#submitReviewModel .row {
    margin-left: 0px;
    margin-right: 0px;
}
.rate-1 {
    float: left;
    height: 46px;
    padding: 0 10px;
}
.rate-1:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate-1:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate-1:not(:checked) > label:before {
    content: '★ ';
}
.rate-1 > input:checked ~ label {
    color: #ffc700;
}
.rate-1:not(:checked) > label:hover,
.rate-1:not(:checked) > label:hover ~ label {
    color: #deb217;
}
.rate-1 > input:checked + label:hover,
.rate-1 > input:checked + label:hover ~ label,
.rate-1 > input:checked ~ label:hover,
.rate-1 > input:checked ~ label:hover ~ label,
.rate-1 > label:hover ~ input:checked ~ label {
    color: #c59b08;
}

/* Modified from: https://github.com/mukulkant/Star-rating-using-pure-css */

.rate-2 {
    float: left;
    height: 46px;
    padding: 0 10px;
}
.rate-2:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate-2:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate-2:not(:checked) > label:before {
    content: '★ ';
}
.rate-2 > input:checked ~ label {
    color: #ffc700;
}
.rate-2:not(:checked) > label:hover,
.rate-2:not(:checked) > label:hover ~ label {
    color: #deb217;
}
.rate-2 > input:checked + label:hover,
.rate-2 > input:checked + label:hover ~ label,
.rate-2 > input:checked ~ label:hover,
.rate-2 > input:checked ~ label:hover ~ label,
.rate-2 > label:hover ~ input:checked ~ label {
    color: #c59b08;
}

/* Modified from: https://github.com/mukulkant/Star-rating-using-pure-css */


.rate-3 {
    float: left;
    height: 46px;
    padding: 0 10px;
}
.rate-3:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate-3:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate-3:not(:checked) > label:before {
    content: '★ ';
}
.rate-3 > input:checked ~ label {
    color: #ffc700;
}
.rate-3:not(:checked) > label:hover,
.rate-3:not(:checked) > label:hover ~ label {
    color: #deb217;
}
.rate-3 > input:checked + label:hover,
.rate-3 > input:checked + label:hover ~ label,
.rate-3 > input:checked ~ label:hover,
.rate-3 > input:checked ~ label:hover ~ label,
.rate-3 > label:hover ~ input:checked ~ label {
    color: #c59b08;
}

/* Modified from: https://github.com/mukulkant/Star-rating-using-pure-css */

* {
    box-sizing: border-box;
}
.single-product #group-reviews{
    display: none !important;
}
/* Create three equal columns that floats next to each other */
.column {
    float: left;
    width: 33.33%;
    padding: 10px;
}
.yg-col-12{
    float: left;
    width: 100%;
}
.col-container {
    display: table;
    width: 100%;
}
.col {
    display: table-cell;
    padding: 16px;
}
.yg-col-50{
    float: left;
    width: 50%;
}

.yg-col-66{
    float: left;
    width: 66%;
}
.yg-col-33{
    float: left;
    width: 33%;
}
.yg-message {
    min-height: 198px;
}
.min-notice-below-input {
    font-size: 10px;
    line-height: 10px;
    top: -7px;
    position: relative;
}
.yg-review-guidline{
    margin-top: 30px;
    background-color: #F1F1F6;
    padding: 15px;
    margin-left: 5px;
    font-size: 10px;
    min-height: 199px;
    width: calc(33% - 5px);
}
.yg-review-guidline h6,
.yg-review-guidline p {
    line-height: normal;
}
.yg-review-guidline li {
    margin-bottom: 5px;
}
.yg-review-guidline h6{
    font-size: 14px;
}
label[for="location"] {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
}
@media screen and (max-width: 600px) {
    .yg-pd-pl {
        padding-right: 10px;
    }
    .yg-pd-pr {
        padding-right: 10px;
    }

    .yg-review-guidline{
        padding-left: 0px;
    }
    .column {
        width: 100%;
    }
    .col {
        display: block;
        width: 100%;
    }
    .yg-col-50{
        display: block;
        float: left;
        width: 100%;
    }
    .yg-col-66{
        float: left;
        width: 100%;
    }
    .yg-col-33{
        float: left;
        width: 100%;
    }
}

