/*   
Template Name: ePro - Premium eCommerce
Version: 1.0
Author: Artur Sułkowski
Website: http://artursulkowski.pl
*/

/*------------------------------------------------------------------
[Table of contents]

1. Main Styles
2. Inputs
3. Dropdown
4. Buttons
5. Header
6. Top Bar
7. Top of pages
8. Breadcrumb
9. Main Content
10. CustomFooter
11. Footer
12. Copyright
13. OpenCart Style
14. Facebook widget
15. Twitter widget
16. Custom widget
17. Opencart 2.0
18. Carousel Brands
19. Banner module
20. Camera slider
21. Lazy load
-------------------------------------------------------------------*/

/* @group 1. Main Styles */

body { 
	color: #000000; 
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7;
	font-family: 'Open Sans';
	background: #fff;
}

     body.header-type-1 #main {
          padding: 0px 60px 30px 60px;
     }

	.fixed-body {
		padding: 0px 20px;
	}

* {
     outline: 0;
}

b, 
strong {
	font-weight: 600;
}

a { 
	color: #000;
	line-height:1.7; 
	transition: all 0.25s ease-in;
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	-o-transition: all 0.25s ease-in;
	cursor: pointer;
}
.digitcart-download a { 
          color: rgb(6, 110, 179);
          line-height:1.7; 
          transition: all 0.25s ease-in;
          -webkit-transition: all 0.25s ease-in;
          -moz-transition: all 0.25s ease-in;
          -o-transition: all 0.25s ease-in;
          cursor: pointer;
     
}


a:hover {
	color: #999;
	text-decoration:none;
}

#main {
     overflow: hidden;
}

#main.main-fixed {
     overflow: visible;
}

.price {
     color: #000;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .typo-main-menu, .widget-tabs >li>a, .block .block-title, .typo-nav ul.nav-accordion li a, .product-collateral .product-tabs li a, .product-name { font-family:Montserrat, arial, serif; }

.container .container {
	width: auto !important;
}

.standard-body .full-width .container {
	max-width: 1270px;
	margin: 0px auto;
	padding-left: 50px;
	padding-right: 50px;
}
	.standard-body .full-width .container .container {
		padding: 0px;
	}
	
	.standard-body .full-width .shadow {
		display: none;
	}

.standard-body .fixed {
	padding: 0px 20px;
}

	.standard-body .fixed .background {
		margin: 0px auto;
		max-width: 1230px;
		background: #fff;
		position: relative;
	}
	
		.standard-body .fixed .background .shadow {
			display: none;
		}
	
	.standard-body .fixed .container {
		padding-left: 30px;
		padding-right: 30px;
		margin: 0px;
		max-width: 100% !important;
	}
		.standard-body .fixed .container .container {
			padding: 0px;
		}
		
.main-fixed {
	margin: 0px auto;
	max-width: 1230px;
	background: #fff;
}

	.main-fixed .fixed {
		padding: 0px !important;
	}
		
		.main-fixed .background .shadow {
			display: none !important;
		}
		
.fixed-body .container {
	padding-left: 30px;
	padding-right: 30px;
	max-width: none;
}

	.fixed-body .container .container {
		padding: 0px;
	}
	
.home-fluid-width #main {
     padding: 30px;
}

     .home-fluid-width .container {
          padding-left: 0 !important;
          padding-right: 0 !important;
     }
     
          .home-fluid-width .sticky-header .standard-body .full-width .container {
               padding-left: 30px !important;
               padding-right: 30px !important;
          }
          
               .home-fluid-width .sticky-header .standard-body .full-width .container .container {
                    padding-left: 0 !important;
                    padding-right: 0 !important;
               }
          
          @media (max-width: 767px) {
               .home-fluid-width.responsive #main {
                    padding: 15px;
               }
          }
          
.home-parallax #main {
     padding: 0px 60px;
}

     .home-parallax .container {
          padding-left: 0 !important;
          padding-right: 0 !important;
     }
     
          .home-parallax .sticky-header .standard-body .full-width .container {
               padding-left: 60px !important;
               padding-right: 60px !important;
          }
          
               .home-parallax .sticky-header .standard-body .full-width .container .container {
                    padding-left: 0 !important;
                    padding-right: 0 !important;
               }
          
          @media (max-width: 767px) {
               .home-parallax.responsive #main {
                    padding: 0px 30px;
               }
          }
          
.home-interior #main {
     padding: 0px 15px;
}

     .home-interior .container {
          padding-left: 0 !important;
          padding-right: 0 !important;
     }
     
          .home-interior .sticky-header .standard-body .full-width .container {
               padding-left: 30px !important;
               padding-right: 30px !important;
          }
          
               .home-interior .sticky-header .standard-body .full-width .container .container {
                    padding-left: 0 !important;
                    padding-right: 0 !important;
               }
               
.home-interior .slider-align-top .header-layout-3 .sticky-header {
     margin-left: 30px;
     margin-right: 30px;
}

     @media (max-width: 767px) {
          .responsive.home-interior #main {
               padding-top: 15px;
          }
     }
     
.home-jewelry #main {
     padding: 0px 30px;
}

     .home-jewelry .container {
          padding-left: 0 !important;
          padding-right: 0 !important;
     }
     
          .home-jewelry .sticky-header .standard-body .full-width .container {
               padding-left: 30px !important;
               padding-right: 30px !important;
          }
          
               .home-jewelry .sticky-header .standard-body .full-width .container .container {
                    padding-left: 0 !important;
                    padding-right: 0 !important;
               }
               
     @media (max-width: 767px) {
          .responsive.home-jewelry #main {
               padding: 0px 15px;
          }
     }
     
.home-sidebar-various .standard-body .full-width .container {
     padding-left: 31px;
     padding-right: 31px;
}

     .home-sidebar-various .standard-body .full-width .container .container {
          padding-left: 0;
          padding-right: 0;
     }
     
.home-bags .standard-body .full-width .container {
     padding-left: 25px;
     padding-right: 25px;
}

     .header-type-2 .header .container,
     .header-type-8 .header .container,
     .home-bags .header .container {
          padding-left: 0 !important;
          padding-right: 0 !important;
          width: auto !important;
     }

     .home-bags .standard-body .full-width .container .container {
          padding-left: 0;
          padding-right: 0;
     }
	
/* @end */
	
/* @group 2. Inputs
-------------------*/

textarea, 
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input,
select {
	background: #fff;
	color:#000;
	font-weight: 400;
	font-family: Open Sans;
	border: 1px solid #ccc;
	margin: 5px 0px;
	padding: 12px 20px;
	box-shadow:         none;
	-moz-box-shadow:    none;
	-webkit-box-shadow: none;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition:    border linear 0.2s, box-shadow linear 0.2s;
	-o-transition:      border linear 0.2s, box-shadow linear 0.2s;
	transition:         border linear 0.2s, box-shadow linear 0.2s;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

	input#input-captcha {
		margin-bottom: 15px;
	}

	textarea:focus,
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="datetime"]:focus,
	input[type="datetime-local"]:focus,
	input[type="date"]:focus,
	input[type="month"]:focus,
	input[type="time"]:focus,
	input[type="week"]:focus,
	input[type="number"]:focus,
	input[type="email"]:focus,
	input[type="url"]:focus,
	input[type="search"]:focus,
	input[type="tel"]:focus,
	input[type="color"]:focus,
	.uneditable-input:focus {

	}
	
	textarea {
		max-width: 100%;
	}
	
	select {
		height: 55px;
		-webkit-appearance: none;
		-moz-appearance: none;
	}
	
	     .select {
	          position: relative;
	     }
	     
	          .select:after {
	               content: "\f107";
	              display: block;
	              font: normal normal normal 14px/1 FontAwesome;
	              text-rendering: auto;
	              -webkit-font-smoothing: antialiased;
	              -moz-osx-font-smoothing: grayscale;
	              position: absolute;
	              top: 21px;
	              right: 30px;
	              z-index: 1;
	          }
	          
/* @end */
	
/* @group 3. Dropdown 
-------------------*/
  
#main .dropdown-menu {
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-top: 20px;
}

#main .open > .dropdown-menu {
  margin-top: 9px;
  display: block;
  opacity: 1; 
  filter: alpha(opacity=100);
  visibility: visible;
}

.dropdown-menu {
	background: #fff;
	border: 1px solid #e6e6e6;
	color: #333;
	padding: 14px 0px;
	margin-top: 9px;
}
	
	#cart_block .dropdown-menu {
		padding: 0px;
		margin-top: 28px;
	}
	
	.dropdown-menu a {
		color: #333;
		font-weight: 400;
	} 
	
		.dropdown-menu > li > a:hover,
		.dropdown-menu > li > a:focus {
			background: #f7f7f7;
		}
		
	.nav-header {
		color: #333;
	}
	
/* @end */
	
/* @group 4. Buttons 
------------------*/

.button,
.btn {
	display:inline-block;
	cursor:pointer;
	-webkit-transition: color 250ms ease, background-color 250ms ease;
	-moz-transition: color 250ms ease, background-color 250ms ease;
	transition: color 250ms ease, background-color 250ms ease;
	outline: none;
	border: none;
	cursor: pointer;
	margin: 0;
	outline: none;
	overflow: visible;
	padding: 0;
	position: relative;
	background: transparent;
	height: 40px;
	line-height: 38px;
	padding: 0 15px;
	border: 1px solid #e5e5e5;
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	color: #000000 !important;
	background-color: #ffffff;
	border-color: #999999;
	margin: 7px 0px;
}

	.button:hover,
	.btn:hover {
		color:#ffffff !important;
		border-color:#000000;
		background-color:#000000;
	}
	
	.buttons .left .button,
	.buttons .center .button,
	.btn-default,
	.input-group-btn .btn-primary {
	}
	
	.input-group input {
	}
	
	.input-group-btn .btn {
		height: 55px;
		min-width: 60px;
		text-align: center;
		margin: 5px 0px 5px -1px;
	}
	
	.checkout-cart .input-group-btn .btn {
	     min-width: 160px;
	}

.buttons { 
	overflow: auto;
	margin: 10px 0px 20px 0px; 
}
	
	.buttons .btn {
		margin-top: 10px;
	}
	
	.buttons .left { 
		float: left; 
		text-align: left; 
	}
	
	.buttons .right { 
		float: right;
		text-align: right; 
	}
	
		.buttons .right .button {
			margin-left: 10px;
		}
	
	.buttons .center { 
		text-align: center;
		margin-left: auto;
		margin-right: auto; 
	}
	
.button-continue-shopping {
	display: block;
	float: left;
}

.button-checkout {
	display: block;
	float: right;
}

/* @end */
	
/* @group 5. Header 
------------------*/

header {
	position: relative;
}

	header .background-header {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: -3;
	}
	
/* @end */

/* @group 6. Top Bar
------------------*/

#top-bar {
	position: relative;
}

#top-bar .background-top-bar {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

#top-bar .background {

}

#top-bar .container {

}

.visible-xs-block {
     display: none;
}

.header .header-top-inner { font-size:13px; }

.welcome-user {
  line-height:42px;
  white-space:nowrap;
  overflow:hidden;
}
.top-bar { text-align:center; }
.top-bar .inner-top-bar {
  display:inline-block;
  vertical-align:top;
}
.acc-topbar {
  position:relative;
  float:left;
}
.acc-topbar .acc-btn {
  line-height:16px;
  cursor:pointer;
  text-align:center;
  float:left;
  width:100%;
}
.acc-topbar .acc-btn a {
  display:block;
  padding:13px 0;
}
.acc-topbar .acc-btn i {
  display:inline-block;
  padding-left:15px;
}
.acc-topbar .acc-list {
  text-align:left;
  min-width:100%;
  position:absolute;
  left:0;
  top:100%;
  opacity:0;
  visibility:hidden;
  -webkit-transition:visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  -moz-transition:visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  transition:visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  z-index:100;
  margin-top:30px;
  padding-top:20px;
}
.acc-topbar .acc-list ul {
  -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  box-shadow:0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  background:#ffffff;
  padding:15px 0;
  display:block;
}
.acc-topbar .acc-list ul li a {
  line-height:34px;
  display:inline-block;
  width:100%;
  text-decoration:none;
  white-space:nowrap;
  padding-right:15px;
}
.acc-topbar .acc-list ul li a i { margin:0 15px; }
.acc-topbar:hover .acc-list {
  opacity:1;
  visibility:visible;
  margin-top:0;
}
.login-topbar {
  float:left;
  position:relative;
  padding-right:15px;
  margin-right:15px;
}
.login-topbar a {
  display:block;
  line-height:16px;
  padding:13px 0;
}
.login-topbar:before {
  content:'';
  position:absolute;
  top:15px;
  right:0;
  width:1px;
  height:12px;
  background:#666666;
}
.register-topbar { float:left; }
.register-topbar a {
  display:block;
  line-height:16px;
  padding:13px 0;
}
.delimiter {
  float:left;
  padding:0;
  line-height:16px;
  color:#666666;
  width:1px;
  margin:13px 15px;
  background:#999999;
  height:16px;
}
.currency-topbar {
  position:relative;
  float:left;
}
.currency-topbar .currency-sym {
  line-height:16px;
  cursor:pointer;
  text-align:center;
  float:left;
}
.currency-topbar .currency-sym a {
  display:block;
  padding:13px 0;
}
.currency-topbar .currency-sym .sym { display:none; }
.currency-topbar .currency-sym i {
  display:inline-block;
  padding-left:10px;
}
.top-bar .currency-topbar .currency-list {
     background:#ffffff;
     border: 1px solid #d6d6d6;
}
.currency-topbar .currency-list {
  min-width:100%;
  position:absolute;
  left:0;
  top:100%;
  opacity:0;
  visibility:hidden;
  -webkit-transition:visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  -moz-transition:visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  transition:visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  z-index:100;
  margin-top:30px;
}

.currency-topbar .currency-list ul {
  padding:15px 0;
  display:block;
  list-style: none;
  
}
.currency-topbar .currency-list ul li a {
  line-height:34px;
  display:inline-block;
  width:100%;
  text-decoration:none;
  white-space:nowrap;
  padding-right:15px;
  color: #666;
}
     .currency-topbar .currency-list ul li a:hover {
          color: #000;
     }
.currency-topbar .currency-list ul li a .sym, .currency-topbar .currency-list ul li a i { margin:0 15px; }
.currency-topbar:hover .currency-list {
  opacity:1;
  visibility:visible;
  margin-top:0;
}
.language-topbar {
  position:relative;
  float:left;
}
.language-topbar .lang-curr {
  line-height:16px;
  cursor:pointer;
  text-align:center;
  float:left;
  width:100%;
}
.language-topbar .lang-curr a {
  display:block;
  padding:13px 0;
}
.language-topbar .lang-curr i {
  display:inline-block;
  padding-left:10px;
}
.language-topbar .lang-curr .title {
  padding-left:25px;
  background-position:0 center;
  background-repeat:no-repeat;
  background-size:18px auto;
}
.language-topbar .lang-list {
  min-width:100%;
  position:absolute;
  left:0;
  top:100%;
  opacity:0;
  visibility:hidden;
  -webkit-transition:visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  -moz-transition:visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  transition:visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  z-index:100;
  margin-top:30px;
}
.top-bar .language-topbar .lang-list ul {
     background:#ffffff;
     border: 1px solid #d6d6d6;
}
.language-topbar .lang-list ul {
  padding:15px 0;
  display:block;
  list-style: none;
}
.language-topbar .lang-list ul li { padding:0 15px; }
.language-topbar .lang-list ul li a {
  line-height:34px;
  display:inline-block;
  width:100%;
  text-decoration:none;
  white-space:nowrap;
  padding:0 25px;
  background-position:0 center;
  background-repeat:no-repeat;
  background-size:18px auto;
  color: #666;
}
     .language-topbar .lang-list ul li a:hover {
          color: #000;
     }
.language-topbar .lang-list ul li a i { margin:0 15px; }
.language-topbar:hover .lang-list {
  opacity:1;
  visibility:visible;
  margin-top:0;
}
.social {
  float:right;
  line-height:16px;
}
.social .social-icons {
  margin:0;
  padding:0;
  list-style:none;
}
.social .social-icons li {
  float:left;
  margin:0;
}
.social .social-icons li a {
  padding:13px 7px;
  font-size:14px;
  display:block;
  line-height: 16px;
}
.social .social-icons li a span { display:none; }
.settings-topbar { text-align:right; }
.settings-topbar .settings {
  display:inline-block;
  vertical-align:top;
}
.settings-topbar .settings > i {
  line-height:42px;
  color:#000000;
}

.header { color:#666666; }
.header-top-inner a { color:#666666;line-height: 16px; }
.header-top-inner a:hover { color:#000000; }
.small, small {
    font-size: 85%;
}
		 		
/* @end */

/* @group 7. Top of pages
------------------*/

#top {
	position: relative;
}

	#top .container {
	}

	#top .background-top {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: -1;
	}
	
	.header .header-inner {
	  border-top:1px solid rgba(204,204,204,0.5);
	  border-bottom:1px solid rgba(204,204,204,0.5);
	}
	.header .logo-home { text-align:center; }
	.header .logo {
	  outline:medium none;
	  padding:0;
	  margin:0;
	  display:inline-block;
	}
	.header .logo img { vertical-align:middle; }
	.header .logo h1 { margin:0; }
	.header .logo strong {
	  height:0;
	  left:-999em;
	  line-height:0;
	  overflow:hidden;
	  position:absolute;
	  text-indent:-999em;
	  top:-999em;
	  width:0;
	}
	
	.logo-home .logo {
	    display: table-cell;
	    vertical-align: middle;
	}
	
	.logo-home {
	    display: table;
	    height: 146px;
	    width: 100%;
	    text-align: center;
	}
	
	.top-seach {
	  display:table;
	  height:148px;
	  width:100%;
	}
	.top-seach .quick-search {
	  display:table-cell;
	  vertical-align:middle;
	}
	.top-seach .menu-bar-btn {
	  display:table-cell;
	  vertical-align:middle;
	}
	.top-seach .menu-bar-btn button { width:30px; }
	.button-search {
	  border:none;
	  background:transparent;
	  box-shadow:none;
	  border-radius:0;
	  outline:none;
	  position:absolute;
	  right:0;
	  top:3px;
	  width:28px;
	  text-align:center;
	  line-height:28px;
	}
	.button-search i {
	  font-size:15px;
	  color:#000000;
	  line-height:28px;
	}
	.form-search {
	  position:relative;
	  display:inline-block;
	  max-width:200px;
	  width:100%;
	  -webkit-transition:all 250ms ease;
	  transition:all 250ms ease;
	}
	.form-search input#search {
	  border:none;
	  outline:none;
	  box-shadow:none;
	  padding-right:30px;
	  width:100%;
	  border-bottom:1px solid rgba(213,213,213,0.5);
	  height:28px;
	  padding:0;
	  -webkit-transition:all 250ms ease;
	  transition:all 250ms ease;
	}
	.form-search:hover { max-width:300px; }
	
	.typo-top-cart {
	  text-align:right;
	  display:table;
	  height:148px;
	  width:100%;
	}
	.typo-top-cart .typo-maincart {
	  display:table-cell;
	  vertical-align:middle;
	}
	.typo-cart {
	  display:inline-block;
	  position:relative;
	  cursor:pointer;
	}
	.typo-cart .ajaxcart {
	  opacity:0;
	  visibility:hidden;
	  color: #666;
	  margin-top:30px;
	  -webkit-transition:visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
	  -moz-transition:visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
	  transition:visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
	}
	     .typo-cart .ajaxcart a {
	          color: #666;
	     }
	          .typo-cart .ajaxcart a:hover {
	               color: #000;
	          }
	.typo-cart:hover .ajaxcart {
	  opacity:1;
	  visibility:visible;
	  margin-top:0;
	}
	.typo-icon-ajaxcart {
	  display:block;
	  text-align:left;
	  outline:none;
	  margin:0;
	  padding:0;
	  cursor:pointer;
	  position:relative;
	}
	.typo-icon-ajaxcart .icon-cart {
	  height:30px;
	  line-height:30px;
	  float:left;
	}
	.typo-icon-ajaxcart .icon-cart i { font-size:30px; }
	.typo-icon-ajaxcart .typo-cart-label {
	  padding:0;
	  float:left;
	  height:30px;
	  line-height:30px;
	}
	.typo-icon-ajaxcart .typo-cart-label .print { margin:0 15px; }
	.typo-icon-ajaxcart .typo-cart-label .price { font-weight:bold; }
	.ajaxcart {
	  position:absolute;
	  right:-10px;
	  top:100%;
	  z-index:999;
	  padding-top:0px;
	  background:transparent;
	}
	.typo-ajax-container {
	  background:#ffffff;
	  border: 1px solid #d6d6d6;
	  margin:0;
	  width:292px;
	  cursor:default;
	  padding:0 20px;
	}
	.typo-ajax-container p.no-items-in-cart {
	  margin:0;
	  padding:15px 0;
	  text-align:center;
	  font-size:13px;
	}
	.typo-ajax-container p.subtotal {
	  padding:30px 0;
	  border-bottom:1px dashed rgba(204,204,204,0.5);
	  margin:0;
	  text-align:right;
	}
	.typo-ajax-container p.subtotal .title {
	  float:left;
	  text-transform:uppercase;
	  font-weight:bold;
	  line-height:28px;
	  color: #666;
	}
	.typo-ajax-container p.subtotal .price {
	  font-size:17px;
	  font-weight:bold;
	  line-height:28px;
	}
	.typo-ajax-container ul {
	  margin:0;
	  padding:0;
	  list-style: none;
	}
	.typo-ajax-container li {
	  padding:20px 0;
	  border-bottom:1px dashed rgba(204,204,204,0.5);
	  float:left;
	  width:100%;
	  position:relative;
	}
	.typo-ajax-container .product-image {
	  float:left;
	  border:0;
	  padding:0;
	  position:relative;
	}
	.typo-ajax-container .product-image img {
	  border:1px solid rgba(204,204,204,0.5);
	  padding:1px;
	  max-width:45px;
	}
	.typo-ajax-container .product-image .qty-count {
	  position:absolute;
	  font-size:10px;
	  top:1px;
	  right:1px;
	  height:12px;
	  line-height:12px;
	  padding:0 2px;
	  background:#ffffff;
	}
	.typo-ajax-container .product-details {
	  float:left;
	  text-align:left;
	  padding:0 15px;
	  margin:0;
	  position:relative;
	  width:205px;
	}
	.typo-ajax-container .product-details p.product-name {
	  line-height:normal;
	  margin:0 0 5px;
	  padding:0;
	  font-size:12px;
	  text-transform:uppercase;
	}
	.typo-ajax-container .product-details span.price {
	  display:inline-block;
	  font-weight:bold;
	  font-size:16px;
	}
	.typo-ajax-container .btn-remove {
	  position:absolute;
	  top:-5px;
	  right:-5px;
	  font-size:24px;
	  line-height:1;
	  cursor: pointer;
	}
	.typo-ajax-container .item-options { font-size:13px; }
	.typo-ajax-container .typo-ajax-checkout { padding:35px 0 25px 0; }
	.typo-ajax-container .typo-ajax-checkout .button {
	  float:left;
	  font-weight: 500;
	  font-size:13px;
	  margin-bottom:10px;
	  margin-top: 0px;
	}
	.typo-ajax-container .typo-ajax-checkout .view-cart { margin-right:10px; }
	.typo-ajax-container .typo-ajax-checkout .view-checkout {
	  margin:0;
	  font-weight: 500;
	}
		
/* @end */
		
/* @group 8. Breadcrumb
------------------*/

.breadcrumb {
}

     .breadcrumb .background {
          text-align: left;
          position: relative;
          background-color: #f2f2f2;
          background-position: center center;
          background-repeat: no-repeat;
     }

	.breadcrumb .container {
	     position: relative;
	     z-index: 3;
	    /* padding-top: 124px;
	     padding-bottom: 124px;*/
	      padding-top: 5px;
	     padding-bottom: 24px;
	     padding-left: 20px;
	}
		
		.breadcrumb .container h1 {
			font-size: 48px;
			text-transform: uppercase;
			margin: 0;
			color: #000;
			font-weight: bold;
			padding: 0px 0px 0px 0px;
			font-family: Oswald;
		}

		.breadcrumb .container ul {
			padding: 0px;
			margin: 0px;
			-webkit-font-smoothing: antialiased;
			font-family: Open Sans;
			letter-spacing: 0.5px;
		}
		
		     .breadcrumb .with-other-image .container {
		          padding-top: 198px;
		          padding-bottom: 198px;
		     }
		
		     .breadcrumb .container ul {
		          padding: 28px 0px 0px 0px;
		     }
		     
		          .breadcrumb .container ul li {
		               display: inline-block;
		          }
		          
		               .breadcrumb .container ul li:before {
		                    content: ' / ';
		                    display: inline-block;
		                    color: #666;
		                    padding-right: 5px;
		                    padding-left: 2px;
		               }
		               
		                    .breadcrumb .container ul li:first-child:before {
		                         display: none;
		                    }
		     
		          .breadcrumb .container ul a {
		               color: #999;
		          }
		          
		               .breadcrumb .container ul a:hover,
		               .breadcrumb .container ul li:last-child a {
		                    color: #000;
		               }
					
/* @end */
					
/* @group 9. Main Content
------------------*/

