@charset "utf-8";
/*
	Template Version 1.0.0
/*

/**************************************************/

/*	LIST OF SECTION :
		01)  HOME: HEADER & SLIDER
			 a) Slider
			 b) Menu
			 c) Mobile Menu
			 d) Search & Cart
			 e) Service
			 f) Feature Product
			 g) PrettyPhoto
			 h) Hot Deals & Banner
			 i) Specall Product
			 j) Parallax
			 k) Blog
			 
		02)  HOME 2
			 a) For Slider
			 b) Service
			 c) Search & Cart
			 d) Product & Banner & Parallax
			 e) Testimonials
			 f) New & Specail Product
			 g) Hot & Blog
		
		03)  BLOG SIDEBAR
			 a) Breadcrumbs
			 b) Blog Content
			 d) Sidebar
			
		04)  BLOG DETAIL
			 a) Comments
			 b) Comments Form
			
		05)	 PRODUCT DETAIL	
			 a) Product Zoom
			 b) Product Detail Information
			 c) Tab
			 d) Sidebar
			
		06)  PRODUCT GRID	
		07)  CHECKOUT
		08)  ACCOUNT
		09)  CONTACT
		10)  FOOTER
			 a) Footer top
			 b) Footer
			 c) Copyright
			 
		11)  SMALL DEVICES
		
/**************************************************/



/*------------------------------------------------------------------*/ 
/*	   MAIN CSS
/*------------------------------------------------------------------*/
@import url(../fonts2/font-awesome-4.2.0/css/font-awesome.min.css);
.body-wrapper {
	width:100%;
	margin:0;
	padding:0;
	float:left;
	z-index:9;
	position:relative;
	height:auto;
}

.blockwhite {
	background:#fff;
	width:100%;	
}

.blockgrey {
	background:#fafafa;
	width:100%;
}

.btn-default {
	color:rgb(208,20,20);
	width:auto;
	display:inline-block;
	font-size:13px;
	font-weight:400;
	padding:8px 30px;
	text-align:center;
	margin-top:5px;
	background:none;
	text-transform:uppercase;
	border:1px solid rgb(208,20,20);
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	-ms-border-radius:100px;
	-o-border-radius:100px;
	border-radius:100px;
}

.btn-default2 {
	color:#fff;
	width:auto;
	display:inline-block;
	font-size:13px;
	font-weight:400;
	padding:8px 30px;
	text-align:center;
	margin-top:5px;
	background:none;
	text-transform:uppercase;
	border:1px solid #dcdcdc;
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	-ms-border-radius:100px;
	-o-border-radius:100px;
	border-radius:100px;
}
.btn-default2:hover {
	color:rgb(208,20,20);
	background:none;
	border:1px solid rgb(208,20,20);
}

.body-wrapper p {
	font-weight:400;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color:rgb(0,0,0);
  background-color:transparent;
  border-color:rgb(0,0,0);
}

.btn-default:hover {
	color:rgb(0,0,0);
	background:none;
	border:1px solid rgb(0,0,0);
}

.fullblock {
	width:100%;
	margin:0 auto;
	clear:both;
	float:left;
	position:relative;
}

.blockgrey .standart-title h1 span {
	background:#fafafa;
}

.standart-title {
	width:100%;
	float:left;
	position:relative;
	text-align:center;
	margin-bottom:42px;
}

.standart-title h1 {
	margin:0;
}

.standart-title h1:after {
    background: repeat #ededed;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 11px;
	left:0;
    width: 100%;
}

.standart-title h1:before {
    background: repeat #ededed;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 15px;
	left:0;
    width: 100%;
}

.standart-title h1 span {
	font-weight:600;
	font-size:22px;
	text-align:center;
	margin:0;
	text-transform:uppercase;
    background:#fff;
    padding:0 45px;
    position:relative;
	letter-spacing:1px;
    z-index:1;
}

.whitebg {
	background-color: #FFF;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100000;
}

#spinner {
	position: absolute;
	height:80px;
	width:80px;
	top: 50%;
	border:none;
	border-radius:100%;
	-webkit-animation: rotation 1s infinite linear;
	-moz-animation: rotation 1s infinite linear;
	-o-animation: rotation 1s infinite linear;
	animation: rotation 1s infinite linear;
	left: 50%;
	margin-left: -17px;
	margin-top: -17px;
}

.no-csstransforms #spinner {
	background:url(images/preloader.gif) no-repeat scroll 0 0;
	width: 80px;
	height: 80px;
	border: 0;
	margin-left: -19px;
	margin-top: -19px;	
}

.no-csstransforms #spinner:before {
	border: 0;
}	

#spinner:before {
   content:"";
   display:block;
   position:absolute;
   left:0;
   top:0;
   height:100%;
   width:100%;
   border-top:1px solid rgb(50,50,50);
   border-left: 1px solid rgb(50,50,50);
   border-bottom:1px solid transparent;
   border-right: 1px solid rgb(50,50,50);
   border-radius:100%;
}

@-webkit-keyframes rotation {
   from {-webkit-transform: rotate(0deg);}
   to {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
   from {-moz-transform: rotate(0deg);}
   to {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
   from {-o-transform: rotate(0deg);}
   to {-o-transform: rotate(359deg);}
}
@keyframes rotation {
   from {transform: rotate(0deg);}
   to {transform: rotate(359deg);}
}


/*------------------------------------------------------------------*/ 
/*	01) HOME
/*------------------------------------------------------------------*/

#header {
	width:100%;
	float:left;
	position:relative;
	z-index: 999999;
}

/* ______ a) Slider ______ */

.slider-wrap {
	width:100%;
	float:left;
	position:relative; 
}

.fullscreenbanner-container {
	width:100% !important;
	position:relative;
	padding:0;
	overflow:hidden;
}

.fullscreenbanner-container .fullscreenbanner	{
	width:100% !important;
	position:relative;
}

.videobanner-container {
	width:100% !important;
	position:relative;
	padding:0;
	overflow:hidden;
}

.videobanner-container .videobanner	{
	width:100% !important;
	position:relative;
}

.fullwidthbanner-container{
	max-height:614px !important;
	width:100% !important;
	position:relative;
	padding:0;
	height:auto;
	overflow:hidden;
}

.fullwidthbanner-container .fullwidthbanner	{
	width:100% !important;
	position:relative;
	height:auto;
	max-height:614px;
}

.tp-caption {
	z-index: 2 !important;
}

.big-text h1 {
    font-size: 40px;
    color: #fff;
    /* text-transform: uppercase; */
    border: none;
    font-weight: 900;
    padding: 0;
	margin: 0;
	text-align: center;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.fancy-caption {
	overflow: hidden;
	position: relative;
	text-align: center;
	margin: 0 auto !important;
	padding-top: 0;
}

.fancy-slider-caption {
	text-align: center;
	color: #fff;
	font-size: 24px ;
	font-weight: 400;
	/* text-transform: uppercase; */
	letter-spacing: 3px;
	line-height: 40px ;
	position: relative;  
	display: block;	
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}

.fancy-slider-info {
	text-align: center;
	margin-bottom: 0px ;
	line-height: 40px ;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px ;
	letter-spacing: 2px;
	display: inline-block;
	position: relative;
}

.fancy-slider-info:before,
.fancy-slider-info:after {
  content: "";
  height: 5px;
  border-top: 1px dotted #efefef;
  top: 19px;
  border-width: 2px;
  width: 500px;
  position: absolute;
}

.fancy-slider-info:before {
  right: 100%;
  margin-right: 15px;
}

.fancy-slider-info:after {
  left: 100%;
  margin-left: 15px;
}

.slider-btn {
	cursor: pointer;
	color: #fafafa;
}

.slider-btn:hover {
	color: #fff;
}

html .tp-bullets.simplebullets.round .bullet {
    background: #fff;
    width: 12px;
    height: 12px;
    margin-left: 6px;
	margin-right: 6px;
	text-indent: -9999px;
	display:block;
	-webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;
	-webkit-border-radius: 50%;-moz-border-radius: 50%;-ms-border-radius: 50%;-o-border-radius: 50%;border-radius: 50%
}

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {	
	background:rgb(208,20,20) !important; 
}

html .tp-leftarrow, html .tp-rightarrow {
	-webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;		
}

html .tp-leftarrow.default {
	background: url(../images/slider-arrows.png) no-repeat 0 0;
	width: 46px;
	height: 46px;
}

html .tp-rightarrow.default {
	background: url(../images/slider-arrows.png) no-repeat -46px 0;
	width: 46px;
	height: 46px;
}

html .tp-bullets {
	opacity: 0.7;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}

html .tp-bullets:hover {
	opacity: 1;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;	
}

html .tp-leftarrow.default:hover, html .tp-rightarrow.default:hover {
	opacity: 1;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;	
}

.tp-rightarrow.default, .tp-leftarrow.default {
	opacity: 0.7;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;	
}


/* ______ b) Menu ______ */
.is-sticky {
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
}
#nav {
	width:100%; 
	float:left;
	padding:0; 
	border:none;
	z-index:8888; 
	background: rgb(255,255,255);
}

#nav .container {
	position:relative;
}

.logo-wrap {
	width:auto;
	top:30%;
	margin-top:-21.5px;
	left:15px;
	position:absolute;
	z-index:9999999; 
}

.logo-wrap img {
	float:left;
}

