from server 02.11
This commit is contained in:
parent
3811559a58
commit
ad75efd4a4
|
|
@ -68,9 +68,7 @@ input::-webkit-inner-spin-button {
|
||||||
-ms-grid-row-align: center;
|
-ms-grid-row-align: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
margin-top: 20px;
|
margin: 20px 0;
|
||||||
position:relative;
|
|
||||||
z-index: 1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero_meta_area {
|
.hero_meta_area {
|
||||||
|
|
@ -174,7 +172,6 @@ input::-webkit-inner-spin-button {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 78px;
|
top: 78px;
|
||||||
right: 47%;
|
right: 47%;
|
||||||
z-index:5;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.header_area .classy-navbar {
|
.header_area .classy-navbar {
|
||||||
|
|
@ -193,10 +190,3 @@ input::-webkit-inner-spin-button {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@media (max-width: 475px) {
|
|
||||||
.classy-nav-container.breakpoint-on {
|
|
||||||
position: absolute;
|
|
||||||
top: 78px;
|
|
||||||
right: 42%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -604,11 +604,11 @@ textarea:focus,
|
||||||
|
|
||||||
.breakpoint-on .classynav ul li.has-down.active > .dd-trigger,
|
.breakpoint-on .classynav ul li.has-down.active > .dd-trigger,
|
||||||
.breakpoint-on .classynav ul li.megamenu-item.active > .dd-trigger {
|
.breakpoint-on .classynav ul li.megamenu-item.active > .dd-trigger {
|
||||||
background-color: #f37b1c; }
|
background-color: #0f99f3; }
|
||||||
|
|
||||||
.hero_meta_area {
|
.hero_meta_area {
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 0; }
|
z-index: 1; }
|
||||||
.hero_meta_area .search-area {
|
.hero_meta_area .search-area {
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 1; }
|
z-index: 1; }
|
||||||
|
|
@ -1105,7 +1105,7 @@ textarea:focus,
|
||||||
.welSlideTwo .single_slide::after {
|
.welSlideTwo .single_slide::after {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 90%;
|
||||||
content: "";
|
content: "";
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|
@ -1116,7 +1116,7 @@ textarea:focus,
|
||||||
.welSlideTwo .single_slide h2 {
|
.welSlideTwo .single_slide h2 {
|
||||||
color: #ffffff; }
|
color: #ffffff; }
|
||||||
.welSlideTwo .owl-dots {
|
.welSlideTwo .owl-dots {
|
||||||
bottom: 30px;
|
bottom: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|
@ -1497,7 +1497,7 @@ div[id^=quickview] button.close {
|
||||||
visibility: hidden; }
|
visibility: hidden; }
|
||||||
@media only screen and (max-width: 767px) {
|
@media only screen and (max-width: 767px) {
|
||||||
.single-product-area .product_description .product_add_to_cart a i {
|
.single-product-area .product_description .product_add_to_cart a i {
|
||||||
/* display: none; */ } }
|
display: none; } }
|
||||||
.single-product-area .product_description .product_add_to_cart a:hover, .single-product-area .product_description .product_add_to_cart a:focus {
|
.single-product-area .product_description .product_add_to_cart a:hover, .single-product-area .product_description .product_add_to_cart a:focus {
|
||||||
background-color: #ba5603; }
|
background-color: #ba5603; }
|
||||||
.single-product-area .product_description .product_quick_view a {
|
.single-product-area .product_description .product_quick_view a {
|
||||||
|
|
@ -1521,7 +1521,7 @@ div[id^=quickview] button.close {
|
||||||
visibility: hidden; }
|
visibility: hidden; }
|
||||||
@media only screen and (max-width: 767px) {
|
@media only screen and (max-width: 767px) {
|
||||||
.single-product-area .product_description .product_quick_view a i {
|
.single-product-area .product_description .product_quick_view a i {
|
||||||
/* display: none; */ } }
|
display: none; } }
|
||||||
.single-product-area .product_description .product_quick_view a:hover, .single-product-area .product_description .product_quick_view a:focus {
|
.single-product-area .product_description .product_quick_view a:hover, .single-product-area .product_description .product_quick_view a:focus {
|
||||||
background-color: #ba5603; }
|
background-color: #ba5603; }
|
||||||
.single-product-area .hover_img {
|
.single-product-area .hover_img {
|
||||||
|
|
@ -2181,7 +2181,7 @@ div[id^=quickview] button.close {
|
||||||
border-radius: 6px; }
|
border-radius: 6px; }
|
||||||
.widget .widget-title {
|
.widget .widget-title {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
/* text-transform: capitalize; */
|
text-transform: capitalize;
|
||||||
margin-bottom: 1rem; }
|
margin-bottom: 1rem; }
|
||||||
.widget .widget-desc label {
|
.widget .widget-desc label {
|
||||||
text-transform: capitalize; }
|
text-transform: capitalize; }
|
||||||
|
|
@ -3083,7 +3083,7 @@ button.mfp-arrow {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
border-bottom: 0; }
|
border-bottom: 0; }
|
||||||
.my-account-navigation li.active a {
|
.my-account-navigation li.active a {
|
||||||
color: #ba5603; }
|
color: #0f99f3; }
|
||||||
|
|
||||||
.my-account-content {
|
.my-account-content {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
@ -3679,7 +3679,7 @@ button.mfp-arrow {
|
||||||
@media only screen and (max-width: 767px) {
|
@media only screen and (max-width: 767px) {
|
||||||
.shop_list_product_area .single-product-area .product_description .product_add_to_cart a i,
|
.shop_list_product_area .single-product-area .product_description .product_add_to_cart a i,
|
||||||
.shop_list_product_area .single-product-area .product_description .product_quick_view a i {
|
.shop_list_product_area .single-product-area .product_description .product_quick_view a i {
|
||||||
/* display: none; */ } }
|
display: none; } }
|
||||||
.shop_list_product_area .single-product-area .product_description .product_add_to_cart a:hover, .shop_list_product_area .single-product-area .product_description .product_add_to_cart a:focus,
|
.shop_list_product_area .single-product-area .product_description .product_add_to_cart a:hover, .shop_list_product_area .single-product-area .product_description .product_add_to_cart a:focus,
|
||||||
.shop_list_product_area .single-product-area .product_description .product_quick_view a:hover,
|
.shop_list_product_area .single-product-area .product_description .product_quick_view a:hover,
|
||||||
.shop_list_product_area .single-product-area .product_description .product_quick_view a:focus {
|
.shop_list_product_area .single-product-area .product_description .product_quick_view a:focus {
|
||||||
|
|
@ -4361,111 +4361,4 @@ button.mfp-arrow {
|
||||||
/* Custom file-input ============================ */
|
/* Custom file-input ============================ */
|
||||||
|
|
||||||
|
|
||||||
/* Chat end ======================================= */
|
/* Chat end ======================================= */
|
||||||
|
|
||||||
.chat-wrapper-section {
|
|
||||||
position: fixed;
|
|
||||||
right: 40px;
|
|
||||||
bottom: 182px;
|
|
||||||
width: 335px;
|
|
||||||
background-color: #fff;
|
|
||||||
border-radius: 5px;
|
|
||||||
transition: all 0.4s;
|
|
||||||
box-shadow: 1px 2px 11px #44444469;
|
|
||||||
z-index:99999;
|
|
||||||
height: 600px;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.message_input2 {
|
|
||||||
width: 100%;
|
|
||||||
height: 100px;
|
|
||||||
padding: 30px;
|
|
||||||
background-color: rgba(0, 0, 0, 0.03);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.message_form {
|
|
||||||
position: absolute;
|
|
||||||
bottom: 0px;
|
|
||||||
left: 50%;
|
|
||||||
transform: translateX(-50%);
|
|
||||||
width: calc(100% - 60px);
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
border-radius: 10px;
|
|
||||||
overflow: hidden;
|
|
||||||
background: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.friend_message2 {
|
|
||||||
width: 60%;
|
|
||||||
border-bottom-right-radius: 10px;
|
|
||||||
border-top-left-radius: 10px;
|
|
||||||
border-top-right-radius: 10px;
|
|
||||||
|
|
||||||
padding: 10px;
|
|
||||||
margin-bottom: 30px;
|
|
||||||
|
|
||||||
background: #f5f5f5;
|
|
||||||
overflow-x: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
.my_message2 {
|
|
||||||
width: 60%;
|
|
||||||
border-bottom-left-radius: 10px;
|
|
||||||
border-top-left-radius: 10px;
|
|
||||||
border-top-right-radius: 10px;
|
|
||||||
|
|
||||||
padding: 10px;
|
|
||||||
margin: 0 0 30px auto;
|
|
||||||
|
|
||||||
background: #F37B1C;
|
|
||||||
color: #fff;
|
|
||||||
overflow-x: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
.message_form2 {
|
|
||||||
position: absolute;
|
|
||||||
bottom: 19px;
|
|
||||||
left: 50%;
|
|
||||||
transform: translateX(-50%);
|
|
||||||
width: calc(100% - 60px);
|
|
||||||
border: 0px;
|
|
||||||
/* border-radius: 10px; */
|
|
||||||
overflow: hidden;
|
|
||||||
background: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.chat_area2 {
|
|
||||||
width: 100%;
|
|
||||||
height: 620px;
|
|
||||||
position: relative;
|
|
||||||
padding-bottom: 100px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.display-block{
|
|
||||||
display: block;
|
|
||||||
opacity: 1;
|
|
||||||
transition: opacity 1s;
|
|
||||||
}
|
|
||||||
|
|
||||||
.display-none{
|
|
||||||
display: none;
|
|
||||||
opacity: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.message_btn2 {
|
|
||||||
position: absolute;
|
|
||||||
top: 40px;
|
|
||||||
right: 35px;
|
|
||||||
|
|
||||||
background: none;
|
|
||||||
border: none;
|
|
||||||
cursor: pointer;
|
|
||||||
|
|
||||||
width: 20px;
|
|
||||||
height: 20px;
|
|
||||||
z-index: 1;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
@ -218,7 +218,7 @@
|
||||||
$(".popular_items_slides").owlCarousel({
|
$(".popular_items_slides").owlCarousel({
|
||||||
items: 4,
|
items: 4,
|
||||||
margin: 30,
|
margin: 30,
|
||||||
loop: false,
|
loop: true,
|
||||||
nav: true,
|
nav: true,
|
||||||
navText: ['<i class="icofont-rounded-left"></i>', '<i class="icofont-rounded-right"></i>'],
|
navText: ['<i class="icofont-rounded-left"></i>', '<i class="icofont-rounded-right"></i>'],
|
||||||
dots: false,
|
dots: false,
|
||||||
|
|
@ -296,7 +296,7 @@
|
||||||
$(".shop_by_catagory_slides").owlCarousel({
|
$(".shop_by_catagory_slides").owlCarousel({
|
||||||
items: 7,
|
items: 7,
|
||||||
margin: 30,
|
margin: 30,
|
||||||
loop: true,
|
loop: false,
|
||||||
dots: true,
|
dots: true,
|
||||||
autoplay: true,
|
autoplay: true,
|
||||||
smartSpeed: 800,
|
smartSpeed: 800,
|
||||||
|
|
@ -339,10 +339,10 @@
|
||||||
autoplayHoverPause: true,
|
autoplayHoverPause: true,
|
||||||
responsive: {
|
responsive: {
|
||||||
0: {
|
0: {
|
||||||
items: 2
|
items: 3
|
||||||
},
|
},
|
||||||
480: {
|
480: {
|
||||||
items: 3
|
items: 4
|
||||||
},
|
},
|
||||||
576: {
|
576: {
|
||||||
items: 4
|
items: 4
|
||||||
|
|
|
||||||
|
|
@ -158,9 +158,13 @@ items:
|
||||||
isExternal: '0'
|
isExternal: '0'
|
||||||
-
|
-
|
||||||
title: Yşyklandyryş
|
title: Yşyklandyryş
|
||||||
|
nesting: null
|
||||||
type: url
|
type: url
|
||||||
url: /category-profile/lyustralar
|
url: /category-profile/lyustralar
|
||||||
code: ''
|
code: ''
|
||||||
|
reference: null
|
||||||
|
cmsPage: null
|
||||||
|
replace: null
|
||||||
viewBag:
|
viewBag:
|
||||||
locale:
|
locale:
|
||||||
ru:
|
ru:
|
||||||
|
|
|
||||||
|
|
@ -55,6 +55,86 @@ redirect = "index"
|
||||||
productSlug = "{{ :slug }}"
|
productSlug = "{{ :slug }}"
|
||||||
offerId = "{{ :id }}"
|
offerId = "{{ :id }}"
|
||||||
==
|
==
|
||||||
|
{% put styles %}
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.nav-brand {
|
||||||
|
width: 180px;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.my-account-content {
|
||||||
|
position: relative;
|
||||||
|
z-index: 1;
|
||||||
|
padding: 30px;
|
||||||
|
background-color: #f8f8ff;
|
||||||
|
border-radius: 6px;
|
||||||
|
border: 1px solid #b2b2b2;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 1200px) {
|
||||||
|
.single_slide {
|
||||||
|
height: 230px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.shop_by_catagory_area.section_padding_100 {
|
||||||
|
padding: 40px 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 900px) {
|
||||||
|
.single_slide {
|
||||||
|
height: 170px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 800px) {
|
||||||
|
.single_slide {
|
||||||
|
height: 150px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.owl-nav {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
.single_slide {
|
||||||
|
height: 130px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-brand {
|
||||||
|
width: 140px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.classy-nav-container.breakpoint-on {
|
||||||
|
right: 43%;
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@media (max-width: 480px) {
|
||||||
|
.welSlideTwo .owl-dots {
|
||||||
|
bottom: -20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.classy-nav-container.breakpoint-on {
|
||||||
|
right: 40%;
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 380px) {
|
||||||
|
.nav-brand {
|
||||||
|
width: 100px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
{% endput %}
|
||||||
|
|
||||||
{% set sliders = builderList.records %}
|
{% set sliders = builderList.records %}
|
||||||
{% set brandSliders = builderList2.records %}
|
{% set brandSliders = builderList2.records %}
|
||||||
{% set categories = builderList4.records %}
|
{% set categories = builderList4.records %}
|
||||||
|
|
@ -98,7 +178,7 @@ offerId = "{{ :id }}"
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
<div class="shop_by_catagory_slides owl-carousel">
|
<div class="shop_by_catagory_slides2 owl-carousel">
|
||||||
<!-- Single Slide -->
|
<!-- Single Slide -->
|
||||||
|
|
||||||
{% for category in categories %}
|
{% for category in categories %}
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,24 @@
|
||||||
[viewBag]
|
[viewBag]
|
||||||
==
|
==
|
||||||
<style>
|
<style>
|
||||||
|
.shop_by_catagory_slides2 {
|
||||||
|
position: relative;
|
||||||
|
z-index: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.single_catagory_slide p {
|
||||||
|
-webkit-transition-duration: 500ms;
|
||||||
|
-o-transition-duration: 500ms;
|
||||||
|
transition-duration: 500ms;
|
||||||
|
margin-bottom: 0;
|
||||||
|
font-weight: 700;
|
||||||
|
font-size: 13px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
color: #747794;
|
||||||
|
line-height: 1.5 !important;
|
||||||
|
}
|
||||||
|
|
||||||
.customParentLink{
|
.customParentLink{
|
||||||
font-size: 19px !important;
|
font-size: 19px !important;
|
||||||
|
|
@ -396,7 +414,7 @@ p {
|
||||||
.customCarousel .owl-item img {
|
.customCarousel .owl-item img {
|
||||||
display: block !important;
|
display: block !important;
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
height: 80% !important;
|
height: 100% !important;
|
||||||
object-fit: cover !important;
|
object-fit: cover !important;
|
||||||
-o-object-fit: cover !important;
|
-o-object-fit: cover !important;
|
||||||
}
|
}
|
||||||
|
|
@ -407,6 +425,8 @@ p {
|
||||||
.single_slide {
|
.single_slide {
|
||||||
height: 145px;
|
height: 145px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -83,7 +83,7 @@
|
||||||
<h6>{{ 'footer.MobilProgrammalarymyz'|_ }}</h6>
|
<h6>{{ 'footer.MobilProgrammalarymyz'|_ }}</h6>
|
||||||
</div>
|
</div>
|
||||||
<div class="apps_download">
|
<div class="apps_download">
|
||||||
<a href="https://play.google.com/store/apps/details?id=tm.gurlushyk.app.gurlushyk&hl=ru&gl=US" target="_blank"><img src="{{'assets/img/core-img/play-store.png'|theme}}" alt="Play Store"></a>
|
<a href="https://play.google.com/store/apps/details?id=tm.gurlushyk.app.gurlushyk&hl=ru&gl=US" target="_blank"><img src="{{'assets/img/core-img/play-store.png'|theme}}" alt="Play Store" style="margin-bottom: 15px;"></a>
|
||||||
<a href="https://apps.apple.com/us/app/gurlu%C5%9Fyk/id6468917081" target="_blank"><img src="{{'assets/img/core-img/app-store.png'|theme}}" alt="Apple Store"></a>
|
<a href="https://apps.apple.com/us/app/gurlu%C5%9Fyk/id6468917081" target="_blank"><img src="{{'assets/img/core-img/app-store.png'|theme}}" alt="Apple Store"></a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -86,7 +86,8 @@ pageNumber = "{{ :page }}"
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
@ -96,7 +97,7 @@ pageNumber = "{{ :page }}"
|
||||||
<!-- Main Menu -->
|
<!-- Main Menu -->
|
||||||
<div class="bigshop-main-menu" style="border-bottom: 1px solid #d5d5d5;">
|
<div class="bigshop-main-menu" style="border-bottom: 1px solid #d5d5d5;">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="bigshop_box">
|
<div class="bigshop_box" style="height:10%">
|
||||||
<!-- Nav Brand -->
|
<!-- Nav Brand -->
|
||||||
<a href="{{ 'index'|page }}" class="nav-brand"><img src="{{ 'assets/img/logo/gurlushyk-logo2.png'|theme }}" alt="logo"></a>
|
<a href="{{ 'index'|page }}" class="nav-brand"><img src="{{ 'assets/img/logo/gurlushyk-logo2.png'|theme }}" alt="logo"></a>
|
||||||
<!-- Search -->
|
<!-- Search -->
|
||||||
|
|
@ -160,7 +161,7 @@ pageNumber = "{{ :page }}"
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="classy-nav-container breakpoint-off">
|
<div class="classy-nav-container breakpoint-off">
|
||||||
<nav class="classy-navbar" id="bigshopNav">
|
<nav class="classy-navbar" id="bigshopNav" style="padding-top: 10px;padding-bottom: 10px;height: auto !important;">
|
||||||
|
|
||||||
<!-- Toggler -->
|
<!-- Toggler -->
|
||||||
<div class="classy-navbar-toggler">
|
<div class="classy-navbar-toggler">
|
||||||
|
|
@ -237,6 +238,8 @@ pageNumber = "{{ :page }}"
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<form action="{{ 'search'|page }}" method="GET" class="header_box-search-input burger">
|
<form action="{{ 'search'|page }}" method="GET" class="header_box-search-input burger">
|
||||||
<input type="search" name="name" placeholder="{{ 'header.Gozleg'|_ }}">
|
<input type="search" name="name" placeholder="{{ 'header.Gozleg'|_ }}">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue