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

    Template Name: LightBreeze
    Template URL: http://dev.valthemes.com/lightbreeze/
    Author: Valthemes
    Version: 1.0

-----------------------

// Structure of style.css file //

	1. Common styles
		1.1 Page preloader
	2. Buttons
	3. Inputs
	4. Header & navigation
		4.1 Logo
		4.2 Desktop navigation
		4.3 Mobile navigation
		4.4 Desktop search
		4.5 Sliding shopping cart
		4.6 First screen
	5. About block
	6. Shop block
	7. Video background block
	8. Services block
	9. Team block
	10. Counters block
	11. Popular good block
	12. Recent portfolio block
	13. Testimonials block
	14. Brands block
	15. Latest news block
	16. Contacts block
	17. Footer bottom block
	18. Footer block
	19. Top block of template pages
		19.1 Breadcrumbs
	20. Shop sidebar
		20.1 Sidebar collapsible
	21. Shop items
	22. Pagination
	23. Empty shopping cart
	24. Full shopping cart & Wishlist
	25. Single shop product
		25.1 Comments block
	26. About us page
	27. 404 page
	28. Coming soon page
		28.1 Pop-up form close effect
	29. Contacts page
	30. Blog pages
		30.1 Blog sidebar
	31. Portfolio single project
	32. Elements
	33. Responsive styles






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

@import url('https://fonts.googleapis.com/css?family=Comfortaa:300,400,700&subset=greek');
@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700&subset=greek,greek-ext');

/******************** 1. Common styles ********************/

body{
	margin:30px;
	font-family: 'Open Sans', sans-serif;
}
dt{
	font-weight: 400;
	font-family:'Ubuntu',sans-serif;
	text-transform: uppercase;
}
dd{
	-webkit-margin-start:0 !important;
	margin-left: 0;
	margin-bottom: 10px;
}
.container-fluid {
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}
.container{
	width:100%;
	padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-right: auto;
    margin-left: auto;
}
.bottom-border,
.top-border{
	position:fixed;
	height:30px;
	background:#fff;
	bottom:0;
	width:100%;
	left:0;
	z-index:999;
}
.top-border{
	top:0;
	bottom:auto;
}
.left-border,
.right-border{
	position:fixed;
	top:0;
	width:30px;
	background:#fff;
	height:100%;
	left:0;
	right:auto;
	z-index:999;
}
.right-border{
	right:0;
	left:auto;
}
h1,
h2,
h3,
h4,
h5,
h6{
	text-transform:uppercase
}
h1,
h2,
h3,
h4,
h5,
h6,
.head-bold{
	font-family: 'Raleway', sans-serif;
	font-weight:700;
}
.head-black{
	font-family: 'Comfortaa', cursive;;
	font-weight:700;
	letter-spacing: 5px;
	color:#f170a3;
}
.head-black img{
	width: 150px;
}
h2{
	font-size:2.5rem
}
.content h2{
	font-size:3.56rem;
}
.section {
    padding-top: 8rem;
    padding-bottom: 8rem;
}
.gray-section{
	position:relative;
	background:#f8f8f8
}
.gray-section2{
	position:relative;
	background:#f1f1f1
}
p{
	font-size:14px;
}
table{
	font-size:14px;
}
.clearfix:after{
	content: "";
    display: table;
    clear: both;
}
a,
nav,
.desktop-nav li a .nav-round,
.shop-list a span,
nav form,
.side-nav .mobile-nav-top  li a,
.height1,
.height2,
.shop-item-caption,
.shop-block-category li:before,
#play-btn,
#close-search,
.owl-theme .owl-controls .owl-buttons div,
.pop-good-zoom,
.portfolio-inner,
.b-item img,
.pop-good-img img,
.p-filters li,
[type="checkbox"]+label,
.shop-good,
.shop-good img,
.footer-img img,
.last-news-caption img,
#sidebar-btn,
.cart-id img,
.remove-icon:before,
.remove-icon:after{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
a:active,
a:focus {
    outline: none;
}
button:focus{
	background-color: #dbdbdb;
}
a{
	color:#121212;
}
a:hover{
	color:#aaa;
}
::-moz-selection {
       background-color: #121212;
       color: #fff;
}
::selection {
       background-color: #121212;
       color: #fff;
}
p {
  line-height: 1.7rem;
}
strong {
    font-weight: 700;
}
.row{
    margin-bottom:0;
}
.bolder{
    font-weight:700;
}
.pos-rel{
	position:relative;
}
.responsive-img{
	max-width:100%;
	height:auto
}
.round {
    -webkit-border-radius: 150%;
    -moz-border-radius: 150%;
    -o-border-radius: 150%;
    border-radius: 150%;
}
.parallax-container {
	min-height: 700px;
	height: auto;
	color: #fff;
}
.parallax-container .section {
	width:100%;
}
.heading{
	position:relative;
	padding:0 0 1rem 0;
	margin:0 0 3.3rem 0;
}
.heading:after,
.shop-item-caption h5:after{
	width:86px;
	content:"";
	display:block;
	height:1px;
	background:#dbdbdb;
	position:absolute;
	bottom:0;
	z-index:0;
	left:50%;
	margin-left:-43px;
}
.heading:before{
	width:8px;
	height:8px;
	content:"";
	display:block;
	background:#232323;
	position:absolute;
	bottom:-4px;
	left:50%;
	z-index:1;
	border-radius:8px;
	margin-left:-4px;
}
.sub-heading{
	font-size:13px;
	color:#9fa0a1;
	text-transform:uppercase;
	margin:0 0 1rem 0;
}
.heading-p{
	font-size:1rem;
	margin:0 0 2rem 0;
}
/******************** 1.1 Page preloader ********************/
#page-preloader{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
	background:#fff;
	z-index:9999;
}
.preloader-wrap{
	width:190px;
	height:106px;
	display: inline-block;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -95px;
    margin-top: -53px;
}
.spinner {
    width: 60px;
	margin-top:1rem;
	position:relative;
    height: 60px;
    display: inline-block;
    text-align: center;
}

.cube1, .cube2 {
  background-color: #f170a3;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
  25% { -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5) }
  50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg) }
  75% { -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5) }
  100% { -webkit-transform: rotate(-360deg) }
}

@keyframes sk-cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  } 50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  } 50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  } 75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  } 100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
/******************** 2. Buttons ********************/
.btn-large{
    box-shadow: none;
	border-radius: 0;
    background-color: #dbdbdb;
    color: #121212;
	border:1px solid #dbdbdb;
	text-transform:uppercase;
	font-size:13px;
	height:50px;
	width:13rem;
	padding:0;
	letter-spacing: 0;
	line-height:48px;
}
.btn-large:hover{
	box-shadow:none;
	background:#f8f8f8;
	border-color:#f8f8f8;
	color:#121212;
}
/******************** 3. Inputs ********************/
input[type=text]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]),
input[type=tel]:focus:not([readonly]) {
    border-bottom: 1px solid #000;
    box-shadow: 0 1px 0 0 #000;
}
input[type=text]:focus:not([readonly])+label,
textarea.materialize-textarea:focus:not([readonly])+label,
input[type=tel]:focus:not([readonly])+label{
	color:#000
}
input[type=text],
input[type=tel],
textarea.materialize-textarea,
.input-field label{
    font-size: 13px;
}
.input-field.col label {
    left: 0.75rem;
}
.form-wrapper{
	overflow:hidden;
}
input:not([type])+label,
input[type=text]+label,
input[type=date]+label,
input[type=tel]+label,
textarea.materialize-textarea+label{
    width: 100%;
    pointer-events: none;
}
.select-wrapper input.select-dropdown{
	margin:0;
	border-bottom: 1px solid #eee;
	font-size: 14px;
}
.select-wrapper,
.shop-filters .input-field {
    display: inline-block;
}
.select-wrapper span.caret {
    top: 0px;
}
.shop-filters .dropdown-content li{
	min-height:40px;
	font-size: 14px;
}
.shop-filters .dropdown-content{
	min-width:150px!important;
}
.dropdown-content li>a, .dropdown-content li>span {
    font-size: 14px;
    color: #121212;
    display: block;
    line-height: 22px;
    padding: 10px;
}
label.error{
	display:none!important;
}
input.error,
textarea.error,
.form-wrapper input[type=text].error,
.form-wrapper textarea.materialize-textarea.error{
	border-color:#ff0000;
}
/******************** 4. Header & navigation ********************/
.navbar-fixed {
    position: absolute;
	height: 110px;
}
.navbar-fixed nav {
    left: 0;
	padding: 0 30px;
	background:none
}
.nav-wrapper {
    width: 100%;
}
/******************** 4.1 Logo ********************/
#logo-wrap{
	margin-top:2rem;
	text-transform:uppercase;
	height:45px;
	line-height:41px;
	position:relative;
	overflow:hidden;
}
.logo-icon,
.logo-text{
	display:inline-block;
	float:left;
}
.logo-text{
	font-size:14px;
}
.logo-text{
	padding:0 1.5rem;
}
.logo-icon{
	background:#121212;
	padding:0 10px;
	color:#fff;
	font-size:1.7rem;
}
.logo-icon span{
	line-height:41px;
}

nav .brand-logo img{
	width: 120px;
}

