*{
	margin:0px;
	padding:0px;
	font-family: 'Josefin Sans', sans-serif;

}
body{
	background:#ffffff;
}
#header{
    width: 100%;
	border-top: 4px solid #fc0;
    float: left;
	position: sticky;
    z-index: 999;
    top: -123px;
    background: white;
	 transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}
.WebMenu-container{
    color: #000;
    margin: 0 auto; 
}
#header ul>li{
	float:left;
}
.top-bar a {
    color: #283377;
}
.top-bar ul > li:first-child{
	text-align:left;
}
.top-bar ul > li:last-child{
	text-align:right;
}
.top-bar {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
	margin: 20px 0;
}

.top-bar ul{
	
}
.top-bar ul>li{
	width:33.33%;
}
.site-header {
    width: 40%;
}
.site-logo {
    width: 20%;
}
.site-header a {
    margin-top: 10px;
}
img#logo {
    width: 250px;
}
#nav-bar {
    display: flex;
    justify-content: center;
	
}
.menu-link {
    float: left;
    width: 100%;
	border-top: 2px solid gray;
}

a.nav-link.pay_btn:hover{
	
	 background:#fb3c7f;
	  transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}
#header ul{
	list-style:none;
	margin: 0;
}
.nav-link{
	text-decoration:none;
	color: #283377;
	text-transform: capitalize;
	
    font-size: 16px;
	font-size: 17px;
	text-transform: uppercase;
	padding: 1rem 0.6rem;
	margin: 0 10px;
}
.nav-link:hover{
  color:#fc0;
  /*transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;*/
	border-bottom:2px solid #fc0;
}
.active .nav-link{
	color:#fc0;
	border-bottom:2px solid #fc0;
}
.search-form input.form-control {
    background: #930ed8;
    border-radius: 20px;
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
}
.search-form input.form-control {
	background:#fb3c7f;
  transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
	
}
.search-form select{
	border-radius: 20px;
	padding:0 10px
	
}
.search-form option{
	border-radius: 0 0 20px 20px;
	
}
.productDiv {
    width: 100%;
    display: flex;
}

.productSlider {
    width: 50%;
}
.productSlider img {
    width: 100%;
    height: auto;
    max-width: 100%;
}
ul.slick-dots {
    position: absolute;
    top: 44%;
    left: 11%;
    list-style: none;
}
.slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0px;
    margin: 10px 0;
    border: 1px solid;
    border-radius: 100%;
    background-color: #0000ff00;
    text-indent: -9999px;
	cursor:pointer;
}
li.slick-active button {
			background-color: #000;
		}
.productDetails {
    width: 50%;
}
.productDetails1 {
    position: absolute;
    max-width: 450px;
    width: 100%;
    top: 130px;
    margin-left: 100px;
	font-size: 12px;
}
h2.productTitle {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 10px;
	max-width: 227px;
	width:100%;
}
.productPrice{
    font-size: 13px;
    font-weight: normal;
}
.productDescription {
    letter-spacing: 1px;
    line-height: 17px;
}
input[type="radio"]{
	display:none;
}
.productVarient label{
	margin-right:10px;
	cursor: pointer;
}
.productVarient label span {
	display: inline-block;
    height: 20px;
    width: 20px;
    border: 1px solid #fbf6ed;
    border-radius: 10px;
}
.productVarient1{
	background:#E3D8C8;
}
.productVarient2{
	background:#000000;
}


.productMore .collapsible {
	text-transform: uppercase;
    font-family: 'Josefin Sans', sans-serif;
    color: #0a0a0a;
    cursor: pointer;
    /* padding: 18px; */
    width: 100%;
    border: none;
	background: #fbf6ed;
    text-align: left;
    outline: none;
    font-size: 13px;
}
button:focus{
	outline: none;
}
.active, .collapsible:hover {
	border:none;
}

.collapsible:after {
	  content: '\002B';
	  color: black;
	  font-weight: bold;
	  float: right;
	  background: #fbf6ed;
	  margin-left: 5px;
}



.productMore .content {
      /* padding: 0 18px; */
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #fbf6ed;
	border-bottom: 2px solid;
}

h3 {
    font-size: 13px;
    text-transform: uppercase;
    /* color: #000; */
    /* text-decoration: none; */
}
h3 .title
{
 text-decoration: none;
    color: #000;
}
.bb-2{
	border-bottom:2px solid;
}

.productSize .size {
    display: flex;
}

.productSize .size div {
    background: #F6EFE3;
    margin-right: 10px;
    padding: 4px 18px;
}
.productSize .size span{
	margin-right:10px;
}
.productSize .size label{
	padding: 0 8px;
	margin:0px;
	cursor: pointer;
}
.addToBag button {
	font-family: 'Josefin Sans', sans-serif;
    background: #fbf6ed;
    padding: 1px 22px;
	font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
	cursor: pointer;
}

