.shareLink {
    width: 85%;
    .permalink {
        position: relative;
        border-radius: 30px;
        .textLink {
            text-align: center;
            padding: 12px 60px 12px 30px;
            height: 45px;
            width: 100%;
            font-size: 16px;
            letter-spacing: 0.3px;
            color: #494949;
            border-radius: 25px;
            border: 1px solid #f2f2f2;
            background-color: #f2f2f2;
            outline: 0;
            appearance: none;
            transition: all 0.3s ease;
            @media (max-width: 767px) {
                width: 100%;
            }
            &:focus {
                border-color: #d8d8d8;
            }
            &::selection {
                color: #fff;
                background-color: #ff0a4b;
            }
        }
        .copyLink {
            position: absolute;
            top: 50%;
            right: 25px;
            cursor: pointer;
            transform: translateY(-50%);
            &:hover {
                &:after {
                    opacity: 1;
                    transform: translateY(0) translateX(-50%);
                }
            }
            &:after {
                content: attr(tooltip);
                width: auto;
                bottom: -40px;
                left: 50%;
                padding: 5px;
                border-radius: 4px;
                font-size: 0.8rem;
                opacity: 0;
                pointer-events: none;
                position: absolute;
                background-color: #000000;
                color: #ffffff;
                transform: translateY(-10px) translateX(-50%);
                transition: all 300ms ease;
                text-align: center;
            }
            i {
                font-size: 20px;
                color: #ff0a4b;
            }
        }
    }
}

.specifications{
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    padding: 15px;
    text-align: right;
    margin: 20px 10px;
}

.comments{
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    padding: 15px;
    text-align: right;
    margin: 5px 10px;
}
.user-comment{
    direction: rtl;
}
.user-comment-name{
    color:#495057;
    text-align: right;
}
.user-comment-date{
    color:#6c757d;
    font-size: 11px;
}
.score{
    direction: rtl;
    margin-right: 15px;
    float:right;
}
.score i{
    color:goldenrod;
}
.score span{
    font-size: 10px;
    color:#bababa;
}
.warranty{
    margin-right: 15px;
    text-align: right;
}
.warranty svg{
    float:right;
    margin-left:5px;
}



.txt-red{
    color: #d71e25;
}
.titlePrice{
    color: #57993a;
    padding-left: 10px;
}
#p-p-e{
    font-weight: bolder;
    font-size: x-large;
    color: #2a2a2b;
}
#p-p{
    font-weight: bold;
    font-size: medium;
    color: #60001f;
}



.r-cat{
    height: 35px;

    background-color: #FFFFFF;
    margin:5px 0px 5px 0px;
    border-bottom: 1px solid #e9e9e9;

}
#product-info-box{
    height: auto;
    min-height: 400px;


    background-color: #ffffff;
    margin-top: 10px;
}
#product-info-box-left{
    height: auto;

    border-radius: 4px;
    background-color: #fff;
    margin-top: 2px;
    border: 1px solid #e9e9e9;
    box-shadow: 0px 1px 1px 0px rgba(224,224,224);
    -webkit-box-shadow: 0px 1px 1px 0px rgba(224,224,224);
    -moz-box-shadow: 0px 1px 1px 0px rgba(224,224,224);
}
#img-index{
    width: 80%;
    height: 400px;
    float: left;
    border-radius:7px;
}
#img-index img{
    width: auto;
    height: 395px;
    padding-top: 5px;
    border-radius:5px;
    margin-top: 5px;
}
#img-small{
    width: 19%;
    height: 400px;
    float: right;
    margin-top: 3px;
    margin-right: 2px;
    cursor: pointer  ;

}
#img-small img{
    width: 73px;
    height: 73px;
    border: 1px solid #e9e9e9;
    margin: 2px auto;
    border-radius: 4px;
    display: block;
}
span#more-image{width: 100%;
    height: 73px;



    border-radius: 2px;
    display: inline-block;
    color: #444;
    text-align: center;
    line-height: 65px;
    font-size: 17px;
    cursor: pointer  ;
}
#more-image-box{
    width: 73px;
    height: 73px;
    border: 1px solid #e9e9e9;
    margin: 2px auto;
    border-radius: 4px;
    display: block;
    font-weight: bolder;
    font-size: 23px;
}
@media (max-width:992px){
    .dgW{
        background-color: #ffffff;
    }
     .addToBasket{
        float:right;
        line-height:30px;
        
    }
       .ProductPrice{
        float:left;
        background-color: #fff;
        display:inline-block;
        padding:5px;
        color:#444;
        border-radius:5px;
        
    }
    #product-info-box{
        height: auto;
        min-height: 400px;
        box-shadow: 0 1px 2px 0 #ffffff;
        border-radius: 4px;
        background-color: #ffffff;
        margin-top: 2px;
    }

    #img-index{
        width: 80%;
        height: 250px;
        float: left;

    }
    #img-index img{
        width: auto;
        height: 245px;
    }
    #img-small{
        width: 19%;
        height: 250px;
        float: right;
        margin-right: 2px;

    }
    #img-small img{
        width: 53px;
        height: 53px;
        border: 1px solid #bababa;
        margin: 2px auto;
        border-radius: 2px;
        display: block;
    }
    span#more-image{width: 98%;
        height: 53px;

        border: 1px solid #bababa;
        margin-top: 5px;
        border-radius: 2px;
        display: inline-block;
        color: #444;
        text-align: center;
        line-height: 65px;
        font-size: 17px;
        cursor: pointer  ;
    }

}


