/*=======================
Template: Nancy Blog - HTML Template
Author: Laza Themes
Email: lazathemes@gmail.com
Version: 1.0
Date Created: April. 21, 2015
Latest Updated : April. 21, 2015
=======================
CSS Style Structure
- General
- Page Layout
	- Header
	- 404
	- Single
	- Page
	- Content
	- Category
	- Contact
- Sidebar
	- Author
	- Categories
	- Social
	- Recent Posts
	- Gallery

=======================*/
/*=======================
        General 
=======================*/
.rst-grid-col.column-2 .rst-post-item:nth-child(2n+1){
clear: left;
}
html,
body {
	font-family: 'Open Sans';
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
	font-size: 14px;
	background: #f7f6f3;
}

h1 {
    font-size: 32px;
    line-height: 35px;
    margin: 20px 0;
	font-weight: bold;
}
h2 {
    font-size: 28px;
    line-height: 32px;
    margin: 20px 0;
	font-weight: bold;
}
h3 {
    font-size: 20px;
    line-height: 23px;
    margin: 18px 0;
	font-weight: bold;
}
h4 {
    font-size: 16px;
    line-height: 20px;
    margin: 15px 0;
	font-weight: bold;
}
h5 {
    font-size: 14px;
    line-height: 16px;
    margin: 15px 0;
	font-weight: bold;
}
h6 {
    font-size: 12px;
    line-height: 14px;
    margin: 15px 0;
	font-weight: bold;
}

.clear {
	clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}

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


::-webkit-input-placeholder {
   color: #373737;
}
:-moz-placeholder { /* Firefox 18- */
   color: #373737;  
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #373737;  
}
:-ms-input-placeholder {  
   color: #373737;  
}

a:hover ,
a:focus {
	text-decoration: none;
	outline: 0;
}

iframe {
    max-width: 100%;
    vertical-align: top;
	border: 0;
    width: 100%;
}
a {
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.wp-caption{
	border: none;
}
a:hover{
    color: #c7b773;
}
/*=======================
       Page Layout
=======================*/

.container {
	max-width: 1080px;
	margin: 0 auto;
	width: auto;
}
.rst-thumbnail img {
	width: 100%;
	height: auto;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}

#header .rst-menu-trigger {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    display: none;
    float: left;
    height: 20px;
    margin: 0;
    padding: 0;
    position: relative;
    right: 0;
    top: 22px;
    width: 23px;
}
#header.header-style-01 .rst-menu-trigger{
	top: 28px;
}
.rst-menu-trigger span::before, .rst-menu-trigger span::after {
    background: #0b0b0b none repeat scroll 0 0;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    transition: transform 0.3s ease 0s;
    width: 100%;
}
.rst-menu-trigger span::before {
    transform: translateY(-200%);
}
.rst-menu-trigger span::after {
    transform: translateY(200%);
}
.rst-menu-trigger span {
    -moz-user-select: none;
    background-color: #0b0b0b;
    display: block;
    font-size: 0;
    height: 3px;
    left: 0;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    transition: background-color 0.3s ease 0s;
    width: 100%;
}
.rst-menu-trigger.exit span::before {
    transform: translateY(0px) rotate(45deg);
}
.rst-menu-trigger.exit span::after {
    transform: translateY(0px) rotate(-45deg);
}
.rst-menu-trigger.exit span {
    background-color: transparent;
}
/*=======================
       Header
=======================*/
#wrapper.wrapper-header-sticky{
	padding-top: 200px;
}
#wrapper.wrapper-1.wrapper-header-sticky{
	padding-top: 255px;
}

#header{
	border-top: 10px solid #282828;
	background: #fff;
	margin-bottom: 45px;
}
#header.header-sticky{
	position: fixed;
	top: 0;
	z-index: 9997;
	width: 100%;
	left: 0;
}
.admin-bar #header.header-sticky{
	top: 32px;
}
#header #inner-header{
	padding-top: 35px;
	padding-bottom: 35px;
	position: relative;
} 
.rst-nav-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.rst-nav-menu  li{
	display: inline-block;
	padding: 25px 10px;
	position: relative;
}
.rst-header-right,.rst-header-left{
	padding-top: 18px;
	padding-bottom: 17px;
}
.rst-nav-menu > li:first-child{
	padding-left: 0;
}
.rst-nav-menu > li:first-child .sub-menu{
	left: 0;
}
.header-style-02 .rst-nav-menu > li:first-child .sub-menu{
	left: 20px;
}
.rst-nav-menu  li a{
	color: #282828;
	font-size: 13px;
	text-transform: uppercase;
	white-space: nowrap;
}
.current-menu-item > a,.rst-nav-menu  li a:hover,.rst-social-menu li a:hover{
	color: #c7b773 !important;
}
.sub-menu{
	margin: 0;
	padding: 0;
	list-style: none;
	background: #fff;
	border-top: 2px solid #282828;
	position: absolute;
	top: 100%;
	left: 10px;
	z-index: 999;
	box-shadow: 0 0 2px #ddd;
	display: none;
	
}
.sub-menu .sub-menu{
	margin-top: -2px;
}
.nancy-main-menu .sub-menu{
	left: 20px;
}
.rst-nav-menu  li:hover > .sub-menu {
    animation: 0.3s ease 0s normal none 1 running fadeInDownMenu;
    display: block;
    z-index: 999;
}

.rst-nav-menu ul.sub-menu .sub-menu {
    left: 100%;
}
.rst-nav-menu ul ul.sub-menu.rst-position-left {
    left: 100%;
    right: auto;
}
.rst-nav-menu ul ul.sub-menu.rst-position-right {
    left: auto;
    right: 100%;
}
.rst-nav-menu ul.sub-menu li:hover > ul.sub-menu {
    top: 0;
}
.rst-nav-menu li ul.sub-menu.rst-check {
    display: block;
    left: 0;
    position: fixed;
    top: 0;
    width: auto;
}
.sub-menu li,.nancy-main-menu .rst-nav-menu .sub-menu li{
	margin: 0;
	display: block;
	padding: 0 20px !important;
	text-align: left;
}
.sub-menu li a{
	border-top: 1px solid #eeeeee;
	color: #282828;
	font-size: 12px;
	text-transform: uppercase;
	padding: 10px;
	display: block;
}
.sub-menu > li:first-child > a{
	border: none;
}
.rst-social-menu{
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	line-height: 35px;
	position: relative;
	z-index: 99;
	vertical-align: middle;
}
.rst-social-menu li{
	display: inline-block;
	padding: 0px 9px;
}
.rst-social-menu li a{
	color: #282828;
	font-size: 16px;
	text-transform: uppercase;
}

.nancy-search-form input{
	border: none;
	height: 35px;
	line-height: 35px;
	background: #f7f6f3;
	font-size: 13px;
	color: #282828;
	padding: 0px 0 0 15px;
	transition: width 0.4s ease-in-out 0s;
	-webkit-transition: width 0.4s ease-in-out 0s;
	-moz-transition: width 0.4s ease-in-out 0s;
    width: 0;
	position: absolute;
	right: 20px;
	top: 0;
	font-family: 'Open Sans';
}
.nancy-search-form.open input[type="text"] {
    spadding-right: 40px;
    width: 250px;
}
.nancy-search-form {
    height: 35px;
    position: relative;
    transition: width 0.7s ease-in-out 0s;
    -webkit-transition: width 0.7s ease-in-out 0s;
    -moz-transition: width 0.7s ease-in-out 0s;
    width: 35px;
	display: inline-block;
	vertical-align: middle;
	z-index: 99;
}

