@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* color code start */
body{
    background: #f2f4f8;
}
body, p, a, .text_d_e_blue{
    color: #5C727D !important;
}
a {
    word-wrap: break-word;
    white-space: normal;
}

h1, h2, h3, h4, h5, h6, .text_chinese_black{
    color: #071C1F !important;
}
.bg-gray{
    background: #f2f4f8;
}
.text_sky{
    color: #4cb6fd !important;
}
.bg_sky{
    background-color: #4cb6fd !important;
}
.bg_sky_text_white{
    background-color: #1b9dfe !important;
    color: #fff !important;
}
.text_bright_gray{
    color: #E5EAEE !important;
}
.text_navy, .text_hover_navy:hover{
    color: #022335 !important;
}
.text_navy{
    color: #022335 !important;
}
.bg_navy{
    background-color: #022335 !important;
}
.bg_navy_text_white{
    background-color: #022335 !important;
    color: #fff !important;
}
.text_orange, .text_hover_orange:hover{
    color: #ec7224 !important;
}
.text_orange{
    color:  #ec7224 !important;
}
.text_white, .text_hover_white:hover, .header_menu_aria .main_menu > li > a{
    color: #fff !important;
}

.bg_orange{
    background-color: #ec7224 !important;
}
.bg_orange_text_white{
    background-color: #ec7224 !important;
    color: #fff !important;
}

.bg_green_text_white{
    background-color: #0a9a73 !important;
    color: #fff !important;
}
.bg_green, .bg_hover_green:hover, .active_bg_green{
    background-color: #0a9a73 !important;
}
.bg_cultured{
    background-color: #F2F6F7 !important;
}
.bg_bright_gray{
    background-color: #E5EAEE !important;
}
.bg_white, .bg_hover_white{
    background-color: #fff !important;
}

.bg_chinese_black, .bg_hover_chinese_black:hover{
    background-color: #071C1F !important;
}

.b_color_green, .b_hover_color_green:hover, .active_b_color_green, .b_focus_green:focus{
    border-color: #0A9A73 !important;
}
.b_color_cultured{
    border-color: #f6f6f6;
}
.b_color_platinum{
    border-color: #dee2e6;
}

.b_color_bright_gray{
    border-color: #E5EAEE;
}
/* color code End */


*{
    box-sizing: border-box;
    outline: none;
}
ol,ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
a{
    transition: all 0.3s ease 0s;
}
.form-control:focus{
    box-shadow: none;
    border-color: #f8f0ef;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #EDF1FF;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-group {
    margin-bottom: 1rem;
}
.text_right, .text-right{
    text-align: right !important;
}
a,a:hover{
    text-decoration: none;
}
.theme_shadow, .theme_hover_shadow:hover{
    box-shadow: 0 16px 32px 0 rgba(7, 28, 31, 0.1) !important;
}
.b_solid{
    border-style: solid;
}
.br_solid_w1{
    border-right-style: solid;
    border-right-width: 1px;
}
.bl_solid_w1{
    border-left-style: solid;
    border-left-width: 1px;
}
.b_solid_w1{
    border-width: 1px;
    border-style: solid;
}
.b_solid_w2{
    border-width: 2px;
    border-style: solid;
}
.b_solid_w3{
    border-width: 3px;
    border-style: solid;
}
.b_solid_w4{
    border-width: 4px;
    border-style: solid;
}
.b_solid_w5{
    border-width: 4px;
    border-style: solid;
}
.b_hover_none:hover{
    border: none;
}
.margin-right{
    margin-right: 5px;
}
.m-right{
    margin-right: 20px
}
.m-left{
    margin-left: 20px;
}
.b-none{
    border: none !important;
}
.b-radius{
    border-radius: 10px !important;
}
.bg-color{
    background: #0a9a73;
    transition: .4s;
    color: #fff !important;
}
.btn{
    font-size: 14px !important;
}
.btn-hover{
    transition: .4s;
}
.btn-hover:hover{
    background-color: #1b9dfe !important;
    color: #fff !important;
}
.bg-shadow{
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05) !important;
}

body{
    font-family: 'poppins', sans-serif;
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    clear: both;
    font-family: 'poppins', sans-serif;
    font-weight: 600;
    line-height: 1.3;
}
.section-title{
    font-size: 24px !important;
}
/*-------------------------------------------*\
	       Basic Code End
\*------------------------------------------*/


/* Top bar Code Start */
.top_bar_aria ul{
    line-height: 38px;
}
.top_bar_aria ul li{
    display: inline-block;
    font-weight: 700;
}
.top_bar_aria .top_bar_left ul li i{
    margin-right: 6px;
}

.top_bar_aria ul li a{
    font-weight: 400;
    font-size: 14px;
}

.top_bar_aria .top_bar_right ul li i{
    margin-right: 6px;
}

@media (max-width: 768px) {
    .top_bar_aria .top_bar_left, .top_bar_aria .text_right{
        text-align: center !important;
    }
}

@media (max-width: 767px) {
    /* .top_bar_aria{
        display: none;
    } */
    .compare span{
        display: none;
    }
    .header_middle_area .text_sky{
        display: none;
    }
}




/*-------------------------------------------*\
	       Header Middle Aria Code Start
\*------------------------------------------*/

.header_middle_area{
    padding: 10px 0;
}

.header_contact_search{
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between !important;
}
.header_feature_item{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    white-space: nowrap;
    margin-right: 50px;
    max-width: 50%;
    float: left;
}
.header_feature_icon{
    margin-right: 10px;
    font-size: 25px;
    line-height: 1;
}

.header_feature_info h6{
    margin-bottom: 0;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    font-size: 14px;
}
.header_feature_info a{
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.2;
}

