
@font-face {
    font-family: IRANSans_Fa;
    font-style: normal;
    /*font-weight: 500;*/
    src: url('../fonts/IRANSansWeb.eot') format('eot');
    src: url('../fonts/IRANSansWeb.ttf') format('truetype'),
    url('../fonts/IRANSansWeb.woff2') format('woff');
}

body {
    font-family: IRANSans_Fa;
    direction: rtl;
    text-align: right;
    background: #f0f0f0;
    font-size: 14px;
    color: #212529 !important;
}


* {
    margin: 0;
    padding: 0;
    outline: none !important;
    list-style: none;
}

a {
    text-decoration: none !important;
    color: #666;
}
p{
    margin-top: 0;
}
* + .uk-h1, * + .uk-h2, * + .uk-h3, * + .uk-h4, * + .uk-h5, * + .uk-h6, * + .uk-heading-2xlarge, * + .uk-heading-large, * + .uk-heading-medium, * + .uk-heading-small, * + .uk-heading-xlarge, * + h1, * + h2, * + h3, * + h4, * + h5, * + h6 {
    margin-top: 2px;}
ul li a:hover{
    color: #0b5ed7;
}


.account-box1 {
    display: block;
    position: absolute;
    top: 21px;
    left: 0;
    font-size: 40px;
    color: #212529;
    cursor: pointer;
    margin-right: 10px;
    margin-left: -15px;
}

.account-box1:hover .account-links {
    opacity: 1;
    visibility: visible;
}


.account-box1 .account-links {
    position: absolute;
    z-index: 2;
    width: 190px;
    background: #fff;
    border-radius: 20px;
    display: block;
    margin: 10px 0 0;
    list-style: none;
    transition: .2s;
    top: 100%;
    left: -80px;
    padding: 5px;
    box-shadow: rgba(0, 0, 0, .1) 0 2px 5px;
    font-size: 16px;
    opacity: 0;
    visibility: hidden;
}

.account-box1 .account-links > li {
    display: block;
}

.account-box1 .account-links > li a {
    display: block;
    padding: 5px;
    text-align: center;
    border-radius: 20px;
    transition: .2s;
    color: #666;
}

.account-box1 .account-links > li a:hover {
    background: #eee;
    color: #444;
    border-radius: 20px;
}

/*product section*/
.product-section{
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 30px;
}
.product-single-action{
    padding: 0;
    margin: 0 0 30px 0;
    list-style: none;
    display: flex;
    background: #f5f5f5;
    justify-content: center;
    border-radius: 20px;
    overflow: hidden;
}

.product-single-action li {
    display: inline-flex !important;
    align-items: center;
    height: 35px;
    min-width: 35px;
    text-align: center;
    font-size: 0;
    position: relative !important;
    transition: 0.2s;
    color: #888 !important;
    white-space: nowrap;
    transition-delay: 0.2s;
    border: none;
    background: transparent;
    overflow: hidden;
    margin: 5px 0;
}
.product-single-action li a svg{
    font-size: 18px;
    margin-right: 10px;
    /*color: #d9d6d6;*/
}
.product-single-action li a:hover
{
    color: #888888;
}
.product-single-action li a{
    display: block;
}
.product-single-action li a span{
    opacity: 0;
}
.product-single-action li:hover a span{
    opacity: 1;
}
.product-single-action li:hover {
    font-size: 13px;
    background: #fff;
    padding: 0 10px;
    transition-delay: 0s;
    box-shadow: rgba(0,0,0,.1) 0 2px 3px;
    border-radius: 20px;
}

/*light slider*/

.img-product-slide img{
    width:250px;
    height: 250px;
}



.lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url(../images/controls.png);
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: .5;
    -webkit-transition: opacity .35s linear 0s;
    transition: opacity .35s linear 0s;
    background-position-x: 0%;
    background-position-y: 0%;
}

.lightSlider li{
    width: 150px;
    height: 300px;
    text-align: center;
    padding: 0 20px;
}
.lightSlider li img{
    max-width: 100%;
    max-height: 100%;
}