.cart-header{
	display: inline-block;
	vertical-align: middle;
	height: 35px;
	line-height: 35px;
	padding: 0 2px;
	position: relative;
	z-index: 99;
}
.nancy-search-form button{
	color: #282828;
	font-size: 16px;
	border: none;
	width: 35px;
	height: 35px;
	position: absolute;
	z-index: 998;
	background: #fff;
	right: 0;
	top: 0;
	padding: 0;
}
.rst-logo{
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	margin: 0px auto;
	text-align: center;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	z-index: 999;
}
.nancy_owl_item_info{
	max-width: 480px;
	width: 90%;
	margin: 0 auto;	
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	padding:35px  25px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
.rst_thumbnail img{
	display: block;
	max-width: 100%;
  margin: 0px auto;
}
.nancy_owl_item_info::after{
	background: #fff;
	opacity: 0.75;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	content: "";
	height: 100%;
	transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
	-webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
	-moz-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.nancy_category_name,.nancy_owl_item_info h4{
	position: relative;
	z-index: 999;
}
.nancy_category_name{
	background: url('../img/border_cat.png') no-repeat center bottom;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
}
.nancy_category_name a{
	color: #404040;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
}
.nancy_category_name a:hover{
	color: #c7b773;
}
.nancy_owl_item_info .nancy_category_name{
	margin-bottom: 15px;
}
.nancy_owl_item_info h4{
	font-size: 16px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-family: 'Libre Baskerville';
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 26px;
	
}
.nancy_owl_item_info h4 a{
	color: #000000;
}
.nancy_owl_item_info h4 a:hover{
	color: #c7b773;
}
.nancy-main-slider .slick-prev,.nancy-main-slider .slick-next{
	position: absolute;
	top: 46%;
	left: 30px;
	color: #fff;
	font-size: 46px;
	text-shadow: 0 0 1px #777;
	background: none;
	border: none;
	z-index: 9;
}
.nancy-owl-item {
	position: relative;
}

.nancy-title-description p{
	margin: 15px 0 0 0 !important;
}
.rst-galleries .slick-prev,.rst-galleries .slick-next{
	position: absolute;
	top: 45%;
	left: 20px;
	color: #fff;
	font-size: 28px;
	text-shadow: 0 0 1px #777;
	background: none;
	border: none;
	z-index: 9;
}
.slick-prev:hover, .slick-next:hover{
	color: #282828;
}
.owl-theme .owl-controls{
	margin: 0;
}
.nancy-main-slider .slick-next{
	right: 30px !important;
	left: auto;
}
.rst-galleries .slick-next{
	right: 20px !important;
	left: auto;
}
.rst-post-item,.woocommerce div.product{
	margin-bottom: 30px;
}
.rst-grid-col .rst-post-item{
	clear: none;
}

.rst-grid-col .rst-post-item-shop{
	float: left;
}
.rst-grid-col .rst-post-item-shop:nth-child(3n+1){
	clear: left;
}
#nancy-popup-product{
	margin: 0 !important;
}
.rst-post-item:last-child{
	margin-bottom: 0;
}
.rst_thumbnail{
	overflow: hidden;
	position: relative;
}
.rst-inner-post-item{
	background: #fff;
	overflow: hidden;
}
.rst-inner-post-item .rst_thumbnail img{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.rst-inner-post-item:hover .rst_thumbnail img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
   -moz-transform: scale(1.1);
}
.rst-inner-post-item:hover .rst_thumbnail_galleries img{
	transform: scale(1);
    -webkit-transform: scale(1);
   -moz-transform: scale(1);
}

.nancy-exceprt-post .wp-caption{
	max-width: 100%;
	padding: 0;
}

.nancy-exceprt-post .wp-caption.alignleft,.nancy-exceprt-post .wp-caption.alignright{
	margin: 0;
}
.nancy-exceprt-post .wp-caption.alignleft{
	margin-right: 6px;
	margin-bottom: 6px;
}
.nancy-exceprt-post .wp-caption.alignright{
	margin-left: 6px;
	margin-bottom: 6px;
}
.wp-caption.alignleft + .wp-caption.alignright{
	margin-left: 0 !important;
}
.nancy-exceprt-post .wp-caption img{
	max-width: 100%;
}
.rst-meta-info h3,.rst-meta-info h2{
	margin: 0;
	padding: 0;
	font-size: 16px;
	margin: 20px 0 0 0;
	padding: 0 20px 30px 20px;
	text-transform: uppercase;
	font-family: 'Libre Baskerville';
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 26px;
}
.rst-meta-info-single h1{
	padding: 0;
	font-size: 16px;
	margin: 20px 0 0 0;
	padding: 0 20px 30px 20px;
	text-transform: uppercase;
	font-family: 'Libre Baskerville';
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 26px;
}
.related  .rst-meta-info h3{
    font-size: 14px;
    height: 45px;
    line-height: 23px;
    overflow: hidden;
	margin-bottom: 15px;
}
.related .rst-post-item-shop .nancy-price,.nancy-shop-laster .rst-post-item-shop .nancy-price{
	font-size: 16px;
}
.onsale{
	display: none;
}
.related  .rst_thumbnail + .inner-meta-info .nancy_category_name,.related  .rst_thumbnail + .rst-meta-info .nancy_category_name{
	top: -12px !important;
}

.rst-post-item-shop .rst-meta-info h3,.rst-post-item-shop .rst-meta-info h2{
	padding-bottom: 15px;
}
.rst-meta-info h3 a{
	color: #282828;
	display: block;
}
.rst-meta-info h3 a:hover{
	color: #c7b773;
}
.rst-meta-info .nancy_category_name{
	padding-top: 10px;
	width: 70%;
	padding-right: 10px;
	padding-left: 10px;
	background: url('../img/border_cat.png') no-repeat center bottom #fff;
	position: relative;
	
}
.rst_thumbnail + .inner-meta-info .nancy_category_name,.rst_thumbnail + .rst-meta-info .nancy_category_name{
	top: -18px;
}
.rst_thumbnail + .inner-meta-info h3,.rst_thumbnail + .inner-meta-info h1{
	margin-top: 10px;
}
.rst_thumbnail + .rst-meta-info .nancy_category_name + h3{
	margin-top: 2px;
}
.nancy-border-slider{
	background: url('../img/border_bottom.png') no-repeat center center;
	height: 12px;
	display: block;
	padding: 50px 0;
	content: "";
}
.nancy-border-slider-page{
	padding: 40px 0;
}
.rst-load-more .rst-ajax-load-more,.rst-shop-now{
	color: #f7f6f3;
	font-size: 12px;
	padding: 10px 25px;
	background: #282828;
	text-transform: uppercase;
	font-family: 'Lato';
	font-weight: 400;
	display: inline-block;
	line-height:15px;
}
.nancy-title-description h4{
	font-weight: 400;
	font-family: "Libre Baskerville";
	margin-top: 0;
	margin-bottom: 0;
}

.not-found{
	background: #fff;
	padding: 30px 20px; 
}
.not-found  .page-header h1{
	margin: 0;
	font-weight: 400;	
}
.not-found  .page-header{
	margin-top: 0;
}
.search  .nancy-title-description h2{
	margin-bottom: 0;
	margin-top: 10px;
}
.not-found  .main-search{
	margin-top: 20px;
}
.rst-shop-now{
	padding: 5px 15px;	
}
.rst-load-more .rst-ajax-load-more:hover{
	color: #c7b773;
}
.rst-ajax-load-more i{
	margin-left: 10px;
	font-size: 13px;
	display: none;
}
.rst-pagination{
	margin: 60px 0 0 0;
}
#footer{
	margin-top: 120px;
}
.nancy-footer-social{
	background: #282828;
}
.nancy-footer-social-show{
	padding: 17px 0;
}
.nancy-footer-social ul{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
}
.nancy-footer-social ul li{
	display: inline-block;
	border-left: 1px solid #656565;
	text-align: center;
	padding: 3px 0;
}

.nancy-footer-social ul li:first-child{
	border: none;
}
.nancy-footer-social ul li a{
	color: #f7f6f3;
	font-size: 14px;
	display: block;
}