.header_search_2{
    /* display: flex; */
    float: left;
    min-width: 500px;
}
.header_search_2 form{
    position: relative;
}
.header_search_2 input{
    border-radius: 50px;
    padding-left: 20px;
    padding-right: 50px;
    height: 40px;
    margin-bottom: 0;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
    font-size: 14px;
}
.header_search_2 button{
    cursor: pointer;
    position: absolute;
    right: 0;
    background-color: transparent;
    height: 42px;
    top: 0;
    padding: 0 15px;
    border: transparent;
}
.header_search_2 input:focus{
    box-shadow: none;
    border-width: 1px;
    border-style: solid;
}


.header_options{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.header_options ul{
    display: flex;
    align-items: center;
}
.header_options ul li{
    display: inline-block;
    margin-right: 15px;
    margin-top: 0;
}
.header_options ul li:last-child{
    margin-right: 0 !important;
}
.header_options .dropdown_parent{
    position: relative;
    transition: opacity .2s ease .1s,visibility .2s ease .1s,top .2s ease .1s;
}
.header_options .dropdown_parent i{
    font-size: 18px;
}

.header_options ul.dropdown_child{
    right: 0;
    position: absolute;
    top: 60px;
    padding: 10px 0;
    border-top: 1px solid #ececec;
    box-shadow:0 5px 20px 0 rgba(23, 44, 82, 0.1);
    border-top: 1px solid #ececec;
    z-index: 999;
    min-width: 180px;
    transition: opacity .2s ease .1s,visibility .2s ease .1s,top .2s ease .1s;
    display: none;
    /*opacity: 0;*/
    text-align: left;

}
 .dropdown_parent:hover ul.dropdown_child{
    display: block;
     /*opacity: 1;*/
    top: 20px !important;
}
.header_options ul.dropdown_child li{
    display: block;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 500;
}
.header_options .compare{
    padding: 5px 10px;
    background: #1b9dfe;
    color: #fff!important;
    border-radius: 5px;
}
.header_options ul.dropdown_child li a{}
.header_options .mini_cart_icon{
    display: flex;
    align-items: center;
    line-height: 30px;
    cursor: pointer;
    font-weight: 600;
}
.header_options .mini_cart_icon i{
    font-size: 18px;
}
.header_options .mini_cart_icon a{
    font-weight: 600;
    display: flex;
    align-items: center;
}
.header_options .mini_cart_icon h6{
    text-align: left;
    font-size: 14px !important;
}
.header_options .mini_cart_icon span.your_cart{
    text-transform: uppercase;
    font-weight: 700 !important;

}
.header_options .mini_cart_icon .mini_cart_icon_aria{
    margin-right: 20px;
}
.header_options .mini_cart_icon .mini_cart_icon_aria .mini_cart_icon{
    position: relative;
}
.header_options .mini_cart_icon .mini_cart_icon_aria .mini_cart_icon sup{
    position: absolute;
    font-size: 12px;
    font-weight: 600;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 100%;
    right: -12px;
    top: -12px;
}


/*-------------------------------------------*\
	        Header Menu Code Start
\*------------------------------------------*/

.header_menu_aria{
    height: 69px;
}

.header_menu_aria .navbar-toggler-icon{
    color: #fff !important;
}
.header_menu_aria .main_menu > li > a{
    line-height: 40px;
    display: block;
}

.header_menu_aria .main_menu li  a {
    font-size: 18px;
    font-weight: 600;
    margin: 0 10px;
}

.header_menu_aria .main_menu > li > ul {
    border-top: 5px solid #ff7a7a;
    width: 200px;
}

.header_menu_aria .dropdown:hover .dropdown-menu {
    display: block;
}

@media (max-width: 1280px){
    .header_middle_area .header_contact_search{
        display: none !important;
    }
}

@media (max-width: 999px) {
    .header_search_2 {
        min-width: 320px;
    }
    .header_menu_aria .menu-aria{
        background: #ffffff;
        padding-right: 10px;
        width: 70%;
    }
    .header_menu_aria .menu-aria ul li {
        padding: 0 10px !important;
    }
    .header_menu_aria .menu-aria li  a {
        color: #000 !important;
    }
    .header_menu_aria .menu-aria .mobile-menu {
        text-align: left !important;
    }
}

@media (max-width: 768px) {

    .header_contact_search {
        display: none;
    }
    .top_bar_aria .top_bar_left, .top_bar_aria .text_right{
        text-align: center !important;
    }
}

@media (max-width: 576px) {

    .header_middle_area .header_options .pc-builder{
        display: none;
    }
}

.navbar-sticky{
    position: sticky;
    top: 0;
    z-index: 99;
    padding: 10px 0;
}





/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1280px) {
    .navbar {
      padding: 0;
      justify-content: left;
    }

    .navbar ul {
      margin: 0;
      padding: 0;
      /*display: flex;*/
      display: contents;
      list-style: none;
      align-items: center;
    }

    .navbar li {
      position: relative;
    }

    .navbar a,
    .navbar a:focus {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 10px 0 10px 15px;
      font-family: var(--font-primary);
      font-size: 14px;
      font-weight: 400;
      color: #fff !important;
      white-space: nowrap;
      transition: 0.3s;

    }
    .navbar > ul >li >a {
        line-height: 10px;
    }

    .navbar a i,
    .navbar a:focus i {
      font-size: 12px;
      line-height: 0;
      margin-left: 5px;
    }

    .navbar a:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover>a {
      color: #fff;
    }

    .navbar .get-a-quote,
    .navbar .get-a-quote:focus {
      background: var(--color-primary);
      padding: 8px 20px;
      margin-left: 30px;
      border-radius: 4px;
      color: #fff;
    }

    .navbar .get-a-quote:hover,
    .navbar .get-a-quote:focus:hover {
      color: #fff;
      background: #2756ff;
    }

    .navbar .dropdown ul {
      display: none;
      position: absolute;
      left: 14px;
      top: calc(100% + 30px);
      margin: 0;
      z-index: 99;
      opacity: 0;
      visibility: hidden;
      background: #fff;
      box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
      transition: 0.5s;
      border-radius: 4px;
    }

    .navbar > ul > li:nth-last-child(-n+2) ul {
        display: none;
        position: absolute;
        left: -100% !important;
        right: 0;
         /*top: calc(100% + 30px);*/
        margin: 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.5s;
        border-radius: 4px;
    }
    .navbar > ul > li:nth-last-child(-n+2) ul ul{
        display: none;
        top: 0;
        right: 100%;
        left: calc(100% - 30px);
        visibility: hidden;
    }

    .navbar .dropdown ul li {
      min-width: 200px;
      transition: .4s;
    }
    .navbar .dropdown ul li:hover{
        background: #1b9dfe;
    }


    .navbar .dropdown ul a {
      padding: 6px 20px;
      font-size: 14px;
      text-transform: none;
      font-weight: 400;
      color: #000 !important;
    }

    .navbar .dropdown ul a i {
      font-size: 12px;
    }

    .navbar .dropdown ul a:hover,
    .navbar .dropdown ul .active:hover,
    .navbar .dropdown ul li:hover>a {
      color: #fff !important;
    }

    .navbar .dropdown:hover>ul {
      display: block;
      opacity: 1;
      top: 100%;
      visibility: visible;


    }

    .navbar .dropdown .dropdown ul {
      display: none;
      top: 0;
      left: calc(100% - 30px);
      visibility: hidden;
    }

    .navbar .dropdown .dropdown:hover>ul {
      display: block;
      opacity: 1;
      top: 0;
      left: 100%;
      visibility: visible;

    }
  }

  /* @media (min-width: 1280px) and (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
      left: -90%;
    }

    .navbar .dropdown .dropdown:hover>ul {
      left: -100%;
    }
  } */

  @media (min-width: 1280px) {

    .mobile-nav-show,
    .mobile-nav-hide {
      display: none;
    }
    .mobile-menu .header_search_2{
        display: none;
    }
  }

  /*--------------------------------------------------------------
  # Mobile Navigation
  --------------------------------------------------------------*/
  @media (max-width: 1279px) {
    .navbar {
      position: fixed;
      top: 0;
      left: -100%;
      width: 100%;
      max-width: 300px;
      bottom: 0;
      transition: 0.3s;
      z-index: 9997;
    }

    .navbar ul {
      position: absolute;
      inset: 0;
      padding: 50px 0 10px 0;
      margin: 0;
      background: rgba(14, 29, 52, 0.9);
      overflow-y: auto;
      transition: 0.3s;
      z-index: 9998;
    }

    .navbar a,
    .navbar a:focus {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 12px 20px;
      font-family: var(--font-primary);
      font-size: 16px;
      font-weight: 500;
      color: #fff !important;
      white-space: nowrap;
      transition: 0.3s;
    }

    .navbar a i,
    .navbar a:focus i {
      font-size: 12px;
      line-height: 0;
      margin-left: 5px;
    }

    .navbar a:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover>a {
      color: #fff;
    }

    .navbar .get-a-quote,
    .navbar .get-a-quote:focus {
      background: var(--color-primary);
      padding: 8px 20px;
      border-radius: 4px;
      margin: 15px;
      color: #fff;
    }

    .navbar .get-a-quote:hover,
    .navbar .get-a-quote:focus:hover {
      color: #fff;
      background: rgba(13, 66, 255, 0.8);
    }

    .navbar .dropdown ul,
    .navbar .dropdown .dropdown ul {
      position: static;
      display: none;
      padding: 10px 0;
      margin: 10px 20px;
      transition: all 0.5s ease-in-out;
      border: 1px solid #19335c;
    }

    .navbar .dropdown>.dropdown-active,
    .navbar .dropdown .dropdown>.dropdown-active {
      display: block;
    }

    .mobile-menu{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .mobile-nav-show {
      color: #fff;
      font-size: 28px;
      cursor: pointer;
      line-height: 68px;
      transition: 0.5s;
      z-index: 9999;
      margin-right: 10px;
    }

    .mobile-nav-hide {
      color: #fff;
      font-size: 26px;
      cursor: pointer;
      line-height: 0;
      transition: 0.5s;
      position: fixed;
      top: 27px;

      z-index: 9999;
    }

    .mobile-nav-active {
      overflow: hidden;
    }

    .mobile-nav-active .navbar {
      left: 0;
    }

    .mobile-nav-active .navbar:before {
      content: "";
      position: fixed;
      inset: 0;
      background: rgba(14, 29, 52, 0.8);
      z-index: 9996;
    }
  }


/* Style the mega menu container */
.mega-menu {
    position: relative;

}

/* Style the mega menu content */
.mega-menu-content {
    position: absolute;
    width: 400px;
    left: 100%;
    top: 0;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    z-index: 1000;
    display: none; /* Hide the mega menu by default */
}

/* Style the mega menu rows and columns */
.row {
    display: flex;

}

.col-md-3 {
    width: 25%;
}

/* Show the mega menu content on hover */
.mega-menu:hover .mega-menu-content {
    display: block;
}

/* Style the mega menu links */
.mega-menu-content ul {
    list-style: none;
    padding: 0;
}

.mega-menu-content ul li {
    margin-bottom: 10px;
}

/* Style the headings in the mega menu */
.mega-menu-content h3 {
    margin-bottom: 10px;
}







/*-------------------------------------------*\
	        Slider Carousel Code Start
\*------------------------------------------*/

.carousel {
    position: relative;
}

.carousel.pointer-event {
    touch-action: pan-y;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    z-index: 1;
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none;
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
        transition: none;
    }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    /* height: 20px; */
    background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' 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");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' 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");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none;
    }
}

