.wrapper-detail-product {
    margin: 2.5rem 0 8rem;
}
.wrapper-detail-product .card-wrapper{
    display:block;
    height:auto;
}
.wrapper-detail-product .card{
    border:0;
}
.card-wrapper{
    max-width: 1200px;
    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;
    line-height: 28px;
}
.product-title{
    text-transform: capitalize;
    font-weight: 700;
    position: relative;
    color: #12263a;
    /* color: #00a79d; */
    margin: 0.75rem 0 1rem;
    text-align: left;
    font-size: 32px;
    line-height: 38px;
}
.product-link{
    text-decoration: none;
    font-weight: 500;
    line-height: 16px;
    font-size: 0.85rem;
    display: inline-block;
    margin-bottom: 0.5rem;
    color: #ffffff;
    background: #212121;
    padding: 0.35rem 0.3rem 0.25rem;
    transition: all 0.5s ease;
}
.product-link img{
    width: auto;
    height: 35px;
}
.product-link:hover{
    opacity: 0.9;
}
.product-rating{
    color: #ffc107;
}
.product-rating span{
    font-weight: 400;
    color: #252525;
}
.product-price{
    margin: 1rem 0;
    font-size: 1rem;
    font-weight: 700;
    text-align: left;
}
.product-price span{
    font-weight: 700;
    color: #222222;
    color: #13A89E;
}

.product-price strong{
    color: #c9010c;
    font-weight: 700;
    font-size: 25px;
}
.last-price span{
    color: #f64749;
    text-decoration: line-through;
}
.new-price span{
    color: #256eff;
}
.product-detail h2{
    text-transform: capitalize;
    color: #272727;
    padding-bottom: 0.6rem;
}
.product-detail p{
    font-size: 1rem;
    line-height: 26px;
    padding: 0.3rem;
    margin-top: 10px;
}
.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;
}
.product-quantity{
    margin: 1.5rem 0;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
}
.product-quantity input{
    text-align: center;
    width: 50px;
    border: 1px solid #dbdbdb;
    border-radius: 8px;
    padding: 0 0 0 10px;
    margin: 0 10px;
}
.product-quantity strong{
    font-weight: 600;
}
.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;
    width: 45%;
    height: 50px;
    font-weight: 700;
    border: 0;
    font-size: 1rem;
}
.purchase-info .btn:first-of-type{
    background: #00a79d;
}
.purchase-info .btn:last-of-type{
    background: #00a79d;
}
.purchase-info .btn:hover{
    opacity: 0.9;
}

.product-info-tabs{
    margin: 5rem 0 2rem;
}
.product-info-tabs p{
    font-size: 1rem;
    line-height: 28px;
}
.product-info-tabs .tab-content{
    padding: 1rem 0;
}
.product-info-tabs .tab-pane ul{
    margin: 2rem 0;
    padding:0;
}
.product-info-tabs .tab-pane ul li{
    list-style-type: disc;
    line-height: 32px;
    font-size:1rem;
}
.product-info-tabs .tab-pane h3{
    font-weight: 600;
    margin-bottom: 25px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    border-color: transparent;
}
.nav-tabs {
    border-bottom: 1px solid transparent;
}
.nav-tabs .nav-link{
    font-weight: 400;
    color: #222222;
    font-size: 1.25rem;
    border-color: transparent;
}
.nav-tabs .nav-link.active{
    font-weight: 700;
    color: #222222;
    position: relative;
}
.nav-tabs .nav-link.active:after{
    content: '';
    width: 100%;
    height: 4px;
    background: #00a79d;
    display: block;
    margin: 8px auto 0;
    border-radius: 2px;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
    border-color: transparent;
}
.nav-tabs .nav-link:hover:after {
    content: '';
    width: 100%;
    height: 4px;
    background: #00a79d;
    display: block;
    margin: 8px auto 0;
    border-radius: 2px;
    opacity: 0.3;
}
.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;
}



