@import url('https://fonts.googleapis.com/css?family=Rubik:400,600,700&display=swap');

@media (min-width: 1366px) {
    .container {
        max-width: 1310px;
    }
}

html {
    overflow-x: hidden;
}

body {
    font-family: Rubik , sans-serif;
    overflow-x: hidden;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    padding-right: 10px;
    padding-left: 10px;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 10px;
    padding-left: 10px;
}

b, strong {
    font-weight: 600;
}

.title-section {
    color: var(--black);
    font-size: 32px;
}

.text-black {
    color: var(--black);
}

.logo-section img {
    max-height: 40px;
}

.price-amount {
    font-size: 15px;
}

.search-section__categories {
    width: 170px;
    border: 1px solid #dee2e6;
    height: 40px;
    padding: 0 10px;
    color: var(--gray);
}

.search-section .btn-submit {
    background: #fff;
    color: var(--black);
    font-size: 20px;
    border: 1px solid #dee2e6;
    border-left: 0;
}

.menu-section > ul > li > a {
    line-height: 43px;
    height: 43px;
    color: var(--color-text);
}

.menu-vertical {
    background: var(--dark);
    border-radius: 10px;
}

.menu-vertical > .menu-container {
    display: flex;
}

.menu-vertical > .menu-container .btn-menu-mobile {
    display: block;
    color: var(--white);
    margin: 0 10px;
    line-height: 43px;
}

.menu-vertical > .menu-container .menu-section {
    width: 100%;
}

.menu-vertical > .menu-container .menu-section ul li.has-child {
    width: 100%;
}

.menu-vertical .menu-section > ul > li > a {
    height: auto;
    color: #fff!important;
    font-size: 14px;
    width: 100%;
    display: block;
    text-align: left;
    line-height: 43px;
}

.menu-vertical .menu-section > ul > li > .entry-menu {
    width: calc(100% + 33px);
    left: -33px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
    padding: 6px 10px;
    text-transform: uppercase;
}

.menu-vertical .menu-section > ul > li > .entry-menu li {
    border-bottom: 1px solid #e5e5e5;
}

.menu-vertical .menu-section > ul > li > .entry-menu li:last-child {
    border: 0;
}

