/* *, *:before, *:after {
box-sizing:border-box;
border: 0.1px solid red;
} 
*/
header {
	background-color:#FFD432;
	color:white;
	padding:10px;

}
header h1,
header p {
	margin:0;
}
body {

}

footer {
	border-top: 1px solid #bdc3c4;
	padding: 15px;
	font-size: 0.3em;
	margin: 100px 0px 0px 0px;
	text-align: center;
}

p {
	line-height: 1.2em;
}
.Cart-all{
	float: right;
}
.logo {
	width: 200px;
	margin: 1em;
}
.cart2 {
	width:25px;
	margin-bottom: -5px;
	position: absolute;
	right:10px;
	top:6px;
}

.cart-value {
	color: black;
	text-align: center;
	position: absolute;
	right:15px;
	top:-10px;
	font-weight: 600;
}

.cart {
	text-align: center;
	width: 28px;
	position: absolute;
	right:10px;
	top:36px;
}

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

.align-right {
	text-align: right;
}

.lable {
	color: #606468;
}

.btn {
	color: #fff;
	background-color: #ea6161;
	text-decoration: none;
	border-radius: 5px;
	font-family: sans-serif;
	font-size: 1em;
	font-weight: 600;
	padding: 12px 20px;
	display: inline-block;
	position: relative;
	top:2em;
	overflow: hidden;
	transition: all 1s;
}

.btn:hover{
	background-color: #f3e0d5;
	color: #ea6161;
}

.btn-add {
	color: #fff;
	background-color: #EF7362;
	text-decoration: none;
	border-radius: 20px;
	border: 0.15em solid #fff;
	font-size: 0.7em;
	font-weight: 700;
	padding: 12px 20px;
	position: relative;
	overflow: hidden;
}

.btn-add:hover{
	background-color: #E84B30;
	color: #fff;
}

.btn-checkout {
	color: #fff;
	background-color: #EF7362;
	text-decoration: none;
	border-radius: 9px;
	border: 0.15em solid #fff;
	font-size: 0.8em;
	font-weight: 800;
	padding: 12px 20px;
	position: relative;
	overflow: hidden;
	width: 100%;
}

.btn-checkout:hover{
	background-color: #E84B30;
	color: white;
}

.border {
	border: 1px solid #606468;
	padding: 2em;
	margin-left: 2em;
}

.top-border {
	border-top: 1px solid #606468;
	padding-top: 2em;
	padding-right: 2em;

}

.inline-block{
	display: inline-block;
	width: 45%;
}

.price {
	font-weight: 600;
	color: #eb6161;
}

.breadcrumb {
	padding: 3em;
	color: #333;
	font-size: 14px;
}

.ad {
	top:50px;
	width: 60%;
	position: relative;
	background-color: rgba(231,201,194,0.5);
	padding: 1.5em;
}

.ad-title {
	color: #ea6161;
	text-shadow: 2px 2px 3px #fff;
}

.ad-p {
	color: #111;
	line-height: 1.2em;
}

.about {
	top:50px;
	width: 55%;
	position: relative;
	padding: 1.5em;
}

.about-title {
	color: #000;
}

.about-p {
	color: #000;
	line-height: 1.5em;
}

.mgt {
	margin-top: 5em;
}

@media (max-width:900px) {
	.logo-lg {
		width: 250px;
	}
	.ad {
	top:50px;
	width: 80%;
	position: relative;
	background-color: rgba(231,201,194,0.5);
	padding: 1.5em;
}
	.about {
	top:50px;
	width: 80%;
	position: relative;
	padding: 1.5em;
}
}

@media (max-width:500px) {
	.logo-lg {
		width: 230px;
	}

	.ad {
	top:10px;
	width: 95%;
	position: relative;
	background-color: rgba(231,201,194,0.5);
	padding: 1.5em;
}
	.about {
	top:50px;
	width: 95%;
	position: relative;
	padding: 1.5em;
}
}

.big-image {
  width:400px;
  height:400px;
  position:relative;
  margin-bottom:0.25em;
}


.thumb-images {
  position:relative;
  width:300px;
}
.thumbs {
  width:300px;
  overflow-x:auto;
  white-space:nowrap;
}
.thumb-images img {
  width:80px;
  box-sizing:border-box;
}
.thumb-images img.active {
  border:1px solid #bdc3c4;
}

@media (max-width:500px) {
  .thumb-images .arrow {
    display:none;
  }
}


input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}

label {
    padding: 12px 12px 12px 0;
    display: inline-block;
}

input[type=submit] {
    background-color: #EF7362;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    float: right;
}

input[type=submit]:hover {
    background-color: #E84B30;
   	color: white;
}

.col-25 {
    float: left;
    width: 25%;
    margin-top: 6px;
}

.col-75 {
    float: left;
    width: 75%;
    margin-top: 6px;
}


.row:after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 600px) {
    .col-25, .col-75, input[type=submit] {
        width: 100%;
        margin-top: 0;
    }
}

.padding-left {
	padding-left: 2em;
}

@media (max-width: 499px) {

    .padding-left0 {
    	padding-left: 0em;}
    .abtn {
    	width: 100%;
    }
}

