h2, .h2 {
    font-size: 2.5rem;
}

h3, .h3 {
    font-size: 2rem;
}
.bg-main {
    background-color: var(--color-main);
}
.color-text {
    color: var(--color-text);
}
.font-weight-600 {
    font-weight: 600;
}
.fs-30 {
    font-size: 3rem !important;
}

.fs-15 {
    font-size: 1.5rem !important;
}
.hover-img {
    overflow: hidden;
}
.hover-img img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hover-img:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); 
}
.object-cover{
    object-fit: cover;
}

/*Header*/
.header-top .container > .row > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-mid>.container>.row>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn-action-content {
    margin-left: 10px;
    line-height: 18px;
}
.search-section {
    width: 100%;
    max-width: 50rem;
}
.search-small .form-dropdown {
    position: absolute;
    padding: 10px;
    background-color: #ffffff;
    width: 300px;
    top: 100%;
    left: auto;
    right: 0;
    z-index: 1000;
    margin-bottom: 0;
    -webkit-animation: nav_menu_anim_close 0.3s both;
    -o-animation: nav_menu_anim_close 0.3s both;
    animation: nav_menu_anim_close 0.3s both;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    -webkit-box-shadow: 0px 0px 3px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 3px rgb(0 0 0 / 15%);
}
.search-small:hover .form-dropdown {
    -webkit-animation: nav_menu_anim_open 0.3s both;
    -o-animation: nav_menu_anim_open 0.3s both;
    animation: nav_menu_anim_open 0.3s both;
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    pointer-events: unset;
}
.header-mid .menu-head {
    display: none;
    position:relative;
    padding: 0.3rem 0 0.3rem 1.5rem;
}
.btn-action-header:not(.btn-mini-wishlist):before, .header-mid .menu-head:before {
    content: '';
    position: absolute;
    left: 0;
    top:0;
    bottom: 0;
    margin: auto;
    height: 4rem;
    width: 1px;
    background:var(--light);
}


@media (max-width: 1000px) {
    .header-mid .menu-head {
        display: block;
    }
    
    .setting-menu{
        display: none;
    }
    
    .header-mid .btn-menu-mobile {
        color: var(--color-main);
    }
    .header-mid>.container>.row>div {
        justify-content: end;
    }
    .logo-head {
        flex:1;
    }
}
.title_main {
    padding-left: 8rem;
    position: relative;
    margin-bottom:3rem;
}

.title_main h3 {
    font-size: 3rem;
}

.title_main::before {
    content: "";
    position: absolute;
    left: 0;
    width: 6rem;
    height: 100%;
    background-color: var(--color-highlight);
}
.categories_custom .item h4 {
    font-size: 1.8rem;
}

.categories_custom .item h4:before {
    content: '';
    display: block;
    width: 2px;
    z-index: 1;
    height: 0;
    background-color: var(--color-highlight);
    margin: 0 auto;
    position: absolute;
    top: -5.5rem;
    left: 50%;
    transform: translateX(-50%);
    transition: height 0.3s ease;
}

.categories_custom .item:hover > h4::before {
    height: 45px;
}
.categories_custom .item:hover h4 a {
    color: var(--color-highlight);
}
.bg-header {
    background-color:  #F5F5F5;
}



/*End header*/

/*Body*/
.swiper-slide--description_short {
    margin-bottom: 2rem;
    color: var(--color-highlight);
    text-decoration: none;
    text-align: left;
    text-shadow: rgb(0, 0, 0) 0px 0px 0px;
    font-weight: 500;
    font-size: 14px;
}

.swiper-slide--tile {
    font-weight: 700;
    width: 50%;
    font-size: 60px;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 60px;
}

.swiper-slide--description {
    font-weight: 700;
    font-size: 12px;
    display: flex;
    margin-top: 2rem;
    padding-left: 10px;
    flex-direction: column;
    text-transform: uppercase;
    position: relative;
    color: #ffffff;
}

.swiper-slide--description:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    background-color: var(--color-highlight);
}

.swiper-slide--description > span {
    color: var(--color-highlight);
    font-size: 40px;
}

.swiper-slide--link {
    font-size: 1.4rem;
    display: inline-block;
    text-transform: unset;
    font-weight: 600;
    background-color: #fff;
    padding: 1rem 4rem;
    color: #000;
}

