body.index {
    background-color: #f2f2f2
}

.bg-white {
    background-color: #fff;
}

.d-grid {
    display: grid !important
}

.grid-col-2 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.grid-col-2-1 {
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
}

.grid-col-1-3 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 3fr);
}

.grid-col-3 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
}

.grid-col-3-1 {
    grid-template-columns: minmax(0, 3fr) minmax(0, 1fr);
}

.grid-col-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-col-90 {
    grid-template-columns: minmax(0, 70px) minmax(0, 1fr);
}

.grid-col-news {
    grid-template-columns: minmax(0, 152px) minmax(0, 1fr);
}

.grid-col-920-1 {
    grid-template-columns: minmax(0, 788px) minmax(0, 1fr);
}

.grid-col-890 {
    grid-template-columns: minmax(0, 890px) minmax(0, 1fr);
}

.grid-col-2-80 {
    grid-template-columns: 100px 1fr;
}

.grid-col-955 {
    grid-template-columns: 939px 1fr;
}

.gallery {
    z-index: 9999;
}

.gap-5 {
    gap: 5px
}

.gap-10 {
    gap: 10px
}

.gap-15 {
    gap: 15px
}

.gap-20 {
    gap: 20px
}

.gap-25 {
    gap: 25px
}

.gap-30 {
    gap: 30px
}

.main-color {
    color: var(--color-1st) !important;
}

.main-bg {
    background-color: var(--color-1st) !important;
}

.main-bg * {
    color: #fff;
}

.icon_box h5 {
    font-size: 16px;
    text-transform: uppercase;
    color: #868686;
}

.icon_box p {
    font-size: 14px;
    line-height: 20px;
}

.signup input {
    background: var(--color-1st);
    color: #fff;
}

.signup input::placeholder {
    color: #fff;
}

.signup button {
    padding: 6px 10px;
    background: #fff;
    color: var(--color-1st);
}

.row.no-gutters {
    /* padding-top: 30px;
  background: #f2f2f2;
  border-radius: 10px; */
}

.section h2 {
    font-size: 31px;
    font-weight: 400;
    color: var(--color-1st);
}

.section-header {
    margin-bottom: 40px;
}

.section-header .heading_s2 span {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 32px;
}

.section_categories .item {
    padding: 20px 10px;
    border-radius: 10px;
    background: #fff;
    position: relative;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    transition: all .3s ease;
}

.section_categories .item:hover {
    box-shadow: 3px 2px 8px 1px #e4e4e4d6;
    background: rgb(248, 247, 247);
    background: linear-gradient(180deg, rgba(248, 247, 247, 1) 0%, rgba(238, 255, 246, 1) 100%);
}

.section_categories .item h3,
.section_categories .item ul {
    z-index: 10;
    position: relative;
    list-style: none;
}

.sub-cat-list li {
    font-size: 14px;
}

.section_categories .item img {
    /* position: absolute;
  top: 50%;
  right: 0;
  max-width: 150px;
  z-index: 1;
  transform: translateY(-40%); */
}

.section_categories .item h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 5px;
}

.section_categories .item li:last-child a {
    color: #dc3545;
    font-weight: 500;
}

.section_categories .item span {
    font-size: 14px;
    color: #858585;
    font-weight: 500;
}

.product_slider {
    background: #fff;
    border-radius: 10px;
}

.section-partner .col-12 {
    border-radius: 10px;
    box-shadow: 2px 5px 10px 3px #e6e6e6;
}

.top-header *,
.top-header .language-wrapper .dropdown .btn-select-language {
    color: #fff !important;
}

.top-header ul {
    list-style: none;
}

.top-header .link-btn {
    color: var(--color-1st) !important
}

.product.horz .product_title {
    white-space: unset;
    font-size: 14px;
}

.slider-part .product.horz .product_info {
    margin-left: 50px;
}

.slider-part .product.horz .product_title {
    font-size: 17px;
    font-weight: 700;
}

.colm .slick-arrow {
    opacity: 1;
}

.colm .slick-prev {
    left: 0;
}

.colm .slick-next {
    right: 0;
}

.captions.slick-initialized .slick-slide {
    padding: 0 15px;
}

#navCatContent>ul>li {
    background-color: unset;
    border: unset;
    box-shadow: unset;
}

#navCatContent>ul>li>a {
    /* color: #464545; */
    font-weight: 500;
}

#navCatContent img {
    max-height: 40px;
}

