:root {
    --main-color: #47cc58;
    --heading-font-family: "Roboto", sans-serif;
    --text-font-family: "Roboto", sans-serif;
    --font-size-product-title: 15px;
    /* --text-font-family: Helvetica, 'Helvetica Neue', Arial, 'Lucida Grande', sans-serif; */
}

/* @font-face {
    font-family: 'Portrait_Script_Bounce';
    src:
        url('./assets/vendor/fonts/Portrait_Script_Bounce.ttf') format('truetype');
} */

body {
    font-family: "Roboto", sans-serif;
    color: #000;
}
p {
    font-family: var(--text-font-family)!important;
    line-height: 1.65;
}
a {
    text-decoration: none;
}
.head-line a {
    color: #FFF;
}
.head-line a:hover {
    color: #a1f417
}
.highlight {
    color: #fff;
    background: #59dd6a;
    padding: 6px 15px 5px;
    display: inline-block;
    border-radius: 100px;
    line-height: 1.3;
}
#social-tools ul li {
    display: inline-block;
    list-style-type: none;
}
#social-tools ul {
    padding: 0;
}
#social-tools ul li a {
    color: #ECC53A!important;
}
#social-tools img {
    width: 16px;
    height: 16px;
}
.wrap {
    max-width: 1440px;
    margin: 0 auto;
    overflow-x: hidden;
}

.top {
    background: #47cc58;
    padding: 10px 35px;
    border-bottom: 1px solid #fcfcfc;
}
.top h2 {
    color: white;
    font-size: 32px;
    font-style: italic;
    font-weight: 400;
    word-wrap: break-word
}

.top h2.slogan {
    color: #000;
    font-family: "Portrait_Script_Bounce";
    font-weight: bold;
    font-size: 2.2em;
    padding-top: 10px;
}

.top .action {
    color: white;
    font-size: 20px;
    font-weight: 400;
    word-wrap: break-word
}

.top .action div:not(even) {
    cursor: pointer;
}

.top .action div:not(even):hover {
    text-decoration: underline;
}

header.header {
    background-color: #47cc58;
    padding: 15px 10px 15px 65px;
}
a.logo {
    display: block;
    line-height: 0;
    padding: 6px 15px 6px 7px;
    background: #fff;
    border-radius: 100px;
}
.header-logo {
    width: 185px;
}

.btn-bar {
    font-size: 24px;
    margin-right: 20px;
    background: white;
    width: 50px;
    height: 50px;
    border-radius: 10px;
}

header.header .link a.nav-item {
    color: #FFF;
    font-size: 18px!important;
    font-weight: 300;
    word-wrap: break-word;
    padding: 0 10px;
    text-decoration: none;
    cursor: pointer;
}

header.header .link a:hover,
header.header .link i:hover {
    color: white;
}

header.header .link i {
    color: #ECC53A;
    margin-right: 30px;
    cursor: pointer;
}

.product-header,
.collection-header,
.news-header {
    padding: 0;
    margin-top: 50px;
}

.product .product-header div,
.collection .collection-header div,
.review .review-header div,
.news .news-header div,
.b-section .b-header div {
    width: calc((100% - 200px) / 2);
    height: 1px;
    background: #000;
}

.product .product-header h3,
.collection .collection-header h3,
.review .review-header h3,
.news .news-header h3,
.b-section h3 {
    color: black;
    font-size: 28px;
    font-weight: bold;
    word-wrap: break-word;
    width: 200px;
}

.review .review-header h3 {
    width: 356px;
}
.b-section.marketing h3 {
    width: 375px;
}
.news .news-header h3 {
    width: 340px;
}
/*** Team ***/
.team-item img {
    transition: .5s;
}

.team-item:hover img {
    /* opacity: .7; */
}

.team-item .team-text {
    /* position: absolute;
    left: 0;
    right: 0;
    bottom: 30px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: 1;
    transition: .5s;
}

.team-item:hover .team-text {
    /* right: 30px; */
    opacity: 1;
}

.team-item .team-text div {
    transition: .5s;
}

.team-item:hover .team-text div {
    /* margin-left: 30px; */
}

.product-content,
.collection-content,
.news-content {
    position: relative;
    padding: 0 35px;
    margin-top: 40px;
    margin-bottom: 60px;
}

