From 26dd9c765689bf56fb5ee76b265fd3eb97384640 Mon Sep 17 00:00:00 2001 From: Roman Pyrih Date: Tue, 3 Feb 2026 12:22:04 +0100 Subject: [PATCH] Add slider arrows and tab position --- .vscode/settings.json | 3 ++- modules/customdevslider/css/front.css | 2 +- modules/customdevslider/css/front.css.map | 2 +- modules/customdevslider/css/front.scss | 1 + themes/at_movic/assets/css/custom.css | 2 +- themes/at_movic/assets/css/custom.css.map | 2 +- themes/at_movic/assets/css/custom.scss | 24 +++++++++++++++++++++++ 7 files changed, 31 insertions(+), 5 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index c3f4780d..3f760ccf 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -10,6 +10,7 @@ "liveSassCompile.settings.includeItems": [ "/themes/at_movic/assets/css/theme.scss", "/themes/at_movic/assets/css/custom.scss", - "/themes/at_movic/modules/appagebuilder/views/css/styles.scss" + "/themes/at_movic/modules/appagebuilder/views/css/styles.scss", + "/modules/customdevslider/css/front.scss" ] } \ No newline at end of file diff --git a/modules/customdevslider/css/front.css b/modules/customdevslider/css/front.css index 65e76fdf..121477a8 100644 --- a/modules/customdevslider/css/front.css +++ b/modules/customdevslider/css/front.css @@ -1 +1 @@ -.hp-c-slider{padding:0 !important}.hp-c-slider>.ApColumn{padding:0 !important}div[id^=customdevslider-] .customdevslider-swiper__container{position:relative}div[id^=customdevslider-] .customdevslider-swiper__container .swiper-wrapper{position:absolute;inset:0}div[id^=customdevslider-] .customdevslider-swiper__container .swiper-wrapper .swiper-slide .customdevslider-swiper__image{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:left center;object-position:left center}div[id^=customdevslider-] .customdevslider-swiper__container .customdevslider-swiper__content{position:relative;margin:50px 0 50px auto;row-gap:40px;min-height:548px;width:50%;height:100%;background:rgba(120,120,120,.65);padding:24px;color:#f2f2f2;z-index:1;display:flex;flex-direction:column}@media(max-width: 1300px){div[id^=customdevslider-] .customdevslider-swiper__container .customdevslider-swiper__content{width:60%}}@media(max-width: 900px){div[id^=customdevslider-] .customdevslider-swiper__container .customdevslider-swiper__content{width:100%;margin:0;padding:50px;background-color:rgba(34,34,34,.85);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}}div[id^=customdevslider-] .customdevslider-swiper__container .customdevslider-swiper__content .customdevslider-swiper__text{flex:1 1 auto;overflow:hidden;font-size:20px;line-height:1.3}div[id^=customdevslider-] .customdevslider-swiper__container .customdevslider-swiper__content .customdevslider-swiper__pagination{display:flex;flex-direction:row;gap:20px;justify-content:space-between;flex:0 0 auto;margin-top:auto;position:static !important;text-align:center}@media(max-width: 700px){div[id^=customdevslider-] .customdevslider-swiper__container .customdevslider-swiper__content .customdevslider-swiper__pagination{display:flex;flex-direction:row;flex-wrap:wrap}}div[id^=customdevslider-] .customdevslider-swiper__container .customdevslider-swiper__content .customdevslider-swiper__pagination .swiper-pagination-bullet{width:auto;height:auto;border-radius:0;background:rgba(0,0,0,0);opacity:1;margin:0 !important;padding:0;color:#fff;font-size:26px;letter-spacing:1px;text-transform:uppercase;font-weight:500;display:inline-block;cursor:pointer;min-width:-moz-max-content;min-width:max-content}@media(max-width: 700px){div[id^=customdevslider-] .customdevslider-swiper__container .customdevslider-swiper__content .customdevslider-swiper__pagination .swiper-pagination-bullet{flex:40%}}@media(max-width: 460px){div[id^=customdevslider-] .customdevslider-swiper__container .customdevslider-swiper__content .customdevslider-swiper__pagination .swiper-pagination-bullet{font-size:18px}}div[id^=customdevslider-] .customdevslider-swiper__container .customdevslider-swiper__content .customdevslider-swiper__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{color:#e60000}/*# sourceMappingURL=front.css.map */ \ No newline at end of file +.hp-c-slider{padding:0 !important}.hp-c-slider>.ApColumn{padding:0 !important}div[id^=customdevslider-] .customdevslider-swiper__container{position:relative}div[id^=customdevslider-] .customdevslider-swiper__container .swiper-wrapper{position:absolute;inset:0}div[id^=customdevslider-] .customdevslider-swiper__container .swiper-wrapper .swiper-slide .customdevslider-swiper__image{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:left center;object-position:left center}div[id^=customdevslider-] .customdevslider-swiper__container .customdevslider-swiper__content{position:relative;margin:50px 0 50px auto;row-gap:40px;min-height:548px;width:50%;height:100%;background:rgba(120,120,120,.65);padding:24px;color:#f2f2f2;z-index:1;display:flex;flex-direction:column}@media(max-width: 1300px){div[id^=customdevslider-] .customdevslider-swiper__container .customdevslider-swiper__content{width:60%}}@media(max-width: 900px){div[id^=customdevslider-] .customdevslider-swiper__container .customdevslider-swiper__content{width:100%;margin:0;padding:50px;background-color:rgba(34,34,34,.85);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);flex-direction:column-reverse}}div[id^=customdevslider-] .customdevslider-swiper__container .customdevslider-swiper__content .customdevslider-swiper__text{flex:1 1 auto;overflow:hidden;font-size:20px;line-height:1.3}div[id^=customdevslider-] .customdevslider-swiper__container .customdevslider-swiper__content .customdevslider-swiper__pagination{display:flex;flex-direction:row;gap:20px;justify-content:space-between;flex:0 0 auto;margin-top:auto;position:static !important;text-align:center}@media(max-width: 700px){div[id^=customdevslider-] .customdevslider-swiper__container .customdevslider-swiper__content .customdevslider-swiper__pagination{display:flex;flex-direction:row;flex-wrap:wrap}}div[id^=customdevslider-] .customdevslider-swiper__container .customdevslider-swiper__content .customdevslider-swiper__pagination .swiper-pagination-bullet{width:auto;height:auto;border-radius:0;background:rgba(0,0,0,0);opacity:1;margin:0 !important;padding:0;color:#fff;font-size:26px;letter-spacing:1px;text-transform:uppercase;font-weight:500;display:inline-block;cursor:pointer;min-width:-moz-max-content;min-width:max-content}@media(max-width: 700px){div[id^=customdevslider-] .customdevslider-swiper__container .customdevslider-swiper__content .customdevslider-swiper__pagination .swiper-pagination-bullet{flex:40%}}@media(max-width: 460px){div[id^=customdevslider-] .customdevslider-swiper__container .customdevslider-swiper__content .customdevslider-swiper__pagination .swiper-pagination-bullet{font-size:18px}}div[id^=customdevslider-] .customdevslider-swiper__container .customdevslider-swiper__content .customdevslider-swiper__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{color:#e60000}/*# sourceMappingURL=front.css.map */ \ No newline at end of file diff --git a/modules/customdevslider/css/front.css.map b/modules/customdevslider/css/front.css.map index 068320d3..360d8ab4 100644 --- a/modules/customdevslider/css/front.css.map +++ b/modules/customdevslider/css/front.css.map @@ -1 +1 @@ -{"version":3,"sources":["front.scss"],"names":[],"mappings":"AAAA,aACC,oBAAA,CAEA,uBACC,oBAAA,CAID,6DACC,iBAAA,CAEA,6EACC,iBAAA,CACA,OAAA,CAGC,0HACC,WAAA,CACA,mBAAA,CAAA,gBAAA,CACA,8BAAA,CAAA,2BAAA,CAIH,8FACC,iBAAA,CACA,uBAAA,CACA,YAAA,CACA,gBAAA,CAKA,SAAA,CAEA,WAAA,CACA,gCAAA,CACA,YAAA,CACA,aAAA,CACA,SAAA,CAEA,YAAA,CACA,qBAAA,CAEA,0BApBD,8FAqBE,SAAA,CAAA,CAGD,yBAxBD,8FAyBE,UAAA,CACA,QAAA,CACA,YAAA,CACA,mCAAA,CACA,iCAAA,CAAA,yBAAA,CAAA,CAGD,4HACC,aAAA,CACA,eAAA,CACA,cAAA,CACA,eAAA,CAGD,kIACC,YAAA,CACA,kBAAA,CACA,QAAA,CACA,6BAAA,CAEA,aAAA,CACA,eAAA,CACA,0BAAA,CACA,iBAAA,CAEA,yBAXD,kIAYE,YAAA,CACA,kBAAA,CACA,cAAA,CAAA,CAGD,4JACC,UAAA,CACA,WAAA,CACA,eAAA,CACA,wBAAA,CACA,SAAA,CACA,mBAAA,CACA,SAAA,CACA,UAAA,CACA,cAAA,CACA,kBAAA,CACA,wBAAA,CACA,eAAA,CACA,oBAAA,CACA,cAAA,CAEA,0BAAA,CAAA,qBAAA,CAEA,yBAlBD,4JAmBE,QAAA,CAAA,CAED,yBArBD,4JAsBE,cAAA,CAAA,CAED,4LACC,aAAA","file":"front.css"} \ No newline at end of file +{"version":3,"sources":["front.scss"],"names":[],"mappings":"AAAA,aACC,oBAAA,CAEA,uBACC,oBAAA,CAID,6DACC,iBAAA,CAEA,6EACC,iBAAA,CACA,OAAA,CAGC,0HACC,WAAA,CACA,mBAAA,CAAA,gBAAA,CACA,8BAAA,CAAA,2BAAA,CAIH,8FACC,iBAAA,CACA,uBAAA,CACA,YAAA,CACA,gBAAA,CAKA,SAAA,CAEA,WAAA,CACA,gCAAA,CACA,YAAA,CACA,aAAA,CACA,SAAA,CAEA,YAAA,CACA,qBAAA,CAEA,0BApBD,8FAqBE,SAAA,CAAA,CAGD,yBAxBD,8FAyBE,UAAA,CACA,QAAA,CACA,YAAA,CACA,mCAAA,CACA,iCAAA,CAAA,yBAAA,CACA,6BAAA,CAAA,CAGD,4HACC,aAAA,CACA,eAAA,CACA,cAAA,CACA,eAAA,CAGD,kIACC,YAAA,CACA,kBAAA,CACA,QAAA,CACA,6BAAA,CAEA,aAAA,CACA,eAAA,CACA,0BAAA,CACA,iBAAA,CAEA,yBAXD,kIAYE,YAAA,CACA,kBAAA,CACA,cAAA,CAAA,CAGD,4JACC,UAAA,CACA,WAAA,CACA,eAAA,CACA,wBAAA,CACA,SAAA,CACA,mBAAA,CACA,SAAA,CACA,UAAA,CACA,cAAA,CACA,kBAAA,CACA,wBAAA,CACA,eAAA,CACA,oBAAA,CACA,cAAA,CAEA,0BAAA,CAAA,qBAAA,CAEA,yBAlBD,4JAmBE,QAAA,CAAA,CAED,yBArBD,4JAsBE,cAAA,CAAA,CAED,4LACC,aAAA","file":"front.css"} \ No newline at end of file diff --git a/modules/customdevslider/css/front.scss b/modules/customdevslider/css/front.scss index 49d4887a..fb97bfef 100644 --- a/modules/customdevslider/css/front.scss +++ b/modules/customdevslider/css/front.scss @@ -51,6 +51,7 @@ div[id^='customdevslider-'] { padding: 50px; background-color: rgb(34 34 34 / 85%); backdrop-filter: blur(3px); + flex-direction: column-reverse; } .customdevslider-swiper__text { diff --git a/themes/at_movic/assets/css/custom.css b/themes/at_movic/assets/css/custom.css index 86e22a1b..a8816bd8 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: 991px){body .box-top{padding:30px 9px 0}}@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:15px 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}@media(max-width: 575px){.product-add-to-cart .p-cartwapper{position:relative}}@media(max-width: 575px){.product-add-to-cart .leo-compare-wishlist-button{position:absolute;top:-65px;right:0px}}@media(max-width: 575px){.product-add-to-cart .add{width:calc(100% - 115px)}}.product-add-to-cart .add .btn{display:flex;align-items:center;justify-content:center;font-weight:800}@media(max-width: 575px){.product-add-to-cart .add .btn{width:100%;position:relative;top:1px;margin-right:0}}@media(max-width: 575px){.product-add-to-cart .buy-now{width:100%}}.product-add-to-cart .buy-now .btn{display:flex;align-items:center;justify-content:center;background:#f11d22;height:64px;line-height:64px;padding:0 20px;text-transform:uppercase;letter-spacing:1px;max-width:240px;min-width:150px;overflow:hidden;text-overflow:ellipsis;margin:0 15px 0 0;font-weight:800}@media(max-width: 575px){.product-add-to-cart .buy-now .btn{margin:0;width:100%;max-width:unset}}@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;flex-wrap:wrap}.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}}.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 .cus-sticky>.box-top{top:32px !important}#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}body#index header#header .header-top>.inner>.box-top{position:fixed;top:0;left:0;right:0;z-index:1}body#index header#header .header-top>.inner:not(.cus-sticky) .box-top6:not(:hover) .leo-megamenu .navbar-header .navbar-toggler::before{background:#fff}body#index header#header .header-top>.inner:not(.cus-sticky) .box-top6:not(:hover) .leo-megamenu .navbar-header .navbar-toggler::after{border-color:#fff}body#index header#header .header-top>.inner:not(.cus-sticky) .box-top6:not(:hover) .leo-megamenu .navbar-nav>li>a{color:#fff}body#index header#header .header-top>.inner:not(.cus-sticky) .box-top6:not(:hover) #leo_search_block_top .title_block{color:#fff}body#index header#header .header-top>.inner:not(.cus-sticky) .box-top6:not(:hover) #_desktop_user_info .popup-title i{color:#fff}body#index header#header .header-top>.inner:not(.cus-sticky) .box-top6:not(:hover) .wislish-button .ap-btn-wishlist i{color:#fff}body#index header#header .header-top>.inner:not(.cus-sticky) .box-top6:not(:hover) #_desktop_cart .header i{color:#fff}@media(max-width: 1200px){body#index header#header .header-top .leo-megamenu .navbar-nav>li>a{padding-top:0;padding-bottom:0}}body#index .box-slideh6{padding-top:0 !important;padding-left:0 !important;padding-right:0 !important}#footer{background:#000}#footer h1,#footer h2,#footer h3,#footer h4,#footer h5,#footer h6,#footer .h1,#footer .h2,#footer .h3,#footer .h4,#footer .h5,#footer .h6{color:#fff}#footer .block_content a{color:#fff}#footer .block_content a:hover{color:#fff}#footer .box-link6 .ApBlockLink ul li a{transform:none !important;color:#fff;text-transform:uppercase;font-weight:600}#footer .box-footer4{position:relative;padding:0 5% 50px;display:flex;justify-content:space-between;color:#fff;align-items:flex-end;line-height:30px;font-weight:600;text-transform:uppercase}#footer .box-footer4 .block_content a{color:#7a7a7a}#footer .box-footer4 .col-left,#footer .box-footer4 .col-right{width:400px;max-width:100%}#footer .box-footer4 .col-center{width:auto;flex:1;text-align:center}#footer .box-footer4 .col-center{width:auto;flex:1;text-align:center}#footer .box-footer4 .block-social{margin:10px 0 0}#footer .box-footer4 .block-social li{border:0;color:#fff;margin:0 5px;font-weight:normal;vertical-align:top}#footer .box-footer4 .block-social li:hover{color:#888}#footer .box-footer4 .ApColumn .block{margin-bottom:0}body .page-home .box-newletter5{background:#000 !important}body .page-home .box-newletter5 .block_newsletter .title_block{color:#fff}body .page-home .box-newletter5 .block_newsletter .block_content p{color:#fff}body .page-home .blog-box{background:#000}body .page-home .blog-box .box-latestnews2{padding-top:40px}body .page-home .blog-box .title_block{color:#fff}body .box-bannerh6{padding:0 !important}body .box-bannerh6>div{padding:0 !important;min-height:unset !important}body .box-bannerh6>div>.block.image-text.ApImage{margin:0 !important}body .hp-hero-slider2>.ApSlideShow{min-height:unset !important}body .product-size-tab{max-width:-moz-fit-content;max-width:fit-content;border-bottom:1px solid rgba(0,0,0,.1);background:rgba(0,0,0,0);color:#000;padding:5px 15px}body #top-header-box{height:32px !important;background:#000 !important;position:relative;z-index:2}body #top-header-box .top-header-text{margin:0;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:5px 0}body #top-header-box .top-header-text p{color:#fff;text-align:center;font-weight:600}body .hp-bottom-accordion>.panel{margin-bottom:20px}body .hp-bottom-accordion>.panel .panel-heading{background:rgba(0,0,0,0);border:none}body .hp-bottom-accordion>.panel .panel-heading .panel-title{margin:0;background:rgba(0,0,0,0);border:none}body .hp-bottom-accordion>.panel .panel-heading .panel-title a{color:#fff;font-size:1.1rem;font-family:"Lato",sans-serif;font-weight:600;line-height:1.1}body .hp-bottom-accordion>.panel .panel-body{border:0 !important}body .hp-bottom-accordion>.panel .panel-body .block{margin:0;border:0;padding-top:10px}body .off-canvas-nav-megamenu .nav>li.open-sub>a{border-bottom:1px solid #eee}body .off-canvas-nav-megamenu .nav li.dropdown .caret{right:5px}body .off-canvas-nav-megamenu .nav li.dropdown .caret:before{font-size:26px}body .off-canvas-nav-megamenu .nav li.nav-item a{color:#2a363b;line-height:1.55;width:100%}body .off-canvas-nav-megamenu .nav li.nav-item .dropdown-menu.level1{padding:0}body .off-canvas-nav-megamenu .nav li.nav-item .dropdown-menu.level1>.dropdown-menu-inner>.row>.mega-col>.inner>ul>li.nav-item{padding:14px 20px;border-bottom:1px solid #eee}body .off-canvas-nav-megamenu .nav li.nav-item .dropdown-menu.level1>.dropdown-menu-inner>.row>.mega-col>.inner>ul>li.nav-item .caret{right:24px;top:5px}body .off-canvas-nav-megamenu .nav li.nav-item .dropdown-menu.level2{padding:0}body .off-canvas-nav-megamenu .nav li.nav-item .dropdown-menu.level2>.dropdown-menu-inner>.row>.mega-col>.inner>ul{padding:10px 0 0 0}body .off-canvas-nav-megamenu .nav li.nav-item .dropdown-menu.level2>.dropdown-menu-inner>.row>.mega-col>.inner>ul>li{padding:10px 0}body .off-canvas-nav-megamenu .offcanvas-mainnav{width:350px}body .off-canvas-nav-megamenu .dropdown-menu{font-size:16px}body .off-canvas-nav-megamenu .dropdown-menu ul li{line-height:42px}@media(max-width: 500px){body .off-canvas-nav-megamenu .offcanvas-mainnav{width:100svw;text-align:center}body .off-canvas-nav-megamenu .dropdown-menu{text-align:center}body .off-canvas-nav-megamenu .dropdown-menu ul li{line-height:38px}}body .block-category .category-cover{max-width:unset}#image-form_9421597145775004,#image-form_794252319355499{margin-bottom:0}.product-actions .product-add-to-cart .add-to-cart{background:#000 !important}.hp-reviews-slider{margin-bottom:30px;margin-top:30px}.hp-reviews-slider .owl-item.loading{min-height:50px !important}.hp-reviews-slider .owl-item .item .block-carousel-image-container{display:flex;flex-direction:row;align-items:center;-moz-column-gap:40px;column-gap:40px}.hp-reviews-slider .owl-item .item .block-carousel-image-container .img-fluid{width:100%;max-width:74px}.height_unset{min-height:unset !important}div.cus-sticky{position:fixed;top:0;left:0;right:0;z-index:999;background:#fff}.box-buy-now-pay-after{width:100%;display:block;margin-top:20px}.box-buy-now-pay-after img{width:100%;max-width:220px}body#product section.product-detail .product-prices .product-price.h5 .current-price{display:flex;align-items:flex-end;-moz-column-gap:14px;column-gap:14px}body#product section.product-detail .product-prices .product-price.h5 .current-price>span{line-height:1;margin:0}body#product section.product-detail .product-prices .product-price.h5 .current-price .label-taxes{font-size:13px;color:#878787;font-weight:400;line-height:1.5}body#product section.product-detail .product-actions .product-variants .product-variants-item.set-size-chart{margin-bottom:5px}body#product section.product-detail .product-actions .product-variants .product-size-tab{padding:0;font-weight:700;border-bottom:2px solid #414141}body#product section.product-detail .product-actions .product-variants .product-size-tab:hover{padding:5px 15px}@media(max-width: 1199px){.page-home>div.wrapper{margin-left:0;margin-right:0;padding-left:0;padding-right:0}}.hp-news-box .owl-carousel .owl-item .product-miniature .product-meta{padding:0}/*# 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: 991px){body .box-top{padding:30px 9px 0}}@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:15px 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}@media(max-width: 575px){.product-add-to-cart .p-cartwapper{position:relative}}@media(max-width: 575px){.product-add-to-cart .leo-compare-wishlist-button{position:absolute;top:-65px;right:0px}}@media(max-width: 575px){.product-add-to-cart .add{width:calc(100% - 115px)}}.product-add-to-cart .add .btn{display:flex;align-items:center;justify-content:center;font-weight:800}@media(max-width: 575px){.product-add-to-cart .add .btn{width:100%;position:relative;top:1px;margin-right:0}}@media(max-width: 575px){.product-add-to-cart .buy-now{width:100%}}.product-add-to-cart .buy-now .btn{display:flex;align-items:center;justify-content:center;background:#f11d22;height:64px;line-height:64px;padding:0 20px;text-transform:uppercase;letter-spacing:1px;max-width:240px;min-width:150px;overflow:hidden;text-overflow:ellipsis;margin:0 15px 0 0;font-weight:800}@media(max-width: 575px){.product-add-to-cart .buy-now .btn{margin:0;width:100%;max-width:unset}}@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;flex-wrap:wrap}.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}}.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 .cus-sticky>.box-top{top:32px !important}#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}body#index header#header .header-top>.inner>.box-top{position:fixed;top:0;left:0;right:0;z-index:1}body#index header#header .header-top>.inner:not(.cus-sticky) .box-top6:not(:hover) .leo-megamenu .navbar-header .navbar-toggler::before{background:#fff}body#index header#header .header-top>.inner:not(.cus-sticky) .box-top6:not(:hover) .leo-megamenu .navbar-header .navbar-toggler::after{border-color:#fff}body#index header#header .header-top>.inner:not(.cus-sticky) .box-top6:not(:hover) .leo-megamenu .navbar-nav>li>a{color:#fff}body#index header#header .header-top>.inner:not(.cus-sticky) .box-top6:not(:hover) #leo_search_block_top .title_block{color:#fff}body#index header#header .header-top>.inner:not(.cus-sticky) .box-top6:not(:hover) #_desktop_user_info .popup-title i{color:#fff}body#index header#header .header-top>.inner:not(.cus-sticky) .box-top6:not(:hover) .wislish-button .ap-btn-wishlist i{color:#fff}body#index header#header .header-top>.inner:not(.cus-sticky) .box-top6:not(:hover) #_desktop_cart .header i{color:#fff}@media(max-width: 1200px){body#index header#header .header-top .leo-megamenu .navbar-nav>li>a{padding-top:0;padding-bottom:0}}body#index .box-slideh6{padding-top:0 !important;padding-left:0 !important;padding-right:0 !important}#footer{background:#000}#footer h1,#footer h2,#footer h3,#footer h4,#footer h5,#footer h6,#footer .h1,#footer .h2,#footer .h3,#footer .h4,#footer .h5,#footer .h6{color:#fff}#footer .block_content a{color:#fff}#footer .block_content a:hover{color:#fff}#footer .box-link6 .ApBlockLink ul li a{transform:none !important;color:#fff;text-transform:uppercase;font-weight:600}#footer .box-footer4{position:relative;padding:0 5% 50px;display:flex;justify-content:space-between;color:#fff;align-items:flex-end;line-height:30px;font-weight:600;text-transform:uppercase}#footer .box-footer4 .block_content a{color:#7a7a7a}#footer .box-footer4 .col-left,#footer .box-footer4 .col-right{width:400px;max-width:100%}#footer .box-footer4 .col-center{width:auto;flex:1;text-align:center}#footer .box-footer4 .col-center{width:auto;flex:1;text-align:center}#footer .box-footer4 .block-social{margin:10px 0 0}#footer .box-footer4 .block-social li{border:0;color:#fff;margin:0 5px;font-weight:normal;vertical-align:top}#footer .box-footer4 .block-social li:hover{color:#888}#footer .box-footer4 .ApColumn .block{margin-bottom:0}body .page-home .box-newletter5{background:#000 !important}body .page-home .box-newletter5 .block_newsletter .title_block{color:#fff}body .page-home .box-newletter5 .block_newsletter .block_content p{color:#fff}body .page-home .blog-box{background:#000}body .page-home .blog-box .box-latestnews2{padding-top:40px}body .page-home .blog-box .title_block{color:#fff}body .box-bannerh6{padding:0 !important}body .box-bannerh6>div{padding:0 !important;min-height:unset !important}body .box-bannerh6>div>.block.image-text.ApImage{margin:0 !important}body .hp-hero-slider2>.ApSlideShow{min-height:unset !important}body .product-size-tab{max-width:-moz-fit-content;max-width:fit-content;border-bottom:1px solid rgba(0,0,0,.1);background:rgba(0,0,0,0);color:#000;padding:5px 15px}body #top-header-box{height:32px !important;background:#000 !important;position:relative;z-index:2}body #top-header-box .top-header-text{margin:0;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:5px 0}body #top-header-box .top-header-text p{color:#fff;text-align:center;font-weight:600}body .hp-bottom-accordion>.panel{margin-bottom:20px}body .hp-bottom-accordion>.panel .panel-heading{background:rgba(0,0,0,0);border:none}body .hp-bottom-accordion>.panel .panel-heading .panel-title{margin:0;background:rgba(0,0,0,0);border:none}body .hp-bottom-accordion>.panel .panel-heading .panel-title a{color:#fff;font-size:1.1rem;font-family:"Lato",sans-serif;font-weight:600;line-height:1.1}body .hp-bottom-accordion>.panel .panel-body{border:0 !important}body .hp-bottom-accordion>.panel .panel-body .block{margin:0;border:0;padding-top:10px}body .off-canvas-nav-megamenu .nav>li.open-sub>a{border-bottom:1px solid #eee}body .off-canvas-nav-megamenu .nav li.dropdown .caret{right:5px}body .off-canvas-nav-megamenu .nav li.dropdown .caret:before{font-size:26px}body .off-canvas-nav-megamenu .nav li.nav-item a{color:#2a363b;line-height:1.55;width:100%}body .off-canvas-nav-megamenu .nav li.nav-item .dropdown-menu.level1{padding:0}body .off-canvas-nav-megamenu .nav li.nav-item .dropdown-menu.level1>.dropdown-menu-inner>.row>.mega-col>.inner>ul>li.nav-item{padding:14px 20px;border-bottom:1px solid #eee}body .off-canvas-nav-megamenu .nav li.nav-item .dropdown-menu.level1>.dropdown-menu-inner>.row>.mega-col>.inner>ul>li.nav-item .caret{right:24px;top:5px}body .off-canvas-nav-megamenu .nav li.nav-item .dropdown-menu.level2{padding:0}body .off-canvas-nav-megamenu .nav li.nav-item .dropdown-menu.level2>.dropdown-menu-inner>.row>.mega-col>.inner>ul{padding:10px 0 0 0}body .off-canvas-nav-megamenu .nav li.nav-item .dropdown-menu.level2>.dropdown-menu-inner>.row>.mega-col>.inner>ul>li{padding:10px 0}body .off-canvas-nav-megamenu .offcanvas-mainnav{width:350px}body .off-canvas-nav-megamenu .dropdown-menu{font-size:16px}body .off-canvas-nav-megamenu .dropdown-menu ul li{line-height:42px}@media(max-width: 500px){body .off-canvas-nav-megamenu .offcanvas-mainnav{width:100svw;text-align:center}body .off-canvas-nav-megamenu .dropdown-menu{text-align:center}body .off-canvas-nav-megamenu .dropdown-menu ul li{line-height:38px}}body .block-category .category-cover{max-width:unset}#image-form_9421597145775004,#image-form_794252319355499{margin-bottom:0}.product-actions .product-add-to-cart .add-to-cart{background:#000 !important}.hp-reviews-slider{margin-bottom:30px;margin-top:30px}.hp-reviews-slider .owl-item.loading{min-height:50px !important}.hp-reviews-slider .owl-item .item .block-carousel-image-container{display:flex;flex-direction:row;align-items:center;-moz-column-gap:40px;column-gap:40px}.hp-reviews-slider .owl-item .item .block-carousel-image-container .img-fluid{width:100%;max-width:74px}.height_unset{min-height:unset !important}div.cus-sticky{position:fixed;top:0;left:0;right:0;z-index:999;background:#fff}.box-buy-now-pay-after{width:100%;display:block;margin-top:20px}.box-buy-now-pay-after img{width:100%;max-width:220px}body#product section.product-detail .product-prices .product-price.h5 .current-price{display:flex;align-items:flex-end;-moz-column-gap:14px;column-gap:14px}body#product section.product-detail .product-prices .product-price.h5 .current-price>span{line-height:1;margin:0}body#product section.product-detail .product-prices .product-price.h5 .current-price .label-taxes{font-size:13px;color:#878787;font-weight:400;line-height:1.5}body#product section.product-detail .product-actions .product-variants .product-variants-item.set-size-chart{margin-bottom:5px}body#product section.product-detail .product-actions .product-variants .product-size-tab{padding:0;font-weight:700;border-bottom:2px solid #414141}body#product section.product-detail .product-actions .product-variants .product-size-tab:hover{padding:5px 15px}@media(max-width: 1199px){.page-home>div.wrapper{margin-left:0;margin-right:0;padding-left:0;padding-right:0}}.hp-news-box .owl-carousel .owl-item .product-miniature .product-meta{padding:0}.hp-news-box .owl-carousel .owl-controls .owl-buttons .owl-prev,.hp-news-box .owl-carousel .owl-controls .owl-buttons .owl-next{background:#e30613;border-radius:100%}.hp-news-box .owl-carousel .owl-controls .owl-buttons .owl-prev::before,.hp-news-box .owl-carousel .owl-controls .owl-buttons .owl-next::before{color:#fff;font-size:20px}@media(max-width: 1199px){.hp-news-box .owl-carousel .owl-controls .owl-buttons .owl-prev{left:-40px}}@media(max-width: 1199px){.hp-news-box .owl-carousel .owl-controls .owl-buttons .owl-next{right:-40px}}/*# 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 d513b8f9..d5f5d611 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"} \ No newline at end of file +{"version":3,"sources":["custom.css","custom.scss"],"names":[],"mappings":"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","file":"custom.css"} \ 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 0c29dfc6..68791b90 100644 --- a/themes/at_movic/assets/css/custom.scss +++ b/themes/at_movic/assets/css/custom.scss @@ -1153,5 +1153,29 @@ body#product { } } } + .owl-controls { + .owl-buttons { + .owl-prev, + .owl-next { + background: #e30613; + border-radius: 100%; + + &::before { + color: #fff; + font-size: 20px; + } + } + .owl-prev { + @media (max-width: 1199px) { + left: -40px; + } + } + .owl-next { + @media (max-width: 1199px) { + right: -40px; + } + } + } + } } }