- {% if setting_value('visiosoft.module.advs::show_subcats_mobile') %}
- {% include "visiosoft.module.advs::list/partials/sub-categories-mobile" %}
- {% endif %}
- {% if not hideBreadcrump %}
- {% include "visiosoft.module.advs::list/partials/mobile-breadcrumb" %}
- {% endif %}
-
- {% if not hideActions %}
-
-
- {{ img('visiosoft.module.advs::images/listing/mobile-filter.svg').data|raw }}
-
{{ trans('visiosoft.module.advs::field.filter') }}
-
-
-
- {{ img('visiosoft.module.advs::images/listing/mobile-sort.svg').data|raw }}
-
{{ trans('visiosoft.module.advs::field.sort') }}
-
-
-
- {{ addBlock('ads-list/mobile/action-bar')|raw }}
-
-
- {% endif %}
-
-
-
- {% include "visiosoft.module.advs::list/partials/pagination" %}
-
-
diff --git a/addons/default/visiosoft/base-theme/resources/css/gallery.css b/addons/default/visiosoft/base-theme/resources/css/gallery.css
new file mode 100644
index 000000000..2d031b42f
--- /dev/null
+++ b/addons/default/visiosoft/base-theme/resources/css/gallery.css
@@ -0,0 +1,55 @@
+.product-hb {
+ height: 500px;
+ margin-bottom: 20px;
+}
+
+.heart-icon {
+ width: 36px;
+ height: 36px;
+ border-radius: 50%;
+ font-size: 18px;
+ color: rgb(109, 109, 109);
+ background-color: rgb(245, 245, 245);
+ position: absolute;
+ right: 25px;
+ top: 15px;
+ cursor: pointer;
+}
+
+.product-image-hb {
+ display: flex;
+ justify-content: center;
+ width:100%;
+ height: 500px;
+ padding: 10px;
+}
+
+.product-image-in {
+ width: 100%;
+ height: 100%;
+ object-fit:cover;
+ border-radius: 6px;
+}
+
+.product-name-hb {
+ font-size: 12px;
+ line-height: 18px;
+ margin-top: 0;
+ font-weight: normal;
+}
+.line-clamp {
+ display: -webkit-box;
+ -webkit-line-clamp: 2;
+ -webkit-box-orient: vertical;
+ overflow: hidden;
+}
+
+.product-price-hb {
+ font-size: 24px;
+ font-weight:bolder;
+ background-color: rgb(244,244,244);
+ height: 50px;
+}
+.fs-14{
+ font-size: 14px;
+}
\ No newline at end of file
diff --git a/addons/default/visiosoft/base-theme/resources/css/theme.css b/addons/default/visiosoft/base-theme/resources/css/theme.css
index ea5abc457..4255e2f76 100644
--- a/addons/default/visiosoft/base-theme/resources/css/theme.css
+++ b/addons/default/visiosoft/base-theme/resources/css/theme.css
@@ -24,73 +24,4 @@
.register-section {
padding: 100px 50px;
}
-}
-
-.product-hb {
- font-family: -apple-system,
- BlinkMacSystemFont,
- Arial,
- Roboto,
- Oxygen,
- Ubuntu,
- Cantarell,
- Fira Sans,
- Droid Sans,
- Helvetica Neue,
- sans-serif !important;
- height: 500px;
- margin-bottom: 20px;
-}
-
-.heart-icon {
- width: 36px;
- height: 36px;
- border-radius: 50%;
- font-size: 18px;
- color: rgb(109, 109, 109);
- background-color: rgb(245, 245, 245);
- position: absolute;
- right: 25px;
- top: 15px;
- cursor: pointer;
-}
-
-.product-image-hb {
- display: flex;
- justify-content: center;
- width:100%;
- height: 500px;
- padding: 10px;
-}
-
-.product-image-in {
- width: 100%;
- height: 100%;
- object-fit:cover;
- border-radius: 6px;
-}
-
-.product-name-hb {
- font-size: 12px;
- line-height: 18px;
- margin-top: 0;
- font-weight: normal;
-}
-.line-clamp {
- display: -webkit-box;
- -webkit-line-clamp: 2;
- -webkit-box-orient: vertical;
- overflow: hidden;
-}
-
-.product-price-hb {
- font-size: 24px;
- font-weight:bolder;
- background-color: rgb(244,244,244);
- height: 50px;
-}
-.fs-14{
- font-size: 14px;
-}
-
-
+}
\ No newline at end of file
diff --git a/addons/default/visiosoft/base-theme/resources/views/layouts/default.twig b/addons/default/visiosoft/base-theme/resources/views/layouts/default.twig
index a06220c3a..12986fdd5 100644
--- a/addons/default/visiosoft/base-theme/resources/views/layouts/default.twig
+++ b/addons/default/visiosoft/base-theme/resources/views/layouts/default.twig
@@ -22,7 +22,7 @@
{{ addBlock('layouts/default/section')|raw }}
-
+
{% include "visiosoft.theme.base::partials/messages" %}
diff --git a/addons/default/visiosoft/base-theme/resources/views/partials/metadata.twig b/addons/default/visiosoft/base-theme/resources/views/partials/metadata.twig
index 243f8eb8f..210b77532 100644
--- a/addons/default/visiosoft/base-theme/resources/views/partials/metadata.twig
+++ b/addons/default/visiosoft/base-theme/resources/views/partials/metadata.twig
@@ -19,6 +19,7 @@
{{ asset_add("theme.css", "visiosoft.theme.base::css/select2.css") }}
{{ asset_add("theme.css", "visiosoft.theme.base::css/font-awesome.min.css") }}
{{ asset_add("theme.css", "visiosoft.theme.base::css/intlTelInput.css") }}
+{{ asset_add("theme.css", "visiosoft.theme.base::css/gallery.css") }}
{{ asset_script('visiosoft.theme.base::js/visiosoft.js') }}