@media(min-width: 768px){
    
}
.addtocartbtn{
	display: inline-block;
	background: #7e4eac;
	color: #fff;
	padding: 4px 10px;
	margin: 5px 0;
	border-radius: 30px;
	transition: background 0.5s;
    text-decoration: none;
}
.addtocartbtn:hover{
	background: #710193;
}
.body1{
    padding: 0px;
	margin: 0px;
}
body1-a1{
    text-decoration: none;
	color: black;
}
.body1-btn1{
	display: inline-block;
	background: #7e4eac;
	color: #fff;
	padding: 8px 30px;
	margin: 30px 0;
	border-radius: 30px;
	transition: background 0.5s;
    text-decoration: none;
}
.body1-btn1:hover{
	background: #710193;
}
.body1-col1{
    flex: 1;
    display: flex;
	flex-direction: column;
    min-width: 300px;
	padding: 20px;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.body1-col1-h1{
	color: black;
	font-size: 30px;
}
.body1-col1-p1{
	color: black;
	font-size: 20px;
}
.body1-col1-p2{
	color: black;
	font-size: 18px;
}
.body1-row1{
	display: flex;
    flex-direction: row-reverse;
    padding-left: 60px;
    padding-right: 60px;
    flex-wrap: wrap;
}
.body1-col2{
	min-width: 700px;
    padding-left: 50px;
}
.body1-col2 img{
	max-width: 100%;
	padding: 2px;
}
.body1-row2{
	display: flex;
    flex-basis: auto
}
.categories1-container1{
	margin: 20px 20px;   
}
.categories1-col1{
	flex-basis: 10%;
	padding: 10px;
	min-width: 25%;
	margin-bottom: 20px;
	transition: transform 0.5s;
    text-align: center;
  }
.categories1-col1-h1{
	font-size: 30px;
}
.categories1-col1:hover{
	transform: translateY(-5px);
}
.categories1-col1 img{
	width: 100%;
}
.categories1-row1{
	justify-content: space-around;
	display: flex;
}
.dropbtn {
	font-size: 16px;
	border: none;
	outline: none;
	color: none;
	padding: 14px 14px;
	background-color: inherit;
	font-family: inherit; /* Important for vertical align on mobile phones */
	margin: 0; /* Important for vertical align on mobile phones */
}
.dropdown {
	float: left;
	overflow: hidden;
}
.dropdown:hover .dropdown-content {/* Show the dropdown menu on hover */
	display: block;
}
.dropdown-content {/* Dropdown content (hidden by default) */
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	border-radius: 10px;
}
.dropdown-content-a {/* Links inside the dropdown */
	float: none;
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
    font-size: 16px;
}
.dropdown-content-a:hover {/* Add a grey background color to dropdown links on hover */
	background-color: #ddd;
}
.dropdowncart {
    float: left;
	overflow: hidden;
}
.dropdowncart img{
	width: 35px;
	height: 35px;
    padding: none;
}
.dropdowncart .dropbtncart {
	font-size: 16px;
	border: none;
	outline: none;
	color: none;
	padding: 5px 5px;
	background-color: inherit;
	font-family: inherit; /* Important for vertical align on mobile phones */
	margin: 0; /* Important for vertical align on mobile phones */
}
.dropdown-contentcart {/* Dropdown content (hidden by default) */
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	border-radius: 10px;
}
.dropdowncart:hover .dropdown-contentcart {/* Show the dropdown menu on hover */
	display: block;
}
.footer1-a1{
	color: white;
    text-decoration: none;
}
.footer1-col1, .footer1-col2{
	min-width: 250px;
	margin-bottom: 0px;
}
.footer1-col1{
	flex: 1;
	text-align: center;
}
.footer1-col1 h1{
	color: #fff;
	font-size: 26px;
	margin-bottom: 10px;
    margin-top: 10px;
}
.footer1-col1 img{
	width: 20%;
}
.footer1-col1 p1{
	color: #8a8a8a;
	font-size: 16px;
}
.footer1-col2{
	Flex: 1;
	text-align: center;
}
.footer1-col2 h1{
	font-size: 20px
}

.footer1-col2 img{
	width: 10%;
	margin-bottom: 0px;
}
.footer1-container1{
	background: #000;
	color: #FFFFFF;
	font-size: 14px;
	padding: 20px;
}
.footer1-container1 hr{
	border: none;
	background: #5b5b5b;
	height: 1px;
	margin: 2px;
}
.footer1-conatiner2{
	max-width: 1300px;
  	margin:auto;
  	padding-left: 0px;
  	padding-right: 0px;
}
.footer1-container3 h1{ 
	padding-bottom: 0px;
    margin: 0px;
}
.footer1-copyright{
    margin-bottom: 0px;
    padding-top: 0px;
}
.footer1-copyright p1{
    font-size: 12px;
}
.footer1-nav{
    display: flex;
    align-items: center;
    padding: 0px;  
}
footer1-nav{
    Flex: 0;
    text-align: center;
}
footer1-nav ul{
    display: inline-block;
    list-style-type: none;
}
footer1-nav ul li{
    display: inline-block;
    margin-right: 20px;
}
.footer1-row1{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-around;
}
.footer1-row2 img{
    padding: 10px;
    display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-around;
}
.header1{
    display: flex;
    flex-direction: row;
	background: linear-gradient(#7e7e7e,#ffffff);
    justify-content: space-between;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 0px;
    flex-basis: 1;
}
.header1-a1 {
    text-decoration: none;
	color: black;
}
.header1-col1{
    display: flex;
    flex-direction: column;
}
.header1-h1 {
    font-size: 40px;
}
.header1-p1{
    font-size: 20px;
}
.header1-navbar{
	position: inherit; 
	overflow: hidden;
	font-family: Arial;
	float: right;
	padding-top: 40px;
}
.header1-navbar a:hover, .dropdown:hover .dropbtn {
    background-color: rebeccapurple;/*purple button background*/
	border-radius: 10px;
}
.header1-navbar a:hover, .dropdowncart:hover .dropbtncart {
    background-color: rebeccapurple;/*purple button background*/
	border-radius: 10px;
}
.products1-a1{
    text-decoration: none;
	color: black;
}
.products1-col1{
	flex-basis: 10%;
	padding: 10px;
	min-width: 200px;
	margin-bottom: 20px;
	align-content: center;
  }
.products1-col1-h1{
	color: #000000;
	font-weight: normal;
	font-size: 20px;
}
.products1-col1 img{
	align-content: center;
	padding-top: 10px;
    width: 80%;
}
.products1-row1{
	display: flex;
  	align-items: center;
  	flex-wrap: wrap;
  	justify-content: space-around;
	margin-bottom: 20px;
}
.products1-title1{
    display: flex;
    margin: 0 auto 20px;
    position: relative;
    line-height: 60px;
    color: #555;
  }
.products1-title1::after{/*the bar below the title*/
	Content: '';
    text-align: center;
	background: #7e4eac;
	width: 160px;
	height: 5px;
	border-radius: 5px;
	position: absolute;
	bottom: 10;
	left: 50%;
	transform: translateX(-50%);
}
.products1-title1-p1{
    text-align: center;
    font-size: 30px;
    margin-bottom: 0px;
}
.slider {
	width: 100%;
	height: 400px;
	position: relative;  
}
.slider img {
	position: absolute;
    overflow: hidden;
    width: 300px;
}
.slider-navigation-button {
    text-align: center;
    padding-right: 70px;
    padding-bottom: 70px;
}
.sliderdot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #CBC3E3;
	border-radius: 50%;
	display: inline-block;
    align-content: center;
}
.slideractive, .sliderdot:hover {
    background-color: #7e4eab;
}
.testimonial1-col1{
	flex-basis: 20%;
	min-width: 250px;
	min-height: 250px;
	margin-bottom: 30px;
}
.testimonial1-a1{
    text-decoration: none;
	color: black;
}
.testimonial1-col1 p{
	font-size: 12px;
	margin: 10px;
	color: #777;
}
.testimonial1-col1 img{
	width: 100%;
}
.testimonial1-container1 .testimonial1-col1{
	text-align: center;
	padding: 30px 15px;
	box-shadow: 0 0 20px 0px rgba(0,0,0,0.1);
	cursor: pointer;
	transition: transform 0.5s;
}
.testimonial1-container1 .testimonial1-col1:hover{
	transform: translateY(-10px);
}
.testimonial1-container1 .testimonial1-col1-h1{
	font-weight: 600;
	color: #555;
	font-size: 16px;
}
.testimonial1-container1{
	padding-top: 20px;
}
.testimonial1-container2{
	margin: auto;
	padding: none;
}
.testimonial1-container1 img{
	width: 100px;
}
.testimonial1-profiles img{
	border-radius: 50%;
	width: 50px;
	margin-top: 5px;
}
.testimonial1-row1{
	display: flex;
  	align-items: center;
  	flex-wrap: wrap;
  	justify-content: space-around;
	margin-bottom: 20px;
	min-height: inherit;
	flex-basis: 30%;
	min-width: 250px;
}











/*sdfsfda*/



.body1-col1 h2{
	font-size: 35px;
	line-height: 30px;
	margin: 0;
}
.body-col-2{
	flex-basis: 50%;
	min-width: 400px;
	padding: inherit;
}
.body-col-2 img{
	max-width: 100%;
	padding: 20px;
}
.body-col-2 h2{
	font-size: 35px;
	line-height: 30px;
	margin: 0;
}
.body-col-3{
	flex-basis: 50%;
	min-width: 400px;
	padding: none;
    margin-top: none;
}
.body-col-3 a{
    margin-top: 100px;
}
.body-col-4{
	flex-basis: 50%;
    justify-items: auto;
}
.body-col-5 input{
    border: 1px solid #7e4eac;
    height: 25px;
    width: 40px;
}
.body-col-5 h2{
	font-size: 35px;
	line-height: 30px;
	margin: 0;
}

.body-row-2{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-around;
}
.body-row-5{
	display: flex;
    justify-content:space-around;
}


h3{
    font-size: 30px;
}
h4{
    font-size: 30px;
    padding: none;
}

input:focus{
    outline: none;
}
p{
	color: #555;
	font-size: 20px;
}

p3{
    font-size: 14px
}
p4{
    font-size: 22px;
}
p5{
    font-size: 18px;
}
p7 a{
    color: gray;
}
p7{
    color: gray;
}

.row-3{
    margin-left: 20px;
}
.sliderimg {
	width: 100%;
	height: 400px;
	position: relative;
}
.sliderimg img {
	position: absolute;
    text-align: center;
	top: 0;
	left: 0;
    width: 300px;
}
.slider-row {
    display: flex;
    justify-content: space-between;
}
.slider-col{
    flex-basis: 24%;
    cursor: pointer;
}
.sliderdotimg {
	cursor: pointer;
    height: 90px;
    width: 90px;
	margin: 0 2px;
	background-color: #CBC3E3;
	border-radius: 15%;
	display: inline-block;
    align-content: center;
}
.slideractiveimg, .sliderdotimg:hover {
    background-color: #7e4eab;
}
.specifications-row-1{
    justify-content: space-between;
    display: flex;
}

.product {
  width: 100%;
  height:auto;
    padding-left: 25px;
}
.product__images {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.product__main-image {
  max-width: 400px;
  max-height: 600px;
  object-fit: cover;
  cursor: pointer;
  border: 1px solid #7e4eab;
}
.product__slider-wrap {
  max-width: 500px;
  min-height: 100px;
  display: flex;
  align-items: center;
}
.product__slider {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.product__image {
  max-width: 180px;
  max-height: 100px;
  object-fit: cover;
  cursor: pointer;
  opacity: 0.5;
  margin: 0.25rem;
  border: 1px solid #070707;
}
.product__image:first-child {
  margin-left: 0;
}
.product__image:last-child {
  margin-right: 0;
}
.product__image:hover {
  opacity: 1;
}
.product__image--active {
  opacity: 1;
}
.product__slider::-webkit-scrollbar {
  height: 10px;
}
.product__slider::-webkit-scrollbar-thumb {
  background-color: #7e4eab;
  border-radius: 50px;
}



-----------------------------

.cartbody {
  width: 100%;
  height: 100%;
  padding: 10px;
  margin: 0;
  background-color: #7EC855;
    
  font-family: 'Roboto', sans-serif;
}

.cartshopping-cart {
  max-width: auto;
  height: auto;
  margin-bottom: 80px;
    margin-top: 40px;
    margin-left: 60px;
    margin-right: 60px;
  background-color: rgba(102,51,153,0.2);
  box-shadow: 3px 4px 5px 2px rgba(102,51,153,0.60);
  border-radius: 6px;
  display: flex;
  flex-direction: column;

}

.carttitle {
  height: 60px;
  border-bottom: 1px solid #800080;
  padding: 20px 30px;
  color: gray;
  font-size: 18px;
  font-weight: 400;
}

.cartitem {
  padding: 20px 30px;
  height: 120px;
  display: flex;
}

.cartitem:nth-child(3) {
  border-top:  1px solid #800080;
  border-bottom:  1px solid #800080;
}

/* Buttons -  Delete and Like */
.cartbuttons {
  position: relative;
  padding-top: 30px;
  margin-right: 60px;
}

.cartdelete-btn {
  display: inline-block;
  cursor: pointer;
  width: 18px;
  height: 17px;
  background: url("images/delete-icn.svg") no-repeat center;
  margin-right: 20px;
}

.cartlike-btn {
  position: absolute;
  top: 9px;
  left: 15px;
  display: inline-block;
  background: url('images/twitter-heart.png');
  width: 60px;
  height: 60px;
  background-size: 2900%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.cartis-active {
  animation-name: animate;
  animation-duration: .8s;
  animation-iteration-count: 1;
  animation-timing-function: steps(28);
  animation-fill-mode: forwards;
}

@keyframes animate {
  0%   { background-position: left;  }
  50%  { background-position: right; }
  100% { background-position: right; }
}

/* Product Image */
.cartimage {
  display: flex;
    overflow: hidden;
}

/* Product Description */
.cartdescription {
  padding-top: 10px;
  margin-right: 60px;
  width: 115px;
}

.cartdescription span {
  display: block;
  font-size: 14px;
  color: #43484D;
  font-weight: 400;
}

.cartdescription span:first-child {
  margin-bottom: 5px;
}
.cartdescription span:last-child {
  font-weight: 300;
  margin-top: 8px;
  color: #86939E;
}

/* Product Quantity */
.cartquantity {
  padding-top: 20px;
  margin-right: 60px;
    width: 100%;
    text-align: center;
    margin: 6px 0;
}
.cartquantity input {
  -webkit-appearance: none;
  border: none;
  text-align: center;
  width: 32px;
  font-size: 16px;
  color: #43484D;
  font-weight: 300;
}

button[class*=cartbtn] {
  width: 30px;
  height: 30px;
  background-color: #E1E8EE;
  border-radius: 6px;
  border: none;
  cursor: pointer;
}
button[class*=cartbtn]:focus,
input:focus {
  outline:0;
}
.cartminus-btn img {
  margin-bottom: 3px;
}
.cartplus-btn img {
  margin-top: 2px;
}


/* Total Price */
.carttotal-price {
  width: 83px;
  padding-top: 27px;
  text-align: center;
  font-size: 16px;
  color: #43484D;
  font-weight: 300;
}
.cartsubtotal {
  width: auto;
  padding-top: 10px;
  text-align: right;
  font-size: 16px;
  color: #43484D;
  font-weight: 300;
}
.carttax {
  width: auto;
  padding-top: 10px;
  text-align: right;
  font-size: 16px;
  color: #43484D;
  font-weight: 300;
}
.cartshipping {
  width: auto;
  padding-top: 10px;
  text-align: right;
  font-size: 16px;
  color: #43484D;
  font-weight: 300;
}
.cartfinal {
  width: auto;
  padding-top: 10px;
  text-align: right;
  font-size: 16px;
  color: #43484D;
  font-weight: 300;
}
  .carttotals {
      padding-bottom: 20px;
      padding-right: 20px;
  }
/* Responsive */
@media (max-width: 800px) {
  .cartshopping-cart {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .cartitem {
    height: auto;
    flex-wrap: wrap;
    justify-content: center;
  }
  .cartimage img {
    width: 100%;
  }
  .cartdescription {
    width: 100%;
    text-align: center;
    margin: 6px 0;
  }
  .cartbuttons {
    margin-right: 20px;
  }
}
.login-row-1{
    max-width: 200px;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 200px;
}
.login-row-2{
    text-align: center;
    justify-content: space-between;

}
.logintext{
    font-size: 20px;
    text-align: center;
    width: 150px;
    height: 20px;
    padding: 5px;
        margin: 20px;
}
.logincredentials{
    
    width: 150px;
    height: 20px;
    padding: 5px;
    box-shadow: 3px 4px 5px 2px rgba(102,51,153,0.60);
    margin: 20px;
}
.loginbtn{
	display: inline-block;
	background: #7e4eac;
	color: #fff;
	padding: 8px 30px;
	margin: 10px 0;
	border-radius: 30px;
	transition: background 0.5s;
}
.loginbtn:hover{
	background: #120632;
}
.forgotbtn{
	display: inline-block;
	background: #7e4eac;
	color: #fff;
	padding: 8px 20px;
	margin: 5px 0;
	border-radius: 30px;
	transition: background 0.5s;
    font-size: 14px;
}
.forgotbtn:hover{
	background: #120632;
}
.registertext{
    font-size: 12px;
}