/* Single-product Page */

main.single-product .breadcrumb {
    font-size: 10px;
    font-size: .857rem;
    line-height: 1.833;
    max-width: 100%;
    padding-left: 90px;
    white-space: nowrap;
    list-style: none;
    margin: 10px 0;
    background-color: transparent;
    padding: 0;
}

main.single-product .breadcrumb li {
    display: inline-block;
}

main.single-product .breadcrumb li:before {
    content: "/";
    color: #cfcfcf;
    letter-spacing: .4px;
    font-size: 13px;
    vertical-align: top;
    margin-left: 5px;
    padding-right: 5px;
    font-weight: 400 !important;
}

main.single-product .breadcrumb li:first-child:before {
    content: '';
}

main.single-product .breadcrumb li a {
    color: #6a6a6a;
}

main.single-product .product {
    background-color: #fff;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .11);
    border: 1px solid #e4e4e4;
    margin-bottom: 15px;
    padding: 20px;
    width: 100%;
    border-radius: 15px;
}

main.single-product .product .zoomWrapper {
    width: 100% !important;
    height: 410px !important;
    float: right;
    margin-bottom: 15px;
    text-align: center;
}

main.single-product .product .zoomWrapper img {
    right: 0;
    left: 0;
    max-width: 100%;
    margin: 0 auto;
}

main.single-product .product #gallery_01f {
    width: 100% !important;
}

main.single-product .product .gallery-items {
    list-style: none;
    float: right;
    width: 100%;
    padding: 0;
    margin: 20px 0;
    text-align: center;
}

main.single-product .product .gallery-items li {
    height: 60px;
    padding: 0 10px;
    display: inline-block;
}

main.single-product .product .gallery-items li img {
    height: 60px;
    width: 60px;
}

main.single-product .product .gallery-items .owl-nav .owl-prev,
main.single-product .product .gallery-items .owl-nav .owl-next {
    width: 39px;
    height: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    background-image: unset;
    outline: none;
}

main.single-product .product .gallery-items .owl-nav .owl-prev {
    position: absolute;
    right: -20px;
    top: 34%;
    color: #a8a8a8;
    box-shadow: -1.5px 0 4px 0 rgba(0, 0, 0, .15);
    border-radius: 5px 0 0 5px;
}

main.single-product .product .gallery-items .owl-nav .owl-next {
    position: absolute;
    left: -20px;
    top: 34%;
    color: #a8a8a8;
    box-shadow: 1.5px 0 4px 0 rgba(0, 0, 0, .15);
    border-radius: 0 5px 5px 0;
}

main.single-product .product .gallery-items .owl-nav .disabled {
    opacity: .5;
    cursor: auto;
    pointer-events: all;
}

main.single-product .product .gallery-items .owl-nav .owl-prev i,
main.single-product .product .gallery-items .owl-nav .owl-next i{
    font-size: 17px;
    color: #979898;
    line-height: 52px;
}

.product-title {
    border-bottom: 1px solid #f2f2f2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 3px 0;
    min-height: 70px;
}

.product-title h1 {
    line-height: 1.467;
    color: #494949;
    font-weight: 400;
    font-size: 17px !important;
    line-height: 1.294 !important;
}

.product-title h1 span {
    color: #b5b5b5;
    font-size: 14px !important;
    line-height: 1.571 !important;
    display: block;
    margin-top: 5px;
}

.product-directory ul {
    margin-right: -28px;
    list-style: none;
    padding: 0;
    display: inline-block;
}

.product-directory li {
    margin-right: 28px;
    display: inline-block;
    font-size: 13px;
}

.product-variants {
    margin: 20px 0 10px;
    color: #6f6f6f;
    vertical-align: top;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
}

.product-variants>span {
    font-size: inherit;
    color: inherit;
    padding-left: 15px;
    float: right;
}

.product-variants .radio {
    float: right;
    margin-left: 7px;
}

.product-variants .radio label {
    padding-left: 35px;
    padding-right: 0;
}

.product-variants .radio label::before,
.product-variants .radio label::after {
    border: 1px solid #3081fb;
}

.product-variants .radio input[type="radio"]:checked+label::after {
    width: 10px;
    height: 10px;
    background-color: #3081fb;
    border-color: #3081fb;
    top: 8px;
    left: 8px;
}

.product-guarantee {
    margin: 10px 0 15px;
    color: #6f6f6f;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
}

.product-guarantee i {
    float: right;
    margin: 4px 0 0 10px;
    color: #3081fb;
}

.product-guarantee p {
    float: right;
}

