/*----------------------------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------- PRODUCT DETAILS --------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------------*/

/*----------------------------------
CONTENT SECTION
------------------------------------*/
.product_details.g-padding-y-80--xs {
    padding-top: 1rem;
}
.product_details h6{
	color: #8A8A8A;
    font-weight: 700;
}
.product_details h2{
    font-size: 1.6rem !important;
    color: #8A8A8A;
    font-weight: 700;
}
.product_details .product .heading{
    color: #9ACD32;
    margin-bottom: .1rem;
}
.product_details .product p{
    color: #8A8A8A;
    font-size: 0.8375rem;
}
.product_details .product .s-btn{
    margin-top: 20px;
    width: 100%;
}
.product_details .form{
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
}
.product_details .product .s-btn{
    margin-top: 20px;
    width: 100%;
}
.product_details .product .s-btn:hover {
    color: #4E4E4E;
    background: Transparent;
    border-color: #4E4E4E;
}
.product_details .product .Big-Screen{
	color: #888; 
}
.product_details .Small-Screen{
	color: #888;
	display: none;
}
.product_details h2{
	margin-bottom: .5rem !important;
}

.product_details .ajax-message.error{
	margin-top: 2rem;	
	margin-bottom: 1.5rem;
	padding: 0 1rem;
}
.product_details .ajax-message ul{
	padding: 0rem 1rem;
}
/*-----------------------
FORM SECTION
-----------------------*/
.product_details .form {
    border-color: #222324;
    border: 1px solid #ccc;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
	border-radius: 1rem;
}
.product_details .s-form-v2__input{
	display: inline-block;
	height: 2.5rem;
    font-size: 0.77rem;
    font-weight: 500;
	color: #656565;
	background-color: #fff;
	text-transform: none;
	border: 1px solid #ccc;
    border-radius: 4px;
	padding-left: 0.6rem;
	padding-top: 0.6rem;
	letter-spacing: normal;
}
.product_details .s-form-v2__input.g-padding-l-0--xs{
    padding-left: 0.6rem;
}
.product_details .form .g-margin-b-30--xs .col-sm-6{
    padding-bottom: 1rem;
}
.product_details .form .g-margin-b-30--xs{
    margin-bottom: .8rem;
}
.product_details .label{
    color: #888;
	letter-spacing: .05rem;
}
.product_details .price-summary{
    color: #9ACD32;
    font-weight: 500;
}
.product_details .price-details{
    background-color: #ebebeb;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
}
.product_details .label{
	font-weight: 500;
	font-size: 70%;
}
.product_details .price-details span{
    font-weight: 600;
    line-height: 1.5rem;
}
.product_details .price-details .col-sm-6{
    padding-left: 2px;
}
.col-sm-12.comments {
	padding-right: 0px;
    padding-left: 0px;
}
.col-sm-12.comments ::placeholder{
	color: #656565;
}

/* ORDER FORMS CSS*/
.small-description{
	background: #CBCBCB;
}
.small-description p{
	padding: .5rem;
}
.design-form p .s-btn.upload:hover{
	background-color: #9ACD32;
	color: #fff;
	border-color: #9ACD32;
}
.design-form .printing-header{
	padding-top: .1rem;
}
.design-form .printing-header p{
	font-weight: 600;
	padding: .5rem;
	color: #fff;
	background-color: #9ACD32;
}

