@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    display: inline-block;
    width: 100%;
    position:relative;
	background-repeat:no-repeat;
	background-color:#f4fafb;
	background-size:cover;

	

   
}



* {box-sizing: border-box}

body {font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Helvetica", "Arial", "sans-serif", "Sitka Display", ;}

.logo {
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	width: 140;
	height: 40px;
	left: 5%;
	top: 0.5%;
	overflow: visible;
}


	.cart {
		display: flex;
	    flex-wrap: wrap;
		position: absolute;
		width: 30px;
		height: 30px;
		left: 55%;
		top: 1%;
		overflow: visible;
	}


    .heart {
		display: flex;
	    flex-wrap: wrap;
		position: absolute;
		width: 30px;
		height: 30px;
		left: 70%;
		top: 1%;
		overflow: visible;
	}

    .account {
		display: flex;
	    flex-wrap: wrap;
		position: absolute;
		width: 30px;
		height: 30px;
		left: 85%;
		top: 1%;
		overflow: visible;
	}

.container {
	    display: inline-block;
	    flex-wrap: wrap;
		position: relative;
		overflow: hidden;
		width: 99.2%;
        height: auto;
        border-radius: 30px;
        background: #f4fafb;
        border: 0px solid #FFFFFF;
		left: 0.5px;
		top: 45px;
	    right: 0.5px;
	}


.card-wrapper{
	display:inline-block;
    max-width: 1100px;
    margin: 5px auto;
    position:relative;
}
.mySlides {
	display: none;
    box-sizing:border-box;
	border-radius:30px;
	margin:10px 10px 0px 10px;
}

#slides {
  width: 100%;
  height: 100%;
  white-space: nowrap;
  font-size: 0;
  transform: translateX(0);
}

.img {
	vertical-align: middle;
	box-sizing:border-box;
	border-radius:30px;
	/*border:2px solid black;*/
	height:450px;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 15px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}



/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #8B8B8B;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #232323;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
.product-content{
    display:inline-block;
    position:relative;
    padding: 0rem 1rem;
}
.product-title{
    display:inline-block;
    position:relative;
    font-size: 1.6rem;
    text-transform: capitalize;
    font-weight: 700;
    position: relative;
    color: #12263a;
    margin: 1rem 0;
	text-align:left;
}
.product-title::after{
    display:inline-block;
    position:relative;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 80px;
    background: #12263a;
}
.product-link{
    display:inline-block;
    position:relative;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.9rem;
    display: inline-block;
    margin-bottom: 0.5rem;
    background: #256eff;
    color: #fff;
    padding: 0 0.3rem;
    transition: all 0.5s ease;
}

.product-link:hover{
    opacity: 0.9;
}

.product-price{
    display:inline-block;
    position:relative;
    margin: 1rem;
    font-size: 1.2rem;
    font-weight: 700;
	margin-top:1%;
}
.product-price span{
    display:inline-block;
    position:relative;
    font-weight: bold;
}
.last-price span{
    color: #4A4A4A;
    text-decoration: line-through;
}
.new-price span{
    color: #000000;
}
.product-detail h2{
    display:inline-block;
    position:relative;
    text-transform: capitalize;
    color: #12263a;
    padding-bottom: 0.6rem;
	font-size:1.1rem;
	text-align:left;
}
.product-detail p{
    display:inline-block;
    position:relative;
    font-size: 1rem;
    padding: 0.3rem;
    opacity: 0.8;
}
.product-detail ul{
    display:inline-block;
    position:relative;
    margin: 1rem 0;
    font-size: 0.5rem;
}
.product-detail ul li{
    display:inline-block;
    position:relative;
    list-style: none;
    background: url("../images/checked.png") left center no-repeat;
    background-size: 18px;
    padding-left: 1.7rem;
    margin: 0.4rem 0;
    font-weight: 600;
    opacity: 0.9;
}
.product-detail ul li span{
    display:inline-block;
    position:relative;
    font-weight: 400;
}
.purchase-info{
    display:inline-block;
    position:relative;
    margin: 1.5rem 0;
}
.purchase-info input,
.purchase-info .btn{
    display:inline-block;
    position:relative;
    border: 1.5px solid #ddd;
    border-radius: 25px;
    text-align: center;
    padding: 0.62rem 0.2rem;
    outline: 0;
    margin-right: 0.2rem;
    margin-bottom: 1rem;
}
.purchase-info input{
    display:inline-block;
    position:relative;
    width: 60px;
	height:100px;
}
.purchase-info .btn{
    display:inline-block;
    position:relative;
    cursor: pointer;
    color: #fff;
	width: 140px;
	
}
.purchase-info .btn:first-of-type{
    display:inline-block;
    position:relative;
    background: transparent;
	width:70px;
	margin:1px 1px 1px 1px;
	font-weight:bold;
	font-size:20px;
}
.purchase-info .btn:last-of-type{
    background: dodgerblue;
	width:200px;
	height:55px;
	font-weight:bold;
	font-size:20px;
}
.purchase-info .btn:hover{
    opacity: 0.9;
}


@media screen and (min-width: 992px){
    .card{
        display: grid;
		/*grid-template-columns: repeat (2, 1fr);*/
        grid-gap: 1.5rem;
    }
    .card-wrapper{
        height: 100vh;
        display: inline-block;
        justify-content: center;
        align-items: center;
    }
    
    .product-content{
        padding-top: 0;
    }
}


