/******************************************************************
  Template Name: Violet 
  Description: Violet ecommerce Html Template
  Author: Colorlib
  Author URI: https://colorlib.com/
  Version: 1.0
  Created: Colorlib
******************************************************************/

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

1.  Template default CSS
	1.1	Variables
	1.2	Mixins
	1.3	Flexbox
	1.4	Reset
2.  Helper Css
3.  Header Section
4.  Hero Section
5.  Feature Section
6.  Latest Product Section
7.  Lookbok Section
8.  Logo Section
9.  Footer
10. Other Pages Style

-------------------------------------------------------------------*/

/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/
@font-face{
	font-family: "JarBinks";
	src: url("../fonts/JarBinks-Regular.otf") format("truetype");
	font-style: regular;
	font-weight: regular;
}


html,
body {

	height: 100%;
	font-family: "Montserrat", sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	background: none;
}
.cooperation{
	background-color: #F5F5F5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #111111;
	font-weight: 500;
	font-family: "Montserrat", sans-serif;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 15px;
	color: #7b7b7b;
	font-weight: 400;
	line-height: 1.6;
	font-family: "Montserrat", sans-serif;
	margin: 0 0 15px 0;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	color: #fff;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

@font-face {
	font-family: "FuturaBT-Book";
	src: url("../fonts/FuturaBT-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaBT-Book.woff") format("woff"), url("../fonts/FuturaBT-Book.ttf") format("truetype"), url("../fonts/FuturaBT-Book.svg#FuturaBT-Book") format("svg");
	font-weight: normal;
	font-style: normal;
}

.errorpage{
	height: 76.5%;
	text-align: center;
	padding-top: 120px;
	padding-bottom: 120px;
}

.errorpage h1{
	font-family: Montserrat;
}

.errorpage h3{
	font-family: Montserrat;
}
/*---------------------
  Helper CSS
-----------------------*/

.section-title h2 {
	color: #1e1e1e;
	font-size: 60px;
	font-weight: 700;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.spad {
	padding-top: 100px;
	padding-bottom: 100px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

/* buttons */

.primary-btn {
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	padding: 16px 40px;
	border: 2px solid #fff;
	border-radius: 50px;
	text-transform: uppercase;
}
.primary-btnsl {
	color: #000;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	padding: 16px 40px;
	border: 2px solid #000;
	border-radius: 50px;
	text-transform: uppercase;
}

.site-btn {
	color: #1e1e1e;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	padding: 16px 40px;
	border: 2px solid #1e1e1e;
	border-radius: 50px;
	cursor: pointer;
	text-transform: uppercase;
}

/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #fff;
}

.loader {
	margin-top: 20px;
	display: flex;
  justify-content: center;
}

.loader-h{
	margin-top: 250px;
	display: block;
	text-align: center;
  color: #000;
  font-family: JarBinks;
  font-size: 53px;
}

.loader-h2{
	display: block;
	text-align: center;
	margin-top: -47px;
  color: #000;
  font-family: JarBinks;
  font-size: 45px;
}

.loader-text{
	width: 600px;
	text-align: center;
  color: #000;
  font-family: Montserrat;
  font-weight: 200;
  font-size: 25px;
  white-space: nowrap; /* не переносить текст на другую строку */
  overflow: hidden; /* скрываем переполнение контентом */
  animation: cursor 0.1s step-end infinite, printed_text 5s steps(72);
}

@keyframes cursor {
  0% {
    border-color: #000;
  }

  50% {
    border-color: transparent;
  }

  100% {
    border-color: #000;
  }
}

@keyframes printed_text {
  from {
    width: 0;
  }
}
.elements-section {
	padding-top: 100px;
}

.el-title {
	margin-bottom: 75px;
}

.element {
	margin-bottom: 100px;
}

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


/*---------------------
  Header
-----------------------*/

.header-section {
	height: 70px;
	display: flex;
	align-items: end;
}

.inner-header .logo {
	float: left;
}
.inner-header .logo {
	text-align: center;
	font-family: Montserrat;
	font-weight: 200;
	font-size: 25px;
	color: #000;
}
.inner-header .logo p{
	margin-top: -14px;
	text-align: center;
	font-family: Montserrat;
	font-weight: 200;
	font-size: 12px;
	color: #000;
}

.inner-header .header-right {
	float: right;
	line-height: 30px;
}

.inner-header .header-right img {
	display: inline-block;
	margin-right: 20px;
	cursor: pointer;
}

.inner-header .header-right a {
	display: inline-block;
	position: relative;
}

.inner-header .header-right a img {
	margin-right: 0;
	margin-left: 4px;
}

.inner-header .header-right a span {
	font-size: 11px;
	color: #1e1e1e;
	width: 18px;
	height: 18px;
	border: 2px solid #D0D7DB;
	background: #fff;
	display: inline-block;
	line-height: 15px;
	text-align: center;
	border-radius: 50%;
	font-family: Montserrat;
	font-weight: 400;
	position: absolute;
	left: -9px;
	top: 14px;
}

.inner-header .user-access {
	float: right;
	margin-right: 100px;
}

.inner-header .user-access a {
	color: #1e1e1e;
	font-size: 16px;
	display: inline-block;
	font-weight: 500;
	position: relative;
	line-height: 42px;
}

.inner-header .user-access a.in {
	color: #838383;
	margin-left: 15px;
	position: relative;
}

.inner-header .user-access a.in::before {
	position: absolute;
	left: -13px;
	top: 1px;
	color: #1e1e1e;
	content: "/";
}

.inner-header .main-menu {
	float: right;
	margin-right: 50px;
}

.inner-header .main-menu ul li {
	display: inline-block;
	margin-left: 60px;
	position: relative;
}

.inner-header .main-menu ul li a {
	color: #1e1e1e;
	font-size: 16px;
	font-famile: Montserrat;
	display: inline-block;
	font-weight: 400;
	position: relative;
	line-height: 42px;
}

.inner-header .main-menu ul li a.active:after {
	opacity: 1;
}

.inner-header .main-menu ul li a:hover:after {
	opacity: 1;
}

.inner-header .main-menu ul li a:after {
	position: absolute;
	left: 0;
	bottom: 7px;
	width: 100%;
	height: 2px;
	background: #1e1e1e;
	content: "";
	opacity: 0;
	-webkit-transform: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.inner-header .main-menu ul li:hover .sub-menu {
	visibility: visible;
	opacity: 1;
	margin-top: 0;
}

.inner-header .main-menu ul li .sub-menu {
	position: absolute;
	list-style: none;
	width: 220px;
	left: 0;
	top: 100%;
	padding: 20px 0;
	visibility: hidden;
	opacity: 0;
	margin-top: 50px;
	background: #fff;
	z-index: 9999;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.2);
}

.inner-header .main-menu ul li .sub-menu li {
	display: block;
	margin: 0;
}

.inner-header .main-menu ul li .sub-menu li a {
	display: block;
	color: #000;
	margin-right: 0;
	padding: 0px 20px;
	font-family: Montserrat;
	font-weight: 300;
	font-size: 14px;
	line-height: 2.3;
}

.inner-header .main-menu ul li .sub-menu li a:after {
	display: none;
}

.slicknav_menu {
	display: none;
}

/*---------------------
  Search Bar
-----------------------*/

.search-model {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	z-index: 99999;
}

.search-model-form {
	padding: 0 15px;
}

.search-model-form input {
	width: 500px;
	font-size: 40px;
	border: none;
	border-bottom: 2px solid #333;
	background: none;
	color: #999;
}

.search-close-switch {
	position: absolute;
	width: 50px;
	height: 50px;
	background: #333;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	padding-top: 6px;
	font-size: 26px;
	top: 30px;
	cursor: pointer;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	font-weight: 300;
}


/*---------------------
  Header Info
-----------------------*/

.header-info {
	background: #ABABA9;
	overflow: hidden;
	padding: 10px 45px;
}

.header-info .header-item {
	overflow: hidden;
}

.header-info .header-item img {
	display: inline-block;
	margin-right: 13px;
}

.header-info .header-item p {
	display: inline-block;
	line-height: 1;
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 0;
	position: relative;
	top: 3px;
}

/*------	language	---------*/
.navbarleng {
    overflow: hidden;
    background-color: #fff;
    font-family: Montserrat;
	font-weight: 400;
	margin-right: 50px;
	margin-bottom: 28px;
	z-index: 9999;
}

.navbarleng a {
    float: center;
    font-family: Montserrat;
	font-weight: 400;
	font-size: 15px;
    color: #000;
    text-align: center;
    text-decoration: none;
}

.dropdownleng {
    float: center;
    overflow: hidden;
}

.dropdownleng .dropbtnleng {
    cursor: pointer;
	font-size: 16px; 
    font-family: Montserrat;
	font-weight: 400;	
    border: none;
    outline: none;
	width: 55px;
    color: #000;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.navbarleng a:hover, .dropdownleng:hover .dropbtnleng, .dropbtnleng:focus {
}

.dropdown-contentleng {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 42px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 9999;
}

.dropdown-contentleng a {
    float: none;
    color: black;
    text-decoration: none;
    display: block;
    text-align: center;
}

.dropdown-contentleng a:hover {
}

.show {
    display: block;
}

/*---------------------
  Hero Slider
-----------------------*/
.hero-items .owl-dots {
	position: absolute;
	left: 110px;
	bottom: 62px;
	
}

.hero-items .owl-dots button {
	display: inline-block;
	height: 11px;
	width: 11px;
	background: #fff;
	opacity: 0.3;
	border-radius: 50%;
	margin-right: 9px;
}

.hero-items .owl-dots button.active {
	background: #1e1e1e;
}

.hero-items .owl-nav button[type=button] {
	display: inline-block;
	height: 68px;
	width: 68px;
	background: #fff;
	font-size: 35px;
	color: #000;
	opacity: 0.1;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	left: 60px;
	top: 345px;
}

.hero-items .owl-nav button[type=button].owl-next {
	left: auto;
	right: 60px;
	margin-top: -5px;
	display: inline-block;
}

.single-slider-item {

	padding-bottom: 400px;
	padding-top: 180px;
	padding-left: 250px;
	text-align: left;
	height: 100%;
}

.single-slider-item .lumieresl {

	margin-left: 40%;
	color: #fff;
}

.single-slider-item .lumieresl2 {

	color: transparent;
}

.single-slider-item h1 {
	color: #000;
	font-family: Montserrat;
	font-size: 45px;
	margin-bottom: -25px;
	font-weight: 300;
	line-height: 85px;
}

.single-slider-item h2 {
	color: #000;
	font-family: Montserrat;
	font-size: 30px;
	font-weight: 200;
	margin-bottom: 10px;
}
.single-slider-item .primary-btn,
.single-slider-item h1,
.single-slider-item h2 {
	position: relative;
	top: 50px;
	opacity: 0;
}

.hero-items .owl-item.active .single-slider-item h1,
.hero-items .owl-item.active .single-slider-item h2,
.hero-items .owl-item.active .single-slider-item .primary-btn {
	top: 0;
	opacity: 1;
}

.hero-items .owl-item.active .single-slider-item h1 {
	-webkit-transition: all 0.5s ease 0.4s;
	transition: all 0.5s ease 0.4s;
}

.hero-items .owl-item.active .single-slider-item h2 {
	-webkit-transition: all 0.5s ease 0.6s;
	transition: all 0.5s ease 0.6s;
}

.hero-items .owl-item.active .single-slider-item .primary-btn {
	-webkit-transition: all 0.5s ease 0.8s;
	transition: all 0.5s ease 0.8s;
}

.page-home{
	display: flex;
	justify-content: center;
	margin-top: 35px;
}
.page-homea{
	margin-top: 20px;
	font-family: Montserrat;
	font-size: 30px;
	font-weight: 400;
	text-align: center;
}
.row{
		display: flex;
	justify-content: center;
}
.ph-text h6{
	font-family: Montserrat;
	font-size: 25px;
	font-weight: 200;
	text-align: center;
	margin-top: -25px;
}
.ph-text p{
	font-family: Montserrat;
	font-size: 22px;
	font-weight: 200;
	text-align: center;
	margin-top: -5px;
	margin-bottom: 5px;
}


/*---------------------
  Features Section
-----------------------*/

.features-section {
	padding-bottom: 0;
}

.features-ads {
	padding-bottom: 67px;
}

.features-ads .single-features-ads {
	text-align: center;
	margin-bottom: 30px;
}

.features-ads .single-features-ads.first {
	margin-top: 39px;
}

.features-ads .single-features-ads.second {
	margin-top: 8px;
}

.features-ads .single-features-ads img {
	margin-bottom: 15px;
}

.features-ads .single-features-ads h4 {
	color: #1e1e1e;
	font-size: 22px;
	font-weight: 700;
	line-height: 50px;
}

.features-ads .single-features-ads p {
	color: #727272;
	font-size: 14px;
	line-height: 27px;
	font-weight: 500;
}

.features-box .single-box-item {
	position: relative;
}

.features-box .single-box-item.first-box {
	margin-bottom: 35px;
}

.features-box .single-box-item.first-box .box-text {
	position: absolute;
	right: 60px;
	top: 106px;
}

.features-box .single-box-item.first-box .box-text .trend-alert {
	color: #1e1e1e;
	display: block;
	font-size: 22px;
	font-family: "FuturaBT-Book";
	letter-spacing: 2px;
	line-height: 45px;
	text-transform: uppercase;
	margin-bottom: 38px;
}

.features-box .single-box-item.first-box .box-text .primary-btn {
	border-color: #D0D7DB;
	color: #1e1e1e;
}

.features-box .single-box-item.second-box {
	margin-bottom: 35px;
}

.features-box .single-box-item.second-box .box-text {
	position: absolute;
	left: 56px;
	top: 150px;
}

.features-box .single-box-item.second-box .box-text .trend-year {
	color: #fff;
	opacity: 1;
}

.features-box .single-box-item.second-box .box-text .trend-alert {
	color: #5b5b5b;
	display: inline-block;
	font-size: 16px;
	font-family: "FuturaBT-Book";
	text-transform: uppercase;
	letter-spacing: 4px;
	line-height: 45px;
}

.features-box .single-box-item.large-box .box-text {
	position: absolute;
	left: 125px;
	top: 60px;
}

.features-box .single-box-item.large-box .box-text .trend-year {
	color: #838383;
	opacity: 1;
}

.features-box .single-box-item.large-box .box-text h2 {
	font-size: 60px;
	font-weight: 700;
	line-height: 56px;
}

.features-box .single-box-item.large-box .box-text .trend-alert {
	color: #5b5b5b;
	display: inline-block;
	font-size: 22px;
	font-family: "FuturaBT-Book";
	letter-spacing: 2px;
	line-height: 36px;
	text-transform: uppercase;
}

.features-box .single-box-item img {
	min-width: 100%;
}

.features-box .single-box-item .box-text .trend-year {
	color: #1e1e1e;
	font-size: 22px;
	font-weight: 700;
	opacity: 0.32;
	display: inline-block;
}

.features-box .single-box-item .box-text h2 {
	color: #1e1e1e;
	font-size: 48px;
	font-weight: 600;
	line-height: 38px;
}

/*---------------------
  Latest Product
-----------------------*/

.latest-products {
	padding-top: 55px;
	padding-bottom: 65px;
}

.product-filter {
	margin-bottom: 100px;
}

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

.product-filter .product-controls li {
	list-style: none;
	display: inline-block;
	color: #838383;
	font-size: 14px;
	margin-right: 42px;
	font-weight: 500;
	cursor: pointer;
}

.product-filter .product-controls li.mixitup-control-active {
	color: #1e1e1e;
}

.product-filter .product-controls li:hover {
	color: #1e1e1e;
}

.product-filter .product-controls li:last-child {
	margin-right: 0;
}

.single-product-item {
	margin-bottom: 30px;
}

.single-product-item figure {
	margin-bottom: 40px;
	position: relative;
	overflow: hidden;
}

.single-product-item figure img {
	min-width: 100%;
}

.single-product-item figure .p-status {
	position: absolute;
	right: 0;
	top: 0;
	padding: 5px 10px;
	font-family: Montserrat;
	font-size: 15px;
	font-weight: 200;
	background: rgba(0,0,0,0.2);
	color: #fff;
	border-radius: 50px 0px 0px 50px;
}

.single-product-item figure .p-status.sale {
	position: absolute;
	right: 0;
	top: 0;
	padding: 5px 10px;
	font-family: Montserrat;
	font-size: 15px;
	font-weight: 200;
	background: rgba(0,0,0,0.2);
	color: #fff;
	border-radius: 50px 50px 50px 50px;
}

.single-product-item figure .p-status.popular {
	background: #D0D7DB;
}

.single-product-item .product-text {
	text-align: center;
}
.single-product-item .product-text h6 {
	color: #727272;
	margin-bottom: 15px;
	text-align: center;
}

.single-product-item .product-text p {
	color: #1e1e1e;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 0;
	text-align: center;
}

/*---------------------
  Lookbok Section
-----------------------*/

.lookbok-left {
	padding-top: 105px;
}

.lookbok-left .section-title {
	margin-bottom: 30px;
}

.lookbok-left .section-title h2 {
	line-height: 50px;
}

.lookbok-left p {
	color: #787878;
	font-size: 14px;
	line-height: 27px;
	font-weight: 500;
	margin-bottom: 40px;
}

.lookbok-left .primary-btn.look-btn {
	background-color: #B0BCC2;
}

.lookbok-pic {
	position: relative;
}

.lookbok-pic img {
	min-width: 100%;
	height: 100%;
}

.lookbok-pic .pic-text {
	position: absolute;
	left: 0;
	right: 20px;
	bottom: 0;
	text-align: right;
	font-size: 60px;
	color: #1A1918;
	font-weight: 600;
	line-height: 97px;
}

.lookbok-section{
	background-color: #f5f5f5;
}
.lookbok-section h2{
	font-family: Montserrat;
	font-weight: 400;
	font-size: 30px;
	text-align: center;
	padding-top: 40px;
	margin-bottom: 25px;
}

.hp-about-us{
	display: flex;
	justify-content: left;
	align-items: center;
}
.hp-about-us img{
	width: 250px;
	height: 250px;
	border-radius: 50px;
	margin-left: 57px; 
}
.hpau-p{
	display: inline-block;
	padding-left: 40px;
}
.hpau-p p{
	font-family: Montserrat;
	font-weight: 400;
	font-size: 16px;
}
.hpau-p a{
	font-size: 18px;
}
.hp-about-us2{
	margin-right: 57px;
	padding-top: 42px;
	padding-bottom: 40px;
	display: flex;
	justify-content: right;
	align-items: center;
}
.hp-about-us2 img{
	width: 250px;
	height: 250px;
	border-radius: 50px; 
}
.hpau-p2{
	display: inline-block;
	padding-right: 40px;
}
.hpau-p2 p{
	font-family: Montserrat;
	font-weight: 400;
	font-size: 16px;
}


/*---------------------
  Logo Section
-----------------------*/

.logo-section {
	padding: 0px 120px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.logo-section .logo-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 120px;
	opacity: 0.4;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.logo-section .logo-item:hover {
	opacity: 1;
}

.logo-section .owl-carousel .owl-item img {
	display: block;
	width: auto;
}

/*---------------------
  Footer
-----------------------*/
.footer-section {
	background: #fff;
	padding-bottom: 0;
}
.footer2{
	display: flex;
	align-items: top;
	justify-content: center;
	text-align: center;
	margin-top: -82px;
}

.footcollection{
	display: inline-block;
	margin-right: 30px;
}

.footcollection a{
	color: #000;
	font-family: Montserrat;
	font-weight: 400;
	font-size: 14px;
}

.footcollection a:hover{
	font-size: 15px;
}

.footcollection p{
	margin-bottom: -3px;
}

.footcollection h6{
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 10px;
}

.footinformation{
	display: inline-block;
	margin-right: 680px;
}

.footinformation a{
	color: #000;
	font-family: Montserrat;
	font-weight: 400;
	font-size: 14px;
}

.footinformation a:hover{
	font-size: 15px;
}

.footinformation p{
	margin-bottom: -3px;
}

.footinformation h6{
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 10px;
}

.footcontacts{
	display: inline-block;
}

.footcontacts a{
	color: #000;
	font-family: Montserrat;
	font-weight: 400;
	font-size: 14px;
}

.footcontacts a:hover{
	font-size: 15px;
}

.footcontacts p{
	margin-bottom: -3px;
}

.footcontacts h6{
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 10px;
}

.footicon{
	display: inline-block;
	margin-top: 7px;
	margin-right: 5px;
}

.footicon img{
	width: 22px;
}

.footicon2{
	display: inline-block;
	margin-top: 7px;
	margin-left: 5px;
}

.footicon2 img{
	width: 22px;
}

.copyright p{
	font-family: Montserrat;
	font-weight: 300;
	font-size: 14px;
	text-align: center;
}

.copyright{
	margin-bottom: 10px;
}

.copyright a{
	color: #000;
}

.copyright a:hover{
	font-size: 15px;
}

.newslatter-form {
	margin-bottom: 90px;
}

.newslatter-form form {
	position: relative;
}

.newslatter-form form input {
	width: 100%;
	border: 2px solid #454747;
	border-radius: 50px;
	height: 53px;
	background: transparent;
	color: #535353;
	font-size: 14px;
	font-style: italic;
	font-weight: 600;
	padding-left: 30px;
	position: relative;
}

.newslatter-form form button {
	width: 310px;
	height: 53px;
	background: #B0BCC2;
	border: 2px solid #B0BCC2;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	border-radius: 50px;
	position: absolute;
	right: 0;
}

.footer-widget {
	margin-bottom: 40px;
}

.footer-widget .single-footer-widget {
	margin-bottom: 30px;
}

.footer-widget .single-footer-widget h4 {
	color: #fff;
	font-size: 26px;
	margin-bottom: 44px;
}

.footer-widget .single-footer-widget ul li {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	list-style: none;
	line-height: 36px;
	opacity: 0.5;
}

.social-links-warp {
	background: #222121;
	padding: 46px 0;
}

.social-links a {
	margin-right: 88px;
	display: inline-block;
}

.social-links a:last-child {
	margin-right: 0;
}

.social-links a i {
	font-size: 30px;
	color: #d7d7d7;
	float: left;
	margin-right: 19px;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.social-links a span {
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	color: #9f9fa0;
	padding-top: 10px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.social-links a.instagram:hover i {
	color: #2F5D84;
}

.social-links a.google-plus:hover i {
	color: #E04B37;
}

.social-links a.twitter:hover i {
	color: #5abed6;
}

.social-links a.pinterest:hover i {
	color: #CD212D;
}

.social-links a.facebook:hover i {
	color: #39599F;
}

.social-links a.twitter:hover i {
	color: #5abed6;
}

.social-links a.youtube:hover i {
	color: #D12227;
}

.social-links a.tumblr:hover i {
	color: #37475E;
}

.social-links a:hover span {
	color: #fff;
}

/*---------------------------- Other Pages Styles ----------------------------*/

/*---------------------
  Page Add
-----------------------*/

.page-add {
	padding-top: 31px;
	margin-bottom: 92px;
}

.page-add .page-breadcrumb {
	padding-top: 34px;
}

.page-add .page-breadcrumb h2 {
	color: #1e1e1e;
	font-size: 48px;
	font-weight: 600;
}

.page-add .page-breadcrumb h2 span {
	color: #B0BCC2;
}

.page-add .page-breadcrumb a {
	color: #838383;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	margin-right: 6px;
	position: relative;
}

.page-add .page-breadcrumb a.active {
	color: #1e1e1e;
}

.page-add .page-breadcrumb a:last-child:after {
	display: none;
}

.page-add .page-breadcrumb a:after {
	position: absolute;
	top: 1px;
	right: -5px;
	content: "/";
}

/*---------------------
  Categories Page
-----------------------*/

.categories-controls {
	margin-bottom: 45px;
}

.categories-controls .categories-filter .cf-left {
	float: left;
}

.categories-controls .categories-filter .cf-left .nice-select {
	background-color: transparent;
	border-radius: 0;
	border: none;
	position: relative;
	padding-left: 0;
	font-size: 14px;
	font-weight: 500;
	color: #838383;
}

.categories-controls .categories-filter .cf-left .nice-select:before {
	position: absolute;
	left: 0;
	bottom: 8px;
	width: 100%;
	height: 2px;
	background: #838383;
	content: "";
}

.categories-controls .categories-filter .cf-left .nice-select:after {
	height: 9px;
	right: 2px;
	top: 46%;
	width: 9px;
}

.categories-controls .categories-filter .cf-left .nice-select .list {
	border-radius: 0;
	margin-top: -8px;
}

.categories-controls .categories-filter .cf-right {
	float: right;
	line-height: 30px;
}

.categories-controls .categories-filter .cf-right span {
	color: #838383;
	font-size: 12px;
	font-weight: 500;
	margin-right: 24px;
}

.categories-controls .categories-filter .cf-right a {
	color: #838383;
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	margin-right: 25px;
	position: relative;
}

.categories-controls .categories-filter .cf-right a.active:after {
	opacity: 1;
}

.categories-controls .categories-filter .cf-right a:after {
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 10px;
	height: 2px;
	background: #000000;
	content: "";
	opacity: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.categories-controls .categories-filter .cf-right a:hover:after {
	opacity: 1;
}

.categories-controls .categories-filter .cf-right a:last-child {
	margin-right: 0;
}

.categories-page {
	padding-top: 0;
}

.categories-page .single-product-item figure {
	position: relative;
	z-index: 1;
	border-radius: 15px;
}


.categories-page .single-product-item figure .p-status {
	z-index: 99;
}


.categories-page .single-product-item .product-text {
	text-align: left;
	display: block;
}

.categories-page .single-product-item .product-text a {
	display: block;
}

.more-product {
	margin-top: 16px;
}

.more-product .primary-btn {
	color: #242424;
	border-color: #D0D7DB;
	font-weight: 700;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: pointer;
}

/*---------------------
  Product Page
-----------------------*/

.product-control {
	margin-top: 50px;
	margin-bottom: 10px;
}

.product-control a {
	color: #000;
	display: inline-block;
	font-family: Montserrat;
	font-size: 15px;
	font-weight: 300;
	margin-right: 50px;
}

.back-collection{
	display: block;
	margin-left: -20px;
	margin-bottom: 30px;
}

.product-control a img{
	width: 20px;
	opacity: 0.5;
}

.product-slider .owl-dots {
	position: absolute;
	width: 100%;
	bottom: 34px;
	text-align: center;
}

.product-slider .owl-dots button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 11px;
	width: 11px;
	background: #969d9e;
	border-radius: 50%;
	margin-right: 10px;
}
.product-slider .owl-nav button[type=button] {
	display: inline-block;
	height: 68px;
	width: 68px;
	background: #fff;
	font-size: 35px;
	color: #000;
	opacity: 0.1;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	left: 60px;
	top: 345px;
}

.product-slider .owl-nav button[type=button].owl-next {
	left: auto;
	right: 60px;
	margin-top: 0px;
	display: inline-block;
}

.product-slider .owl-dots button:last-child {
	margin-right: 0;
}

.product-slider .owl-dots button.active {
	background: #ffffff;
}

.product-img img {
	min-width: 100%;
}

.product-img figure {
	margin: 0;
	position: relative;
}

.product-img figure img {
	min-width: 100%;
}

.product-img figure .p-status {
	position: absolute;
	left: 20px;
	top: 20px;
	padding: 3px 16px;
	font-size: 12px;
	background: rgba(0, 0, 0, 0.2);
	color: #fff;
	border-radius: 50px;
}

.product-content {
	padding-top: 100px;
	margin-left: 100px;
}

.product-content h2 {
	color: #000;
	font-family: Montserrat;
	font-weight: 300;
	margin-bottom: 20px;
}

/*Size chart*/
.sizechart{
	display: none;
	text-align: center;
	position: fixed;
	width: 100%;
	height: 100%;
	padding-top: 15px;
	background-color: rgba(255, 255, 255, 0.7);
	z-index: 9999999;
}

.sizechartimg {
	text-align: center;
	max-height: 90%;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
	margin-top: 40px;
}

.sc-button1{
	margin-left: 170px;
	margin-bottom: 20px;
	border: none;
	background-color: #fff;
}

.sc-button1 u:hover{
	font-size: 17px;
}

.sc-button1 u{
	color: #000;
	font-family: Montserrat;
	font-weight: 300;
	font-size: 16px;
}

.sc-button2{
	display:none;
	position: absolute;
	right: 5%;
	border: none;
	background-color: rgba(255, 255, 255, 0);
}

.sc-button2 img:hover{
	width: 42px;
}

.sc-button2 img{
	width: 40px;
}

.mp-button {
	display: block;
	text-align: center;
	width: 180px;
	height: 50px;
	border-radius: 30px;
	background-color: #D0DEEB;
	box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.2);
	padding-top: 9px;
}

.mp-button:hover{
	width: 181px;
	height: 51px;
	font-size: 21px;
}

.product-content .mp-button{
	font-family: Montserrat;
	font-weight: 400;
	font-size: 20px;
	color: #000;
}

.mp-button img{
	width: 25px;
	margin-top: -3px;
	margin-left: 5px;
}

.mp-price p{
	color: #000;
	font-family: Montserrat;
	font-size: 13px;
	font-weight: 300;
	margin-top: 5px;
}

.mp-price .mp-pricep2{
	margin-top: -15px;
}

.mp-login{
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	height: 55px;
	padding-top: 5px;
	margin-left: -75px;
	background-color: rgba( 208,222,235,0.5);
}

.mp-login a{
	color: #000;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 300;
}

.mp-login a:hover{
	font-size: 15px;
}

.mp-login p{
	color: #000;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 300;
	margin-top: -5px;	
}

.mp-icons{
	text-align: right;
	margin-top: 30px;
	margin-bottom: 70px;
}

.mp-icons a{
	color: #000;
	font-family: Montserrat;
	font-weight: 300;
	font-size: 16px;
	margin-left: 50px;
}

.mp-icons a:hover{
	font-size: 17px;
}

.mp-icons img{
	width: 30px;
	margin-right: 15px;
}

.product-content .pc-meta {
	margin-top: -25px;
	margin-bottom: 15px;
}

.product-content .pc-meta h5 {
	color: #000;
	font-family: Montserrat;
	font-weight: 300;
	font-size: 25px;
}

.product-content .pc-meta .rating i {
	font-size: 20px;
	color: #FFD200;
	margin-right: 4px;
}


.product-content .tags {
	margin-bottom: 15px;
}

.product-content .tags li {
	color: #000;
	font-family: Montserrat;
	font-size: 20px;
	font-weight: 200;
	line-height: 30px;
	list-style: none;
}

.product-content .tags li span {
	color: #000;
}

.product-content .tags li a{
	font-size: 10px;
	font-weight: 300;
}

.product-content .tags .tagslum{
	color: transparent;
}

.product-content .product-quantity {
	display: inline-block;
	margin-right: 10px;
}

.product-content .product-quantity .pro-qty {
	height: 56px;
	width: 173px;
	border: 2px solid #EEF1F2;
	border-radius: 50px;
	text-align: center;
}

.product-content .product-quantity .pro-qty input {
	width: 50px;
	text-align: center;
	background: transparent;
	border: none;
	font-size: 18px;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	height: 100%;
}

.product-content .product-quantity .pro-qty .qtybtn {
	color: #838383;
	cursor: pointer;
	font-size: 18px;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	padding: 16px 0;
}

.product-content .pc-btn {
	border-color: #D0D7DB;
	color: #4a4a4a;
}

.product-content .p-info {
	margin-top: 75px;
}

.product-content .p-info li {
	display: inline-block;
	list-style: none;
	color: #1e1e1e;
	font-size: 14px;
	font-weight: 600;
	margin-right: 28px;
	cursor: pointer;
}

/*---------------------
  Related Products
-----------------------*/

.related-product {
	padding-top: 95px;
	padding-bottom: 65px;
}

.related-product .section-title {
	margin-bottom: 60px;
}

/*---------------------
  Cart Page
-----------------------*/

.page-add.cart-page-add {
	margin-bottom: 34px;
}

.cart-table {
	margin-bottom: 28px;
}

.cart-table table {
	width: 100%;
}

.cart-table table thead {
	border-bottom: 2px solid #D0D7DB;
}

.cart-table table thead tr th {
	color: #838383;
	font-size: 12px;
	font-weight: 500;
	padding: 16px 0;
}

.cart-table table tbody td {
	margin-top: 29px;
	padding-top: 29px;
}

.cart-table table .product-h {
	text-align: left;
}

.cart-table table .quan {
	padding-left: 30px;
}

.cart-table table .product-col {
	display: table;
}

.cart-table table .product-col img {
	max-width: 168px;
}

.cart-table table .product-col .p-title {
	display: table-cell;
	vertical-align: middle;
	padding-left: 30px;
	padding-right: 15px;
}

.cart-table table .product-col .p-title h5 {
	color: #1e1e1e;
	font-weight: 600;
}

.cart-table table .price-col {
	color: #1e1e1e;
	font-size: 18px;
	font-weight: 600;
	width: 14%;
	padding-right: 15px;
}

.cart-table table .quantity-col {
	width: 28%;
}

.cart-table table .quantity-col .pro-qty {
	height: 56px;
	width: 173px;
	border: 2px solid #EEF1F2;
	border-radius: 50px;
	text-align: center;
}

.cart-table table .quantity-col .pro-qty input {
	width: 50px;
	text-align: center;
	background: transparent;
	border: none;
	font-size: 18px;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	height: 100%;
}

.cart-table table .quantity-col .pro-qty .qtybtn {
	color: #838383;
	cursor: pointer;
	font-size: 18px;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	padding: 16px 0;
}

.cart-table table .total {
	color: #1e1e1e;
	font-size: 18px;
	font-weight: 600;
	width: 16%;
}

.cart-table table .product-close {
	color: #1e1e1e;
	font-size: 18px;
	font-weight: 600;
	width: 6%;
	cursor: pointer;
}

.cart-btn {
	background: #F9FBFB;
	padding: 50px 0;
}

.cart-btn .coupon-input {
	padding-left: 35px;
}

.cart-btn .coupon-input input {
	height: 57px;
	width: 460px;
	border: none;
	border-bottom: 2px solid #D0D7DB;
	background: transparent;
	color: #1e1e1e;
	font-size: 14px;
	font-weight: 500;
}

.cart-btn .coupon-input input::-webkit-input-placeholder {
	color: #1e1e1e;
	font-weight: 600;
	text-transform: uppercase;
}

.cart-btn .coupon-input input::-moz-placeholder {
	color: #1e1e1e;
	font-weight: 600;
	text-transform: uppercase;
}

.cart-btn .coupon-input input:-ms-input-placeholder {
	color: #1e1e1e;
	font-weight: 600;
	text-transform: uppercase;
}

.cart-btn .coupon-input input::-ms-input-placeholder {
	color: #1e1e1e;
	font-weight: 600;
	text-transform: uppercase;
}

.cart-btn .coupon-input input::placeholder {
	color: #1e1e1e;
	font-weight: 600;
	text-transform: uppercase;
}

.cart-btn .site-btn.clear-btn {
	color: #4a4a4a;
	border-color: #D0D7DB;
	margin-right: 5px;
}

.cart-btn .site-btn.update-btn {
	margin-right: 35px;
}

.shopping-method {
	padding-top: 50px;
	padding-bottom: 100px;
}

.shipping-info {
	overflow: hidden;
	margin-bottom: 45px;
}

.shipping-info h5 {
	color: #1e1e1e;
	margin-bottom: 50px;
}

.shipping-info .cs-item {
	float: left;
	margin-right: 126px;
}

.shipping-info .cs-item.last {
	margin-right: 0;
}

.shipping-info .cs-item input[type=radio] {
	visibility: hidden;
	position: absolute;
}

.shipping-info .cs-item label {
	color: #838383;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	padding-left: 26px;
	cursor: pointer;
	position: relative;
}

.shipping-info .cs-item label:after {
	position: absolute;
	left: 0;
	top: 3px;
	height: 15px;
	width: 15px;
	border: 2px solid #D0D7DB;
	border-radius: 50%;
	content: "";
}

.shipping-info .cs-item label.active {
	color: #1e1e1e;
}

.shipping-info .cs-item label.active:after {
	border-color: #1e1e1e;
}

.shipping-info .cs-item label span {
	color: #838383;
	display: block;
	font-size: 12px;
	text-transform: none;
	margin-top: 9px;
	position: relative;
	cursor: text;
}

.shipping-info .cs-item label span:after {
	position: absolute;
	left: 0;
	bottom: 2px;
	width: 136px;
	border-bottom: 2px solid #D6D6D6;
	content: "";
}

.total-info .total-table {
	margin-bottom: 72px;
}

.total-info .total-table table {
	width: 100%;
}

.total-info .total-table table thead {
	border-top: 2px solid #D0D7DB;
	border-bottom: 2px solid #D0D7DB;
}

.total-info table tr th {
	color: #838383;
	font-size: 12px;
	font-weight: 500;
	padding: 16px 0;
}

.total-info table tr td {
	color: #1e1e1e;
	font-size: 18px;
	font-weight: 600;
	padding-top: 22px;
}

.total-info table tr .total {
	width: 26%;
}

.total-info table tr .total-cart {
	text-align: right;
	padding-right: 26px;
}

.total-info table tr .sub-total {
	padding-left: 8px;
}

.total-info table tr .shipping {
	padding-left: 12px;
}

.total-info table tr .total-cart-p {
	padding-right: 40px;
	text-align: right;
}

.total-info .primary-btn.chechout-btn {
	border-color: #1e1e1e;
	color: #1e1e1e;
}

/*---------------------
  Cart Total Page 
-----------------------*/

.cart-total-page {
	padding-top: 0;
}

.checkout-form h3 {
	color: #1e1e1e;
	margin-bottom: 75px;
	padding-bottom: 14px;
	border-bottom: 2px solid #D0D7DB;
}

.checkout-form .in-name {
	color: #1e1e1e;
	font-size: 14px;
	font-weight: 600;
	text-align: right;
	margin: 0;
	margin-top: 18px;
}

.checkout-form input[type=text] {
	width: 100%;
	border: 0;
	padding-bottom: 12px;
	border-bottom: 2px solid #E7EBED;
	color: #838383;
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 32px;
}

.checkout-form .cart-select {
	margin-bottom: 35px;
}

.checkout-form .cart-select.country-usa {
	font-size: 16px;
	font-weight: 500;
}

.checkout-form .nice-select {
	border-radius: 0;
	border: none;
	font-size: 12px;
	color: #838383;
	height: 37px;
	width: 100%;
	border-bottom: 2px solid #E7EBED;
}

.checkout-form .nice-select:after {
	display: none;
}

.checkout-form .nice-select .list {
	margin-top: 3px;
	width: 100%;
	border-radius: 0;
}

.checkout-form .nice-select .option {
	color: #1e1e1e;
	font-weight: 600;
	font-size: 14px;
}

.checkout-form .diff-addr {
	margin-top: 12px;
}

.checkout-form .diff-addr input {
	width: auto;
	border: 0;
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}

.checkout-form .diff-addr input[type=radio] {
	position: absolute;
	visibility: hidden;
}

.checkout-form .diff-addr label {
	color: #838383;
	font-size: 12px;
	font-weight: 500;
	cursor: pointer;
	padding-left: 26px;
	position: relative;
}

.checkout-form .diff-addr label.active:after {
	border-color: #1e1e1e;
}

.checkout-form .diff-addr label:after {
	position: absolute;
	left: 0;
	top: 1px;
	height: 15px;
	width: 15px;
	border: 2px solid #D0D7DB;
	border-radius: 50%;
	content: "";
}

.order-table {
	background: #f9fbfb;
	padding-top: 30px;
	padding-bottom: 40px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 25px;
}

.order-table .cart-item {
	overflow: hidden;
	margin-bottom: 25px;
}

.order-table .cart-item span {
	display: inline-block;
	color: #838383;
	font-size: 12px;
	font-weight: 600;
}

.order-table .cart-item p {
	display: inline-block;
	float: right;
	color: #1e1e1e;
	font-size: 18px;
	font-weight: 600;
	margin: 0;
}

.order-table .cart-item p.product-name {
	font-size: 14px;
	font-weight: 600;
}

.order-table .cart-total {
	overflow: hidden;
	padding-top: 20px;
	border-top: 2px solid #D0D7DB;
	margin-top: 110px;
}

.order-table .cart-total span {
	display: inline-block;
	color: #838383;
	font-size: 12px;
	font-weight: 600;
}

.order-table .cart-total p {
	display: inline-block;
	float: right;
	color: #1e1e1e;
	font-size: 18px;
	font-weight: 600;
	margin: 0;
}

.payment-method {
	padding-top: 22px;
}

.payment-method h3 {
	margin-bottom: 60px;
	padding-bottom: 18px;
}

.payment-method ul {
	margin-bottom: 56px;
}

.payment-method ul li {
	color: #838383;
	font-size: 14px;
	font-weight: 500;
	list-style: none;
	margin-bottom: 25px;
}

.payment-method ul li img {
	margin-left: 20px;
}

.payment-method ul li label {
	cursor: pointer;
	position: relative;
}

.payment-method ul li label.active:after {
	border-color: #1e1e1e;
}

.payment-method ul li label:after {
	position: absolute;
	right: -35px;
	top: 4px;
	height: 15px;
	width: 15px;
	border: 2px solid #D0D7DB;
	border-radius: 50%;
	content: "";
}

.payment-method ul li input[type=radio] {
	position: absolute;
	visibility: hidden;
}

.payment-method button {
	color: #1e1e1e;
	background: transparent;
	border: none;
	font-weight: 600;
	width: 100%;
	padding: 16px;
	border: 2px solid #1e1e1e;
	border-radius: 50px;
	cursor: pointer;
	text-transform: uppercase;
}

/*---------------------
  Cart Total Page 
-----------------------*/

.contact-section {
	padding-bottom: 94px;
}

.contact-form input {
	width: 100%;
	font-size: 12px;
	font-weight: 600;
	color: #838383;
	border: 0;
	padding-bottom: 14px;
	border-bottom: 2px solid #E7EBED;
	margin-bottom: 25px;
}

.contact-form textarea {
	width: 100%;
	border-bottom: 2px solid #E7EBED;
	font-size: 12px;
	font-weight: 600;
	color: #838383;
	border-left: 0;
	height: 215px;
	border-right: 0;
	border-top: 0;
	resize: none;
	margin-bottom: 40px;
}

.contact-form button {
	color: #1e1e1e;
	background: transparent;
	border: none;
	font-size: 14px;
	font-weight: 600;
	padding: 16px 50px;
	border: 2px solid #1e1e1e;
	border-radius: 50px;
	cursor: pointer;
	text-transform: uppercase;
}

.contact-widget .cw-item {
	margin-bottom: 50px;
}

.contact-widget .cw-item h5 {
	color: #1e1e1e;
	font-weight: 600;
	margin-bottom: 30px;
}

.contact-widget .cw-item ul li {
	color: #838383;
	font-size: 14px;
	font-weight: 500;
	list-style: none;
	line-height: 28px;
}

.map {
	padding-top: 100px;
}

.map iframe {
	width: 100%;
}

/*----------------------
-------About-us---------
-----------------------*/
.about-us p{
	margin-left: 20px;
}
.about-us-h{
	margin-top:10px;
	margin-bottom:10px;
}
.about-us-h h2{
	font-size: 45px;
	text-align: center;
	font-weight: bold;
}
.about-us-h h3{
	font-size: 30px;
	text-align: center;
}
.about-us-h h4{
	font-size: 20px;
	margin-left: 40px;
}

/*---Размерная таблица---*/
.table {
	max-width: 100%;
	border: none;
	margin-bottom: 20px;
}
.table thead th {
	font-weight: bold;
	text-align: center;
	border: none;
	padding: 10px 15px;
	background: #ABABA9;
	color: #fff;
	font-size: 14px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.table tbody td {
	text-align: center;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 10px 15px;
	font-size: 14px;
	vertical-align: top;
}
.table thead tr th:first-child, .table tbody tr td:first-child {
	border-left: none;
}
.table thead tr th:last-child, .table tbody tr td:last-child {
	border-right: none;
}
.table tbody tr:nth-child(even){
	background: #f3f3f3;
}

/*COOPERATION*/

.slider-cooperation{
	background-color: #000;
}

.slider-cooperationimg{
	height: 700px;
	opacity: 0.7;
}

.slider-cooperation h1{
	position: absolute;
	top: 350px;
	width: 100%;
	text-align: center;
	color: #fff;
	font-family: Montserrat;
	font-size: 50px;
	font-weight: 400;
}

.cooperation{
	padding-bottom: 25px;
}

.coopconcenter{
	display: flex;
	justify-content: center;
}
.coopcon{
	width: 800px;
	margin-top: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.25);
}
.coopconh img{
	display: inline-block;
	margin-right: 10px;
}
.coopconh h4{
	display: inline-block;
	font-family: Montserrat;
	font-weight: 400;
	font-size: 23px;
}

.coopconh{
	margin-left: 30px;
	margin-bottom: 5px;
}
.coopconp p{
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	line-height: 20px;
	text-indent: 10px;
	font-family: Montserrat;
	font-weight: 300;
	font-size: 17px;
	color: #000;
}

.coopconp a{
	font-weight: 400;
	color: #000;
}

.coopconp a:hover{
	color: #000;
	font-size: 18px;
}

.cooppdcenter{
	display: flex;
	justify-content: center;
	margin-top: 25px;
}

.cooppay{
	width: 450px;
	margin-right: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.25);
}
.cooppayh{
	margin-left: 30px;
	margin-bottom: 5px;
}

.cooppayh img{
	display: inline-block;
	margin-right: 10px;
}

.cooppayh h4{
	display: inline-block;
	font-family: Montserrat;
	font-weight: 400;
	font-size: 23px;
}

.cooppayp p{
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	line-height: 20px;
	text-indent: 10px;
	font-family: Montserrat;
	font-weight: 300;
	font-size: 17px;
	color: #000;
}


.coopdeli{
	width: 450px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.25);
}

.coopdelih{
	margin-left: 30px;
	margin-bottom: 5px;
}

.coopdelih img{
	display: inline-block;
	margin-right: 10px;
}

.coopdelih h4{
	display: inline-block;
	font-family: Montserrat;
	font-weight: 400;
	font-size: 23px;
}
.cdpul{
	margin-left: 17px;
}

.cdpul p{
	margin-top: -7px;
}

.cdpul a{
	margin-right: 10px;
}

.coopdelip p{
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	line-height: 20px;
	text-indent: 10px;
	font-family: Montserrat;
	font-weight: 300;
	font-size: 17px;
	color: #000;	
}

/*Pay an Delivery*/

.paydeliveryh{
	background-color: #F5F5F5;
	padding-top: 25px;
}

.paydeliveryh h2{
	font-family: Montserrat;
	font-weight: 200;
	font-size: 50px;
	text-align: center;
}

.pay-delivery{
	padding-top: 25px;
	padding-bottom: 50px;
	background-color: #F5F5F5;
}

/*About-us*/
.slider-about{
	background-color: #000;
}

.slider-aboutimg{
	height: 700px;
	opacity: 0.7;
}

.slider-about h1{
	position: absolute;
	top: 55%;
	width: 100%;
	text-align: center;
	color: #fff;
	font-family: Montserrat;
	font-size: 50px;
	font-weight: 400;
}

.about-h{
	margin-top: 0px;
	display: block;
	text-align: center;
	color: #000;
	font-family: JarBinks;
	font-size: 53px;
}

.about-h2{
	display: block;
	text-align: center;
	margin-top: -47px;
	color: #000;
	font-family: JarBinks;
	font-size: 45px;
}

.about-us0{
	margin-top: 25px;
	margin-bottom: 50px;
	padding-right: 20px;
}

.about-us1{
	display: flex;
	align-items: center;
	margin-left: 50px;
	margin-bottom: -20px;
	z-index: 88;
}

.about-us1 img{
	width: 250px;
	display: inline-block;
}

.about-us1p{
	display: inline-block;
	width: 500px;
	margin-left: 30px;
}

.about-us1p p{
	font-family: Montserrat;
	font-weight: 400;
	font-size: 17px;
	line-height: 25px;
	margin-bottom: 10px;
	color: #000;
}

.about-us1p a{
	font-size: 19px;
}

.about-us2{
	display: flex;
	align-items: center;
	margin-left: 270px;
	z-index:89;
}

.about-us2 img{
	width: 250px;
	display: inline-block;
}

.about-us2p{
	display: inline-block;
	width: 500px;
	margin-left: 30px;
}

.about-us2p p{
	font-family: Montserrat;
	font-weight: 400;
	font-size: 17px;
	line-height: 25px;
	margin-bottom: 10px;
	color: #000;
}

.about-us3{
	display: flex;
	align-items: center;
	margin-top: 50px;
	margin-left: 170px;
}

.about-us3 img{
	display: inline-block;
	width: 250px;
	height: 250px;
}


.about-us3p{
	display: inline-block;
	width: 500px;
	margin-left: 30px;
}

.about-us3p p{
	font-family: Montserrat;
	font-weight: 400;
	font-size: 17px;
	line-height: 25px;
	margin-bottom: 10px;
	color: #000;
}

.about-us4{
	display: flex;
	align-items: center;
	margin-top: 30px;
	margin-left: 40px;
}

.about-us4 img{
	display: inline-block;
	width: 250px;
	height: 250px;
}

.about-us4p{
	display: inline-block;
	width: 600px;
	margin-left: 30px;
}

.about-us4p p{
	font-family: Montserrat;
	font-weight: 400;
	font-size: 17px;
	line-height: 20px;
	margin-bottom: 10px;
	color: #000;
}

/*contact*/

.contact0{
	background-color: #F5F5F5;
	height: 76.5%;
	padding: 0;
	margin: 0;
}

.contact-insta{
	display: inline-block;
	width: 650px;
	text-align: center;
	margin-top: 100px;
	margin-bottom: 100px;
}

.contact-insta h4{
	font-family: Montserrat;
	font-weight: 400;
	font-size: 17px;
	color: #000;
	margin-bottom: 25px;	
}
.contact-insta a{
	color: #000;
}

.contact-insta a:hover{
	font-size: 18px;
}

.ci-foto img{
	width: 200px;
	height: 200px;
}

.ci-foto img:hover{
	width: 202px;
	height: 202px;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.25);
	
}

.contact1{
	display: inline-block;
	text-align: left;
	margin-left: 130px;
}

.contact1 h2{
	font-family: Montserrat;
	font-size: 35px;
	font-weight: 400;
	margin-bottom: 17px;
}

.contact1 p{
	margin-bottom: -5px;
}

.contact1 a{
	font-family: Montserrat;
	font-size: 25px;
	font-weight: 300;
	color: #000;
}

.contact1 a:hover{
	font-size: 26px;
}

.conticon{
	margin-top: 10px;
}

.conticon1{
	display: inline-block;
}

.conticon1 img{
	width: 35px;
}

.conticon2{
	display: inline-block;
	margin-left: 15px;
}

.conticon2 img{
	width: 35px;
}

.contact-insta2{
	display: none;
}

/*Collections*/

.opt-section-h{
	width: 100%;
	height: auto;
	padding: 5px;
	background-color: rgba(208, 222, 235, 0.5);
}

.opt-section-h h3{
	font-family: Montserrat;
	font-weight: 300;
	font-size: 20px;
	text-align: center;
	color: #000;
}

.cwh{
	margin-left: 50px;
	margin-top: 25px;
	margin-bottom: 25px;
}

.cwh h2{
	font-family: Montserrat;
	font-weight: 300;
	font-size: 27px;
}

.cwh h3{
	font-family: Montserrat;
	font-weight: 300;
	font-size: 40px;
	margin-top: -7px;
}

/*Collection*/
.slider-collection{
}

.slider-collectionimg{
	height: 700px;
}

.scolh{
	position: absolute;
	top: 350px;
	margin-left: 150px;
}

.scolh h1{
	text-align: right;
	color: #fff;
	font-family: Montserrat;
	font-size: 40px;
	font-weight: 300;
}

.scolh p{
	margin-top: -12px;
	text-align: right;
	color: #fff;
	font-family: Montserrat;
	font-size: 20px;
	font-weight: 200;
}

.scolh .lumierecoll{
	margin-left: 500px;
}

.collection-page{
	padding-top: 35px;
	padding-bottom: 25px;
}

/*Categories Opt password*/

.copt{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 76.5%;
	background-color: #F5F5F5;
}

.cologin{
	width: 400px;
	height: auto;
	background-color: #fff;
	display: flex;
	justify-content: center;
	text-align: center;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-top: 30px;
	margin-top:50px;
	margin-bottom: 50px;
	margin-left: 20px;
	margin-right: 20px;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.25);
}