#navCatContent .mega-menu-col li {
    width: 100%;
}

.nav-fixed #navCatContent li:hover a {
    color: var(--color-1st);
}

.social_icons li a {
    border-radius: 50%;
    box-shadow: 2px 2px 6px 0 #3636368f;
}

.bottom_header {
    background-color: #512700;
}

.product_wrap .pr_action_btn {
    justify-content: center;
    display: flex;
}

.section_products .d-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 15px
}

.related-box .d-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px
}

.product-image.d-grid {
    grid-template-columns: minmax(0, 161px) 1fr;
    gap: 15px
}

.attribute-swatch-item.custom-box {
    border: 1px solid #ddd;
    padding: 10px 20px;
    border-radius: 10px;
}

.product_wrap.cat h6 a {
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 10px;
    display: block;
    color: #fff;
    font-size: 15px;
}

.link-btn {
    background: unset;
    color: #fff;
    padding: 7px;
    font-weight: 600;
    font-size: 13px;
    transition: all .3s ease;
    cursor: pointer;
    display: block;
    width: 140px;
    text-align: center;
    border: 1px solid var(--color-1st);
    position: relative;
    background-color: var(--color-1st);
}

.section_intro .link-btn::after {
    color: var(--color-1st);
}

.link-btn:hover {
    color: var(--color-1st) !important;
    background: #fff !important;
    box-shadow: 0 2px 8px 2px #868686;
}

.link-text {
    color: var(--color-1st);
    padding: 3px 20px;
    transition: all .3s ease;
    cursor: pointer;
}

.link-text:before {
    background-color: #fff;
    content: "";
    display: inline-block;
    height: 1px;
    margin-right: 10px;
    transition: all .42s cubic-bezier(.25, .8, .25, 1);
    width: 0;
}

.link-text:hover:before {
    background-color: #a47a52;
    width: 3rem;
}

.link-btn.v2:hover {
    text-align: right;
    color: #ebebeb !important;
    background: unset !important;
    box-shadow: unset;
    width: 100%;
}

.checkout-content-wrap .link-btn {
    margin-left: 20px;
    font-size: 13px;
    border: 1px solid #acacac;
    padding: 3px 10px;
    background-color: #a47a52;
    text-transform: none;
}

.checkout-content-wrap .link-btn:hover {
    color: #a47a52;
    background-color: #fff;
}

.main-slider {
    overflow: hidden;
}

.banner_section.slide_medium,
.banner_section.slide_medium .carousel-item {
    height: unset;
}

.section_intro .count-block span {
    font-weight: 700;
    font-size: 45px;
}

.section_intro span.title {
    font-weight: 600;
    font-size: 18px;
}

.section_product_categories .blog_title {
    bottom: 0;
    backdrop-filter: blur(5px) brightness(0.7);
}

footer iframe {
    width: 100%;
    max-height: 325px;
    overflow: hidden;
}

.header_wrap.nav-fixed .bottom_header .navbar-brand {
    max-width: 200px;
}

.banner img {
    border-radius: 10px;
    transition: all .4s ease;
}

.banner img:hover {
    box-shadow: 0 2px 10px 2px #ddd;
}

.related-box h3 {
    font-weight: 500;
    font-size: 22px;
}

.contact_detail span {
    font-size: 16px;
}

.breadcrumb_custom .breadcrumb {
    justify-content: unset !important
}

.menu-title span {
    font-size: 20px;
}

.mega-menu-col .nav_item {
    color: unset !important
}

.mega-menu-col .nav_item:hover {
    color: #fff !important;
    background-color: rgb(105, 105, 105) !important
}

.pre-wrap {
    white-space: pre-wrap;
}

.widget_recent_post li {
    margin-bottom: 5px;
    padding: 6px 10px;
    background: #ebebeb;
    transition: all .3s ease;
}

.widget_recent_post li:hover,
.widget_recent_post li.active {
    background: #4c4a4a;
}

.widget_recent_post li:hover a,
.widget_recent_post li.active a {
    color: #fff !important;
}

.widget_recent_post .post_content h6 {
    font-weight: 700;
}

.widget_recent_post .post_content span {
    color: #9b9a9a
}

.middle-header .input-group {
    box-shadow: 0 2px 10px 3px #e6e6e6;
    border-radius: 20px;
}

.middle-header .input-group>.input-group-prepend {
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}

.middle-header .input-group .custom_select .first_null {
    border: unset;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}

