.fone {
font-size: 22px;
color: #f00;
line-height: 40px;
font-weight: bold;
padding-left: 45px;
margin: 0 0;
}
.fix_tel { position:fixed; bottom:15px; right:0; z-index:999;}
.fix_tel a {text-decoration: none; display:block;}
.tel { background: #eee;width:205px; height:40px; position:relative; overflow:hidden;background-size:40px;border-radius:28px;border:solid 1px #ccc;}
.ring-alo-phone {
background-color: transparent;
cursor: pointer;
height: 80px;
position: absolute;
transition: visibility 0.5s ease 0s;
visibility: hidden;
width: 80px;
z-index: 200000 !important;
}
.ring-alo-phone.ring-alo-show {
visibility: visible;
}
.ring-alo-phone.ring-alo-hover, .ring-alo-phone:hover {
opacity: 1;
}
.ring-alo-ph-circle {
animation: 1.2s ease-in-out 0s normal none infinite running ring-alo-circle-anim;
background-color: transparent;
border: 2px solid rgba(30, 30, 30, 0.4);
border-radius: 100%;
height: 70px;
left: 10px;
opacity: 0.1;
position: absolute;
top: 12px;
transform-origin: 50% 50% 0;
transition: all 0.5s ease 0s;
width: 70px;
}
.ring-alo-phone.ring-alo-active .ring-alo-ph-circle {
animation: 1.1s ease-in-out 0s normal none infinite running ring-alo-circle-anim !important;
}
.ring-alo-phone.ring-alo-static .ring-alo-ph-circle {
animation: 2.2s ease-in-out 0s normal none infinite running ring-alo-circle-anim !important;
}
.ring-alo-phone.ring-alo-hover .ring-alo-ph-circle, .ring-alo-phone:hover .ring-alo-ph-circle {
border-color: #f00;
opacity: 0.5;
}
.ring-alo-phone.ring-alo-green.ring-alo-hover .ring-alo-ph-circle, .ring-alo-phone.ring-alo-green:hover .ring-alo-ph-circle {
border-color: #baf5a7;
opacity: 0.5;
}
.ring-alo-phone.ring-alo-green .ring-alo-ph-circle {
border-color: #f00;
opacity: 0.5;
}
.ring-alo-ph-circle-fill {
animation: 2.3s ease-in-out 0s normal none infinite running ring-alo-circle-fill-anim;
background-color: #000;
border: 2px solid transparent;
border-radius: 100%;
height: 30px;
left: 30px;
opacity: 0.1;
position: absolute;
top: 33px;
transform-origin: 50% 50% 0;
transition: all 0.5s ease 0s;
width: 30px;
}
.ring-alo-phone.ring-alo-hover .ring-alo-ph-circle-fill, .ring-alo-phone:hover .ring-alo-ph-circle-fill {
background-color: rgba(0, 175, 242, 0.5);
opacity: 0.75 !important;
}
.ring-alo-phone.ring-alo-green.ring-alo-hover .ring-alo-ph-circle-fill, .ring-alo-phone.ring-alo-green:hover .ring-alo-ph-circle-fill {
background-color: rgba(117, 235, 80, 0.5);
opacity: 0.75 !important;
}
.ring-alo-phone.ring-alo-green .ring-alo-ph-circle-fill {
background-color: rgba(0, 175, 242, 0.5);
opacity: 0.75 !important;
}
.ring-alo-ph-img-circle {
animation: 1s ease-in-out 0s normal none infinite running ring-alo-circle-img-anim;
border: 2px solid transparent;
border-radius: 100%;
height: 30px;
left: 30px;		    
opacity: 1;
position: absolute;
top: 33px;
transform-origin: 50% 50% 0;
width: 30px;
}
.ring-alo-phone.ring-alo-hover .ring-alo-ph-img-circle, .ring-alo-phone:hover .ring-alo-ph-img-circle {
background-color: #f00;
}
.ring-alo-phone.ring-alo-green.ring-alo-hover .ring-alo-ph-img-circle, .ring-alo-phone.ring-alo-green:hover .ring-alo-ph-img-circle {
background-color: #75eb50;
}
.ring-alo-phone.ring-alo-green .ring-alo-ph-img-circle {
background-color: #f00;
}
@keyframes ring-alo-circle-anim {
0% {
opacity: 0.1;
transform: rotate(0deg) scale(0.5) skew(1deg);
}
30% {
opacity: 0.5;
transform: rotate(0deg) scale(0.7) skew(1deg);
}
100% {
opacity: 0.6;
transform: rotate(0deg) scale(1) skew(1deg);
}
}
@keyframes ring-alo-circle-img-anim {
0% {
transform: rotate(0deg) scale(1) skew(1deg);
}
10% {
transform: rotate(-25deg) scale(1) skew(1deg);
}
20% {
transform: rotate(25deg) scale(1) skew(1deg);
}
30% {
transform: rotate(-25deg) scale(1) skew(1deg);
}
40% {
transform: rotate(25deg) scale(1) skew(1deg);
}
50% {
transform: rotate(0deg) scale(1) skew(1deg);
}
100% {
transform: rotate(0deg) scale(1) skew(1deg);
}
}
@keyframes ring-alo-circle-fill-anim {
0% {
opacity: 0.2;
transform: rotate(0deg) scale(0.7) skew(1deg);
}
50% {
opacity: 0.2;
transform: rotate(0deg) scale(1) skew(1deg);
}
100% {
opacity: 0.2;
transform: rotate(0deg) scale(0.7) skew(1deg);
}
}
.ring-alo-ph-img-circle a img {
padding: 1px 0 0 1px;
width: 30px;
position: relative;
top: -1px;
}
}.popup {
width:100%;
height:100%;
display:none;
position:fixed;
top:0px;
left:0px;
background:rgba(0,0,0,0.75);
z-index: 99999;
} .popup-inner {
max-width:700px;
width:100%;
padding:15px;
position:absolute;
top:50%;
left:50%;
-webkit-transform:translate(-50%, -50%);
transform:translate(-50%, -50%);
box-shadow:0px 2px 6px rgba(0,0,0,1);
border-radius:3px;
background:#fff;
} .popup-close {
width:30px;
height:30px;
padding-top:4px;
display:inline-block;
position:absolute;
top:0px;
right:0px;
transition:ease 0.25s all;
-webkit-transform:translate(50%, -50%);
transform:translate(50%, -50%);
border-radius:1000px;
background:rgba(0,0,0,0.8);
font-family:Arial, Sans-Serif;
font-size:20px;
text-align:center;
line-height:100%;
color:#fff;
}
.popup-close:hover {
-webkit-transform:translate(50%, -50%) rotate(180deg);
transform:translate(50%, -50%) rotate(180deg);
background:rgba(0,0,0,1);
text-decoration:none;
}
.form-title hr {
margin-bottom: 10px;
}
button.btn.btn-default {
background: orange;
border: 1px solid orange;
padding: 10px 20px;
color: white;
}
.form-content	.woocommerce-Price-amount.amount {color: red;}
.form-content ins span.woocommerce-Price-amount.amount {
color: red;
padding: 0 10px 0 0;
}
.form-content del span.woocommerce-Price-amount.amount {
color: black;
padding: 0 10px;
}
form {margin-bottom: 0 !important;}
.notice {
border: 2px solid #ff6009;
color: green;
padding: 5px;
font-weight: bold;
border-radius: 30px;
text-align: center;
margin-top: 10px;
}
.hide { visibility: hidden;}
input.form-control {
margin-bottom: 5px;
}
.cotphai .form-group {
margin-bottom: 5px !important;
}
ins {
text-decoration: none;
}
.cottrai, .cotphai {float: left;padding: 0 15px; width: 50%;}
.form-content p.name.product-title {
margin: 10px 0px;
font-size: 18px;
}
.form-content .woocommerce-Price-amount.amount {
font-size: 20px;
}   
.form-title p, .form-title h3 {
margin: 0;
}
.form-title {
padding: 0 15px;
}
.detailcall-1 {
margin: 10px 0;
padding: 10px 20px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background: #fd6e1d;
box-shadow: 0 -3px 0 0 #248c50 inset;
text-align: center;
}
.detailcall-1 h3 {
color: white !important;
font-size: 20px;
margin-top: 0px;
margin-bottom: 5px;
}
.detailcall-1 span {
display: block;
margin-top: 0px;
color: white;
}
.web79loading{
max-height: 40px;
}
@media screen and (max-width: 768px) {
.cottrai, .cotphai {width:100%;}
.popup-close{
top: 15px;
right: 15px;
}
.popup-inner{
max-height: 80%;
overflow-y: scroll;
}
.popup-inner {
max-width:700px;
max-height: 90%;
width:90%;
}
}.wpmenucart-icon-shopping-cart-0:before {
font-family: 'FontAwesome';
speak: none;
font-style: normal;
font-weight: normal;
display: inline;
width: auto;
height: auto;
line-height: normal;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
vertical-align: baseline;
background-image: none;
background-position: 0 0;
background-repeat: repeat;
margin-top: 0;
margin-right: 0.25em;
}
.wpmenucart-icon-shopping-cart-0:before{content:"\f07a"}@font-face {
font-family:'FontAwesome';
src: url(//curnonwatch.com.vn/wp-content/plugins/woocommerce-menu-bar-cart/font/fontawesome-webfont.eot?v=4.7.0);
src: url(//curnonwatch.com.vn/wp-content/plugins/woocommerce-menu-bar-cart/font/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),
url(//curnonwatch.com.vn/wp-content/plugins/woocommerce-menu-bar-cart/font/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),
url(//curnonwatch.com.vn/wp-content/plugins/woocommerce-menu-bar-cart/font/fontawesome-webfont.woff?v=4.7.0) format('woff'),
url(//curnonwatch.com.vn/wp-content/plugins/woocommerce-menu-bar-cart/font/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),
url(//curnonwatch.com.vn/wp-content/plugins/woocommerce-menu-bar-cart/font/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
font-weight:normal;
font-style:normal;
}.empty-wpmenucart {
display: none !important;
}
.cartcontents + .amount:before {
content: '-';
margin: 0 0.25em;
}
.wpmenucart-display-standard {
}
.wpmenucart-display-right {
float: right !important;
}
.wpmenucart-display-left {
float: left !important;
}
.wpmenucart-icon-shopping-cart {
background-image: none;
vertical-align: inherit;
}
.wpmenucart-thumbnail img {
width: 32px;
height: auto;	
margin-right: 8px;
box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
}
.wpmenucart-submenu-item a {
overflow: hidden;
white-space:nowrap !important;
}
.wpmenucart-thumbnail, .wpmenucart-order-item-info {
display:inline-block;
vertical-align:middle;
}
.wpmenucart-product-name, .wpmenucart-product-quantity-price {
display:block;
}
.wpmenucart .clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.wpmenucart .clearfix {display: inline-block;}/*\*/* html .wpmenucart .clearfix {height: 1%;}
.wpmenucart .clearfix {display: block;}/**/ li.wpmenucartli a.wpmenucart-contents span{
display: inline-block !important;
}