.yg-border{
    border: 1px solid #d9d9d9;
}
.yg-review-top-inner {
    vertical-align: middle;
    height: 280px;
}

/*Padding*/
.yg-mt-1{
    margin-top: .25rem!important;
}
.yg-mb-1{
    margin-bottom: .25rem!important;
}
.yg-p-1{
    padding: .25rem!important;
}
.yg-my-1{
    margin-top: .25rem!important;
    margin-bottom: .25rem!important;
}

.yg-pt-2{
    padding-top: .5rem!important;
}
.yg-pb-2{
    padding-bottom: .5rem!important;
}
.yg-p-2{
    padding: .5rem!important;
}
.yg-py-2{
    padding-top: 1rem!important;
    padding-bottom: 1rem!important;
}

.yg-pt-3{
    padding-top: 1rem!important;
}
.yg-pb-3{
    padding-bottom: 1rem!important;
}
.yg-p-3{
    padding: 1rem!important;
}
.yg-py-3{
    padding-top: 1rem!important;
    padding-bottom: 1rem!important;
}

.yg-pt-4{
    padding-top: 1.5rem!important;
}
.yg-pb-4{
    padding-bottom: 1.5rem!important;
}
.yg-p-4{
    padding: 1.5rem!important;
}
.yg-py-4{
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important;
}

.yg-pt-5{
    padding-top: 3rem!important;
}
.yg-pb-5{
    padding-bottom: 3rem!important;
}
.yg-p-5{
    padding: 3rem!important;
}
.yg-py-5{
    padding-top: 3rem!important;
    padding-bottom: 3rem!important;
}

.yg-center, .yg-center-full {
    text-align: center !important;
}

a.write-a-review {
    display: inline-block;
    max-width: 216px;
    height: 40px;
    width: 100%;
    background: #323232;
    color: #ffffff;
    text-decoration: none;
    line-height: 41px;
    font-size: 15px;
    cursor: pointer;
}
a.write-a-review:hover {
    opacity: 0.8;
    transition: 0.3s;
    color: #ffffff;
}
.yg-summary-txt {
    font-size: 14px;
    color: #1f2222;
    display: block;
}

.yg-text-uppercase {
    text-transform: uppercase!important;
}
.yg-review-top-inner h3 {
    font-size: 20px;
}
.yg-review-top-inner h3.title.review-button {
    font-size: 35px;
    margin-bottom: 5px;
}
.yg-review-top-inner h4 {
    text-transform: uppercase;
    margin-bottom: 25px;
    margin-top: 5px;
    font-size: 15px
}

.yg-line {
    border-top: 1px solid rgba(204,204,204,1);
}
.customer-information > span{
    padding: 0px 5px;
}

.yg_rating_stat_middle_stat .a-meter .a-meter-bar {
    background-color: #ff4f04;
    width: 0;
    float: left;
    font-size: 0;
    height: 100%;
}
.yg_rating_stat_middle_stat .a-meter {
    height: 25px;
    overflow: hidden;
    -moz-border-radius: 1px;
    border-radius: 1px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 0px;
    webkit-border-radius: 0px;
    border: 1px solid #dddddd;
}
.yg_rating_stat_middle_stat{
    width: 172px;
    float: left;
    margin-top: 4px;
}
.yg_rating_statistics{
    float: left;
    margin-right: 5px;
    margin-top: 8px;
    margin-left: 0px;
    width: 36px;
    font-size: 15px;
    font-weight: normal;
}
.yg_rating_statistics .sas28starimg{
    width: 16px;
    height: 16px;
    position: relative;
    display: inline-block;
    background-image: url("../includes/images/1star.png");
    background-size: 70px;
    background-position: left top;
    background-repeat: no-repeat;
}
.yg_stars{
    display: block;
    float: left;
    font-size: 15px;
}
.yg_startxt{
    display: block;
    float: left;
    font-size: 15px;
}
.yg_rating_stat_number{
    display: block;
    float: left;
    font-size: 15px;
}
.yg_tooltip_average {
    width: auto;
    margin-bottom: 0;
    display: inline-block;
    line-height: 10px;
    padding-top: .3rem!important;
}
.yg_rating_stat_number {
    float: left;
    min-width: 36px;
    text-align: left;
    padding: 13px 0px 6px 10px;
}
.yg-pdp-line {
    border-top: 1px solid rgba(204,204,204,1);
    height: 0px !important;
}
.yg-text-sm-right{
    padding-left: 5%;
}
.yg-date {
    font-size: 14px;
    color: #1f2222;
}
.yg-date.date-value {
    position: absolute;
    right: 10px;
}
.yg-d-block {
    display: block!important;
}
.yg-d-sm-inline-block{
    display: inline-block!important;
}
.yg-term-name {
    display: block;
    font-size: 13px;
    line-height: 1em;
}
@media (min-width: 576px){
    .yg-col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .yg-col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .yg-col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .yg-col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .yg-col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .yg-pr-sm-5, .yg-px-sm-5 {
        padding-right: 3rem!important;
    }
    .yg-text-sm-right {
        text-align: right!important;
    }
}