.carousel-indicators .active {
    opacity: 1;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}


#header-carousel img {
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}


/*-------------------------------------------*\
	       Marquee Code Start
\*------------------------------------------*/
marquee{
    background: #fff;
    padding: 10px 0;
    color: #022335;
}

/*-------------------------------------------*\
	       Breadcrumb Aria Code Start
\*------------------------------------------*/

.breadcrumb-aria{
    background: #fff;
    color: #000 !important;
    position: relative;
    z-index: 1;
}


.breadcrumb-aria h1, .breadcrumb-aria p, .breadcrumb-aria a{
    color: #000 !important;
}
.breadcrumb-aria .breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
    margin: 0 auto;
    border-radius: 0;
    position: relative;
    padding: 0;
    background-color: transparent;
    width: 100%;
    max-width: 1280px;
    display: block !important;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
    -ms-overflow-style: none;
}

.breadcrumb-aria .breadcrumb::-webkit-scrollbar {
    width: 0 ;
}

.breadcrumb-aria .breadcrumb::-webkit-scrollbar-thumb {
    background-color: transparent;
}

.breadcrumb-aria .breadcrumb::-webkit-scrollbar-track {
    background-color: transparent;
}

 .breadcrumb-aria .breadcrumb:before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 100%;
    left: 50%;
    margin-left: -50vw;
    top: 0;
    z-index: -1;
    background: rgba(255, 255, 255, 1);
    border-width: 0;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: rgba(221, 221, 221, 1);
  }

  li {
    list-style: inherit !important;
  }

 .breadcrumb-aria .breadcrumb > li {
    display: inline-block;
    position: relative;
    word-break: break-all;
    display: inline-flex;
    align-items: center;
  }

 .breadcrumb-aria .breadcrumb > li + li::before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
  }



 .breadcrumb-aria .breadcrumb a {
    font-family: 'poppins';
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    text-transform: capitalize;
  }