.pcwo h4{
	font-family: Montserrat;
	font-weight: 400;
	font-size: 25px;
	margin-bottom: 20px;
}

.pcwo p{
	font-family: Montserrat;
	font-weight: 300;
	font-size: 20px;
	text-align: left;
	margin-bottom: 7px;
	color: #000;
}
 
 .pcwo-text{
	width: 100%;
	border: 0;
	border-radius: 15px;
	background-color: #F5F5F5;
	text-align: left;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 5px;
	padding-bottom: 2px;
	box-shadow: inset 0px 2px 2px rgba(0,0,0,0.25);
 }
 
 .pcwo-text::placeholder{
	font-family: Montserrat;
	font-weight: 300;
	font-size: 20px;
	color: rgba( 0, 0, 0, 0.5);
 }
 
 .pcwo .pcwob-center{
	text-align: center;
 }
 
 .pcwo-button{
	display: inline-block;
	width: 140px;
	height: 40px;
	margin-top: 20px;
	background-color: #D0DEEB;
	color: #000;
	font-family: Montserrat;
	font-weight: 400;
	font-size: 20px;
	border: 0;
	box-shadow: 1px 4px 4px rgba(0,0,0,0.25);
	border-radius: 30px;
	padding-bottom: 4px;
}
.pcwo-button:hover {
	width: 141px;
	height: 41px;
	font-size: 21px;
}