.title-dc-cs h3 {
    position: relative;
    margin-top: 2.5rem;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.title-dc-cs h3:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 0;
    background-color: var(--red);
    top: -60px;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.product-item :hover .product-action {
    opacity: 1;
}


.img-dc-cs:hover .title-dc-cs h3 {
    color: red;
}



.list_prd {
    width: 100%;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 25% calc(50% - 60px) 25%;
}

.list_prd .product-item_custom {
    position: relative;
    border: 1px solid #ebebeb;
}

.product-item_custom:hover::before {
    height: 100%;
}

.product-item_custom:before {
    content: "";
    position: absolute;
    display: block;
    left: -1px;
    bottom: -1px;
    width: 1px;
    height: 0;
    background-color: var(--color-highlight);
    -webkit-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

.product-item_custom:hover::after {
    height: 100%;
}

.product-item_custom:after {
    content: "";
    position: absolute;
    display: block;
    right: -1px;
    top: -1px;
    width: 1px;
    height: 0;
    background-color: var(--color-highlight);
    -webkit-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

.product-item_custom:hover .product_span_custom::before {
    width: 100%;
}

.product_span_custom:before {
    content: "";
    position: absolute;
    display: block;
    left: -1px;
    top: -1px;
    width: 0;
    height: 1px;
    background-color: var(--color-highlight);
    -webkit-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

.product-item_custom:hover .product_span_custom::after {
    width: 100%;
}

.product_span_custom:after {
    content: "";
    position: absolute;
    display: block;
    right: -1px;
    bottom: -1px;
    width: 0;
    height: 1px;
    background-color: var(--color-highlight);
    -webkit-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

.product-item_custom .article-cage {
    font-weight: 300;
    font-size: 14px;
    color: var(--color-text);
}

.list_prd .product-item_custom:nth-child(1){
    grid-column: 1;
    grid-row: 1;
}

.list_prd .product-item_custom:nth-child(2){
    grid-column: 2;
    grid-row: 1/3;
}

.list_prd .product-item_custom:nth-child(2) .ratio-custome {
    display: none;
}

.list_prd .product-item_custom:nth-child(3){
    grid-column: 3;
    grid-row: 1;
}

.list_prd .product-item_custom:nth-child(4){
    grid-column: 1;
    grid-row: 2;
}

.list_prd .product-item_custom:nth-child(5){
    grid-column: 3;
    grid-row: 2;
}

.list_prd .product-item_custom .ratio-custome {
    padding-top: 70%;
}

.list_prd .product-item_custom .ratio-custome > a > img {
    object-fit: contain;
}

.list-attribute-custom .product-attribute-switch.image-switch .inner-product-attribute {
    height: 7rem;
    width: 7rem;
    line-height: 7rem;
}

.list-attribute-custom .product-attribute-switch .inner-product-attribute {
    position: relative;
    margin: 0.4rem;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-clip: padding-box;
    border-radius: unset;
    -webkit-border-radius: unset;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 0.1rem solid var(--light);
    border-bottom-right-radius: 0;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    color: var(--color-main);
}

.swiper-slider-home .swiper-wrapper .swiper-slide {
    position: relative;
    overflow: hidden;
}

.swiper-slider-home .swiper-wrapper .swiper-slide > img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 100%;
    object-fit: cover;
}

.swiper-slider-home .swiper-wrapper .swiper-slide:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); 
}

.swiper-home--tile {
    text-shadow: 2px -1px 5px #000;
    margin-bottom: 20px;
    color: #fff;
}

.swiper-home--description {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 40px;
    text-shadow: 3px -1px 3px #000;
    margin-bottom: 40px;
    position: relative;
    transition: all 0.3s ease;
    color: #fff;
}

.swiper-slide--wrap .swiper-home--description::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 5px;
  height: 0;
  background-color: var(--color-highlight);
  transition: height 0.3s ease-in-out;
}

.swiper-slider-home .swiper-wrapper .swiper-slide:hover .swiper-home--description {
    padding-left: 25px;
}

.swiper-slider-home .swiper-wrapper .swiper-slide:hover .swiper-home--description::before {
    margin-right: 15px;
    height: 100%;
}

.swiper-home--description > span {
    color: var(--color-highlight);
}

.swiper-home--link {
    font-size: 14px;
    font-weight: 700;
    color: var(--color-highlight);
    border-color: var(--color-highlight);
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    padding: 15px 40px 15px 40px;
}

.swiper-home--link:hover {
    color: #fff;
    background-color: var(--color-highlight);
}

.slider_2 .swiper-slide--wrap {
    top: 30%;
}

.slider_2 .swiper-home--tile {
    display: none;
}

.slider_2 .swiper-home--description {
    margin-bottom: 25px;
}

.slider_2 .swiper-home--description_short {
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
}

.slider_2 .swiper-home--description_short:hover {
    color: var(--color-highlight);
}

.slider_prd .product-item_custom .ratio-custome {
    padding-top: 75%;
}

.slider_prd .product-item_custom {
    border: 1px solid #ebebeb;
}

.slider_prd .swiper .swiper-button-next > i,
.slider_prd .swiper .swiper-button-prev > i{
    font-family: "Font Awesome 6 Pro";
}

.swiper-slider-brand .swiper-slide {
    border: 1px solid #dedede;
}

.item-img-brand .img-brand {
    margin: 40px;
    padding-top: 35%;
    opacity: .3;
}

.item-img-brand:hover .img-brand {
    opacity: 1;
}

.item-img-brand .img-brand > img {
    object-fit: contain;
}

.wrapper_home {
    display: flex;
}

.wrapper_home .icon_wrapper {
    flex: 0 0 20%;
    max-width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-highlight);
}

