html {
    width: 100%;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}
body a{
    text-decoration: none !important;
    color: #a5a5a5;
}
ol, ul {
    padding-left: 0 !important;
}
dl, ol, ul {
    margin-bottom: 0 !important;
}



.owl-nav i {
    color: white !important;
    background: black;
    padding: 8px 15px;
    font-size: 30px !important;
    border: 1px solid white;
}
.owl-nav .owl-prev {
    margin-left: 10px;
}
.owl-nav .owl-next {
    margin-right: 10px;
}
.owl-dots {
    bottom: -30px !important;
}
.owl-dots .owl-dot {
    width: 9px !important;
    height: 9px !important;
    background-clip: padding-box !important;
    border: 2px solid transparent !important;
    border-radius: 20px !important;
    margin: 0 5px !important;
    transition: width .3s ease !important;
    background-color: #000 !important;
}
.owl-dots .owl-dot.active {
     width: 60px !important;
}

.slider-content h5 {
    font-size: 16px !important;
    line-height: 22px !important;
}
.slider-content h6 {
    font-size: 22px !important;
    line-height: 28px !important;
}

.category-box img {
    max-height: 80px;
    object-fit: contain;
    transition: transform 0.5s ease;
    transform-origin: center center;
}
.category-box:hover img {
    transform: scale(1.18);
}
.category-box h6 {
    margin-top: 10px;
    font-weight: 500;
}

.category-box {
    border-right: 0.5px solid #c2c2c2;
    border-left: 0.5px solid #b7b7b7;
    padding: 20px 0;
}


.hb-menu nav ul > li > ul.hb-dropdown > li > a{
    font-size: 13px;
    font-weight: 500;
}
.hb-menu nav > ul > li > ul.hb-dropdown{
    padding: 10px 0;
}
.product-image > a img {
    height: 200px  !important;
    object-fit: contain  !important;
}

.footer-block > ul > li > a, .footer-static-middle .des > li, .footer-static-middle .footer-logo p.info, .footer a {
    color: black !important;
}

@media (min-width: 1501px){
	.main .full-view .container {
		max-width: 100%;
		padding: 0 15px;
	}
	/* .bg-1, .bg-2, .bg-3{
		min-height: 770px;
	}	 */
	.slider-with-banner {
        .li-banner > a > img, .single-banner > a > img{
		height: 230px;
	    }
    }
}
@media (min-width: 1200px) and (max-width: 1500px){
	.main .full-view .container {
		max-width: 100%;
		padding: 0 15px;
	}
	/* .bg-1, .bg-2, .bg-3{
		min-height: 600px;
	} */
	} */

}
.phone-wrap > li > a {
    color: #242424 !important;
}

.header-middle {
    padding: 20px;
}
.ht-menu li a:hover{
    color: black;
}

.header-block ul li {
    font-size: 14px;
    color: #888;
    line-height: 36px;
    display: block;
    position: relative;
    transition: all 0.3s ease-in-out;
    width: 40px !important;
    height: 40px !important;
    display: flex;
    justify-content: center;
    margin-left: 10px;
    border-radius: 25px;
}


.product-social-sharing > ul > li {
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 25px;
}


.header-block > ul > li > a{
    line-height: 40px !important;
    text-align: center;
    color: #fff;
}

.header-bottom, button.li-btn, .cart-item-count, a.links, a.links-2, a.review-links, .header-sticky.sticky, .footer-newsletter .form-group .btn, #scrollUp:hover,
.social-link > li > a:hover, .li-sub-category-list > li > a::after, .li-section-title > h2 > span::before{
	background: #333 !important;
}
.hb-menu nav > ul > li > a, button.li-btn, .cart-item-count, a.links, a.links-2, a.review-links, .footer-newsletter .form-group .btn, .hb-menu nav > ul > li > a::after{
	color: white !important;
}
.megamenu-holder .megamenu li ul li a:hover, .megamenu-static-holder .megamenu li ul li a:hover, .megamenu > li > a:hover,
.hb-menu nav ul > li > ul.hb-dropdown > li > a:hover, .hb-menu nav ul > li > ul.hb-dropdown > li.active > a, .copyright a:hover,
 .slider-active .owl-nav div:hover, .product-active .owl-nav div:hover, .special-product-active .owl-nav div:hover{
	color: black !important;
}
.about-image-wrap::after{
	border: 5px solid #333;
}