.main-content .pattern > .container,
.standard-body .main-content .pattern > .container {
	padding-bottom: 90px;
}

     .inner-page.main-content .pattern > .container,
     .standard-body .inner-page.main-content .pattern > .container {
          padding-bottom: 95px;
     }

	/* @group Banner */
	
	.banners > div {
		padding-top: 30px;
	}
	
		.banners > div img {
			display: block;
		}
		
	/* @end */
	
	/* @group Center column */
	
	.center-column {
		padding-top: 60px;
		position: relative;
		margin-bottom: -20px;
	}
		
		.center-column h1,
		.center-column h2,
		.center-column h3,
		.center-column h4,
		.center-column h5,
		.center-column h6,
		.center-column legend {
			margin: 0px 0px 0px 0px;
			padding: 15px 0px 15px 0px;
			font-size: 18px;
			text-transform: uppercase;
			font-weight: 600;
			font-family: Oswald;
		}
		
		     #tab-review h2 {
		          padding-top: 20px;
		          padding-bottom: 10px;
		     }
		
		     .well h2 {
		          padding-top: 5px;
		     }
		
	/* @end */

	/* @group Inner page */
	
	.inner-page .pattern > div > .row:first-child > div {
		position: relative;
		margin-top: -6px !important; 
		float: left;
	}
	
	/* @end */
	
	/* @group Block */
	
	.box {

		margin-top: 55px;
		border-top: 1px solid rgba(204,204,204,0.5);
		position: relative;
	}
	
	     .box.without-heading {
	          margin: 0px;
	          border: none;
	     }
	
	     .center-column .box {
	          border: none;
	          margin-top: 25px;
	     }
	
	     .col-sm-3 .box,
	     .col-sm-4 .box,
	     .col-md-3 .box,
	     .col-md-4 .box {
	     	margin-top: 0;
	     	margin-bottom: 9px;
	     	border: none;
	     }

		.box .box-heading { 
			margin: 45px 0 40px 0;
			font-size: 28px;
			/*text-transform: uppercase;*/
			text-align: center;
			color: #6d6d6d; 
			letter-spacing: 0.5px;
		font-family: "Source Sans Pro",HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
		}
		
		     .center-column .box .box-heading {
		          margin-top: 30px;
		          margin-bottom: 30px !important;
		          padding-bottom: 20px;
		          background: url(../img/bg-line-dot.png) bottom center no-repeat;
		     }
		     
		     .col-sm-3 .box .box-heading,
		     .col-sm-4 .box .box-heading,
		     .col-md-3 .box .box-heading,
		     .col-md-4 .box .box-heading {
		     	margin: 0 !important;
		     	padding: 51px 0 10px 0;
		     	line-height: 40px;
		     	font-size: 18px;
		     	border-bottom: 1px dashed #cdcdcd;
		     	font-weight: bold;
		     	text-align: left;
		     }
		
		     .box.with-scroll .box-heading {
		          margin-bottom: 94px;
		     }
		
		.box .strip-line {
			display: none;
		}

		.box .box-content {
			clear: both;
		}
		
			.box .box-content.products {
				float: left;
				width: 100%;
			}
			
				.col-sm-3 .box .box-content.products,
				.col-sm-4 .box .box-content.products,
				.col-md-3 .box .box-content.products,
				.col-md-4 .box .box-content.products {
					float: none;
				}
		
		.box > .prev, 
		.box > .next {
			position: absolute;
			margin: 0;
			padding: 0;
			width: 34px;
			height: 34px;
			font-size: 22px;
			color: #cccccc;
			background: #ffffff;
			border: 1px solid #cccccc;
			text-align: center;
			line-height: 32px;
			border-radius: 0;
			top: 96px;
			left: 50%;
			transition: all 0.2s ease-in;
			-webkit-transition: all 0.2s ease-in;
			-moz-transition: all 0.2s ease-in;
		}
		
		     .center-column .box > .prev, 
		     .center-column .box > .next {
		          display: none;
		     }
		
		     .box > .prev:hover, 
		     .box > .next:hover {
		          background: #ccc;
		          color: #fff;
		     }
		     
		     .box > .prev:after {
		          content: '';
		          position: absolute;
		          top: 50%;
		          left: 3px;
		          width: 100px;
		          height: 1px;
		          border-bottom: 1px dashed #e5e5e5;
		          z-index: -1;
		     }
		     
		     .box > .prev {
		          margin-left: -55px;
		     }
		     
		          .box > .prev:before {
		              display: inline-block;
		              font: normal normal normal 14px/1 FontAwesome;
		              font-size: inherit;
		              text-rendering: auto;
		              -webkit-font-smoothing: antialiased;
		              -moz-osx-font-smoothing: grayscale;
		              content: "\f104";
		          }
		     
		     .box > .next {
		          margin-left: 21px;
		     }
		     
		          .box > .next:before {
		               display: inline-block;
		              font: normal normal normal 14px/1 FontAwesome;
		              font-size: inherit;
		              text-rendering: auto;
		              -webkit-font-smoothing: antialiased;
		              -moz-osx-font-smoothing: grayscale;
		              content: "\f105";
		          }
		     
			.col-sm-3 .box > .prev,
			.col-sm-3 .box > .next,
			.col-sm-4 .box > .prev,
			.col-sm-4 .box > .next,
			.col-md-3 .box > .prev,
			.col-md-3 .box > .next,
			.col-md-4 .box > .prev,
			.col-md-4 .box > .next {
				display: none;
			}

	/* @end */
				
	/* @group Block Category */
	
	.box-category {
	}
	
		.box-category ul {
			list-style: none;
			padding: 0px;
			margin: 0px;
		}
		
			.box-category > ul > li {
				border-bottom: 1px dashed #cdcdcd;
				padding: 0px 0px 0px 0px;
				position: relative;
			}
			
				.box-category ul li a {
					line-height: 20px;
					height: auto;
					position: relative;
					padding: 11px 42px 11px 20px;
					display: block;
				}
				
				     .box-category ul li > a:before {
				          position: absolute;
				          top: 11px;
				          left: 0;
				          content: "\5e";
				          display: inline-block;
				          font-size: 13px;
				          font-family: 'ElegantIcons';
				          -webkit-font-smoothing: antialiased;
				     }

				     .box-category ul li .head {
				          position: absolute;
				          top: 0;
				          right: 10px;
				     }
				
					.box-category ul li .head a {
						font-size: 14px;
						line-height: 20px;
						font-weight: bold;
						color: #414141;
					}
					
						.box-category ul li .head .plus {
							display: none;
						}
						
							.box-category ul li .head .collapsed .plus {
								display: block;
							}
							
							.box-category ul li .head .collapsed .minus {
								display: none;
							}
			
				.box-category ul li ul li {
					border-top: 1px dashed #cdcdcd;
				}
				
				     .box-category ul li ul li a {
				          padding-left: 30px;
				     }
				     
				     .box-category ul li ul li > a:before {
				          left: 10px;
				     }
				
	/* @end */
		
	/* @group Product */
     
     /* @group Icon enquiry */
     
     .icon-enquiry[align=left] {
          display: inline-block;
          margin-right: 10px;
          vertical-align: top;
          margin-top: 2px;
     }
     
     .icon-enquiry[align=right] {
          display: inline-block;
          margin-left: 10px;
          vertical-align: top;
          margin-top: 2px;
     }
     
     .text-enquiry {
          vertical-align: top;
          display: inline-block;
     }
     
     /* @end */
     
     #mfilter-content-container .product-grid {
		display: none;
	}
	
		#mfilter-content-container .product-grid.active {
			display: block;
		}
		
		#mfilter-content-container > span {
			background: none !important;
		}
		
			#mfilter-content-container > span:before {
				content: '';
				position: absolute;
				width: 100%;
				height: 100%;
				background: #fff;
				filter: alpha(opacity=40);
				filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
				opacity: 0.4;
				-moz-opacity: 0.40; 
				left: 0;
				top: 0;
			}
		
			#mfilter-content-container > span > img {
				top: -90px !important;
				position: relative;
				z-index: 20;
			}
	
	.product-grid {
		position: relative;
		margin-top: -49px;
		clear: both;
	}
		
		.col-sm-3 .product-grid,
		.col-sm-4 .product-grid,
		.col-md-3 .product-grid,
		.col-md-4 .product-grid {
			display: table !important;
		}
				
		.center-column .product-grid {
			margin-bottom: 68px;
		}
		
		.center-column .related-products .product-grid {
			margin-bottom: 0px;
			padding-bottom: 108px;
		}
		
		.box-product .owl-controls { 
			display: none !important;
		}
	
		.product-grid .product {
			padding-top: 49px;
			text-align: center;
			position: relative;
		}
		
		     .product-grid .product > .left {
		          position: relative;
		     }
		
			.product-grid .product:hover {

			}

			.sale {
			     font-size: 11.92px;
			     font-weight: 700;
			     z-index: 10;
			     text-transform: uppercase;
			     text-align: center;
			     position: absolute;
			     color: #FFF;
			     width: 60px;
			     height: 60px;
			     line-height: 60px;
			     padding: 0px;
			     right: 0px;
			     top: 0px;
			     border-left: 60px solid transparent;
			     border-bottom: 60px solid transparent;
			     border-right: 60px solid #cc0000;
			     font-family: Montserrat;
			}
			
			     .sale span {
			          line-height: 1;
			          font-weight: bold;
			          text-align: center;
			          margin-bottom: 7px;
			          font-size: 12px;
			          color: #fff;
			          padding: 0;
			          transform: rotate(45deg);
			          -moz-transform: rotate(45deg);
			          -webkit-transform: rotate(45deg);
			          -o-transform: rotate(45deg);
			          position: absolute;
			          right: -56px;
			          top: 14px;
			          letter-spacing: 0.36px;
			     }
			
				.product-info .sale {
					right: 15px;
					z-index: 0;
					
				}
				
				.product-info .new-label {
				     right: 15px;
				     z-index: 0;
				}
				
			.new-label {
			     font-size: 11.92px;
			     font-weight: 700;
			     z-index: 10;
			     text-transform: uppercase;
			     text-align: center;
			     position: absolute;
			     color: #FFF;
			     width: 60px;
			     height: 60px;
			     line-height: 60px;
			     padding: 0px;
			     right: 0px;
			     top: 0px;
			     border-left: 60px solid transparent;
			     border-bottom: 60px solid transparent;
			     border-right: 60px solid #000000;
			     font-family: Montserrat;
			}
			
			     .new-label span {
			          line-height: 1;
			          font-weight: bold;
			          text-align: center;
			          margin-bottom: 7px;
			          font-size: 12px;
			          color: #fff;
			          padding: 0;
			          transform: rotate(45deg);
			          -moz-transform: rotate(45deg);
			          -webkit-transform: rotate(45deg);
			          -o-transform: rotate(45deg);
			          position: absolute;
			          right: -55px;
			          top: 15px;
			          letter-spacing: 0.36px;
			     }
				
			.product-grid .product .image {
				position: relative;
				overflow: hidden;
				padding: 5px;
				border: 1px solid #e5e5e5;
			}
			
			     .product-grid .product .image .quickview {
			          display: inline-block;
			          vertical-align: top;
			     }
			     
			          .product-grid .product .image .quickview a {
			               padding: 0px 13px;
			               position: relative;
			               display: block;
			               height: 45px;
			          }
			          
			               .product-grid .product .image .quickview a:hover {
			                    background: #333;
			               }
			          
			          .product-grid .product .image .quickview a i {
			            line-height: 45px;
			            color: #fff;
			          }
			
			     .product-grid .product .image img {
			          display: block;
			          margin: 0px auto;
			     }
	
				.product-grid .product .image img.zoom-image-effect {
					-webkit-transform: scale(1,1);
					-webkit-transition-timing-function: ease-out;
					-webkit-transition-duration: 250ms;
					-moz-transform: scale(1,1);
					-moz-transition-timing-function: ease-out;
					-moz-transition-duration: 250ms;
					transform: scale(1,1);
					transition-timing-function: ease-out;
					transition-duration: 250ms;
				}
				
					.product-grid .product:hover .image img.zoom-image-effect {
						-webkit-transform: scale(1.05,1.07);
						-webkit-transition-timing-function: ease-out;
						-webkit-transition-duration: 250ms;
						-moz-transform: scale(1.05,1.07);
						-moz-transition-timing-function: ease-out;
						-moz-transition-duration: 250ms;
						transform: scale(1.05,1.07);
						transition-timing-function: ease-out;
						transition-duration: 250ms;
					}
					
					.product-grid .product .image-swap-effect {
						position: relative;
					}
					
						.product-grid .product .image-swap-effect .swap-image {
							position: absolute;
							visibility: hidden;
							opacity: 0;
							transition: all 0.25s ease-in;
							-webkit-transition: all 0.25s ease-in;
							-moz-transition: all 0.25s ease-in;
							-o-transition: all 0.25s ease-in;
						}
	
							.product-grid .product .image-swap-effect:hover .swap-image {
								visibility: visible;
								opacity: 1;
							}
			
			.product-grid .product .name {
				font-size: 100%;
				margin: 20px 0 0;
				height: 33px;
				line-height: 33px;
				overflow: hidden;
				text-align: center;
			}
			
			     .product-grid .product .name a {
			          font-weight: normal;
			          text-transform: uppercase;
			          font-size: 14px;
			          line-height: 33px;
			          font-family: Montserrat, arial, serif;
			     }
				
			.product-grid .product .price {
				color: #000;
				font-family: Oswald;
				font-size: 18px;
				font-weight: 500;
				padding-bottom: 11px;
			}
			
				.product-grid .product .price .price-old {
					text-decoration: line-through;
					padding-left: 6px;
					color: #999999;
					font-weight: 400;
					font-size: 14px;
					vertical-align: top;
					padding-top: 5px;
					display: inline-block;
				}
				
			.product-grid .typo-actions {
			    backface-visibility: hidden;
			    bottom: 0;
			    height: auto;
			    position: absolute;
			    opacity: 0;
			    top: auto;   
			    width: 100%;
			
			    transform: translateY(100%);
			    -webkit-transform: translateY(100%);
			    -ms-transform: translateY(100%);
			
			    transition: transform 0.4s ease 0s, opacity 0.1s ease 0.3s;
			    -webkit-transition: -webkit-transform 0.4s ease 0s, opacity 0.1s ease 0.3s;
			    -ms-transition: -ms-transform 0.4s ease 0s, opacity 0.1s ease 0.3s;
			    background: #000;
			    text-align: right;
			    padding-right: 7px;
			}
			
			     .product-grid .product:hover .typo-actions {
			         opacity: 1;
			     
			         transform: translateY(0px);
			         -webkit-transform: translateY(0px);
			         -ms-transform: translateY(0px);
			     
			         transition: transform 0.4s ease 0s, opacity 0.1s ease 0s;
			         -webkit-transition: -webkit-transform 0.4s ease 0s, opacity 0.1s ease 0s;
			         -ms-transition: -ms-transform 0.4s ease 0s, opacity 0.1s ease 0s;
			     }
				
			.product-grid .addtocart {
			     display: block;
			     float: left;
			     text-align: left;
			}
			
			     .product-grid .addtocart .button {
			          color: #ffffff !important;
			          display: block;
			          height: 45px;
			          line-height: 45px;
			          padding: 0 20px;
			          margin: 0px;
			          font-size: 12px;
			          text-transform: uppercase;
			          background: none;
			          border: none;
			          letter-spacing: 0.5px;
			     }
			     
			          .product-grid .addtocart .button:before {
			               content: '+';
			               font-size: 24px;
			               padding-right: 10px;
			               display: inline-block;
			               vertical-align: top;
			               line-height: 1.7;
			               padding-top: 2px;
			               -webkit-font-smoothing: antialiased;
			          }
			          
			               .product-grid .addtocart .button-enquiry:before {
			                    display: none;
			               }
			     
			          .product-grid .addtocart .button:hover {
			               background: #333;
			          }
			     
			     .product-grid .addtocart .button-enquiry {
			     }
			
			.product-grid .addtolist {
			     display: inline-block;
			     position: relative;
			     vertical-align: top;
			}
			
			.add-to-links > div {
			  display:inline-block;
			  margin:0;
			}
			.add-to-links > div a {
			  display:block;
			  height:45px;
			  line-height: 45px;
			  padding: 0px 13px;
			  color: #fff;
			  cursor: pointer;
			}
			
			     .add-to-links > div a:hover {
			       background-color:#333;
			     }
			     
			.add-to-links > div a i {
			  font-size:17px;
			  line-height: 45px;
			  display:block;
			  vertical-align:top;
			  -webkit-font-smoothing: antialiased;
			}

			/* @group jQuery countdown */
			
			.is-countdown {
				background: rgba(255,255,255,0.90);
				margin-top: -50px;
				left: 0;
				right: 0;
				padding: 0px 10px;
				position: absolute;
			}
			
			.countdown-holding span {
				color: #888;
			}
			
			.countdown-row {
				clear: both;
				width: 100%;
				padding: 0px;
				text-align: center;
			}
			
			.countdown-show1 .countdown-section {
				width: 98%;
			}
			
			.countdown-show2 .countdown-section {
				width: 48%;
			}
			
			.countdown-show3 .countdown-section {
				width: 32.5%;
			}
			
			.countdown-show4 .countdown-section {
				width: 24.5%;
			}
			
			.countdown-show5 .countdown-section {
				width: 19.5%;
			}
			
			.countdown-show6 .countdown-section {
				width: 16.25%;
			}
			
			.countdown-show7 .countdown-section {
				width: 14%;
			}
			
			.countdown-section {
				display: block;
				float: left;
				font-size: 75%;
				text-align: center;
			}
			
			.countdown-amount {
			    font-size: 200%;
			}
			
			.countdown-period {
			    display: block;
			}
			
			.countdown-descr {
				display: block;
				width: 100%;
			}
			
			/* @end */
			
	/* @end */
				
	/* @group Product for column left & right */
	
	.col-sm-3 .products,
	.col-sm-4 .products,
	.col-md-3 .products,
	.col-md-4 .products {
          overflow: hidden;
	}
	
	.col-sm-3 .item,
	.col-sm-4 .item,
	.col-md-3 .item,
	.col-md-4 .item {
		overflow: hidden;
	}
	
		.col-sm-3 .box-product .owl-controls,
		.col-sm-4 .box-product .owl-controls,
		.col-md-3 .box-product .owl-controls,
		.col-md-4 .box-product .owl-controls {
			display: block !important;
		}
		
		.box-product .owl-pagination {
			position: relative;
			z-index: 15;
			width: 60%;
			margin: 5px 0px 10px 0px;
			padding-left: 0;
			margin-left: 20%;
			text-align: center;
			list-style: none;
		}
			
			.box-product .owl-pagination > div {
				display: inline-block;
				width: 10px;
				height: 10px;
				margin: 1px 3px;
				padding: 0px;
				text-indent: -999px;
				cursor: pointer;
				background: #ccc;
				border: none;
			}
			
			.box-product .owl-pagination > div.active {
				background: #000;
			}
		
		.col-sm-3 .products .product-grid,
		.col-sm-4 .products .product-grid,
		.col-md-3 .products .product-grid,
		.col-md-4 .products .product-grid {
			margin: 0px;
		}
		
		.col-sm-3 .products .row > div,
		.col-sm-4 .products .row > div,
		.col-md-3 .products .row > div,
		.col-md-4 .products .row > div {
			width: 100%;
			margin: 0px;
		}
		
			.col-sm-3 .products .row > div .product,
			.col-sm-4 .products .row > div .product,
			.col-md-3 .products .row > div .product,
			.col-md-4 .products .row > div .product {
				margin: 0px;
				padding: 34px 0px 0px 0px;
				margin-top: 34px;
				text-align: left;
				border: none;
				border-top: 1px dashed #cdcdcd;
				box-shadow: none;
				-webkit-box-shadow: none;
				-moz-box-shadow: none;
			}
			
			     .col-sm-3 .products .row > div:first-child .product,
			     .col-sm-4 .products .row > div:first-child .product,
			     .col-md-3 .products .row > div:first-child .product,
			     .col-md-4 .products .row > div:first-child .product {
			          margin-top: 0;
			          border: none;
			     }
			
				.col-sm-3 .products .row > div .product .left,
				.col-sm-4 .products .row > div .product .left,
				.col-md-3 .products .row > div .product .left,
				.col-md-4 .products .row > div .product .left {
					float: left;
					width: 29%;
					max-width: 77px;
				}
				
				.col-sm-3 .products .row > div .product .right,
				.col-sm-4 .products .row > div .product .right,
				.col-md-3 .products .row > div .product .right,
				.col-md-4 .products .row > div .product .right {
					float: left;
					width: 71%;
					padding-left: 10px;
				}
				
				.col-sm-3 .products .product .sale,
				.col-sm-4 .products .product .sale,
				.col-md-3 .products .product .sale,
				.col-md-4 .products .product .sale {
					display: none;
				}
				
				.col-sm-3 .products .product .name,
				.col-sm-4 .products .product .name,
				.col-md-3 .products .product .name,
				.col-md-4 .products .product .name {
					text-align: left;
					padding: 0px 0px 5px 0px;
					margin: 0px;
					line-height: 1.1;
					height: auto;
					overflow: visible;
				}
				     
				     .col-sm-3 .products .product .name a,
				     .col-sm-4 .products .product .name a,
				     .col-md-3 .products .product .name a,
				     .col-md-4 .products .product .name a {
				          font-size: 12px;
				          line-height: 1.1;
				     }
				     
				.col-sm-3 .products .product .price,
				.col-sm-4 .products .product .price,
				.col-md-3 .products .product .price,
				.col-md-4 .products .product .price {
					font-size: 16px;
				}
				
				.col-sm-3 .products .product .price-old,
				.col-sm-4 .products .product .price-old,
				.col-md-3 .products .product .price-old,
				.col-md-4 .products .product .price-old {
					display: none;
				}
				
				.col-sm-3 .products .product .quickview,
				.col-sm-4 .products .product .quickview,
				.col-md-3 .products .product .quickview,
				.col-md-4 .products .product .quickview {
					display: none;
				}
				
				.col-sm-3 .products .product .typo-actions,
				.col-sm-4 .products .product .typo-actions,
				.col-md-3 .products .product .typo-actions,
				.col-md-4 .products .product .typo-actions {
					display: none;
				}
				
				.col-sm-3 .products .product .new-label,
				.col-sm-4 .products .product .new-label,
				.col-md-3 .products .product .new-label,
				.col-md-4 .products .product .new-label {
					display: none;
				}
				
				.col-sm-3 .products .is-countdown,
				.col-sm-4 .products .is-countdown,
				.col-md-3 .products .is-countdown,
				.col-md-4 .products .is-countdown {
				     display: none;
				}
				
	/* @end */
			
	/* @group Product list */
	
	#mfilter-content-container .product-list {
		position: absolute;
		width: 100%;
		max-height: 100px;
		overflow: hidden;
		opacity: 0;
		z-index: -10;
	}
	
		#mfilter-content-container .product-list.active {
			position: relative;
			visibility: visible;
			max-height: none;
			overflow: visible;
			opacity: 1;
			z-index: 0;
		}
		
		.product-list {
		     padding-bottom: 20px;
		}
		
		.product-list > div { margin-bottom:40px; }
		
		.product-list > div img {
		     display: block;
		}
		
		.product-list .product-shop .product-name {
		  margin:-1px 0 7px 0;
		  padding: 0;
		  text-transform: none;
		  font-size:14px;
		}
		
		     .product-list .product-shop .product-name a {
		          line-height: 1.1;
		          font-family: Montserrat;
		          font-weight: normal;
		          text-transform: uppercase;
		     }
		     
		.product-list .product-shop .desc {
		  margin-bottom:45px;
		  margin-top:30px;
		  color: #666;
		}
		
          .product-list > div { position:relative; }
          .product-list > div.products-bottom button.btn-cart {
            display:block;
            float:left;
          }
          .product-list > div .addtocart {
            display:inline-block;
            margin:0 4px 10px;
            vertical-align:top;
            font-size:13px;
          }
          .product-list > div .addtolist {
            position:relative;
            text-align:center;
            vertical-align:top;
            display: inline-block;
          }
          .product-list > div .product-item {
            text-align:left;
            padding:0 0 10px;
            display:block;
            margin:0 0 30px;
          }
          .product-list > div .rating-reviews {
            margin:0 0 10px;
            line-height: 1;
          }
          .product-list > div .table { text-align:center; }
          .product-list > div .price-box {
            display:inline-block;
            vertical-align:top;
            margin-top:0;
            margin-bottom:10px;
            font-weight: 500;
          }
          .product-list > div .price-box p.minimal-price { margin:0; }
          .product-list > div .price-box p.minimal-price .price-label { font-size:85%; }
          .product-list > div .price-box .price { font-size:18px;font-family: Oswald; }
          .product-list > div .price-box .old-price {
            float:right;
            margin:5px 10px 0 10px;
            line-height:20px;
          }
          .product-list > div .price-box .old-price .price {
            font-size:100%;
            padding:0;
            color:#999999;
            font-weight:400;
            text-decoration: line-through;
          }
          .product-list > div .price-box .special-price {
            float:left;
            margin:0 10px 0 0;
          }
          .product-list > div .price-box .map-link { line-height:28px; }
          .product-list > div .typo-actions { width:100%; }
          
          .product-list > div .typo-actions .addtocart a.button {
            margin:0;
            max-width:135px;
            overflow:hidden;
            white-space:normal;
            text-align: center;
          }
          
               .product-list > div .typo-actions .addtocart a.button-enquiry {
                    padding-left: 12px;
                    padding-right: 12px;
               }
          
          .product-list > div .product-show { position:relative; }
          .product-list > div .product-show-box {
            color:#ffffff;
            opacity:0;
            padding:0;
            position:absolute;
            bottom:0;
            right:0;
            z-index:9;
            text-align:center;
            -webkit-transform:scale(0.5);
            -ms-transform:scale(0.5);
            -o-transform:scale(0.5);
            transform:scale(0.5);
            -webkit-transition:all 0.3s ease 0s;
            -o-transition:all 0.3s ease 0s;
            transition:all 0.3s ease 0s;
          }

          .product-list > div .main-quickview .show-quickview {
            box-shadow:none;
            border:none;
            outline:none;
            padding:0;
            display:inline-block;
            background:#000000;
            margin:0;
            border-radius:0;
            
          }
          .product-list > div .main-quickview .show-quickview i {
            font-size:25px;
            line-height:38px;
            width:38px;
            height:38px;
            color:#ffffff;
            display:inline-block;
            vertical-align:top;
          }
          
          .product-list > div:hover .product-show-box {
            opacity:1;
            -webkit-transform:scale(1);
            -ms-transform:scale(1);
            -o-transform:scale(1);
            transform:scale(1);
          }
		
		.product-img-additional {
		  position:absolute;
		  top:0;
		  left:0;
		  width:100%;
		  -o-transition: all .25s ease-in;
		  -moz-transition: all .25s ease-in;
		  -webkit-transition:all .25s ease-in;
		  transition: all .25s ease-in;
		  opacity:0;
		  visibility:hidden;
		}
		.product-show a:hover .product-img-additional {
		  opacity:1;
		  visibility:visible;
		}

	/* @end */
				
	/* @group Category page */
	
	.category-info {
		padding: 0px 0px 0px 0px;
		position: relative;
		margin: 0px -30px 0px 0px;
	}
	
		.category-info .image {
			padding: 0 30px 30px 0px;
			float: left;
			width: auto;
			max-width: 100%;
		}
		
		     .category-info .image img {
		     }
		
		.category-info > p {
			padding: 0px 30px 30px 0px;
		}
		
	.refine_search {
		margin-top: 0px !important;
		margin-bottom: 23px !important;
		padding: 0px !important;
		font-size: 18px;
		text-transform: uppercase;
	}
	
	.category-list {
		
	}
	
	.category-list-text-only {
		margin-bottom: 30px;
	}
	
		.category-list .row > div {
			margin-bottom: 26px;
			text-align: center;
		}
		
			.category-list-text-only .row > div {
				margin-bottom: 6px;
				text-align: left;
			}
		
			.category-list img {
				display: block;
				margin-bottom: 15px;
				margin-left: auto;
				margin-right: auto;
				border-radius:         2px;
				-moz-border-radius:    2px;
				-webkit-border-radius: 2px;
			}
	
	.product-filter {
		font-family: Montserrat, arial, serif;
		padding: 0;
		margin: 0px 0px 52px 0px;
		color: #999;
		text-transform: uppercase;
	}
		
		.product-filter .list-options {
			float: left;
			width: auto;
			padding: 0px;
		}
		
			.product-filter .list-options .sort {
				padding: 0px;
				float: left;
				width: auto;
			}
			
			.product-filter .list-options .limit {
				padding: 0px 0px 0px 43px;
				float: left;
				width: auto;
			}
			
				.product-filter .list-options select {
					margin: 0px 0px 0px 10px;
					width: auto;
					height: auto;
					border: none;
					color: #333;
					font-size: 14px;
					text-transform: uppercase;
					font-family: Montserrat, arial, serif;
					padding: 0px 10px 0px 0px;
					line-height: 1;
				}
				
				.product-filter .list-options .select {
				     display: inline-block;
				}
				
				     .product-filter .list-options .select:after {
				          color: #333;
				          top: 5px;
				          right: 0;
				          font-size: 12px;
				     }
		
		.product-filter .options {
			float: right;
			width: auto;
			padding: 0;
		}
		
			.product-filter .options .product-compare {
				float: left;
				width: auto;
				padding: 0px 32px 0px 0px;
			}
			
			.product-filter .options .button-group {
				float: left;
				width: auto;
			}
			
				.product-filter .options .button-group button {
					margin: 0px;
					padding: 0px 0px 0px 10px;
					font-size: 20px;
					line-height: 22px;
					border: none;
					background: none;
					color: #999;
					outline: none;
				}
				
					.product-filter .options .button-group button:hover,
					.product-filter .options .button-group .active {
						color: #000;
					}
					
	/* @end */
					
	/* @group Product info */
	
	.product-info {
	     padding-top: 11px;
	     padding-bottom: 40px;
	}
				
		/* Product info - Image */
				
		.product-info .product-image {
			margin: 0px 0px 20px 0px;
			text-align: center;
		}
				
			.product-info .product-image a {
				display: block;
			}
					
			.product-info .product-image img {
				display: block;
				cursor: pointer;
				margin: 0px auto;
			}
						
						
		/* Product info - thumbnails */
					
		.product-info .thumbnails {
		}
				
			.product-info .thumbnails ul {
				list-style: none;
				margin: 0px 0px 0px -20px;
				position: relative;
				padding: 0px;
			}
		
				.product-info .thumbnails ul li {
				}
						
					.product-info .thumbnails li p {
						margin: 0px;
						padding: 0px 0px 20px 20px;
					}
				
					.product-info .thumbnails li img,
					.product-info .thumbnails-carousel img {
						display: block;
						margin: 0px auto;
					}
					
		/* Product info - thumbnails carousel */
					
		.overflow-thumbnails-carousel {
		     padding: 0px 0 20px 0;
		}
					
			.product-info .thumbnails-carousel {
			     margin: -10px;
			}
			
			     .product-info .thumbnails-carousel .item {
			          margin: 10px !important;
			     }
			     
			     .product-info .thumbnails-carousel .owl-controls {
			          display: block !important;
			     }
			     
			     .product-info .thumbnails-carousel .owl-pagination {
			          display: none;
			     }
			     
			     .product-info .thumbnails-carousel .owl-buttons {
			          position: absolute;
			          top: 50%;
			          margin-top: -20px;
			          width: 100%;
			     }
			     
			          .product-info .thumbnails-carousel .owl-buttons .owl-prev,
			          .product-info .thumbnails-carousel .owl-buttons .owl-next {
			               position: absolute;
			               margin: 0;
			               padding: 0;
			               width: 40px;
			               height: 40px;
			               text-align: center;
			               line-height: 40px;
			               border: none;
			               border-radius: 0;
			               background: none;
			               background-color: rgba(0,0,0,0.5);
			               color: #ffffff;
			               font-size: 20px;
			               line-height: 1.8;
			               -webkit-transition: all 0.4s;
			               -moz-transition: all 0.4s;
			               -o-transition: all 0.4s;
			               transition: all 0.4s;
			               opacity: 0;
			               visibility: hidden;
			               left: -15px;
			          }
			          
			               .product-info .thumbnails-carousel .owl-buttons .owl-prev:hover,
			               .product-info .thumbnails-carousel .owl-buttons .owl-next:hover {
			                    color: #fff;
			                    background-color:rgba(0,0,0,0.75);
			               }
			               
			               .product-info .thumbnails-carousel:hover .owl-buttons .owl-prev,
			               .product-info .thumbnails-carousel:hover .owl-buttons .owl-next {
			                    visibility: visible;
			                    opacity: 1;
			                    left: 0;
			               }
			          
			               .product-info .thumbnails-carousel .owl-buttons .owl-next {
			                    left: auto;
			                    right: -15px;
			               }
			               
			                    .product-info .thumbnails-carousel:hover .owl-buttons .owl-next {
			                         left: auto;
			                         right: 0;
			                    }
			               
			                    .product-info .thumbnails-carousel .owl-buttons .owl-next:before {
			                         font-family: FontAwesome;
			                         cursor: pointer;
			                         font-weight: 400;
			                         -webkit-font-smoothing: antialiased;
			                         -moz-osx-font-smoothing: grayscale;
			                         content: "\f105";
			                         padding-right: 0px;
			                    }
			                    
			                    .product-info .thumbnails-carousel .owl-buttons .owl-prev:before {
			                         font-family: FontAwesome;
			                         cursor: pointer;
			                         font-weight: 400;
			                         -webkit-font-smoothing: antialiased;
			                         -moz-osx-font-smoothing: grayscale;
			                         content: "\f104";
			                         padding-right: 1px;
			                    }
		
		/* Product info - product center */
				
		.product-info .product-center {
			position: relative;
			margin-top: -20px;
			margin-bottom: 20px;
		}
		
		     .product-info .product-name {
		         /* font-size: 18px;
		          line-height: 30px;*/
		          margin: 0px;
		          padding: 0px;
		          padding-top: 16px;
		          text-transform: uppercase;
		          /*font-weight: 500;*/
		          font-family: Montserrat;
		          font-size: 2.617924em;
    				line-height: 1.214;
    			letter-spacing: -1px
		            
		     }
		    .product-info .pubdate {
                    padding-top: 16px; 
                    border-bottom: 1px solid rgba(0,0,0,.16);
		    }
		     .product-info .pubdate span{
		    	 letter-spacing: -1px
    			 color:red; 
    			 font-weight: 400;
		    }
		          .product-info .product-name a {
		               line-height: 30px;
		          }
		          
		     .product-info .rating {
		          padding: 16px 0px 0px 0px;
		     }
     		          
     		     .product-info .rating-links {
     		          display: inline-block;
     		          padding-left: 16px;
     		          font-size: 12px;
     		          vertical-align: top;
     		          padding-top: 2px;
     		     }
     		     
     		          .product-info .rating-links a {
     		               cursor: pointer;
     		          }
     		          
     		.product-info .price {
     		     border-bottom: 1px solid rgba(204,204,204,0.5);
     		     padding-bottom: 23px;
     		     padding-top: 5px;
     		}
     		
     		     .product-info .price .main-price {
     		          padding-bottom: 7px;
     		     }
     		     
     		     .product-info .price .other-price {
     		          padding-bottom: 7px;
     		     }
     		
     		     .product-info .price .price-new {
     		          font-size: 24px;
     		          font-weight: 500;
     		          color: #000;
     		          font-family: Oswald;
     		     }
     		     
     		     .product-info .price .price-old {
     		          font-size: 14px;
     		          padding: 0;
     		          color: #999999;
     		          font-weight: 400;
     		          text-decoration: line-through;
     		          line-height: 3;
     		          padding-left: 15px;
     		          vertical-align: top;
     		     }
     		     
     		.product-info .description {
     		     padding: 30px 0px 30px 0px;
     		     border-bottom: 1px solid rgba(204,204,204,0.5);
     		     line-height: 23px;
     		     font-weight: bold;
     		}
     		
     		     .product-info .description span {
     		          display: inline-block;
     		         /* width: 140px;*/
     		          max-width: 50%;
     		          padding-right: 20px;
     		          font-weight: normal;
     		     }
     			
			/* Product info -> Options */
					
			.product-info .options {
				padding-bottom: 0px;
			}
					
				.product-info .options h2 {
					padding: 0px;
					margin: 30px 0px 0px 0px;
					font-size: 18px;
					text-transform: uppercase;
					font-weight: 400;
				}
				
				.product-info .options > div > label {
				     text-transform: uppercase;
				     padding-bottom: 5px;
				     font-size: 13px;
				}
						
				.product-info .options .form-group {
					margin: 22px 0px 0px 0px;
				}
						
					.product-info .options .error {
						margin: 0px;
					}
					
			/* Product info -> Radio button, checkbox button */
			
			.product-info .radio-type-button {
			     display: inline-block;
			     vertical-align: top;
			     width: auto;
			     margin: 5px 7px 5px 0px;
			     padding: 0px;
			}
			
			     .product-info .radio-type-button input {
			          visibility: hidden;
			          position: absolute;
			     }
			     
			     .product-info .radio-type-button span {
			          padding: 2px;
			          background: #efefef;
			          border: 1px solid #fff;
			          display: block;
			     }
			     
			          .product-info .radio-type-button span:hover {
			               border: 1px solid #000;
			          }
			          
			          .product-info .radio-type-button span.active {
			               border: 1px solid #000;
			          }
			     
			     .product-info .radio-type-button img {
			          display: block;
			     }
			     
			.product-info .radio-type-button2 {
			     display: inline-block;
			     vertical-align: top;
			     width: auto;
			     margin: 5px 7px 5px 0px;
			     padding: 0px;
			}
			
			     .product-info .radio-type-button2 input {
			          visibility: hidden;
			          position: absolute;
			     }
			     
			     .product-info .radio-type-button2 span {
			          background: #efefef;
			          height: 25px;
			          min-width: 25px;
			          border: 1px solid #fff;
			          display: block;
			          text-align: center;
			          padding: 1px 5px;
			          font-weight: bold;
			          color: #636363;
			          line-height: 1.5em;
			     }
			     
			          .product-info .radio-type-button2 span:hover {
			               border: 1px solid #000;
			          }
			          
			          .product-info .radio-type-button2 span.active {
			              background: #000;
			              color: #fff;
			          }
			
			/* Product info -> Buttons */
							
			.product-info .cart {
			     padding-top: 20px;
			}
						
				.product-info .cart .add-to-cart {
				}
						
					.product-info .cart .add-to-cart input,
					.product-info .cart .add-to-cart .quantity {
						display: block;
						float: left;
					}

					.product-info .cart .add-to-cart input {
						margin: 10px 0px 0px 0px !important;
						height: 50px;
					}
								
					.product-info .cart .add-to-cart .quantity {
						position: relative;
						margin-right: 30px;
					}
		
						.product-info .cart .add-to-cart .quantity input {
							width: 170px;
							text-align: center;
							font-size: 15px;
							font-weight: bold;
						}
									
							.product-info .cart .add-to-cart .quantity #q_up {
								display: block;
							    border: none;
							    height: 48px;
							    width: 40px;
							    text-align: center;
							    display: block;
							    line-height: 48px;
							    font-size: 20px;
							    position: absolute;
							    top: 11px;
							    right: 1px;
							}
									
							.product-info .cart .add-to-cart .quantity #q_down {
									display: block;
								border: none;
								height: 48px;
								width: 40px;
								text-align: center;
								display: block;
								line-height: 48px;
								font-size: 20px;
								position: absolute;
								top: 11px;
								left: 1px;
							}
							
					.product-info .cart .add-to-cart .button {
					     min-width: 200px;
					     text-align: center;
					}
					
					.product-info .cart .add-to-cart .button-product-question {
					     margin: 20px 0px 0px 0px;
					}
					
					.product-info .cart .add-to-cart .button-enquiry {
					     margin: 10px 0px 0px 0px;
					}

                    
                    .product-info .links {
                         padding-top: 25px;
                    }
                    
                         .product-info .links a {
                              display: inline-block;
                              margin-right: 30px;
                              background-color: transparent;
                              border-color: transparent;
                              outline: 0;
                              cursor: pointer;
                              font-family: "Open Sans",sans-serif;
                              font-size: 12px;
                              font-weight: bold;
                              color: #999;
                              text-transform: uppercase;
                         }
                         
                              .product-info .links a:hover {
                                   color: #000;
                              }
                              
                              .product-info .links a:before {
                                  content: "\e030";
                                  font: 400 13px "ElegantIcons";
                                  width: 25px;
                                  display: inline-block;
                                  height: 25px;
                              }
                              
                                   .product-info .links a:last-child:before {
                                        content: "\f0ec";
                                        font-family: FontAwesome;
                                        -webkit-font-smoothing: antialiased;
                                        -moz-osx-font-smoothing: grayscale;
                                   }
                    
				/* Information about minimum products */
								
				.product-info .cart .minimum {
					padding: 10px 0px 0px 0px;
				}
	
		/* Tags */
		
		.tags_product {
			margin: 0px 0px 20px 0px;
		}
		
		/* @end */
		
	/* @group Product Block */
							
	.product-block {
		border: 1px solid #ccc;
		padding: 20px;
		margin: 0px 0px 30px 0px;
	}
				
		.product-block .title-block {
			margin: 5px 0 23px 0px;
			padding: 0px;
			font-size: 18px;
			font-weight: 400;
			text-transform: uppercase;
		}
				
		.product-block .strip-line {
			display: ;
		}
					
		.product-block .block-content {
			clear: both;
		}
		
	/* @end */
				
	/* @group Ratings */
	
	.set-rating {
	     padding-top: 7px;
	}
	
	     #main .set-rating i {
	          cursor: pointer;
	          display: inline-block;
	          position: relative;
	          margin: 0px -3px 0px 0px;
	          padding: 0px 4px 0px 1px;
	     }
		
	.rating i {
		font-size: 16px;
		color: #ccc;
		margin: 0px 2px 0px 1px;
		transition: all 0.2s ease-in;
		-webkit-transition: all 0.2s ease-in;
		-moz-transition: all 0.2s ease-in;
	}
		
		.rating i.active {
			 color: #ffcc00;
		}
			
	/* @end */

/* @end */
		
/* @group 11. Footer
------------------*/	

.footer {
	position: relative;
}

	.footer .background-footer {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: -1;
	}
	
	.footer .background,
	.standard-body .footer .background {
	     border-top: 1px solid rgba(204,204,204,0.5);
	}
	
	.footer .pattern {
		padding: 90px 0px 60px 0px;
		color: #999;
	}
		
		.footer .pattern a {
			color: #999;
		}
		
		     .footer .pattern a:hover {
		          color: #000;
		     }
		
		.footer .pattern p {
			padding: 0px;
			margin: 0px;
		}
	
		.footer h4 {
			margin: 0 0 45px 0;
			padding: 0px;
			text-transform: uppercase;
			position: relative;
			font-weight: bold;
			font-size: 16px;
			color: #000;
		}
		
		     .footer h4.information-box {
		          padding: 0px 30px;
		     }
		     
			.footer .strip-line {
				display: none;
               }
               			
		/* @group List */
		
		.footer ul {
			list-style: none;
			position: relative;
			margin: 0px;
			padding: 0px;
			clear: both;
		}
		
		     .footer ul.information-links {
		          padding: 0px 30px;
		     }
		
		     .footer ul li {
		          padding:5px 0;
		     }
		
			.footer ul li a {
				padding:0 20px;
				display:block;
				position: relative;
			}
			
			     .footer ul li a:before {
			          content: '';
			          position: absolute;
			          top: 9px;
			          left: 4px;
			          background: #999;
			          width: 5px;
			          height: 5px;
			          display: block;
			          transition: all 0.25s ease-in;
			          -webkit-transition: all 0.25s ease-in;
			          -moz-transition: all 0.25s ease-in;
			          -o-transition: all 0.25s ease-in;
			     }
			     
			          .footer ul.address-footer li a:before {
			               display: none;
			          }
			     
			          .footer ul li a:hover:before {
			               background: #000;
			          }
			
				.footer ul li a > span {
				  position:absolute;
				  top:1px;
				  left:0;
				  line-height:inherit;
				}
				
				.footer ul li a:hover { padding-left:30px; }
				
				     .footer ul.address-footer li a { padding-left:30px; }
				
		/* @end */
				
		.logo-bottom {
		  display:block;
		  margin-bottom:40px;
		  margin-top: 1px;
		}
		
		     .logo-bottom img {
		          display: block;
		          margin: 0px auto;
		     }
		     
		.information-logo {
		     margin-bottom: 30px;
		}
						
/* @end */
		
/* @group 12. Copyright
------------------*/	

.copyright {
	position: relative;
}

	.copyright .background-copyright {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: -1;
	}
	
	.copyright .background,
	.standard-body .copyright .background {
	}
	
	.copyright .pattern {
		padding: 0px 0px 25px 0px;
		color: #999;
		text-align: center;
	}
	
		.copyright .pattern a {
			color: #000;
		}
	
		.copyright .pattern .line {
			width: 100%;
			height: 1px;
			margin-bottom: 25px;
			background: rgba(204,204,204,0.5);
		}
		
		.copyright p {
			margin: 0px;
			padding: 0px;
		}
		
		.copyright ul {
			float: right;
			width: auto;
			list-style: none;
			padding: 5px 0px 0px 0px;
			margin: 0px;
		}
		
			.copyright ul li {
				display: inline-block;
				margin-left: 8px;
			}
			