.shadow {
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.white-background {
	width:100%;
	float:left;
	background:#fff;
	padding:35px 0 30px 20px;
}

.sf-mega .sf-mega-section h2 {
	font-size:16px;
	color:#3a3a3a;
	text-transform:uppercase;
	margin-bottom:15px;
	margin-top:0;
	font-weight:600;
}

.sf-mega .sf-mega-section .fashion {
	width:100%;
	height:auto;
	float:left;
	padding-left:70px;
}

.sf-mega .sf-mega-section .fashion img {
	width:300px;
	height:auto;
	float:left;
}

.sf-menu ul .has-child > a:after {
	font-family:'icomoon';
	speak:none;
	-webkit-font-smoothing:antialiased;
	content:"\e00f";
	position:absolute;
	top:45%;
	right:20px;
	color:#989898;
	font-size:6px;
}

.mobile-menu ul.menu li.has-child > a:after, .mobile-menu .menu ul li.has-child > a:after {
	font-family:'icomoon';
	speak:none;
	-webkit-font-smoothing:antialiased;
	content:"\e00f";
	position:relative;
	margin-left:10px;
	vertical-align:middle;
	color:#989898;
	font-size:6px;
}

.nav-toggle {
	display:none;
}

.nav-toggle i.deroul {
	width:44px;
	height:43px;
	line-height:43px;
	font-size:30px;
	/*
	margin-top:25px;
	margin-bottom:25px;
	*/
	text-align:center;
	color:#fff;
	background: rgb(255,255,255); /* rgb(208,20,20); */
	display:block;
	float:right; 
}


/* ______ c) Mobile Menu ______ */

.mobile-menu {
	display:none;
	float:left;
	width:100%;
	clear:both;
	position:absolute;
	background:#fff;
	z-index:9999;
	overflow:hidden;
	padding:0;
	top:100%;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.mobile-menu-inner {
	display:none;
}

.mobile-menu ul {
	list-style-type:none;
	clear:both;
	margin:0;
	overflow:hidden;
	padding:0;
}

.mobile-menu ul.menu > li {
	clear:both;
	width:auto;
	position:relative;
	text-transform:capitalize;
	padding:12px 30px;
	font-size:14px;
	text-transform:uppercase;
	border-bottom:1px solid rgba(170, 170, 170, 0.2);
	background: rgb(45,45,50);
}

.mobile-menu ul.menu > li:last-child {
	border-bottom:none;
}

ul.menu > li > a {
	width:auto;
	display:inline-block;
	border:none;
	color:#fff;
	background:none;
	font-size:14px;
	font-weight:400;
}

ul.menu li a:hover {
	color:rgb(221,110,0);
}

ul.menu li ul li a {
	width:auto;
	display:block;
	border:none;
	color:#5f5f5f;
	background:none;
	font-size:13px;
	font-weight:400;
	text-transform:none;
}

.mobile-menu ul li ul, .mobile-menu ul li ul ul, .mobile-menu ul li ul ul ul,  .mobile-menu ul li ul ul ul ul {
	margin-top:3px;
}

.mobile-menu ul li ul li {
	padding-left:20px;
	padding-top:3px;
	padding-bottom:3px;
	font-size:13px;
	text-transform:uppercase;
}

.mobile-menu ul li li li {
	padding-left:35px;
	padding-top:3px;
	padding-bottom:3px;
	font-size:13px;
	text-transform:uppercase;
}

.mobile-menu ul li li li li {
	padding-left:50px;
	padding-top:3px;
	padding-bottom:3px;
	font-size:13px;
	text-transform:uppercase;
}

.mobile-menu ul li li li li li {
	padding-left:65px;
	padding-top:3px;
	padding-bottom:3px;
	font-size:13px;
	text-transform:uppercase;
}

.mobile-menu ul li a i {
	margin-right:0;
}


/* ______ d) Search & Cart ______ */

.header-bottom {
	width:100%;
	height:auto;
	position:relative;
	z-index:55;
	float:left;
	background:rgba(40, 40, 40, 0.8);
}

.home-2 .header-bottom {
	background:rgba(40, 40, 40, 0.5);
}

.home-1 .header-bottom {
	width:100%;
	height:auto;
	position:relative;
	z-index:55;
	float:left;
	background:rgba(40, 40, 40, 1);
}

.home-1 .top-search-form, .home-1 .top-search-form input, .home-1 .top-search-form button, .home-1 a.dropdown-cart i {
	color:#000;
}

.home-1 .top-search-form {
	background: none;
	border-color:#fff;
}


.top-search-form {
    border: 1px solid rgba(255, 25, 255, 0.5); 
    margin: 2px 0;
    position: relative; 
	color:#fff;
	background:none; 
}

.top-search-form input {
    border: solid 1px rgb(200,200,200);
    height: 40px;
    padding: 0 12px;
    width: 400px;
	font-size:15px;
	color: #fff;
	background:none;
	position: absolute;
	top: 0;
	right: 350px;
}

.top-search-form button {
    background: rgb(208,20,20);
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    position: absolute;
    right: 300px;
    text-align: center;
    top: 0;
    width: 50px;
	color:#fff;
}

.top-search-form button:hover {
    color:rgba(255 ,255, 255, 0.8);
}

.header-mini-cart, .setting-lang, .my-account {
	width:auto;
	height:auto;
	right:0;
	text-align:center;
	background:none;
	margin:5px 0 0 0;
	z-index:55;
}

a.dropdown-cart {
	width:30px;
	position:relative;
	text-decoration:none;
	outline:0;
	text-shadow:none;
	color:#fff;
	background:none;
	display:block;
	float:right;
	text-align:left;
	padding:0;
	z-index:55;
}

a.dropdown-cart i {
	font-size:16px;
	color:#fff;
}

a.dropdown-cart:hover i, .open > a.dropdown-cart i {
	color:rgb(208,20,20);
}
	
a.dropdown-cart:hover span, .open > a.dropdown-cart span {
	color:#565656;
	background:#fafafa;
}
	
a.dropdown-cart span {
	font-weight:400;
	font-size:12px;
	color:#fff;
	position:absolute;
	width:15px;
	height:15px;
	line-height:15px;
	top:-5px;
	right:2px;
	text-align:center;
	background:rgb(208,20,20);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.open > .dropdown-menu {
    display: block;
}

.dropdown-menu {
    display: none;
}

.shopping-cart-content {
	width:317px;
	position:absolute;
	padding:30px 20px 25px 20px;
	right:0;
	top:100%;
	margin-top:10px;
	border-radius:0;
	font-size:12px;
	z-index:55;
	background:#fff
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.shopping-cart-content .item img {
	width:97px;
	height:97px;
}

.shopping-cart-content .media:first-child {
	margin-top:0;
}

.shopping-cart-content .media {
	margin-top:20px;
	padding-bottom:24px;
	border-bottom:1px solid #e6e6e6;
}

.media .pull-left {
	padding-right:15px;
}

.media .product-name {
	margin-top:5px;
	margin-bottom:5px;
}

.media .product-name a {
	color:#616161;
	font-size:13px;
}

.media .product-price {
	color:#6f6f6f;
	display:block;
	font-size:15px;
	font-weight:400;
}

.media .product-price i {
	color:#6f6f6f;
	font-size:10px;
}

.media .product-price strong {
	color:#3a3a3a;
	font-size:15px;
	font-weight:600;
}
.media-right {
	position:relative;
	padding-right:10px;
}

.media-right i {
	vertical-align:middle;
	position:absolute;
	color:#676767;
	right:15px;
	top:50%;
	left:50%;
	width:18px;
	height:18px;
	margin-top:-8px;
	margin-left:-8px;
	text-align:center;
	background:#dfdfdf;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
}

.media-right a:hover i {
	color:#fff;
	background:rgb(208,20,20);
}

.shopping-cart-content .total {
	width:100%;
	margin-top:20px;
	position:relative;
}

.shopping-cart-content p.pull-left {
	color:#444;
	font-size:18px;
	font-weight:600;
	padding-right:45px;
	margin-bottom:0px;
	text-transform:uppercase;
}

.shopping-cart-content span.pull-left {
	color:#3a3a3a;
	font-size:18px;
	font-weight:700;
	text-transform:uppercase;
}

.btn-cart {
	color:#444;
	width:100%;
	float:left;
	font-size:13px;
	font-weight:400;
	padding:15px 30px;
	text-align:center;
	margin-top:15px;
	text-transform:uppercase;
	border:1px solid #dcdcdc;
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	-ms-border-radius:100px;
	-o-border-radius:100px;
	border-radius:100px;
}

.btn-cart:hover {
	color:rgb(208,20,20);
	border:1px solid rgb(208,20,20);
}

.cart-lang {
	width:100%;
	float:left;
	position:relative;
}

.setting, .account {
	width:170px;
	position:absolute;
	padding:20px 20px 20px 20px;
	right:0;
	top:100%;
	margin-top:10px;
	border-radius:0;
	font-size:12px;
	z-index:55;
	background:#fff
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.setting h3 {
	color:#383838;
	display:block;
	font-size:13px;
	font-weight:400;
	margin-top:0px;
	margin-bottom:13px;
	text-transform:uppercase;
}

.setting ul {
	width:100%;
	float:left;
}

.setting ul li {
	color:#5f5f5f;
	font-size:13px;
	font-weight:400;
	margin-top:0px;
	margin-bottom:11px;
}

.setting ul li a {
	color:#5f5f5f;
	font-size:13px;
	font-weight:400;
}

.setting ul li img {
	margin-right:13px;
}

.setting .currency-title {
	width:100%;
	float:left;
	margin-top:5px;
}

.setting ul.currency li a i {
	margin-bottom:5px;
}

.setting ul.currency li {
	margin-bottom:5px;
}

.setting ul.currency li:last-child {
	margin-bottom:0;
}

.account ul li {
	margin-bottom:12px;
}

.account ul li:last-child {
	margin-bottom:0;
}

.account ul li a {
	color:#5f5f5f;
	font-size:13px;
	font-weight:400;
}

.account ul li a i {
	margin-right:5px;
}

.setting ul li a:hover, .setting ul li a:hover i, .account ul li a:hover, .account ul li a:hover i {
	color:rgb(208,20,20);
}

.call-us {
	margin-right:10px;
	font-size:13px;
	color:#fff;
	font-weight:600;
	text-transform:uppercase;
	text-align:right;
	float:right;
	margin-top:7px;
}


/* ______ e) Service ______ */

.service {
	width:100%;
	height:auto;
	float:left;
	position:relative;
	padding:75px 0 45px 0;
}

.service .service_hidden {
	display:none;
}

.service_item {
    max-width:390px;
    overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
	text-align:center;
	position:relative;
	backface-visibility:hidden;
	-webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;
}

.icon-wrap-1 {
	float:left;
	width:100%;
	height:100%;
	text-align:center;
	margin-bottom:30px;
	position:relative;
	-webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;
}

.icon-wrap-1 i {
	width:82px;
	height:82px;
	line-height:82px;
	font-size:24px;
	color:#505050;
	margin:0;
	text-align:center;
	border:2px solid #efefef;
	display:inline-block;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
	-webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;
}

.service_item:hover .icon-wrap-1 i {
	color:#fff;
	background:rgb(208,20,20);
	border:1px solid rgb(208,20,20);
}

.service_item h2 {
	margin-top:0;
	margin-bottom:12px;
	display:block;
	text-transform:uppercase;
}

.service_item p {
	font-weight:400;
	padding:0 5px;
	margin-bottom:0;
}


/* ______ f) Feature Product ______ */

.feature-product {
	width:100%;
	float:left;
	position:relative;
	padding-bottom:35px;
}

.product_item {
	overflow:hidden;
	max-width:280px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:35px;
	text-align:center;
	position:relative;
	backface-visibility:hidden;
}

.product_item .head, .product_item .body {
	background:#fff;
}

.sale {
	top:20px;
	left:10px;
	color:#fff;
	width:43px;
	height:43px;
	display:block;
	font-size:11px;
	font-weight:700;
	line-height:43px;
	position:absolute;
	text-align:center;
	background:rgb(208,20,20);
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
	
}

.new {
	top:20px;
	right:10px;
	color:#fff;
	width:43px;
	height:43px;
	display:block;
	font-size:11px;
	font-weight:700;
	line-height:43px;
	position:absolute;
	text-align:center;
	background:#666666;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
	
}

.home-1 .new {
	left:63px;
	right:auto;
}

.quick-view {
	opacity:0;
	display:block;
	-webkit-transition:-webkit-transform .4s,opacity .1s .3s;
	-moz-transition:-moz-transform .4s,opacity .1s .3s;
	transition:transform .4s,opacity .1s .3s;
}

.product_item:hover .quick-view {
	opacity:1;
	display:block;
	-webkit-transition:-webkit-transform .4s,opacity .1s .3s;
	-moz-transition:-moz-transform .4s,opacity .1s .3s;
	transition:transform .4s,opacity .1s .3s;
}

.quick-view i {
	top:50%;
	left:50%;
	width:60px;
	height:60px;
	color:#464646;
	display:block;
	font-size:20px;
	line-height:60px;
	text-align:center;
	position:absolute;
	margin-top:-53px;
	margin-left:-30px;
	background:rgba(255, 255, 255, 0.9);
	-webkit-transition:-webkit-transform .4s,opacity .1s .3s;
	-moz-transition:-moz-transform .4s,opacity .1s .3s;
	transition:transform .4s,opacity .1s .3s;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
}

.quick-view:hover i {
	color:rgb(208,20,20);
}
	
.product_item .hover_item {
	bottom:0;
	opacity:0;
	top:auto;
	left:0;
	width:100%;
	color:#fff;
	position:absolute;
	padding:12px 10px 0 10px;
	backface-visibility:hidden;
	background:#fff;
	-webkit-transform:translatey(100%);
	-moz-transform:translatey(100%);
	-ms-transform:translatey(100%);
	transform:translatey(100%);
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	backface-visibility:hidden;
	-webkit-transition:-webkit-transform .4s,opacity .1s .3s;
	-moz-transition:-moz-transform .4s,opacity .1s .3s;
	transition:transform .4s,opacity .1s .3s;
	z-index:6;
}

.product_item:hover .hover_item {
	opacity:1;
	-webkit-transform:translatey(0px);
	-moz-transform:translatey(0px);
	-ms-transform:translatey(0px);
	transform:translatey(0px);
	-webkit-transition:-webkit-transform .4s,opacity .1s;
	-moz-transition:-moz-transform .4s,opacity .1s;
	transition:transform .4s,opacity .1s;
}

.hover_item a {
	margin-left:4px;
	margin-right:4px;
	display:inline-block;
}

.hover_item a i {
	width:34px;
	height:34px;
	line-height:34px;
	color:#464646;
	text-align:center;
	display:inline-block;
	border:1px solid #ebebeb;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
}

.hover_item a:hover i {
	color:#fff;
	background:rgb(208,20,20);
	border:1px solid rgb(208,20,20);
}

.product_item .body {
	z-index:8;
}

.product-name {
	margin-top:20px;
}

.product-name a {
	color:#6a6a6a;
	display:block;
	font-size:15px;
	font-weight:400;
}

.product-name a:hover {
	color:rgb(208,20,20);
}

.product-price {
	color:#3a3a3a;
	/*display:block;*/
	font-size:15px;
	font-weight:600;
}

.stars-wrap i {
	color:#ececec;
	font-size:10px;
	margin-left:0.5px;
	margin-right:0.5px;
}

.stars-wrap .active-star {
	color:rgb(208,20,20);
}

.product_item .hover_item_star {
	bottom:0;
	opacity:0;
	top:auto;
	left:0;
	width:100%;
	color:#fff;
	position:absolute;
	padding:10px 10px 5px 10px;
	backface-visibility:hidden;
	background:#fff;
	-webkit-transform:translatey(100%);
	-moz-transform:translatey(100%);
	-ms-transform:translatey(100%);
	transform:translatey(100%);
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	backface-visibility:hidden;
	-webkit-transition:-webkit-transform .4s,opacity .1s .3s;
	-moz-transition:-moz-transform .4s,opacity .1s .3s;
	transition:transform .4s,opacity .1s .3s;
	z-index:9;
}

.product_item:hover .hover_item_star {
	opacity:1;
	-webkit-transform:translatey(0px);
	-moz-transform:translatey(0px);
	-ms-transform:translatey(0px);
	transform:translatey(0px);
	-webkit-transition:-webkit-transform .4s,opacity .1s;
	-moz-transition:-moz-transform .4s,opacity .1s;
	transition:transform .4s,opacity .1s;
}

.product_hidden {
	width:100%;
	float:left;
	position:relative;
	display:none;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.feature_btn {
	width:100%;
	float:left;
	position:relative;
	text-align:center;
	margin-bottom:35px;
	margin-top:15px;
}

.feature_btn h1 {
	margin:0;
}

.feature_btn h1:before {
    background: repeat #ededed;
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
	left:0;
    width: 100%;
}

.feature_btn span {
	text-align:center;
	margin:0;
    background:#fff;
    padding:0 45px;
    position:relative;
	letter-spacing:1px;
    z-index:1;
}

.feature_btn h1 a {
	font-weight:400;
	font-size:15px;
	text-align:center;
	margin:0;
	display:inline-block;
	text-transform:uppercase;
    background:none;
    padding:12px 40px;
    position:relative;
	letter-spacing:1px;
	color:#484848;
	border:1px solid #e7e7e7;
    z-index:1;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	-ms-border-radius:50px;
	-o-border-radius:50px;
	border-radius:50px;
}

.feature_btn h1 a:hover {
	color:rgb(208,20,20);
	border:1px solid rgb(208,20,20);
}

.pp_content_wrap h2 {
	margin-right:15px;
}

.pp_content_wrap .product-price {
	display:inline-block;
	margin-right:10px;
	margin-bottom:15px;
}

.stars i {
	color:#ececec;
	font-size:10px;
	margin-left:0.5px;
	margin-right:0.5px;
}

.stars .active-star {
	color:rgb(208,20,20);
}

.pp_hover_item a {
	margin-left:4px;
	margin-right:4px;
	display:inline-block;
}

.pp_hover_item a i {
	width:34px;
	height:34px;
	line-height:34px;
	color:#464646;
	text-align:center;
	display:inline-block;
	border:1px solid #ebebeb;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
}

.pp_hover_item a:hover i {
	color:#fff;
	background:rgb(208,20,20);
	border:1px solid rgb(208,20,20);
}


/* ______ g) PrettyPhoto ______ */

.pp_nav {display:none !important;}

.pp_main .pp_content {
	background: #fff;
	height: auto !important;
	min-height: 150px;
	min-width:600px;
}

.pp_main #pp_full_res img {
	max-width: 100% !important;
	width: auto\9 !important;
	height: auto !important;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

.pp_main .pp_hoverContainer {
	width: 100% !important;
	height: 100% !important;
}

.pp_content_wrapper {
	position: relative;
}

.pp_main a.pp_previous,
.pp_main a.pp_next {
	background: none;
	font-family: 'Glyphicons Halflings';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	opacity: 0;
	filter: alpha(opacity=0);
}

.pp_main a.pp_previous:hover,
.pp_main a.pp_next:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	background: none;
}

.pp_main a.pp_previous:before,
.pp_main a.pp_next:before {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	line-height: 30px;
	background: none;
	font-size: 18px;
	text-align: center;
	text-indent: initial;
	color: rgba(0, 0, 0, 0.5);
	border: 1px solid rgba(0, 0, 0, 0.5);
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
}

.pp_main a.pp_previous:before {
	content: "\2039";
	left: 5px;
	behavior: url('PIE.php');
}

.pp_main a.pp_next:before {
	content: "\203a";
	right: 5px;
	behavior: url('PIE.php');
}

.pp_main .pp_close {
	right: 0;
}

.pp_main .pp_social {
	display:none;
}

.pp_main .pp_social .twitter,
.pp_main .pp_social .facebook {
	float: none;
	margin: 0 0 20px 0;
	width: auto;
}

.pp_main.pp_video .twitter,
.pp_main.pp_video .facebook {
	float: left;
	margin: 0 10px 0 0;
}

.pp_main.pp_video [class*="col-"],
.pp_main.pp_expanded [class*="col-"] {
	float: none;
	width: 100%;
}

.pp_main.pp_details {
	display:none;
}

.pp_main .pp_nav {
	float: none;
	margin-bottom: 20px;
	display:none;
}

.pp_main .pp_content .pp_details .ppt {
	font-weight: bold;
	color: #4b4b4b;
	margin-bottom: 10px;
	width: 100% !important;
}

.pp_main .pp_details .pp_description {
	color: #7e7e7e !important;
	line-height: 1.75;
	font-size: 13px;
	font-weight: normal;
}

.pp_main .learn-more {
	float: right;
	margin-top: 20px;
}

.pp_main .pp_details_inner {
	padding: 25px;
}

.pp_main.pp_expanded .pp_details_inner,
.pp_main.pp_expanded .pp_social {
	display: none !important;
}

.pp_main.pp_expanded .pp_close,
.pp_main.pp_video .pp_close {
	bottom: 25px;
	top: auto;
}


/* ______ h) Hot Deals & Banner ______ */

.block_item {
	padding-bottom:25px;
	overflow:hidden;
	max-width:390px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:35px;
	text-align:center;
	position:relative;
	backface-visibility:hidden;
}

.hot_deals, .weekly {
	border:1px solid #f0f0f0;
}

.hot_deals .standart-title, .weekly .standart-title {
	width:90%;
	float:none;
	margin:15px auto;
}

.hot_deals .standart-title h1 span, .weekly .standart-title h1 span {
    background:#fff;
    font-size:20px;
    padding:0 15px;
}

.hot_deals .product_item {
	max-width:none;
	width:100%;
	margin-bottom:15px;
}

.hot_deals .product_item .head {
	border-top:1px solid #f0f0f0;
	border-bottom:1px solid #f0f0f0;
}

.hot_deals .time {
	position:absolute;
	top:20px;
	right:10px;
	margin:10px 0 0 10px;
	font-size:12px;
	font-weight:700;
	color:#fff;
	text-align:left;
}

.hot_deals .time div {
	display:block;
	float:none;
	background-color:rgba(244, 189, 0, 0.8);
	width:46px;
	height:23px;
	text-align:center;
	padding-top:3px;
	margin-bottom:33px;
}

.hot_deals .time .cd-time {
	color:#fff;
	display:block;
	font-size:10px;
	text-transform:uppercase;
	margin-top:3px;
	background-color:rgba(35, 35, 35, 0.7);
	width:46px;
	height:23px;
	padding-top:0;
	bottom:0;
	line-height:23px;
}

.banner.block_item {
	padding-bottom:0;
}

.banner_fashion {
	margin-bottom:30px;
	width:100%;
	float:left;
	position:relative;
}

.banner_fashion:last-child {
	margin-bottom:0;
}

.banner_hover {
	cursor:pointer;
	display: block;	
	opacity: 1; 
	position: absolute; 
	top:0;
	left:0;
	width: 100%; 
	height: 100%;
	background:none;
	-webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;	
}

.banner_fashion:hover .banner_hover {
	-webkit-box-shadow:0 0 0 30px rgba(255, 255, 255, 0.3) inset;
	-moz-box-shadow:0 0 0 30px rgba(255, 255, 255, 0.3) inset;
	box-shadow:0 0 0 30px rgba(255, 255, 255, 0.3) inset
}

.weekly-carousel {
	padding-top:20px;
	border-top:1px solid #f0f0f0;
}

.weekly ul {
	padding-left:20px;
	padding-right:20px;
}

.weekly ul li {
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px dotted #d2d2d2;
}

.weekly ul li:last-child {
	padding-bottom:0;
	margin-bottom:16px;
	border-bottom:none;
}

.weekly li .product-name {
	margin-top:5px;
	margin-bottom:6px;
}

.weekly li .stars-wrap {
	margin-top:0;
	display:block;
	margin-bottom:4px;
}

.weekly .media > .pull-left {
	padding-right:15px;
}


/* ______ i) Specall Product ______ */

.specail-product {
	width:100%;
	float:left;
	position:relative;
	padding-top:35px;
	padding-bottom:70px;
}

.specail-product-carousel, .blog-carousel, .new-product-carousel {
	float:left;
}


/* ______ j) Parallax ______ */

#parallax-section-1 {
    background-attachment: fixed;
    background-image: url("../images/parallax/parallax5.jpg");
    background-position: center center;
    background-size: cover;
}

.parallax-mask {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,0.3);
}

#parallax-section-1 .shop-now {
	padding:100px 0;
	position:relative;
}

.shop-now h1 {
	text-transform:uppercase;
	font-weight:700;
	color:#fff;
}

.shop-now p {
	text-transform:uppercase;
	letter-spacing:2px;
	font-weight:400;
	color:#fff;
}

.shop-now a {
	font-weight:400;
	font-size:13px;
	text-align:center;
	margin:0;
	display:inline-block;
	text-transform:uppercase;
    background:none;
    padding:10px 30px;
    position:relative;
	letter-spacing:2px;
	color:#fff;
	border:1px solid #fff;
    z-index:1;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	-ms-border-radius:50px;
	-o-border-radius:50px;
	border-radius:50px;
}

.shop-now a:hover {
	color:rgb(208,20,20);
	background:#fff;
}


/* ______ k) Blog ______ */

.blog {
	padding-top:70px;
	padding-bottom:50px;
}

.blog_item {
	overflow:hidden;
	max-width:390px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:35px;
	text-align:center;
	position:relative;
	backface-visibility:hidden;
}

.blog .owl-theme .owl-controls .owl-page span, .specail-product .owl-theme .owl-controls .owl-page span {
	width:12px;
	height:12px;
	margin:0 6px;
}

.h-date {
	top:20px;
	right:10px;
	width:46px;
	height:46px;
	position:absolute;
}

.h-date span {
	width:46px;
	height:23px;
	color:#fff;
	float:left;
	font-weight:700;
	line-height:23px;
	text-align:center;
	text-transform:uppercase;
}

.h-date span:first-child {
	font-size:12px;
	background:rgba(244, 189, 0, 0.8);
}

.h-date span:last-child {
	font-size:10px;
	background:rgba(35, 35, 35, 0.7);
}

.blog_item h5 {
	margin-top:25px;
	margin-bottom:10px;
}

.blog_item h5 a {
	color:#3a3a3a;
	font-weight:600;
	text-transform:uppercase;
}

.blog_item h5 a:hover {
	color:rgb(208,20,20);
}

.blog_item p {
	margin-bottom:0;
}


/*------------------------------------------------------------------*/ 
/*	02) HOME 2
/*------------------------------------------------------------------*/

.standart-title-2.standart-title h1:after {
    top:35px;
}

.standart-title-2.standart-title h1:before {
    top:39px;
}

.standart-title-2.standart-title {
	text-align:left;
}

.standart-title-2.standart-title h1 span {
	padding:0;
	text-align:left;
	position:static;
	font-size:20px;
	font-weight:400;
	background:none;
}


/* ______ a) For Slider ______ */

.block-toolbar {
	top:5px;
	right:0;
	margin:0;
	width: 90px;
	position:absolute;
}

.block-toolbar-alt{
	position: inherit;
	width: 100%;
}

.block-toolbar a {
	display:inline-block;
	padding:0;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
}

.block-toolbar a:hover i {
	color:#fff;
	background:rgb(208,20,20);
	border-color:rgb(208,20,20);
}

.block-toolbar a i {
	color:#696969;
	font-size:10px;
	display:block;
	height:20px;
	width:20px;
	line-height:19px;
	text-align:center;
	border:1px solid #d9d9d9;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
}

.block-toolbar .prev {
	margin-right:5px;
	float:right;
}

.block-toolbar .next {
	float:right;
}


/* ______ b) Service ______ */

.home-2 .service {
	padding-bottom:20px;
}

.home-2 .service_item {
	margin-bottom:0px;
	padding-bottom:40px;
}

.home-2 .icon-wrap-1 {
	top:0;
	left:0;
	float:none;
	width:82px;
	height:82px;
	display:block;
	position:absolute;
}

.home-2 .service-text {
	width:100%;
	float:left;
	text-align:left;
	padding-left:100px;
}

.home-2 .service-text p {
	padding:0;
}

/* ______ c) Search & Cart ______ */

.home-2 .header-bottom {
	width:100%;
	height:auto;
	top:100%;
	left:0;
	z-index:55;
	background:rgba(40, 40, 40, 0.8);
}

/*.home-2 .top-search-form, .home-2 .top-search-form input, .home-2 .top-search-form button, .home-2 .call-us, .home-2 a.dropdown-cart i {
	color:#fff;
}*/

.home-2 .top-search-form {
	background:none;
	border-color:rgba(255, 255, 255, 0.5); 
}


/* ______ d) Product & Banner & Parallax ______ */

.home-2 .banner {
	width:100%;
	float:left;
	margin-bottom:20px;
}

.home-2 .banner_fashion img {
	width:100%;
}

.home-2 .banner_fashion:hover .banner_hover {
	-webkit-box-shadow:0 0 0 20px rgba(255, 255, 255, 0.5) inset;
	-moz-box-shadow:0 0 0 20px rgba(255, 255, 255, 0.5) inset;
	box-shadow:0 0 0 20px rgba(255, 255, 255, 0.5) inset;
}

.home-2 #parallax-section-1{
    background-image: url("../images/parallax/parallax1.jpg");
}

.home-2 #parallax-section-1 .testimonials-wrap {
	padding:45px 0 45px 0;
}