.action--black.btn-ghost {
    border-color: #666;
    color: #333;
}
.btn-ghost {
    display: block;
    position: relative;
    padding: 12px 24px;
    border: 1px solid #cf142b;
    border-radius: 3px;
    background-color: transparent;
    color: #cf142b;
    font-size: 87.5%;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    z-index: 0;
}
.btn-ghost:hover{
	background-color: #333;
    color: #fff;
}
@media screen and (min-width: 768px){
    .btn-ghost {
        display: inline-block;
        width: auto;
    }
}
@media (max-width: 479px){
    .hm-searchbox {
        margin-right: 15px;
    }
}
body a:hover {
    color: black;
}
.error-text h1 {
    color: #3333;
}
#contact-success, #news-letter-success, #news-letter-already{
    display: none;
}
.alert-simple.alert-success
{
  border: 1px solid rgba(36, 241, 6, 0.46);
    background-color: rgba(7, 149, 66, 0.12156862745098039);
    box-shadow: 0px 0px 2px #259c08;
    color: #0ad406;
  transition:0.5s;
  cursor:pointer;
}
.alert-success:hover{
  background-color: rgba(7, 149, 66, 0.35);
  transition:0.5s;
}
.error-button a {
    background: #333 none repeat scroll 0 0;
}
.banner-content {
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    padding: 20px;
}
.slider-content > h3 {
    margin-bottom: 20px;
}
.product-image > span.sticker {
    background: #ffbf00;
}
.product_desc .product_desc_info .product_name {
    color: black;
    font-weight:bold;
}
.product_desc .product_desc_info .product_name:hover {
    color: #cf142b;
}
.toast .alert {
    font-size: 0.8rem;
    border-radius: 5px;
    font-weight: bold;
}

.toast_box {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 99999;
}

.footer-block > h3 {
    font-weight: bold;
}

.blog-summary .li-blog-banner {
    width: 370px;
    height: 220px;
    display: flex;
    align-items: center;
}
.blog-summary .li-blog-single-item .li-blog-content .li-blog-details h3{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 85px;
}
.li-main-blog-page.pb-55 .li-blog-details p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 90px;
}
.slider-with-banner {
    .li-banner > a > img, .single-banner > a > img {
        width: 100%;
        height: 230px;
        object-fit: cover;
    }
}

ul.add-actions-link {
    display: flex;
    justify-content: center;
}
ul.add-actions-link {
    min-height: 100px;
    display: flex;
    align-items: center;
}

.category-sub-menu li.has-sub > a:nth-child(2)::after {
    top: -18px;
}

.shop-page .product-image > span.sticker {
    background: #ffbf00;
    width: 75px;
    border-radius: 15px;
}
.shop-page .product-image > span.sticker.out {
    background: #fc0000;
    width: 100px;
}

.col-lg-6.about-text-wrap p {
    text-align: center;
}

ul.ht-menu li {
    font-size: 14px;
}

.slider-content, .li-static-home-content {
    width: 40%;
}
.slider-content h6, .banner-content.slider-content h6, .li-static-home-content h5  {
    color: white;
}
.shipping-icon img {
    display: inline-block;
    width: auto;
    height: 57px;
    opacity: 0.7;
}

.hb-menu nav ul > li > ul.hb-dropdown > li img.category-small-img, img.category-small-img  {
    width: auto !important;
    height: 20px !important;
}
.frequently-accordion .card-header a {
    font-size: 16px;
    font-weight: bold;
}
.limupa-counter.white-smoke-bg .counter-img img{
    height: 40px;
    width: 40px;
}