/*zoom end*/




/*light slider end*/


h1.title-product {
    font-size: 16px;
    color: #444;
    margin: 0;
    line-height: normal;
}

.icon-off{
    padding: 2px 12px;
    background-color: #2e7d32;
    border-radius: 20px;
    color: #fff;
    font-size: 13px;
    margin-left: 5px;
}


h3.product-brand{
    font-size: 12px;
    color: #666;
    font-weight: 400;
    margin-bottom: 0;
    display: inline-block;
    font-family: Tahoma,sans-serif;
}
.product-meta{
    line-height: 2;
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    color: #999;
}
.product-meta span{
    margin-left: 15px;
    font-size: 13px;
    color: #656565;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.product-meta  span svg {
    margin-left: 3px;
}
.product-meta  span a{
    color: #757575;
    font-size: 12px;
    transition: 0.2s;
    border-bottom: #aaa 1px dashed;
    margin-left: 10px;
}

.product-meta  span span{
    color: #757575;
    font-size: 12px;
    transition: 0.2s;
    border-bottom: #aaa 1px dashed;
    margin-left: 10px;
    cursor: pointer;
}

.product-meta  span a:hover,
.product-meta  span span:hover,
.tags-product a:hover{
    color: #651fff !important;
}
.product-item{
    display: flex;
    align-items: center;
    padding: 0 30px 10px 0;
    border-bottom: #eee 1px solid;
    margin-bottom: 30px;
    position: relative;
}
.product-item svg{
    font-size: 48px;
    color: #000;
    opacity: .05;
    position: absolute;
    right: 0;
    z-index: 0;
    transform: rotate(45deg);
}
.product-features h6.title {
    font-size: 16px;
    color: #777;
    margin-bottom: 10px;
    font-weight: 700;
}
.product-features ul {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: normal;
}
.product-features ul li{
    color: #464646;
    font-size: 13px;
    margin-bottom: 4px;
}
.product-features ul li span{
    display: inline-block;
    margin: 0 0 0 5px;
    color: #777;
}
.product-alert .alert-item{
    padding: 20px 50px 20px 20px;
    position: relative;
    font-size: 14px;
    margin-top: 10px;
    border-radius: 20px;
}
.product-alert .alert-item .icon{
    position: absolute;
    right: 15px;
    font-size: 25px;
    transform: translateY(-50%);
    /*-webkit-transform: translateY(-50%);*/
    top: 58%;
}
.tags-product{
    color: #666;
    font-size: 14px;
    margin-top: 15px;
}
.tags-product svg{

    margin-left: 5px;
    font-size: 13px;
}

.product-item-left{
    background: #eee;
    border-radius: 20px;
    overflow: hidden;
}

.product-item-left .details {
    text-align: left;
    padding: 15px;
    color: #666
}
.product-item-left .details .title {
    float: right;
    font-size: 14px;
    color: #888;
    font-weight: 500;
}

.product-item-left .variations-form td.label {
    padding-left: 20px;
}
.product-item-left form.cart table {
    width: 100%;
}

.variations-form .variations tr td {
    vertical-align: middle;
    padding: 15px;
}
.wrap-forms .field-table table, th, td {
    border-color: #e5e5e5;
}
.product-item-left .variations tr:nth-of-type(2n+1) {
    background: #f5f5f5;
}
.product-item-left form.cart select {
    width: 100%;
    max-width: 100%;
    box-shadow: none !important;
    background-color: #f5f5f5;

}

select.form-control {
    border-radius: 0 20px 20px 0 !important;
    padding: 5px 10px !important;
;
}

.form-control {
    display: block;
    background-position: left .75rem center;
    background-size: 16px 12px;
    /*background-image: url("../images/down-arrow.png");*/
    border: none;
    transition: 0.2s;
    font-size: 13px;
    color: #495057 !important;
    height: auto;
    background-color: #f5f5f5

}