.wrapper_home .icon_wrapper i {
    font-size: 30px;
    color: #fff;
}

.wrapper_home .img_wrapper {
    flex: 0 0 80%;
    max-width: 80%;
}

.newsletter {
    background-repeat: no-repeat;
    background-size: 50% 100%;
    background-color: black;
}

.newsletter--description {
    color: #999999;
}

.newsletter--form {
    display: flex;
}

.img_wrapper > a {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    width: 100%;
    padding: 45px 40px 45px 40px;
    color: #fff;
}

.img_wrapper:hover > a {
    background-color: #000;
}

.slider_prd .swiper-button-prev,
.slider_prd .swiper-button-next {
    color: #333;
    font-weight: 600;
    font-size: 1.5rem;
    font-family: "Font Awesome 6 Pro";
    background: #fff;
    border: 1px solid #ebebeb;
    height: 40px;
    width: 40px;
}

.product-item .ratio-custome {
    padding-top: 80%;
}

.product-item .ratio-custome img {
    object-fit: contain;
}

.product-image-detail .swiper .swiper-wrapper .swiper-slide img {
    object-fit: contain;
}

.shadow-darker {
    box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
}

.breadcrumbs-section-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 10% 0;
}

.breadcrumbs-section-bg:before {
    content: '';
    background-color: rgb(0 0 0 / 51%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.title-left .title-section {
    text-align: left !important;
    font-size: 3.5rem !important;
    margin-bottom: 3rem;
}

.is-mobile .swiper-slide--tile {
    font-size: 40px;
    line-height: 40px;
}

.is-mobile .btn-menu-mobile {
    color: #333;
}

.btn-fix .btn-submit {
    border: none;
    background-color: unset;
}

.btn-fix .btn-submit > i {
    font-size: 20px;
}
footer .logo-section img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.footer-menu-section ul li a {
    color: white;
    display: block;
    margin-bottom: 1.5rem;
}
.copyright {
    border-top: 1px solid #353535;
    color: #7A7979;
}
/*Responsive*/
.setting-menu-mb>.container>.row>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.is-mobile .menu-section > ul > li > a {
    color: var(--color-main);
}
.toolbar__item a span.items-number {
    top: -1rem;
    right: -1.5rem;
    color: var(--white);
    padding: 0;
    display: flex !important;
    width: 1.8rem;
    height: 1.8rem;
    align-items: center;
    justify-content: center;
}
.toolbar__item .toolbar-text {
    margin-top: 0.3rem;
}

@media (min-width:992px) {
    .slider_prd .swiper-button-next {
        right: -18px;
    }
    
    .slider_prd .swiper-button-prev {
        left: -18px;
    }

}
@media (min-width: 768px) and (max-width: 992px) {
    .newsletter .title_main h3 {
        font-size: 20px;
    }
}
@media (max-width: 1000px) {
    .menu-section .menu-link {
        color: var(--color-text);
        font-size: 1.4rem !important;
    }
}
@media (max-width: 991px) {
    .title_main::before {
        opacity: 0;
    }
    .title_main {
        padding: 0;
    }
    .title_main h3 {
        font-size: 2.8rem;
    }
    .footer-mb>.container>.row>div {
        flex:  0 0 50%;
        max-width: 50%;
    }

}

@media (max-width: 768px) {
    .list_prd {
        display: block;
    }    
    .wrapper_home {
        margin: 10px 0;
    }
    .swiper-slider-home .swiper-wrapper .swiper-slide > img {
        min-height: 400px;
    }
}

@media (max-width: 767px) {
    .newsletter {
        background-size: cover;
    }
    .footer-mb>.container>.row>div {
        flex:  0 0 100%;
        max-width: 100%;
    }
}