.product-content .product-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 50px;
    grid-column-gap: 30px;
}

.product-item i.fa-heart {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9
}

.product-item i.fa-heart:hover {
    color: #ff0000;
}

.product-content .product-item {
    border-radius: 10px;
    text-align: center;
    position: relative;
}
.product-content .product-item .product-title {
    padding: 0 5px;
    position: absolute;
    bottom: 50px;
}
.product-content .product-item .wr-product-image {
    padding: 10px 0;
}
.product-content .product-item .wr-product-price {
    width: 100%;
    padding: 0 10px;
    position: absolute;
    bottom: 20px;
}
.product-content .product-item h5 a {
    color: black;
    font-size: var(--font-size-product-title);
    /* font-weight: 400; */
    word-wrap: break-word;
    text-align: center;
    display: inline-block;
}

.product-content .product-item .price {
    padding-top: 10px;
    margin-top: 5px;
    width: 100%;
    color: var(--main-color);
    font-size: var(--font-size-product-title);
    font-weight: 400;
    word-wrap: break-word;
    /* border-top: 1px solid; */
}
.grid-products .img-prod-1,
.grid-products .product-item:hover .img-prod-2 {
    opacity: 1;
}
.grid-products .img-prod-2,
.grid-products .product-item:hover .img-prod-1 {
    opacity: 0;
}
.product-img {
    transition: transform ease 0.3s;
}
.page-product .product-img {

}
.brc li {
    list-style-type: none;
    display: inline-block;
}
.brc li a {
    font-size: 13px;
}
.brc li a:hover {
    background-color: #e7f3f8;
}
.page-product .product-img {
    position: absolute;
    top: 10px;
    left: 10%;
    width: 80%!important;
}
.home-product .product-img {
    position: absolute;
    bottom: 0;
    left: 0;
}
.home-product #cat-products-TT .product-img {
    position: absolute;
    bottom: inherit;
    top: 0;
    left: 0;
}
.home-product #cat-products-TT .product-item .product-thumb {
    height: 235px;
}
.head-c {
    font-weight: bold;
    background-color: #e7f3f8;
    padding: 5px;
}
.sub-c li {
    list-style-type: none;
}
.sub-c li a {
    color: #337ea9;
    padding: 2px 5px;
    display: block;
}
.sub-c li a:hover {
    background-color: #e7f3f8;
}
.p-mntd-intro {
    position: relative;
    height: 300px;
    overflow: hidden;
    margin: 0 -15px;
}
.search-product-list .img-prod-1,
.search-product-list .img-prod-2 {
    position: absolute;
    top: 10px;
    left: 0;
}
.search-product-list .product-item .img-prod-1,
.search-product-list .product-item:hover .img-prod-2 {
    opacity: 1;
}
.search-product-list .product-item .img-prod-2,
.search-product-list .product-item:hover .img-prod-1 {
    opacity: 0;
}
.product-item:hover .product-img {
    /* transform: scale(1.5); */
}
.product-item .prod-img-2 {
    opacity: 0;
}
.product-item .prod-link:hover .prod-img-2 {
    opacity: 1;
    -moz-transition: all 0.5s ease-in-out; 
    -webkit-transition: all 0.5s ease-in-out; 
    transition: all 0.5s ease-in-out; 
}
.product-item .prod-link:hover .prod-img-1 {
    opacity: 0;
}
.product-content {
    position: relative;
}

.product-content .swiper {
    position: unset;
}

.product-content .btn-prev,
.product-content .btn-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background-color: transparent;
    z-index: 99999;
}

.product-content .btn-prev {
    left: 10px;
}
.search-product-list .product-item .product-inner {
    padding: 10px!important;
}
.product-content .btn-next {
    right: 10px;
}
.collection-product .product-img {
    position: absolute;
    left: 10%;
    top: 0;
    width: 80%!important;
}
.collection-product.layout-list .product-item .product-inner {
    height: auto;
}
.collection-product .product-item:hover .img-prod-2,
.collection-product .img-prod-1 {
    opacity: 1;
}
.collection-product .img-prod-2,
.collection-product .product-item:hover .img-prod-1 {
    opacity: 0;
}
.section-tool {
    background-color: #020202CC;
    padding: 15px 35px;
}

