* {
	box-sizing: border-box;
	background-color: #faf9f8;
}

/*----------silder parts begin----------*/	

.carousel {

	width: 100%;
	position: relative;
	height: 60vh;
	margin: auto;
	overflow: hidden;
}

.carousel .carousel-item {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.carousel-item {
	background-repeat: no-repeat;
	/*background-position: center;*/
	background-size: cover;
	color: white;
	display: flex;
	align-items: center;
	text-align: center;
}

.carousel-item>div{
	width: 100%;
}

.carousel-item:nth-child(1){
	background-image: url(image/silder1.jpeg);
}
.carousel-item:nth-child(2){
	background-image: url(image/silder2.jpeg);
}
.carousel-item:nth-child(3){
	background-image: url(image/silder3.jpeg);
}



.carousel-control-prev, .carousel-control-next{
	position: absolute;
	top: 40%;
	text-decoration: none;
}

.carousel-control-prev .fas, .carousel-control-next .fas{
	color: black;
	font-size: 6vh;;
	opacity: 0.3;
	transition: transform 0.4s;
	margin: 0 0.3em;
}

.carousel-control-prev .fas:hover, .carousel-control-next .fas:hover{
	transform: scale(1.2);
	opacity: 0.6;
}

.carousel-control-prev{
	left: 0;
}

.carousel-control-next{
	right: 0;
}

/*----1，2，3----*/
.indicators{
	position:absolute;
	z-index: 1;
	width: 100%;
	bottom: 1em;
	text-align: center;
	background-color: rgb(255, 255, 255, 0);
}

.indicators a{
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #ffffff88;
	border-radius: 50%;
	text-decoration: none;
	margin: 0 0.3em;
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-size: 14px;
	color: rgba(255, 255, 255, 0);
}

.indicators a.indicator-active{
	background-color:#ffffffff;
}

/*------silder parts end---------*/



/*-----begin - home page-----*/
.header-top {
	display: flex;
	justify-content:center;
	align-items: center;
	color: black;
	padding: 1em 0;
	position: relative;
	margin:auto;
}

.header-top h1 {
	font-family: 'Barlow Semi Condensed', sans-serif;
	letter-spacing: 2px;
	font-weight: 500;
	font-size: 35px;
}

.header-top-right i {
	position: absolute;
	right:15%;
	font-size: 1.5em;
	color: #6e6e6e;
}

.header-top-right i:hover {
	color: #999999;
	transition: 0.3s;
}

.menu {
	display: flex;
	justify-content: center;
	margin-right: 3em;
	margin-top: 0;
}

.menu li {
	list-style-type: none;
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	padding: 0.3em 1em;
}

.menu li a {
	text-decoration: none;
	color: rgba(0, 0, 0, 0.7);
	font-weight: bold;
}

.menu li a:hover {
	color: #999;
	transition: 0.5s;
}

.menu li a:active {
	color: #74A1B1;
}

.current-page{
  border-bottom: 2px solid;

}

.main {
	margin: 4% 15% 0 15%;
}

.featured-title {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	margin: 16% 7% 12% 7%;
}

.featured-title h2 {
	font-family: 'Barlow Semi Condensed', sans-serif;
	letter-spacing: 2px;
	font-weight: 500;
	font-size: 18px;
	text-align: center;
}

.featured-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 4% 7% 0 7%;
}

.fitem {
	width: 100%;
	margin: 0 1%;
}

.fitem-image {
	width: 100%;
	position: relative;
}

.fitem-text a {
	text-decoration: none;
	color: black;
}

.fitem-text a:hover {
	color: rgba(0,0,0,0.7);
	text-decoration: underline;
	transition: 0.3s;
}

.img-container {
	display: block;
	width: 100%;
	height: auto;
}

.hover-swap {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: 0.5s ease;
}

.fitem-image:hover .hover-swap {
	opacity: 1;
}

.fitem-image img {
	width: 100%;
	border: 4px;
}

.featured-item h3 {
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight: 500;
	font-size: 14px;
}