.nancy-exceprt-post input[type="text"],.nancy-exceprt-post input[type="email"],.nancy-exceprt-post input[type="password"]{
	border: 1px solid #aaaaaa;
}
.nancy-exceprt-post input[type="submit"]{
	height: 30px;
	border: none;
	padding: 0 15px;
}
.nancy-footer-social ul li span{
	background: #f7f6f3;
	border-radius: 50%;
	height: 36px;
	width: 36px;
	display: inline-block;
	line-height: 36px;
	color: #282828;
	font-size: 14px;
	text-align: center;
	margin-right: 15px;
}	
.nancy-footer-social ul li a:hover{
	color: #c7b773;
}
.nancy-footer-social ul li a:hover span{
	background: #c7b773;
}
.widget-instagram{
	position: relative;
}
.title-instagram{
	position: absolute;
	top: 0;
	right: 0;
	text-transform: uppercase;
	left: 0;
	margin: 0px auto;
	text-align: center;
	z-index: 999;
}
.title-instagram span{
	padding: 12px 40px;
	background: #f7f6f3;
	color: #282828;
	font-size: 13px;
	display: inline-block;
	letter-spacing: 1px;
}
	
.rst-copyright,.rst-copyright a{
	color: #282828;
	font-size: 13px;
	padding: 22px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}	
.rst-copyright a:hover{
	color: #c7b773;
}
.nancy-main-menu{
	text-align: center;
	border-top: 1px solid #eeeeee;
}
.nancy-main-menu .rst-nav-menu li{
	padding: 17px 20px;
}

#header.header-style-02{
	padding: 0;
}
.content-shop{
	padding-top: 20px;
}
.cart-header a{
	color: #282828;
	font-size: 16px;
}
.cart-header span.number{
	position: relative;
	top: -5px;
	color: #c7b773;
	font-size: 14px;
	font-weight: 700;
}

.nancy-description-blog h2,.nancy-post-category > h3{
	color: #282828;
	font-size: 32px;
	font-family: 'Kaushan Script', cursive;
	margin: 0 0 15px 0;
	padding: 0;
	line-height: normal;
	font-weight: 400;
}
.nancy-post-category h3,.nancy-post-category p{
	text-align: center;
}
.nancy-shop-laster > h3,.nancy-shop-laster > p{
	text-align: left;
}
.nancy-description-blog p,.nancy-post-category > p,.nancy-description-blog{
	margin: 0;
	color: #464646;
	font-size: 13px;
	line-height: 23px;
}
.nancy-description-blog{
	margin-bottom: 35px;
}
.list-pos-cat{
	margin-top: 30px;
}
.nancy-post-category{
	margin-bottom: 50px;
}
.nancy-post-category  > h3{
	line-height: 30px;
}
.list-pos-cat .rst-meta-info h3{
    font-size: 14px;
    height: 45px;
    line-height: 23px;
    margin-bottom: 15px;
    overflow: hidden;
    padding-bottom: 0;
}
.woocommerce .nancy-cart a.added_to_cart{
	display: block;
    left: 0;
    margin: 0 auto !important;
    position: absolute;
    right: 0;
    text-align: center;
    top: -50%;
    width: 100px;
    z-index: 9999;
	
}
.list-pos-cat .rst-meta-info .nancy_category_name{
	top: -12px;
}
.nancy-post-category .rst-load-more{
	margin-top: 35px;
	margin-bottom: 0px;
}
.rst-inner-post-item .rst_thumbnail blockquote{
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 30px;
}
.has-sidebar .box-content{
	padding-left: 0;
	padding-right: 0;
}
.formError .formErrorContent{
	display: none;
}

/*siderbar*/

#sidebar .widget{
	background: #fff;
	margin-bottom: 30px;
	padding-bottom: 30px;
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 30px;
	margin-left: 10px;
}
#sidebar .widget:last-child{
	margin-bottom: 0;
}
.widget .widget-title{
	margin: 0 0 30px 0;
	padding: 0px 0 8px 0;
	color: #282828;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 400;
	background: url('../img/border_cat.png') no-repeat center bottom;
}

.widget_about  p{
	color: #464646;
	font-size: 13px;
	line-height: 22px;
	margin: 35px 0 25px 0;
	padding: 0;
}
.widget_about h5{
	color: #464646;
	font-size: 32px;
	margin: 0;
	padding: 0;
	line-height: 32px;
	font-family: 'League Script';
}
.widget_wysija form{
	position: relative;
}
.widget_wysija form input.wysija-input{
	border: none;
	height: 45px;
	line-height: 45px;
	color: #aaaaaa;
	font-family: 'Open Sans';
	font-size: 12px;
	width: 100%;
	background: #f7f6f3;
	padding: 0 40px 0 15px;
}
.wysija-submit {
    background: transparent;
    border: 0 none;
    bottom: 0;
    font-size: 0;
    height: 45px;
    margin: 0 !important;
    padding: 0;
    position: absolute;
    right: 0;
    width: 40px;
	color: #757575;
}
.wysija-paragraph{
	position: relative;
	margin: 0;
}
.wysija-paragraph::before {
    color: #757575;
    content: "\f178";
    font-family: FontAwesome;
    font-size: 14px;
    height: 14px;
    position: absolute;
    right: 10px;
    top: 13px;
    width: 18px;
}
.rst-media-left{
	float: left;
	width: 70px;
}
.rst-media-left + .rst-media-body{
	padding-left: 85px;
}
.media-object {
	border-radius: 50%;
}
.box-recent-post:last-child {
	padding-bottom: 0 !important;
}
.rst-media-body h4{
	margin: 0 0 8px 0;
	padding: 0 0 3px 0;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	font-family: "Libre Baskerville";
	line-height: 23px;
	position: relative;
}
.rst-media-body h4::after{
	content: "";
	width:  35px;
	height: 1px;
	background:#bbbbbb;
	position: absolute;
	bottom: 0;
	left: 0;
}
.rst-media-body h4 a{
	color: #282828;
}
.rst-media-body h4 a:hover{
	color: #c7b773;
}
.box-recent-post{
	border-top: 1px solid #eeeeee;
	padding: 30px 0 !important;
}
.box-recent-post:first-child{
	border-top: none !important;
	padding-top: 0 !important;
}
.rst-media-body  .meta-date{
	color: #757575;
	font-size: 11px;
	text-transform: uppercase;
}
.tagcloud{
	font-size: 0;
	margin-bottom: -10px;
}
.tagcloud a{
	color: #646464;
	font-size: 13px !important;
	text-transform: uppercase;
	padding: 7px 10px;
	border: 1px solid #e5e5e5;
	margin-right: 8px; 
	margin-bottom: 10px;	
	display: inline-block;
	line-height: 13px;
}
.woocommerce .star-rating{
	font-size: 13px;
	color: #c7b773;
	margin: 5px 0;
	height: 14px;
}
.widget-price{
	margin: 0;
	color: #404040;
	font-size: 14px;
}
.product_list_widget .rst-media-body h4{
	margin-top: -5px;
}
.woocommerce div.product .woocommerce-product-rating,.quick-view .woocommerce-product-rating{
	margin-bottom: 10px;
}
.woocommerce div.product .woocommerce-product-rating a,.quick-view .woocommerce-product-rating a{
	color: #282828;
}
.woocommerce div.product .woocommerce-product-rating a:hover,.quick-view .woocommerce-product-rating a:hover{
	color: #c7b773;
}
.widget-price del{
	margin-right: 5px;
}
.widget-price ins{
	text-decoration: none;
}
.tagcloud a:hover{
	background: #c7b773;
	border-color: #c7b773;
	color: #fff;
}
.widget_categories ul,.widget_archive ul,.widget_pages ul,.widget_meta ul,.widget_recent_entries ul,.widget_rss ul,.widget_nav_menu ul,.widget_recent_comments ul,.widget_product_categories ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.widget_categories ul li,.widget_archive ul li,.widget_pages ul li,.widget_meta ul li,.widget_recent_entries ul li,.widget_rss ul li,.widget_nav_menu ul li,.widget_recent_comments ul li,.widget_product_categories ul li{
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	border-top: 1px solid #eeeeee; 
}
.widget_categories ul li:first-child,.widget_archive ul li:first-child,.widget_pages ul li:first-child,.widget_meta ul li:first-child,.widget_recent_entries ul li:first-child,.widget_nav_menu ul li:first-child,.widget_recent_comments ul li:first-child,.widget_product_categories ul li:first-child{
	border: none;
	padding-top: 0;
}
.widget_categories ul li:last-child:after,.widget_archive ul li:last-child:after,.widget_pages ul li:last-child:after,.widget_meta ul li:last-child:after,.widget_recent_entries ul li:last-child:after,.widget_nav_menu ul  li:last-child:after,.widget_recent_comments ul li:last-child:after,.widget_product_categories ul li:last-child:after{
	display: none;
}
.widget_categories ul li:last-child,.widget_archive ul li:last-child,.widget_pages ul li:last-child,.widget_meta ul li:last-child,.widget_recent_entries ul li:last-child,.widget_nav_menu ul li:last-child,.widget_recent_comments ul li:last-child,.widget_product_categories ul li:last-child{
	padding-bottom: 0;
}
.widget_categories ul li a,.widget_archive ul li a,.widget_pages ul li a,.widget_meta ul li a,.widget_recent_entries ul li a,.widget_nav_menu ul li a,.widget_recent_comments ul li a,.widget_product_categories ul li a{
	color: #404040;
	font-size: 13px;
	text-transform: uppercase;
}
.widget_rss ul li {
	color: #404040;
	font-size: 13px;
}
.widget_categories ul li a:hover,.widget_archive ul li a:hover,.widget_pages ul li a:hover,.widget_meta ul li a:hover,.widget_recent_entries ul li a:hover,.widget_nav_menu ul li a:hover,.widget_recent_comments ul li a:hover,.widget_product_categories ul li a:hover{
	color: #c7b773;
}