.yg-pd-pl {
    padding-right: 10px;
}
.yg-pd-pr {
    padding-right: 10px;
}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 9999999 !important;
    padding-top: 20px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto !important;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.product-template-default.woocommerce .upsells, .product-template-default.woocommerce .related {
    border-top: none !important;
}
    /* Modal Content */
.modal-content {
    float: left;
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 50%;
    margin: auto;
    margin-left: 25%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    max-width: 800px;
}
.modal-content #reviewsprodForm .form-control {
    padding: 6px 12px !important;
}
/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: black;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    color: white;
    border-bottom: none !important;
}

.modal-body {
    padding: 0 100px 0 100px;
}

.modal-footer {
    padding: 2px 16px;
    color: black;
    border-top: none !important;
    text-align: center;
}

#reviewsprodForm button#submit-review {
    display: block;
    width: 225px;
    height: 45px;
    line-height: 45px;
    text-decoration: none!important;
    color: #ffffff!important;
    background: #222224 !important;
    text-align: center;
    border-radius: 0px !important;
    letter-spacing: 1px;
    font-size: 15px;
    text-transform: uppercase;
    border: none;
    outline: none;
    margin: 0 auto !important;
}
h2.yg-war-head {
    font-size: 18px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #1f2222;
    margin: 20px 0 0px;
}
.yg-fullwidth{
    width: 100%;
}
.srcv-img-fe-list {
    max-height: 13px;
    float: left;
}
.yg-ratings {
    float: left;
}
.yg-reviews-summary h3 {
    font-weight: 900;
}
.yg-reviews-summary .row .yg-col-sm-4,
.yg-reviews-summary .row .yg-col-sm-8,
.yg-reviews-summary .row .yg-pr-sm-5,
.yg-reviews-summary .row .yg-pt-3,
.yg-reviews-summary .row .yg-sortbycon,
.yg-reviews-summary .yg-line.yg-mt-1,
.product-review-body{
    position: relative;
    float: left;
}
.yg-reviews-summary .row .yg-sortbycon {
    text-align: right;
    padding: 10px;
    width: 100%;
}
.yg-reviews-summary .row .yg-sortbycon select {
    width: auto !important;
    min-width: 150px;
    transition: none;
}
.product-review-body .rv-left-container {
    width: 300px;
}
.product-review-body {
    padding: 10px;
    display: none;
}
a.btn-load-more {
    float: unset;
    font-size: 15px;
    display: block;
    max-width: 216px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto 20px;
    text-decoration: none;
    font-weight: 900;
    text-transform: uppercase;
    color: #323232 !important;
    border: 1px solid #323232;
}
.btn-load-more-wrapper {
    display: block;
    width: 100%;
    position: relative;
    float: left;
    text-align: center;
}
.product-review-body,
.yg-review-top-inner.rating-summary h3,
.yg-review-top-inner.rating-summary div,
.yg-review-top-inner.rating-summary span{
    width: 100%;
}
.yg-reviews-summary .yg-line.yg-mt-1 {
    width: 100%;
}
.yg-pt-3.yg-review-txt {
    padding-top: 0px !important;

}
.yg-pt-3.yg-review-txt h3 {
    font-size: 14px!important;
    margin: 0;
    font-weight: 900;
    line-height: 1.5;
    padding-bottom: 5px;
}
.yg-pt-3.yg-review-txt p {
    font-size: 13px!important;
    letter-spacing: 0;
    line-height: 1.5;
}
.fa.icon-thumbs-up,
.fa.icon-thumbs-down{
    position: relative;
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: cover;
}
.fa.icon-thumbs-up {
    background-image: url("../includes/images/buttons-yes-no.png");
    background-position: left;
}
.fa.icon-thumbs-down {
    background-image: url("../includes/images/buttons-yes-no.png");
    background-position: right;
}
.quality-ratingss,
.value-ratingss{
    font-size: 13px;
    font-style: italic;
}
.quality-ratingss .label{
    margin-right: 10px;
}
.value-ratingss .label{
    margin-right: 19px;
}
.yg-pdp-line.yg-mt-12 {
    float: left;
    position: relative;
    width: 100%;
    padding: 10px;
}
#submitReviewModel .yg-war-head.yg-war-head-title {
    padding-top: 70px;
    font-size: 36px;
    color: #1f2222;
    font-weight: 900;
    margin-bottom: 1.5rem!important;
    text-align: left;
    margin-top: 10%;
    letter-spacing: 0.5px;
    text-transform: unset;
}
.woocommerce #submitReviewModel .star-rating {
    width: 15px;
    height: 15px;
    float: left;
    margin-right: 3px;
}
.woocommerce #submitReviewModel .star-rating::before {
    content: "\73";
}
.divide-line {
    width: 100%;
    height: 1px;
    background-color: rgba(204,204,204,1);
}
#reviewsprodForm {
    margin-top: 25px;
}
#reviewsprodForm .form-group{
    width: 100%;
    float: left;
}
#reviewsprodForm .form-group .yg-col-6{
    width: 50%;
    display: inline-block;
    float: left;
}
#reviewsprodForm .form-group .yg-col-6.yg-col-6-l {
    padding-right: 10px;
}
#reviewsprodForm label,
.input-cb-agree-usingl,
#reviewsprodForm .form-group-have-label{
    font-size: 13px;
    line-height: 1.5em;
}
#reviewsprodForm .review_error {
    font-size: 10px;
    color: red;
    line-height: 10px;
    padding-top: 3px;
    display: none;
}
#reviewsprodForm .form-group-have-label,
#reviewsprodForm .row .star-cb-group {
    padding: 5px;
    border: 1px solid rgba(204,204,204,1);
    border-radius: 3px;
    padding-top: 10px;
}
.input-cb-agree-usingl {
    border: none;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 8px;
}
.product-view-image {
    width: 200px;
    border: 1px solid #f1f1f1;
}
#reviewsprodForm .form-group-have-label {
    padding-top: 20px;
    padding-bottom: 20px;
}
#reviewsprodForm .form-group-recommend {
    border-bottom: 1px solid rgba(204,204,204,1);
    border-top: 1px solid rgba(204,204,204,1);
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
#reviewsprodForm .form-group-media .yg-col-50{
    background-color: #F1F1F6;
    padding: 5%;
    margin-top: 20px;
}
#reviewsprodForm .form-group-media .yg-col-40 {
    width: 45%;
    float: left;
    padding: 35px;
    background-color: #F1F1F6;
    margin-top: 20px;
    height: 175px;
    overflow: hidden;
}
.form-group-media .image-box {

}
.form-group-media .youtube-box {
    padding: 26px !important;
}
.form-group-media .youtube-box input[name='videos'] {
    font-size: 9px;
    padding: 5px;
}
#reviewsprodForm .form-group-media .yg-col-40 input[type=text] {
    background-color: #ffffff;
}
#reviewsprodForm .form-group-media ::placeholder,
#reviewsprodForm .form-group-media :-ms-input-placeholder,
#reviewsprodForm .form-group-media ::-ms-input-placeholder{
    text-transform: unset !important;
    font-size: 14px !important;
}
#reviewsprodForm .form-group-media .yg-col-40 p {
    font-weight: 900;
    text-align: center;
    padding-bottom: 20px;
}
#reviewsprodForm .form-group-media .yg-col-40 p.thumbnail_file {
    padding-bottom: 0px;
    padding-top: 20px;
}
#reviewsprodForm .form-group-media .yg-col-20 {
    width: 10%;
    float: left;
    margin-top: 20px;
}
#reviewsprodForm .form-group-media .yg-col-20 p {
    line-height: 162px;
    text-align: center;
}
#reviewsprodForm .input, #reviewsprodForm .textarea, #reviewsprodForm input,
#reviewsprodForm input[type=email], #reviewsprodForm input[type=password],
#reviewsprodForm input[type=search], #reviewsprodForm input[type=text],
#reviewsprodForm select, #reviewsprodForm textarea,
.yg-sortbycon select{
    background-color: transparent;
    border: 1px solid rgba(204,204,204,1);
}
#reviewsprodForm .notice-success{
    display: none;
    width: 100%;
    float: left;
    background-color: #50A847;
    border-radius: 5px;
    color: white;
    margin-bottom: 10px;
}
.woocommerce #reviewsprodForm label.checkbox:before,
.woocommerce #reviewsprodForm input[type=radio] + label:before,
.woocommerce #reviewsprodForm input[type=checkbox] + label:before,
.woocommerce #reviewsprodForm label.checkbox:after,
.woocommerce #reviewsprodForm input[type=radio] + label:after,
.woocommerce #reviewsprodForm input[type=checkbox] + label:after{
    content: none;
}
.woocommerce #reviewsprodForm label.checkbox,
.woocommerce #reviewsprodForm input[type=radio] + label,
.woocommerce #reviewsprodForm input[type=checkbox] + label {
    padding-left: 5px;
}
.woocommerce #reviewsprodForm label.checkbox,
.woocommerce #reviewsprodForm input[type=radio],
.woocommerce #reviewsprodForm input[type=checkbox] {
    display: inline-block;
}
select.form-control.yg-fullwidth,
.yg-sortbycon select{
    box-shadow: none !important;
    padding: 37px 53px;
    border: 1px solid #dddddd;
    letter-spacing: 0;
    font-size: 15px;
    color: #231f20;
    width: 100%;
    background: url("../includes/images/select-drop.png") no-repeat 94% 14px;
    height: 37px;
    padding: 10px 10px;
    -webkit-appearance: none
}
.yg-sortbycon select{
    background: url("../includes/images/select-drop.png") no-repeat 94% 23px;
    height: 55px;
}
.notice-for-media {
    font-size: 10px;
    text-align: center;
    float: left;
    width: 100%;
    margin-top: 20px;
}
input[name='cb_agree_using'] {
    width: 20px;
    height: 20px;
    min-height: 16px;
    vertical-align: top;
    margin: 0 !important;
    position: relative;
}
.modal-body-thanks.hidden {
    display: none;
}
.lds-ring-frontend {
    border: 10px solid #f3f3f3; /* Light grey */
    border-top: 10px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 64px;
    height: 64px;
    animation: spin 2s linear infinite;
    margin-top: 10px;
}
.lds-ring-frontend.reaction-loading {
    border: 5px solid grey;
    border-top: 5px solid #3498db;
    width: 20px;
    height: 20px;
}
.lds-ring-frontend.reaction-loading.not-visible {
    display: none;
}
.sortby-ring-frontend {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    animation: spin 2s linear infinite;
    margin-top: 10px;
    float: left;
    display: block;
    position: relative;
    margin-left: calc(50% - 12px);
}
.sortby-ring-frontend.not-visible {
    display: none;
}
.yg-review-reaction span,
.yg-review-reaction a{
    font-size: 14px;
}
.yg-review-reaction a{
    text-transform: initial;
    text-decoration: underline;
}
.message-reaction-notice {
    display: block;
    font-size: 12px;
    color: red;
    display: none;
}
.yg_review-media {
    overflow: hidden;
    float: left;
    position: relative;
    width: 100%;
    margin-top: 20px;
}
.yg-reviews-summary hr.yg-line.yg-mt-1 {
    height: 0px !important;
}
.yg_review_bottomd,
.yg-review-reaction{
    float: left;
    margin-top: 20px;
    width: 100%;
}
.yg_review_bottomd p{
    margin-bottom: 0px !important;
}
.yg-review-reaction {
    margin-top: 5px;
}
.yg_review-media .yg_review-image,
.yg_review-media .fluid-width-video-wrapper{
    display: table-cell;
    float: left;
    max-width: 225px;
    padding-right: 10px;
    width: 100%;
}
.yg_review-media .yg_review-image {
    height: auto;
    overflow: hidden;
}
.yg_review-media .product-view-image {
    width: 100%;
    height: 100%;
    float: left;
}
.yg_review-media .fluid-width-video-wrapper {
    margin-left: 5px;
    min-width: 225px;
    position: relative;
    padding-bottom: 25%;
    height: auto;
    overflow: hidden;
}
.yg_review-media .fluid-width-video-wrappe iframe,
.yg_review-media .fluid-width-video-wrappe object,
.yg_review-media .fluid-width-video-wrappe embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
body.archive.woocommerce-page .yg-reviews-summary,
body.woocommerce-page .yg-reviews-summary{
    display: none !important;
}
body.woocommerce-page.single.single-product .yg-reviews-summary{
    display: block !important;
    float: inherit;
    margin: auto;
    box-sizing: border-box;
    padding: 0 15px;
    width: 95%;
    max-width: 1200px !important;
}
.woocommerce .upsells, .woocommerce .related {
    float: left;
    width: 100%;
}