.product-delivery-seller i {
    font-size: 20px;
    color: #c1c1c1;
    float: right;
    margin-left: 7px;
}

.product-delivery-seller span {
    float: right;
    margin-left: 7px;
}

.price-value {
    font-size: 20px;
    font-size: 1.429rem;
    line-height: 35px;
    float: right;
}

.price-discount {
    font-size: 14px;
    font-size: 1rem;
    line-height: 28px;
    margin-right: auto;
    background-color: #ef5662;
    height: 28px;
    color: #fff;
    padding: 0 10px;
    border-radius: 0 19px 19px 19px;
    letter-spacing: .5px;
    position: relative;
    display: inline-block;
}

.price-product> :not(:first-child) {
    margin-right: 10px;
    margin-top: 6px;
}

.price-product .price-discount {
    height: 32px;
    padding: 0 22px;
}

.price-product .price-discount,
.price-product .price-discount span {
    font-size: 16px;
    line-height: 32px;
}

.price-discount[data-title]:before {
    position: absolute;
    bottom: 100%;
    right: 12px;
    font-size: 13px;
    font-size: .929rem;
    line-height: 22px;
    color: #7f7f7f;
    content: attr(data-title);
}

.price-product .price-discount,
.price-product .price-discount span {
    font-size: 16px;
    line-height: 32px;
}

.product-add {
    margin: 15px 0;
}

.product-guaranteed {
    margin-right: auto;
    letter-spacing: -.3px;
    font-size: 11px;
    line-height: 2.18;
    color: #4b4b4b;
    position: relative;
    -ms-flex: 0 0 242px;
    flex: 0 0 242px;
    text-align: center;
    padding: 60px 20px 0;
}

.product-guaranteed:before {
    content: "\f0a3";
    font-family: FontAwesome;
    font-size: 35px;
    color: #ff637d;
    position: absolute;
    right: 50%;
    top: 0;
    transform: translate(50%);
}

.product-guaranteed:after {
    content: "\ea22";
    font-family: 'Nucleo Outline';
    position: absolute;
    right: 50%;
    top: 27%;
    transform: translate(50%);
    color: #fff;
    font-size: 15px;
}

.product-params ul {
    list-style: none;
    padding: 0;
    color: #55565a;
    margin: 20px 0;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
}

.product-params ul:before {
    content: attr(data-title);
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    display: list-item;
    font-weight: 700;
}

.product-params ul li {
    margin: 5px 15px;
    width: 100%;
    font-size: 13px;
    position: relative;
}

.product-params ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #ccc;
    vertical-align: middle;
    margin-left: 5px;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: -14px;
}

.product-params ul li span {
    margin-left: 5px;
    white-space: normal;
}

.product-params ul li span:first-child {
    font-weight: 700;
}

ul.gallery-options {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
}

ul.gallery-options li {
    margin-bottom: 5px;
    z-index: 980;
    position: relative;
}

ul.gallery-options button {
    width: 51px;
    height: 46px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #cacaca;
    color: #565656;
    cursor: pointer;
    outline: none;
    font-size: 24px;

}

ul.gallery-options .tooltip-option {
    opacity: 0;
    visibility: hidden;
    padding: 9px 15px;
    background-color: #6f6f6f;
    color: #fff;
    z-index: 4;
    font-size: 13px;
    line-height: 1.692;
    position: absolute;
    top: 2px;
    right: 60px;
    width: 160px;
    text-align: center;
    transition: all 0.2s ease-in;
}

ul.gallery-options .tooltip-option::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    right: -10px;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #6f6f6f;
}

ul.gallery-options li:hover .tooltip-option {
    opacity: 1;
    visibility: visible;
}

.favorites {
    color: #f44336 !important;
}

.modal-share .modal-content .modal-header button {
    width: auto;
    height: auto;
    border-radius: 0;
    background-color: #fff;
    border: 0;
    color: #565656;
    cursor: pointer;
    outline: none;
    font-size: 24px;
}

.modal-share .modal-content .modal-header button {
    position: absolute;
    left: 27px;
    right: auto;
    top: 30px;
    outline: 0;
}

.modal-share .modal-content .form-share-title {
    margin-bottom: 12px;
    color: #565656;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    letter-spacing: -.3px;
}

.modal-share .modal-content .btn-group-share {
    list-style: none;
    padding: 0;
    margin-right: -12px;
}

.modal-share .modal-content .btn-group-share li {
    float: right;
    margin-right: 12px;
}

.modal-share .modal-content .btn-share {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    position: relative;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
}