.coregister{
	margin-top: 20px;

}

.coregister p{
	font-family: Montserrat;
	font-weight: 200;
	font-size: 15px;
	text-align: center;
	color: #000;
	line-height: 15px;
}

.coregister a{
	color: #000;
}

.coregister a:hover{
	font-size: 16px;
}

.coregister u{
	font-weight: 300;
}




/* ---------------------------------- Responsive Media Styles ---------------------------------*/

@media only screen and (min-width: 1500px) and (max-width: 1920px) {
	.inner-header .user-access {
		float: right;
		margin-right: 200px;
	}
	.inner-header .main-menu {
		float: right;
		margin-right: 50px;
	}
	
}

@media only screen and (min-width: 1200px) and (max-width: 1340px) {
	.inner-header .user-access {
		margin-right: 50px;
	}
	.inner-header .main-menu {
		margin-right: 60px;
	}
		.single-product-item .product-text {
	margin-bottom: 30px;
	margin-top: -30px;
	}
}

/* Medium Device : 1280px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.single-slider-item {
	padding-left: 180px;
}

	
	.inner-header .main-menu {
		margin-right: 30px;
	}
	.inner-header .main-menu ul li {
		margin-left: 40px;
	}
	.inner-header .user-access {
		display: none;
	}
		.single-product-item .product-text {
	margin-bottom: 30px;
	margin-top: -30px;
	}
	.header-info .shipping-chrg {
		margin-right: 10px;
	}
	.lookbok-left {
		padding-top: 0px;
	}
	.lookbok-pic .pic-text {
		font-size: 95px;
		line-height: 68px;
	}
	.social-links a {
		margin-right: 50px;
	}
	.product-content {
		padding-top: 20px;
	}
	.product-content .p-info {
		margin-top: 35px;
	}
	.cart-btn .site-btn.update-btn {
		margin-right: 0;
		padding: 16px 35px;
	}
	.header-info .shipping-chrg p {
		font-size: 13px;
	}
	.logo-section {
		padding: 70px 0;
	}
	.order-table .cart-item p.product-name {
		font-size: 12px;
		font-weight: 600;
		padding-top: 3px;
	}
	
		/*sizechart*/