/* ______ e) Testimonials ______ */

.testimonials-wrap h1, .testimonials-wrap h2, .testimonials-wrap h3, .testimonials-wrap h4, .testimonials-wrap p, .testimonials-wrap span, .testimonials-wrap .block-toolbar a i {
	color:#fff;
}

.testimonial_item {
	margin-bottom:35px;
}

.testimonials-wrap .media .pull-left {
	position:relative;
}

.testimonials-wrap .media .pull-left img {
	width:80px;
	height:80px;
	display:block;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
}

.t-author-img {
	top:0;
	left:0;
	width:80px;
	height:80px;
	display:block;
	position:absolute;
	-webkit-box-shadow:0 0 0 5px rgba(255, 255, 255, 1) inset;
	-moz-box-shadow:0 0 0 5px rgba(255, 255, 255, 1) inset;
	box-shadow:0 0 0 5px rgba(255, 255, 255, 1) inset;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
}

.testimonial_item p {
	font-size:15px;
	font-weight:400;
	font-style:italic;
	margin-bottom:20px;
}

.testimonial_item h4 {
	margin-top:0;
	margin-bottom:5px;
	text-transform:uppercase;
}

.testimonial_item span {
	font-size:12px;
	font-weight:400;
}


/* ______ f) New & Specail Product ______ */