/* order list */
.product-cart-wrap{
    /* display: flex; */
    flex-direction: row;
    line-height: 24px;
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #F0EFEF;
}
.product-cart{
    display: flex;
}
.product-cart-image{
    display: flex;
    width: 120px;
    margin-left: 15px;
}
.product-cart-image img{
    width:100%;
    object-fit: cover;
}
.image-wishlist{
    max-width: 120px;
    width:auto;
    margin: auto;
}
.product-cart-name{
    display: flex;
    flex-direction: column;
}
.product-cart-name a{
    margin-bottom: 10px;
    display: block;
    font-weight: 600;
    color: #222;
    font-size: 16px;
    line-height: 28px;
}
.product-cart-price{
    display: flex;
    flex-direction: column;
}
.product-info-item{
    font-size:14px;
    margin-bottom:10px;
}
.product-info-wishlist a, .product-info-wishlist button{
    color: #00a79d;
    display: inline-block;
    font-weight: 300;
    font-size: 14px;
    margin-right: 5px;
    margin-bottom: 0;
    border:0;
    background: #fff;
}
.product-info-wishlist a i, .product-info-wishlist button i{
    margin-right:3px;
}
.product-price-total{
    margin-top:10px;
    margin-bottom: 5px;
}

.product-info-wishlist a:hover{
 
}
.product-cart-price .col-7{
    padding-right:0;
}
.product-cart-price .col-5{
    padding-left:0;
}

.product-cart-price strong{
    font-size: 18px;
    font-weight: 700;
    margin-top: 5px;
    line-height: 27px;
}

.pkt-wishlist-container .price-normal{font-size:18px;}
.pkt-wishlist-container .price-discount{text-align: center;margin-left:0;text-decoration: line-through;display:block;}
.pkt-wishlist-container .price-discount bdi, .pkt-wishlist-container .price-discount bdi span{margin-left:0;}
.pkt-wishlist-container .price-discount:after{content:none;}