/*-------------------------------------------*\
	        Feature Code Start
\*------------------------------------------*/

.feature_area{

}
.feature_area .feature_item {
    padding: 15px 30px 10px !important;
    border-radius: 6px;
    margin-bottom: 20px;
    transition: .4s;
}
.feature_area .feature_item:hover{
    background: #022335 !important;
    color: #fff!important;
}
.feature_area .feature_item:hover i, .feature_area .feature_item:hover h4, .feature_area .feature_item:hover p{
    color: #fff !important;
}
.feature_area .feature_item .icon_aria{
    margin-right: 20px;
    font-size: 40px;
    width: 50px;
    height: 100%;
}
.feature_area .feature_item .icon_aria i{
    color: #022335;
}
.feature_area .feature_item .text_aria h4{
    font-size: 17px;
    margin-bottom: 0;
    font-weight: 600;
}
.feature_area .feature_item .text_aria p{
    font-size: 14px;
    margin-bottom: 0;
}





/*-------------------------------------------*\
	        Offer Code Start
\*------------------------------------------*/
.offer_aria .item{
    overflow: hidden;
}
.offer_aria .left-offer{
    background: #f7991d;
    border-radius: 15px;
}
.offer_aria .right-offer{
    background: #71bf45;
    border-radius: 15px;
}
.offer_aria .item .body .image_aria{
    width: 42%;
    display: block;
    height: 100%;
    padding: 14px;
}
.offer_aria .item .body .left_img{
    border-radius: 0px 60px 60px 0;
}
.offer_aria .item .body .right_img{
    border-radius: 60px 0px 0px 60px;
}

.offer_aria .item .body .image_aria img{
    max-height: 220px;
    vertical-align: middle;
    display: block;
    text-align: center;
    margin: auto;
}
.offer_aria .item .body .text_aria{
    width: 58%;
    padding: 20px;
}

.offer-section .offer-box{
    margin-bottom: 10px;
}



/*-------------------------------------------*\
	       Page Content
\*------------------------------------------*/
.page-content{position: relative;}
.page-content h1{  margin: 10px 0 15px 0;}
.page-content h2{ font-size: 26px; margin: 10px 0; padding: 5px 0; border-bottom: 1px solid rgb(238, 238, 238);}
.page-content h3{ font-size: 24px; margin: 10px 0; padding: 5px 0; }
.page-content h4{ font-size: 22px; margin: 10px 0; padding: 5px 0; }
.page-content ul, .page-content ol{ margin: 10px 25px; padding: 0; list-style-position:outside;}