.home-2 .specail-product {
	padding:55px 0;
}

.new-product-carousel .product_item {
	overflow:hidden;
	max-width:200px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0;
	text-align:center;
	position:relative;
	backface-visibility:hidden;
}


/* ______ g) Hot & Blog ______ */

.hot-product .time {
	position:absolute;
	bottom:20px;
	left:0;
	margin:10px 0 0 12px;
	font-size:13px;
	font-weight:400;
	color:#fff;
	text-align:left;
}

.hot-product .time div {
	display:inline-block;
	float:left;
	background-color:rgba(123, 123, 123, 0.9);
	width:55px;
	height:55px;
	text-align:center;
	padding-top:10px;
	margin-right:6px;
	margin-bottom:0;
	-webkit-border-radius:50%;

	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
}

.hot-product .time .cd-time {
	color:#fff;
	display:block;
	font-size:12px;
	font-weight:400;
	text-transform:uppercase;
	margin-top:3px;
	background:none;
	width:55px;
	height:23px;
	padding-top:0;
	bottom:0;
	line-height:10px;
}

.blog_m_item {
	overflow:hidden;
	margin-bottom:15px;
}

.blog_m_item .head {
	width:auto;
	padding-right:20px;
	margin-bottom:20px;
}

.blog_m_item .head img {
	max-width:291px;
}

