/**
* Do not edit or add to this file
* If you need help please contact <contact@hwcsoftware.com>
* @author    HWC Software <contact@hwcsoftware.com>
* @copyright 2020 HWC Software
* @license   please read license in file license.txt
* @package   AliExpress Dropshipping PRO 3 in 1
*/

@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

.product-variants .color {
    width: 3.25rem;
    height: 3.25rem;
}
/*Start star percent*/
.hwc-aliexpress-ratings {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    color: white;
    overflow: hidden;
}
.hwc-aliexpress-full-stars {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #fde16d;
}
.hwc-aliexpress-empty-stars:before,
.hwc-aliexpress-full-stars:before {
    content: "\2605\2605\2605\2605\2605";
    font-size: 23pt;
}
.hwc-aliexpress-empty-stars:before, .hwc-aliexpress-empty-stars-review:before {
    -webkit-text-stroke: 1px #848484;
}

/*End star percent*/
.hwc-aliexpress-main-button:focus {
    outline: none;
}
/**Review product*/
.hwc-aliexpress-wrapper-product-reviews {
    clear: both;
    margin-top: 1rem;
    background: white;
    padding: 1.5rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,.175);
    position: relative;
}

.hwc-aliexpress-wrapper-product-reviews h4 {
    margin-bottom: 0.5rem;
}

.hwc-aliexpress-reviews-filter {
    background-color: #fffbf8;
    display: flex;flex-wrap: wrap;
    min-height: 5rem;border: 1px solid #f9ede5;
    align-items: center;
    border-radius: 2px;
    box-sizing: border-box;
    padding: 1.875rem;
}

.hwc-aliexpress-reviews-filter-left {
    flex-basis: 20%;
}

.hwc-aliexpress-reviews-filter-right {
    flex-basis: 70%;
}

.hwc-aliexpress-reviews-total-record h4 {
    display: inline;
    font-size: 2.5rem;
    font-weight: 100;
}

.hwc-aliexpress-reviews-total-record span {
    font-size: 1.5rem;
}
.hwc-aliexpress-reviews-star {
    margin-top: 0.5rem;
}
/**Review product*/
/*List review*/
.hwc-aliexpress-reviews-list {
    padding: 0 1.5rem;
}

.hwc-aliexpress-reviews-item {
    padding: 1.5rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0,0,0,.09);
}

.hwc-aliexpress-reviews-item-left {
    flex-basis: 5%;
}

.hwc-aliexpress-reviews-item-right {
    flex-basis: 92%;
}

.hwc-aliexpress-reviews-item-right img {
    cursor: pointer;
}

.hwc-aliexpress-reviews-item-left img {
    width: 100%;
    border-radius: 50%;
}

.hwc-aliexpress-review-content, .hwc-aliexpress-review-time {
    padding-bottom: 1rem;
}

.hwc-aliexpress-review-seller {
    background-color: #f5f5f5;
    padding: .875rem .75rem;
}

.hwc-aliexpress-review-seller-name {
    color: #8b572a;
    font-size: 1.2rem;
    text-transform: capitalize;
}

.hwc-aliexpress-review-seller-content {
    margin-top: 0.8rem;
}

.hwc-aliexpress-review-time {
    color: grey;
    font-size: 0.8rem;
}
.hwc-aliexpress-review-footer {
    margin-top: 0.8rem;
    display: flex;
    justify-content: space-between;
    font-size: 1.15rem;
    color: gray;
}

span.hwc-aliexpress-button-like, .hwc-aliexpress-review-button-report, .hwc-aliexpress-button-dislike {
    cursor: pointer;
}
.hwc-aliexpress-review-button-report {
    flex-basis: 10%;
    text-align: right;
    position: relative;
}

.hwc-aliexpress-review-button-report-actions {
    position: absolute;
    min-width: 100px;
    left: 0;
    text-align: left;
    border-radius: 2px;
    border: 1px solid rgba(0,0,0,.09);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.05);
    color: rgba(0,0,0,.8);
    z-index: 999;
    background: white;
    margin-bottom: 0;
    padding: .75rem 1.625rem;
    display: none;
}