.add-inner{
    display: flex;
    align-items: center;
    padding-top: 40px !important;
    padding-bottom: 10px;
}
.custom-num{
    display: block;
    margin-right: 0 !important;
    margin-left: 15px !important;
    margin-bottom: 0 !important;
    position: relative;
}
.custom-num span{
    position: absolute;
    left: 5px;
    top: 1px;
    bottom: 0;
    background: #eee;
    width: 28.5px;
    text-align: center;
    font-size: 14px;
    line-height: 37.5px;
    cursor: pointer;
    color: #666;
    border-radius: 20px;
    height: 37.5px;
    transition: 0.2s;
}

.custom-num .input-text{
    float: left;
    background: #f5f5f5;
    /*height: 43px;*/
    height: 39.5px;
    border: none;
    text-align: center;
    padding: 0 10px;
    color: #777;
    width: 100px;
    border-radius: 20px;
    /*background: #fafafa;*/
    font-weight: 700;
    -moz-appearance: textfield;
}

.custom-num span.p-btn{
    left: 68px !important;
    right: auto;
}

.custom-num span:hover{
    background-color: #651fff;
    color: #fff;
}
.update-single{
    position: relative;
}
.update-price{
    display: block;
    font-size: 12px;
    position: absolute;
    left: 0;
    right: 29px;
    bottom: 100%;
    padding-bottom: -9px;
    pointer-events: none;
    color: #651fff;
    top: 10px;
}
button.single-add{
    display: block;
    width: 100%;
    padding: 10px;
    border-color: #651fff;
    margin-top: 40px;
    background: #651fff;
    color: #fff;
    border-radius: 25px;
    font-family: "yekan";
}






.product-survey {
    margin-top: 20px;
    font-size: 13px;
    color: #999;
    display: flex;
    align-items: center;
}

.product-survey .answers {
    margin-right: 15px;
}

.btn-whiter {
    color: #999;
    background-color: #eee;
}

.btn-whiter:hover {
    background-color: #888;
    color: #fff;
}
.product-footer-features {
    margin-top: 30px;
}


.product-footer-features .footer-item {
    padding-right: 50px;
    display: flex;
    align-items: revert;
    flex-direction: column;
    position: relative;
    min-height: 50px;
    justify-content: center;
    margin-left: 10px;
}


.footer-item .footer-icon{
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    float: right;
    position: absolute;
    right: 0;
    top: 5px;
}

.product-footer-features .footer-item span {
    display: block;
    color: #666;
    font-size: 13px;
}

.product-footer-features .footer-item  span.title {
    color: #777;
    font-weight: 500;
    margin-bottom: 3px;
}

.product-footer-features .footer-item  p.desc {
    font-size: 12px;
    color: #999;
}
/*product section single*/
.product-section-single{
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 30px;
}

.product-section-single h6.sec-title {
    font-size: 18px;
    color: #666;
}

/*product section single*/



.tab-button{
    width: 100%;
    display: flex;
    background-color: red;
}
.tab-button ul.tab-title-single{
    display: flex;
    width: 70%;
    height: 50px;
    align-items: center;
    margin-right: 10px;
    justify-content: space-between;

}
.tab-button ul.tab-title-single li{
    width: 14%;
    display: flex;
    align-items: center;
    cursor: pointer;
}
ul.tab-title-single li svg{
    font-size: 15px;
    margin-left: 10px;

}

.tab-content{
    display: flex;
}

.tab-content .tab{
    display: flex;
}

.tab-content .hide{
    display: none;
}
.nav-item.nav-single-1 > .active{
    margin: 0 -12px;
}


.tab-content{
    background-color: #fff;
}

nav{
    border: none;
}
.nav-item .nav-link{
    display: inline-block;
    height: 55px;
    line-height: 55px;
    padding: 0 30px;
    color: #666;
    transition: 0.2s;
    border-radius: 0 0 0 15px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    /*background-color: #fff;*/
    border-color: #dee2e6 #dee2e6 #fff;
    border-radius: 15px 15px 0 0;
}

.tab-content {
    background-color: #fff;
    /*border-radius: 20px 20px 20px 20px;*/
    margin: 0 0;
}