.blog_m_item .body {
	width:10000px;
	display:table-cell;
    vertical-align:top;
	overflow:hidden;
	float:none;
	padding-bottom:20px;
}

.b-date {
	margin:0;
	top:20px;
	left:10px;
	width:55px;
	height:55px;
	color:rgb(208,20,20);
	font-size:14px;
	font-weight:400;
	padding-top:12px;
	position:absolute;
	text-align:center;
	text-transform:uppercase;
	background:rgba(255, 255, 255, 0.9);
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
}

.b-date span {
	color:rgb(208,20,20);
	display:block;
	font-size:12px;
	font-weight:400;
	text-align:center;
	text-transform:uppercase;
}

.blog-m-body h4, .blog-m-body h4 a {
	margin-top:0;
	color:#3a3a3a;
	font-weight:400;
	text-transform:uppercase; 
}


/*------------------------------------------------------------------*/ 
/*	03) BLOG SIDEBAR
/*------------------------------------------------------------------*/

/* ______ a) Breadcrumbs ______ */

.breadcrumbs-wrapper {
	background: rgb(235,235,235);
	margin-bottom:25px;
	border-top:0px solid #e7e7e7;
	border-bottom:0px solid #e7e7e7;
}

.breadcrumbs {
	padding:12px 0 11px 0; 
	width:100%;
	float:left;
}
	
.breadcrumbs ul > li {
	float: left;
	margin-left:8px;
	color:#b6b6b6;
}
	
.breadcrumbs ul > li:first-child {
	margin-left:0;
}
	
.breadcrumbs ul > li:after {
	content: '>';
	margin-left:8px;
	color: black;
}
	
.breadcrumbs ul > li:last-child:after {
	content:none;
}
	
.breadcrumbs ul > .active-breadcrumb {
	cursor:default;color:#595959;
}
	
.breadcrumbs ul > li > a {
	color:#b6b6b6;
}
	
.breadcrumbs ul > li > a:hover {
	color:#595959;
}


/* ______ b) Blog Content ______ */

.blog-head-title {
	margin:0;
	text-transform:uppercase;
}

.blog-right-side .blog-head-title {
	text-align:right;
}

.blog-content {
	width:100%;
	float:left;
	position:relative;
	padding:30px 0 35px 0;
}

.blog-wrap {
	width:100%;
	float:left;
	margin-bottom:45px;
}

.blog-head {
	margin-bottom:30px;
}

.blog-body h3 {
	margin-top:0;
	font-weight:400;
	text-transform:uppercase;
}

.blog-body p {
	color:#6e6e6e;
	line-height:1.5;
}

.meta {
	margin-bottom:6px;
}

.meta li {
	color:rgb(208,20,20);
	font-weight:400;
	margin-right:20px;
	margin-bottom:5px;
	display:inline-block;
}

.meta li i {
	color:#aaa;
	font-size:13px;
}

.meta li a {
	color:rgb(208,20,20);
	font-weight:400;
}

.meta li a:hover {
	text-decoration:underline;
}

.blog-body .btn-default {
	padding:8px 35px;
}

.blog-body .btn-default {
	padding:8px 35px;
}

.blog-body .btn-default:hover,
.blog-body .btn-default:focus,
.blog-body .btn-default.focus,
.blog-body .btn-default:active,
.blog-body .btn-default.active,
.blog-body .open > .dropdown-toggle.btn-default {
  color:#fff;
  background-color:rgb(208,20,20);
  border-color:rgb(208,20,20);
}

.pagination-wrap {
	width:100%;
	float:left;
}

.pagination-wrap {
	width:100%;
	float:left;
	padding:20px 0;
	border-top:1px solid #e1e1e1;
}

.pagination-wrap a {
	width:26px;
	height:26px;
	color:#5d5d5d;
	line-height:26px;
	text-align:center;
	display:inline-block;
	border:1px solid #e9e9e9;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
}

.pagination-wrap a.active {
	color:#fff;
	background:rgb(208,20,20);
	border-color:rgb(208,20,20);
}

.pagination-wrap a:hover {
	color:#fff;
	background:rgb(208,20,20);
	border-color:rgb(208,20,20);
}

.pagination-wrap a:hover i {
	color:#fff;
}


/* ______ d) Sidebar ______ */

.sidebar {
	width:100%;
	float:left;
	margin-bottom:15px;
}

.widget-sidebar {
	width:100%;
	float:left;
	position:relative;
	margin-bottom:40px;
}

.widget-sidebar .standart-title {
	margin-bottom:22px;
}

.widget-sidebar .standart-title h1 span {
	color:#2b2b2b;
	font-size:18px;
}

.widget-sidebar .media {
	padding-bottom:15px;
	border-bottom:1px dotted rgba(51, 51, 51, 0.22);
}

.widget-sidebar .media:last-child {
	padding-bottom:0;
	border-bottom:none;
}

.widget-sidebar .media-body p {
	color:#5f5f5f;
	line-height:1.7;
	font-weight:400;
	padding-top:8px;
}

.categories li {
	color:#5f5f5f;
	font-size:13px;
	font-weight:400;
	margin-bottom:15px;
	padding-bottom:12px;
	border-bottom:1px dotted rgba(51, 51, 51, 0.22);
}

.categories li:last-child {
	margin-bottom:0;
}

.categories li a {
	color:#5f5f5f;
	font-size:13px;
	font-weight:400;
	-webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;
}

.categories li a:hover {
	color:rgb(208,20,20);
	padding-left:5px;
}

.side-banner {
	max-width:280px;
    overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	position:relative;
	backface-visibility:hidden;
	-webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;
}


.side-banner .banner_fashion:hover .banner_hover {
	-webkit-box-shadow:0 0 0 20px rgba(255, 255, 255, 0.3) inset;
	-moz-box-shadow:0 0 0 20px rgba(255, 255, 255, 0.3) inset;
	box-shadow:0 0 0 20px rgba(255, 255, 255, 0.3) inset
}


/*------------------------------------------------------------------*/ 
/*	04) BLOG DETAIL
/*------------------------------------------------------------------*/

/* ______ a) Comments ______ */

.blog-comments {
	width:100%;
	float:left;
	margin-bottom:58px;
}

.c-title {
	color:#2b2b2b;
	font-weight:400;
	margin-bottom:27px;
	padding-bottom:12px;
	text-transform:uppercase;
	border-bottom:1px solid #e5e5e5;
}

.comment {
	margin-top:22px;
}

.comment:nth-child(2n-1) {
	padding-left:0;
}

.comment:nth-child(2n) {
	padding-left:75px;
}

.c-author-img img {
	width:60px;
	height:60px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
}

.c-name-date {
	background:#f3f3f3;
	padding:22px 30px 15px 30px; 
}

.c-name {
	font-size:14px;
	font-weight:400;
	margin-right:10px;
	text-transform:uppercase;
}

.c-date {
	color:rgb(208,20,20);
	font-size:12px;
	font-weight:400;
	margin-right:15px;
}

.c-reply {
	cursor:pointer;
}

.c-reply i {
	color:#959595;
	font-size:16px;
}

.c-reply:hover i {
	color:rgb(208,20,20);
}

.c-text {
	margin-top:15px;
	margin-bottom:0;
}


/* ______ b) Comments Form ______ */

.comment-form {
	width:100%;
	float:left;
	position:relative;
}

.comment-form-wrap h3 {
	color:#2b2b2b;
	font-weight:400;
	text-transform:uppercase;
}

.comment-form-wrap p {
	color:#6b6b6b;
	margin-top:5px;
	margin-bottom:20px;
}

label {
	color:#5f5f5f;
	font-size:12px;
	font-weight:400;
	text-transform:uppercase;
}

.comment-form label {
	color:#5f5f5f;
	font-size:12px;
	font-weight:400;
	text-transform:uppercase;
}

.comment-form .btn-default {
	padding:10px 45px;
}

.required:after {
	content: '*';
	color: rgb(208,20,20);
	margin-left: 2px;
}


/*------------------------------------------------------------------*/ 
/*	05) PRODUCT DETAIL
/*------------------------------------------------------------------*/

.content-sidebar .content-wrapper, .content-sidebar .sidebar {
	width:100%;
	float:left;
	margin-bottom:45px;
}

.product-detail .spacer {
	float:left;
	margin-top:20px;
	margin-bottom:20px;
	border-top:1px dotted rgba(0, 0, 17, 0.22);
}


/* ______ a) Product Zoom ______ */

.product-image {
	overflow:hidden;
	position:relative;
	float:left;
	width:100%;
}

#product-zoom {
	width:100%;
}

#gal1 {
	margin-top:20px;
	padding:0 25px;
	position:relative;
}

#gal1 a.zoom-img {
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
	width:32.5%;
	display:inline-block;
	text-align:center;
}

/*#gal1 img {
	border:2px solid rgba(255,255,255,0)
}*/

#gal1 img:hover {
	border-color:#ee4a42;
}

.zoomContainer {
	overflow:hidden!important;
}

.zoomContainer .zoomWindowContainer div {
	top:0!important;
	left:0!important;
}

.z-wrapper {
	width:100%;
	float:left;
	position:relative;
}

.product-image .prev-next {
	top:50%;
	right:0;
	margin:0;
	margin-top:-10px;
	width:100%;
	height:20px;
	position:absolute;
}

.prev-next a {
	display:inline-block;
	padding:0;
	margin:0;
	margin-right:0;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
}

.prev-next a:hover i {
	color:#fff;
	background:rgb(208,20,20);
	border-color:rgb(208,20,20);
}

.prev-next a i {
	color:#696969;
	font-size:10px;
	display:block;
	height:20px;
	width:20px;
	line-height:19px;
	text-align:center;
	border:1px solid #d9d9d9;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
}

.prev-next .d-prev {
	float:left;
}

.prev-next .d-next {
	float:right;
}


/* ______ b) Product Detail Information ______ */

.product-infrmation {
	width:100%;
	float:left;
	position:relative;
}

.full-width {
	width:100%;
	float:left;
}

.d-product-title {
	color:#5a5a5a;
	margin-top:8px;
	font-size:20px;
	font-weight:400;
}

.stars-review {
	margin-bottom:15px;
}

.review {
	color:#898989;
	font-size:12px;
	font-weight:400;
	margin-left:10px;
}

.price {
	color:#3a3a3a;
	font-size:24px;
	font-weight:600;
}

.stock {
	color:#898989;
	font-size:13px;
	font-weight:400;
	padding-top:10px;
}

.stock strong {
	color:rgb(208,20,20);
	font-size:13px;
	font-weight:400;
}

.d-text {
	display:block;
	color:#6b6b6b;
	margin-bottom:0;
}

.form-detail-wrap {
	margin: 3px 0;
}

.form-detail {
	margin-bottom:18px;
}

.form-detail:last-child {
	margin-bottom:0;
}

.form-detail label {
	color:#515151;
	font-size:13px;
	font-weight:400;
	padding-top:6px;
}

.qty-wishlist-btn div.pull-left {
	margin-right:10px;
}

.qty-wishlist-btn div.pull-left:last-child {
	margin-right:0;
}

.qty-wishlist-btn .btn-default {
	margin-top:0;
}

.qty-wrap span {
	margin-top:7px;
	margin-right:15px;
}

.qty-btngroup{
	margin:0 auto;
	display:table;
	overflow:hidden;
	border:1px solid #dbdbdb;
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	-ms-border-radius:100px;
	-o-border-radius:100px;
	border-radius:100px;
}

.qty-btngroup input[type="text"] {
	width:40px;
	height:34px;
	float:left;
	color:#444;
	padding:5px;
	font-size:11px;
	box-shadow:0 0 0;
	-webkit-box-shadow:0 0 0;
}

.qty-btngroup button {
	width:35px;
	height:34px;
	float:left;
	color:#919191;
	border:0;
	background:#fafafa;
	font-size:11px;
	line-height:34px;
}

.qty-btngroup button:hover {
	color:rgb(208,20,20);
	background:none;
}

.qty-btngroup input[type="text"] {
	border:none;
	border-left:0;
	border-right:0;
	border-radius:0;
	text-align:center;
	font-size:11px;
}


/* ______ c) Tab ______ */

.tab-wrap {
	width:100%;
	float:left;
	margin-top:50px;
}

.nav-justified > li {
    display:inline-block;
    float:left;
	width:auto;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background:none;
    color:#2b2b2b;
}

.nav-justified > li > a {
    margin-bottom: 0;
}

.nav-justified > li > a {
    margin-bottom: 5px;
    text-align:center;
}

.nav-pills > li > a {
    border-radius:0px;
	
}

.nav > li > a {
	padding:0;
    display: block;
	font-size:16px;
	font-weight:400;
    margin:0 30px 15px 0;
    position:relative;
	color:#b6b6b6;
	text-transform:uppercase;
}

.nav > li > a:hover,
.nav > li > a:focus {
	color:#2b2b2b;
    background:none;
}

.tab-content {
	padding:30px;
	border:1px solid #e5e5e5;
}

#description p {
	color:#6b6b6b;
	line-height:1.5;
}

#review h4 {
	font-weight:400;
	margin-top:0;
	margin-bottom:0;
	text-transform:uppercase;
}

#review h5 {
	font-weight:400;
	margin-top:0;
	margin-bottom:5px;
}

.related-product {
	width:100%;
	float:left;
	margin-top:0;
}


/* ______ d) Sidebar ______ */

.sidebar article:last-child .widget-sidebar {
	margin-bottom:0;
}

#product-mini .media {
	margin-top:0;
	margin-bottom:15px;
}

#product-mini .media:nth-child(3), #product-mini .media:nth-child(6), #product-mini .media:nth-child(9), #product-mini .media:nth-child(12), #product-mini .media:nth-child(15), #product-mini .media:nth-child(18) {
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:none;
}

.product-mini h4 {
	margin-bottom:6px;
	font-weight:400;
	color:#5f5f5f;
}

.product-mini .stars {
	margin-bottom:5px;
}

.product-mini .price {
	display:block;
	font-size:15px;
}

.product-mini .btn-default {
	color:#464646;
	padding:7px 15px;
	margin-top:20px;
}

.product-mini .btn-default:hover, .product-mini .btn-default:hover i {
	color:rgb(208,20,20);
}


/*------------------------------------------------------------------*/ 
/*	06) PRODUCT GRID
/*------------------------------------------------------------------*/

.product-grid-list .header-bottom {
	width:100%;
	height:auto;
	top:100%;
	left:0;
	z-index:55;
	background:rgba(40, 40, 40, 0.8);
}

.product-grid-list .top-search-form {
	background:none;
	border-color:rgba(255, 255, 255, 0.5);
}

.breadcrumbs-banner {
	width:100%;
	float:left;
	position:relative;
}

.product-grid-list .categories li {
	color:#5f5f5f;
	font-size:13px;
	font-weight:400;
	margin-bottom:15px;
	padding-bottom:12px;
	border-bottom:1px dotted rgba(51, 51, 51, 0.22);
}

.product-grid-list .categories li:last-child {
    margin-bottom:0;
}

.product-grid-list .categories li a {
	color:#5f5f5f;
	font-size:13px;
	font-weight:400;
	-webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;
}

.product-grid-list .categories li a:hover, .product-grid-list .categories li a:hover i {
	color:rgb(208,20,20);
	padding-left:0;
}

.product-grid-list .categories li a i {
	color:#b6b6b6;
	font-size:13px;
}

.filter-brand li {
	/*color:#5f5f5f;
	font-size:13px;
	font-weight:400;
	margin-bottom:12px;
	padding-bottom:1px;*/
	border-bottom:1px dotted rgba(51, 51, 51, 0.22);
}

.product-brand .shop-by-title {
	margin-top:0;
}

.product-filter .shop-by-title {
	margin-bottom:20px;
}

.shop-by-title {
	font-weight:normal;
	margin-top:25px;
	margin-bottom:12px;
	padding-bottom:12px;
	text-transform:uppercase;
	border-bottom:1px dotted rgba(51, 51, 51, 0.22);
}

.product-filter {
	
}

.range-prices {
	margin-top:20px;
	margin-bottom:5px;
}

.range-prices span {
	color:#585858;
	padding:5px 20px;
	display:inline-block;
	border:1px solid #dcdcdc;
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	-ms-border-radius:100px;
	-o-border-radius:100px;
	border-radius:100px;
}

.range-prices span:nth-child(1) {
	margin-right:5px;
}

.range-prices span:nth-child(2) {
	margin-left:5px;
}

.range-prices a i {
	width:31px;
	height:31px;
	color:#585858;
	display:block;
	line-height:31px;
	text-align:center;
	background:#f1f1f1;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
}

.range-prices a:hover i {
	color:#fff;
	background:rgb(208,20,20);
}