.section-tool .content {
    color: #ECC53A;
    margin-left: 20px;
}

.section-tool .content h5 {
    color: #ECC53A;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0px !important;
}

.section-tool .content a {
    color: #ECC53A;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}

.section-tool .content a:hover {
    color: white;
}

.collection-item img {
    width: 100%;
    height: 300px;
    display: block;
    border-radius: 20px;
    object-fit: cover;
}

.collection-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
}

.collection-item p {
    color: black;
    font-weight: 400;
    padding-right: 10px;
    text-transform: uppercase;
}
.collections-index .banner-collection .banner-collection-content .btn-shop-now {
    bottom: 20px;
}
.collections-index .collection-content .collection-item .wr-collection-item {
    border: 1px solid #cfcfcf;
    padding: 10px;
    border-radius: 5px;
}
.review {
    padding: 0px 35px;
}

.review-content {
    margin-top: 35px;
    position: relative;
}

.review-content img {
    width: 100%;
    height: 100%;
    display: block;
}

#carouselReview {
    position: absolute;
    width: 80%;
    height: 270px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 80px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-color: #353535;
}

#carouselReview p {
    color: #ECC53A;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    word-wrap: break-word;
    text-align: justify;
}

#carouselReview .btn-prev,
#carouselReview .btn-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background-color: transparent;
    color: #ECC53A;
}

#carouselReview .btn-prev {
    left: 20px;
}

#carouselReview .btn-next {
    right: 20px;
}

.news-item img {
    width: 100%;
    height: 100%;
    display: block;
}


.news-item {
    padding-left: 10px;
    padding-right: 10px;
}
.news-item a.news-thumb {
    display: block;
    height: 215px;
    position: relative;
}
.news-item h4 a {
    color: #ECC53A;
    font-size: 18px;
    word-wrap: break-word;
    margin-top: 30px;
}
.news-item a.news-thumb::before {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    top: 6px;
    bottom: 6px;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-top: 4px solid rgba(255, 255, 255, 0.6);
    border-bottom: 4px solid rgba(255, 255, 255, 0.6);
}
.news-item a.news-thumb::after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 6px;
    right: 6px;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-left: 4px solid rgba(255, 255, 255, 0.6);
    border-right: 4px solid rgba(255, 255, 255, 0.6);
}
.news-item:hover > a.news-thumb::before {
    left: 10px;
    right: 10px;
}
.news-item:hover a.news-thumb::after {
    top: 6px;
    bottom: 6px;
}
.news-item p {
    color: black;
    font-size: 16px;
    word-wrap: break-word;
    margin-top: 10px;
}
.news-item .news-public-date {
    font-size: 16px;
    color: black;
    font-weight: 400;
    margin-top: 10px;
    word-wrap: break-word;
}
#news .btn-prev,
#news .btn-next {
    position: absolute;
    top: 50%;
    transform: translateY(100%);
    border: none;
    background-color: transparent;
    z-index: 9999999;
    color: #000;
}

#news .btn-prev {
    left: -20px;
}

#news .btn-next {
    right: -20px;
}
.nav-product-type {
    list-style-type: none;
    padding: 0;
}
.nav-product-type li {
    display: inline-block;
    padding: 10px 20px;
}
.nav-product-type li.active {
    background-color: #000;
}
.nav-product-type li h2 {
    color: #000;
    font-size: 22px;
    font-weight: normal;
    cursor: pointer;
    margin: 0;
    padding: 0;
    line-height: inherit;
}
.nav-product-type li.active h2 {
    color: #fff;
}
.product-content.show {
    display: block;
}
.product-content {
    display: none;
}
.mega-menu .stelina-custommenu ul li a:hover {
    color: #000!important;
}
.footer {
    background-color: #F3F3F3;
    padding: 25px 30px;
}
.footer-1 {
    text-align: left;
}
.footer h3 {
    font-size: 20px;
    color: #fff;
}

.footer .info p {
    font-weight: 400;
}

.footer img.logo_footer {
    width: 300px;
}

.footer .form h5 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-top: 25px;
    text-transform: uppercase;
}

