@charset "UTF-8";
@media screen and (min-width: 1570px) {
  #base_service_block .stickyscroll {
      margin-inline: -50px;
  }
}
@media (max-width: 1366px) {
  #column-left, #column-right {
    width: 22%;
  }
  #base_cms_banner .banner-wrapper .content .label {
    margin: 0 0 10px;
  }
  #single_banner .banner-wrapper .content .text {
    width: 50%;
  }
  #base_left_banner h3 {
    font-size: 22px;
    line-height: 1.2;
  }
  #header {
    margin-inline: 15px;
  }
  #base_cms_banner_2 {
    padding-inline: 30px;
}
#base_cms_banner_2 .banner-wrapper {
  width: 48.8%;
}
}
@media (min-width: 992px) and (max-width: 1200px) {
  #header #menu .navbar-nav > li > a {
    padding: 33px 12px 33px 12px;
  }
}
@media (max-width: 1200px) {
  #column-left, #column-right {
    width: 25%;
  }
  #base_cms_banner .banner-wrapper .content {
    left: 30px;
  }
  #base_cms_banner .banner-wrapper .content .subheading {
    display: none;
  }
  #base_cms_banner .banner-wrapper .content .label {
    margin: 0 0 6px;
  }
  #base_cms_banner .banner-wrapper .content .title {
    margin: 0 0 14px 0;
    font-size: 32px;
    line-height: 36px;
}
  #base_cms_banner_2 .banner-wrapper .content .label {
    margin: 0 0 5px;
  }
  #base_cms_banner_2 .banner-wrapper .content .title {
    margin: 0 0 14px 0;
    font-size: 40px;
  }
  #single_banner .banner-wrapper .content .text {
    width: 60%;
  }
  #single_banner .banner-wrapper .content .title {
    margin: 0 0 12px 0;
    font-size: 48px;
  }
  #product-category .title-description ul li a {
    padding: 8px 12px;
  }
  #header .header-compare {
    margin-right: 15px;
  }
  #header .header_wishlist {
    margin-right: 25px;
  }
  #logo img {
    max-width: 156px;
  }
  #tab-description .tab-desc .img-details {
    width: 55% !important;
  }
  .image-content {
    float: right;
    width: 45%;
    padding: 0 0 0 10px;
  }
  #tab-description .img-side1 {
    width: 35% !important;
  }
  #tab-description .tab-desc1 .img-details1 {
    width: 63% !important;
  }
  #header span.search-title, .account-title, #header #header-cart .btn-lg .cart_title {
    margin-left: 6px;
  }
  #base_service_block .scroll-item {
    padding-inline: 20px;
  }
}
@media (min-width: 992px) {
  .product-thumb .description .product-cart {
    display: none;
  }
}
@media (max-width: 991px) {
  .row {
    --bs-gutter-x: 1.25rem;
    --bs-gutter-y: 0;
  }
  section {
    margin: 0 0 60px 0;
  }
  body {
    font-size: 14px;
  }
  h1 {
    font-size: 46px;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 16px;
  }
  .btn {
    padding: 9px 20px;
    font-size: 12px;
  }
  hr {
    margin: 1rem 0;
  }
  .price {
    font-size: 16px;
  }
  .stickyscroll > .scroll-item {
    padding: 0 10px;
  }
  #top .nav {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #top .nav .position-header-top {
    display: none;
  }
  #top .nav .lang_currency ul.list-inline {
    text-align: center;
  }
  #logo img {
    max-width: 110px;
  }
  #header .header_middle {
    position: relative;
    padding: 19px 0;
  }
  #header .header_account_item, #header .header_cart_item {
    display: none;
  }
  #header #logo {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #header #menu {
    min-height: inherit;
    position: static;
  }
  #header #menu .navbar-toggler {
    border: 0;
    padding: 0;
    margin-right: 20px;
  }
  #header #menu .navbar-toggler i {
    color: var(--global-palette3);
    font-size: 24px;
  }
  #header #menu .navbar-toggler:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #header #menu .overlay {
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    opacity: 0.7;
    filter: alpha(opacity=80);
    background: #000;
    width: 100%;
    height: 100%;
    display: none;
  }
  #header #menu .overlay.active {
    display: block;
  }
  #header #menu #navbar-menu {
    position: fixed;
    top: 0;
    height: 100%;
    left: 0;
    z-index: 999;
    background-color: var(--global-palette9);
    width: 90%;
    -webkit-transform: translate(-102%);
            transform: translate(-102%);
    max-width: 400px;
    opacity: 0;
    -webkit-transition: opacity 0.4s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: opacity 0.4s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.4s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
    overflow-y: auto;
  }
  #header #menu #navbar-menu.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  #header #menu #navbar-menu .navbar-header {
    padding: 1em 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: calc(1.2em + 24px);
    background: var(--global-palette1);
  }
  #header #menu #navbar-menu .navbar-header h5 {
    margin-bottom: 0;
  }
  #header #menu #navbar-menu .navbar-header .close-icon i {
    font-size: 22px;
  }
  #header #menu #navbar-menu .navbar-nav {
    padding: 1em 1.5em 1.5em;
  }
  #header #menu #navbar-menu .navbar-nav > li > a {
    padding: 8px 0;
  }
  #header #menu #navbar-menu .navbar-nav .dropdown .dropdown-inner a {
    min-width: unset;
  }
  #header #menu .dropdown-menu {
    background: transparent;
    border: medium none;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    position: relative;
    width: 100%;
    display: none;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  #header .header-compare, #header .header_wishlist {
    margin-right: 0;
  }
  #header .header-compare > a, #header .header_wishlist > a {
    padding: 5px 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    gap: 10px;
  }
  #header .header-compare > a::before, #header .header_wishlist > a::before {
    display: none;
  }
  #header .header-compare span.counter, #header .header_wishlist span.counter {
    position: static;
    font-size: 13px;
  }
  #header .header-compare span.compare-title, #header .header_wishlist span.wishlist-title {
    display: block;
    color: var(--global-palette4);
  }
  .mobile_togglemenu {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 5px;
    left: auto;
    top: 7px;
    bottom: auto;
    padding: 0;
    display: block;
    line-height: 25px;
    text-align: center;
  }
  .mobile_togglemenu::before {
    content: "+";
    font-size: 24px;
  }
  .toggle.active .mobile_togglemenu::before {
    content: "−";
    font-size: 24px;
  }
  #footer .mobile_togglemenu {
    top: 0;
  }
  #footer {
    margin-top: 40px;
  }
  #footer .column {
    width: 100%;
    min-height: inherit;
    margin: 0;
  }
  #footer .column .footer-toggle {
    display: none;
  }
  #footer h5.toggle {
    position: relative;
  }
  #footer .footer_middle {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #footer .footer_middle li + li {
    margin-top: 8px;
  }
  #footer .footer_middle .column .footer-toggle {
    margin-bottom: 30px;
  }
  #footer .footer_middle .middle-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  #footer .footer_middle .middle-content .footer_aboutus_cms p {
    margin-bottom: 8px;
  }
  #base_cms_banner .banner-wrapper .content .title {
    margin: 0 0 10px 0;
    font-size: 26px;
    line-height: 32px;
}
#base_cms_banner .stickyscroll {
  gap: 20px;
}
  #base_cms_banner .banner-wrapper .content .label {
    font-size: 14px;
    margin: 0 0 4px;
  }
  #base_cms_banner_2 .banner-wrapper .content {
    top: 8%;
  }
  #base_cms_banner_2 .banner-wrapper .content .label {
    font-size: 14px;
  }
  #base_cms_banner_2 .banner-wrapper .content .title {
    margin: 0 0 10px 0;
    font-size: 30px;
  }
  #single_banner .banner-wrapper .content .text {
    width: 60%;
    margin-bottom: 20px;
  }
  #single_banner .banner-wrapper .content .title {
    font-size: 38px;
  }
  #base_service_block .scroll-item {
    width: 50%;
    padding-inline: 10px;
  }
  #product-category #column-left, #product-category #column-right {
    position: fixed;
    top: 0;
    height: 100%;
    left: 0;
    z-index: 999;
    background-color: var(--global-palette9);
    width: 100%;
    -webkit-transform: translate(-102%);
            transform: translate(-102%);
    max-width: 300px;
    opacity: 0;
    -webkit-transition: opacity 0.4s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: opacity 0.4s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.4s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
    overflow-y: auto;
    padding: 35px 15px 0 15px;
  }
  #product-category #column-left.active, #product-category #column-right.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  #product-category #column-left .open-sidebar .overlay, #product-category #column-right .open-sidebar .overlay {
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    opacity: 0.7;
    filter: alpha(opacity=80);
    background: #000;
    width: 100%;
    height: 100%;
    display: none;
  }
  #product-category #column-left .open-sidebar .overlay.active, #product-category #column-right .open-sidebar .overlay.active {
    display: block;
  }
  #product-category #column-left span.close, #product-category #column-right span.close {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: auto;
    left: auto;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
  }
  #column-left .sidebar-box, #column-right .sidebar-box {
    margin-bottom: 20px;
  }
  #column-left .sidebar-box .sidebar-title, #column-right .sidebar-box .sidebar-title {
    font-size: 18px;
  }
  #column-left:not(#product-category #column-left), #column-right:not(#product-category #column-right) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 20px;
    width: 100%;
  }
  #base_left_banner:not(#product-category #base_left_banner, #product-info #base_left_banner) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nav.nav-tabs .nav-item .nav-link {
    padding: 7px 18px;
  }
  .product-list .product-thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #display-control {
    padding: 8px;
  }
  #display-control .open-sidebar {
    margin-right: 8px;
  }
  #display-control .open-sidebar i {
    margin-right: 2px;
  }
  #display-control .input-group.sort-by-wrapper {
    margin-right: 0;
  }
  #product-info .product-left {
    width: 48%;
  }
  #product-info .product-right {
    width: 52%;
  }
  #product-info .product-right .product_title {
    margin-bottom: 6px;
    font-size: 22px;
  }
  #product-info .product-right .rating {
    padding-bottom: 4px;
  }
  #product-info .product-right .price {
    font-size: 18px;
    margin-bottom: 14px;
  }
  #product-info .product-right .price .price-tax {
    margin: 5px 0 15px 0;
  }
  #product-info .product-right .meta li {
    padding: 1px 0;
  }
  #product-info .product-right #product .qty .op-box.qty-plus-minus .form-control.pull-left.btn-number ,
  #product-info .product-right #product .qty .op-box.qty-plus-minus #input-quantity {
    height: 38px;
  }
  #product-info .product_page_tab {
    margin: 50px 0;
  }
  #information-information h1 {
    margin-bottom: 25px;
  }
  #tab-description .tab-desc .img-details, .image-content, #tab-description .img-side1, #tab-description .tab-desc1 .img-details1 {
    width: 100% !important;
}
.image-content .img-side img {
  height: auto;
}
.product-thumb .image .product-cart{
  display: none;
}
.product-thumb .product-cart {
  position: static;
  opacity: 1;
  margin-top: 10px;
}
.product-thumb .product-cart .cart_button {
  font-size: 13px;
  padding: 8px 10px;
}
#base_cms_banner_2 {
  padding-inline: 15px;
}
#base_cms_banner_2 .stickyscroll {
  gap: 20px;
}
#base_cms_banner_2 .banner-wrapper {
  width: 48.8%;
}
#base_footer_social {
  margin: 0px 0 10px;
}
#product-list .col.mb-3 {
  margin-bottom: 20px !important;
}
.newletter-popup .box .newsletter-content-popup .title-wrapper h5 a.mobile_togglemenu {
  display: none;
}
}
@media (max-width: 767px) {
  .row {
    --bs-gutter-x: 0.625rem;
    --bs-gutter-y: 0;
  }
  .stickyscroll > .scroll-item {
    padding: 0 10px;
  }
  .breadcrumb {
    margin: 0 0 30px 0;
  }
  body {
    font-size: 12px;
  }
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 30px;
    line-height: 1.2;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 16px;
  }
  h5 {
    font-size: 14px;
  }
  h6 {
    font-size: 14px;
  }
  .product-thumb .description h6 {
    margin-bottom: 0px;
    font-size: 13px;
  }
  .title-wrapper {
    margin: 0px 0px 16px 0px;
  }
  .title-wrapper h6 {
    margin-bottom: 4px;
    font-size: 12px;

  }
  section {
    margin: 0 0 30px 0;
  }
  body {
    font-size: 12px;
    line-height: 1.6;
  }
  .btn {
    font-size: 11px;
    line-height: 1.66;
    padding: 7px 18px;
  }
  #header .header-search {
    width: 500px;
  }
  #header #header-cart .dropdown-menu {
    width: 300px;
  }
  #top .nav .lang_currency .dropdown span.d-none {
    display: inline-block !important;
  }
  #top .nav .lang_currency .dropdown .dropdown-menu {
    right: -30px !important;
  }
  #menu .dropdown-inner a, #menu .see-all {
    color: var(--global-palette3);
  }
  #footer {
    margin-top: 30px;
  }
  #footer .footer_middle .middle-content .footer_aboutus_cms .footer-contact span {
    font-size: 14px;
  }
  #footer .footer_middle a:not(.mobile_togglemenu) {
    font-size: 14px;
  }
  #footer .footer_middle h5 {
    margin-bottom: 16px;
  }
  #footer .footer_bottom {
    text-align: center;
  }
  #footer .footer_bottom .bottom-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #base_cms_banner .stickyscroll .scroll-item {
    max-width: 400px;
  }
  #base_cms_banner .banner-wrapper .content .title {
    margin: 0 0 16px 0;
  }
  #base_cms_banner .banner-wrapper .content .label {
    margin: 0 0 8px;
  }
  #single_banner .banner-wrapper .content .text {
    width: 90%;
    margin-bottom: 12px;
  }
  #single_banner .banner-wrapper .content .title {
    font-size: 32px;
    margin: 0 0 6px 0;
  }
  #single_banner .banner-wrapper .content .label {
    margin: 0 0 2px;
  }
  .nav.nav-tabs .nav-item .nav-link {
    padding:6px 12px;
    font-size: 12px;
  }
  .price {
    font-size: 13px;
    line-height: 1.3;
  }
  .product-thumb .description {
    padding:10px 0px 0;
}
  .product-thumb .description h4 {
    font-size: 12px;
    margin-bottom: 2px;
  }
  .product-thumb .description .rating {
    padding-bottom: 4px;
  }
  .product-thumb .description .rating .fa-stack {
    height: 1em;
    width: 10px;
    line-height: 1em;
  }
  .product-thumb .description .rating .fa-stack .fa-star {
    font-size: 10px;
  }
  .product-thumb .product_buttons .btn-icon.quickview-button {
    display: none;
  }
  .product-thumb .product_buttons .btn-icon button {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-size: 13px;
  }
  .product-thumb .product_buttons .btn-icon.compare-button button {
    background-size: 14px;
  }
  .product-list .product-thumb {
    padding: 10px;
    gap: 10px;
  }
  .product-list .product-thumb .image {
    width: 40%;
  }
  .product-list .product-thumb .content {
    width: 60%;
  }
  .product-list .product-thumb .description .desc {
    display: none;
  }
  #display-control {
    gap: 15px;
  }
  #display-control .open-sidebar {
    padding: 7px 16px;
  }
  #display-control .btn-group .btn {
    width: 34px;
    height: 34px;
  }
  #display-control .input-group.sort-by-wrapper .input-group-text {
    padding-left: 0;
  }
  #pagination-wrapper {
    padding: 6px 10px;
  }
  #column-left, #column-right {
    display: block !important;
  }
  #column-left .sidebar .nav.nav-tabs li a, #column-left .sidebar .nav.nav-tabs li a, #column-right .sidebar .nav.nav-tabs li a, #column-right .sidebar .nav.nav-tabs li a {
    padding: 4px 10px;
  }
  #column-left .list-group-item, #column-right .list-group-item {
    padding: 4px 10px;
  }
  #product-info .product-right .product_title {
    font-size: 18px;
  }
  #product-info .product-right .price {
    margin-bottom: 10px;
  }
  #product-info .product-right #product h5 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  #product-info .product-right #product .qty .op-box.qty-plus-minus #input-quantity {
    height: 32px;
  }
  #product-info .product-right #product .qty .op-box.qty-plus-minus .form-control.pull-left.btn-number {
    height: 30px;
  }
  #product-info .product-right .wishlist_compare_btn .btn.wishlist {
    padding-right: 10px;
    margin-right: 10px;
  }
  #information-information h1 {
    margin-bottom: 15px;
  }
  #information-information #content {
    margin-left: 5px;
    margin-right: 5px;
    padding: 15px;
  }
  #information-information #content .aboutus {
    margin-bottom: 20px;
  }
  #account-account #content h2 {
    margin-bottom: 10px;
  }
  #account-account #content ul.list-unstyled {
    margin-bottom: 15px;
  }
  #account-wishlist td {
    white-space: nowrap;
  }
  #checkout-cart #shopping-cart {
    margin-bottom: 20px;
  }
  #checkout-cart #shopping-cart table td {
    white-space: nowrap;
  }
  #checkout-cart #shopping-cart table td form .input-group {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  #checkout-cart #shopping-cart table td form .input-group .form-control {
    width: 30px;
    text-align: center;
  }
  #checkout-cart #shopping-cart table td form .input-group .btn {
    padding: 5px 12px;
  }
  #checkout-cart #accordion .accordion-item .accordion-header .accordion-button {
    padding: 10px;
  }
  #content .col.mb-3 {
    flex: none;
  }
  #information-contact .card {
    width: 100%;
    padding: 10px;
  }
  #information-contact .col-sm-3 strong {
    font-size: 14px;
}
#header span.search-title, .account-title, #header #header-cart .btn-lg .cart_title {
  display: none;
}
#base_cms_banner .stickyscroll {
  gap: 10px;
}
#base_cms_banner_2 .stickyscroll {
  gap: 10px;
}
}
@media (max-width: 575px) {
  #base_latest_product, #base_bestseller_product, #base_featured_product, #base_special_product {
    padding: 0px;
  }
  #display-control {
    gap: 10px;
  }
  #display-control .category-sorting {
    gap: 10px;
  }
  #display-control .input-group.sort-by-wrapper .form-select, #display-control .input-group.show-wrapper .form-select {
    padding: 4px;
  }
  #display-control .input-group.sort-by-wrapper .input-group-text, #display-control .input-group.show-wrapper .input-group-text {
    padding: 4px 7px;
  }
  #pagination-wrapper .page-link .pagination {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #product-info .product-left {
    width: 100%;
    margin-bottom: 20px;
  }
  #product-info .product-right {
    width: 100%;
  }
  #product-info .product-right .product_title {
    font-size: 16px;
    margin-bottom: 8px;
  }
  #product-info .product-right .rating {
    padding-bottom: 8px;
  }
  #product-info .product-right .price {
    font-size: 16px;
  }
  #product-info .product-right #product .qty {
    margin: 12px 0;
  }
  #product-info .product-right #product .wishlist_compare_btn .btn {
    font-size: 10px;
    line-height: 22px;
  }
  #product-info .product_page_tab {
    margin: 30px 0;
  }
}
@media (max-width: 540px) {
  h1 {
    font-size: 28px;
  }
  .stickyscroll > .scroll-item {
    padding: 0 5px;
  }
  #top a {
    font-size: 12px;
  }
  #top .nav .lang_currency .list-inline .list-inline-item:not(:last-child) {
    margin-right: 1.5rem;
  }
  #top .nav .lang_currency .dropdown {
    padding: 5px 0;
  }
  #top .nav .lang_currency .drop_currency a.dropdown-toggle span {
    font-size: 13px;
  }
  #top .nav .lang_currency .language span.title, #top .nav .lang_currency .language i {
    font-size: 13px;
  }
  #header .header-search {
    width: 300px;
  }
  #header .header_account::after {
    display: none;
  }
  #header .myaccount > a > span ,  #header #header-cart .cart_image {
    width: 18px;
    height: 18px;
  }
  #header #menu .navbar-toggler {
    margin-right: 15px;
  }
  #header #menu .navbar-toggler i {
    font-size: 16px;
  }
  #footer .mobile_togglemenu {
    height: 20px;
    width: 20px;
    line-height: 20px;
  }
  #footer .mobile_togglemenu::before {
    font-size: 20px;
  }
  #footer .footer_middle {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #footer .footer_middle h5 {
    font-size: 16px;
    margin-bottom: 12px;
}
  #footer .footer_middle a:not(.mobile_togglemenu) {
    font-size: 12px;
  }
  #footer .footer_middle .middle-content .footer_aboutus_cms p {
    line-height: 20px;
    margin-bottom: 10px;
  }
  #base_cms_banner .stickyscroll .scroll-item {
    max-width: 290px;
  }
  #base_cms_banner .banner-wrapper .content {
    left: 20px;
  }
  #base_cms_banner .banner-wrapper .content .label {
    margin: 0 0 4px;
    font-size: 12px;
  }
  #base_cms_banner .banner-wrapper .content .title {
    margin: 0 0 6px 0;
    font-size: 20px;
    line-height: 26px;
}
  #base_cms_banner_2 .banner-wrapper .content .title {
    font-size: 28px;
  }
  #base_service_block .service-wrapper .service-img {
    margin-bottom: 15px;
  }
  #base_service_block .service-wrapper .service-img img {
    width: 40px;
    height: 40px;
}
  #base_service_block .service-wrapper .service-content h3 {
    margin-bottom: 4px;
  }
  #single_banner .banner-wrapper .content .text {
    display: none;
  }
  #single_banner .banner-wrapper .content .title {
    font-size: 22px;
  }
  #single_banner .banner-wrapper .content .label {
    margin: 0 0 2px;
    font-size: 12px;
  }
  #product-category #content .category-header .image {
    width: 100%;
    margin-bottom: 15px;
  }
  #product-category #content .category-header .description {
    width: 100%;
  }
  #product-category .title-description h3 {
    font-size: 22px;
  }
  #product-info .product-right .wishlist_compare_btn .btn::before {
    content: "";
    -webkit-mask-size: 16px;
    mask-size: 16px;
    width: 13px;
    height: 14px;
    margin-right: 3px;
    padding: 9px 8px;
}
#product-info .product-right #product .wishlist_compare_btn .btn {
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}
#product-info .product-right .wishlist_compare_btn .btn.wishlist {
  padding-right: 6px;
  margin-right: 6px;
}
.product-thumb .product_buttons {
	right: 6px;
	top: 6px;
}
.product-thumb .product_buttons .btn-icon {
	margin-bottom: 0.2em;
}
.dropdown-menu.show {
  inset: 15px 0 auto auto !important;
    right: -20px !important;
}
#product-info .tab-content {
  padding: 15px;
  font-size: 14px;
}
.image-content .img-side {
  padding: 0 !important;
  margin-bottom: 30px !important;
}
.tab-desc1 p:first-child ,.tab-desc1 .img-side1{
  margin-bottom: 30px !important;
}
.tab-content .image-content{
  padding: 0;
}
.header_middle_right ul.list-inline.d-flex {
  margin: 0 12px;
}
#header #header-cart span.cart_counter {
  margin-left: 3px;
}
}
@media (max-width: 479px) {
  .quickview-button.btn-icon {
    display: none;
  }
  #alert .alert {
    width: 280px;
    min-width: 290px;
  }
  #header #header-cart .dropdown-menu li .total-wrapper .table tr td {
    padding: 4px 0.25rem;
  }
  #header #header-cart .dropdown-menu li .total-wrapper tr td strong {
    font-size: 13px;
  }
  .product-thumb .product-cart .cart_button {
    font-size: 12px;
    padding: 6px 6px;
  }
  h2 {
    font-size: 22px;
}
#base_cms_banner_2 .banner-wrapper {
  width: 48.3%;
}
#base_service_block .scroll-item {
  width: 100%;
  padding-inline: 0px;
}
.service-content h5 {
  font-size: 15px;
}
#base_service_block .service-wrapper .service-content p {
  font-size: 13px;
  line-height: 22px;
}
#alert .alert {
  width: 290px;
  min-width: 290px;
}
}