tbody, td, tfoot, th, thead, tr {
    border: 1px solid #3333;
    padding: 5px 15px;
}

.breadcrumb-content li.active {
    color: black !important;
    font-weight: bold;
}

ul.add-actions-link {
    min-height: 10px !important;
}

.btn-call-fixed {
  z-index: 2;
}

.btn-call-fixed .icon-wrap {
  float: left;
  position: relative;
  z-index: 1;
  width: 50px;
  height: 50px;
}

.btn-call-fixed .icon-wrap i.fa {
  font-size: 30px;
  color: #fff;
  background: #8b0304;
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  animation: icon-luc-lac 1.2s infinite ease-in-out;
}



.btn-call-fixed .icon-wrap .border-2 {
  width: 70px;
  height: 70px;
  position: absolute;
  z-index: 1;
  top: -11px;
  left: -11px;
  border: solid 1px #8b0304;
  border-radius: 50%;
  animation: vien-nho-zoom 2.2s infinite ease-in-out;
}

.btn-call-fixed .text {
  float: left;
  padding-left: 20px;
  font-family: "Roboto";
  font-size: 13px;
  font-weight: bold;
  color: #8b0304;
  line-height: 22px;
}

.btn-call-fixed .text span:last-child {
  font-size: 20px;
  font-family: "UtmSeagull";
}

.linkedin {
    background-color: #0073b0;
}
.text .hotlineTxt{
    color: #273b72;
}
.header-container{
    padding: 0 25px;
}
.header-block {
    margin-right:20px;
}

img.youtube-img-full {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.row.product-taps {
    background: #cf142b;
    padding: 25px;
}
.li-product-menu > li a.active {
    color:white !important;
}
.share-link-txt {
    font-weight: bold;
    width: 100px !important;
}

@media (max-width: 900px) {
    .callus-section{
        display: none !important;
    }
}

@keyframes icon-luc-lac {
  0% {
    transform: rotate(0) 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(0) scale(1) skew(1deg);
  }

  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes vien-nho-zoom {
  0% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }

  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.5;
  }

  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
}

@keyframes vien-lon-zoom {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }

  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.1;
  }

  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}

.product-details-view-content .product-info h2 {
    font-size: 25px;
    font-weight: bold;
}

.product-desc ul {
    list-style-type: none; /* Remove default bullets */
    padding-left: 0; /* Remove left padding */
}

.product-desc li {
    position: relative;
    padding-left: 25px; /* Space for the bullet */
    margin-bottom: 10px; /* Space between list items */
}

.product-desc li::before {
   position: absolute;
    top: 8px;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #cf142b;
    content: "";
}

.product-details-view-content .product-info h2 {
    color: #003875;
    }


.product-image {
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: all 0.3s ease;
}

/* Styling for the image */
.product-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: all 0.3s ease;
}
.header-bottom {
    margin-bottom: 0 !important;
}
/* Light animation effect on hover */
.product-image:hover img {
    filter: brightness(1.02) contrast(1.02); /* Lighten and increase contrast */
    transform: scale(1.18); /* Slightly zoom in */
}
.product-image:hover {
    box-shadow: 0 0 15px 5px rgba(255, 255, 255, 0.8); /* Glow effect around the image */
    border-radius: 8px; /* Optional: add border radius to smooth the corners */
}
ul.social-link li {
    border-radius: 25px;
}

.youtube-container {
    overflow: hidden;
}

.new-price {
    line-height: 22px !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    color: #d51e0b !important;
}
.old-price {
    font-size: 12px !important;
    font-weight: 600 !important;
    text-decoration: line-through !important;
    color: #666666 !important;
    padding-left: 5px !important;
}

.product-image img {
    height: 180px;
    object-fit: contain;
}
.shipping-icon img {
    width: 67px;
    height: 57px;
    object-fit: contain;
}