.sizechartimg {
	margin-top: 50px;
}


.sc-button2{
	right: 1%;
}

	
	/*contact*/

.contact-insta{
	width: 560px;
}


.ci-foto img{
	width: 170px;
	height: 170px;
}

.ci-foto img:hover{
	width: 172px;
	height: 172px;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.25);
	
}

.contact1{
	display: inline-block;
	text-align: left;
	margin-left: 50px;
}

.mp-price p{
	line-height: 13px;
	margin-top: 9px;
}

.mp-price .mp-pricep2{
	margin-top: -8px;
	line-height: 13px;
}
	
	/*---------------------
  Footer
-----------------------*/
.footinformation{
	display: inline-block;
	margin-right: 450px;
}

.copyright{
	margin-top: 7px;
}



}


/* Tablet Device : 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
		.navbarleng {
	margin-right: 30px;
	margin-bottom: 30px;
	z-index: 9999;
}
		.dropdownleng .dropbtnleng {
	font-size: 13px; 
    font-family: Montserrat;
	font-weight: 400;	
    border: none;
	width: 55px;
    color: #000;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}
	.header-section {
		padding-left: 0;
		padding-right: 0;
	}
	.inner-header .main-menu {
		margin-right: 10px;
	}
	.inner-header .main-menu ul li {
		margin-left: 17px;
	}
		.inner-header .main-menu ul li a {
	font-size: 13px;
	font-weight: 400;

}
	.header-info .shipping-chrg {
		float: none;
		margin-right: 0;
	}
	.header-info .student-disc {
		float: none;
	}
	.header-info .coupon-code {
		float: none;
	}
	.single-slider-item {
	padding-left: 150px;
}

.single-slider-item h1 {
	font-size: 40px;
	margin-bottom: -20px;
	font-weight: 300;
}

.single-slider-item h2 {
	font-size: 25px;
	font-weight: 200;
	margin-bottom: 10px;
}
		.hero-items .owl-nav button[type=button] {
		margin-left: -45px;
	}
	.hero-items .owl-nav button[type=button].owl-next {
	margin-right: -45px;
}
	.inner-header .user-access {
		display: none;
	}
		.single-product-item .product-text {
	margin-bottom: 30px;
	margin-top: -30px;
	}
	.page-add .page-breadcrumb {
		margin-bottom: 20px;
	}
	.lookbok-left {
		margin-bottom: 30px;
	}
	.checkout-form .in-name {
		text-align: left;
	}
	.social-links a {
		margin-right: 15px;
	}
	.social-links a i {
		margin-right: 10px;
	}
	.cart-btn {
		padding: 50px 30px;
	}
	.cart-btn .coupon-input {
		padding-left: 0;
		margin-bottom: 30px;
	}
	.cart-btn .coupon-input input {
		width: 100%;
	}
	.shipping-info .cs-item {
		margin-right: 15px;
	}
	.contact-form {
		margin-bottom: 40px;
	}
	.logo-section {
		padding: 70px 0;
	}
	.lookbok-left {
		padding-top: 0;
	}
	.hp-about-us{
	display: flex;
	justify-content: left;
	align-items: center;
	}
	.hp-about-us img{
		width: 150px;
		height: 150px;
		border-radius: 35px;
		margin-left: 37px; 
	}
	.hpau-p{
		display: inline-block;
		padding-left: 25px;
	}
	.hpau-p p{
		font-family: Montserrat;
		font-weight: 400;
		font-size: 14px;
	}
	.hpau-p a{
		font-size: 16px;
	}
	.hp-about-us2{
		margin-right: 37px;
		padding-top: 42px;
		padding-bottom: 40px;
		display: flex;
		justify-content: right;
		align-items: center;
	}
	.hp-about-us2 img{
		width: 150px;
		height: 150px;
		border-radius: 35px;
	}
	.hpau-p2{
		display: inline-block;
		padding-right: 25px;
	}
	.hpau-p2 p{
		font-family: Montserrat;
		font-weight: 400;
		font-size: 14px;
	}
	
	.product-content{
		padding-top: 50px;
		margin-left: 0;
	}
	
	.mp-price{
		margin-bottom: 100px;
	}

.mp-price .mp-pricep2{
	margin-top: -15px;
	margin-bottom: -100px;
}
	
	.mp-login{
		width: 690px;
		margin-left: 0;
	}
	
.mp-icons{
	text-align: center;
	margin-left: -40px;
}

.mp-icons a{
	font-size: 15px;
	margin-left: 40px;
}

.mp-icons a:hover{
	font-size: 16px;
}

.mp-icons img{
	width: 25px;
	margin-right: 10px;
}

/*COOPERATION*/