.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: #f5f5f5;
    border: none;
}


* + address, * + dl, * + fieldset, * + figure, * + ol, * + p, * + pre, * + ul{
    margin-top: 0;
}

.nav-tabs {
    border-bottom: none;
    border: none;
}
button {
    border: none;
}
#myTab{
    border: none!important;
}
#contact-tab{
    border: none!important;
}


#profile-tab{
    border: none;
}
#home-tab{
    /*  border: none;*/
}
#question-tab{
    border: none;
}
#information-tab{
    border: none;
}
.tab-content-single{
    font-size: 27px;
    font-weight: 500;
}

.tab-review{
    padding: 0 45px;
    font-size: 13px;
    border-radius: 20px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.tab-plus{
    color: #4caf50;
    font-size: 14px !important;
}
ul.item-tab-review{
    line-height: normal;
    color: #666;
}
ul.item-tab-review li svg{
    color: #4caf50;
    margin-left: 3px;
}
.tab-negative{
    color: #ff5153;
    font-size: 14px !important;
}
ul.item-review-negative{
    line-height: normal;
    color: #666;
}
ul.item-review-negative li svg{
    color: #ff5153;
    margin-left: 3px;
}
.product-feature span.product-feature-title {
    font-size: 12px;
    color: #777;
}
.product-feature span.product-feature-value {
    float: left;
    font-size: 12px;
    margin-top: 5px;
    color: #777;
    margin-bottom: 6px;
}
.product-feature .progress {
    height: 4px;
    margin-bottom: 10px;
    clear: both;

}

.progress {
    width: 100%;
}

.progress-bar {
    background-color: #888;
}


/*tab specs*/
h2.tab-content-single-profile span{
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #666;
    margin-top: 5px;
}

h2.tab-content-single-profile{
    font-size: 18px;
    color: #555;
    margin-bottom: 15px;
}



.table-shop{
    font-size: 13px;
    margin-bottom: 0;
}
.table-single {
    width: 100%;
    color: #212529;
}


.table-single th {
    font-weight: 800;
    color: #888;
    /*width: 200px;*/
    text-align: center;
}
.table-title{
    /*width: 200px;*/
    text-align: center;
    color: #999;
    font-weight: 500;
    font-size: 14px;
}
.table-title + td {
    padding: 10px 20px;
    color: #464646;
    width: 82%;
}
.table-title + td p {
    margin: 0
}
.table-gray {
    background-color: #f5f5f5 !important;
    border-bottom: #fff 2px solid !important;
    border-radius: 20px;
}

/*tab specs end*/


/*tab comment user*/

.comment-user-review{
    background: #f5f5f5;
    padding: 20px;
    border-radius: 20px;
    /*margin: 20px;*/
}

.comment-user-review h5.sec-title {
    color: #666;
    margin-bottom: 5px;
}
.comment-user-review h6.sec-desc {

    font-weight: 400;
    font-size: 13px;
    color: #999;
    margin-bottom: 15px;
}
.comment-user-review .progress-bar{
    background-color: #651fff;
}
.comment-user-review  .progress {
    width: 510px;
}

.comment-req-text h5 {
    color: #666;
    margin-bottom: 15px;
}

.comment-req-text p {
    color: #777;
    margin-bottom: 25px;
}

.comment-req-text .btn {
    padding: 10px 20px;
    font-size: 16px;
    margin: auto;
    border-radius: 20px;
}

.tab-menu-comment h6{
    argin-left: 15px;
    font-weight: 400;
    color: #999;
    margin-bottom: 0;
}




.tab-menu-single {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 30px 0;
}

.tab-menu.single ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab-menu.single ul li {
    margin: 0 15px;
    font-size: 14px;
    cursor: pointer;
}

.tab-menu.single ul  li.active {
    color: #039BE5;
}

.tab-menu.single  ul  li.active::after {
    content: "";
    display: block;
    height: 5px;
    width: 5px;
    background: #00bfd6;
    border-radius: 10px;
    margin: 0 auto 0 auto;
    transition: 0.3s;
}

.comment-text-single{
    display: block;
    padding-right: 15px;
    font-size: 13px;
}

.comment-text-single .img-comment{
    width: 40px;
    border-radius: 100%;
    float: right;
    margin-left: 10px;
}
p.meta-single{
    margin-bottom: 5px;
    color: #999;
    width: calc(100% - 140px);
}
p.meta-single time{
    display: block;
    margin-top: -3px;
    margin-bottom: 10px;
}

.comment-list{
    padding: 20px;
    margin-bottom: 10px;
    border-bottom: 1px #eee solid;
    margin-left: -20px;
    margin-right: -20px;
}

/*
.comment-text-single .star-comment{
    color: #999;
    float: left;
    margin-top: 2px;
}
.comment-text-single .star-comment svg{
    font-weight: 900;
    color: #febd69;
}*/

span.sec-title {
    color: #4caf50;
}
.comment-plus{
    padding: 0 24px 0 0;
    position: relative;
}

.comment-plus li::before {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 7px;
    right: 8px;
    background-color: #4caf50;
}


span.sec-title-2{
    color: #ff5153;
}
.comment-plus-2{
    padding: 0 24px 0 0;
    position: relative;
}

.comment-plus-2 li::before {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 7px;
    right: 8px;
    background-color: #ff5153;
}
.comment-action-single{
    justify-content: left;
    display: flex;
}
.comment-action-single .title-action-single {
    color: #999;
}

.comment-action-single > div {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.comment-like-single button{
    background: #f5f5f5;
    border: none;
    display: block;
    padding: 0 10px 0 5px;
    border-radius: 20px;
    height: 30px;
    text-align: center;
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 30px;
    opacity: .8;
    transition: 0.2s;
}

.comment-lik-btn .count-single{
    font-size: 13px;
    opacity: .8;
    height: 20px;
    min-width: 20px;
    padding: 0 5px;
    line-height: 20px;
    background: #ddd;
    color: #666;
    border-radius: 20px;
    display: inline-block;
    margin-right: 5px;
    font-family: "B Yekan";
}

.comment-notes{
    background: #f5f5f5;
    padding: 20px;
    border-radius: 20px;
}
.comment-notes h3 {
    font-size: 16px;
    margin-bottom: 15px;
    color: #464646;
}
.comment-notes .text-single {
    line-height: normal;
    font-size: 13px;
    color: #666;
}
.comment-notes .text-single p {
    margin-bottom: 5px;
}
.star-single{
    margin: 0;
    letter-spacing: -2px;
    display: inline-block;
}
.star-single a {
    font-size: 10px;
    display: inline-block;
    width: auto;
    height: auto;
    color: #febd69;
}
.comment-form-plus {
    margin: 10px 0
}
.comment-form-plus > label::before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    background: #4caf50;
    border-radius: 3px;
    margin-left: 5px;
}
.comment-form-minus , .comment-form-name {
    margin: 10px 0
}
.comment-form-minus > label::before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    background:  #ff5153;
    border-radius: 3px;
    margin-left: 5px;
}