.footer .form input {
    padding: 30px 0px;
    border-radius: 20px;
    font-size: 24px;
    font-weight: 400;
    border: 1px solid #fff!important;
}

.footer .form form {
    margin-top: 6px;
}

.footer .form form button {
    background-color: #ECC53A;
    color: #fff;
    text-transform: uppercase;
    padding: 14px 0px;
    border-radius: 20px;
    margin-top: 20px;
    font-size: 24px;
    font-weight: 700;
}

.footer .link h4 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

.footer .link {
    /* margin-top: 80px; */
}
.footer-info {
    text-align: left;
    padding-left: 50px;
}
.footer .link a {
    font-weight: 400;
    text-decoration: none;
    padding-top: 2px;
    padding-bottom: 6px;
}

.swiper1,
.swiper2 {
    width: 100%;
    height: 100%;
    position: relative;
}

.login a {
    color: #fff;
    text-decoration: none;
}

.banner-collection {
    backface-visibility: hidden;
    overflow: hidden;
    position: relative;
}
.banner-collection .banner-collection-content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding-left: 30px;
    padding-top: 50px;
}
.banner-collection .banner-collection-content h4 {
    font-size: 14px;
    color: #ECC53A;
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: 0 0 1px;
}
.banner-collection .banner-collection-content h3 {
    margin-top: 20px;
}
.banner-collection .banner-collection-content .btn-shop-now {
    position: absolute;
    bottom: 80px;
}
.banner-collection::before, .banner-collection::after {
    background: rgba(255,255,255,.3) none repeat scroll 0 0;
    content: "";
    position: absolute;
    transition: all .4s ease-out 0s;
}
.banner-collection::before {
    height: 80px;
    left: 0;
    top: -80px;
    width: 100%
}

.banner-collection::after {
    height: 100%;
    left: -80px;
    top: 0;
    width: 80px
}
.banner-collection:hover::before {
    /* top: 100% */
}
.banner-collection:hover::after {
    left: 100%
}
.footer a:hover {
    color: var(--main-color);
}
.home-product .product-item .product-thumb {
	margin-bottom: 15px;
	position: relative;
	text-align: center;
	overflow: hidden;
	width: 100%;
	height: 210px;
}
.collection-product .product-item .product-thumb {
	margin-bottom: 15px;
	position: relative;
	text-align: center;
	overflow: hidden;
	width: 100%;
	height: 210px;
}
.page-product .product-item .product-thumb {
	margin-bottom: 15px;
	position: relative;
	text-align: center;
	overflow: hidden;
	width: 100%;
	height: 270px;
}
#cco-content, #sales-content {
    margin: 0!important;
    padding: 0 10px!important;
}
@media screen and (max-width: 1336px) {
    /* .product-content .product-list{
        grid-template-columns: repeat(, 1fr);
    } */
}

