diff --git a/.vscode/ftp-kr.sync.cache.json b/.vscode/ftp-kr.sync.cache.json index 760d8d82..265b19ef 100644 --- a/.vscode/ftp-kr.sync.cache.json +++ b/.vscode/ftp-kr.sync.cache.json @@ -84,7 +84,7 @@ }, ".htaccess": { "type": "-", - "size": 7187, + "size": 8650, "lmtime": 0, "modified": true }, @@ -165,8 +165,8 @@ "hook": { "hookDisplayCustomAttributesListTable.tpl": { "type": "-", - "size": 4389, - "lmtime": 1748606574370, + "size": 4955, + "lmtime": 1748644085323, "modified": false }, "hookDisplayProductTabContentGrid.tpl": { @@ -177,8 +177,8 @@ }, "hookDisplayProductTabContent.tpl": { "type": "-", - "size": 4376, - "lmtime": 1748606552626, + "size": 4370, + "lmtime": 1748644044682, "modified": false }, "hookDisplayProductTab.tpl": { @@ -241,6 +241,14 @@ "modified": false }, "widgets": {} + }, + "css": { + "pdproductattributeslist.css": { + "type": "-", + "size": 7566, + "lmtime": 1748643402935, + "modified": false + } } } } @@ -523,20 +531,20 @@ }, "custom.css": { "type": "-", - "size": 8197, - "lmtime": 1748608302643, + "size": 8419, + "lmtime": 1748644195810, "modified": false }, "custom.css.map": { "type": "-", - "size": 20557, - "lmtime": 1748608302643, + "size": 21048, + "lmtime": 1748644195810, "modified": false }, "custom.scss": { "type": "-", - "size": 8976, - "lmtime": 1748608302472, + "size": 9169, + "lmtime": 1748644195710, "modified": false }, "error.css": { @@ -560,13 +568,13 @@ "theme.css": { "type": "-", "size": 446074, - "lmtime": 1748607016213, + "lmtime": 1748643406903, "modified": false }, "theme.css.map": { "type": "-", "size": 1353289, - "lmtime": 1748607016213, + "lmtime": 1748643406903, "modified": false }, "theme.rtlfix": { @@ -6279,13 +6287,13 @@ "styles.css": { "type": "-", "size": 155697, - "lmtime": 1748607016213, + "lmtime": 1748643406903, "modified": false }, "styles.css.map": { "type": "-", "size": 449510, - "lmtime": 1748607016213, + "lmtime": 1748643406903, "modified": false }, "styles.scss": { @@ -6384,8 +6392,8 @@ }, "detail3382420090.tpl": { "type": "-", - "size": 10985, - "lmtime": 1748606866880, + "size": 11704, + "lmtime": 1748643991780, "modified": false }, "product_accessories.tpl": { @@ -8685,7 +8693,7 @@ "product.tpl": { "type": "-", "size": 9929, - "lmtime": 1748606889649, + "lmtime": 1748643879387, "modified": false }, "suppliers.tpl": { diff --git a/modules/pdproductattributeslist/pdproductattributeslist.php b/modules/pdproductattributeslist/pdproductattributeslist.php index dab8990e..dde76247 100644 --- a/modules/pdproductattributeslist/pdproductattributeslist.php +++ b/modules/pdproductattributeslist/pdproductattributeslist.php @@ -449,7 +449,7 @@ class PdProductAttributesList extends Module $return[$r['id_product_attribute']]['id_product'] = $id_product; $return[$r['id_product_attribute']]['id_product_attribute'] = $r['id_product_attribute']; $return[$r['id_product_attribute']]['attribute_name'] .= rtrim(Tools::ucfirst($r['group_name']).': '.Tools::ucfirst($r['attribute_name']).', ', ','); - $return[$r['id_product_attribute']]['attribute_name_html'] .= $r['group_name'].': '.$r['attribute_name'].'
'; + $return[$r['id_product_attribute']]['attribute_name_html'] .= ''.$r['attribute_name'].'
'; $return[$r['id_product_attribute']]['reference'] = $r['reference'] ? $r['reference'] : ''; $return[$r['id_product_attribute']]['ean13'] = $r['ean13'] ? $r['ean13'] : ''; $return[$r['id_product_attribute']]['mpn'] = $r['mpn'] ? $r['mpn'] : ''; diff --git a/modules/pdproductattributeslist/views/js/pdproductattributeslist.js b/modules/pdproductattributeslist/views/js/pdproductattributeslist.js index 4d9e30dc..fe243662 100644 --- a/modules/pdproductattributeslist/views/js/pdproductattributeslist.js +++ b/modules/pdproductattributeslist/views/js/pdproductattributeslist.js @@ -68,8 +68,8 @@ let PdProductAttributesList = { step: 1, decimals: 0, verticalbuttons: true, - verticaldownclass: 'fa fa-angle-down touchspin-down bootstrap-touchspin-down material-icons touchspin-down', - verticalupclass: 'fa fa-angle-up touchspin-up bootstrap-touchspin-up material-icons touchspin-up', + verticaldownclass: 'fa fa-minus touchspin-down bootstrap-touchspin-down material-icons touchspin-down', + verticalupclass: 'fa fa-plus touchspin-up bootstrap-touchspin-up material-icons touchspin-up', buttondown_class: 'btn btn-touchspin js-touchspin ', buttonup_class: 'btn btn-touchspin js-touchspin ' }); @@ -80,8 +80,8 @@ let PdProductAttributesList = { step: 1, decimals: 0, verticalbuttons: true, - verticaldownclass: 'fa fa-angle-down touchspin-down bootstrap-touchspin-down material-icons touchspin-down', - verticalupclass: 'fa fa-angle-up touchspin-up bootstrap-touchspin-up material-icons touchspin-up', + verticaldownclass: 'fa fa-minus touchspin-down bootstrap-touchspin-down material-icons touchspin-down', + verticalupclass: 'fa fa-plus touchspin-up bootstrap-touchspin-up material-icons touchspin-up', buttondown_class: 'btn btn-touchspin js-touchspin ', buttonup_class: 'btn btn-touchspin js-touchspin ' }); diff --git a/modules/pdproductattributeslist/views/templates/hook/hookDisplayCustomAttributesListTable.tpl b/modules/pdproductattributeslist/views/templates/hook/hookDisplayCustomAttributesListTable.tpl index 79fb1e2c..6f87fee4 100644 --- a/modules/pdproductattributeslist/views/templates/hook/hookDisplayCustomAttributesListTable.tpl +++ b/modules/pdproductattributeslist/views/templates/hook/hookDisplayCustomAttributesListTable.tpl @@ -8,13 +8,13 @@ {l s='Image' mod='pdproductattributeslist'} - {l s='Variant' mod='pdproductattributeslist'} {l s='Product informations' mod='pdproductattributeslist'} {if $show_prices} {l s='Price (tax incl.)' mod='pdproductattributeslist'} {l s='Price (tax excl.)' mod='pdproductattributeslist'} {/if} {l s='Quantity in stock' mod='pdproductattributeslist'} + {l s='Variant' mod='pdproductattributeslist'} {if !$is_catalog} {l s='Select quantity' mod='pdproductattributeslist'} {/if} @@ -34,18 +34,13 @@ - - - {$combination.attribute_name_html nofilter} - - {if isset($combination.reference) AND $combination.reference} - {l s='Reference' mod='pdproductattributeslist'}: {$combination.reference} + {$combination.reference} {/if} {if !empty($combination.ean13)} -
{l s='Ean' mod='pdproductattributeslist'}: {$combination.ean13} +
{$combination.ean13} {/if} @@ -80,6 +75,11 @@ {if $combination.quantity <= 10 }{$combination.quantity}{else}>10{/if} {l s='pcs' mod='pdproductattributeslist'} + + + {$combination.attribute_name_html nofilter} + + {if !$is_catalog}
diff --git a/themes/at_movic/assets/css/custom.css b/themes/at_movic/assets/css/custom.css index dff3d972..8b8b0f2a 100644 --- a/themes/at_movic/assets/css/custom.css +++ b/themes/at_movic/assets/css/custom.css @@ -1 +1 @@ -.dualDisplayPro.productDetail{font-size:26px}.alert-info{border:1px solid #257ec2;border-radius:0;background:#fff;color:#257ec2}.newsletter-container .title_block{text-transform:uppercase}.newsletter-container .block_newsletter{max-width:800px !important}.newsletter-container input[type=text]{background:#f7f7f7 !important;border:0 !important;text-align:left !important;text-transform:uppercase}.newsletter-container button{background:#e30613 !important;color:#fff !important}.box-footer4 .block-social{text-align:center}.box-iconh6 .ApRawHtml{margin-bottom:0 !important}.product-tabs .product-quantities{display:none}div.cus-sticky .box-top6{background:#fff;top:0 !important;padding-top:0 !important}.leo-megamenu .dropdown-menu li a{text-transform:uppercase !important;color:#000 !important}.table-responsive table *{white-space:nowrap}.language-selector li .lang-img{border:1px solid #e6e6e6}.currency-selector ul{display:flex}.currency-selector ul li:first-child{order:2}.category-top-menu a{text-transform:none !important}.category-top-menu li[data-depth="0"]>a{text-transform:uppercase !important}.page-cms.page-content{max-width:1180px;margin-left:auto;margin-right:auto}.leo_free_price{padding:10px 20px}.cart-content p{margin-bottom:5px}.cart-content .leo_free_price{padding:0 0 5px 0}#cookieNotice .closeFontAwesome{margin-left:10px}#cookieNotice .closeFontAwesome:before{font-size:18px;line-height:20px;position:relative;top:1px}.our-stores-title{font-size:25px}.our-stores-search{margin-top:15px;margin-bottom:20px}.our-stores-search .input-group{width:100%}.our-stores-search .input-group .input-group-append{border-bottom:1px solid #e5e5e5}.our-stores-search .input-group .form-control{border:none;padding-left:0;padding-right:0;width:calc(100% - 58px)}.our-stores-search .input-group .btn{color:#292929;background:rgba(0,0,0,0)}.our-stores-search .input-group .btn .fa{font-size:19px}.our-stores-list{height:500px;overflow:scroll;padding-bottom:0;overflow-x:hidden}.our-stores-list .store-information{cursor:pointer}.our-stores-list .card-header{padding:.75rem .75rem .75rem 0;background:rgba(0,0,0,0);border-bottom:none}.our-stores-list .card-header h4{color:#000}.our-stores-list .card-header h4.red{color:#f33c3c}.our-stores-list .card-body{padding:0 .75rem .75rem 0}.our-stores-list .country{padding:1.5rem 0 0 0}.our-stores-list .country:first-child{padding:0}.our-stores-list .voivodeship{color:#f33c3c;padding:1.5rem 0 .75rem 0}.our-stores .our-stores-filter{margin-top:10px}.our-stores .our-stores-filter a{color:#000;text-transform:uppercase;margin-right:3px;margin-left:3px}.map{margin-top:50px}.map .our-stores-map-address{margin-top:50px;margin-bottom:.75rem}.groupUl{list-style-type:none !important}.leo-productscompare-item .thumbnail-container .leo-bt-cart{background:#ed1c24}@media(min-width: 1440px){#product .blockreassurance_product{display:flex;justify-content:space-between;margin-top:12px !important}#product .blockreassurance_product>div{width:calc(33.333% - 5px)}}@media(max-width: 767px){.h-logo{padding:10px 0 0 !important}.box-top .col-info{padding-top:0 !important}}.product-free-delivery{margin-top:10px}.wk-address-block ul{padding-bottom:0 !important}.wk-address-block ul li{width:100%}.wk-address-block ul li a.active{background:#000 !important;color:#fff !important;border:0;border-radius:0}#hook-display-after-carrier .card-block{padding:25px 0 0;box-shadow:none;border:0;border-top:1px solid #ccc;margin-top:25px}.product-discounts{color:#f11d22;margin-bottom:10px}.register-form .custom-checkbox{margin-top:-29px}.register-form .g-recaptcha{margin-left:71px}.detal-price{font-size:14px;margin-top:10px}#category-description h2{font-size:1.1rem}.hp_bottom_text h1,.hp_bottom_text h2{font-size:1.1rem}@media(max-width: 767px){.header-top .inner .box-top{display:flex;justify-content:space-between;padding:0 0 15px 0}.header-top .inner .box-top .col-logo{width:40% !important;padding:10px !important;margin-left:10px !important;display:flex;align-items:center;min-width:100px}.header-nav .inner{display:flex;justify-content:space-between}.header-nav .inner .ApRow{display:flex;align-items:center}.header-nav .inner .col-logo{width:20% !important;padding:10px !important;margin-left:10px !important;min-width:100px}.header-nav .inner .col-logo .h-logo{padding:0 !important}}.slick-dotted.slick-slider{margin-bottom:0px !important}.product-add-to-cart{padding-bottom:0}.product-add-to-cart .add .btn{display:flex;align-items:center;justify-content:center}@media(max-width: 991px){.product-detail-name{margin:0px 0px 15px !important;font-size:20px;line-height:1.3}.product-detail .product-prices{display:flex;align-items:flex-end;flex-wrap:wrap;-moz-column-gap:10px;column-gap:10px;margin:15px 0 !important}.product-detail .product-prices .current-price{font-size:22px}.product-detail .product-prices .current-price span{margin:0}.product-detail .product-prices .product-free-delivery{margin-top:0}.product-detail .description-short{margin-bottom:15px !important}.product-variants>.product-variants-item{margin:0 0 10px}#leo_product_reviews_block_extra .reviews_advices li{margin:0}.product-actions .product-variants{margin:0 0 20px}.product-add-to-cart .add-to-cart{max-width:unset}.product-add-to-cart .p-cartwapper{display:flex;align-items:center;flex-direction:row;margin:20px 0}.blockreassurance_product{margin-top:10px}}@media(max-width: 400px){.product-quantity .input-group{padding:0 20px}.product-quantity .input-group-btn-vertical .btn{width:20px;min-width:20px;top:0}}#index #page #main .page-home .box-slideh6{padding:0 30px !important}.tr-inpost-box{clear:both !important}.blog-image{max-width:750px;margin:0px auto;padding:0 30px}.plist-noe .thumbnail-container .functional-buttons{opacity:0;visibility:hidden;display:none}#header .header-top .box-top .col-logo{grid-area:logo}#header .header-top .box-top .col-menu{grid-area:menu}#header .header-top .box-top .col-info{grid-area:info}@media(min-width: 992px)and (max-width: 1200px){#header .header-top .box-top{display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"logo info" "menu menu"}#header .header-top .box-top .col-logo{min-width:-moz-fit-content;min-width:fit-content}}@media(min-width: 1200px)and (max-width: 1400px){.leo-megamenu .navbar-nav>li>a{padding:30px 7px}}#use_same_address{display:none !important}label[for=use_same_address]{display:none !important}#invoice-addresses{display:none !important}a[href="https://redline.com.pl/pl/zamówienie?newAddress=invoice"]{display:none !important}.js-address-form form h2:nth-child(2){display:none !important}#pdproductattributeslist th{white-space:nowrap}#pdproductattributeslist th:last-child{width:130px}.product_combination_item .option_image img,.product_combination_alternate_item .option_image img{width:100%;max-width:75px}.product_combination_item .input-group,.product_combination_alternate_item .input-group{border:0 !important;display:flex !important;width:110px;gap:5px;justify-content:center;align-items:center}.product_combination_item .input-group button.bootstrap-touchspin-down,.product_combination_item .input-group button.bootstrap-touchspin-up,.product_combination_alternate_item .input-group button.bootstrap-touchspin-down,.product_combination_alternate_item .input-group button.bootstrap-touchspin-up{border:1px solid #eee;width:30px;height:40px;display:flex;justify-content:center;align-items:center}.product_combination_item .input-group button.bootstrap-touchspin-down:hover,.product_combination_item .input-group button.bootstrap-touchspin-up:hover,.product_combination_alternate_item .input-group button.bootstrap-touchspin-down:hover,.product_combination_alternate_item .input-group button.bootstrap-touchspin-up:hover{background:#f7f7f7}.product_combination_item .input-group button.bootstrap-touchspin-up,.product_combination_alternate_item .input-group button.bootstrap-touchspin-up{margin-top:-2px}.product_combination_item .input-group input.quantity,.product_combination_alternate_item .input-group input.quantity{display:block;top:-16px;border:1px solid #eee !important;height:40px !important;width:40px !important;text-align:center}.product_combination_item .touchspin-down::after,.product_combination_item .touchspin-up::after,.product_combination_alternate_item .touchspin-down::after,.product_combination_alternate_item .touchspin-up::after{content:"" !important}/*# sourceMappingURL=custom.css.map */ \ No newline at end of file +.dualDisplayPro.productDetail{font-size:26px}.alert-info{border:1px solid #257ec2;border-radius:0;background:#fff;color:#257ec2}.newsletter-container .title_block{text-transform:uppercase}.newsletter-container .block_newsletter{max-width:800px !important}.newsletter-container input[type=text]{background:#f7f7f7 !important;border:0 !important;text-align:left !important;text-transform:uppercase}.newsletter-container button{background:#e30613 !important;color:#fff !important}.box-footer4 .block-social{text-align:center}.box-iconh6 .ApRawHtml{margin-bottom:0 !important}.product-tabs .product-quantities{display:none}div.cus-sticky .box-top6{background:#fff;top:0 !important;padding-top:0 !important}.leo-megamenu .dropdown-menu li a{text-transform:uppercase !important;color:#000 !important}.table-responsive table *{white-space:nowrap}.language-selector li .lang-img{border:1px solid #e6e6e6}.currency-selector ul{display:flex}.currency-selector ul li:first-child{order:2}.category-top-menu a{text-transform:none !important}.category-top-menu li[data-depth="0"]>a{text-transform:uppercase !important}.page-cms.page-content{max-width:1180px;margin-left:auto;margin-right:auto}.leo_free_price{padding:10px 20px}.cart-content p{margin-bottom:5px}.cart-content .leo_free_price{padding:0 0 5px 0}#cookieNotice .closeFontAwesome{margin-left:10px}#cookieNotice .closeFontAwesome:before{font-size:18px;line-height:20px;position:relative;top:1px}.our-stores-title{font-size:25px}.our-stores-search{margin-top:15px;margin-bottom:20px}.our-stores-search .input-group{width:100%}.our-stores-search .input-group .input-group-append{border-bottom:1px solid #e5e5e5}.our-stores-search .input-group .form-control{border:none;padding-left:0;padding-right:0;width:calc(100% - 58px)}.our-stores-search .input-group .btn{color:#292929;background:rgba(0,0,0,0)}.our-stores-search .input-group .btn .fa{font-size:19px}.our-stores-list{height:500px;overflow:scroll;padding-bottom:0;overflow-x:hidden}.our-stores-list .store-information{cursor:pointer}.our-stores-list .card-header{padding:.75rem .75rem .75rem 0;background:rgba(0,0,0,0);border-bottom:none}.our-stores-list .card-header h4{color:#000}.our-stores-list .card-header h4.red{color:#f33c3c}.our-stores-list .card-body{padding:0 .75rem .75rem 0}.our-stores-list .country{padding:1.5rem 0 0 0}.our-stores-list .country:first-child{padding:0}.our-stores-list .voivodeship{color:#f33c3c;padding:1.5rem 0 .75rem 0}.our-stores .our-stores-filter{margin-top:10px}.our-stores .our-stores-filter a{color:#000;text-transform:uppercase;margin-right:3px;margin-left:3px}.map{margin-top:50px}.map .our-stores-map-address{margin-top:50px;margin-bottom:.75rem}.groupUl{list-style-type:none !important}.leo-productscompare-item .thumbnail-container .leo-bt-cart{background:#ed1c24}@media(min-width: 1440px){#product .blockreassurance_product{display:flex;justify-content:space-between;margin-top:12px !important}#product .blockreassurance_product>div{width:calc(33.333% - 5px)}}@media(max-width: 767px){.h-logo{padding:10px 0 0 !important}.box-top .col-info{padding-top:0 !important}}.product-free-delivery{margin-top:10px}.wk-address-block ul{padding-bottom:0 !important}.wk-address-block ul li{width:100%}.wk-address-block ul li a.active{background:#000 !important;color:#fff !important;border:0;border-radius:0}#hook-display-after-carrier .card-block{padding:25px 0 0;box-shadow:none;border:0;border-top:1px solid #ccc;margin-top:25px}.product-discounts{color:#f11d22;margin-bottom:10px}.register-form .custom-checkbox{margin-top:-29px}.register-form .g-recaptcha{margin-left:71px}.detal-price{font-size:14px;margin-top:10px}#category-description h2{font-size:1.1rem}.hp_bottom_text h1,.hp_bottom_text h2{font-size:1.1rem}@media(max-width: 767px){.header-top .inner .box-top{display:flex;justify-content:space-between;padding:0 0 15px 0}.header-top .inner .box-top .col-logo{width:40% !important;padding:10px !important;margin-left:10px !important;display:flex;align-items:center;min-width:100px}.header-nav .inner{display:flex;justify-content:space-between}.header-nav .inner .ApRow{display:flex;align-items:center}.header-nav .inner .col-logo{width:20% !important;padding:10px !important;margin-left:10px !important;min-width:100px}.header-nav .inner .col-logo .h-logo{padding:0 !important}}.slick-dotted.slick-slider{margin-bottom:0px !important}.product-add-to-cart{padding-bottom:0}.product-add-to-cart .add .btn{display:flex;align-items:center;justify-content:center}@media(max-width: 991px){.product-detail-name{margin:0px 0px 15px !important;font-size:20px;line-height:1.3}.product-detail .product-prices{display:flex;align-items:flex-end;flex-wrap:wrap;-moz-column-gap:10px;column-gap:10px;margin:15px 0 !important}.product-detail .product-prices .current-price{font-size:22px}.product-detail .product-prices .current-price span{margin:0}.product-detail .product-prices .product-free-delivery{margin-top:0}.product-detail .description-short{margin-bottom:15px !important}.product-variants>.product-variants-item{margin:0 0 10px}#leo_product_reviews_block_extra .reviews_advices li{margin:0}.product-actions .product-variants{margin:0 0 20px}.product-add-to-cart .add-to-cart{max-width:unset}.product-add-to-cart .p-cartwapper{display:flex;align-items:center;flex-direction:row;margin:20px 0}.blockreassurance_product{margin-top:10px}}@media(max-width: 400px){.product-quantity .input-group{padding:0 20px}.product-quantity .input-group-btn-vertical .btn{width:20px;min-width:20px;top:0}}#index #page #main .page-home .box-slideh6{padding:0 30px !important}.tr-inpost-box{clear:both !important}.blog-image{max-width:750px;margin:0px auto;padding:0 30px}.plist-noe .thumbnail-container .functional-buttons{opacity:0;visibility:hidden;display:none}#header .header-top .box-top .col-logo{grid-area:logo}#header .header-top .box-top .col-menu{grid-area:menu}#header .header-top .box-top .col-info{grid-area:info}@media(min-width: 992px)and (max-width: 1200px){#header .header-top .box-top{display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"logo info" "menu menu"}#header .header-top .box-top .col-logo{min-width:-moz-fit-content;min-width:fit-content}}@media(min-width: 1200px)and (max-width: 1400px){.leo-megamenu .navbar-nav>li>a{padding:30px 7px}}#use_same_address{display:none !important}label[for=use_same_address]{display:none !important}#invoice-addresses{display:none !important}a[href="https://redline.com.pl/pl/zamówienie?newAddress=invoice"]{display:none !important}.js-address-form form h2:nth-child(2){display:none !important}#pdproductattributeslist th{white-space:nowrap}#pdproductattributeslist th:last-child{width:130px}.product_combination_item .option_image img,.product_combination_alternate_item .option_image img{width:100%;max-width:75px}.product_combination_item .input-group,.product_combination_alternate_item .input-group{border:0 !important;display:flex !important;width:110px;gap:5px;justify-content:center;align-items:center}.product_combination_item .input-group button.bootstrap-touchspin-down,.product_combination_item .input-group button.bootstrap-touchspin-up,.product_combination_alternate_item .input-group button.bootstrap-touchspin-down,.product_combination_alternate_item .input-group button.bootstrap-touchspin-up{border:1px solid #eee;width:30px;height:40px;display:flex;justify-content:center;align-items:center}.product_combination_item .input-group button.bootstrap-touchspin-down:hover,.product_combination_item .input-group button.bootstrap-touchspin-up:hover,.product_combination_alternate_item .input-group button.bootstrap-touchspin-down:hover,.product_combination_alternate_item .input-group button.bootstrap-touchspin-up:hover{background:#f7f7f7}.product_combination_item .input-group button.bootstrap-touchspin-up,.product_combination_alternate_item .input-group button.bootstrap-touchspin-up{margin-top:-2px}.product_combination_item .input-group input.quantity,.product_combination_alternate_item .input-group input.quantity{display:block;top:-16px;border:1px solid #eee !important;height:40px !important;width:40px !important;text-align:center}.product_combination_item .touchspin-down::after,.product_combination_item .touchspin-up::after,.product_combination_alternate_item .touchspin-down::after,.product_combination_alternate_item .touchspin-up::after{content:"" !important}.idTabHrefShort.page-product-heading{display:none}#pdproductattributeslist{margin:10px 0 20px !important}#pdproductattributeslist .footer_actions .pull-right{float:none !important}/*# sourceMappingURL=custom.css.map */ \ No newline at end of file diff --git a/themes/at_movic/assets/css/custom.css.map b/themes/at_movic/assets/css/custom.css.map index 650e63fa..66e2bcd5 100644 --- a/themes/at_movic/assets/css/custom.css.map +++ b/themes/at_movic/assets/css/custom.css.map @@ -1 +1 @@ -{"version":3,"sources":["custom.css","custom.scss"],"names":[],"mappings":"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","file":"custom.css","sourcesContent":[".dualDisplayPro.productDetail{font-size:26px}.alert-info{border:1px solid #257ec2;border-radius:0;background:#fff;color:#257ec2}.newsletter-container .title_block{text-transform:uppercase}.newsletter-container .block_newsletter{max-width:800px !important}.newsletter-container input[type=text]{background:#f7f7f7 !important;border:0 !important;text-align:left !important;text-transform:uppercase}.newsletter-container button{background:#e30613 !important;color:#fff !important}.box-footer4 .block-social{text-align:center}.box-iconh6 .ApRawHtml{margin-bottom:0 !important}.product-tabs .product-quantities{display:none}div.cus-sticky .box-top6{background:#fff;top:0 !important;padding-top:0 !important}.leo-megamenu .dropdown-menu li a{text-transform:uppercase !important;color:#000 !important}.table-responsive table *{white-space:nowrap}.language-selector li .lang-img{border:1px solid #e6e6e6}.currency-selector ul{display:flex}.currency-selector ul li:first-child{order:2}.category-top-menu a{text-transform:none !important}.category-top-menu li[data-depth=\"0\"]>a{text-transform:uppercase !important}.page-cms.page-content{max-width:1180px;margin-left:auto;margin-right:auto}.leo_free_price{padding:10px 20px}.cart-content p{margin-bottom:5px}.cart-content .leo_free_price{padding:0 0 5px 0}#cookieNotice .closeFontAwesome{margin-left:10px}#cookieNotice .closeFontAwesome:before{font-size:18px;line-height:20px;position:relative;top:1px}.our-stores-title{font-size:25px}.our-stores-search{margin-top:15px;margin-bottom:20px}.our-stores-search .input-group{width:100%}.our-stores-search .input-group .input-group-append{border-bottom:1px solid #e5e5e5}.our-stores-search .input-group .form-control{border:none;padding-left:0;padding-right:0;width:calc(100% - 58px)}.our-stores-search .input-group .btn{color:#292929;background:rgba(0,0,0,0)}.our-stores-search .input-group .btn .fa{font-size:19px}.our-stores-list{height:500px;overflow:scroll;padding-bottom:0;overflow-x:hidden}.our-stores-list .store-information{cursor:pointer}.our-stores-list .card-header{padding:.75rem .75rem .75rem 0;background:rgba(0,0,0,0);border-bottom:none}.our-stores-list .card-header h4{color:#000}.our-stores-list .card-header h4.red{color:#f33c3c}.our-stores-list .card-body{padding:0 .75rem .75rem 0}.our-stores-list .country{padding:1.5rem 0 0 0}.our-stores-list .country:first-child{padding:0}.our-stores-list .voivodeship{color:#f33c3c;padding:1.5rem 0 .75rem 0}.our-stores .our-stores-filter{margin-top:10px}.our-stores .our-stores-filter a{color:#000;text-transform:uppercase;margin-right:3px;margin-left:3px}.map{margin-top:50px}.map .our-stores-map-address{margin-top:50px;margin-bottom:.75rem}.groupUl{list-style-type:none !important}.leo-productscompare-item .thumbnail-container .leo-bt-cart{background:#ed1c24}@media(min-width: 1440px){#product .blockreassurance_product{display:flex;justify-content:space-between;margin-top:12px !important}#product .blockreassurance_product>div{width:calc(33.333% - 5px)}}@media(max-width: 767px){.h-logo{padding:10px 0 0 !important}.box-top .col-info{padding-top:0 !important}}.product-free-delivery{margin-top:10px}.wk-address-block ul{padding-bottom:0 !important}.wk-address-block ul li{width:100%}.wk-address-block ul li a.active{background:#000 !important;color:#fff !important;border:0;border-radius:0}#hook-display-after-carrier .card-block{padding:25px 0 0;box-shadow:none;border:0;border-top:1px solid #ccc;margin-top:25px}.product-discounts{color:#f11d22;margin-bottom:10px}.register-form .custom-checkbox{margin-top:-29px}.register-form .g-recaptcha{margin-left:71px}.detal-price{font-size:14px;margin-top:10px}#category-description h2{font-size:1.1rem}.hp_bottom_text h1,.hp_bottom_text h2{font-size:1.1rem}@media(max-width: 767px){.header-top .inner .box-top{display:flex;justify-content:space-between;padding:0 0 15px 0}.header-top .inner .box-top .col-logo{width:40% !important;padding:10px !important;margin-left:10px !important;display:flex;align-items:center;min-width:100px}.header-nav .inner{display:flex;justify-content:space-between}.header-nav .inner .ApRow{display:flex;align-items:center}.header-nav .inner .col-logo{width:20% !important;padding:10px !important;margin-left:10px !important;min-width:100px}.header-nav .inner .col-logo .h-logo{padding:0 !important}}.slick-dotted.slick-slider{margin-bottom:0px !important}.product-add-to-cart{padding-bottom:0}.product-add-to-cart .add .btn{display:flex;align-items:center;justify-content:center}@media(max-width: 991px){.product-detail-name{margin:0px 0px 15px !important;font-size:20px;line-height:1.3}.product-detail .product-prices{display:flex;align-items:flex-end;flex-wrap:wrap;column-gap:10px;margin:15px 0 !important}.product-detail .product-prices .current-price{font-size:22px}.product-detail .product-prices .current-price span{margin:0}.product-detail .product-prices .product-free-delivery{margin-top:0}.product-detail .description-short{margin-bottom:15px !important}.product-variants>.product-variants-item{margin:0 0 10px}#leo_product_reviews_block_extra .reviews_advices li{margin:0}.product-actions .product-variants{margin:0 0 20px}.product-add-to-cart .add-to-cart{max-width:unset}.product-add-to-cart .p-cartwapper{display:flex;align-items:center;flex-direction:row;margin:20px 0}.blockreassurance_product{margin-top:10px}}@media(max-width: 400px){.product-quantity .input-group{padding:0 20px}.product-quantity .input-group-btn-vertical .btn{width:20px;min-width:20px;top:0}}#index #page #main .page-home .box-slideh6{padding:0 30px !important}.tr-inpost-box{clear:both !important}.blog-image{max-width:750px;margin:0px auto;padding:0 30px}.plist-noe .thumbnail-container .functional-buttons{opacity:0;visibility:hidden;display:none}#header .header-top .box-top .col-logo{grid-area:logo}#header .header-top .box-top .col-menu{grid-area:menu}#header .header-top .box-top .col-info{grid-area:info}@media(min-width: 992px)and (max-width: 1200px){#header .header-top .box-top{display:grid;grid-template-columns:1fr 1fr;grid-template-areas:\"logo info\" \"menu menu\"}#header .header-top .box-top .col-logo{min-width:fit-content}}@media(min-width: 1200px)and (max-width: 1400px){.leo-megamenu .navbar-nav>li>a{padding:30px 7px}}#use_same_address{display:none !important}label[for=use_same_address]{display:none !important}#invoice-addresses{display:none !important}a[href=\"https://redline.com.pl/pl/zamówienie?newAddress=invoice\"]{display:none !important}.js-address-form form h2:nth-child(2){display:none !important}#pdproductattributeslist th{white-space:nowrap}#pdproductattributeslist th:last-child{width:130px}.product_combination_item .option_image img,.product_combination_alternate_item .option_image img{width:100%;max-width:75px}.product_combination_item .input-group,.product_combination_alternate_item .input-group{border:0 !important;display:flex !important;width:110px;gap:5px;justify-content:center;align-items:center}.product_combination_item .input-group button.bootstrap-touchspin-down,.product_combination_item .input-group button.bootstrap-touchspin-up,.product_combination_alternate_item .input-group button.bootstrap-touchspin-down,.product_combination_alternate_item .input-group button.bootstrap-touchspin-up{border:1px solid #eee;width:30px;height:40px;display:flex;justify-content:center;align-items:center}.product_combination_item .input-group button.bootstrap-touchspin-down:hover,.product_combination_item .input-group button.bootstrap-touchspin-up:hover,.product_combination_alternate_item .input-group button.bootstrap-touchspin-down:hover,.product_combination_alternate_item .input-group button.bootstrap-touchspin-up:hover{background:#f7f7f7}.product_combination_item .input-group button.bootstrap-touchspin-up,.product_combination_alternate_item .input-group button.bootstrap-touchspin-up{margin-top:-2px}.product_combination_item .input-group input.quantity,.product_combination_alternate_item .input-group input.quantity{display:block;top:-16px;border:1px solid #eee !important;height:40px !important;width:40px !important;text-align:center}.product_combination_item .touchspin-down::after,.product_combination_item .touchspin-up::after,.product_combination_alternate_item .touchspin-down::after,.product_combination_alternate_item .touchspin-up::after{content:\"\" !important}","// out: custom.css, compress: true, sourceMap: true\n$cBlue: #257ec2;\n$cRed: #f33c3c;\n\n.dualDisplayPro.productDetail {\n font-size: 26px;\n}\n\n.alert-info {\n border: 1px solid $cBlue;\n border-radius: 0;\n background: #fff;\n color: $cBlue;\n}\n\n.newsletter-container {\n .title_block {\n text-transform: uppercase;\n }\n\n .block_newsletter {\n max-width: 800px !important;\n }\n\n input[type='text'] {\n background: #f7f7f7 !important;\n border: 0 !important;\n text-align: left !important;\n text-transform: uppercase;\n }\n\n button {\n background: #e30613 !important;\n color: #fff !important;\n }\n}\n\n.box-footer4 {\n .block-social {\n text-align: center;\n }\n}\n\n.box-iconh6 .ApRawHtml {\n margin-bottom: 0 !important;\n}\n\n.product-tabs {\n .product-quantities {\n display: none;\n }\n}\n\ndiv.cus-sticky {\n .box-top6 {\n background: #fff;\n top: 0 !important;\n padding-top: 0 !important;\n }\n}\n\n.leo-megamenu .dropdown-menu li a {\n text-transform: uppercase !important;\n color: #000 !important;\n}\n\n.table-responsive {\n table {\n * {\n white-space: nowrap;\n }\n }\n}\n\n.language-selector {\n li {\n .lang-img {\n border: 1px solid #e6e6e6;\n }\n }\n}\n\n.currency-selector {\n ul {\n display: flex;\n\n li:first-child {\n order: 2;\n }\n }\n}\n\n.category-top-menu {\n a {\n text-transform: none !important;\n }\n\n li[data-depth='0'] {\n >a {\n text-transform: uppercase !important;\n }\n }\n}\n\n.page-cms.page-content {\n max-width: 1180px;\n margin-left: auto;\n margin-right: auto;\n}\n\n.leo_free_price {\n padding: 10px 20px;\n}\n\n.cart-content {\n p {\n margin-bottom: 5px;\n }\n\n .leo_free_price {\n padding: 0 0 5px 0;\n }\n}\n\n#cookieNotice {\n .closeFontAwesome {\n margin-left: 10px;\n\n &:before {\n font-size: 18px;\n line-height: 20px;\n position: relative;\n top: 1px;\n }\n }\n}\n\n.our-stores-title {\n font-size: 25px;\n}\n\n.our-stores-search {\n margin-top: 15px;\n margin-bottom: 20px;\n\n .input-group {\n width: 100%;\n\n .input-group-append {\n border-bottom: 1px solid #e5e5e5;\n }\n\n .form-control {\n border: none;\n padding-left: 0;\n padding-right: 0;\n width: calc(100% - 58px);\n }\n\n .btn {\n color: #292929;\n background: transparent;\n\n .fa {\n font-size: 19px;\n }\n }\n }\n}\n\n.our-stores-list {\n height: 500px;\n overflow: scroll;\n padding-bottom: 0;\n overflow-x: hidden;\n\n .store-information {\n cursor: pointer;\n }\n\n .card-header {\n padding: 0.75rem 0.75rem 0.75rem 0;\n background: transparent;\n border-bottom: none;\n\n h4 {\n color: #000;\n\n &.red {\n color: $cRed;\n }\n }\n }\n\n .card-body {\n padding: 0 0.75rem 0.75rem 0;\n }\n\n .country {\n padding: 1.5rem 0 0 0;\n\n &:first-child {\n padding: 0;\n }\n }\n\n .voivodeship {\n color: $cRed;\n padding: 1.5rem 0 0.75rem 0;\n }\n}\n\n.our-stores {\n .our-stores-filter {\n margin-top: 10px;\n\n a {\n color: #000;\n text-transform: uppercase;\n margin-right: 3px;\n margin-left: 3px;\n }\n }\n}\n\n.map {\n margin-top: 50px;\n\n .our-stores-map-address {\n margin-top: 50px;\n margin-bottom: 0.75rem;\n }\n}\n\n.groupUl {\n list-style-type: none !important;\n}\n\n.leo-productscompare-item .thumbnail-container .leo-bt-cart {\n background: #ed1c24;\n}\n\n@media (min-width: 1440px) {\n #product {\n .blockreassurance_product {\n display: flex;\n justify-content: space-between;\n margin-top: 12px !important;\n\n >div {\n width: calc(33.333% - 5px);\n }\n }\n }\n}\n\n@media (max-width: 767px) {\n .h-logo {\n padding: 10px 0 0 !important;\n }\n\n .box-top .col-info {\n padding-top: 0 !important;\n }\n}\n\n.product-free-delivery {\n margin-top: 10px;\n}\n\n.wk-address-block {\n ul {\n padding-bottom: 0 !important;\n\n li {\n width: 100%;\n\n a.active {\n background: #000 !important;\n color: #fff !important;\n border: 0;\n border-radius: 0;\n }\n }\n }\n}\n\n#hook-display-after-carrier {\n .card-block {\n padding: 25px 0 0;\n box-shadow: none;\n border: 0;\n border-top: 1px solid #ccc;\n margin-top: 25px;\n }\n}\n\n.product-discounts {\n color: #f11d22;\n margin-bottom: 10px;\n}\n\n.register-form {\n .custom-checkbox {\n margin-top: -29px;\n }\n\n .g-recaptcha {\n margin-left: 71px;\n }\n}\n\n.detal-price {\n font-size: 14px;\n margin-top: 10px;\n}\n\n#category-description {\n h2 {\n font-size: 1.1rem;\n }\n}\n\n.hp_bottom_text {\n\n h1,\n h2 {\n font-size: 1.1rem;\n }\n}\n\n//* Custom header nev menu\n@media (max-width: 767px) {\n .header-top .inner .box-top {\n display: flex;\n justify-content: space-between;\n padding: 0 0 15px 0;\n }\n\n .header-top .inner .box-top .col-logo {\n width: 40% !important;\n padding: 10px !important;\n margin-left: 10px !important;\n display: flex;\n align-items: center;\n min-width: 100px;\n }\n\n .header-nav .inner {\n display: flex;\n justify-content: space-between;\n\n .ApRow {\n display: flex;\n align-items: center;\n }\n\n .col-logo {\n width: 20% !important;\n padding: 10px !important;\n margin-left: 10px !important;\n min-width: 100px;\n\n .h-logo {\n padding: 0 !important;\n }\n }\n }\n}\n\n//* Wybrany produkt\n.slick-dotted.slick-slider {\n margin-bottom: 0px !important;\n}\n\n.product-detail .product-prices {}\n\n.product-add-to-cart {\n padding-bottom: 0;\n\n .add {\n .btn {\n display: flex;\n align-items: center;\n justify-content: center;\n }\n }\n}\n\n@media (max-width: 991px) {\n .product-detail-name {\n margin: 0px 0px 15px !important;\n font-size: 20px;\n line-height: 1.3;\n }\n\n .product-detail .product-prices {\n display: flex;\n align-items: flex-end;\n flex-wrap: wrap;\n column-gap: 10px;\n margin: 15px 0 !important;\n\n .current-price {\n font-size: 22px;\n\n span {\n margin: 0;\n }\n }\n\n .product-free-delivery {\n margin-top: 0;\n }\n }\n\n .product-detail .description-short {\n margin-bottom: 15px !important;\n }\n\n .product-variants>.product-variants-item {\n margin: 0 0 10px;\n }\n\n #leo_product_reviews_block_extra .reviews_advices li {\n margin: 0;\n }\n\n .product-actions {\n .product-variants {\n margin: 0 0 20px;\n }\n }\n\n .product-add-to-cart {\n .add-to-cart {\n max-width: unset;\n }\n\n .p-cartwapper {\n display: flex;\n align-items: center;\n flex-direction: row;\n margin: 20px 0;\n }\n }\n\n .blockreassurance_product {\n margin-top: 10px;\n }\n}\n\n@media (max-width: 400px) {\n .product-quantity {\n .input-group {\n padding: 0 20px;\n }\n\n .input-group-btn-vertical {\n .btn {\n width: 20px;\n min-width: 20px;\n top: 0;\n }\n }\n }\n}\n\n#index {\n #page {\n #main {\n .page-home {\n .box-slideh6 {\n padding: 0 30px !important;\n }\n }\n }\n }\n}\n\n.tr-inpost-box {\n clear: both !important;\n}\n\n.blog-image {\n max-width: 750px;\n margin: 0px auto;\n padding: 0 30px;\n}\n\n.plist-noe .thumbnail-container .functional-buttons {\n opacity: 0;\n visibility: hidden;\n display: none;\n}\n\n//* Customize header box\n#header {\n .header-top {\n .box-top {\n .col-logo {\n grid-area: logo;\n }\n\n .col-menu {\n grid-area: menu;\n }\n\n .col-info {\n grid-area: info;\n }\n\n @media (min-width: 992px) and (max-width: 1200px) {\n display: grid;\n grid-template-columns: 1fr 1fr;\n grid-template-areas: 'logo info''menu menu';\n\n .col-logo {\n min-width: fit-content;\n }\n }\n }\n }\n}\n\n.leo-megamenu .navbar-nav>li>a {\n @media (min-width: 1200px) and (max-width: 1400px) {\n padding: 30px 7px;\n }\n}\n\n#use_same_address {\n display: none !important;\n}\n\nlabel[for='use_same_address'] {\n display: none !important;\n}\n\n#invoice-addresses {\n display: none !important;\n}\n\na[href=\"https://redline.com.pl/pl/zamówienie?newAddress=invoice\"] {\n display: none !important;\n}\n\n.js-address-form {\n form {\n h2:nth-child(2) {\n display: none !important;\n }\n }\n}\n\n#pdproductattributeslist {\n th {\n white-space: nowrap;\n\n &:last-child {\n width: 130px;\n }\n }\n}\n\n.product_combination_item,\n.product_combination_alternate_item {\n .option_image {\n img {\n width: 100%;\n max-width: 75px;\n }\n }\n\n .input-group {\n border: 0 !important;\n display: flex !important;\n width: 110px;\n gap: 5px;\n justify-content: center;\n align-items: center;\n\n button.bootstrap-touchspin-down,\n button.bootstrap-touchspin-up {\n border: 1px solid #eee;\n width: 30px;\n height: 40px;\n display: flex;\n justify-content: center;\n align-items: center;\n\n &:hover {\n background: #f7f7f7;\n }\n }\n\n button.bootstrap-touchspin-up {\n margin-top: -2px;\n }\n\n input.quantity {\n display: block;\n top: -16px;\n border: 1px solid #eee !important;\n height: 40px !important;\n width: 40px !important;\n text-align: center;\n }\n }\n\n .touchspin-down,\n .touchspin-up {\n\n &::after {\n content: '' !important;\n }\n }\n}"]} \ No newline at end of file +{"version":3,"sources":["custom.css","custom.scss"],"names":[],"mappings":"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","file":"custom.css","sourcesContent":[".dualDisplayPro.productDetail{font-size:26px}.alert-info{border:1px solid #257ec2;border-radius:0;background:#fff;color:#257ec2}.newsletter-container .title_block{text-transform:uppercase}.newsletter-container .block_newsletter{max-width:800px !important}.newsletter-container input[type=text]{background:#f7f7f7 !important;border:0 !important;text-align:left !important;text-transform:uppercase}.newsletter-container button{background:#e30613 !important;color:#fff !important}.box-footer4 .block-social{text-align:center}.box-iconh6 .ApRawHtml{margin-bottom:0 !important}.product-tabs .product-quantities{display:none}div.cus-sticky .box-top6{background:#fff;top:0 !important;padding-top:0 !important}.leo-megamenu .dropdown-menu li a{text-transform:uppercase !important;color:#000 !important}.table-responsive table *{white-space:nowrap}.language-selector li .lang-img{border:1px solid #e6e6e6}.currency-selector ul{display:flex}.currency-selector ul li:first-child{order:2}.category-top-menu a{text-transform:none !important}.category-top-menu li[data-depth=\"0\"]>a{text-transform:uppercase !important}.page-cms.page-content{max-width:1180px;margin-left:auto;margin-right:auto}.leo_free_price{padding:10px 20px}.cart-content p{margin-bottom:5px}.cart-content .leo_free_price{padding:0 0 5px 0}#cookieNotice .closeFontAwesome{margin-left:10px}#cookieNotice .closeFontAwesome:before{font-size:18px;line-height:20px;position:relative;top:1px}.our-stores-title{font-size:25px}.our-stores-search{margin-top:15px;margin-bottom:20px}.our-stores-search .input-group{width:100%}.our-stores-search .input-group .input-group-append{border-bottom:1px solid #e5e5e5}.our-stores-search .input-group .form-control{border:none;padding-left:0;padding-right:0;width:calc(100% - 58px)}.our-stores-search .input-group .btn{color:#292929;background:rgba(0,0,0,0)}.our-stores-search .input-group .btn .fa{font-size:19px}.our-stores-list{height:500px;overflow:scroll;padding-bottom:0;overflow-x:hidden}.our-stores-list .store-information{cursor:pointer}.our-stores-list .card-header{padding:.75rem .75rem .75rem 0;background:rgba(0,0,0,0);border-bottom:none}.our-stores-list .card-header h4{color:#000}.our-stores-list .card-header h4.red{color:#f33c3c}.our-stores-list .card-body{padding:0 .75rem .75rem 0}.our-stores-list .country{padding:1.5rem 0 0 0}.our-stores-list .country:first-child{padding:0}.our-stores-list .voivodeship{color:#f33c3c;padding:1.5rem 0 .75rem 0}.our-stores .our-stores-filter{margin-top:10px}.our-stores .our-stores-filter a{color:#000;text-transform:uppercase;margin-right:3px;margin-left:3px}.map{margin-top:50px}.map .our-stores-map-address{margin-top:50px;margin-bottom:.75rem}.groupUl{list-style-type:none !important}.leo-productscompare-item .thumbnail-container .leo-bt-cart{background:#ed1c24}@media(min-width: 1440px){#product .blockreassurance_product{display:flex;justify-content:space-between;margin-top:12px !important}#product .blockreassurance_product>div{width:calc(33.333% - 5px)}}@media(max-width: 767px){.h-logo{padding:10px 0 0 !important}.box-top .col-info{padding-top:0 !important}}.product-free-delivery{margin-top:10px}.wk-address-block ul{padding-bottom:0 !important}.wk-address-block ul li{width:100%}.wk-address-block ul li a.active{background:#000 !important;color:#fff !important;border:0;border-radius:0}#hook-display-after-carrier .card-block{padding:25px 0 0;box-shadow:none;border:0;border-top:1px solid #ccc;margin-top:25px}.product-discounts{color:#f11d22;margin-bottom:10px}.register-form .custom-checkbox{margin-top:-29px}.register-form .g-recaptcha{margin-left:71px}.detal-price{font-size:14px;margin-top:10px}#category-description h2{font-size:1.1rem}.hp_bottom_text h1,.hp_bottom_text h2{font-size:1.1rem}@media(max-width: 767px){.header-top .inner .box-top{display:flex;justify-content:space-between;padding:0 0 15px 0}.header-top .inner .box-top .col-logo{width:40% !important;padding:10px !important;margin-left:10px !important;display:flex;align-items:center;min-width:100px}.header-nav .inner{display:flex;justify-content:space-between}.header-nav .inner .ApRow{display:flex;align-items:center}.header-nav .inner .col-logo{width:20% !important;padding:10px !important;margin-left:10px !important;min-width:100px}.header-nav .inner .col-logo .h-logo{padding:0 !important}}.slick-dotted.slick-slider{margin-bottom:0px !important}.product-add-to-cart{padding-bottom:0}.product-add-to-cart .add .btn{display:flex;align-items:center;justify-content:center}@media(max-width: 991px){.product-detail-name{margin:0px 0px 15px !important;font-size:20px;line-height:1.3}.product-detail .product-prices{display:flex;align-items:flex-end;flex-wrap:wrap;column-gap:10px;margin:15px 0 !important}.product-detail .product-prices .current-price{font-size:22px}.product-detail .product-prices .current-price span{margin:0}.product-detail .product-prices .product-free-delivery{margin-top:0}.product-detail .description-short{margin-bottom:15px !important}.product-variants>.product-variants-item{margin:0 0 10px}#leo_product_reviews_block_extra .reviews_advices li{margin:0}.product-actions .product-variants{margin:0 0 20px}.product-add-to-cart .add-to-cart{max-width:unset}.product-add-to-cart .p-cartwapper{display:flex;align-items:center;flex-direction:row;margin:20px 0}.blockreassurance_product{margin-top:10px}}@media(max-width: 400px){.product-quantity .input-group{padding:0 20px}.product-quantity .input-group-btn-vertical .btn{width:20px;min-width:20px;top:0}}#index #page #main .page-home .box-slideh6{padding:0 30px !important}.tr-inpost-box{clear:both !important}.blog-image{max-width:750px;margin:0px auto;padding:0 30px}.plist-noe .thumbnail-container .functional-buttons{opacity:0;visibility:hidden;display:none}#header .header-top .box-top .col-logo{grid-area:logo}#header .header-top .box-top .col-menu{grid-area:menu}#header .header-top .box-top .col-info{grid-area:info}@media(min-width: 992px)and (max-width: 1200px){#header .header-top .box-top{display:grid;grid-template-columns:1fr 1fr;grid-template-areas:\"logo info\" \"menu menu\"}#header .header-top .box-top .col-logo{min-width:fit-content}}@media(min-width: 1200px)and (max-width: 1400px){.leo-megamenu .navbar-nav>li>a{padding:30px 7px}}#use_same_address{display:none !important}label[for=use_same_address]{display:none !important}#invoice-addresses{display:none !important}a[href=\"https://redline.com.pl/pl/zamówienie?newAddress=invoice\"]{display:none !important}.js-address-form form h2:nth-child(2){display:none !important}#pdproductattributeslist th{white-space:nowrap}#pdproductattributeslist th:last-child{width:130px}.product_combination_item .option_image img,.product_combination_alternate_item .option_image img{width:100%;max-width:75px}.product_combination_item .input-group,.product_combination_alternate_item .input-group{border:0 !important;display:flex !important;width:110px;gap:5px;justify-content:center;align-items:center}.product_combination_item .input-group button.bootstrap-touchspin-down,.product_combination_item .input-group button.bootstrap-touchspin-up,.product_combination_alternate_item .input-group button.bootstrap-touchspin-down,.product_combination_alternate_item .input-group button.bootstrap-touchspin-up{border:1px solid #eee;width:30px;height:40px;display:flex;justify-content:center;align-items:center}.product_combination_item .input-group button.bootstrap-touchspin-down:hover,.product_combination_item .input-group button.bootstrap-touchspin-up:hover,.product_combination_alternate_item .input-group button.bootstrap-touchspin-down:hover,.product_combination_alternate_item .input-group button.bootstrap-touchspin-up:hover{background:#f7f7f7}.product_combination_item .input-group button.bootstrap-touchspin-up,.product_combination_alternate_item .input-group button.bootstrap-touchspin-up{margin-top:-2px}.product_combination_item .input-group input.quantity,.product_combination_alternate_item .input-group input.quantity{display:block;top:-16px;border:1px solid #eee !important;height:40px !important;width:40px !important;text-align:center}.product_combination_item .touchspin-down::after,.product_combination_item .touchspin-up::after,.product_combination_alternate_item .touchspin-down::after,.product_combination_alternate_item .touchspin-up::after{content:\"\" !important}.idTabHrefShort.page-product-heading{display:none}#pdproductattributeslist{margin:10px 0 20px !important}#pdproductattributeslist .footer_actions .pull-right{float:none !important}","// out: custom.css, compress: true, sourceMap: true\n$cBlue: #257ec2;\n$cRed: #f33c3c;\n\n.dualDisplayPro.productDetail {\n font-size: 26px;\n}\n\n.alert-info {\n border: 1px solid $cBlue;\n border-radius: 0;\n background: #fff;\n color: $cBlue;\n}\n\n.newsletter-container {\n .title_block {\n text-transform: uppercase;\n }\n\n .block_newsletter {\n max-width: 800px !important;\n }\n\n input[type='text'] {\n background: #f7f7f7 !important;\n border: 0 !important;\n text-align: left !important;\n text-transform: uppercase;\n }\n\n button {\n background: #e30613 !important;\n color: #fff !important;\n }\n}\n\n.box-footer4 {\n .block-social {\n text-align: center;\n }\n}\n\n.box-iconh6 .ApRawHtml {\n margin-bottom: 0 !important;\n}\n\n.product-tabs {\n .product-quantities {\n display: none;\n }\n}\n\ndiv.cus-sticky {\n .box-top6 {\n background: #fff;\n top: 0 !important;\n padding-top: 0 !important;\n }\n}\n\n.leo-megamenu .dropdown-menu li a {\n text-transform: uppercase !important;\n color: #000 !important;\n}\n\n.table-responsive {\n table {\n * {\n white-space: nowrap;\n }\n }\n}\n\n.language-selector {\n li {\n .lang-img {\n border: 1px solid #e6e6e6;\n }\n }\n}\n\n.currency-selector {\n ul {\n display: flex;\n\n li:first-child {\n order: 2;\n }\n }\n}\n\n.category-top-menu {\n a {\n text-transform: none !important;\n }\n\n li[data-depth='0'] {\n >a {\n text-transform: uppercase !important;\n }\n }\n}\n\n.page-cms.page-content {\n max-width: 1180px;\n margin-left: auto;\n margin-right: auto;\n}\n\n.leo_free_price {\n padding: 10px 20px;\n}\n\n.cart-content {\n p {\n margin-bottom: 5px;\n }\n\n .leo_free_price {\n padding: 0 0 5px 0;\n }\n}\n\n#cookieNotice {\n .closeFontAwesome {\n margin-left: 10px;\n\n &:before {\n font-size: 18px;\n line-height: 20px;\n position: relative;\n top: 1px;\n }\n }\n}\n\n.our-stores-title {\n font-size: 25px;\n}\n\n.our-stores-search {\n margin-top: 15px;\n margin-bottom: 20px;\n\n .input-group {\n width: 100%;\n\n .input-group-append {\n border-bottom: 1px solid #e5e5e5;\n }\n\n .form-control {\n border: none;\n padding-left: 0;\n padding-right: 0;\n width: calc(100% - 58px);\n }\n\n .btn {\n color: #292929;\n background: transparent;\n\n .fa {\n font-size: 19px;\n }\n }\n }\n}\n\n.our-stores-list {\n height: 500px;\n overflow: scroll;\n padding-bottom: 0;\n overflow-x: hidden;\n\n .store-information {\n cursor: pointer;\n }\n\n .card-header {\n padding: 0.75rem 0.75rem 0.75rem 0;\n background: transparent;\n border-bottom: none;\n\n h4 {\n color: #000;\n\n &.red {\n color: $cRed;\n }\n }\n }\n\n .card-body {\n padding: 0 0.75rem 0.75rem 0;\n }\n\n .country {\n padding: 1.5rem 0 0 0;\n\n &:first-child {\n padding: 0;\n }\n }\n\n .voivodeship {\n color: $cRed;\n padding: 1.5rem 0 0.75rem 0;\n }\n}\n\n.our-stores {\n .our-stores-filter {\n margin-top: 10px;\n\n a {\n color: #000;\n text-transform: uppercase;\n margin-right: 3px;\n margin-left: 3px;\n }\n }\n}\n\n.map {\n margin-top: 50px;\n\n .our-stores-map-address {\n margin-top: 50px;\n margin-bottom: 0.75rem;\n }\n}\n\n.groupUl {\n list-style-type: none !important;\n}\n\n.leo-productscompare-item .thumbnail-container .leo-bt-cart {\n background: #ed1c24;\n}\n\n@media (min-width: 1440px) {\n #product {\n .blockreassurance_product {\n display: flex;\n justify-content: space-between;\n margin-top: 12px !important;\n\n >div {\n width: calc(33.333% - 5px);\n }\n }\n }\n}\n\n@media (max-width: 767px) {\n .h-logo {\n padding: 10px 0 0 !important;\n }\n\n .box-top .col-info {\n padding-top: 0 !important;\n }\n}\n\n.product-free-delivery {\n margin-top: 10px;\n}\n\n.wk-address-block {\n ul {\n padding-bottom: 0 !important;\n\n li {\n width: 100%;\n\n a.active {\n background: #000 !important;\n color: #fff !important;\n border: 0;\n border-radius: 0;\n }\n }\n }\n}\n\n#hook-display-after-carrier {\n .card-block {\n padding: 25px 0 0;\n box-shadow: none;\n border: 0;\n border-top: 1px solid #ccc;\n margin-top: 25px;\n }\n}\n\n.product-discounts {\n color: #f11d22;\n margin-bottom: 10px;\n}\n\n.register-form {\n .custom-checkbox {\n margin-top: -29px;\n }\n\n .g-recaptcha {\n margin-left: 71px;\n }\n}\n\n.detal-price {\n font-size: 14px;\n margin-top: 10px;\n}\n\n#category-description {\n h2 {\n font-size: 1.1rem;\n }\n}\n\n.hp_bottom_text {\n\n h1,\n h2 {\n font-size: 1.1rem;\n }\n}\n\n//* Custom header nev menu\n@media (max-width: 767px) {\n .header-top .inner .box-top {\n display: flex;\n justify-content: space-between;\n padding: 0 0 15px 0;\n }\n\n .header-top .inner .box-top .col-logo {\n width: 40% !important;\n padding: 10px !important;\n margin-left: 10px !important;\n display: flex;\n align-items: center;\n min-width: 100px;\n }\n\n .header-nav .inner {\n display: flex;\n justify-content: space-between;\n\n .ApRow {\n display: flex;\n align-items: center;\n }\n\n .col-logo {\n width: 20% !important;\n padding: 10px !important;\n margin-left: 10px !important;\n min-width: 100px;\n\n .h-logo {\n padding: 0 !important;\n }\n }\n }\n}\n\n//* Wybrany produkt\n.slick-dotted.slick-slider {\n margin-bottom: 0px !important;\n}\n\n.product-detail .product-prices {}\n\n.product-add-to-cart {\n padding-bottom: 0;\n\n .add {\n .btn {\n display: flex;\n align-items: center;\n justify-content: center;\n }\n }\n}\n\n@media (max-width: 991px) {\n .product-detail-name {\n margin: 0px 0px 15px !important;\n font-size: 20px;\n line-height: 1.3;\n }\n\n .product-detail .product-prices {\n display: flex;\n align-items: flex-end;\n flex-wrap: wrap;\n column-gap: 10px;\n margin: 15px 0 !important;\n\n .current-price {\n font-size: 22px;\n\n span {\n margin: 0;\n }\n }\n\n .product-free-delivery {\n margin-top: 0;\n }\n }\n\n .product-detail .description-short {\n margin-bottom: 15px !important;\n }\n\n .product-variants>.product-variants-item {\n margin: 0 0 10px;\n }\n\n #leo_product_reviews_block_extra .reviews_advices li {\n margin: 0;\n }\n\n .product-actions {\n .product-variants {\n margin: 0 0 20px;\n }\n }\n\n .product-add-to-cart {\n .add-to-cart {\n max-width: unset;\n }\n\n .p-cartwapper {\n display: flex;\n align-items: center;\n flex-direction: row;\n margin: 20px 0;\n }\n }\n\n .blockreassurance_product {\n margin-top: 10px;\n }\n}\n\n@media (max-width: 400px) {\n .product-quantity {\n .input-group {\n padding: 0 20px;\n }\n\n .input-group-btn-vertical {\n .btn {\n width: 20px;\n min-width: 20px;\n top: 0;\n }\n }\n }\n}\n\n#index {\n #page {\n #main {\n .page-home {\n .box-slideh6 {\n padding: 0 30px !important;\n }\n }\n }\n }\n}\n\n.tr-inpost-box {\n clear: both !important;\n}\n\n.blog-image {\n max-width: 750px;\n margin: 0px auto;\n padding: 0 30px;\n}\n\n.plist-noe .thumbnail-container .functional-buttons {\n opacity: 0;\n visibility: hidden;\n display: none;\n}\n\n//* Customize header box\n#header {\n .header-top {\n .box-top {\n .col-logo {\n grid-area: logo;\n }\n\n .col-menu {\n grid-area: menu;\n }\n\n .col-info {\n grid-area: info;\n }\n\n @media (min-width: 992px) and (max-width: 1200px) {\n display: grid;\n grid-template-columns: 1fr 1fr;\n grid-template-areas: 'logo info''menu menu';\n\n .col-logo {\n min-width: fit-content;\n }\n }\n }\n }\n}\n\n.leo-megamenu .navbar-nav>li>a {\n @media (min-width: 1200px) and (max-width: 1400px) {\n padding: 30px 7px;\n }\n}\n\n#use_same_address {\n display: none !important;\n}\n\nlabel[for='use_same_address'] {\n display: none !important;\n}\n\n#invoice-addresses {\n display: none !important;\n}\n\na[href=\"https://redline.com.pl/pl/zamówienie?newAddress=invoice\"] {\n display: none !important;\n}\n\n.js-address-form {\n form {\n h2:nth-child(2) {\n display: none !important;\n }\n }\n}\n\n#pdproductattributeslist {\n th {\n white-space: nowrap;\n\n &:last-child {\n width: 130px;\n }\n }\n}\n\n.product_combination_item,\n.product_combination_alternate_item {\n .option_image {\n img {\n width: 100%;\n max-width: 75px;\n }\n }\n\n .input-group {\n border: 0 !important;\n display: flex !important;\n width: 110px;\n gap: 5px;\n justify-content: center;\n align-items: center;\n\n button.bootstrap-touchspin-down,\n button.bootstrap-touchspin-up {\n border: 1px solid #eee;\n width: 30px;\n height: 40px;\n display: flex;\n justify-content: center;\n align-items: center;\n\n &:hover {\n background: #f7f7f7;\n }\n }\n\n button.bootstrap-touchspin-up {\n margin-top: -2px;\n }\n\n input.quantity {\n display: block;\n top: -16px;\n border: 1px solid #eee !important;\n height: 40px !important;\n width: 40px !important;\n text-align: center;\n }\n }\n\n .touchspin-down,\n .touchspin-up {\n\n &::after {\n content: '' !important;\n }\n }\n}\n\n.idTabHrefShort.page-product-heading {\n display: none;\n}\n\n#pdproductattributeslist {\n margin: 10px 0 20px !important;\n\n .footer_actions {\n .pull-right {\n float: none !important;\n }\n }\n}"]} \ No newline at end of file diff --git a/themes/at_movic/assets/css/custom.scss b/themes/at_movic/assets/css/custom.scss index 7327e5a1..e8482ab8 100644 --- a/themes/at_movic/assets/css/custom.scss +++ b/themes/at_movic/assets/css/custom.scss @@ -615,4 +615,18 @@ a[href="https://redline.com.pl/pl/zamówienie?newAddress=invoice"] { content: '' !important; } } +} + +.idTabHrefShort.page-product-heading { + display: none; +} + +#pdproductattributeslist { + margin: 10px 0 20px !important; + + .footer_actions { + .pull-right { + float: none !important; + } + } } \ No newline at end of file diff --git a/themes/at_movic/modules/appagebuilder/views/templates/front/details/detail3382420090.tpl b/themes/at_movic/modules/appagebuilder/views/templates/front/details/detail3382420090.tpl index f2a54043..0ac08c4a 100644 --- a/themes/at_movic/modules/appagebuilder/views/templates/front/details/detail3382420090.tpl +++ b/themes/at_movic/modules/appagebuilder/views/templates/front/details/detail3382420090.tpl @@ -9,7 +9,7 @@
-
+
{block name='page_content_container'}
@@ -83,7 +83,7 @@ {include file='catalog/_partials/product-images-modal.tpl'} {/block}
-
+
{block name='page_header_container'} {block name='page_header'}

{block name='page_title'}{$product.name}{/block}

@@ -93,12 +93,12 @@ {include file='catalog/_partials/product-prices.tpl'} {/block} - {if $product.is_customizable && count($product.customizations.fields)} + {* {if $product.is_customizable && count($product.customizations.fields)} {block name='product_customization'} {include file="catalog/_partials/product-customization.tpl" customizations=$product.customizations} {/block} - {/if} -
+ {/if} *} + {*
{block name='product_buy'}
@@ -135,21 +135,21 @@ {/block}
{/block} -
+
*} + {hook h='displayCustomAttributesListTable' product=$product} {block name='product_description_short'}
{$product.description_short nofilter}
{/block} - {block name='product_after_cart_button'} + {* {block name='product_after_cart_button'} {include file='catalog/_partials/product-after-cart-button.tpl'} - {/block} - {block name='product_additional_info'} + {/block} *} + {* {block name='product_additional_info'} {include file='catalog/_partials/product-additional-info.tpl'} - {/block} - {hook h='displayLeoProductReviewExtra' product=$product} + {/block} *} + {* {hook h='displayLeoProductReviewExtra' product=$product} {block name='hook_display_reassurance'} {hook h='displayReassurance'} - {/block} - {hook h='displayCustomAttributesListTable' product=$product} + {/block} *}
{include file="sub/product_info/tab.tpl"}