.modal-share .modal-content .btn-share:hover {
    color: #fff;
}

.modal-share .modal-content .btn-share-twitter {
    background: #4dcceb;
}

.modal-share .modal-content .btn-share-facebook {
    background: #4d8deb;
}

.modal-share .modal-content .btn-share-google-plus {
    background: #eb4d4d;
}

.modal-share .modal-content .ui-input-field {
    border-radius: 5px;
    background: #fff;
    border: 1px solid #c8c8c8;
    color: #717171;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    padding: 11px 12px;
    width: 100%;
    letter-spacing: -.8px;
    font-family: iranyekan;
    outline: none;
}

.modal-share .modal-content .btn-primary {
    border-radius: 8px;
    color: #fff;
    border: none;
    min-width: 161px;
    text-decoration: none;
    background-color: #00bfd6;
    border: 1px solid #148693;
    font-family: iranyekan;
    font-size: 14px;
    padding: 10px;
    cursor: pointer;
}

.modal-share .modal-content .ui-url {
    display: block;
}

.modal-share .modal-content .ui-url-field {
    background: none;
    border: none;
    border-top: 1px solid #efefef;
    color: #a9a9a9;
    font-size: 17px;
    font-size: 1.214rem;
    line-height: 1.294;
    padding: 10px;
    width: 100%;
    letter-spacing: -.4px;
    direction: ltr;
    outline: none;
}

.tooltip {
    font-family: iranyekan;
}

.box-tabs>ul {
    list-style: none;
    background-color: #f8f8f8;
    border: 1px solid #dfdfdf;
    font-size: 17px;
    font-size: 1.214rem;
    line-height: 1.294;
    letter-spacing: -.4px;
    width: 100%;
    padding: 0;
    border-radius: 15px 15px 0 0 ;
}

.box-tabs-tab {
    border-left: 1px solid #dfdfdf;
    position: relative;
}

.box-tabs-tab a {
    padding: 14px 20px;
    position: relative;
    color: #6f6f6f;
    display: block;
    line-height: 27px;
}

.box-tabs-tab a.active {
    padding-bottom: 14px;
    color: #6f6f6f;
    background: #fff;
    margin-bottom: -1px;
    padding-top: 15px;
}

.box-tabs-tab a.active {
    border-right: 1px solid #dfdfdf;
    margin-right: -1px;
}

.box-tabs-tab i {
    color: #c3c3c3;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    font-size: 23px;
}

.box-tabs-tab .active:before {
    display: block;
    content: "";
    left: -1px;
    right: -1px;
    bottom: 100%;
    height: 4px;
    background: #ef5661;
    position: absolute;
}

.box-tabs-tab i {
    color: #c3c3c3;
    display: inline-block;
    vertical-align: top;
    margin-left: 11px;
}

.param-title {
    color: #6f6f6f;
    font-size: 30px;
    font-size: 2.143rem;
    line-height: 1.467;
    font-weight: 500;
    margin-bottom: 35px;
    letter-spacing: -.6px;
}

.param-title span,
.param-title {
    font-size: 16px;
    font-size: 1.143rem;
    line-height: 1.375;
    letter-spacing: -.3px;
}

.param-title span {
    display: block;
    color: #a7a7a7;
}

.box-tabs .card-body {
    background-color: #fff;
}

.parent-expert {
    position: relative;
}

.tab-content .content-expert {
    height: 250px;
    overflow: hidden;
    padding-bottom: 30px;
}

.tab-content .content-expert p {
    max-width: 800px;
    margin: 0 auto !important;
    text-align: justify;
    font-size: 14px;
    color: #625f5f;
    line-height: 30px;
}

.tab-content .sum-more {
    width: 100%;
    position: absolute;
    height: 50px;
    text-align: center;
    background: #FFF;
    bottom: -10px;
    right: 0;
    line-height: 47px;
    font-size: 13px;
    box-shadow: 0 0 10px #fff;
    cursor: pointer;
}

.tab-content .sum-more .show-less {
    display: none;
}

.tab-content .shadow-box {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 38px;
    height: 100px;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    width: 98%;
    margin: auto;
}

.tab-content .content-expert.active {
    height: auto;
}

.tab-content .accordion .card {
    box-shadow: none;
}

.tab-content .accordion .card .card-header {
    background-color: #fff;
}

.tab-content .accordion h5 button {
    font-family: iranyekan;
    color: #000;
}

.box-tabs .card-body {
    font-family: iranyekan;
}