.coopconcenter{
	display: flex;
	justify-content: center;
}
.coopcon{
	width: 700px;
	margin-top: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.25);
}
.coopconh img{
	display: inline-block;
	margin-right: 10px;
}
.coopconh h4{
	display: inline-block;
	font-family: Montserrat;
	font-weight: 400;
	font-size: 23px;
}

.coopconh{
	margin-left: 30px;
	margin-bottom: 5px;
}
.coopconp p{
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	line-height: 20px;
	text-indent: 10px;
	font-family: Montserrat;
	font-weight: 300;
	font-size: 17px;
	color: #000;
}

.coopconp a{
	font-weight: 400;
	color: #000;
}

.coopconp a:hover{
	color: #000;
	font-size: 18px;
}

.cooppdcenter{
	margin-top: 25px;
	display: block;
}

.cooppcentermob{
	display: flex;
	justify-content: center;
}

.cooppay{
	display: block;
	width: 450px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 0;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.25);
}
.cooppayh{
	margin-left: 30px;
	margin-bottom: 5px;
}

.cooppayh img{
	display: inline-block;
	margin-right: 10px;
}

.cooppayh h4{
	display: inline-block;
	font-family: Montserrat;
	font-weight: 400;
	font-size: 23px;
}

.cooppayp p{
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	line-height: 20px;
	text-indent: 10px;
	font-family: Montserrat;
	font-weight: 300;
	font-size: 17px;
	color: #000;
}