/******************** 4.2 Desktop navigation ********************/
nav{
	background:none;
	height: 110px;
    line-height: 110px;
}
nav a.button-collapse{
	float:none;
	height:auto;
	line-height:inherit
}
nav .brand-logo {
    color: #121212;
}
.desktop-nav li{
	position:relative;
}
.desktop-nav li a {
	color:#121212;
	font-size:12px;
	position:relative;
	padding:0 20px 0 0;
	margin:0 16px 0 0;
	text-transform:uppercase;
}
.desktop-nav li a:after,
.side-nav .collapsible-header:after {
	content: "";
    position: absolute;
    width: 4px;
    height: 4px;
	right:0;
	top:50%;
	margin-top:-2px;
    background: #121212;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.side-nav{
	z-index:1200;
}
#sidenav-overlay{
	z-index:999;
}
.navbar-fixed {
    z-index:997;
}
.desktop-nav li.last a:after{
	display:none;
}
.desktop-nav a:hover {
    background:none;
}
.dropdown-content li>a,
.side-nav .collapsible-body li a{
	font-size: 12px!important;
    color: #121212!important;
    display: block;
	margin:0!important;
	font-family: 'Open Sans', sans-serif;
    line-height: 22px;
    padding: 15px!important;
    font-weight: 300!important;
}
.dropdown-content li>a:after{
	display:none!important;
}
.dropdown-content {
    background-color: #fff;

	min-width: 200px!important;
	box-shadow:none!important;
}
nav ul li.active{
	background:none;
}
.desktop-nav li a .nav-round{
	width:54px;
	opacity:0;
	height:54px;
	-moz-border-radius: 54px;
	-webkit-border-radius: 54px;
	border-radius: 54px;
	background:rgba(254,254,254,0.1);
	border: 7px solid rgba(255, 255, 255, 0.09);
	position:absolute;
	top:50%;
	z-index: -1;
	margin-top:-27px;
	left:50%;
	margin-left:-37px;
}
.desktop-nav li.active a .nav-round,
.desktop-nav li a:hover .nav-round {
	opacity:1
}
.shop-list li{
	position:relative;
}
.shop-list a{
    font-size: 1.2rem;
	color:#121212;
}
.shop-list a:hover{
	color:#aaa;
	background:none;
}
.shop-list #search{
	padding-right:0;
}
.goods-badge{
	width:18px;
	height:18px;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background:#121212;
	text-align:center;
	line-height:16px;
	color:#fff;
	position:absolute;
	right:5px;
	font-weight:400;
	font-size:10px;
	top:50%;
	margin-top:-5px;
}
nav form{
	position: absolute;
    top: 2rem;
	right:0;
	padding: 0 10px;
    line-height: 0;
	width:100%;
	display:none;
	z-index:21
}
nav .input-field input[type=text]{
	background:#fff;
	font-size:1rem;
	color:#121212;
	font-weight:400;
	height:45px;
	line-height:45px;
	padding-left:10px;
	width:100%;
	margin: 0px 0 -10px 0;
	box-sizing: border-box;
}
.white{
	background:#fff!important;
	height: 65px;
    line-height: 65px;
}
.black form{
    top: 0.65rem;
}
.white #logo-wrap{
	margin-top:10px;
}
/******************** 4.3 Mobile navigation ********************/
.side-nav a {
    height: auto;
    line-height: 1rem;
	padding: 0;
}
.side-nav{
	background-color: #fff;
    padding-top: 2rem;
    padding-right: 0;
    background-image: url(../images/marble.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;

}
.side-nav .mobile-nav-top  li {
	text-transform:uppercase;
	text-align:center;
}
.side-nav li{
	line-height:1rem;
}
.side-nav li.active,
.side-nav .collapsible-header:hover{
	background:none;
}
.side-nav .mobile-nav-top li a,
.darken-head .side-nav .mobile-nav-top li a{
	color:#121212;
}
.side-nav .collapsible-header{
	color:#fff;
	padding: 0 0 18px 0;
    margin: 0 0 14px 0;
	position:relative;
	font-size:13px;
}
.side-nav .collapsible-accordion li:last-child a{
	padding:0;
}
.side-nav .collapsible-accordion li:last-child a:after{
	display:none;
}
.collapsible-header {
    min-height: 1rem;
}
.side-nav .collapsible-body{
	background:#fff;
	padding:1rem 0;
	margin-bottom:1rem;
}
.side-nav .collapsible-header:after {
	right:auto;
	top:auto;
	margin-top:0;
    left: 50%;
    bottom: 0;
    margin-left: -2px;
	background: #121212;
}
.side-nav .mobile-nav-top  li a:hover{
	color:#aaa;
}
.side-nav .collapsible-body li a{
	color: #555!important;
	line-height: 12px!important;
}
.side-nav .collapsible-body li a:hover{
	color:#121212!important;
}
/******************** 4.4 Desktop search ********************/
#close-search{
	position:absolute;
	font-size:2rem;
	line-height:2rem;
	top:3rem;
	color:#9e9e9e;
	cursor:pointer;
	right:3rem;
	transition: all 0.4s linear 0s;
}
#close-search:hover{
	color:#fff;
	transform: rotate(180deg);
}
#nav-search{
	width:40rem;
	left:50%;
	top:50%;
	margin-top:-26px;
	margin-left:-20rem;
	position:absolute;
}
#sinput{
	margin: 0 0 0 3rem;
	color:#9e9e9e;
	font-size:16px;
}
#nav-search .input-field label{
	font-size:14px;
	font-weight: 400;
	left:0;
}
#nav-search .input-field label.active{
	font-size:12px;
}
#nav-search .input-field .prefix {
    bottom: 0;
    color: #444;
}
#nav-search .input-field .prefix.active {
    color: #fff;
}
#nav-search input[type=text]:focus:not([readonly])+label{
	color:#fff;
}
#nav-search input[type=text]:focus:not([readonly]) {
    border-bottom: 1px solid #fff;
    box-shadow: 0 1px 0 0 #fff;
}
.overlay {
	position: fixed;
	z-index:9999;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(1,1,1,0.95);
}
.overlay-data {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	visibility: 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}
.overlay-open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
/******************** 4.5 Sliding shopping cart ********************/
#cart {
	position: fixed;
	top: 0;
	height: 100%;
	width: 260px;
	padding-top: 2rem;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	z-index: 1001;
}
#cart {
	right: -100%;
	background: #fff;
	-webkit-transition: right 0.3s;
	-moz-transition: right 0.3s;
	transition: right 0.3s;
}
#cart.speed-in {
	right: 0;
}
#cart > * {
	padding: 0 1rem;
}
#cart h2 {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 1rem 0;
}
#cart .cd-cart-items {
	padding: 0;
	margin:0;
}
#cart .cd-cart-items li {
	position: relative;
	padding: 1rem;
	border-top: 1px solid #eee;
}
#cart .cd-cart-items li img{
    float: left;
    margin-right: 1rem;
	width:50px;
}
#cart .cd-cart-items li:last-child {
	border-bottom: 1px solid #eee;
}
#cart .cd-qty, #cart .cd-price {
	color: #a6a6a6;
}
#cart .cd-price {
	margin-top: .4rem;
	font-family: 'Raleway', sans-serif;
}
#cart .cd-item-remove {
	position: absolute;
	right: 1rem;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: url("../images/cart-remove-item.svg") no-repeat center center;
}
#cart .cd-cart-total {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
#cart .cd-cart-total span {
	float: right;
	font-family: 'Raleway', sans-serif;
}
#cart .cd-cart-total:after {
	content: '';
	display: table;
	clear: both;
}
#cart .checkout-btn {
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	border-radius:0;
}
#cart .cd-go-to-cart {
	text-align: center;
	margin: 1rem 0;
	font-size:13px;
	text-transform:uppercase;
	font-weight:400;
}
#cart .cd-go-to-cart a {
	color:#000;
}
#cart .cd-go-to-cart a:hover {
	color:#aaa;
}
#cart-shadow {
	position: fixed;
	min-height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
	cursor: pointer;
	z-index: 1000;
	display: none;
}
#cart-shadow.is-visible {
	display: block;
	-webkit-animation: cart-fade-in 0.3s;
	-moz-animation: cart-fade-in 0.3s;
	animation: cart-fade-in 0.3s;
}
.shopping-cart-mobile a{
	display:block;
	color:#121212;
	font-size:13px;
	font-weight:400;
	text-transform:uppercase;
	margin: 0 0 18px 0;
	padding: 0 0 18px 0;
	border-bottom:1px dashed #ccc;
}
.shopping-cart-mobile a:hover{
	color:#aaa;
	background:none;
}
.shopping-cart-mobile a span{
	margin-right:5px;
}
@-webkit-keyframes cart-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-moz-keyframes cart-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes cart-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
/******************** 4.6 First screen ********************/
#top{
	color:#121212;
}
#top h1{
	font-size:2rem;
	text-transform:uppercase;
	margin:0;
}
#top p{
	font-size:22px;
	margin:1rem 0 0 0;
	color: #606060;
}
#top .btn-large{
	background-color: transparent;
	color: #121212;
	margin-top:1.5rem;
	border:1px solid #121212;
}
#top .btn-large:hover{
	background:#121212;
	color:#fff;
}
.portfolio-outer .btn-large{
	background-color: transparent;
	color: #fff;
	border:1px solid #fff;
}
.portfolio-outer .btn-large:hover{
	background:#fff;
	color:#121212;
}
#top .caption,
#valslider .caption{
	padding:8rem 0;
    display: table-cell;
    vertical-align: middle;
}
.slide-caption{
	padding:2rem;
	background:rgba(255,255,255,0.7);
}