.middle-header .input-group>.form-control {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

.categories_btn.btn_custom {
    background: unset;
}

.section_dock {
    background-color: var(--color-1st);
}

.section-header * {
    color: var(--color-1st);
}

.section .section-header * {
    background-color: unset;
}

.item svg {
    max-width: 100%;
    fill: #707070;
}

.section_whyus {
    background-color: #f3f4f6;
}

.section_whyus .number-box {
    margin: -45px 0 10px;
}

.section_whyus .number-box span {
    border: 6px solid #f3f4f6;
    color: #fff;
    background: #fff;
    font-size: 24px;
    width: 56px;
    height: 56px;
    line-height: 43px;
    border-radius: 50%;
}

.section_whyus .item {
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 1px 8px 1px #ddd;
    background: #fff;
}

.section_whyus .item:nth-child(1) .number-box span {
    background-color: #717cff;
}

.section_whyus .item:nth-child(2) .number-box span {
    background-color: #5c96ff;
}

.section_whyus .item:nth-child(3) .number-box span {
    background-color: #ff5959;
}

.section_whyus .item:nth-child(4) .number-box span {
    background-color: #ffda00;
}

.section_whyus .item:nth-child(5) .number-box span {
    background-color: #70ce88;
}

.section_whyus .item:nth-child(6) .number-box span {
    background-color: #fa706c;
}

.section_whyus .item span {
    font-weight: 600;
}

.section_whyus .item>div:last-child span {
    font-size: 17px;
}

.section_whyus .item:hover {
    background-color: var(--color-1st);
}

.section_whyus .item:hover * {
    color: #fff;
    fill: #fff;
}

.blog_post:not(.box_shadow1):hover {
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.newsletter_text_custom p {
    font-size: 33px;
    line-height: 25px;
}

.section.bg_default {
    background: #d91e31;
    background: linear-gradient(180deg, #d91e31 0%, #75252f 100%);
}

.section_partner .owl-stage-outer {
    padding: 5px
}

.section_partner h3 {
    font-size: 16px
}

.product .product_info {
    background: #fff;
    max-height: 100%;
    width: 100%;
    transition: all .4s ease;
    height: 100% !important;
}

.contact_detail>li .font-weight-bold {
    color: var(--color-1st);
}

.contact_detail>li:hover {
    background-color: var(--color-1st);
}

.contact_detail>li:hover * {
    color: #fff;
}

.newsletter_form2 input,
.newsletter_form2 input:focus {
    border-radius: unset;
    border-bottom: 1px solid #aaa;
    padding: 5px 10px 5px 50px;
    position: relative;
}

.newsletter_form2 input:nth-child(1)::before {
    content: "";
    position: absolute;
}

.newsletter_form2 input:nth-child(2)::before {}

.newsletter_form2 input:nth-child(3)::before {}

.section_contact .btn-dark {
    position: relative;
    left: 50%;
    transform: translate(-50%);
    margin-top: 20px;
    color: unset;
    background: unset;
    border-radius: unset;
    padding: 8px 25px;
    font-weight: 500;
}

.section_contact .btn-dark span {
    font-size: 25px;
    display: inherit;
    line-height: 0px;
    margin: -3px 0 0 4px;
}

.section_contact .btn-dark:hover {
    background-color: #4c4a4a;
    color: #fff;
}

.section_products .d-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px
}

.block-header-menu .top-block {
    background: var(--color-1st);
    color: #fff;
    position: relative;
    z-index: 9;
    padding: 0 0 0 60px;
}

.block-header-menu .last-item {
    padding: 25px 0 25px 40px
}

.block-header-menu .top-block:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100vw;
    background-color: inherit;
    z-index: -1;
}

.last-item.with-menu>ul>li>a {
    font-weight: 500 !important;
}

.header_list>li>a {
    color: #fff;
    font-size: 18px;
    padding: 3px 6px !important;
}

.header_list>li>a>span:not(.cart_count) {
    font-size: 16px;
}

.header_list>li>a .linearicons-cart {
    font-size: 21px;
}

.header_list>li.cart_dropdown>i {
    font-size: 16px;
}

.last-item.with-menu ul {
    list-style: none;
}

.last-item.with-menu ul .dropdown-toggler:after {
    content: unset;
}

.last-item.with-menu .dropdown-mega-menu>a {
    text-transform: uppercase;
    font-weight: 500;
}

.header_with_topbar:not(.nav-fixed) .bottom_header {
    display: none;
}

.product.horz {
    box-shadow: unset;
    margin-bottom: 10px;
    border-radius: unset;
}

.section_products .nav-link,
.ps-list--categories li a {
    background: unset;
    border: unset;
    border-radius: 0;
    text-align: left;
    font-size: 15px;
    padding: 15px 20px;
    font-weight: 500;
}

.ps-list--categories li a {
    padding: 9px 15px;
}


.ps-list--categories li:hover>a,
.ps-list--categories li.current-menu-item>a {
    background-color: #ddd !important;
}

.section_products .nav-pills .nav-link.active,
.section_products .nav-pills .show>.nav-link {
    background-color: var(--color-1st) !important;
    position: relative;
    color: #fff !important;
}

.star-yellow {
    color: #edb867;
    font-size: 20px;
}

.with-box-shadow {
    padding: 20px 14px;
    border-radius: 10px;
    box-shadow: 0 2px 10px 0 #dddddd94;
}

.product__commitment {
    row-gap: 10px;
}

.product__commitment .grid-col-2 {
    grid-template-columns: 52px 1fr;
}

.section_partner .owl-nav button {
    opacity: 1 !important;
    border-radius: 50% !important;
}

.section_partner .carousel_slider:hover .owl-nav .owl-prev {
    left: 0;
}

.section_partner .carousel_slider:hover .owl-nav .owl-next {
    right: 0;
}

.section_partner .blog_post:hover {
    box-shadow: unset
}

.section_partner .blog_post:hover .blog_img {
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.section_whyus .item p {
    font-size: 15px;
}

.section_contact form .input-field {
    position: relative
}

.section_contact form .input-field:after {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

.section_contact form .input-field:nth-child(2):after {
    content: url("/storage/general/user.png");
}

.section_contact form .input-field:nth-child(3):after {
    content: url("/storage/general/email.png");
}

.section_contact form .input-field:nth-child(4):after {
    content: url("/storage/general/mobi.png");
}

.shop_info_tab .tab-pane .content,
.product_footer_info .content {
    max-height: 300px;
    overflow: hidden;
    transition: all .4s ease;
}

.shop_info_tab .tab-pane .content.showmore,
.product_footer_info .content.showmore {
    max-height: 2000px;
}

.leads button {
    border: 1px solid;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.leads button:hover {
    background-color: #7c7c7c;
    color: #fff;
}

/* .slick_slider .slick-track {
    margin: 0 -10px;
}
.slick_slider .slick-slide {
    padding: 0 10px;
} */
.section-blog-handmade h2 {
    font-size: 30px;
}

.section_feedback {
    background-color: var(--color-1st);
}

.section_feedback:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 190px;
    background-color: #fff;
}

.section_feedback img {
    border-radius: 16px;
    overflow: hidden;
    max-width: 70px;
    background: #fff;
}

.section_feedback .item {
    background-color: #fff;
    border-radius: 15px;
    text-align: left;
    padding: 20px 30px;
}

.section_feedback .slick-slide {
    padding: 0 10px;
}

/* .section_feedback .container.bg::before,
.section_feedback .container::after{
    position: absolute;
}
.section_feedback .container.bg::before{
    content: url(/storage/general/quote-left.png);
    top: 73px;
    left: 0;
}
.section_feedback .container.bg::after{
    content: url(/storage/general/quote-right.png);
    bottom: 0;
    right: 0;
} */
.product_wrap .product_list_img img {
    max-width: 33px;
}

.product_info .star-yellow,
.product_info span.ml-1 {
    font-size: 14px;
}

.custom-social-proof {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9 !important;
    font-family: 'Open Sans', sans-serif;
    transition: all .3s ease;
    visibility: visible;
    opacity: 1;
}

.custom-social-proof.hidden {
    visibility: hidden;
    opacity: 0;
}

.custom-notification {
    width: 340px;
    border: 0;
    text-align: left;
    /* z-index: 99999; */
    box-sizing: border-box;
    font-weight: 400;
    border-radius: 6px;
    box-shadow: 2px 2px 10px 2px hsla(0, 4%, 4%, 0.2);
    background-color: #fff;
    position: relative;
    cursor: pointer;
}

.custom-notification-container {
    display: flex !important;
    align-items: center;
    padding: 10px;
}

.custom-notification-image-wrapper {
    max-height: 60px !important;
    width: 60px !important;
    overflow: hidden !important;
    border-radius: 6px 0 0 6px !important;
    object-fit: cover !important;
    margin-left: 10px !important;
}

.custom-notification-content-wrapper {
    margin: 0;
    height: 100%;
    color: gray;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0 6px 6px 0;
    flex: 1;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

.custom-notification-content {
    font-family: inherit !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 14px;
    line-height: 16px;
}

.rsites,
.rsites p {
    line-height: 20px;
}

small {
    margin-top: 3px !important;
    display: block !important;
    font-size: 12px !important;
    opacity: .8;
}

.custom-close {
    position: absolute;
    top: 8px;
    right: 8px;
    height: 12px;
    width: 12px;
    cursor: pointer;
    transition: .2s ease-in-out;
    transform: rotate(45deg);
    opacity: 0;
}

.custom-close::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: gray;
    position: absolute;
    left: 0;
    top: 5px;
}

.custom-close::after {
    content: "";
    display: block;
    height: 100%;
    width: 2px;
    background-color: gray;
    position: absolute;
    left: 5px;
    top: 0;
}

.custom-notification:hover .custom-close {
    opacity: 1;
}

.cart_box.dropdown-menu-right {
    min-width: 325px;
}

.section_slide .slick-arrow {
    border-radius: 50% !important;
    min-width: 46px;
    background-color: #ffffffc9 !important;
}

.hidden-pc {
    display: none;
}

.colm-sidebar .blog_img {
    min-width: 70px;
    max-width: 70px
}

.colm-sidebar .blog_title {
    line-height: 19px;
    font-size: 13px;
    margin-bottom: 0;
}

.section_feedback .section-header {
    background-color: var(--color-1st);
    position: inherit;
    z-index: 11;
    padding: 15px 0;
}

.f-control {
    width: 100%;
    border: 1px solid #e1e1e1;
    background-color: #fff;
    color: #000;
    padding: 0.4rem 1rem 0.4rem;
}

.full-course-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 2.2rem 2.5rem;
    background-color: #f8f8f8;
}

.full-course-search .f-group {
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% * (3 / 12));
}

.full-course-search .f-submit {
    margin-left: auto;
    padding: 1.5rem;
}

.f-label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.full-course-search .f-label {
    display: block;
    min-width: 4rem;
    margin-bottom: 0;
    margin-right: 2rem;
}

.full-course-search .f-control {
    width: 100%;
    max-width: 15rem;
    min-width: 10rem;
    height: 2.8rem;
    cursor: pointer;
    background-color: #fff;
}

.full-course-table th {
    height: 6rem;
    color: #fff;
    width: 100%;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    background: #2e2e2e;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.full-course-table table {
    width: 100%;
    height: 100%;
    max-width: 100%;
    table-layout: fixed;
}

.full-course-table th {
    height: 4rem;
    color: #fff;
    width: 100%;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    background: #2e2e2e;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.full-course-table tbody {
    font-size: 15px;
}

.full-course-table tbody tr {
    position: relative;
    height: 4.4rem;
}

.full-course-table td {
    border: 1px solid rgba(112, 112, 112, 0.2);
    white-space: break-spaces;
}

.full-course-table table {
    width: 100%;
    height: 100%;
    max-width: 100%;
    table-layout: fixed;
}

.full-course-table tbody tr {
    position: relative;
    height: 3rem;
}

.full-course-table td td {
    border: 0;
    border-top: 1px solid rgba(112, 112, 112, 0.2);
    border-left: 1px solid rgba(112, 112, 112, 0.2);
}

.full-course-table td tr:first-child td {
    border-top: 0;
}

.full-course-table td td:first-child {
    border-left: 0;
}

.full-course-table th~th {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.main-btn {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    padding: 0.3rem 3.5rem;
    z-index: 1;
    overflow: hidden;
    font-size: 1.3rem;
    font-weight: bold;
    color: #fff;
    background-color: #be1e2d;
    border: 2px solid transparent;
    cursor: pointer;
    outline: none;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

@media screen and (max-width: 1199px) {

    html,
    body {
        width: auto !important;
        overflow-x: hidden !important;
    }
}

.sidebar-products {
    position: sticky;
    top: 90px;
    z-index: 100;
}

.section_partner .cover {
    padding: 0 0 45px
}

.section_partner img {
    filter: grayscale(1) opacity(0.5);
    transition: all .3s ease;
}

.section_partner img:hover {
    filter: grayscale(0) opacity(1);
    transition: all .3s ease;
}

.section_product_categories .blog_content {
    padding: 0;
    transition: all .4s ease;
}

.section_product_categories .blog_content * {
    color: var(--color-1st);
}

.section_product_categories .blog_title {
    font-size: 16px;
    line-height: 19px;
    padding: 20px 0;
    background: #444444;
}

.section_product_categories .blog_post:hover .blog_content {
    background-color: var(--color-1st);
}

.section_product_categories .blog_post:hover * {
    color: #fff;
}

.section_product_categories .blog_post:hover h5 a,
.section_categories .blog_post:hover a {
    color: #ffc349;
}

.navbar .navbar-nav>li>.nav-link {
    border: 1px solid transparent;
    padding: 6px 8px;
}

.navbar .navbar-nav>li:hover>a,
.navbar .navbar-nav>li.active>a {
    border-bottom: 1px solid var(--color-1st);
    color: var(--color-1st);
    background: unset;
}

.navbar .navbar-nav>li:last-child>a {
    background-color: #f1f1f1;
    border: 0;
    color: #747474;
}

.ps-list--categories {
    border: 1px solid #ddd;
    padding-bottom: 0;
}

.ps-list--categories>li {
    border-bottom: 1px solid #ddd;
}

.heading_tab_header h2 {
    font-size: 22px;
    font-weight: 500;
}

.section-portfolio h2 {
    color: #ffc349;

}

.section-portfolio span {
    font-size: 24px;
    text-transform: none;
}

.section-portfolio .content p {
    color: #fff;
    max-width: 700px;
}

.section_product_categories .section-content {
    z-index: 10;
    position: relative;
}

.support-gr .widget {
    border-left: 2px solid #ffc349;
    padding-left: 15px;
}

.support-gr p {
    color: #dcdcdc;
}

.nav-fixed .logo_dark {
    margin: 0;
    max-height: 50px;
}

.section_project .section-content {
    grid-template-rows: 500px;
}

.footer-background{
    border-top: 2px solid var(--color-1st);
}

.section_project .info {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    visibility: hidden;
    opacity: 0;
    transition: all .4s ease;
    z-index: 10;
}

.section_project .item:hover .info,
.section_project .item:hover .bg-filter {
    visibility: visible;
    opacity: 1;
}

.section_project .bg-filter {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #1442728a;
    backdrop-filter: blur(2px);
    z-index: 8;
    transition: all .2s ease;
    visibility: hidden;
    opacity: 0;
}

.blog_post:hover a {
    color: #ffc349;
}

p:empty {
    margin-bottom: 0
}

.section_intro .section-content * {
    color: unset;

}

.section_intro .section-content span {
    text-transform: unset;
    font-weight: unset;
    font-size: unset;
}

/* .ps-list--categories>.menu-item-has-children:hover>.sub-menu {
    display: block;
} */

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e") !important;
    width: 30px;
    height: 30px;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e") !important;
    width: 30px;
    height: 30px;
}

.section_image .item::after {
    content: url(/storage/play-alt.svg);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.section_image .item img {
    transition: all .3s ease;
}

.section_image .item:hover img {
    filter: brightness(.4);
}

.header_wrap .navbar,
.header_wrap .navbar-nav .dropdown,
.header_wrap .block-header-menu {
    position: inherit;
}

.dropdown-menu ul {
    width: 100%;
    border-bottom: 1px solid #cbcfd2;
}

.banner-gr {
    display: none;
}

.pdf-embed iframe {
    min-height: 90vh;
}

.widget .img-cover {
    min-height: 75px;
    display: flex;
    align-items: center;
}

.widget img {
    transform: scale(.8);
}

.footer_mobi {
    display: none;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    background: #0000001c;
}

.main-video-slider .slick-active a,
.sub-video-slider .slick-active {
    position: relative;
}

.main-video-slider .slick-active a::after,
.sub-video-slider .slick-active::after {
    content: url(/storage/general/icon-youtube.png
);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sub-video-slider .slick-active::after {
    content: url(/storage/general/icon-youtube-sm.png
);
}

.product_search_form {
    display: none;
    position: absolute;
    bottom: -30px;
}

.product_search_form.show {
    display: block;
}

.section_product_categories .slick_slider .slick-prev {
    left: 0;
    opacity: 1;
}

.section_product_categories .slick_slider .slick-next {
    right: 0;
    opacity: 1;
}

@media screen and (min-width: 992px) {
    .dropdown-item {
        white-space: unset;
    }

    .main-lever>.dropdown-menu.custom {
        display: grid !important;
        grid-template-columns: 1fr 3fr;
        justify-content: center;
    }

    .dropdown-menu.custom li:hover {
        background: #ddd;
    }

    .section_contact .container {
        max-width: 950px;
    }

    #navCatContent .dropdown-toggler:after {
        transform: unset
    }

    #navCatContent li a.dropdown-toggler:after {
        top: 31%
    }

    header #navCatContent ul li .dropdown-menu {
        min-width: 250px !important;
    }

    .main-menu {
        display: none;
    }

    .header_wrap.nav-fixed .categories_wrap {
        display: none;
    }

    .section_products .heading_s1 {
        display: none;
    }

    #navCatContent .mobile_side_menu,
    #navCatContent .menu-title,
    #navCatContent .product_search_form_mobi,
    #navCatContent .contact_detail,
    #navCatContent hr {
        display: none !important;
    }

    .contact_detail {
        gap: 20px;
    }

    .navbar-nav>li {
        padding: 29px 0;
    }

    .nav-fixed .navbar-nav>li {
        padding: 14px 0;
    }

    .slick_slider .slick-track {
        margin: 0 -10px;
    }

    .slick_slider .slick-slide {
        padding: 0 10px;
    }

    .navbar .navbar-nav li {
        position: unset;
    }

    .header_wrap .navbar-nav .dropdown-menu {
        width: 100%;
    }

    .right_banner {
        overflow-y: scroll;
        height: 70vh;
    }

    .banner-gr {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        justify-content: flex-end;
        gap: 20px;
        padding: 47px 40px;
    }

    .banner-gr .blog_post:hover {
        box-shadow: unset;
    }

    .main-lever>.dropdown-menu>ul {
        padding: 47px 40px;
        min-height: calc(80vh - 106px);
    }

}