.drop-zone {
  max-width: auto;
  height: auto;
  padding: 25px;
  display: block;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: .9rem;
  cursor: pointer;
  color: #cccccc;
  border: 1px dashed #888;
  border-radius: 5px;
}
.drop-zone--over {
  border-style: solid;
}
.drop-zone__input {
  display: none !important;
}
.drop-zone__thumb {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #cccccc;
  background-size: cover;
  position: relative;
}
.drop-zone__thumb::after {
  content: attr(data-label);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.75);
  font-size: 14px;
  text-align: center;
}
* {
	box-sizing:border-box;
}
.product h2{
	font-size: 2.5rem;
}
.product_details.g-padding-y-80--xs{
	margin-top: 30px;
}
.product-color-section{
	margin-bottom: 3rem;
}
/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}
/* Hide the images by default */
.mySlides {
  display: none;
}
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  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);
}
/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* 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}
}
.image-nav {
	width: 20%;
	display: inline-flex;
}
.image-nav-space {
	padding-right: 25px;
}
.product h2{
	margin-top: 0;
}
.full-width {
	width: 100%;
}
.items {
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	-ms-text-justify: distribute-all-lines;
	text-justify: distribute-all-lines;
}
.stretch{
	width: 100%;
	display: inline-block;
	font-size: 0;
	line-height: 0;
}
.items .image-nav{
	vertical-align: top;
	display: inline-block;
	font-size: 0;
	line-height: 0;
}

/*----------------------------------
DESIGN HEADER SECTION
------------------------------------*/
.design-header{
	background-color: #F1F1F1;
	margin-bottom: 1.4rem;
	border-radius: 10px;
}
.design-header .design-header-content{
	padding: 1rem;
}
.design-header .design-header-content p{
	font-weight: 600;
	font-size: .9rem;
}
.design-header .design-header-content span{
	font-weight: 500;
}


.print-option{
	margin-bottom: .4rem;
}
.order-form .description-question{
	font-size: .7rem !important;
}
.print-option .s-btn {
	letter-spacing: .2rem;
}
.print-option .s-btn--primary-bg {
    color: #3A3A3A;
    background: #fff;
    border-width: 0.0625rem;
    border-style: solid;
    border-color: #3A3A3A;
	border-radius: 1rem;
	padding: 0.5rem 1.25rem;
}
.print-option .s-btn--primary-bg:hover {
    color: #fff;
	background: #9ACD32 !important;
    border-color: #9ACD32;
}

/*----------------------------------
ORDER SUMMARY SECTION
------------------------------------*/
/*ORDER SUMMARY*/
.order-summary{
	background-color: red;
	margin-top: 2rem;
	border-radius: 5px;
/*	float: left;*/
	width: 100%;
}
.order-summary .content{
	margin-top: 1rem;
	padding: 15px 5px 15px 15px;
}

.order-summary small{
	color: #888;
	font-weight: 600;
	font-size: .7rem;
}
.product_details textarea{
	padding: 0.5rem .5rem;
	font-size: .8rem;
}
.product_details .order-summary p{
	margin-bottom: .2rem;
	color: #fff;
}
.product_details .order-summary {
	line-height: 1 !important;
}
.product_details .order-summary .order-summary-content{
	padding: 1rem;
}
.product_details .order-summary h6{
	color: #fff;
}

@media (min-width: 820px) and (min-height: 1180px) {
    /*----------------------------------
    PROMOBLOCK SECTION
    ------------------------------------*/
/*
    .js__parallax-window.product-details-banner{
        background-size: 160% !important;
        background-position-y: -70px !important;
    }
*/
}

@media (min-width: 768px) and (min-height: 1024px) {
    /*----------------------------------
    PROMOBLOCK SECTION
    ------------------------------------*/
/*
    .js__parallax-window.product-details-banner{
        background-size: 160% !important;
        background-position-y: -90px !important;
    }
*/
	 /*----------------------------------
    CONTENT SECTION
    ------------------------------------*/
}

@media (max-width: 768px) {
	/*----------------------------------
    CONTENT SECTION
    ------------------------------------*/
	.product_details .Big-Screen{
		display: none;
	}
	.product_details .Small-Screen{
		display: block;
		visibility: visible;
		margin-top: 2rem;
	}
}
	
@media (max-width: 540px) {
    /*----------------------------------
    PROMOBLOCK SECTION
    ------------------------------------*/
/*
    .product-details-banner .g-padding-y-150--xs{
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .js__parallax-window.product-details-banner{
        background-size: 160% !important;
        background-position-y: -70px !important;
    }
    .product-details-banner .g-font-size-60--md{
        font-size: 1.9rem !important;
    }
*/
}