/* @end */
			
/* @group 13. OpenCart Style
--------------------------- */

/* @group Content */

.main-content .content { 
	padding: 0px 0px 20px 0px;
}

	.main-content .content:before,
	.main-content .content:after {
	  display: table;
	  content: " ";
	}
	
	.main-content .content:after {
	  clear: both;
	}

	.main-content .content .left { 
		float: left;
		width: 47%; 
		padding: 0px;
	}
	
	.main-content .content .right { 
		float: right;
		width: 47%; 
		padding: 0px;
	}
	
/* @end */
	
/* @group List content */

.center-column .list-unstyled li:before {
}

/* @end */

/* @group Login content */

.login-content { 
}

	.login-content:before,
	.login-content:after {
	  display: table;
	  content: " ";
	}
	
	.login-content:after {
	  clear: both;
	}

	.login-content .left { 
		float: left;
		width: 47%; 
	}
	
	.login-content .right { 
		float: right;
		width: 47%; 
	}
	
		.login-content .content {
			margin: 20px 0px 0px 0px;
		}
		
			.login-content .left .button {
				margin-top: 10px;
			}
			
/* @end */
	
/* @group Pagination */

div.pagination-results { 
	clear:both;
	position: relative;
	padding: 0px;
	margin: 0px;
	overflow:auto; 
}
	
	div.pagination-results .text-right { 
		padding:5px 0px 10px 10px; 
		color: #999;
		display: none;
	}
	
	div.pagination-results .text-left { 
		padding:0px 0px 0px 0px; 
		width: 100%;
		text-align: center;
	}
	
	div.pagination-results ul { 
		padding:0px;
		margin: 0px;
		list-style: none;
		padding: 10px 0px 10px 0px;
	}
		
		div.pagination-results ul li { 
			display: inline-block;
			width: 34px;
			background: #fff;
			transition: all 0.2s;
			-webkit-transition: all 0.2s;
			-moz-transition: all 0.2s;
			text-align: center;
			margin: 0px 3px 10px 4px;
			border: 1px solid #e5e5e5;
			font-size: 15px;
			line-height: 32px;
			height: 34px;
			font-weight: bold;
		}
		
		div.pagination-results ul li.active { 
			background: #333333;
			color: #ffffff;
			border-color: #333;
		}
		
/* @end */

/* @group List Box */

.list-box {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
     
     .list-box li {
         line-height: 20px;
         height: auto;
         position: relative;
         padding: 11px 20px 11px 20px;
         display: block;
         border-bottom: 1px dashed #cdcdcd;
     }
     
	.list-box li:before {
          position: absolute;
          top: 14px;
          left: 0;
          content: "\5e";
          display: inline-block;
          font-size: 13px;
          font-family: 'ElegantIcons';
          -webkit-font-smoothing: antialiased;
	}
	
/* @end */
	
/* @group Error form */

span.error {
	padding: 5px 0px;
	display: block;
	color: red;
}

	.form span.error {
		display: inline-block;
		padding-left: 20px;
	}
	
	.product-info span.error {
		padding-top: 0px;
	}
	
/* @end */

/* @group Help */

.help {
	font-size: 10px;
	display: block;
}

/* @end */

/* @group Table form */

table.form {
	
}

	table.form td {
		padding: 5px 13px 0px 0px;
	}
	
		table.form td input,
		table.form td select,
		table.form td textarea {
			margin-left: 7px;
		}
		
/* @end */
		
/* @group Htabs */

.htabs {
	margin: 0px;
	position: relative;
	z-index: 1;
	border-bottom: 1px solid #ccc;
	text-align: center;
}

	.htabs:before,
	.htabs:after {
	  display: table;
	  content: " ";
	}
	
	.htabs:after {
	  clear: both;
	}

	.htabs a {
		display: inline-block;
		text-align: center;
		vertical-align: top;
		font-size: 16px;
		text-transform: uppercase;
		color: #cccccc;
		padding: 0 15px;
		line-height: 50px;
		position: relative;
		font-weight: bold;
		font-family: Montserrat, arial, serif;
	}
	
	     .htabs a:before, .htabs a:after {
	       content:'';
	       position:absolute;
	       bottom:-1px;
	       left:50%;
	       height:2px;
	       background:#000000;
	       width:0;
	       -webkit-transition:all 250ms ease;
	       transition:all 250ms ease;
	     }
	     
	     .htabs a:after {
	       right:50%;
	       left:auto;
	     }
	     
	     .htabs a.selected:before, .htabs a:hover:before { width:50%; }
	     .htabs a.selected:after, .htabs a:hover:after { width:50%; }
	
		.htabs a.selected,
		.htabs a:hover {
			color: #333;
		}
	
.center-column .tab-content {
	padding: 40px 0px 20px 0px;
}

	.center-column .tab-content > *:last-child {
		padding-bottom: 0px;
		margin-bottom: 0px;
	}
	
	.center-column .tab-content > *:first-child {
		padding-top: 0px;
		margin-top: 0px;
	}
	
	.center-column .tab-content h2#review-title {
		padding: 0px 0px 20px 0px;
		margin: 0px;
	}

/* @end */
	
/* @group Notification */

.success, 
.warning, 
.attention, 
.information { 
	padding: 10px 10px 10px 40px;
	margin:0px 0px 25px 0px;
	clear: both;
}

	.success { 
		background: #EAF7D9 url('../img/success.png') 13px center no-repeat;
		border: 1px solid #BBDF8D; 
	}
	
	.warning { 
		background: #FFD1D1 url('../img/warning.png') 13px center no-repeat;
		border: 1px solid #F8ACAC; 
	}
	
	.attention { 
		background: #FFF5CC url('../img/attention.png') 13px center no-repeat;
		border: 1px solid #F2DD8C; 
	}
	
	.information { 
		background: #E8F6FF url('../img/information.png') 13px center no-repeat;
		border: 1px solid #B8E2FB; 
	}
	
/* @end */
	
/* @group Review */

.review-list .author,
.review-list .rating {
	display: inline-block;
}

	.review-list .rating {
		float: right;
		width: auto;
	}
	
	.review-list .author span {
		font-size: 10px;
		opacity: 0.8;
		font-style: italic;
		padding-left: 3px;
	}
	
.review-list .text {
	margin: 15px 0px 25px 0px;
	padding: 20px;
	position: relative;
	background: #fff;
	border: 1px solid #ccc;
}

	.review-list .text:before {
		position: absolute;
		top: -9px;
		left: 9px;
		display: inline-block;
		border-right: 9px solid transparent;
		border-bottom: 9px solid #ccc;
		border-left: 9px solid transparent;
		border-bottom-color: #bbb;
		content: '';
	}
	
	.review-list .text:after {
		position: absolute;
		top: -8px;
		left: 10px;
		display: inline-block;
		border-right: 8px solid transparent;
		border-bottom: 8px solid #ffffff;
		border-left: 8px solid transparent;
		content: '';
	}
	
/* @end */
	
/* @group Tables
------------------*/

table.attribute,
table.list,
.wishlist-product table,
.wishlist-info table,
.compare-info,
.cart-info table,
.checkout-product table,
.table {
	border-collapse: separate;
	border-spacing: 0;
    width: 100%;
    margin: 0px 0px 30px 0px;
}

     table.attribute .btn,
     table.list .btn,
     .wishlist-product table .btn,
     .wishlist-info table .btn,
     .compare-info .btn,
     .cart-info table .btn,
     .checkout-product table .btn,
     .table .btn {
          margin: 0px;
          margin-top: -8px;
          margin-bottom: -8px;
     }

     .cart-info table {
          margin-bottom: 40px;
     }

	table.attribute td,
	table.list td,
	.wishlist-product table td,
	.wishlist-info table td,
	.compare-info td,
	.cart-info table td,
	.checkout-product table td,
	.table td {
	    border-bottom: 1px solid #ccc;
	    padding: 30px 15px;
	    text-align: left;
	    vertical-align: top;
	}
	
	     table.attribute td:first-child,
	     table.list td:first-child,
	     .wishlist-product table td:first-child,
	     .wishlist-info table td:first-child,
	     .compare-info td:first-child,
	     .cart-info table td:first-child,
	     .checkout-product table td:first-child,
	     .table td:first-child {
	          padding-left: 0;
	     }
	     
	     table.attribute td:last-child,
	     table.list td:last-child,
	     .wishlist-product table td:last-child,
	     .wishlist-info table td:last-child,
	     .compare-info td:last-child,
	     .cart-info table td:last-child,
	     .checkout-product table td:last-child,
	     .table td:last-child {
	          padding-right: 0;
	     }
	
		.table td.text-center {
			text-align: center;
		}
		
			.table td.text-center .input-group {
				margin: 0px auto;
			}
		
		.table td.text-right {
			text-align: right;
		}

	table.attribute thead td,
	table.list thead td,
	.wishlist-product table thead td,
	.wishlist-info table thead td,
	.compare-info thead td,
	.cart-info table thead td,
	.checkout-product table thead td,
	.table thead td {
	     text-transform: uppercase;
	     font-size: 1em;
	     font-family: Montserrat, arial, serif;
	     padding-top: 25px;
	     padding-bottom: 25px;
	}
	
	     table.attribute thead:first-child td,
	     table.list thead:first-child td,
	     .wishlist-product table thead:first-child td,
	     .wishlist-info table thead:first-child td,
	     .compare-info thead:first-child td,
	     .cart-info table thead:first-child td,
	     .checkout-product table thead:first-child td,
	     .table thead:first-child td {
	          padding-top: 5px;
	     }
	
/* @end */
	
/* @group Wishlist info */

.wishlist-info table td {
	vertical-align: middle;
	text-align: center;
}

/* @end */
	
/* @group Cart info */

.cart-info table td {
	vertical-align: middle;
	text-align: center;
}

/* @end */
	
/* @group Price Compare */
	
.product-compare table .price-new {
	color: #000;
	font-weight: bold;
}

	.product-compare table .price-old {
		color: #808080;
		text-decoration: line-through;
		padding-right: 5px;
	}
	
/* @end */
			
/* @group Table img */

table img {
	max-width: none;
}

/* @end */
	
/* @group Cart Total */

.cart-total { 
	overflow: auto;
	margin-bottom: 20px; 
	padding-top: 25px;
}

	.cart-total table { 
		float: right; 
	}
	
		.cart-total td {
			padding: 0px 0px 0px 25px;
			text-align: right;
			font-weight: normal;
		}
		
		     .cart-total td strong {
		          font-weight: normal;
		     }
		
		.cart-total table tr td:last-child { 
			color:#000;
			font-weight: bold;
		}
		
/* @end */
	
/* @group Download List, Orders */
 
.download-list,
.order-list { 
	overflow:auto; 
}

	.download-list .download-id,
	.order-list .order-id { 
		width: 49%;
		float: left;
		margin-bottom: 2px; 
	}
	
	.download-list .download-status,
	.order-list .order-status { 
		width: 49%;
		float: right;
		text-align: right;
		margin-bottom: 2px; 
	}
	
	.download-list .download-content,
	.order-list .order-content { 
		padding: 10px 0px;
		display: inline-block;
		width: 100%;
		margin-bottom: 20px;
		border-top: 1px solid #e6e6e6;
		border-bottom: 1px solid #e6e6e6; 
	}
	
	.download-list .download-content div,
	.order-list .order-content div { 
		float: left;
		width: 33.3%; 
	}
	
	.download-list .download-info,
	.order-list .order-info { 
		text-align: right; 
	}
	
/* @end */
	
/* @group manufacturer */

.manufacturer-list { 
	padding: 0px;
	overflow: auto;
	margin-bottom:20px; 
	background: #fff;
}

	.manufacturer-heading { 
		border-bottom: 1px solid #ccc;
		padding: 15px 0px 20px 0px;
		text-transform: uppercase; 
		font-weight: bold;
	}
	
	.manufacturer-content { 
		padding: 25px 0px 0px;
		overflow:auto; 
	}
	
	.manufacturer-list ul { 
		float: left;
		width: 25%;
		margin: 0 0 0 20px;
		padding: 0;
	}
	
/* @end */
	
/* @group checkout */

.center-column .panel { 
	position:relative;
	padding: 0px 0px 15px 0px;
}

	.center-column .panel-heading { 
		font-size: 13px;
		text-transform: uppercase;
		margin: 0;
		padding: 7px 0 22px 0;
		border-bottom: 1px solid #cccccc;
		position: relative;
	}
		
		.center-column .panel-heading h4 {
			padding: 0px;
			margin: 0px;
			font-size: 13px !important;
			font-family: Montserrat;
			font-weight: 400;
		}

	.center-column .panel-body { 
		position: relative;
		padding-top: 30px;
	}
	
		.center-column .panel-body .buttons {
			margin: 0px;
		}
		
/* @end */

/* @group Returns */
 
.return-list { 
}

	.return-list .return-id { 
		width: 49%;
		float: left;
		margin-bottom: 2px; 
	}
	
	.return-list .return-status { 
		width: 49%;
		float: right;
		text-align: right;
		margin-bottom: 2px; 
	}
	
	.return-list .return-content { 
		padding: 10px 0px;
		display: inline-block;
		width: 100%;
		margin-bottom: 20px;
		border-top: 1px solid #e6e6e6;
		border-bottom: 1px solid #e6e6e6; 
	}
	
	.return-list .return-content div { 
		float: left;
		width: 33.3%; 
	}
	
	.return-list .return-info { 
		text-align: right; 
	}

.return-product { 
	overflow: auto;
	margin-top: 10px;
	margin-bottom: 20px; 
}

.return-detail { 
}

	.return-opened textarea { 
		width: 100%;
	}
	
/* @end */
	
/* @group Scroll up */

.scrollup {
  font-size:30px;
  font-weight:bold;
  height:40px;
  line-height:40px;
  text-align:center;
  width:40px;
  border:0 solid #ff0000;
  box-shadow:inset 0 0 10px rgba(255,0,0,0);
  outline:1px solid;
  outline-color:rgba(204,204,204,0.5);
  outline-offset:0px;
  text-shadow:none;
  background:#ffffff;
  -webkit-transition:all 550ms cubic-bezier(0.19,1,0.22,1);
  transition:all 550ms cubic-bezier(0.19,1,0.22,1);
  right:10px;
  bottom:10px;
  position: fixed;
  display: none;
}

.scrollup:hover {
  border:1px solid #ff0000;
  box-shadow:inset 0 0 10px rgba(255,0,0,0.5), 0 0 20px rgba(255,0,0,0.2);
  outline-color:rgba(255,0,0,0);
  outline-offset:5px;
  color:#ff0000;
}
	
/* @end */
	
/* @group Banner */

.banner {
	text-align: center;
	width: 100%;
	margin: 30px 0px 0px 0px;
}

	.banner img.with-link {
		cursor: pointer;
	}
	
/* @end */

/* @group Filter */

ul.box-filter {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
	
	ul.box-filter > li {
		padding: 0px 0px 15px 0px;
	}
	
		ul.box-filter > li > span {
			font-weight: bold;
		}
		
	ul.box-filter ul {
		list-style: none;
		padding: 0px;
	}
	
/* @end */
	
/* @end */

/* @group 14. Facebook Widget  */

.facebook_left {
    width: 308px;
    position: fixed;
	left: -308px;
	top: 150px;	
	z-index: 999;
}

.facebook_right {
    width: 308px;
    position: fixed;
	right: -308px;
	top: 150px;
	z-index: 999;
}	

	.facebook_left .facebook-icon,
	.facebook_right .facebook-icon {
		height: 50px;
	    width: 50px;
		right: -50px;
	    background: url(../img/facebook-icon.png) no-repeat;
		cursor: pointer;	
		position: absolute;	
	    z-index: 999;	
	}
	
	.facebook_right .facebook-icon {
		left: -50px;
		right: auto;
	}

	.facebook_right .facebook-content,
	.facebook_left .facebook-content {
	    background-color: #FFFFFF;
		border: 4px solid #4b6baf;
		position: relative;
	    z-index: 999;		
	}
	
/* @end */

/* @group 15. Twitter Widget  */

.twitter_left {
    width: 250px;
    position: fixed;
	left: -250px;
	top: 150px;	
	z-index: 998;
}

.twitter_right {
    width: 250px;
    position: fixed;
	right: -250px;
	top: 150px;
	z-index: 998;
}

	.facebook_right + .twitter_right,
	.facebook_left + .twitter_left {
		top: 210px;
	}
	
	.twitter_left .twitter-icon,
	.twitter_right .twitter-icon {
		height: 50px;
	    width: 50px;
		right: -50px;
	    background: url(../img/twitter-icon.png) no-repeat;
		cursor: pointer;	
		position: absolute;	
	    z-index: 998;	
	}
	
	.twitter_right .twitter-icon {
		left: -50px;
		right: auto;
	}
	
	.twitter_right .twitter-content,
	.twitter_left .twitter-content {
	    background-color: #FFFFFF;
		border: 4px solid #36a7e5;
		position: relative;
	    z-index: 998;		
	}
	
/* @end */
	
/* @group 16. Custom Widget  */

.custom_left {
    width: 250px;
    position: fixed;
	left: -250px;
	top: 150px;	
	z-index: 996;
}

.custom_right {
    width: 250px;
    position: fixed;
	right: -250px;
	top: 150px;
	z-index: 996;
}

	.facebook_right + .twitter_right + .custom_right,
	.facebook_left + .twitter_left + .custom_left {
		top: 270px;
	}
	
	.facebook_right + .custom_right,
	.twitter_right + .custom_right,
	.twitter_left + .custom_left,
	.facebook_left + .custom_left {
		top: 210px;
	}
	
	.custom_left .custom-icon,
	.custom_right .custom-icon {
		height: 50px;
	    width: 50px;
		right: -50px;
	    background: url(../img/custom-icon.png) no-repeat;
		cursor: pointer;	
		position: absolute;	
	    z-index: 996;	
	}
	
		.custom_left .custom-icon {
			background: url(../img/custom-icon-right.png) no-repeat;
		}
	
	.custom_right .custom-icon {
		left: -50px;
		right: auto;
	}
	
	.custom_right .custom-content,
	.custom_left .custom-content {
	    background-color: #FFFFFF;
		border: 4px solid #ea2e49;
		position: relative;
	    z-index: 996;	
	    padding: 10px;	
	}

/* @end */	

/* @group 17. Opencart 2.0 */

.picker-switch .btn {
	background: none !important;
	color: #808080 !important;
	text-shadow: none !important;
	-webkit-text-shadow: none !important;
	-moz-text-shadow: none !important;
	border: none !important;
}

.timepicker-picker .btn {
	background: none !important;
	color: #808080 !important;
	text-shadow: none !important;
	-webkit-text-shadow: none !important;
	-moz-text-shadow: none !important;
	border: none !important;
}

div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}

/* @end */

/* @group 18. Carousel Brands */

.carousel-brands {
	background: #fff;
	margin: 50px 0px 0px 0px !important;
	padding: 100px 0px 0px 0px;
	border-top: 1px solid #d5d5d5;
	position: relative;
}

     body[class*="product-category-"] .carousel-brands {
          margin-top: 95px !important;
     }

     .carousel-brands img {
          transition: all 0.2s ease-in;
          -webkit-transition: all 0.2s ease-in;
          -moz-transition: all 0.2s ease-in;
     }
     
     .carousel-brands img:hover {
          opacity: 0.4;
     }

     .carousel-brands .item {
          margin: 0px !important;
     }
     
     /** Carousel Controls **/
     
     .carousel-brands .owl-buttons {
     	opacity: 0;
     	filter: alpha(opacity=0);
     	-webkit-transition: all 0.4s;
     	-moz-transition: all 0.4s;
     	-o-transition: all 0.4s;
     	transition: all 0.4s;
     	visibility: hidden;
     }
     
     	.carousel-brands:hover .owl-buttons {
     		visibility: visible;
     		opacity: 1;
     		filter: alpha(opacity=100);
     	}
     
     	.carousel-brands .owl-buttons .owl-prev,
     	.carousel-brands .owl-buttons .owl-next {
     		position:absolute;
     		top:50%;
     		margin:0;
     		padding:0;
     		width:40px;
     		height:40px;
     		margin-top:27px;
     		text-align:center;
     		line-height:40px;
     		left:15px;
     		border:none;
     		border-radius:0;
     		background-color:rgba(0,0,0,0.5);
     		color:#ffffff;
     		font-size:20px;
     		line-height: 1.8;
     		-webkit-transition: all 0.4s;
     		-moz-transition: all 0.4s;
     		-o-transition: all 0.4s;
     		transition: all 0.4s;
     		z-index: 22;
     	}
     	
     		.carousel-brands .owl-buttons .owl-next {
     			left:auto;
     			right:15px;
     		}
     		
     		.carousel-brands .owl-buttons .owl-prev:hover,
     		.carousel-brands .owl-buttons .owl-next:hover {
     		     background-color:rgba(0,0,0,0.75);
     		}
     		     	
/* @end */
	
/* @group 19. Banner module */

.banner-module {
	margin: 30px 0px 0px 0px !important;
}

	@media (max-width: 767px) {
		.responsive .banner-module {
			margin: 20px 0px 0px 0px !important;
		}
	}
	
/* @end */
	
/* @group 20. Camera slider */

.camera_slider {
	margin: 20px 0px 0px 0px;
	position: relative;
}

.camera_wrap {
	margin: 0px !important;
	width: auto;
	display: none;
	position: relative;
	z-index: 1;
}

	.spinner {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		z-index: 22;
		background: #fff url(../img/loader.gif) 50% 50% no-repeat;
	}

	#slider .fullwidth .camera_slider,
	#slider .fullwidth .camera_slider .camera_wrap {
		margin: 0px !important;
		padding: 0px;
	}
	
	.camera_wrap img {
		display: block;
		margin: 0px auto;
	}

		.camera_wrap .owl-controls .owl-buttons {
			opacity: 0;
			filter: alpha(opacity=0);
			-webkit-transition: all 0.4s;
			-moz-transition: all 0.4s;
			-o-transition: all 0.4s;
			transition: all 0.4s;
			visibility: hidden;
		}
		
			.camera_wrap:hover .owl-controls .owl-buttons {
				visibility: visible;
				opacity: 1;
				filter: alpha(opacity=100);
			}
		
			.camera_wrap .owl-controls .owl-buttons .owl-prev,
			.camera_wrap .owl-controls .owl-buttons .owl-next {
				position:absolute;
				top:50%;
				margin:0;
				padding:0;
				width:40px;
				height:40px;
				margin-top:-20px;
				text-align:center;
				line-height:40px;
				left:15px;
				border:none;
				border-radius:0;
				background-color:rgba(0,0,0,0.5);
				color:#ffffff;
				font-size:20px;
				line-height: 1.8;
				-webkit-transition: all 0.4s;
				-moz-transition: all 0.4s;
				-o-transition: all 0.4s;
				transition: all 0.4s;
			}
			
				.camera_wrap .owl-controls .owl-buttons .owl-next {
					left:auto;
					right:15px;
				}
				
				.camera_wrap .owl-controls .owl-buttons .owl-prev:hover,
				.camera_wrap .owl-controls .owl-buttons .owl-next:hover {
				     background-color:rgba(0,0,0,0.75);
				}
			
		.camera_wrap .owl-controls .owl-pagination {
			position: absolute;
			bottom: 0;
			text-align: center;
			padding: 0px;
			opacity: 0;
			filter: alpha(opacity=0);
			-webkit-transition: all 0.4s;
			-moz-transition: all 0.4s;
			-o-transition: all 0.4s;
			transition: all 0.4s;
			visibility: hidden;
			bottom: 13px;
			right: 14px;
		}
		
			.camera_wrap:hover .owl-controls .owl-pagination {
				visibility: visible;
				opacity: 1;
				filter: alpha(opacity=100);
			}
		
			.camera_wrap .owl-controls .owl-pagination .owl-page {
				display: inline-block;
			}
			
				.camera_wrap .owl-controls .owl-pagination span {
				     width: 10px;
				     height: 10px;
				     margin: 5px 7px;
				     background: #D6D6D6;
				     display: block;
				     -webkit-backface-visibility: visible;
				     -webkit-transition: opacity 200ms ease;
				     -moz-transition: opacity 200ms ease;
				     -ms-transition: opacity 200ms ease;
				     -o-transition: opacity 200ms ease;
				     transition: opacity 200ms ease;
				     -webkit-border-radius: 30px;
				     -moz-border-radius: 30px;
				     border-radius: 30px;
					background: transparent;
					border: 1px solid #000000;
					border-radius: 0;
					width: 20px;
					height: 6px;
					margin: 0 3px;
				}
				
					.camera_wrap .owl-controls .owl-pagination .active span {
						background: #000;
					}
					
/* @end */

/* @group 21. Lazy load */

img[src="image/catalog/blank.gif"] {
     background: url("../img/loader.gif") no-repeat scroll center center #ffffff;
     width: 100%;
     max-height: 200px;
}

/* @end */

/* @group 22. Magnific popup */

.mfp-iframe-scaler iframe {
     background: url("../img/loader.gif") no-repeat scroll center center #ffffff !important;
}

.quickview {
}

     .quickview .product-info {
          padding: 0px;
     }

     .quickview body {
          background: #fff;
          padding: 30px 30px 0px 30px;
     }
     
     .quickview .mfp-iframe-holder .mfp-content {
          max-width: 900px;
          height: 610px; 
     }
     
     .quickview .mfp-iframe {
          opacity: 0;
          transition: all 0.2s ease-in-out;
          -webkit-transform: scale(0.7);
          -moz-transform: scale(0.7);
          -ms-transform: scale(0.7);
          transform: scale(0.7); 
     }
     
     .quickview.mfp-bg {
          opacity: 0.01;
          transition: all 0.2s ease-out; 
     }
     
     .quickview.mfp-ready .mfp-iframe {
          opacity: 1;
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1);
     }
     
     .quickview.mfp-ready.mfp-bg {
          opacity: 0.75; 
     }
     
     .quickview.mfp-removing .mfp-iframe {
          -webkit-transform: scale(0.7);
          -moz-transform: scale(0.7);
          -ms-transform: scale(0.7);
          transform: scale(0.7);
          opacity: 0;
     }
     
     .quickview.mfp-removing.mfp-bg {
          opacity: 0; 
     }

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

/* @end */

/* @group Header notice */

.header-notice {
     background: #cc0000;
     color: #fff;
     font-size: 12px;
     font-weight: 600;
     display: none;
}

     .header-notice a {
          color: #fff;
     }
     
     .header-notice p {
          padding: 14px 0px 18px 0px;
          margin: 0px;
     }
     
     .header-notice a.close-notice {
          display: block;
          float: right;
          width: 36px;
          height: 36px;
          border-radius: 100%;
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          background: #fff;
          margin: 6px 10px;
          text-align: center;
          padding: 9px 0px 0px 0px;
          color: #cc0000;
          -webkit-transition: all 0.2s ease-out;
          -moz-transition: all 0.2s ease-out;
          -o-transition: all 0.2s ease-out;
          -ms-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out;
     }
     
          .header-notice a.close-notice:before {
                 content: "\f00d";
                 font: normal normal normal 14px/1 FontAwesome;
                 text-rendering: auto;
                 -webkit-font-smoothing: antialiased;
                 -moz-osx-font-smoothing: grayscale;
          }
          
          .header-notice a.close-notice:hover {
               background: #333333;
               color: #fff;
          }

/* @end */


/* @group Advanced grid */

.advanced-grid {
     position: relative;
}

     .advanced-grid .container {
     }

     /* @group Products */
     
     .advanced-grid-products {
          
     }
     
          .advanced-grid-products .product {
               margin: 0px;
               padding: 15px 0px;
               border-top: 1px solid #e6e6e7;
          }
          
               .footer .advanced-grid-products .product {
                    border-color: rgba(255,255,255,0.1);
               }
          
               .advanced-grid-products .product:first-child {
                    border: none;
                    padding-top: 0px;
               }
               
                    .advanced-grid-products .product:last-child {
                         padding-bottom: 0px;
                    }
               
                    .advanced-grid-products .product .image {
                         float: left;
                         width: 34%;
                    }
                    
                         .advanced-grid-products .product .image img {
                              display: block;
                         }
                    
                    .advanced-grid-products .product .right {
                         float: left;
                         width: 60%;
                         margin-left: 6%;
                         padding-top: 15px;
                    }
                    
                         .advanced-grid-products .product .right .price {
                              color: #ff6b6b;
                         }
                         
                         	.advanced-grid-products .product .right .price .price-old {
                         		color: #808080;
                         		text-decoration: line-through;
                         		padding-right: 2px;
                         	}
     
     /* @end */
     
     /* @group Latest blogs */
     
     .advanced-grid-latest-blogs {
          
     }
     
          .advanced-grid-latest-blogs .news {
               margin: 0px;
               padding: 15px 0px;
               border-top: 1px solid #e6e6e7;
          }
          
               .footer .advanced-grid-latest-blogs .news {
                    border-color: rgba(255,255,255,0.1);
               }
          
               .advanced-grid-latest-blogs .news:first-child {
                    border: none;
                    padding-top: 0px;
               }
               
                    .advanced-grid-latest-blogs .news:last-child {
                         padding-bottom: 0px;
                    }
               
                    .advanced-grid-latest-blogs .news .image {
                         margin: 0px 20px 0px 0px;
                         float: left;
                    }
                    
                         .advanced-grid-latest-blogs .news .image a {
                              display: block;
                              background-size: cover;
                              position: relative;
                         }

                    
                    .advanced-grid-latest-blogs .news .right .name {
                         padding: 2px 0px;
                    }
                    
                    .advanced-grid-latest-blogs .news .right .article-date-added {
                         font-size: 11px;
                         font-style: italic;
                    }
                         
                         .advanced-grid-latest-blogs .news .right .article-date-added i {
                              margin-right: 3px;
                         }
     
     /* @end */

/* @end */

/* @group Popup Module */

.popup {
     background: #FFF;
     padding: 50px;
     text-align: left;
     max-width: 750px;
     margin: 40px auto;
     position: relative;
}

     .popup-newsletter {
          padding: 0px;
     }

body .popup-module .mfp-close {
     top: -40px;
     color: white;
     right: -6px;
     text-align: right;
     padding-right: 6px;
     width: 100%;
}

     body .popup-module.without-button-close .mfp-close {
          display: none;
     }
     
     .popup h4 {
          font-size: 18px;
          padding-bottom: 15px;
          margin: 0px;
          text-transform: uppercase;
     }
     
     .popup .btn {
          margin: 25px 0 0px 0;
     }
     
     .popup label {
          padding-top: 21px;
          text-transform: uppercase;
          font-weight: bold;
          font-size: 13px;
          padding-bottom: 4px;
     }
     
     .popup .content {
          padding: 0px 0px 20px 0px;
          margin: 0px;
     }

     /* @group Newsletter */
     
     
     
     /* @end */

     /* @group Buttons yes no */
     
     .popup .buttons-yes-no {
          padding: 20px 0px 0px 0px;
     }
     
          .popup .buttons-yes-no .button:first-child {
               margin-right: 20px;
          }
     
     /* @end */

     /* @group Form contact */
     
     .popup .form-contact {
          
     }
     
          .popup .form-contact .error {
               border-color: red;
          }
     
     /* @end */

/* @end */

/* @group Blog list default */

ul.blog-list-default {
     list-style: none;
     padding: 0px;
     margin: 0px;
     position: relative;
}

     ul.blog-list-default li {
          padding: 13px 0;
          border-bottom: 1px dashed #cdcdcd;
     }
     
          ul.blog-list-default li .thumb-holder {
               display: none;
          }
          
          ul.blog-list-default li .date-published {
               display: none;
          }
          
          ul.blog-list-default li .title {
               padding: 0px;
               margin: 0px;
          }
          
               ul.blog-list-default li .title a {
                    position: relative;
                   display: block;
                   padding: 0 17px;
               }
               
                    ul.blog-list-default li .title a:before {
                         position: absolute;
                         content: "\5e";
                         top: 1px;
                         left: 0;
                         font-family: 'ElegantIcons';
                         font-style: normal;
                         font-weight: normal;
                         font-variant: normal;
                         text-transform: none;
                         line-height: inherit;
                         -webkit-font-smoothing: antialiased;
                    }

/* @end */

/* @group Tagcloud */

.blog-tags .tagcloud {
     padding-top: 22px;
}

.blog-tags .tagcloud a {
    line-height: 34px;
    margin: 0 2px;
}

/* @end */

/* @group News */

.news {
     position: relative;
     margin-bottom: -30px;
}

     .news .media {
          position: relative;
          margin-bottom: 30px;
     }
     
     .news .thumb-holder {
          overflow: hidden;
     }
     
          .news .thumb-holder img {
               display: block;
               width: 100%;
          }
     
     .news .media-body {
          position: absolute;
          z-index: 2;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          cursor: pointer;
     }
     
          .news .media-body:before {
               content: "";
               background: url('../img/bg-news.png') bottom left repeat-x;
               opacity: 0.6;
               top: 0;
               left: 0;
               bottom: 0;
               right: 0;
               position: absolute;
               z-index: -1;   
               transition: all 0.2s ease-in;
               -webkit-transition: all 0.2s ease-in;
               -moz-transition: all 0.2s ease-in;
          }
          
               .news .media-body:hover:before {
                    opacity: 0.7;
               }
               
          .news .media-body .tags {
               position: absolute;
               top: 18px;
               left: 20px;
               right: 10px;
               margin: 0px;
               padding: 0px;
               line-height: 1.6;
          }
          
               .news .media-body .tags a {
                    display: inline-block;
                    background: #cc0000;
                    font-size: 9px;
                    line-height: 15px;
                    color: #fff;
                    font-weight: bold;
                    text-transform: uppercase;
                    margin: 0px 7px 9px 0px;
                    padding: 1px 10px 1px 10px;
               }
               
                    .news .media-body .tags a:hover {
                         background: #333;
                    }
               
          .news .media-body .bottom {
               position: absolute;
               bottom: 0;
               left: 0;
               right: 0;
               text-align: center;
               transition: all 0.2s ease-in;
               -webkit-transition: all 0.2s ease-in;
               -moz-transition: all 0.2s ease-in;
          }
          
               .news.v1 .media-body .bottom {
                    color: #fff;
               }
          
               .news .media-body:hover .bottom { 
                    bottom: 10px;
               }
               
               .news .media-body .date-published {
                    display: inline-block;
                    font-size: 12px;
                    font-weight: bold;
                    border-bottom: 1px solid rgba(255, 255, 255, .2);
                    padding-bottom: 9px;
                    padding-top: 25px;
               }
               
               .news .media-body h5 {
                    padding: 12px 20px 34px 20px;
                    margin: 0px;
                    font-size: 18px;
                    line-height: 23px;
                    font-family: Montserrat, arial, serif;
                    text-transform: none;
                    font-weight: 500 !important;
                    color: #fff;
               }

/* @end */

/* @group News V2 */

.news.v2 .media {
     padding-bottom: 53px;
}