@media screen and (max-width: 992px) {

    .slick_slider .slick-prev {
        left: 0;
        opacity: 1;
    }

    .slick_slider .slick-next,
    .slick_slider:hover .slick-next {
        right: 0;
        opacity: 1;
    }

    .hidden-mobile {
        display: none !important
    }

    #navCatContent {
        background: #343434;
        height: 100vh !important;
        overflow: hidden !important;
        overflow-y: scroll !important;
    }

    #navCatContent li a img {
        max-width: 25px;
    }

    .main-menu .side_navbar_toggler span,
    .main-menu .pr_search_icon a {
        color: #fff;
    }

    .section_products .heading_s1 {
        margin-bottom: 25px;
        background-image: linear-gradient(to right, #673092, #9c33d6);
        padding: 8px 0;
        border-radius: 10px;
    }

    #navCatContent .mobile_side_menu {
        display: block;
        left: 0;
        position: relative;
    }

    #navCatContent ul {
        background: unset;
    }

    .product_search_form_mobi {}

    .header_with_topbar:not(.nav-fixed) .bottom_header {
        display: block;
    }

    .breadcrumb_section.page-title-mini {
        background-color: var(--color-1st);
    }

    .block-header-menu .last-item {
        padding: 0 0 0 50px;
    }

    .blog_title {
        font-size: 15px;
        line-height: 19px;
    }

    .section_categories .grid-col-2 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .section_whyus .grid-col-2-80 {
        grid-template-columns: 80px minmax(0, 1fr);

    }

    .section_products #v-pills-tab {
        display: -webkit-inline-box;
        overflow: auto;
        width: inherit;
        flex-wrap: unset;
        padding-bottom: 20px;
    }

    .section_products .nav-link.active:after {
        bottom: -19px;
        left: 50%;
        top: unset;
        right: unset;
        transform: rotate(90deg);
    }

    #navCatContent li a {
        color: unset;
        white-space: inherit;
    }

    #navCatContent .main-lever>a.nav-link,
    #navCatContent .main-lever>a span {
        color: #fff;
    }

    .sub-menu .sub-menu {
        padding-left: 15px;
        background: #ddd;
    }
}