.product-color span {
	width:9px;
	height:9px;
	display:inline-block;
	border:1px solid #999;
	margin-right:10px;
	opacity:0.6;
}

.product-color span.black {
	background:#000;
}

.product-color span.white {
	background:#fff;
}

.product-color span.orange {
	background:#fb4100;
}

.product-color span.blue {
	background:#00eeda;
}

.product-color span.yellow {
	background:#fcff00;
}

.product-color span.brown {
	background:#3b1a00;
}

.products-modes {
	width:100%;
	float:left;
	padding:15px 15px;
	background:#f9f9f9;
}

.product-view {
	margin-top:5px;
}

.product-view span {
	color:#5f5f5f;
}

.product-view a {
	margin-right:3px;
}

.product-view a i {
	color:#afafaf;
	font-size:12px;
}

.product-view a:hover i, .product-view a.active i {
	color:rgb(208,20,20);
}

.text-sort {
	float:left;
	color:#5f5f5f;
	margin-top:5px;
	margin-right:10px;
}

.products-sort-1 {
	float:left;
}

.products-sort-2 {
	float:right;
}

.product-sort-wrap .form-control {
	width:auto;
	float:left;
	height:30px;
	color:#5f5f5f;
	padding:0 10px;
	font-weight:normal;
}

.product-pagination {
	float:right;
	margin-top:3px;
}

.product-pagination a {
	width:26px;
	height:26px;
	float:left;
	color:#5d5d5d;
	line-height:26px;
	margin-left:7px;
	text-align:center;
	border:1px solid #e9e9e9;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
}

.product-pagination a:hover, .product-pagination a.active {
	color:#fff;
	background:rgb(208,20,20);
	border:1px solid rgb(208,20,20);
}

.product-pagination a:hover i {
	color:#fff;
}

.p-grid, .p-list {
	width:100%;
	float:left;
	margin-top:30px;
	position:relative;
}

/*.categories-child {
	display:none;
	width:100%;
	float:left;
	position:relative;
	padding-left:15px;
	margin-top:15px;
}

.product-grid-list .categories li .categories-child li {
	border-bottom:none;
	margin-bottom:6px;
	padding-bottom:0;
}
*/



/*.filter-brand li a {
	color:#5f5f5f;
	font-size:13px;
	font-weight:400;
	-webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;
}

.filter-brand li a:hover{
	color:rgb(208,20,20);
	padding-left:0;
}*/


/********** Pretty Checkable **********/

.prettycheckbox, 
.prettyradio {
	padding: 0;
	margin: 0;
	zoom: 1;
}

.prettyradio a {
	width: 13px;
	height: 13px;
	background: url('../images/form-checkbox-radio.png') top right no-repeat;
	display: inline-block;
	cursor: pointer;
	margin: 0;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

.prettycheckbox a {
	width: 11px;
	height: 11px;
	background: url('../images/form-checkbox.png') top right no-repeat;
	display: inline-block;
	cursor: pointer;
	margin: 0;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

.radio .has-pretty-child, .checkbox .has-pretty-child {
	padding-left:0;
}


.radio label, .checkbox label {
	line-height:0.8;
    font-size:13px;
    min-height: inherit;
    padding-left: 10px;
	text-transform:none;
}

.radio label:hover, .checkbox label:hover, .checkbox label:hover span  {
	color:rgb(208,20,20);
}

.checkbox span {
	color:#9b9b9b;
	margin-left:3px;
}

.radio, .checkbox {
    display: block;
    margin-bottom: 13px;
    margin-top: 13px;
    position: relative;
}

.chekbox-policy .prettycheckbox a {
	margin: 0 5px 0 0;
}

.prettycheckbox a.checked,
.prettyradio a.checked {
	background-position: top left;
}


.p-list .col-xs-12:last-child .product_list_item, .p-list .col-sm-12:last-child .product_list_item {
	margin-bottom:30px;
	padding-bottom:0px;
	border-bottom:none;
}

.product_list_item {
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom:1px dotted rgba(51,51,51,0.22);
}

/*.product_list_item:last-child {
	margin-bottom:30px;
	padding-bottom:0px;
	border-bottom:none;
}*/

.list_img_wrap {
	width:100%;
	max-width:280px;
	position:relative;
	display:block;
	float:left;
}

.list_img {
	display:inline-block;
	position:relative;
}

.list-title {
	color:#5f5f5f;
	font-size:17px;
	font-weight:normal;
	margin-bottom:5px;
	margin-top:0px;
}

.product_list_item .stars-review {
	margin-bottom:5px;
}

.product_list_item .price-wrap {
	display:block;
	margin-top:0px;
	margin-bottom:15px;
	padding-bottom:10px;
	border-bottom:1px dotted rgba(51,51,51,0.22);
}

.product_list_item .price {
	font-size:15px;
}

.price-sale {
	color:#b6b6b6;
	font-size:13px;
	margin-right:7px;
	text-decoration:line-through;
}

.p-text {
	margin-bottom:35px;
}

.product_list_item .btn-default {
	margin-top:0;
	margin-right:13px;
	border-color:#ebebeb;
}

.product_list_item .btn-default i {
	color:#464646;
}

.product_list_item .btn-default:hover, .product_list_item .btn-default:hover i {
	color:rgb(208,20,20);
	border-color:rgb(208,20,20);
}

.product_list_item .hover_item a {
	margin-left:0px;
	margin-right:12px;
}


/*------------------------------------------------------------------*/ 
/*	07) CHECKOUT
/*------------------------------------------------------------------*/

.form-wrapper .col-xs-12, .form-wrapper .col-sm-6 {
	margin-bottom:20px;
}

.standart-title-3 {
	margin-top:0;
	color:#2b2b2b;
	font-weight:normal;
	margin-bottom:20px;
	padding-bottom:12px;
	text-transform:uppercase;
	border-bottom:1px solid #f0f0f0;
}

.standart-title-3 i {
	color:#666;
	font-size:15px;
	margin-left:-3px;
}

.form-control-wrap .control-label {
	color:#4b4b4b;
	font-size:13px;
	margin-bottom:6px;
	text-transform:none;
}

.form-control-wrap .t-transform.control-label {
	text-transform:uppercase;
}

.form-control-wrap textarea.form-control {
    height:70px;
}

.order-wrapper {
	margin-bottom:35px;
}

.order-wrapper h2 {
	color:#4b4b4b;
	margin-top:0px;
	margin-bottom:20px;
	font-weight:normal;
}

.your-order {
	width:100%;
	float:left;
}

.your-order tr {
	background:#f6f6f6;
	border-bottom:1px solid #fff;
}

.your-order td div {
	margin-bottom:8px;
}

.your-order td div:last-child {
	margin-bottom:0;
}

.your-order td span {
	color:#5f5f5f;
}

.your-order td, .your-order th {
	color:#313131;
	font-size:13px;
	font-weight:normal;
	padding:12px 15px;
}

.payment-method {
	padding-bottom:65px;
}

.payment-method label {
	color:#313131;
}

.payment-wrap {
	width:100%;
	float:left;
	padding:12px 15px;
	background:#fafafa;
	margin-bottom:30px;
}

.payment-wrap .tooltip-inner {
	color:#fff;
	background:#3d3d3d;
}

/*.payment-wrap .tooltip {
	color:#4b4b4b;
	background:#ebebeb;
}*/

.payment-wrap .tooltip.top .tooltip-arrow {
  border-top-color: #3d3d3d;
}

.payal {
	float:left;
	margin-top:10px;
	margin-bottom:20px;
}

.payal ul {
	float:left;
	margin-bottom:15px;
}

.payal ul li {
	float:left;
	margin-right:15px;
}

.payal a {
	text-align:right;
	display:block;
	color:rgb(208,20,20);
}

.payal a:hover {
	text-decoration:underline;
}


/*------------------------------------------------------------------*/ 
/*	08) ACCOUNT
/*------------------------------------------------------------------*/
.account-wrapper p {
	margin-bottom:25px;
}

.sign-in-with {
	width:100%;
	float:left;
}

.sign-in-with a {
	color:#fff;
	height:50px;
	padding:0 25px;
	line-height:50px;
	text-align:center;
	margin-bottom:35px;
	display:inline-block;
}

.sign-in-with a.with-facebook {
	background:#3d5c98;
}

.sign-in-with a.with-twitter {
	background:#22aadf;
	float:right;
}

.sign-in-with a.with-facebook:hover {
	background:#29467e;
}

.sign-in-with a.with-twitter:hover {
	background:#1193c5;
}

.sign-in-with a i {
	color:#fff;
}

.account-wrapper input {
	height:49px;
}

.account-wrapper .form-control-wrap .radio {
	float:left;
}

.account-wrapper .form-control-wrap .radio label {
    color:#666;
	font-size:14px;
    line-height:inherit;
    min-height:inherit;
    padding-left:20px;
    text-transform:none;
}

.account-wrapper .form-control-wrap .radio input {
	height:auto;
    padding-right:5px;
}

.account-wrapper a.pull-right {
	color:rgb(208,20,20);
	font-size:14px;
	margin-top:13px;
}

.account-wrapper a.pull-right:hover {
	text-decoration:underline;
}

.account-wrapper .full-width.btn-default {
	margin-top:25px;
	padding-left:50px;
	padding-right:50px;
}

.account-wrapper .btn-default {
	margin-top:18px;
}

.sign-today {
	margin-top:35px;
}

.sign-today h2 {
	color:#2b2b2b;
	font-size:20px;
	font-weight:400;
	margin-bottom:25px;
	text-transform:uppercase;
}

.sign-today ul li {
	color:#666;
	font-size:16px;
	font-weight:400;
	margin-bottom:10px;
}

.sign-today ul li i {
	color:rgb(208,20,20);
	font-size:14px;
	margin-right:7px;
}


/*------------------------------------------------------------------*/ 
/*	09) CONTACT
/*------------------------------------------------------------------*/
.contact-wrapper {
	width:100%;
	float:left;
	padding-bottom:70px;
}

.map-wrapper {
	width:100%;
	float:left;
	position:relative;
}

#map {
	width:100%;
	height:400px;
	margin-bottom:60px;
}

.contact-wrapper .standart-title-3 {
	margin-bottom:35px;
}

.contact-form-control .control-label {
    color:#4b4b4b;
    font-size:13px;
    margin-bottom:6px;
    text-transform:none;
}

.contact-form-control .form-group {
    margin-bottom:20px;
}

.contact-form-control .form-group input {
    height:44px;
}

.alertMessage {
	margin-top:5px;
	padding:0;
	float:left;
	
}

.alertMessage ul {
	list-style-type:none;
	margin:10px 0 0 0;
	padding:0;
	text-align:left;
	color:#f00;
}

.alertMessage ul li {
	margin:0 0 3px 0;
	padding:0;
	text-align:left;
	color:#f00;
}


/*------------------------------------------------------------------*/ 
/*	10) FOOTER
/*------------------------------------------------------------------*/

/* ______ a) Footer top ______ */

.top-footer {
	background:rgb(50,50,50);
	padding:12px 0 5px 0;
}

.newsletters-wrap li {
	float:left;
	margin-right:20px;
	position:relative;
}

.newsletters-wrap li p i {
	color:#6e6e6e;
	font-size:40px;
	position:absolute;
	top:-10px;
	left:0;
}

.newsletters-wrap li p {
	color:#fff;
	font-size:24px;
	font-weight:600;
	padding-left:55px;
	margin-bottom:15px;
	text-transform:uppercase;
}

.newsletter {
	width:213px;
	height:34px;
	margin-bottom:15px;
}

.newsletter input {
	width:173px;
	height:34px;
	float:left;
	color:#d5d5d5;
	font-size:13px;
	font-weight:400;
	background:#646464;
}

.newsletter button {
	width:40px;
	height:34px;
	float:left;
	color:#fff;
	font-size:14px;
	background:#989898;
}

.newsletter button:hover {
	background:#7e7e7e;
}

.follow-us h5 {
	float:right;
	font-size:22px;
	font-weight:400;
	text-transform:uppercase;
	color:#fff;
	margin:0;
}

ul.social-list {
	margin:0 0 8px 0;
	float:right;
}

ul.social-list li {
	float:left;
	margin-left:7px;
	margin-right:7px;
	margin-bottom:7px;
}

ul.social-list li:first-child {
	margin-left:0;
	padding-top:4px;
	margin-right:20px;
}

ul.social-list li a {
	margin:0;
	display:block;
	color:#fff;
}
ul.social-list li a i {
	width:33px;
	height:33px;
	line-height:33px;
	margin:0;
	padding:0;
	display:block;
	font-size:14px;
	color:#c0c0c0;
	text-align:center;
	border: 1px solid rgba(215, 215, 215, 0.6);
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
}

ul.social-list li a:hover i {
	color:#fff;
	background:rgb(208,20,20);
	border-color:rgb(208,20,20);
}


/* ______ b) Footer ______ */

#footer{
	float:left;	
}
.footer{
	width:100%;
	height:auto;
	float:left;
	padding:50px 0 0 0;
	background:#000;
}
.footer h5{
	color: rgb(190,190,190);
	font-size:16px;
	font-weight:400;
	margin-bottom:25px;
	text-transform:uppercase;
}
.footer p, .footer ul li a {
	color:rgb(190,190,190);
}

