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

.hentry {
	margin: 0 0 1.5em;
}

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

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

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

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

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

.bypostauthor {
	display: block;
}

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

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}
/*===================================================================*/
.container
{
	max-width:100%;
}
/*==========================Main=====================================*/
body{
	color: #303030;
	font-weight: 300;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
}

h1, h2, h3, h4, h5{
color: #303030;	
}

li, ul {
	font-weight: 300;
}
img{
	max-width: 100%;
	width: auto;
}

a{
	text-decoration: none;
	color: #303030;
	transform: translateZ(0px);
    transition-duration: 0.3s;
}

a:hover{
	 transform: translateZ(0);
   -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
   -webkit-transition-property: color, background-color;
   transition-property: color, background-color;
   text-decoration: none;
}
button{
	border:solid 1px #ffffff;
	padding: 5px 15px;
	background: none;
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	transform: translateZ(0px);
    transition-duration: 0.3s;
    background: #00b09b;
}

select{
	border-radius: 5px;
	border:solid 1px #cccccc;
	padding: 5px;
	-moz-appearance: none;
    background: #ffffff url("image/arrow.png") no-repeat scroll right 10px center;
    cursor: pointer;
}
.t_align_center{
	text-align: center;
}
.container {
	max-width: 1133px;
}
.navbar
{
	min-height:auto;
}
.navbar .nav{
	display: inline-block;
	vertical-align: bottom;
	transform:skew(-20deg);
	float:none;
}
.navbar .nav li{
	display: inline-block;
}
#navbar
{
text-align:center;
}
.nav a::after {
    content: "/ ";
    padding-left:5px;
} 

.nav a:last-child .nav a::after {
    content: ". ";
    padding-left:5px;
} 
.nav > li > a{
	padding: 10px 5px;
}
.navbar .nav li a{
	float: right;
	display: inline-block;
	color: #ffffff;
	font-weight: 300;
}
.nav > li > a:hover, .nav > li > a:focus{
	background: none !important;
	color: #a1f3ff;
}
.brand{
	display: inline-block;
}

.header{
	background: url(inc/images/header_bg.png) repeat-x top;
	padding-bottom:1%;
}
.search-header{
	color: #ffffff;
	font-size: 24px;
	min-width:28%;
	font-weight: 500;
}
.search-header button{
	color: #ffffff;
	font-weight: 300;
}

.search-header > input[type="search"] {
    display: inline-block;
    width: 70%;
}

.search-header > input[type="submit"] {
    display: inline-block;
    width: 40px;
}
 .input-group-btn > .search_btn{
	border-radius: 50%;
	padding: 0;
	background: #ffffff;
	color: #f38900;
	width: 45px;
	height: 45px;
	position: relative;
	//z-index: 999999;
	font-size:18px;
	font-weight:lighter;
	right: 24%;
}
.input-group-btn > a {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    height: 45px;
    vertical-align: top;
    width: 45px;
    color: #ffffff;
}
.slider{
	border:solid 2px #ffffff;
	box-shadow:  0  0 5px 1px #c6c6c6;
	margin-bottom: 4%;
	padding: 0;
	margin-top: 4%;
}
.circal_img span{
	text-align: center;
	width: 200px;
	height: 200px;
	display: inline-block;
	border-radius:50%;
}
.product_price{
	position: absolute;
	top: -20px;
	right: 20px;
	border-radius:50%;
	width: 70px;
	height: 70px;
	color: #ffffff;
	background: #f44336;
	z-index: 999999;
	text-align: center;
	padding-top: 5%;
	font-size: 24px;
	font-weight: bold;
	 
}
.product_price_d{
	border-radius:50%;
	width: 70px;
	height: 70px;
	color: #ffffff;
	background: #f44336;
	text-align: center;
	padding-top: 5%;
	margin:20px 0;
	font-size: 24px;
	display:block;
	font-weight: bold;
}
figure.effect-oscar figcaption {
	padding: 3em;
	transition: background-color 0.35s;
}

figure.effect-oscar figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 3px solid #fff;
	background:url(inc/images/search.png) no-repeat center center;
	content: '';
}

figure.effect-oscar h2 {
	margin: 20% 0 10px 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0);
}

figure.effect-oscar:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-oscar:hover figcaption {
	background-color: rgba(58,52,42,0);
}

