.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8; }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
opacity: 1; }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px; }
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px; }
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; } img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; } .mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444; }
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; } }
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } }body .star-average .woocommerce-product-rating{width:100%;-js-display:flex;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;position:relative;align-items:baseline}span.star_average{color:#fe9727;font-size:35px;vertical-align:middle;font-weight:700;text-align:center;margin:0 10px 0 0;line-height:1}body .star-average .woocommerce-product-rating .star-rating{font-size:22px;color:#fe9727}.star_box{border:1px solid #ddd;border-radius:7px;padding:10px;margin:10px 0 20px;overflow:hidden;-js-display:flex;display:-ms-flexbox;display:flex;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;width:100%}.devvn_review_row{padding-bottom:10px;position:relative;-js-display:flex;display:-ms-flexbox;display:flex;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;width:100%}span.devvn_rating_bar{-ms-flex:1;flex:1;-ms-flex-negative:1;-ms-flex-preferred-size:auto!important;padding:0 10px}span.devvn_num_reviews{min-width:150px;color:#03a0e2}span.devvn_scala_rating{border-radius:3px;display:inline-block;height:15px;background:#eee;vertical-align:middle;overflow:hidden;width:100%}span.devvn_perc_rating{height:15px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;display:inline-block;width:0}.woocommerce div.product body .star-average .woocommerce-product-rating{margin-bottom:5px}span.devvn_stars_value i{margin:0 3px}.star_box_left{-ms-flex:1;flex:1;-ms-flex-negative:1;-ms-flex-preferred-size:auto!important}.star_box_right{width:190px;text-align:center}.woocommerce #reviews #comments h2{font-size:18px}#comments a.btn-reviews-now{background-color:#03a0e2;color:#fff;display:inline-block;padding:10px 20px;border-radius:3px;text-transform:uppercase;font-weight:700;text-decoration:none}body.woocommerce #reviews .star-rating{color:#fe9727}.woocommerce #reviews .star-rating span:before{color:#fe9727}em.woocommerce-review__verified.verified{position:relative;padding:0 0 0 18px;color:#52b858;font-style:normal;margin-right:10px}em.woocommerce-review__verified.verified:before{position:absolute;background:transparent url(//thumuadogocutphcm.com/wp-content/plugins/devvn-woocommerce-reviews/images/icon-confirm.png) no-repeat center center;background-size:100% auto;-moz-background-size:100% auto;-webkit-background-size:100% auto;width:15px;height:15px;display:inline-block;content:'';left:0;top:1px}body.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{font-size:14px;margin:0 0 2px}strong.woocommerce-review__author{font-weight:700;display:inline-block;text-transform:capitalize;color:#000;margin:0 10px 0 0}body .devvn_review_mid .star-rating{float:none;display:inline-block;margin:0 8px 0 0;font-size:11px}body .devvn_review_mid .description{display:inline;line-height:20px}body.woocommerce #reviews #comments ol.commentlist li .comment-text .devvn_review_mid p{display:inline;margin:0}.devvn_review_mid{margin:0 0 2px}body.woocommerce #reviews #comments ol.commentlist li .comment-text{margin:0;border:0;border-radius:0;padding:0}body.woocommerce #reviews #comments ol.commentlist li{margin:0 0 8px}div#review_form_wrapper{border-radius:5px;padding:20px;width:100%;max-width:590px;background:#fff;margin:0 auto;position:relative}#review_form_wrapper svg path{fill:currentColor;stroke-width:0}#review_form_wrapper svg{display:block;height:100%;overflow:visible;position:relative;width:100%}time.woocommerce-review__published-date{color:#999;cursor:unset}.woocommerce div#reviews nav.woocommerce-pagination ul{display:block;border:0;white-space:inherit;margin:0}.woocommerce div#reviews nav.woocommerce-pagination ul li a,.woocommerce div#reviews nav.woocommerce-pagination ul li span{float:left;padding:7px 10px;background:#eee;border-radius:3px;text-align:center;color:#333;margin-right:4px;font-size:12px;cursor:pointer;display:block}.woocommerce div#reviews .woocommerce-pagination ul.page-numbers li,.woocommerce-page div#reviews .woocommerce-pagination ul.page-numbers li{border:0}.woocommerce div#reviews nav.woocommerce-pagination ul li span.current{background:#ccc}div#reviews nav.woocommerce-pagination{margin:10px 0 30px}em.woocommerce-review__awaiting-approval{color:#F44336}.devvn_review_bottom .reply{color:#288ad6;display:inline-block;position:relative}.devvn_review_bottom .reply a{color:#288ad6}.devvn_review_bottom > span{color:#999}.devvn_review_bottom a{color:#288ad6}.devvn_review_bottom{font-size:14px}body.woocommerce #reviews #comments ol.commentlist ul.children{margin:10px 0 15px 10px}body.woocommerce #reviews #comments ol.commentlist ul.children li{border-left:4px solid #efefef;padding-left:10px}div#review_form_wrapper button.fancybox-button.fancybox-close-small{background:#000;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;border:0;overflow:hidden;padding:0;color:#fff;width:25px;height:25px;top:5px;right:5px;position:absolute;outline:0;margin:0;min-height:inherit;line-height:inherit}div#review_form_wrapper span#reply-title,.woocommerce #reviews #comments ol.commentlist #respond span#reply-title{font-size:18px;font-weight:700;display:block;margin:0 0 20px}.woocommerce #review_form #respond textarea,.woocommerce #reviews #comments ol.commentlist #respond textarea{height:77px;border:1px solid #ddd;border-top-left-radius:4px;border-top-right-radius:4px;padding:5px;resize:none;outline:none;display:block;width:100%;margin:0}#review_form .comment-form-rating,.woocommerce #reviews #comments ol.commentlist #respond .comment-form-rating{width:100%;-js-display:flex;display:-ms-flexbox;display:flex;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:justify;justify-content:space-between;margin:0 0 10px}#review_form .comment-form-rating label,.woocommerce #reviews #comments ol.commentlist #respond .comment-form-rating label{width:150px;padding-right:10px;font-weight:700;margin:0 0 10px}#review_form .comment-form-rating p.stars,.woocommerce #reviews #comments ol.commentlist #respond .comment-form-rating p.stars{margin:0;-ms-flex:1;flex:1;-ms-flex-negative:1;-ms-flex-preferred-size:auto!important}#review_form .comment-form-rating p.stars a,.woocommerce #reviews #comments ol.commentlist #respond .comment-form-rating p.stars a{font-size:14px;text-indent:inherit;width:20%;height:auto;float:left;text-align:center;color:#999!important;transition:all .3s linear;-moz-transition:all .3s linear;-webkit-transition:all .3s linear;margin:0;font-family:inherit}#review_form .comment-form-rating p.stars a:hover{transform:scale(1.2);-moz-transform:scale(1.2);-webkit-transform:scale(1.2)}#review_form .comment-form-rating p.stars a:before,.woocommerce #reviews #comments ol.commentlist #respond .comment-form-rating p.stars a:before{position:relative;display:block;margin:0 auto 10px;content:"\e020";color:#999;font-size:24px}.woocommerce p.stars.selected a:not(.active)::before,#review_form .comment-form-rating p.stars.selected a:before,.woocommerce #reviews #comments ol.commentlist #respond p.stars.selected a:not(.active)::before,.woocommerce #reviews #comments ol.commentlist #respond .comment-form-rating p.stars.selected a:before{color:#fe9727}#review_form .comment-form-rating p.stars.selected a.active~a:before,.woocommerce #reviews #comments ol.commentlist #respond .comment-form-rating p.stars.selected a.active~a:before{color:#999}#review_form .comment-form-rating p.stars:hover a:before,.woocommerce #reviews #comments ol.commentlist #respond .comment-form-rating p.stars:hover a:before{color:#fe9727!important}#review_form .comment-form-rating p.stars a:hover~a:before,.woocommerce #reviews #comments ol.commentlist #respond .comment-form-rating p.stars a:hover~a:before{color:#999!important}#review_form .comment-form-rating p.stars span,.woocommerce #reviews #comments ol.commentlist #respond .comment-form-rating p.stars span{-js-display:flex;display:-ms-flexbox;display:flex;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:justify;width:100%}.form_row_reviews{margin:0 0 10px;-js-display:flex;display:-ms-flexbox;display:flex;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:justify;justify-content:space-between;width:100%}.form_row_reviews > p{width:33.333%}.woocommerce #review_form #respond input,.woocommerce #reviews #comments ol.commentlist #respond input{border:1px solid #ddd;width:100%;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;padding:5px;height:35px;outline:none}.form_row_reviews p.comment-form-author{padding-right:10px}.form_row_reviews p.comment-form-email{padding-left:10px}.woocommerce #review_form #respond p.form-submit,.woocommerce #reviews #comments ol.commentlist #respond p.form-submit{text-align:center}.woocommerce #review_form #respond p.form-submit input#submit,.woocommerce #reviews #comments ol.commentlist #respond p.form-submit input#submit{background-color:#03a0e2;color:#fff;border:0;width:auto;margin:0 auto;padding:10px 30px;text-transform:uppercase;height:40px;min-height:inherit;line-height:inherit}.note_review a{color:#03a0e2}.note_review{margin-top:10px}.comment-form-comment{margin:0;position:relative}.wrap-attaddsend{background:#f7f7f7;padding:6px!important;overflow:hidden;margin:0 0 20px}span#countContent{float:right;color:#999;margin-top:5px}.comment-form-comment div#comment-error{position:absolute;bottom:2px;left:5px}#respond div.error{font-size:12px;color:red}body.woocommerce #reviews #comments ol.commentlist #respond{margin:10px 0 10px 20px;position:relative}.woocommerce #reviews #comments ol.commentlist #respond .comment-form-rating{display:none!important}.woocommerce #reviews #comments ol.commentlist #respond span#reply-title{font-size:14px;margin-bottom:10px}.woocommerce #reviews #comments ol.commentlist #respond span#reply-title a{color:#fff;background:red;width:30px;border-radius:50%;height:30px;display:inline-block;vertical-align:middle;text-align:center;line-height:30px;position:absolute;top:7px;right:15px}div#reviews.woocommerce-Reviews{width:100%;max-width:750px;margin:20px auto 30px}div#comments{position:relative}.review-attach{position:relative;float:left}.review-attach input{position:absolute;top:0;right:0;margin:0;opacity:0;-ms-filter:alpha(opacity=0);font-size:200px;direction:ltr;cursor:pointer;display:none}span.btn-attach{color:#03a0e2;font-weight:700;padding:5px 0 5px 32px;display:block;background:transparent url(//thumuadogocutphcm.com/wp-content/plugins/devvn-woocommerce-reviews/images/icon-image.png) no-repeat left center;background-size:25px auto;-moz-background-size:25px auto;-webkit-background-size:25px auto}.devvn_insert_attach{cursor:pointer}ul.devvn_attach_view{list-style:none;margin:0;padding:0}.list_attach:after{content:"";display:table;clear:both}ul.devvn_attach_view li{float:left;width:80px;margin:0 20px 20px 0 !important;padding:0!important;border:0!important;overflow:inherit;clear:none}.img-wrap{position:relative}.img-wrap .close{position:absolute;right:-10px;top:-10px;background:#000;color:#fff!important;border-radius:50%;z-index:2;display:block;width:20px;height:20px;font-size:16px;text-align:center;line-height:18px;cursor:pointer!important;opacity:1!important;text-shadow:none}i.devvn-plus{font-style:normal;font-weight:900;font-size:35px;line-height:1}.img-wrap-box{position:relative;overflow:hidden;padding-top:100%;height:auto;background-position:50% 50%;background-size:cover}.img-wrap-box img{right:0;width:100%!important;height:100%!important;bottom:0;left:0;top:0;position:absolute;object-position:50% 50%;object-fit:cover;transition:all .5s linear;-moz-transition:all .5s linear;-webkit-transition:all .5s linear;-ms-transition:all .5s linear}.list_attach span.devvn_insert_attach{width:80px;height:80px;text-align:center;display:inline-block;float:left;border:2px dashed #ccc;line-height:76px;font-size:25px;color:#ccc;display:none}.list_attach.show-btn span.devvn_insert_attach{display:block;margin:0 0 20px!important}ul.devvn_attach_view li input{display:none}ul.cmt_attachment_img{list-style:none;margin:5px 0 0;padding:0;overflow:hidden}ul.cmt_attachment_img li{width:50px;float:left;margin:0 5px 5px 0 !important;padding:0!important;border:0!important;clear:none}ul.cmt_attachment_img li img{width:100%;height:auto;display:block}.devvn_prod_cmt{width:100%;max-width:750px;margin:0 auto 30px;position:relative}.devvn_cmt_input textarea,.devvn_cmt_input input{border:1px solid #c1bfbf;width:100%;padding:5px 10px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;outline:none}.devvn_cmt_input textarea{height:100px;border-radius:3px 3px 0 0;display:block;margin:0}.devvn_cmt_input input{height:30px}.devvn_cmt_form_bottom{border:1px solid #c1bfbf;border-top:0;padding:10px;-js-display:flex;display:-ms-flexbox;display:flex;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:justify;justify-content:space-between;width:100%}.devvn_cmt_radio{-ms-flex:1;flex:1;-ms-flex-negative:1;-ms-flex-preferred-size:auto!important;text-align:right;padding-top:7px;white-space:nowrap}.devvn_cmt_submit{margin-left:5px}button#devvn_cmt_submit,button#devvn_cmt_replysubmit{width:100%;height:30px;background:#fbd648;border:0;text-transform:uppercase;font-weight:700;outline:none;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;margin:0;padding:0 10px;font-size:14px;min-height:inherit;line-height:30px;white-space:nowrap}.devvn_cmt_form_bottom .devvn_cmt_input{width:35%;padding:0 5px}.devvn_cmt_radio label{display:inline-block;font-weight:700;position:relative;cursor:pointer;margin:0 10px 0 0}.devvn_cmt_radio label input{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.devvn_cmt_radio label span{padding-left:23px;display:block}.devvn_cmt_radio label span:before,.devvn_cmt_radio label span:after{width:16px;height:16px;content:"";position:absolute;border:1px solid #a6a6a6;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;top:1px;left:0}.devvn_cmt_radio label input:checked~span:before{border:1px solid #3398d2}.devvn_cmt_radio label input:checked~span:after{background:#3398d2;border:1px solid #3398d2;width:8px;height:8px;top:5px;left:4px}.devvn_cmt_form{margin:0 0 20px}.devvn_cmt_list_header{overflow:hidden;margin:0 0 20px}.devvn_cmt_lheader_left{float:left}.devvn_cmt_lheader_right{float:right}.devvn_cmt_list_box ul{list-style:none;margin:0;padding:0}.devvn_cmt_lheader_left span{font-size:16px;font-weight:700}#devvn_cmt_search{border:1px solid #c1bfbf;height:30px;border-radius:3px;padding:0 10px 0 30px;outline:none;width:100%;margin:0}.devvn_cmt_search_box{position:relative;width:200px}.devvn_cmt_search_box button{position:absolute;top:0;left:0;color:#999;background:transparent;border:0;width:30px;outline:none;height:30px;text-indent:-9999px;overflow:hidden;background:transparent url(//thumuadogocutphcm.com/wp-content/plugins/devvn-woocommerce-reviews/images/icon-search.png) no-repeat center center;background-size:15px auto;-moz-background-size:15px auto;-webkit-background-size:15px auto;min-height:inherit;line-height:1;margin:0;padding:0}form#devvn_cmt_search_form{margin:0}.devvn_cmt_box > span{width:25px;height:25px;background-image:none!important;background-color:#ccc;margin-right:5px;text-align:center;color:#fff;text-transform:uppercase;font-size:12px;line-height:25px;font-style:normal;display:inline-block}.devvn_cmt_box >strong{text-transform:capitalize}.devvn_cmt_box_content{display:block;font-size:14px;color:#4a4a4a;line-height:22px;margin-left:30px}.devvn_cmt_tool{color:#999;font-size:13px;margin:0 0 10px 30px;padding:5px 0}.devvn_cmt_tool a{color:#4a90e2}a.cmtlike{background:url(//thumuadogocutphcm.com/wp-content/plugins/devvn-woocommerce-reviews/images/cmt-like-icon.png) no-repeat left center;background-size:12px auto;-moz-background-size:12px auto;-webkit-background-size:12px auto;padding-left:15px}ul.devvn_cmt_child{display:block;margin-top:10px;position:relative;background:#f1f1f1;border:1px solid #e7e7e7;padding:15px 10px 0;font-size:14px;color:#333;margin-left:30px}ul.devvn_cmt_child:after,ul.devvn_cmt_child:before{bottom:100%;left:20px;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}ul.devvn_cmt_child:after{border-color:rgba(241,241,241,0);border-bottom-color:#f1f1f1;border-width:12px;margin-left:-12px}ul.devvn_cmt_child:before{border-color:rgba(231,231,231,0);border-bottom-color:#e7e7e7;border-width:13px;margin-left:-13px}.devvn_cmt_list_box > ul > li{margin:0 0 20px!important}.devvn_cmt_list_box{overflow:hidden;margin:0 0 30px}form#devvn_cmt_reply{margin:0 0 10px;position:relative}form#devvn_cmt_reply a.devvn_cancel_cmt{position:absolute;top:0;right:0;background:#e03232;color:#fff;width:15px;height:15px;text-align:center;line-height:15px;text-decoration:none}.devvn_cmt_box_content p:last-child{margin-bottom:0}.devvn_cmt_box .qtv{text-transform:uppercase;margin-right:10px;color:#000;font-weight:400;font-size:10px;background:#eebc49;padding:2px 6px;border-radius:3px;line-height:18px;height:18px;margin-left:10px}.devvn_loading:before{position:absolute;content:"";left:0;width:100%;height:100%;background:rgba(0,0,0,0.2);z-index:9}.devvn_loading:after{-webkit-animation:devvn_reviews_spin 500ms infinite linear;animation:devvn_reviews_spin 500ms infinite linear;border:2px solid #fff;border-radius:32px;border-right-color:transparent!important;border-top-color:transparent!important;content:"";display:block;height:16px;top:50%;margin-top:-8px;left:50%;margin-left:-8px;position:absolute;width:16px;border:2px solid #c29a44}@-webkit-keyframes devvn_reviews_spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes devvn_reviews_spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.devvn_cmt_form_bottom.no-infor{display:block;overflow:hidden}.devvn_cmt_form_bottom.no-infor .devvn_cmt_submit{float:right}.devvn-star:before{content:"\53";font-family:star;font-style:normal}span.devvn_stars_value{line-height:1}div#reviews div#comments{border-bottom:0!important}.mfp-bg{z-index:99999999}.mfp-wrap{z-index:999999999}body .woocommerce-verification-required{border:1px dashed red;padding:5px;border-radius:5px;color:red}.reviews_bar{line-height:1}#review_form .comment-form-rating a:after{display:none}.theme-flatsome .devvn-star:before{content:"\e005";font-family:"fl-icons"!important}.theme-flatsome .star-rating:before,.theme-flatsome.woocommerce-page .star-rating:before{color:#d3ced2}.theme-flatsome #review_form .comment-form-rating p.stars a:before{content:"\e005";font-family:"fl-icons"!important}.theme-flatsome.woocommerce div#reviews nav.woocommerce-pagination ul{list-style:none;margin:0;padding:0;overflow:hidden}.theme-flatsome.woocommerce div#reviews nav.woocommerce-pagination ul li{margin:0}#review_form .comment-form-rating p.stars a+a{border:0}body.woocommerce.theme-flatsome #reviews #comments ol.commentlist li{padding:0;list-style:none}.single-product.theme-flatsome .commentlist li .description,.single-product.theme-flatsome .comment-list li .description{font-style:normal}span.review_qtv{background-color:#eebc49;color:#000;padding:3px;border-radius:3px;display:inline-block;font-size:11px;text-transform:uppercase}table.comments td.comment p a.review_img:after{display:none}.devvn-reviews-popup .mfp-container{padding:10px}ul.devvn_cmt_child > li{margin:0!important}.woocommerce #review_form input#wp-comment-cookies-consent{width:auto}#review_form .comment-form-rating p.stars a,.woocommerce #reviews #comments ol.commentlist #respond .comment-form-rating p.stars a{position:relative;letter-spacing:normal}ul.devvn_attach_view li.li_file_hide{opacity:0;visibility:visible;width:0!important;height:0!important;overflow:hidden;margin:0!important}.devvn-reviews-popup .mfp-arrow-left:before{margin-left:0;margin-top:0}.devvn-reviews-popup .mfp-arrow-left:after{margin-left:6px;margin-top:0}.devvn-reviews-popup .mfp-arrow-right:before{margin-left:0;margin-top:0}.devvn-reviews-popup .mfp-arrow-right:after{margin-left:4px;margin-top:0}.devvn-reviews-popup .mfp-arrow:active{margin-top:0}@media (min-width: 850px){.theme-flatsome.single-product .comment-form{margin-left:0;margin-right:0}.theme-flatsome.single-product .comment-form>div{padding:0}}@media (max-width: 767px){.star_box{display:block}.star_box_left{display:block;margin:0 0 10px}.devvn_cmt_search_box{width:160px}.devvn_cmt_form_bottom{display:block}.devvn_cmt_radio{padding-top:0;float:none;margin-bottom:5px;text-align:left}.devvn_cmt_form_bottom .devvn_cmt_input{width:49%;float:left;padding:0}.devvn_cmt_form_bottom .devvn_cmt_input:nth-child(3){float:right}.devvn_cmt_submit{clear:both;margin:0 auto 10px;position:relative;top:10px}.star_box_right{width:100%}}@media (max-width: 600px){.list_attach span.devvn_insert_attach{width:60px;height:60px;line-height:56px}ul.devvn_attach_view li{width:60px}.devvn-reviews-popup .mfp-container #review_form_wrapper{padding:20px 10px 10px}}.kk-star-ratings {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}.kk-star-ratings.kksr-shortcode {display: -webkit-inline-box;display: -webkit-inline-flex;display: -ms-inline-flexbox;display: inline-flex;}.kk-star-ratings.kksr-valign-top {margin-bottom: 2rem;}.kk-star-ratings.kksr-valign-bottom {margin-top: 2rem;}.kk-star-ratings.kksr-align-left {-webkit-box-pack: flex-start;-webkit-justify-content: flex-start;-ms-flex-pack: flex-start;justify-content: flex-start;}.kk-star-ratings.kksr-align-center {-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;}.kk-star-ratings.kksr-align-right {-webkit-box-pack: flex-end;-webkit-justify-content: flex-end;-ms-flex-pack: flex-end;justify-content: flex-end;}.kk-star-ratings .kksr-muted {opacity: .5;}.kk-star-ratings .kksr-stars {position: relative;}.kk-star-ratings .kksr-stars .kksr-stars-active, .kk-star-ratings .kksr-stars .kksr-stars-inactive {display: flex;}.kk-star-ratings .kksr-stars .kksr-stars-active {overflow: hidden;position: absolute;top: 0;left: 0;}.kk-star-ratings .kksr-stars .kksr-star {cursor: pointer;padding-right: 0px;}.kk-star-ratings.kksr-disabled .kksr-stars .kksr-star {cursor: default;}.kk-star-ratings .kksr-stars .kksr-star .kksr-icon {transition: .3s all;}.kk-star-ratings:not(.kksr-disabled) .kksr-stars:hover .kksr-stars-active {width: 0 !important;}.kk-star-ratings .kksr-stars .kksr-star .kksr-icon, .kk-star-ratings:not(.kksr-disabled) .kksr-stars .kksr-star:hover ~ .kksr-star .kksr-icon {background-image: url(//thumuadogocutphcm.com/wp-content/plugins/kk-star-ratings/src/core/public/svg/inactive.svg);}.kk-star-ratings .kksr-stars .kksr-stars-active .kksr-star .kksr-icon {background-image: url(//thumuadogocutphcm.com/wp-content/plugins/kk-star-ratings/src/core/public/svg/active.svg);}.kk-star-ratings.kksr-disabled .kksr-stars .kksr-stars-active .kksr-star .kksr-icon, .kk-star-ratings:not(.kksr-disabled) .kksr-stars:hover .kksr-star .kksr-icon {background-image: url(//thumuadogocutphcm.com/wp-content/plugins/kk-star-ratings/src/core/public/svg/selected.svg);}.kk-star-ratings .kksr-legend {margin-left: .75rem;margin-right: .75rem;}[dir="rtl"] .kk-star-ratings .kksr-stars .kksr-stars-active {left: auto;right: 0;}.woof_container{
padding-bottom: 5px;
margin-bottom: 9px;
}
.woof_container select{
width: 100%;
}
.woof_container label{
display: inline-block !important;
}
ul.woof_list{
margin: 0 !important;
list-style: none !important;
}
li.woof_list{
list-style: none !important;
}
.woof_list li{
list-style: none !important;
}
.woof_block_html_items ul{
margin-left: 0 !important;
}
.woof_list label{
vertical-align: middle;
padding-top: 4px;
padding-bottom: 4px;
display: inline-block !important;
}
.woof_childs_list{
padding: 7px 0 7px 17px !important;
margin: 0 !important;
} .woof_auto_show{
position: absolute;
z-index: 1001;
width: 100%;
}
.woof_sid_auto_shortcode .woof_container{
width: 33%;
min-width: 150px;
}
.woof_sid_auto_shortcode .woof_container,
.woof_sid_auto_shortcode .woof_container_mselect{
overflow-x: hidden;
overflow-y: auto;
min-height: fit-content;
max-height: 250px;
}
.woof_sid_auto_shortcode .woof_container_select_hierarchy,
.woof_sid_auto_shortcode .woof_container_slider,
.woof_sid_auto_shortcode .woof_meta_slider_container,
.woof_sid_auto_shortcode .woof_container_mselect,
.woof_sid_auto_shortcode .woof_container_select,
.woof_sid_auto_shortcode .woof_price_filter{
overflow: visible;
}
.woof_sid_auto_shortcode .woof_container_inner{
padding-left: 5px;
}
.woof_submit_search_form{
float: left;
}
.woof_submit_search_form_container{
overflow: hidden;
clear: both;
margin: 9px 0 15px 0;
display: flex;
justify-content: space-between;
}
li.woof_childs_list_li{
padding-bottom: 0 !important;
} div.woof_info_popup {
position: fixed;
top: 48%;
left: 48%;
z-index: 10001;
display: none;
overflow: hidden;
padding: 20px;
border-radius: 5px;
background-color: rgba(0,0,0,.6);
box-shadow:
inset 0 0 0 1px rgba(0,0,0,.6),
inset 0 0 0 2px rgba(255,255,255,.2);
color: #fff;
font-size: 22px;
font-family: 'Oswald',sans-serif;
} p.woof_tooltip {
position: relative;
display: inline;
line-height: normal !important;
}
p.woof_tooltip span.woof_tooltip_data {
position: absolute;
width:auto;
min-width: 140px;
max-width: 300px;
color: #FFFFFF;
background: #000000;
height: auto;
min-height: 21px;
line-height: 21px;
vertical-align: middle;
text-align: center;
visibility: hidden;
border-radius: 6px;
margin-top: -30px;
}
p.woof_tooltip span.woof_tooltip_data:after {
}
p:hover.woof_tooltip span.woof_tooltip_data {
visibility: visible;
opacity: 0.8;
left: 50%;
margin-left: -74px;
z-index: 999;
}
.woof_tooltip_title{
display: none;
}
.woof_step .price_slider_amount .button{
display: none;
}
.woof_products_top_panel{
overflow: hidden;
line-height: 32px;
margin: 5px 0 15px 0;
display: none;
position: relative;
z-index: 99;
clear: both;
}
.woof_products_top_panel_ul li ul li{
margin: 0 5px 0 0 !important;
}
.woof_products_top_panel_ul a{
text-decoration: none;
}
.woof_reset_button_2{
padding: 2px 7px;
}
.woof_products_top_panel ul{
margin: 0 !important;
padding: 0 !important;
}
.woof_products_top_panel li{
float: left;
margin: 0 15px 0 0 !important;
list-style: none !important;
}
.woof_products_top_panel li a{
text-decoration: none;
}
.woof_products_top_panel li a:hover{
text-decoration: none;
}
.woof_products_top_panel li span{
padding-right: 16px;
background: url(//thumuadogocutphcm.com/wp-content/plugins/woocommerce-products-filter/img/delete.png);
background-size: 14px 14px;
background-repeat: no-repeat;
background-position: right;
}
.woof_products_top_panel li span:hover{
background-size: 14px 14px;
} .woof_sid_auto_shortcode{
background: #fff;
border: solid 1px #eee;
border-radius: 3px;
box-shadow:inset 0px 1px 0px 0px #ffffff;
background: #fefefe;
margin-bottom: 11px;
clear: both;
}
.woof_sid_auto_shortcode.woof{
padding: 16px;
}
.woof_edit_view{
position: relative;
float: right;
clear: both;
opacity: 0.7;
z-index: 9999;
margin-top: -20px;
}
.woof_container_overlay{
position: relative;
border:solid 1px orange;
}
.woof_container_setter{
position: relative;
}
.woof_container_overlay_item{
display: none;
color: red;
padding: 4px;
}
.woof_container_overlay .woof_container_setter_link{
display: inline-block;
position: relative;
float: right;
clear: both;
opacity: 0.8;
}
.woof_show_auto_form,.woof_hide_auto_form{
display: inline-block !important;
margin-bottom: 3px !important;
} .woof_show_auto_form,
.woof_hide_auto_form{
background: url(//thumuadogocutphcm.com/wp-content/plugins/woocommerce-products-filter/img/magnifying-glass.svg);
background-size: cover;
width: 32px;
height: 32px;
display: inline-block;
background-repeat: no-repeat;
}
.woof_show_auto_form_txt.woof_show_auto_form,.woof_show_auto_form_txt.woof_hide_auto_form{
width: auto;
height: auto;
background: none;
}
.woocommerce-ordering{
position: relative;
z-index: 3;
}
.woof_sid_auto_shortcode .woof_redraw_zone{
position: relative;
width: 100%;
z-index: 1001;
display: flex;
flex-wrap: wrap;
}
.woof_auto_show .woof_price_search_container{
position: relative;
z-index: 1002;
}
.woof_price_search_container .price_slider_amount .price_label{
float: left !important;
display: inline-block;
text-align: right !important;
}
.woof_childs_list_opener{
vertical-align: middle;
margin-left: 7px !important;
margin-top: 0 !important;
display: inline-block !important;
line-height: 0 !important;
}
.woof_childs_list_opener span{
display: inline-block;
background-size: cover !important;
background-repeat: no-repeat !important;
background-position: right;
width: 13px;
height: 13px;
}
.woof_childs_list_opener span.woof_is_closed{
background: url(//thumuadogocutphcm.com/wp-content/plugins/woocommerce-products-filter/img/plus2.svg);
}
.woof_childs_list_opener span.woof_is_opened{
background: url(//thumuadogocutphcm.com/wp-content/plugins/woocommerce-products-filter/img/minus2.svg);
}
.woof_childs_list_opener span:hover{
background-size: 18px 18px;
}
.woof_list_checkbox li div{
margin-top: 3px;
}
ul.woof_list li{
margin: 0 3px 4px 3px;
} .woof .widget_price_filter .price_slider {
margin-bottom: 1em;
}
.woof .widget_price_filter .price_slider_amount {
text-align: right;
line-height: 2.4em;
font-size: 0.8751em;
}
.woof .widget_price_filter .price_slider_amount .button {
font-size: 1.15em;
float: right !important;
}
.woof .widget_price_filter .ui-slider {
position: relative;
text-align: left;
}
.woof .widget_price_filter .ui-slider .ui-slider-handle {
position: absolute;
z-index: 2;
width: 0.9em;
height: 0.9em;
border-radius: 1em;
border: 1px solid #141741;
cursor: pointer;
background: #2d338e;
outline: none;
}
.woof .widget_price_filter .ui-slider .ui-slider-handle:last-child {
margin-left: -0.5em;
}
.woof .widget_price_filter .ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
font-size: .7em;
display: block;
border: 0;
background: #c0132c;
border-radius: 1em;
}
.woof .widget_price_filter .price_slider_wrapper .ui-widget-content {
border-radius: 1em;
background: #d5d5d5;
}
.woof .widget_price_filter .ui-slider-horizontal {
height: .5em;
}
.woof .widget_price_filter .ui-slider-horizontal .ui-slider-range {
top: 0;
height: 100%;
}
.woof .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
left: -1px;
}
.woof .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
right: -1px;
}
.woof .widget_price_filter .ui-slider .ui-slider-range {
background-color: #a46497;
border: 0 none;
border-radius: 1em;
display: block;
font-size: 0.7em;
position: absolute;
z-index: 1;
}
.woof .widget_price_filter .ui-slider-horizontal .ui-slider-range {
height: 100%;
top: 0;
}
.woof .widget_price_filter .ui-slider-horizontal .ui-slider-range {
height: 100%;
top: 0;
}
.woof .widget_price_filter .ui-slider .ui-slider-range {
background-color: #a46497;
border: 0 none;
border-radius: 1em;
display: block;
font-size: 0.7em;
position: absolute;
z-index: 1;
}
.woof .widget_price_filter .ui-slider .ui-slider-handle {
background-color: #a46497;
border-radius: 1em;
cursor: ew-resize;
height: 1em;
margin-left: -0.5em;
outline: 0 none;
position: absolute;
width: 1em;
z-index: 2;
}
.woof .widget_price_filter .price_slider_wrapper .ui-widget-content {
background-color: #602053;
border: 0 none;
border-radius: 1em;
}
.woof .widget_price_filter .price_slider_wrapper .ui-widget-content {
background: none repeat scroll 0 0 #d5d5d5;
border-radius: 1em;
}
.woof .widget_price_filter .ui-slider-horizontal {
height: 0.5em;
}
.woof .widget_price_filter .ui-slider {
margin-left: 0.5em;
margin-right: 0.5em;
position: relative;
text-align: left;
}
.woof .woocommerce .widget_price_filter .price_slider {
margin-bottom: 1em;
}
.woof .widget_price_filter .ui-slider-horizontal {
height: 0.5em;
}
.woof .widget_price_filter .ui-slider {
position: relative;
text-align: left;
}
.woof .widget_price_filter .price_slider {
margin-bottom: 1em;
}
.woof_overflow_hidden{
overflow: hidden;
}
.woof .chosen-drop{
z-index: 10001 !important;
}
.chosen-results{
z-index: 10001 !important;
}
.woof .chosen-container-multi .chosen-choices li.search-field input[type="text"]{
min-height: 18px !important;
}
.woof_sid_widget .woof_edit_view{
display: none;
}
.woof_section_scrolled{
overflow: auto;
overflow-x: hidden;
margin-bottom: 3px;
}
.woof_price_filter_dropdown{
width: 100%;
}
.chosen-results li{
margin-left: 0 !important;
}
.woof-padding-1{
padding-left: 12px !important;
}
.woof-padding-2{
padding-left: 24px !important;
}
.woof-padding-3{
padding-left: 36px !important;
}
.woof-padding-4{
padding-left: 48px !important;
}
.woof-padding-5{
padding-left: 60px !important;
} .chosen-container{
margin-bottom: 3px;
max-width: 100%;
}
.woof_search_is_going nav.woocommerce-breadcrumb+h1.page-title{
display: none;
}
.woof_search_is_going nav.woocommerce-breadcrumb{
display: none;
}
.woof_checkbox_label{
margin-left: 7px !important;
}
.woof_checkbox_label_selected{
font-weight: bold;
}
.woof_radio_label_selected{
font-weight: bold;
}
.woof_checkbox_count{
margin-left: 3px;
}
.woof_radio_label{
margin-left: 5px;
}
.woof_radio_count{
margin-left: 2px;
}
a.woof_front_toggle{
float:right;
text-decoration: none;
}
.woof_front_toggle img{
height: 20px;
}
.woof_closed_block{
display: none;
}
.woof_radio_term_reset_visible{
display: inline-block !important;
padding: 2px 0 0 7px;
}
.woof label{
cursor: pointer;
}
.woof_hidden_term{
display: none !important;
}
.woof_open_hidden_li{
clear:both;
display: block !important;
text-align: center;
}
.woof_open_hidden_li a{
outline: none !important;
}
.woof_open_hidden_li img{
box-shadow: none !important;
}
a.woof_start_filtering_btn{
display: inline-block;
padding: 9px 12px;
border: solid 2px #ccc;
border-radius: 3px;
text-decoration: none !important;
transition: all .5s;
}
a.woof_start_filtering_btn:hover{
color: #0073d2 !important;
border-color: #0073d2;
text-decoration: none;
}
a.woof_start_filtering_btn2{
display: inline-block;
padding: 9px 12px;
border: solid 2px #0073d2;
border-radius: 7px;
text-decoration: none !important;
color: #0073d2 !important;
}
.woof_price_filter_txt{
width: 75px !important;
}
a.chosen-single{
text-decoration: none !important;
}
.chosen-container-single .chosen-single span{
font-size: 14px;
color: #444;
font-weight: 400;
line-height: 24px;
}
.chosen-container-single .chosen-single{
height: 32px !important;
line-height: 29px !important;
background: #fff;
box-shadow: none;
border-radius: 1px;
}
.chosen-container-single .chosen-single div b{
background-position: 0 4px !important;
} .woof_sid_flat_white{
background: #fff;
border: solid 1px #eee;
padding: 9px;
}
.woof_sid_flat_grey .chosen-container-single .chosen-single{
border-radius: 0px;
background: none;
background-color: #fff;
box-shadow: none;
border: 2px solid #aaa;
}
.woof_sid_flat_grey .chosen-container-active.chosen-with-drop .chosen-single {
border: 2px solid #aaa;
border-radius: 0;
background-image: none;
box-shadow: none;
}
.woof_sid_flat_grey .chosen-container-active{
background: none;
background-color: #fff;
box-shadow: none;
}
.woof_sid_flat_grey .chosen-container-multi .chosen-choices{
background-image: none;
border: 2px solid #aaaaaa;
}
.woof_sid_flat_grey  .chosen-container-active .chosen-choices{
box-shadow: none;
border: 2px solid #97b6be;
}
.woof_sid_flat_grey  .chosen-container .chosen-results li.highlighted {
background-color: #97b6be;
background-image: none;
color: #fff;
}
.woof_sid_flat_grey .chosen-container-multi .chosen-choices li.search-choice , .woof_sid_flat_dark .chosen-container-multi .chosen-choices li.search-choice {
border: 2px solid #aaa;
border-radius: 0px;
background-color: transparent;
;
background-image:none;
box-shadow: none;
}
.woof_sid_flat_grey .chosen-container .chosen-drop{
border: 2px solid #aaa;
border-top: 0;
background: #fff;
box-shadow: none;
}
.woof_sid_flat_grey .woof_submit_search_form_container button{
border: 2px solid #aaa;
background: #fff;
box-shadow: none;
}
.woof_sid_flat_grey .woof_submit_search_form_container button:hover{
background-color: #97b6be;
}
.woof_sid_flat_grey .woof_submit_search_form_container, .woof_sid_flat_dark .woof_submit_search_form_container {
margin: 0px;
}
.woof_sid_flat_grey .woof_redraw_zone select,.woof_sid_flat_grey .woof_redraw_zone input{
width: 100%;
}
.woof_sid_flat_grey .irs-bar, .woof_sid_flat_dark .irs-bar {
border-top: 1px solid #97b6be;
border-bottom: 1px solid #97b6be;
background: #97b6be;
}
.woof_sid_flat_grey .irs-from, .woof_sid_flat_grey .irs-to, .woof_sid_flat_grey .irs-single {
color: #fff;
background: #97b6be;
}
.woof_sid_flat_dark .irs-from, .woof_sid_flat_dark .irs-to, .woof_sid_flat_dark .irs-single {
color: #fff;
background: #97b6be;
}
.woof_sid_flat_grey .irs-slider, .woof_sid_flat_dark .irs-slider{
border: 2px solid #AAA;
background: #DDD;
box-shadow: 0px 0px 0px rgba(0,0,0,0.3);
}
.woof_sid_flat_grey .irs-line, .woof_sid_flat_grey .irs-line{
background: #EEE;
border: 2px solid #AAA;
}
.woof_sid_flat_grey .woof_container h4 {
margin-bottom: 11px!important;
font-size: 1.12em!important;
background: #eee;
padding: 9px 7px;
color: #777;
line-height: 1.12em!important;
text-align: center;
}
.woof_sid_flat_grey {
background: #fff;
border: solid 2px #aaa;
background: #fdfdfd;
margin-bottom: 11px;
margin-top: 30px;
padding: 12px;
}
.woof_sid_flat_grey .woof_select_radio_check dt.woof_select_radio_check_opened a {
background-color: #a0bcc385;
color: #fff !important;
border: solid 1px #fff;
}
.woof_sid_flat_grey .woof_select_radio_check dt a {
border: solid 2px #aaa;
border-radius: 0px;
}
.woof_sid_flat_grey .woof_color_term:hover , .woof_sid_flat_dark .woof_color_term:hover{
border-color: #444;
transform: scale(1.1, 1.1);
transition-duration: 1s;
border-style: solid;
}
.woof_sid_flat_grey .woof_color_term.checked , .woof_sid_flat_dark .woof_color_term.checked {
transform: scale(1.1, 1.1);
}
.woof_sid_flat_grey .woof_color_term , .woof_sid_flat_dark .woof_color_term  {
border-radius: 0px;
}
.woof_sid_flat_dark {
border: solid 2px #aaa;
background: #4e4d4d;
margin-bottom: 11px;
margin-top: 30px;
padding: 12px;
color: #e2e6e7;
}
.woof_sid_flat_dark .woof_redraw_zone select,.woof_sid_flat_dark .woof_redraw_zone input{
width: 100%;
}
.woof_sid_flat_dark .chosen-container-single .chosen-single{
border-radius: 0px;
background: none;
background-color: #4e4d4d;
box-shadow: none;
border: 2px solid #e2e6e7;
color: #e2e6e7;
}
.chosen-container .chosen-drop {
border: 2px solid #4d4d4;
background: #4e4d4d;
box-shadow: 0 0px 0px rgba(0,0,0,0);
}
.woof_sid_flat_dark .chosen-container-active.chosen-with-drop .chosen-single {
border: 2px solid #e2e6e7;
border-radius: 0;
background-image: none;
box-shadow: none;
}
.woof_sid_flat_dark .chosen-container-active{
background: none;
background-color: #4e4d4d;
box-shadow: none;
}
.woof_sid_flat_dark .chosen-container-multi .chosen-choices{
background-image: none;
background-color: #4e4d4d;
border: 2px solid #e2e6e7;
}
.woof_sid_flat_dark .chosen-container-multi ul.chosen-choices li.search-field input{
color: #e2e6e7;
}
.woof_sid_flat_dark .chosen-container .chosen-results li.no-results {
background: #97b6be;
}
.woof_sid_flat_dark  .chosen-container-active .chosen-choices{
box-shadow: none;
border: 2px solid #e2e6e7;
}
.woof_sid_flat_dark  .chosen-container .chosen-results li.highlighted {
background-color: #97b6be;
background-image: none;
color: #e2e6e7;
}
.woof_sid_flat_dark .chosen-container .chosen-drop{
border: 2px solid #e2e6e7;
border-top: 0;
background: #4e4d4d;
box-shadow: none;
}
.woof_sid_flat_dark .chosen-container-single .chosen-drop {
border-radius: 0px;
}
.woof_sid_flat_dark .woof_color_term{
border: 0px solid #e2e6e7;
}
.woof_sid_flat_dark .woof_color_term.checked {
border: 3px solid #e2e6e7;
}
.woof_sid_flat_dark .woof_container h4 {
margin-bottom: 11px!important;
font-size: 1.32em!important;
background: #a0bcc385;
padding: 11px 7px;
color: #e2e6e7;
line-height: 1.12em!important;
text-align: center;
}
.woof_sid_flat_dark .woof_submit_search_form_container button{
border: 2px solid #e2e6e7;
background: #4e4d4d;
box-shadow: none;
color: #e2e6e7;
}
.woof_sid_flat_dark .woof_submit_search_form_container button:hover{
background-color: #97b6be;
}
.woof_sid_flat_dark .woof_select_radio_check dt.woof_select_radio_check_opened a {
background-color: #a0bcc385;
color: #e2e6e7 !important;
border: solid 2px #e2e6e7;
}
.woof_sid_flat_dark .woof_select_radio_check dt a {
background-color: #4e4d4d;
color: #e2e6e7 !important;
border: solid 2px #e2e6e7;
border-radius: 0px;
}
.woof_sid_flat_dark .woof_select_radio_check dd ul.woof_list {
background-color: #4e4d4d;
color: #e2e6e7;
}
.woof_sid_flat_dark input[type=search]:focus, .woof_sid_flat_dark input[type=text]:focus, .woof_sid_flat_dark  textarea:focus {
background: #a0bcc385;
color: #e2e6e7;
}
.woof_sid_flat_dark .woof_text_search_container input[type='search'], .woof_sid_flat_dark input[type='search']  {
background: #4e4d4d;
color: #e2e6e7;
border: solid 2px #e2e6e7;
}
.woof_sid_flat_dark .woof_text_search_container input[type='search']::placeholder , .woof_sid_flat_dark  input[type='search']::placeholder { color: #a0bcc3;
opacity: 1; }
.woof_sid_flat_dark .irs-max , .woof_sid_flat_dark .irs-min{
background: #a0bcc385;
color: #e2e6e7;
}
.woof_sid_flat_grey .woof_list_label li .woof_label_term:hover, .woof_sid_flat_grey .woof_list_label li .woof_label_term.checked {
background-color: #97afb5;
border-color: #a0bcc385;
color: #fff;
}
.woof_sid_flat_dark .woof_list_label li .woof_label_term:hover, .woof_sid_flat_dark .woof_list_label li .woof_label_term.checked {
background-color: #a0bcc385;
border-color: #a0bcc385;
color: #e2e6e7;
}
.woof_sid_flat_dark .woof_list_label li .woof_label_term{
color: #728a90;
}
.woof_sid_flat_dark .easy-autocomplete-container ul {
background: none repeat scroll 0 0 #4e4d4d;
;
border-top: 1px dotted #ccc;
display: none;
margin-top: 0;
padding-bottom: 0;
padding-left: 0;
position: relative;
top: -1px;
}
.woof_sid_flat_dark .easy-autocomplete-container ul li.selected {
background: none repeat scroll 0 0 #a0bcc385;
} .woof_auto_4_columns .woof_container {
display: inline-block;
vertical-align: top;
width: 24%;
padding: 5px;
min-width: 150px;
}
.woof_auto_3_columns .woof_container {
display: inline-block;
vertical-align: top;
width: 31%;
padding: 5px;
min-width: 150px;
}
.woof_auto_2_columns .woof_container {
display: inline-block;
vertical-align: top;
width: 48%;
padding: 5px;
min-width: 150px;
}
.woof_auto_1_columns .woof_container {
display: inline-block;
vertical-align: top;
width: 100%;
padding: 5px;
min-width: 150px;
}
.woof_auto_1_columns .woof_list_checkbox li,.woof_auto_1_columns .woof_list_radio li{
}
.woof_auto_1_columns .woof_authors li{
display: inline-block;
margin-left: 10px;
}
.woof_auto_1_columns .woof_container_select_radio_check .woof_list_checkbox li, .woof_auto_1_columns .woof_container_select_radio_check .woof_list_radio li{
display: block;
}
input.woof_checkbox_term, input.woof_radio_term{
vertical-align: middle;
}  @media only screen and (max-width : 1200px) {
} @media only screen and (max-width : 992px) {
.woof_sid_auto_shortcode .woof_container{
clear: both;
width: 100%;
}
.woof_sid_auto_shortcode .woof_container .chosen-container{
width: 100% !important;
}
.woof_sid_auto_shortcode .woof_container_select .woof_block_html_items,
.woof_sid_auto_shortcode .woof_container_slider .woof_block_html_items,
.woof_sid_auto_shortcode .woof_by_rating_container .woof_container_inner{
height: auto !important;
min-height: auto !important;
max-height: auto !important;
}
}
.easy-autocomplete-container ul{
margin: 0 !important;
}
.woof_tooltip_templates{
display: none;
}
.woof_container_inner .woof_tooltip_header{
display: inline-block;
height: 15px;
width: auto;
vertical-align: top;
}
.woof_container_inner h4{
margin-bottom: 9px;
}
.woof_tooltip_title{
font-size: 18px;
font-weight: bold;
color: #2c2c2c;
}
.woof_container .woof_container_inner input[type="search"] {
line-height: normal !important;
border: solid 1px #eee;
}
.woof_star_font,.woof_star_selected select {
font-family: 'star';
color: #96588a;
}
.woof_star_selected .chosen-single span{
font-family: 'star';
color: #96588a;
}
.woof_price_filter_txt_slider .woof_price_filter_txt_from{
float: left;
}
.woof_price_filter_txt_slider .woof_price_filter_txt_to{
float: right;
}
.woof_price_filter_txt_slider{
height: 35px;
}
.woof_price_filter_txt_slider input[type='number']{
padding: 2px 7px;
border: solid 1px #ccc;
background: #fff;
box-shadow: none;
} @media only screen and (max-width : 768px) {
} @media only screen and (max-width : 600px) {
} @media only screen and (max-width : 480px) {
}
ul.chosen-choices{
padding: 5px !important;
} .woof_hide_filter{
display: none;
}
.woof_show_filter_for_mobile.woof {
opacity: 0.95;
position: fixed;
top: 100%;
background: white;
z-index: 9999;
overflow: auto;
height: 100%;
display: block !important;
width: 100%;
right: 0px;
padding: 30px;
padding-bottom: 100px;
animation: move_top .5s ease ;
animation-fill-mode: forwards;
}
.woof_hide_mobile_filter img, .woof_show_mobile_filter img{
display: inline-block;
width: 30px;
}
.woof_hide_mobile_filter span, .woof_show_mobile_filter span{
font-size: 20px;
display: inline-block;
vertical-align: top;
font-weight: 600;
}
.woof_hide_mobile_filter{
margin-bottom: 10px;
display: none;
cursor: pointer;
}
.woof_show_filter_for_mobile .woof_hide_mobile_filter{
display: block;
}
@keyframes move_top {
100% {
top: 30px;
}
}
.woof_container_select_hierarchy .select2-container{
margin-bottom: 10px;
} .woof_price_search_container .price_slider_amount .price_label{
text-align: left !important;
}
.woof .widget_price_filter .price_slider_amount .button {
float: left;
}
.woof_float_none{
float: none;
}  .woof_use_beauty_scroll::-webkit-scrollbar {
width: 6px;
} .woof_use_beauty_scroll::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px rgba(100,100,100,0.3);
border-radius: 5px;
} .woof_use_beauty_scroll::-webkit-scrollbar-thumb {
border-radius: 5px;
background: rgba(220,220,220,0.8);
box-shadow: inset 0 0 6px rgba(200,200,200,0.5);
}
.woof_use_beauty_scroll::-webkit-scrollbar-thumb:window-inactive {
background: rgba(120,120,120,0.4);
}
.woof_seo_text{
clear:both;
}
.woof .woof_wcga_label_hide, .woof_container_inner .woof_wcga_label_hide {
display: none !important;
}
.woof_use_beauty_scroll{
overflow-y: scroll;
} .woof_list.woof_list_label > li{
position: relative;
}
ul.woof_list.woof_list_label li{
margin: 2px 2px 2px 0;
}
ul.woof_list{
padding-left: 0 !important;
margin-left: 0 !important;
} .widget .woof_redraw_zone ul li,
.widget .woof_redraw_zone ul li a{
border-bottom: none;
padding: 0;
box-shadow: none;
margin: 0;
}
.widget .woof_redraw_zone ul,
.widget .woof_redraw_zone ol{
border: none;
box-shadow: none;
}
ul.chosen-results{
margin: 0;
padding: 0;
}