.slide-caption p{
	text-transform: uppercase;
	font-family: 'Comfortaa', cursive;

}
/******************** Video container ********************/
.video{
    min-width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	-webkit-filter: grayscale(0.9);
    filter: grayscale(0.9);
}
.video .top-outer,
#valslider .top-outer{
	position: relative;
    z-index: 1;
    top: 0;
    display: table;
    height: 100%;
    width: 100%;
}
/******************** Background slider ********************/
#valslider {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
#valslider .sl-prev {
	left: 10px;
}
#valslider .sl-next {
	right: 10px;
}
#valslider .sl-prev:hover,
#valslider .sl-next:hover {
	background: rgba(255,255,255,0.5);
}
#valslider .sl-prev,
#valslider .sl-next {
	position: absolute;
    top: 50%;
    background: none;
    margin-top: -26px;
    outline: 0;
    color: #121212;
    font-size: 14px;
    line-height: 42px;
    width: 42px;
    height: 42px;
    text-align: center;
    z-index: 99;
}
.slide-item {
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    background-position: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.moving{
 animation:move 10s ease;
  -ms-animation:move 10s ease;
  -webkit-animation:move 10s ease;
  -0-animation:move 10s ease;
  -moz-animation:move 10s ease;
  position: absolute;
  left:-500px;
  top:-700px;
}
@-webkit-keyframes move {
  0% {
  	transform: scale(1.0);
    -ms-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -o-transform: scale(1.0);
    -moz-transform: scale(1.0);
  }
  100% {
  	transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
  }
}
/******************** 5. About block ********************/
.about{
	color:#232323;
	padding:0;
}
.about .heading:after,
.about .heading:before{
	display:none;
}
.about .heading{
	margin:0 0 3.3rem 0;
	padding:0;
}
.about .row .col{
	padding:0;
}
.about h2{
	margin: 0;
	font-family: 'Ubuntu',sans-serif;
}
.about-text p{
	font-size:16px;
	margin:0 0 2rem 0;

}
.about-text{
	padding-left:3.3rem;
	padding-right:3.3rem;
}
.about-img{
	position:relative;
	min-height:600px;
	overflow:hidden;
}
.about-bg{
	text-align:center;
	width:100%;
}
.about-bg img{
	max-width:100%
}
.about-bg:after{
	content:"";
	position:absolute;
	top:0;
	background:#fff;
	left:0;
	width:50%;
}
/******************** 6. Shop block ********************/
.shop-block{
	background:#f8f8f8;
	overflow:hidden;
}
.shop-block .heading{
	margin:0 0 2rem 0;
}
.shop-block .heading-p {
    margin: 0 0 3.3rem 0;
}
.shop-block .btn-large{
	background:#fff;
	margin-top:1rem;
	border-color:#fff;
	color:#232323;
}
.shop-block .btn-large:hover{
	box-shadow: none;
    background-color: #dbdbdb;
    border: 1px solid #dbdbdb;
}
.shop-block-view .container{
	max-width:100%;
}
.shop-item-img{
	width:100%;
	position:relative;
	overflow:hidden;
}
.shop-item-img img{
	max-width:100%;
	height:auto;
}
.height1{
	height:45rem;
	background:#fff;
	margin-bottom:2rem;
	overflow:hidden;
	border:1rem solid #fff
}
.height2{
	height:21.5rem;
	background:#fff;
	margin-bottom:2rem;
	border:1rem solid #fff
}
.height1,
.height2{
	position:relative;
}
.height1:hover,
.height2:hover{
	-webkit-box-shadow: 0 3px 7px 0 rgba(0,0,0,0.13);
	-moz-box-shadow: 0 3px 7px 0 rgba(0,0,0,0.13);
	box-shadow: 0 3px 7px 0 rgba(0,0,0,0.13);
}
.shop-item-outer{
	padding:1rem;
	width: 100%;
}
.shop-item-caption{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:rgba(23,23,23,0.3);
	color:#fff;
	opacity:0;
}
.shop-item-caption p{
	font-size:14px;
}
.shop-item-caption h5{
	position:relative;
	margin:0 0 1rem 0;
	padding:0 0 1rem 0;
}
.shop-item-caption h5:after{
	opacity:0.4;
}
.shop-item-caption .more{
	color:#fff;
	font-size:13px;
}
.height1:hover .shop-item-caption,
.height2:hover .shop-item-caption{
	opacity:1;
}
.p-filters{
	display:inline-block;
}
.p-filters li{
	display:block;
	color:#9fa0a1;
	font-weight:400;
	font-size:13px;
	float:left;
	padding:0 1rem;
	text-transform:uppercase;
	cursor:pointer;
}
.p-filters li.is-checked,
.p-filters li:hover{
	color:#121212;
}
/******************** 7. Video background block ********************/
.video-background,
.video-wrapper{
	height:560px;
	min-height:560px;
	color:#fff;
}
.video-background video{
	width:100%;
	position:absolute;
	z-index:-2;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.video-background .heading{
	margin:0;
	padding:0;
}
.video-background p{
	font-size:14px;
	text-transform:uppercase;
	margin:0;
}
.video-background .heading:after,
.video-background .heading:before{
	display:none;
}
.video-wrapper,
.portfolio-outer{
	border:2rem solid transparent;
    position: relative;
    z-index: 0;
    top: 0;
    display: table;
    width: 100%;
}
.video-wrapper{
	border-top:2rem solid transparent;
	border-bottom:2rem solid transparent;
	border-left:0;
	border-right:0;
}
.video-inner,
.portfolio-inner{
	background:rgba(23,23,23,0.3);
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
#play-btn{
	width: 4rem;
	height: 4rem;
	font-size: 4rem;
	line-height: 4rem;
	display:inline-block;
	cursor:pointer;
}
#play-btn:hover{
	color:#aaa
}
/******************** 8. Services block ********************/
.services-block{
	color:#232323;
	padding:8rem 0 5rem 0;
	min-height:500px;
}
.service-icon{
    float: left;
    margin-right: 20px;
	width:3.2rem;
	height:3.2rem;
	font-size:1.5rem;
	background:#232323;
	text-align:center;
	color:#fff;
}
.service-icon span {
	line-height:3.2rem;
}
.service-desc {
    display: block;
    position: relative;
    overflow: hidden;
}
.service-desc  h5,
.counter-item h5{
	font-size:1rem;
	text-transform:none;
	margin:0 0 1rem 0;
}
.service-desc p{
	margin:0 0 3rem 0;
	font-size:13px;
	line-height:1.5rem;
}

#services-parallax{
	opacity: 0.3;
}
/******************** 9. Team block ********************/
.contact-item-desc .heading:before{
	display:none;
}
.contact-item-desc .heading:after{
	left: 0;
    margin-left: 0;
}
.team-text{
	padding:8rem 4rem;
	background:#171717;
	color:#fff;
	min-height:53rem;
}
.team-text p{
	margin:0 0 2rem 0;
	font-size:14px;
}
.team-block .row .col{
	padding:0;
}
.team-img,
.portfolio-img,
.last-news-img{
	background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	height:100%;
	cursor:pointer;
}

#team-slider .t-col img{
	margin:0 auto;
	width:200px;
	height:auto;
	display:block;
}
.t-caption{
	position:absolute;
	bottom:0;
	padding:0;
	width:100%;
	text-align:center;
	color:#121212;
	z-index:1;
	overflow:hidden;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.t-caption h5{
	margin:0 0 1rem 0;
	font-size:1.2rem;
}
.t-caption p{
	margin:0 0 3.3rem 0;
	font-size:14px;
}
.t-info{
	padding:0 2rem 3.3rem 2rem;
}
.t-info-bg{
	background:rgba(255,255,255,0.9);
	padding:1rem;
}

.t-info p{
	margin:0 0 2rem 0;
}
.t-info a{
	font-size:13px;
	color:#121212;
	padding:0 5px;
}
.t-info a:hover{
	color:#9e9e9e;
}
/******************** 10. Counters block ********************/
.counters-block,
.instagram-block{
	background:#f8f8f8;
	position:relative;
}
.counters-block:before,
.instagram-block:before{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -80px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 80px 0 80px;
    border-color: #fff transparent transparent transparent;
}
.counter-icon{
	font-size:3.3rem;
	line-height:3.3rem;
}
.counter-item h2{
	margin:0;
	line-height:2rem;
	font-size:2rem;
}
.counter-item h5{
	margin:1rem 0 0 0;
}
.counter-item p{
	margin:0;
	font-size:14px;
	color:#666;
}
/******************** 11. Popular good block ********************/

.pop-good-block .row .col,
.portfolio-wrap .row .col{
	padding:0;
}
.pop-good .shop-good{
	box-shadow:none!important;
	padding: 0 1rem;
	text-align:center;
	position:relative;
	background:#fff;
	border:1px solid #fff;
    margin: 0;
}
.pop-good-block .shop-good .btn-large,
.shop-good .btn-large{
	position:absolute;
	left:50%;
	margin-left:-6.5rem;
	top:50%;
	margin-top:-25px;
	opacity:0;
}
.pop-good-block .shop-good .shop-price,
.shop-good .shop-price {
    margin-bottom: 0;
	padding-bottom:1rem;
}
.pop-good{
	padding: 0 0.75rem;
}
.shop-wrapper .pop-good{
	padding:0;
}
.pop-good:hover .shop-good{
	border:1px solid #dcdcdc;
}
.pop-good-block .shop-good:hover .btn-large,
.shop-good:hover .btn-large{
	opacity:1
}
.pop-good-block  .shop-good .img-cover,
.shop-good .img-cover{
    height: auto;
    margin-bottom: 1rem;
}
.pop-good-block .shop-good .img-cover .badge,
.shop-good .img-cover .badge{
	top:1rem;
}
/******************** 12. Recent portfolio block ********************/
.recent-portfolio{
	padding-bottom:6.5rem;
	background:#f8f8f8
}
.portfolio-outer {
    border: 1rem solid transparent;
}
.recent-portfolio .container-fluid {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
}
.portfolio-img{
	overflow:hidden;
	position:relative;
	height:30rem;
}
.p-height2 .portfolio-img{
	height:50rem;
}
.p-height3 .portfolio-img{
	height:20rem;
}
.p-height4 .portfolio-img{
	height:41.5rem;
}
.p-item{
	margin-bottom:1.5rem;
}

.portfolio-inner{
	opacity: 0;
}
.portfolio-img:hover .portfolio-inner{
	opacity: 1;
}
.portfolio-outer{
	height:100%;
	cursor:pointer;
	color:#fff;
	text-align:center;
}
/******************** 13. Testimonials block ********************/
#testi-slider .owl-controls .owl-buttons div{
	background: none;
    color: #121212;
    line-height: 1rem;
    width: 1.em;
    height: 1rem;
}

#testi-slider .owl-controls .owl-buttons .owl-prev{
  left: -3rem;
  top: 50%;
  margin-top:-8px;
}