.page-content ol li{ list-style-type: decimal;}
.page-content li{ list-style-type: disc !important; color: #444; line-height: 26px;}

.page-content li a{ color:#24b47e}
.page-content a{ color:#24b47e}
.page-content p{ font-size: 15px !important; color: #333333 !important; margin:10px 0 10px 0; line-height: 24px;}
.page-content img{margin: 5px 15px; clear: right; width: 45%; height: auto; border-radius:10px;}


@media (max-width: 768px) {
  .page-content img{clear: both; margin: 10px 0; width: 100%; height: auto;}
  .page-content h2{ font-size: 26px; margin: 30px 0 10px 0; }
  .page-content h3{ font-size: 23px; margin: 15px 0; padding: 5px 0; }
  .page-content h4{ font-size: 19px; margin: 10px 0; padding: 5px 0; }
}




/*-------------------------------------------*\
	        Product Code Start
\*------------------------------------------*/

.product_aria .item{
    border-radius: 8px;
    transition: .4s;
    margin-bottom: 15px;
    background: #fff;
    overflow: hidden;
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);*/
    box-shadow: 0 1px 1px rgba(0,0,0,.1);

}
.product_aria .item .image{
    padding: 10px;
}
.product_aria .item:hover {
    border-color: #022335;
    -webkit-box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.1)
}
.product_aria .item .product_info{
    padding: 20px 20px 15px;
    border-top: 1px solid #ddd;
}
.product_aria .item .product_info .ratting ul li{
    display: inline-block;
    font-size: 12px;
    margin: 5px 0px !important;
}
.product_aria .item .product_info .product_title h2{
    font-size: 14px;
    margin-bottom: 5px !important;
    font-weight: 500;
}
.product_aria .item .product_info .price_aria{
    font-size: 14px;
    font-weight: 700;
}
.product_aria .item .product_info .price_aria span{
    font-size: 17px
}
.product_aria .item .product_info .price_aria del{
    margin-left: 5px;
    opacity: 0.6;
}
.product_aria .item .product-add{
    width: 100%;
    font-size: 14px;
    padding: 6px 0px;
    margin-top: 10px;
    border: none;
    border-radius: 6px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 500;
    color: #39404a;
    background: #e8e8e8;
}
.product_aria .item:hover .product-add {
    color: #fff;
    background: #022335;
}

.product_aria .item .product-add i {
    font-size: 15px;
    margin-right: 7px;
}

.product-details-aria .navs li {
    margin: 0 3px 20px 0;
    flex: 1 1 auto;
    padding: 0;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    list-style: none;
    border-radius: 5px;
    cursor: pointer;
    background: #fff;
    color: #000;
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
    transition: .4s;
}
.product-details-aria .navs li a{
    width: 100%;
    display: inline-block;
    border-radius: 5px;
}


.product-details-aria li:first-child a{
    background:#022335;
    color: #fff !important;
    box-shadow: none;
}

.product-details-aria .navs li :hover {
    background: #022335;
    color: #fff !important;
    box-shadow: none;
}

.product-details-aria marquee{
    background-color: #f5f5fc !important;
}




@media (min-width: 1199px) {
    .product_aria .col-lg-3 {
        width: 20%;

    }
    .category-products .product_aria .col-lg-4{
        width: 25%;
    }
}

@media (min-width: 991px) {
    /*.product_aria .col-lg-2 {*/
    /*    width: 220px;*/

    /*}*/
}

.text-truncate{
    display: -webkit-box;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
}



/*-------------------------------------------*\
	        Categories Code Start
\*------------------------------------------*/
.categories-section .cat-item{
    overflow: hidden !important;
    border-radius: 8px;
    padding: 10px 0;
    background: #fff !important;
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
    border: none;
    transition: .4s;
    height: 120px;
}
.categories-page .cat-item{
    height: auto !important;
}
.categories-section .cat-item h5{
    font-size: 15px !important;
    font-weight: 500;
}
.categories-section .cat{
    padding: 5px !important;
    margin-bottom: 0 !important;

}

@media (max-width: 556px) {
    .top_bar_aria .mobile-done{
        display: none;
    }
    .categories-section .cat-item{
        height: 135px;
    }
    .categories-section .cat-item h5{
        font-size: 12px !important;
    }
    .categories-section .cat {
        padding: 3px !important;
        margin-bottom: 0 !important;
    }
}

/*-------------------------------------------*\
	        Subscribe Code Start
\*------------------------------------------*/

#subscribe-aria{
    background: url(/frontend/images/subscribe-bg.png);
    background-size: cover;
    background-position: center center;
    border-radius: 15px;
}
#subscribe-aria .form-control{
    background: none;
    color: #fff !important;
    border-radius: 25px;
    margin-right: 5px;
}
#subscribe-aria .form-control::placeholder{
    color: #fff !important;
}
#subscribe-aria .btn-primary{
    background: #fff;
    color: #1b9dfe !important;
    border-radius: 25px;
    border: none !important;
    font-weight: 700;
}

/*-------------------------------------------*\
	        Vendor Code Start
\*------------------------------------------*/

.vendor-carousel .vendor-item{
    border: 5px dotted #ec7224 !important;
    border-radius: 50%;
    overflow: hidden;
    height: 200px;
    width: 200px;
}

/*-------------------------------------------*\
	        SEO content Code Start
\*------------------------------------------*/
.seo-content h1{
    font-size: 26px;
}
.seo-content h2{
    font-size: 22px;
}

/*-------------------------------------------*\
	        Brand Code Start
\*------------------------------------------*/

.brand_aria .brand{
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    height: 120px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}
.brand_aria .brand-logo{
    max-width: 100px;
    max-height: 100%;
    height: auto;
}
.brand_aria .brand-col{
    padding: 5px !important;

}

/*-------------------------------------------*\
	        Footer Code Start
\*------------------------------------------*/

#footer-aria{
    background: #081621;
}
#footer-aria p{
    color: #fff !important;
}
#footer-aria .footer-bottom{
    background: #022335;
    color: #fff !important;
    border-top-right-radius: 15px !important;
    border-top-left-radius: 15px;

}
.btn-primary-form{
    background: #022335 !important;
    color: #fff !important;
}
#footer-aria i{
    margin-right: 10px !important;
    color: #ddd !important;
}

#footer-aria .footer_feature_area{

}
#footer-aria .footer_feature_area .feature_item {
    padding: 5px 10px !important;
    border-radius: 6px;
    margin-bottom: 20px;
    transition: .4s;
}
#footer-aria .footer_feature_area .feature_item .icon_aria{
    margin-right: 20px;
    font-size: 30px;
    width: 30px;
    height: 100%;
}
#footer-aria .footer_feature_area .feature_item .icon_aria i{
    color: #ec7224;
}
#footer-aria .footer_feature_area .feature_item .text_aria h5{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    color: #ddd !important;
}
#footer-aria .footer_feature_area .feature_item .text_aria p{
    font-size: 13px;
    margin-bottom: 0;
}

#footer-aria .social-icon ul{
    line-height: 38px;
}
#footer-aria .social-icon ul li{
    margin: 0 10px 0 0;
    border: 1px solid #ddd;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    font-weight: 700;
}
#footer-aria .social-icon ul li a{
    font-weight: 700;
}

#footer-aria .social-icon ul li i{
    margin-right: 0 !important;
}




/*-------------------------------------------*\
	        Back to top Code Start
\*------------------------------------------*/

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 80px;
    z-index: 11;
    color: #4cb6fd !important;
    background-color: #ffffff;
    border-color: #4cb6fd;
}

.back-to-top:hover{
    color: #ffffff !important;
    background-color: #4cb6fd;
    border-color: #4cb6fd;
}


@media (max-width: 768px) {
    .back-to-top {
        bottom: 138px;
    }
}

/*-------------------------------------------*\
	        Contact Page Code Start
\*------------------------------------------*/

#contact .form-group{
    margin-bottom: 20px;
}
.branch-location .branch{
    background: #fff !important;
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 20px;
}




/*-------------------------------------------*\
	        Cart Page Code Start
\*------------------------------------------*/