.coopdcentermob{
	display: flex;
	justify-content: center;
}

.coopdeli{
	display: block;
	width: 450px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 25px;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.25);
}

.coopdelih{
	margin-left: 30px;
	margin-bottom: 5px;
}

.coopdelih img{
	display: inline-block;
	margin-right: 10px;
}

.coopdelih h4{
	display: inline-block;
	font-family: Montserrat;
	font-weight: 400;
	font-size: 23px;
}
.cdpul{
	margin-left: 17px;
}

.cdpul p{
	margin-top: -7px;
}

.cdpul a{
	margin-right: 10px;
}

.coopdelip p{
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	line-height: 20px;
	text-indent: 10px;
	font-family: Montserrat;
	font-weight: 300;
	font-size: 17px;
	color: #000;	
}

.paydeliveryh h2{
	font-size: 40px;
}

/*abou-us*/

.about-us1{
	margin-left: 30px;
	margin-bottom: -20px;
}

.about-us1 img{
	width: 200px;
}


.about-us2{
	margin-left: 205px;
	z-index:89;
}

.about-us2 img{
	width: 200px;
}



.about-us3{
	margin-left: 130px;
}

.about-us3 img{
	width: 200px;
	min-width: 200px;
	height: 200px;
}

.about-us4{
	margin-top: 30px;
	margin-left: 20px;
}

.about-us4 img{
	width: 200px;
	min-width: 200px;
	height: 200px;
}

/*sizechart*/
.sizechartimg {
	max-width: 90%;
	margin-top: 50px;
}


.sc-button2{
	right: 1%;
}

/*contact*/

.contact-insta{
	width: 500px;
	margin-left: -10px;
}

.contact-insta h4{
	font-size: 15px;	
}


.contact-insta a:hover{
	font-size: 16px;
}

.ci-foto img{
	width: 150px;
	height: 150px;
}

.ci-foto img:hover{
	width: 152px;
	height: 152px;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.25);
	
}

.contact1{
	display: inline-block;
	text-align: left;
	margin-left: 15px;
}

.contact1 h2{
	font-family: Montserrat;
	font-size: 27px;
	font-weight: 400;
	margin-bottom: 17px;
}

.contact1 p{
	margin-bottom: -5px;
}

.contact1 a{
	font-family: Montserrat;
	font-size: 17px;
	font-weight: 300;
	color: #000;
}

.contact1 a:hover{
	font-size: 18px;
}

.conticon{
	margin-top: 10px;
}

.conticon1{
	display: inline-block;
}

.conticon1 img{
	width: 25px;
}

.conticon2{
	display: inline-block;
	margin-left: 10px;
}

.conticon2 img{
	width: 25px;
}

.contact-insta2{
	display: none;
}

/*Collection*/
.scolh{
	margin-left: 50px;
}

.scolh .lumierecoll {
	margin-left: 400px;
}



		/*---------------------
		  Footer
		-----------------------*/

		.footcollection{
			display: inline-block;
			margin-right: 20px;
		}


		.footinformation{
			display: inline-block;
			margin-right: 270px;
		}

		.copyright{
			margin-bottom: 10px;
			margin-top: 7px;
		}


}



/* Large Mobile : 480px */

@media only screen and (max-width: 767px) {
	.loader-text{
	width: 400px;
  font-size: 18px;
}
	.navbarleng {
	margin-right: 0px;
	margin-bottom: 17px;
	z-index: 9999;
	}
	.dropdownleng .dropbtnleng {
	width: 70px;
	text-align: left;
}

	.errorpage h3{
		font-size: 18px;
		padding-top: 20px;
	}
	
		.header-section {
		height: auto;
		padding-bottom: 0;
	}
	.inner-header {
		overflow: hidden;
		display: flex;
		justify-content: left;
	}
	.inner-header .user-access {
		margin-right: 10px;
	}
	.inner-header .logo {
	display: block;
	margin-top: 10px;
	margin-right: 80px;
	font-size: 15px;
	float: left;
	white-space: nowrap;
}
.inner-header .logo p{
	margin-top: -6px;
	font-size: 7px;
	white-space: nowrap;
}
	.slicknav_menu {
		background-color: #fff;
		display: flex;
		justify-content: center;
		padding-right: 0px;
		margin-left: 0px;
		margin-bottom: 5px;
	}
	.slicknav_menu a{
		background-color: #fff;
	}
	.inner-header .header-right {
		margin-right: 20px;
		margin-top: 4px;
	}
	.slicknav_nav ul {
		margin: 0 300px 0 0;
	}
		.slicknav_nav ul a {
		color: #000;
		white-space: nowrap;
	}
	.main-menu {
		display: none;
	}
	.header-section {
		overflow: hidden;
	}
	.single-slider-item {
	padding-left: 80px;
}

.single-slider-item h1 {
	font-size: 35px;
	margin-bottom: -25px;
	font-weight: 300;
}

.single-slider-item h2 {
	font-size: 20px;
	font-weight: 200;
}
	.single-product-item .product-text {
	margin-bottom: 30px;
	margin-top: -30px;
	}

	.single-product-item .product-text h6 {
	color: #727272;
	margin-bottom: 8px;
	font-size: 16px;
	}

	.single-product-item .product-text p {
	color: #1e1e1e;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 0;
	}

	.lookbok-section {
		text-align: center;
		padding-left: 30px;
		padding-right: 30px;
	}
	.lookbok-section h2{
		padding-top: 20px;
	}
		.hp-about-us{
	display: block;
	}
	.hp-about-us img{
		width: 200px;
		height: 200px; 
		margin-left: 0px;
		margin-top: -7px;
		margin-bottom: 30px;
	}
	.hpau-p{
		display: block;
		padding-left: 0px;
	}
	.hpau-p p{
		font-family: Montserrat;
		font-weight: 400;
		font-size: 13px;
	}
	.hpau-p a{
		font-size: 14px;
	}
	.hp-about-us2{
		margin-right: 0px;
		padding-top: 25px;
		padding-bottom: 40px;
		display: block;
	}
	.hp-about-us2 img{
	width: 200px;
	height: 200px;	
	}
	.hpau-p2{
		display: block;
		padding-right: 0px;
		padding-bottom: 30px;
	}
	.hpau-p2 p{
		font-family: Montserrat;
		font-weight: 400;
		font-size: 13px;
	}
	.contact-form {
		margin-bottom: 40px;
	}
	.newslatter-form form button {
		position: relative;
		margin-top: 15px;
		width: 100%;
	}
	.header-info .shipping-chrg {
		float: none;
		margin-right: 0;
	}
	.header-info .student-disc {
		float: none;
	}
	.header-info .coupon-code {
		float: none;
	}
	.hero-items .owl-nav button[type=button] {
		opacity: 0;
	}
	.social-links {
		text-align: center;
	}
	.social-links a {
		margin-right: 20px;
	}
	.social-links a i {
		margin-right: 0;
	}
	.social-links a span {
		display: none;
	}
	.lookbok-pic .pic-text {
		font-size: 35px;
		line-height: 82px;
	}
	.page-add .page-breadcrumb {
		margin-bottom: 20px;
	}
	.page-add .page-breadcrumb h2 {
		font-size: 30px;
	color: ##1e1e1e;
}
	.page-add .page-breadcrumb h2 span {
	font-size: 25px;
	color: #B0BCC2;
}
	.cart-table {
		overflow-y: auto;
	}
	.cart-btn {
		padding: 50px 30px;
	}
	.cart-btn .coupon-input {
		padding-left: 0;
		margin-bottom: 30px;
	}
	.cart-btn .coupon-input input {
		width: 100%;
	}
	.shipping-info .cs-item {
		margin-bottom: 15px;
	}
	.total-info .total-table {
		overflow-y: auto;
	}
	.checkout-form .in-name {
		text-align: left;
	}
	
	/*sizechart*/
.sizechartimg {
	max-width: 90%;
	margin-top: 50px;
}


.sc-button2{
	right: 1%;
}

.sc-button2 img{
	width: 35px;
}
	
		.product-content{
		padding-top: 50px;
		margin-left: 0;
	}
	
	.mp-price{
		margin-bottom: 100px;
		line-height: 9px;
	}
	
.mp-price .mp-pricep2{
	margin-top: -15px;
	margin-bottom: -100px;
}
	
	.mp-login{
		width: 94%;
		margin-left: 0;
	}
	
	.mp-login p{
		font-size: 13px;
	}
	
.mp-icons{
	text-align: left;
	margin-left: 0px;
}

.mp-icons a{
	display: block;
	font-size: 16px;
	margin-left: 0px;
	margin-top: 10px;
}

.mp-icons a:hover{
	font-size: 17px;
}

.mp-icons img{
	width: 30px;
	margin-right: 15px;
}


	/*COOPERATION*/


.coopconcenter{
	display: flex;
	justify-content: center;
}
.coopcon{
	width: 450px;
	margin-top: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.25);
}
.coopconh img{
	display: inline-block;
	margin-right: 10px;
}
.coopconh h4{
	display: inline-block;
	font-family: Montserrat;
	font-weight: 400;
	font-size: 20px;
}

