.coupon-slider-wrapper{
    margin:10px 0;
}

.coupon-slider-wrapper{
    position:relative;
}
h5.akn-deal-title {
    font-size: 15px;
}
.coupon-slider-wrapper .swiper-button-next,
.coupon-slider-wrapper .swiper-button-prev{

    width:44px;
    height:44px;
    border-radius:50%;
    background:#fff;
    box-shadow:0 4px 12px rgba(0,0,0,.12);

    color:#ff6b00;

}

.coupon-slider-wrapper .swiper-button-next:after,
.coupon-slider-wrapper .swiper-button-prev:after{

    font-size:18px;
    font-weight:700;

}

.coupon-slider-wrapper .swiper-button-prev{
    left:-20px;
}

.coupon-slider-wrapper .swiper-button-next{
    right:-20px;
}

@media(max-width:768px){

.coupon-slider-wrapper .swiper-button-next,
.coupon-slider-wrapper .swiper-button-prev{

    display:none;

}

}
table.variations select {
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    background-color: #fff;
}
h1.product-title.product_title.entry-title {
    font-size: 20px;
}
table.variations th.label {
    width: 66px;
}
.single_variation_wrap, .price-wrapper, .wishlist-icon, .image-tools {
    display: none !important;
}
@media(min-width:768px)
{
	table.variations select {

	max-width:160px;
}
.product-info.summary.col-fit.col.entry-summary.product-summary {
    max-width: 58%;
}
}
.price.product-page-price {
    display: none;
}
span.best-deal, span.out-stock {
    display: none;
}
.yith-add-to-wishlist-button-block, .social-icons.share-icons.share-row.relative {
    display: none;
}
.grab-deal.disabled{

background:#999;

cursor:not-allowed;

pointer-events:none;

}
.couponSwiper{
    overflow:hidden;
    padding-bottom:45px;
}

.coupon-card{

    background:#fff;

    border:1px solid #ececec;

    border-radius:14px;

    padding:18px;

    transition:.3s;

    height:100%;

    display:flex;

    flex-direction:column;

    justify-content:space-between;

}

.coupon-card:hover{

    transform:translateY(-4px);

    box-shadow:0 15px 40px rgba(0,0,0,.08);

}

.coupon-top{

    display:flex;

    align-items:center;

    gap:12px;

    margin-bottom:15px;

}

.coupon-top img{

    width:55px;

    height:55px;

    object-fit:contain;

}

.coupon-top h4{

    margin:0;

    font-size:15px;
text-align:right;
    font-weight:700;

    color:#222;

}

.out-stock{

    display:inline-block;

    background:#ff4d4f;

    color:#fff;

    padding:6px 10px;

    border-radius:6px;

    font-size:12px;

    font-weight:600;

    margin-bottom:15px;

}

.coupon-price{

    margin-top:10px;

}

.coupon-price>div{

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:10px 0;

    border-bottom:1px solid #eee;

    font-size:15px;

}

.coupon-price del{

    color:#999;

}

.offer-price strong{

    color:#0066ff;

    font-size:18px;

}

.cashback{

    color:#008000;

    font-weight:600;

}

.effective-price{

    font-weight:700;

    color:#111;

}
.coupon-price strong {
    font-size: 15px;
    font-weight: 700;
}
.effective-price strong {
    color: #10a34a;
    font-size: 15px;
    font-weight: 700;
}

.grab-deal{

    margin-top:20px;

    background:#ff6b00;

    color:#fff;

    text-decoration:none;

    height:48px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:8px;

    font-weight:700;

    transition:.3s;

}

.grab-deal:hover{

    background:#e95b00;

    color:#fff;

}

.swiper-pagination-bullet{

    width:12px;

    height:12px;

}

.swiper-pagination-bullet-active{

    background:#ff6b00;

}

.coupon-empty{

    padding:60px;

    text-align:center;

    border:1px dashed #ddd;

    border-radius:12px;

    color:#888;

    font-size:18px;

}

@media(max-width:767px){

.coupon-top img{

    width:42px;

    height:42px;

}

.coupon-top h4 {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    color: #222;
    text-align: right;
}

.offer-price strong{

    font-size:17px;

}

.effective-price strong{

    font-size:20px;

}

}








.product-specifications{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:50px;

margin:30px 0;

}

.spec-section h3 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 10px;
}

.spec-section table{

width:100%;

border-collapse:collapse;

}

.spec-section tr{

border-bottom:1px solid #ececec;

}

.spec-section th{

width:42%;

padding:14px 0;

text-align:left;

font-weight:500;

color:#444;
	text-transform: capitalize;
    letter-spacing: 0;

}

.spec-section td{

padding:14px 0;

color:#111;

font-weight:500;

}

@media(max-width:767px){

.product-specifications{

grid-template-columns:1fr;

}

}


.product-footer .woocommerce-tabs {
    display: none;
}

.related {
    border: 0 !important;
}
.related h3.product-section-title {
    font-size: 1.6em;
    text-transform: capitalize;
    letter-spacing: 0;
	background: linear-gradient(45deg, #0027b0, transparent);
    color: #fff;
    padding: 10px 16px;
    font-size: 18px;
	margin-bottom:30px;
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
}
.akn-specifications h2 {
    background: linear-gradient(45deg, #0027b0, transparent);
    color: #fff;
    padding: 10px 16px;
    font-size: 18px;
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
}
.related .product-small .col-inner {
    background: #fff;
    border: 1px solid #ececec !important;
    border-radius: 14px;
    padding: 14px;
    transition: .3s;
}

.spec-section h3:before {
    content: "";
    background: #fc9b0b;
    width: 4px;
    height: 20px;
    display: block;
}

.spec-section h3 {
    display: flex;
    gap: 7px;
    align-items: center;
}