#cart-aria .btn-primary{
    background: #022335 !important;
    border: 1px solid #022335;
    height: 100%;
}
#cart-aria .bg-secondary{
    background: #e3e0e0 !important;
    margin: 0 3px;
    padding: 0px;
}

 .coupon-aria .form-control{
    background: none;
    color: #000000 !important;
    border-radius: 25px !important;
    margin-right: 5px;
    border:1px solid #022335;
}
#cart-aria .coupon-aria .form-control::placeholder{
    color: #9e9c9c !important;
}
.coupon-aria .btn-primary{
    background: #022335;
    color: #ffffff !important;
    border: 1px solid #022335;
    border-radius: 25px;
    font-weight: 700;
}

#cart-aria .coupon-aria #remove_coupon_aria{}
 .coupon-aria #remove_coupon_aria p{
    background: #022335;
    padding: 20px 20px;
    border-radius: 5px;
    color: #fff !important;
}
.coupon-aria #remove_coupon_aria a{
    color: #ffd745 !important;
    font-weight: bold;
    padding-left: 25px;
}




/*-------------------------------------------*\
	        Cart Page Code Start
\*------------------------------------------*/
/* #checkout-aria .card{
    border: none !important;
} */
/* #checkout-aria .card-body{
   padding: 0 !important;
} */



/*-------------------------------------------*\
	        Product Filter Page Code Start
\*------------------------------------------*/

#slider-range {
   margin-top: 40px;
   margin-bottom: 20px;
}

.ui-slider-range {
    background: #022335;
}

.ui-slider-handle {
    background: #022335;
    border: 2px solid #fff;
    width: 1.5em;
    height: 1.5em;
}

#amount {
    border: 0;
    color: #022335;
    font-weight: bold;
}


.category-products .sort-dropdowns .active{
    background-color: #f5f6f7;
    font-weight: 700;
}
.category-products{
    background: #f5f6f7;
}
.product-filter-aria .filter{
    position: relative;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
}
.product-filter-aria .filter::after {
    content: "";
    width: 80px;
    height: 3px;
    position: absolute;
    top: 60px;
    left: 30px;
    background-color: #022335;
}
.product-filter-aria .filter .filter-item label{
    margin-left: 10px !important;
}
.product_aria .form-control{
    background: #fff;
    color: #000000 !important;
    border-radius: 8px !important;
    margin-right: 5px;
    border: 1px solid #022335;
    font-size: 14px;
}
.product_aria .form-control::placeholder{
    color: #9e9c9c !important;
}
.product_aria .btn-primary{
    background: #022335 !important;
    text-align: center;
    color: #ffffff !important;
    border: 1px solid #022335;
    border-radius: 8px !important;
    font-weight: 700;
}

.category-products .product-filter-aria .mobile-filter-btn{
    display: none;
}


.offcanvas-end {
    width: 330px !important;
}

@media (max-width: 991px) {
    .category-products .product-filter-aria .shop-sidebar{
        /*display: none;*/
    }
    .category-products .product-filter-aria .mobile-filter-btn{
        display: block;
    }
    .product_aria .filter-top{
        display: block !important;
    }
    .product_aria .filter-top form{
        margin-bottom: 10px;
    }
}




/*-------------------------------------------*\
	        Product Details Page Code Start
\*------------------------------------------*/
.product-details-aria .boxzoom{
    position: relative;
}
.my_img {
    vertical-align: middle;
    position: absolute;
    top: -22%;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 80%;
    width: 67%;
}
.piclist li{
    display: inline-block;
    width: 90px;
    height: 114px;
    border: 1px solid #eee;
}
.piclist li img{
    width: 97%;
    height: auto;
}


/*===pic-Zoom===*/
.boxzoom .zoom-thumb {
    width: 90px;
    display: inline-block;
    vertical-align: top;
    margin-top: 0px;
}
.boxzoom .zoom-thumb ul.piclist {
    padding-left: 0px;
    top: 0px;
}
.boxzoom .product-images {
    width: 100%;
    display: inline-block;
}
.boxzoom .product-images .picZoomer {
    width: 100%;
}
.boxzoom .product-images .picZoomer .picZoomer-pic-wp img {
    left: 0px;
}
.boxzoom .product-images .picZoomer img.my_img {
    /* max-width: 100%; */
}
.piclist li img {
    height:100px;
    object-fit:cover;
}

.product-details-aria{
    background: #f5f6f7;
}
.product-details-aria .image-box{
    border-radius: 8px;
    padding: 20px 0;
    background: #fff;
    border: none !important;
}
.details-cart-box {
    background: #fff;
    padding: 20px 30px;
    border-radius: 8px;
}
.product-details-aria .media{

    padding: 10px 20px 0 20px;
    background: #fff;
    border-radius: 8px;
    display: flex;
}
.product-details-aria .media img{
    height: 45px;
    width: 45px;
    margin-right: 10px;
}

.product-details-aria .cartbtn-mobile{
    display: none;
}

@media (max-width: 768px) {
    .details-cart-box {
        padding: 20px 10px;

    }
}

@media (max-width: 576px) {
    .details-cart-box {
        padding: 20px 10px;

    }
    .product-details-aria .cartbtn-mobile{
        display: block !important;
    }
    .product-details-aria #cartBtn{
        display: none;
    }
}




/*-------------------------------------------*\
	        User Nav Code Start
\*------------------------------------------*/
.user_nav {

}
.user_nav #sidebar-nav a{
    text-decoration: none !important;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
    color: #000000;
    padding: 10px 10px;
    font-weight: 600;
    font-size: 16px;
    /* border: 1px solid #cac7c7; */
}
.user_nav #sidebar-nav a:hover, .user_nav #sidebar-nav a.active{
    background-color: #022335;
    color: #fff !important;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

/*-------------------------------------------*\
	        Wish list Code Start
\*------------------------------------------*/

table tr:first-child td{
    border-top: none !important;
}

/*-------------------------------------------*\
	        Shipping Code Start
\*------------------------------------------*/

