.submenue {
    right: 227px;
    display: none;
}

.sub-one:hover .submenue {
    display: block;
}

.quantity {
    display: flex;
    /* border: 2px solid #b4b4b4; */
    /* border-radius: 4px; */
    width: fit-content;
    overflow: hidden;

}

.quantity button {
    background-color: transparent;
    color: #ffffff;
    cursor: pointer;
    font-size: 20px;
    padding: 5px 8px;
    /* border-radius: 0px 0px 0px 0px; */
    border: 1px solid #fff;
    height: auto;
    text-align: center;
    transition: background-color 0.2s;
}

.quantity button:hover {
    background-color: #444444;
}

.input-box {
    width: 40px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 8px 10px;
    font-size: 16px;
    outline: none;
}

/* Hide the number input spin buttons */
.input-box::-webkit-inner-spin-button,
.input-box::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}



@media all {
    .tabs {
        padding-top: 1%
    }

    .tab-list {
        padding-left: 0;
        padding-right: 0;
    }

    .tab-list>li {
        padding: 0 1%;
        /* border-left: 1px solid #6c6c6c; */
        text-align: center;
        float: left;
        cursor: pointer;
    }

    .tab-list>li:first-child {
        border-left: none;
    }

    .tab-list>li:hover>h5,
    .tab-list>li.active>h5 {
        color: #e35eb5;
    }

    .tab-list>li>h5 {
        font-weight: 100;
        display: block;
        transition: all 500ms ease;
        color: #fff;
    }

    .tabs-content {
        opacity: 0;
        display: none;
        margin: 1em 0;
    }

    .tabs-content.active {
        opacity: 1;
        display: block;
    }

    /* Tab 1 Set */
    /* .tabs-content#content-select-1>div {
        padding: 0 4em;
    } */

    .tabs-content>div>i {
        font-size: 65px;
        float: left;
        display: block;
        margin-top: 10px;
    }

    .tabs-content>div>article {
        float: right;
        width: 80%;
    }

    .tabs-content>div>article h3 {
        font-weight: bold;
    }

    /* Bar Set Style */
    .tab-header {
        margin: 0 0 1em;
    }

    .tab-header h3 {
        font-size: 20px;
        text-transform: uppercase;
    }

    .single-bar {
        float: left;
        text-align: center;
        padding-right: 0;
        padding-left: 0;
    }

    .single-bar p {
        text-align: center;
    }

    .single-bar p.bar-place {
        margin: 1em 0;
    }

    .bar-container {
        /* border-bottom: 1px solid #fff; */
        padding: 0 1em;
        min-height: 280px;
        position: relative;
    }

    .bar {
        position: absolute;
        overflow: hidden;
        bottom: 0;
    }

    .bar:first-child {
        padding-left: 0;
    }

    .bar-value {
        /* border: 1px solid #fff; */
        border-bottom: none;
    }

    .bar1 {
        height: 150px;
    }

    .bar2 {
        height: 245px;
    }

    .bar3 {
        height: 110px;
    }

    .bar4 {
        height: 95px;
    }

    .bar5 {
        height: 180px;
    }

    .bar6 {
        height: 50px;
    }

    .bar-highlight {
        background-color: #e35eb5;
        border-color: #e35eb5;
    }

    .bar-highlight:hover {
        opacity: .9;
    }
}




@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    color: #545454;
    font-family: "Open Sans", sans-serif;
}

.wrapper {
    margin: 0 auto;
    max-width: 960px;
    width: 100%;
}

.master {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 40px;
}

h1 {
    font-size: 20px;
    margin-bottom: 20px;
}

h2 {
    line-height: 160%;
    margin-bottom: 20px;
    text-align: center;
}

.rating-component {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
}

.rating-component .status-msg {
    margin-bottom: 10px;
    text-align: center;
}

.rating-component .status-msg strong {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}

.rating-component .stars-box {
    -ms-flex-item-align: center;
    align-self: center;
    margin-bottom: 15px;
}

.rating-component .stars-box .star {
    color: #ccc;
    cursor: pointer;
}

.rating-component .stars-box .star.hover {
    color: #ff5a49;
}

.rating-component .stars-box .star.selected {
    color: #ff5a49;
}

.feedback-tags {
    min-height: 119px;
}

.feedback-tags .tags-container {
    display: none;
}

.feedback-tags .tags-container .question-tag {
    text-align: center;
    margin-bottom: 40px;
}

.feedback-tags .tags-box {
    display: -webkit-box;
    display: -ms-flexbox;
    text-align: center;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.feedback-tags .tags-container .make-compliment {
    padding-bottom: 20px;
}

.feedback-tags .tags-container .make-compliment .compliment-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.feedback-tags .tags-container .make-compliment .compliment-container .fa-smile-wink {
    color: #ff5a49;
    cursor: pointer;
    font-size: 40px;
    margin-top: 15px;
    -webkit-animation-name: compliment;
    animation-name: compliment;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.feedback-tags .tags-container .make-compliment .compliment-container .list-of-compliment {
    display: none;
    margin-top: 15px;
}

.feedback-tags .tag {
    border: 1px solid #ff5a49;
    border-radius: 5px;
    color: #ff5a49;
    cursor: pointer;
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 10px;
}

.feedback-tags .tag.choosed {
    background-color: #ff5a49;
    color: #fff;
}

.list-of-compliment ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.list-of-compliment ul li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
    margin-left: 20px;
    min-width: 90px;
}

.list-of-compliment ul li:first-child {
    margin-left: 0;
}

.list-of-compliment ul li .icon-compliment {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #ff5a49;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 70px;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 0 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 70px;
}

.list-of-compliment ul li .icon-compliment i {
    color: #ff5a49;
    font-size: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.list-of-compliment ul li.actived .icon-compliment {
    background-color: #ff5a49;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.list-of-compliment ul li.actived .icon-compliment i {
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.button-box .done {
    background-color: #ff5a49;
    border: 1px solid #ff5a49;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: none;
    min-width: 100px;
    padding: 10px;
}

.button-box .done:disabled,
.button-box .done[disabled] {
    border: 1px solid #ff9b95;
    background-color: #ff9b95;
    color: #fff;
    cursor: initial;
}

.submited-box {
    display: none;
    padding: 20px;
}

.submited-box .loader,
.submited-box .success-message {
    display: none;
}

.submited-box .loader {
    border: 5px solid transparent;
    border-top: 5px solid #4dc7b7;
    border-bottom: 5px solid #ff5a49;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 0.8s linear infinite;
    animation: spin 0.8s linear infinite;
}

@-webkit-keyframes compliment {
    1% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    50% {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    75% {
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes compliment {
    1% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    50% {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    75% {
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}



.slick-dots li.slick-active button:before {
    opacity: 100%;
    color: #e35eb5;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 15px;
    line-height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    width: 29px;
    height: 26px;
    content: '•';
    text-align: center;
    opacity: 100%;
    color: #ffd2ef;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots {
    background-color: transparent !important;
    /* padding: 30px 0px; */
}

.slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}


.product-img--main {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 400px;
}

.product-img--main__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform .5s ease-out;
    transition: -webkit-transform .5s ease-out;
    transition: transform .5s ease-out;
    transition: transform .5s ease-out, -webkit-transform .5s ease-out;
}


.star {
    font-size: 45px;
    cursor: pointer;
  }
   
  .one {
    color: rgb(255, 0, 0);
  }
   
  .two {
    color: rgb(255, 106, 0);
  }
   
  .three {
    color: rgb(251, 255, 120);
  }
   
  .four {
    color: rgb(255, 255, 0);
  }
   
  .five {
    color: rgb(24, 159, 14);
  }