/*Mobile*/
@media (max-width: 1201px) {
    body.woocommerce-page.single.single-product .yg-reviews-summary {
        display: block !important;
        float: inherit;
        margin: auto;
        box-sizing: border-box;
        padding: 0 15px;
        width: 95%;
    }
    .yg-reviews-summary .yg-center-full {
        width: 100%;
    }
    .modal-content {
        width: 80%;
        margin-left: 10%;
    }
    .modal-body {
        padding: 0 50px 0 50px;
    }
    .yg-reviews-summary .yg-center {
        width: 100%;
    }
}
@media (max-width: 767px){
    .yg_review-media .yg_review-image {
        width: 100%;
        overflow: hidden;
    }
    /** iPad & landscape phone **/
    .yg-product-name {
        padding: 0;
        text-align: center;
    }
    .yg_rating_stat_middle_stat{
        width: 100px;
    }
    .yg-pt-3.yg-review-txt h3 {
        padding-top: 15px;
    }
    .product-view-image {
        width: 200px;
        border: 1px solid #f1f1f1;
        margin: 20px 0;
    }
    /** Phone **/
    .yg-reviews-summary .row .yg-col-sm-4,
    .yg-reviews-summary .row .yg-col-sm-8,
    .yg-reviews-summary .row .yg-pr-sm-5,
    .yg-reviews-summary .row .yg-pt-3,
    .product-review-body,
    #reviewsprodForm .form-group-media .yg-col-40,
    #reviewsprodForm .form-group-media .yg-col-20,
    .yg_review-media .product-view-image,
    .yg_review-media .fluid-width-video-wrapper{
        width: 100%;
    }
    .yg_review-media .fluid-width-video-wrapper {
        margin-left: 0px;
        margin-top: 10px;
        margin-bottom: 10px;
        padding-bottom: 50%;
    }
    #reviewsprodForm .form-group-media .yg-col-20 p {
        line-height: normal;
    }
    .form-group-recommend .yg-col-50{
        text-align: center;
    }
    .yg-review-guidline {
        padding-left: 15px;
        margin-left: 0;
    }
    .yg-pd-pr {
        padding-right: 0;
    }
    .yg-date.date-value {
        position: relative;
        float: inherit !important;
        right: 0;
        display: block;
    }
    .yg_review-media .fluid-width-video-wrapper {
        min-width: auto;
    }
}
@media (max-width: 575px) {

}
.yg-hr-one {
    margin-bottom: 5px !important;
    margin-top: 3px !important;
}
.yg-hr-two {
    margin-top: 8px !important;
    margin-bottom: 5px !important;
}

/*Popup Modal Reviews*/
.product-view-image {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
.product-view-image:hover {opacity: 0.7;}

/* The Modal (background) */
.sec-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99999999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image or youtube) */
.sec-modal-content {
    margin: auto;
    display: block;
    width: 50%;
    max-width: 500px;
}

/* Add Animation */
.sec-modal-content {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 2s;
    animation-name: zoom;
    animation-duration: 2s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
.sec-modal-close {
    position: absolute;
    top: 40px;
    right: 30px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.sec-modal-close:hover,
.sec-modal-close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image or Youtube Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .sec-modal-content{
        width: 100%;
    }
}
