body {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 300;
    overflow-x: hidden;
    color:#333333;
    font-size: 14px;
}
a{
    text-decoration: none !important;
    color:#333333 ;
}
.page-wrapper{
    overflow-x: hidden;
}
b, strong{
    font-weight:bold;
}
a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
a, a:hover {
    text-decoration: none !important; }
img{max-width: 100%;}
.text-primary{color:#00A3EB !important;}
::-webkit-input-placeholder {
    color: #B7B7B7;
    font-size: 12px;
    opacity: 1;
}
::-moz-placeholder {
    color: #B7B7B7;
    font-size: 12px;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #B7B7B7;
    font-size: 12px;
}
::placeholder {
    color: #B7B7B7;
    font-size: 12px;
    opacity: 1;
}

.be-vietnam-pro-thin {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.be-vietnam-pro-extralight {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.be-vietnam-pro-light {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.be-vietnam-pro-regular {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.be-vietnam-pro-medium {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.be-vietnam-pro-semibold {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.be-vietnam-pro-bold {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.be-vietnam-pro-extrabold {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.be-vietnam-pro-black {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.be-vietnam-pro-thin-italic {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.be-vietnam-pro-extralight-italic {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.be-vietnam-pro-light-italic {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.be-vietnam-pro-regular-italic {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.be-vietnam-pro-medium-italic {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.be-vietnam-pro-semibold-italic {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.be-vietnam-pro-bold-italic {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.be-vietnam-pro-extrabold-italic {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.be-vietnam-pro-black-italic {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 900;
    font-style: italic;
}

/*=== TOP HEADER ===*/
.search-box input {
    border-radius: 50px;
    border: 1px solid #D1D1D1;
    padding: 8px 16px;
    width: 100%;
    border-right:none;
}
.search-box input::placeholder {
    font-size: 14px;
}
.hotline a{
    color: #dc3545;
}
.input-group-text{
    border-radius: 50px;
    border:1px solid #D1D1D1;
    border-left:none;
}
@media (max-width: 768px) {
    .search-box {
        margin-top: 1rem;
    }
}
.icon:before{
    font-size: 23px;
}
/*=== MAIN MENU ===*/
.hero {
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }

.site-navbar-wrap {
    /*position: absolute;*/
    z-index: 99;
    width: 100%;
    left: 0; 
    background: #FF7043;
}
.site-navbar-wrap a {
    color: #fff; }
.site-navbar-wrap .site-navbar-top {
    font-size: 0.8rem; }

.site-navbar-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4); }

.site-navbar {
    margin-bottom: 0px;
    width: 100%; }
.site-navbar .site-logo {
    font-weight: 200;
    line-height: 0;
    top: -7px;
    position: relative; }
.site-navbar .site-logo a {
    font-weight: 200;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase; }
.site-navbar .site-navigation .site-menu {
    margin-bottom: 0; }
.site-navbar .site-navigation .site-menu a {
    text-decoration: none !important;
    display: inline-block;
    font-weight: 500; }
.site-navbar .site-navigation UL.site-menu {
    padding-left: 0; }
.site-navbar .site-navigation .site-menu > li {
    display: inline-block;
    padding: 10px 5px; }
.site-navbar .site-navigation .site-menu > li > a {
    padding: 10px 10px;
    color: rgba(255, 255, 255, 1);
    font-size: 15px;
    text-decoration: none !important; }
.site-navbar .site-navigation .site-menu > li > a.active {
    color: #fff; }
.site-navbar .site-navigation .site-menu > li > a:hover {
    color: #fff; }
.site-navbar .site-navigation .site-menu > li:last-child {
    padding-right: 0; }
.site-navbar .site-navigation .site-menu > li:last-child > a {
    padding-right: 0; }
.site-navbar .site-navigation .site-menu .has-children {
    position: relative; }
.site-navbar .site-navigation .site-menu .has-children > a {
    position: relative;
    padding-right: 20px; }
.site-navbar .site-navigation .site-menu .has-children > a:before {
    position: absolute;
    content: "\e604";
    font-size: 13px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'simple-line-icons'; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    position: absolute;
    text-align: left;
    -webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 0px 0;
    margin-top: 20px;
    margin-left: 0px;
    background: #fff;
    -webkit-transition: 0.2s 0s;
    -o-transition: 0.2s 0s;
    transition: 0.2s 0s;
    border-radius: 4px; }
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
    position: absolute; }
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px; }
.site-navbar .site-navigation .site-menu .has-children .dropdown a {
    font-size: 14px;
    text-transform: none;
    letter-spacing: normal;
    -webkit-transition: 0s all;
    -o-transition: 0s all;
    transition: 0s all;
    color: #343a40; }
.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
    color: #007bff; }
.site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
    color: #fff !important; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 200px; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li:first-child > a {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li:last-child > a {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
    padding: 9px 20px;
    display: block; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
    background: #ebeef0;
    color: #212529; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
    content: "\e315";
    right: 20px; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
    left: 100%;
    top: 0; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
    background: #ebeef0;
    color: #212529; }
.site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
    color: #fff; }
.site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
    cursor: pointer; }
.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    margin-top: 0px;
    visibility: visible;
    opacity: 1; }

.site-mobile-menu {
    width: 300px;
    position: fixed;
    right: 0;
    top:0;
    z-index: 2000;
    padding-top: 20px;
    background: #fff;
    height: calc(100vh);
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }
.offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
    float: right;
    margin-top: 8px; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
    font-size: 30px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 0px;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
    color: #dee2e6; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
    float: left;
    margin-top: 10px;
    margin-left: 0px; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
    display: inline-block;
    text-transform: uppercase; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
    max-width: 70px; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
    text-decoration: none; }
.site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
.site-mobile-menu .site-nav-wrap a {
    padding: 10px 20px;
    display: block;
    position: relative;
    color: #212529; }
.site-mobile-menu .site-nav-wrap a.active, .site-mobile-menu .site-nav-wrap a:hover {
    color: #007bff; }
.site-mobile-menu .site-nav-wrap li {
    position: relative;
    display: block; }
.site-mobile-menu .site-nav-wrap li.active > a {
    color: #007bff; }
.site-mobile-menu .site-nav-wrap .arrow-collapse {
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 20;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%; }
.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
    background: #f8f9fa; }
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
    font-size: 12px;
    z-index: 20;
    font-family: 'simple-line-icons';
    content: "\e604";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    -ms-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
.site-mobile-menu .site-nav-wrap > li {
    display: block;
    position: relative;
    float: left;
    width: 100%; }
.site-mobile-menu .site-nav-wrap > li > a {
    padding-left: 0px;
    font-size: 20px; }
.site-mobile-menu .site-nav-wrap > li > ul {
    padding: 0;
    margin: 0;
    list-style: none; }
.site-mobile-menu .site-nav-wrap > li > ul > li {
    display: block; }
.site-mobile-menu .site-nav-wrap > li > ul > li > a {
    padding-left: 40px;
    font-size: 16px; }
.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
    padding: 0;
    margin: 0; }
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
    display: block; }
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
    font-size: 16px;
    padding-left: 60px; }

.sticky-wrapper {
    /*position: absolute;*/
    z-index: 100;
    width: 100%; }
.sticky-wrapper + .site-blocks-cover {
    margin-top: 96px; }
.sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
.sticky-wrapper .site-navbar ul li.active a {
    color: #fff; }
.sticky-wrapper.is-sticky .site-navbar {
    background-color: #FF7043; }
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li {
    display: inline-block;
    padding: 10px 5px; }
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child {
    padding-right: 0; }
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child > a {
    padding-right: 0; }
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.has-children > a {
    padding-right: 20px; }
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a {
    padding: 10px 10px;
    color: rgba(255, 255, 255, 1);
    font-size: 15px; }
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a:hover {
    color: #fff !important; }
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a.active {
    color: #fff !important; }
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.active a {
    color: #fff; }
.cart-value {
    background: #FF7043;
    border-radius: 50px;
    font-size: 10px;
    font-weight: 500;
    height: 18px;
    left: 31px;
    line-height: 17px;
    min-width: 18px;
    position: absolute;
    top: -10px;
    left: 15px;
    text-align:center;
    color:#fff;
}
/***
====================================================================
	Banner Section
====================================================================
***/
.banner-section {
    position: relative;
    z-index: 1;
}

.banner-carousel {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.banner-carousel .slide-item {
    position: relative;
    display: block;
    background-color: #111111;
    color: #ffffff;
    overflow: hidden;
    height:80vh;
}

.banner-carousel .slide-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background-color: #000;
    opacity: 0.6;*/
    z-index: 1;
}

.banner-carousel .slide-item .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.banner-carousel .active .slide-item .image-layer {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: all 7000ms linear;
    -moz-transition: all 7000ms linear;
    -ms-transition: all 7000ms linear;
    -o-transition: all 7000ms linear;
    transition: all 7000ms linear;
}

.banner-carousel .content-box {
    position: relative;
    z-index: 11;
}

.banner-carousel .content-box .content {
    position: relative;
    padding: 200px 0px 160px;
}

.banner-carousel .content-box .inner {
    position: relative;
    display: block;
    max-width: 700px;
}
.banner-carousel .content-box .inner h2{
    font-size:40px;
    margin-bottom:30px;
    font-weight:600;
    letter-spacing:4px;
    line-height:60px;
}
.banner-carousel .content-box .sub-title {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 200;
    letter-spacing: 0.1em;
    margin-bottom: 0px;
    opacity: 0;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
}

.banner-carousel .content-box .sub-title:before {
    position: absolute;
    left: -5px;
    bottom: -21px;
    right: 0;
    height: 23px;
    width: 365px;
    background-repeat: no-repeat;
    content: "";
}

.banner-carousel .active .content-box .sub-title {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transition-delay: 800ms;
    -moz-transition-delay: 800ms;
    -ms-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms;
}

.banner-carousel .content-box h1 {
    position: relative;
    display: block;
    margin: 19px 0 43px;
    font-size: 150px;
    line-height: 149px;
    color: #ffffff;
    font-weight: 700;
    opacity: 0;
    text-transform: uppercase;
    letter-spacing: 0;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
}

.banner-carousel .active .content-box h1 {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 1000ms ease;
    -webkit-transition-delay: 1300ms;
    -moz-transition-delay: 1300ms;
    -ms-transition-delay: 1300ms;
    -o-transition-delay: 1300ms;
    transition-delay: 1300ms;
}

.banner-carousel .content-box .link-box {
    position: relative;
    display: block;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}

.banner-carousel .active .content-box .link-box {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transition-delay: 1800ms;
    -moz-transition-delay: 1800ms;
    -ms-transition-delay: 1800ms;
    -o-transition-delay: 1800ms;
    transition-delay: 1800ms;
}

.banner-carousel .owl-nav {
    position: absolute;
    bottom: 0;
    width: 350px;
    height: 90px;
    text-align: right;
    right: 0;
    margin: 0;
    display:none;
}

.banner-carousel .owl-nav .owl-next,
.banner-carousel .owl-nav .owl-prev {
    position: relative;
    display: block;
    float: left;
    width: 175px;
    height: 90px;
    background: #ffffff !important;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 90px;
    text-align: center;
    opacity: 1;
    border-radius: 0%;
    outline: none;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    letter-spacing: 0.2em;
}

.banner-carousel .owl-nav .owl-next {
    background: var(--thm-black) !important;
    border-radius: 0 !important;
}

.banner-carousel .owl-nav .owl-next span,
.banner-carousel .owl-nav .owl-prev span {
    vertical-align: middle;
}

.banner-carousel .owl-nav .owl-next p,
.banner-carousel .owl-nav .owl-prev p {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}

.banner-carousel .owl-nav .owl-next p {
    display: inline-block;
    padding-right: 10px;
}

.banner-carousel .owl-nav .owl-prev span {
    color: var(--thm-black);
}

.banner-carousel .owl-nav .owl-prev p {
    color: var(--thm-black);
    padding-left: 10px;
}

.banner-carousel .owl-nav .owl-next:hover,
.banner-carousel .owl-nav .owl-prev:hover {
    opacity: 1;
}

.banner-section .owl-dots {
    position: absolute;
    bottom: 15px;
    /*left: 50%;
    text-align: center;
    transform: translateY(50%) translateX(-50%);*/
    width: 100%;
    /*max-width: 1170px;
    margin-left: auto;
    margin-right: auto;*/
    display: flex;
    justify-content: center;
    align-items: center;
    /*flex-direction: column;*/
}

.banner-section .owl-theme .owl-dots .owl-dot {
    position: relative;
    display: block;
    vertical-align: top;
    margin: 0 4px;
    outline: none;
}

.banner-section .owl-theme .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 15px;
    height: 15px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50px;
}

.banner-section .owl-theme .owl-dots .owl-dot.active span {
    background: #fff;
}
.owl-nav {
    position: absolute;
    top: 40%;
    right: 0;
    left: 0;
    color: rgb(255, 255, 255, 0.8);
}
.owl-nav .owl-prev,  .owl-nav .owl-next {
    background: rgb(255, 255, 255, 0.8) !important;
    width:60px; height: 60px;
    line-height: 33px !important;
}
.owl-nav .owl-prev {
    border-radius: 0 5px 5px 0;
    left:0;
    position: absolute;
}
.owl-nav .owl-next {
    border-radius: 5px 0 0 5px;
    right: 0;
    position: absolute;
}
/***
====================================================================
	LEFT MENU
====================================================================
***/
.category-box {
    border-radius: 20px;
    border: 1px solid #E5E5E5;
    background: #fff;
    overflow: hidden;
    border-top:none;
}

.category-header {
    background-color: #FF7043;
    font-size: 1rem;
    border-radius: 50px;
}
.category-header2 {
    background-color: #F2F2F2;
}
.category-box ul li {
    padding: 12px;
    border-bottom: 1px solid #E5E5E5;
    font-size: 1rem;
    cursor: pointer;
}
.category-box ul li img{
    width: 13px;
}
.category-box ul li:last-child {
    border-bottom: none;
}

.category-box ul li:hover {
    background: #fdf1ec;
}

.text-orange {
    color: #FF7043;
}
.policy i{
    border: 1px solid #FF7043;
    border-radius: 50%;
    padding: 10px;
}
.btn-orange {
    background-color: #fc6e3f;
    color: #fff;
    border-radius: 30px;
    padding: 8px 19px;
    font-size: 14px;
}

.btn-orange:hover {
    background-color: #e85a26;
    color: #fff;
}

.rounded-4 {
    border-radius: 20px !important;
}
.discount-badge {
    display: inline-block;
    background: url('/images/discount-badge.svg') no-repeat left center;
    background-size: contain;
    padding: 0 7px 0 15px;
    height: 30px;
    line-height: 30px;
    font-weight: 300;
    color: #EC3815;
    font-size: 13px;
    background-color: transparent;
}
.discount-badge2 {
    display: inline-block;
    background: #FCEAEC;
    padding: 3px 5px;
    height: 23px;
    font-weight: 300;
    color: #D31717;
    font-size: 13px;
}
.price .currency {
    font-size: 15px;
    vertical-align: baseline;
    position: relative;
}
.line-footer{
    border-top: 5px solid #00A3EB;
}
.footer-bottom{
    background: #F2F2F2;
}
.social i{color:#8E8E8E;}
footer ul{
    padding-left: 0;
}
footer ul li{
    list-style: none;
}
/***
====================================================================
	SOCIAL RIGHT
====================================================================
***/
@media (min-width: 601px) {
    .social-contact-box.social-bottomRight {
        right: 20px;
        bottom: 150px;
    }
}
.social-contact-box ul {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
    width: 45px;
}
.social-contact-style2 ul li {
    margin-bottom: 0;
}
.social-contact-box {
    position: fixed;
    display: block;
    z-index: 999999;
}
.social-contact-style2 {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.social-contact-box.social-bottomRight {
    right: 40px;
    bottom: 150px;
    z-index:99;
}

.social-contact-box {
    position: fixed;
    display: block;
    z-index: 999999;
}

.social-contact-style2 {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.social-contact-item a img {
    width: 30px;
}
.social-contact-style2 .social-contact-item {
    display: block;
}
.social-contact-style2 .social-contact-item.social-contact-fb-ms a {
    color: #0080f7 !important;
}
.social-contact-style2 .social-contact-item.social-contact-zalo a {
    color: #0088ff !important;
}
.social-contact-style2 .social-contact-item.social-contact-phone a {
    color: #2cbb00 !important;
}
.social-contact-style2 .social-contact-item a.social-contact-link {
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
    overflow: hidden;
    background-color: #fff;
    color: #000;
    transition: all 0.3s;
    position: relative;
}
.social-contact-style2 .social-contact-item a.social-contact-link:after {
    display: block;
    border-bottom: solid 1px #dadada;
    width: 20px;
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.breadcrumb {
    background: #F2F2F2;
}
    .breadcrumb a, .breadcrumb span {
        color: #0055AA !important;
    }
.breadcrumb-item + .breadcrumb-item::before {
content:"";
}

    .page-item:first-child .page-link, .page-item:last-child .page-link {
    border-radius: 50px;
    padding: 6px 10px;
    font-weight: bold;
}
.page-item:first-child .page-link {
   
    text-align: center;
}
.page-link {
    margin-right: 5px;
    border-radius: 50px;
    border: 1px solid #707070;
    color: #333333;
    font-weight: 600;
    padding: 5px 0;
    width:35px;
    text-align:center;
}
.page-link.active, .active > .page-link {
    background: #FF7043;
    color: #fff;
    border:none;
    padding: 7px 10px !important;
}
/***
====================================================================
	PRODUCT DETAIL
====================================================================
***/
.overview .product-name {
    overflow: hidden;
}

    .overview .product-name h1 {
        font-size: 23px;
    }
.gallery {
    margin: 0 0 40px;
}

    .gallery .picture {
        position: relative;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        font-size: 0;
    }

        .gallery .picture a {
            display: inline-block;
            max-width: 100%;
        }

    .gallery .picture-thumbs {
        text-align: center;
        font-size: 0;
        margin: 0 0 30px;
        letter-spacing: 0;
    }

        .gallery .picture-thumbs:after {
            content: "";
            display: block;
            clear: both;
        }

    .gallery .thumb-item {
        width: 18.2%;
        margin: 2% 0 0 2.25%;
        display: inline-block;
        position: relative;
        overflow: hidden;
        border: 1px dashed #ccc;
    }

        .gallery .thumb-item:nth-child(5n + 1) {
            margin-left: 0;
        }

        .gallery .thumb-item:before {
            content: "";
            display: block;
            padding-top: 100%;
        }

        .gallery .thumb-item img {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            max-width: 100%;
            max-height: 100%;
            margin: auto;
        }

.product-reviews-overview {
    margin: 0 0 20px;
}

.product-review-box {
    display: inline-block;
}

    .product-review-box .rating {
        background: #e5e5e5 url("/images/rating.svg") repeat-x;
        width: 55px;
        height: 10px;
    }

        .product-review-box .rating div {
            background: #f0483e url("/images/rating.svg") repeat-x;
            height: 10px;
        }

.product-no-reviews a,
.product-review-links {
    color: #909090;
    text-transform: none;
    font-size: 14px;
}

    .product-review-links a,
    .product-no-reviews a {
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        .product-review-links a:hover,
        .product-no-reviews a:hover {
            color: #f0483e;
        }

.overview {
    
}

.discontinued-product {
    color: #e75862;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: 100;
}

    .discontinued-product h4 {
        height: 150px;
        width: 300px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        padding: 100px 0 0;
        text-align: center;
        text-transform: none;
    }

        .discontinued-product h4:before {
            content: "!";
            width: 70px;
            height: 70px;
            line-height: 68px;
            text-align: center;
            font-size: 35px;
            border: 1px dashed #ccc;
            border-radius: 50%;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            margin: auto;
        }

.overview .short-description,
.variant-overview .variant-description {
    margin: 30px 0;
    text-transform: none;
    line-height: 25px;
}

.overview .label,
.variant-overview .label,
.overview .value,
.variant-overview .value {
    font-size: 14px;
    color: #909090;
    text-transform: none;
}

.overview .value,
.variant-overview .value {
    color: #2c2c2c;
}

    .overview .value a,
    .variant-overview .value a {
        color: #f0483e;
    }

.overview .manufacturers {
    margin: 0 0 5px;
}

.back-in-stock-subscription {
    font-size: 0;
}

.overview .additional-details div,
.variant-overview .additional-details div {
    margin: 0 0 5px;
}

.overview .delivery-date,
.variant-overview .delivery-date {
    margin: 0 0 5px;
}

.attributes {
    position: relative;
    z-index: 2;
}

.variant-overview .attributes {
    border: none;
    padding: 0;
    margin: 30px 0 40px;
}

.attributes dt {
    display: block;
    white-space: nowrap;
}

    .attributes dt > label {
        line-height: 32px;
    }

.attributes dd {
    display: block;
    max-width: 450px;
    margin: 0 auto 20px;
}

    .attributes dd:last-child {
        margin: 0 auto;
    }

.attributes select,
.attributes input[type="text"] {
    width: 450px;
    max-width: 100%;
}

.attributes .qty-box {
    margin: 10px 0;
}

    .attributes .qty-box label {
        margin: 0 5px 0 0;
    }

    .attributes .qty-box input {
        width: 50px;
        padding: 0;
        text-align: center;
        height: 50px;
    }

.attributes .option-list {
    position: relative;
    padding-left:0;
}

    .attributes .option-list li {
        position: relative;
        display: inline-block;
        margin: 0 3px 3px 0;
        max-width: 100%;
    }

        .attributes .option-list li:last-child {
            margin-right: 0;
        }

    .attributes .option-list label {
        display: inline-block;
        color: #909090;
        font-size: 15px;
        cursor: pointer;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

.attributes input[type="radio"] {
    display: none;
}

.attributes .option-list input[type="radio"] ~ label {
    border: 1px solid #FF7043;
    padding: 5px 10px;
    border-radius: 5px;
}

.attributes .option-list input[type="radio"]:checked ~ label {
    background: #FF7043;
    color: #fff;
}

.attributes .option-list input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
}

    .attributes .option-list input[type="checkbox"] ~ label {
        display: block;
        width: 1000px;
        max-width: 100%;
        padding: 9px 9px 9px 25px;
        text-align: left;
        text-transform: none;
    }

        .attributes .option-list input[type="checkbox"] ~ label:before {
            content: "";
            display: block;
            width: 17px;
            height: 17px;
            border: 1px solid #ededed;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            margin: auto;
        }

    .attributes .option-list input[type="checkbox"]:checked ~ label:after {
        content: "";
        display: block;
        background: #f0483e;
        position: absolute;
        top: 0;
        width: 11px;
        height: 11px;
        left: 3px;
        bottom: 0;
        margin: auto;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
.overview .add-to-cart {
    margin: 0 0 20px;
}

.overview .min-qty-notification,
.variant-overview .min-qty-notification,
.pre-order-availability-date {
    margin: 30px 0 20px;
    text-align: center;
}

.overview .qty-dropdown {
    margin: 0 5px 0 0;
}


.plus, .minus {
        /*position: absolute;
        right: 0;
        width: 20px;
        height: 24px;*/
        background: #f0f0f0;
        border: 1px solid #cccccc;
        cursor: pointer;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        display:inline-block;
    padding: 8px;
    }
.minus{
    margin-right: -1px;
}
.plus{
    margin-left: -1px;
}

/*.add-to-cart-qty-wrapper .plus:before,
.add-to-cart-qty-wrapper .minus:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}*/

        .plus:hover, .minus:hover {
            background: #ddd;
        }

    /*.add-to-cart-qty-wrapper .plus {
        top: 0;
    }

        .add-to-cart-qty-wrapper .plus:before {
            border-width: 0 4px 4px 4px;
            border-color: transparent transparent #2c2c2c transparent;
        }

    .add-to-cart-qty-wrapper .minus {
        bottom: 0;
    }

        .add-to-cart-qty-wrapper .minus:before {
            border-width: 4px 4px 0 4px;
            border-color: #2c2c2c transparent transparent transparent;
        }*/
.price-value-1 {
    font-size:20px;
}
    .overview .qty-input, .variant-overview .qty-input, .overview .qty-dropdown, .variant-overview .qty-dropdown
    , .cart .qty-input{
    width: 60px;
    height: 39px;
    padding: 12px;
    text-align: center;
    font-size: 14px;
        border: 1px solid #cccccc;
}

.overview .add-to-cart-button,
.variant-overview .add-to-cart-button {
    padding: 15.5px 25px;
    border: none;
    color: #fff;
    background: #D31717;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.overview .add-to-cart-button2,
.variant-overview .add-to-cart-button2 {
    background: #FCEAEC;
    border: 1px solid #D31717;
    color: #D31717;
}
    .overview .add-to-cart-button:hover,
    .variant-overview .add-to-cart-button:hover {
        background: #fff;
        border: 1px solid #D31717;
        color: #D31717;
    }
.overview .add-to-cart-button2:hover,
.variant-overview .add-to-cart-button2:hover {
    background: #D31717;
    color: #fff;
}
.light-theme .overview .add-to-cart-button,
.light-theme .variant-overview .add-to-cart-button {
    color: #fff;
}

.variant-overview .add-to-cart-button {
    width: 160px;
}

.grouped-product-details-page .product-essential .overview-buttons {
    display: block;
    text-align: center;
}

    .grouped-product-details-page .product-essential .overview-buttons > * {
        display: inline-block;
    }

.variant-overview-buttons.overview-buttons {
    margin: 15px auto;
    display: inline-block;
    font-size: 0;
}

.overview-buttons .add-to-wishlist-button,
.overview-buttons .add-to-compare-list-button,
.overview-buttons .email-a-friend-button,
.overview-buttons .subscribe-button,
.download-sample-button {
    display: inline-block;
    background: #ededed;
    border: none;
    padding: 5px 10px;
    width: 44px;
    height: 44px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.zalo-detail {
    background: rgb(33, 150, 243);
    width: 50%;
    padding: 7px 20px 11px 20px;
    float: left;
    margin-top: 15px;
}

.facebook-detail {
    background: rgba(0,132,255,1);
    width: 50%;
    padding: 7px 20px 11px 20px;
    float: left;
    margin-top: 15px;
}

.zalo-detail, .facebook-detail {
    color: #fff;
    text-align: center;
}

@media all and (max-width: 600px) {
    .zalo-detail, .facebook-detail {
        width: 100%;
        float: inherit;
    }

    .full-description {
        padding: 40px 10px;
    }
}
.content-detail{
    text-align: justify;
}
/***
====================================================================
	PRODUCT GALLERY
====================================================================
***/
.product-gallery {
    
}

.main-image-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#mainImage {
    width: 100%;
    display: block;
}

#zoomLens {
    position: absolute;
    border: 1px solid #999;
    width: 100px;
    height: 100px;
    display: none;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 10;
}

.thumbnail-list {
    margin-top: 10px;
    display: flex;
    gap: 5px;
}

.thumbnail-list img.thumb {
    width: 75px;
    object-fit: cover;
    cursor: pointer;
    border-radius: 10px;
    border: 2px solid transparent;
}

.thumbnail-list img.thumb.active {
    border-color: red;
}

.imgScrollWrap_3 {
    position: relative;
    height: 75px;
    overflow: hidden;
}

.imgScrollBtn01_3, .imgScrollBtn02_3 {
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    /*background: url(images/mainBG.png) no-repeat 0 0;*/
    background: rgba(242, 242, 242, 0.8);
    border-radius: 50px;
    overflow: hidden;
    z-index: 2;
    transition: all 0.3s;
    padding-top: 3px;
    text-align: center;
}

.imgScrollBtn01_3 {
    top: 40px;
    left: 10px;
}

.imgScrollBtn02_3{
    top: 40px;
    right: 10px;
    /*background-position: -22px 0;*/
}

.imgScrollBtn01_3:hover, .imgScrollBtn02_3:hover {
    /*background-position: 0 -40px;*/
    background: #FF7043;
}

/*.imgScrollBtn02_2:hover, .imgScrollBtn02_2:hover {
    background-position: -22px -40px;
}*/

.imgScrollList_3 {
    position: absolute;
    top: 0;
    overflow: hidden;
    z-index: 1;
}

.imgScrollList_3 ul {
    position: relative;
    width: 9999px;
}

.imgScrollList_3 li {
    float: left;
    overflow: hidden;
}

.imgScrollList_3 li a {
    float: left;
    margin: 12px 6px;
    overflow: hidden;
}
/***
====================================================================
	CART
====================================================================
***/
.cart thead, .cart tbody {
    border-bottom: 2px solid #E5E5E5;
}
.cart{
    width: 100%;
}
.cart tr,
.cart td {

}

.cart col {
    float: left;
}

.cart tr {
    margin: 0 0 10px;
    position: relative;
    overflow: hidden;
    background: #fff;
    /*box-shadow: 0 0 14px rgba(0, 0, 0, 0.06);*/
}

.cart td {
    font-size: 14px;
    padding: 15px 0;
    border: none;
    text-align: center;
}
.cart .remove{
    color: #BEBCBC;
}
.cart .remove-from-cart,
.cart .add-to-cart {
    width: 50%;
    height: 48px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: none;
}

.cart .remove-from-cart input[type="checkbox"] + label,
.cart .add-to-cart input[type="checkbox"] + label {
    position: relative;
    z-index: 2;
    padding: 0.5px 0 0.5px 24px;
}

.cart .remove-from-cart:before,
.cart .add-to-cart:before {
    content: "";
    position: absolute;
    height: 48px;
    top: 0;
    left: 0;
    right: 0;
    background: #f5f5f5;
    z-index: 1;
}

.cart .remove-from-cart ~ .add-to-cart:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 48px;
    background: #fff;
    z-index: 3;
}

.shopping-cart-page .cart .remove-from-cart {
    width: 100%;
}

.cart .sku {
   /* border-bottom: 1px dashed #ccc;*/
}

.cart .product-picture {
    float: left;
   
    padding-right: 0;
}

.cart .product-picture a {
    position: relative;
    display: block;
}


.cart .product-picture img {
    margin: auto;
    width: 100px;
}

.cart .product-picture ~ td {
    text-align: left;
    padding: 10px;
}



.cart .quantity,
.cart .subtotal {
    margin: 0 !important;
}

.cart .quantity label,
.cart .quantity span {
    line-height: 21px;
}

.cart .attributes,
.cart .discount,
.cart .rental-info {
    font-size: 14px;
    line-height: 18px;
}

.cart .quantity {
    text-transform: none;
    line-height: 18px;
}

.cart .qty-input,
.cart .qty-dropdown {

}

.cart .subtotal {
    text-align: right !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cart .subtotal label {
    color: #909090;
    text-transform: none;

    line-height: 18px;
}

.cart .subtotal div {
    display: none;
}
.continue-shopping-button{
    border:1px solid #fc6e3f;
    padding:8px 19px;
    font-size: 14px;
}
.border-cart{
    border:2px solid #fc6e3f;
}
.order-confirmation-container {
    max-width: 650px; /* Giới hạn chiều rộng tổng thể */
    margin: auto; /* Căn giữa */
}

/* Phần thông tin nhận hàng */
.info-card {
    padding: 25px 30px;
}
.info-card-header {
    
    margin-bottom: 20px;
    text-transform: uppercase;
}
.info-row {
    display: flex;
    align-items: flex-start;
    padding: 12px 0;
    border-bottom: 1px solid #e9ecef;
}
.info-row:last-of-type { 
    border-bottom: none;
}
.info-label {
    flex-shrink: 0;
    width: 150px;
    
    line-height: 1.5;
}
.info-value {
    flex-grow: 1;
    line-height: 1.5;
    font-weight: 500;
}

/* Phần xác nhận đơn hàng */
.order-summary-card {
    background-color: #F2F2F2;
    border-radius: 5px;
    padding: 25px 30px;
    margin-left: 30px;
}
.order-confirmation-message {
    color: #FF7043;
    font-weight: 500;
    font-size: 1.1rem;
    margin-bottom: 10px;
}
.order-summary-row {
    display: flex;
    align-items: center;
    padding: 10px 0;
}
.order-summary-row:last-child {
    padding-bottom: 0;
}
.order-summary-label {
    flex-shrink: 0;
    width: 180px; 
    font-weight: normal;
}
.order-summary-value {
    flex-grow: 1;
    font-weight: 500; 
}
.currency-symbol {
    font-size: 0.9em;
    /*vertical-align: top; */
    margin-left: 2px;
}

/* Responsive adjustments */
@media (max-width: 575.98px) { 
    .info-card, .order-summary-card {
        padding: 20px;
        margin-left: 0;
    }
    .info-card-header {
        font-size: 1rem;
        margin-bottom: 15px;
    }
    .info-row, .order-summary-row {
        flex-direction: column;
        align-items: flex-start;
        padding: 8px 0;
    }
    .info-label, .order-summary-label {
        width: 100%;
        margin-bottom: 3px;
        font-size: 0.9rem;
    }
    .info-value, .order-summary-value {
        font-size: 0.9rem;
        width: 100%;
    }
    .order-confirmation-message {
        font-size: 1rem;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }
}

#add-to-cart-butto {
    position: relative;
    transition: all 0.3s ease;
}

    #add-to-cart-butto .btn-loading {
        transition: opacity 0.3s ease;
    }
@keyframes shake {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-4px);
    }

    50% {
        transform: translateX(4px);
    }

    75% {
        transform: translateX(-4px);
    }

    100% {
        transform: translateX(0);
    }
}

.btn-warning-effect {
    animation: shake 0.4s ease;
    background-color: #ffc107 !important;
    color: #000 !important;
}
/*--------------------------------------------------------------
#  share
--------------------------------------------------------------*/
.share-wrapper {
    /*transform: translateY(-50%);*/
    z-index: 1000;
}

.share-button {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-group {
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    gap: 10px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.share-button .icon {
    background-color: #c8c4bd;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateX(20px);
    transition: all 0.3s ease;
    color: #333;
    font-size:13px;
}

.share-button .icon:nth-child(1) { transition-delay: 0.05s; }
.share-button .icon:nth-child(2) { transition-delay: 0.1s; }
.share-button .icon:nth-child(3) { transition-delay: 0.15s; }

.icon-group.show {
    opacity: 1;
    pointer-events: auto;
}

.icon-group.show .icon {
    opacity: 1;
    transform: translateX(0);
}

.share-button .icon:hover {
    background-color: #FF7043;
    color: #fff;
}

.shadow-sm {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 4px 4px -1px !important;
}