.coopconh{
	margin-left: 30px;
	margin-bottom: 5px;
}
.coopconp p{
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 5px;
	line-height: 20px;
	text-indent: 10px;
	font-family: Montserrat;
	font-weight: 300;
	font-size: 14px;
	color: #000;
}

.coopconp a{
	font-weight: 400;
	color: #000;
}

.coopconp a:hover{
	color: #000;
	font-size: 15px;
}

.cooppdcenter{
	margin-top: 25px;
	display: block;
}

.cooppcentermob{
	display: flex;
	justify-content: center;
}

.cooppay{
	display: block;
	width: 450px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 0;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.25);
}
.cooppayh{
	margin-left: 30px;
	margin-bottom: 5px;
}

.cooppayh img{
	display: inline-block;
	margin-right: 10px;
}

.cooppayh h4{
	display: inline-block;
	font-family: Montserrat;
	font-weight: 400;
	font-size: 20px;
}

.cooppayp p{
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 5px;
	line-height: 20px;
	text-indent: 10px;
	font-family: Montserrat;
	font-weight: 300;
	font-size: 14px;
	color: #000;
}

.coopdcentermob{
	display: flex;
	justify-content: center;
}

.coopdeli{
	display: block;
	width: 450px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 25px;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.25);
}

.coopdelih{
	margin-left: 30px;
	margin-bottom: 5px;
}

.coopdelih img{
	display: inline-block;
	margin-right: 10px;
}

.coopdelih h4{
	display: inline-block;
	font-family: Montserrat;
	font-weight: 400;
	font-size: 20px;
}
.cdpul{
	margin-left: 17px;
}

.cdpul p{
	margin-top: -7px;
}

.cdpul a{
	margin-right: 10px;
}

.coopdelip p{
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 5px;
	line-height: 20px;
	text-indent: 10px;
	font-family: Montserrat;
	font-weight: 300;
	font-size: 14px;
	color: #000;	
}

.paydeliveryh h2{
	font-size: 37px;
}

	.logo-section {
		padding: 0px 0;
	}
	.lookbok-left {
		padding-top: 0;
	}

	.search-model-form input {
		width: 100%;
	}
	
/*---------------------
  Language page
-----------------------*/

.prewlang{
	text-align: center;
	margin-top: 30px;
	margin-bottom: 150px;
}

.prewlang .logo {
	float: center;
	margin-bottom: 70px;
}

.prewlang h1{
	font-size: 25px;
	margin-bottom: 60px;
}

.prewlang a{
	color: #000;
	text-align: center;
	font-size: 15px;
}

.imgru, .imgua, .imgen{
	display: inline-block;
}

.imgru, .imgua{
	margin-right: 20px;
}

/*About-us*/

.about-h{
	margin-top: 0px;
	display: block;
	text-align: center;
	color: #000;
	font-family: JarBinks;
	font-size: 43px;
}

.about-h2{
	display: block;
	text-align: center;
	margin-top: -34px;
	color: #000;
	font-family: JarBinks;
	font-size: 35px;
}

.about-us0{
	margin-top: 25px;
	margin-bottom: 50px;
	padding-right: 10px;
}

.about-us1{
	display: flex;
	align-items: center;
	margin-left: 20px;
	margin-bottom: -15px;
	z-index: 88;
}

.about-us1 img{
	width: 130px;
	display: inline-block;
}

.about-us1p{
	display: inline-block;
	width: 500px;
	margin-left: 15px;
}

.about-us1p p{
	font-family: Montserrat;
	font-weight: 400;
	font-size: 13px;
	line-height: 17px;
	margin-bottom: 3px;
	color: #000;
}

.about-us1p a{
	font-size: 15px;
}

.about-us2{
	display: flex;
	align-items: center;
	margin-left: 132px;
	z-index:89;
}

.about-us2 img{
	width: 130px;
	display: inline-block;
}

.about-us2p{
	display: inline-block;
	width: 500px;
	margin-left: 15px;
}

.about-us2p p{
	font-family: Montserrat;
	font-weight: 400;
	font-size: 13px;
	line-height: 17px;
	margin-bottom: 3px;
	color: #000;
}

.about-us3{
	display: flex;
	align-items: center;
	margin-top: 50px;
	margin-left: 70px;
}

.about-us3 img{
	display: inline-block;
	width: 130px;
	min-width: 130px;
	height: 130px;
}


.about-us3p{
	display: inline-block;
	width: 500px;
	margin-left: 15px;
}

.about-us3p p{
	font-family: Montserrat;
	font-weight: 400;
	font-size: 13px;
	line-height: 17px;
	margin-bottom: 3px;
	color: #000;
}

.about-us4{
	display: flex;
	align-items: center;
	margin-top: 30px;
	margin-left: 10px;
}

.about-us4 img{
	display: inline-block;
	width: 130px;
	min-width: 130px;
	height: 130px;
}

.about-us4p{
	display: inline-block;
	width: 600px;
	margin-left: 15px;
}

.about-us4p p{
	font-family: Montserrat;
	font-weight: 400;
	font-size: 13px;
	line-height: 17px;
	margin-bottom: 3px;
	color: #000;
}

/*contact*/

.contact0{
	display: flex;
	justify-content: center;
	background-color: #F5F5F5;
	padding: 0;
	margin: 0;
}

.contact-insta{
	display: none;
}

.contact1{
	display: block;
	text-align: center;
	margin-left: 0px;
	margin-top: 40px;
}

.contact1 h2{
	font-family: Montserrat;
	font-size: 35px;
	font-weight: 400;
	margin-bottom: 5px;
}

.contact1 p{
	margin-bottom: -8px;
}

.contact1 a{
	font-family: Montserrat;
	font-size: 25px;
	font-weight: 300;
	color: #000;
}

.contact1 a:hover{
	font-size: 26px;
}

.conticon{
	margin-top: 10px;
}

.conticon1{
	display: inline-block;
}

.conticon1 img{
	width: 35px;
}

.conticon2{
	display: inline-block;
	margin-left: 15px;
}

.conticon2 img{
	width: 35px;
}

.contact-insta2{
	display: block;
	width: 440px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 100px;
}

.contact-insta2 h4{
	font-family: Montserrat;
	font-weight: 400;
	font-size: 15px;
	color: #000;
	margin-bottom: 20px;
}

.contact-insta2 a{
	color: #000;
}

.contact-insta2 a:hover{
	font-size: 16px;
}

.ci-foto2 img{
	width: 130px;
	height: 130px;
}

.ci-foto2 img:hover{
	width: 132px;
	height: 132px;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.25);
	
}

/*Collection*/

.scolh{
	margin-left: 25px;
}

/*---------------------
  Footer
-----------------------*/

.footer-section {
	background: #fff;
	padding-bottom: 0;
}
.footer2{
	display: flex;
	align-items: top;
	justify-content: center;
	text-align: center;
}

.footcollection{
	display: inline-block;
	margin-right: 15px;
}

.footcollection a{
	color: #000;
	font-family: Montserrat;
	font-weight: 400;
	font-size: 12px;
}

.footcollection a:hover{
	font-size: 13px;
}

.footcollection p{
	margin-bottom: -3px;
}

.footcollection h6{
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 10px;
}

.footinformation{
	display: inline-block;
	margin-right: 15px;
}

.footinformation a{
	color: #000;
	font-family: Montserrat;
	font-weight: 400;
	font-size: 12px;
}

.footinformation a:hover{
	font-size: 13px;
}

.footinformation p{
	margin-bottom: -3px;
}

.footinformation h6{
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 10px;
}

.footcontacts{
	display: inline-block;
}

.footcontacts a{
	color: #000;
	font-family: Montserrat;
	font-weight: 400;
	font-size: 12px;
}

.footcontacts a:hover{
	font-size: 13px;
}

.footcontacts p{
	margin-bottom: -3px;
}

.footcontacts h6{
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 10px;
}

.footicon{
	display: inline-block;
	margin-top: 7px;
	margin-right: 5px;
}

.footicon img{
	width: 22px;
}

.footicon2{
	display: inline-block;
	margin-top: 7px;
	margin-left: 5px;
}

.footicon2 img{
	width: 22px;
}

.copyright p{
	font-family: Montserrat;
	font-weight: 300;
	font-size: 12px;
	text-align: center;
}

.copyright{
	margin-bottom: 10px;
	margin-top: 10px;
}

.copyright a{
	color: #000;
}

.copyright a:hover{
	font-size: 13px;
}

}

/* Small : 320px */