.moreCombinationsPics img {
    width: 80px;
    height: 80px;
}

.bestSeller h1{
	font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 22px;
    /* font-weight: 600; */
    margin-bottom: 10px;
    padding: 70px 74px;
    width: 100%;
}

.bestSeller_product {
    width: 100%;
	display: flex;
}
.bestSeller_product div {
    width: 100%;
    max-width: 25%;
}
.bestSeller_product img {
       width: 100%;
	   padding: 1px;
	   margin-bottom: 15px;
}
.bestSeller_product span {
    width: 100%;
    display: block;
    text-decoration: none;
    text-align: center;
    color: #000;
    text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
}
.bestSeller_product .productPrice {
    text-align: center;
    margin-left: 41px;
    text-decoration: none;
    color: #000;
    /* max-width: 100%; */
}
.galleyDiv h1{
	font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 22px;
    /* font-weight: 600; */
    margin-bottom: 10px;
    padding: 70px 74px 5px;
    width: 100%;
}
.galleyDiv_product {
    width: 100%;
	display: flex;
}
.galleyDiv_product div {
    width: 100%;
    max-width: 20%;
}
.galleyDiv_product img {
       width: 100%;
	   padding: 1px;
	   margin-bottom: 15px;
}



.subscribe{
	display:flex;
	justify-content:space-around;
	padding-top:100px;
	align-items:center;
	padding-bottom: 80px;
}
.subscribe div{
	width:100%;
}
.subscribe label {
	font-size: 13px;
    display: block;
	letter-spacing: 2px;
	text-align: center;
}
.subscribe input {
    padding: 2px;
    border: none;
    background: #fbf6ed;
}
input[type="email"], input[type="submit"], textarea, select { 
    outline: none;
	text-transform:uppercase;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 13px;

}

input[type="email"]{
	width: 550px;
} 
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}
input[type="submit"]{
	cursor:pointer;
}

footer {
	padding: 100px 30px;
    text-transform: uppercase;
    width: 100%;
    font-size: 12px;
    letter-spacing: 1px;
    display: flex;
}

footer a{
	text-decoration:none;
	color:#000;
}
footer ul {
	line-height: 25px;
	list-style: none;
	color:#000;
	padding: 0 44px;
}

footer span{
	color:#000;
	padding: 0 10px;
}


.header-box {
    display: block;
    width: 65%;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
    text-align: center;
}
.title {
    
    color: #fc0;
    font-size: 30px;
    line-height: 35px;
}
.header-box h2{margin-top: 10px;
margin-bottom: 10px;
/*font-family: Oswald, sans-serif;*/
color: #20272f;
font-size: 28px;
line-height: 35px;
font-weight: 700;
}
/***Parallax banner ***/
#parallax-image .parallax-one{
overflow: hidden;
position: relative;
width: 100%;
    background-image: linear-gradient(180deg, rgba(32, 39, 47, 0.97), rgba(32, 39, 47, 0.97)), url(http://theartmad.com/wp-content/uploads/2015/09/Best-Desktop-Background-1.jpg);
background-attachment: fixed;
-moz-background-size: cover;
-webkit-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
background-position: top center;
height:100%;
display:flex;
align-items:center;
}
.parallax-one .hero-subtitle{
	color:#fff;
}
.parallax-one .hero{
	color:#fff;
}
/***** 3 box  *****/
.newbox a{
	float: left;
	width: 100%;
	position: relative;
	overflow:hidden;
}
.newbox a > img{
	float: left;
	width: 100%;
	transform: scale(1); 
	 -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}
