



.fourcols {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.column-3 {
    width: 100%;
    padding: 0 10px;
}

.product-slider {
    padding: 100px 0 0;
    float: left;
    width: 100%;
}

.product-slider .fourcols .item {
    position: relative;
    padding: 10px !important;
}

.info-product {
    color: #000000;
    margin-bottom: 10px;
}

.info-product figure {
    margin: 0 0 20px;
    position: relative;
    float: left;
    width: 100%;
}

.info-product figure a {
    float: left;
    width: 100%;
    /*overflow: hidden;
max-height: 300px;
position: relative;*/
}

.info-product figure img {
    transition: all 0.5s;
    height: auto;
    /*width: inherit;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);*/
    max-width: 100%;
}

.section-top-sellers .slick-slide img {
    width: 100%;
    max-height: 285px;
    object-fit: contain;
}

.section-top-sellers .slick-slide>img {
    background: #f7f7f7;
}

@media screen and (max-width: 767px) {
    .section-top-sellers .slick-slide img {
        max-height: 235px;
    }

    .title-header.mt-4 {
        margin-top: 2rem;
    }

    .section-top-sellers .title-header {
        margin: 15px 0 20px 0;
    }
}

@media screen and (min-width: 1550px) {
    .section-top-sellers .slick-slide img {
        max-height: 335px;
    }
}

.product-slider .fourcols .item img {
    display: block;
    width: 100%;
}

.info-product .label-group {
    top: 0;
    min-width: 54px;
    min-height: 35px;
    float: left;
    line-height: 35px;
    position: absolute;
    right: 20px;
}

.info-product .product-label {
    color: #fff;
    font-size: 16px;
    line-height: 23px;
    min-height: 35px;
    margin-bottom: 0;
    max-width: 54px;
    margin-top: 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
    background: #f43434;
    font-family: 'Rajdhani-Medium';
    text-transform: uppercase;
    padding: 8px 5px 0 5px;
    font-weight: 600;
    text-align: center;
    width: 100%;
}

.info-product .product-label:after {
    content: '';
    border-top: 10px solid #f43434;
    border-left: 27px solid transparent;
    position: absolute;
    border-right: 27px solid transparent;
    top: 100%;
    left: 0;
}

.info-product .product-label.label-hot {
    background: #21b259;
}

.info-product .product-label.label-hot:after {
    border-top: 7px solid #21b259;
}

.info-product figure .btn-icon-group {
    position: absolute;
    height: auto;
    width: 49px;
    top: auto;
    bottom: 8px;
    right: 20px;
    transition: inherit;
}

.info-product figure .btn-recycle,
.info-product figure .btn-icon-wish {
    background: #fff;
    display: flex;
    opacity: 0;
    border: none;
    white-space: normal;
    overflow: inherit;
    text-overflow: inherit;
    visibility: hidden;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    align-items: center;
    line-height: 12px;
    width: 50px;
    height: 50px;
    justify-content: center;
    margin: 0 0 10px;
    transition: inherit;
    transform: inherit;
}

.info-product figure .btn-icon {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    width: 50px;
    height: 50px;
    border: none;
    margin: 0 0 10px;
    transition: inherit !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transform: none;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
}

.info-product figure .btn-recycle img,
.info-product figure .btn-icon-wish img,
.info-product figure .btn-add-cart img {
    width: 25px;
    height: auto;
    margin: 0 auto;
    transition: inherit;
    position: unset;
    transform: inherit;
    background: transparent;
}

.info-product figure .btn-recycle:hover,
.info-product figure .btn-icon-wish:hover,
.info-product figure .btn-add-cart:hover {
    background: #21b259;
}

.info-product figure .btn-recycle:hover img,
.info-product figure .btn-icon-wish:hover img,
.info-product figure .btn-add-cart:hover img {
    filter: invert(100%);
}

.info-product:hover figure {
    box-shadow: none;
}

.info-product:hover .btn-icon,
.info-product:hover .btn-recycle,
.info-product:hover .btn-icon-wish {
    background-color: #fff;
    border: none;
    visibility: visible;
    opacity: 1;
    transition: inherit;
    transform: inherit;
}

.product-carousel-actions .wishlist-button {
    width: auto;
    height: auto;
    border: unset;
    padding: 0;
    float: none;
}

.info-product .product-details {
    align-items: flex-start;
    -ms-flex-align: start;
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    -ms-flex-align: center;
    justify-content: center;
    -ms-flex-pack: center;
    width: 100%;
}

.info-product .product-title {
    font-weight: 400;
    font-size: 22px;
    font-family: 'Nexa-Book', sans-serif;
    line-height: 1.3;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 15px;
    width: 100%;
}

.info-product .ratings-container {
    line-height: 1;
    margin: 0 0 10px 1px;
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.info-product .ratings-container .product-ratings,
.info-product .ratings-container .ratings {
    position: relative;
    display: inline-block;
    font-size: 11px;
    letter-spacing: 0.1em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.info-product .ratings-container .product-ratings {
    height: 11px;
}

.info-product .ratings-container .ratings {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
}

.product-default .tooltiptext {
    visibility: hidden;
    position: absolute;
    background-color: #333;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    text-align: center;
    padding: 1rem 0.7rem;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
}

.info-product .price-box {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    font-family: 'Nexa-Book', sans-serif;
    line-height: 1;
}

.info-product .price-box .product-price {
    color: #000000;
    font-size: 22px;
    line-height: 1.1;
    font-family: 'Nexa-Bold', sans-serif;
    margin-right: 8px;
}

.info-product .price-box .old-price {
    font-size: 22px;
    line-height: 1.1;
    font-family: 'Nexa-Book', sans-serif;
    text-decoration: none;
    position: relative;
    color: #606060;
    font-weight: 400;
}

.info-product .price-box .old-price span {
    display: inline-block;
    vertical-align: top;
}

.info-product .price-box .old-price:after {
    background: #f43434;
    width: 100%;
    content: '';
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -3px;
}

.info-product .category-list,
.info-product .ratings-container,
.info-product .category-wrap {
    display: none;
}

.info-product .product-details .product-title {
    min-height: 28px;
}

.info-product .product-details .product-title a {
    color: inherit;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.item-best-seller .info-product .product-attributes ul li a {
    background: transparent;
    border: 1px solid #0A2240;
    padding: 10px 12px 8px 12px !important;
    color: #0A2240;
    font-size: 15px;
}

.info-product .product-attributes {
    float: left;
    width: 100%;
}

.info-product .product-attributes ul {
    list-style-type: none;
    float: left;
    width: 100%;
}

.info-product .product-attributes ul li {
    float: left;
    margin: 0 11px 5px 0;
}

.info-product .product-attributes ul li a {
    float: left;
    padding: 12px 10px 6px 10px;
    background-color: #f1f2f6;
    font-size: 17px;
    font-family: 'Nexa-Book', sans-serif;
    line-height: 18px;
}

.info-product .product-attributes ul li a:hover {
    background-color: #0A2240;
    color: #fff;
}

.slick-slider button.slick-arrow {
    width: 60px;
    height: 60px;
    top: 50%;
    transform: translate(-50%);
    margin-top: -75px;
}

.slick-slider button.slick-arrow:before {
    font-size: 35px;
    line-height: 60px;
}

.slick-slider button.slick-arrow.slick-next {
    right: -48px;
}

.slick-slider button.slick-arrow.slick-prev {
    left: 10px;
}

.product-availability {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 10px;
}

/* Media Query For Laptop */
@media screen and (max-width: 1399px) {

    .product-slider .item {
        padding: 10px;
    }

    .info-product figure {
        margin-bottom: 24px;
    }

    .info-product .product-title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .info-product figure .btn-icon-group {
        width: 40px;
        bottom: 8px;
        right: 15px;
    }

    .info-product figure .btn-recycle,
    .info-product figure .btn-icon-wish,
    .info-product figure .btn-add-cart {
        width: 40px;
        height: 40px;
        margin-bottom: 6px;
    }

    .info-product figure .btn-recycle img,
    .info-product figure .btn-icon-wish img,
    .info-product figure .btn-add-cart img {
        width: 20px;
    }

    .info-product .price-box .product-price,
    .info-product .price-box .old-price {
        font-size: 16px;
        line-height: 1.2;
        display: inline-block;
        vertical-align: top;
    }

}

@media screen and (max-width: 1280px) {
    .product-slider {
        padding: 60px 30px 0;
    }
}

@media screen and (max-width: 1199px) {
    .product-slider .item {
        padding: 10px 7px !important;
    }

    .info-product .product-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .info-product .price-box .old-price:after {
        margin-top: -3px;
    }

    /*.info-product figure > a ){
max-height: 270px;
}*/

    .product-slider {
        padding: 50px 20px 0;
    }
}

@media screen and (max-width: 991px) {
    .fourcols {
        margin-left: 0;
        margin-right: 0;
    }

    .product-slider {
        padding: 55px 15px 10px;
    }

    .fourcols .column-3 {
        width: calc(100% / 3);
    }

    .product-slider .item {
        padding: 5px;
    }

    .info-product figure {
        margin-bottom: 14px;
    }

    .info-product .product-title {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .info-product .price-box {
        margin-bottom: 0;
    }

    .info-product .price-box .product-price,
    .info-product .price-box .old-price {
        font-size: 14px;
    }

    .slick-slider button.slick-arrow {
        width: 56px;
        height: 56px;
        margin-top: -95px;
    }

    .slick-slider button.slick-arrow:before {
        font-size: 30px;
        line-height: 56px;
    }

    .slick-slider button.slick-arrow.slick-prev {
        left: 35px;
    }

    .slick-slider button.slick-arrow.slick-next {
        right: -20px;
    }
}

@media screen and (max-width: 639px) {
    .info-product figure {
        margin-bottom: 15px;
    }

    .info-product .product-title {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 575px) {
    .fourcols {
        margin-left: -7px;
        margin-right: -7px;
    }

    .product-slider .item {
        padding: 10px 5px !important;
        width: calc(100% / 2);
    }

    .info-product .price-box .product-price,
    .info-product .price-box .old-price {
        font-size: 12px;
        margin-right: 5px;
    }
}



@media screen and (max-width:991px) {

    /*.product-slider .fourcols .info-product figure > a ){
height: calc(100vw / 3.5 );
min-height: 200px;
}*/

    .info-product .product-attributes ul li a {
        padding: 8px 8px 6px 8px;
        font-size: 12px;
    }

    .info-product .product-attributes {
        float: left;
        width: 100%;
        margin-top: 10px;
    }

    .info-product .product-attributes ul li {
        margin: 0 6px 6px 0;
    }

}

@media screen and (max-width:767px) {

    /*.info-product figure > a ){
height: calc(100vw / 2.5 );
min-height: 200px;
}
*/
    .info-product .product-label {
        font-size: 18px;
        max-width: 50px;
    }

    .info-product .product-label:after {
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
    }

    .info-product .label-group {
        min-width: 50px;
    }

    body .info-product .product-details .product-title {
        min-height: 20px;
    }

    body .info-product .price-box {
        margin-bottom: 10px;
    }

    body .product-availability {
        margin-bottom: 0;
    }

}


.newArrivlas-product-attributes-1_j {
    float: left;
    width: 100%;
    margin-top: 12px;
}

.newArrivlas-product-attributes-1_j ul {
    list-style-type: none;
    float: left;
    width: 100%;
}

.newArrivlas-product-attributes-1_j ul li {
    float: left;
    margin-right: 12px;
}

.newArrivlas-product-attributes-1_j ul li a {
    background: transparent;
    border: 1px solid #0A2240;
    padding: 10px 12px 8px 12px !important;
    color: #0A2240;
    font-size: 15px;
    line-height: 16px;
}

.newArrivlas-product-attributes-1_j ul li a:hover {
    background-color: #0A2240;
    color: #fff;
}


@media screen and (max-width:991px) {

    .newArrivlas-product-attributes-1_j ul li a {
        padding: 8px 8px 6px 8px;
        font-size: 12px;
    }

    .newArrivlas-product-attributes-1_j {
        float: left;
        width: 100%;
        margin-top: 10px;
    }

    .newArrivlas-product-attributes-1_j ul li {
        margin: 0 6px 6px 0;
    }

}

@media screen and (max-width: 767px) and (min-width: 500px) {
    .newArrivlas-product-attributes-1_j ul li {
        margin: 0 5px 25px 0;
    }

}

@media screen and (max-width: 1100px) and (min-width: 768px) {

    .newArrivlas-product-attributes-1_j ul li {
        margin: 0 5px 25px 0;
    }
}

 section.category-section .main-container .holder {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 16px);
    margin-left: -8px;
}

.title-header {
    margin-bottom: 35px;
}

.title-header h2 {
    position: relative;
    margin: 0 !important;
    padding-bottom: 5px;
}

/* Default column-2 Styles */
.category-section .category-block {
    padding: 25px;
}

.category-section .column-2.category-block {
    width: calc(100% / 6 - 16px);
    border: 2px solid #e4e4e4;
    margin: 8px;
    min-height: 170px;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
}

.category-section .column-2.category-block:hover {
    border-color: #00B218;
}

.category-section .column-2.category-block:hover figure img {
    filter: invert(53%) sepia(77%) saturate(482%) hue-rotate(91deg) brightness(91%) contrast(84%);
}

.category-section .column-2.category-block:hover h3 a {
    color: #00B218;
}

.category-section a {
    transition: all 0.3s;
    color: #000000;
    text-decoration: none;
}

.category-section a:hover,
.category-section a:focus {
    color: #000000;
    text-decoration: none;
    outline: none;
}

.category-section img {
    display: block;
    max-width: 100%;
    height: auto;
}

.category-section {
    padding: 10px 0 0;
}

.category-section .txt-store {
    display: block;
    font-size: 28px;
    line-height: 1.2;
    color: #000000;
    font-family: 'Nexa-Book', sans-serif;
    text-transform: uppercase;
    text-align: center;
    margin: 38px 0 59px;
    letter-spacing: 2px;
}

.category-section .category-block figure {
    margin: 0 0 15px;
    position: relative;
    width: 100%;
    padding-bottom: 0;
    display: inline-block;
    min-height: 110px;
}

.category-section .category-block figure img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
}

.category-section .column-2.category-block:first-child img {
    width: 60%;
    margin: 18px auto;
}

.category-section .column-2.category-block:nth-child(2) img,
.category-section .column-2.category-block:nth-child(3) img,
.category-section .column-2.category-block:nth-child(9) img,
.category-section .column-2.category-block:nth-child(11) img {
    width: 60%;
}

.category-section .column-2.category-block:nth-child(2) img {
    width: 65%;
}

.category-section .column-2.category-block:nth-child(4) img,
.category-section .column-2.category-block:nth-child(7) img {
    width: 52%;
}

.category-section .column-2.category-block:nth-child(6) img,
.category-section .column-2.category-block:nth-child(10) img {
    width: 60%;
}

.category-section .column-2.category-block:nth-child(12) img {
    width: 55%;
}

.category-section .column-2.category-block:nth-child(7) img {
    width: 55%;
}

.category-section .category-block h3 {
    text-align: center;
    font-size: 16px;
    line-height: 1.1;
    font-family: 'Poppins', sans-serif;
    color: #000000;
    margin: 0;
    font-weight: 300;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
}

.category-section .category-block h3 a:hover {
    /*color: #21b259;*/
}

/* Media Query For Laptop */

@media screen and (max-width: 1399px) {

    .category-section .txt-store {
        font-size: 18px;
        margin: 24px 0 20px;
    }

    .category-section .category-block figure {
        margin: 0 0 15px;
    }

    .category-section .category-block h3 {
        font-size: 16px;
    }

    .category-section .category-block {
        padding: 5px 10px 20px 10px;
    }
}

@media screen and (max-width: 1199px) {

    .category-section .txt-store {
        font-size: 16px;
        margin: 15px 0 20px;
    }
}

@media screen and (max-width: 991px) {

    .column-2 {
        margin: 0 6px;
        width: calc(100% / 4 - 12px);
    }

    .category-section .category-block {
        padding: 20px 18px;
    }

    .category-section .category-block figure {
        margin-bottom: 20px;
        padding-bottom: 100%;
    }

    .category-section .txt-store {
        font-size: 14px;
    }

    .category-section .category-block h3 {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {

    .category-section {
        width: 100vw;
        margin-left: calc((100vw - 100%) / 2 * (-1));
        overflow: hidden;
    }

    .category-section .main-container {
        padding: 0;
        width: 100%;
    }

    .category-section .column-2.category-block {
        width: calc(100%/4 - 0px);
        min-height: 90px;
        margin: 0;
        border-width: 1px;
        padding: 0 5px;
    }

    .category-section .category-block figure img {
        width: 80%;
        margin: 12px auto 0 !important;
        padding: 0;
    }

    .category-section .category-block figure {
        margin: 0 !important;
        min-height: 60px;
    }

    .category-section .column-2.category-block:first-child img {
        width: 60%;
        margin: 18px auto 0 !important;
    }

    .category-section .column-2.category-block:nth-child(2) img,
    .category-section .column-2.category-block:nth-child(3) img {
        width: 75%;
        margin: 18px auto 0 !important;
    }

    .category-section .column-2.category-block:nth-child(4) img,
    .category-section .column-2.category-block:nth-child(7) img {
        width: 70%;
        margin: 12px auto 0 !important;
    }

    .category-section .column-2.category-block:nth-child(12) img {
        width: 75%;
    }

    .category-section .category-block h3 {
        font-size: 11px;
        font-weight: 400;
    }

    .category-section .column-2.category-block:nth-child(9) img {
        width: 70%;
        margin: 10px auto 0 !important;
    }

    .category-section .column-2.category-block:nth-child(11) img {
        width: 60%;
        margin: 15px auto 0 !important;
    }

    .category-section .column-2.category-block:nth-child(7) img {
        width: 55%;
    }

    .category-section .column-2.category-block:nth-child(8) img {
        width: 55%;
    }

    .category-section .column-2.category-block:nth-child(5) img {
        width: 75%;
    }

    body .category-section {
        padding: 0 0 14px;
    }

    .category-section.mt-3 {
        margin-top: 1rem;
    }

    section.category-section .main-container .holder {
        width: 100%;
        margin-left: 0;
        padding: 0 10px;
    }
}

@media screen and (max-width: 575px) {
    .column-3 {
        width: 100%;
        margin: 0 0 20px;
    }

    .category-section {
        padding: 40px 0 14px;
    }

    .category-section .txt-store {
        font-size: 12px;
    }

    .category-section .category-block {
        padding: 0 15px;
        text-align: center;
    }

    .category-section .category-block figure {
        padding: inherit;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 0 20px;
    }

    .category-section .category-block figure img {
        position: unset;
        transform: inherit;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {

    .category-section .column-2.category-block {
        width: 22.2222%;
    }
}
.blog-section .holder {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.logged-in span {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.25px;
}

.blog-section {
    padding: 0;
    float: left;
    width: 100%;
}

.blog-section .blog-block {
    text-align: center;
    padding: 0;
    margin: 0 10px;
    width: calc(33.333333% - 30px);
    margin-bottom: 70px;
}

.blog-section .blog-block figure {
    position: relative;
    width: calc(100% + 2px);
    margin-left: -1px;
    margin-top: 0;
    margin-bottom: 25px;
    padding-bottom: 0;
    max-height: 375px;
    overflow: hidden;
}

.blog-section .blog-block figure img {
    width: 100%;
}

.blog-section .blog-block .date,
.blog-section .blog-block h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    color: #333;
    margin: -5px 0px 0px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 48px;
    max-height: 50px;
    text-align: left;
}

.blog-section .blog-block .date,
.blog-section .blog-block .date a {
    color: #9b9999 !important;
}

.blog-section .blog-block h3 a {
    color: #000000;
}

.blog-section .blog-block .date {
    margin: 0;
    line-height: 1.2;
    font-size: 15px;
    min-height: inherit;
}

.blog-section .btn-read-blog {
    color: #21b259;
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
    padding: 12px 0 0 0;
    display: block;
    text-align: left;
}

/* ======================
Blog Detail
====================== */

.blog-detail-page {
    padding-top: 70px;
}

.item-blog-detail {
    width: 100%;
}

.blog-detail-title {
    font-size: 32px;
    font-weight: 500;
    color: #000;
    line-height: 1.4;
    max-width: 80%;
    margin-bottom: 20px;
}

.blog-detail-image {
    width: 100vw;
    max-height: 550px;
    overflow: hidden;
    /* border-radius: 20px; */
    margin-left: calc(((100vw - (100% - 15px)) / 2) * (-1));
    margin-bottom: 50px;
}

.blog-detail-image img {
    width: 100%;
    height: auto;
}

.blog-publisher,
.blog-publish-date {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    display: inline-block;
    text-transform: capitalize;
}

.blog-publish-date,
.author-name {
    color: #21b259;
}

.blog-publisher {
    position: relative;
    padding-right: 35px;
}

.blog-publisher:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #333;
    border-radius: 50%;
    right: 15px;
    top: 7px;
}

.blog-content {
    font-weight: 300;
    font-size: 17px;
    line-height: 1.6;
    color: #333;
    max-width: 90%;
}

.blog-content p {
    margin-bottom: 25px;
}

.blog-content h3 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px;
}

.blog-content ul {
    margin: 20px 0 22px 55px;
}

.blog-content ul li {
    list-style: disc;
    margin-bottom: 15px;
}

/* Media Query For Laptop */

@media screen and (max-width: 1399px) {
    .blog-section {
        padding: 0 0 0;
    }
}

@media screen and (max-width: 1199px) {
    .blog-section .blog-block h3 {
        font-size: 15px;
        margin: 0 12px 15px;
        line-height: 21px;
        min-height: 42px;
        max-height: 45px;
    }

    .blog-section .blog-block figure {
        margin-bottom: 20px;
        max-height: 210px;
    }

}

@media screen and (max-width: 991px) {
    .blog-section .blog-block {
        margin: 0 6px;
        width: calc(33.333333% - 6px);
    }

    .blog-section .blog-block figure {
        margin-bottom: 20px;
        padding-bottom: 0;
        max-height: initial;
        height: calc(100vw / 4.5);
    }

    .blog-section .blog-block h3 {
        font-size: 14px;
        line-height: 21px;
        margin: 0 5px 15px;
    }

    .blog-section .blog-block .date {
        margin: 0;
        font-size: 15px;
        line-height: normal;
        font-weight: 500;
    }

}

@media screen and (max-width: 767px) {

    .blog-section .blog-block .date,
    .blog-section .blog-block h3 {
        font-size: 14px;
        line-height: 22px;
        margin: 0 5px 12px;
        min-height: 44px;
    }

    .blog-section .blog-block .date {
        margin: 0;
        font-size: 12px;
        min-height: inherit;
    }

    .blog-section {
        padding-top: 0;
    }

    .blog-section .title-header {
        margin-bottom: 2rem;
    }

    .blog-content {
        font-size: 14px;
        max-width: 100%;
    }

    .blog-detail-page {
        padding-top: 0;
    }

    .blog-detail-title {
        font-size: 20px;
        max-width: 100%;
    }

    .blog-publisher,
    .blog-publish-date {
        font-size: 15px;
    }

    .blog-publisher:after {
        top: 6px;
    }
}

@media screen and (max-width: 639px) {
    .blog-section .holder {
        display: block;
        float: none;
        width: 100%;
        flex-direction: inherit;
        justify-content: inherit;
        text-align: center;
        max-width: 479px;
        margin: 0 auto;
    }

    .blog-section .blog-block {
        margin: 0 0px 28px;
        padding: 0;
        flex: inherit;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        max-width: inherit;
        box-sizing: border-box;
    }

    .blog-section .blog-block figure {
        height: auto;
    }

    .blog-section .blog-block h3 {
        font-size: 14px;
        line-height: 22px;
        margin: 0 0px 12px;
    }

    .blog-section .blog-block .date {
        margin: 0;
        font-size: 12px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .blog-section .blog-block {
        width: calc(33.333333% - 12px) !important;
        margin-bottom: 20px;
    }
}
.catalogues-section {
    float: left;
    width: 100%;
    padding: 20px 0 30px 0;
    width: 100vw;
    margin-left: calc(((100vw - (100% - 15px)) / 2) * (-1));
    overflow: hidden;
}

catalogues-section .catalogues-slider {
    float: left;
    width: 100%;
    overflow: hidden;
}

.catalogues-section .catalogues-slider .catalogues-slide {
    float: left;
    width: calc(100% + 10px);
    margin-left: -5px;
}

.catalogues-section .catalogues-slider .catalogues-slide .slide-grid {
    float: left;
    width: calc(100% - 5px) !important;
    position: relative;
    margin: 0 5px;
}

.catalogues-section .catalogues-slider .catalogues-slide .slide-grid .slider-img {
    float: left;
    width: 100%;
    margin-left: 0px;
}

.catalogues-section .catalogues-slider .catalogues-slide .slide-grid .slider-img img {
    width: 100%;
}

.catalogues-section .catalogues-slider .catalogues-slide .slide-grid .slider-content {
    width: 70%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    left: 50%;
    margin: 0 auto;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    min-height: 40%;
    padding: 60px 0;
    display: table;
}

.catalogues-section .catalogues-slider .catalogues-slide .slide-grid .slider-content .content {
    display: table-cell;
    vertical-align: middle;
}

.catalogues-section .catalogues-slider .catalogues-slide .slide-grid .slider-content h2 {
    margin: 0 0 10px 0;
    float: left;
    width: 100%;
    font-size: 34px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.catalogues-section .catalogues-slider .catalogues-slide .slide-grid .slider-content a {
    color: #000;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    position: relative;
}

.catalogues-section .catalogues-slider .catalogues-slide .slide-grid .slider-content a:after {
    content: '';
    width: 100%;
    border-bottom: 1px solid #000000;
    position: absolute;
    bottom: 0;
    left: 0;
}

.catalogues-section .slick-slider button.slick-arrow {
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
}

.slick-slider button.slick-arrow::before {
    color: #000;
}

.catalogues-section .slick-slider button.slick-arrow.slick-prev {
    left: 30px;
}

.catalogues-section .slick-slider button.slick-arrow.slick-next {
    right: 30px;
}

.catalogues-section .slick-slider button.slick-arrow::after {
    box-shadow: none;
}


@media screen and (max-width:1280px) {
    .catalogues-section .catalogues-slider .catalogues-slide .slide-grid .slider-content h2 {
        font-size: 32px;
    }

    .catalogues-section .catalogues-slider .catalogues-slide .slide-grid .slider-content {
        width: 65%;
    }

    .catalogues-section .catalogues-slider .catalogues-slide .slide-grid .slider-content a {
        font-size: 18px;
    }

    .catalogues-section .slick-slider button.slick-arrow.slick-prev {
        left: 25px;
    }

    .catalogues-section .slick-slider button.slick-arrow.slick-next {
        right: 25px;
    }
}

@media screen and (max-width: 767px) {

    .catalogues-section {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 0;
    }

    .catalogues-section .title-header {
        margin-bottom: 20px !important;
    }

}

@media screen and (max-width:639px) {
    .catalogues-section .slick-slider button.slick-arrow.slick-prev {
        left: 30px !important;
    }

    .catalogues-section .slick-slider button.slick-arrow.slick-next {
        right: 30px !important;
    }
}

@media screen and (max-width: 479px) {
    .catalogues-section .catalogues-slider .catalogues-slide .slide-grid .slider-content h2 {
        font-size: 24px;
    }

    .catalogues-section .catalogues-slider .catalogues-slide .slide-grid .slider-content a {
        font-size: 16px;
    }

    .catalogues-section .slick-slider button.slick-arrow.slick-prev {
        left: 10px;
    }

    .catalogues-section .slick-slider button.slick-arrow.slick-next {
        right: 10px;
    }
}

.topBanner-root-3rC {}

        .homepage-main-banner {
            background-color: #f3f3f3;
            width: 100vw;
            height: 100%;
            clear: both;
            margin-left: calc(((100vw - (100% - 15px)) / 2) * (-1));
            position: relative;
            overflow: hidden;
        }

        * {
            outline: unset !important;
        }

        .topBanner-slides-1bo h3 {
            font-size: 4rem;
            text-align: center;
        }

        .homepage-main-banner .slick-slider button.slick-arrow {
            display: none !important;
        }

        .slick-dots {
            bottom: 40px;
        }

        .slick-dots li.slick-active button:before {
            display: none;
        }

        .slick-dots li button:before {
            display: none;
        }

        .slick-dots li button {
            width: 8px;
            height: 8px;
            background: #fff;
            border-radius: 50%;
        }

        .slick-slider .slick-list .slick-track {
            height: 100%;
        }

        .slick-dots li.slick-active button {
            width: 14px;
            height: 14px;
        }

        .homepage-main-banner .slide-item {
            position: relative;
        }

        .homepage-main-banner .slide-item img {
            margin: 0 auto;
        }

        @media screen and (min-width: 1920px) {
            .homepage-main-banner .slide-item img {
                width: 100%;
            }
        }

        .main-banner-content {
            position: absolute;
            top: 50%;
            left: 90px;
            transform: translateY(-50%);
        }

        .main-banner-content .banner-title-sm {
            font-size: 32px;
            text-transform: uppercase;
            font-weight: 300;
            letter-spacing: 0.5px;
            margin-bottom: 15px;
            color: #333333;
        }

        .main-banner-content .banner-title-lg {
            font-size: 46px;
            text-transform: uppercase;
            font-weight: 500;
            letter-spacing: 1.2px;
            margin-bottom: 20px;
            color: #333333;
        }

        .main-banner-content .banner-discription {
            font-size: 16px;
            width: 55%;
            line-height: 1.7;
            color: #2b2b2b;
            font-weight: 300;
            margin-bottom: 20px;
            letter-spacing: 0.5px;
        }

        .main-banner-content .main-banner-btn {
            display: inline-block;
            font-size: 16px;
            font-weight: 500;
            background: #21b259;
            color: #ffffff;
            min-width: 180px;
            text-align: center;
            padding: 15px 10px;
            letter-spacing: 0.5px;
            transition: all .2s ease-in-out;
            -webkit-transition: all .2s ease-in-out;
        }

        .main-banner-content .main-banner-btn:hover {
            background: #000000;
        }

        @media screen and (min-width: 1550px) {

            .main-banner-content {
                left: 250px;
            }

            .main-banner-content .banner-title-lg {
                font-size: 60px;
            }

            .main-banner-content .banner-title-sm {
                font-size: 42px;
            }

            .main-banner-content .banner-discription {
                font-size: 18px;
                width: 60%;
            }

            .main-banner-content .main-banner-btn {
                min-width: 210px;
                padding: 18px 10px;
            }

        }

        @media screen and (max-width: 992px) and (min-width: 768px) {

            .main-banner-content {
                left: 45px;
            }

            .main-banner-content .banner-title-lg {
                font-size: 25px;
                margin-bottom: 10px;
            }

            .main-banner-content .banner-title-sm {
                font-size: 20px;
                margin-bottom: 8px;
            }

            .main-banner-content .banner-discription {
                font-size: 14px;
                width: 60%;
                margin-bottom: 10px;
            }

            .main-banner-content .main-banner-btn {
                font-size: 14px;
                min-width: 145px;
                padding: 12px 0;
            }

        }

        @media screen and (max-width: 767px) {

            .homepage-main-banner {
                margin-left: calc((100vw - 100%) / 2 * (-1));
            }

            .homepage-main-banner .slick-slide img {
                width: 100%;
            }

            .main-banner-content {
                left: 30px;
            }

            .main-banner-content .banner-title-lg {
                font-size: 30px;
                margin-bottom: 10px;
            }

            .main-banner-content .banner-title-sm {
                font-size: 22px;
                margin-bottom: 10px;
            }

            .main-banner-content .banner-discription {
                font-size: 15px;
                width: 95%;
                margin-bottom: 15px;
            }

            .main-banner-content .main-banner-btn {
                font-size: 14px;
                min-width: 145px;
                padding: 12px 0;
            }

        }