@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
.card-wrapper{
    max-width: 1100px;
    margin: 0 auto;
	border:none;
}
img{
    width: 100%;
    display: block;
}
.img-display{
    overflow: hidden;
}
.img-showcase{
    display: flex;
    width: 100%;
    transition: all 0.5s ease;
}
.img-showcase img{
    min-width: 100%;
}
.img-select{
    display: flex;
}
.img-item{
    margin: 0.3rem;
}
.img-item:nth-child(1),
.img-item:nth-child(2),
.img-item:nth-child(3){
    margin-right: 0;
}
.img-item:hover{
    opacity: 0.8;
}
.product-content{
    padding: 2rem 1rem;
}
.product-title{
    font-size: 26px;
    text-transform: capitalize;
    font-weight: 700;
    position: relative;
    color: #2d2d2d;
    margin: 1rem 0;
    text-align: left;
	padding-bottom: 10px;
}
.product-title::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 80px;
    background: #12263a;
}
.product-link{
    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-rating{
    color: #ffc107;
}
.product-rating span{
    font-weight: 600;
    color: #252525;
}
.product-price{
    margin: 1rem 0;
    font-size: 1rem;
    font-weight: 700;
}
.product-price span{
    font-weight: 400;
}
.last-price span{
    color: #f64749;
    text-decoration: line-through;
}
.new-price{
	border-top: 1px dashed;
    border-bottom: 1px dashed;
	background: #fbfbfb;
	font-size: 16px;
}
.new-price span{
    color: #529b24;
	font-weight:800;
}
.product-detail h2{
    text-transform: capitalize;
    color: #12263a;
    padding-bottom: 0.6rem;
}
.product-detail p{
    font-size: 12px;
    padding: 0.3rem;
    opacity: 0.8;
	color:black;
}
.product-detail ul{
    margin: 1rem 0;
    font-size: 0.9rem;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
}
.product-detail ul li{
    margin: 0;
    list-style: none;
    background: url(../img/checked.png) left center no-repeat;
    background-size: 18px;
    padding-left: 1.5rem;
    margin: 0.4rem 0;
    font-weight: 600;
    opacity: 0.9;
	padding-right: 24px;
}
.product-detail ul li span{
    font-weight: 400;
}
.purchase-info{
    margin: 1.5rem 0;
	background:#ebebeb;
	padding:10px;
}
.purchase-info input,
.purchase-info .btn{
    border: 1.5px solid #ddd;
    border-radius: 6px;
    text-align: center;
    padding: 0.45rem 0.8rem;
    outline: 0;
	margin:0px;
}
.purchase-info input{
   width: 211px;
   float:right;
   height: 40px;
   
}
.purchase-info select{
	float:right;
	height: 40px;
	border-radius: 6px;
	border: 1.5px solid #ddd;
	margin:0px;
	width: 211px;
	padding:5px 20px;
	
}
.purchase-info .btn{
    cursor: pointer;
    color: #fff;
	    width: 100%;
}
.purchase-info .btn{
    background: #4f4f4f;
}
.purchase-info .btn:hover{
    opacity: 0.9;
	background: #ffbf22;
    color: #7c5905;
    border: 1px solid #d9a528;
}
.social-links{
    display: flex;
    align-items: center;
}
.social-links a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #000;
    border: 1px solid #000;
    margin: 0 0.2rem;
    border-radius: 50%;
    text-decoration: none;
    font-size: 0.8rem;
    transition: all 0.5s ease;
}
.social-links a:hover{
    background: #000;
    border-color: transparent;
    color: #fff;
}



.myfx{
 width:100%;	
 clear:both;
 margin:17px 2px;
 height:50px;
     border-bottom: 1px dotted;
}
.myfx .icon-left{
	 width: 50px;
    height: 50px;
    float: left;
    text-align: center;
    font-size: 21px;
    padding-top: 4px;
}
.myfx h4{
	width:200px;
	float:left;
}
.myfx h4 small{
font-size: 14px;
    line-height: 22px;
    color: #029238;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 1px;
}
.myfx input{
	width:150px;
	float:right;
}

@media screen and (min-width: 992px){
    .card{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1.5rem;
		border: none;
    }
    .card-wrapper{
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .product-imgs{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    .product-content{
        padding-top: 0;
    }
    
    
}

@media only screen and (max-width: 768px) {
  .purchase-info input
  {
   width: 100%;
   float:none;
   height: 38px;
	}
	.myfx {
	    height:100px;
	}
	.purchase-info select{
	        width: 100%;
	}
	.subscribe-form{
	    display:none !important;
	}
	.footer-title p{
	    display:none !important;
	}
	.footer-title h4{
	    display:none !important;
	}

}