/*
 Theme Name:   Nevo Child
 Theme URI:    https://nevothemes.com
 Description:  Default Nevo child theme
 Author:       CSH
 Author URI:   https://nevothemes.com
 Template:     nevo
 Version:      0.1
*/



.btnsub .elementor-button {
    background-color: #fff !important;
    color: #000 !important;
}
form.cart {
    margin-bottom: 20px;
}
.product_meta {
    display: none;
}
p.stock {
    margin-bottom: 0px;
}
/* Ẩn phần Shipping options trong WooCommerce Checkout Blocks */
body.woocommerce-checkout fieldset#wc-block-checkout__shipping-option,
body.woocommerce-checkout #shipping-option,
body.woocommerce-checkout .wp-block-woocommerce-checkout-shipping-methods-block,
body.woocommerce-checkout .wp-block-woocommerce-checkout-shipping-options-block {
    display: none !important;
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    text-decoration: none;
    text-transform: uppercase;
	color: #fff;
}
table.wc-block-cart-items {
    margin-bottom: 20px !important;
}
/*-----*/
.custom-product-sections {
    margin-top: 30px;
    border-top: 1px solid #ccc;
}
.section-item {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}
.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}
.section-content {
    font-size: 15px;
    max-height: 0;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    transition: max-height 0.4s ease, padding 0.4s ease;
}
.section-content.open {
    max-height: 1000px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.toggle-icon {
    font-size: 20px;
    transition: transform 0.3s ease;
}
/*-----*/

.product-size-selector {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.size-label {
  margin-bottom: 8px;
  font-weight: bold;
}

.size-options-wrap {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.product-size-selector .size-label {
  font-weight: bold;
  font-size: 16px;
  margin-right: 10px;
}

.size-option {
  position: relative;
}

.size-option input[type="radio"] {
  display: none;
}

.size-option span {
  display: inline-block;
  width: 50px;
  text-align: center;
  padding: 10px 0;
  border: 2px solid #ccc;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  background-color: #fff;
  transition: all 0.3s ease;
  cursor: pointer;
}

.size-option span:hover {
  border-color: #c83274;
}

.size-option input[type="radio"]:checked + span {
  background-color: #c83274;
  color: #fff;
  border-color: #c83274;
}

/*---------*/
.content-area h1 {
    color: #cb437a;
}
.woocommerce-loop-product__title {
    font-weight: bold;
}
.size-labels-loop span {
    background-color: #fff !important;
    color: #cb437a !important;
    border: 1px solid;
}
.size-labels-loop {
    display: inline-flex !important;
    margin-bottom: 10px;
}
.custom-size-labels {
  display: flex;
  gap: 10px;
}
.custom-size-labels span {
  background-color: #cb437a;
  color: #fff;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
}

.star-rating::before {
    opacity: 1 !important;
    color: #ffc400;
}
.box-rightwhy p, .box-leftwhy p {
    margin-bottom: 40px;
}
.box-rightwhy h3, .box-leftwhy h3 {
    font-size: 20px;
    margin-bottom: 0px;
	color: #cb437a;
}
.box-rightwhy{
	text-align: left; 
	max-width: 600px; 
	margin-left: auto;
}
.box-leftwhy{
	text-align: right; 
	max-width: 600px; 
	margin-left: auto;
}
.iconheart i {
    color: #ee7caa;
    padding: 0px 12px;
    font-size: 25px;
}
.wpcf7-response-output {
    margin-top: -45px !important;
}
.boxform .wpcf7-textarea {
    height: 132px;
}
.boxform .wpcf7-form-control {
    width: 100%;
    margin-bottom: 15px;
	border-radius: 10px;
}
.woocommerce-tabs .panel h2:first-of-type{
	font-size: 1.2em !important;
	font-family: "AlbulaPro-Regular", sans-serif;
}
div.product .product_title{
	font-family: "AlbulaPro-Regular", sans-serif;
}
.single-product div.product .product_meta{
	border-top: none !important;
}


.single-product div.product form.cart .quantity{
	border-radius: 30px;
}
button.single_add_to_cart_button.button.alt {
    border-radius: 30px;
	display: list-item;
    width: -webkit-fill-available;
    margin-left: auto !important;
}

a.button:hover{
	border: none;
}
p.woocommerce-mini-cart__buttons.buttons a {
    color: #fff;
}
.testimonial {
  margin-top: -10px;
}
.stars {
  font-size: 20px;
  color: #ffc400;
}
.review {
  font-size: 16px;
  margin: 0 0 10px 0;
}
.author {
  font-weight: 700;
  font-size: 16px;
}
.titleho {
  text-align: center;
  position: relative;
  margin-bottom: 0px;
  color: #cb437a;
  line-height: 1.7;
}
.titleho::after {
  content: "❦ ❦ ❦";
  display: block;
  font-size: 24px;
  color: #cb437a;
  letter-spacing: 10px;
}

.cuscatepro .col-inner.position-relative.h-100 {
    padding-bottom: 0px;
    margin-bottom: -2px;
}
span.woocommerce-Price-amount.amount {
    font-weight: bold;
}
.woocommerce-loop-product__rating.woocommerce-product-rating .count {
    display: none;
}
.product-content-wrap .woocommerce-loop-product__title {
	height: auto;
	line-height: 1.7 !important;
    display: block;
	font-family: "AlbulaPro-Regular", sans-serif;
}
.cuscatepro .box-text h2 {
    text-transform: initial;
}
.cuscatepro .box-text {
    top: 85% !important;
	background: rgba(255, 255, 255, .5) !important;
}
.cuscatepro .box-text .count {
    display: none;
}

/*----btn-hieu-ung----*/
.loop-add-to-cart-btn, .elementor-button {
	background-color: #cb437a !important;
    border-radius: 30px !important;
	font-weight: bold;
    position: relative;
    overflow: hidden;
    display: inline-block;
    transition: transform 0.3s ease-in-out;
	border: none;
}
.loop-add-to-cart-btn::after, .elementor-button::after{
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.6), transparent);
  transform: skewX(-45deg);
  animation: light-move 2s linear infinite;
}
@keyframes light-move {
  0% {
    left: -150%;
  }
  100% {
    left: 150%;
  }
}/*---end-btn-hieu-ung----*/

.footer-widgets aside#custom_html-4 {
    width: 50%;
}
.footer-widgets aside#custom_html-5 {
    margin-left: -20%;
}
.boxfolow-ft {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.boxft a {
    color: #fff;
}
.boxft.box3 {
    margin-left: -30px;
}
.boxft.box3, .boxft.box2 {
    margin-top: 20px;
}
.boxft.box1 {
    text-align: center;
}
.boxft.box1 img {
    width: 90%;
    height: 110px;
    object-fit: cover;
}
/*-all-btn-contact-*/
.iconfixfolow {
    position: fixed;
    right: 10px;
    bottom: 10px;
    list-style: none;
    padding: 0px;
    margin: 0px;
	z-index: 999;
}
.iconfixfolow li {
    border: 1px solid #f5e8e7;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 100%;
    margin-right: 5px;
    background-color: #f5e8e7;
	z-index: 999;
	margin-bottom: 10px;
}
.iconfixfolow a {
    color: #231f20;
}
.iconfixfolow i {
    margin-top: 12px;
    font-size: 25px;
}
.hotline-phone-ring-wrap {
position: fixed;
bottom: 0;
left: 0;
z-index: 999999;
}
.hotline-phone-ring {
position: fixed;
visibility: visible;
background-color: transparent;
width: 110px;
height: 110px;
cursor: pointer;
z-index: 11;
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0);
transition: visibility .5s;
right: -20px;
bottom: -20px;
display: none;
}
.hotline-phone-ring-circle {
width: 130px;
height: 130px;
top: -20px;
left: -20px;
position: absolute;
background-color: transparent;
border-radius: 100%;
border: 2px solid #f5e8e7;
-webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
transition: all .5s;
-webkit-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
opacity: 0.5;
}
.hotline-phone-ring-circle-fill {
width: 90px;
height: 90px;
top: 0px;
left: 0px;
position: absolute;
background-color: #f5e8e7;
border-radius: 100%;
border: 2px solid transparent;
-webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
transition: all .5s;
-webkit-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
.hotline-phone-ring-img-circle {
background-color: #f5e8e7;
width: 70px;
height: 70px;
top: 10px;
left: 10px;
position: absolute;
background-size: 20px;
border-radius: 100%;
border: 2px solid transparent;
/*-webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;*/
/*animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;*/
-webkit-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
align-items: center;
justify-content: center;
}
.hotline-phone-ring-img-circle .pps-btn-img {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
font-size: 14px;
text-align: center;
color: #231f20;
font-weight: bold;
line-height: 1.4;
margin-top: 5px;
}
.hotline-phone-ring-img-circle .pps-btn-img img {
width: 20px;
height: 20px;
}
.hotline-bar {
position: absolute;
background: rgb(49, 74, 166);
border-radius: 3px;
padding: 0 15px 0 0;
background-size: 100%;
cursor: pointer;
transition: all 0.8s;
-webkit-transition: all 0.8s;
z-index: 9;
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
border-radius: 50px !important;
/* width: 175px !important; */
left: 33px;
bottom: 37px;
}
.hotline-bar > a {
color: #fff;
text-decoration: none;
font-size: 15px;
font-weight: bold;
text-indent: 50px;
display: block;
letter-spacing: 1px;
line-height: 40px;
font-family: Arial;
}
.hotline-bar > a:hover,
.hotline-bar > a:active {
color: #fff;
}
@-webkit-keyframes phonering-alo-circle-anim {
0% {
-webkit-transform: rotate(0) scale(0.5) skew(1deg);
-webkit-opacity: 0.1;
}
30% {
-webkit-transform: rotate(0) scale(0.7) skew(1deg);
-webkit-opacity: 0.5;
}
100% {
-webkit-transform: rotate(0) scale(1) skew(1deg);
-webkit-opacity: 0.1;
}
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
0% {
-webkit-transform: rotate(0) scale(0.7) skew(1deg);
opacity: 0.6;
}
50% {
-webkit-transform: rotate(0) scale(1) skew(1deg);
opacity: 0.6;
}
100% {
-webkit-transform: rotate(0) scale(0.7) skew(1deg);
opacity: 0.6;
}
}
@-webkit-keyframes phonering-alo-circle-img-anim {
0% {
-webkit-transform: rotate(0) scale(1) skew(1deg);
}
10% {
-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
}
20% {
-webkit-transform: rotate(25deg) scale(1) skew(1deg);
}
30% {
-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
}
40% {
-webkit-transform: rotate(25deg) scale(1) skew(1deg);
}
50% {
-webkit-transform: rotate(0) scale(1) skew(1deg);
}
100% {
-webkit-transform: rotate(0) scale(1) skew(1deg);
}
}
/*-end-all-btn-contact-*/
.footer-section.top-footer.has-start.has-center.has-end {
    /*background-image: url(https://#/wp-content/uploads/2024/07/background.png);*/
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.boxtimeft .tglv {
    background-color: #cda247;
    padding: 10px 10px 10px 10px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
	margin-bottom:15px;
}
.boxtimeft {
    background-color:#fff;
	margin-bottom: -30px;
    margin-top: -60px;
    height: 180px;
	width:80%;
	text-align:center;
	border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.boxft {
    color: #fff;
}
.boxft ul {
    margin-bottom: 15px;
}
.boxft ul li {
    margin-bottom: 0px;
}
.boxft h3 {
    font-size: 18px;
    margin-bottom: 8px;
	color: #fff;
}
.boxft.box1 p {
    margin-bottom: 10px;
    margin-top: 5px;
}
.boxfolow-ft li a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: #cb437a;
	padding: 0px 10px 1px 10px;
    border-radius: 20px;
	background-color: #fff;
}
.boxfolow-ft li i {
    font-size:16px;
	padding-top:1px;
	color:#cb437a;
}
.boxfolow-ft li {
    width: 100%;
    /*text-align: center;*/
}

@font-face {
 font-family: AlbulaPro-Regular;
 src: url(/wp-content/themes/nevo-child/fonts/AlbulaPro-Regular.otf);
}
@font-face {
 font-family: TAN-PEARL;
 src: url(/wp-content/themes/nevo-child/fonts/TAN-PEARL.otf);
}

h1,h2,h3,h4,h5,h6{
	font-family: "TAN-PEARL", sans-serif;
	font-weight: bold;
}
p{
	font-family: "AlbulaPro-Regular", sans-serif;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 26px;
}
h4 {
	font-size: 25px;
}
h5 {
	font-size: 24px;
}
h6 {
	font-size: 23px;
}

/*-----end css old-----*/
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

tr.wc-block-cart-items__row td {
    margin-bottom: 0px !important;
}
.boxft.box3 {
    margin-left: 0px;
}
.box-leftwhy {
	text-align: left;
}
h1 {
    font-size: 24px;
}
h2 {
    font-size: 22px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 17px;
}
.cuscatepro .box-text {
    top: 80% !important;
}
.cuscatepro .box-text h2{
	font-size: 12px;	
}
.cuscatepro img {
    width: 100%;
}
.boxft.box1 img {
	height: 220px;
}
.boxft.box3, .boxft.box2 {
    margin-top: 0px;
}
.footer-widgets aside#custom_html-4 {
    width: 100%;
}
.footer-widgets aside#custom_html-5 {
    margin-left: 0%;
}
}