.news.v2 .media .thumb-holder img {
     -webkit-transform: scale(1,1);
     -webkit-transition-timing-function: ease-out;
     -webkit-transition-duration: 250ms;
     -moz-transform: scale(1,1);
     -moz-transition-timing-function: ease-out;
     -moz-transition-duration: 250ms;
     transform: scale(1,1);
     transition-timing-function: ease-out;
     transition-duration: 250ms;
}

     .news.v2 .media:hover .thumb-holder img {
          -webkit-transform: scale(1.04,1.04);
          -webkit-transition-timing-function: ease-out;
          -webkit-transition-duration: 250ms;
          -moz-transform: scale(1.04,1.04);
          -moz-transition-timing-function: ease-out;
          -moz-transition-duration: 250ms;
          transform: scale(1.04,1.04);
          transition-timing-function: ease-out;
          transition-duration: 250ms;
     }

.news.v2 .media-body:before {
     display: none !important;
}

.news.v2  .media-body .bottom {
     background: #fff;
     border: 1px solid #e6e6e6;
     border-top: none;
     color: #1349b2;
     bottom: 0 !important;
}

     .news.v2  .media-body .bottom h5 {
     }
     
     .news.v2 .media-body .date-published {
          border-color: rgba(0, 0, 0, .2);
     }
     
     .news.v2 .media-body h5 {
          padding-bottom: 33px;
     }
     
          .news.v2 .media-body h5 a {
               line-height: 23px;
          }

/* @end */

/*
Hover Effect
================================*/
.hover-effect01 {
  position: relative;
  z-index: 1;
}
.hover-effect01:before {
  background-color: rgba(255, 255, 255, 0.15);
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  width: 0;
  z-index: -1;
}
.hover-effect01:after {
  background-color: rgba(255, 255, 255, 0.15);
  bottom: 0;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  width: 0;
  z-index: -1;
}
.hover-effect01:hover:after,
.hover-effect01:hover:before {
  height: 100%;
  width: 100%;
}
.hover-effect01-black {
  position: relative;
}
.hover-effect01-black:before {
  background-color: rgba(0, 0, 0, 0.15);
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  width: 0;
  z-index: -1;
}
.hover-effect01-black:after {
  background-color: rgba(0, 0, 0, 0.15);
  bottom: 0;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  width: 0;
  z-index: -1;
}
.hover-effect01-black:hover:after,
.hover-effect01-black:hover:before {
  height: 100%;
  width: 100%;
}
.hover-effect02 {
  position: relative;
}
.hover-effect02:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  background: transparent;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  width: 100%;
}
.hover-effect02:hover:before {
  box-shadow: 0 0 0 40px rgba(255, 255, 255, 0.6) inset;
}
.hover-effect03 {
  position: relative;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
}
.hover-effect03:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  visibility: hidden;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transform: scale(0.5) rotateY(180deg);
  -moz-transform: scale(0.5) rotateY(180deg);
  -ms-transform: scale(0.5) rotateY(180deg);
  -o-transform: scale(0.5) rotateY(180deg);
  transform: scale(0.5) rotateY(180deg);
  transition: 0.4s;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  z-index: 99;
  background: #ffffff;
}
.hover-effect03:hover {
  opacity: 0.35;
  visibility: visible;
  -webkit-transform: scale(1) rotateY(0deg);
  -moz-transform: scale(1) rotateY(0deg);
  -ms-transform: scale(1) rotateY(0deg);
  -o-transform: scale(1) rotateY(0deg);
  transform: scale(1) rotateY(0deg);
}
.hover-effect04 {
  position: relative;
  overflow: hidden;
}
.hover-effect04:after {
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  content: '';
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.hover-effect04:hover:after {
  -webkit-transform: translate(-100%);
  -moz-transform: translate(-100%);
  -ms-transform: translate(-100%);
  -o-transform: translate(-100%);
  transform: translate(-100%);
}
.hover-effect05 {
  position: relative;
}
.hover-effect05:before {
  content: " ";
  position: absolute;
  top: 5px;
  left: 5px;
  bottom: 5px;
  right: 5px;
  border: 2px solid transparent;
  z-index: 100;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  opacity: 0;
}
.hover-effect05:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 100;
  opacity: 0;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
}
.hover-effect05:hover:before {
  opacity: 1;
  top: 15px;
  left: 15px;
  bottom: 15px;
  right: 15px;
  border: 2px solid rgba(255, 255, 255, 0.8);
}
.hover-effect05:hover:after {
  opacity: 1;
}
.hover-effect06 {
  position: relative;
}
.hover-effect06:before,
.hover-effect06:after {
  background-color: #000;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
}
.hover-effect06:hover:before,
.hover-effect06:hover:after {
  transition: all 0.4s ease-out 0s;
  opacity: 0.3;
}
.hover-effect07 {
  overflow: hidden;
  position: relative;
}
.hover-effect07 > span {
  z-index: 10;
}
.hover-effect07:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .5;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: 1;
}
.hover-effect07:hover:after {
  left: 120%;
  -webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}
/*
End Hover Effect
==============================*/

/* @group Block sidebar */

.block-sidebar {
  float:left;
  width:100%;
  margin-top:30px;
  position:relative;
  background-position:center center;
  background-repeat:no-repeat;
  -moz-background-size:cover;
  -o-background-size:cover;
  -webkit-background-size:cover;
  background-size:cover;
}
.block-sidebar h2.title {
  margin:0;
  position:absolute;
  bottom:20px;
  right:0;
  width:100%;
  padding:0 20px;
  text-align:right;
}
.block-sidebar h2.title a {
  color:#000000;
  font-size:24px;
  font-weight:bold;
  text-transform:uppercase;
  line-height:26px;
}
.block-sidebar .block-promo {
  display:inline-block;
  width:100%;
  position:absolute;
  top:50%;
  left:0;
  text-align:center;
  -webkit-transform:translate(0,-50%);
  -ms-transform:translate(0,-50%);
  -o-transform:translate(0,-50%);
  transform:translate(0,-50%);
}
.block-sidebar .block-promo .title {
  color:#ffffff;
  font-size:25px;
  margin-top:0;
  margin-bottom:20px;
  text-transform:uppercase;
}
.block-sidebar .block-promo .title h2 { margin:0; }
.block-sidebar .block-promo .text {
  color:#cccccc;
  margin-bottom:20px;
}
.block-sidebar .block-promo .btn-link {
  outline:none;
  background:transparent;
  color:#ffffff;
  display:inline-block;
  vertical-align:top;
  text-decoration:none;
}
.block-sidebar .block-promo .btn-link span {
  display:block;
  border:1px solid #ffffff;
  padding:10px 18px;
  text-transform:uppercase;
  line-height:18px;
  font-weight:bold;
  height:40px;
}

/* @end */

/* @group Miniblock */

.mini-block-top {
  padding-bottom: 5px;
  border-top:1px solid rgba(204,204,204,0.5);
  margin-top: 30px;
}
.static-collection { position:relative; }
.static-collection .title {
  margin:0;
  display:inline-block;
  height:84px;
  vertical-align:middle;
  width:100%;
  text-align:center;
  font-size:18px;
  text-transform:uppercase;
  line-height:20px;
  padding:32px 0;
  font-weight:bold;
  letter-spacing:0.5px;
}
.static-collection .text-wrap { position:relative; }
.static-collection .text-wrap:before {
  position:absolute;
  content:'';
  top:0;
  left:0;
  right:0;
  bottom:0;
  background:rgba(0,0,0,0.25);
  z-index:1;
}
.static-collection .text-wrap .info {
  position:absolute;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
  text-align:center;
  color:#ffffff;
  max-width:350px;
  width:100%;
  padding:0 15px;
  z-index:2;
}
.static-collection .text-wrap .info h3 {
  margin:0 0 30px;
  font-size:30px;
  font-weight:bold;
  letter-spacing:0.5px;
  text-transform:uppercase;
}
.static-collection .text-wrap .info .text { margin-bottom:50px; }
.static-collection .text-wrap .info .btn-ex {
  font-size:13px;
  height:42px;
  font-weight:bold;
  border:1px solid #ffffff;
  text-transform:uppercase;
  display:inline-block;
  vertical-align:top;
  padding:10px 20px;
  line-height:20px;
  color:#ffffff;
}
.static-collection .links {
  width:100%;
  height:211px;
  background-size:cover;
  display:block;
  position:relative;
  text-align:center;
}
.static-collection .links span {
  position:absolute;
  top:50%;
  left:50%;
  width:100%;
  padding:0 15px;
  max-width:400px;
  display:inline-block;
  -webkit-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
  color:#ffffff;
  opacity:0;
  visibility:hidden;
  -webkit-transition:all 250ms ease;
  transition:all 250ms ease;
}
.static-collection .links:before {
  content:'';
  position:absolute;
  top:50%;
  left:50%;
  right:50%;
  bottom:50%;
  background:rgba(0,0,0,0.5);
  opacity:0;
  visibility:hidden;
  -webkit-transition:all 250ms ease;
  transition:all 250ms ease;
}
.static-collection .links:hover:before {
  top:15px;
  left:15px;
  right:15px;
  bottom:15px;
  opacity:1;
  visibility:visible;
}
.static-collection .links:hover span {
  opacity:1;
  visibility:visible;
}
.static-collection iframe {
  width:100%;
  display:block;
  height:377px;
}

/* @end */

/* @group Newsletter */

.main-newsletter .main-newsletter-inner { 
     padding: 67px 0px 40px 0px;
}

.header-type-4 .main-newsletter .main-newsletter-inner {
     padding-top: 45px;
     padding-bottom: 10px;
}
.subscribe .title {
  margin-top:45px;
  margin-bottom:10px;
  text-transform:uppercase;
  color:#000000;
  font-size:24px;
  font-weight:bold;
  text-align:center;
  letter-spacing:0.5px;
  font-family: Oswald;
}
.subscribe .text {
  color:#999999;
  text-align:center;
  letter-spacing: 0.5px;
  margin-bottom:45px;
  -webkit-font-smoothing: antialiased;
}
.subscribe .input-box { position:relative; }
.subscribe .input-box input {
  height:60px;
  border:1px solid #ccc;
  padding:0 140px 0 22px;
  width:100%;
  outline:none;
  color:#999999;
  margin: 0px;
  letter-spacing: 0.5px;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
}
.subscribe .input-box button {
  position:absolute;
  top:50%;
  right:10px;
  margin-top:-19px;
  height:38px;
  border:none;
  border-radius:0;
  box-shadow:none;
  outline:none;
  background:#333333;
  color:#ffffff;
  text-transform:uppercase;
  line-height:38px;
  padding:0 20px;
  font-weight:bold;
}

/* @end */

/* @group Blog */

.blog-style .blog-item {
     position: relative;
}

     .blog-style .blog-item img {
          display: block;
          margin: 0px auto;
     }

.blog-style .main-post {
  position:absolute;
  width:100%;
  bottom:0;
  left:0;
  text-align:initial;
  color:#ffffff;
  padding:15px;
  min-height:90px;
  background:rgba(255,255,255,0);
  background:-moz-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(0,0,0,0.5) 100%);
  background:-webkit-gradient(left top,left bottom,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,rgba(0,0,0,0.5)));
  background:-webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(0,0,0,0.5) 100%);
  background:-o-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(0,0,0,0.5) 100%);
  background:-ms-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(0,0,0,0.5) 100%);
  background:linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(0,0,0,0.5) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#000000',GradientType=0);
}
.blog-style .main-post .title-post {
  font-size:14px;
  font-weight:bold;
  text-transform:uppercase;
}
.blog-style .main-post .title-post a { color:#ffffff;line-height: 1.1; }
.blog-style .main-post-inner { font-size:12px; }
.blog-style .main-post-inner i { margin-right:12px; }
.blog-style .main-post-inner > span { margin-right:27px; }

/* @end */

/* @group Menu Block */

.mega-blockright {
  position: relative;
  text-align: center;
}
.mega-blockright img {
  width: 100%;
  display: block;
  margin: 0px auto;
}
.mega-blockright:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: '';
  background: rgba(0, 0, 0, 0.5);
}
.mega-right {
  color: #fff;
  width: 100%;
  padding: 0 15px;
  position: absolute;
      top: 50%;
      left: 50%;
      text-align: center;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  
}
.mega-right .text-small {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
}
.mega-right .text-large {
  color: #fff;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 20px;
}
.mega-right a.btn-ex {
  font-size: 13px;
  height: 42px;
  font-weight: bold;
  border: 1px solid #ffffff;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  padding: 10px 20px;
  line-height: 20px;
  color: #ffffff;
  float: none;
}

/* @end */

/* @group Tooltip */

.tooltip-arrow { border-top-color:#757575 !important; }
.tooltip-inner {
  max-width:200px;
  padding:8px 10px;
  color:#ffffff;
  text-align:center;
  text-decoration:none;
  background-color:#757575;
  border-radius:2px;
  transition:width 0ms cubic-bezier(0.23,1,0.32,1) 450ms, height 0ms cubic-bezier(0.23,1,0.32,1) 450ms, background-color 450ms cubic-bezier(0.23,1,0.32,1) 0ms;
  float:left;
}
.tooltip.top.in {
  -webkit-transform:translate3d(0px,16px,0px);
  transform:translate3d(0px,16px,0px);
}
.tooltip.top { margin-top:-20px; }
.tooltip.bottom.in {
  -webkit-transform:translate3d(0px,-16px,0px);
  transform:translate3d(0px,-16px,0px);
}
.tooltip.bottom { margin-bottom:20px; }
.tooltip {
  position:absolute;
  font-size:12px;
  font-weight:400;
  line-height:1.4;
  visibility:visible;
  opacity:0;
  font-family: Montserrat, arial, serif;
  -webkit-transition:top 0ms cubic-bezier(0.23,1,0.32,1) 450ms, -webkit-transform 450ms cubic-bezier(0.23,1,0.32,1) 0ms, opacity 450ms cubic-bezier(0.23,1,0.32,1) 0ms;
  transition:top 0ms cubic-bezier(0.23,1,0.32,1) 450ms, transform 450ms cubic-bezier(0.23,1,0.32,1) 0ms, opacity 450ms cubic-bezier(0.23,1,0.32,1) 0ms;
}
.tooltip.in {
  opacity:1;
  -webkit-transition:top 0ms cubic-bezier(0.23,1,0.32,1) 0ms, -webkit-transform 450ms cubic-bezier(0.23,1,0.32,1) 0ms, opacity 450ms cubic-bezier(0.23,1,0.32,1) 0ms;
  transition:top 0ms cubic-bezier(0.23,1,0.32,1) 0ms, transform 450ms cubic-bezier(0.23,1,0.32,1) 0ms, opacity 450ms cubic-bezier(0.23,1,0.32,1) 0ms;
}
.tooltip.in .tooltip-inner {
  -webkit-transition:width 450ms cubic-bezier(0.23,1,0.32,1) 0ms, height 450ms cubic-bezier(0.23,1,0.32,1) 0ms, background-color 450ms cubic-bezier(0.23,1,0.32,1) 0ms;
  transition:width 450ms cubic-bezier(0.23,1,0.32,1) 0ms, height 450ms cubic-bezier(0.23,1,0.32,1) 0ms, background-color 450ms cubic-bezier(0.23,1,0.32,1) 0ms;
}

/* @end */

/* @group Magnific popup */

.mfp-bg {
     background: #fff url(../img/overlay.png) repeat 0 0 !important;
     opacity: 0.8 !important;
}

.mfp-close {
     opacity: 1 !important;
     padding-right: 0px !important;
     right: -20px !important;
     font-size: 24px !important;
     font-family: Verdana !important;
}

/* @end */

/* @group Newsletter */

.newsletter-content {
  min-height:400px;
  position:relative;
  padding:15px;
}
.newsletter-content:before {
  position:absolute;
  top:15px;
  left:15px;
  right:15px;
  bottom:15px;
  content:'';
  border:1px solid #cccccc;
  z-index:1;
}
.newsletter-content .newsletter-inner {
  width:100%;
  height:100%;
  position:relative;
  z-index:10;
}
.newsletter-content .newsletter-title h3 {
  margin:40px 0 30px;
  font-size:30px;
  text-transform:uppercase;
  font-weight:bold;
  font-family: Oswald;
}
.newsletter-content .popup_message { padding:0 30px; }
.newsletter-content .popup_message .intro {
  color:#666666;
  margin-bottom:20px;
  padding:0 7px;
  font-family: Open Sans;
  letter-spacing: 0.5px;
      -webkit-font-smoothing: antialiased;
}
.newsletter-content .input-box input {
  height:40px;
  padding:0 15px;
  width:100%;
  text-align:center;
  color:#999999;
  background: none;
  border:2px solid #d9d9d9;
}
.newsletter-content .input-box button {
  margin-top:20px;
  margin-bottom:25px;
}

.not-show-popup input[type="checkbox"] {
     display: none;
}

.not-show-popup input[type="checkbox"] + label {
     position: relative;
     cursor: pointer;
     line-height: 22px;
     font-size: 13px;
     text-transform: none;
     font-weight: normal;
}

.not-show-popup input[type="checkbox"] + label:before {
     position: relative;
     display: inline-block;
     vertical-align: top;
     content: "\56";
     font-size: 20px;
     width: 20px;
     height: 20px;
     border-radius: 50%;
     font-family: 'ElegantIcons';
     font-style: normal;
     font-weight: normal;
     font-variant: normal;
     text-transform: none;
     line-height: 1;
     margin: 0;
}

.not-show-popup input[type="checkbox"] + label span {
     padding: 0px 5px;
}

.not-show-popup input[type="checkbox"]:checked + label:before {
     content: "\5a";
}

/* @end */

/* @group Fixed Header */

.sticky-header {
     top: -70px;
     left: 0;
     margin-left: 0;
     opacity: 1;
     padding: 0;
     position: fixed;
     width: 100%;
     z-index: 60;
     display: block;
     background: rgba(255,255,255,0.95);
     transition: top 0.4s ease-in;
     -webkit-transition: top 0.4s ease-in;
     -moz-transition: top 0.4s ease-in;
     text-align: right;
}

     .sticky-bg.sticky-header {
          background: #fff;
     }

.sticky-header.fixed-header {
     top: 0;
}

.only-sticky-header {
     z-index: 999;
     border-bottom: 1px solid rgba(0, 0, 0, .12);
}

.sticky-header.is-sticky > .wrap {
     padding-left: 60px;
     padding-right: 60px;
}

@media (max-width: 1160px) {
     .responsive .sticky-header {
          display: none !important;
     }
}

.is-sticky .sticky-icon-group {
  float:right;
  display:block;
  margin:0 -10px 0 30px;
}

.header-type-3 .sticky-icon-group {
     margin-left: 40px;
}
.is-sticky .sticky-icon-group > div {
  float:left;
  padding:0 10px;
}
.is-sticky .nav-top {
  -webkit-box-shadow:none;
  box-shadow:none;
  padding:0;
}
.is-sticky .logo-sticky {
  display:block !important;
  float:left;
  padding:0 15px 0 0;
  position:relative;
  z-index:999;
}
.is-sticky .logo-sticky > a {
  display:table;
  vertical-align:middle;
  height:60px;
  padding-top: 4px;
}

     .header-type-3 .is-sticky .logo-sticky > a {
          padding-top: 0;
     }
.is-sticky .logo-sticky > a span {
  display:table-cell;
  vertical-align:middle;
}
.is-sticky .logo-sticky > a img {
  vertical-align:middle;
  max-height:50px;
}
.sticky-cart .typo-top-cart {
     display: block;
     width: auto;
     height: auto;
}
.sticky-cart .typo-icon-ajaxcart .icon-cart {
  height:60px;
  line-height:60px;
}
.sticky-cart .typo-cart { float:left; }
.sticky-cart .typo-icon-ajaxcart .icon-cart i {
  font-size:25px;
  display:block;
  line-height:60px;
}
.sticky-cart .typo-icon-ajaxcart .typo-cart-label {
  height:60px;
  line-height:60px;
  position:relative;
  margin-right:5px;
  margin-left: 2px;
}
.sticky-cart .typo-icon-ajaxcart .typo-cart-label .print {
  margin:0;
  position:absolute;
  top:32px;
  right:-10px;
  width:20px;
  height:20px;
  line-height:20px;
  text-align:center;
  border-radius:50%;
  background:#cc0000;
  color:#ffffff;
  font-size:11px;
}
.sticky-cart .typo-icon-ajaxcart .typo-cart-label .print span { display:none; }
.sticky-cart .typo-icon-ajaxcart .typo-cart-label .print .items { display:block; }
.sticky-cart .typo-icon-ajaxcart .typo-cart-label .print .items .qty-cart,
.sticky-cart .typo-icon-ajaxcart .typo-cart-label .print .items .qty-cart span { display:block; }
.sticky-cart .typo-icon-ajaxcart .typo-cart-label .icon-dropdown { display:none; }

.settings {
     font-family: Montserrat, arial, serif;
     position: relative;
}

.settings {
  position:relative;
  cursor:pointer;
}
.settings > i {
  font-size:20px;
  line-height:60px;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
}
.settings .settings-inner {
  position:absolute;
  cursor:default;
  top:100%;
  right:0;
  opacity:0;
  visibility:hidden;
  margin-top:30px;
  z-index:999;
  -webkit-transition:visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  -moz-transition:visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  transition:visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  color: #000;
}
     .settings .settings-inner a {
          color: #666;
     }
          .settings .settings-inner a:hover {
               color: #000;
          }
.settings:hover > i { color:#999999; }
.settings:hover .settings-inner {
  margin-top:0;
  opacity:1;
  visibility:visible;
}
.settings .setting-content {
  background:#ffffff;
  text-align:left;
  border: 1px solid #d9d9d9;
  width:290px;
}
.settings .setting-language, .settings .setting-currency {
  padding:25px 25px 10px;
  border-bottom:1px dashed #cccccc;
}
.settings .setting-language .title, .settings .setting-currency .title {
  text-transform:uppercase;
  margin-bottom:10px;
  font-size:14px;
  font-weight:bold;
}
.settings .language-topbar { float:none; }
.settings .language-topbar .lang-curr { display:none; }
.settings .language-topbar .lang-list {
  opacity:1;
  visibility:inherit;
  padding:0;
  margin:0;
  position:static;
}
.settings .language-topbar .lang-list ul {
  box-shadow:none;
  margin:0 -10px;
  padding:0;
  list-style: none;
}
.settings .language-topbar .lang-list ul li {
  padding:0;
  float:left;
  margin:0 10px 10px;
}
.settings .language-topbar .lang-list ul li a {
  display:block;
  width:45px;
  height:30px;
  padding:1px;
  background-size:41px 26px;
  border:1px solid #ffffff;
  background-color:#ffffff;
  background-position:center center;
}
.settings .language-topbar .lang-list ul li a span { display:none; }
.settings .language-topbar .lang-list ul li.active a, .settings .language-topbar .lang-list ul li:hover a { border:1px solid #333333; }
.settings .currency-topbar { float:none; }
.settings .currency-topbar .currency-sym { display:none; }
.settings .currency-topbar .currency-list {
  opacity:1;
  visibility:inherit;
  padding:0;
  margin:0;
  position:static;
}
.settings .currency-topbar .currency-list ul {
  box-shadow:none;
  margin:0 -10px;
  padding:0;
  list-style: none;
}
.settings .currency-topbar .currency-list ul li {
  padding:0;
  float:left;
  margin:0 10px 10px;
}
.settings .currency-topbar .currency-list ul li a {
  display:block;
  min-width:30px;
  height:30px;
  line-height:30px;
  background-color:#d8d8d8;
  text-align:center;
  padding:0 5px;
}
.settings .currency-topbar .currency-list ul li a .title { display:none; }
.settings .currency-topbar .currency-list ul li a .sym { margin:0; }
.settings .currency-topbar .currency-list ul li.active a, .settings .currency-topbar .currency-list ul li:hover a {
  background-color:#000000;
  color:#ffffff;
}
.settings .setting-option ul { padding:15px 25px;list-style: none; }
.settings .setting-option ul li { padding:5px 0; }
.settings .setting-option ul li a {
  text-transform:uppercase;
  font-size:14px;
}
.settings .setting-option ul li a i { font-size:15px; }
.settings .setting-option ul li a span { padding:0 15px; }

.sticky-header .main-menu {
     display: inline-block;
     text-align: left;
}

.sticky-header ul.megamenu .megamenu-label {
     margin-bottom: 0px;
}

#main .sticky-header .container-megamenu {
     margin-bottom: 0px;
}

.sticky-header ul.megamenu,
.sticky-header .megamenu-wrapper,
#main .sticky-header .container-megamenu {
     position: static;
}

.sticky-search { cursor:pointer; }
.sticky-search > i {
  font-size:18px;
  line-height:60px;
}
.sticky-search .quick-search {
  position:absolute;
  top:0;
  right:85px;
  max-width:1000px;
  /* width:100%; */
  z-index:9;
  height:60px;
  text-align:center;
  background-color:#ffffff;
  cursor:default;
  opacity:0;
  visibility:hidden;
  -webkit-transition:all 250ms ease;
  transition:all 250ms ease;
}
.sticky-search .quick-search .form-search {
  max-width:300px;
  margin-top:16px;
}
.sticky-search .quick-search .form-search button.button-search { display:none; }
.sticky-search .quick-search .form-search input#search2 {
  text-align:center;
  border:none;
  padding:0 15px;
  margin: 0px;
  height: 38px;
  border: 1px solid #e5e5e5;
background: #f8f8f8;
color: #505050;
}
.sticky-search .quick-search .form-search .btn-group + input#search2 { padding-left:100px; }
.sticky-search .quick-search .icon_close {
  position:absolute;
  /* right:6px; */
  top:17px;
  font-size:24px;
  line-height:1;
  cursor:pointer;
}
.sticky-search .quick-search.showing {
  opacity:1;
  visibility:visible;
}

/* @end */

.owl-carousel .owl-item {
     -webkit-transform-style: preserve-3d;
     transform-style: preserve-3d;
}

/* @group About us */

.about-page {
     position: relative;
     margin-top: -18px;
}

.about-page .about-title h2 {
  text-align:center;
  font-size:18px;
  text-transform:uppercase;
  padding:30px 0;
  position:relative;
  letter-spacing:2px;
  margin:0;
  font-weight: bold;
}
.about-page .about-title h2:after {
  content:'';
  display:inline-block;
  background:url("../img/bg-line-dot.png") no-repeat center;
  position:absolute;
  margin:0 auto;
  left:0;
  right:0;
  bottom:5px;
  height:10px;
  width:60px;
  text-align:center;
}
.about-page .about-subtitle {
  text-align:center;
  padding:20px 0;
}
.about-page .about-subtitle p {
  display:inline-block;
  max-width:730px;
  font-size:14px;
  line-height:30px;
}
.about-page .about-des {
  padding:20px 0 50px;
  border-bottom:1px solid rgba(204,204,204,0.5);
}
.about-page .about-des p {
  font-size:13px;
  line-height:30px;
  text-align:center;
}
.about-page .about-ourteam {
  padding:20px 0 50px;
  text-align:center;
}
.about-page .about-ourteam .inner-content { display:inline-block; }
.about-page .about-ourteam img { margin-bottom:20px; }
.about-page .about-ourteam h3 {
  margin:0;
  padding:0;
  font-size:14px;
  letter-spacing:2px;
  text-transform:uppercase;
  line-height:1.7;
  font-weight:600;
}
.about-page .about-ourteam .team-members { padding:50px 0 75px; }

/* @end */

/* @group Contact page */

.contact-page .how-to-contact { padding:30px 0; }
.contact-page .how-to-contact .contact-way {
  padding:15px 0;
  text-align:center;
}
.contact-page .how-to-contact .contact-way .inner-contact {
  text-align:center;
  display:inline-block;
}
.contact-page .how-to-contact .contact-way .inner-contact span {
  font-size:40px;
  text-align:center;
  color:#999999;
  padding:20px;
  display:block;
}
.contact-page .how-to-contact .contact-way .inner-contact span.icon-contact { text-indent:7px; }
.contact-page .how-to-contact .contact-way .inner-contact h3 {
  font-size:16px;
  font-weight:600;
  text-transform:uppercase;
  margin:0;
  padding-bottom:15px;
}
.contact-page .how-to-contact .contact-way .inner-contact p {
  color:#666666;
  font-size:13px;
  margin:0;
  line-height:20px;
}
.contact-page .contact-form { padding:50px 0; }
.contact-page .contact-map {
  overflow:hidden;
  padding:50px 0;
}
.contact-page .contact-map iframe { width:100%; }
#contactForm {
  max-width:720px;
  margin:0 auto;
}
#contactForm h2.legend {
  font-size:18px;
  text-align:center;
  letter-spacing:2px;
  text-transform:uppercase;
  margin:0;
  padding:0;
  font-weight:600;
  line-height:1.7;
  font-family: Oswald;
}
#contactForm .form-list {
  padding:50px 0;
  list-style:none;
}
#contactForm .form-list label {
  font-size:14px;
  color:#999999;
  font-weight:400;
}
#contactForm .form-list .input-box { margin-bottom:25px; }
#contactForm .form-list .input-box input {
  width:100%;
  height:56px;
  padding:0 25px;
  background:#f6f6f6;
  border:1px solid #f6f6f6;
}
#contactForm .form-list .input-box textarea {
  width:100%;
  height:210px;
  padding:25px;
  background:#f6f6f6;
  border:1px solid #f6f6f6;
}
#contactForm .buttons-set { text-align:center; }
#contactForm button {
  border:none;
  height:auto;
  width:auto;
  padding:0;
}
#contactForm button span {
  font-size:14px;
  color:#ffffff;
  display:inline-block;
  line-height:56px;
  padding:0 20px;
  background-color:#000000;
  -webkit-transition:all 0.3s ease 0s;
  -o-transition:all 0.3s ease 0s;
  transition:all 0.3s ease 0s;
}
#contactForm button:hover span { background-color:#666666; }

/* @end */

/* @group Version 2 slider */

#main-slider {
     margin: 30px 0px 0px 0px;
}

.slide-carousel {
  position: relative;
  color: #fff;
}

.slide-carousel img {
     display: block;
}

.slide-carousel:before {
  position: absolute;
  top: 30%;
  left: 30%;
  right: 30%;
  bottom: 30%;
  background-color: rgba(0, 0, 0, 0.5);
  content: '';
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
}
.slide-carousel .carousel-content {
  width: 100%;
  padding: 15px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 350ms ease, visible 350ms ease;
  -moz-transition: opacity 350ms ease, visible 350ms ease;
  transition: opacity 350ms ease, visible 350ms ease;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.slide-carousel .carousel-content .text-small {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 60px;
}
.slide-carousel .carousel-content .text-large {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 25px;
}
.slide-carousel .carousel-content .text-normal {
  margin-bottom: 40px;
}
.slide-carousel .carousel-content a.btn-ex {
  font-size: 13px;
  height: 42px;
  font-weight: bold;
  border: 1px solid #ffffff;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  padding: 10px 20px;
  line-height: 20px;
  color: #ffffff;
  float: none;
}
.slide-carousel:hover:before {
  opacity: 1;
  visibility: visible;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.slide-carousel:hover .carousel-content {
  opacity: 1;
  visibility: visible;
}
.main-slide-inner {
     position: relative;
}

.main-slide-inner .main-carousel .owl-buttons > div {
  position: absolute;
  width: 64px;
  height: 64px;
  background: transparent url(../img/arrow-next.png) 0 0 no-repeat;
  opacity: 0.5;
  margin-top: -32px;
  right: 20px;
  top: 50%;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
}
.main-slide-inner .main-carousel .owl-buttons > div:hover {
  opacity: 1;
}
.main-slide-inner .main-carousel .owl-buttons .owl-prev {
  background: transparent url(../img/arrow-prev.png) 0 0 no-repeat;
  right: auto;
  left: 20px;
}
/* @end */

/* @group Welcome text */

.block-welcome {
  padding-top: 30px;
}
.block-welcome .text-block {
  text-align: center;
  color: #999;
  padding-bottom: 35px;
}
.block-welcome .text-block > span {
  display: inline-block;
  max-width: 700px;
  padding: 0 10px;
  vertical-align: top;
}
.block-icon {
  text-align: center;
  height: 218px;
  background-color: #f7f7f7;
  margin-bottom: 5px;
  margin-top: 25px;
  position: relative;
}
.block-icon .block-center {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 10px;
}
.block-icon .block-center > span {
  color: #999;
  font-size: 40px;
}
.block-icon .text-hidden {
  display: none;
}
.block-icon .title {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: bold;
  margin: 25px 0 15px 0;
}
.block-icon .text {
  color: #999;
}
.block-icon.block-icon2 {
  background-color: #ededed;
}

.main-heading { padding:30px 0; }
.heading-title {
  padding:10px 0 21px;
}
.heading-title h2 {
  font-size:24px;
  text-transform:uppercase;
  margin:0;
  font-weight:bold;
  text-align:center;
  font-family: Oswald;
  letter-spacing: 0.5px;
  -webkit-font-smoothing: antialiased;
}

.version2 .main-heading {
     padding-top: 17px;
     padding-bottom: 0px;
}

.filter-product.version2 .filter-tabs {
     padding-bottom: 51px;
}

/* @end */

/* @group Header layout 2  */

.header-layout-2 .home2-block-phone-email {
  padding: 10px 0;
  line-height: 22px;
}

.header-layout-2 .header-top-inner {
     border-bottom: 1px solid rgba(204,204,204,0.5);
}

.header-layout-2 .sticky-header {
     position: relative;
     top: auto;
     box-shadow: none;
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     margin: 19px 0px 24px 0px;
}

     .header-type-4 .header-layout-2 .sticky-header {
          margin-top: 43px;
          margin-bottom: 48px;
     }

.header-layout-2 .top-bar {
     text-align: left;
     float: right;
}

.header-layout-2 .top-bar .inner-top-bar {
     display: block;
}

.header-layout-2 .top-bar .inner-top-bar form {
     float: left;
}

.header-layout-2 .sticky-header ul.megamenu .megamenu-label {
     margin-bottom: 6px;
}

.header-layout-2 .sticky-search .quick-search {
     height: 72px;
     margin-top: -12px;
     padding-top: 12px;
}

.header-layout-2 .sticky-search .quick-search .icon_close {
     top: 29px;
}

.header-layout-2 .delimiter {
     line-height: 12px;
         height: 12px;
         background-color: #666;
         margin: 15px;
}

.header-layout-2 .currency-topbar .currency-list {
     left: auto;
     right: 0;
}

.header-layout-2 .language-topbar .lang-list {
     left: auto;
     right: 0;
}

.header-layout-2 .sticky-header {
     display: block !important;
}

@media (max-width: 1270px) {
     .responsive .header-layout-2 .sticky-header > .main-menu {
          margin: 0px -30px;
     }
}

@media (max-width: 1098px) {
     .responsive .header-layout-2 .is-sticky .logo-sticky {
          float: none;
          display: block;
          padding: 20px 0px 45px 0px;
          text-align: center;
     }
     
     .responsive .header-layout-2 .is-sticky .logo-sticky > a {
          display: block;
          height: auto;
     }
     
     .responsive .header-layout-2 .is-sticky .logo-sticky > a span {
          display: block;
     }
     
     .responsive .header-layout-2 .is-sticky .logo-sticky > a img {
          margin: 0px auto;
          display: block;
     }
     
     .responsive .header-layout-2 .sticky-header {
          margin-bottom: 0;
     }
}

@media (max-width: 991px) {
     .responsive .header-layout-2 .is-sticky .sticky-icon-group .settings {
          display: none;
     }
     
     .responsive .visible-sm-block {
          display: block;
     }
     
     .responsive .header-layout-2 .is-sticky .logo-sticky {
          border-bottom: 1px solid rgba(204,204,204,0.5);
          padding-bottom: 41px;
          padding-top: 25px;
          padding-left: 75px;
          padding-right: 75px;
     }
     
     .responsive .header-layout-2 .sticky-header > .main-menu {
          display: block;
          margin: 0px;
     }
     
     .responsive .header-layout-2 .is-sticky .sticky-icon-group {
          margin: 0;
          float: none;
     }
     
     .responsive .header-layout-2 .is-sticky .sticky-icon-group > div {
          position: absolute;
          top: 5px;
          padding: 0px;
          z-index: 1000;
     }
     
     .responsive .header-layout-2 .is-sticky .sticky-icon-group > .sticky-cart {
          right: 0;
     }
     
     .responsive .header-layout-2 .sticky-search .quick-search {
          display: none;
     }
}

/* @end */

/* @group Header layout 3  */

.header-layout-3 .sticky-header {
     position: relative;
     top: auto;
     box-shadow: none;
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     margin: 0px;
     padding-bottom: 0px;
     color: #000;
     background: none;
     -webkit-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.12);
     -moz-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.12);
     box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.12);
}