@media only screen and (max-width: 479px) {
	.loader-text{
	width: 300px;
  font-size: 13px;
}
.navbarleng {
	margin-right: 0px;
	margin-bottom: 17px;
	z-index: 9999;
	}
	.dropdownleng .dropbtnleng {
	width: 85px;
}

	.header-section {
		padding-left: 0;
		padding-right: 0;
	}
	.inner-header .logo {
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	font-size: 15px;
	float: left;
}
		.slicknav_menu {
		padding-right: 0px;
		margin-left: 0px;
		
	}
.single-slider-item {
	padding-left: 20px;
}

.single-slider-item h1 {
	font-size: 32px;
	margin-bottom: -25px;
	font-weight: 300;
}

.single-slider-item h2 {
	font-size: 17px;
	font-weight: 200;
}


	.inner-header .header-right {
		margin-right: 0;
	}
	.features-box .single-box-item.first-box .box-text {
		right: 9px;
		top: 7px;
	}
	.features-box .single-box-item .box-text h2 {
		font-size: 40px;
	}
	.features-box .single-box-item.first-box .box-text .trend-alert {
		margin-bottom: 7px;
	}
	.features-box .single-box-item.second-box .box-text {
		left: 20px;
		top: 56px;
	}
	.features-box .single-box-item.large-box .box-text {
		left: 20px;
		top: 28px;
	}
	.features-box .single-box-item.large-box .box-text h2 {
		font-size: 40px;
	}
	.product-filter .product-controls li {
		margin-bottom: 10px;
	}
	.section-title h2 {
		font-size: 36px;
	}
	.lookbok-pic img {
		height: auto;
	}
	.lookbok-pic .pic-text {
		font-size: 35px;
		line-height: 47px;
	}
	.social-links a {
		margin-right: 10px;
	}
	.product-content .product-quantity {
		margin-bottom: 15px;
	}
	.cart-btn .coupon-input input {
		width: 100%;
	}
	.cart-btn .site-btn.update-btn {
		margin-right: 0;
	}
	.cart-btn .site-btn.clear-btn {
		margin-bottom: 15px;
	}
	.header-info .header-item img {
		display: block;
	}
	.header-info {
		padding: 10px 0;
	}
		.hp-about-us{
	display: block;
	}
	.hp-about-us img{
		width: 200px;
		height: 200px;
		margin-left: 0px;
		margin-top: -7px;
		margin-bottom: 30px;
	}
	.hpau-p{
		display: block;
		padding-left: 0px;
	}
	.hpau-p p{
		font-family: Montserrat;
		font-weight: 400;
		font-size: 11px;
	}
	.hpau-p a{
		font-size: 13px;
	}
	.hp-about-us2{
		margin-right: 0px;
		padding-top: 25px;
		padding-bottom: 40px;
		display: block;
	}
	.hp-about-us2 img{
	width: 200px;
	height: 200px;	
	}
	.hpau-p2{
		display: block;
		padding-right: 0px;
		padding-bottom: 30px;
	}
	.hpau-p2 p{
		font-family: Montserrat;
		font-weight: 400;
		font-size: 11px;
	}
	
	/*sizechart*/
.sizechartimg {
	max-width: 90%;
	margin-top: 37px;
}


.sc-button2{
	right: 1%;
}

.sc-button2 img{
	width: 30px;
}
	
		.product-content{
		padding-top: 50px;
		margin-left: 0;
	}
	
	.mp-price{
		width: 300px;
		margin-bottom: 100px;
		margin-top: 8px;
	}
	
	.mp-price p{
		line-height: 14px;
	}
	
	
.mp-price .mp-pricep2{
	margin-top: -9px;
	margin-bottom: -100px;
}
	
	
	.mp-login{
		padding-top: 3px;
		width: 93%;
		height: 67px;
		margin-left: -1px;
	}
	
	
	.mp-login p{
		margin-top: 1px;
		font-size: 14px;
		line-height: 16px;
	}
	
.mp-icons{
	text-align: left;
	margin-left: 0px;
}

.mp-icons a{
	display: block;
	font-size: 16px;
	margin-left: 0px;
	margin-top: 10px;
}

.mp-icons a:hover{
	font-size: 17px;
}

.mp-icons img{
	width: 30px;
	margin-right: 15px;
}
	
		/*COOPERATION*/
.slider-cooperation h1{
	font-size: 40px;
}

.coopconcenter{
	display: flex;
	justify-content: center;
}
.coopcon{
	width: 350px;
	margin-top: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.25);
}
.coopconh img{
	display: inline-block;
	margin-right: 10px;
}
.coopconh h4{
	display: inline-block;
	font-family: Montserrat;
	font-weight: 400;
	font-size: 17px;
}

.coopconh{
	margin-left: 30px;
	margin-bottom: 5px;
}
.coopconp p{
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 5px;
	line-height: 20px;
	text-indent: 10px;
	font-family: Montserrat;
	font-weight: 300;
	font-size: 13px;
	color: #000;
}

.coopconp a{
	font-weight: 400;
	color: #000;
}

.coopconp a:hover{
	color: #000;
	font-size: 14px;
}

.cooppdcenter{
	margin-top: 25px;
	display: block;
}

.cooppcentermob{
	display: flex;
	justify-content: center;
}

.cooppay{
	display: block;
	width: 350px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 0;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.25);
}
.cooppayh{
	margin-left: 30px;
	margin-bottom: 5px;
}

.cooppayh img{
	display: inline-block;
	margin-right: 10px;
}

.cooppayh h4{
	display: inline-block;
	font-family: Montserrat;
	font-weight: 400;
	font-size: 17px;
}

.cooppayp p{
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 5px;
	line-height: 20px;
	text-indent: 10px;
	font-family: Montserrat;
	font-weight: 300;
	font-size: 13px;
	color: #000;
}

.coopdcentermob{
	display: flex;
	justify-content: center;
}

.coopdeli{
	display: block;
	width: 350px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 25px;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.25);
}

.coopdelih{
	margin-left: 30px;
	margin-bottom: 5px;
}

.coopdelih img{
	display: inline-block;
	margin-right: 10px;
}

.coopdelih h4{
	display: inline-block;
	font-family: Montserrat;
	font-weight: 400;
	font-size: 17px;
}
.cdpul{
	margin-left: 17px;
}

.cdpul p{
	margin-top: -7px;
}

.cdpul a{
	margin-right: 10px;
}

.coopdelip p{
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 5px;
	line-height: 20px;
	text-indent: 10px;
	font-family: Montserrat;
	font-weight: 300;
	font-size: 13px;
	color: #000;	
}

/*About-us*/

.slider-about h1{
	font-size: 40px;
}

.about-h{
	margin-top: 0px;
	display: block;
	text-align: center;
	color: #000;
	font-family: JarBinks;
	font-size: 43px;
}

.about-h2{
	display: block;
	text-align: center;
	margin-top: -34px;
	color: #000;
	font-family: JarBinks;
	font-size: 35px;
}

.about-us0{
	margin-top: 25px;
	margin-bottom: 50px;
	padding-right: 5px;
}

.about-us1{
	display: flex;
	align-items: center;
	margin-left: 10px;
	margin-bottom: -8px;
	z-index: 88;
}

.about-us1 img{
	width: 100px;
	display: inline-block;
}

.about-us1p{
	display: inline-block;
	width: 500px;
	margin-left: 15px;
}

.about-us1p p{
	font-family: Montserrat;
	font-weight: 400;
	font-size: 10px;
	line-height: 12px;
	margin-bottom: 0px;
	color: #000;
}

.about-us1p a{
	font-size: 12px;
}

.about-us2{
	display: flex;
	align-items: center;
	margin-left: 95px;
	z-index:89;
}

.about-us2 img{
	width: 100px;
	display: inline-block;
}

.about-us2p{
	display: inline-block;
	width: 500px;
	margin-left: 15px;
}

.about-us2p p{
	font-family: Montserrat;
	font-weight: 400;
	font-size: 10px;
	line-height: 14px;
	margin-bottom: 0px;
	color: #000;
}

.about-us3{
	display: flex;
	align-items: center;
	margin-top: 30px;
	margin-left: 40px;
}

.about-us3 img{
	display: inline-block;
	width: 100px;
	min-width: 100px;
	height: 100px;
}


.about-us3p{
	display: inline-block;
	width: 500px;
	margin-left: 15px;
}

.about-us3p p{
	font-family: Montserrat;
	font-weight: 400;
	font-size: 10px;
	line-height: 14px;
	margin-bottom: 0px;
	color: #000;
}

.about-us4{
	display: flex;
	align-items: center;
	margin-top: 20px;
	margin-left: 5px;
}

.about-us4 img{
	display: inline-block;
	width: 100px;
	min-width: 100px;
	height: 100px;
}

.about-us4p{
	display: inline-block;
	width: 600px;
	margin-left: 15px;
}

.about-us4p p{
	font-family: Montserrat;
	font-weight: 400;
	font-size: 10px;
	line-height: 14px;
	margin-bottom: 0px;
	color: #000;
}

/*contact*/

.contact0{
	display: flex;
	justify-content: center;
	background-color: #F5F5F5;
	padding: 0;
	margin: 0;
}

.contact-insta{
	display: none;
}

.contact1{
	display: block;
	text-align: center;
	margin-left: 0px;
	margin-top: 40px;
}

.contact1 h2{
	font-family: Montserrat;
	font-size: 27px;
	font-weight: 400;
	margin-bottom: 5px;
}

.contact1 p{
	margin-bottom: -8px;
}

.contact1 a{
	font-family: Montserrat;
	font-size: 17px;
	font-weight: 300;
	color: #000;
}

.contact1 a:hover{
	font-size: 18px;
}

.conticon{
	margin-top: 10px;
}

.conticon1{
	display: inline-block;
}

.conticon1 img{
	width: 25px;
}

.conticon2{
	display: inline-block;
	margin-left: 10px;
}

.conticon2 img{
	width: 25px;
}

.contact-insta2{
	display: block;
	width: 365px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 100px;
}

.contact-insta2 h4{
	font-family: Montserrat;
	font-weight: 400;
	font-size: 15px;
	color: #000;
	margin-bottom: 20px;
}

.contact-insta2 a{
	color: #000;
}

.contact-insta2 a:hover{
	font-size: 16px;
}

.ci-foto2 img{
	width: 105px;
	height: 105px;
}

.ci-foto2 img:hover{
	width: 107px;
	height: 107px;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.25);
	
}
/*Collections*/
.cwh{
	margin-left: 40px;
}

/*Collection*/

.scolh{
	margin-left: 20px;
}

.scolh h1{
	text-align: right;
	color: #fff;
	font-family: Montserrat;
	font-size: 30px;
	font-weight: 300;
}

.scolh p{
	margin-top: -10px;
	text-align: right;
	color: #fff;
	font-family: Montserrat;
	font-size: 15px;
	font-weight: 200;
}

.scolh .lumierecoll {
	margin-left: 150px;
}

/*Model*/
.product-slider .owl-nav button[type=button] {
	display: none;
}

.product-slider .owl-nav button[type=button].owl-next {
	display: none;
}
	
	/*---------------------
	  Footer
	-----------------------*/

	.footer-section {
		background: #fff;
		padding-bottom: 0;
	}
	.footer2{
		display: flex;
		align-items: top;
		justify-content: center;
		text-align: center;
	}

	.footcollection{
		display: inline-block;
		margin-right: 12px;
	}

	.footcollection a{
		color: #000;
		font-family: Montserrat;
		font-weight: 400;
		font-size: 10px;
	}

	.footcollection a:hover{
		font-size: 11px;
	}

	.footcollection p{
		margin-bottom: -3px;
	}

	.footcollection h6{
		font-weight: 500;
		font-size: 12px;
		margin-bottom: 10px;
	}

	.footinformation{
		display: inline-block;
		margin-right: 11px;
	}

	.footinformation a{
		color: #000;
		font-family: Montserrat;
		font-weight: 400;
		font-size: 10px;
	}

	.footinformation a:hover{
		font-size: 11px;
	}

	.footinformation p{
		margin-bottom: -3px;
	}

	.footinformation h6{
		font-weight: 500;
		font-size: 12px;
		margin-bottom: 10px;
	}

	.footcontacts{
		display: inline-block;
	}

	.footcontacts a{
		color: #000;
		font-family: Montserrat;
		font-weight: 400;
		font-size: 10px;
	}

	.footcontacts a:hover{
		font-size: 11px;
	}

	.footcontacts p{
		margin-bottom: -3px;
	}

	.footcontacts h6{
		font-weight: 500;
		font-size: 12px;
		margin-bottom: 10px;
	}

	.footicon{
		display: inline-block;
		margin-top: 7px;
		margin-right: 5px;
	}

	.footicon img{
		width: 20px;
	}

	.footicon2{
		display: inline-block;
		margin-top: 7px;
		margin-left: 5px;
	}

	.footicon2 img{
		width: 20px;
	}

	.copyright p{
		font-family: Montserrat;
		font-weight: 300;
		font-size: 10px;
		text-align: center;
	}

	.copyright{
		margin-bottom: 10px;
		margin-top: 10px;
	}

	.copyright a{
		color: #000;
	}

	.copyright a:hover{
		font-size: 11px;
	}
}