#shipping-aria .card-body{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
#shipping-aria table thead th{
    padding: 0.75rem !important;
}
#shipping-aria table tbody td{
    padding: 0.75rem !important;
}

/*-------------------------------------------*\
	        Login Page Code Start
\*------------------------------------------*/



.login-body {
    background: #fff;
    box-shadow: 0 2px 10px #ddd;
    margin-bottom: 100px;
}

.login-banner {
    background: #022335;
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 35px 25px;
}

.login-banner .form-logo img {
    padding: 10px;
}

.login-banner h2 {
    font-size: 30px;
    color: #fff !important;
}

.login-form {
    padding: 35px 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.login-form-header h3 {
    font-size: 28px;
    margin: 0px 0 40px;
}


.login-banner h2, .login-banner p {
    color: #fff;
}

.login-form .form-group label {
    position: absolute;
    top: 10px;
    left: 15px;
    color: #022335;
}

.login-form form input {
    border-radius: 50px;
    padding: 20px 35px;
}

.login-form .form-group {
    position: relative;
}

.form-bottom-part span {
    font-size: 14px;
    color: #888;
    margin-top: 5px;
    display: inline-block;
}

.login-form input[type="submit"] {
    border-radius: 50px;
    background: #022335;
    border: 0;
    outline: 0;
    border: 1px solid #022335;
    transition: all .3s;
    color: #fff;
    padding: 5px;
    font-size: 18px;
}
.login-form .form-control {

    height: calc(1.5em + 0.75rem + 2px);

}












/* --------------------
  Product Comparison
----------------------*/

.product-compare h4.page-heading, .product-compare a.product_title h2 {
    color: #000;
    font-size: 20px;
    padding: 10px 0;
}
.product-compare p {
    color: #666 !important;
    font-size: 15px;
    line-height: 26px;
}
.product-compare a.product_title h2{
    font-size: 19px;
    padding-bottom: 0 !important;
    margin-bottom: 10px !important;
}
.product-compare a.product_title h2:hover, .product-compare .regular-price{
    color: #1b9dfe !important;
}

.product-compare .regular-price{
    font-size: 19px;
    margin-right: 8px;
    font-weight: bold;
}
.product-compare del.old-price{
    font-size: 14px !important;
    margin-top: 6px;
}

.product-compare input, .product-compare button, .product-compare button:hover {
    box-shadow: none;
    border: 1px solid #ddd !important;
}
.product-compare input{
    border-right: none !important;
}
.product-compare button, .product-compare button:hover {
    border-left: none !important;
}
.product-compare button, .product-compare button:hover{
    background-color: #fff!important;
    color: #666 !important;
}
.product-compare .feature-title th, .product-compare .feature-title th:hover{
    background-color: #ffeee3;
    color: #1b9dfe;
    font-size: 18px;
}
.product-compare td{
    font-size: 15px;
}
.product-compare .search-aria{}
.product-compare .search-aria ul{
    /*display: none;*/
    top: 42px;
    z-index: 99;
    box-shadow: 0 10px 15px rgba(0,0,0,.2), 0 1px 0 rgba(0,0,0,.05) inset, 0 -5px 0 0 #fff;
    padding: 5px 0;
}
.product-compare .search-aria ul li{
    display: block;
    padding-bottom: 8px;
}
.product-compare .search-aria ul li a{
    display: inline-block;
    margin-bottom: 5px;
    color: #111;
    font-size: 16px;
    padding: 8px 15px;
}

.social-share{
    align-items: center;
    justify-content: space-between;
    padding: 4px 5px;
    margin: 20px 0;
}


.product-compare .search-aria ul li a:hover{
    background-color: #1b9dfe !important;
    color: #fff !important;

}
@media (max-width: 991px) {
    .compare-item td:not(:nth-child(2)):not(:nth-child(3)) {
        display: none;
    }
}

@media (max-width: 380px) {
    .header_search_2 {
        min-width: 275px;
    }
}

.categories_text{
    background-color: #fff!important;
}
.categories_text img{
    max-width: 100%;
}
.categories_text h1 {
    font-size: 26px;
}
.categories_text h2 {
    font-size: 23px;
}
.categories_text h3 {
    font-size: 22px;
}

.categories_text ol, .categories_text ul{
    list-style: inherit !important;
    padding: revert !important;
    margin: revert !important;
}
.categories_text ul li{
    margin-bottom: 5px !important;
}


.categories-section img {
    width: 50px;
    height: 50px;
    margin: 10px 0;
}

#description img{
    max-width: 100%;
}

.product-details-aria h1{
    font-size: 24px;
}

.product-details-aria h2{
    font-size: 22px;
}
.product-details-aria h3{
    font-size: 20px;
}
.product-details-aria h4{
    font-size: 18px;
}

.related-product h2{
    font-size: 20px;
}
.related-product .image-aria{
    padding-right: 0px;
}
.related-product .image-aria img{
    width: 100%;
}
.related-product .image-aria{}
.related-product .item{
    border-top: 1px solid #ecedef;
}
.related-product{}

.product-price-aria .btn{
    margin: 0 7px 7px -2px;
    border-radius: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 14px;
    background-color: rgba(55,73,187,.05) !important;
}

.product-details-aria .note-aria h2{
    margin: 16px 0;
    font-size: 19px !important;
}
.product-details-aria .note-aria li{
    line-height: 20px;
    padding-bottom: 10px;
}
.view-more{
    display: inline-block;
    line-height: 24px;
    padding-bottom: 2px;
    color: #23a1fe !important;
    border-bottom: 1px solid #23a1fe;
    cursor: pointer;
}
.view-more:hover{
    text-decoration: none;
    box-shadow: 0 1px 0 #23a1fe;
}
.category-products .note-aria li {
    font-size: 13px;
    color: #666;
    position: relative;
    line-height: 16px;
    padding-bottom: 10px;
}
.category-products .product_aria ul{
    /*list-style: inherit !important;*/
    margin-left: 15px !important;
}
.category-products .product_aria .item .note-aria{
    flex: 1 1 auto !important;
}