footer {
	margin: 8% 15% 4% 15%;
	text-align: center;
	border-top: 1px solid black;
}

.footer-text p {
	font-family: 'Barlow Semi Condensed', sans-serif;
	letter-spacing: 2px;
	font-weight: 500;
	font-size: 14px;
	padding-top: 2%;
}

.links a {
	text-decoration: none;
	color: black;
	font-family: 'Barlow Semi Condensed', sans-serif;
}

.links a:hover {
	color: rgba(0,0,0,0.7);
	text-decoration: underline;
}

.links p {
	letter-spacing: 2px;
	font-size: 14px;
}

.information {
	font-family: 'Barlow Semi Condensed', sans-serif;
	letter-spacing: 2px;
	font-weight: 400;
	font-size: 15px;
}

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

.icons i {
	margin: 0.5em 0.5em;
}

.icons a {
	color: black;
}

.icons a:hover {
	color: #999999;
	transition: 0.3s;
}

.toggle{
	width: 100%;
	padding: 5px 20px; 
	text-align: right;
	background: #854442;
	box-sizing: border-box;
	color: #854442;
	font-size: 22px;
	display: none;
}

@media screen and (max-width: 480px) {

	.toggle {
		display: block;
	}

	.menu {
		display: flex;
		flex-direction: column;
	}

	ul{
		width: 90%;
		display: none;
	}

	ul li {
		display: block;
		text-align: center;
		margin-top: 1em;
		margin-left: 1em;
		font-size: 12px;
	}

	.menu li a {
		text-decoration: none;
		color: #999999;
	}

    .menu li a:hover {
		color: rgba(0,0,0,0.7);
		text-decoration: underline;
		transition: 0.3s;
	}

	.header-top-right {
		display: none;
	}

	.featured-item {
		display: flex;
		flex-direction: column;
	}

	.featured-item>div {
		width: 100%;
	}

}

@media screen and (max-width: 800px) {

	.main {
		display: flex;
		flex-direction: column;
		width: 100%;
		margin: auto;
	}

	.featured-item {
		display: flex;
		flex-direction: column;
	}

	.featured-item>div {
		width: 100%;
	}

	.header-top-right i{
		right:1em;
	}

}

/*-----end - home page------*/


/*------begin - about page-----*/

.about-us {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 4% 15% 0 15%;
}

.about-us>div {
	width: 45%;
}

.about-us-pic img {
	width: 100%;
}

.about-us-content p {
	padding: 0.2% 0 4% 0;
	font-family: 'Catamaran', sans-serif;
	font-size: 14px;
	color: #999999;
}

.about-us-content h2 {
	font-family: 'Barlow Semi Condensed', sans-serif;
	letter-spacing: 2px;
	font-weight: 500;
	font-size: 18px;
}

@media screen and (max-width: 480px) {
	.about-us {
		flex-direction: column;
		margin: 4% 2% 0 2%;
		text-align: justify;
	}

	.about-us>div {
	  width: 90%;
    }
}

@media screen and (max-width: 800px) {
	.about-us {
		flex-direction: column;
		margin: 4% 5% 0 5%;
		text-align: justify;

	}

	.about-us>div {
	  	width: 90%;
    }
}



/*-------end - about page------------*/



/*-------begin - product page--------*/


.product {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 4% 15% 0 15%;
	flex-wrap: wrap;
}

.product-item{
	flex-basis:30%;
}

.product-item {
	width: 100%;
	margin: 1% 1.2%;
}

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

.product-info {
	margin-top: auto;
}

.product-item h3 {
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight: 500;
	font-size: 14px;
}

.product-item h4 {
	font-family: 'Catamaran', sans-serif;
	font-size: 14px;
}

.product-item a {
	text-decoration: none;
	color: black;
	transition: 0.3s;
}

.product-item a:hover {
	color: rgba(0,0,0,0.7);
	text-decoration: underline;
	transition: 0.3s;
}

/*product hover effect*/

.product-image {
	width: 100%;
	position: relative;
}