.share{
    direction: ltr;
    height: auto;
    min-height: 25px;
    width: 100%;
    display: inline-block;
    padding: 3px;
}
.shareI{
   
}
.shareIcon{
   
    margin-left:15px;
    color: #666;
    padding:5px; 
    font-size:18px;
    line-height: 18px;
    cursor: pointer  ;
   
}

.descriptionProduct{
    border: 1px solid #e9e9e9;
    border-radius: 7px;
    height: auto;
    min-height: 70px;
    margin: 10px;
    direction: rtl;
    padding: 8px;
    font-size: 11px;
    color: #777577;
    box-shadow: 0px 1px 1px 0px rgba(224,224,224);
    -webkit-box-shadow: 0px 1px 1px 0px rgba(224,224,224);
    -moz-box-shadow: 0px 1px 1px 0px rgba(224,224,224);
}

#image_load{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    z-index: 10009;
    top: 0;
    left: 0;
    display: none;
}
#image-main{
    width: 90%;
    height: 90%;
    background-color: white;
    margin:20px auto;
    border-radius: 4px;
    display: none;
    border: 1px solid #bababa;
}
#image-main #image-main-footer{
    width: 100%;
    height: 8%;
    border-radius: 4px 4px 0px 0px;
    border-bottom:1px solid #bababa;
}
#image-main #image-main-footer2{
    width: 100%;
    height: 95%;
    border-radius: 4px 4px 0px 0px;
    border-bottom:1px solid #bababa;
}
#image-main #image-main-footer2>span{
    direction: rtl;
    float: right;
    margin-right: 15px;
    line-height:35px;
    color: #333;
    overflow: hidden;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 80%;

}
#image-main #image-main-footer2 i{
    margin-left: 15px;
    font-size: 20px;
    color: #333;
    line-height: 35px;
    cursor: pointer;
}
#image-side{
    width: 15%;
    height: 91%;
    float: left;
    overflow: scroll;
    overflow-x: hidden;

}
#image-side div{
    width: 98%;
    height: 120px;
    margin-left: 1%;
    border-radius: 4px;
    margin-top: 5px;
    border: 1px solid #ededed;
    cursor: pointer
;
}
#image-side img{
    width: auto;
    height: 120px;
    display: block;
    border-radius: 4px;
    margin: 0px auto;
;
}
#image-box{
    width: 84.9%;
    height: 91%;
    float: right;
}
#image-box img{
    width: auto;
    height: 98%;
    display: block;
    margin: 0px auto;
}