.widget_categories ul li:after,.widget_archive ul li:after,.widget_pages ul li:after,.widget_meta ul li:after,.widget_recent_entries ul li:after,.widget_nav_menu ul li:after,.widget_recent_comments ul li:after,.widget_product_categories ul  li a:after{
	width: 0;
	height: 1px;
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	z-index: 99;
	background: #c7b773;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
}
.widget_categories ul li:hover:after,.widget_archive ul li:hover:after,.widget_pages ul li:hover:after,.widget_meta ul li:hover:after,.widget_recent_entries ul li:hover:after,.widget_nav_menu ul li:hover:after,.widget_recent_comments ul li:hover:after,.widget_product_categories ul  li:hover:after{
	width: 50%;
}
.nancy-title-description h2,.nancy-title-description h1{
	margin: 0; 
	padding: 0;
	color: #000000;
	font-size: 32px;
	font-family: 'Kaushan Script';
	font-weight: 400;
	line-height: 32px;
}
.nancy-title-page h2{
	margin-bottom: 0;
}
.nancy-title-description.nancy-title-page p{
	margin-top: 15px;
}
.screen-reader-text{
	font-weight: 400;
	margin-bottom: 10px;
}
.widget select{
	border: 1px solid #282828;
	height: 35px;
	width: 100%;
	padding-left: 10px;
}
.calendar_wrap table th,.calendar_wrap table td{
	padding: 9px 11px;
	text-align: center;
}
.calendar_wrap table td a{
	color: #c7b773;
	font-weight: bold;
}
.nancy-title-description p{
	color: #464646;
	font-size: 14px;
	line-height: 25px;
	margin: 0;
	padding: 0;
}
.box-content{
	spadding-left: 90px;
	spadding-right: 90px;
}
.nancy-title-page{
	margin-top: 25px;
}
.content-page{
	background: #fff;
}
.inner-content{
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
	padding-bottom: 50px;
}
.content-page p{
	padding: 0;
	color: #464646;
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 20px;
    margin-top: 20px;
}
.nancy-exceprt-post p{
	margin-bottom: 20px;
	margin-top: 20px;
}
.nancy-excerpt-length p{
	margin: 0 0 10px 0;
}
.inner-content ul,.nancy-exceprt-post ul{
	margin: 0 0 20px 30px;
	padding: 4px 0;
	list-style: none;
}
.inner-content ul li,.nancy-exceprt-post ul li{
	padding: 4px 0;
	color: #464646;
	font-size: 14px;
	position: relative;
	padding-left: 12px;
	line-height: normal;
	text-align: left;
}
.inner-content ul li:before,.nancy-exceprt-post ul li:before{
	content: "\f04d";
	font-size: 6px;
	color: #464646;
	position: absolute;
	left: 0;
	top: 11px;
	font-family: 'FontAwesome';
}
blockquote{
	position: relative;
	padding: 0 0 0 45px;
	margin: 0 0 25px 30px;
	border: none;
	text-align: left;
}
.nancy-all-content{
	text-align: left !important;
	margin-top: -20px;
}
blockquote p{
	margin: 0;
	padding: 0;
}
blockquote ,blockquote p{
	color: #909090;
	font-size: 18px;
	font-style: italic;
	
}
blockquote:before {
    content: "\f10d";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 24px;
    font-style: normal;
    left: 0px;
    position: absolute;
    top: 0;
	color: #363636;
}
.rst_thumbnail blockquote:before {
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0;
	text-align: center;
}

.rst_thumbnail blockquote{
	padding-top: 40px;
	text-align: center;
	margin-top: 30px;
	color: #282828;
	font-size: 17px;
	padding-left: 0;
	margin-right: 30px;
}
.rst_thumbnail_quote a{
	color: #282828;
}
.rst_thumbnail blockquote footer{
	margin-top: 10px;
}
blockquote footer::after, blockquote small::after, blockquote .small::after{
	content: " —";
}
.title-box{
	background: url("../img/border_cat.png") no-repeat scroll center bottom;
    color: #282828;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 35px;
    padding: 30px 0 8px;
    text-align: center;
    text-transform: uppercase;
	font-weight: 400;
}
.nancy-input-form{
	background: #f7f6f3;
	border: 1px solid transparent;
	box-shadow: none;
	height: 38px;
	line-height: 38px;
	color: #282828;
	font-size: 13px;
	font-family: 'Open Sans';
	padding: 0 15px;
	border-radius: 0;
	margin-bottom: 25px;
	
}
.comment-respond{
	padding: 35px 30px;
	background: #fff;
	margin-top: 20px;
	position: relative;
}
.rst-meta-info-single h1{
	padding-bottom: 0 !important;
}
.comment-reply-title{
	margin: 0;
}
textarea.nancy-input-form{
	height: 180px !important;
	padding: 12px 15px;
	resize: none;
	line-height: normal;
	margin-bottom: 30px;
	line-height: 24px;
}
.nancy-input-form:focus{
	box-shadow: none;
	border: 1px solid #282828;
}
.nancy-input-submit{
	color: #f7f6f3 !important;
	font-size: 12px !important;
	text-transform: uppercase !important;
	background: #282828 !important;
	height: 33px !important;
	line-height: 33px !important;
	padding: 0 25px !important;
	border: none !important;
	display: inline-block !important;
	border-radius: 0  !important;
}
.nancy-input-submit:hover{
	color: #c7b773 !important;
}
.nancy-shop-laster{
	margin: 0 0 20px 0;
	position: relative;
}
.nancy-shop-laster .rst-shop-now{
	position: absolute;
	top: 0;
	right: 0;
}
.inner-meta-info{
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-top: 20px;
}
.rst_thumbnail + .inner-meta-info{
	padding-top: 0px;
}
.rst-inner-post-item-large .rst-meta-info h3,.rst-inner-post-item-large .rst-meta-info-single h1{
	font-size: 22px;
	padding-bottom: 20px;
	line-height: 32px;
}
.nancy-exceprt-post{
	color: #464646;
	font-size: 14px;
	line-height: 25px;
	padding-bottom: 20px;
}
.nancy-post-bottom{
	border-top: 1px solid #eeeeee;
	padding-top: 22px;
}
.nancy-post-bottom .nancy-read-more{
	float: left;
	color: #282828;
	font-size: 13px;
	text-transform: uppercase;
}
.nancy-post-bottom .nancy-read-more:hover{
	color: #c7b773;
}
.nancy-post-bottom .nancy-share{
	float: right;
	font-size: 13px;
	color: #282828;
}
.nancy-post-bottom .nancy-share span{
	text-transform: uppercase;
}
.nancy-post-bottom .nancy-share a{
	color: #282828;
	margin-left: 15px;
}
.nancy-post-bottom .nancy-share a:hover{
	color: #c7b773;
}
.nancy-date-post{
	color: #aaaaaa;
	font-size: 13px;
	text-transform: uppercase;
}
.rst-post-item-shop .nancy-price{
	font-size: 20px;
}
.rst-post-item-shop .nancy-price del{
	margin-right: 5px;
}
.box-white{
	background: #fff;	
}
.nancy-inner-box{
	padding: 35px 30px;
}
.related-posts{
	margin-bottom: 30px;
}
.related-posts .rst-post-item{
	margin-bottom: 0;
}