@media (max-width:767px) {
    .custom-notification {
        width: 330px;
    }

    .last-item.with-menu .dropdown-item {
        font-size: 14px;
        padding: 5px 10px !important;
    }

    .block-header-menu .last-item {
        padding: 0 0 0 50px;
    }

    .section_products .d-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .addThis_listSharing.right.animate ul {
        display: grid;
        gap: 10px;
    }

    .hidden-pc {
        display: block;
    }

    .section_project .section-header {
        flex-wrap: wrap;
    }

    .section_intro .grid-col-2 {
        grid-template-columns: minmax(0, 1fr)
    }

    .widget.image {
        display: none;
    }

    .row.col-resv {
        flex-direction: column-reverse;
    }

    .block-header-menu .pr_search_icon {
        display: none;
    }
}

@media (max-width: 480px) {

    /* .section_categories .grid-col-4,
    .grid-col-920-1, */
    .section_categories .grid-col-3 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 10px;
        padding: 10px;
        padding: 0 !important
    }

    .section_categories .item h3 {
        font-size: 16px;
    }

    .product-image.d-grid {
        grid-template-columns: minmax(0, 60px) 1fr;
        gap: 10px;
    }

    .section_products .d-grid,
    .related-box .d-grid,
    .grid-col-4,
    .product_header_info .grid-col-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .section_categories .item,
    .grid-col-3-1,
    .section_whyus .grid-col-3,
    .section_contact .grid-col-2-1,
    .grid-col-890,
    .section_categories .grid-col-2 {
        grid-template-columns: minmax(0, 1fr);
    }

    .section_products .d-grid .product_wrap.cat,
    .header_wrap.nav-fixed .bottom_header .navbar-brand {
        display: none !important;
    }

    .categories_btn {
        display: block !important;
    }

    .order-lg-first {
        display: none;
        position: absolute;
        top: 0;
        background: #fff;
        transform: translateX(500px);
        transition: all .4s ease;
    }

    .shop_container .col-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .product_price {
        font-size: 16px;
    }

    .section_newsletter .newsletter_form2 {
        width: 100% !important;
    }

    .newsletter_text_custom p {
        font-size: 23px;
    }

    .middle-header .last-item {
        display: none !important;
    }

    .nav_block {
        justify-content: center !important;
    }

    .workshop_slider .blog_post {
        display: block !important
    }

    .workshop_slider .item {
        margin-bottom: 10px;
    }

    .product_info .star-yellow,
    .product_info span.ml-1 {
        font-size: 11px;
    }

    .block-header-menu .top-block:after {
        content: unset;
    }

    .section_whyus .item {
        text-align: center;
    }

    .product_info {
        padding: 10px 0;
    }

    .middle-header .block-header-menu {
        height: 90px;
        display: contents;
    }

    .section_banner .d-grid,
    .section_categories .d-grid.grid-col-3 {
        display: flex !important;
        overflow-x: scroll;
        padding: 0 100px;
        scroll-snap-type: x mandatory;
        /* scroll-padding: 24px; */
        border-radius: 8px;
        gap: 12px;
    }

    .section_banner .d-grid div,
    .section_categories .d-grid .item {
        flex: 0 0 100%;
        border-radius: 8px;
        scroll-snap-align: start;
    }

    .section_categories .d-grid .item {
        max-width: 250px;
        padding: 20px;
    }

    .section_partner .blog_style2 .blog_content {
        padding: 0;
    }

    .widget .contact_info_light.show {
        max-height: 400px;
    }

    /* footer .toggle .widget_title:after {
        content: "+";
        position: absolute;
        right: 30px;
        background: var(--color-1st);
        height: 20px;
        width: 20px;
        padding-left: 5px;
    } */
    .section_project .gap-20 {
        gap: 5px;
        min-height: 500px;
    }

    .section_project .item .info,
    .section_project .item .bg-filter {
        visibility: visible;
        opacity: 1;
        font-size: 17px;
        width: max-content;
    }

    .section_project .info {
        padding: 10px 20px;
        backdrop-filter: blur(5px) brightness(0.5);
        border-radius: 7px;
        border: 1px solid #60606082;
    }

    .section_project .info a {
        margin-bottom: 0 !important;
    }

    .section_project .item .link-btn {
        display: none;
    }

    .zoomContainer {
        display: none;
    }

    .section_partner .cover {
        padding: 10px 0 45px;
    }

    .section_project .grid-col-3 {
        grid-template-columns: 1fr;
    }

    .footer_mobi {
        display: block;
        backdrop-filter: brightness(0.4);
    }

    .footer_top {
        display: none;
    }

    /* .section_partner{
        padding: 50px 0 0 !important;
    } */
}

@media (max-width: 390px) {
    .nav_block .contact_detail {
        display: none !important
    }
}

.icon_download a {
    font-weight: 600;
}