@media screen and (max-width: 1280px) {
    .home-product .product-item .product-inner {
        height: 295px;
    }
    .home-product .product-item .product-thumb,
    .page-product .product-item .product-thumb,
    .collection-product .product-item .product-thumb {
        height: 150px;
    }
    .page-product .product-item .product-inner {
        padding: 10px 5px 30px 5px!important;
    }
    .collection-product .product-item .thumb-inner {
        position: unset;
    }
    .page-product .product-img {
        position: absolute;
        bottom: 0;
        left: 0;
        top: inherit;
        width: 100%!important;
    }
    .collection-product .product-img {
        position: absolute;
        bottom: 0;
        left: 0;
        top: inherit;
        width: 100%!important;
    }
    header.header .link a.nav-item {
        padding: 0 5px;
        font-size: 15px!important;
    }
    #carouselReview {
        padding: 0px 40px;
        height: 200px;
    }

    #carouselReview .btn-prev {
        left: 10px;
    }

    #carouselReview .btn-next {
        right: 10px;
    }

    .footer {
        padding-left: 35px;
        padding-right: 35px;
    }

}
.mode-mobile {
    display: none;
}
.submenu-list li {
    padding: 5px 0;
}
.submenu-list li a {
    color: #ECC53A;
    font-size: 20px;
}
.submenu-list {
    padding-bottom: 10px;
}
.menu-mobile-scroll {
    max-width: 100vw;
}
.menu-mobile-scroll>ul {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll !important;
    padding: 0;
}
.menu-mobile-scroll>ul>li {
    display: inline-block;
    padding: 5px;
    border: 1px solid #ccc;
    margin: 7px 3px;
    border-radius: 4px;
    text-align: center;
}
.menu-mobile-scroll>ul>li>a {
    font-size: 13px;
    white-space: nowrap;
}
.menu-mobile-scroll {display: none;}
.nav-icons-top li {
    display: inline-block;
}
.nav-icons-top li a {
    display: block;
    width: 40px;
}
.nav-icons-top li a i {
    color: #FFF;
}
.main-color {
    color: var(--main-color)!important;
}
select.goog-te-combo {
    font-family: 'Space Grotesk', sans-serif!important;
}
/* Transition button */
.single_add_to_cart_button::before {
  background-color: var(--main-color);
}
.single_add_to_cart_button::before {
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.single_add_to_cart_button:not([disabled]):hover{
    background-color: var(--main-color);
  }

.single_add_to_cart_button:hover::before
{
    transform-origin: right center;
    transform: scale(0, 1);
    background-color: #000;
    border-radius: 0;
}
.single_add_to_cart_button {
  position: relative;
  border-radius: 0!important;
  text-transform: uppercase;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
  background-color: transparent;
  transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: 1;
  -webkit-tap-highlight-color: initial;
}

.single_add_to_cart_button::before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transform: scale(1, 1);
  transform-origin: left center;
  z-index: -1;
  border-radius: 0;
}
.btn-black {
    background-color: #000!important;
    color: #fff;
}
.product-info a {
    font-size: 14px;
}
.main-menu ul.submenu {
    min-width: 250px;
}
.main-menu ul.submenu li {
    background: #47cc58;
}
.main-menu ul.submenu li a{
    color: #fff;
    border-bottom: 1px solid #fcfcfc;
}
@media screen and (max-width: 1024px) {
    .product-info a {
        font-size: 13px;
    }
    .product-item .product-thumb {
        height: 190px;
    }
    /* .product-content .product-list{
        grid-template-columns: repeat(3, 1fr);
    } */
}
@media screen and (max-width: 992px) {
    .product-item .product-inner {
        height: 310px;
    }
    .product-info a {
        font-size: 13px;
    }
    .product-item .product-thumb {
        height: 200px;
    }
    .banner-collection .banner-collection-content .btn-shop-now {
        bottom: 30px;
    }
    .banner-collection .banner-collection-content {
        padding-top: 20px;
    }
    .collection-item img {
        height: auto;
    }
    .banner-collection .banner-collection-content h3 {
        font-size: 18px;
    }
    .menu-mobile-scroll {display: block}
    .hide-on-mobile {display: none;}
    .search_form.show {
        left: 0;
        bottom: 0;
    }
    /* .icon-mobile {
        position: absolute;
        bottom: 10px;
    } */
    #menu-sidebar-mobile {
        width: 100%;
        padding-left: 50px;
        height: 100%;
        overflow: auto;
        display: block;
        padding-top: 50px;
        padding-bottom: 100px;
    }
    .mode-mobile {
        display: block;
    }
    .mode-pc {
        display: none;
    }
    .main-menu>li {
        display: inherit!important
    }
    .header {
        position: relative;
    }

    .header .menu {
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: #353535;
        left: 0px;
        top: 0px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        z-index: 9999999;
    }

    .header .link a {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .btn-clo {
        top: 15px !important;
        right: 0px;
        color: #ECC53A;

    }

    #btn-close {
        font-size: 24px;
    }

    /* .product-content .product-list{
        grid-template-columns: repeat(2, 1fr);
    } */
    #carouselReview {
        width: 95%;
    }

    .review-content img {
        height: 250px;
    }

    .news-content .news-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer {
        padding-left: 35px;
        padding-right: 35px;
        padding-top: 35px;
        text-align: center;
    }

    .footer .form {
        margin-top: 20px;
    }

    .footer .info h3 {
        text-align: left;
    }

    .footer .info p {
        text-align: left;
    }

    .footer .rev {
        flex-direction: column-reverse !important;
    }

    .footer .link {
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .p-mntd-intro {
        height: 100px;
    }
    .banner-collection .banner-collection-content h3 {
        margin-top: 10px;
    }
    .banner-collection .banner-collection-content .btn-shop-now,
    .collections-index .banner-collection .banner-collection-content .btn-shop-now {
        bottom: 10px;
        padding: 5px 15px;
    }
    .grid-products .product-item {
        margin-bottom: 20px;
    }
    .product-item .product-inner {
        /* height: auto!important; */
        max-height: inherit;
    }
    ul.list-products {
        padding: 0!important;
    }
    .nav-product-type li h2 {
        font-size: 18px;
    }
    .nav-product-type li {
        font-size: 18px;
    }
    .product .head-title {
        margin-top: 15px;
    }
    .product-content, .collection-content, .news-content {
        padding: 0 25px;
    }
    .product-content .product-item {
        /* height: 320px; */
    }
    .product,
    .hero, .section-tool, .collection {
        overflow-x: hidden;
    }
    .bx-wrapper {
        margin-bottom: 0;
    }
    .main-menu>li {
        display: inherit!important;
    }
    .top h2.slogan {
        font-size: 20px;
        text-align: center;
    }

    .top .action {
        font-size: 20px;
    }

    .collection-list {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }

    .collection-item p {
        color: black;
        font-weight: 400;
        padding-left: 10px;
        padding-right: 10px;
    }

    #carouselReview {
        height: auto;
        padding-top: 10px;
    }

    .review-content img {
        height: 270px;
    }

    #carouselReview p {
        font-size: 18px;
    }

    .news-content .news-list {
        grid-template-columns: repeat(2, 1fr);
    }

}