.hwc-aliexpress-review-star .hwc-aliexpress-empty-stars:before,.hwc-aliexpress-review-star  .hwc-aliexpress-full-stars:before {
    font-size: 18px;
}

.hwc-aliexpress-review-star {
    padding: 0.5rem 0;
}
/*List review*/
/*Paginate*/
.hwc-aliexpress-group-nav {
    float: right;
    width: fit-content;
    height: 30px;
    display: flex;
    cursor: pointer;
}
.hwc-aliexpress-group-nav li {
    height: 100%;
    width: 40px;
    border: 1px solid #aea9a9;
}

.hwc-aliexpress-group-nav a {
    color: black;
    display: block;
    text-align: center;
    height: 100% !important;
    line-height: 30px;
    width: 100%;
}

.hwc-aliexpress-group-nav input {
    height: 100%;
    width: 40px;
    border: none;
    text-align: center;
    line-height: 30px;
}

.hwc-aliexpress-group-nav li:before {
    border-left: 1px solid;
}

.hwc-aliexpress-group-nav li ~ li {
    border-left: none;
}
/*Paginate*/
.hwc-aliexpress-main-button {
    height: 35px;
    min-width: 80px;
    padding: 0 16px;
    font-size: 14px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    margin: 4px 4px;
    color: #ffffff;
    background: #ED4D2D;
    border: 1px solid #ffffff;;
}
.hwc-aliexpress-button-cancel a, .hwc-aliexpress-button-cancel {
    background: #ffffff;
    border: 1px solid #363a41;
    color: #363a41;
}
.hwc-mk-button-filter-star-selected,
.hwc-aliexpress-button-cancel:hover {
    color: #ee4d2d !important;
    background: #ffffff !important;
    border: 1px solid #ee4d2d !important;
}
.hwc-aliexpress-full-stars, .hwc-aliexpress-reviews-total-record {
    color: #ED4D2D;
}
.hwc-aliexpress-button-action:hover {
    background: #25b9d7;
}
.hwc-aliexpress-button-action:hover a {
    color: #ffffff;
}
.hwc-aliexpress-header-reviews {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}
/*Modal*/
.hwc-aliexpress-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0);
    z-index: 8888;
    transition: all 1s ease-out;
    display: block;
    pointer-events: none;
}
.hwc-aliexpress-modal .hwc-aliexpress-dialog {
    width: 60%;
    position: relative;
    top: -5000px;
    margin: 5% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: white;
    box-shadow: 0 0 10px #000;
}
.hwc-aliexpress-modal-active, .hwc-aliexpress-modal:target {
    display: block;
    pointer-events: auto;
    background: rgba(4,10,30,0.8);
    -moz-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    overflow: auto;
}
.hwc-aliexpress-modal-active .hwc-aliexpress-dialog, .hwc-aliexpress-modal:target .hwc-aliexpress-dialog {
    top: -20px;
    transition: all .5s ease-out;
}
.hwc-aliexpress-close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 12px !important;
    box-shadow: 0 0 10px #000;
}
.hwc-aliexpress-modal-content {
    padding: 1rem;
}

.hwc-aliexpress-info-product-review {
    display: flex;
    flex-wrap: wrap;
    margin: 1rem 0;
}

.hwc-aliexpress-info-product-review-image {
    flex-basis: 15%;
}

.hwc-aliexpress-info-product-review-name {
    flex-basis: 70%;
    margin-left: 1rem;
}
/*Rating select*/
.hwc_aliexpress_star-rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
    width: 10em;
    margin: 0 auto;
}

.hwc_aliexpress_star-rating input {
    display: none;
}

.hwc_aliexpress_star-rating label {
    color: #ccc;
    cursor: pointer;
    font-size: 3.5rem;
}