.img-container {
	display: block;
	width: 100%;
	height: auto;
}

.hover-swap {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: 0.5s ease;
}

.product-image:hover .hover-swap {
	opacity: 1;
}



@media screen and (max-width: 480px) {
	.product {
		flex-direction: column;
		margin: 4% 2% 0 2%;	
	}

	.product>div {
		width: 100%;
	}

	.product-item {
		width: 100%;
		margin: 1% 0;
		padding: 0;
	}

	.product-image img {
		width: 100%;
		padding: 0;
		margin: 0;
	}

}

@media screen and (max-width: 800px) {
	.product {
		flex-direction: column;
		margin: 4% 3% 0 3%;
	}

	.product>div {
		width: 100%;
	}
}


/*-------end - product page--------*/



/*-------start - product detail page--------*/


.product-detail {
	display: flex;
	justify-content: space-between;
	margin: 4% 15% 0 15%;

}

.product-detail-content{
	padding-top: 7em;
}

.product-detail-pic img {
	width: 100%;
	border-radius: 4px;
}

.cloth2-change1-content{
	display:inline-block;
	width:25px;
	height:25px;
	background:#E2DCCF;
	border-radius:50%;
	margin-right: 0.6em;
}

.cloth2-change1-content:hover{
	border: 2.2px solid #bbb;
}

.cloth1-change2-content{
	display: inline-block;
	width: 25px;
	height: 25px;	
	background:#785132;
	border-radius: 50%;

}

.cloth1-change2-content:hover{
	border:2.2px solid #bbb;
}

.color-current{
	border:3px solid #999;
}

.cloth1-ch1{

	display:inline-block;
	width:25px;
	height:25px;
	background:#D9B897;
	border-radius:50%;
	margin-right: 0.6em;

}

.cloth1-ch1:hover{

	border:2.2px solid #bbb;

}

.cloth1-ch2{	
	display:inline-block;
	width:25px;
	height:25px;
	background:#322918;
	border-radius:50%;

}

.cloth1-ch2:hover{
	border:2.2px solid #bbb;

}

.cloth3-change1-content{
	display:inline-block;
	width:25px;
	height:25px;
	background:#657381;
	border-radius:50%;
	margin-right: 0.6em;
}

.cloth3-change1-content:hover{
	border: 2.2px solid #bbb;
}

.cloth3-change2-content{
	display: inline-block;
	width: 25px;
	height: 25px;
	background:#DAD7CE;
	border-radius: 50%;
}

.cloth3-change2-content:hover{
	border:2.2px solid #bbb;
}


.cloth4-change1-content{
	display:inline-block;
	width:25px;
	height:25px;
	background:#845b40;
	border-radius:50%;
	margin-right: 0.6em;
	border:3px solid #999;

}

.cloth5-change1-content{
	display:inline-block;
	width:25px;
	height:25px;
	background:#dbcabb;
	border-radius:50%;
	margin-right: 0.6em;
	border:3px solid #999;

}

.cloth6-change1-content{
	display:inline-block;
	width:25px;
	height:25px;
	background:black;
	border-radius:50%;
	margin-right: 0.6em;
	border:3px solid #999;

}

.product-detail>div {
	width: 42%;
}


.product-detail-content h2 {
	font-family: 'Barlow Semi Condensed', sans-serif;
	letter-spacing: 2px;
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 0.5em;
}

.product-detail-content .describe {
	font-family: 'Catamaran', sans-serif;
	font-size: 15px;
	color: #999999;
	margin-top: 2em;
	text-align: justify;
}


.product-detail-content .price {
	font-family: 'Catamaran', sans-serif;
	font-size: 16px;
	color: black;
	margin-bottom: 1em;

}

.product-detail-content .color {
	font-family: 'Catamaran', sans-serif;
	font-size: 16px;
	color: black;
	margin-bottom: 0.5em;

}

.product-detail-content .change-button{
	text-align: left;

}