.related-posts .rst-meta-info h3{
	font-size: 13px;
	line-height: 22px;
	padding-bottom: 18px;
}
.comment-respond .nancy-input-submit{
	margin-bottom: 0;
}
.nancy-form-box{
	width: 65%;
}
.title-box-single{
	margin-bottom: 20px;
}
.comments ol,.comments ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.comment .nancy-media-left{
	width: 70px;
	float: left;
}
.comment .nancy-media-body{
	margin-left: 100px;
	color: #464646;
	font-size: 13px;
	line-height: 22px;
	position: relative;
}
.comment .nancy-media-body h5{
	color: #262626;
	font-size: 18px;
	margin: 0 0 10px 0;
	padding: 0;
	font-family: "Libre Baskerville";
	font-weight: 400;
	text-transform: capitalize;
}
.date-comment{
	color: #909090;
	font-size: 11px;
	text-transform: uppercase;
	display: block;
	margin: 10px 0 0 0;
}
.comment-reply-link,#cancel-comment-reply-link{
	background: #282828 none repeat scroll 0 0;
    border: medium none;
    color: #f7f6f3;
    display: inline-block;
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    text-transform: uppercase;
	position: absolute;
	top: 0;
	right: 0;
}
#cancel-comment-reply-link{
	top: 30px;
	right: 30px;
}
.comment-list li.comment{
	margin-bottom: 30px;
}
.reply-btn:hover,#cancel-comment-reply-link:hover{
	color: #c7b773;
}
.comment-list .children{
	margin-left: 30px;
	margin-top: 30px;
}
.title-box-single{
	padding-top: 20px;
}
.author-box{
	margin-top: 30px;
	margin-bottom: 30px;
}
.author-box img{
	float: left;
	width: 105px;
}
.author-box .nancy-about-info{
	margin-left: 130px;
}
.author-box .nancy-about-info h3{
	color: #262626;
	font-size: 18px;
	margin: 0 0 10px 0;
	padding: 0;
	font-family: "Libre Baskerville";
	font-weight: 400;
	text-transform: capitalize;
}
.author-box .nancy-about-info p{
	color: #464646;
	font-size: 13px;
	line-height: 22px;
}
.author-box .nancy-about-info li {
	margin-right: 4px;
}
.author-box .nancy-about-info li a{
	color: #282828;
	font-size: 14px;
}
.author-box .nancy-about-info li a:hover{
	color: #c7b773;
}
.nancy-post-bottom .nancy-share a{
	font-size: 14px;
}
.nancy-tags,.nancy-tags a{
	color: #282828;
	font-size: 12px;
	text-transform: uppercase;
}
.nancy-tags a:hover{
	color: #c7b773;
}
.nancy-tags span{
	margin-right: 5px;
}

.nancy-price ins{
	text-decoration: none;
}

.rst-post-item-shop .rst-meta-info{
	position: relative;
	background: #fff;
	margin-bottom: -30px;
	top: 0;
}
.rst-post-item-shop .rst-meta-info.rst-meta-info-rating{
	margin-bottom: -60px;
}
.wp-pagenavi{
	font-size: 0;
}

.wp-pagenavi a,.wp-pagenavi span{
	color: #282828;
	font-size: 13px;
	height: 34px;
	border: 1px solid #282828;
	display: inline-block;
	line-height: 32px;
	padding: 0;
	width: 34px;
	text-align: center;
	margin-right: 8px;
}
.wp-pagenavi a i{
	margin-left: 2px;
}
.wp-pagenavi a:hover,.wp-pagenavi span{
	background: #c7b773;
	border-color: #c7b773;
	color: #f7f6f3;
}
.navigation a{
	background: #282828;
    color: #f7f6f3;
    display: inline-block;
    font-family: "Lato";
    font-size: 12px;
    font-weight: 400;
    padding: 10px 25px;
    text-transform: uppercase;
}
.rst-logo-text a{
	color: #282828;
	display: inline-block;
	text-align: center;
}
.rst-logo-text h1{
	font-size: 40px;
	margin: 0 0 2px 0;
	padding: 0;
	font-family: 'Droid Serif';
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	color: #282828;
}
.rst-logo-text h2{
	font-size: 20px;
	margin: 0;
	padding: 0;
	font-family: 'League Script';
	font-weight: 400;
	line-height: normal;
	color: #282828;
	
}

.nancy_item_overlay {
    border: 1px solid #909090;
    left: 15px;
    opacity: 1;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 15px;
    transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
	bottom: 15px;
	z-index: 998;
	margin: 0px auto;
}
#instaphotos  .item{
	position: relative;
}
.nancy_thumbnail_overlay {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
}
.nancy_thumbnail_overlay::before, .nancy_thumbnail_overlay::after {
    content: "";
    position: absolute;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.nancy_thumbnail_overlay::after {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    bottom: 6%;
    left: 6%;
    right: 6%;
    top: 6%;
    transform: scale(0, 1);
    transform-origin: 100% 0 0;
}
.nancy_thumbnail_overlay::before {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    bottom: 6%;
    left: 6%;
    right: 6%;
    top: 6%;
}
.nancy_thumbnail_overlay:hover::before, .nancy_thumbnail_overlay:hover::after {
    opacity: 1;
    transform: scale(1);
}
#instaphotos .item:hover .nancy_thumbnail_overlay {
    opacity: 1;
    transition: all 0.3s ease-in-out 0s;
}
#instaphotos .item:hover img{
	opacity: 0.9;
}
#instaphotos .owl-item:last-child {
	margin-left: -1px !important;
}
.nancy-owl-item:hover .nancy_owl_item_info::after{
	opacity: 1;
}
.content-404 .nancy-title-description h2{
	font-size: 60px;
	line-height: normal;	
}
.content-404  .nancy-title-description p{
	font-size: 20px;
	font-family: "Libre Baskerville";
}
.content-404 .content-page{
	padding: 40px 30px;
}
.content-404  .content-page p{
	margin-top: 0;
	text-align: center;
}
.main-search input{
	border: none;
	box-shadow: none;
	border-radius: 0;
	font-size: 13px;
	height: 45px;
	background: #f7f6f3;
	padding: 0 15px;
	font-family: 'Open Sans';
	border: 1px solid transparent;
	color: #282828;
}
.main-search input:focus{
	box-shadow: none;
}
.main-search button{
	border: none;
	border-radius: 0;
	background: #f7f6f3;
	color: #757575;
	font-size: 14px;
	height: 45px;
	padding: 0px 15x;
}
.col-1{
	width: 100%;
}
.col-2{
	width: 50%;
}
.col-3{
	width: 30%;
}
.col-4{
	width: 25%;
}
.col-5{
	width: 20%;
}
.col-6{
	width: 16.666666%;
}
.col-7{
	width: 14.28571%;
}
.col-8{
	width: 12.5%;
}
.col-9{
	width: 11.1111%;
}
.col-10{
	width: 10%;
}
.col-11{
	width: 9.0909%;
}
.col-12{
	width: 8.33333%;
}
.col-13{
	width: 7.692%;
}
.col-14{
	width: 7.1428%;
}
.nancy-footer-social ul li.col-block{
	text-align: center;
}
.nancy-footer-social ul li.col-block span{
	display: block;
	margin: 0 auto 5px;
}
.logged-in-as a{
	color: #282828;
}
.logged-in-as a:hover{
	color: #c7b773;
}