.slider-align-top .header-layout-3 .sticky-search .quick-search {
     height: 60px;
     margin-top: 0;
     left: 0;
     right: 0;
     width: 100%;
     max-width: none;
     z-index: 1000;
     padding-top: 0;
}

.slider-align-top .header-layout-3 .sticky-search .quick-search .icon_close {
     top: 17px;
     right: 15px;
}

.header-layout-3 .sticky-header ul.megamenu .megamenu-label {
     margin-bottom: 0;
}

.header-layout-3 .sticky-search .quick-search {
     height: 72px;
     margin-top: -12px;
     padding-top: 12px;
}

.header-layout-3 .sticky-search .quick-search .icon_close {
     top: 30px;
}

.header-layout-3 .sticky-header {
     display: block !important;
}

@media (max-width: 1270px) {
     .responsive .header-type-1 .sticky-icon-group + .main-menu {
          margin: 0px -30px;
     }
     
          .responsive .header-type-1 .sticky-icon-group + .main-menu > .container {
               padding-left: 20px;
               padding-right: 20px;
          }
}

@media (max-width: 1098px) {

}

.header-layout-3 .is-sticky .sticky-icon-group {
     margin-left: 30px;
}

.header-type-3 .breadcrumb {
     margin-top: 0px;
}

@media (max-width: 991px) {
     .responsive .header-type-1 .sticky-icon-group + .main-menu > .container {
          padding-left: 0px;
          padding-right: 0px;
     }
     
     .responsive .header-layout-3 .sticky-search .quick-search {
          right: 0;
          z-index: 1000;
     }
     
     .responsive .header-layout-3 .sticky-search .quick-search .form-search {
          max-width: none;
          display: block;
     }
     
     .responsive .header-layout-3 .sticky-search .quick-search .form-search input#search2 {
          display: block;
          width: 100%;
     }
     
     .responsive .header-layout-3 .sticky-header > .main-menu {
          display: block;
          margin: 0px;
     }
     
     .responsive .header-layout-3 ul.megamenu > li {
          margin: 0px;
          text-align: left;
     }
     
     .responsive .header-layout-3 ul.megamenu li .sub-menu .content .hover-menu .menu ul li a, 
     .responsive .header-layout-3 ul.megamenu li .sub-menu .content .static-menu .menu ul li a {
          text-align: left;
     }
     
     .responsive .header-layout-3 ul.megamenu > li:first-child,
     .responsive .header-layout-3 ul.megamenu > li:nth-child(2) {
          border: none;
     }
     
     .responsive .header-layout-3 .megamenu-wrapper {
          margin-top: 2px;
     }
     
     .responsive .header-layout-3 .sticky-header > .main-menu {
          position: relative;
          z-index: -1;
     }
     
     .responsive .header-layout-3 .typo-icon-ajaxcart .typo-cart-label .print {
          display: block;
     }
     
     .responsive .header-layout-3 .megamenuToogle-pattern {
          padding-left: 193px;
          padding-right: 128px;
     }
}

@media (max-width: 580px) { 
     .responsive .header-layout-3 .is-sticky .logo-sticky {
          float: none;
          padding: 0px;
          margin: 0px auto;
     }
     
     .responsive .header-layout-3 .is-sticky .logo-sticky > a {
          margin: 0px auto;
     }
     
     .responsive .header-layout-3 .megamenuToogle-pattern {
          padding-left: 0;
          text-align: left;
     }
     
     .responsive .header-layout-3 .megamenuToogle-wrapper .container > div {
          margin-left: 0;
     }
     
     .responsive .header-layout-3 .sticky-search .quick-search {
          bottom: 0px;
          top: auto;
     }
}



/* @end */

/* @group Footer type 3 */

.home03-footer {
  text-align: center;
  color: #666;
}
.home03-footer a {
     color: #fff;
}

     .home03-footer a:hover {
          color: #666;
     }
     
.home03-footer .footer-logo {
  margin: 70px auto;
}

.home03-footer .footer-logo img {
     display: block;
     margin: 0px auto;
}
.home03-footer ul.social-icons {
  display: inline-block;
  text-align: center;
  margin: 0;
  padding: 0;
}
.home03-footer ul.social-icons li {
  display: inline-block;
  padding: 0px;
  margin: 0px;
}
.home03-footer ul.social-icons li a {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 12px;
  margin: 0px;
}
.home03-footer .copyright {
  margin-top: 30px;
}
.fluid-width-footer.footer-container {
  border-top: none;
  padding: 0;
  background: #080808;
}
.fluid-width-footer.footer-container .footer-copyright {
  border-top: none;
  padding: 15px 0 75px;
  font-size: 13px;
  color: #666666;
}
.fluid-width-footer.footer-container .footer-copyright a {
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}
     .fluid-width-footer.footer-container .footer-copyright a:hover {
          color: #666;
     }
.fluid-width-footer.footer-container .footer-top-inner {
  padding: 15px 0 15px;
}

@media (max-width: 767px) {
     .responsive .fluid-width-footer.footer-container .footer-top-inner {
          padding: 25px 0 10px;
     }
     
     .responsive .fluid-width-footer.footer-container .home03-footer .footer-logo {
          margin: 40px auto;
     }
     
     .responsive .fluid-width-footer.footer-container .footer-copyright {
          padding: 10px 0 40px;
     }
}

/* @end */

/* @group Home 3 blocks */

.block-top-01,
.block-top-02 {
  display: table;
}
.block-top-01 > div,
.block-top-02 > div {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.block-top-01 .images,
.block-top-02 .images {
  overflow: hidden;
}
.block-top-01 .images img,
.block-top-02 .images img {
  max-width: 100%;
  width: 100%;
  display: block;
  margin: 0px auto;
}
.block-top-01 .content-block,
.block-top-02 .content-block {
  text-align: initial;
  width: 100%;
  max-width: 600px;
  padding: 15px;
  margin: 0 auto;
}
.block-top-01 .content-block h2,
.block-top-02 .content-block h2 {
  color: #000;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 30px;
  padding: 0 0 30px;
  display: block;
  line-height: 42px;
  text-transform: uppercase;
  margin-top: 0;
  position: relative;
}
.block-top-01 .content-block h2 span:after,
.block-top-02 .content-block h2 span:after {
  background: rgba(0, 0, 0, 0) url("../img/bg-title.png") no-repeat scroll left center;
  bottom: 0;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: 100%;
}
.block-top-01 .content-block p,
.block-top-02 .content-block p {
  display: inline-block;
  line-height: 30px;
  font-size: 16px;
  color: #666666;
  margin: 0;
}
.block-top-01 .bottom,
.block-top-02 .bottom {
  margin-top: 62px;
}
.block-top-01 .bottom a,
.block-top-02 .bottom a {
  background: #333 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0.6px;
  padding: 7px 23px;
  text-transform: uppercase;
  position: relative;
}

.no-padding {
     padding: 0 !important;
}

@media (max-width: 1199px) {
     .responsive .block-top-01 .content-block h2,
     .responsive .block-top-02 .content-block h2 {
       font-size: 30px;
       line-height: 1.2;
       padding-bottom: 20px;
       margin-bottom: 20px;
     }
     .responsive .block-top-01 .content-block p,
     .responsive .block-top-02 .content-block p {
       line-height: 1.7;
       font-size: 14px;
     }
     .responsive .block-top-01 .bottom,
     .responsive .block-top-02 .bottom {
       margin-top: 30px;
     }
}

@media (max-width: 991px) {
     .responsive .block-top-01 .content-block p,
     .responsive .block-top-02 .content-block p {
       display: none;
     }
}

@media (max-width: 767px) {
     .responsive .block-top-01 > div,
     .responsive .block-top-02 > div {
       display: block;
     }
     .responsive .block-top-01 .content-block p,
     .responsive .block-top-02 .content-block p {
       display: block;
     }
     
     .responsive .block-top-02 {
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       -webkit-flex-wrap: wrap;
       flex-wrap: wrap;
     }
     .responsive .block-top-02 .images {
       order: 2;
     }
     .responsive .block-top-01 .content-block,
     .responsive .block-top-02 .content-block {
       padding: 25px 0;
       margin: 0;
     }
     .responsive .block-top-01 .content-block h2,
     .responsive .block-top-02 .content-block h2 {
       font-size: 25px;
       margin-bottom: 20px;
       padding: 15px 0 25px;
       line-height: 35px;
     }
     .responsive .block-top-01 .content-block p,
     .responsive .block-top-02 .content-block p {
       font-size: 14px;
       line-height: 25px;
     }
}

/* @end */

/* @group home-fluid-width-filter */

#main .home-fluid-width-filter {
     border: none;
     padding-bottom: 100px;
     margin: 0px auto;
     margin-left: 8.33333333%;
     margin-right: 8.33333333%;
     padding-top: 47px;
}

#main .home-fluid-width-filter .tab-content .overflow-carousel {
     z-index: 3;
}

#main .home-fluid-width-filter .product-grid .addtocart .button {
     background: rgba(0, 0, 0, 0);
}

#main .home-fluid-width-filter .product-grid .addtocart .button:hover {
     background: #000;
}

/* @end */

/* @group home03-newsletter-blog */

.home03-newsletter-blog {
     padding: 95px 0px 42px 0px;
}

.home03-newsletter-blog .container > div > .row {
     position: relative;
}

.home03-newsletter-blog .container > div > .row > div {
     margin-left: 8.33333333%;
     margin-right: 8.33333333%;
     position: static;
     padding: 0px;
}

.home03-newsletter-blog .container > div > .row > div > div {
     padding: 0px 15px 38px 15px;
}

.home03-newsletter-blog .container > div > .row > div:before {
     content: '';
     position: absolute;
     top: 0;
     bottom: 0;
     width: 1px;
     background: #e5e5e5;
     margin-left: -8.33333333%;
}

.home03-newsletter-blog .container > div > .row > div:first-child:before {
     display: none;
}

.subscribe.home03 {
}

.subscribe.home03 .title {
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 40px;
    margin-top: 0;
    text-align: initial;
    text-transform: uppercase;
    text-align: left;
   letter-spacing: 0.5px;
}

.subscribe.home03 .text {
     font-size: 15px;
     color: #999999;
     margin-bottom: 45px;
     font-style: italic;
     text-align: initial;
     text-align: left;
}

.subscribe.home03 .input-box input {
  height: 55px;
  background-color: #f5f5f5;
}
.subscribe.home03 .input-box input:focus {
  background: #fff;
}
.subscribe.home03 .input-box button {
  height: 55px;
  line-height: 55px;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0 30px;
}

.home03-posts {
     
}

     .home03-posts .title {
         color: #000000;
         font-size: 24px;
         font-weight: 600;
         margin-bottom: 40px;
         margin-top: 0;
         text-align: initial;
         text-transform: uppercase;
     }
     
     .home03-posts ul {
          padding: 0;
          margin: 0;
          list-style: none;
     }
     
          .home03-posts ul li {
               padding: 10px 0;
               border-bottom: 1px solid #f5f5f5;
          }
          
               .home03-posts ul li:last-child {
                    border: none;
               }
               
          .home03-posts ul li .blog-title {
               line-height: 20px;
                   margin: 0;
          }
          
          .home03-posts ul li .blog-title a {
              color: #333;
              font-size: 18px;
              line-height: 20px;
              text-transform: capitalize;
          }
          
         .home03-posts ul li .blog-info {
            font-size: 13px;
            color: #999;
            line-height: 15px;
          }
          
@media (max-width: 991px) {
     .responsive #main .home-fluid-width-filter {
          margin-left: 0;
          margin-right: 0;
     }
     
     .responsive .home03-newsletter-blog .container > div > .row > div {
          margin-left: 0;
          margin-right: 0;
     }
     
     .responsive .home03-newsletter-blog .container > div > .row > div:before {
          margin-left: 0;
     }
     
     .responsive .home03-newsletter-blog .container > div > .row > div > div {
          padding-bottom: 13px;
     }
     
     .responsive .subscribe.home03 .title {
          margin-bottom: 40px;
     }
}

@media (max-width: 767px) {
     .responsive .home03-newsletter-blog .container > div > .row > div:before {
          display: none;
     }
     
     .responsive .home03-posts ul {
          padding-bottom: 25px;
     }
     
     .responsive .home03-newsletter-blog {
          padding: 55px 0px 32px 0px;
     }
}

/* @end */

/* @group Header layout 4  */

.header-layout-4 .sticky-header {
     position: relative;
     top: auto;
     box-shadow: none;
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     margin: 25px 0px 0px 0px;
     padding-bottom: 26px;
     color: #000;
     background: none;
}

.slider-align-top .header-layout-4 .sticky-header {
     margin-left: 15px;
     margin-right: 15px;
     width: auto;
}

.slider-align-top .header-layout-4 .sticky-search .quick-search {
     height: 60px;
     margin-top: 0;
     left: 0;
     right: 0;
     width: 100%;
     max-width: none;
     z-index: 1000;
     padding-top: 0;
}

.slider-align-top .header-layout-4 .sticky-search .quick-search .icon_close {
     top: 17px;
     right: 15px;
}

@media (max-width: 991px) {
     .responsive .slider-align-top .header-layout-4 .sticky-header {
          margin-left: 0;
          margin-right: 0;
     }
}

.header-layout-4 .sticky-header ul.megamenu .megamenu-label {
     margin-bottom: 0;
}

.header-layout-4 .sticky-search .quick-search {
     height: 72px;
     margin-top: -12px;
     padding-top: 12px;
}

.header-layout-4 .sticky-search .quick-search .icon_close {
     top: 29px;
}

.header-layout-4 .sticky-header {
     display: block !important;
}

@media (max-width: 1270px) {
     .responsive .header-layout-4 .sticky-header > .main-menu {
          margin: 0px -20px;
     }
}

.header-layout-4 .is-sticky .sticky-icon-group {
     margin-left: 50px;
}

.header-type-4 .breadcrumb {
     margin-top: 0px;
}

@media (max-width: 1098px) {
     .responsive .header-layout-4 ul.megamenu > li {
          margin: 0px 9px;
     }
}

@media (max-width: 991px) {
     .responsive .header-layout-4 .sticky-search .quick-search {
          right: 0;
          z-index: 1000;
     }
     
     .responsive .header-layout-4 .sticky-search .quick-search .form-search {
          max-width: none;
          display: block;
     }
     
     .responsive .header-layout-4 .sticky-search .quick-search .form-search input#search2 {
          display: block;
          width: 100%;
     }
     
     .responsive .header-layout-4 .sticky-header > .main-menu {
          display: block;
          margin: 0px;
     }
     
     .responsive .header-layout-4 ul.megamenu > li {
          margin: 0px;
          text-align: left;
     }
     
     .responsive .header-layout-4 ul.megamenu li .sub-menu .content .hover-menu .menu ul li a, 
     .responsive .header-layout-4 ul.megamenu li .sub-menu .content .static-menu .menu ul li a {
          text-align: left;
     }
     
     .responsive .header-layout-4 ul.megamenu > li:first-child,
     .responsive .header-layout-4 ul.megamenu > li:nth-child(2) {
          border: none;
     }
     
     .responsive .header-layout-4 .megamenu-wrapper {
          margin-top: 10px;
     }
     
     .responsive .header-layout-4 .sticky-header > .main-menu {
          position: relative;
          z-index: -1;
     }
     
     .responsive .header-layout-4 .typo-icon-ajaxcart .typo-cart-label .print {
          display: block;
     }
     
     .responsive .header-layout-4 .megamenuToogle-pattern {
          padding-left: 193px;
          padding-right: 128px;
     }
}

@media (max-width: 580px) { 
     .responsive .header-layout-4 .is-sticky .logo-sticky {
          float: none;
          padding: 0px;
          margin: 0px auto;
     }
     
     .responsive .header-layout-4 .is-sticky .logo-sticky > a {
          margin: 0px auto;
     }
     
     .responsive .header-layout-4 .megamenuToogle-pattern {
          padding-left: 0;
          text-align: left;
     }
     
     .responsive .header-layout-4 .megamenuToogle-wrapper .container > div {
          margin-left: 0;
     }
     
     .responsive .header-layout-4 .sticky-search .quick-search {
          bottom: 27px;
          top: auto;
     }
}



/* @end */

/* @group Home parallax footer */

.home04 .footer-container {
  padding: 0;
  border: none;
  line-height: 42px;
  color: #999999;
}

.home04 .footer-container a {
     color: #999;
}
.home04 .footer-container a:hover {
     color: #000;
}
.home04 .footer-container .footer-inner {
  padding: 9px 0;
  border-top: 1px solid rgba(204, 204, 204, 0.5);
}

.home04 .social li > span {
  line-height: 42px;
  padding: 0 7px;
}
.home04 .address-footer {
  text-align: center;
  width: 100%;
}
.home04 .address-footer .space {
  padding: 0 5px;
}

@media (min-width: 1600px) {
     .home04 .footer-container .footer-inner {
       padding: 29px 0;
     }
}

/* @end */

/* @group Home parallax slider */
#fullpage {
     display: none;
}

#fullpage > div {
     background-size: cover;
     background-position: 50% 50%;
     background-repeat: no-repeat;
}

.home04 #fullpage {
     display: block;
}

.fullpage-wrapper {
  text-align: center;
  color: #fff;
}

.fullpage-wrapper .widget-block:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.25);
}

.fullpage-wrapper .widget-block .intro {
  margin-top: 200px;
  opacity: 0;
  padding: 15px;
  visibility: hidden;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.fullpage-wrapper .widget-block .intro .text-small {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 24px;
}

.fullpage-wrapper .widget-block .intro .title {
  font-size: 48px;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
}

.fullpage-wrapper .widget-block .intro .btn-ex {
  display: inline-block;
  padding: 6px 24px;
  line-height: 30px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  margin-top: 30px;
  vertical-align: top;
}

.fullpage-wrapper .widget-block.active .intro {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}

.home04 #fp-nav.right {
  right: 20px;
}

.home04 #fp-nav ul li,
.home04 .fp-slidesNav ul li {
  width: 20px;
  margin: 14px 0;
}

.home04 #fp-nav ul li,
.home04 .fp-slidesNav ul li {
  height: 20px;
}

.home04 #fp-nav ul li a span,
.home04 .fp-slidesNav ul li a span {
  width: 20px !important;
  height: 3px !important;
  background-color: #ccc;
  border-radius: 0 !important;
  margin: -1px -10px !important;
  overflow: hidden;
}

.home04 #fp-nav ul li a span:before,
.home04 .fp-slidesNav ul li a span:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  right: 100%;
  top: 0;
  z-index: 2;
  background-color: #000;
  -webkit-transition: right 0.4s ease-in-out;
  -moz-transition: right 0.4s ease-in-out;
  -o-transition: right 0.4s ease-in-out;
  transition: right 0.4s ease-in-out;
}

.home04 #fp-nav ul li a.active span,
.home04 .fp-slidesNav ul li a.active span,
.home04 #fp-nav ul li:hover a.active span,
.home04 .fp-slidesNav ul li:hover a.active span {
  width: 20px;
  height: 3px;
  border-radius: 0;
  margin: -1px -10px;
}

.home04 #fp-nav ul li a.active span:before {
  right: 0;
}

.home04 #section1 {
  color: #f2f2f2;
}

.home04 #section2 .text-normal {
  margin-top: 40px;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 0.5px;
}

.home04 #section3 .text-normal {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 0.5px;
}

.home04 #section4 .text-normal {
  margin-top: 25px;
  font-size: 18px;
  font-weight: 200;
  letter-spacing: 0.5px;
}

.home04 #section5 .text-normal {
  font-size: 24px;
  font-weight: 200;
  letter-spacing: 0.5px;
}

.home04 #section5 .name {
  margin-top: 45px;
  text-transform: uppercase;
  color: #f2f2f2;
  font-weight: bold;
  font-size: 18px;
}

.fullpage-wrapper .video-frame {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.fullpage-wrapper .video-frame iframe {
    width: 100%;
    height: 100%;
}

body.home04 header {
    position: fixed;
    top: -5px;
    left: 60px;
    right: 60px;
    z-index: 999;
    background: rgba(255, 255, 255, 0.95);
    transition: background 0.2s ease-in;
    -webkit-transition: background 0.2s ease-in;
    -moz-transition: background 0.2s ease-in;
}

     body.home04 header .slider-header {
          position: relative;
          margin-bottom: -5px;
     }

     body.home04.fp-viewing-0 header {
          background: #fff;
     }
     
     body.home04.with-sticky-bg header {
          background: #fff;
     }
     
body.home04 .header-layout-4 .sticky-header ul.megamenu .megamenu-label {
     margin-bottom: -5px;
}

body.home04 .home04 .footer-container {
     position: fixed;
     bottom: 0;
     left: 60px;
     right: 60px;
     background: #fff;
}

@media (max-width: 767px) {
     .responsive body.home04 .footer-container {
          display: none;
     }
     
     .responsive body.home04 header {
          left: 30px;
          right: 30px;
          display: none;
     }
     
     .responsive body.home04.fp-viewing-0 header {
          display: block;
     }
     
     .responsive body.home04 #fp-nav.right {
          right: 5px;
     }
}

/* @end */

/* @group Multiscroll */

#multiscroll {
  position: relative;
}
#multiscroll .ms-section {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#multiscroll .ms-section.active h2.title:before {
  left: 0;
}
#multiscroll .ms-section.active .text {
  opacity: 1;
  margin-top: 0;
}
.block-prent {
  text-align: initial;
  max-width: 540px;
  width: 100%;
  padding: 15px;
}
.block-prent h2.title {
  font-size: 48px;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 20px;
  margin: 0 0 30px;
  position: relative;
  overflow: hidden;
}
.block-prent h2.title:before {
  content: '';
  width: 60px;
  height: 5px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: -100%;
  -webkit-transition: left .5s, right .5s;
  -moz-transition: left .5s, right .5s;
  -o-transition: left .5s, right .5s;
  transition: left .5s, right .5s;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
.block-prent .text {
  -webkit-transition: margin-top 0.5s, opacity 0.5s;
  -moz-transition: margin-top 0.5s, opacity 0.5s;
  -o-transition: margin-top 0.5s, opacity 0.5s;
  transition: margin-top 0.5s, opacity 0.5s;
  -webkit-transition-delay: .7s;
  -moz-transition-delay: .7s;
  -o-transition-delay: .7s;
  transition-delay: .7s;
  opacity: 0;
  margin-top: -100px;
}
.block-prent .btn-ex {
  margin-top: 30px;
}
.block-prent .date-time {
  color: #ccc;
}
.block-prent .date-time .date {
  font-size: 72px;
}
.block-prent .date-time .month {
  font-size: 24px;
}
.block-prent h3.title {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
}
.block-prent .btn-ctn {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: bold;
  display: block;
  text-transform: uppercase;
}
.block-prent .quote {
  font-size: 72px;
  color: #ccc;
  line-height: 1;
  margin-bottom: 15px;
}
.block-prent .quote + .text {
  font-size: 24px;
  color: #999;
}
.block-prent .user-position {
  margin-top: 30px;
  font-size: 15px;
}
.block-prent .user-position .name {
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}
.block-prent .user-position .position {
  color: #999;
}
.block-prent #contactForm .form-list {
  padding: 0;
}
.block-prent #contactForm .form-list .input-box {
  margin: 0;
}
.block-prent #contactForm .form-list .input-box textarea {
  padding: 10px 0;
  height: 50px;
  margin: 0px;
  border: 1px solid transparent;
  border-bottom: 1px dotted #ccc;
  background-color: transparent;
}
.block-prent #contactForm .form-list .input-box input {
  padding: 0;
  margin: 0px;
  height: 50px;
  border: 1px solid transparent;
  border-bottom: 1px dotted #ccc;
  background-color: transparent;
}
.block-prent #contactForm button span {
  line-height: 50px;
}
.block-prent #contactForm button span span {
  line-height: 50px;
  padding: 0;
}
.block-prent #contactForm .buttons-set {
  text-align: initial;
  margin-top: 30px;
}

@media (min-width: 1600px) {
     .block-prent h2.title {
          font-size: 70px;
     }
}

.desc.std {
     color: #666;
}

/* @end */

/* @group List features */

.list-features {
  padding-top: 71px;
  padding-bottom: 17px;
}
.list-features .media-left > span {
  display: block;
  height: 68px;
  line-height: 66px;
  width: 68px;
  background-color: #fff;
  border: 1px solid #999;
  text-align: center;
  font-size: 25px;
  color: #999;
  border-radius: 50%;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
}
.list-features .media-left > span:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.list-features .media-left .hide {
  display: none;
}
.list-features .media-body {
  padding: 0 10px;
}
.list-features .h4 {
  font-weight: bold;
  font-size: 18px;
  text-transform: capitalize;
  margin-top: 10px;
}

.media-body, .media-left, .media-right {
     display: table-cell;
     vertical-align: top;
}

.media-left, .media>.pull-left {
         padding-right: 10px;
}

@media (max-width: 767px) {
     .responsive .list-features {
          padding-top: 34px;
          padding-bottom: 7px;
     }
     
          .responsive .row > div:first-child > .list-features {
               padding-top: 60px;
          }
}

/* @end */

/* @group Block static home06 */

.block-static-top {
  position: relative;
  height: 221px;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  margin-top: 30px;
}
.block-static-top .block-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
}
.block-static-top:hover .block-img {
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.block-static-top .text-wrap {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: left;
}
.block-static-top .text-wrap .title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  margin: 0 0 30px;
  letter-spacing: 0.5px;
}
.block-static-top .text-wrap a {
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  font-size: 14px;
  display: inline-block;
}
.block-static-top .text-wrap a span {
  position: relative;
  font-size: 16px;
  float: right;
  padding-left: 5px;
}

/* @end */

/* @group Main fixed */

.main-fixed .footer .background, 
.main-fixed .standard-body .footer .background {
     border: none;
}

.main-fixed .footer .pattern {
     position: relative;
}

     .main-fixed .footer .pattern:before {
          content: '';
          position: absolute;
          top: 0;
          left: 30px;
          right: 30px;
          height: 1px;
          background: rgba(204,204,204,0.5);
     }
     
     @media (max-width: 767px) {
          .responsive .main-fixed .footer .pattern:before {
               left: 15px;
               right: 15px;
          }
     }

.main-fixed .box {
     margin: 0px;
     padding: 18px 0px 0px 0px;
     border: none;
}

     .main-fixed .col-sm-3 .box, 
     .main-fixed .col-sm-4 .box, 
     .main-fixed .col-md-3 .box, 
     .main-fixed .col-md-4 .box {
          padding: 0px;
     }

     .main-fixed .box .box-heading {
          text-align: left;
          margin-bottom: 35px;
     }
     
          .main-fixed .center-column .box .box-heading {
               text-align: center;
          }

     .main-fixed .tab-content .overflow-carousel {
          width: 80px;
          margin: 0px;
          padding: 0px;
          position: absolute;
          right: 0;
          top: -50px;
     }
     
     .main-fixed .tab-content .overflow-carousel:before {
          display: none;
     }
     
     .main-fixed .filter-product {
          border: none;
          padding: 20px 0px 0px 0px;
          margin: 0px;
     }
     
     .main-fixed .filter-product .filter-tabs {
          overflow: hidden;
     }
     
     .main-fixed .filter-product .filter-tabs ul {
          text-align: left;
          padding-right: 80px;
          margin-left: -15px;
          position: relative;
          margin-bottom: -5px;
     }

/* @end */

/* @group Newsletter home06 */

.newsletter6 .main-newsletter-inner {
  border: none;
  background-color: #eeeeee;
  padding: 0 20px;
  margin-top: 30px;
  text-align: center;
}
.newsletter6 .subscribe {
  padding: 0;
}
.newsletter6 .subscribe .input-box button {
  position: relative;
  display: inline-block;
  margin-top: 30px;
  right: auto;
}
.newsletter6 .subscribe .input-box input {
  background-color: #fff;
  padding: 0;
  text-align: center;
}

.newsletter6 .block-content {
     padding: 0;
     margin-bottom: 40px;
     display: inline-block;
     vertical-align: top;
     width: 100%;
}

/* @end */

/* @group Home 07 interior */

.interior-block-slide,
.interior-block-static {
  height: 500px;
  position: relative;
}
.interior-block-slide {
  background-size: cover;
  background-position: center top;
}
.interior-block-slide .interior-inner {
  position: absolute;
  left: 0;
  bottom: 5%;
  padding: 15px;
  width: 100%;
  text-align: center;
}
.interior-block-slide .interior-inner .title {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
}
.interior-block-slide .interior-inner .text {
  max-width: 420px;
  display: inline-block;
}
.interior-block-static .interior-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: initial;
  padding: 15px;
  max-width: 420px;
}
.interior-block-static .interior-inner.left {
  left: 15px;
}
.interior-block-static .interior-inner .title {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 30px;
}
.interior-block-static .interior-inner .text {
  color: #666;
  margin-bottom: 30px;
}
.interior-block-static .interior-inner .btn-view a {
  background: none repeat scroll 0 0 #4a4a4a;
  color: #ffffff;
  display: inline-block;
  padding: 8px 17px;
  font-size: 110%;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  box-shadow: 0 0 0 rgba(0,0,0,0.15) inset;
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0.15) inset;
  -moz-box-shadow: 0 0 0 rgba(0,0,0,0.15) inset;
  -o-box-shadow: 0 0 0 rgba(0,0,0,0.15) inset;
  transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  color:  #000;
  border-radius: 0;
  background-color: transparent;
  border: 1px solid #666666;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
}
.interior-block-static .interior-inner .btn-view a:hover {
  background-color:#e6e6e6;
  box-shadow:0 0 0 26px rgba(0,0,0,0.1) inset;
  -webkit-box-shadow:0 0 0 26px rgba(0,0,0,0.1) inset;
  -moz-box-shadow:0 0 0 26px rgba(0,0,0,0.1) inset;
  -o-box-shadow:0 0 0 26px rgba(0,0,0,0.1) inset;
  color:#ffffff;
  text-decoration:none;
  padding-left:17px;
}
.interior-block-slide-wrap .owl-theme .owl-buttons {
  display: block;
}
.interior-block-slide-wrap .owl-theme .owl-buttons [class*='owl-'] {
 background: #D6D6D6;
 display: inline-block;
 cursor: pointer;
 position: absolute;
 top: 50%;
 margin: 0;
 padding: 0;
 width: 40px;
 height: 40px;
 margin-top: -20px;
 text-align: center;
 line-height: 40px;
 left: 15px;
 border: none;
 border-radius: 0;
 background-color: rgba(0,0,0,0.5);
 color: #ffffff;
 font-size: 20px;
  background-color: #fff;
  margin: 0;
  border: 1px solid #999;
  color: #999;
  height: 54px;
  width: 54px;
  line-height: 52px;
}
.interior-block-slide-wrap .owl-theme .owl-buttons [class*='owl-']:hover {
  background-color: #000;
  color: #fff;
}
.interior-block-slide-wrap .owl-theme .owl-buttons div.owl-next {
  top: 45px;
  right: 45px;
  left: auto;
}
.interior-block-slide-wrap .owl-theme .owl-buttons div.owl-prev {
  top: 45px;
  left: auto;
  right: 115px;
}

@media (min-width: 1600px) {
     .interior-block-slide, .interior-block-static {
          height: 700px;
     }
}

@media (max-width: 991px) {
     .responsive .interior-block-slide .interior-inner .title {
          font-size: 20px;
     }
     
     .responsive .interior-inner .title {
          font-size: 24px;
     }
}

/* @end */

/* @group Home jewelry */

.block-jw-text {
  margin-bottom: 30px;
  background-color: #f2f2f2;
  position: relative;
}
.block-jw-text .block-prent .text {
  margin-top: 0;
  opacity: 1;
  display: block;
}
.block-jw-text .block-prent h2.title:before {
  left: 0;
  background-color: #cc9900;
}
.block-jw-text .block-prent .quote + .text {
  font-size: 16px;
}
.block-jw-text .block-prent .quote {
  font-size: 50px;
  color: #cc9900;
}
.block-jw-text .user-name {
  margin-top: 30px;
  text-transform: uppercase;
  font-weight: bold;
}
.block-jw {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 30px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.block-jw .btn-ex {
  font-size: 13px;
  height: 42px;
  font-weight: bold;
  border: 1px solid #ffffff;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  padding: 10px 20px;
  line-height: 20px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
}
.block-jw:before {
  position: absolute;
  content: '';
  top: 20%;
  left: 20%;
  right: 20%;
  bottom: 20%;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.block-jw.bg-blue:before {
  background-color: rgba(33, 150, 243, 0.5);
}
.block-jw.bg-orange:before {
  background-color: rgba(255, 152, 0, 0.5);
}
.block-jw.bg-green:before {
  background-color: rgba(76, 175, 80, 0.5);
}
.block-jw.bg-brown:before {
  background-color: rgba(165, 42, 42, 0.5);
}
.block-jw:hover:before {
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}
.block-jw:hover .btn-ex {
  opacity: 1;
  visibility: visible;
}
.jw-text1 {
  height: 580px;
}
.jw-5 {
  height: 700px;
}
.jw-6,
.jw-text2,
.jw-3 {
  height: 300px;
}
.jw-1,
.jw-2 {
  height: 380px;
}
.jw-4 {
  height: 490px;
}

.block-prent {
  text-align: initial;
  max-width: 540px;
  width: 100%;
  padding: 15px;
}
.block-prent h2.title {
  font-size: 48px;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 20px;
  margin: 0 0 30px;
  position: relative;
  overflow: hidden;
}
.block-prent h2.title:before {
  content: '';
  width: 60px;
  height: 5px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: -100%;
  -webkit-transition: left .5s, right .5s;
  -moz-transition: left .5s, right .5s;
  -o-transition: left .5s, right .5s;
  transition: left .5s, right .5s;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
.block-prent .text {
  -webkit-transition: margin-top 0.5s, opacity 0.5s;
  -moz-transition: margin-top 0.5s, opacity 0.5s;
  -o-transition: margin-top 0.5s, opacity 0.5s;
  transition: margin-top 0.5s, opacity 0.5s;
  -webkit-transition-delay: .7s;
  -moz-transition-delay: .7s;
  -o-transition-delay: .7s;
  transition-delay: .7s;
  opacity: 0;
  margin-top: -100px;
}
.block-prent .btn-ex {
  margin-top: 30px;
}
.block-prent .date-time {
  color: #ccc;
}
.block-prent .date-time .date {
  font-size: 72px;
}
.block-prent .date-time .month {
  font-size: 24px;
}
.block-prent h3.title {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
}
.block-prent .btn-ctn {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: bold;
  display: block;
  text-transform: uppercase;
}
.block-prent .quote {
  font-size: 72px;
  color: #ccc;
  line-height: 1;
  margin-bottom: 15px;
}
.block-prent .quote + .text {
  font-size: 24px;
  color: #999;
}
.block-prent .user-position {
  margin-top: 30px;
  font-size: 15px;
}
.block-prent .user-position .name {
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}
.block-prent .user-position .position {
  color: #999;
}
.block-prent #contactForm .form-list {
  padding: 0;
}
.block-prent #contactForm .form-list .input-box {
  margin: 0;
}
.block-prent #contactForm .form-list .input-box textarea {
  padding: 10px 0;
  height: 50px;
  border: 1px solid transparent;
  border-bottom: 1px dotted #ccc;
  background-color: transparent;
}
.block-prent #contactForm .form-list .input-box input {
  padding: 0;
  height: 50px;
  border: 1px solid transparent;
  border-bottom: 1px dotted #ccc;
  background-color: transparent;
}
.block-prent #contactForm button span {
  line-height: 50px;
}
.block-prent #contactForm button span span {
  line-height: 50px;
  padding: 0;
}
.block-prent #contactForm .buttons-set {
  text-align: initial;
  margin-top: 30px;
}