.product-detail-content button {
	margin-top: 1em;
	margin-right: 1em;
	text-align: center;
	font-size: 14px;
	width: 50%;
	font-family: 'Catamaran', sans-serif;
	font-weight: bold;
	border-width: 1.2px;
	border-color: black;
	background-color: #faf9f8 ;
	color: black;
	padding: 1em 4em;

}

.product-detail-content button:hover {
	color: #faf9f8;
	background: rgba(0,0,0,0.85);
	transition: 0.3s;
	border-color: #faf9f8;

}


@media screen and (max-width: 480px) {
	.product-detail {
		flex-direction: column;
		margin: 4% 2% 0 2%;
	}

	.product-detail>div {
		width: 100%;
	}

	.product-detail-content h2 {
		font-family: 'Barlow Semi Condensed', sans-serif;
		letter-spacing: 2px;
		font-weight: 500;
		font-size: 17px;

	}

	.product-detail-content{
		padding-top: 0em;
	}

	.product-detail-content .describe {

		font-family: 'Catamaran', sans-serif;
		font-size: 14px;
		color: #999999;
		text-align: justify;
	}

	.product-detail-content .price {
		font-family: 'Catamaran', sans-serif;
		font-size: 15px;
		color: black;
		margin-bottom: 1em;

	}

	.product-detail-content .color {
		font-family: 'Catamaran', sans-serif;
		font-size: 15px;
		color: black;
	}
	.product-detail-content .change-button{
		text-align: center;

	}

	.product-detail-content button {
		margin-top: 1em;
		margin-right: 1em;
		text-align: center;
		font-size: 14px;
		width: 100%;
		font-family: 'Catamaran', sans-serif;
		font-weight: bold;
		border-width: 1.2px;
		border-color: black;
		background-color: #faf9f8 ;
		color: black;
		padding: 1em 4em;

	}

	.product-detail-content button:hover {
		color: #faf9f8;
		background: rgba(0,0,0,0.85);
		transition: 0.3s;
		border-color: #faf9f8;

	}

}

@media screen and (max-width: 800px) {
	.product-detail {
		display: flex;
		flex-direction: column;
	}

	.product-detail>div {
		width: 100%;
	}

	.product-detail-content h2 {
		font-family: 'Barlow Semi Condensed', sans-serif;
		letter-spacing: 2px;
		font-weight: 500;
		font-size: 17px;
	}

	.product-detail-content{
		padding-top: 0em;
	}

	.product-detail-content .describe {

		font-family: 'Catamaran', sans-serif;
		font-size: 14px;
		color: #999999;
		text-align: justify;

	}

	.product-detail-content .price {
		font-family: 'Catamaran', sans-serif;
		font-size: 15px;
		color: black;
		margin-bottom: 1em;

	}

	.product-detail-content .color {
		font-family: 'Catamaran', sans-serif;
		font-size: 15px;
		color: black;
	}

}

@media screen and (max-width: 1200px) {
	.product-detail {
		display: flex;
		flex-direction: column;
	}

	.product-detail>div {
		width: 100%;
	}

	.product-detail-content h2 {
		font-family: 'Barlow Semi Condensed', sans-serif;
		letter-spacing: 2px;
		font-weight: 500;
		font-size: 17px;
	}

	.product-detail-content{
		padding-top: 0em;
	}

	.product-detail-content .describe {
		font-family: 'Catamaran', sans-serif;
		font-size: 14px;
		color: #999999;
		text-align: justify;

	}

	.product-detail-content .price {
		font-family: 'Catamaran', sans-serif;
		font-size: 15px;
		color: black;
		margin-bottom: 1em;

	}

	.product-detail-content .color {
		font-family: 'Catamaran', sans-serif;
		font-size: 15px;
		color: black;
	}

}
/*-------end - product detail page--------*/



/*--------------Begin - Check out page--------------*/




.checkout-detail {

	font-family: 'Catamaran', sans-serif;
	font-size: 14px;
	width: 40%;
}

.checkout-h2 {
	font-family: 'Barlow Semi Condensed', sans-serif;
	letter-spacing: 2px;
	font-weight: 500;
	font-size: 18px;
	text-align: center;
	margin-top: 2em;
	margin-bottom: -1em;
}