/*woocommece*/
.related > h3{
	color: #282828;
    font-family: "Kaushan Script",cursive;
    font-size: 32px;
    line-height: normal;
    margin: 0 0 30px;
    padding: 0;
	font-weight: 400;
}
.product_title{
	font-size: 18px;
	color: #282828;
	text-transform: uppercase;
	line-height: 27px;
	font-weight: 400;
	padding: 30px 0 10px 0 !important;
	margin: 0 !important;
	font-family: "Libre Baskerville";
}
.entry-summary p.price{
	background: url('../img/bg_price_shop.png') no-repeat left bottom;
	padding: 0 0 5px 0;
	color: #404040 !important;
	font-size: 20px !important;
	margin: 0 0 25px 0;
	display: inline-block;
}
.entry-summary .price del{
	opacity: 1 !important;
	font-size: 16px !important; 
}
.entry-summary .price ins{
	text-decoration: none;
	font-weight: 400 !important;
	background: none !important;
	margin-left: 5px;
}	

.entry-summary  div[itemprop="description"]{
	color: #464646;
	font-size: 13px;
	line-height: 22px;
	margin: 0px 0 30px 0;
}
.entry-summary  .product_meta,.sku_wrapper{
	color: #282828;
	font-size: 12px;
	text-transform: uppercase;
}
.sku_wrapper{
	display: block;
	margin-bottom: 10px;
}
.comment-form-rating .rs-selectbox{
	display: none !important;
}
.entry-summary  .product_meta a{
	color: #282828;
}
.entry-summary  .product_meta a:hover{
	color: #c7b773;
}
.related-posts .rst-inner-post-item .rst_thumbnail blockquote{
	margin-left: 15px; 
	margin-right: 15px; 
	margin-top: 10px; 
}
.single_add_to_cart_button{
	background: #fff none repeat scroll 0 0 !important;
    border: 1px solid #bbbbbb  !important;
    border-radius: 0 !important;
    color: #282828 !important;
    display: inline-block !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    height: 30px !important;
    line-height: 30px !important;
    margin: 0 2px !important;
    padding: 0 35px 0 15px  !important;
    text-transform: uppercase !important;
	position: relative;
}
.quick-view .quantity{
	float: left;
}
.quick-view .cart{
	margin-bottom: 2em;
}
.single_add_to_cart_button:after{
	position: absolute;
	top: 0;
	right: 15px ;
	content: "\f07a";
	font-size: 12px;
	font-family: FontAwesome;
	color: #282828;	
}

