@charset "UTF-8";
@media (max-width: 1366px) {
  #column-left, #column-right {
    width: 22%;
  }
  #header .header_middle {
    padding: 0 40px;
  }
  #header .header_bottom {
    padding: 0 40px;
  }
  #base_left_banner h3 {
    font-size: 22px;
    line-height: 1.2;
  }
  #product-info .img-details {
    width: 44% !important;
}
#product-info .img-details1 {
  width: 48% !important;
}
}
@media (min-width: 992px) {
  #footer .col-sm-3.column {
    width: 23%;
  }
  #footer .col-sm-3.column.middle-content {
    width: 31%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #header #menu .navbar-nav > li > a {
    padding: 26px 9px 26px 9px;
  }
  #header .header_account {
    margin-right: 15px;
  }
  #header .header-compare, #header .header_wishlist {
    margin-right: 25px;
  }
  #logo img {
    max-width: 120px;
  }
}
@media (max-width: 1200px) {
  #header .header_middle .wrapper .lang_currency .list-inline .list-inline-item:not(:last-child) {
    margin-right: 1rem;
  }
  #header .header_middle {
    padding: 0 15px;
  }
  #header .header_bottom {
    padding: 0 15px;
  }
  #column-left, #column-right {
    width: 25%;
  }
  #base_cms_banner_2 .banner-wrapper .content {
    left: 30px;
  }
  #base_service_block {
    padding: 0 20px;
  }
  #product-category .title-description ul li a {
    padding: 8px 12px;
  }
  #product-info .img-details1 {
    width: 40% !important;
}
#product-info .img-details {
  width: 48% !important;
}
  #product-info .image-content,#product-info .img-side1 {
    float: left;
    margin-top: 20px;
  }
  #tab-description .tab-desc p,#product-info .img-side1,#product-info .image-content .img-side,#tab-description .tab-desc .img-details p{
    margin-bottom: 30px !important;
  }
  #tab-description .tab-desc1 p b {
    margin-bottom: 15px !important;
  }
}
@media (max-width: 991px) {
  .row {
    --bs-gutter-x: 1.25rem;
    --bs-gutter-y: 0;
  }
  section {
    margin: 0 0 60px 0;
  }
  h1 {
    font-size: 32px;
    line-height: 1.2;
  }
  h2 {
    font-size: 24px;
    line-height: 1.2;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
  hr {
    margin: 1rem 0;
  }
  .title-wrapper {
    margin: 0px 0px 18px 0px;
  }
  .price {
    font-size: 16px;
  }
  .stickyscroll {
    gap: 20px;
  }
  #top {
    display: none;
  }
  #header .header_middle {
    position: relative;
  }
  #header .header_middle .wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #header .header_middle .wrapper .lang_currency ul.list-inline {
    text-align: center;
  }
  #header .header_middle .wrapper .lang_currency .dropdown {
    padding: 7px 0;
  }
  #header .header_middle .header_contact {
    display: none;
  }
  #header .header_bottom {
    padding: 15px 15px;
  }
  #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;
    height: 70%;
    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);
    color: var(--global-palette9);
  }
  #header #menu #navbar-menu .navbar-header h5 {
    margin-bottom: 0;
    color: var(--global-palette9);
    font-size: 18px;
  }
  #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: 5px;
  }
  #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: 11px;
  }
  #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 h6.toggle {
    position: relative;
  }
  #footer .footer_top {
    padding: 60px 0;
  }
  #footer .footer_middle {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  #footer h5 {
    margin-bottom: 18px;
    position: relative;
  }
  #footer .footer_middle li + li {
    margin-top: 8px;
  }
  #footer .footer_middle .column .footer-toggle {
    margin-bottom: 30px;
  }
  #footer .footer_bottom {
    padding: 20px 0;
  }
  #base_cms_banner {
    gap: 20px;
  }
  #base_cms_banner .left-banner .banner-wrapper .content .title {
    margin: 0 0 34px 0;
  }
  #base_cms_banner .banner-wrapper .content {
    left: 20px;
  }
  #base_cms_banner .banner-wrapper .content .label {
    margin: 0 0 10px;
  }
  #base_cms_banner .banner-wrapper .content .title {
    margin: 0 0 10px 0;
  }
  #base_cms_banner_2 .banner-wrapper .content .label {
    margin: 0 0 8px;
  }
  #base_cms_banner_2 .banner-wrapper .content .title {
    margin: 0 0 10px 0;
  }
  #base_service_block .stickyscroll {
    padding-bottom: 10px;
  }
  #base_service_block .stickyscroll .scroll-item {
    width: 250px;
  }
  #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 {
    margin-bottom: 16px;
  }
  .nav.nav-tabs .nav-item .nav-link {
    font-size: 18px;
  }
  .product-thumb .description {
    padding: 15px;
  }
  .product-list .product-thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #display-control {
    padding: 8px;
  }
  #display-control .open-sidebar {
    margin-right: 8px;
    font-size: 13px;
    padding: 10px 14px;
  }
  #display-control .open-sidebar i {
    margin-right: 2px;
  }
  #display-control .compare-total a {
    font-size: 13px;
  }
  #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 {
    height: 38px;
  }
  #product-info .product-right #product .qty .op-box.qty-plus-minus #input-quantity {
    height: 38px;
  }
  #product-info .product_page_tab {
    margin: 50px 0;
  }
  #product-info .product_page_tab #tab-review #form-review {
    width: 490px;
  }
  #information-information h1 {
    margin-bottom: 25px;
  }
  .dropdown-menu.show {
    inset: 16px 0px auto auto !important;
}
#base_cms_banner_2 .stickyscroll {
  gap: 20px;
}
#product-info .img-details ,#product-info .img-details1{
  width: 100% !important;
}
#product-info .img-details1 p {
  float: left;
  width: 100%;
  margin-bottom: 0;
}
#product-info .img-details1 ul {
  float: left !important;
}
}
@media (max-width: 767px) {
  .row {
    --bs-gutter-x: 0.625rem;
    --bs-gutter-y: 0;
  }
  .stickyscroll {
    gap: 10px;
  }
  .breadcrumb {
    margin: 0 0 30px 0;
  }
  body {
    font-size: 12px;
  }
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 22px;
    line-height: 1.2;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 14px;
  }
  .title-wrapper {
    margin: 0px 0px 10px 0px;
  }
  section {
    margin: 0 0 35px 0;
  }
  .btn {
    font-size: 12px;
    padding: 8px 14px;
  }
  #header .header-search {
    width: 500px;
  }
  #header #header-cart .dropdown-menu {
    width: 300px;
  }
  .header_middle .wrapper .lang_currency .dropdown span.d-none {
    display: inline-block !important;
  }
  .header_middle .wrapper .lang_currency .dropdown .dropdown-menu {
    right: -30px !important;
  }
  #menu .dropdown-inner a, #menu .see-all {
    color: var(--global-palette3);
  }
  #footer {
    margin-top: 30px;
  }
  #footer p {
    line-height: 22px;
  }
  #footer .footer_top {
    padding: 30px 0;
  }
  #footer .footer_middle {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  #footer .footer_middle a:not(.mobile_togglemenu) {
    font-size: 13px;
  }
  #footer h5 {
    margin-bottom: 16px;
  }
  #footer .footer_bottom {
    text-align: center;
  }
  #footer .footer_bottom .bottom-content {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #footer .footer_bottom .bottom-content p {
    font-size: 12px;
  }
  #base_cms_banner {
    gap: 10px;
  }
  #base_cms_banner .left-banner .banner-wrapper .content .title {
    margin: 0 0 14px 0;
    font-size: 24px;
  }
  #base_cms_banner .left-banner .banner-wrapper .content .cms_button .btn {
    padding: 8px 14px;
  }
  #base_cms_banner .banner-wrapper .content .title {
    font-size: 18px;
    margin: 0 0 4px 0;
  }
  #base_cms_banner .banner-wrapper .content .label {
    font-size: 13px;
    margin: 0 0 4px;
  }
  #base_cms_banner_2 .stickyscroll .scroll-item {
    max-width: 368px;
  }
  #base_service_block .stickyscroll .scroll-item {
    width: 200px;
  }
  .product-wrapper.splide .splide__arrows .splide__arrow, .related_carousel.splide .splide__arrows .splide__arrow {
    top: -25px;
  }
  .product-wrapper.splide .splide__arrows .splide__arrow.splide__arrow--prev, .related_carousel.splide .splide__arrows .splide__arrow.splide__arrow--prev {
    right: 30px;
  }
  .nav.nav-tabs {
    margin-bottom: 10px;
  }
  .nav.nav-tabs .nav-item .nav-link {
    font-size: 16px;
    margin-right: 30px;
  }
  .nav.nav-tabs .nav-item .nav-link::after {
    right: -15px;
  }
  .nav.nav-tabs .nav-item:last-child .nav-link {
    margin-right: 0;
  }
  .price {
    font-size: 14px;
    line-height: 1.3;
  }
  .product-thumb .description {
    padding: 10px;
  }
  .product-thumb .description h6 {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 0px;
  }
  .product-thumb .description .rating {
    padding-bottom: 2px;
  }
  .product-thumb .description .rating .fa-stack {
    height: 1em;
    width: 10px;
    line-height: 1em;
  }
  .product-thumb .description .rating .fa-stack .fa-star {
    font-size: 9px;
  }
  .product-thumb .description .product_cart_btn button.cart_button {
    margin: 8px 0 0;
  }
  .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 {
    gap: 10px;
  }
  .product-list .product-thumb .image {
    width: 40%;
  }
  .product-list .product-thumb .content {
    width: 60%;
  }
  .product-list .product-thumb .description .desc {
    display: none;
  }
  #product-category #product-list.row {
    --bs-gutter-x: 0.625rem;
  }
  #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;
  }
  #base_cms_banner_2 .stickyscroll {
    gap: 10px;
}
#content .col.mb-3 {
  flex: none;
}
#information-contact .card {
width: 100%;
padding: 10px;
}
#product-info .tab-content {
  padding: 15px;
  font-size: 14px;
}
#tab-description .tab-desc p, #product-info .img-side1, #product-info .image-content .img-side, #tab-description .tab-desc .img-details p {
  margin-bottom: 15px !important;
}
#tab-description .tab-desc1 p {
  margin-bottom: 20px !important;
}
#product-info .image-content .img-side img,#product-info .img-side1 img {
    height: auto;
}
}
@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: 18px;
    margin-bottom: 4px;
  }
  #product-info .product-right .rating {
    padding-bottom: 5px;
  }
  #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: 12px;
    line-height: 22px;
  }
  #product-info .product_page_tab {
    margin: 30px 0;
  }
  #product-info .product-right .wishlist_compare_btn .btn::before {
    width: 16px;
    height: 16px;
}

}
@media (max-width: 540px) {
  #header .header-search {
    width: 300px;
  }
  #header .header_middle .wrapper .lang_currency .dropdown {
    padding: 5px 0;
  }
  #header .header_middle .wrapper .lang_currency .drop_currency a.dropdown-toggle span {
    font-size: 13px;
  }
  #header .header_middle .wrapper .lang_currency .language span.title, #header .header_middle .wrapper .lang_currency .language i {
    font-size: 13px;
  }
  #header .header_account {
    margin-right: 10px;
  }
  #header .header_account::after {
    display: none;
  }
  #header .myaccount > a > span {
    width: 20px;
    height: 20px;
  }
  #header #header-cart .cart_image {
    width: 19px;
    height: 19px;
  }
  #header #menu .navbar-toggler {
    margin-right: 15px;
  }
  #header #menu .navbar-toggler i {
    font-size: 16px;
  }
  #header #logo img {
    max-width: 120px;
  }
  #footer .mobile_togglemenu {
    height: 20px;
    width: 20px;
    line-height: 20px;
  }
  #footer .mobile_togglemenu::before {
    font-size: 20px;
  }
  #footer h5 {
    margin-bottom: 12px;
  }
  #base_cms_banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #base_cms_banner .stickyscroll {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
  #base_cms_banner .stickyscroll .scroll-item {
    width: 290px;
  }
  #base_cms_banner .banner-wrapper .content .label {
    margin: 0 0 6px;
  }
  #base_cms_banner .banner-wrapper .content .title {
    margin: 0 0 8px 0;
  }
  #base_cms_banner .left-banner .banner-wrapper .content .title {
    margin: 0 0 24px 0;
  }
  #base_cms_banner .left-banner .banner-wrapper .content .label {
    margin: 0 0 14px 0;
  }
  #base_cms_banner_2 .stickyscroll .scroll-item {
    max-width: 288px;
  }
  #base_cms_banner_2 .banner-wrapper .content {
    left: 15px;
  }
  #base_cms_banner_2 .banner-wrapper .content .label {
    margin: 0 0 4px;
    font-size: 13px;
  }
  #base_cms_banner_2 .banner-wrapper .content .title {
    margin: 0 0 6px 0;
    font-size: 18px;
  }
  #base_service_block {
    padding: 0;
  }
  #base_service_block .stickyscroll .scroll-item {
    width: 200px;
  }
  #base_service_block .service-wrapper .service-img {
    margin-right: 10px;
    width: 30px;
  }
  #base_service_block .service-wrapper .service-content .desc {
    line-height: 20px;
  }
  .product-wrapper.splide .splide__arrows .splide__arrow.splide__arrow--next, .related_carousel.splide .splide__arrows .splide__arrow.splide__arrow--next {
    right: 0em;
  }
  .product-list .product-thumb .image {
    margin: auto;
  }
  .product-list .product-thumb .description {
    padding: 10px;
  }
  .product-list .product-thumb .description h6 {
    margin-bottom: 0;
  }
  .product-list .product-thumb .description .price {
    margin-bottom: 2px;
  }
  #product-info .product_page_tab #tab-review #form-review {
    width: 290px;
  }
  #product-category #content h2 {
    font-size: 22px;
  }
  #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-thumb .image .sale-label {
    top: 6px;
    left: 6px;
    padding: 2px 7px;
}
.product-wrapper.splide .splide__arrows .splide__arrow, .related_carousel.splide .splide__arrows .splide__arrow {
  top: -21px;
}
.splide .splide__arrow {
  height: 1.7rem !important;
  width: 1.7rem !important;
}
.product-thumb .product_buttons .quickview-button {
  display: none;
}
.top_button {
  height: 35px;
  padding: 0px 10px;
  width: 35px;
}
.top_button::before {
  font-size: 18px;
  line-height: 33px;
}
.top_button:after {
  height: 35px;
  width: 35px;
}
#header #header-cart span.cart_counter {
  height: 1.5em;
  width: 1.5em;
  font-size: 12px;
}
#product-info .image-content .img-side {
  padding: 0 !important;
}
#tab-description .tab-desc1 p b {
  margin-bottom: 0px !important;
}
}