#recipeCarousel {
    padding-left: 0px;
    padding-right: 0px;
}

.news .carousel-item {
    background: #FFF;
}
.bx-wrapper {
    border: 0;
}
@media screen and (max-width: 767px) {
    #news .carousel-inner .carousel-item>div {
        display: none
    }

    #news .carousel-inner .carousel-item>div:first-child {
        display: block
    }
}

#news .carousel-inner .carousel-item.active,
#news .carousel-inner .carousel-item-next,
#news .carousel-inner .carousel-item-prev {
    display: flex
}

@media (min-width: 768px) {
    #news .carousel-inner .carousel-item-end.active,
    #news .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }

    #news .carousel-inner .carousel-item-start.active,
    #news .carousel-inner .carousel-item-prev {
        transform: translateX(-25%)
    }
}

#news .carousel-inner .carousel-item-end,
#news .carousel-inner .carousel-item-start {
    transform: translateX(0)
}

@media screen and (max-width: 576px) {
    .product-item .product-thumb {
        height: 225px;
    }
    .popup-promotion {
        /* padding: 20px!important; */
    }
    .popup-promotion {
        width: 100%!important;
    }
    .top {
        flex-direction: column;
    }

    header.header {
        background-color: #000;
        padding-left: 35px;
    }

    /* .product-content .product-list{
        grid-template-columns: repeat(1, 1fr);
    } */
    .news-content .news-list {
        grid-template-columns: repeat(1, 1fr);
    }

    .footer {
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer .form input {
        font-size: 20px;
    }

    .footer .form form button {
        font-size: 20px;
    }

    .footer .link {
        margin-top: 20px;
    }
}

@media screen and (max-width: 480px) {
    .product-item .product-thumb {
        height: 170px;
    }
    .home-product .product-item .product-thumb {
        height: 150px;
    }
    .home-product .product-item .product-inner img {
        /* height: 150px; */
    }
    #carouselReview {
        height: auto
    }

    .review-content img {
        height: 340px;
    }

    #carouselReview p {
        font-size: 18px;
    }

}

@media screen and (max-width: 336px) {
    .banner-collection .banner-collection-content h3 {
        margin-top: 10px;
    }
    .banner-collection .banner-collection-content .btn-shop-now,
    .collections-index .banner-collection .banner-collection-content .btn-shop-now {
        bottom: 10px;
        padding: 5px 15px;
    }
    #carouselReview {
        height: auto
    }

    .review-content img {
        height: 390px;
    }

}