.single_add_to_cart_button:hover:after{
	color: #ffffff;
}
.rst-inner-post-item .star-rating{
	float: none !important;
	margin: 0px auto 15px !important;
	
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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

.woocommerce .quantity .qty {
    border: 1px solid #bbbbbb;
    padding: 0px 30px 0px 0;
    text-align: center;
    width: 65px;
	line-height: 28px;
}

.minus::before {
    color: #282828;
    content: "\f107";
    font-family: FontAwesome;
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 0;
}
.woocommerce div.product form.cart div.quantity,.product-quantity  .quantity,.quick-view  .quantity{
    position: relative;
	margin-right: 10px;
	width: 65px;
}
.woocommerce-page .box-content{
	padding: 0;
}
.plus::before {
    color: #282828;
    content: "\f106";
    font-family: FontAwesome;
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 0;
}
.plus {
    cursor: pointer;
    font-size: 0;
    line-height: 10px;
    position: absolute;
    right: 20px;
    top: 5px;
}
.minus {
    bottom: 5px;
    cursor: pointer;
    font-size: 0;
    line-height: 10px;
    position: absolute;
    right: 20px;
}
.woocommerce div.product form.cart div.quantity:after,.product-quantity  .quantity:after,.quick-view  .quantity:after{
	position: absolute;
	top: 5px;
	left: 0;
	right: 0;
	width: 1px;
	background: #bbbbbb;
	height: 62%;
	content: "";
	margin: 0 auto;
}

.nancy-column-3 .rst-post-item-shop .nancy-price,.nancy-column-4  .rst-post-item-shop .nancy-price{
	font-size: 16px;
}
.nancy-column-3  .rst-post-item-shop .rst-meta-info h3,.nancy-column-4  .rst-post-item-shop .rst-meta-info h3,.nancy-column-3  .rst-post-item-shop .rst-meta-info h2,.nancy-column-4  .rst-post-item-shop .rst-meta-info h2{
	font-size: 14px;
	line-height: 23px;
}
.nancy-column-3 .rst_thumbnail + .inner-meta-info .nancy_category_name, .nancy-column-3 .rst_thumbnail + .rst-meta-info .nancy_category_name,.nancy-column-4 .rst_thumbnail + .inner-meta-info .nancy_category_name, .nancy-column-4 .rst_thumbnail + .rst-meta-info .nancy_category_name{
	top: -12px;
}
.woocommerce-tabs{
	padding:  30px;
}
.woocommerce div.product .woocommerce-tabs .panel{
	margin: 0;
	box-shadow: none;
	border-radius: 0;
}
.related{
	margin: 50px 0 0 0 ;
}
.woocommerce-tabs .entry-content h2{
	color: #282828;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	line-height: 23px;
	margin: 0 0 20px 0;
	padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
	margin-bottom: 30px;
}
.woocommerce-tabs .entry-content p{
	color: #646464;
	font-size: 13px;
	line-height: 23px;
	margin: 20px 0 0 0;
	padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
	background: #fff;
	border-color: #282828;
	height: 30px;
	line-height: 30px;
	padding: 0;
	line-height: 30px;
	margin: 0 13px 0 0;
	border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
	color: #282828;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 400;
	display: block;
	line-height: 28px;
	padding: 0 15px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,.woocommerce div.product .woocommerce-tabs ul.tabs li:hover{
	background: #c7b773;
	border-color: #c7b773;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a{
	color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before{
	box-shadow: none;
	border-radius: 0;
	position: static;
	border: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before{
	border: none;
	position: static;
}
.woocommerce-tabs ul.tabs{
	padding: 0 !important;
}
.product .images .thumbnails{
	padding-top: 8px !important;
	margin-left: -4px;
	margin-right: -4px;
}
.product .images .thumbnails a{
	width: 25% !important;
	padding: 0 4px !important;
	margin: 0 0 8px 0 !important;
	float: left !important;
	clear: none !important;
}
.woocommerce .woocommerce-breadcrumb{
	color: #282828;
	font-size: 13px;
}
.woocommerce .woocommerce-breadcrumb a{
	color: #282828;
}
.woocommerce .woocommerce-breadcrumb a:hover{
	color: #c7b773
}
.nancy-products{
	margin: 0;
	padding: 0;
	list-style: none;
}
.woocommerce  .nancy-title-description{
	margin: 0;
	float: left;
}
.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count{
	margin-bottom: 0px;
}
.woocommerce .woocommerce-ordering{
	float: right;
	width: 210px;
}
.rs-select-inner{
	font-family: "Open Sans";
	font-size: 14px;
}
.rs-select-selected{
	border-color: #bbbbbb;
	box-shadow: none;
	padding-left: 10px;
}
.rs-select-arrow{
	height: 30px;
	right: 0;
	top: 0;
	width: 30px;
	border:1px solid #bbbbbb;
}
.rs-selectbox .rs-select-item:hover, .rs-selectbox .rs-select-item.active:hover{
	background: #c7b773;
}
.rs-selectbox .rs-select-options{
	border-color: #bbbbbb;
	margin-top: 0;
	border-top: none;
}
.rs-select-value{
	height: 28px;
}
.rs-selectbox .rs-select-item{
	display: block;
    height: 26px;
    line-height: 26px;
    margin: 0 3px;
    padding: 0 7px;
}
.woocommerce .single_add_to_cart_button.button.alt{
	background: #c7b773 !important;
    border-color: #c7b773  !important;
    color: #ffffff !important;
	padding: 0 35px 0 15px !important;
}
.woocommerce .single_add_to_cart_button.button.alt:hover{
	background: #fff !important;
    color: #282828 !important;
	border-color: #bbbbbb  !important;
    
}
.single_add_to_cart_button::after{
	color: #ffffff !important;
}
.single_add_to_cart_button:hover::after{
	color: #282828 !important;
}
.cart .nancy-quantity label,.cart .variations label{
	color: #464646;
	font-weight: 400 !important;
	margin-bottom: 0 !important;
	margin-right: 15px !important;
	padding-top: 10px;
	font-size: 13px;
	width: 35px;
	text-align: left;
	
}
.nancy-quantity label{
	float: left;
	padding-top: 5px !important;
}
.variations_form .value{
	width: 180px;
}
.woocommerce div.product form.cart .variations{
	margin-bottom: 2px;
}
div.rs-selectbox{
	margin-bottom: 3px;
	margin-top: 3px;
}
.reset_variations{
	display: none !important;
}
.variations_form .label{
	padding: 0 !important;
	vertical-align: bottom !important;
}

.rs-selectbox .rs-select-item.active{
	background: #c7b773;
}
.woocommerce-ordering  select{
	border: 1px solid #bbbbbb;
	height: 30px;
	-moz-appearance: none;
	-webkit-appearance: none;
    appearance: none;
	position: relative;
	background: url('../img/bg_select_order.png') no-repeat center right;
	padding-left: 7px;
}
.woocommerce-ordering  select::-ms-expand {	display: none; }

.woocommerce-header-archive{
	margin: 0 0 35px 0;
}
.commentlist{
	margin: 0;
	padding: 0;
	list-style: none;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar{
	background: none;
	border: none;
	box-shadow: none;
	padding: 0;
	position: static;
	width: auto;
}
.nancy-inner-box2{
	padding: 10px 0;
}
.woocommerce-tabs .nancy-media-body p{
	margin: 0 0 10px 0 !important;
}
.woocommerce ul.product_list_widget li a{
	font-weight: 400;
}
.woocommerce ul.product_list_widget li img{
	box-shadow: none;
    float: none;
    height: 70px;
    margin: 0;
    width: 70px;
}
.woocommerce-tabs .entry-content p.woocommerce-noreviews{
	margin: 0;
}
#review_form .comment-reply-title{
	font-weight: 400;
	text-transform: uppercase;
	background: rgba(0, 0, 0, 0) url("../img/bg_price_shop.png") no-repeat scroll left bottom;
    color: #282828;
    font-size: 16px;
	padding: 0 0 8px 0;
	margin: 0 0 20px 0 !important;
}
.comment-form-rating label{
	font-weight: 400 !important;
	display: inline-block;
	margin-right: 20px;
}
.comment-form-rating .stars{
	display: inline-block;
}

.woocommerce p.stars a.star-1::after, .woocommerce p.stars a.star-1:hover::after, .woocommerce p.stars a.star-1.active::after {
    color: #838383;
    content: "S";
    font-family: star;
    font-size: 12px;
}
.woocommerce p.stars a.star-2::after, .woocommerce p.stars a.star-2:hover::after, .woocommerce p.stars a.star-2.active::after {
    color: #838383;
    content: "SS";
    font-family: star;
    font-size: 12px;
}
.woocommerce p.stars a.star-3::after, .woocommerce p.stars a.star-3:hover::after, .woocommerce p.stars a.star-3.active::after {
    color: #838383;
    content: "SSS";
    font-family: star;
    font-size: 12px;
}
.woocommerce p.stars a.star-4::after, .woocommerce p.stars a.star-4:hover::after, .woocommerce p.stars a.star-4.active::after {
    color: #838383;
    content: "SSSS";
    font-family: star;
    font-size: 12px;
}
.woocommerce p.stars a.star-5::after, .woocommerce p.stars a.star-5:hover::after, .woocommerce p.stars a.star-5.active::after {
    color: #838383;
    content: "SSSSS";
    font-family: star;
    font-size: 12px;
}
.rst-post-item-shop h3,.rst-post-item-shop h2{
	margin-top: -3px !important;
}
.woocommerce p.stars a.star-1.active::after, .woocommerce p.stars a.star-2.active::after, .woocommerce p.stars a.star-3.active::after, .woocommerce p.stars a.star-4.active::after, .woocommerce p.stars a.star-5.active::after, .woocommerce p.stars a.star-1:hover::after, .woocommerce p.stars a.star-2:hover::after, .woocommerce p.stars a.star-3:hover::after, .woocommerce p.stars a.star-4:hover::after, .woocommerce p.stars a.star-5:hover::after {
    color: #f39c12;
}
.woocommerce-page .content-page{
	background: none;
}
.woocommerce-page .content-page .inner-content{
	padding: 0;
}
.woocommerce table.shop_table{
	border-color: #eeeeee;
	border-radius: 0;
}
.woocommerce-cart table.cart img{
	width: 70px;
	height: 70px;
}
.woocommerce table.shop_table td{
	border-top: 1px solid #eeeeee;
    padding: 20px 10px;
	color: #404040;
	font-size: 13px;
	
}
.woocommerce table.shop_table td.product-price,.woocommerce table.shop_table td.product-subtotal{
	font-size: 16px;
}

.woocommerce-cart .woocommerce form{
	background: #fff;
}
.woocommerce a.remove{
	margin: 0px auto;
	color: #282828 !important;
	font-size: 18px;
	border-radius: 0;
}
.woocommerce a.remove:hover{
	background: none;
	color:  #c7b773 !important;
}
.product-stt{
	padding-left: 36px !important;
}
.product-name a{
	color: #000000;
	font-size: 14px;
	text-transform: uppercase;
	font-family: "Libre Baskerville";
	letter-spacing: 1px;
}
.product-name a:hover{
	color: #c7b773;
}
.woocommerce table.shop_table th{
	text-transform: uppercase;
	color: #282828;
	font-size: 13px;
	font-weight: 400;
	padding: 20px 10px;
}	
.woocommerce table.shop_table td.actions{
	padding: 20px 30px;
}
.actions  #coupon_code{
	width: 200px !important;
	border: 1px solid #c2c2c2 !important;
	height: 30px !important;
	padding: 0 12px !important;
	line-height: 30px !important;
	color: #838383 !important;
	font-size: 12px !important;
	font-style: italic !important;
	margin-right: 7px !important;
}



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

.woocommerce-cart .cart-collaterals{
	padding: 15px 0 0 ;
}
.woocommerce-cart .cart-collaterals table{
	background: #fff;
	border: 1px solid #eeeeee;
	width: 100%;
	float: none;
}
.woocommerce-cart .cart-collaterals .cart_totals  h2{
	font-weight: 600;
	color: #282828;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 15px 0;
}	
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
	display: inline-block;
	margin-bottom: 0 !important;
}
.woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th{
	padding: 15px 25px;
	vertical-align: middle;
}
.woocommerce-cart .cart-collaterals .cart_totals tr td{
	color: #404040;
	font-size: 16px;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr th{
	text-transform: uppercase;
	font-size: 13px;
	color: #282828;
	border-right: 1px solid #eeeeee;
}
.wc-proceed-to-checkout{
	text-align: right !important; 
	padding: 30px 0 0 0 !important;
}
.order-total strong{
	font-weight: 400 !important;
}
.woocommerce-cart .cart-collaterals .cart_totals table{
	margin-bottom: 0;
}
.woocommerce-message{
	background: #fff !important;
	box-shadow: none !important;
}
.woocommerce-checkout #customer_details{
	padding: 20px;
	margin-bottom: 20px;
	background: #fff;
}
.woocommerce-checkout.checkout input[type="text"],.woocommerce-checkout.checkout input[type="email"],.woocommerce-checkout.checkout input[type="tel"],.woocommerce-checkout.checkout textarea,.woocommerce-checkout.checkout input[type="password"]{
	border: 1px solid #c2c2c2;
    color: #282828;
    font-size: 13px;
    font-style: italic;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0 12px;
    width: 100%;
	font-family: 'Open Sans';
}
.woocommerce-checkout textarea{
	height: 100px !important;
	padding: 12px;
	line-height: 23px !important;
	resize: none;
}
.select2-container .select2-choice{
	border: 1px solid #c2c2c2 !important;
	border-radius: 0;
}
.woocommerce-shipping-fields  > h3,.woocommerce-billing-fields > h3,#order_review_heading{
	font-weight: 400;
	text-transform: uppercase;
	font-size: 17px;
	line-height: 26px;
	color: #282828;
	font-family: "Libre Baskerville";
	letter-spacing: 1px;
	margin: 0 0 20px 0;
	padding: 0;
}
#order_review_heading{
	margin-left: 20px;
}
.woocommerce-checkout label{
	color: #282828;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px !important;
    margin: 0 0 3px;
}
.woocommerce-checkout-review-order-table{
	background: #fff;
}
.woocommerce-checkout-review-order-table th,.woocommerce-checkout-review-order-table td{
	text-transform: uppercase !important;
	font-weight: 400 !important;
	font-size: 14px !important;
	padding-left: 20px  !important;
	padding-right: 20px !important;
}
.woocommerce-checkout-review-order-table tr th:nth-child(1),.woocommerce-checkout-review-order-table tr td:nth-child(1){
	border-right: 1px solid #eeeeee !important;
}
.woocommerce-checkout #payment{
	background: #fff;
	border-radius: 0 !important;
}
.woocommerce-checkout #payment div.payment_box{
	background: none;
	margin: 0;
}
.woocommerce-checkout #payment div.payment_box p{
	margin: 0;
}
.woocommerce-checkout #payment div.payment_box::before{
	display: none;
}
.woocommerce-checkout-payment .payment_methods li{
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 15px;
	padding-top: 15px;
}
.woocommerce-page .content-page p{
	margin-top: 0;
	margin-bottom: 10px;
}
.woocommerce-checkout-payment .payment_methods{
	border: none !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
	background: #c7b773;
    border-radius: 0;
    color: #fff !important;
    font-family: "Open Sans" ;
    font-weight: 400;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    text-transform: uppercase;
	border-radius: 0;
	font-size: 13px;
}
.woocommerce-cart .button:hover,.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce #respond input#submit:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover,.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
	background: #282828;
}
.woocommerce-info{
	background: #fff !important;
}
.woocommerce .woocommerce-info::before,.woocommerce .woocommerce-message::before{
	color: #282828;
}
.woocommerce-info a{
	color: #282828;
	font-weight: 700;
}
.woocommerce-info a:hover{
	color: #c7b773;
}
.woocommerce .woocommerce-info,.woocommerce .woocommerce-message{
	border-color: #282828 !important;
	border-width: 2px;
}