.box-tabs .card-body img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.box-tabs .card-body p {
    font-size: 15px;
    line-height: 2.53;
    color: #404040;
    margin: 20px 0;
}

.params section {
    margin-bottom: 20px;
    float: right;
}

.params .params-title {
    color: #4d4d4d;
    margin-bottom: 25px;
    position: relative;
    padding-right: 19px;
    font-size: 16px;
    line-height: 1.375;
    letter-spacing: -.3px;
}

.params .params-title:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 0 7px;
    border-color: transparent transparent transparent #00bfd6;
    transform: rotate(45deg);
}

.params .params-list {
    list-style: none;
    padding: 0;
    margin-bottom: 70px;
}

.params .params-list li {
    margin: 8px -8px;
    width: 100%;
    float: right;
    padding-right: 19px;
}

.params .params-list li .params-list-key {
    float: right;
    min-width: 120px;
    margin-left: 20px;
}

.params .params-list li .params-list-key span.block {
    display: block;
    font-weight: 700;
}

.params .params-list li .params-list-value {
    float: right;
    font-size: 13px;
}

.comments-area ol.comment-list {
    list-style: none;
    float: right;
}

.comments-area ol.comment-list li .comment-body {
    font-size: 14px;
    margin-top: 50px;
    padding: 20px 40px 20px 20px;
    line-height: 30px;
    position: relative;
    border: 1px solid #ebebeb;
    border-radius: 10px;
}

.comments-area ol.comment-list li .comment-author {
    display: inline-block;
}

.comments-area ol.comment-list li img.avatar {
    position: absolute;
    top: 4px;
    right: -40px;
    left: auto;
    width: 60px;
    height: 60px;
    border: none;
    border-radius: 50%;
    padding: 0;
    z-index: 999;
    background: #fff;
    -webkit-box-shadow: 0 2px 6px 0 rgba(51, 73, 94, 0.1);
    box-shadow: 0 2px 6px 0 rgba(51, 73, 94, 0.1);
}

.comments-area ol.comment-list li .fn {
    font-size: 13px;
    margin-left: 0;
    float: right;
    font-weight: 700;
    font-style: normal;
}

.comments-area ol.comment-list li .says {
    margin-left: 15px;
    margin-right: 5px;
}

.comments-area ol.comment-list li .commentmetadata {
    display: inline-block;
}

.comments-area ol.comment-list li .commentmetadata a {
    color: #03A9F4;
    font-size: 13px;
}

.comments-area ol.comment-list li .comment-body p {
    text-align: justify;
}

.comments-area ol.comment-list li .comment-body .reply a.comment-reply-link {
    display: inline-block;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    padding: 0;
    text-align: center;
    white-space: nowrap;
    color: #1ca2bd;
    padding: 0;
    line-height: 2;
    font-size: 14px;
}

.comments-area ol.comment-list li .comment-body .reply a.comment-reply-link::before {
    left: 0;
    right: 0;
    top: 50%;
    margin-top: .85em;
    content: "";
    position: absolute;
    border-bottom: 1px dashed #1ca2bd;
}

.form-comment form textarea,
.form-comment form button {
    font-family: iranyekan;
}

.form-comment form textarea {
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    outline: none;
    padding: 10px;
    color: #424242;
    width: 100%;
    resize: vertical;
    vertical-align: top;
    min-height: 56px;
    font-size: 12px;
    font-size: .857rem;
    line-height: 2.58;
}

.form-comment form textarea:focus {
    border: 1px solid #c8c8c8;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 !important;
    color: #2c2c2c;
}

.comments-headline {
    font-size: 28px;
    font-size: 2rem;
    line-height: 1.571;
    letter-spacing: -.6px;
    color: #6f6f6f;
}

.comments-headline>span {
    margin-top: 10px;
    width: 100%;
    display: inline-flex;
}

.comments-headline>span span {
    font-size: 16px;
    font-size: 1.143rem;
    line-height: 1.375;
    color: #6f6f6f;
    margin: 0 3px;
}

.comments-summary-box,
.comments-summary-note {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 30px;
    padding-left: 30px;
}

.comments-summary-note>span {
    font-size: 19px;
    font-size: 1.357rem;
    line-height: 1.158;
    color: #5a5a5a;
    letter-spacing: -.4px;
    margin-bottom: 20px;
    display: block;
}

.comments-summary-note p {
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 2.27;
    margin-bottom: 35px;
    color: #676767;
}

.comment-body .message-light {
    margin: 15px 0;
}