.category-products .product_aria .item .product_info{
    padding: 10px 10px 10px;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}
.filter .items{
    max-height: 300px;
    overflow-y: auto;
}

.category-products .product_aria .p-item, .product_aria .col-lg-3, .category-products .product_aria .col-lg-4{
    padding: 5px ;
    display: flex !important;
}
.category-products .product_aria .item, .product_aria .col-lg-3 .item, .category-products .product_aria .col-lg-4 .item{
    margin-bottom: 5px ;
    display: flex;
    flex-direction: column;
}

/* Top Bar Start */
.top_bar_aria{
    background-color: #022335 !important;
    border-color: #022335;
}
.top_bar_aria ul li a{
    color: #fff !important;
}


/* Blog Details start */
.blog_details .blog_header img{
    max-width: 100%;
    padding: 20px 0;
}
.blog_details h1{
    font-size: 26px !important;
    font-weight: 600;
}
.blog_details h2{
    font-size: 24px !important;
}
.blog_details h3{
    font-size: 22px !important;
}
.blog_details h4{
    font-size: 20px !important;
}


.blog_details .blog_header{}

.category-products .product_aria .product_items ul{
    list-style: inherit !important;
}

.dynamic-text table{
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    border-collapse: collapse;
}
.dynamic-text table tr{
    /*background-color: #f8f9fa;*/
}
.dynamic-text table tr th, .dynamic-text table thead tr td{
    background-color: #f7f7f7;
}
.dynamic-text table tr td, .dynamic-text table tr th{
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
#wa_btn-content:hover {
    background-color: #33aafe !important;
}

.blog-category ul.pagination{
    justify-content: center !important;
}

.dynamic-text a {
    color: #0d6efd !important;
}
.product_aria .filter-top{
    padding: 10px 10px 10px 20px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
    margin-bottom: 10px;
}
.product_aria .filter-top .page-heading {
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    text-transform: capitalize;
}

/* Custom WhatsApp Floating Button Styles */
.whatsapp-floating-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, #25d366, #128c7e);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9999;
    box-shadow: 0 4px 12px rgba(78, 72, 89, 0.4);
    transition: all 0.3s ease;
    animation: whatsapp-pulse 2s infinite;
}

.whatsapp-floating-button:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6);
}

.whatsapp-floating-button svg {
    color: white;
    width: 30px;
    height: 30px;
}

.whatsapp-chat {
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: 320px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px) scale(0.95);
    transition: all 0.3s ease;
    overflow: hidden;
}

.whatsapp-chat.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.whatsapp-chat-header {
    background: linear-gradient(135deg, #25d366, #128c7e);
    color: white;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    position: relative;
}

.whatsapp-icon {
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.whatsapp-chat-header span {
    font-weight: 600;
    font-size: 16px;
    flex: 1;
}

.close-btn {
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background 0.2s ease;
}

.close-btn:hover {
    background: rgba(255, 255, 255, 0.2);
}

.whatsapp-chat-body {
    padding: 20px;
}

.chat-message {
    background: #f0f0f0;
    padding: 12px 16px;
    border-radius: 18px 18px 18px 5px;
    margin-bottom: 15px;
    position: relative;
}

.chat-message p {
    margin: 0;
    color: #333;
    font-size: 14px;
    line-height: 1.4;
}

.chat-input {
    display: flex;
    gap: 10px;
    align-items: center;
}

.chat-input input {
    flex: 1;
    padding: 12px 16px;
    border: 2px solid #e5e5e5;
    border-radius: 25px;
    outline: none;
    font-size: 14px;
    transition: border-color 0.2s ease;
}

.chat-input input:focus {
    border-color: #25d366;
}

.send-btn {
    background: #25d366;
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 25px;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    transition: background 0.2s ease;
}

.send-btn:hover {
    background: #128c7e;
}

@keyframes whatsapp-pulse {
    0% {
        box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
    }
    50% {
        box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4), 0 0 0 10px rgba(37, 211, 102, 0.1);
    }
    100% {
        box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
    }
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .whatsapp-chat {
        width: calc(100vw - 40px);
        right: 20px;
        left: 20px;
        bottom: 90px;
    }
    
    .whatsapp-floating-button {
        bottom: 72px;
        right: 20px;
        width: 55px;
        height: 55px;
    }
    
    .whatsapp-floating-button svg {
        width: 28px;
        height: 28px;
    }
}

@media (max-width: 480px) {
    .whatsapp-chat-header {
        padding: 12px 16px;
    }
    
    .whatsapp-chat-body {
        padding: 16px;
    }
    
    .chat-input input {
        padding: 10px 14px;
        font-size: 13px;
    }
    
    .send-btn {
        padding: 10px 16px;
        font-size: 13px;
    }
}




/*==== FOOTER FIXED MENU START ====  */
.footer_nav {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
  border-top: 1px solid #ddd;
  z-index: 999;
  padding: 8px 0;
}

.footer_nav ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer_nav ul li {
  flex: 1;
  text-align: center;
  position: relative;
}

.footer_nav ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #666;
  text-decoration: none;
  padding: 5px;
}

.footer_nav ul li a:hover {
  color: var(--primary-color);
  text-decoration: none;
}

.footer_nav ul li a span:first-child {
  margin-bottom: 3px;
}

.footer_nav ul li a span:last-child {
  font-size: 10px;
}

.footer_nav ul li i {
  font-size: 16px;
}

.item_count {
  position: absolute;
  top: 0;
  right: 20%;
  background: #fe5200;
  color: #fff;
  border-radius: 50%;
  font-size: 9px;
  min-width: 16px;
  height: 16px;
  line-height: 16px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .footer_nav {
    display: block;
  }
  
  li.mobile_home {

  }
  
  li.mobile_home a {

  }
  
  li.mobile_home i {
    font-size: 18px;
  }
  
  body {
    padding-bottom: 60px;
  }
}
/*********** FOOTER FIXED MENU END ************/


