
.cog-product-detail .rating-section {
    margin-bottom: 20px;
    margin-top: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cog-product-detail .rating-section .rating i {
    padding-right: 2px;
    font-size: 18px;
}
.cog-product-detail .rating i {
    color: #ffa200;
}
.cog-product-detail .rating-section h6 {
    margin-bottom: 0;
    margin-left: 10px;
    color: #323232;
    font-weight: 700;
    font-size: 15px;
}
.cog-product-detail .product-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.cog-product-detail .product-icon .product-social {
    margin-top: 5px;
    display: flex;
    list-style: none;
    margin-bottom: 0px;
}
.cog-product-detail .product-icon .product-social li {
    padding-right: 10px;
}
.cog-product-detail .product-icon .product-social li a {
    color: #333;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.cog-product-detail .product-icon .product-social li a i {
    font-size: 18px;
}
.cog-product-detail .price-detail del , .price-detail span {
    font-size: 18px;
    color: gray;
    font-weight: 200;
}
.cog-product-detail .image-swatch {
    margin-bottom: 15px;
    display: flex;
    list-style: none;
    padding: 0;
    margin-top: 15px;
}
.cog-product-detail .image-swatch li:last-child {
    margin-right: 0;
}
.cog-product-detail .image-swatch li.active img {
    border: 1px solid var(--theme-color);
}
.cog-product-detail .image-swatch li img {
    width: 50px;
    height: 50px;
    padding: 2px;
    object-fit: cover;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.cog-product-detail .image-swatch li {
    margin-right: 8px;
}
.cog-product-detail .size-box {
    margin-top: 5px;
    margin-bottom: 18px;
}
.cog-product-detail .size-box ul li.active {
    background-color: #8dc246;
}
.cog-product-detail .size-box ul li {
    background-color: #fff;
}
.cog-product-detail .size-box ul li {
    height: 30px;
    width: auto;
    padding: 0 8px;
    border-radius: 30px;
    margin-right: 10px;
    cursor: pointer;
    border: 1px solid #efefef;
    text-align: center;
}
.cog-product-detail .size-box ul li a {
    color: #323232;
    font-size: 15px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}
.cog-product-detail .size-box ul li.active a {
    color: white;
    font-size: 15px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.cog-product-detail .product-size {
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    list-style: none;
}

.cog-product-detail .comment-section {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cog-product-detail .comment-section .border-portfolio img {
    width: 100%;
    height: 150px;
    object-fit: contain;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
}
.cog-product-detail .comment-section li {
    border-bottom: 1px dashed #dfdfdf;
    padding-bottom: 20px;
    padding-top: 20px;
}
.cog-product-detail .product-slider .swiper-horizontal {
    touch-action: pan-y;
    padding: 0 20px;
    padding-bottom: 20px;
}
.testimonial-btn{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
}

.cog-product-detail .product-slider .testimonial-button-next,
.cog-product-detail .product-slider .testimonial-button-prev{
	position: relative;
	width: 40px;
	height: 40px;
	background: #35b0b99e;
	border-radius: 50%;
	transition: all 0.4s ease-in-out;
}

.cog-product-detail .product-slider .testimonial-button-next{
	margin-left: 20px;
}

.cog-product-detail .product-slider .testimonial-button-next:hover,
.cog-product-detail .product-slider .testimonial-button-prev:hover{
	background: var(--accent-color);
}

.cog-product-detail .product-slider .testimonial-button-next::before,
.cog-product-detail .product-slider .testimonial-button-prev::before{
    content: '';
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: rotate(45deg);
    background: url("/static/website_static/images/arrow-white.svg") no-repeat center center;
    background-size: 24px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
}

.cog-product-detail .product-slider .testimonial-button-prev::before{
	transform: rotate(225deg);
}
.cog-product-detail .product-slider .testimonial-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    position: absolute;
    top: 30%;
    left: 0;
    z-index: 1;
    width: 100%;
    justify-content: space-between;
    }
    .about-organic-content a{
        color: var(--text-color);
    }

.cog-product-detail .zoom-img {
    width: 100%;
    height: 470px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: 8px;
    cursor: zoom-in;
    transition: background-size 0.3s ease;
    background-color: white;
}

.cog-product-detail .zoom-img:hover {
    background-size: 130%;
}

/* Thumbnails */
.cog-product-detail .thumb-img {
    cursor: pointer;
    border: 2px solid transparent;
    height: 100px;
    width: 100px;
    object-fit: contain;
}
.cog-product-detail .thumb-img.active {
    border-color: #198754;
}

/* Base badge */
.cog-product-detail .badge {
    display: inline-block;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    border-radius: 999px;
    letter-spacing: 0.3px;
    text-transform: capitalize;
    margin-right: 6px;
    margin-bottom: 6px;
}

/* Neutral */
.cog-product-detail .badge-grey-color {
    background-color: #f3f4f6;
    color: #374151;
}

/* Variants */
.cog-product-detail .badge-new {
    background-color: #e0f2fe;
    color: #0369a1;
}

.cog-product-detail .badge-sale {
    background-color: #fee2e2;
    color: #b91c1c;
}

.cog-product-detail .badge-best {
    background-color: #d8e8ce;
    color: #079247;
}

.cog-product-detail .badge-exclusive {
    background-color: #ede9fe;
    color: #6d28d9;
}
.premium-products-body-content, .premium-products-list {
    width: calc(100% - 15px);
}
.premium-products-body-content p, .premium-products-list p {
  margin: 0;
}