.woocommerce .nancy-cart a{
	color: #282828 !important;
	font-size: 12px !important;
	text-transform: uppercase !important;
	border: 1px solid #282828 !important;
	padding: 0 13px !important;
	height: 30px !important;
	line-height: 30px !important;
	background: #fff !important;
	display: inline-block !important;
	margin: 0 2px !important;
	border-radius: 0 !important;
	font-weight: 400 !important;
}
.woocommerce .nancy-cart a:hover{
	background: #c7b773 !important;
	border-color: #c7b773 !important;
	color: #fff !important;
}
.input-group .form-control:focus{
	border: none;
}
/*quick view*/

.quick-view.visible {
    opacity: 1;
    visibility: visible;
}
.quick-view {
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 9999;
}
.quick-view .mask {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.quickview-wrap {
    left: 50%;
    max-height: 80%;
    opacity: 0;
    position: absolute;
    top: 30%;
    transform: translate(-50%, -50%);
    visibility: hidden;
    z-index: 2;
}
.cart_item .nancy-quantity label{
	display: none;
}
.quick-view.visible .quickview-wrap {
    opacity: 1;
    top: 50%;
    visibility: visible;
}
.quickview-inner {
    background: #fff none repeat scroll 0 0;
    padding: 20px 17px;
    width: 800px;
}
.quickview-inner .images{
	padding-top: 0 !important;
	padding-left: 0 !important;
}
.quantity{
	position: relative;
}
.quick-view .nancy-loading {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    border-radius: 3px;
    height: 46px;
    left: 50%;
    line-height: 46px;
    margin-left: -25px;
    margin-top: -25px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 46px;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images ,.quick-view .images{
    padding-right: 15px;
    width: 55%;
	float: left;
	padding-left: 30px;
	padding-top: 30px;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary ,.quick-view  .summary {
    padding-left: 15px;
    width: 45%;
	float: left;
}
.quick-view .quick-title > h3 {
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 20px;
    padding: 0 50px 11px 0;
    position: relative;
    text-transform: uppercase;
	font-family: "Libre Baskerville";
	font-weight: 400;
}
.quickview-close {
    color: #ccc;
    font-size: 15px;
    position: absolute;
    right: 0;
    top: 0;
}
.quick-view  .product_title{
	padding-top: 10px !important;
}
.woocommerce div.product div.images, .woocommerce div.product div.summary{
	margin-bottom: 30px;
}
.woocommerce div.product div.summary{
	padding-right: 30px; 
}
.woocommerce-tabs{
	margin-top: 30px;
}
.quick-view div.images,.quick-view div.summary{
	margin-bottom: 0 !important;
}

.single_add_to_cart_button{
	float: none !important;
	position: relative !important;
	margin-top: 20px !important;
}


.pp_woocommerce .ppt{
	font-family: 'Open Sans' !important;
	font-size: 14px !important;
	font-weight: 400 !important;
}
.rst-nav-menu.nancy-menu-abs{
	position: absolute;
	top: -100%;
	left: 0;
	right: 0;
	width: 100%;
	text-align: center;
	sdisplay: none;
	opacity: 0;
	z-index: 98;
}
.rst-nav-menu.nancy-menu-abs li{
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 20px;
	padding-right: 20px;
}

.rst-nav-menu.nancy-menu-abs  .sub-menu{
	left: 20px;
}
.quick-view .images, .quick-view .summary{
	width: 50% !important;
}
.is_sticky .rst-logo-text h1{
	font-size: 40px;
}
.is_sticky  .rst-logo-text h2{
	display: none;
}
/*slider*/


#main-slider {
	position: relative;
	background: #000;
	overflow: hidden;
}
#main-slider .frame {
	width: 100%;
	height: 600px;
}
#main-slider .nancy-main-slider {
	height: 100%;
	-webkit-perspective: 1000px;
		-ms-perspective: 1000px;
			perspective: 1000px;
	-webkit-perspective-origin: 50% 50%;
		-ms-perspective-origin: 50% 50%;
			perspective-origin: 50% 50%;
}
#main-slider .nancy-main-slider > div {
	float: left;
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
		-ms-transform-style: preserve-3d;
			transform-style: preserve-3d;
}
.shipping_method li:before{
	display: none !important;
}
.woocommerce-product-gallery__image{
	margin-top: 8px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
	padding-right: 8px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price{
	font-size: auto;
	color: #333;
}
.quick-view .woocommerce-product-gallery{
	opacity: 1 !important;
}
.slick-slider{
	display: none;
}
.slick-initialized.slick-slider{
	display: block;
}