figure.effect-oscar:hover {
	background: rgba(0, 0, 0, 0.5);
}
.grid h3 {
	margin: 0px;
	display: inline-block;
}
.grid h3 a:hover{
	color: #f44336;
}
.effect-oscar > span {
    display: inline-block;
    height: 232px;
    width: 100%;
}
.grid{
	position: relative;
}
.product_cart{
	display: inline-block;
	vertical-align: middle;
}
.fa-heart{
	color: #f49ac1;
}
.fa-heart:hover{
	color:red;
}
.fa-shopping-cart{
	color: #21d0c9;
}
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0 0 10px 0;
	min-width: 300px;
	max-height: 232px;
	width: 100%;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.title_reating {
    display: inline-block;
    vertical-align: middle;
    width: 69%;
}
.circal_img img {
    border-radius: 50%;
    height: 200px;
    width: 200px;
}
#widgeats_section{
	background: url(image/green_bg.jpg) repeat-x #c9f98b;
	padding: 4% 0;
	margin-bottom: 4%;
}
.price_details{
	margin-top: -30px;
	color: #ffffff;
	background: #0072bc;
	text-align: center;
	border-radius: 10px;
	padding: 7px;
	z-index: 999999;
	font-size:18px;  
	position: relative;
	width:200px;
	text-align: center;
	display: inline-block;
}

.content_wrapper{
	padding: 3% 5%;
}
.content_wrapper .col-xs-12.col-sm-4{
	margin-bottom: 30px;
}
button{
	background: #d50000;
}
input[type="submit"], input[type="button"]{
	background: #f44336;
	color: #ffffff;
	border:none;
	padding:8px 15px;
	font-weight:600;
	border-radius: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline-block;
	width: auto;
	font-size: 18px;
}
input[type="submit"]:hover, input[type="button"]:hover{
	background: #f7941d ;
}

.pagination li a {
    border: 2px solid #448ccb;
    border-radius: 5px;
    margin: 0 3px;
    padding: 5px 20px;
}
.feedback_form{
	padding-left: 0;
}
.feedback_form label{
	display: block;
	font-size: 14px;
	font-weight: 500;
}
.feedback h3{
	color: #f44336;
	margin: 20px 0;
	font-weight:700;
}
 .feedback_form input[type="text"], .feedback_form  textarea {
    border: 1px solid #cccccc;
    border-radius: 5px;
    min-width: 300px;
    padding: 8px;
    margin-bottom:10px;
    width: 90%;
}

input, select, textarea{
	 border-radius: 10px;
	 border: solid 1px #cccccc;
	 padding: 8px;
	 color: #000;
	 margin: 10px 0;
}
 .feedback_form  textarea{
 	height:150px;
 }
.pagination li a:hover {
   background: #448ccb;
   border: 2px solid #448ccb;
   color: #ffffff;
}
#specil_offer_wodgets{
	background: url(image/bleu_bg.jpg) repeat-x #aed0f8;
	padding: 4% 0;
	margin-bottom: 4%;
}
#specil_offer_wodgets h2{
	text-align: center;	
}
.product_box_wrapper h4{
	text-transform: uppercase;
	font-size: 16px;
	font-weight:600;
}
.product_box_wrapper{
	padding: 0 6%;
	text-align: center;
}
.navbar.navbar-inverse{
	background-color:#f49ac1;
	border:none;
	margin-top: 20px;
	margin-bottom:20px;
	display:inline-block;
	width:100%;
}
.btn.btn-default.dropdown-toggle {
    border-left: medium none;
    border-radius: 0;
    padding: 11.5px;
    font-weight: 300;
}
.dropdown-lg{
	display: inline-block;
}

.offer_box, .offer_wrapper{
	position: relative;
}
.offer_wrapper{
	border: solid 2px #ffffff;
	margin-bottom: 10px;
}
.offer_box{
	border:solid 2px #ffffff;
	max-height: 227px;
	margin-bottom: 10px;
	overflow: hidden;
}
.offer_text {
    bottom: 20%;
    color: #ffffff;
    font-size: 30px;
    font-family: 'Pacifico', cursive;    
    position: absolute;
    right: 15px;
    background: rgba(0,0,0,.5);
    padding: 10px;
}
.checkout_section{
	font-size: 14px;
}
.checkout_section label, .checkout_section input, .checkout_section select{
	display: block;
	width: 90%;
	font-weight: normal;
} 

.checkout_section input[type="checkbox"]{
	display: inline-block;
	width: auto;
	margin: 0 10px 0 5px;
}