.hwc_aliexpress_star-rating :checked ~ label {
    color: #f90;
}
/*Rating select*/
.hwc-aliexpress-star-available-msg {
    background: #FAFAFA;
    padding: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.hwc-aliexpress-star-msg {
    margin: 0.5rem 0;
    border: 1px solid;
    padding: 0.5rem;
    border-radius: 10px;
    cursor: pointer;
    font-weight: bold;
}
.hwc-aliexpress-anonymous-review {
    margin-top: 1rem;
    display: flex;
    align-items: center;
}

.hwc-aliexpress-anonymous-review input {
    flex-basis: 5%;
    height: 18px;
    margin-right: 0.5rem;
}
input.hwc-aliexpress-images-reviews {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* display: none; */
    opacity: 0;
    height: 100%;
}

.hwc-aliexpress-list-images-review {
    margin: 0.5rem 0;
    display: flex;
    flex-wrap: wrap;
}

.hwc-aliexpress-image-review-group {
    flex-basis: 14%;
    position: relative;
    margin-right: 1rem;
    min-height: 50px;
    border: 1px solid #dad8d8;
}

.hwc-aliexpress-image-review-group input {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    display: none;
}

.hwc-aliexpress-remove-image-review {
    position: absolute;
    right: 0;
    color: white;
    padding: 5px;
    background: red;
    cursor: pointer;
    opacity: 0;
}

.hwc-aliexpress-image-review-group:hover .hwc-aliexpress-remove-image-review {
    opacity: 1;
}
/*Modal*/
.hwc-aliexpress-button-action a:focus {
    border: none;
    text-decoration: none;
}
/*Loader*/
.hwc-loader {
    border: 2px solid ;
    border-radius: 50%;
    border-top: 2px solid #f4511e;
    border-bottom: 2px solid ;
    width: 13px;
    height: 13px;
    -webkit-animation: spin 0.5s linear infinite;
    animation: spin 0.5s linear infinite;
    float: left;
    margin-top: 3px;
    margin-left: -2px;
    margin-right: 6px;
    display: none;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/*Loader*/
/*Load room image larger*/
#hwc_appear_image_div{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    text-align: center;
    padding-top: 5em;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}
#hwc_appear_image{
    display: block;
    position: fixed;
    z-index: 9999;
    top: 50%;
    width: 400px;
    height: 400px;
    left: 50%;
    margin-top: -200px;
    margin-left: -200px;
    border: 10px #fff solid;
}
#hwc_close_image{
    position: fixed;
    z-index: 9999;
    top: 20px;
    right: 20px;
    cursor: pointer;
    height: 35px;
    width: 35px;
}
.form-horizontal-rtl .label-input {
    text-align: left;
}
#hwc_close_image:hover{
    opacity: 0.7;
}
/*Load room image larger*/
/*Info rate product*/
.hwc-aliexpress-info-product-sale {
    display: flex;
    margin: 1rem 0;
    flex-wrap: wrap;
    align-items: center;
}

.hwc-aliexpress-product-sale-rate .hwc-aliexpress-empty-stars:before,
.hwc-aliexpress-product-sale-rate .hwc-aliexpress-full-stars:before {
    font-size: 13pt;
}

.hwc-aliexpress-info-product-sale > div {
    padding: 4px 1rem;
    border-left: 1px solid #b3b1b1;
    color:gray;
}
.hwc-aliexpress-info-product-sale > div:first-child {
    border-left:none;
    padding-left:0;
}

.hwc-aliexpress-product-sale-rate span,
.hwc-aliexpress-product-sale-review span {
    border-bottom: 1px solid;
    margin-right: 4px;
    color:black;
}

.hwc-aliexpress-product-sale-sold span{
    color: black;
}
.hwc-aliexpress-product-sale-rate span{
    margin-bottom: 0;
}

.hwc-aliexpress-product-sale-rate, .hwc-aliexpress-product-sale-review {
    cursor: pointer;
}
/*Info rate product*/