@media (max-width: 414px) {
	/*----------------------------------
    CONTENT SECTION
    ------------------------------------*/
	.product_details h2 {
		font-size: 1.2rem !important;
	}
}

@media (max-width: 375px) {
	/*----------------------------------
    CONTENT SECTION
    ------------------------------------*/
	.product_details.g-padding-y-80--xs{
		padding-top: 2rem;
	}
}

@media (max-width: 280px) {
    /*----------------------------------
    PROMOBLOCK SECTION
    ------------------------------------*/
/*
    .js__parallax-window.product-details-banner{
        background-size: 220% !important;
        background-position-y: 10px !important;
    }
    .product-details-banner .g-font-size-60--md{
        font-size: 1.2rem !important;
    }
    .product-details-banner .g-font-size-14--xs{
        font-size: 0.5rem !important;
    }
*/
	 /*----------------------------------
    CONTENT SECTION
    ------------------------------------*/
	.product_details h2{
		font-size: 1.1rem !important;
	}
	.product_details h6 {
		font-size: .7rem;
	}
	.product_details .product p {
		font-size: 0.7rem;
	}
}


/* Extra small devices (phones, less than 576px) */
@media screen and (max-width: 364.98px) {
    /* Styles for extra small devices */
}


/* Extra small devices (phones, less than 576px) */
@media screen and (min-width: 365px) and (max-width: 575.98px) {
    /* Styles for extra small devices */
}

/* Small devices (phones, 576px and up) */
@media screen and (min-width: 576px) and (max-width: 767.98px) {
    /* Styles for small devices */
}

/* Medium devices (tablets, 768px and up) */
@media screen and (min-width: 768px) and (max-width: 991.98px) {
    /* Styles for medium devices */
}

/* Large devices (desktops, 992px and up) */
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
    /* Styles for large devices */
}

/* Extra large devices (large desktops, 1200px and up) */
@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
    /* Styles for extra large devices */
}

/* Extra extra large devices (larger desktops, 1400px and up) */
@media screen and (min-width: 1400px) {
    /* Styles for extra extra large devices */
}
/*----------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------- END PRODUCT DETAILS ------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------------*/




@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');

*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}
body{
    line-height: 1.5;
}
.card-wrapper{
    max-width: 1100px;
    margin: 0 auto;
}
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: 3rem;
    text-transform: capitalize;
    font-weight: 700;
    position: relative;
    color: #12263a;
    margin: 1rem 0;
}
.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 span{
    color: #256eff;
}
.product-detail h2{
    text-transform: capitalize;
    color: #12263a;
    padding-bottom: 0.6rem;
}
.product-detail p{
    font-size: 0.9rem;
    padding: 0.3rem;
    opacity: 0.8;
}
.product-detail ul{
    margin: 1rem 0;
    font-size: 0.9rem;
}
.product-detail ul li{
    margin: 0;
    list-style: none;
    background: url(https://fadzrinmadu.github.io/hosted-assets/product-detail-page-design-with-image-slider-html-css-and-javascript/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{
    font-weight: 400;
}
.purchase-info{
    margin: 1.5rem 0;
}
.purchase-info input,
.purchase-info .btn{
    border: 1.5px solid #ddd;
    border-radius: 25px;
    text-align: center;
    padding: 0.45rem 0.8rem;
    outline: 0;
    margin-right: 0.2rem;
    margin-bottom: 1rem;
}
.purchase-info input{
    width: 60px;
}
.purchase-info .btn{
    cursor: pointer;
    color: #fff;
}
.purchase-info .btn:first-of-type{
    background: #256eff;
}
.purchase-info .btn:last-of-type{
    background: #f64749;
}
.purchase-info .btn:hover{
    opacity: 0.9;
}
.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;
}

@media screen and (min-width: 992px){
    .card{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1.5rem;
    }
    .card-wrapper{
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .product-imgs{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .product-content{
        padding-top: 0;
    }
}





