
.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;
    justify-content: space-between;
}
.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{
    font-size: 26px;
}
.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(--cog-primary-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: var(--cog-primary-color);
}
.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: auto;
    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;
    aspect-ratio: 1;
}

.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, .cog-product-detail .bullet-points {
    width: calc(100% - 15px);
}
.premium-products-body-content p, .cog-product-detail .bullet-points p {
  margin: 0;
}
.quantity-left-minus, .quantity-right-plus {
    border: 1px solid #dfe1e5;
}
.cog-product-detail .btn-add-to-cart {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1em;
    text-transform: capitalize;
    background: var(--cog-primary-color);
    color: var(--cog-white-color);
    border-radius: 100px;
    padding: 17px 30px;
    margin-right: 0px;
    border: none;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}
.cog-product-detail .btn-buy-now {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1em;
    text-transform: capitalize;
    border: 1px solid  var(--cog-secondary-color);
    color: var(--cog-secondary-color);
    border-radius: 100px;
    padding: 17px 30px;
    margin-right: 0px;
    transition: all 0.5s ease-in-out;
    z-index: 1;
    background-color: var(--cog-white-color);
}
.cog-product-detail .btn-buy-now:hover{
background: var(--cog-primary-color);
    color: var(--cog-white-color);
}
.cog-product-detail .bullet-points ul li::before {
    content: '\f058';
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    color: var(--cog-primary-color);
}

.cog-product-detail .bullet-points ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.cog-product-detail .bullet-points ul li {
    position: relative;
    text-transform: capitalize;
    line-height: 1.5em;
    padding-left: 30px;
    margin-bottom: 15px;
}
.premium-products-body-content p, .cog-product-detail .bullet-points p {
    margin: 0;
}
.cog-product-detail .bullet-points {
    width: calc(100% - 15px);
    background: white;
    padding: 10px;
    border-radius: 10px;
}
.cog-product-detail{
    /* background-color: var(--cog-bg-color); */
}
.product-gallery-main-slider {
    position: relative;
}

.product-gallery-main-slider .owl-nav {
    margin: 0;
}

.product-gallery-main-slider .owl-nav button.owl-prev, .product-gallery-main-slider .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50% !important;
    background: rgba(255,255,255,0.9) !important;
    box-shadow: 0 2px 10px rgba(0,0,0,.15);
    font-size: 16px !important;
    line-height: 1 !important;
    transition: all .2s ease;
    color: #939393;
}

.product-gallery-main-slider .owl-nav button.owl-prev {
    left: 0px !important;
}

.product-gallery-main-slider .owl-nav button.owl-next {
    right: 0px !important;
}

.product-gallery-main-slider .owl-nav button:hover {
    background: #fff !important;
    transform: translateY(-50%) scale(1.08);
        color: #000 !important;
}

.product-gallery-main-slider .owl-nav button span {
    display: block;
    line-height: 1;
}