@charset "UTF-8";
@media (max-width: 1600px) {
  #base_cms_banner .banner-wrapper .content {
    left: 35px;
  }
}
@media (min-width: 1201px) and (max-width: 1366px) {
  #top .nav {
    -ms-grid-columns: 1fr 1.5fr 1fr;
    grid-template-columns: 1fr 1.5fr 1fr;
  }
  #header .header-search {
    width: 520px;
  }
}
@media (max-width: 1366px) {
  #column-left, #column-right {
    width: 22%;
  }
  #footer .footer_middle .middle-content {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  #footer .footer_middle .middle-content .footer_contact {
    padding: 0 30px;
  }
  #base_cms_banner .banner-wrapper .content {
    left: 25px;
  }
  #base_cms_banner .banner-wrapper .content .label {
    margin: 0 0 10px;
  }
  #base_cms_banner .banner-wrapper .content .title {
    font-size: 20px;
    line-height: 1.3;
    margin: 0 0 8px 0;
  }
  #base_cms_banner .banner-wrapper .content .price {
    font-size: 30px;
  }
  #base_service_block .scroll-item {
    width: 300px;
  }
  .base_products .product-wrapper {
    padding: 0 10px;
  }
  .base_products .product-wrapper .product-thumb {
    padding: 10px 0;
  }
  #base_left_banner h3 {
    font-size: 22px;
    line-height: 1.2;
  }
  #product-info .product-left {
    width: 33%;
  }
  #product-info .product-right {
    width: 42.8%;
  }
  #product-info .product-sidebar {
    width: 24.2%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #header .header-search {
    width: 360px;
  }
  #base_product_sidebar_service_block {
    padding: 10px;
  }
  #base_product_sidebar_service_block .service-wrapper {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  #base_product_sidebar_service_block .service-wrapper .service-content h3 {
    font-size: 15px;
  }
  #base_product_sidebar_service_block .service-wrapper .service-content p {
    font-size: 13px;
    line-height: 1.3;
  }
}
@media (max-width: 1200px) {
  #column-left, #column-right {
    width: 25%;
  }
  #footer .footer_middle .middle-content {
    -ms-grid-columns: 0.8fr 1fr;
    grid-template-columns: 0.8fr 1fr;
  }
  #base_cms_banner .banner-wrapper .content {
    left: 20px;
  }
  #base_cms_banner .banner-wrapper .content .subheading {
    display: none;
  }
  #base_cms_banner .banner-wrapper .content .price {
    font-size: 26px;
  }
  #base_cms_banner .banner-wrapper .content .label {
    margin: 0 0 8px;
  }
  #base_cms_banner .banner-wrapper .content .title {
    margin: 0 0 5px 0;
  }
  #base_latest_product {
    padding: 0 10px;
  }
  #base_bestseller_product {
    padding: 0 10px;
  }
  #base_featured_product {
    padding: 0 10px;
  }
  #base_special_product {
    padding: 0 10px;
  }
  .base_products .product_carousel.splide .splide__arrows {
    top: -26px;
  }
  .base_products .title-wrapper {
    margin: 0px 0px 10px 0px;
  }
  .base_products .title-wrapper h4 {
    font-size: 18px;
  }
  .base_products .price,.price .price-old {
    font-size: 14px;
  }
  #product-category .title-description ul li a {
    padding: 8px 12px;
  }
  #base_left_banner .left-banner-content {
    top: 8%;
    left: 20px;
  }
  #base_left_banner .left-banner-content h3 {
    font-size: 20px;
  }
  #top .nav #base_top_cms{display:none;}
  #base_cms_banner .stickyscroll {
    gap: 20px;
}
footer h5 {
  font-size: 20px;
  margin-bottom: 5px;
}
}
@media (max-width: 991px) {
  .row {
    --bs-gutter-x: 1.25rem;
    --bs-gutter-y: 0;
  }
  section {
    margin: 0 0 60px 0;
  }
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 24px;
  }
  h4 {
    font-size: 22px;
  }
  hr {
    margin: 1rem 0;
  }
  .btn {
    padding: 8px 18px;
  }
  .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;
  }
  #header .position-header-middle {
    display: none;
  }
  #header .header_middle {
    position: relative;
  }
  #header .header_bottom {
    padding: 10px 0;
  }
  #header .header_bottom .wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #header .header_bottom .wrapper .position-header-bottom {
    display: none;
  }
  #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;
  }
  .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 .footer_top {
    padding: 30px 0;
  }
  #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 {
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  #footer .footer_middle .middle-content .footer_aboutus_cms img {
    margin-bottom: 10px;
  }
  #footer .footer_middle .middle-content .footer_aboutus_cms p {
    margin-bottom: 8px;
  }
  #footer .footer_middle .middle-content .footer_aboutus_cms .footer-social {
    margin-top: 14px;
  }
  #footer .footer_middle .middle-content .footer_contact {
    padding: 0;
  }
  #footer .footer_middle .middle-content .footer_contact::after {
    display: none;
  }
  #footer .footer_middle .middle-content .footer_contact .contact {
    margin-bottom: 12px;
  }
  #footer .footer_middle .middle-content .footer_contact hr {
    margin: 1rem 0;
  }
  #base_cms_banner .banner-wrapper .content .title {
    font-size: 16px;
    margin: 0 0 2px 0;
  }
  #base_cms_banner .banner-wrapper .content .price {
    font-size: 20px;
  }
  #base_cms_banner .banner-wrapper .content .label {
    font-size: 12px;
    padding: 0 10px 0 10px;
  }
  #base_cms_banner.single-banner .content h3 {
    font-size: 20px;
  }
  #base_service_block .stickyscroll .scroll-item {
    width: 280px;
  }
  #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: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: 50%;
  }
  #product-info .product-right {
    width: 50%;
  }
  #product-info .product-right .product_title {
    margin-bottom: 6px;
  }
  #product-info .product-right .rating {
    padding-bottom: 6px;
  }
  #product-info .product-right .price .price-tax {
    margin: 0 0 10px 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-sidebar {
    width: 100%;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
  }
  #product-info .product-sidebar #base_left_banner {
    margin-bottom: 0;
  }
  #information-information h1 {
    margin-bottom: 25px;
  }
  #product-info .tab-content {
    padding: 20px;
}
}
@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;
    padding: 15px 0;
  }
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 22px;
    line-height: 1.2;
  }
  h4 {
    font-size: 20px;
  }
  .title-wrapper {
    margin: 0px 0px 15px 0px;
  }
  section {
    margin: 0 0 30px 0;
  }
  body {
    font-size: 13px;
    line-height: 1.6;
  }
  .btn {
    font-size: 12px;
    line-height: 1.66;
    padding: 5px 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_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: 340px;
  }
  #base_cms_banner.single-banner .banner-wrapper img {
    display: none;
  }
  #base_cms_banner.single-banner .banner-wrapper .content {
    position: static;
    background: var(--global-palette7);
    padding: 15px;
    display: block;
    text-align: center;
    -webkit-transform: none;
            transform: none;
  }
  #base_cms_banner.single-banner .banner-wrapper .content h3 {
    padding-bottom: 10px;
  }
  .nav.nav-tabs .nav-item .nav-link {
    padding: 3px 12px;
  }
  .base_products .title-wrapper h4 {
    font-size: 20px;
  }
  .price {
    font-size: 13px;
    line-height: 1.3;
  }
  .product-thumb .description {
    padding: 8px;
  }
  .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: 9px;
  }
  .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 .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;
  }
  .product_page_tab .tab-content .video-image {
    flex-direction:column;
    gap: 20px;
  }
  .product_page_tab .tab-content .video-image .video-img,
  .product_page_tab .tab-content .video-image .video-list {
      width: 100%;
  }
}
@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;
  }
  #product-info .product-sidebar {
    width: 100%;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  #product-info .product_page_tab {
    margin: 40px 0;
  }
  #base_product_sidebar_service_block {
    margin-bottom: 0;
  }
  #base_product_sidebar_service_block .service-wrapper {
    padding-bottom: 10px;
    margin-bottom: 10px;
    -ms-grid-columns: 16% 1fr;
    grid-template-columns: 16% 1fr;
  }
  #base_product_sidebar_service_block .service-wrapper .service-img {
    margin-right: 10px;
  }
  #base_product_sidebar_service_block .service-wrapper .service-content h3 {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 540px) {
  .stickyscroll > .scroll-item {
    padding: 0 5px;
  }
  #top {
    min-height: 30px;
  }
  #top a {
    font-size: 13px;
  }
  #top .nav .lang_currency .dropdown {
    padding: 5px 0;
  }
  #header .header-search {
    width: 300px;
  }
  #header .header_middle {
    padding: 18px 0;
  }
  #header .header_account {
    margin-right: 5px;
    padding-right: 5px;
  }
  #header .header_account::after {
    display: none;
  }
  #header .myaccount > a > span {
    width: 20px;
    height: 20px;
    background-size: 16px;
  }
  #header #header-cart .cart_image {
    width: 20px;
    height: 20px;
    background-size: 19px;
  }
  #header #menu .navbar-toggler {
    margin-right: 15px;
  }
  #header #menu .navbar-toggler i {
    font-size: 16px;
  }
  #header #logo img {
    max-width: 130px;
  }
  #footer .mobile_togglemenu {
    height: 20px;
    width: 20px;
    line-height: 20px;
  }
  #footer .mobile_togglemenu::before {
    font-size: 20px;
  }
  #footer .footer_top {
    padding: 20px 0;
  }
  #footer .footer_middle {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #footer .footer_middle h5 {
    font-size: 16px;
  }
  #footer .footer_middle a:not(.mobile_togglemenu) {
    font-size: 12px;
  }
  #footer .footer_middle .middle-content .footer_aboutus_cms {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  #footer .footer_middle .middle-content .footer_aboutus_cms img {
    margin-bottom: 8px;
  }
  #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.single-banner .banner-wrapper .content h3 {
    font-size: 18px;
    line-height: 1.3em;
  }
  #base_service_block .stickyscroll .scroll-item {
    width: 250px;
  }
  #product-category #content .category-header .image {
    width: 100%;
    margin-bottom: 15px;
  }
  #product-category #content .category-header .description {
    width: 100%;
  }
  #base_cms_banner .stickyscroll {
    gap: 10px;
}
footer h5 {
  font-size: 16px;
}
#header #header-cart .dropdown-menu .table tr td.image {
  padding: 7px 5px;
}
}
@media (max-width: 479px) {
  .product_page_tab .tab-content .tab-image {
    flex-direction:column;
        gap:10px;
        margin-bottom:30px;
  }
    .product_page_tab .tab-content .tab-image .img-side{
        width:100%;
    }
    .product_page_tab .tab-content .tab-description {
        margin-bottom: 10px;
    }
    #product-info .tab-content {
      padding: 15px;
  }
  #alert .alert {
    width: 290px;
    min-width: 290px;
}
}