.container {
	display: flex;
	justify-content: space-between;
	margin: 4% 15% 0 15%;
	padding-bottom: 3em;
	padding-top:0.8em;

}


.container>div{
	width: 43%;
}

.checkout-billing{

	font-family: 'Catamaran', sans-serif;
	font-size: 14px;
	width: 40%;

}

.checkout-h3{
	font-family: 'Barlow Semi Condensed', sans-serif;
	letter-spacing: 2px;
	font-weight: 500;
	font-size: 16px;
	text-align: center;
	margin-bottom: 2em;
}


.chekout-button{
	text-align: center;
}

.chekout-button button{
	margin-top: 1em;
	margin-right: 1em;
	text-align: center;
	width: auto;
	font-family: 'Catamaran', sans-serif;
	font-weight: bold;
	border-width: 1.2px;
	border-color: black;
	background-color: #faf9f8 ;
	color: black;
	padding: 1em 4em;
	font-size: 15px;

}

.chekout-button button:hover {
	color: #faf9f8;
	background: rgba(0,0,0,0.85);
	transition: 0.3s;
	border-color: #faf9f8;

}

.checkout-detail input {
	background-color: #eee;
	margin-top: 0.35em;

}

.checkout-billing input {
	background-color: #eee;
	margin-top: 0.35em;

}

.checkout-detail input:hover {

    border-width: 2px;
    background-color: rgba(255, 255, 255, 0.9);
    border-color: rgba(30, 35, 30, 0.6)
}

.checkout-billing input:hover {

    border-width: 2px;
    background-color: rgba(255, 255, 255, 0.9);
    border-color: rgba(30, 35, 30, 0.6)
}

@media screen and (max-width: 480px) {
	.container {
		flex-direction: column;
		margin: 4% 2% 0 2%;

	}

	.container>div {
	    width: 100%;
    }

    .container input:hover {
    	background-color: #c7a399;
    	transition: 0.3s;
    	box-shadow: 2px 3.5px #555;
    }

    .container input[type=text] {
    	width: 50%;
    	margin-bottom: 18px;
    	border: 1px solid #aaa;
    	padding: 10px;
    }

}

@media screen and (max-width: 800px) {
	.container {
		display: flex;
		flex-direction: column;
	}

	.container>div {
	  width: 100%;
    }

    .container input:hover {
    	background-color: #c7a399;
    	transition: 0.3s;
    	box-shadow: 2px 3.5px #555;
    }

    .container input[type=text] {
    	width: 100%;
    	margin-bottom: 18px;
    	border: 1px solid #aaa;
    	padding: 10px;
    }

}



/*----------I learn this code from this website:https://www.w3schools.com/howto/howto_css_checkout_form.asp ---------------*/


.checkout-radio-overall{
	display: block;
	position: relative;
	cursor: pointer;
	padding: 2em;
	font-size: 14px;
	background-color: #f2f2f2;
}

.Rcontainer {
	display: block;
	position: relative;
	margin-bottom: 20px;
	cursor: pointer;
	padding-left: 30px;
	font-size: 15px;
	padding-bottom: 3em;
	background-color: #f2f2f2;
}

.Rcontainer input {
	opacity: 0;
	position: absolute;
	cursor: pointer;
}

.click {
	position: absolute;
	top: 0;
	height: 20px;
	width: 20px;
	left: 0;
	background-color: #bbb;
	border-radius: 60%;
}

.Rcontainer:hover input ~ .click {
	background-color: #c7a399;
}

.Rcontainer input:checked ~ .click {
	background-color: #854442;
}

.Rcontainer input:checked ~ .click:after {
	display: block;
}



/*--------End - Checkout page--------------*/



/*---------Begin - Cart page------------*/

.cart-main {
	margin: 4% 20% 0 20%;
	position: relative;
}

.cart-title {
	margin-top: 4%;
	margin-bottom:1rem;
}

