.bg-white{
  background-color: #fff;
}
.d-grid{
  display:grid !important
}
.grid-col-2{
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}
.grid-col-1-2{
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
}
.grid-col-2-1{
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
}
.grid-col-412-2{
  grid-template-columns: 435px 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-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-bg{
    background-color: var(--color-1st);
}
.main-bg *{
    color: #fff;
}
.with-bg{
    background-color: #f0f0f0;
}
.icon_box h5 {
  font-size: 16px;
  text-transform: uppercase;
  color: #868686;
}
.icon_box p{
  font-size: 14px;
  line-height: 20px;
}
.row.no-gutters{
  /* padding-top: 30px;
  background: #f2f2f2;
  border-radius: 10px; */
}
.section h2{
    font-size: 32px;
    font-weight: 600;
    color: var(--color-1st);
}
.section-header{
    margin-bottom: 40px;
}
.section-header span {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 36px;
}
.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 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: var(--color-1st);
    color: #fff;
    padding: 5px 10px;
    font-weight: 500;
    font-size: 13px;
    transition: all .3s ease;
    cursor: pointer;
    display: block;
    width: 160px;
    text-align: center;
    border: 1px solid #fff;
    position: relative;
    border-radius: 10px;
}
.link-btn::after{
    content: '⟶';
    font-size: 17px;
    line-height: 28px;
    margin-left: 7px;
}
.shop_info_tab .link-btn {
    border: 1px solid var(--color-1st);
    margin-top: 20px;
}
.section_intro .link-btn,.link-btn.v3{
    background: var(--color-1st) !important;
    color: #fff;
}
.link-btn.v2 {
    border: 1px solid transparent;
    color: var(--color-1st);
    text-align: left;
    font-size: 20px;
    padding: 5px;
    width: 100%;
}
.link-btn.v2::after,
.link-btn.v3::after{
    content: unset;
}
.section_intro .link-btn::after{
    color: #fff;
}
.link-btn:hover{
    color: var(--color-1st) !important;
    background: #ffc349 !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{
    border-radius: 10px;
    overflow: hidden;
}
/* .banner_section.slide_medium, .banner_section.slide_medium .carousel-item {
    height: unset;
} */
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;
    padding: 5px 10px 5px 50px;
    position: relative;
    background: unset;
}
.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 .container{
    background: #d3b5b5;
    margin-bottom: -170px;
    padding: 30px 80px;
    border-radius: 10px;
}
.section_contact .btn-dark{
    position: relative;
    border-radius: unset;
    font-weight: 500;
    top: 0;
    right: unset;
}
.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;
}
footer {
    padding-top: 100px;
}
.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;
}
.section_products .nav-pills .nav-link.active,
.section_products .nav-pills .show>.nav-link,
.ps-list--categories li:hover>a,
.ps-list--categories li.current-menu-item>a {
    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 0 15px 4px #ddddddb5;
}
.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
{
    max-height: 300px;
    overflow: hidden;
    transition: all .4s ease;
}
.shop_info_tab .tab-pane .content.showmore
{
    max-height: 20000px;
}
.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 .image{
    max-width: 30%;
    width: 100%;
}
.section_feedback .content{
    background-color: var(--color-1st);
    text-align: left;
    padding: 20px 30px;
    max-width: 70%;
    width: 100%;
}
.section_feedback .content * {
    color: #fff;
}
.section_feedback .content .mark-sign{
    font-size: 120px;
    line-height: 125px;
    max-height: 67px;
}
.section_feedback .customer{
    font-size: 20px;
}
.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{
    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;
    }
/* } */
.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,
.section_project{
    background-color: #e4e4e4;
}
.section_product_categories .blog_post:hover a{
    color: var(--color-1st);
}
.section_product_categories .blog_post:hover .blog_title{
    color: var(--color-1st);
}
.section_product_categories .blog_post:hover *{
    color: #fff;
}
.section_categories .blog_post:hover a{
    color: #ffc349;
}
footer .support-gr{
    border-bottom: 1px solid #155192 !important;
}
.navbar .navbar-nav>li>.nav-link{
    border: 1px solid transparent;
    padding: 6px 10px;
}
.navbar .navbar-nav>li:hover>a, .navbar .navbar-nav>li.active>a{
    border-color: #ffc349;
    color: #ffc349;
}
.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;
}
.logo-center:hover a{
    background-color: unset !important
}
.section_news .blog_title{
    line-height: 19px;
    font-size: 13px;
    margin-bottom: 5px;
}
.section_product_categories img{
    width: unset;
}
.section_news .blog_post p{
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 12px;
}
.footer-info *{
    color: #fff !important
}
.section .heading_s2::before{
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 50px;
    border-bottom: 1px solid var(--color-1st);
}
.section .heading_s2.text-center::before{
    left: 50%;
    transform: translateX(-50%);
}
.section_product_categories .heading_s2::before{
    border-bottom: 1px solid #fff;
}
.block-header-logo{
    display: none;
}
.middle-header .categories_btn{
    color: var(--color-1st);
    background-color: unset;
}
.section_product_categories .blog_title{
    font-size: 18px;
}
@media screen and (min-width: 992px){

    #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;
    }
    .header_wrap:not(.nav-fixed) .navbar-brand {
        margin-top: -60px;
    }
    .header_wrap.nav-fixed .logo_dark {
        height: 40px;
    }
    .header_wrap.nav-fixed .navbar-nav{
        align-items: center !important;
    }
    .middle-header .nav_block{
        width: 100%;
    }
}
@media screen and (max-width: 992px){
    .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);
    }
    .block-header-logo{
        display: block;
    }
    .top-header{
        display: none;
    }
}

@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;
    }
    .grid-col-920-1,
    .section_intro  .grid-col-2,
    .grid-col-412-2,
    .newsletter-form .grid-col-3{
        grid-template-columns: minmax(0, 1fr)
    }
    .section_categories .grid-col-4{
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
    .newsletter_form2 input, .newsletter_form2 input:focus{
        border: unset !important;
        border-bottom: 1px solid #ddd !important;
    }
    .section_feedback .image,
    .section_feedback .content{
        max-width: unset;
    }
    .column-rev{
        flex-direction: column-reverse;
    }
    .block-header-logo{
        width: 70%;
        display: flex;
    }
}
@media (max-width: 480px){
    .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 {
        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;
    }
    #navCatContent li a.nav-link,
    #navCatContent li a span {
        color: #fff;
    }
    .middle-header .last-item{
        display: none !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;
    }
    .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;
    }

    .product .product_title, .product_wrap .product_title {
        font-size: 15px;
    }
    .section_contact .container {
        margin-bottom: -115px;
        padding: 30px 20px;
        border-radius: unset;
    }
}
@media (max-width: 390px){
    .nav_block .contact_detail {
        display: none !important
    }
}