.quantity-selector {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.quantity-selector label{
    margin-right:10px;
}
.quantity-selector button {
    /* Styling for plus/minus buttons */
    width: 25px;
    height: 26px;
    border: 1px solid #F0EFEF;
    background-color: #f0f0f0;
    cursor: pointer;
    font-size: 20px;
    line-height: 23px;
}
.quantity-selector .quantity-input, .box-model .form-group .quantity-selector input.quantity-input  {
    /* Styling for the quantity input field */
    width: 40px;
    text-align: center;
    border: 1px solid #F0EFEF;
    border-left: 0;
    border-right: 0;
    margin: 0;
    text-align: center;
    padding: 0;
    font-size: 15px;
    text-indent: 5px;
    display: block;
    height: 26px;
}
.quantity-selector .plus-button {
    border-radius: 0 3px 3px 0;
}
.quantity-selector .minus-button {
    border-radius: 3px 0 0 3px;
}

.order-summery{
    /* margin-top: -30px; */
    border-radius: 18px;
    padding: 2rem 1.5rem;
    background-color: #fff;
    border: 1px solid #00a79d;
}
.order-summery h5{
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: 600;
    color: #00a79d;
    font-size: 22px;
    letter-spacing: -0.8px
}
.order-summery h5 i{
    font-size: 22px;
    margin-right: 5px;
    vertical-align: middle;
}
.cart-items {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 16px;
    padding-bottom: 16px;
}
.cart-payment-method{
    max-height: 278px;
    height: auto;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-bottom: 20px;
}
.cart-items__item {
    display: grid;
    grid-template-columns: 240px 88px;
    grid-template-columns: 75% 25%;
    grid-template-rows: auto auto;
    gap: 4px 0;
    margin-bottom: 0;
    padding-bottom: 15px;
    border-bottom: 1px dotted #dee2e6;
}
.cart-items__item .item-name {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
}
.cart-items__item .item-desc {
    grid-row: 2;
    grid-column: 1;
    font-weight: 400;
    color: gray;
    font-size: 13px;
    line-height: 18px;
}
.cart-items__item .price {
    text-align: right;
    line-height: 28px;
    font-size: 14px;
}
.cart-items__item .qty{
    text-align: right;
    font-size: 12px;
    color: gray;
    display: block;
    line-height: 16px;
}
.cart-items__item .price-item{	
    text-align: right;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
}

.cart-summary-item {
    padding-top: 16px;
    display: grid;
    /* grid-template-columns: auto min-content;
    grid-template-rows: auto auto; */
    grid-template-columns: 240px 88px;
    grid-template-columns: 70% 30%;
    grid-template-rows: auto auto;
    gap: 4px 0;
}
.cart-items__item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.cart-summary{
    border-top: 1px solid #00a79d;
    padding-top: 10px;
    margin-top: 10px;
}
.cart-summary-item .total, .cart-summary-item .total-label {
    font-size: 16px;
    font-weight: 500;
}
.cart-summary-item .total-label strong{
    font-weight: 700;
}
.cart-summary-item .total-label small{
    font-size: 14px;
}
.cart-summary-item .total {
    text-align: right;
}
.cart-summary-item .payment {
    grid-column: 1/3;
}
.btn-checkout{
    border-radius: 13px;
    text-transform: capitalize;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding: 12px 30px;
    background: #00a79d;
    border:0;
    display: block;
    text-align: center;
    transition: all 0.5s ease;
}
.all-product , .delete-product{
    margin-top: 15px;
}
.all-product a, .delete-product a{
    color: #222;
    font-weight: 600;
    font-size:16px;
}
.all-product a:hover, .delete-product a:hover{
    color:#00a79d;
    text-decoration: none;
}
.delete-product {
    text-align: right;
}
.all-product a i, .delete-product a i{
    vertical-align: bottom;
    font-size: 20px;
}
.all-product a i{
    margin-right:5px;
}
.delete-product a i{
    margin-left:5px;
}
.cart-box{
    border-top: 1px solid #00a79d;
    padding-top: 25px;
    margin-top: 0px;
}
.cart-box h6{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
.cart-box-item{
    font-size: 16px;
    color: #222;
    line-height: 28px;    
    padding-bottom: 10px;
}
.cart-box-item .form-check {
    margin: 10px 0 10px;
}
.cart-box-item .form-check .form-check-input{
    margin-top: 3px;
    margin-left: -22px;
}
.cart-box-item .form-check .form-check-label{
    font-size: 16px;
    font-weight: 400;
    margin-left: 10px;
}

/* Contact Form */
.form-address label{
    font-weight: 600;
    font-size: 16px;
    text-indent: 5px;
    vertical-align: sub;
}
.form-address label .red{
    color: #cc1515;
    font-size: 18px;
    vertical-align: middle;
    margin-right: 5px;
}
input.form-control{
    border-radius: 8px;
    padding: 10px 15px;
    margin-bottom: 15px;
    border: 1px solid  #dee2e6;
}
input.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #6c757d;
    outline: 0;
    box-shadow: none;
}
.form-check-input{
    margin-top:0;
}
.form-check-input {
    width: 20px;
    height: 20px;
    margin-right:5px;
}
.product-cart-wrap .form-check-input {    
    margin-top: 30px;
}
.form-check-input:checked {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background-color: #00a79d;
    border-color: #00a79d;
}
.form-check-input:focus{
    box-shadow: none;
}
textarea{
    width:100%;
    border-radius: 8px;
    padding: 10px 15px;
    margin-bottom: 15px;
    border: 1px solid #dee2e6;
    text-align: left;
}
hr:not([size]) {
    height: 1px;
    border: 0;
    opacity: 1;
    background: #dee2e6;
}
h3.header-form{
    font-size: 1.5rem;
    line-height: 3rem;
    text-align: left;
    position: relative;
    margin: 0 0 30px;
    text-transform: uppercase;
    font-weight: 600;
    color: #00a79d;
}



/* form-group */

.input-group{
  margin-bottom:15px;
}
.box-model .form-group {
  display: flex;
  padding: 20px 15px 15px 15px;
  margin-bottom:0;
  min-width: 333px;
  min-height: 88px;
  justify-content: flex-start;
  border:1px solid transparent;
  display:block;
  position: relative;
}
.box-model .form-group input {
  display: none;
}
.box-model .form-group input:checked + label {
  /* position: relative; */
}
.box-model .form-group input:checked + label:after {
      content: "";
    display: flex;
    position: absolute;
    border: solid #00a79d;
    top: 35%;
    left: -21px;
    width: 17px;
    height: 34px;
    border-width: 0px 6px 6px 0px;
    transform: rotate(45deg);
    z-index: 2;
}
.box-model .form-group input:checked + label:before {
  /* background-color: #cc0000; */
  /* border: 1px solid #ffffff; */
}
.box-model .form-group label {
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 1rem;
  text-align: left;
    display: block;
    width: 96%;
}
.box-model .form-group label .label-group {
  min-height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  cursor:pointer;
}
.box-model .form-group label:before {
    content: "";
    position: relative;
    background-color: #ffffff;
    border: 1px solid #2a2a2a;
    border-radius: 4px;
    padding: 12px;
    margin: 5px 10px 0px 10px;
    display: inline-flex;
    vertical-align: middle;
    cursor: pointer;
    z-index: 1;

        position: absolute;
    top: 39%;
    left: -40px;
}
.box-model .form-group label .title {
  font-size: 25px;
  font-weight: 500;
}
.box-model .form-group label .description {
  font-size: 16px;
}
.box-model .bordered {
  /* background: #f6f6f7; */
  min-width: 321px;
  border-radius: 15px;
  margin: 0 15px;
  border: 1px solid #1d1d1d;
  position: relative;
}
.box-model .form-group.bordered label .title {
  font-size: 22px;
}
.box-model .form-group.bordered  label{
  border: 2px solid #cc000000;
  margin: -1px;
}
.box-model .form-group.bordered input:checked + label {
  border: 2px solid #cc0000;
  min-width: 321px;    
  min-width: 100.5%;
  border-radius: 15px;
  margin: -1px;

  box-shadow: 0 0 20px #c3c3c367;
}
.box-model .form-group.bordered input:checked + label .title , .box-model .form-group.bordered input:checked + label .description {
  color: #cc0000;
}

.box-model .selected {
  border-radius: 11px;
  border: 1px solid #13a89e;
  box-shadow: 0 0 20px #c3c3c367;
}
.box-model .selected label{
  /* color:#fff; */
}  
  

.box-model-side{
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.box-model-top{
    position: absolute;
    top: -45%;
    left: 32px;
    margin-top: 0;
}
.box-model-top .form-group label:before{
  margin: 5px 30px 0px 55px;
}
.box-model-top .form-group input:checked + label:after{
    left:66px;
}
.box-model-top .icon-border{
    display: block;
    position: absolute;
    top: 110%;
    left: 34%;
}
.box-model-top .icon-border:before{
    content: "";
    position: absolute;
    width: 1px;
    height: 50px;
    right: auto;
    top: 100%;
    background: #000000;
}
.box-model .form-group.bordered label:before{
  border-radius: 100%;
  background-color: #ffffff;
  border: 2px solid #000000;
  margin: 0px 20px 0px 20px;
}
.box-model .form-group.bordered input:checked + label:after {
  border: solid #cc0000;
  border-width: 0px 6px 6px 0px;
  left: 31px;
}
.box-model .form-group.bordered input:checked + label:before {
  background-color: #ffffff;
  border: 2px solid #cc0000;
}

 .checkbox-formgroup *,
  .checkbox-formgroup *:after,
  .checkbox-formgroup *:before {
    box-sizing: border-box;
  }

  .checkbox-formgroup .checkbox-input {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(100%);
            clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
  .checkbox-formgroup .checkbox-input:checked + .checkbox-tile {
    border-color: #cc0000;
    /* box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); */
    color: #fff;
	
    background-color: #cc0000;
  }
  .checkbox-formgroup .checkbox-input:checked + .checkbox-tile:before {
    transform: scale(1);
    opacity: 1;
    background-color: #cc0000;
    border-color: #cc0000;
  }
  .checkbox-formgroup .checkbox-input:checked + .checkbox-tile .checkbox-icon {
    color: #cc0000;
  }
  .checkbox-formgroup .checkbox-input:focus + .checkbox-tile {
    border-color: #cc0000;
    /* box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 0 0 4px #b5c9fc; */
  }
  .checkbox-formgroup .checkbox-input:focus + .checkbox-tile:before {
    transform: scale(1);
    opacity: 1;
  }

  .checkbox-formgroup .checkbox-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* width: 7rem;
    min-height: 7rem; */
	min-width: 333px;
    min-height: 88px;
    border-radius: 0.5rem;
    /* border: 1px solid #b5bfd9; */
    background-color: #fff;
    /* box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); */
    transition: 0.15s ease;
    cursor: pointer;
    position: relative;
  }
  .checkbox-formgroup .checkbox-tile:before {
    content: "";
    position: absolute;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    /* border: 1px solid #b5bfd9; */
    background-color: #fff;
    border-radius: 5px;
    top: 0.25rem;
    left: 0.25rem;
    /* opacity: 0; */
    transform: scale(1);
    transition: 0.25s ease;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23FFFFFF' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='216 72.005 104 184 48 128.005' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: 50% 50%;

	border: 2px solid #2a2a2a;
    border-radius: 4px;
    padding: 12px;
    margin: 25px 15px 0px 15px;
    display: inline-flex;
    vertical-align: middle;
    cursor: pointer;
  }
  .checkbox-formgroup .checkbox-tile:hover {
    border-color: #cc0000;
  }
  .checkbox-formgroup .checkbox-tile:hover:before {
    transform: scale(1);
    opacity: 1;
  }

  .checkbox-formgroup .checkbox-icon {
    transition: 0.375s ease;
    color: #494949;
  }
  .checkbox-formgroup .checkbox-icon svg {
    width: 3rem;
    height: 3rem;
  }
  .checkbox-formgroup label {
    display: flex;
    align-items: center;
    color: #000000;
    font-size: 1rem;
    text-align: left;
  }
  .checkbox-formgroup .label-group {
    min-height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    cursor:pointer;
  }
  .checkbox-formgroup .label-group .title {
    font-size: 20px;
    font-weight: 500;
  }
  .checkbox-formgroup .label-group .description {
    font-size: 16px;
  }
    .box-model .form-group .quantity-selector label:before{content:none;}


@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;

        border: 1px solid #eee;
    }
    .product-content{
        padding-top: 0;
    }
}

@media screen and (max-width: 991px){
    .product-info-wishlist a, .product-info-wishlist button{padding-left:0;}
    .pkt-wishlist-container .product-cart-price .quantity-selector label{display:none;}
    .pkt-wishlist-container .product-cart-name{margin-bottom:15px;}
    .pkt-wishlist-container .product-shopping{margin-top:-10px;}
    
    .product-imgs{
        border: 1px solid #eee;
        margin: 0 1rem;
    }
    .img-showcase img {
        /* min-width: 10%;  */
        width: auto;
        height: auto;
        /* max-width: 550px; */
        margin: 15px auto 10px;
    }
    .product-title{font-size: 26px;}
}

/* iPad Vertical */
@media screen and (max-width: 1180px) and (min-width: 767px) {
    .quantity-selector label {
        display:none;
    }
}