p{
    text-align: justify;
}
.details-gallery {
    position: relative;
}
.details-label-group {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.details-label {
    font-size: 14px;
    padding: 6px 10px;
    margin-bottom: 6px;
    line-height: 13px;
    border-radius: 3px;
    text-transform: capitalize;
    text-align: center;
    color: var(--white);
}
.details-label:last-child {
    margin-bottom: 0px;
}
.details-label.off {
    background: var(--red);
    cursor: pointer;
}
.details-label.new {
    background: var(--green);
}
.details-label.sale {
    background: var(--orange);
}
.details-label.feat {
    background: var(--purple);
}
.details-label.rate {
    background: var(--yellow);
}
.details-preview {
    margin-bottom: 16px;
}
.details-preview li img {
    width: 100%;
    border-radius: 8px;
}

.details-content {
    padding: 5px 20px;
    border-radius: 4px;
    background: var(--white);
}
.details-name {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 0px;
    display: inline;
    padding-bottom: 0;
}
.details-name a {
    color: var(--heading);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    max-width: 550px;
}
.details-name a:hover {
    color: var(--primary);
}
.no-height-max{
    max-height: unset !important;
}
.details-meta {
    margin-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.details-meta p {
    font-size: 13px;
    margin-left: 20px;
    white-space: nowrap;
    text-transform: uppercase;
    color: var(--placeholder);
}
.details-meta span,
.details-meta a {
    margin-left: 5px;
    color: var(--placeholder);
}
.details-meta a:hover {
    text-decoration: underline;
    color: var(--primary);
}
.details-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 15px;
}
.details-rating i,
.details-rating a {
    font-size: 15px;
    margin-right: 3px;
    color: var(--gray);
}
.details-rating a {
    margin-left: 8px;
    white-space: nowrap;
    text-transform: capitalize;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.details-rating a:hover {
    color: var(--primary);
    text-decoration: underline;
}
.details-rating .active {
    color: var(--yellow);
}
.details-price {
    background-color: rgba(203, 24, 203 ,.09);
    border-radius: 4px;
    padding: 10px;
}
.details-price del {
    color: var(--red);
    margin-left: 5px;
    font-size: 15px;
    float: right;
}
.details-price span {
    color: var(--primary);
    white-space: nowrap;
}
.details-price small {
    font-size: 14px;
    font-weight: 400;
    color: var(--primary);
    text-transform: capitalize;
}
.details-desc {
    margin-bottom: 25px;
    white-space: pre-line;
}
.details-list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 25px;
}
.details-list-group:last-child {
    margin-bottom: 0px;
}
.details-list-title {
    font-weight: 500;
    margin-left: 15px;
    color: var(--heading);
    text-transform: capitalize;
    white-space: nowrap;
}
.details-tag-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.details-tag-list li {
    margin-left: 8px;
}
.details-tag-list li a {
    font-size: 14px;
    line-height: 12px;
    padding: 8px 10px;
    border-radius: 5px;
    text-transform: capitalize;
    color: var(--text);
    background: var(--chalk);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.details-tag-list li a:hover {
    color: var(--white);
    background: var(--primary);
}
.details-share-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.details-share-list li {
    margin-left: 8px;
}
.details-share-list li a {
    width: 35px;
    height: 35px;
    font-size: 16px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    color: var(--text);
    background: var(--chalk);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.details-share-list li a:hover {
    color: var(--white);
    background: var(--primary);
}

.details-add-group .product-add,
.details-add-group .action-input {
    padding: 10px 0px;
    color: var(--white);
    background: var(--primary);
    text-transform: uppercase;
    min-width: 200px;
}
.details-action-group a{
    min-width: 200px;
}
.details-add-group .action-minus i,
.details-add-group .action-plus i {
    background: var(--chalk);
}
.details-action-group a {
    padding: 10px 0px;
    border-radius: 5px;
    color: var(--light-red);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.details-action-group a span {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.product-details-frame {
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 30px;
    background: var(--white);
    box-shadow: 1px 4px 7px rgba(17, 17 ,17 ,.07);
    min-height:300px;
    max-height: 500px;
    overflow: auto;
}
.product-details-frame:last-child {
    margin-bottom: 0px;
}
.frame-title {
    margin-bottom: 30px;
    text-transform: capitalize;
    font-size: 18px;
}
.tab-descrip {
    position: relative;
}
.tab-descrip ul {
    list-style: disc;
    margin-right: 20px;
    margin-top: 25px;
}
.tab-descrip ul li {
    margin-bottom: 8px;
}
.tab-descrip ul li:last-child {
    margin-bottom: 0px;
}
.tab-descrip img {
    max-width: 100%;
    border-radius: 8px;
}
.table-bordered {
    margin-bottom: 0px;
}
.table-bordered th,
.table-bordered td {
    padding: 12px 25px;
    text-align: right;
}
.table-bordered th {
    font-weight: 500;
}
.table-bordered td:last-child {
    border-left: 1px solid var(--border);
}
.review-item {
    padding: 15px 15px;
    border-radius: 5px;
    margin-bottom: 30px;
    background: #fbfbfb;
    border: 1px solid var(--border);
}
.review-item:last-child {
    margin-bottom: 0px;
}
.review-media {
    margin-bottom: 4px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: space-between;
}
.review-avatar {
    margin-left: 15px;
    border-radius: 50%;
    border: 2px solid var(--primary);
}
.review-avatar img {
    width: 50px;
    border-radius: 50%;
    border: 2px solid var(--white);
}
.review-meta {
    font-size: 15px;
}

.review-meta a {
    color: var(--heading);
    text-transform: capitalize;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.review-meta a:hover {
    color: var(--primary);
}
.review-meta span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: var(--text);
}
.review-meta span b {
    font-weight: 500;
    color: var(--primary);
}
.review-rating {
    margin-bottom: 10px;
}
.review-rating li {
    font-size: 13px;
    margin-left: 0px;
    color: var(--yellow);
    display: inline-block;
}
.review-desc {
    margin-bottom: 15px;
    font-size: 14px;
}
.review-reply {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.review-reply input {
    width: 100%;
    padding: 5px 18px;
    margin-left: 10px;
    background: var(--white);
    border: 1px solid #ddd;
    border-radius:  6px;
}
.review-reply button {
    font-size: 15px;
    padding: 6px 15px;
    border-radius: 6px;
    color: var(--white);
    background: var(--primary);
    text-transform: capitalize;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.review-reply button:hover {
    background: var(--heading);
}
.review-reply button i {
    margin-left: 5px;
}
.review-reply-list {
    margin-right: 80px;
    margin-top: 35px;
    border-top: 1px solid var(--border);
}
.review-reply-item {
    padding: 20px 0px;
    border-bottom: 1px solid var(--border);
}
.review-reply-item:last-child {
    padding-bottom: 0px;
    border-bottom: none;
}
.review-form .btn {
    width: 100%;
    padding: 12px 30px;
}
@media (max-width: 991px) {
    .product-navigation {
        margin: 25px 0px;
    }
    .details-name-container{
        flex-direction: column;
    }
    .widget-icon-box{
        flex-direction: row !important;
        justify-content: space-between;
    }
    .widget-icon-box .icon-box-side:not(:last-child) {
        border-bottom: none !important;
    }
}
@media (max-width: 575px) {
    .details-action-group a {
        min-width: 130px !important;
    }
    .details-action-group a span {
        font-size: 12px !important;
    }
    .widget-icon-box{
        flex-direction: column !important;
        justify-content: space-between;
    }
    .widget-icon-box .icon-box-side:not(:last-child) {
        border-bottom: 1px solid var(--gray-light) !important;
        width:100%
    }
    .product-add{
        min-width: 125px !important;
        font-size: 12px !important;
    }
    .details-action-group{
        margin-right: 10px !important;
    }

    .details-content {
        text-align: right;
    }
    .details-name {
        font-size: 22px;
        line-height: 30px;
    }
    .product-details-frame {
        padding: 20px;
    }
    .review-item {
        padding: 20px 15px;
    }
    .review-reply {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .review-reply input {
        margin: 0px 0px 15px;
    }
    .review-reply-list {
        margin-right: 25px;
    }
    .star-rating label {
        margin: 0px 6px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .review-reply-list {
        margin-right: 30px;
    }
}
/*>>>>>>>>>>>>>>>*/
.review-form .star-rating label::before {
    content: "\ec7c";
    font-family: "Icofont";
    font-weight: 900;
    font-size: 20px;
    display: block;
    color: #bbbbbb;
}
.review-form .star-rating label::after {
    content: "\ec7c";
    font-family: "Icofont";
    font-weight: 900;
    font-size: 20px;
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    color: var(--yellow);
    opacity: 0;
}
.review-form .star-rating{
    margin: 0 0 10px 0px;
}
.product-tabs.nav-tabs {
    border: none;
    padding:0;
    border-radius: 0;
    margin-bottom: 0;
    /* -webkit-box-align: center; */
    -ms-flex-align: center;
    align-items: flex-start;
    /* -webkit-box-pack: center; */
    -ms-flex-pack: center;
     background: none;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    display: flex;
    border-bottom: 1px solid var(--gray-w);
}
.product-tabs.nav-tabs li {
     border-left: none;
    padding: 0;
}
.product-tabs.nav-tabs li a{
    min-width: 120px;
    margin-left: 10px;
    white-space: nowrap;
}
.seller-info img{
    border-radius: 50%;
    border: 2px solid var(--primary);
    width: 70px;
    margin-bottom: 10px;
    margin-left: 10px;
}
.seller-info h4{
    font-size: 15px;
}
.seller-info span{
    font-size: 13px;
}
.seller-details span{
    font-size: 14px;
    padding: 5px;
}
.seller-details i{
    font-size: 20px;
    color: var(--secondary);
    margin: 0 10px;
}
.seller-details{
    border: 1px solid #d2d2d2;
    padding: 7px 10px;
    margin: 10px 0;
    border-radius: 8px;
}
.profile-view{
    background: var(--secondary);
    color: var(--white);
}
.other-sellers img.shop-logo{
    width: 90px;
    border: 1px solid var(--secondary);
    max-width: 100%;
    border-radius: 50%;
    margin-left: 15px;
}
.text-right{
    text-align: right;
}
.seller-section{
    margin-bottom: 10px;

}
.other-sellers .seller-section{
    background-color: #eeeded;
}
.other-sellers .seller-section i{
    font-size: 24px;
    margin-left: 10px;
}
.other-sellers .seller-section:nth-child(even){
    background-color: var(--body);
}
.other-sellers span{
    font-size: 15px;
  }
.other-sellers strong{
    font-size: 18px;
    line-height: 36px;
}
.single-product .section-heading{
    text-align: right;
    margin-bottom: 20px;
}
.single-product .section-heading h2{
    font-size: 20px;
}
.single-product .other-price{
    color: var(--secondary);
    font-size: 28px;
    font-weight: 700;
   margin-left: 80px;
}
.details-content.seller-bg{
    border: 1px solid var(--gray-light);
}

.comment_title h2{
    font-size: 15px;
    font-weight: 500;
}
.comment_reply_box{
    margin-right: 20px;
}
.remove-replay{
    cursor: pointer;
    font-weight: 500;
    color:#59A5D8
}
.replaying-text{
    display: none;
    color: #666;
    font-size: 16px;
    text-align: revert;
    padding-bottom: 10px;
}
.replaying-text i:before{
    font-size: 13px;
}
.replaying-text strong{
    color:#59A5D8
}
.replay.btn {
    font-size: 13px;
    font-weight: 500;
    padding: 4px 10px;
    border-radius: 6px;
    color: var(--primary);
}
#value_selector{
    display: block;
    width: 100%;
}
.value-selector-holder .nice-select{
    float: right;
    background: #f3f3f3;
    border-radius: 4px;
    padding: 6px 15px 6px 40px;
    min-width: 100px;
    text-align: right !important;
}
.value-selector-holder .nice-select:after{
    left:10px
}
.nice-select .option{
    text-align: right;
    padding-left: 29px;
    padding-right: 19px;
}
.colored_badge{
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    vertical-align: middle;
    margin-left: 5px;
    border: 1px solid var(--gray-chalk);
}
.tab-sw-inner p{
    line-height: 30px;
    margin: 10px;
    padding: 10px;
    background: rgba(155, 236, 35,.22);
    border-radius: 5px;
}
.tab-sw-inner.strength p{
    background: rgba(155, 236, 35,.22);
}
.tab-sw-inner.weakness p{
    background:rgba(255, 154 ,154 ,.22);
}
.tab-sw-inner i{
    margin-left: 10px;
    font-size: 18px;
}
.tab-sw-inner.strength i{
    color: #649915;
}
.tab-sw-inner.weakness i{
    color: #d72c2c;
}
.tab-sw-inner h3{
    margin-bottom: 20px;
}
.tab-sw-inner .tab-sw-box{
    border-radius: 5px;
    padding: 10px 20px;
}
.details-gallery .details-thumb .bg-white-product img{
    border: 2px solid #ddd ;
}
.details-gallery .details-thumb .slick-current img{
    border: 2px solid var(--primary);
}
.single_product_main_container .inner-section{
    margin-bottom: 40px !important;
}
.empty-sec{
    background: #f5f5f5;
    border-radius: 5px;
    padding: 30px;
    min-height: 200px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.empty-sec i{
    font-size: 70px;
    margin-bottom: 30px;
}
.empty-sec p{
    font-size: 17px;
    background: none;
}
.seller-box-details{
    background: var(--gray-w);
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 10px;
}
.single-product .details-content .p-detail{
    font-size: 12px;
}
@media (max-width: 490px) {
    .details-content .price-details{
        flex-direction: column;
    }

}
.widget-icon-box {
    padding: 5px 20px;
    border-radius: 4px;
    border: 1px solid var(--gray-light);
    margin-top: 10px;
}
.widget-icon-box .icon-box-side:not(:last-child) {
    border-bottom: 1px solid var(--gray-light);
}
.icon-box-icon {
    display: inline-block;
}
.icon-box-side {
    display: flex;
    -webkit-box-align: center;
    padding: 10px 0;
}
@media (max-width: 768px){
    .icon-box{
       width: 50%;
    }
}

 .details-content.seller-bg{
    background-color:#f8f8f8;
}
 .details-content.seller-bg .seller-section p{
    color: #07bf43;
}
.details-content.seller-bg .seller-section .lower-text {
    font-size: 12px;
    color: #000000 !important;
    background: #f5f5f5;
    padding: 4px;
    border-radius: 4px;
    text-align: center;
}
.details-content.seller-bg .seller-section .cart-list .cart-item{
    background: rgba(201, 24, 201, .07);
    padding: 13px;
    border-radius: 4px;
}
.details-content.seller-bg .seller-section .cart-list .cart-item .cart-info p{
    color:#111;

}