.newsbox_info {
    float: left;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    padding: 10px 20px;
    /*background: rgba(0, 0, 0, 0.7);*/
	background: rgba(255, 204, 0,0.9);
    color:  #000;
    font-size: 13px;
    line-height: 22px;
    text-transform: uppercase;
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
    letter-spacing: 0.5px;
}
.newbox a:hover > img{
	bottom:0;
	/*transform: scale(1.1); */
}
.newbox a:hover .newsbox_info{
	bottom:0;
}
.four_boxes {
    float: left;
    width: 100%;
	margin-top: 50px;
	margin-bottom: 60px;
}
.newbox a:hover .newsbox_info {
    background: rgba(255, 204, 0,0.9);
	 color:  #000;
}
.newbox a:hover .fa-long-arrow-right {
    right: -15px;
}
.newbox .fa-long-arrow-right{
	font-size: 18px;
	position: relative;
	right: -7px;
	top: 2px;
	 -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

/*who are you div section*/

.who_div{
	float: left;
	width: 100%;
	position:relative;
	color:#fff;
	margin: 50px 0;
}
.who_wrap{
	float: left;
	width: 100%;
	position:absolute;
	top:50%;
	left:0;
	transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
}
.width_490{
	margin:0 auto;
	width:100%;
	max-width:490px;
}
.who_div img{
	float: left;
	width: 100%;
}

h3{
	float: left;
	width: 100%;
	padding:0;
	margin:0 0 15px;	
	font-family: 'Campton-Bold';
	text-transform:uppercase;
	font-size:32px;
}
.btn{
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border:1px solid #000;
	padding:13px 15px;
	width:100%;
	max-width:162px;
	text-align:center;
	font-family: 'SegoeUI';
	font-size:15px;
	font-weight:normal;
	background:#000;
	color:#fff;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.btn:hover,
.btn:focus{
	background:#000;
	color:#fff;
	border:1px solid #000;
}
.btn i{
	position:relative;
	right:-5px;
	top:1px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.btn:hover i {
	right:-15px;
}
.white_btn{
	background:#fff;
	color:#000;
	border:1px solid #fff;
}
.white_btn:hover,
.white_btn:focus{
	background:#fff;
	color:#000;
	border:1px solid #fff;
}
.who_wrap .btn{
	margin-top:15px;
}
/*who are you div section*/
/* about, mission section */
.mission_div{
 background: beige;
}
.mission_div, .about_div{
    float: left;
    width: 100%;
    padding:50px 0;
   
}


.mission_div .row, .about_div .row{
	display: flex;
    background: #fff;
    align-items: center;
	
}
.colimg{
	padding:0;
}
.colimg img{
	width:100%;
}

.about_div .header-box{
	text-align:left;
	margin:auto;
}
/* about, mission section  end*/

/* contact section start*/
.contact-section {
    float: left;
    width: 100%;
    text-align: center;
}
.contact-section h4{
	margin:0 0 5px;
	font-size:20px;
	/*font-family: 'Campton-Book';*/
}
.contact-section h3{
	margin:0 0 20px;
	font-size:28px;
}
.contact-section form{
	float:left;
	width:100%;
	margin:20px 0 0;
}
.contact-section p{
	float:left;
	width:100%;
	padding: 0 9%;
}
.contact-section .container {
  /* max-width:670px;*/
}
.input_box{
	padding:0px 2px 5px;
}
.contact-section .header-box{
	width:100%;
	margin-bottom: 0;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"]{
	float:left;
	width:100%;
	padding:10px 15px;
	border:1px solid #aaaaaa;
	border-radius:0;
	font-size:14px;
	font-family: 'Josefin Sans', sans-serif;
	outline: none;
    text-transform: capitalize;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	color:#aaaaaa;
	background-color:transparent;
}
select{
	float:left;
	width:100%;
	padding:10px 15px;
	border:1px solid #aaaaaa;
	border-radius:0;
	font-size:14px;
	/*font-family: 'SegoeUI';*/
	text-transform: capitalize;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	color:#aaaaaa;
	outline:none!important;
	background-color:transparent;
	background-image: url(../img/ico-select.svg);
background-repeat: no-repeat;
background-position: right 10px center;
}
textarea{
	float:left;
	width:100%;
	padding:10px 15px;
	border:1px solid #aaaaaa;
	border-radius:0;
	font-size:14px;
	/*font-family: 'SegoeUI';*/
	text-transform: capitalize;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	color:#aaaaaa;
	height:105px;
	background-color:transparent;
}
*::placeholder,
*::-moz-placeholder,
*::-webkit-input-placeholder{
	opacity:1;
	color:#aaaaaa;
}
.full_btn{
	max-width:none;
}
button.btn{
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	cursor:pointer;
	padding: 18px 15px;
	font-size:14px;
}

/* contact section end*/

/* footer section  start*/

.footerSection{
  background-color: #000;
  float: left;
  width:100% ;
}

.footerSection .bgimg{
 
  background:
  linear-gradient( #00000094, rgba(0, 0, 0, 0.72) ), /* bottom, image */ url(../img/slide1.jpg);

  float: left;
  width: 100%;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  
  
}

.footerSection .title {
  margin-top: 60px;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}

.footerSection .content {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.footerSection li{
  list-style: none;
  padding: 6px 0;
}

.footerSection .content-box {
  margin: 29px 0;
  color: #fff;
    line-height: 2;
    text-transform: uppercase;
    font-size: 14px;
}
.footerSection ul.links {
  /* margin: 0; */
  padding: 0;
}

.footerSection .footer-bottom{
  background-color: #000;
  color: #fff;
}

.footerSection .footer-bottom .copyright{
  padding: 21px 0;
  text-transform: uppercase;
}

.footerSection .footer-bottom .social{
  float: right;
}
/* footer section */