.cart-title h2 {
	font-family: 'Barlow Semi Condensed', sans-serif;
	letter-spacing: 2px;
	font-weight: 500;
	font-size: 18px;
	text-align: center;
	margin-top: 2em;
	margin-bottom: 0em;
	text-align: left;
}

.cart-item {
	display: flex;
	justify-content: space-around;
	margin: auto;
	margin-top: 4%;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding: 3% 10%;
}

.cart-item>div {
	width: 40%;
}

.item-image img {
	width: 50%;
}

.item-text {
	display: block;
}

.item-text a {
	text-decoration: none;
	color: black;
	transition: 0.3s;
}

.item-text a:hover {
	color: rgba(0,0,0,0.7);
	text-decoration: underline;
	transition: 0.3s;
}

.item-text h3 {
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight: 500;
	font-size: 14px;
}

.item-text h4 {
	font-family: 'Catamaran', sans-serif;
	font-size: 14px;
}

.total {
	margin-top: 3%;
	display: flex;
	justify-content: flex-end;
}

.total h3 {
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight: 500;
	font-size: 20px;
	text-align: center;
	margin-left: 5%;
	margin-bottom: 4%;
}

.cart-button{
	text-align: center;
}

.cart-main button{
	margin-top: 1em;
	text-align: center;
	width: auto;
	font-family: 'Catamaran', sans-serif;
	font-weight: bold;
	border-width: 1.2px;
	border-color: black;
	background-color: #faf9f8 ;
	color: black;
	padding: 1em 4em;
	font-size: 15px;

}

.cart-main button:hover {
	color: #faf9f8;
	background: rgba(0,0,0,0.85);
	transition: 0.3s;
	border-color: #faf9f8;

}

@media screen and (max-width: 480px) {
	.cart-item {
		flex-direction: column;
		margin: 4% 5% 0 5%;
	}

	.cart-main {
		display: flex;
		flex-direction: column;
		margin: 4% 5% 0 5%;
	}

	.item-image img {
	   width: 100%;
    }

    .cart-item>div {
	   width: 100%;
    }

    .cart-button {
    	text-align: center;
    }
}

@media screen and (max-width: 800px) {
	.cart-item {
		flex-direction: column;
		margin: 4% 2% 0 2%;
	}

	.cart-main {
		flex-direction: column;
		margin: 4% 2% 0 2%;
	}

	.item-image img {
	   width: 100%;
    }

    .cart-item>div {
	   width: 100%;
    }

    .cart-button {
    	text-align: center;
    }
}


/*----------end - cart page-----------------*/


/*--------Begin - Event Page--------------------*/


.event-one {
	display: flex;
	justify-content: space-between;
	margin: auto;
	margin-top: 4%;
	align-items: center;
}

.event-one>div {
	width: 45%;
}

.event-one-content {
	width: 50%;
}

.event-one-content p {
	margin-right: 3em;
	padding-top: 0.5em;
	font-family: 'Catamaran', sans-serif;
	font-size: 14px;
	color: #999999;
}

.event-h2-left {
	font-family: 'Barlow Semi Condensed', sans-serif;
	letter-spacing: 2px;
	font-weight: 500;
	font-size: 18px;
}

.event-one-pic img {
	width: 100%;
 	transition: 0.3s;
 }


/*-------event----two-------*/

.event-two {
	display: flex;
	justify-content: space-between;
	margin: auto;
	margin-top: 6%;
	align-items: center;
}

.event-two>div {
	width: 45%;
}

.event-two-content{
	width: 50%;
}

.event-two-content p {
	padding-top: 0.5em;
	font-family: 'Catamaran', sans-serif;
	font-size: 14px;
	color: #999999;
}

.event-h2-right {
	font-family: 'Barlow Semi Condensed', sans-serif;
	letter-spacing: 2px;
	font-weight: 500;
	font-size: 18px;
}

.event-two-pic img {
	width: 100%;
 	transition: 0.3s;
 }

.event-parts {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	margin: 0 15%;
}