/* spinner css start */
.spinner {
  width: 100px;
}
.spinner input {
  text-align: right;
}
.input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}
.input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px 10px;
  margin-left: -1px;
  position: relative;
  border-radius: 0;
}
.input-group-btn-vertical > .btn:first-child {
  border-top-right-radius: 4px;
}
.input-group-btn-vertical > .btn:last-child {
  margin-top: -2px;
  border-bottom-right-radius: 4px;
}
.input-group-btn-vertical i{
  position: absolute;
  top: 0;
  left: 4px;
}

.checkout_order{
	border: dashed 1px red;
}
.checkout_order td .checkout_order tr{
	border-left: none !important;
	border-right: none !important;
}
.checkout_order h3{
	color: red;
	font-size: 18px;
	font-weight: bold;
}

.checkout_order input[type="button"], .checkout_order input[type="submit"]{
	display: block;
	width: auto;
}
.fa.fa-heart {
    color: #21d0c9;
    font-size: 24px;
    padding-top: 30%;
    text-align: center;
}
.fa-shopping-cart{
	 color: #21d0c9;
    font-size: 24px  !important;
    text-align: center;
}
.input-group-btn{
	text-align: center;
}
.input-group-btn a{
	margin: 0 5px 0 0;
}
.search-header{
	padding-top: 3%;
}

/* spinner css end */

.offer_text_sm {
	bottom: 35%;
    color: #ffffff;
    font-size: 30px;
    font-family: 'Pacifico', cursive;    
    position: absolute;
    right: 15px;
    background: rgba(0,0,0,.5);
    padding: 10px;
}

.offer_box input[type="button"], .offer_wrapper input[type="button"]{
	background:none;
	border:solid 2px #ffffff;
	color: #ffffff;
	padding:5px 15px;
	font-weight:600;
	position:absolute;
	bottom:30px;
	right:30px;
	border-radius: 10px;
	
}

.tag_section a {
    border: 3px solid #ffffff;
    border-radius: 3px;
    display: inline-block;
    margin: 0 9px 10px 0;
    width: 22%;
}
.tag_section a:nth-child(4n+0){
	margin-right: 0;
}
.btn.btn-primary{
	font-weight: 300;
	padding: 11px;
	border-radius: 0;
	background: #00b09b;
	border: none;
}
.glyphicon {
    font-size: 1.2em;
}

.dropdown-menu.dropdown-menu-right ul{
	padding: 10px 20px;
}
.dropdown-menu.dropdown-menu-right{
	border-radius: 0;
	}

.dropdown-menu.dropdown-menu-right li{
	list-style: none;
	padding: 5px 0;
}
.price_section{
	background: #00b09b;
	padding: 4% 0;
}

.price{
	
}
.price .col-sm-4 {
	border-right: 1px solid #ffffff;
	color: #ffffff;
	text-align: center;
	padding: 0 4%;
}
.showcase_wrapper{
		padding: 4%  0 0 0;
		margin-bottom: 4%;
}
.showcase{
	padding: 15px 0;
	text-align: center;
}
.price .col-sm-4:last-child{
	border: none;
}

.price .col-sm-4 span{
	font-size: 45px;
}
.price .col-sm-4 button{
	display: block;
	background: none;
	border:solid 1px #ffffff;
	text-align: center;
	margin: 0 auto;
	padding: 5px 15px;
	font-size: 16px;
	margin-bottom: 10px;
	font-weight:600;
	margin-top: 10px;
}
.price h3{
	color: #ffffff;
	text-align: center;
	font-weight:100;
	margin: 0;
	padding: 0 0 10px 0;
}
.container h2{
	text-align: center;
	font-size: 30px;
	font-family: 'Pacifico', cursive;
	margin: 0 0 30px 0;
	font-size: 45px;	
}
#testimonials_section{
	background: #fdc689;
	padding: 4% 0;
	margin-bottom: 4%;
	
}
/*
.container h2 span{
	border-bottom-style: double;
	border-bottom-color:#00b09b;
	margin-bottom: 10px;
}
*/

.footer_wrapper{
	background: url(image/footer_bg.jpg) repeat-x top left #f49ac1;
	padding: 4% 0;
	color: #ffffff;
}
.footer_wrapper h3{
	color: #ffffff;
	font-size: 24px;
	font-weight: 600;
	padding: 0 0 10px 0;
	text-align: center;
}
.copy_r{
	text-align: center;
	padding: 15px 0;
	margin:  0;
}