#testi-slider .owl-controls .owl-buttons .owl-next{
  right: -3rem;
  top: 50%;
  margin-top:-8px;
}
#testi-slider .owl-controls.clickable .owl-buttons div:hover{
    color: #aaa;
}
.t-item{
	position:relative;
}
.t-ava{
	width:5rem;
	height:5rem;
	overflow:hidden;
	display:inline-block;
}
.t-ava img{
	max-width:100%;
}
.t-text{
	padding:3.3rem 0;
	font-size:14px;
	font-style:italic;
	font-weight:400;
	position:relative;
}
.t-text p{
	margin:0;
}
.t-item h6{
	font-size:1.1rem;
}
.sub-t{
	font-size:14px;
	color:#a6a6a6;
	font-weight:400;
}
.testi-bg{
	width:164px;
	height:120px;
	position:absolute;
	z-index:-1;
	top:50%;
	left:50%;
	margin-top:-60px;
	margin-left:-82px;
}
/******************** 14. Brands block ********************/
.brands-wrap{
	position:relative;
	background:#f8f8f8;
}

#brands img{
	max-width:100%;
}
#brands a:hover img{
	opacity:0.7;
}
/******************** 15. Latest news block ********************/
.last-news-block{
	color:#121212;
	background:#f1f1f1;
}
.last-news-caption{
	height:20rem;
	overflow:hidden;
}
.last-news-caption img{
	display:block;
	height:100%;
	width:auto;
	-webkit-filter: grayscale(1);
    filter: grayscale(1);
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}
.last-news-img:hover .last-news-caption img{
	-o-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.bg-overlay{
	-webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.last-news-img:hover .last-news-caption img,
.bg-overlay:hover{
	-webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.last-news-desc p,
.news-bottom p{
	margin:0 0 2rem 0;
	font-size:14px;
}
.last-news-item{
	position:relative;
	z-index:99;
	padding: 2rem;
	color:#121212;
}
.last-news-img {
	cursor:default;
	background-color:#fff;
	position:relative;
}
.news-top{
	font-size:13px;
	text-transform:uppercase;
}
.news-top,
.news-bottom{
	width:100%;
	font-size:13px;
}
.news-top{
	margin-bottom:3.3rem;
	text-transform:uppercase;
}
.news-bottom{
	bottom:0;
	top:auto;
}
.news-date a,
.news-bottom a{
	color:#121212;
}
.news-date a:hover,
.news-bottom a:hover {
    color: #aaa;
}
.news-bottom h5{
	margin:0 0 2rem 0;
	font-size:1.1rem;
}
.news-more{
	text-transform:uppercase;
	font-size:13px;
}
/******************** 16. Contacts block ********************/
.contact-item-desc p,
.contact-item-desc ul li{
	font-size:14px;
}
.contact-item-desc p{
	padding-right:3.3rem
}
.contact-item-desc ul{
	margin:0;
}
.contacts-block .brand-logo,
#page-preloader .brand-logo{
	margin-top: 0;
    border: 2px solid #f170a3;
    text-transform: uppercase;
    height: 45px;
	display:inline-block;
    line-height: 41px;
    position: relative;
    overflow: hidden;
	color:#121212;
}
.contacts-block .logo-icon,
#page-preloader .logo-icon {
    background: #f170a3;
    color: #fff;
}
.contacts-block{
	padding-bottom:0!important;
}
.form-wrapper{
	background:rgba(255,255,255,0.9);
	padding:0 5rem 3rem 5rem;
	position:relative;
	z-index:9;
	margin-bottom:-7.5rem;
}
.form-wrapper input[type=text],
.form-wrapper textarea.materialize-textarea{
	border-bottom:1px solid #ccc
}
.contact-item p{
	margin:1rem 0 2rem 0;
	padding:1rem 0 0 0;
	position:relative;
	font-weight:400;
	font-size:14px;
	text-transform:uppercase;
}
.contact-item p:after {
    width: 24px;
    content: "";
    display: block;
    height: 1px;
    background: #ccc;
    position: absolute;
    top: 0;
    z-index: 0;
    left: 50%;
    margin-left: -12px;
}
.contact-item span{
	color:#000;
	font-size:1.5rem;
}
.contact-item a{
	color:#121212;
}
.contact-item a:hover{
	color:#aaa;
}
#map{
	height:500px;
}
/******************** 17. Footer bottom block ********************/
.footer-bottom{
	background:#222;
	color:#bbb;
	padding:5rem 7rem;
}
.footer-bottom h6{
	margin-top:0;
	color:#fff;
	margin-bottom:2rem;
}
.footer-bottom p{
	font-size:13px;
	margin-top:0;
}
.bottom-news a{
	color:#757575;
	font-size:14px;
	display:block;
}
.bottom-news ul{
	margin:0;
}
.bottom-news li{
	display:block;
	margin:0 0 1rem 0;
}
.bottom-news li:last-child{
	margin:0;
}
.footer-img{
	float:left;
	width:80px;
	margin-right:10px;
}
.footer-img img{
	max-width:100%;
	opacity:0.8;
	display:block;
}
.bottom-news li:hover .footer-img img{
	opacity:1;
}
.b-news-content{
	display: block;
    position: relative;
    overflow: hidden;
}
.bottom-news .news-date{
	font-size:13px;
}
.footer-bottom .btn-large{
	width: 10rem;
    font-size: 13px;
    height: 46px;
    line-height: 44px;
}
.footer-bottom input[type=text]:focus:not([readonly]){
    border-bottom: 1px solid #fff;
    box-shadow: 0 1px 0 0 #fff;
}
.footer-bottom input[type=text]:focus:not([readonly])+label{
	color:#fff;
}
#subscribe, #mc-embedded-subscribe-form{
	overflow: hidden;
}
.newsletter .input-field label {
    font-size: 13px;
}
/******************** 18. Footer block ********************/
footer{
	padding:3rem 0;
	color:#6c6c6c;
	background:#1c1c1c;
}
.social-wrap{
	position:relative;
	padding-bottom:1rem;
	margin-bottom:1rem;
}
.social-wrap:after {
    width: 10rem;
    content: "";
    display: block;
    height: 1px;
    background: #292929;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -5rem;
}
.social-wrap a{
	display:inline-block;
	color:#585858;
	font-size:14px;
	padding:0 0.5rem;
}
.copy{
	font-size:12px;
	font-weight:400;
}
.copy a{
	color:#aaa;
}
.copy a:hover,
.social-wrap a:hover,
.bottom-news a:hover{
	color:#ccc;
}
/******************** 19. Top block of template pages ********************/
.visual{
	background:#f8f8f8;
	min-height:500px;
}
.inner-page .navbar-fixed nav{
	background:none;
}
/******************** 19.1 Breadcrumbs ********************/
.category-name{
	margin:0 0 2rem 0;
}
.breadcrumbs ul{
	margin:0
}
.breadcrumbs ul li{
	display:inline-block;
	padding:0 5px;
	font-size:13px;
	text-transform:uppercase;
	font-weight:400;
}
.breadcrumbs ul li a{
	color:#121212;
}
.breadcrumbs ul li a:hover,
.br-active{
	color:#aaa;
}
/******************** 20. Shop sidebar ********************/
.s-box h6{
	margin:0 0 2rem 0;
}
.s-box{
	padding-bottom:2rem;
	margin-bottom:3.3rem;
	border-bottom:1px solid #eee;
}
.s-box:last-child{
	border:0;
	padding:0;
}
.s-box .btn-large,
.load-more .btn-large{
    width: 100%;
    border-color: #121212;
    height: 40px;
    background: none;
    line-height: 40px;
}
.s-box .btn-large:hover,
.load-more .btn-large:hover{
	background:#121212;
	color:#fff;
}
#price{
	margin-bottom:2rem;
}
.s-box ul{
	margin:0;
}
.s-box ul li{
	display:block;
	margin:0 0 0.5rem 0;
	font-size:14px;
}
.s-box ul li:last-child{
	margin:0;
}
.s-box ul li a{
	color:#121212;
}
.s-box ul li a:hover, .s-box ul li:hover [type="checkbox"]+label, [type="checkbox"]:checked+label{
	color:#aaa;
}
.s-box ul li a.active{
	font-weight:700;
}
[type="checkbox"]+label {
    padding-left: 25px;
    height: 15px;
    line-height: 15px;
	color:#121212;
    font-size: 14px;
}

[type="checkbox"]+label:before{
    border-radius: 0;
	height: 15px;
    width: 15px;
    border: 1px solid #121212;
	margin:0;
}
.s-box ul li:hover [type="checkbox"]+label:before{
	border:1px solid #aaa
}
[type="checkbox"]:checked+label:before {
	top: -2px;
    left: 0px;
    width: 8px;
    height: 15px;
    border-top: 1px solid transparent!important;
    border-left: 1px solid transparent!important;
    border-right: 1px solid #aaa!important;
    border-bottom: 1px solid #aaa!important;
}
.vertical-sidebar{
	line-height:3rem;
	font-size:1rem;
	margin-bottom:2rem;
}
#sidebar-btn{
	display:inline-block;
	cursor:pointer;
	line-height:22px;
	text-transform:uppercase;
}
#sidebar-btn span{
	margin-right:10px;
	float:left;
	font-size:1.2rem;
}
#sidebar-btn:hover{
	color:#aaa;
}
.sidebar-wrap{
    position: fixed;
    top: 0;
    height: 100%;
    width: 260px;
    padding-top: 2rem;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    z-index: 1001;
}
.sidebar-wrap{
    left: -100%;
	padding-left: 1rem;
    padding-right: 1rem;
    background: #fff;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    transition: left 0.3s;
}
.sidebar-wrap.speed-in {
    left: 0;
}
#sidebar-shadow {
    position: fixed;
    min-height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    cursor: pointer;
    z-index: 1000;
    display: none;
}
#sidebar-shadow.is-visible {
    display: block;
    -webkit-animation: cart-fade-in 0.3s;
    -moz-animation: cart-fade-in 0.3s;
    animation: cart-fade-in 0.3s;
}
/******************** 20.1 Sidebar collapsible ********************/
.sidebar-collapsible{
	margin:0;
}
.sidebar-collapsible .collapsible-header{
    min-height: auto;
    line-height: 110%;
	padding:0;
    background-color: #fff;
    border-bottom: 0;
	margin: 0 0 2rem 0;
}
.sidebar-collapsible .collapsible-body{
	padding: 0 0 2rem 0;
    margin: 0 0 3.3rem 0;
}
.sidebar-collapsible .active .collapsible-body{
	-webkit-transition : border 0.3s ease-out;
	-moz-transition : border 0.3s ease-out;
	-o-transition : border 0.3s ease-out;
	transition : border 0.3s ease-out;
	border-bottom: 1px solid #eee;
}
.sidebar-collapsible li:last-child .collapsible-body{
	border:0;
	padding:0;
}
.sidebar-collapsible .icon-show .one,
.sidebar-collapsible .icon-show .two {
  position: absolute;
  background: #121212;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 400ms all ease-out;
  transition: 400ms all ease-out;
}
.one {
	top: 5px;
	left: 0;
	right: 0;
	height: 1px;
}
.two {
	top: 0;
	left: 5px;
	bottom: 0;
	width: 1px;
}
.sidebar-collapsible .icon-show{
	position: relative;
	display:inline-block;
	width: 11px;
	height: 11px;
	cursor: pointer;
	margin-left:10px;
}
.sidebar-collapsible .collapsible-header.active .icon-show .two {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
}
/******************** 21. Shop items ********************/
.shop-filters{
	text-align:right;
	line-height:3rem;
	margin-bottom:2rem;
}
.shop-filters .input-field{
	margin-top:0;
}
.sorting-margin{
	margin:0 20px;
}
.shop-filters-info{
	color:#9fa0a1;
	font-size:14px;
}
.shop-wrapper .shop-good{
	position:relative;
	text-align:center;
	margin-bottom:1.5rem;
}