.comment-form-cookies label::before {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: #fff;
    border-radius: 5px;
    position: absolute;
    right: 0;
    top: 45%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    border: #ddd 2px solid;
    content: "\f00c";
    font-family: "Font Awesome 5 Pro",sans-serif;
    font-weight: 600;
    line-height: 5px;
    font-size: 0;
    text-align: right;
    direction: ltr;
    transition: 0.2s;
}
.ns-checkbox label {
    position: relative;
    padding-right: 20px !important;
    color: #666;
    cursor: pointer;
}

.comment-form-slider {
    padding: 0 0 10px 0;
    margin-bottom: 0;
}
.comment-form-slider > span {
    width: 100%;
    display: block;
}
.comment-slider-title{
    font-size: 13px;
    margin-bottom: 5px;
    color: #464646;
}
.level {
    font-size: 12px;
    color: #999;
    float: left;
}



/*tab comment user end*/

/*tab  product single end*/


/*product similar*/

.section-5-title ul  li.section-title-similar  a {
    font-size: 18px;
    border-bottom:  #f5f5f5;
    color: #000;
    font-weight: 400;
}
.comment-form textarea{
    padding: 7px 10px;
    background-color: #f5f5f5;
    border-radius: 20px;
    border: none;
}
.comment-form textarea[placeholder]{
    font-size: 13px;
}