.widget_item {
	overflow:hidden;
	max-width:280px;
	margin-bottom:35px;
	position:relative;
	backface-visibility:hidden;
}

.contact-widget {
	
}

.contact-widget .media {
	margin-top:20px;
}

.contact-widget .media:first-child {
	margin-top:0;
}

.contact-widget i{
	float:left;
	color:rgb(190,190,190);
	font-size:16px;
	background:none;
	line-height:30px; 
	position:relative;
	vertical-align:middle;
	text-align:center;
}

.contact-widget p, .contact-widget p a {
	font-weight:400;
	font-size:13px;
	color:rgb(190,190,190);
	margin-bottom:0;
	opacity:1;
}

.contact-widget p a:hover {
	color:rgb(208,20,20);
}

.information ul li {
	margin-top:8px;
}

.information ul li:first-child {
	margin-top:0;
}

.information ul li a {
	font-size:13px;
	font-weight:400;
	-webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;
}

.information ul li a:hover {
	color:rgb(208,20,20);            /* ///////////////////////////////////////  HOVER FOOTER  ///////////////////////////// */
	padding-left:5px;
}

.tags-wrap.widget_item {
	margin-bottom:25px;
}

.tags-wrap ul li {
	margin-right:10px;
	margin-bottom:10px;
	display:inline-block;
}

.tags-wrap ul li a {
	padding:5px 15px;
	display:block;
	background:none;
	border:1px solid #dddddd;
}

.tags-wrap ul li a:hover {
	color:#fff;
	background:rgb(208,20,20);
	border:1px solid rgb(208,20,20);
}


/* ______ c) Copyright ______ */

.copyright {
	width:100%;
	float:left;
    background:rgb(50,50,50);
    border-top:1px solid #e7e7e7;
    padding:20px 0 5px;
}

.copyright p {
    color:#6e6e6e;
	font-weight:400;
}

.copyright a {
	color:rgb(208,20,20);
	font-weight:400;
}

.copyright a:hover {
	text-decoration:underline;
}

.payment li {
	margin-right:15px;
	float:right;
}

.payment li:first-child {
	margin-right:0;
}


/*------------------------------------------------------------------*/ 
/*	11) SMALL DEVICES
/*------------------------------------------------------------------*/

@media (max-width: 1200px) {
		
	
	.content-sidebar .col-sm-9, .content-sidebar .col-sm-3 {
		width:100%;
	}
	
}

@media (max-width: 1020px) {
		
	
	/* Nav */
	#nav {
		position: fixed;  
		}
	#nav .nav-toggle {
		display:block;
	}
	
	.mobile-menu-inner {
		display:block;
	}
	
	#nav ul.sf-menu {
		display:none;
	}
	
	.site-menu {
		display:none;
	}
	
	/* Product */
	.product_item .quick-view, .product_item .quick-view i {
		display:none;
		opacity:0;
	}
	
}

@media (max-width: 992px) {
	.service .service_hidden {
		display:block;
	}
	
}

@media (max-width: 979px) {
	
	/* Product */
	.product_item .hover_item {
		opacity:1;
		-webkit-transform:translatey(0px);
		-moz-transform:translatey(0px);
		-ms-transform:translatey(0px);
		transform:translatey(0px);
	}
	
	.product_item .hover_item_star {
		opacity:1;
		position:relative;
		-webkit-transform:translatey(0px);
		-moz-transform:translatey(0px);
		-ms-transform:translatey(0px);
		transform:translatey(0px);
	}
	
	/*.product-detail .col-sm-5, .product-detail .col-sm-7 {
		width:100%;
	}*/


}

@media (max-width: 768px) {
	
	.payment li {
		float:left;
		margin-bottom:15px;
	}
	
	.payment li:first-child {
		margin-right:15px;
	}
	
	.product-grid-list .header-bottom, .product-list .header-bottom {
		position:relative;
		background:rgba(40, 40, 40, 0.8);
	}
	
	.products-modes .col-xs-3, .products-modes .col-xs-6 {
		width:100%;
	}
	
	.product-view {
		margin-bottom:15px;
	}
	
	.product-pagination {
		margin-top:5px;
		float:left;
	}
	
	.product-pagination a {
		margin-left:0px;
		margin-right:7px;
	}
	
	.products-sort-1 {
		margin-right:50px;
	}
	
	.products-sort-2 {
		float:left;
	}
	
	.product-sort-wrap .form-control {
		margin-bottom:10px;
	}
	
	ul.social-list {
		float:left;
	}	
		
}

@media (min-width: 768px) and (max-width: 979px) {

	#gal1 a.zoom-img {
		width:32%;
	}
	


}

@media (min-width: 500px) and (max-width: 767px) {

	/*.container{
		padding:0;
		width:480px;
	}*/

}

@media (min-width: 300px) and (max-width: 767px) {
	
	.call-us{
		float:left;
	}
	
}

@media (max-width: 600px) {
	
	.feature-product .col-xs-6, .related-product .col-xs-6, .p-grid .col-xs-6 {
		width:100%;
	}
	
	.footer .col-xs-6, .footer .col-xs-4, .footer .col-xs-3 {
		width:100%;
	}
	
	.product_list_item .col-xs-4, .product_list_item .col-xs-8 {
		width:100%;
	}
	
	.list_img_wrap {
		margin-bottom:25px;
	}

}

@media (max-width: 540px) {
	
	.blog_m_item .head {
		width:100%;
	}

}

@media (max-width: 479px) {

	.home-2 .icon-wrap-1 {
		float:left;
		width:100%;
		height:100%;
		position:relative;
	}
	
	.home-2 .service-text {
		padding:0 10px;
		text-align:center;
	}
	
	.comment:nth-child(2n) {
		padding-left:0;
	}
	
	.c-name-date.media-body {
		width:100%;
		float:left;
		margin-top:10px;
	}
	
	#gal1 a.zoom-img {
		width:32%;
	}
	
	.form-detail .col-xs-2, .form-detail .col-xs-10 {
		width:100%;
	}
	
	.sign-in-with a.with-twitter, .sign-in-with a.with-facebook {
		float:none;
		display:block;
	}

}



/*@media screen and (max-width: 768px){
	.rw-sentence { font-size: 18px; }
	#nav		 {display:block;}
}
@media screen and (max-width: 320px){
	.rw-sentence { font-size: 9px; }
}*/