.shop-good .img-cover{
	height:auto;
	overflow:hidden;
	margin-bottom:1rem;
	position:relative;
}
.shop-good .img-cover .badge{
	position:absolute;
	top:1rem;
	right:0;
	width:3.5rem;
	height:3.5rem;
	background:#232323;
	color:#fff;
	font-weight:700;
	text-align:center;
	z-index:9;
	text-transform:uppercase;
	line-height:3.5rem;
	font-size:13px;
}
.shop-good .img-cover img{
	max-width:100%;
	height:auto;
	width:auto;
	max-height:100%;
}
.shop-good:hover .img-cover img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
.shop-good-meta{
	margin:0 0 1rem 0;
	font-size:14px;
}
.star-rating,
.shop-good-wishlist{
	display:inline-block;
}
.star-rating{
	float:left;
}
.shop-good-wishlist{
	float:right;
}
.shop-good-wishlist a{
	color:#121212;
}
.star-rating span{
	margin:0 2px;
}
.shop-price{
	margin-bottom:2rem;
}
.shop-good-title a{
	font-size:1rem;
	color:#121212;
}
.shop-good-title a:hover,
.shop-good-wishlist a:hover{
	color:#aaa;
}
.new-price{
	font-size:1.2rem;
	font-weight:700;
	line-height:2.5rem;
	display:block;
	font-family: 'Raleway', sans-serif;
}
.old-price{
	display:block;
	color:#aaa;
	font-family: 'Raleway', sans-serif;
	text-decoration: line-through;
}
.recent-viewed-goods{
	background:#f8f8f8
}
.recent-viewed-goods h5{
	margin:0 0 3.3rem 0;
}
/******************** 22. Pagination ********************/
.txt-pag ul{
	margin:2rem 0 0 0;
}
.txt-pag ul li{
	display:inline-block;
	font-weight:700;
	font-size:1.2rem;
	padding:0 2rem 0 0;
}
.txt-pag ul li a{
	display:block;
	color:#121212;
}
.txt-pag ul li a:hover,
.txt-pag ul li.active{
	color:#aaa;
}
/******************** 23. Empty shopping cart ********************/
.empty-cart{
	background-color:#fff;
	background-image:url(../images/empty-cart.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:50%;
}
.empty-cart h6{
	font-size:1.14rem;
}
.empty-cart p{
	font-size:14px;
	margin:0 0 2rem 0;
}
/******************** 24. Full shopping cart & Wishlist ********************/
.cart-wrap table th{
	text-transform:uppercase;
	padding: 0 0 2rem 0;
}
.cart-wrap table.bordered>tbody>tr:last-child {
    border-bottom: 0;
}
.cart-wrap table td{
	padding: 2rem 1rem 2rem 0;
}
.cart-wrap table tr td:last-child{
	padding: 2rem 0;
}
.cart-description a{
	color:#121212;
}
.cart-description a:hover{
	color:#aaa;
}
.cart-description p{
	font-size:14px;
	margin:1rem 0 0 0;
}
.cart-id img{
	display:block;
	max-width:100px;
	height:auto;
}
.cart-id a:hover img{
	opacity:0.6;
}
.cart-add{
	text-align:center;
}
.cart-remove{
	text-align:right;
}
.remove-icon {
	position: relative;
	display: inline-block;
	width: 14px;
	cursor:pointer;
	height: 14px;
	overflow: hidden;
}
.remove-icon:hover:before,
.remove-icon:hover:after {
  background: #121212;
}
.remove-icon:before,
.remove-icon:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #ccc;
}
.remove-icon:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.remove-icon:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.remove-icon.thick:before,
.remove-icon.thick:after {
  height: 2px;
}
input[type=text].form-control {
    display: block;
    height: 2rem;
    font-size: 1rem;
	width: 4rem;
	padding-right:4rem;
    text-align: center;
	margin:0;
	border-bottom: 1px solid #dbdbdb;
	float:left;
}
input[type=text].form-control:focus:not([readonly]){
	box-shadow:none;
}
.qty-group-btn{
	display:block;
	float:left;
	margin-top:0;
	width:2rem;
}
.qty-wrapper .btn-flat{
	background-color: #fff;
	color:#ccc;
	height:2rem;
	display:inline-block;
	margin:0;
	padding:0;
	font-size:10px;
	line-height:2rem;
	position:relative;
	width:2rem;
	border-radius:0;
}
.qty-minus{
	margin-left:-4rem;
}
#btn-minus{
	-moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.qty-plus{
	margin-left:-2rem;
}
.qty-wrapper{
	display:inline-block;
	position:relative;
}
.qty-wrapper:hover .btn-flat{
	background-color: #fff;
	color:#121212;
}
.qty-wrapper:hover input[type=text].form-control{
	border-bottom: 1px solid #121212;
}
.cart-info{
	padding-top:2rem;
	border-top:1px solid #dcdcdc;
}
.shop-meta label{
	left:0
}
.shop-meta .input-field{
	display:inline-block;
	margin-bottom:1rem;
}
.shop-meta input[type=text]{
	width:13rem;
	margin:0;
	height:50px;
	margin-right:1rem;
}
.color1{
	background:#121212;
	color:#fff;
	line-height: 50px;
	border:0;
}
.color2{
	background:none;
    border-color: #121212;
}
.color2:hover,
.color2:focus,
.color2:active{
	background:#121212;
	color:#fff;
}
.cart-check{
	line-height:50px;
	margin-top:1rem;
	text-align:right;
}
.cart-check .btn-large{
	margin-left:1rem;
}
.cart-check .new-price{
	display:inline-block;
}
.cart-check label{
	font-size:1rem;
	text-transform:uppercase;
	font-weight:700;
}
/******************** 25. Single shop product ********************/
.cd-single-item{
	padding-bottom:0;
}
.shop-single-item{
	position:relative;
}
.shop-single-info{
    padding: 50px 0 0 0;
}
.cd-slider-wrapper{
	position: relative;
	z-index: 1;
	-webkit-transition: width 0.4s;
	-moz-transition: width 0.4s;
	transition: width 0.4s;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: width;
}

