 /*globle style is here*/
 
 html {}

 body {
	font-family: 'Roboto', sans-serif;
 }
 
 .clear {
     clear: both;
     line-height: 0;
     font-size: 0;
     margin: 0;
     padding: 0;
 }
 
 .MainWarp {
     width: 1138px;
     margin: 0 auto;

 	}
 
 .Content-Warp {
     float: right;
     width: 850px;
     margin-left: 0px;
 }
 
 .side-left {
     margin-right: 15px;
 }
 /*header style is here*/
 
 header {
     width: 100%;
/*	background: #1D1C1C;*/
	background: #94BCED;
	padding: 15px 0;
 }
 
 .logo {
     width: 292px;
     float: left;
 }
 
 .header-right {
     width: 720px;
     float: right;
 }
 
 .HeadrightTop {
     padding-bottom: 30px;
 }
 
 .HeadrightTop:after,
 .HeadrightTop:before {
     display: table;
     clear: both;
     content: "";
 }
 
 .HeadrightBot:after,
 .HeadrightBot:before {
     display: table;
     clear: both;
     content: "";
 }
 
 .HeadrightTop nav.usermenu {
     float: right;
     margin-left: 15px;
     margin-top: 3px;
 }
 
 nav.usermenu ul {
     margin: 0;
     padding: 0;
     list-style-type: none;
     min-height: 15px;
 }
 
 nav.usermenu ul li {
     float: left;
     margin: 0;
     padding: 0;
/*     color: #959595;*/
     color: #FFFFFF;
     font-weight: normal;
     font-family: 'Roboto', sans-serif;
 }
 
 nav.usermenu ul li a {
     display: block;
/*     color: #959595;*/
     color: #000000;
     font-weight: normal;
     font-size: 14px;
     line-height: 14px;
     padding: 0 14px;
     border-left: solid 1px #959595;
 }
 
 nav.usermenu ul li:first-child a {
     border-left: 0;
 }
 
 nav.usermenu ul li:last-child a {
     padding-right: 0;
 }
 
 .header-contact {
     display: inline-block;
     float: right;
 }
 
 .header-contact p {
     margin: 0;
     color: #fff;
     font-weight: 500;
     font-size: 14px;
     line-height: 19px;
 }
 
 .header-contact p span {
     font-size: 14px;
     line-height: 14px;
     color: #fff;
     display: inline-block;
     position: relative;
     top: -3px;
     margin-right: 5px;
 }
 
 .header-contact p a {
     font-size: 19px;
     color: #deaa9e;
     text-decoration: none;
 }
 
 .mod-addCart {
     float: right;
     min-width: 120px;
     box-sizing: border-box;
     padding-top: 10px;
     padding-bottom: 10px;
 }
 
 .mod-addCart:after,
 .mod-addCart:before {
     display: table;
     clear: both;
     content: "";
 }
 
 .mod-addCart .cart-title {
     color: #fff;
     font-size: 16px;
     font-weight: normal;
     display: inline-block;
     float: left;
 }
 
 .mod-addCart .cart-title i {
     margin-right: 15px;
 }
 
 .mod-addCart .cart-price {
     display: inline-block;
     float: right;
     color: #deaa9e;
     font-size: 16px;
	 margin-left: 5px;
     font-weight: normal;
 }
 
 .mod-search-box {
     float: right;
     width: 360px;
	 margin-right: 20px;
     position: relative;
 }
 
 .input-large {
     box-sizing: border-box;
     height: 38px;
     width: 100%;
     padding: 10px 25px 10px 14px;
     border-radius: 3px;
     font-size: 14px;
     font-style: italic;
     border: 0;
     color: #1d1c1c;
     font-weight: 300;
 }
 
 .mod-search-box i {
     position: absolute;
     right: 10px;
     top: 11px;
 }
 /*header style is end here*/
 
 .MainMenu-Box {
     width: 100%;
     min-height: 57px;
	 background-color: #deaa9e;
 /*     background-image: url(../images/stacked-circles.png); */
     font-family: 'Roboto', sans-serif;
 }
 
 ul.MainMenuitem {
     margin: 0;
     padding: 0;
     list-style: none;
 }
 
 ul.MainMenuitem li {
     position: relative;
 }
 
 ul.MainMenuitem ul {
     position: absolute;
     display: none;
     top: 100%;
     left: 0;
     z-index: 99999;
 }
 
 ul.MainMenuitem > li {
     float: left;
 }
 
 ul.MainMenuitem li:hover > ul,
 ul.MainMenuitem li.sfHover > ul {
     display: block;
 }
 
 ul.MainMenuitem a {
     display: block;
     position: relative;
 }
 
 ul.MainMenuitem ul ul {
     top: 0;
     left: 100%;
 }
 /*style for menu css apply*/
 
 ul.MainMenuitem li a {
     font-weight: bold;
     font-size: 14px;
     color: #fff;
     padding: 20px 23px;
     font-family: 'Roboto', sans-serif;
     text-transform: uppercase;
     line-height: 17px;
 }
 
 ul.MainMenuitem li > a:hover {
     color: #d94385;
 }
 
 ul.MainMenuitem > li:first-child > a {
     padding-left: 0;
 }
 
 ul.MainMenuitem li a:hover {
     text-decoration: none;
 }
 
 ul.MainMenuitem ul {
     list-style-type: none;
     margin: 0;
     padding: 0;
     position: absolute;
     left: 0;
     top: 100%;
     min-width: 260px;
     background:#d94385;
 }
 
 ul.MainMenuitem li ul li {
     margin: 0;
     padding: 0;
 }
 
 ul.MainMenuitem li ul li a {
     padding: 10px 23px;
     font-size: 14px;
     text-transform: none;
     color: #fff;
     font-weight: normal;
 }
 
 ul.MainMenuitem li ul li.shHover a,
 ul.MainMenuitem li ul li a:hover {
     background-color: #deaa9e;
 }
 /*<!--menu style is end here-->*/
 /*Mid content Style is here*/
 
 .MidContent {
     padding: 20px 0;
     background: #fff;
 }
 
 .side-left {
     float: left;
     width: 260px;
 }
 
 .gradient-layer {
	 background-color: #fbe7de;
	 filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#fbe7de, endColorstr=#deaa9e);
	 background-image: -moz-linear-gradient(top, #fbe7de 0%, #deaa9e 100%);
	 background-image: -webkit-linear-gradient(top, #fbe7de 0%, #deaa9e 100%);
	 background-image: -ms-linear-gradient(top, #fbe7de 0%, #deaa9e 100%);
	 background-image: linear-gradient(top, #fbe7de 0%, #deaa9e 100%);
	 background-image: -o-linear-gradient(top, #fbe7de 0%, #deaa9e 100%);
	 background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0%,#fbe7de), color-stop(100%,#deaa9e));
 }
 
  .left-box {
     background: #FAFAFA;
     border: solid 1px #deaa9e;
     border-radius: 2px;
     margin-bottom: 18px;
     font-family: 'Roboto', sans-serif;
 }
 
 .left-box h3 {
     color: #000000;
	 border-bottom: solid 1px #deaa9e;
     font-weight: normal;
     font-size: 23px;
     line-height: 23px;
     padding: 12px 20px;
     margin: 0;
     font-family: 'Roboto', sans-serif;
     border-radius: 1px 1px 0 0;
 }
 
 .left-box .left-inner {
     padding: 18px;
 }
 
 .left-box ul {
     margin: 0;
     padding: 0;
     list-style-type: none;
 }
 
 .left-box ul li {
     margin: 2px 0;
     padding: 0;
 }
 
 .left-box ul li a {
     display: block;
     font-size: 14px;
     font-weight: 300;
     color: #1d1c1c;
     font-family: 'Roboto', sans-serif;
     padding: 4px 14px;
     line-height: 14px;
     /*background: url(../images/arrow-left.png) no-repeat left 4px;*/
 }
 
.left-box .arrow-right {
  float: left;
  length: 0;
  width: 0;
  margin-top: 5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #d94385;
}
 
 .left-box ul li a:hover {
     text-decoration: none;
 }
 /*banner slider custom style is here*/
 
 .banner-slider {
     padding-bottom: 35px;
 }
 
 .flexslider {
     border: 0;
     margin: 0 0 0px;
 }
 
 .flexslider .slides > li {
     position: relative;
 }
 
 .flex-control-nav {
     bottom: 30px;
     position: absolute;
     text-align: left;
     width: 50%;
     left: 25px;
 }
 
 .flex-control-paging li a {
     width: 14px;
     height: 14px;
     background: #797979;
     border-radius: 2px
 }
 
 .flex-control-nav li {
     display: inline-block;
     margin: 0 4px;
 }
 
 .flex-control-paging li a.flex-active {
     background: #d94385;
     cursor: default;
 }
 
 .read-more {
     width: 120px;
     margin-top: 15px;
 }
 
 .read-more a {
     display: block;
     font-weight: 500;
     font-size: 14px;
     color: #fff;
     line-height: 15px;
     border: solid 2px #deaa9e;
     border-radius: 3px;
     padding: 10px 22px;
 }
 
 .read-more a:hover {
     text-decoration: none;
 }
 
 .flex-caption {
     width: 450px;
     padding: 25px;
     background: none;
     color: #fff;
     text-shadow: none;
     font-size: 14px;
     line-height: 18px;
     position: absolute;
     top: 25%;
     left: auto;
     box-sizing: border-box;
 }
 
 .flex-caption h2 {
     margin: 0;
     padding: 0;
     color: #d94385;
     font-size: 34px;
     line-height: 34px;
     font-weight: bold;
     font-family: 'Roboto', sans-serif;
	 background: none;
	 border: none;
	 text-transform: none;
 }
 
 .flex-caption p {
     font-size: 20px;
     font-weight: 500;
     color: #1d1c1c;
     line-height: 24px;
     font-family: 'Roboto', sans-serif;
     margin: 10px 0;
 }
 /*content article style is here*/
 
 .content-area {
	padding-bottom: 15px;
 }
 
 .content-area h1,
 .h1,
 .heading-title,
 h1 {
     font-size: 28px;
     line-height: 30px;
     font-weight: normal;
     margin: 0;
     padding: 0;
     font-family: 'Roboto', sans-serif;
     margin-bottom: 15px;
 }
 
 .content-area p,
 p {
     font-size: 14px;
     font-weight: 300;
     color: #000000;
     line-height: 22px;
     margin-bottom: 15px;
 }
 
 .content-area a:hover {
     color: #1d1c1c;
 }
 /*newsletter free shipping style is here*/
 
 .Newsletter-box {
     margin-bottom: 35px;
 }
 
 .Newsletter-box ul {
     margin: 0;
     padding: 0;
     list-style-type: none;
     margin: 0 -14px;
 }
 
 .Newsletter-box ul li {
     float: left;
     margin: 0;
     padding: 0;
     width: 50%;
     padding: 0 14px;
     box-sizing: border-box;
 }
 
 .Newsletter-box ul li a:after,
 .Newsletter-box ul li .ns-box:after {
     display: table;
     content: "";
     clear: both;
 }
 
 .Newsletter-box ul li a:before,
 .Newsletter-box ul li .ns-box:before {
     display: table;
     content: "";
     clear: both;
 }
 
 .Newsletter-box ul li a,
 .Newsletter-box ul li .ns-box {
     display: block;
     border: solid 2px #deaa9e;
	 min-height: 148px;
     padding: 15px;
     box-sizing: border-box;
     border-radius: 2px;
 }
 
 .Newsletter-box .icon-box {
     display: block;
     width: 80px;
     height: 80px;
     background-color: #fff;
     border-radius: 50%;
     float: left;
     box-sizing: border-box;
     position: relative;
     text-align: center;
     box-shadow: 0 0 2px #000;
     margin-right: 20px;
     top: 5px;
 }
 
 .Newsletter-box .icon-box i {
     font-size: 40px;
     position: absolute;
     top: 20px;
     left: 20px;
     width: 40px;
     height: 40px;
 }
 
 .Newsletter-box .box-intro {
     width: 270px;
     float: left;
     display: block;
 }
 
 .Newsletter-box .box-intro p {
     color: ##1D1C1C;
     font-size: 21px;
     font-weight: normal;
     margin: 0;
	 margin-bottom: 15px;;
     padding: 0;
     line-height: 22px;
 }
 
 .Newsletter-box .box-intro small {
     color: #fff;
     font-size: 18px;
     font-style: italic;
     line-height: 22px;
     margin: 0;
     padding: 0;
     font-weight: normal;
 }
 
 .Newsletter-box ul li:hover a,
 .Newsletter-box ul li:hover .ns-box {
     background: url(../images/newsletter-bg-hover.png) repeat-x 0 0;
     border-color: #deaa9e;
 }
 
 /*Featured Product box style is here*/
 
 .Featured-Product h2 {
     font-family: "Roboto", sans-serif;
     font-size: 28px;
     font-weight: normal;
     line-height: 30px;
     margin: 0 0 0px;
     padding: 0;
 }
 
 .product-row:after,
 .product-row:before {
     display: table;
     content: "";
     clear: both;
 }
 
 .Featured-Product ul:before,
 .Featured-Product ul:after {
     display: table;
     content: "";
     clear: both;
 }
 
 .Featured-Product ul {
     margin: 0 -23px;
     padding: 0;
     list-style-type: none;
 }
 
 .Featured-Product ul li {
     float: left;
     width: 33.3333%;
     padding: 23px 23px 10px;
     box-sizing: border-box;
     font-family: "Roboto", sans-serif;
 }
 
 .Featured-Product figure {
     margin: 0;
     padding: 0;
     margin-bottom: 10px;
 }
 
 /*
 .Featured-Product figure img {
     width: 100%;
     height: auto;
 }
 */
 
 .featured-prd-intro {
     font-size: 14px;
     color: #474747;
     font-weight: normal;
     margin: 10px 0;
     font-family: "Roboto", sans-serif;
     line-height: 20px;
	 text-align: center;
 }
 
 .featured-prd-intro p {
     font-size: 14px;
     color: #474747;
     font-weight: normal;
     margin: 0;
 }
 
 .featured-prd-intro table.opt-table { 
	 margin-top: 7px;
	 margin-bottom: 7px; 
	 height:auto;
 }
 
 .featured-prd-intro table.opt-table tr td { 
	 padding: 2px; 
 }
 
 .featured-prd-price {
     margin: 10px 0;
 }
 
 .featured-prd-price:after,
 .featured-prd-price:before {
     display: table;
     content: "";
     clear: both;
 }
 
 .featured-prd-price .product-price {
     display: inline-block;
     color: #DF5893;
     font-weight: 500;
     font-size: 18px;
     float: left;
     margin-right: 15px;
     line-height: 40px;
 }
 
 .add-cart-btn {
     display: inline-block;
     width: 118px;
     float: left;
 }
 
 .add-cart-btn a,
 .cartbtn {
     display: block;
     color: #fff;
     font-size: 15px;
     font-weight: 500;
     text-align: center;
     padding: 10px 0;
     border: solid 2px #deaa9e;
     border-radius: 2px;
     line-height: 15px;
 }
 
 .add-cart-btn a:hover,
 .cartbtn:hover {
     text-decoration: none;
 }
 /*footer style is here*/
 
 footer {
     width: 100%;
     height: auto;
	 background-color: #deaa9e;
/*     background-image: url(../images/stacked-circles.png); */
     padding: 35px 0 0 200px;
 }
 
 footer h3 {
     margin: 0;
     padding: 0px 0;
     position: relative;
     font-size: 16px;
     font-weight: normal;
     color: #fff;
     margin-bottom: 10px;
 }
 
 .footer-left {
     width: 584px;
     float: left;
 }
 
 .footer-right {
     width: 535px;
     float: right;
 }
 
 .footer-logo {
     float: left;
     width: 312px;
     text-align: left;
 }
 
 .footer-logo img {
     margin-bottom: 15px;
 }
 
 .footer-logo p {
     font-size: 13px;
     color: #fff;
     font-weight: normal;
     line-height: 20px;
     margin: 0;
 }
 
 .footer-logo a {
     color: #fff;
     text-decoration: none;
 }
 
 .footer-contact {
     float: left;
     width: 250px;
 }
 
 .footer-contact ul {
     margin: 0;
     padding: 0;
     list-style-type: none;
 }
 
 .footer-contact ul li {
     margin: 0;
     padding: 5px 0;
     position: relative;
     font-size: 14px;
     font-weight: normal;
     color: #fff;
 }
 
 .footer-contact a {
     color: #fff;
 }
 
 .footer-contact a:hover {
     color: #d94385;
     text-decoration: none;
 }
 
 .footer-social {
     width: 268px;
     float: left;
 }
 
 .footer-social ul {
     margin: 0;
     padding: 0;
     list-style-type: none;
 }
 
 .footer-social ul:after,
 .footer-social ul:before {
     display: table;
     content: "";
     clear: both;
 }
 
 .footer-social ul li {
     float: left;
     margin: 4px;
 }
 
 .footer-social ul li a {
     display: block;
     padding: 0;
     border-radius: 50%;
     color: #fff;
     font-size: 18px;
     line-height: 30px;
     width: 30px;
     height: 30px;
     text-align: center;
 }
 
 .footer-social ul li.fb a {
     background-color: #4E71A8;
 }
 
 .footer-social ul li.tw a {
     background-color: #1CB7EB;
 }
 
 .footer-social ul li.ins a {
     background-color: #444444;
 }
 
 .footer-social ul li.pint a {
     background-color: #CA3737;
 }
 
 .footer-social ul li.gpls a {
     background-color: #E3411F;
 }
 
 .footer-social ul li.yut a {
     background-color: #CA3737;
 }
 
 .accepted-payment {
     float: left;
     display: inline-block;
 }
 
 .accepted-payment ul {
     margin: 0;
     padding: 0;
     list-style-type: none;
 }
 
 .accepted-payment ul:after,
 .accepted-payment ul:before {
     display: table;
     content: "";
     clear: both;
 }
 
 .accepted-payment ul li {
     float: left;
     margin: 4px;
     margin-left: 15px;
     margin-right: 0;
 }
 
 .accepted-payment ul li:first-child {
     margin-left: 0;
 }
 
 .flex-control-paging li a {
     outline: medium none !important;
 }
 
 .content-area p strong {
     font-weight: 500;
 }
 
 ul.list { 
	list-style-type: disc; 
	list-style-position: inside; 
	list-style: initial;
	margin: initial;
	padding: 0 0 0 40px;
	margin-bottom: 15px;
}

ol.list { 
	list-style-type: decimal; 
	list-style-position: inside; 
	list-style: initial;
	margin: initial;
	padding: 0 0 0 40px;
	margin-bottom: 15px;
}

ol.list li { 
	display: list-item;
}

.gallery {
	float: left; 
	width: 395px; 
	padding: 15px; 
	text-align: center;
	min-height: 340px;
}

.celeb-gallery {
	min-height: 505px;
}