[id='toggle-heart1'] { 
  display:inline-block;
  position:relative;
  width: 100%;
  height:100%;
  border:2px solid white;
}
  [id='toggle-heart1']:checked + label {
  color: red;
}

[for='toggle-heart1'] {
  color: #A4A1A1;
  font-size: 2.5em;
  text-shadow: 2px 3px 6px rgba(0, 0, 0, 0.57);  
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  overflow: visible;
  cursor: none;
  width:7%;
  height:2.8%;
  margin-top:-2%;  
  margin-left:80%;
  border-radius:80px;
  Border:2px solid white;
  background-color:#FFFFFF;
}

ul
{
	list-style: none;
}
li
{
	display: inline-block;
	margin-right: 25px;
	color: #262626;
	font-family: 'Roboto Condensed', sans-serif;
	margin-top: 20px;
	font-size: 16px;
	font-weight:bold;
}

.color-area li:nth-child(2),
.color-area li:nth-child(3),
.color-area li:nth-child(4){
	width: 20px;
	height: 20px;
	border-radius: 50%;
}

.color-area li:nth-child(2):hover,
.color-area li:nth-child(3):hover,
.color-area li:nth-child(4):hover{
	transform: scale(1.5);
	cursor: pointer;
	transition: 0.5s;
}

.color-area li:nth-child(2)
{
	background-color: #0984e3;
}

.color-area li:nth-child(3)
{
	background-color: #009432;
}

.color-area li:nth-child(4)
{
	background-color: #EA2027;
}


/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  font-family: 'Roboto Condensed', sans-serif;
  display: inline-block;
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: #4C9DD9;
  border-radius: 10px 10px 0px 0px;
}

.select-selected-bottom-rounded {
  border-radius: 10px 10px 10px 10px;
}

.select-selected-bottom-square {
  border-radius: 10px 10px 0px 0px;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  top: 45%;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 25%;
}

/*set the styling and height for the list when the select box is open (active), the overflow-y property controls the scrolling:*/
.select-items{
  border-radius: 0px 0px 10px 10px;
  height: 80px;
  overflow-y: auto;
  position: absolute;
  background-color: #333333;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 80;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
}

/* scrollbar width */
.select-items::-webkit-scrollbar {
  width: 15px;
}

/* scrollbar track */
.select-items::-webkit-scrollbar-track {
  background:  #1d3647;
  border-radius: 0px 0px 10px 0px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
/* scrollbar handle */
.select-items::-webkit-scrollbar-thumb {
  background: #8ac5ff;
  border-radius: 10px; /* optional rounded handle */
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-image: -webkit-linear-gradient(45deg,
  rgba(255, 255, 255, .2) 25%,
  transparent 25%,
  transparent 50%,
  rgba(255, 255, 255, .2) 50%,
  rgba(255, 255, 255, .2) 75%,
  transparent 75%,
  transparent);
}

/* scrollbar handle on hover */
.select-items::-webkit-scrollbar-thumb:hover {
  background: #6cb6ff;
  background-image: -webkit-linear-gradient(45deg,
  rgba(255, 255, 255, .2) 25%,
  transparent 25%,
  transparent 50%,
  rgba(255, 255, 255, .2) 50%,
  rgba(255, 255, 255, .2) 75%,											  transparent 75%,
  transparent);
}

.returnp{
	position:relative;
	overflow:visible;
	box-sizing:border-box;
	font-size:14px;
	border-radius:10px;
	background-color:#ffffff;
	width:100%;
	padding:10px 6px;
	margin-left:-2px;
	margin-top:10px;
	/*margin:5px 5px 5px 5px;*/
}


.touch-type {
        position: relative;
        width:100%;
	    object-fit:fill;
    }
  
    .touch-auto {
        touch-action: auto;
    }


.quantity {
    
  display:inline-block;
  position:relative;

}

.quantity .input-text.qty {
 width: 40px;
 height: 30px;
 padding: 0 5px;
 text-align: center;
 background-color: transparent; 
 font-weight: bold;
 font-size: 20px;
}

.quantity.buttons_added {
 text-align: left;
 position: relative;
 white-space: nowrap;
 vertical-align: top; 
 
 }

.quantity.buttons_added input {
 display: inline-block;
 margin: 0;
 vertical-align: top;
 box-shadow: none;
 
}

.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
 padding: 4px 6px 5px;
 height: 30px;
 background-color: #ffffff;
 border: 1px solid #efefef;
 cursor:pointer;}

.quantity.buttons_added .minus {
 border-top-left-radius: 10px; 
 border-bottom-left-radius: 10px;
 font-size: 19px; 
 font-weight: bold;
 background-color:#0073C9;
 color:white;	
 }

.quantity.buttons_added .plus {
 border-top-right-radius: 10px; 
 border-bottom-right-radius: 10px;
 font-size: 18px; 
 font-weight: bold;
 background-color:#0073C9;
 color:white;	
  }

.quantity.buttons_added .minus:hover,
.quantity.buttons_added .plus:hover {
 background: #6CCAFF; }

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
 -webkit-appearance: none;
 -moz-appearance: none;
 margin: 0; }
 
 .quantity.buttons_added .minus:focus,
.quantity.buttons_added .plus:focus {
 outline: none; }
