.details-wapper {
    display: flex;
    gap: 50px;
}
.details-left {
    width: 50%;
}
.details-right {
    flex: 1;
}

.details-area{
    padding: 0 0 80px 0;
}

div#sync2 {
    margin-top: 10px;
}
.details-icons {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.details-icons a {
    height: 45px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 100px;
}

.certified-by { 
    margin: 50px 0 20px 0;
}
.certified-by ul {
    display: flex;
    /* justify-content: center; */
    gap: 20px;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
}

.cut-price {
    text-decoration: line-through;
}
.main-price span {
    padding: 4px 10px 4px 10px;
    margin-left: 14px;
    text-align: center;
    color: #666;
    border: 1px solid #d3d3d3; 
    border-radius: 50px;
    max-width: 100%;
    display: inline-flex;
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    top: 4px;
}

.shop-product-offer-p {
    display: flex;
    align-items: center;
    gap: 10px;
}
.shop-product-offer-p svg{
    width: 18px;
    height: 18px;
    fill: #f15d47;
}
.shop-product-offer-p span {
    flex: 1;
}

.shop-product-sv-call-p {
    display: flex;
    align-items: center;
    gap: 10px;
}
.shop-product-sv-call-p svg{
    width: 18px;
    height: 18px;
    fill: #f15d47;
}
.shop-product-sv-call-p span {
    flex: 1;
}

.shop-product-nearby-stores {
    background-color: #f9f9f9;
    padding: 25px;
    margin-bottom: 20px;
    border-radius: 5px;
}
.your-pincode {
    display: flex;
    align-items: center;
    gap: 15px;
}
form.pincode-form {
    position: relative;
}
.pincode-form input {
    background: #fff;
    color: #666;
    border: 1px solid #d3d3d3;
    padding: 5px;
    border-radius: 5px;
}
.pincode-form .pincode-button {
    background: #666;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.shop-product-single-content-text2 {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.shop-product-single-content-text2 li {
    display: flex;
    gap: 10px;
}
.select-size select {
    background: #fff;
    color: #666;
    border: 1px solid #d3d3d3;
    padding: 5px;
    border-radius: 5px;
}
.shop-product-single-buttons {
    display: flex;
    gap: 10px;
}
.shop-product-single-buttons a {
    padding: 14px 15px;
    display: inline-block;
    border-radius: 5px;
    font-size: 14px;
    width: 50%;
    text-align: center;
}
.shop-product-single-buttons .add-to-cart{
    background-color: #f15d47;
    color: #fff;
}
.shop-product-single-buttons .monthly-plan {
    border: 1px solid #f15d47;
    color: #f15d47;
}
.shop-product-single-buttons .buy-now-btn {    
    background: var(--primary-color);
    color: #fff;
}

.shop-product-single-buttons .buy-now-btn:hover {
    background: #222222;
}

.shop-promise-wrapper{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    text-align: center;
}
.shop-promise-wrapper .shop-promise-item {
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 5px;
}
.shop-promise-icon{
    margin-bottom: 15px;
}
.shop-promise-icon svg {
    width: 25px;
    height: 25px;
}
.shop-promise-content h4{
    font-size: 14px !important;
    margin-bottom: 0;
}

i.active {
    color: #FFB03B;
}

.details-content-area {
    padding: 80px 0;
    background-color: #f9f9f9;
}
.dc-right .dc-right-wapper {
    background-color: #fff;
    border: 1px solid #f7f5f5;
    padding: 25px;
}

.dc-left-item {
    background-color: #fff;
    border: 1px solid #f7f5f5;
    padding: 20px;
    /* padding: 25px; */
    /* margin-bottom: 20px; */
}
.dc-left-item .dc-left-item-title {
    font-size: 20px;
    font-weight: 600;
    /* margin-bottom: 10px; */
    /* padding-bottom: 2px; */
    /* border-bottom: 1px solid #f1f1f1; */
}
.dc-left-item .dc-left-item-list{
    padding-top: 5px;
}
.dc-left-item .dc-left-item-list li {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #f1f1f1;
    padding: 3px 0;
    color: var(--primary-color);
}
/* .dc-left-item-list li:nth-last-child(1) {
    border: none;
    padding-bottom: 0;
} */

.dc-left-item-tags {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    padding: 10px 0;    
}
.dc-left-item-tags li a {
    padding: 4px 10px 4px 10px;
    text-align: center;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 50px;
    max-width: 100%;
    display: inline-flex;
    font-size: 12px;
    font-weight: 500;
}
.authenticity {
    background: #f15d4721;
    padding: 25px;
    text-align: center;
}

.owl-carousel.testimonials-slider .testimonials-image {
    margin-bottom: 20px;
}
.owl-carousel.testimonials-slider .owl-item img {
    text-align: center;
    margin: 0 auto;
    width: auto;
}

.owl-carousel.testimonials-slider .testimonials-items {
    text-align: center;
}

 
 
.owl-carousel.testimonials-slider .owl-nav button span {
    margin-top: -11px;
}


.owl-carousel.testimonials-slider .owl-nav button.owl-prev,
.owl-carousel.testimonials-slider .owl-nav button.owl-next {
	z-index: 1;
	width: 40px;
	height: 40px;
	background-color: #ccc;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
}

.owl-carousel.testimonials-slider .owl-nav button span {
    font-size: 30px;
    height: 100%;
    display: block;
    width: 100%;
}
.owl-carousel.testimonials-slider .owl-nav button.owl-prev {
	left: 0;
}
.owl-carousel.testimonials-slider .owl-nav button.owl-next {
	right: 0;
}
.owl-carousel.testimonials-slider .owl-nav {
	margin: 0;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translate(0, 50%);
}
.similar-slider-area{
    padding: 80px 0;
}
.owl-carousel.similar-slider .owl-item img { 
    width: auto;
}
 