.copy_right_section{
	color: #ffffff;
	background: #1c2424;
	padding: 10px 0;
	text-align: center;
	font-size: 12px;
}
.social_l > a {

    border-radius: 2px;
	border:1px solid #000;
    display: inline-block;
    height: 32px;
    font-size:18px;
    color:#000;
    width: 32px;
	text-align:center;
	
	.fa
	{
		padding:5px 0;	
	}
}
.social_l > a:hover {
    border-radius: 2px;
	border:1px solid #000;
    display: inline-block;
    height: 32px;
    font-size:18px;
    color:#fff;
	background-color:#21d0c9;
    width: 32px;
	text-align:center;
	
	.fa
	{
		padding:5px 0;	
	}
}
.facebook:hover{
	color: #3c5a98;
}

.twitter:hover{
	color:#1da1f2; 
}
.youtube:hover{
	color: #e62117;
}
.glyphicon, .fa {
	padding: 10px  5px;
}

.title_des{
	text-align: center;
	margin-bottom: 4%;
}
.s_pro_btn input[type="button"]{
	margin-right: 5px ;
	padding: 5px 10px; 
	margin-bottom: 10px;
}
.s_pro_btn input[type="button"]:hover{
	background: #f7941d;
}

.pro_des{
	margin:  15px 0;
}

.contact_form label{
	width: 26%;
	text-align: right;
	font-weight: 300;
	margin-right: 10px;
}

.contact_form input{
	width: 70%;
	border:solid 1px #ccc;
	padding: 10px ;
	margin-bottom: 10px;
	min-width: 250px;
}

.item_img {
    display: inline-block;
    height: auto;
    text-align: center;
    width: 50px;
}
.remove{
	color: red;
}

#checkout_wrapper{
	width: 80%;
	margin: 0 auto;
	margin-bottom: 4%;
}
.checkout_info{
	border:solid 1px #d0d0d0;
	padding: 0 2px 20px 20px;
}
.table-bordered{
	margin: 0 auto;
	margin-bottom: 3%;
	font-size: 14px;
}
.table-bordered th{
	background: #ffffff;
	text-align: center;
	font-weight: 500;
}

.table-bordered td{
	min-width: auto;
	text-align: center;
}

.checkout_form span, .checkout_form label{
	display: block;
}

.btn:hover, .btn:focus, .btn.focus{
	color: #ffffff;
}


.header_border {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.header_border > div {
    display: inline-block;
    width: 0;
    border: 8px transparent solid;
    border-top: 8px #f49ac1 solid;
}

#testimonials_section, #peach_bg{
	background: url(inc/images/peach_bg.jpg) repeat-x top left #ffd5a7;
	padding: 4% 0;
	margin: 4% 0;
}

.woocommerce table.shop_table.cart,
{
	border:none;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text
{
	width:auto;
	padding:8px;
}
.woocommerce table.shop_table td.actions
{
	padding-top: 2%;
}
.woocommerce .cart .button, .woocommerce .cart input.button
{
	background: #f44336;
	color: #ffffff;
	border: none;
	padding: 8px 15px;
	font-weight: 600;
	border-radius: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline-block;
	width: auto;
	font-size: 16px;
}
.checkout-button
{
	background: #f8931d;
	color: #ffffff;
	border: none;
	padding: 5px 15px;
	font-weight: 600;
	border-radius: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline-block;
	width: auto;
	font-size: 18px;
	vertical-align: middle;
}
.woocommerce-cart h2
{
	font-family:inherit;
}
.woocommerce-cart .cart-collaterals .cart_totals table th
{
	border-right:1px solid #ddd;
	background-color: #eee;
}
.woocommerce div.product form.cart .variations
{
	width:auto;
}
.woocommerce span.onsale
{
background-color: #f44336;
}
.top_selling_img
{
	background-size:cover;
}
#peach_bg
{
	.star-rating
	{
		float:none;
	}
	.yith-wcwl-add-button a.add_to_wishlist:before
	{
		content: "\f004";
	}
	.yith-wcwl-add-button a.add_to_wishlist
	{
		font-family:FontAwesome;
		color: red;
		font-size: 24px;
		padding-top: 30%;
		text-align: center;
	}
	.product_cart
	{
		.clear
		{
			display:none;
		}		
	}
	.yith-wcwl-add-to-wishlist
	{
		display:inline-block;
	}
	.woocommerce-Price-amount
	{
		font-size:15px;
	}
}
.yith-wcwl-add-button a.add_to_wishlist:before
{
	content: "\f004";
}
.yith-wcwl-add-button a.add_to_wishlist
{
	font-family:FontAwesome;
	color: red;
	font-size: 24px;
	padding-top: 30%;
	text-align: center;
}
#header_minicart
{
	.fa.fa-heart
	{
		padding-top:10px;
	}	
}