.comment-form-plus  input{
    padding: 7px 10px;
    background-color: #f5f5f5;
    border-radius: 20px;
    border: none;
}

.comment-form-plus input[placeholder]{
    font-size: 13px;
}
.comment-form-minus input{
    padding: 7px 10px;
    background-color: #f5f5f5;
    border-radius: 20px;
    border: none;
}
.comment-form-minus input[placeholder]{
    font-size: 13px;
}
.comment-form-email input{
    padding: 7px 10px;
    background-color: #f5f5f5;
    border-radius: 20px;
    border: none;
}
.comment-form-email input[placeholder]{
    font-size: 13px;
}
.comment-form-name input{
    padding: 7px 10px;
    background-color: #f5f5f5;
    border-radius: 20px;
    border: none;
}
.comment-form-name input[placeholder]{
    font-size: 13px;
}



/*rang*/
span.range-single {
    background:#4471ef;
    font-family:"Raleway",sans-serif;
}
.range-input {
    position:absolute;
    top:56%;
    left:30%;
    transform:translate(-50%,-50%);
    /*background:#eee;*/
    padding:0px 20px;
    display:flex;
    align-items:center;
    border-radius:10px;

}
.range-input input {
    -webkit-appearance: none;
    width: 345px;
    height: 6px;
    background: #4471ef;
    border: none;
    outline: none;
    border-radius: 20px;
}
.range-input input::-webkit-slider-thumb {
    -webkit-appearance:none;
    width:30px;
    height:30px;
    background:#eee;
    border:2px solid #4471ef;
    border-radius:50%;
}
.range-input input::-webkit-slider-thumb:hover {
    background:#4471ef;
}
.range-input .value {
    color:#4471ef;
    text-align:center;
    font-weight:600;
    line-height:40px;
    height:40px;
    overflow:hidden;
    margin-left:10px;
}
.range-input .value div {
    transition:all 300ms ease-in-out;
}

/********************************************/
/********************************************/
/********************************************/

/********************************************/
/********************************************/
/********************************************/









/*88888888888*/