.cd-slider{
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin:0;
}
.cd-slider-navigation{
	margin:0;
}
.cd-slider:before{
    content: 'mobile';
    display: none;
}
.cd-slider li{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}
.cd-slider li img {
	display: block;
	width: 100%;
}
.cd-slider li.selected {
	position: relative;
	z-index: 2;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.cd-slider li.move-left {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}
.cd-slider-navigation li{
	position: absolute;
	z-index: 2;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.cd-slider-navigation li:first-of-type{
    left: 10px;
}
.cd-slider-navigation li:last-of-type{
    right: 10px;
}
.cd-slider-navigation li a{
    display: block;
    color: #121212;
    font-size: 14px;
    line-height: 42px;
    width: 42px;
    height: 42px;
	text-align: center;
	background: none;
    -webkit-transition: opacity 0.2s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.2s 0s, visibility 0s 0s;
    transition: opacity 0.2s 0s, visibility 0s 0s;
}
.cd-slider-navigation li a.inactive {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
	-moz-transition: opacity 0.2s 0s, visibility 0s 0.2s;
	transition: opacity 0.2s 0s, visibility 0s 0.2s;
}
.cd-slider-navigation li a:hover{
    background: rgba(255,255,255,0.5);
}
.cd-slider-pagination{
	position: absolute;
	z-index: 2;
	bottom: 30px;
	left: 50%;
	right: auto;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	visibility: hidden;
}
.cd-slider-pagination:after{
    content: "";
    display: table;
    clear: both;
}
.cd-slider-pagination{
    visibility: hidden;
}
.cd-slider-pagination li{
    display: inline-block;
    float: left;
    margin: 0 5px;
}
.cd-slider-pagination li.selected a{
    background: #fff;
    border: 4px solid #4a4a4a;
}
.cd-slider-pagination a{
    background: #4a4a4a;
    display: block;
    width: 12px;
    height: 12px;
    outline: 0;
	overflow: hidden;
	text-indent: 100%;
    white-space: nowrap;
    border: 4px solid #fff;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}
.cd-slider-wrapper .cd-close{
	display: none;
	position: absolute;
	z-index: 2;
	top: 30px;
	right: 30px;
	font-size: 2rem;
    line-height: 2rem;
    color: #121212;
    cursor: pointer;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
    transition: all 0.4s linear 0s;
}
.cd-slider-active .cd-slider-wrapper .cd-close{
    visibility: visible;
    opacity: 1;
    -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s, opacity 0.4s 0.4s;
    -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0s, opacity 0.4s 0.4s;
    transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.4s 0.4s;
}
.cd-slider-active .cd-slider-wrapper .cd-close:hover{
	transform: rotate(180deg);
}
.shop-single-info h5{
	margin:0;
	line-height:normal;
}
.shop-single-info .new-price,
.shop-single-info .old-price{
	font-size:2.28rem;
	display:inline-block;
	margin-right:1.5rem;
}
.shop-single-info .shop-price{
	margin:1.5rem 0;
}
.shop-single-info .old-price{
	margin-right:0;
	line-height:normal;
}
.shop-single-info p{
	margin:0 0 1rem 0;
	font-size:14px;
}
.shop-single-features{
	padding-top:1rem;
	padding-bottom:2rem;
}
.shop-single-features .input-field{
	margin-top:0px;
}
.shop-single-features .select-wrapper{
	display:block;
}
.shop-single-features .select-wrapper span.caret {
    top: 16px;
}
.shop-single-features .select-wrapper input.select-dropdown {
    border-bottom: 1px solid #dbdbdb;
}
.btn-ico{
	padding:0 2rem;
}
.shop-buttons .btn-large.marg{
	margin-right:1rem;
}
.shop-single-info .btn-large{
	z-index:0;
	margin-bottom:1rem;
}
.shop-single-info .btn-ico{
	background:#121212;
	color:#fff;
	border-color:#121212;
}
.btn-ico:hover {
    box-shadow: none;
    background: #f8f8f8;
    border-color: #f8f8f8;
    color: #121212;
}
.btn-ico [class^="ico-"],
.btn-ico [class*=" ico-"]{
	font-size:1.3rem;
	line-height:inherit;
	margin-right:10px;
}
.shop-buttons .btn-large{
	float:left;
}
.shop-buttons input[type=text].form-control,
.shop-buttons .qty-wrapper .btn-flat{
	height:50px;
	z-index:0;
}
.shop-buttons .qty-wrapper .btn-flat{
	line-height:50px;
}
.shop-buttons .qty-wrapper {
    display: inline-block;
    position: relative;
    float: left;
    margin-top: -1px;
    margin-right: 1rem;
	margin-bottom:1rem;
}
.share-item{
	margin-top:1rem;
}
.share-item h6{
	margin:0 0 1rem 0;
}
.share-item a{
	color:#9fa0a1;
	display: inline-block;
    font-size: 14px;
    padding: 0 1rem 0 0;
}
.share-item a:hover{
	color:#121212;
}
.shop-tabs{
	padding-top:3.3rem;
}
.shop-tabs .tabs-info{
	margin:0 0 2rem 0;
}
.shop-tabs .tabs-info li{
	display:block;
	float:left;
}
.shop-tabs .tabs-info li a{
	display:block;
    background-color: #fff;
    color: #121212;
    text-transform: uppercase;
    font-size: 13px;
	text-align:center;
    height: 50px;
    padding: 0 2rem;
    line-height: 50px;
	font-family: 'Raleway', sans-serif;
    font-weight: 700;
}
.shop-tabs .tabs-info li a.active{
    background-color: #dbdbdb;
}
.tabs-wrap p{
	margin:0 0 1rem 0;
	font-size:14px;
}
.tabs-wrap ul{
	margin:0;
}
.tabs-wrap li{
	display:block;
	font-size:14px;
	padding-bottom:1rem;
	margin-bottom:1rem;
	border-bottom:1px solid #dcdcdc;
}
.tabs-wrap li label{
	text-transform:uppercase;
	color:#121212;
	font-weight:700;
	display:inline-block;
	font-size:14px;
	width:10rem;
}
.tabs-wrap li:last-child{
	border:0;
}
/******************** 25.1 Comments block ********************/
.comments-wrap{
	padding-bottom:1.3rem;
	border-bottom:1px solid #dcdcdc;
	margin-bottom:3.3rem;
}
.comment-item{
	margin-bottom:2rem;
}
.comment-item .t-ava{
	float:left;
	width:4rem;
	height:4rem;
	margin-right: 20px;
}
.comment-body {
    display: block;
    position: relative;
    overflow: hidden;
}
.comment-body a.head-bold{
	text-transform:uppercase;
	font-size:13px;
	float:right;
	color:#aaa;
}
.comment-body a.head-bold:hover{
	color:#121212;
}
.comment-meta h6{
	display:inline-block;
	margin:0 0 1rem 0;
}
.comment-date{
	display:inline-block;
	padding:0 1.5rem;
	font-size:14px;
	color:#777;
}
.comment-body .star-rating,
.comment-form .star-rating{
	float:none;
	display:inline-block;
	font-size:12px;
}
.comment-answer{
	margin-left:6rem;
}
.comment-form{
	overflow:hidden;
}
.comment-form .star-rating{
	margin-left:1rem;
}
/******************** 26. About us page ********************/
.page-with-img .visual {
    background:none;
    min-height: 500px;
	color:#121212;
}
.page-with-img .breadcrumbs ul li a:hover,
.page-with-img .br-active{
	color:#777;
}
.about-page-box{
	position:relative;
	width:100%;
}
.about-page-heading{
	position:absolute;
	right:0;
	width:50%;
	top:0;
}
.about-page-heading h4{
	margin:8rem 0 2rem 0;
}
.about-page-heading blockquote,
.blog-single blockquote,
blockquote{
    margin: 0 0 2rem 0;
    padding-left: 1.5rem;
	font-size:14px;
	line-height:1.7rem;
	font-style:italic;
    border-left: 2px solid #121212;
}
.about-page-img{
	display:inline-block;
}
.about-page-img img{
	display:block;
	margin:0 auto;
}
.about-page-text{
	background: rgba(255,255,255,0.7);
	position:absolute;
	max-width:600px;
    border: 2px solid #dcdcdc;
    top:45%;
    left: 25%;
    font-size: 14px;
    padding: 3rem 3rem 1.5rem 3rem;
}
.about-page-text p{
	margin:0 0 1.5rem 0;
}
.brands-wrap h5{
	margin:0 0 3.3rem 0;
}
.team-skill {
	position:relative;
}
.circle-wrap h6{
	margin:1rem 0 0 0;
}
.team-separator:after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 50%;
    margin-left: -80px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 80px 0 80px;
    border-color: #f8f8f8 transparent transparent transparent;
}
/******************** 27. 404 page ********************/
.page-404 .visual{
	min-height:100vh!important;
}
.page-404 h1{
	font-family: 'Open Sans', sans-serif;
	font-size:10rem;
	font-weight:300;
	line-height:8rem;
	margin:0;
}
.page-404 .visual p{
	font-size:1.5rem;
	text-transform:uppercase;
	font-weight:400;
	margin:2rem 0;
}
.page-404 .btn-large{
	border-color:#121212;
	background:none;
}
.page-404 .btn-large:hover,
.page-404 .btn-large:active,
.page-404 .btn-large:focus{
	border-color:#121212;
	background:#121212;
	color:#fff;
}
/******************** 28. Coming soon page ********************/
.slide-caption .brand-logo{
	color: #121212;
}
.slide-caption #logo-wrap{
	display:inline-block;
	margin-top:0;
}
.slide-caption h5{
	margin:3rem 0 1rem 0;
}
.slide-caption .social-wrap{
	margin:3rem 0 0 0;
	padding:0;
}
.slide-caption .social-wrap:after{
	display:none;
}
.slide-caption .social-wrap a {
    color: #121212;
}
.slide-caption .social-wrap a:hover{
	color:#aaa;
}
.countdown{
	display:block;
	margin:0 0 0 0;
}
.countdown li {
    display: inline-block;
    margin: 0 1rem;
}
.timer-block {
    font-size: 2rem;
    line-height: 2rem;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    background: none;
    padding: 1.3rem 0;
    width: 70px;
}
.countdown li p {
    font-size: 14px;
    text-transform: uppercase;
    margin:0!important;
}
/*Pop-up form close effect*/
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 1;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
/******************** 29. Contacts page ********************/
.contact-text{
	padding-top:0;
}
.contact-text-wrap{
	margin-top:-7.5rem;
	position:relative;
	background: rgba(255,255,255,0.9);
    padding: 3.3rem 5rem;
	z-index:9;
}
.contact-text-wrap p{
	margin:0 0 1rem 0;
}
.contact-text-wrap .category-name{
	margin:0 0 1rem 0;
}
.contact-text-wrap .breadcrumbs{
	margin:0 0 2rem 0;
}
.contact-text .form-wrapper{
	margin-bottom:0;
	padding:0 5rem;
}
/******************** 30. Blog pages ********************/
.blog-2-col .news{
	margin-bottom:2rem;
}
.blog-2-col .last-news-caption img,
.blog-masonry .last-news-caption img,
.blog-fullwidth .last-news-caption img{
    height: auto;
    width: 100%;
}
.blog-masonry .last-news-caption,
.blog-fullwidth .last-news-caption{
	height:auto;
}
.blog-masonry .last-news-img,
.blog-fullwidth .last-news-img{
	margin-bottom:2rem;
}
.blog-single .last-news-caption{
	height:30rem;
}
.blog-single .last-news-caption img{
	height:auto;
	width:100%;
}
.blog-single .share-item {
    margin-top: 0;
    padding-bottom: 2rem;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 3.3rem;
}
.blog-single .share-item h6 {
    margin: 0;
    display: inline-block;
}
.blog-single .share-item a{
	float:right;
	padding: 0 0 0 1rem;
}
.blog-single .news-bottom img{
	width:100%;
	height:auto;
	margin:0 0 2rem 0;
}
/******************** 30.1 Blog sidebar ********************/
.b-box{
	padding:2rem;
	margin:0 0 3.3rem 0;
	background:#fff;
}
.b-box h6{
	margin:0 0 2rem 0;
}
.b-box ul{
	margin:0;
}
.b-box ul li{
	display:block;
	font-size:14px;
	margin:0 0 1rem 0;
}
.b-box ul li:last-child{
	margin:0;
}
.b-box .news-date{
	font-size:12px;
	color:#757575
}
.b-box .b-news-content a{
	display:block;
	padding-bottom:1rem;
}
.tag-item{
	display:inline-block;
	padding:0.5rem 1rem;
	border:1px solid #aaa;
	font-size:12px;
	float:left;
	text-transform:uppercase;
	margin:0 10px 10px 0;
}
.tag-item:hover{
	background:#121212;
	border-color:#121212;
	color:#fff;
}
.in-item img{
	width:100%;
	display:block;
	margin-bottom:1.5rem;
	height:auto;
}
.in-item img:hover{
	opacity:0.7
}
/******************** 31 Portfolio single page ********************/
.portfolio-single h5{
	margin:0 0 2rem 0;
	text-transform:none;
}
.slider,
.slider .slides{
	height:500px!important;
}
.slider .indicators .indicator-item{
	background: #4a4a4a;
    display: inline-block;
	cursor:pointer;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    outline: 0;
    border: 4px solid #fff;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
	transition: background-color .3s;
}
.slider .indicators .indicator-item.active,
.slider .indicators .indicator-item:hover{
	background: #fff;
    border: 4px solid #4a4a4a;
}
.slider .indicators {
    z-index: 2;
    bottom: 30px;
}
.portfolio-info{
	margin:0 0 3.3rem 0;
}
.portfolio-info p{
	margin:0 0 1rem 0;
}
.portfolio-info a{
	font-weight:400;
}
.portfolio-info-img img{
	margin-bottom:3.3rem;
	display:block;
}
.portfolio-info h6{
	margin:0 0 1rem 0;
}
.bottom-links a{
	display:inline-block;
	padding:0 1rem;
	height:38px;
	text-align:center;
	text-transform:uppercase;
	font-weight:400;
	line-height:34px;
	font-size:14px;
	border:1px solid #121212;
	margin:0 0.5rem;
}
.bottom-links a:hover{
	background:#121212;
	color:#fff;
}
/******************** 32 Elements ********************/
.elements-wrap{
	margin: 0 0 3.3rem 0;
}
.elements-wrap:last-child{
	margin:0;
}
.elements-heading{
	margin:0 0 2rem 0;
}
.grid-padding{
	padding:2rem 0;
	margin-bottom:1.5rem;
}
.carousel.carousel-slider{
	height:400px;
}
.carousel.carousel-slider .carousel-fixed-item {
    bottom: 20px;
	position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
}
.carousel.carousel-slider .carousel-fixed-item.with-indicators {
    bottom: 68px;
}
.carousel .indicators {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
}
.carousel .indicators .indicator-item {
    display: inline-block;
    position: relative;
    cursor: pointer;
    height: 8px;
    width: 8px;
    margin: 24px 4px;
    background-color: #aaa;
    transition: background-color .3s;
    border-radius: 50%;
}
.carousel .indicators .indicator-item.active {
    background-color: #121212;
}
.carousel-item{
	padding-top:2rem;
}
.elements-wrap .carousel-slider{
	margin-bottom:3.3rem;
}
.elements-wrap table{
	margin-bottom:3.3rem;
}
.elements-wrap table:last-child{
	margin-bottom:0;
}
/******************** 33. Responsive styles ********************/
@media only screen and (max-width: 1200px) {
	.hide-on-large-and-down {
		display: none !important;
	}
	.shop-block-view .shop-masonry-item{
		width:50%!important;
	}
	.team-text{
		padding:8rem 2rem;

	}
}

@media only screen and (max-width : 992px) {
	nav .brand-logo {
		left: 0;
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}
	.goods-badge {
		width: 18px;
		height: 18px;
		line-height:18px;
	}
	.navbar-fixed {
		height: 65px;
	}
	.navbar-fixed nav {
		height: 65px;
		line-height: 65px;
	}
	#logo-wrap {
		margin-top: 10px;
	}
	#top h1{
		font-size:2rem;
	}
	.btn-large {
		box-shadow: none;
		font-size: 13px;
		height: 40px;
		width: 11rem;
		padding: 0;
		line-height: 38px;
	}
	.pop-good-block .shop-good .btn-large, .shop-good .btn-large {
		margin-left: -5.5rem;
		margin-top: -20px;
	}
	.parallax-container {
		min-height: 600px;
	}
	.video-background,
	.video-wrapper {
		display:block;
		height:auto;
		width:100%;
		min-height:10rem;
	}
	.video-inner{
		padding:8rem 0;
		display:block;
	}
	.section{
		padding:6rem 0;
	}
	.heading h2{
		font-size: 2rem;
	}
	.about{
		padding:0;
	}
	.about-text {
		padding-left:1.5rem;
		padding-right:1.5rem;
		padding-top:3.3rem;
		padding-bottom:3.3rem;
	}
	.shop-block .heading-p {
		margin: 0 0 2rem 0;
	}
	.shop-block-category {
		padding-right: 0;
		display: block;
		text-align: center;
	}
	.shop-block-category  ul{
		display: inline-block;
		margin:0;
	}
	.shop-block-category h6 {
		margin: 0 0 1rem 0;
	}
	.shop-item-caption h5 {
		font-size:1.4rem;
	}
	.shop-block-category li.active:before{
		left:6px;
	}
	.height1{
		height:30rem;
	}
	.height1,
	.height2{
		border:0;
	}
	.t-info{
		padding:0 0.5rem 3.3rem 0.5rem;
	}
	.counter-item p{
		margin:0 0 2rem 0;
	}
	.counters-block,
	.instagram-block{
		padding:6rem 0 4rem 0;
	}
	.pop-good-item h5{
		font-size:1.3rem;
	}
	.pop-good-price{
		font-size:1.6rem;
		padding:0 0 2rem 0;
	}
	.pop-good-img img {
		width: 80%;
	}
	.pop-good-desc,
	.pop-good-item,
	.last-news-desc{
		border:0
	}
	.pop-good-item .pop-good-inner,
	.pop-good-inner,
	.last-news-inner{
		padding:3.3rem 1rem;
	}
	.pop-good-img{
		background:#fff;
		padding:0;
	}
	.p-height2 .portfolio-img{
		height:45rem;
	}
	.portfolio-outer{
		border:0;
	}
	.portfolio-img,
	.p-height3 .portfolio-img,
	.p-height4 .portfolio-img{
		height:25rem;
	}
	.news{
		margin-bottom:1.5rem;
	}
	.t-text{
		padding:2rem 0;
	}
	.news-bottom h5{
		font-size:1rem;
	}
	.last-news-item{
		padding:1rem!important;
	}
	.last-news-desc p,
	.pop-good-desc p	{
		padding: 0;
	}
	.form-wrapper {
		padding: 0 2rem 3rem 2rem;
	}
	.newsletter{
		margin-top:2rem;
	}
	.visual,
	.page-with-img .visual	{
		min-height: 400px;
	}
	.category-name{
		font-size:2rem;
	}
	.shop-filters {
		text-align: left;
	}
	.shop-filters .input-field,
	.select-wrapper	{
		display: block;
	}
	.sorting-margin {
		margin: 0;
	}
	[type="checkbox"]+label {
		padding-left: 24px;
		font-size: 14px;
	}
	#sidebar-btn span {
		font-size: 1.3rem;
	}
	.cart-wrap table th:first-child{
		padding-bottom:91px;
	}
	.cart-wrap table td{
		padding:0 0 1rem 0;
		text-align:center;
	}
	.cart-wrap table tr td:last-child{
		padding:0;
	}
	.cart-id img{
		margin:0 auto;
	}
	.shop-meta input[type=text] {
		height: 40px;
		width:11rem;
	}
	.cart-check .btn-large {
		width: 12rem;
	}
	.cd-single-item {
		padding-bottom: 0;
	}
	.shop-tabs{
		padding-top:3.3rem;
	}
	.shop-buttons .btn-large {
		padding:0 2rem;
		width: 12rem;
	}
	.shop-buttons .qty-wrapper .btn-flat {
		line-height: 40px;
	}
	.shop-buttons input[type=text].form-control,
	.shop-buttons .qty-wrapper .btn-flat {
		height: 40px;
	}
	.about-page-heading{
		width:100%;
		position:relative;
	}
	.about-page-heading h4 {
		margin: 0 0 2rem 0;
		font-size:2rem;
		text-align:center;
	}
	.about-page-img {
		display: block;
	}
	.about-page-img img{
		width:300px;
	}
	.about-page-text{
		max-width:100%;
		padding:2rem 2rem 0.5rem 2rem;
		left:0;
	}
	.circle-wrap{
		margin-bottom:1.5rem;
	}
	.page-404 h1 {
		font-size: 8rem;
		line-height: 6rem;
		margin: 0;
	}
	.page-404 .visual p {
		font-size: 1.3rem;
	}
	.timer-block{
		width:60px;
	}
	.contacts-map{
		height:400px!important;
	}
	.contact-text {
		padding-top: 0;
	}
	.contact-text-wrap{
		margin-top:-7.5rem;
		padding: 3.3rem 2rem;
	}
	.contact-text .form-wrapper {
		padding: 0 2rem;
	}
	.blog-2-col .last-news-caption img {
		height: 100%;
		width: auto;
	}
	.blog-sidebar{
		margin-top:2rem;
	}
	.b-box{
		margin:0 0 2rem 0;
		padding:1rem;
	}
}