body.home .menu-vertical .menu-section > ul > li > .entry-menu {
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.language-section::before, .currency-section::before, .currency-section::after {
    display: none;
}

a.language-picker, a.currency-picker {
    font-weight: 500;
}

a.language-picker:hover, a.currency-picker:hover {
    color: var(--color-hightlight);
}

.entire-action-header .btn-action-header:hover, .entire-action-header .btn-action-header:hover {
    color: var(--color-hightlight);
}

.entire-action-header .btn-action-header {
    padding: 0 12px;
    line-height: 43px;
    background: none;
    border-radius: 0;
}

.btn-mini-cart .cart-items-number {
    background-color: var(--color-text);
}

/*Header*/
.nh-store-notice {
    position: relative;
    text-align: center;
    overflow: hidden;
    background: #f6f9fc;
}

.nh-store-notice .content {
    display: block;
    vertical-align: middle;
    padding: 15px 10px;
}

.nh-store-notice .content * {
    position: relative;
    z-index: 1;
}

.nh-store-notice .content>p {
    margin-bottom: 0;
}

.nh-store-notice img {
    display: inline;
}

.nh-store-notice .content .img-bg {
    position: absolute;
    left: 50%;
    top: -20px;
    width: calc(100% + 24px);
    max-width: none;
    min-width: 600px;
    transform: translate(-50%,0);
    z-index: 0;
}

.nh-store-notice h5 {
    margin-bottom: 0;
}

@media only screen and (min-width: 1200px) {
    .nh-store-notice h5 {
        font-size: 18px;
        line-height: 26px;
    }
}

.header-main>.container>.row {
    align-items: center;
}

.header-highlight {
    display: flex;
    align-items: center;
}

.header-highlight__item {
    margin-left: 10px;
}

.header-highlight__item a {
    display: flex;
    align-items: center;
}

.header-highlight__image {
    width: 30px;
    height: 30px;
    overflow: hidden;
}

.header-highlight__image img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.header-highlight__title {
    font-size: 13px;
    display: inline-block;
    flex: 1;
    margin-left: 6px;
}
/*End Header*/

.slider-home .slider-section {
    height: 392px;
}

.slider-home .slider-section .slick-list .slick-slide {
    background-repeat: no-repeat;
    background-size: cover;
}

.slider-section .inner-title {
    font-size: 20px;
    margin-bottom: 22px;
}

.slider-section .inner-description {
    font-size: 50px;
    line-height: 1.3;
    margin-bottom: 10px;
}

.slider-section .inner-content {
    font-size: 16px;
    line-height: 26px;
    margin-top: 0px;
}

.slider-section .text-white .inner-content {
    color: var(--white);
}

.slider-home .slider-section .slick-slider {
    height: 100%;
}

.slider-home .slider-section .slick-slider .slick-list {
    height: 100%;
}

.slider-home .slider-section .slick-slider .slick-track {
    height: 100%;
}

.slider-home .slider-section .slick-slider .container {
    height: 100%;
}

.slider-home .slider-section .slick-slider .row {
    height: 100%;
}

.text-white .btn-submit {
    background: var(--white);
    color: var(--color-main);
    font-weight: 600;
    font-size: 13px;
}

.text-white .btn-submit:hover {
    background: none;
    color: var(--white);
    border: 1px solid var(--white);
}

.text-black .btn-submit {
    background: var(--black);
    color: var(--white);
    font-weight: 600;
    font-size: 13px;
}

.text-black .btn-submit:hover {
    color: var(--black);
    background: none;
    border: 1px solid var(--black);
}

.slider-section .inner-title::after {
    background-color: var(--white);
}

.collection-banner {
    position: relative;
    overflow: hidden;
}

.collection-banner .contain-banner {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 20px;
}

.collection-banner.text-right .contain-banner {
    justify-content: flex-end;
}

.contain-banner h4 {
    color: var(--color-main);
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 0;
}

.collection-banner .contain-banner h2 {
    color: var(--black);
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.3;
    font-size: 30px;
}

.collection-banner.text-white .contain-banner h2 {
    color: var(--white);
}

.contain-banner-btn {
    padding: 4px 10px;
    color: var(--white);
    border: none;
    font-size: 12px;
    background-color: var(--black);
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
}

.collection-banner.text-white .contain-banner-btn {
    background: var(--white);
    color: var(--black);
}

.collection-banner.text-white .contain-banner-btn:hover, .contain-banner-btn:hover {
    background: var(--color-main);
    color: var(--white);
}

.collection-banner img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 100%;
}

.collection-banner:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.banner-home__right .collection-banner {
    margin-bottom: 24px;
}

.banner-home__right .collection-banner:last-child {
    margin-bottom: 0;
}

/*highlight*/
.hight-light {
    border: 1px solid #e5e5e5;
    padding: 40px 30px;
}

.hight-light .entry-content {
    border-right: 1px solid #e5e5e5;
}

.hight-light .col-lg-3:last-child .entry-content {
    border: 0;
}
/*end highlight*/

/*Products Slider Small*/
.products-slider-small .slick-slider {
    border: 1px solid #e5e5e5;
    overflow: hidden;
}

.products-slider-small .slick-slide {
    margin: 0;
}

.products-slider-small .product-item {
    display: flex!important;
    align-items: center;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 0;
}

.products-slider-small .product-item .inner-image {
    margin-bottom: 0;
    width: 50%;
    padding: 5px;
}

.products-slider-small .product-item .inner-content {
    flex: 1;
    padding: 10px;
}

.products-slider-small .price-amount.old-price {
    display: inline-block;
    margin-left: auto;
}

.products-slider-small .product-item .inner-content .product-title {
    line-height: 1.3;
}

.products-slider-small .product-item .inner-content .product-title a {
    color: var(--black);
}

.products-slider-small .product-item .inner-content .product-title a:hover {
    color: var(--color-main);
}
/*End Products Slider Small*/

/*Products Tabs Slider*/
.products-tabs-slider .title-section {
    margin-bottom: 20px;
}

.products-tabs-slider .product-tab.nav .nav-item .nav-link {
    font-weight: 500;
    padding-bottom: 6px;
}

.products-tabs-slider .product-tab.nav::after {
    display: none;
}

.products-tabs-slider .ratio-custome {
    padding-top: 100%;
}