#product-title{
    direction: rtl;
    color: #333;
    margin-top: 3px;
    margin-right: 15px;

}
#fa{font-size: 17px;font-weight:bold}
#product-title>h5#en{margin-right: 5px;color:#bababa;}



#introduction
{
    height: auto;
    min-height: 200px;
    border-radius: 4px;
    margin-top: 15px;
}
#content-all-sc{
    border-top: 1px solid #e9e9e9;
}
#nav-all-sc
{
    height: auto;
    min-height: 200px;
    background-color: #ffffff;
    border: 1px solid #e9e9e9;
    box-shadow: 0px 1px 1px 0px rgba(224,224,224);
    -webkit-box-shadow: 0px 1px 1px 0px rgba(224,224,224);
    -moz-box-shadow: 0px 1px 1px 0px rgba(224,224,224);
    border-radius: 4px;
    margin-top: 15px;

}
#nav-all-sc h4{
    line-height: 40px;
    padding-top: 10px;
    color: #6e6a70;
}
#nav-all-sc span.t{
    width: 100%;

    line-height: 45px;
    font-size:100%;
    text-align: center;
    display: inline-block;
    overflow: hidden;


}
.pActive{
    border-bottom: 1px solid #ffffff;
    background-color: #ffffff ;
    color:green;
}
.pDActive{
    border-bottom: 1px solid #bababa;
    background-color: #f5f5f5 ;
    color: #666b6e;
}

#nav-all-sc .product-review{
    width: 33.33%;
    height: 50px;
    border-radius: 0px 2px 0px 0px;
    border-left: 1px solid #bababa;
    float: right;
    cursor: pointer;


}

#nav-all-sc .product-specifications{
    width: 33.33%;
    height: 50px;
    border-radius: 0px 0px 0px 0px;
    border-left: 1px solid #bababa;
    border-right: 1px solid #bababa;
    float: right;
    margin-right: 0.006%;
    margin-left: 0.004%;
    cursor: pointer;



}
#nav-all-sc .comments{
    width: 33.33%;
    height: 50px;
    border-radius: 2px 0px 0px 0px;
    border-right: 1px solid #bababa;
    float: left;
    cursor: pointer;

}

#nav-all-sc .product-review:hover,#nav-all-sc .comments:hover,#nav-all-sc .product-specifications:hover{
    opacity: 0.8;
}

#show-item{
    list-style-type: none;



}
#show-item li{



}
#show-item li span{

}


#body-comment {height: auto;min-height: 250px; border: 1px solid #333;}
#body-comment form{ width: 100%;direction: rtl;
}
#body-comment textarea{width: 80%;height: 150px;resize:none}

#product-color{
    width: 100%;
    display: block;
    float: right;
    margin: 20px;
    margin-top:5px;

}

.product_service {
    width: 100%;
    direction: rtl;
    display: block;
    float: right;
    margin: 20px;
    height: auto;
}
.product_service .ho{
    width: auto;
    min-width: 150px;
    max-width: 95%;
    min-height: 35px;
// border-bottom: 1px solid #e9e9e9;
//  border-radius: 3px;
    display: inline-block;
    line-height: 33px;
    padding-right: 5px;
    padding-left: 5px;


}
.product_service .ho:hover{
    cursor: pointer;
    color: #e9e9e9;
}
.product_service i{
    color: gold;
    padding-left: 5px;
    font-weight: bolder;
}

.list-service{
    width: 150px;

    max-width: 70%;
    height: auto;
    min-height: 35px;
    border: 1px solid #e9e9e9;
    border-radius: 3px;

    line-height: 33px;
    padding-right: 5px;

}
.list-service p:hover{
    cursor: pointer;
    color: goldenrod;
}

.product-price{
    width: 100%;
    direction: rtl;
    display: block;
    float: right;
    margin: 20px;
    height: auto;
}
.add-cart{
    width: 100%;
    direction: rtl;
    display: block;
    float: right;
    margin: 20px;
    height: auto;
}
.add-cart .cart{
    display: inline-block;
    width:100%;
    height: 50px;
    background-color: red;
    border: 1px solid red;
    border-radius: 10px;
    text-align: center;
    line-height: 50px;
    color: #FFFFFF;
    cursor: pointer;
    margin-left:1%;
    margin-bottom: 5px;

}
.add-cart .notic{
    display: inline-block;
    width:200px;
    height: 50px;
    background-color: #cf3116;
    border: 1px solid #ffffff;
    border-radius: 3px;
    text-align: center;
    line-height: 50px;
    color: #FFFFFF;
    cursor: pointer;
    margin-left:1%;
    margin-bottom: 5px;
}