@media screen and (max-width: 480px) {
	.event-parts {
		flex-direction: column;
		margin: 0 5%;
	}

	.event-one {
		flex-direction: column;
	}

	.event-one>div {
		width: 100%;
	}


	.event-two {
		display: flex;
		flex-direction: column;
	}

	.event-two>div {
		width: 100%;
	}

	.event-two-content {
		order: 1;
	}

	.event-two-pic {
		order: 2;
	}
}

@media screen and (max-width: 800px) {
	.event-parts {
		flex-direction: column;
		margin: 0 5%;
	}

	.event-one {
		flex-direction: column;
	}

	.event-one>div {
		width: 90%;
	}


	.event-two {
		display: flex;
		flex-direction: column;
	}

	.event-two>div {
		width: 90%;
	}

	.event-two-content {
		order: 1;
	}

	.event-two-pic {
		order: 2;
	}
}

/*---------------End - Event Page  ------------*/


/*------------------begin - contact page --------------*/


.contact-part {
	margin: 4% 15% 0 15%;
	display: flex;
  	justify-content:space-between;
}

.contact-part>div {
	width: 45%;
}

.contact-h2 {
	text-align: center;
	font-family: 'Barlow Semi Condensed', sans-serif;
	letter-spacing: 2px;
	font-weight: 500;
	font-size: 18px;
	margin-top: 3%;
}

.contact-content {
	text-align: left;
	font-family: 'Catamaran', sans-serif;
	font-size: 14px;
	color: #999;
	width: 40%;
}

.contact-content address{
	text-align: left;
	font-family: 'Catamaran', sans-serif;
	font-size: 15px;
	color: #999;
	font-style: normal;
}

.contact-content p{
	text-align: justify;
	font-family: 'Catamaran', sans-serif;
	font-size: 15px;
	color: #999;
}


.contact-content img {
	width: 100%;
	border-radius: 4px;
}

.contact-convery {
	display: flex;
	flex-direction: column;
	font-family: 'Catamaran', sans-serif;
	font-size: 14px;
	color: #555;
	line-height: 100%;
	border-radius: 5px;
}

.contact-button {
	margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.product-detail-content .change-button{
	text-align: left;

}


.contact-button button {
	text-align: center;
	font-size: 14px;
	padding: 0.5em 4.5em;
	width: 100%;
	font-family: 'Catamaran', sans-serif;
	font-weight: bold;
	background-color: #faf9f8;
	color: black;
	transition: 0.3s;
	border-width: 1.2px;
	border-color: black;

}

.contact-button button:hover {
	color: #faf9f8;
	background: rgba(0,0,0,0.85);
	transition: 0.3s;
	border-color: #faf9f8;
}

.contact-convery-text input {
	background-color: #eee;
	margin-top: 0.35em;

}

#add {
	padding-bottom: 3em;
}

#city {
	padding-bottom: 6em;

}

.contact-convery-text input:hover {
    border-width: 2px;
    background-color: rgba(255, 255, 255, 0.9);
    border-color: rgba(30, 35, 30, 0.6)
}

input[type=text] {
	width: 100%;
	margin-bottom: 18px;
	border: 1px solid #aaa;
	padding: 10px;
}

@media screen and (max-width: 480px) {
	.contact-part {
		flex-direction: column;
		margin: 4% 5% 0 5%;
	}

	.contact-part>div {
		width: 100%;
	}
}

@media screen and (max-width: 800px) {
	.contact-part{
		flex-direction: column;
		margin: 4% 5% 0 5%;
	}

	.contact-part>div {
		width: 100%;
	}
}


/*------------------end - contact page--------------*/


.citation {
	margin: 4% 15% 0 15%;
}

.citation h2 {
	font-size: 28px;
}

.citation h2, h3 {
	font-family: 'Barlow Semi Condensed', sans-serif;
	letter-spacing: 2px;
	font-weight: 500;
	padding-top: 0.5em;
}

.citaion h3 {
	font-size: 18px;
}

.citation p {
	font-family: 'Catamaran', sans-serif;
	font-size: 14px;
	color: #999999;
}