.message-light--purchased {
    font-size: 13px;
    font-size: .929rem;
    line-height: 2.23;
    background-color: #fdfff8;
    border: 1px solid #e2f0d5;
    border-radius: 3px;
    color: rgba(36, 90, 29, .98);
    padding: 7px 40px 7px 12px;
}

.message-light--purchased:before {
    content: "\ea1d";
    font-family: 'Nucleo Outline';
    font-size: 16px;
    position: absolute;
    right: 12px;
    top: 6px;
}

.content-expert-rating {
    list-style: none;
    padding: 5px 13px 33px 60px;
    background: #fcfcfc;
    border-radius: 5px;
}

.content-expert-rating>li {
    display: flex;
    flex-wrap: wrap;
    margin-right: -7px;
    margin-left: -7px;
    align-items: center;
    margin-top: 15px;
}

.content-expert-rating>li:first-child {
    margin-top: 0;
}

.content-expert-rating>li .cell {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 7px;
    padding-left: 7px;
}

.content-expert-rating>li .cell:first-child {
    flex: 0 0 45%;
    max-width: 45%;
}

.content-expert-rating>li .cell:last-child {
    flex: 0 0 55%;
    max-width: 55%;
}

.comments-area ol.comment-list .comment-title {
    font-size: 19px;
    line-height: 1.158;
    color: #5f5f5f;
    font-weight: 500;
}

.comments-area ol.comment-list .comment-author {
    font-size: 14px;
    line-height: 1.571;
    display: block;
    color: #adadad;
    margin-top: 5px;
    font-weight: 400;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.comments-area ol.comment-list li .comment-body p {
    text-align: justify;
}

.comments-area ol.comment-list .footer {
    position: absolute;
    bottom: -30px;
    left: 30px;
}

.comments-likes {
    text-align: left;
    color: #777;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
}

.btn-like {
    border-radius: 8px;
    border: 1px solid #ededed;
    background: #fff;
    padding: 2px 13px;
    color: #8c8c8c;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    outline: none !important;
    cursor: pointer;
}

.comments-likes .btn-like {
    margin-right: 17px;
}

.btn-like[data-counter]:before {
    margin-left: 7px;
    color: #7a7a7a;
    font-size: 15px;
    font-size: 1.071rem;
    line-height: inherit;
    content: attr(data-counter);
}

.message-light--opinion-positive {
    font-size: 13px;
    font-size: .929rem;
    line-height: 2.23;
    background-color: #f1feff;
    border: 1px solid #c2f2f7;
    border-radius: 3px;
    color: #1599a9;
    padding: 7px 40px 7px 12px;
}

.message-light--opinion-positive:before {
    content: "\ea37";
    font-family: 'Nucleo Outline';
    position: absolute;
    right: 12px;
    top: 3px;
    font-size: 17px;
}

.rating {
    position: relative;
    height: 4px;
    border-radius: 3px;
    background: #eaeaea;
}

.rating--general {
    background-color: #d5d5d5;
}

.rating[data-rate-digit]:before {
    position: absolute;
    right: 100%;
    top: 50%;
    content: attr(data-rate-digit);
    margin-right: 11px;
    color: #6f6f6f;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.rating-rate {
    width: 0;
    height: 100%;
    background: silver;
    border-radius: 3px;
}

.rating--general .rating-rate {
    background-color: #00bfd6;
}

.comments-user-shopping {
    list-style: none;
    padding: 5px 0 0;
}

.comments-user-shopping>li {
    margin: 20px 0;
}

.comments-user-shopping>li .cell {
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    color: #777;
    margin: 5px 0;
}

.comments-user-shopping>li .color-cell {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.comments-user-shopping>li .color-cell .shopping-color-value {
    width: 17px;
    height: 17px;
    border-radius: 5px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
}

.comments-user-shopping>li .seller-cell:before {
    content: "\ea50";
    font-family: 'Nucleo Outline';
    position: relative;
    top: 3px;
    margin-left: 7px;
}

.content-expert-evaluation-positive span {
    color: #00bfd6;
    font-size: 16px;
    line-height: 1.375;
    font-weight: 400;
}

.content-expert-evaluation-negative ul li, .content-expert-evaluation-positive ul li {
    margin: 6px 0;
    padding-right: 17px;
    color: #5f5f5f;
    position: relative;
}

.content-expert-evaluation-negative ul li:before, .content-expert-evaluation-positive ul li:before {
    width: 6px;
    height: 6px;
    background: #ccc;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 8px;
    right: 0;
}

.content-expert-evaluation-positive ul li:before {
    background-color: #00bfd6;
}

/* Single-product Page */