Save
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -33,7 +33,7 @@ body {
|
|||||||
color: #010101;
|
color: #010101;
|
||||||
}
|
}
|
||||||
|
|
||||||
.leo-megamenu .navbar-nav>li>a {
|
.leo-megamenu .navbar-nav > li > a {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
@@ -155,7 +155,10 @@ body {
|
|||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#leo_search_block_top .block_content .leoproductsearch-result input[type='text'] {
|
#leo_search_block_top
|
||||||
|
.block_content
|
||||||
|
.leoproductsearch-result
|
||||||
|
input[type='text'] {
|
||||||
padding: 0 5px;
|
padding: 0 5px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
@@ -164,19 +167,28 @@ body {
|
|||||||
color: #010101;
|
color: #010101;
|
||||||
}
|
}
|
||||||
|
|
||||||
#leo_search_block_top .block_content .leoproductsearch-result input[type='text']::-webkit-input-placeholder {
|
#leo_search_block_top
|
||||||
|
.block_content
|
||||||
|
.leoproductsearch-result
|
||||||
|
input[type='text']::-webkit-input-placeholder {
|
||||||
color: #010101;
|
color: #010101;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 21px;
|
line-height: 21px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#leo_search_block_top .block_content .leoproductsearch-result input[type='text']:-ms-input-placeholder {
|
#leo_search_block_top
|
||||||
|
.block_content
|
||||||
|
.leoproductsearch-result
|
||||||
|
input[type='text']:-ms-input-placeholder {
|
||||||
color: #010101;
|
color: #010101;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 21px;
|
line-height: 21px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#leo_search_block_top .block_content .leoproductsearch-result input[type='text']::placeholder {
|
#leo_search_block_top
|
||||||
|
.block_content
|
||||||
|
.leoproductsearch-result
|
||||||
|
input[type='text']::placeholder {
|
||||||
color: #010101;
|
color: #010101;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 21px;
|
line-height: 21px;
|
||||||
@@ -256,7 +268,7 @@ body {
|
|||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav.megamenu.horizontal>li>a {
|
.nav.megamenu.horizontal > li > a {
|
||||||
padding-bottom: 24px;
|
padding-bottom: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -313,9 +325,9 @@ body {
|
|||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.leo-megamenu .navbar-nav>li.active>a,
|
.leo-megamenu .navbar-nav > li.active > a,
|
||||||
.leo-megamenu .navbar-nav>li:hover>a,
|
.leo-megamenu .navbar-nav > li:hover > a,
|
||||||
.leo-megamenu .navbar-nav>li:focus>a {
|
.leo-megamenu .navbar-nav > li:focus > a {
|
||||||
color: #34d6ad;
|
color: #34d6ad;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -368,7 +380,8 @@ body {
|
|||||||
margin-right: 25px;
|
margin-right: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.my_content_container {}
|
.my_content_container {
|
||||||
|
}
|
||||||
|
|
||||||
.my_box_container p {
|
.my_box_container p {
|
||||||
color: #010101;
|
color: #010101;
|
||||||
@@ -556,16 +569,16 @@ body {
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-nav>li>a:hover {
|
.navbar-nav > li > a:hover {
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
|
|
||||||
.box-ptabs .nav-tabs .nav-item a:hover,
|
.box-ptabs .nav-tabs .nav-item a:hover,
|
||||||
.box-cate .widget-category_image a:hover,
|
.box-cate .widget-category_image a:hover,
|
||||||
.thumbnail-container .product-title a:hover,
|
.thumbnail-container .product-title a:hover,
|
||||||
.leo-megamenu .navbar-nav>li>a:hover,
|
.leo-megamenu .navbar-nav > li > a:hover,
|
||||||
.leo-megamenu .navbar-nav>li>a:focus,
|
.leo-megamenu .navbar-nav > li > a:focus,
|
||||||
.leo-megamenu .navbar-nav>li>a:active {
|
.leo-megamenu .navbar-nav > li > a:active {
|
||||||
color: #34d6ad !important;
|
color: #34d6ad !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -834,7 +847,7 @@ article.product-miniature:hover {
|
|||||||
padding: 20px;
|
padding: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.latest-blogs .blog-meta>span {
|
.latest-blogs .blog-meta > span {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
@@ -936,7 +949,7 @@ article.product-miniature:hover {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.row.footer_inside_row>div {
|
.row.footer_inside_row > div {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1017,7 +1030,7 @@ article.product-miniature:hover {
|
|||||||
transform: scale(0.9);
|
transform: scale(0.9);
|
||||||
}
|
}
|
||||||
|
|
||||||
.my_footer_content>a {
|
.my_footer_content > a {
|
||||||
display: block;
|
display: block;
|
||||||
margin-bottom: 3px;
|
margin-bottom: 3px;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
@@ -1081,7 +1094,8 @@ article.product-miniature:hover {
|
|||||||
padding-right: 158px;
|
padding-right: 158px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#cta_row .content_cta {}
|
#cta_row .content_cta {
|
||||||
|
}
|
||||||
|
|
||||||
#cta_row h3 {
|
#cta_row h3 {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
@@ -1093,7 +1107,6 @@ article.product-miniature:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@-webkit-keyframes bounceIn {
|
@-webkit-keyframes bounceIn {
|
||||||
|
|
||||||
from,
|
from,
|
||||||
20%,
|
20%,
|
||||||
40%,
|
40%,
|
||||||
@@ -1139,7 +1152,6 @@ article.product-miniature:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@keyframes bounceIn {
|
@keyframes bounceIn {
|
||||||
|
|
||||||
from,
|
from,
|
||||||
20%,
|
20%,
|
||||||
40%,
|
40%,
|
||||||
@@ -1211,7 +1223,8 @@ article.product-miniature:hover {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
#cta_row .links_cta a {}
|
#cta_row .links_cta a {
|
||||||
|
}
|
||||||
|
|
||||||
#cta_row .links_cta p {
|
#cta_row .links_cta p {
|
||||||
animation: none;
|
animation: none;
|
||||||
@@ -1356,34 +1369,34 @@ article.product-miniature:hover {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.products-selection .display>div a {
|
.products-selection .display > div a {
|
||||||
height: 33px;
|
height: 33px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.products-selection .display>div a[title='Grid'] {
|
.products-selection .display > div a[title='Grid'] {
|
||||||
width: 36px;
|
width: 36px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.products-selection .display>div a[title='List'] {
|
.products-selection .display > div a[title='List'] {
|
||||||
width: 43px;
|
width: 43px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.products-selection .display>div {
|
.products-selection .display > div {
|
||||||
margin-right: 13px;
|
margin-right: 13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.products-selection .display>div#list {
|
.products-selection .display > div#list {
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.products-selection .display>div a img {
|
.products-selection .display > div a img {
|
||||||
transition: filter 0.2s ease-in;
|
transition: filter 0.2s ease-in;
|
||||||
}
|
}
|
||||||
|
|
||||||
.products-selection .display>div a:hover img {
|
.products-selection .display > div a:hover img {
|
||||||
filter: grayscale(1);
|
filter: grayscale(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1618,7 +1631,7 @@ button[aria-expanded='true'] .chevron_sort_container img {
|
|||||||
transition: opacity 0.2s ease-in;
|
transition: opacity 0.2s ease-in;
|
||||||
}
|
}
|
||||||
|
|
||||||
.PM_ASForm input:checked+label::before {
|
.PM_ASForm input:checked + label::before {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1783,12 +1796,16 @@ html[lang='pl'] .ApColumn .block.day_hit::after {
|
|||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.product-detail.product-thumbs-bottom .product-thumb-images .slick-arrow.slick-prev {
|
.product-detail.product-thumbs-bottom
|
||||||
|
.product-thumb-images
|
||||||
|
.slick-arrow.slick-prev {
|
||||||
left: 0;
|
left: 0;
|
||||||
border-radius: 5px 0 0 5px;
|
border-radius: 5px 0 0 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.product-detail.product-thumbs-bottom .product-thumb-images .slick-arrow.slick-next {
|
.product-detail.product-thumbs-bottom
|
||||||
|
.product-thumb-images
|
||||||
|
.slick-arrow.slick-next {
|
||||||
right: 0;
|
right: 0;
|
||||||
border-radius: 0 5px 5px 0;
|
border-radius: 0 5px 5px 0;
|
||||||
}
|
}
|
||||||
@@ -1799,8 +1816,8 @@ html[lang='pl'] .ApColumn .block.day_hit::after {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.slick-list:hover+.slick-arrows .slick-next,
|
.slick-list:hover + .slick-arrows .slick-next,
|
||||||
.slick-list:hover+.slick-arrows .slick-prev,
|
.slick-list:hover + .slick-arrows .slick-prev,
|
||||||
.slick-arrows .slick-next.slick-disabled:hover,
|
.slick-arrows .slick-next.slick-disabled:hover,
|
||||||
.slick-arrows .slick-prev.slick-disabled:hover {
|
.slick-arrows .slick-prev.slick-disabled:hover {
|
||||||
background-color: rgba(52, 214, 173, 0.5);
|
background-color: rgba(52, 214, 173, 0.5);
|
||||||
@@ -1819,16 +1836,16 @@ html[lang='pl'] .ApColumn .block.day_hit::after {
|
|||||||
margin-bottom: 44px;
|
margin-bottom: 44px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.product-detail>.row {
|
.product-detail > .row {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.product-detail>.row>div[class^='col-'] {
|
.product-detail > .row > div[class^='col-'] {
|
||||||
padding-left: 15px;
|
padding-left: 15px;
|
||||||
padding-right: 15px;
|
padding-right: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.product-detail>.row>div.col-form_id-form_9367402777406408 {
|
.product-detail > .row > div.col-form_id-form_9367402777406408 {
|
||||||
width: calc(50% + 58px);
|
width: calc(50% + 58px);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1999,14 +2016,14 @@ div.star.star_hover:before {
|
|||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.product-variants>.product-variants-item {
|
.product-variants > .product-variants-item {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
margin: 0 0 8px;
|
margin: 0 0 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.product-variants>.product-variants-item select {
|
.product-variants > .product-variants-item select {
|
||||||
min-height: 34px;
|
min-height: 34px;
|
||||||
max-width: 419px;
|
max-width: 419px;
|
||||||
}
|
}
|
||||||
@@ -2015,7 +2032,7 @@ select.form-control:not([size]):not([multiple]) {
|
|||||||
height: calc(2.5rem - 6px);
|
height: calc(2.5rem - 6px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.product-detail>.row>div.col-form_id-form_15874367062488778 {
|
.product-detail > .row > div.col-form_id-form_15874367062488778 {
|
||||||
padding-left: 15px;
|
padding-left: 15px;
|
||||||
width: calc(50% - 58px);
|
width: calc(50% - 58px);
|
||||||
}
|
}
|
||||||
@@ -2029,9 +2046,10 @@ select.form-control:not([size]):not([multiple]) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.product-quantity #quantity_wanted,
|
.product-quantity #quantity_wanted,
|
||||||
.product-variants>.product-variants-item select {
|
.product-variants > .product-variants-item select {
|
||||||
background-color: #f0f0f0;
|
background-color: #f0f0f0;
|
||||||
width: 419px;
|
// width: 419px;
|
||||||
|
width: 100%;
|
||||||
height: 34px;
|
height: 34px;
|
||||||
color: #696868;
|
color: #696868;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
@@ -2146,7 +2164,7 @@ select.form-control:not([size]):not([multiple]) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.raty_boxes_container>div {
|
.raty_boxes_container > div {
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@@ -2166,7 +2184,7 @@ select.form-control:not([size]):not([multiple]) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.raty_boxes_container>div.santander {
|
.raty_boxes_container > div.santander {
|
||||||
border: none;
|
border: none;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
@@ -2185,7 +2203,7 @@ select.form-control:not([size]):not([multiple]) {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.botton_product_container>div {
|
.botton_product_container > div {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -2252,13 +2270,13 @@ a:hover,
|
|||||||
margin: 0 0 40px;
|
margin: 0 0 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.product-features>dl.data-sheet {
|
.product-features > dl.data-sheet {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
// border-bottom: 1px solid #33d5ad;
|
// border-bottom: 1px solid #33d5ad;
|
||||||
}
|
}
|
||||||
|
|
||||||
.product-features>dl.data-sheet dd.value,
|
.product-features > dl.data-sheet dd.value,
|
||||||
.product-features>dl.data-sheet dt.name {
|
.product-features > dl.data-sheet dt.name {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
@@ -2273,12 +2291,12 @@ a:hover,
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.product-features>dl.data-sheet dd.value,
|
.product-features > dl.data-sheet dd.value,
|
||||||
.product-features>dl.data-sheet dd.value:nth-of-type(even) {
|
.product-features > dl.data-sheet dd.value:nth-of-type(even) {
|
||||||
background-color: #f5fafe;
|
background-color: #f5fafe;
|
||||||
}
|
}
|
||||||
|
|
||||||
.product-features>dl.data-sheet dt.name:nth-of-type(even) {
|
.product-features > dl.data-sheet dt.name:nth-of-type(even) {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -2356,7 +2374,7 @@ a:hover,
|
|||||||
background-color: #34d6ad;
|
background-color: #34d6ad;
|
||||||
}
|
}
|
||||||
|
|
||||||
.custom-radio input[type='radio']:checked+span {
|
.custom-radio input[type='radio']:checked + span {
|
||||||
background-color: #34d6ad;
|
background-color: #34d6ad;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -2403,7 +2421,7 @@ body#checkout [data-action='show-password'],
|
|||||||
body#checkout [data-action='show-password']:hover,
|
body#checkout [data-action='show-password']:hover,
|
||||||
.btn-primary:active,
|
.btn-primary:active,
|
||||||
.btn-primary.active,
|
.btn-primary.active,
|
||||||
.open>.btn-primary.dropdown-toggle,
|
.open > .btn-primary.dropdown-toggle,
|
||||||
.btn-primary:focus,
|
.btn-primary:focus,
|
||||||
.btn-primary.focus,
|
.btn-primary.focus,
|
||||||
#authentication [data-action='show-password']:hover {
|
#authentication [data-action='show-password']:hover {
|
||||||
@@ -2522,7 +2540,8 @@ body#checkout #order-summary-content .order-confirmation-table {
|
|||||||
min-height: 470px;
|
min-height: 470px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#cms .content-wrapper h2 {}
|
#cms .content-wrapper h2 {
|
||||||
|
}
|
||||||
|
|
||||||
#cms #content-wrapper p,
|
#cms #content-wrapper p,
|
||||||
#cms #content-wrapper li {
|
#cms #content-wrapper li {
|
||||||
@@ -2617,7 +2636,7 @@ body#checkout #order-summary-content .order-confirmation-table {
|
|||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mini-navbar .nav.megamenu.horizontal>li>a {
|
.mini-navbar .nav.megamenu.horizontal > li > a {
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -2814,7 +2833,7 @@ body#checkout #order-summary-content .order-confirmation-table {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#blog-category .panel.panel-default,
|
#blog-category .panel.panel-default,
|
||||||
.latest-blogs .blog-meta>span.icon-calendar,
|
.latest-blogs .blog-meta > span.icon-calendar,
|
||||||
#module-leoblog-blog .social-share,
|
#module-leoblog-blog .social-share,
|
||||||
.blog-description h1,
|
.blog-description h1,
|
||||||
#module-leoblog-category .panel.panel-defaul,
|
#module-leoblog-category .panel.panel-defaul,
|
||||||
@@ -2853,9 +2872,9 @@ body#checkout #order-summary-content .order-confirmation-table {
|
|||||||
.btn-primary.active:hover,
|
.btn-primary.active:hover,
|
||||||
.btn-primary.active:focus,
|
.btn-primary.active:focus,
|
||||||
.btn-primary.active.focus,
|
.btn-primary.active.focus,
|
||||||
.open>.btn-primary.dropdown-toggle:hover,
|
.open > .btn-primary.dropdown-toggle:hover,
|
||||||
.open>.btn-primary.dropdown-toggle:focus,
|
.open > .btn-primary.dropdown-toggle:focus,
|
||||||
.open>.btn-primary.dropdown-toggle.focus {
|
.open > .btn-primary.dropdown-toggle.focus {
|
||||||
background-color: #24b28c;
|
background-color: #24b28c;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -3145,7 +3164,7 @@ body#checkout .condition-label label a {
|
|||||||
padding-left: 30px;
|
padding-left: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#checkout .modal-content ol+p {
|
#checkout .modal-content ol + p {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -3330,11 +3349,21 @@ body#checkout .modal-content li {
|
|||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
|
||||||
#cms #content-wrapper .sinlge_row_salon .contett_wrapper .bottom_wrapper p:last-child {
|
#cms
|
||||||
|
#content-wrapper
|
||||||
|
.sinlge_row_salon
|
||||||
|
.contett_wrapper
|
||||||
|
.bottom_wrapper
|
||||||
|
p:last-child {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#cms #content-wrapper .sinlge_row_salon .contett_wrapper .bottom_wrapper p.label {
|
#cms
|
||||||
|
#content-wrapper
|
||||||
|
.sinlge_row_salon
|
||||||
|
.contett_wrapper
|
||||||
|
.bottom_wrapper
|
||||||
|
p.label {
|
||||||
color: #b8b3ae;
|
color: #b8b3ae;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
@@ -3417,11 +3446,11 @@ body#checkout .modal-content li {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.product-quantity #quantity_wanted,
|
.product-quantity #quantity_wanted,
|
||||||
.product-variants>.product-variants-item select {
|
.product-variants > .product-variants-item select {
|
||||||
width: 272px;
|
width: 272px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.leo-megamenu .navbar-nav>li>a {
|
.leo-megamenu .navbar-nav > li > a {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
}
|
}
|
||||||
@@ -3602,7 +3631,7 @@ body#checkout .modal-content li {
|
|||||||
margin-top: 12px;
|
margin-top: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.product-variants>.product-variants-item,
|
.product-variants > .product-variants-item,
|
||||||
.product-add-to-cart .product-quantity .qty {
|
.product-add-to-cart .product-quantity .qty {
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
}
|
}
|
||||||
@@ -3729,8 +3758,8 @@ body#checkout .modal-content li {
|
|||||||
margin-bottom: 40px;
|
margin-bottom: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.product-detail>.row>div.col-form_id-form_9367402777406408,
|
.product-detail > .row > div.col-form_id-form_9367402777406408,
|
||||||
.product-detail>.row>div.col-form_id-form_15874367062488778 {
|
.product-detail > .row > div.col-form_id-form_15874367062488778 {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
@@ -3766,7 +3795,7 @@ body#checkout .modal-content li {
|
|||||||
display: initial;
|
display: initial;
|
||||||
}
|
}
|
||||||
|
|
||||||
.raty_boxes_container>div img {
|
.raty_boxes_container > div img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -3884,7 +3913,10 @@ body#checkout .modal-content li {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#category .thumbnail-container .product-meta a,
|
#category .thumbnail-container .product-meta a,
|
||||||
#module-pm_advancedsearch4-searchresults .thumbnail-container .product-meta a {
|
#module-pm_advancedsearch4-searchresults
|
||||||
|
.thumbnail-container
|
||||||
|
.product-meta
|
||||||
|
a {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 26px;
|
line-height: 26px;
|
||||||
}
|
}
|
||||||
@@ -3960,7 +3992,10 @@ body#checkout .modal-content li {
|
|||||||
right: 0;
|
right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#leo_search_block_top .block_content .leoproductsearch-result input[type='text'] {
|
#leo_search_block_top
|
||||||
|
.block_content
|
||||||
|
.leoproductsearch-result
|
||||||
|
input[type='text'] {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
}
|
}
|
||||||
@@ -4306,7 +4341,7 @@ body#checkout .modal-content li {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.product-quantity #quantity_wanted,
|
.product-quantity #quantity_wanted,
|
||||||
.product-variants>.product-variants-item select {
|
.product-variants > .product-variants-item select {
|
||||||
max-width: 190px;
|
max-width: 190px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -4426,7 +4461,7 @@ body#checkout .modal-content li {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#smartsupp-widget-container {
|
#smartsupp-widget-container {
|
||||||
>div {
|
> div {
|
||||||
z-index: 9999 !important;
|
z-index: 9999 !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -4655,10 +4690,10 @@ body#cms.cms-id-23 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.popup-body-top {
|
.popup-body-top {
|
||||||
>p {
|
> p {
|
||||||
color: #34d6ad;
|
color: #34d6ad;
|
||||||
|
|
||||||
>a {
|
> a {
|
||||||
color: #34d6ad;
|
color: #34d6ad;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
@@ -4875,7 +4910,8 @@ body#cms.cms-id-23 {
|
|||||||
transform: translateY(-50%);
|
transform: translateY(-50%);
|
||||||
width: 20px;
|
width: 20px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
background: url('/img/cms/franczyza/el_check.svg') no-repeat center center;
|
background: url('/img/cms/franczyza/el_check.svg') no-repeat
|
||||||
|
center center;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -5149,7 +5185,8 @@ body#cms.cms-id-23 {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.box-3 {}
|
.box-3 {
|
||||||
|
}
|
||||||
|
|
||||||
.box-4 {
|
.box-4 {
|
||||||
margin-top: 75px;
|
margin-top: 75px;
|
||||||
@@ -5168,7 +5205,7 @@ body#cms.cms-id-23 {
|
|||||||
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1),
|
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1),
|
||||||
0px 0px 2px 0px rgba(0, 0, 0, 0.2);
|
0px 0px 2px 0px rgba(0, 0, 0, 0.2);
|
||||||
|
|
||||||
>li {
|
> li {
|
||||||
&:not(:last-child) {
|
&:not(:last-child) {
|
||||||
border-bottom: 1px solid rgba(0, 0, 0, 0.12);
|
border-bottom: 1px solid rgba(0, 0, 0, 0.12);
|
||||||
}
|
}
|
||||||
@@ -5475,16 +5512,18 @@ body#cms.cms-id-23 {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.owl-prev {}
|
.owl-prev {
|
||||||
|
}
|
||||||
|
|
||||||
.owl-next {}
|
.owl-next {
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
>div[class^='htmlboxpro'] {
|
> div[class^='htmlboxpro'] {
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
padding-left: 15px;
|
padding-left: 15px;
|
||||||
@@ -5566,11 +5605,11 @@ body {
|
|||||||
padding: 25px 0;
|
padding: 25px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabs-content>div {
|
.tabs-content > div {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabs-content>div.active {
|
.tabs-content > div.active {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -5614,8 +5653,7 @@ body {
|
|||||||
|
|
||||||
.leo-top-menu {
|
.leo-top-menu {
|
||||||
ul.navbar-nav.megamenu {
|
ul.navbar-nav.megamenu {
|
||||||
>li.nav-item {
|
> li.nav-item {
|
||||||
|
|
||||||
// &.dropdown {
|
// &.dropdown {
|
||||||
&:nth-last-child(2) {
|
&:nth-last-child(2) {
|
||||||
.dropdown-menu.level1 {
|
.dropdown-menu.level1 {
|
||||||
@@ -5637,7 +5675,6 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
|
|
||||||
.register-inputs-form,
|
.register-inputs-form,
|
||||||
.js-address-form {
|
.js-address-form {
|
||||||
.form-group.row {
|
.form-group.row {
|
||||||
|
|||||||
Reference in New Issue
Block a user