.products-tabs-slider .product-item {
    border: 1px solid #e5e5e5;
    margin: 0;
    padding: 15px;
}
/*End Products Tabs Slider*/

.product-detail-head .product-image-detail .inner-image {
    padding-top: 100%;
}

/*Product Highlight*/
.bg-product-highlight {
    background-image: url(../../assets/media/background/bg-feature-product.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.product-highlight .product-detail-head .product-image-detail .inner-image {
    padding-top: 90%;
}

.product-highlight .product-detail-head>.row {
    align-items: center;
}

.product-highlight .product-image-detail>.row {
    align-items: center;
}

.product-highlight .product-content-detail .product-title-detail {
    font-size: 40px;
    color: var(--black);
}

.product-highlight .product-content-detail .product-description {
    font-size: 13px;
    color: var(--gray);
}

.product-highlight .product-content-detail .price .price-amount {
    font-size: 34px;
    color: var(--color-main);
}

.product-highlight .product-content-detail .price .price-amount.old-price {
    color: var(--gray);
    font-size: 20px;
}

.product-highlight .product-content-detail .add-to-cart {
    font-size: 14px;
    font-weight: 600;
    padding: 8px;
    width: 170px;
    background: none;
    border: 1px solid var(--black);
    color: var(--black);
}

.product-highlight .product-content-detail .add-to-cart:hover {
    color: var(--white);
    background: var(--black);
}
/*End Product Highlight*/

/*Category*/
.menu-grid {
    display: flex;
    flex-wrap: wrap;
}

.menu-grid__item {
    width: 25%;
}

.menu-grid__item>a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #e5e5e5;
    padding: 25px;
}

.menu-grid__item img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.menu-grid__item-content {
    flex: 1;
}

.menu-grid__item-title {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
}

.menu-grid__item-count {
    font-size: 13px;
    color: var(--gray);
}
/*End Category*/

/*Brands*/
.brand-section {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.brand-section .brand-item {
    width: calc(100%/6);
    text-align: center;
    margin: 10px 0;
}
/*End Brands*/

/*Footer*/
footer {
    background-image: url(../../assets/media/background/bg-footer2.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #131f35;
}

.title-footer {
    color: var(--white);
}

footer a, footer p {
    color: #b7b9bc;
}

.payment img {
    max-height: 25px;
}
/*End Footer*/

/*Page*/
.title-section-1 {
    color: var(--black);
    font-size: 16px;
    font-weight: 600;
}

.page-products>.row .col-lg-3 {
    border: 1px solid var(--light);
}

.products-related .product-item {
    border: 1px solid var(--light);
    margin: 0;
    padding: 10px;
}

.products-related .product-item .inner-image {
    padding-top: 100%;
}

.product-content-detail .product-title-detail {
    color: var(--black);
}

/*Responsive*/
.is-mobile .product-content-detail .price .price-amount {
    font-size: 20px;
}

.is-mobile .product-content-detail .price .price-amount.old-price {
    font-size: 16px;
}

.is-mobile .hight-light {
    padding: 15px;
}

.is-mobile .hight-light .entry-content {
    border-right: 0;
}

.is-mobile .collection-banner {
    margin: 10px 0;
}

.is-mobile .collection-banner .contain-banner h2 {
    font-size: 16px;
}

.is-mobile .contain-banner h4 {
    font-size: 12px;
}

.is-mobile .contain-banner-btn {
    font-size: 10px;
}

.is-mobile .title-section {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
}

.is-mobile .product-item .inner-content .product-title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.is-mobile :not(.slick-vertical).slider-thumbs.slick-slider img {
    height: 66px;
}

.is-mobile .product-highlight .product-content-detail .product-title-detail {
    font-size: 26px;
}

.is-mobile .product-highlight .product-content-detail .price .price-amount {
    font-size: 20px;
}

.is-mobile .product-highlight .product-content-detail .price .price-amount.old-price {
    font-size: 16px;
}

@media (max-width: 991px) {
    .menu-grid__item {
        width: 33.333333%;
    }
}

@media (max-width: 767px) {
    .menu-grid__item {
        width: 50%;
    }
    
    .brand-section .brand-item {
        width: calc(100%/4);
    }
}

@media (max-width: 425px) {
    .menu-grid__item {
        width: 100%;
    }
}