:root {
	--pfamily: "Inter Tight", sans-serif;
	--text: #000;
	--heading: #000;
}
.product-head-box4 img {
    height: auto !important;
}
.product-box4 {
	margin: 0 !important;
}
.product-box4 .price-box4 {
	    display: flex;
    align-items: baseline;
    text-align: left;
	gap: 10px;
}
.product-box4 .proce-box4-not-discount {
	margin: 0;
	background: linear-gradient(135deg, var(--primary) 0%, var(--primary1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
}
.product-box4 .price-box4 strong {
	background: linear-gradient(135deg, var(--primary) 0%, var(--primary1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
}
.product-box4:hover .product-desc {
  display: block;
  margin-top: .5rem;
  overflow: hidden;
}
.product-box4 .buy-btn-box4 {
	margin: 0;
}
.product-box4 .product-body-box4 {
	min-height: unset;
  padding: 10px;
}
.product-box4 .product-footer-box4,
.product-box4 .product-buttons-box4 {
  padding: 10px;
}
.product-body-box4 h4 {
  font-size: 16px;
	line-height: 1.4;
  margin: 0;
}
.product-body-box4 h4 a {
    color: inherit;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3; 
	overflow: hidden;
	height: 67px;
}
.product-body-box4 h4 a:hover {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-box4 .product-desc {
	line-height: 1.4;
	display: none;
	word-break: break-word;
	font-size: 16px;
	color: #333;
}
.product-box4 .product-desc li:before {
    content: "\f101";
    font-family: 'FontAwesome';
    margin-right: 4px;
	font-size: 12px;
}
.product-thumb-wrap {
	padding-bottom: 100%;
    width: 100%;
}
.product-thumb-wrap img {
	position: absolute;
    object-fit: cover;
}

.account-card {
	position: relative;
	transition: max-height 0.5s ease;
	overflow: hidden;
}
/* khi thu gọn */
.account-card.collapsed {
	max-height: 200px;
}
.toggle-btn {
	position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    left: 0;
}
.collapsed .toggle-btn {
    background: #ffffff;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
}

body .giuseart-pc-contact-bar {
	left: 20px;
	bottom: 20px;
}

.notice-sidebar {
	position: fixed;
  top: 0px;
  right: -450px;
  width: 400px;
  height: 100vh;
  z-index: 5;
  background: var(--white);
  -webkit-box-shadow: -15px 0px 25px 0px rgba(0, 0, 0, 0.15);
  box-shadow: -15px 0px 25px 0px rgba(0, 0, 0, 0.15);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}
.notice-sidebar.active {
	right: 0;
}

.sidebar-content {
	padding: 18px 25px;
	overflow-y: auto;
	height: calc(100% - 90px);
}

.megamenu-list {
	border: none
}

.navbar-list .navbar-link {
	font-size: 18px;
	color: #f36f21;
}
.navbar-info p span {
	font-size: 18px;
	color: #ffc107;
}

.home-notice {
	font-size: 18px;
}

.footer-widget .footer-title {
	font-family: "Playfair Display", serif;
	text-transform: uppercase;
	color: #f36f21;
	font-weight: bold;
}

/* CONTACT BUTTONS STYLES */
@keyframes phone-vr-circle-fill{
	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);
	}
}
@keyframes zoom {
	0% {
		transform: scale(.9);
	}
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 15px transparent;
	}
	100% {
		transform: scale(.9);
		box-shadow: 0 0 0 0 transparent;
	}
}
#button-contact-vr {
  position: fixed;
  bottom: 80px;
  right: 0px;
  z-index: 4;
}
#button-contact-vr .button-contact {
  position: relative;
}

#gom-all-in-one #zalo-vr {
  transition: 1s all;
  -moz-transition: 1s all;
  -webkit-transition: 1s all;
}

#button-contact-vr .button-contact .phone-vr {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 90px;
  height: 90px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility .5s;
  left: 0;
  bottom: 0;
  display: block;
}

#zalo-vr .phone-vr-circle-fill {
  box-shadow: 0 0 0 0 #2196f3;
  background-color: rgba(33, 150, 243, 0.7);
}
.phone-vr-circle-fill {
  width: 65px;
  height: 65px;
  top: 12px;
  left: 12px;
  position: absolute;
  box-shadow: 0 0 0 0 #c31d1d;
  background-color: rgba(230, 8, 8, 0.7);
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
  animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animuiion: zoom 1.3s infinite;
  animation: zoom 1.3s infinite;
}

#zalo-vr .phone-vr-img-circle {
  background-color: #2196F3;
}
#tele-vr .phone-vr-img-circle {
	background-color: #24A1DE
}
#tele-vr .phone-vr-circle-fill {
	background-color: rgba(42, 171, 238, 0.7);
	box-shadow: 0 0 0 0 #2AABEE;
}
.phone-vr-img-circle {
  background-color: #e60808;
  width: 40px;
  height: 40px;
  line-height: 40px;
  top: 25px;
  left: 25px;
  position: absolute;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

#button-contact-vr .button-contact {
  position: relative;
}

#gom-all-in-one #phone-vr {
  transition: 0.7s all;
  -moz-transition: 0.7s all;
  -webkit-transition: 0.7s all;
}

#button-contact-vr .button-contact .phone-vr {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 90px;
  height: 90px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility .5s;
  left: 0;
  bottom: 0;
  display: block;
}
#phone-vr .phone-vr-circle-fill {
  opacity: 0.7;
  box-shadow: 0 0 0 0 #dd3333;
}

.phone-bar a, #phone-vr .phone-vr-circle-fill, #phone-vr .phone-vr-img-circle, #phone-vr .phone-bar a {
  background-color: #dd3333;
}

.phone-vr-circle-fill {
  width: 65px;
  height: 65px;
  top: 12px;
  left: 12px;
  position: absolute;
  box-shadow: 0 0 0 0 #c31d1d;
  background-color: rgba(230, 8, 8, 0.7);
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
  animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animuiion: zoom 1.3s infinite;
  animation: zoom 1.3s infinite;
}

.phone-vr-img-circle {
  background-color: #e60808;
  width: 40px;
  height: 40px;
  line-height: 40px;
  top: 25px;
  left: 25px;
  position: absolute;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phone-vr-circle-fill 1s infinite ease-in-out;
}
.phone-vr-img-circle a {
  display: block;
  line-height: 37px;
}
.phone-vr-img-circle img {
  max-height: 25px;
  max-width: 27px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
}

/* end style icon contact landing */

#button-contact-vr.button-contact-vr-mobile .button-contact .phone-vr{
  bottom: 45px;
}


.section {
	margin-bottom: 50px;
}

/** FAQ ACCORDION **/
.accordion-button {
line-height: 32px;
    padding: .75rem 1rem;
    font-size: 18px;
    font-weight: 600;
}
.accordion-button:not(.collapsed) {
	background: var(--primary) linear-gradient(135deg, var(--primary) 0, var(--primary1) 100%);
    color: #fff;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}
.accordion-collapse {
	text-align: left;
}
.product-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.dropdown-megamenu:hover .megamenu {
	top: 180px;
}
.dropdown-megamenu .megamenu {
	top: 200px;
}
.criteria-box {
	max-width: 700px;
	margin-inline: auto;
	  border: 1px solid #f36f21;
	  border-radius: 8px;
	  padding: 1rem 1.5rem;
	  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}
.criteria-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .5rem 0;
  border-bottom: 1px solid #eee;
}
.criteria-item:last-child {
  border-bottom: none;
}
.criteria-item i {
  color: #28a745;
  margin-right: 8px;
}
.criteria-title {
  font-weight: 600;
  color: #222;
	width: 50%;
}
.criteria-value {
	width: 50%;
}
.criteria-value i {
  color: #f6b400;
  margin-right: 5px;
}
.faq-section h3 {
  color: #f36f21;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.home-heading h3:not(.no-bg) {
	font-weight: 600;
}
.home-heading h3 a {
	color: inherit;
}

@media (min-width: 992px) {
	body .giuseart-pc-contact-bar li {
		width: 54px;
		height: 54px;
		background-size: cover !important;
	}
	body .giuseart-pc-contact-bar li a {
		width: 54px;
		height: 54px;
	}
}

@media (max-width: 1199px) {
	.product-list {
		grid-template-columns: repeat(4,1fr);
	}
}
@media (max-width: 991px) {
	body .giuseart-pc-contact-bar {
		bottom: 60px;
	}
	.product-list {
		grid-template-columns: repeat(3,1fr);
	}
	#button-contact-vr {
		bottom: 110px;
	}
	.header-mobile-right {
		display: flex;
		align-items: center;
		gap: 5px;
	}
	.header-mobile-right .header-widget.header-notice {
		display: block;
	}
}
@media (max-width: 767px) {
	.product-body-box4 h4 {
		font-size: 16px;
	}
	.product-body-box4 h4, .product-box4 .product-desc {
		line-height: 1.4;
	}
	  .product-list {
		grid-template-columns: repeat(2,1fr);
	  }
}
@media (max-width: 425px) {
	.product-section > .row > .prod-item {
		width: 100%;
	}
}