.block-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (min-width: 1600px) {
     .block-prent h2.title {
          font-size: 70px;
     }
     
     .jw-text1 {
          height: 880px;
     }
     
     .jw-5 {
       height: 1200px;
     }
     .jw-6,
     .jw-text2,
     .jw-3 {
       height: 410px;
     }
     .jw-1,
     .jw-2 {
       height: 580px;
     }
     .jw-4 {
       height: 890px;
     }
}

@media (max-width: 991px) {
     .responsive .block-prent h2.title {
          font-size: 30px;
     }
}

@media (max-width: 767px) {
     .responsive .block-prent h2.title {
          font-size: 16px;
          margin-bottom: 20px;
     }
     
     .responsive .main-top-inner {
          padding-left: 0 !important;
          padding-right: 0 !important;
     }
     
     .responsive .jw-text1 {
       height: 300px;
     }
     .responsive .block-jw:before {
       display: none;
     }
     .responsive .block-jw .btn-ex {
       opacity: 1;
       visibility: visible;
     }
     
     .responsive .block-prent h2.title:before {
          height: 2px;
     }
}

/* @end */

/* @group Home sidebar various */

.home-various-sidebar-title {
     text-align: center;
     padding: 40px 0px 10px 0px;
}

     .home-various-sidebar-title h2 {
          padding: 0px;
          margin: 0px;
          font-size: 35px;
          text-transform: uppercase;
          letter-spacing: 0.5px;
          font-weight: 600;
          font-family: Oswald;
          -webkit-font-smoothing: antialiased;
     }
     
     .home-various-sidebar-title h3 {
          padding: 10px;
          margin: 0px;
          color: #666666;
          font-size: 20px;
          font-family: Open Sans;
          letter-spacing: 0.5px;
          font-weight: normal;
          line-height: 30px;
          -webkit-font-smoothing: antialiased;
     }

/* @end */

/* @group Home bags footer */

.home-bags-footer {
     background: #ececec;
     padding: 39px 15px 38px 15px;
     text-align: center;
     font-size: 13px;
     letter-spacing: 0.75px;
     text-align: center;
     text-transform: uppercase;
     font-family: Montserrat;
     color: #000;
}

     .home-bags-footer span {
          margin: 0px 7px;
     }

/* @end */

/* @group Header type 2 */

body.header-type-2 {
     padding-left: 300px;
     position: relative;
     padding-top: 61px;
}

     body.header-type-2 .header {
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          width: 300px;
          background: #fff;
          border-right: 1px solid #e5e5e5;
          padding: 58px 40px 58px 40px;
          z-index: 999;
     }
     
          body.with-fixed.header-type-2 .header {
               height: 100%;
               position: fixed;
          }

     body.header-type-2 .breadcrumb {
          margin-top: 0;
     }
     
     body.header-type-2 .logo-home {
          display: block;
          height: auto;
     }
     
     body.header-type-2 .logo-home .logo {
          display: block;
          text-align: left;
          vertical-align: top;
     }
     
     body.header-type-2 #top {
          position: static;
     }
     
     body.header-type-2 #main .container-megamenu {
          padding: 0px;
          margin: 0px;
          width: auto;
          position: static;
     }
     
     body.header-type-2 .megamenu-wrapper {
          position: static;
     }
     
     body.header-type-2 ul.megamenu {
          position: static;
          text-align: left;
          padding-top: 95px;
     }
     
     body.header-type-2 ul.megamenu > li {
          position: static;
          float: none;
          margin: 0px -40px;
          padding: 0px 20px 0px 40px;
          height: auto;
          display: block;
          position: relative;
          transition: all 0.2s ease-in;
          -webkit-transition: all 0.2s ease-in;
          -moz-transition: all 0.2s ease-in;
     }
     
          body.header-type-2 ul.megamenu > li:hover {
               background: #f2f2f2;
          }
     
          body.header-type-2 ul.megamenu > li:first-child {
               border-top: none;
          }
     
     body.header-type-2 ul.megamenu > li > a {
          height: auto;
          line-height: 1.7;
          font-size: 13px;
          padding: 7px 0px 7px 0px;
          letter-spacing: 0.75px;
          color: #000;
          -webkit-font-smoothing: antialiased;
     }
     
          body.header-type-2 ul.megamenu > li:hover > a {
               color: #000;
          }
          
     body.header-type-2 .horizontal ul.megamenu > li > .sub-menu {
          max-width: 1000px;
          left: 100% !important;
          top: 0 !important;
          right: auto !important;
          margin-left: 0px !important;
     }
     
     body.header-type-2 ul.megamenu li.with-sub-menu .megamenu-label {
          margin-left: 0;
     }
     
     body.header-type-2 ul.megamenu > li.with-sub-menu > a:after {
          color: #000;
          content: "\f105";
          float: right;
          font-size: 16px;
          position: relative;
          top: -3px;
          transition: all 0.2s ease-in;
          -webkit-transition: all 0.2s ease-in;
          -moz-transition: all 0.2s ease-in;
     }
     
          body.header-type-2 ul.megamenu > li.with-sub-menu:hover > a:after {
               color: #000;
          }
          
#main .sb-topbar {
     position: fixed;
     left: 0;
     right: 0;
     top: 0;
     bottom: auto;
     box-shadow: none;
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     background: #fff;
     border-bottom: 1px solid #e5e5e5;
     display: block !important;
}

     #main .sb-topbar .overflow {
          margin-right: 40px;
          position: relative;
     }
     
@media (max-width: 1300px) {
     .responsive body.header-type-2 .horizontal ul.megamenu > li > .sub-menu {
          max-width: 800px;
     }
     
     .responsive body.header-type-2 {
          padding-left: 260px;
          position: relative;
     }
     
          .responsive body.header-type-2 .header {
               width: 260px;
               padding-left: 30px;
               padding-right: 30px;
          }
          
     .responsive body.header-type-2 ul.megamenu > li {
          margin: 0px -30px;
     }
     
     .responsive body.header-type-2 ul.megamenu > li {
          padding-left: 30px;
     }
}

@media (max-width: 1100px) {
     .responsive body.header-type-2 .horizontal ul.megamenu > li > .sub-menu {
          max-width: 650px;
     }
     
     .responsive body.header-type-2 {
          padding-left: 200px;
          position: relative;
     }
     
          .responsive body.header-type-2 .header {
               padding-left: 20px;
               padding-right: 20px;
               width: 200px;
          }
          
     .responsive body.header-type-2 ul.megamenu > li {
          margin: 0px -20px;
     }
     
     .responsive body.header-type-2 ul.megamenu > li {
          padding-left: 20px;
     }
}

@media (max-width: 991px) {
     .responsive .sidebar-footer {
          padding-top: 0;
          position: absolute;
          top: -43px;
          left: 0px;
          z-index: 123;
     }
     
     .responsive body.header-type-2 {
          padding-left: 0;
          padding-top: 0;
     }
     
     .responsive body.header-type-2 .header {
          position: relative;
          width: 100%;
          margin-left: 20px;
          margin-right: 20px;
          padding-top: 60px;
          padding-bottom: 0px;
          z-index: 2;
          margin-top: 60px;
          border-top: 1px solid #e5e5e5;
          width: auto;
          border-right: none;
          padding-left: 0;
          padding-right: 0;
     }

     .responsive body.header-type-2 .logo-home {
          padding-left: 0px;
          padding-right: 0px;
     }
     
     .responsive body.header-type-2 .logo-home .logo {
          text-align: center;
     }
     
     .responsive body.header-type-2 .megamenuToogle-wrapper {
          border-top: 1px solid #e5e5e5;
          margin-top: 60px;
     }
 
     .responsive body.header-type-2 ul.megamenu {
          padding-top: 0;
          text-align: center;
          margin: 0px !important;
     }
     
     .responsive body.header-type-2 .megamenu-wrapper {
          background: none !important;
          margin-top: 0;
     }
     
     .responsive body.header-type-2 ul.megamenu > li {
          margin: 0px !important;
          padding: 0px !important;
     }
     
     .responsive body.header-type-2 ul.megamenu > li > a {
          line-height: 60px;
          padding: 0px;
     }
     
     .responsive body.header-type-2 ul.megamenu > li.with-sub-menu .open-menu {
          color: #999;
     }
     
     .responsive body.header-type-2 ul.megamenu > li.with-sub-menu .close-menu {
          color: #999;
     }
     
     .responsive body.header-type-2 .horizontal ul.megamenu > li > .sub-menu {
          max-width: none;
          left: 0 !important;
          padding-left: 0 !important;
     }
     
     .responsive #main .sb-topbar {
          left: auto;
          right: 20px;
          width: auto;
          background: none !important;
          position: absolute;
          border-bottom: none;
     }
     
          .responsive #main .sb-topbar .overflow {
               margin-right: 0px;
          }
}

@media (max-width: 767px) {
     .responsive body.header-type-2 .header {
          margin-left: 15px;
          margin-right: 15px;
     }
}

body.header-type-2 ul.megamenu > li > a strong {
     font-weight: bold;
}
                   
/* @end */

/* @group Home bags */

.sidebar-footer {
  padding: 176px 0px 0px 0px;
  margin: 0px;
}
.sidebar-footer ul {
     list-style: none;
     padding: 0px;
     margin: 0px;
     margin-left: -6px;
     position: relative;
}
.sidebar-footer .social-icons.hide-text li {
  display: inline-block;
}
.sidebar-footer .social-icons.hide-text li a {
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  color: #999;
}
.sidebar-footer .social-icons.hide-text li a:hover {
  color: #000;
}
.sidebar-footer .social-icons.hide-text li span {
  display: none;
}
.sidebar-footer .sidebar-footer-content {
  font-size: 12px;
  margin-top: 9px;
  font-weight: 600;
  color: #000;
  -webkit-font-smoothing: antialiased;
}

/* @end */

/* @group Home bags newsletter */

.sidebar-newsletter {
  margin-top: 27px;
}
.sidebar-newsletter .main-newsletter-inner {
  border-top: 1px solid #ddd;
}
.sidebar-newsletter .main-newsletter-inner .subscribe .title {
  margin-top: 39px;
  text-align: initial;
  font-size: 13px;
  margin-bottom: 6px;
  font-family: Montserrat;
}
.sidebar-newsletter .main-newsletter-inner .subscribe .text {
  text-align: initial;
  font-size: 13px;
  color: #999;
  letter-spacing: 0.5px;
  margin-bottom: 32px;
  -webkit-font-smoothing: antialiased;
}
.sidebar-newsletter .main-newsletter-inner .subscribe .input-box input {
  height: 45px;
  padding: 0 20px;
  border: 1px solid #e5e5e5;
  background: #f8f8f8;
  color: #3f3f3f;
}
.sidebar-newsletter .main-newsletter-inner .subscribe .input-box button {
  position: relative;
  margin-top: 30px;
  left: 0;
  background-color: #000;
  height: 44px;
  line-height: 44px;
}
.sidebar-newsletter .main-newsletter-inner .subscribe .input-box button span {
  height: 44px;
  line-height: 44px;
  font-size: 13px;
  letter-spacing: 0.6px;
}

/* @end */

/* @group Home shoes footer */

.home-shoes-footer {
     margin-bottom: 30px;
}

     @media (max-width: 767px) {
          .responsive .home-shoes-footer {
               margin-bottom: 20px;
          }
     }

.home-shoes-footer .footer-top {
     color: #ffffff;
     background-color: #333333;
}

.home-shoes-footer .footer-top a {
     color: #fff;
}

.home-shoes-footer .footer-top a:hover {
     color: #999;
}

#main .home-shoes-footer .footer-top-inner {
     padding-bottom: 80px;
}

     @media (max-width: 767px) {
          .responsive #main .home-shoes-footer .footer-top-inner {
               padding-bottom: 50px;
          }
     }

#main .home-shoes-footer .footer-copyright {
     background-color: #000000;
     color: #666666;
    padding-bottom: 15px;
}

#main .home-shoes-footer .footer-copyright a {
     color: #fff;
}

#main .home-shoes-footer .footer-logo {
     margin-bottom: 30px;
}

#main .home-shoes-footer ul.social-icons li a {
     padding: 0px 15px;
}

/* @end */

/* @group Home shoes newsletter */

.home-shoes-newsletter > div {
     padding-bottom: 128px;
     padding-left: 20px;
     padding-right: 20px;
     padding-top: 75px;
}

     @media (max-width: 767px) {
          .responsive .home-shoes-newsletter > div {
               padding-bottom: 70px;
               padding-top: 25px;
          }
     }

.home-shoes-newsletter .main-newsletter .main-newsletter-inner {
     margin: 0px;
     border: none;
}

/* @end */

/* @group Home shoes banners */