.rate {
    float: left;
    height: 25px;
    padding: 0 10px;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #ffc700;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}
/*//////////////*/


.rate-single {
    float: left;
    height: 25px;
    padding: 0 10px;
}
.rate-single:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate-single:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate-single:not(:checked) > label:before {
    content: '★ ';
}
.rate-single > input:checked ~ label {
    color: #ffc700;
}
.rate-single:not(:checked) > label:hover,
.rate-single:not(:checked) > label:hover ~ label {
    color: #deb217;
}
.rate-single > input:checked + label:hover,
.rate-single > input:checked + label:hover ~ label,
.rate-single > input:checked ~ label:hover,
.rate-single > input:checked ~ label:hover ~ label,
.rate-single > label:hover ~ input:checked ~ label {
    color: #c59b08;
}
/*//////*/
.rate-single-1 {
    float: left;
    height: 25px;
    padding: 0 10px;
}
.rate-single-1:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate-single-1:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate-single-1:not(:checked) > label:before {
    content: '★ ';
}
.rate-single-1 > input:checked ~ label {
    color: #ffc700;
}
.rate-single-1:not(:checked) > label:hover,
.rate-single-1:not(:checked) > label:hover ~ label {
    color: #deb217;
}
.rate-single-1 > input:checked + label:hover,
.rate-single-1 > input:checked + label:hover ~ label,
.rate-single-1 > input:checked ~ label:hover,
.rate-single-1 > input:checked ~ label:hover ~ label,
.rate-single-1 > label:hover ~ input:checked ~ label {
    color: #c59b08;
}
/*//////////*/
.rate-single-2 {
    float: left;
    height: 25px;
    padding: 0 10px;
}
.rate-single-2:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate-single-2:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate-single-2:not(:checked) > label:before {
    content: '★ ';
}
.rate-single-2 > input:checked ~ label {
    color: #ffc700;
}
.rate-single-2:not(:checked) > label:hover,
.rate-single-2:not(:checked) > label:hover ~ label {
    color: #deb217;
}
.rate-single-2 > input:checked + label:hover,
.rate-single-2 > input:checked + label:hover ~ label,
.rate-single-2 > input:checked ~ label:hover,
.rate-single-2 > input:checked ~ label:hover ~ label,
.rate-single-2 > label:hover ~ input:checked ~ label {
    color: #c59b08;
}
/*product similar end*/



@media screen and (max-width: 1200px){
    .footer-item .footer-icon {
        top: 0;
    }
}



@media screen and (max-width: 992px) {
    .comment-user-review .progress {
        width: 100%;
    }

    .account-box {
        left: -11px !important;
    }

    .footer-item .footer-icon {
        top: 0;
    }
    .progress {
        width: 100%;
    }
}







@media screen and (max-width: 768px) {

    .footer-item .footer-icon {
        top: 0;
    }

    .tab-content-single {
        font-size: 20px;
    }

    .product-feature.bar .progress {
        width: 100%;
    }

    .table-title {
        font-size: 12px
    }

    .table-shop {
        font-size: 12px;
    }

    .comment-user-review .progress {
        width: 100%;
    }

    .section-5-title ul li.section-title-similar a {
        font-size: 16px;
    }

    .item-tab-product {
        padding: 0 26px !important;
    }

    h1.title-product {
        font-size: 14px;
        margin-top: 10px;
    }

    .tab-social-archive ul li svg {
        margin-bottom: 10px;
    }

    .nav-item .nav-link {
        padding: 0 26px;
    }

}


















@media screen and (max-width: 576px) {
    h1.title-product {
        font-size: 12px;
        margin-top: 15px;
    }

    .product-meta span {
        margin-left: 12px!important;
    }
    .icon-off {
        padding: 2px 8px;
        font-size: 10px;
    }
    h3.product-brand {
        font-size: 11px;
    }
    .nav-item .nav-link {
        height: 50px;
        line-height: 50px;
        padding: 0 16px;
        font-size: 12px;
    }
    .comment-user-review .progress {
        width: 100%;
    }
    .table-title + td {
        font-size: 12px;
    }
    .table-single th {
        font-size: 10px;
    }
    .section-5-title ul li.section-title-similar a {
        font-size: 14px;
    }
    .tab-content-single {
        font-size: 18px;
    }
    .footer-item .footer-icon {
        width: 36px;
        height: 36px;
        top: 0;
    }
    .product-footer-features .footer-item span {
        font-size: 10px;
    }
    .product-footer-features .footer-item p.desc {
        font-size: 11px;
    }
    .product-footer-features .footer-item {
        margin-left: -35px;
    }
    .product-feature.bar .progress{
        width: 100%;
    }

    .item-tab-product {
        padding: 0 26px!important;
    }
    .slider-section-5.uk-position-center-left.uk-position-small.uk-icon.uk-slidenav-previous.uk-slidenav svg,
    .slider-section-5.uk-position-small.uk-icon.uk-slidenav-next.uk-slidenav svg {
        margin: 0!important;
    }

    .slider-section-5.uk-position-center-left.uk-position-small.uk-icon.uk-slidenav-previous.uk-slidenav,
    .slider-section-5.uk-position-small.uk-icon.uk-slidenav-next.uk-slidenav {
        width: 30px!important;
        height: 30px!important;
        border-radius: 30px!important;
        margin: 10px!important;
        font-size: 13px!important;
        box-shadow: rgba(0, 0, 0, .2) -13px 0 31px!important;
    }

}