@media only screen and (max-width : 600px) {
	body{
		margin:0;
	}
	.bottom-border,
	.top-border,
	.left-border,
	.right-border{
		display:none;
	}

	.section{
		padding:3.3rem 0;
	}
	.services-block,
	.counters-block,
	.instagram-block{
		padding:3.3rem 0 1.3rem 0
	}
	.navbar-fixed nav {
		left: 0;
		padding: 0;
	}
	nav ul a{
		padding:0;
	}
	.side-nav{
		padding-right:0px;
		padding-top:2rem;
	}
	.bx-wrapper li{
		min-height:500px;
	}
	#top .caption{
		padding:5rem 0;
	}
	#top h1{
		font-size:1.5rem;
	}
	.slide-caption {
		padding: 2rem 0.75rem;
	}
	.bx-controls-direction,
	#valslider .sl-prev,
	#valslider .sl-next{
		display:none;
	}
	.heading h2{
		font-size: 1.8rem;
	}
	.about{
		padding:0;
	}
	.about .heading{
		margin:0 0 2rem 0;
	}
	.about-img{
		min-height:300px;
	}
	.about-text{
		padding-left:0.75rem;
		padding-right:0.75rem;
	}
	.shop-block-view .shop-masonry-item{
		width:100%!important;
	}
	.height1,
	.height2{
		height:21.5rem;
		padding:1rem;
	}
	.shop-block .btn-large{
		margin-top:0;
	}
	.video-wrapper {
		border: 0;
	}
	.video-background,
	.video-wrapper {
		height:auto;
		min-height:10rem;
	}
	.video-inner{
		padding:6rem 0;
	}
	.service-desc h5{
		margin:0 0 1rem 0;
	}
	.service-desc p{
		margin:0 0 2rem 0;
	}
	.t-info{
		padding:0 0.5rem 2rem 0.5rem;
	}
	#team-slider .t-col img{
		width:200px;
	}
	.counters-block:before,
	.instagram-block:before {
		display:none;
	}
	.counter-icon{
		font-size:3.3rem;
		line-height:3.3rem;
	}
	.counter-item h2{
		font-size:1.8rem;
		line-height:1.8rem;
	}
	.p-height2 .portfolio-img{
		height:25rem;
	}
	.pop-good-item .pop-good-inner, .pop-good-inner, .last-news-inner {
		padding: 3.3rem 1rem;
	}
	.recent-portfolio .container-fluid {
		margin-right: auto;
		margin-left: auto;
	}
	#testi-slider .owl-controls .owl-buttons div,
	#news .owl-controls .owl-buttons div{
	  display:none
	}
	.t-text{
		font-size:14px;
		font-weight:300;
		padding:1.5rem 0;
	}
	.brand-item{
		width: 50%;
	}
	.contact-item p {
		margin: 1rem 0 2rem 0;
	}
	.last-news-caption{
		height:15rem;
	}
	.last-news-caption img{
		width: 100%;
		height: auto;
		margin:0 auto;
	}
	#map{
		height:350px;
	}
	.contacts-block{
		padding:3.3rem 0!important;
	}
	.form-wrapper{
		padding:0;
		margin-bottom:0;
	}
	.footer-bottom{
		padding:3.3rem 0;
	}
	.bottom-about{
		margin-bottom:2rem;
	}
	.visual,
	.page-with-img .visual	{
		min-height: 300px;
	}
	.category-name,
	.about-page-heading h4	{
		font-size: 1.6rem;
		margin:0 0 1rem 0;
	}
	.recent-viewed-goods h5,
	.brands-wrap h5{
		margin:0 0 2rem 0;
		font-size:1.5rem;
	}
	#price {
		margin-top: 3rem;
	}
	.s-box,
	.sidebar-collapsible .collapsible-body{
		margin-bottom: 2rem;
	}
	.s-box h6,
	.sidebar-collapsible .collapsible-header{
		margin: 0 0 1rem 0;
	}
	.txt-pag ul li {
		font-size: 1.1rem;
	}
	.vertical-sidebar {
		margin-bottom: 0;
	}
	.shop-good {
		padding:2rem 1rem;
	}
	.cart-info {
		border-top: 0;
	}
	.shop-meta .btn-large{
		width:100%;
	}
	.shop-meta input[type=text] {
		height: 40px;
		width:100%;
		margin-right: 0;
	}
	.shop-meta .input-field{
		display:block;
	}
	.cart-check{
		text-align:left;
	}
	.cart-check .btn-large {
		display:block;
		width:100%;
		margin-left:0;
	}
	.cart-check .btn-large{
		margin-bottom:1rem;
	}
	.cd-single-item {
		padding-bottom: 0;
	}
	.shop-single-info h5 {
		font-size:1.5rem;
	}
	.shop-single-info .new-price,
	.shop-single-info .old-price {
		font-size: 1.6rem;
		margin-right: 1rem;
		line-height: 1.6rem;
	}
	.share-item {
		margin-top: 1rem;
	}
	.shop-buttons {
		padding-top: 0;
	}
	.shop-single-features {
		padding-top: 0;
		padding-bottom: 1rem;
	}
	.shop-buttons .qty-wrapper {
		display: block;
		position: relative;
		float: none;
		margin-top: 0;
		margin-right: 0;
	}
	.shop-buttons input[type=text].form-control{
		float:none;
		width:100%;
		box-sizing:border-box;
	}
	.shop-buttons .btn-large{
		width:100%;
	}
	.shop-buttons .btn-large.marg {
		margin-right: 0;
	}
	.shop-buttons .qty-group-btn {
		display: block;
		float: none;
		right: 0;
		top: -1px;
		position: absolute;
	}
	.shop-buttons .qty-group-btn #btn-minus{
		right:2rem;
	}
	.shop-tabs .tabs-info li {
		display: block;
		float: none;
		width:100%;
	}
	.shop-tabs .tabs-info li a{
		height:40px;
		line-height:40px;
	}
	.comments-wrap {
		padding-bottom: 0.5rem;
		border-bottom: 1px solid #dcdcdc;
		margin-bottom: 2rem;
	}
	.comment-item {
		margin-bottom: 1.5rem;
	}
	.comment-item .t-ava {
		display:none;
	}
	.comment-answer {
		margin-left: 2rem;
	}
	.comment-form h6{
		margin-top:0;
	}
	.btn-ico [class^="ico-"],
	.btn-ico [class*=" ico-"]{
		float:none!important;
		margin:0;
	}
	.about-page-text{
		position:relative;
		margin-top:1.5rem;
		width:100%;
		border:0;
		padding:0;
		top:auto;
		left:auto;
	}
	.about-page-text p:last-child{
		margin:0;
	}
	.about-page-img img{
		width:250px;
	}
	.team-separator:after{
		display:none;
	}
	.page-404 h1 {
		font-size: 6rem;
		line-height: 4rem;
		margin: 0;
	}
	.page-404 .visual p {
		font-size: 1.1rem;
	}

	.slide-caption h5 {
		margin: 2rem 0 1rem 0;
		font-size:1.5rem;
	}
	.timer-block {
		width: 50px;
		font-size:1.5rem;
		line-height:1.5rem;
	}
	.countdown li {
		margin: 0 0.5rem;
	}
	.slide-caption .social-wrap {
		margin: 2rem 0 0 0;
	}
	.countdown li p{
		font-size:13px!important;
	}
	.contacts-map{
		height:300px!important;
	}
	.contact-text-wrap{
		margin-top:0;
		padding: 0 0 3.3rem 0;
	}
	.contact-text .form-wrapper {
		padding: 0;
	}
	.blog-2-col .last-news-caption img {
		height: auto;
		width: 100%;
	}
	.blog-single .last-news-caption{
		height:auto;
	}
	.portfolio-info h5{
		font-size:1.5rem;
		margin:0 0 1rem 0;
	}
	.portfolio-info{
		margin:0 0 2rem 0;
	}
	.portfolio-info-img img{
		margin-bottom:2rem;
	}
}