.add-cart a.favorite{
    display: inline-block;
    width: 200px;
    height: 50px;
    background-color: #FFFFFF;
    border: 1px solid #e7003a;
    border-radius: 3px;
    text-align: center;
    line-height: 50px;
    color: #e7003a;
    cursor: pointer;
    text-decoration: none;
    margin-left:1%;
}
.add-cart a.favorite:hover{
    background-color: #e7003a;
    border: 1px solid #e7003a;
    color: #FFFFFF;
    opacity: 0.8;
}
.add-cart button.cart:hover{
    background-color: #FFFFFF;
    border: 1px solid red;
    color: red;

}
.color-row{
    height: auto;
    text-align: right;
    direction: rtl;
    width:100%;
    
}

.product-color{
  display: inline-block;
  padding:5px;
  height: auto;
  font-size: 10px;
  line-height: 25px;
  border-radius: 10px;
  border:1px solid #e9e9e9;
  margin-bottom:5px;

}
.product-color div{
  float: right;
  margin-left:5px;
  height: 23px;
  width: 23px;
  border-radius: 50%;
  border:1px solid #999
}
.product-color-active{
    border: 2px solid #e9e9e9;
    background-color: #e9e9e9;
}
.product-color:hover{
    opacity: 0.7;
    cursor: pointer
}
.product-size{
    margin-left:5px;
    text-align: center;
    line-height: 40px;
    min-width: 40px;
     width: auto;
    height: 40px;
    text-align:center;
    border-radius: 8px;
    cursor: pointer;
    display: inline-block;
    background-color: #FFF;
    border:1px solid #E9E9E9;
    margin-bottom: 5px;

}
.product-size-inactive{
      margin-left:5px;
    text-align: center;
    line-height: 40px;
    min-width: 40px;
     width: auto;
    height: 40px;
    text-align:center;
    border-radius: 8px;
    cursor: pointer;
    display: inline-block;
    background-color: #f9f9f9;
    border:1px solid #282c3f;
    margin-bottom: 5px;
    opacity: 0.5;
}
.product-size-inactive span{
    position: absolute;
    display: block;
    width: 100%;
    height:2px;
    background-color: #333;
    top:17px;
    -moz-transform: rotate(50deg);
    -o-transform: rotate(50deg);
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);

    right: 0px
}
.product-size:hover{
    background-color: #FFF;
    color:#E9E9E9;
}

.color-active{
    opacity: 0.6;
    border:2px solid #282c3f;

}
.size-active{
    background-color: #FFF;
   border:1px solid #282c3f;
   color:#777;
}





@media screen and (max-width: 767px) {
    #img_load_zoom{
        display: none;
    }
    #img-index{
        width: 100%;
        height: 300px;
        float: left;

    }
    #img-index img{
        display:block;
        width: auto;
        height: 295px;
        margin:0px auto;
    }
    #img-small{
        direction: rtl;
        display: block;
        width: 100%;
        height: 100px;
        margin-right: 2px;
        white-space: nowrap;
        overflow: scroll;

    }
    #img-small img{
        width: 50px;
        height: 50px;
        border: 1px solid #bababa;
        margin-top: 5px;
        margin-left: 3px;
        border-radius: 2px;
        display: inline-block;
    }
    span#more-image{
        width: 73px;
        height: 73px;
    }




    #image-main{
        margin: 0px;
        width: 100%;
        height: 100%;
    }

    #fa{font-size: 15px;}
    .add-cart{
        width: 100%;
        direction: rtl;
        display: block;
        float: right;
        margin: 0px;
        height: auto;
    }

    .hideInMobile{
        display: none;
    }

}
