.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 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 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;
}.devvn-popup-quickbuy, .devvn-popup-quickbuy * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.devvn-popup-content:after,
.devvn-popup-prod:after {
content: "";
display: table;
clear: both;
}
a.devvn_buy_now {
display: inline-block;
overflow: hidden;
clear: both;
padding: 9px 0;
border-radius: 4px;
font-size: 18px;
line-height: normal;
text-transform: uppercase;
color: #fff !important;
text-align: center;
background: #fd6e1d;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fd6e1d), to(#f59000));
background: -webkit-linear-gradient(top, #f59000, #fd6e1d);
background: -moz-linear-gradient(top, #f59000, #fd6e1d);
background: -ms-linear-gradient(top, #f59000, #fd6e1d);
background: -o-linear-gradient(top, #f59000, #fd6e1d);
margin: 0 0 20px 0;
text-decoration: none;
border-bottom: 0 !important;
max-width: 350px;
width: 100%;
}
a.devvn_buy_now:hover,
a.devvn_buy_now:focus {
text-decoration: none !important;
background: #f59000;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f59000), to(#fd6e1d));
background: -webkit-linear-gradient(top, #fd6e1d, #f59000);
background: -moz-linear-gradient(top, #fd6e1d, #f59000);
background: -ms-linear-gradient(top, #fd6e1d, #f59000);
background: -o-linear-gradient(top, #fd6e1d, #f59000);
color: #fff;
}
a.devvn_buy_now span {
display: block;
font-size: 14px;
color: #fff;
text-transform: none;
margin: 2px 0 0 0;
} .devvn-popup {
width: 100%;
height: 100%;
display: none;
position: fixed;
top: 0px;
left: 0px;
background: rgba(0, 0, 0, 0.75);
z-index: 9999999999;
} .devvn-popup-inner {
min-height: 200px;
min-width: 300px;
width: 750px;
top: 50%;
left: 50%;
box-shadow: 0px 2px 6px rgba(0, 0, 0, 1);
border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
-webkit-border-radius: 4px 4px 0 0;
background: #fff;
overflow: hidden;
}
.devvn-popup-title {
background: #c69a39;
background: -moz-linear-gradient(top, #c69a39 0%, #c19a4b 100%);
background: -webkit-linear-gradient(top, #c69a39 0%, #c19a4b 100%);
background: linear-gradient(to bottom, #c69a39 0%, #c19a4b 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c69a39', endColorstr='#c19a4b', GradientType=0);
color: #fff;
height: 42px;
line-height: 42px;
padding-left: 20px;
padding-right: 40px;
font-size: 16px;
text-transform: uppercase;
color: #fff;
position: relative;
}
.devvn-popup-title span {
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.devvn-popup-content {
padding: 10px;
} .devvn-popup-close:focus {
text-decoration: none;
background-color: transparent;
}
.devvn-popup-close {
width: 20px;
height: 20px;
display: inline-block;
position: absolute;
top: 10px;
right: 10px;
transition: ease 0.25s all;
-moz-transition: ease 0.25s all;
-webkit-transition: ease 0.25s all;
text-align: center;
line-height: 100%;
color: #fff;
background: url(//duoclieupumat.com/wp-content/plugins/devvn-quick-buy/images/close.png) no-repeat center center;
background-size: 100% auto;
-moz-background-size: 100% auto;
-webkit-background-size: 100% auto;
overflow: hidden;
text-indent: -9999px;
border: 0 solid transparent;
outline: none;
-webkit-appearance: none !important;
-moz-appearance: none !important;
appearance: none !important;
margin: auto;
padding: 0;
min-height: inherit;
}
.devvn-popup-close:hover {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
transform: rotate(90deg);
background-color: transparent;
}
.devvn-popup-img {
width: 100px;
height: auto;
float: left;
margin-right: 10px;
margin-bottom: 10px;
}
.devvn-popup-info {
overflow: hidden;
margin-bottom: 10px;
}
.devvn-popup-quickbuy {
display: none;
line-height: 20px;
color: #333;
font-family: Tahoma, Arial, sans-serif;
font-size: 14px;
font-weight: normal;
line-height: 1.3125;
}
span.devvn_title {
font-size: 18px;
color: #333;
font-weight: bold;
padding-bottom: 10px;
}
span.devvn_price {
font-size: 16px;
color: red;
font-weight: bold;
padding-bottom: 5px;
display: block;
}
span.devvn_price del {
font-size: 12px;
color: #ccc;
font-weight: normal;
}
span.devvn_price ins {
text-decoration: none;
}
.devvn-popup-content-left {
width: 50%;
float: left;
padding-right: 10px;
}
.devvn-popup-content-right {
width: 50%;
float: right;
padding-left: 10px;
}
.popup-customer-info-title {
font-size: 16px;
color: #333;
margin-bottom: 15px;
font-weight: 700;
}
.popup-customer-info-group {
width: 100%;
margin-bottom: 6px;
}
.popup-customer-info-item-13 {
width: 30%;
float: left;
}
.popup-customer-info-item-23 {
width: 70%;
float: left;
}
.popup-customer-info-group:after {
display: block;
content: " ";
clear: both;
}
.popup-customer-info-item-2 {
width: 50%;
float: left;
}
.popup-customer-info-group .popup-customer-info-item-2:first-child,
.popup-customer-info-item-13 {
padding-right: 3px;
}
.popup-customer-info-group .popup-customer-info-item-2:last-child,
.popup-customer-info-item-23 {
padding-left: 3px;
}
body .popup-customer-info-group input, body .popup-customer-info-group select, body .popup-customer-info-group textarea {
font-size: 12px;
padding: 2px 5px;
border: 1px solid #ccc;
width: 100%;
height: 26px;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
margin: 0;
font-family: Tahoma, Arial, sans-serif;
background: #fff;
}
body .popup-customer-info-group input:focus, body .popup-customer-info-group select, body .popup-customer-info-group textarea:focus {
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
}
form#devvn_cusstom_info {
margin-bottom: 0;
}
body .popup-customer-info-group textarea {
height: 45px;
min-height: inherit;
}
.popup-customer-info-group .devvn-order-btn {
width: 100%;
height: 36px;
background: #c69a39;
color: #fff;
font-size: 16px;
text-transform: uppercase;
border: none;
border-radius: 2px;
cursor: pointer;
outline: none;
position: relative;
overflow: hidden;
margin: 0;
padding: 0;
}
.popup-customer-info-group .error {
border-color: red;
}
.popup-customer-info-group label.error {
display: none !important;
}
.popup_loading {
position: relative;
opacity: 0.5;
pointer-events: none;
}
.popup-customer-info-group .devvn-order-btn.loading:after,
.popup_loading:after {
-webkit-animation: devvn_spin 500ms infinite linear;
animation: devvn_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;
}
.popup_loading:after {
border: 2px solid #c29a44;
}
@-webkit-keyframes devvn_spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@keyframes devvn_spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
.popup-customer-info-group .devvn-order-btn.loading {
opacity: 1 !important;
position: relative;
color: rgba(255, 255, 255, 0.05);
pointer-events: none !important;
}
.devvn_prod_variable a.contact_to_buy_ajax,
.devvn_prod_variable .single_add_to_cart_button {
display: none !important;
}
.devvn_prod_variable .quantity .screen-reader-text {
clip: inherit;
height: inherit;
position: absolute !important;
width: inherit;
white-space: nowrap;
top: 6px;
left: 0;
font-size: 14px;
}
.devvn_prod_variable .quantity {
padding-left: 84px;
position: relative;
}
.devvn_prod_variable {
margin: 0 0 20px 0;
}
.devvn_prod_variable .label {
color: #333;
font-size: 14px;
padding-right: 10px !important;
}
.devvn_prod_variable .variations td {
padding: 0 0 10px 0;
vertical-align: text-bottom;
border: 0;
}
.devvn-popup-quickbuy table.variations {
margin: 0;
border: 0;
}
.devvn_prod_variable a.reset_variations {
margin: 0 0 0 10px;
}
.devvn_prod_variable span.price {
color: #e03232;
text-decoration: none;
font-weight: 700;
font-size: 14px;
}
.devvn_prod_variable span.price ins {
text-decoration: none;
}
.devvn_prod_variable span.price del {
color: #ccc;
font-weight: normal;
font-size: 12px;
}
.popup-customer-info-radio label {
display: inline-block;
font-weight: 400;
position: relative;
cursor: pointer;
margin: 0;
}
.popup-customer-info-radio label input {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.popup-customer-info-radio label span:before, .popup-customer-info-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;
}
.popup-customer-info-radio label span {
padding-left: 23px;
}
.popup-customer-info-radio label input:checked ~ span:before {
border: 1px solid #fd7518;
}
.popup-customer-info-radio label input:checked ~ span:after {
background: #fd7518;
border: 1px solid #fd7518;
width: 8px;
height: 8px;
top: 5px;
left: 4px;
}
.popup-customer-info-radio label ~ label {
margin-left: 20px;
}
.popup-message.success {
background-color: #fff;
}
[class*="popup-customer-info-item-3-"] {
width: 33.333%;
float: left;
}
.popup-customer-info-item-3-13 {
padding-right: 2px;
}
.popup-customer-info-item-3-23 {
padding-right: 2px;
}
.woocommerce .popup_quickbuy_shipping_calc ul#shipping_method li {
padding: 0;
margin: 0 0 5px 0;
position: relative;
text-indent: inherit;
}
.woocommerce .popup_quickbuy_shipping_calc ul#shipping_method li input {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.woocommerce .popup_quickbuy_shipping_calc ul#shipping_method li label {
font-weight: 400;
display: block;
cursor: pointer;
position: relative;
padding: 0 0 0 23px;
margin: 0;
}
.woocommerce .popup_quickbuy_shipping_calc ul#shipping_method li label:after,
.woocommerce .popup_quickbuy_shipping_calc ul#shipping_method li label:before {
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;
}
.woocommerce .popup_quickbuy_shipping_calc ul#shipping_method li input:checked ~ label:before {
border: 1px solid #fd7518;
}
.woocommerce .popup_quickbuy_shipping_calc ul#shipping_method li input:checked ~ label:after {
background: #fd7518;
border: 1px solid #fd7518;
width: 8px;
height: 8px;
top: 5px;
left: 4px;
}
.popup-customer-info-item-1 {
overflow: hidden;
}
.popup_quickbuy_shipping {
display: flex;
}
.popup_quickbuy_shipping_title {
padding-right: 10px;
}
.popup-customer-info-group .devvn_quickbuy_mess label.error {
display: block !important;
font-weight: 400;
color: red;
}
.popup_quickbuy_total_calc {
font-weight: 700;
}
@media (max-width: 750px) {
.devvn-popup-inner {
width: 500px;
}
.devvn-popup-content-left, .devvn-popup-content-right {
width: 100%;
padding-right: 0;
padding-left: 0;
}
.devvn-popup-content-left {
display: none;
}
}
@media (max-width: 500px) {
.devvn-popup-inner {
width: 320px;
}
}.gbox-img-hover {
position: absolute;
top: 0;
display:none;
z-index: 5;
cursor: pointer;
width: 100%;
height: 100%;
opacity: 0;
}
.gbox-img-hover-sign {
position: absolute;
background-repeat: no-repeat;
background-position: -294px 0;
width: 40px;
height: 40px;    
left: 50%;
margin-left: -20px;
margin-top: -20px;
top: 50%;
}
.gbox-bg{
position: absolute;
left: 0; display: none;
z-index: 999;
top: 100%;
opacity: 0;
width: 100%;
height: 100%;
}
.gbox-anim-bgTop {
top: 0%;
transition: top 0.4s;
}
.gbox-img-thumb {
cursor: pointer;
}
.gbox-bg-wrap {
width: 1170px;
margin: 0 auto;
position: relative;
display: none;
left: 0;
opacity: 1;
}
.gbox-bg-wrapMoveLeft {
}
.gbox-bg-imgwrap {
width: 48%;
float: left;
}
.gbox-bg-imgwrap-fw {
width: 100% !important;
margin-bottom: 30px !important;
}
.gbox-bg-imgwrap-fw img {
margin: 0 auto;
}
.gbox-bg-imgwrap-imgfw img  {
max-width: 100%;
}
.gbox-bg-txtwrap {
width: 48%;
float: right;
}
.gbox-bg-txtwrap-fw {
width: 100% !important;
float: none !important;
}
.gbox-bg-txtwrap h1 {
font-size: 40px !important;
line-height: 48px !important;
}
.gbox-bg-txtwrap p {
font-size: 20px !important;
line-height: 28px !important;
}
.gbox-clear {
clear: both;
}
.gbox-navi {
padding-bottom: 50px;
}
.gbox-navi-close {
width: 40px;
height: 40px;
background: no-repeat;
float:right;
cursor: pointer;
opacity: 1;
transition: opacity 0.3s;
}
.gbox-increase-img {
width: 40px;
height: 40px;
background: no-repeat;
background-position: -336px 0;
float: right; 
margin-right: 20px;
cursor: pointer;     
opacity: 1;
transform: scale(1, 1);
-ms-transform: scale(1, 1);
-webkit-transform: scale(1, 1);   
transition: opacity 0.3s, transform 0.3s;
-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
display: none;
}
.gbox-increase-img-nonclicked{
transform: scale(0.8, 0.8);
-ms-transform: scale(0.8, 0.8);
-webkit-transform: scale(0.8, 0.8);
transform-origin: 50% 50%;
-ms-transform-origin:50% 50%;
-webkit-transform-origin:50% 50%;
}
.gbox-increase-img-nonclicked:hover {
transform: scale(1, 1);
-ms-transform: scale(1, 1);
-webkit-transform: scale(1, 1);   
}
.gbox-increase-img-clicked{
transform: scale(1, 1);
-ms-transform: scale(1, 1);
-webkit-transform: scale(1, 1);   
transform-origin: 50% 50%;
-ms-transform-origin:50% 50%;
-webkit-transform-origin:50% 50%;
}
.gbox-increase-img-clicked:hover {
transform: scale(0.8, 0.8);
-ms-transform: scale(0.8, 0.8);
-webkit-transform: scale(0.8, 0.8);
}
.gbox-navi-HoverTrans {
opacity: 0.5 !important;
}
.gboxHoverText {
position: absolute;
bottom: 10%;
left: 10%;
max-width: 80%;
margin: 0 !important;
font-size: 20px !important;
padding: 0 !important;
line-height: 24px !important;
}
.gboxHoverText span{
margin: 0 0 4px 0 !important;
font-size: 0px !important;
padding: 0 !important;
border-bottom: 4px solid;
display: block;
width: 100%;
max-width: 40px;
}
.gbox-navi-left, .gbox-navi-left-inactive {
width: 40px;
height: 40px;
background: no-repeat;
background-position: -210px 0;
float: left;
margin-right: 20px;
}
.gbox-navi-right, .gbox-navi-right-inactive {
width: 40px;
height: 40px;
background: no-repeat;
background-position: -252px 0;
float: left;
}
.gbox-navi-arrow, .gbox-navi-left-inactive, .gbox-navi-right-inactive {
display: none;
}
.gbox-navi-arrow  { cursor: pointer;     opacity: 1;
transition: opacity 0.3s;}
.gbox-single-thumb-wrap {
background: #000;
position: relative;
}
.gbox-nonactive {
cursor: default !important;
}
.loader {
background: url(//duoclieupumat.com/wp-content/plugins/gigabox/images/loader.png) no-repeat; 
width: 160px;
height: 24px;
margin: 0 auto;
position: fixed;
top: 30px;
left: 10px;
display: none;
}
.gbox-socnet {
margin-top: 30px;
}
.gbox-socnet a{
opacity: 1;
transition: opacity 0.3s;
}
.gbox-fb {
margin-right: 20px;
padding: 12px 20px;
text-decoration: none;
width: 40px;
background: no-repeat;
background-position: -42px 0;
}
.gbox-tw {
margin-right: 20px;
padding: 12px 20px;
text-decoration: none;
width: 40px;
background: no-repeat;
background-position: -168px 0;
}
.gbox-pin {
line-height: 40px;     padding: 12px 20px; margin-right: 20px;
text-decoration: none;
width: 40px;
background: no-repeat;
background-position: -126px 0;
}
.gbox-gg {
line-height: 40px;    
padding: 12px 20px;
text-decoration: none;
width: 40px;
background: no-repeat;
background-position: -84px 0;
}
.gbox-readmore {
color: #fff;
font-size: 18px;
border: 2px #fff solid;
text-decoration: none;
padding: 6px 10px;
float: right; 
visibility: hidden;
}
.gbox-readmore:hover {
color: #fff;
}
.gbox-gallery-wrap {
width: 100%;
}
.gigabox-gallery-thumb {
width:100%;
}
.gbox-img-hover-wrap  {
display: inline-block;
line-height: 0 !important;
position: relative;
overflow:hidden;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.gbox-img-hover-wrmargin {
margin: 0 1% 2%;
}
.gbox-img-hover-wrmarginmsm {
margin: 0 2% 4%;
}
.gbox-img-hoverwrapgal {
width: 25%;
float: left;
line-height: 0;
}
.gboxMsonryColumn {
float: left;
}
@media screen and (max-width: 1170px) {
.gbox-bg-wrap {
width: 960px; 
}
}
@media screen and (max-width: 960px) {
.gbox-bg-wrap {
width: 760px; 
}
}
@media screen and (max-width: 768px) {
.gbox-bg-wrap {
width: 480px;
}
.gbox-img-hoverwrapgal {
width: 50% !important;
}    
.gbox-bg-imgwrap {
width: 100%;
float: none;
margin-bottom: 30px;
}
.gbox-bg-txtwrap {
width: 100%;
float: none;
}
}
@media screen and (max-width: 480px) {
.gbox-bg-wrap {
width: 320px;
}
.gbox-img-hoverwrapgal {
width: 100% !important;
float: none;
}       
.gbox-bg-imgwrap {
width: 100%;
float: none;
margin-bottom: 30px;
}
.gbox-bg-txtwrap {
width: 100%;
float: none;
}
}
@media screen and (max-width: 320px) {
.gbox-bg-wrap {
width: 300px;
}
.gbox-bg-imgwrap {
width: 100%;
float: none;
margin-bottom: 30px;
}
.gbox-bg-txtwrap {
width: 100%;
float: none;
}
}.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(//duoclieupumat.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(//duoclieupumat.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(//duoclieupumat.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;}#toc_container li,#toc_container ul{margin:0;padding:0}#toc_container.no_bullets li,#toc_container.no_bullets ul,#toc_container.no_bullets ul li,.toc_widget_list.no_bullets,.toc_widget_list.no_bullets li{background:0 0;list-style-type:none;list-style:none}#toc_container.have_bullets li{padding-left:12px}#toc_container ul ul{margin-left:1.5em}#toc_container{background:#f9f9f9;border:1px solid #aaa;padding:10px;margin-bottom:1em;width:auto;display:table;font-size:95%}#toc_container.toc_light_blue{background:#edf6ff}#toc_container.toc_white{background:#fff}#toc_container.toc_black{background:#000}#toc_container.toc_transparent{background:none transparent}#toc_container p.toc_title{text-align:center;font-weight:700;margin:0;padding:0}#toc_container.toc_black p.toc_title{color:#aaa}#toc_container span.toc_toggle{font-weight:400;font-size:90%}#toc_container p.toc_title+ul.toc_list{margin-top:1em}.toc_wrap_left{float:left;margin-right:10px}.toc_wrap_right{float:right;margin-left:10px}#toc_container a{text-decoration:none;text-shadow:none}#toc_container a:hover{text-decoration:underline}.toc_sitemap_posts_letter{font-size:1.5em;font-style:italic}