@media only screen and (min-width: 993px) {
	#cart,
	.sidebar-wrap{
		width: 30%;
		padding-top: 2rem;
	}
	.side-nav{
		width:30%;
	}
	.sidebar-wrap{
		padding-left:3rem;
		padding-right:3rem;
	}
	/*Shop single gallery*/
	.shop-single-info {
		position: absolute;
		width: 50%;
		top: 0;
		right: 0;
		padding: 3.3rem 0.75rem 0 3.3rem;
		margin: 0;
	}
	.cd-slider-wrapper{
		width: 50%;
	}
    .cd-slider-active .cd-slider-wrapper{
        width: 100%;
	}
	.cd-slider{
		cursor: pointer;
	}
    .cd-slider:before{
        content: 'desktop';
	}
    .cd-slider:after{
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgba(23,23,23,0.3) url(../images/cd-icon-zoom.svg) no-repeat center center;
        background-size: 32px;
        opacity: 0;
        z-index: 4;
        -webkit-transition: opacity 0.2s;
        -moz-transition: opacity 0.2s;
        transition: opacity 0.2s;
	}
    .cd-slider:hover:after{
        opacity: 1;
	}
    .cd-slider-active .cd-slider{
        cursor: auto;
	}
    .cd-slider-active .cd-slider:after{
        display: none;
	}
	.cd-slider-navigation li,
	.cd-slider-pagination{
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity 0.4s 0s, visibility 0s 0.4s;
		-moz-transition: opacity 0.4s 0s, visibility 0s 0.4s;
		transition: opacity 0.4s 0s, visibility 0s 0.4s;
	}
	.cd-slider-active .cd-slider-navigation li,
	.cd-slider-active .cd-slider-pagination{
		opacity: 1;
		visibility: visible;
		-webkit-transition: opacity 0.4s 0.4s, visibility 0s 0.4s;
		-moz-transition: opacity 0.4s 0.4s, visibility 0s 0.4s;
		transition: opacity 0.4s 0.4s, visibility 0s 0.4s;
	}
    .cd-slider-navigation li:first-child{
		left: 30px;
	}
    .cd-slider-navigation li:last-child{
		right: 30px;
	}
    .cd-slider-wrapper .cd-close {
		display: block;
	}

}
#feedframe{
	text-align: center;
}
.instaimg img{
	margin-bottom: 30px;
}

.opening-hours{
	font-size: 15px !important;
  line-height: 1.7;
}

.days{
	font-weight: 400;
}