.block-cd .content-block {
  max-width: 500px;
}
.block-cd .content-block h2 {
  padding: 0 !important;
}
.block-cd .content-block h2 span:after {
  display: none;
}
.block-cd .content-block .desc {
  margin-bottom: 30px;
}
.block-cd .content-block .product-date {
  margin-bottom: 30px;
}
.block-cd .images {
  position: relative;
}
.block-cd .images .content-block {
  text-align: center;
  position: absolute;
  top: 10%;
  width: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

/* @end */

/* @group Block welcome 2 */

.block-welcome2 {
  padding: 125px 0 130px 0;
  position: relative;
}
.block-welcome2:before {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 75px;
  background-color: #000;
  content: "";
}
.block-welcome2 .heading-title {
  padding: 0;
  position: relative;
  background: transparent;
  z-index: 1;
  margin-bottom: 30px;
}
.block-welcome2 .heading-title h2 {
  font-size: 30px;
}
.block-welcome2 .heading-title .bg-word {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #e4e4e4;
  font-size: 120px;
  font-weight: bold;
  z-index: -1;
}
.block-welcome2 .block-icon {
  height: auto;
  background-color: transparent;
  position: relative;
}
.block-welcome2 .block-icon:before {
  content: "";
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}
.block-welcome2 .block-icon:hover:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.block-welcome2 .block-icon img {
  width: 100%;
}
.block-welcome2 .block-icon .block-center {
  padding: 30px;
}

/* @end */

/* @group Home shoes posts */

.blog-layout2 {
  text-align: center;
  position: relative;
  padding: 75px 0 74px 0;
}
.blog-layout2 .heading-title {
  padding: 0;
  position: relative;
  background: transparent;
  z-index: 1;
  margin-bottom: 68px;
}
.blog-layout2 .heading-title h2 {
  font-size: 24px;
  font-family: Oswald;
  color: #000;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: bold;
}
.blog-layout2 .heading-title h2 p {
     position: absolute;
     left: 0;
     right: 0;
     text-align: center;
     font-size: 14px;
     text-transform: none;
     padding-top: 15px;
     color: #666;
     font-family: Open Sans;
     letter-spacing: 0.5px;
     -webkit-font-smoothing: antialiased;
     font-weight: normal;
}
.blog-layout2 .subtitle-widget {
  margin-bottom: 40px;
}
.blog-layout2 .title-post {
  font-size: 16px;
  text-transform: uppercase;
}
.blog-layout2 .blog {
  padding-top: 40px;
}
.blog-layout2 .blog .main-post {
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}
.blog-layout2 .blog:last-child .main-post {
  border-bottom: none;
}
.blog-layout2 .blog:first-child .text-post {
  display: block;
}
.blog-layout2 .blog .title-post {
  margin: 0 0 10px 0;
  padding: 0;
}

.blog-layout2 .blog .title-post a {
     line-height: 1.1;
}
.blog-layout2 .blog .main-post-inner {
  padding-bottom: 40px;
}
.blog-layout2 .text-post {
  padding: 20px 0;
  background-color: #f3f3f3;
  display: none;
}
.blog-layout2 .text-post .readmore-post {
  text-transform: uppercase;
  margin: 10px 0 0;
}

.blog-grid {
     list-style: none;
     padding: 0px;
     margin: 0px;
}

/* @end */

/* @group Home shoes filter */

.home-shoes-filter .add-to-links > div a {
     background-color: transparent;
}

     .home-shoes-filter .add-to-links > div a:hover {
          background: #999999;
     }
     
     .wcl-word {
       padding-top: 120px !important;
       position: relative;
     }
     .wcl-word:before {
       position: absolute;
       left: 50%;
       top: 0;
       width: 1px;
       height: 75px;
       background-color: #000;
       content: "";
     }
     .wcl-word .heading-title {
       padding: 0;
       position: relative;
       background: transparent;
       z-index: 1;
       margin-bottom: 30px;
     }
     .wcl-word .heading-title h2 {
       font-size: 30px;
     }
     .wcl-word .heading-title .bg-word {
       position: absolute;
       left: 50%;
       top: 50%;
       -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
       -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
       color: #e4e4e4;
       font-size: 120px;
       font-weight: bold;
       z-index: -1;
     }
     
     .filter-product.wcl-word .filter-tabs {
          padding-top: 6px;
     }

/* @end */

.custom-footer {
     overflow: hidden;
}

/* @group ePro home fashion */

.static-collection .block-content{  margin-bottom:30px;  text-align: center;  padding:45px 52px 27px;    line-height: 24px;}
.static-collection{border-bottom:1px solid #ccc;margin-top:79px;}
.static-collection .images{position: relative;  overflow: hidden;  background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;}
.static-collection .images:hover img{
      opacity: 0.6;filter: alpha(opacity=60);
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}
.static-collection .images img{
    width: 100%;
      opacity:1;filter: alpha(opacity=100);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.05,1.05,1);
    display: block;
  
}
.item-3 .static-collection{border-bottom:0;margin-bottom:0px}
.item-3 .static-collection .block-content{   border: 20px solid #f2f2f2;     padding-bottom: 40px;margin-bottom: 30px;}
.item-3 .static-collection .block-content h2{margin-top: 29px; }
.home-fashion-boxes .newsletter{   margin-top: 79px;
     border: 20px solid #f2f2f2;    line-height: 24px;  text-align: center;  padding:77px 52px 72px;}
.static-collection .block-content h2,.home-fashion-boxes .newsletter h3{           -webkit-font-smoothing: antialiased;font-family: Oswald;letter-spacing: 0.5px;line-height: 1.25em;padding: 0;margin: 0;
     margin-top: 20px;   margin-bottom: 17px;   color: #000;text-transform: uppercase;font-weight: 700;font-size:24px;}
.static-collection .block-content .read-more{margin-top:41px}
.static-collection .block-content ul.socia{margin-top:24px;padding: 0;
list-style: none;
}
ul.socia li{ display: inline-block;font-size:16px;    margin: 0 6px;}
ul.socia li a{   color:#000}
ul.socia li a:hover{color:#999}
.home-fashion-boxes .newsletter .title-top{color:#cc0000;       -webkit-font-smoothing: antialiased;    font-family: Open Sans;line-height: 1;
     font-size: 24px;text-transform: uppercase;font-weight:700}
.home-fashion-boxes .newsletter .title-top span{color:#000000}
.home-fashion-boxes .newsletter .title-top{margin-bottom:41px}
.home-fashion-boxes .newsletter .small-title{margin-bottom: 26px;}
.home-fashion-boxes .newsletter .input-group{position: relative;    max-width: 370px;margin-bottom:10px}
.home-fashion-boxes .newsletter .input-group-btn{ position: absolute;
    right: 20px;
    top: 15px;
    cursor: pointer;
    width: 20px;
    height: 20px;}
.home-fashion-boxes .newsletter .input-group-btn:before{content:"\f10b";   line-height:1;color:#000000;font-size:24px}
.home-fashion-boxes .newsletter .input-group-btn > .btn{    font-size: 0;
    height: 20px;
    padding: 0;
    line-height: 0;
    width: 20px;
    background: transparent;
    margin-top: 0;
    position: absolute;
    right: 3px;
    top: 0px;}
.home-fashion-boxes .newsletter .input-group-field{    padding: 1px 45px 0 28px;}
.static-collection .block-content p {
     line-height: 25px;
     color: #666;
     margin: 0;
     font-family: Open Sans;
         letter-spacing: 0.5px;
             -webkit-font-smoothing: antialiased;
}

.read-more > a {
     display: inline-block;
     font-size: 14px;
     font-weight: 400;
     letter-spacing: 1px;
     padding: 14px 33px 15px;
     line-height: normal;
     text-transform: uppercase;
     border-width: 1px;
     border-style: solid;
     letter-spacing: 0;
     border-color: #cccccc;
     background-color: #ffffff;
     color: #000000;
     font-family: Montserrat;
}

     .read-more > a:hover {
          border-color: #000000;
          background-color: #000000;
          color: #ffffff;
     }
     
.item-4 .static-collection {
     margin-top: 0;
}

/* @end */

/* @group Newsletter */

.newsletter .small-title {
  color: #999999;
  letter-spacing: 0.5px;
  margin-bottom:15px;
  font-family: Open Sans;
  -webkit-font-smoothing: antialiased;
}

.newsletter .block-title span {
     text-align: center; 
}

.newsletter .block-content { 
     min-height: 56px; 
     margin: 0 auto; 
     width: 100%; 
     position: relative;
}

.newsletter .block-content .input-group  {
     display: block;
}

.newsletter .input-group-field { 
     background: none;
     border: 1px solid #cccccc;
     color:#999999;
     width: 100%;
     height: 53px;
     padding:0 15px;
     margin: 0px;
     font-family: Open Sans;
     -webkit-font-smoothing: antialiased;
     letter-spacing: 0.5px;
}

.newsletter .subscribebutton {
     position: absolute;
     top: 14px;
     right: 20px;
     border: none;
     padding: 0px;
     margin: 0px;
     background: none;
}

     .newsletter .subscribebutton:before {
          display: inline-block;
          font: normal normal normal 14px/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "\f061";
          color: #000;
          font-size: 14px;
          font-weight: normal;
     }

.newsletter .content {
     position: relative;
     max-width: 370px;
     margin: 0px auto 10px auto;
     padding: 0px;
}

/* @end */

/*-------------------Banner Starts-------------------*/

.banners-cosmetics {
     padding-top: 45px;
     margin-bottom: -30px;
}

     @media (max-width: 767px) {
          .responsive .banners-cosmetics {
               padding-top: 0;
          }
     }

.banner-cosmetic{
    background-color: #090809;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 218px;
    margin-top: 30px;
}
.banner-cosmetic img {
     display: block;
     float: right;
}
.banner-cosmetic .section-title{
    font-weight: 400;
}
.banner-img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    text-align: right;
}
.banner-cosmetic .white-arrow i{
    padding-left: 0;
    font-size: 18px;
    display: inline-block;
    vertical-align: top;
    padding-top: 3px;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
}
     .banner-cosmetic .white-arrow:hover i {
          padding-left: 10px;
     }
.banner-content {
    padding: 20px 31px;
    position: relative;
}

.banner-content p.section-title {
     padding-bottom: 5px;
}
.banner-content .white-arrow {
    display: block;
    margin-bottom: 0;
    margin-top: 35px;
}
.section-title, .title-1,.title-2{
    color: #000;  
    text-transform: uppercase;  
    letter-spacing: 1px;
    margin: 10px 0px;
    -webkit-font-smoothing: antialiased;
}
.section-title, .title-1{ font-size: 24px; }
.title-2{ font-size: 14px; }
.post-title{font-size: 16px;}
.white-color{
    color: #fff;
}
.white-color .section-title, .white-color p{
    color: #fff;
}
.font-3, .section-title{
    font-family: 'Oswald', sans-serif;
}

.theme-color {
     color: #ff66cc;
}

.white-arrow, a.white-arrow {
     color: #fff;
}

.title-2 {
     font-family: Montserrat;
     font-weight: bold;
}
/*-------------------Banner Ends-------------------*/

/* @group Footer standard */

.footer-standard,
.copyright {
     font-size: 13px;
     letter-spacing: 0.5px;
}

/* @end */

/* @group Header Type 4 */

.header-type-4 .is-sticky .logo-sticky {
     float: none;
     padding: 17px 0px;
     text-align: center;
     position: absolute;
     left: 33%;
     right: 33%;
     z-index: 0;
}

.header-type-4 .is-sticky .logo-sticky > a {
     display: inline-block;
     padding: 0px;
     text-align: center;
     height: auto;
}

.header-type-4 .is-sticky .logo-sticky > a span {
     display: block;
}

.header-type-4 .sticky-header .main-menu {
     display: block;
}

.header-type-4 .sticky-header .main-menu ul.megamenu {
     text-align: left;
}

.header-type-4 .sticky-header .main-menu ul.megamenu li:first-child {
     margin-left: 0;
}

.header-type-4 .sticky-search .quick-search {
     max-width: none;
}

@media (max-width: 1270px) {
     .responsive .header-type-4 .header-layout-2 .sticky-header > .main-menu {
          margin: 0px;
     }
}

@media (max-width: 1098px) {
     .responsive .header-type-4 .header-layout-2 .sticky-header {
          margin-bottom: 48px;
     }
}

@media (max-width: 991px) {
     .responsive .header-type-4 .is-sticky .logo-sticky {
          left: 0;
          right: 0;
          position: relative;
     }
     
     .responsive .header-type-4 .header-layout-2 .sticky-header {
          margin-bottom: 0;
          margin-top: 25px;
     }
     
     .responsive .header-type-4 .sticky-header .main-menu ul.megamenu {
          text-align: center;
     }
}

/* @end */

/* @group Home jewelry blocks */
.block-row {
     color: #999;
         -webkit-font-smoothing: antialiased;
}
.block-row h2 {font-family: Oswald;line-height: 1.25;
     margin-top: 13px; margin-bottom: 38px; letter-spacing: 1.2px;color: #000; text-transform: uppercase;font-weight: 400;font-size: 24px;}
.content-row-1 .content-block h2 {margin-top: 20px;margin-bottom: 17px;}
.block-row h5{margin-bottom: 10px;text-transform: uppercase;color:#999;font-size:13px;margin-top: 2px;letter-spacing: 0.3px;}
.block-row h3{margin: 0px;padding: 0px;
     font-size: 18px;letter-spacing: 0.9px;font-weight: 400;margin-left: 6px;margin-bottom: 16px;color: #20201d;font-family: Oswald;text-transform: uppercase;
}
.block-row h3 span{color:#66cccc}
.block-row-3 .col-right h3 {margin-left: -2px;}
block-row-1.block-row h2{ margin-top: 20px; margin-bottom: 17px; }
.block-row .content-block ul.socia { margin-top: 24px;margin-bottom: 0;padding-left: 0;padding-right: 0;
}
.block-row a{font-size:14px;color:#000;text-transform: uppercase;font-family: Montserrat;
letter-spacing: 0.5px;
    line-height: 2em;
}
.block-row .col-md-4 a{font-size:13px;color:#000;text-transform: uppercase;}
.block-row-3 .col-right a {margin-left: -7px;}
.block-row a:hover,.block-row a:focus{color:#999}
.block-row a i{font-size:14px;margin-left:2px;}
.block-row .col-md-4 a i{font-size:13px;}
.content-block-41{background:#f2f8f8}
.block-row ul.socia li { display: inline-block; font-size: 16px; margin: 0 6px;}
.block-row ul.socia li a { color: #000;    position: static;}
.block-row ul.socia li a:hover { color: #66cccc;}
.block-row ul.socia li a i{font-size:16px;margin:0}
.block-row .col-md-4{text-align:center}
.content-row-1{border:1px solid #e5e5e5;text-align:center;padding:11%}
.content-row-1 .content-block {color:#666}
.content-block{letter-spacing: 0.4px; line-height: 24px;    margin-bottom: 21px;}
.block-row-2 .col-left .content-block {letter-spacing: 0.33px;padding-left: 3px;font-size: 13px;}
.block-row-3 .col-right .row-block {font-size: 13px;position: absolute;bottom: 0;padding: 31px 54px 31px 63px;height: auto;top: auto;}
.block-row-3 .col-right .content-block {margin-left: -6px;letter-spacing: 0.33px;margin-bottom: 22px;}
.block-row-4 .col-left .content-block {font-size: 13px;padding-left: 3px;letter-spacing: 0.33px;margin-bottom: 38px;}
.block-row-4 .col-left .row-block a {margin-top: 20px;display: inline-block;}
.block-row-4 .col-left .row-block a img {
     display: block;
}
.block-row .col-md-8 a{bottom: 59px;  position: absolute;}
.block-row .content-row{background-size: cover;height: 448px;   }
.block-row .row-block{padding: 61px 55px;position: absolute;width: 100%;top: 0;height: 100%;}
.block-row-4 .col-left .row-block {padding: 74px 55px;}
.block-row .content-row-1 {padding: 17% 18.8%;height: 448px;}
.block-row .col-xs-12{margin-top:10px;padding:0 5px;}
.block-row .col-xs-12 {padding: 0 15px;}
.block-row .col-md-8 {width: 60%;}
.block-row .col-md-4 {width: 40%;}
.block-row .col-md-8.col-left {padding-right: 5px;}
.block-row .col-md-4.col-right {padding-left: 5px;}
.block-row .col-md-8.col-right {padding-left: 5px;}
.block-row .col-md-4.col-left {padding-right: 5px;}
.block-row p {line-height: 24px;letter-spacing: 0.1px;}
.content-row-1 .content-block p {letter-spacing: 0.38px;}
.block-row .content-row{position: relative; overflow: hidden;}
.video-content .background-video img,
.content-row .background-block img {
	opacity:1;height:100%;
	filter: alpha(opacity=100);
	-moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.block-row .content-row:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    content: '';
    background-color: transparent;
  	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.block-row .content-row:hover:before  {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(102, 204, 204, 0.2);
}
.video-content .video-text-wrap {
  	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.video-content:hover .video-text-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  	padding: 37.8% 0;
    background-color: transparent;
}



.background-video{
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 100%;
    width: 100%;
    z-index: 4;
  cursor: pointer;
}
.video {
    width: 100%;
    position: absolute;
    left: 0;
}
.video-content .video-text-wrap {
    z-index: 5;
    width: 86%;
    left: 7%;
    position: absolute;
    top: 7%;
    height: 86%;
  	padding: 31% 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: rgba(255,255,255,0.7);
  	cursor: pointer;
}
.video-content .video-text-wrap .video-text {letter-spacing: 0.9px;}
.video-content .video-text-wrap .btn-video-play {margin-top: 44px;}
.video-content .video-text-wrap .btn-video-play .fa {font-size: 25px;color: #000;margin-left: 7px;}
.video-content {
    height: 448px;
    overflow: hidden;
    position: relative;
}
.video-content { position: relative;}
.video-content .video{    position: absolute;right: auto; top: 0; width: 100%; left: 0;  background: #fff;  height: 100%;}
.video-content .video #video_player_id {height: 100%;width: 100%;}
.video-text{font-size:18px;color:#000;text-transform: uppercase;}
.video-content .btn-video-play a i{font-size:36px;color:#000}

@media (min-width: 992px) and (max-width: 1199px) {
     .responsive .block-row .content-row-1, .responsive .block-row .content-row,.responsive .video-content {height: 358.391px;}
     .responsive .block-row-4 .col-left .row-block,
     .responsive .block-row-3 .col-right .row-block,
     .responsive .block-row .row-block {padding: 50px 15px;}  
     .responsive .block-row-4 .col-left .content-block {margin-bottom: 10px;}
     .responsive .block-row-4 .col-left .content-block,
     .responsive .block-row-2 .col-left .content-block,
     .responsive .block-row-2 .col-left .content-block {padding-left: 0;}
     .responsive .block-row-3 .col-right .content-block,
     .responsive .block-row h3 {margin-left: 0;}
     .responsive .block-row-3 .col-right .content-block {margin-bottom: 8px;}
     .responsive .block-row-3 .col-right h3 {margin-left: 0;margin-bottom: 8px;}
     .responsive .block-row .col-md-8 a {bottom: 50px;}
     .responsive .video-content .video-text-wrap .btn-video-play {margin-top: 20px;}
}

@media (min-width: 768px) and (max-width: 991px) {
     .responsive .block-row .content-row-1, .responsive .block-row .content-row,.responsive .video-content {height: 273px;}
     .responsive .block-row .content-row-1,
     .responsive .block-row .row-block {padding: 28px 5%;}
     .responsive .block-row .col-md-4 a img {max-width: 135px;}
     .responsive .block-row-4 .col-left .row-block a {margin-top: 10px;}
     .responsive .block-row-4 .col-left .row-block,
     .responsive .block-row-3 .col-right .row-block,
     .responsive .block-row .row-block {padding: 20px 10px;}  
     .responsive .block-row-4 .col-left .content-block {margin-bottom: 10px;}
     .responsive .block-row-4 .col-left .content-block,
     .responsive .block-row-2 .col-left .content-block {padding-left: 0;}
     .responsive .block-row-2 .col-left .content-block {margin-bottom: 4px;}
     .responsive .block-row-3 .col-right .content-block,
     .responsive .block-row h3 {margin-left: 0;}
     .responsive .block-row-2 h3 {margin-bottom: 8px;}
     .responsive .block-row h2 {margin-bottom: 15px;}
     .responsive .block-row .col-md-8 a {bottom: 20px;}
     .responsive .video-content .video-text-wrap .btn-video-play {margin-top: 15px;}
}

@media (max-width: 767px) {
       .responsive .block-row .col-md-4, .responsive .block-row .col-md-8 {width: 100%;}
       .responsive .block-row .col-md-8.col-left, .responsive .block-row .col-md-4.col-right,.responsive .block-row .col-md-8.col-right, .responsive .block-row .col-md-4.col-left {padding: 0 15px;}
       .responsive .background-video img {width: 100%;  }
       .responsive .video-content {height: auto;  }
       .responsive .background-video {position: relative;  }
     
       .responsive .block-row .content-row-1,.responsive .block-row .content-row {height: auto;  }
       .responsive .block-row .content-row-1 {padding: 61px 55px;}
       .responsive .video-content .background-video img, .responsive .content-row .background-block img {width: 100%;  }
       .responsive .content-row.content-block-21 .background-block img {margin-top: -15%;  }
       .responsive .content-row.content-block-41 .row-block {position: relative;}
       .responsive .block-row h3, .responsive .content-block {margin-left: 0 !important;padding-left: 0 !important;}
}

@media (max-width: 599px) {
  .responsive .block-row .content-row-1, .responsive .block-row-3 .col-right .row-block,.responsive .block-row-4 .col-left .row-block,.responsive .block-row .row-block {padding: 30px;}
  .responsive .block-row .col-md-8 a {bottom: 30px;}
}

@media (max-width: 499px) {  
  .responsive .block-row .col-md-8 a {bottom: 10px;}
}
@media (max-width: 479px) {  
  .responsive .block-row .row-block {padding: 15px 10px;}
  .responsive .block-row h2 {margin: 0px 0 5px 0;}
  .responsive .block-row h5 {margin-bottom: 5px;}
  .responsive .content-block {margin-bottom: 5px;}
  .responsive .block-row-4 .col-left .row-block,.responsive .block-row .content-row-1, .responsive .block-row-3 .col-right .row-block {padding: 30px 15px;}
}
@media (max-width: 375px) {
  .responsive .block-row h2 {font-size: 16px;}
  .responsive .block-row .row-block {padding: 10px;}
  .responsive .block-row .col-md-8 a {font-size: 12px;}
}

/* @end */

/* @group Header Type 5 */

.header-type-5 .is-sticky .logo-sticky {
     float: none;
     padding: 17px 0px;
     text-align: center;
     position: absolute;
     left: 33%;
     right: 33%;
     z-index: 0;
}

.header-type-5 .is-sticky .logo-sticky > a {
     display: inline-block;
     padding: 0px;
     text-align: center;
     height: auto;
}

.header-type-5 .is-sticky .logo-sticky > a span {
     display: block;
}

.header-type-5 .sticky-header .main-menu {
     display: block;
}

.header-type-5 .sticky-header .main-menu ul.megamenu {
     text-align: left;
}

.header-type-5 .sticky-header .main-menu ul.megamenu li:first-child {
     margin-left: 0;
}

.header-type-5 .sticky-search .quick-search {
     max-width: none;
}

@media (max-width: 1270px) {
     .responsive .header-type-5 .header-layout-2 .sticky-header > .main-menu {
          margin: 0px;
     }
}

.header-type-5 header .slider-header {
     position: fixed;
     left: 0;
     top: 0;
     right: 0;
     z-index: 22;
     transition: all 0.2s ease-in;
     -webkit-transition: all 0.2s ease-in;
     -moz-transition: all 0.2s ease-in;
     background: transparent;
}

     .header-type-5.fixed-header .only-sticky-header {
          display: none !important;
     }

     .header-type-5.fixed-header header .slider-header {
          background: rgba(0, 0, 0, .85);
     }
     
     .header-type-5.fixed-header .header-layout-2 #top:after {
          display: none;
     }
     
     .header-type-5 .header-layout-2 .sticky-header {
          transition: all 0.2s ease-in;
          -webkit-transition: all 0.2s ease-in;
          -moz-transition: all 0.2s ease-in;
     }
     
     .header-type-5.fixed-header .header-layout-2 .sticky-header {
          margin: 0px;
     }

@media (max-width: 1160px) {
     .responsive .header-type-5 header .slider-header {
          position: absolute;
     }
}

@media (max-width: 991px) {
     .responsive .header-type-5 header .slider-header {
          position: relative;
     }
     
     .responsive .header-type-5 .header-layout-2 .is-sticky .sticky-icon-group .settings {
          display: block;
     }
     
     .responsive .header-type-5 .settings .settings-inner {
          left: 0;
          right: auto;
     }
     
     .responsive .header-type-5 .is-sticky .logo-sticky {
         left: 0;
         right: 0;
         position: relative;
         padding-top: 25px;
         padding-bottom: 30px;
         border-bottom-color: #333;
     }
     
     .responsive .header-type-5 .header-layout-2 .sticky-header {
          margin: 0px;
          margin-top: 10px;
     }
     
     .responsive .header-type-5 .sticky-header .main-menu ul.megamenu {
          text-align: center;
     }
     
     .responsive .header-type-5 #main ul.megamenu > li {
          border-top: 1px solid #333;
     }
     
     .responsive .header-type-5 #main ul.megamenu li .sub-menu .content {
          border: none;
     }
}

.header-type-5 .slider-header .sticky-header {
     background: none !important;
}

.header-type-5 .breadcrumb .background {
     padding-top: 82px;
     text-align: center !important;
     background-attachment: fixed;
}

@media (max-width: 991px) {
     .responsive .header-type-5 .breadcrumb .background {
          padding-top: 0;
     }
}

.header-type-5 .header-layout-2 .sticky-header {
     margin: 11px 0px;
}

     .header-type-5 .header-layout-2 #top:after {
          position: absolute;
          bottom: -1px;
          left: 60px;
          right: 60px;
          height: 1px;
          background: rgba(255, 255, 255, .15);
          content: '';
     }
     
@media (max-width: 1160px) {
     .responsive .header-type-5 .header-layout-2 #top:after {
          left: 40px;
          right: 40px;
     }
}

@media (max-width: 991px) {
     .responsive .header-type-5 .header-layout-2 #top:after {
          display: none;
     }
}
     
.header-type-5 .breadcrumb .with-other-image .container {
     padding-top: 120px;
     padding-bottom: 120px;
}

/* @end */

/* @group Bakery footer */

.footer-container.footer-layout-3 .container {
     max-width: 1170px;
     margin: 0px auto;
     line-height: 1.75;
}

.footer-container.footer-layout-3 {padding-bottom: 0;padding-top: 102px;text-align: left;font-size: 14px;color: #fff;}
.footer-container.footer-layout-3 .footer-top {padding-bottom: 80px;}
.footer-container.footer-layout-3 .footer-top h3.module-title {
     padding: 22px 0;
     text-transform: uppercase;
     letter-spacing: 1px;
     font-weight: 700;
     font-size: 16px;
     margin: 0;
     font-size: 18px;
     margin-bottom: 24px;
     font-family: Montserrat;
     font-weight: normal;
}
.footer-container.footer-layout-3 .footer-top ul li{margin:0}
.footer-container.footer-layout-3 .footer-top .content a{    text-transform: capitalize;}
.footer-layout-3 .col-images {text-align: center;margin-top: 65px;}
.footer-container.footer-layout-3 .col-md-4:nth-child(2), .footer-container.footer-layout-3 .col-md-4:nth-child(3) {padding-left: 84px;}
.footer-layout-3 .footer-bottom {padding: 76px 0px 68px;border-top: 1px solid rgba(255, 255, 255, 0.15);}
.footer-container.footer-layout-3 .footer-bottom address {    text-align: center;padding: 5px 0px;
     text-transform: uppercase;    letter-spacing: 7px;    color: #fff;    margin: 0;}
     
@media (max-width: 767px) {
     .responsive .footer-container.footer-layout-3 .row > div {
          padding-left: 35px !important;
          padding-right: 35px !important;
     }
     
     .responsive .footer-layout-3 .col-images {
          margin-top: 0;
          margin-bottom: 55px;
     }
}

.footer-container.footer-layout-3 .footer-top .footer-share ul {
     padding: 28px 0px 30px 0px;
     list-style: none;
     margin: 0px;
}

     .footer-container.footer-layout-3 .footer-top .footer-share ul li {
          display: inline-block;
          margin: 0px 10px 0px 0px;
          padding: 0px;
     }
     
          .footer-container.footer-layout-3 .footer-top .footer-share ul li a {
               color: #fff;
               font-size: 18px;
          }
          
               .footer-container.footer-layout-3 .footer-top .footer-share ul li a:hover {
                    color: #999;
               }
               
.footer-container.footer-layout-3 .footer-top ul.content {
     list-style: none;
     padding: 0px;
     margin: 0px;
}

     .footer-container.footer-layout-3 .footer-top ul.content li a {
          color: #fff;
     }
     
          .footer-container.footer-layout-3 .footer-top ul.content li a:hover {
               color: #999;
          }

/* @end */

/* @group Bakery posts */

.border-top-1px {
     border-top: 1px solid #cccccc;
}

.bakery-news {
     padding: 67px 0px 127px 0px;
}

     .bakery-news .media {
          position: relative;
          margin-top: 60px;
     }

     .bakery-news .thumb-holder {
          
     }
     
          .bakery-news .thumb-holder img {
               display: block;
               width: 100%;
          }
          
    .bakery-news .media-body {
         position: absolute;
         z-index: 2;
         top: 0;
         left: 0;
         right: 0;
         bottom: 0;
         cursor: pointer;
    }
    
         .bakery-news .media-body:before {
              content: "";
              background: url('../img/bg-news.png') bottom left repeat-x;
              opacity: 0.35;
              top: 0;
              left: 0;
              bottom: 0;
              right: 0;
              position: absolute;
              z-index: -1;   
              transition: all 0.2s ease-in;
              -webkit-transition: all 0.2s ease-in;
              -moz-transition: all 0.2s ease-in;
         }
         
              .bakery-news .media-body:hover:before {
                   opacity: 0.5;
              }
              
         .bakery-news .media-body .bottom {
              position: absolute;
              bottom: 15px;
              left: 23px;
              right: 23px;
              text-align: left;
              transition: all 0.2s ease-in;
              -webkit-transition: all 0.2s ease-in;
              -moz-transition: all 0.2s ease-in;
         }
         
              .bakery-news.v1 .media-body .bottom {
                   color: #fff;
              }
         
              .bakery-news .media-body:hover .bottom { 
                   bottom: 20px;
              }
              
              .bakery-news .media-body .date-published {
                   display: block;
                   color: #fff;
                   font-size: 13px;
                   -webkit-font-smoothing: antialiased;
              }
              
              .bakery-news .media-body h5 {
                   padding: 0px 0px 9px 0px;
                   margin: 0px;
                   font-size: 18px;
                   line-height: 1.42857143;
                   font-family: Montserrat, arial, serif;
                   text-transform: none;
                   font-weight: 400;
                   letter-spacing: 1px;
                   text-transform: uppercase;
                   color: #fff;
                   -webkit-font-smoothing: antialiased;
              }

/* @end */

/* @group Bakery homepage boxes */

.no-container .container {
     padding-left: 0 !important;
     padding-right: 0 !important;
     -webkit-font-smoothing: antialiased;
}

.block-row-bakery h2 {margin-top: 13px; margin-bottom: 38px; letter-spacing: 1.2px;color: #000; text-transform: uppercase;font-weight: 400;font-size: 24px;}
.content-row-bakery-1 .content-block-bakery h2 {margin-top: 20px;margin-bottom: 7px;font-weight: 700;letter-spacing: 0.6px;}
.block-row-bakery h5{margin-bottom: 47px;text-transform: uppercase;font-weight: 400;
     color:#999;font-size:13px;margin-top: 2px;letter-spacing: 2px;padding-left: 5px;font-family: Montserrat;
}
.block-row-bakery h3{font-size: 18px;letter-spacing: 0.9px;font-weight: 400;margin-left: 6px;margin-bottom: 16px;color: #20201d;}
.block-row-bakery h3 span{color:#66cccc}
.block-row-bakery-3 .col-right h3 {margin-left: -2px;}
.block-row-bakery .content-block-bakery ul.socia { margin-top: 24px;}
.block-row-bakery a{font-size:14px;color:#000;text-transform: uppercase;}
.block-row-bakery .col-md-4 a{font-size:13px;color:#000;text-transform: uppercase;}
.block-row-bakery-3 .col-right a {margin-left: -7px;}
.block-row-bakery a:hover,.block-row-bakery a:focus{color:#999}
.block-row-bakery a i{font-size:14px;margin-left:2px;}
.block-row-bakery .col-md-4 a i{font-size:13px;}
.block-row-bakery ul.socia li { display: inline-block; font-size: 16px; margin: 0 6px;}
.block-row-bakery ul.socia li a { color: #000;    position: static;}
.block-row-bakery ul.socia li a:hover { color: #66cccc;}
.block-row-bakery ul.socia li a i{font-size:16px;margin:0}
.block-row-bakery .col-md-4{text-align:center}
.content-row-bakery-1{border:0;text-align:center;padding:11%}
.content-row-bakery-1 .content-block-bakery {color:#666;max-width: 480px;display: inline-block;}
.content-block-bakery{letter-spacing: 0.4px; line-height: 24px;    margin-bottom: 21px;}
.block-row-bakery-2 .col-left .content-block-bakery {letter-spacing: 0.33px;padding-left: 3px;font-size: 13px;}
.block-row-bakery-3 .col-right .row-block {font-size: 13px;position: absolute;bottom: 0;padding: 31px 54px 31px 63px;height: auto;top: auto;}
.block-row-bakery-3 .col-right .content-block-bakery {margin-left: -6px;letter-spacing: 0.33px;margin-bottom: 22px;}
.block-row-bakery-4 .col-left .content-block-bakery {font-size: 13px;padding-left: 3px;letter-spacing: 0.33px;margin-bottom: 38px;}
.block-row-bakery-4 .col-left .row-block a {margin-top: 20px;display: inline-block;}
.block-row-bakery .col-md-8 a{bottom: 59px;  position: absolute;}
.block-row-bakery .content-row-bakery{background-size: cover;height: auto;   }
.block-row-bakery .row-block{padding: 61px 55px;position: absolute;width: 100%;top: 0;height: 100%;}
.block-row-bakery-4 .col-left .row-block {padding: 74px 55px;}
.block-row-bakery .content-row-bakery-1 {padding: 8% 0 0;height: auto;}
.block-row-bakery .col-xs-12{margin-bottom:10px;padding:0 5px;}
.block-row-bakery .col-xs-12 {padding: 0 15px;}
.block-row-bakery-1 {position: relative;}
.block-row-bakery-1 .row {margin: 0;}
.block-row-bakery-1.block-row-bakery .col-xs-12 {padding: 0;margin: 0;}
.block-row-bakery-1.block-row-bakery .col-xs-12.col-left {height: 100%;top: 0;left: 0;background-color: #f2efed;}
.block-row-bakery .col-md-8 {width: 60%;}
.block-row-bakery .col-md-4 {width: 40%;}
.block-row-bakery .col-md-8.col-left {padding-right: 5px;}
.block-row-bakery .col-md-4.col-right {padding-left: 5px;}
.block-row-bakery .col-md-8.col-right {padding-left: 5px;}
.block-row-bakery .col-md-4.col-left {padding-right: 5px;}
.block-row-bakery p {line-height: 30px;letter-spacing: 0.1px;}
.content-row-bakery-1 .content-block-bakery p {letter-spacing: 0.55px;padding-left: 6px;margin-bottom: 20px;line-height:30px}
.content-row-bakery-1 .content-block-bakery p.name-bakery {padding: 0px;margin: 0px;
}

@media (max-width: 767px) {
     .responsive .block-row-bakery .col-xs-12 {
          min-height: 2px !important;
     }
}
.block-row-bakery .content-row-bakery{position: relative; overflow: hidden;}
.video-content-bakery .background-video-bakery img,
.content-row-bakery .background-block-bakery img {
	opacity:1;
	filter: alpha(opacity=100);height:100%;
	-moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;background-size: contain;
    width: 100%;vertical-align: top;
}

.background-hover-bakery {
	width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
	cursor:pointer;
	opacity:1;
	visibility:visible;
	border:224px solid rgba(0,0,0,0.0);
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	-moz-transition: all 0.5s cubic-bezier(0.940, 0.850, 0.100, 0.620);
    -webkit-transition: all 0.5s cubic-bezier(0.940, 0.850, 0.100, 0.620);
    -o-transition: all 0.5s cubic-bezier(0.940, 0.850, 0.100, 0.620);
    -ms-transition: all 0.5s cubic-bezier(0.940, 0.850, 0.100, 0.620);
    transition: all 0.5s cubic-bezier(0.940, 0.850, 0.100, 0.620);
}
.video-content-bakery:hover .background-hover-bakery,
.content-row-bakery:hover .background-hover-bakery {
	border:0px double rgba(0,0,0,0.7);
	opacity:0;
	visibility:hidden;
}


.background-video-bakery{height: 100%;width: 100%;float: left;position: absolute;z-index: 1;}
.video-bakery {
    width: 100%;
   
    left: 0;
}
.video-content-bakery .video-text-wrap-bakery {
    z-index: 5;
    width: 85px;
    left: 50%;
    position: absolute;
    top: 50%;
    height: 50%;
  	padding: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: transparent;
  	cursor: pointer;
  	margin-top: -42px;
  	margin-left: -42px;
}

.video-content-bakery .video-text-wrap-bakery .btn-video-play-bakery i {
    font-size: 34px;
    color: #fff;
    width: 85px;
    background: #1e1e1e;
    height: 85px;
    line-height: 85px;
    display: block;
    margin: auto;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    padding-left: 5px;
}

     .video-content-bakery .video-text-wrap-bakery .btn-video-play-bakery i.fa-stop {
          padding-left: 2px;
          font-size: 30px;
     }

.video-content-bakery {
    height: auto;
    overflow: hidden;
    position: relative;
}
.video-content-bakery { position: relative;}
.video-content-bakery .video-bakery{    background: rgba(255,255,255,0.8);   position: relative; width: 100%; left: 0; height: 100%;}
.video-content-bakery .video-bakery #video_player_id {height: 100%;width: 100%;position: absolute;}

     .block-row-bakery .content-row-bakery-1 {
          padding: 16.8% 30px 7% 30px !important;
     }
     
     .content-row-bakery-1 .content-block-bakery p {
         line-height: 31px;
         padding: 0;
     }
     
     .content-row-bakery-1 .content-block-bakery p {
          margin-bottom: 59px;
     }

.content-row-bakery-1 .content-block-bakery h2 {
     padding: 0px;
     margin: 0px;
     margin-top: 19px;
     font-family: Oswald;
     margin-bottom: 8px;
     font-weight: 700;
     letter-spacing: 0.6px;
     color: #000;
     text-transform: uppercase;
     font-size: 24px;
     line-height: 1.25em;
}

/* @end */

/* @group Bakery service */

.bakery-services {
     padding: 100px 0px 110px 0px;
}

     .bakery-services .title {
          
     }
     
          .bakery-services .title h2 {
               padding: 32px 0px 0px 0px;
               margin: 0px;
               font-family: Oswald;
               font-weight: bold;
               text-transform: uppercase;
               font-size: 24px;
               letter-spacing: 0.5px;
               -webkit-font-smoothing: antialiased;
               -moz-osx-font-smoothing: grayscale;
               color: #000;
          }
          
          .bakery-services .title h4 {
               padding: 10px 0px 0px 0px;
               font-weight: normal;
               margin: 0px;
               font-size: 13px;
               letter-spacing: 2px;
               text-transform: uppercase;
               color: #999;
               -webkit-font-smoothing: antialiased;
               -moz-osx-font-smoothing: grayscale;
          }

.service-img {
     padding: 69px 0px 0px 0px;     
}

     .service-img img {
         border-radius: 50%;
         -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
     }
     
.service-content {
     
}

     .service-content h2 {
          padding: 44px 0px 0px 0px;
          margin: 0px;
          font-size: 16px;
          letter-spacing: 2px;
          text-transform: uppercase;
          color: #000;
          font-weight: 400;
     }
     
     .service-content p {
          padding: 17px 0px 19px 0px;
          margin: 0px;
          color: #999;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
     }

/* @end */

/* @group Header type 6 */

.header-type-6 .is-sticky .logo-sticky > a {
     padding-top: 0;
}

.header-type-6 .header-layout-3 .sticky-header {
     padding: 11px 0px;
}

.header-type-6 .header-layout-3 .no-container {
     padding: 0px 60px;
}

@media (max-width: 1170px) {
     .responsive .header-type-6 .header-layout-3 .no-container {
          padding: 0px 40px;
     }
}

@media (max-width: 991px) {
     .responsive .header-type-6 .header-layout-3 .no-container {
          padding: 0px 30px;
     }
}

@media (max-width: 767px) {
     .responsive .header-type-6 .header-layout-3 .no-container {
          padding: 0px 15px;
     }
}

.header-type-6 .header-layout-3 .sticky-search .quick-search {
     margin-top: 0px;
}

.header-type-6.slider-align-top .header-layout-3 .sticky-search .quick-search {
     margin-top: 11px;
}

@media (max-width: 580px) { 
     .responsive .header-type-6 .header-layout-3 .sticky-search .quick-search {
          bottom: 11px;
     }
}

/* @end */

/* @group Bike testimonials */

.bike-testimonial {
     padding: 20.8% 0 46% 0;
}

     .bike-testimonial .first-heading {
          font-family: Montserrat;
          color: #000;
          letter-spacing: 3px;
          text-transform: uppercase;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 16px;
     }
     
     .bike-testimonial .second-heading {
          font-family: Oswald;
          font-size: 60px;
          font-weight: bold;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          color: #000;
          text-transform: uppercase;
          line-height: 1.25;
          margin: 0px 0px 0px -42px;
          position: relative;
     }
     
     .bike-testimonial p {
          margin: 0px;
          padding: 53px 0px 0px 0px;
          font-size: 15px;
          font-weight: bold;
          color: #333;
          max-width: 420px;
     }
     
     @media (max-width: 767px) {
          .responsive .bike-testimonial .second-heading {
               margin-left: -20px;
               font-size: 30px;
          }
     }

/* @end */

/* @group Bike service */

.bike-services {
     padding-bottom: 0;
}

.bike-services .title {
     background: url(../img/oround.png) top center no-repeat;
     padding-bottom: 52px;
     position: relative;
     margin-top: -9px;
}

.bike-services .title h2 {
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     padding-top: 25px;
}

/* @end */

/*--------------------- Feature Starts------------------------- */

/*masonery*/

.bike-features {
     padding-top: 102px;
}

     .bike-features .title-wrap {
          background: url(../img/oround.png) top center no-repeat;
          padding-bottom: 53px;
          text-align: center;
     }
     
          .bike-features .title-wrap h2 {
               padding: 0px;
               margin: 0px;
               -webkit-font-smoothing: antialiased;
               -moz-osx-font-smoothing: grayscale;
               padding-top: 25px;
               font-family: Oswald;
               font-weight: bold;
               text-transform: uppercase;
               font-size: 24px;
               letter-spacing: 0.5px;
               -webkit-font-smoothing: antialiased;
               -moz-osx-font-smoothing: grayscale;
               color: #000;
          }
          
          .bike-features .title-wrap h4 {
               padding: 10px 0px 0px 0px;
                   font-weight: normal;
                   margin: 0px;
                   font-size: 13px;
                   letter-spacing: 2px;
                   text-transform: uppercase;
                   color: #999;
                   -webkit-font-smoothing: antialiased;
                   -moz-osx-font-smoothing: grayscale;
          }
          
.bike-features .tabs {
     padding-top: 71px;
}

.grid{
    max-width: 100%;
}
.grid:after, .grid-item:after{
    content: '';
    display: block;
    clear: both;
}
.grid-item,
.grid-sizer {
    width: 25%; 
    height: 480px;
}
.grid-item {
    float: left;      
}
.height-960{
    height: 960px;
}
.width-50{
    width: 50%;
}
.width-100{
    width: 100%;
}

     @media (max-width: 767px) {
          .responsive .grid-item,
          .responsive .grid-sizer {
               width: 100%;
          }
          
          .responsive .width-50{
              width: 100%;
              clear: left;
          }
          
          .responsive .grid > div {
               float: none !important;
               width: 100% !important;
          }
     }
     
.product-wrap.no-border {
    border-right: 0 none;
}
.product-wrap{
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc; 
    width: 100%;
    height: 100%;
    position: relative;
}
.product-img img {  
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
.product-img.img-top img{
    top: 17.5%;
    bottom: auto;
}
.product-detail {
    bottom: 47px;
    left: 56px;
    right: 20px;
    position: absolute;
}

     @media (max-width: 767px) {
          .responsive .product-detail {
               left: 25px;
               bottom: 37px;
          }
     }
     
.product-detail .caption-title a {
     font-size: 15px;
     font-weight: normal;
}
.product-detail .caption-text {
     font-size: 30px;
     padding-top: 2px;
}
.product-tag ul {
     list-style: none;
     padding: 0px;
     margin: 0px;
}
.product-tag li a{
    font-size: 30px;
}
.product-tag li {
    margin: 10px 0;
    position: relative;
    text-align: center;
}
.tool-span {
    background: #000000 none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    height: 30px;
    padding: 5px;
    text-transform: capitalize;
    line-height: normal;
    position: relative;
    min-width: 105px;
}
.product-tag {
    position: absolute;
    right: 40px;
    top: 40px;
    opacity: 0;
    visibility: hidden;

    transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
    transform: translateX(50px);
    -webkit-transform: translateX(50px);
}
.grid-item:hover .product-tag{
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
}
.tool {
    position: absolute;
    right: 100%;
    top: 10px;
    margin-right: 25px;
    opacity: 0;
    visibility: hidden;

    transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
    transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
}
.product-tag li:hover > .tool{
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
}
.tool-span:before {
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #000;
    left: 100%;
    content: ""; 
    position: absolute;
    top: 9px;
}

.theme-tabs {
     padding: 0px;
     margin: 0px;
     list-style: none;
}

.theme-tabs li {  
    width: 25%;
    float: left;
}

     @media (max-width: 767px) {
          .responsive .theme-tabs li {
               width: 50%;
          }
     }
     
     @media (max-width: 480px) {
          .responsive .theme-tabs li {
               width: 100%;
               float: none;
          }
     }
     
.theme-tabs {
    width: 100%;
}
.theme-tabs li a {
    color: #000;
    border-right: 1px solid #cccccc;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1.5px;
    padding: 31px 45px;
    text-transform: uppercase;
    display: block;
    background-color: #f2f2f2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
     
     @media (max-width: 1098px) {
          .responsive .theme-tabs li a {
               padding-left: 25px;
               padding-right: 25px;
               font-size: 16px;
               line-height: 1.9;
          }
     }
     
.theme-tabs li a:hover {
     color: #993300;
}
.theme-tabs li a i {
     float: right;
     font-size: 30px;
     line-height: 1.03;
     display: block;
}
.theme-tabs li a i:before {
     content: '+';
     font-family: Open Sans;
}
.theme-tabs li.active a{
    background-color: transparent;
}
.theme-tabs li:last-child a {
    border: medium none;
}
/*--------------------- Feature Ends------------------------- */

/* @group Bike brands */

.bike-brands {
     padding: 84px 0px 0px 0px;
     margin-bottom: -13px;
     margin-left: -10px;
     margin-right: -10px;
     position: relative;
}

     .bike-brands .owl-carousel .owl-item .item {
          margin-bottom: 4px;
     }

     .bike-brands img {
          opacity: 0.4;
          transition: all 0.2s ease-in;
          -webkit-transition: all 0.2s ease-in;
          -moz-transition: all 0.2s ease-in;
          display: block;
          margin: 0px auto;
     }
     
          .bike-brands img:hover {
               opacity: 1;
          }

/* @end */

/* @group Bike copyright */

.bike-copyright {
     padding: 19px 0px 49px 0px;
     margin: 110px 0px 0px 0px;
     position: relative;
}

     @media (max-width: 767px) {
          .responsive .bike-copyright {
               margin-top: 80px;
          }
     }

     .bike-copyright:before {
          content: '';
          left: -1000px;
          right: -1000px;
          height: 1px;
          position: absolute;
          background: #d7d7d7;
          display: block;
          top: 0;
     }

     .bike-copyright ul {
          list-style: none;
          padding: 30px 0px 0px 0px;
          margin: 0px;
          float: right;
     }
     
          @media (max-width: 767px) {
               .responsive .bike-copyright ul {
                    float: none;
               }
          }
     
     .bike-copyright p {
          clear: left;
          padding: 35px 0px 5px 0px;
          margin: 0px;
          text-transform: uppercase;
          letter-spacing: 0.5px;
          font-family: Montserrat;
          font-weight: normal;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
     }
     
.footer-bike {
     
}

     .footer-bike .box {
          margin: 0px;
          padding: 106px 0px 0px 0px;
     }
     
          @media (max-width: 767px) {
               .responsive .footer-bike .box {
                    padding-top: 70px;
               }
          }
     
          .footer-bike .box .box-heading {
               padding: 0px;
               margin: 0px;
               background: none;
               border: none;
               font-family: Montserrat;
               font-weight: 400;
               letter-spacing: 1px;
          }
          
          .footer-bike .box .box-content {
               padding: 35px 0px 0px 0px;
               margin: 0px;
               color: #666666;
               line-height: 1.7;
               -webkit-font-smoothing: antialiased;
               -moz-osx-font-smoothing: grayscale;
          }
          
               .footer-bike .box .box-content a {
                    color: #666;
                    line-height: 1.7;
               }
               
                    .footer-bike .box .box-content a:hover {
                         color: #993300;
                    }
          
               .footer-bike .box .box-content ul {
                    list-style: none;
                    padding: 0px;
                    margin: 0px;
               }
               
#main .footer-bike .footer-share ul {
     padding: 32px 0px 0px 0px;
}
               
     .footer-bike .footer-share ul li {
          display: inline-block;
          margin-right: 13px;
          font-size: 15px;
     }

/* @end */

/* @group Home bike newsletter */

.home-bike-newsletter {
     
}

     .home-bike-newsletter .newsletter .content {
          margin: 39px 0px 0px 0px;
          max-width: 300px;
     }
     
     .home-bike-newsletter .newsletter .input-group-field {
          background: #fff;
          color: #999999;
          border: 1px solid #ccc;
          padding-left: 20px;
          font-size: 13px;
     }

/* @end */

/* @group Sunglasses footer */

.sunglasses-footer {
     background: #f3f3f3;
     color: #999999;
     font-size: 13px;
     line-height: 1.85;
}

     .sunglasses-footer .panels {
          margin-top: 84px;
          position: relative;
     }
     
          .sunglasses-footer .panels > div {
               position: static;
          }
          
          .sunglasses-footer .panels > div:before {
               content: '';
               position: absolute;
               top: 0;
               bottom: 0;
               width: 1px;
               background: #dfdfdf;
               margin-left: -15px;
          }
          
               .sunglasses-footer .panels > div:first-child:before {
                    display: none;
               }
     
          .sunglasses-footer .panels h4 {
               font-family: Montserrat;
               font-size: 24px;
               text-transform: uppercase;
               font-weight: normal;
               color: #000;
               -webkit-font-smoothing: antialiased;
               -moz-osx-font-smoothing: grayscale;
               padding: 53px 20px 0px 20px;
               margin: 0px;
               text-align: center;
          }
          
          .sunglasses-footer .panels .panel-content {
               padding: 15px 30px 58px 30px;
               text-align: center;
          }
          
     .sunglasses-footer .share {
             text-align: center;  
     }
     
          .sunglasses-footer .share h4 {
               padding: 64px 0px 0px 0px;
               margin: 0px;
               font-size: 14px;
               color: #999999;
               font-family: Montserrat;
               text-transform: uppercase;
               font-weight: normal;
          }
          
          .sunglasses-footer .share ul {
               list-style: none;
               padding: 18px 0px 0px 0px;
               margin: 0px;
          }
          
               .sunglasses-footer .share ul li {
                    display: inline-block;
                    padding: 0px 15px;
                    font-size: 20px;
                    vertical-align: middle;
               }
               
                    .sunglasses-footer .share ul li a {
                         color: #666;
                    }
                    
                         .sunglasses-footer .share ul li a:hover {
                              color: #ccc;
                         }

     .sunglasses-footer .copyright {
          background: #e5e5e5;
          color: #666666;
          font-family: Montserrat;
          padding: 32px 0px 30px 0px;
          margin-top: 71px;
     }
     
          .sunglasses-footer .copyright a {
               font-weight: bold;
               color: #000;
          }
          
@media (max-width: 767px) {
     .responsive .sunglasses-footer .panels > div:before {
          display: none;
     }
     
     .responsive .sunglasses-footer .panels {
          margin-top: 30px;
     }  
     
     .responsive .sunglasses-footer .copyright {
          margin-top: 65px;
     }   
     
     .responsive .sunglasses-footer .panels .panel-content {
          padding-left: 0;
          padding-right: 0;
          padding-bottom: 0;
     }
}

/* @end */

/* @group Sunglasses services */

.sunglasses-services {
     padding-bottom: 0;
     padding-top: 78px;
}

     .sunglasses-services .title {
          padding-bottom: 31px;
     }

     .sunglasses-services .title h2 {
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
     }

/* @end */

/* @group Sunglasses top block */

.block-main-top {-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;padding-bottom: 117px;padding-top: 120px;position: relative;}
.block-main-top:before {  background-color: #000;  content: "";  height: 120px;  left: 0;  position: absolute;  top: 0;  width: 1px;}
.block-main-top .block-left {position: static;}
.block-main-top .block-left .images {float: right;padding-left: 70px;
}
.block-main-top .block-right {padding-left: 68px;}
.block-main-top .text-left {bottom: 40%;left: -168px;position: absolute;-ms-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-webkit-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg);}
.block-main-top .text-left span {color: #000;font-size: 14px;letter-spacing: 7px;text-transform: uppercase;font-family: Montserrat;
}
.block-main-top .block-right .sub-title {  font-family: Montserrat;
     color: #666666;  font-size: 16px;  letter-spacing: 3.2px;  line-height: 1.2;  margin-bottom: 11px;  margin-top: -3px;  text-transform: uppercase;}
.block-main-top .block-right .block-title h2 {  font-family: Oswald;text-transform: uppercase;
     font-size: 30px;  letter-spacing: 0.8px;  line-height: 1.6;  margin-bottom: 48px;font-weight: bold;
}
.block-main-top .block-right .block-content p {  color: #666666;  letter-spacing: 0.35px;  line-height: 30px;}
.block-main-top .block-right .block-content .user {  color: #000000;  font-size: 12px;  letter-spacing: 0.3px;  margin-top: 85px;  text-transform: uppercase;}
.block-main-top .block-right .block-content .user span {color: #999999;}
.block-main-top .block-right .block-content p.name {  margin-top: 23px;}

@media ( min-width: 1200px ) {
  .block-main-top .block-left {padding-right: 2px;width: 51.4%;}
  .block-main-top .block-right {width: 48.6%;}
  .block-main-top .block-left .images {float: right;}
}

@media (max-width: 767px) {
     .responsive .block-main-top .block-left .images {
          padding-left: 0;
          float: none;
     }
     .responsive .block-main-top .text-left {margin-bottom: 30px;bottom: auto;left: auto;position: static;-ms-transform:rotate(0);-moz-transform:rotate(0);-webkit-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0);}
     .responsive .block-main-top {  padding: 70px 5px;}
     .responsive .block-main-top:before {width: 0; height: 0;display: none;}
     .responsive .block-main-top .block-left .images, .block-main-top .block-left .images img {  width: 100%;}
     .responsive .block-main-top .block-right {  padding-left: 15px;  padding-top: 60px;}
}

/* @end */

/* @group Sunglasses posts */

.sunglasses-posts {
     padding: 92px 0px 120px 0px;
}

     .sunglasses-posts .blog-heading h2 {
          text-align: center;
          font-family: Oswald;
          font-weight: bold;
          padding: 0px;
          margin: 0px;
          font-weight: bold;
          text-transform: uppercase;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 24px;
          letter-spacing: 0.5px;
     }
     
          .sunglasses-posts .blog-heading h2 p {
               text-transform: none;
               font-family: Open Sans;
               font-weight: normal;
               font-size: 13px;
               padding: 17px 0px 0px 0px;
               margin: 0px auto;
               max-width: 560px;
               line-height: 22px;
               color: #999;
          }

     .sunglasses-posts .blog-items {
          padding: 96px 0px 0px 0px;
     }
     
          .sunglasses-posts .blog-items > .item {
               float: left;
               width: 33.333333333%;
               position: relative;
          }
          
               @media (max-width: 767px) {
                    .responsive .sunglasses-posts .blog-items > .item {
                         float: none;
                         width: 100%;
                    }
               }
          
               .sunglasses-posts .blog-items > .item:before {
                    background: #fff none repeat scroll 0 0;
                    content: "";
                    opacity: 0;
                    filter: alpha(opacity=00);
                    transition: all 0.3s ease-in-out 0s;
                    -webkit-transition: all 0.3s ease-in-out 0s;
                    -moz-transition: all 0.3s ease-in-out 0s;
                    -o-transition: all 0.3s ease-in-out 0s;
                    position: absolute;
                    right: 22px;
                    top: 22px;
                    left: 22px;
                    bottom: 22px;
                    visibility: hidden;
               }
               
                    .sunglasses-posts .blog-items > .item:hover:before {
                        opacity: 0.85;
                        filter: alpha(opacity=85);
                        visibility: visible;
                    }
          
          .sunglasses-posts .blog-items .blog-top {
               left: 0;
               margin-bottom: 0;
               padding: 0 48px;
               position: absolute;
               top: 0;
               width: 100%;
               opacity: 0;
               filter: alpha(opacity=00);
               visibility: hidden;
               transition: all 0.3s ease-in-out 0s;
               -webkit-transition: all 0.3s ease-in-out 0s;
               -moz-transition: all 0.3s ease-in-out 0s;
               -o-transition: all 0.3s ease-in-out 0s;
               	top: 50%;
               transform: translateY(-50%);
               -webkit-transform: translateY(-50%);
               -moz-transform: translateY(-50%);
               -o-transform: translateY(-50%);
               text-align: center;
          }
          
               .sunglasses-posts .blog-items > div:hover .blog-top {
                    opacity: 1;
                    filter: alpha(opacity=100);
                    visibility: visible;
               }
               
               .sunglasses-posts .blog-items .blog-top h3 {
                    padding: 0px;
                    margin: 0px;
               }
               
               .sunglasses-posts .blog-items .blog-top h3 a {
                    color: #000;
                    font-size: 18px;
                    line-height: 24px;
                    padding-left: 0;
                    text-transform: uppercase;
                    font-family: Montserrat;
               }
               
                    .sunglasses-posts .blog-items .blog-top h3 a:hover {
                         color: #999;
                    }
                    
               .sunglasses-posts .blog-items .blog-top p {
                    padding: 17px 0px 0px 0px;
                    margin: 0px;
                    color: #999999;
                    font-size: 13px;
               }
               
                    .sunglasses-posts .blog-items .blog-top p a {
                         color: #666;
                    }
                    
                         .sunglasses-posts .blog-items .blog-top p a:hover {
                              color: #999;
                         }
                         
                    .sunglasses-posts .blog-items .blog-top p .holizol {
                         padding: 0px 6px 0px 8px;
                    }
          
          .sunglasses-posts .blog-items img {
               display: block;
               margin: 0px auto;
          }

/* @end */

/* @group Sunglasses hot deal */

.sunglasses-hot-deal {
     position: relative;
     padding: 99px 0px 111px 0px;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     max-width: 498px;
}

     .sunglasses-hot-deal .image {
          position: absolute;
          bottom: 0;
          right: -1000px;
          overflow: hidden;
     }
     
          .sunglasses-hot-deal .image img {
               max-width: none;
          }
     
     .sunglasses-hot-deal .first-heading {
          font-family: Montserrat;
          text-transform: uppercase;
          color: #666;
     }
     
     .sunglasses-hot-deal .second-heading {
          font-family: Oswald;
          font-size: 36px;
          line-height: 1.2;
          color: #000;
          text-transform: uppercase;
          font-weight: bold;
          padding: 10px 0px 0px 0px;
     }
     
     .sunglasses-hot-deal .description {
          color: #666;
          line-height: 24px;
          letter-spacing: 0.5px;
          padding: 32px 0px 0px 0px;
     }
     
     .sunglasses-hot-deal .countdown-special {
          padding: 49px 0px 0px 0px;
     }
     
          .sunglasses-hot-deal .countdown-special > p {
               padding: 0px 0px 0px 0px;
               margin: 0px;
               text-transform: uppercase;
               color: #000;
               text-transform: uppercase;
               font-family: Montserrat;
          }
     
          .sunglasses-hot-deal .is-countdown {
               position: relative;
               margin: -10px 0px 0px 0px;
               background: none;
               padding: 0px;
          }
          
               .sunglasses-hot-deal .is-countdown .countdown-section {
                    width: 70px !important;
                    height: 70px !important;
                    background: #fff;
                    margin-right: 30px;
                    font-size: 13px;
                    line-height: 38px;
                    color: #666;
                    font-family: Montserrat;
                    margin-top: 38px;
               }
               
               .sunglasses-hot-deal .is-countdown .countdown-section .countdown-amount {
                    line-height: 70px;
                    font-size: 28px;
                    font-weight: bold;
                    color: #000;
               }
          
     .sunglasses-hot-deal .theme-btn {
          text-align: center;
          border: 1px solid #000;
          border-radius: 0;
          color: #000000;
          background-color: transparent;
          display: inline-block;
          font-size: 14px;
          height: 50px;
          line-height: 50px;
          min-width: 170px;
          padding: 0 10px;
          text-transform: uppercase;
          position: relative;
          font-family: Montserrat;
          margin-top: 83px;
     }
     
          .sunglasses-hot-deal .theme-btn:hover {
               background: #000;
               color: #fff;
          }

/* @end */

/* @group Header type 7 */

.header-type-7 .is-sticky .logo-sticky > a {
     padding-top: 0;
}

.header-type-7 .header-layout-3 .slider-header {
     position: absolute;
     left: 0;
     right: 0;
}

     @media (max-width: 991px) {
          .responsive .header-type-7 .header-layout-3 .slider-header {
               position: relative;
          }
     }

.header-type-7 .header-layout-3 .sticky-header {
     padding: 11px 0px;
     box-shadow: none;
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     background: none;
}

.header-type-7 .header-layout-3 .no-container {
     padding: 0px 70px;
}

@media (max-width: 1170px) {
     .responsive .header-type-7 .header-layout-3 .no-container {
          padding: 0px 40px;
     }
}

@media (max-width: 991px) {
     .responsive .header-type-7 .header-layout-3 .no-container {
          padding: 0px 30px;
     }
}

@media (max-width: 767px) {
     .responsive .header-type-7 .header-layout-3 .no-container {
          padding: 0px 15px;
     }
}

.header-type-7 .header-layout-3 .sticky-search .quick-search {
     height: 60px;
     margin-top: 11px;
     left: 0;
     right: 0;
     width: 100%;
     max-width: none;
     z-index: 1000;
     padding-top: 0;
}

.header-type-7 .header-layout-3 .sticky-search .quick-search .icon_close {
     top: 17px;
     right: 15px;
}

@media (max-width: 580px) { 
     .responsive .header-type-7 .header-layout-3 .sticky-search .quick-search {
          bottom: 11px;
     }
}

.header-type-7 .breadcrumb .background {
     padding-top: 82px;
     text-align: center !important;
     background-attachment: fixed;
}

@media (max-width: 991px) {
     .responsive .header-type-7 .breadcrumb .background {
          padding-top: 0;
     }
}

.header-type-7 .breadcrumb .with-other-image .container {
     padding-top: 130px;
     padding-bottom: 150px;
}

@media (max-width: 991px) {
     .responsive .header-type-7 .header-layout-3 ul.megamenu li .sub-menu .content .hover-menu .menu ul li a, 
     .responsive .header-type-7 .header-layout-3 ul.megamenu li .sub-menu .content .static-menu .menu ul li a {
          text-align: center;
     }
     
     .responsive .header-type-7 #main ul.megamenu > li {
          border: none;
          border-bottom: 1px solid #333;
     }
     
          .responsive .header-type-7 #main ul.megamenu > li:last-child {
               border: none;
          }
     
     .responsive .header-type-7 #main ul.megamenu li .sub-menu .content {
          border: none;
          text-align: center;
     }
}

@media (max-width: 767px) {
     .responsive .header-type-7 #main .breadcrumb .container {
          padding-top: 45px;
     }
}

/* @end */

/* @group Footer barber */

.footer-barber .box .box-content {
     color: #999999;
}

.footer-bike .box .box-content a {
     color: #999;     
}

     .footer-bike .box .box-content a:hover {
          color: #ffcc99;
     }

.footer-barber .box .box-heading {
     color: #fff;
}

.footer-barber .bike-copyright p {
     color: #fff;
}

.footer-barber .home-bike-newsletter .newsletter .input-group-field {
     border: none;
}

.footer-barber .bike-copyright:before {
     background: rgba(255, 255, 255, .1);
}

/* @end */

/* @group Barber contact */

#contact {
     text-align: center;
     padding: 125px 0px 20px 0px;
}

     #contact h2.title {
          padding: 0px;
          margin: 0px;
          font-family: Oswald;
          text-transform: uppercase;
          font-weight: bold;
          letter-spacing: 1.5px;
     }
     
     #contact ul {
          list-style: none;
          padding: 59px 0px 83px 0px;
          margin: 0px;
     }
     
     #contact ul .input-box {
          padding-top: 30px;
     }
     
     #contact input {
          display: block;
          width: 100%;
          margin: 0px;
          padding: 0px 23px 0px 23px;
          height: 56px;
          line-height: 54px;
          background: #f2f2f2;
          border: 1px solid #ccc;
          transition: all 0.2s ease-in;
          -webkit-transition: all 0.2s ease-in;
          -moz-transition: all 0.2s ease-in;
     }
     
          #contact input:focus {
               background: #fff;
          }
          
     #contact textarea {
          display: block;
          width: 100%;
          height: 322px;
          background: #f2f2f2;
          border: 1px solid #ccc;
          transition: background-color 0.2s ease-in;
          -webkit-transition: background-color 0.2s ease-in;
          -moz-transition: background-color 0.2s ease-in;
     }
     
          #contact textarea:focus {
               background: #fff;
          }
          
     #contact .contact-button {
          line-height: 54px;
          display: block;
          background: #000;
          color: #fff !important;
          padding: 0px 29px 0px 29px;
          font-family: Montserrat;
          font-weight: 400;
          letter-spacing: 1.5px;
          text-transform: uppercase;
          height: 54px;
          border: none;
          margin: 0px auto;
          transition: all 0.2s ease-in;
          -webkit-transition: all 0.2s ease-in;
          -moz-transition: all 0.2s ease-in;
     }
     
          #contact .contact-button:hover {
               color: #ffcc99 !important;
          }
          
          #contact .contact-button span {
               display: block;
               float: left;
          }
     
          #contact .contact-button i {
               border-left: 1px solid #262626;
               float: right;
               position: relative;
               padding-left: 25px;
               display: block;
               height: 54px;
               line-height: 53px;
               font-size: 18px;
               font-weight: bold;
               margin-left: 26px;
               margin-right: -3px;
          }

/* @end */

/* @group Barber home boxes */

.barber-home-boxes {
     
}

     .barber-home-boxes > .item {
          float: left;
          width: 50%;
          height: 960px;
          position: relative;
     }
     
          .barber-home-boxes > .item .feature-content {
               position: absolute;
               top: 50%;
               left: 50%;
               -webkit-transform: translate(-50%,-50%);
               -ms-transform: translate(-50%,-50%);
               -o-transform: translate(-50%,-50%);
               transform: translate(-50%,-50%);
               text-align: center;
               color: #ffffff;
               width: 100%;
               padding: 0 35px;
          }
          
               .barber-home-boxes > .item .feature-content.style-2 > img {
                    padding-top: 14px;
               }
               
               .barber-home-boxes > .item .feature-content.style-3 .overflow > img {
                    padding-top: 79px;
               }
               
               .barber-home-boxes > .item .feature-content.style-3 .overflow {
                    max-width: 580px;
                    margin: 0px auto;
               }
          
               .barber-home-boxes > .item .feature-content .title-1 {
                    padding: 100px 0px 0px 0px;
                    margin: 0px;
                    color: #fff;
                    font-family: Montserrat;
                    text-transform: uppercase;
                    font-size: 18px;
                    letter-spacing: 1px;
               }
               
                    .barber-home-boxes > .item .feature-content.style-2 .title-1 {
                         padding: 44px 0px 0px 0px;
                         font-size: 14px;
                    }
               
                    .barber-home-boxes > .item .feature-content.style-3 .title-1 {
                         padding: 5px 0px 0px 0px;
                         font-size: 14px;
                         color: #999999;
                         font-family: Montserrat;
                    }
               
               .barber-home-boxes > .item .feature-content .section-title {
                    color: #fff;
                    font-family: Oswald;
                    font-weight: bold;
                    text-transform: uppercase;
                    padding: 7px 0px 0px 0px;
                    margin: 0px;
                    font-size: 60px;
                    letter-spacing: 1px;
                    line-height: 1.2;
               }
               
                    .barber-home-boxes > .item .feature-content.style-2 .section-title {
                         font-size: 48px;
                         padding: 20px 0 0 0;
                    }
                    
                    .barber-home-boxes > .item .feature-content.style-3 .section-title {
                         font-size: 30px;
                         color: #000;
                         padding: 14px 0 0 0;
                    }
               
               .barber-home-boxes > .item .feature-content p {
                    padding: 32px 0px 0px 0px;
                    margin: 0px;
                    font-size: 16px;
                    line-height: 1.7;
               }
               
                    .barber-home-boxes > .item .feature-content.style-2 p {
                         font-size: 14px;
                         padding: 24px 0 0 0;
                    }
                    
                    .barber-home-boxes > .item .feature-content.style-3 p {
                         font-size: 14px;
                         line-height: 2.15;
                         padding: 48px 0 0 0;
                         color: #666666;
                    }
               
               .barber-home-boxes .item .item {
                    float: left;
                    width: 50%;
                    height: 480px;
                    position: relative;
               }
               
          .barber-home-boxes .product {
               position: absolute;
               left: 53px;
               right: 53px;
               bottom: 36px;
          }
          
               .barber-home-boxes .item .item .product {
                    left: 48px;
                    right: 53px;
               }
               
               @media (max-width: 1100px) {
                    .responsive .barber-home-boxes .product,
                    .responsive .barber-home-boxes .item .item .product {
                         left: 20px;
                         right: 20px;
                         bottom: 18px;
                    }
                    
                    .responsive .barber-home-boxes > .item {
                         height: 840px;
                    }
                    
                    .responsive .barber-home-boxes .item .item {
                         height: 420px;
                    }
               }
               
               @media (max-width: 767px) {
                    .responsive .barber-home-boxes > .item {
                         width: 100%;
                    }
               }
          
               .barber-home-boxes .product .name a {
                    font-family: Montserrat;
                    text-transform: uppercase;
                    letter-spacing: 0.75px;
               }
               
               .barber-home-boxes .product .price {
                    font-family: Oswald;
                    font-size: 30px;
                    letter-spacing: 0.75px;
                    padding: 7px 0px 0px 0px;
               }
               
.barber-button {
     line-height: 54px;
     display: inline-block;
     border: 1px solid #fff;
     color: #fff !important;
     padding: 0px 29px 0px 29px;
     font-family: Montserrat;
     font-weight: 400;
     letter-spacing: 1.5px;
     text-transform: uppercase;
     height: 54px;
     transition: all 0.2s ease-in;
     -webkit-transition: all 0.2s ease-in;
     -moz-transition: all 0.2s ease-in;
     margin: 66px 0px 0px 0px;
}

     .barber-button span {
          display: block;
          float: left;
          transition: all 0.2s ease-in;
          -webkit-transition: all 0.2s ease-in;
          -moz-transition: all 0.2s ease-in;
     }
     
     .barber-button i {
          border-left: 1px solid #fff;
          float: right;
          position: relative;
          padding-left: 25px;
          display: block;
          height: 52px;
          line-height: 53px;
          font-size: 18px;
          font-weight: bold;
          margin-left: 26px;
          margin-right: -3px;
          transition: all 0.2s ease-in;
          -webkit-transition: all 0.2s ease-in;
          -moz-transition: all 0.2s ease-in;
     }
     
          .barber-button:hover i {
               border-color: #ffcc99;
          }
     
     .barber-button:hover {
          color: #ffcc99 !important;
          border: 1px solid #ffcc99;
     }
     
.barber-play-video {
     font-size: 22px;
     color: #fff;
     margin: 31px 0px 0px 0px;
     display: inline-block;
}

     .barber-play-video:hover {
          padding-left: 10px;
          color: #fff;
     }

/* @end */

/* @group Header type 8 */

body.header-type-8 {
     position: relative;
}

     body.header-type-8 .header {
          position: absolute;
          top: 0;
          left: -300px;
          bottom: 0;
          width: 300px;
          background: #fff;
          border-right: 1px solid #e5e5e5;
          padding: 58px 40px 58px 40px;
          z-index: 999;
          transition: left 0.2s ease-in, right 0.2s ease-in;
          -webkit-transition: left 0.2s ease-in, right 0.2s ease-in;
          -moz-transition: left 0.2s ease-in, right 0.2s ease-in;
     }
     
          body.header-type-8.activeHeader .header {
               left: 0;
          }
     
          body.with-fixed.header-type-8 .header {
               height: 100%;
               position: fixed;
          }

     body.header-type-8 .breadcrumb {
          margin-top: 0;
     }
     
     body.header-type-8 .logo-home {
          display: block;
          height: auto;
     }
     
     body.header-type-8 .logo-home .logo {
          display: block;
          text-align: left;
          vertical-align: top;
     }
     
     body.header-type-8 #top {
          position: static;
     }
     
     body.header-type-8 #main .container-megamenu {
          padding: 0px;
          margin: 0px;
          width: auto;
          position: static;
     }
     
     body.header-type-8 .megamenu-wrapper {
          position: static;
     }
     
     body.header-type-8 ul.megamenu {
          position: static;
          text-align: left;
          padding-top: 95px;
     }
     
     body.header-type-8 ul.megamenu > li {
          position: static;
          float: none;
          margin: 0px -40px;
          padding: 0px 20px 0px 40px;
          height: auto;
          display: block;
          position: relative;
          transition: all 0.2s ease-in;
          -webkit-transition: all 0.2s ease-in;
          -moz-transition: all 0.2s ease-in;
     }
     
          body.header-type-8 ul.megamenu > li:hover {
               background: #f2f2f2;
          }
     
          body.header-type-8 ul.megamenu > li:first-child {
               border-top: none;
          }
     
     body.header-type-8 ul.megamenu > li > a {
          height: auto;
          line-height: 1.7;
          font-size: 13px;
          padding: 7px 0px 7px 0px;
          letter-spacing: 0.75px;
          color: #000;
          -webkit-font-smoothing: antialiased;
     }
     
          body.header-type-8 ul.megamenu > li:hover > a {
               color: #000;
          }
          
     body.header-type-8 .horizontal ul.megamenu > li > .sub-menu {
          max-width: 1000px;
          left: 100% !important;
          top: 0 !important;
          right: auto !important;
          margin-left: 0px !important;
     }
     
     body.header-type-8 ul.megamenu li.with-sub-menu .megamenu-label {
          margin-left: 0;
     }
     
     body.header-type-8 ul.megamenu > li.with-sub-menu > a:after {
          color: #000;
          content: "\f105";
          float: right;
          font-size: 16px;
          position: relative;
          top: -3px;
          transition: all 0.2s ease-in;
          -webkit-transition: all 0.2s ease-in;
          -moz-transition: all 0.2s ease-in;
     }
     
          body.header-type-8 ul.megamenu > li.with-sub-menu:hover > a:after {
               color: #000;
          }
     
@media (max-width: 1300px) {
     .responsive body.header-type-8 .horizontal ul.megamenu > li > .sub-menu {
          max-width: 800px;
     }
     
          .responsive body.header-type-8 .header {
               width: 260px;
               padding-left: 30px;
               padding-right: 30px;
          }
          
          .responsive .open-header-type-8-menu.active {
               left: 280px;
          }
          
     .responsive body.header-type-8 ul.megamenu > li {
          margin: 0px -30px;
     }
     
     .responsive body.header-type-8 ul.megamenu > li {
          padding-left: 30px;
     }
}

@media (max-width: 1100px) {
     .responsive body.header-type-8 .horizontal ul.megamenu > li > .sub-menu {
          max-width: 650px;
     }
     
          .responsive body.header-type-8 .header {
               padding-left: 20px;
               padding-right: 20px;
               width: 200px;
          }
          
          .responsive .open-header-type-8-menu.active {
               left: 220px;
          }
          
     .responsive body.header-type-8 ul.megamenu > li {
          margin: 0px -20px;
     }
     
     .responsive body.header-type-8 ul.megamenu > li {
          padding-left: 20px;
     }
}

@media (max-width: 991px) {
     .responsive body.header-type-8 {
          padding-left: 0;
          padding-top: 0;
     }
     
     .responsive body.header-type-8 .header {
          position: relative;
          width: 100%;
          margin-left: 20px;
          margin-right: 20px;
          padding-top: 60px;
          padding-bottom: 0px;
          z-index: 2;
          margin-top: 60px;
          border-top: 1px solid #e5e5e5;
          width: auto;
          border-right: none;
          padding-left: 0;
          padding-right: 0;
     }

     .responsive body.header-type-8 .logo-home {
          padding-left: 0px;
          padding-right: 0px;
     }
     
     .responsive body.header-type-8 .logo-home .logo {
          text-align: center;
     }
     
     .responsive body.header-type-8 .megamenuToogle-wrapper {
          border-top: 1px solid #e5e5e5;
          margin-top: 60px;
     }
 
     .responsive body.header-type-8 ul.megamenu {
          padding-top: 0;
          text-align: center;
          margin: 0px !important;
     }
     
     .responsive body.header-type-8 .megamenu-wrapper {
          background: none !important;
          margin-top: 0;
     }
     
     .responsive body.header-type-8 ul.megamenu > li {
          margin: 0px !important;
          padding: 0px !important;
     }
     
     .responsive body.header-type-8 ul.megamenu > li > a {
          line-height: 60px;
          padding: 0px;
     }
     
     .responsive body.header-type-8 ul.megamenu > li.with-sub-menu .open-menu {
          color: #999;
     }
     
     .responsive body.header-type-8 ul.megamenu > li.with-sub-menu .close-menu {
          color: #999;
     }
     
     .responsive body.header-type-8 .horizontal ul.megamenu > li > .sub-menu {
          max-width: none;
          left: 0 !important;
          padding-left: 0 !important;
     }
}

@media (max-width: 767px) {
     .responsive body.header-type-8 .header {
          margin-left: 15px;
          margin-right: 15px;
     }
}

body.header-type-8 ul.megamenu > li > a strong {
     font-weight: bold;
}

.header-type-8 #main .sb-topbar {
     position: absolute;
     background: none;
     border: none;
     padding: 0px 10px;
     top: 20px;
     transition: all 0.2 ease-in;
     -moz-transition: all 0.2s ease-in;
     -webkit-transition: all 0.2s ease-in;
     border-color: transparent;
}

     @media (min-width: 1160px) {
          .header-type-8 #main .header-with-fixed.sb-topbar {
               position: fixed;
          }
          
          .header-type-8.fixed-header #main .header-with-fixed.sb-topbar {
               background: rgba(255, 255, 255, .95);
               border-bottom: 1px solid rgba(0, 0, 0, .12);
               top: 0;
          }
     }
     
     .header-type-8 #main .sb-topbar.sticky-bg {
          background: #fff !important;
     }
     
.open-header-type-8-menu {
     position: absolute;
     left: 50px;
     top: 21px;
     cursor: pointer;
     transition: all 0.2 ease-in;
     -moz-transition: all 0.2s ease-in;
     -webkit-transition: all 0.2s ease-in;
}

     .open-header-type-8-menu > span {
          display: block;
          width: 30px;
          height: 2px;
          background: #000;
          margin-bottom: 5px;
          transition: all 0.2 ease-in;
          -moz-transition: all 0.2s ease-in;
          -webkit-transition: all 0.2s ease-in;
     }
     
          .open-header-type-8-menu.active > span.first {
               -ms-transform: rotate(45deg); /* IE 9 */
               -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
               transform: rotate(45deg);
               margin-top: 8px;
          }
     
          .open-header-type-8-menu > span.second {
               width: 25px;
          }
          
               .open-header-type-8-menu.active > span.second {
                    opacity: 0;
               }
          
               .open-header-type-8-menu:hover > span.second {
                    width: 30px;
               }
               
          .open-header-type-8-menu.active > span.third {
               -ms-transform: rotate(-45deg); /* IE 9 */
               -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
               transform: rotate(-45deg);
               margin-top: -14px;
          }
          
          .open-header-type-8-menu > span.fourth {
               width: 19px;
          }
          
               .open-header-type-8-menu.active > span.fourth {
                    opacity: 0;
               }
          
               .open-header-type-8-menu:hover > span.fourth {
                    width: 30px;
               }

     .open-header-type-8-menu.active {
          left: 320px;
     }
     
@media (max-width: 1160px) {
     .responsive .header-type-8 #main .sb-topbar {
          padding: 0;
     }
     
     .responsive .open-header-type-8-menu {
          left: 40px;
     }
}

@media (max-width: 991px) {
     .responsive .open-header-type-8-menu {
          display: none;
     }
     
     .responsive body.header-type-8 .header {
          left: 0 !important;
     }
     
     .responsive .header-type-8 #main .sb-topbar {
          top: 0;
     }
     
     .responsive .header-type-8 .sticky-search .quick-search {
          width: auto;
     }
}
                   
/* @end */

/* @group Home fashion footer */

.home-fashion-footer {
     background: #ebebeb;
     color: #666666;
     font-family: Montserrat;
     text-transform: uppercase;
     letter-spacing: 4px;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     padding: 71px 0px 72px 0px;
}

     .home-fashion-footer p {
          padding: 0px;
          margin: 0px;
     }
     
     .home-fashion-footer ul.socia {
          padding: 11px 0px 0px 0px;
          margin: 0px;
          list-style: none;
     }
     
     .home-fashion-footer ul.socia a {
          color: #666;
     }
     
          .home-fashion-footer ul.socia a:hover {
               color: #d2ab84;
          }
          
          .home-fashion-footer ul.socia li {
               margin: 0px 4px;
          }

/* @end */

/* @group Home fashion about us */

.home-fashion-about-us {
     padding-top: 100px;
}

     .home-fashion-about-us .headings {
          position: relative;
          padding: 0px 0px 71px 0px;
     }
     
          .home-fashion-about-us .headings:before {
               content: '';
               position: absolute;
               bottom: 0;
               left: 0;
               height: 1px;
               width: 70px;
               background: #333333;
          }
     
          .home-fashion-about-us .headings .first-heading {
               position: absolute;
               color: #f8f8f8;
               font-size: 192px;
               font-family: Montserrat;
               text-transform: uppercase;
               -webkit-font-smoothing: antialiased;
               -moz-osx-font-smoothing: grayscale;
               line-height: 1;
               margin-left: -360px;
               z-index: -1;
               margin-top: 2px;
          }
          
          .home-fashion-about-us .headings .second-heading {
               font-size: 46px;
               font-family: Oswald;
               font-weight: normal;
               color: #000;
               text-transform: uppercase;
               line-height: 1.25;
               padding-top: 76px;
          }
          
          .home-fashion-about-us .headings .third-heading {
               line-height: 1.25;
               font-family: Montserrat;
               color: #999999;
               font-weight: normal;
               -webkit-font-smoothing: antialiased;
               -moz-osx-font-smoothing: grayscale;
               letter-spacing: 0.25px;
               padding-top: 2px;
          }
          
     .home-fashion-about-us .text {
          padding: 76px 0px 0px 0px;
          line-height: 2.14;
          color: #666666;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
     }
     
.fashion-button {
     line-height: 54px;
     display: inline-block;
     background: #fff;
     border: 1px solid #cccccc;
     color: #000 !important;
     padding: 0px 29px 0px 29px;
     font-family: Montserrat;
     font-weight: 400;
     letter-spacing: 1.5px;
     text-transform: uppercase;
     height: 54px;
     margin: 0px auto;
     transition: all 0.2s ease-in;
     -webkit-transition: all 0.2s ease-in;
     -moz-transition: all 0.2s ease-in;
     margin-top: 84px;
}

     .fashion-button:hover {
          color: #d2ab84 !important;
     }
     
     .fashion-button span {
          display: block;
          float: left;
     }
     
     .fashion-button i {
          border-left: 1px solid #ccc;
          float: right;
          position: relative;
          padding-left: 25px;
          display: block;
          height: 54px;
          line-height: 53px;
          font-size: 18px;
          font-weight: bold;
          margin-left: 26px;
          margin-right: -3px;
     }

/* @end */

/* @group Home fashion video */

.home-fashion-video {
     height: 562px;
     position: relative;
}

     .home-fashion-video .text {
          font-family: Oswald;
          text-transform: uppercase;
          font-size: 22px;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          line-height: 1.5;
          letter-spacing: 4px;
          padding: 245px 170px 0px 170px;
     }
     
          @media (max-width: 767px) {
               .responsive .home-fashion-video .text {
                    padding-left: 47px;
                    padding-right: 47px;
               }
          }
     
     .home-fashion-video .play {
          position: absolute;
          left: 47px;
          bottom: 29px;
          font-family: Montserrat;
          text-transform: uppercase;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
     }
     
          .home-fashion-video .play i {
               padding-left: 5px;
               font-size: 12px;
               transition: padding 0.2s ease-in;
               -webkit-transition: padding 0.2s ease-in;
               -moz-transition: padding 0.2s ease-in;
          }
          
               .home-fashion-video .play:hover i {
                    padding-left: 10px;
               }

/* @end */

/* @group Box home fashion */

.box-home-fashion {
}

     .box-home-fashion .box-heading {
          text-align: center;
          position: relative;
          font-size: 46px;
          font-family: Oswald;
          font-weight: normal;
          color: #000;
          text-transform: uppercase;
          line-height: 1.25;
          padding-top: 179px;
          padding-bottom: 143px;
     }
     
          .box-home-fashion .box-heading span {
               display: block;
               position: absolute;
               z-index: -1;
               left: 0;
               right: 0;
               color: #f8f8f8;
               font-size: 192px;
               font-family: Montserrat;
               text-transform: uppercase;
               -webkit-font-smoothing: antialiased;
               -moz-osx-font-smoothing: grayscale;
               line-height: 1;
               font-weight: normal;
               margin-top: -74px;
          }
     
          .box-home-fashion .box-heading p {
               padding: 0px;
               margin: 0px;
               line-height: 1.25;
               font-family: Montserrat;
               color: #999999;
               font-weight: normal;
               -webkit-font-smoothing: antialiased;
               -moz-osx-font-smoothing: grayscale;
               letter-spacing: 0.25px;
               padding-top: 2px;
               font-size: 14px;
          }

     .box-home-fashion .owl-carousel .owl-wrapper-outer {
          overflow: visible;
     }

     .box-home-fashion .owl-carousel {
          margin: -5px;
     }
     
     .box-home-fashion .owl-carousel .owl-item .item {
          margin: 5px;
     }
     
     .box-home-fashion .box-product .owl-controls {
          display: block !important;
     }
     
     .box-home-fashion .owl-pagination {
          display: none;
     }
     
     .box-home-fashion .owl-buttons {
     }
     
          .box-home-fashion .owl-buttons .owl-prev {
               display: block;
               position: absolute;
               top: 0;
               bottom: 0;
               right: 100%;
               width: 10000px;
               background: rgba(255, 255, 255, .6);
               transition: all 0.2s ease-in;
               -webkit-transition: all 0.2s ease-in;
               -moz-transition: all 0.2s ease-in;
          }
          
               .box-home-fashion .owl-buttons .owl-prev:before {
                    content: '';
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    height: 99px;
                    background: #fff;
                    display: block;
               }
          
               .box-home-fashion .owl-buttons .owl-prev:hover {
                    background: transparent;
               }
               
          .box-home-fashion .owl-buttons .owl-next {
               display: block;
               position: absolute;
               top: 0;
               bottom: 0;
               left: 100%;
               width: 10000px;
               background: rgba(255, 255, 255, .6);
               transition: all 0.2s ease-in;
               -webkit-transition: all 0.2s ease-in;
               -moz-transition: all 0.2s ease-in;
          }
          
               .box-home-fashion .owl-buttons .owl-next:before {
                    content: '';
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    height: 99px;
                    background: #fff;
                    display: block;
               }
          
               .box-home-fashion .owl-buttons .owl-next:hover {
                    background: transparent;
               }

/* @end */

/* @group Home fashion2 posts */

.home-fashion2-posts {
     padding-top: 12px;
}

     .home-fashion2-posts > div {
          padding-bottom: 39px;
     }

     .home-fashion2-posts .image {
          float: left;
          width: auto;
          max-width: 55%;
          padding-right: 30px;
     }
     
     .home-fashion2-posts .date {
          padding: 10px 0px 0px 0px;
          margin: 0px;
          color: #cccccc;
     }
     
          .home-fashion2-posts span {
               font-family: Oswald;
               font-size: 34px;
               letter-spacing: 0.25px;
               font-weight: normal;
          }
          
     .home-fashion2-posts h3 {
          padding: 0px;
          margin: 0px;
          font-size: 15px;
          text-transform: uppercase;
          line-height: 1.6;
          position: relative;
          margin-top: -4px;
     }
     
     .home-fashion2-posts .continue {
          padding-top: 11px;
     }
     
          .home-fashion2-posts .continue a {
               font-size: 11px;
               text-transform: uppercase;
               font-family: Montserrat;
               color: #cccccc;
               font-weight: bold;
               letter-spacing: 0.75px;
               -webkit-font-smoothing: antialiased;
               -moz-osx-font-smoothing: grayscale;
          }
          
               .home-fashion2-posts .continue a:hover {
                    color: #000;
               }
          
               .home-fashion2-posts .continue a i {
                    padding-left: 3px;
                    transition: padding 0.2s ease-in;
                    -webkit-transition: padding 0.2s ease-in;
                    -moz-transition: padding 0.2s ease-in;
               }
               
                    .home-fashion2-posts .continue a:hover i {
                         padding-left: 8px;
                    }

/* @end */

/* @group Google map */

.google-map {
     margin-left: 30px;
     margin-top: 39px;
}

.fashion-contact {
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     padding: 56px 0px 0px 0px;
}

     .fashion-contact .heading {
          font-size: 15px;
          text-transform: uppercase;
          font-family: Montserrat;
          color: #000;
          padding: 33px 0px 21px 0px;
     }
     
     .fashion-contact p {
          padding: 0px;
          margin: 0px;
          color: #666666;
          line-height: 2.14;
     }
     
     @media (max-width: 767px) {
          .google-map {
               margin-top: 85px;
               margin-left: 0;
               margin-right: 0;
               width: 100% !important;
          }
     }

/* @end */
