2040 lines
42 KiB
CSS
2040 lines
42 KiB
CSS
// error
|
|
.has-feedback.--error .form-control{
|
|
border-color: @less_iaicolorscheme_danger_color;
|
|
}
|
|
// Zmiana koloru checkbox i radio
|
|
.place-order_page input[type="radio"], .place-order_page input[type="checkbox"]{
|
|
accent-color: @less_iaicolorscheme_background_active_color;
|
|
}
|
|
//transition
|
|
.--hide{
|
|
max-height: 0;
|
|
height: 0;
|
|
opacity: 0;
|
|
padding: 0!important;
|
|
margin: 0!important;
|
|
overflow: hidden;
|
|
transition: all 0.2s;
|
|
}
|
|
.--more{
|
|
.--hide{
|
|
max-height: 100%;
|
|
height: auto;
|
|
opacity: 1;
|
|
overflow: visible;
|
|
}
|
|
.form-group{
|
|
margin-bottom: 2rem!important;
|
|
}
|
|
}
|
|
@keyframes fade-in{
|
|
0%{
|
|
opacity: 0;
|
|
}
|
|
100%{
|
|
opacity: 1;
|
|
}
|
|
}
|
|
.--fade-in{
|
|
display: block!important;
|
|
animation: fade-in .2s;
|
|
}
|
|
.--fade-in-modal{
|
|
display: flex!important;
|
|
animation: fade-in .2s;
|
|
}
|
|
// label
|
|
.place-order_page label:not(.f-label){
|
|
cursor: pointer;
|
|
}
|
|
//MODAL
|
|
#content {
|
|
#signin-form-ajax, .delivery__address-list-container{
|
|
display: none;
|
|
}
|
|
}
|
|
#signin-form-ajax .signin_button{
|
|
font-size: 1.6rem;
|
|
font-weight: 600;
|
|
background: @less_iaicolorscheme_background_active_color;
|
|
color: @less_iaicolorscheme_background_color;
|
|
width: 100%;
|
|
text-decoration: none!important;
|
|
margin-bottom: 1rem;
|
|
&:hover{
|
|
background-color: @less_iaicolorscheme_background_text_color;
|
|
}
|
|
}
|
|
.delivery__address-list-container{
|
|
h2{
|
|
padding-left: 1rem;
|
|
font-size: 1.8rem;
|
|
}
|
|
> span{
|
|
padding-left: 1rem ;
|
|
}
|
|
.delivery__address-list{
|
|
margin-top: 2rem;
|
|
list-style: none;
|
|
display: grid;
|
|
grid-template-columns: 1fr 1fr;
|
|
gap: 2rem;
|
|
li{
|
|
padding: 1.5rem 2rem;
|
|
cursor: pointer;
|
|
border-radius: 10px;
|
|
border: 1px solid #ccc;
|
|
.delivery__address-list-firstname{
|
|
margin-right: 0.5rem;
|
|
}
|
|
.delivery__address-list-firstname, .delivery__address-list-lastname{
|
|
font-size: 1.6rem;
|
|
font-weight: 600;
|
|
}
|
|
.delivery__address-list-additional{
|
|
display: block;
|
|
}
|
|
.delivery__address-list-street, .delivery__address-list-city, .delivery__address-list-zipcode, .delivery__address-list-phone, .delivery__address-country_name{
|
|
color: #999;
|
|
font-size: 1.3rem;
|
|
}
|
|
.delivery__address-list-street{
|
|
display: block;
|
|
}
|
|
.delivery__address-list-city{
|
|
margin-right: 1rem;
|
|
}
|
|
.delivery__address-list-phone{
|
|
display: block;
|
|
}
|
|
}
|
|
.--active-address{
|
|
box-shadow: 0 0 0 1px @less_iaicolorscheme_background_active_color;
|
|
border: 1px solid @less_iaicolorscheme_background_active_color;
|
|
.delivery__address-list-firstname, .delivery__address-list-lastname{
|
|
color: @less_iaicolorscheme_background_active_color;
|
|
font-weight: 600;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//MODAL BANKU I KARTY
|
|
// ZMIANA DLUGOSCI MODALA
|
|
// .modal-wrapper:has(.modal__content .osc_item-modal){
|
|
// max-height: calc(var(--vh, 1vh) * 80)!important;
|
|
// }
|
|
// body:has(.place-order_page) .modal-wrapper{
|
|
// max-height: calc(var(--vh, 1vh) * 80)!important;
|
|
// }
|
|
.osc_item-modal{
|
|
h2{
|
|
font-size: 1.6rem;
|
|
}
|
|
span{
|
|
font-size: 1.2rem;
|
|
}
|
|
}
|
|
.transfer__methods .payments-container, .card__methods .payments-container{
|
|
margin-top: 2rem;
|
|
display: grid;
|
|
grid-template-columns: repeat(3,1fr);
|
|
gap: 2rem;
|
|
.osc_item:has(input[type="radio"]:checked){
|
|
border: 1px solid @less_iaicolorscheme_background_active_color;
|
|
box-shadow: 0 0 0 1px @less_iaicolorscheme_background_active_color;
|
|
}
|
|
.osc_item{
|
|
cursor: pointer;
|
|
border-radius: 8px;
|
|
padding: 2.5rem;
|
|
border: 1px solid #D8D8D8;
|
|
height: 182px;
|
|
input{
|
|
display: none;
|
|
}
|
|
.name{
|
|
text-align: center;
|
|
}
|
|
.photo{
|
|
display: flex;
|
|
justify-content: center;
|
|
padding-bottom: 1.5rem;
|
|
}
|
|
.comment{
|
|
display: none;
|
|
}
|
|
}
|
|
}
|
|
|
|
.propose_main{
|
|
padding: 0 1rem;
|
|
}
|
|
.propose_title{
|
|
font-size: 1.6rem;
|
|
font-weight: 600;
|
|
}
|
|
.propose_text{
|
|
font-size: 1.3rem!important;
|
|
}
|
|
.propose_json_mail{
|
|
margin-bottom: 1.5rem;
|
|
font-size: 1.3rem!important;
|
|
}
|
|
.button_password_recover{
|
|
margin-bottom: 1rem!important;
|
|
width: 100%;
|
|
font-weight: 600;
|
|
font-size: 16px;
|
|
padding: 1.4rem 0;
|
|
}
|
|
//////////////////////////////////////////////////////////////////////
|
|
// inputy
|
|
.place-order_page{
|
|
input[type="text"]:not(#voucherVal), input[type="email"], input[type="password"], input[type="tel"], select{
|
|
border-radius: 8px!important;
|
|
height: 38px!important;
|
|
padding-left: 3rem;
|
|
}
|
|
input[type="radio"], input[type="checkbox"]{
|
|
cursor: pointer;
|
|
}
|
|
select{
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
// ikony
|
|
i.icon-home:before {
|
|
content: '\F015';
|
|
}
|
|
i.icon-delivery:before {
|
|
content: '\E815';
|
|
}
|
|
i.icon-list1:before {
|
|
content: '\f00c';
|
|
}
|
|
i.icon-need:before {
|
|
color: #000;
|
|
content: "*";
|
|
}
|
|
// Kontynuuj zakupy
|
|
a.go__shopping{
|
|
margin-bottom: 4rem;
|
|
display: inline-block;
|
|
font-size: 1.2rem;
|
|
}
|
|
a.go__shopping::before {
|
|
content: "\F104";
|
|
font-family: FontAwesome;
|
|
}
|
|
|
|
// ułożenie strony
|
|
.ajax_cop{
|
|
display: grid!important;
|
|
grid-template-columns: 5fr 3.5fr;
|
|
margin: 0 auto;
|
|
gap: 3rem;
|
|
h2{
|
|
font-size: 2.2rem;
|
|
margin-bottom: 1.5rem;
|
|
}
|
|
//cena gratis
|
|
.cost_free{
|
|
color: #0BAC38;
|
|
font-weight: 800;
|
|
}
|
|
}
|
|
.form_data{
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 2rem;
|
|
}
|
|
// Sekcja dane klienta
|
|
#cop_seection1{
|
|
margin-bottom: 2rem;
|
|
.change_oscop_data{
|
|
display: none;
|
|
}
|
|
.change_oscop{
|
|
float: right;
|
|
cursor: pointer;
|
|
}
|
|
.client_biling_data {
|
|
margin-bottom: 1rem;
|
|
}
|
|
.client_biling_data div{
|
|
border: 1px solid #ccc;
|
|
margin: 2rem 0;
|
|
padding: 0.9rem 3rem;
|
|
border-radius: 8px;
|
|
display: grid;
|
|
grid-template-columns: 1fr 1fr;
|
|
}
|
|
.firm-group{
|
|
display: none;
|
|
}
|
|
// .form-group > div{
|
|
// padding-left: 1rem;
|
|
// padding-right: 1rem;
|
|
// }
|
|
// #ajax_cop_step1{
|
|
// padding-bottom: 1rem;
|
|
// }
|
|
.zipcode_wrapper .form-control-feedback {
|
|
right: 15px;
|
|
}
|
|
#client_new_form .row {
|
|
margin: 0 0px 0 -10px;
|
|
}
|
|
// zalogowanie się
|
|
.signin{
|
|
.get_signin{
|
|
text-decoration: underline;
|
|
cursor: pointer;
|
|
}
|
|
.client_new_social{
|
|
margin-top: 1rem;
|
|
margin-bottom: 2rem;
|
|
list-style: none;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
gap: 3.5rem;
|
|
li{
|
|
flex-grow: 1;
|
|
display: flex;
|
|
a{
|
|
border: 1px solid #ccc;
|
|
padding: 0.5rem 0;
|
|
border-radius: 8px;
|
|
display: flex;
|
|
flex-grow: 1;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
span{
|
|
display: none;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
// Rejestracja przy złożeniu zamówienia
|
|
.register{
|
|
padding: 2rem 0;
|
|
border-bottom: 1px solid #ccc;
|
|
margin-bottom: 1rem;
|
|
.register__option{
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 0.5rem;
|
|
label{
|
|
// cursor: pointer;
|
|
display: flex;
|
|
gap: 0.5rem;
|
|
align-items: center;
|
|
span{
|
|
font-size: 1.1rem;
|
|
color: @less_iaicolorscheme_gray_color;
|
|
}
|
|
}
|
|
}
|
|
.register__form{
|
|
display:none;
|
|
margin-top: 2rem;
|
|
.register__item{
|
|
padding: 0 1rem;
|
|
position:relative;
|
|
margin-bottom: 2rem;
|
|
input{
|
|
width: 100%;
|
|
padding: 6px 20px 6px 20px;
|
|
}
|
|
#toggle_password{
|
|
position: absolute;
|
|
right: 1.5rem;
|
|
top: 1rem;
|
|
cursor: pointer;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
#toggle_password:hover{
|
|
color: @less_iaicolorscheme_background_active_color;
|
|
}
|
|
#toggle_password::before{
|
|
font-family: FontAwesome;
|
|
font-size: 1rem;
|
|
margin-right: 0.5rem;
|
|
}
|
|
.register__show-password::before{
|
|
content: '\E87C';
|
|
}
|
|
.register__hide-password::before{
|
|
content: '\E87B';
|
|
font-size: 1.3rem!important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.cn_wrapper{
|
|
width: 100%!important;
|
|
}
|
|
// dostawa na inny adres
|
|
#client_new_additional{
|
|
border-top: 1px solid #ccc;
|
|
padding-top: 2rem;
|
|
.delivery_box{
|
|
padding: 0!important;
|
|
border: none!important;
|
|
background: @less_iaicolorscheme_background_color!important;
|
|
}
|
|
#delivery_box_switcher{
|
|
// display: grid;
|
|
// grid-template-columns: 1fr 1fr;
|
|
// gap: 0.5rem;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
.control-label{
|
|
// text-align: left!important;
|
|
padding-top: 1rem;
|
|
font-size: 1.4rem!important;
|
|
grid-column: span 2;
|
|
input{
|
|
margin-right: 0.5rem;
|
|
}
|
|
}
|
|
.delivery__address-list-button{
|
|
padding: 1rem 3rem;
|
|
border-radius: 8px;
|
|
background-color: @less_iaicolorscheme_background_active_color;
|
|
color: @less_iaicolorscheme_info_color_text;
|
|
// width: 80%;
|
|
// margin: 0 auto;
|
|
display: none;
|
|
&:hover{
|
|
background-color: @less_iaicolorscheme_background_text_color;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.f-label{
|
|
left: 30px!important;
|
|
top: 11px!important;
|
|
font-size: 1.3rem!important;
|
|
}
|
|
.f-group .f-control.focused + .f-label, .f-group .f-control:focus + .f-label{
|
|
transform: scale(0.95) translateY(-20px)!important;
|
|
}
|
|
.has-error .form-control-feedback, .has-success .form-control-feedback {
|
|
line-height: 38px;
|
|
}
|
|
.zipcode_wrapper{
|
|
padding-right: 1rem!important;
|
|
padding-left: 1rem!important;
|
|
}
|
|
.city_wrapper{
|
|
padding-left: 1rem!important;
|
|
// padding-right: 0!important;
|
|
}
|
|
.order2_terms_wrapper_sub label{
|
|
padding: 0.2rem 1.8rem;
|
|
}
|
|
#delivery_region, #client_region{
|
|
padding-left: 3rem!important;
|
|
}
|
|
.order2_terms_wrapper_sub.newsletter.fbs_inpfaktura:first-of-type{
|
|
margin-top: 1rem;
|
|
}
|
|
.client_type-text{
|
|
font-weight: 600;
|
|
margin-right: 1rem;
|
|
font-size: 1.4rem;
|
|
}
|
|
}
|
|
// .login_options_Google a::before{
|
|
// content: url(/gfx/standards/google.svg?r=1698135216);
|
|
// }
|
|
// .login_options_Facebook a::before{
|
|
// content: url(/gfx/standards/facebook.svg?r=1698135216);
|
|
// }
|
|
// .login_options_LinkedIn a::before{
|
|
// content: url(/gfx/standards/linkedin.svg?r=1698135216);
|
|
// }
|
|
// .login_options_PayPal a::before{
|
|
// content: url(/gfx/standards/paypal.svg?r=1698135216);
|
|
// }
|
|
// sekcja dostawa i płatności
|
|
#cop_seection2{
|
|
.osc_item {
|
|
display: flex;
|
|
gap: 1rem;
|
|
margin: 2rem 0;
|
|
border: 1px solid #ccc;
|
|
padding: 1rem 2rem;
|
|
border-radius: 8px;
|
|
min-height: 6rem;
|
|
.osc_item-info {
|
|
display: grid;
|
|
align-items: center;
|
|
gap: 1rem;
|
|
.delivery_date{
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
}
|
|
.photo{
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
//Chowanie przewidywanego czasu dostawy
|
|
input:checked[data-pickuppoint="y"] + .osc_item-info .delivery_date{
|
|
display: none;
|
|
}
|
|
}
|
|
#checkout_step3_1 .osc_item-info{
|
|
grid-template-columns: 70px 150px 1fr;
|
|
}
|
|
#checkout_step2_1 .osc_item-info{
|
|
grid-template-columns: 70px 250px 1fr;
|
|
}
|
|
.osc_item:has(input[type="radio"]:checked){
|
|
border: 1px solid @less_iaicolorscheme_background_active_color;
|
|
box-shadow: 0 0 0 1px @less_iaicolorscheme_background_active_color;
|
|
}
|
|
.osc_item, .osc_item input, .osc_item .osc_item-info, .osc_item span{
|
|
cursor: pointer;
|
|
}
|
|
.fselectedPoint{
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.pickup_point{
|
|
border: none!important;
|
|
padding: 0!important;
|
|
}
|
|
.pickup_point_sub{
|
|
display: flex;
|
|
}
|
|
#checkout_step2_2{
|
|
.step3_sub.cop_box_sub{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
gap: 2rem;
|
|
div{
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex-grow: 1;
|
|
gap: 1rem;
|
|
}
|
|
}
|
|
h3{
|
|
font-size: 1.6rem;
|
|
color: #000;
|
|
margin-bottom: 2rem;
|
|
}
|
|
h3 i{
|
|
color: @less_iaicolorscheme_background_active_color;
|
|
margin-right: 0.8rem;
|
|
}
|
|
h3 span{
|
|
margin-left: 1rem;
|
|
font-weight: 400;
|
|
font-size: 1.2rem;
|
|
}
|
|
}
|
|
.osc_item-modal{
|
|
display: none;
|
|
}
|
|
.voucher-value{
|
|
font-weight: 600;
|
|
}
|
|
}
|
|
// sekcja podsumowanie
|
|
#cop_seection3{
|
|
position: sticky;
|
|
top: 10px;
|
|
align-self: flex-start;
|
|
background-color: @less_iaicolorscheme_gray_lighter_color;
|
|
padding: 4rem 2rem 2rem 2rem;
|
|
border-radius: 5px;
|
|
// Produkty
|
|
#checkout_step3_3{
|
|
.cop_product_wrap{
|
|
display: grid;
|
|
grid-template-columns: 1fr 5fr;
|
|
align-items: center;
|
|
gap: 1rem;
|
|
border-bottom: 1px solid #000;
|
|
padding: 0.5rem 0;
|
|
&:first-of-type{
|
|
border-top: 1px solid #000;
|
|
}
|
|
}
|
|
.--last-visible{
|
|
border-bottom: none;
|
|
}
|
|
.--last-hidden{
|
|
border-bottom: none;
|
|
}
|
|
.cop_product_wrap_r {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
gap: 0.5rem;
|
|
}
|
|
.cop_icon{
|
|
display:flex;
|
|
align-items:center;
|
|
justify-content: center;
|
|
}
|
|
.cop_price{
|
|
min-width: 60px;
|
|
text-align: right;
|
|
}
|
|
.order_products_action{
|
|
text-align: center;
|
|
margin: 1rem 0 1rem 0;
|
|
cursor: pointer;
|
|
position: relative;
|
|
span{
|
|
background-color: @less_iaicolorscheme_gray_lighter_color;
|
|
padding: 0 0.5rem;
|
|
font-size: 1.2rem;
|
|
}
|
|
}
|
|
.order_products_action::before{
|
|
content: "";
|
|
height: 1px;
|
|
width: 100%;
|
|
background: #000;
|
|
display: inline-block;
|
|
position: absolute;
|
|
left: 0;
|
|
top: 50%;
|
|
z-index: -1;
|
|
}
|
|
}
|
|
#checkout_step3_3.--more{
|
|
.--last-visible{
|
|
border-bottom: 1px solid #000;
|
|
}
|
|
.--hide{
|
|
padding: 0.5rem 0!important;
|
|
}
|
|
}
|
|
.order_pay_wrapper, .order2_summary{
|
|
border-bottom: 1px solid #000;
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 0.5rem;
|
|
padding: 1rem 0;
|
|
}
|
|
#order2_summaryprice{
|
|
font-size: 2.2rem;
|
|
font-weight: 800;
|
|
}
|
|
.--points{
|
|
color: @less_iaicolorscheme_background_active_color;
|
|
font-weight: 700;
|
|
}
|
|
#summary-points{
|
|
text-align: center;
|
|
font-size: 1.6rem;
|
|
}
|
|
.order_pay_wrapper div, .order2_summary div{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
small{
|
|
display: none;
|
|
}
|
|
.order2_terms_wrapper_sub{
|
|
margin-bottom: 4px;
|
|
span{
|
|
max-width: 100%;
|
|
}
|
|
label{
|
|
padding:0;
|
|
display: flex;
|
|
width: auto;
|
|
}
|
|
}
|
|
.order2_terms_wrapper{
|
|
width: 100%!important;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.order2_terms_wrapper_sub .icon-need{
|
|
display: inline;
|
|
}
|
|
// Kod rabatowy
|
|
.rebate{
|
|
padding: 2rem 0rem 3rem 0rem;
|
|
.rebate_options{
|
|
display: flex;
|
|
align-items: center;
|
|
#rebate_option{
|
|
margin-right: 0;
|
|
}
|
|
label{
|
|
padding-left: 1rem;
|
|
}
|
|
}
|
|
.rebate__code{
|
|
display: none;
|
|
.rebate__code-container{
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 2rem;
|
|
}
|
|
.form-control-feedback{
|
|
line-height: 49px!important;
|
|
right: 45%!important;
|
|
}
|
|
#rebate_code{
|
|
// width: 75%;
|
|
margin-right: 0;
|
|
display: inline-block;
|
|
}
|
|
.rebate__code-realize{
|
|
// width: 24%;
|
|
background-color: @less_iaicolorscheme_background_active_color;
|
|
color: #fff;
|
|
padding: 1rem 14%;
|
|
border-radius: 8px;
|
|
}
|
|
.rebate__code-realize:hover{
|
|
background-color: @less_iaicolorscheme_background_text_color;
|
|
}
|
|
}
|
|
.rebate__active{
|
|
.rebate__active-code{
|
|
#active-code{
|
|
font-weight: 600;
|
|
}
|
|
}
|
|
.rebate__active-options{
|
|
padding: 0.5rem 0;
|
|
display: flex;
|
|
// justify-content: space-around;
|
|
gap: 4rem;
|
|
text-decoration: underline;
|
|
}
|
|
}
|
|
}
|
|
.needed-text{
|
|
font-size: 1.2rem;
|
|
margin-top: 5px;
|
|
margin-bottom: 10px;
|
|
}
|
|
.order2_terms_checkall{
|
|
display: flex;
|
|
align-items: center;
|
|
text-decoration: underline;
|
|
font-weight: 600;
|
|
}
|
|
#FBS_faktura{
|
|
display: none;
|
|
}
|
|
input{
|
|
margin: 0.5rem 1rem 0.5rem 0;
|
|
}
|
|
.order2_button_order{
|
|
display: inline-block!important;
|
|
width: 100%;
|
|
text-align: center;
|
|
color: #fff;
|
|
background-color: @less_iaicolorscheme_background_active_color;
|
|
padding: 1rem;
|
|
border-radius: 5px;
|
|
text-decoration: none!important;
|
|
font-size: 1.6rem;
|
|
font-weight: 600;
|
|
cursor: pointer;
|
|
transition: all 0.2s;
|
|
}
|
|
.order2_button_order:hover{
|
|
background-color: @less_iaicolorscheme_background_text_color;
|
|
}
|
|
.operation_value.minus_sign{
|
|
font-weight: 800;
|
|
}
|
|
}
|
|
@media(max-width: 978px){
|
|
.ajax_cop{
|
|
grid-template-columns: 1fr!important;
|
|
padding: 0 2rem;
|
|
.row{
|
|
gap: 2rem;
|
|
}
|
|
}
|
|
.form-control-feedback{
|
|
right: 15px!important;
|
|
}
|
|
#cop_seection3{
|
|
img{
|
|
max-width: 65%!important;
|
|
}
|
|
}
|
|
}
|
|
@media(max-width: 600px){
|
|
.ajax_cop{
|
|
padding: 0;
|
|
}
|
|
#cop_seection1 .client_biling_data div{
|
|
margin: 1rem 0;
|
|
}
|
|
#cop_seection2{
|
|
.osc_item{
|
|
margin: 1rem 0;
|
|
gap: 0.2rem;
|
|
padding: 0.5rem 1rem;
|
|
#voucherVal{
|
|
width: 100px;
|
|
}
|
|
.osc_item-info{
|
|
gap: 0.5rem;
|
|
grid-template-columns: 50px 125px 1fr!important;
|
|
}
|
|
}
|
|
#checkout_step2_2 .step3_sub.cop_box_sub{
|
|
gap: 3.5rem;
|
|
flex-direction: column;
|
|
}
|
|
}
|
|
#cop_seection3{
|
|
img{
|
|
max-width: 100%!important;
|
|
}
|
|
}
|
|
}
|
|
@media(max-width: 400px){
|
|
#cop_seection2 .osc_item .osc_item-info{
|
|
grid-template-columns: 50px 1fr 1fr!important;
|
|
}
|
|
.rebate__code-container{
|
|
gap: 1rem;
|
|
}
|
|
#rebate_code{
|
|
padding-left: 0.5rem;
|
|
}
|
|
.rebate__code-realize{
|
|
padding: 1rem;
|
|
}
|
|
}
|
|
//////////////////////////////////////////////////////////////////////
|
|
// LEAFLET MAP
|
|
.leaflet-shadow-pane{
|
|
display: none;
|
|
}
|
|
#fbs_z02_cover {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: fixed;
|
|
top: 0px;
|
|
left: 0px;
|
|
background: rgba(0, 0, 0, 0.75);
|
|
text-align: center;
|
|
z-index: 1050;
|
|
// overflow-y: scroll;
|
|
}
|
|
#fbs_z02_wrapper {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
position: relative;
|
|
width: 95%;
|
|
box-shadow: 0px 2px 6px rgba(0, 0, 0, 1);
|
|
border-radius: 5px;
|
|
background: #fff;
|
|
text-align: left;
|
|
max-width: 1200px;
|
|
z-index: 1055;
|
|
top: 50% !important;
|
|
transform: translateY(-50%);
|
|
}
|
|
#fbs_z02_close {
|
|
color: #314762;
|
|
background: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
text-align: center;
|
|
line-height: 21px;
|
|
font-size: 29px;
|
|
font-weight: 700;
|
|
position: absolute;
|
|
font-family: Quicksand,Lato,Arial;
|
|
right: 10px;
|
|
text-decoration: none;
|
|
top: 10px;
|
|
}
|
|
.asideContainer_pickup .icon-globe::before {
|
|
margin-right: 5px;
|
|
}
|
|
.fbs02_btn {
|
|
margin-left: 5px;
|
|
width: auto;
|
|
}
|
|
.asideContainer_pickup .fbs02_btn {
|
|
width: auto !important;
|
|
}
|
|
.asideContainer_pickup > input:not(:checked) + label .fbs02_btn {
|
|
display: none;
|
|
}
|
|
.fselectedPoint .fbs02_btn {
|
|
display: none;
|
|
}
|
|
.fselectedPoint span.btn-small {
|
|
width: 100%;
|
|
}
|
|
label[for="item_100149-1"] .pickuppoint, label[for="item_100052-1"] .pickuppoint {
|
|
display: none !important;
|
|
}
|
|
/* copied */
|
|
div.pickup_cms {
|
|
font-weight: normal;
|
|
text-align: justify;
|
|
margin: 10px;
|
|
overflow: hidden;
|
|
}
|
|
div.pickup_cms ul {
|
|
padding: 0 0 0 22px !important;
|
|
}
|
|
div.pickup_cms ol {
|
|
padding: 0 0 0 22px !important;
|
|
}
|
|
img.marker_face {
|
|
display: none;
|
|
}
|
|
div.locationField_sub {
|
|
position: relative;
|
|
margin-bottom: 7px;
|
|
}
|
|
@media (min-width: 757px) {
|
|
div.locationField_sub {
|
|
// background: #f1f1f1;
|
|
color: #333;
|
|
// border-top: 1px solid #c4c7c8;
|
|
// padding: 20px 20px 0;
|
|
border-bottom: none;
|
|
margin-bottom: -1px;
|
|
}
|
|
}
|
|
div.pickup_map_sidebar {
|
|
color: #000;
|
|
display: block;
|
|
margin-bottom: 10px;
|
|
}
|
|
@media (min-width: 757px) {
|
|
div.pickup_map_sidebar {
|
|
// background: #f1f1f1;
|
|
color: #333;
|
|
// border-bottom: 1px solid #c4c7c8;
|
|
color: #000;
|
|
display: flex;
|
|
padding: 20px;
|
|
margin-bottom: 20px;
|
|
}
|
|
}
|
|
div.mapContainer_pickup {
|
|
flex: 1 1 0;
|
|
position: relative;
|
|
}
|
|
@media (min-width: 757px) {
|
|
div.mapContainer_pickup {
|
|
margin-right: 20px;
|
|
}
|
|
}
|
|
div.partners_map_wrapper {
|
|
background: none repeat scroll 0 0 #c4c7c8;
|
|
height: 500px;
|
|
width: 100%;
|
|
}
|
|
div.asideContainer_pickup {
|
|
max-height: 500px;
|
|
overflow: auto;
|
|
position: relative;
|
|
width: 100%;
|
|
margin-top: 10px;
|
|
}
|
|
@media (min-width: 757px) {
|
|
div.asideContainer_pickup {
|
|
width: 330px;
|
|
margin-top: 0;
|
|
}
|
|
}
|
|
div.morePickup {
|
|
color: #0090f6;
|
|
align-items: center;
|
|
border-left: 1px solid #ddd;
|
|
bottom: 10px;
|
|
display: none;
|
|
font-family: fontawesome;
|
|
justify-content: center;
|
|
padding: 15px;
|
|
position: absolute;
|
|
right: 0;
|
|
top: 10px;
|
|
}
|
|
div.pickup_point_info {
|
|
display: none;
|
|
background: #fff;
|
|
border: 2px solid #0090f6;
|
|
left: -2px;
|
|
padding: 10px;
|
|
position: absolute;
|
|
right: -2px;
|
|
top: 100%;
|
|
border-top: none;
|
|
}
|
|
div.pickup_point_info a {
|
|
color: #0090f6;
|
|
}
|
|
div.pickup_point_info a:hover {
|
|
color: #000;
|
|
}
|
|
div.pickupl_hour_wrapper {
|
|
text-align: center;
|
|
display: none;
|
|
margin-bottom: 25px;
|
|
}
|
|
div.pickupl_submit {
|
|
// background: #f1f1f1;
|
|
color: #333;
|
|
// border-top: 1px solid #c4c7c8;
|
|
border-radius: 0 0 5px 5px;
|
|
padding: 10px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
@media (min-width: 757px) {
|
|
div.pickupl_submit {
|
|
flex-direction: row-reverse;
|
|
padding: 15px;
|
|
}
|
|
}
|
|
p.pickup_list_desc {
|
|
margin-bottom: 7px;
|
|
position: relative;
|
|
}
|
|
p.pickupl_back {
|
|
padding-top: 13px;
|
|
font-size: 12px;
|
|
text-align: center;
|
|
}
|
|
@media (min-width: 757px) {
|
|
p.pickupl_back {
|
|
padding: 0 15px 0 0;
|
|
}
|
|
}
|
|
a.btn.map_dir {
|
|
// margin-top: 5px;
|
|
display: none;
|
|
width: auto;
|
|
}
|
|
span.zipcodePickup {
|
|
display: block;
|
|
}
|
|
@media all {
|
|
label.pickup_point {
|
|
border: 2px solid transparent;
|
|
border-bottom: 1px solid rgba(0,0,0,0.2);
|
|
cursor: pointer;
|
|
color: #333;
|
|
font-size: 12px;
|
|
// padding: 10px 10px 10px 47px !important;
|
|
position: relative;
|
|
width: 100%;
|
|
}
|
|
}
|
|
b.headerText {
|
|
color: #333;
|
|
font-size: 15px;
|
|
}
|
|
#pickup_map {
|
|
background: #c4c7c8;
|
|
width: 100%;
|
|
height: 260px;
|
|
}
|
|
@media (min-width: 757px) {
|
|
#pickup_map {
|
|
height: 500px;
|
|
}
|
|
}
|
|
div.map_google_api_key {
|
|
display: none !important;
|
|
}
|
|
#pickupl_calbind {
|
|
z-index: 900;
|
|
position: absolute;
|
|
right: 5px;
|
|
}
|
|
.pickup_point:last-child {
|
|
border-bottom: none;
|
|
}
|
|
.pickup_point svg {
|
|
left: 7px;
|
|
position: absolute;
|
|
top: 6px;
|
|
}
|
|
.pickup_point_sub input {
|
|
width: 100%;
|
|
// margin-top: 5px;
|
|
display: none;
|
|
}
|
|
.pickup_sites_errors {
|
|
width: 100%;
|
|
display: none;
|
|
}
|
|
.pickup_sites_errors.show {
|
|
display: block;
|
|
}
|
|
.map_button_search {
|
|
position: relative;
|
|
z-index: 401;
|
|
}
|
|
.pickup_search_here,
|
|
.pickup_search_here_leaflet {
|
|
position: static;
|
|
display: block;
|
|
transform: none;
|
|
}
|
|
.pickup_search_here:hover,
|
|
.pickup_search_here_leaflet:hover {
|
|
display: block;
|
|
}
|
|
@media (min-width: 979px) {
|
|
.pickup_search_here,
|
|
.pickup_search_here_leaflet {
|
|
position: absolute;
|
|
transform: translateX(-50%);
|
|
display: inline-block;
|
|
z-index: 50;
|
|
top: 15px;
|
|
left: 50%;
|
|
}
|
|
.pickup_search_here:hover,
|
|
.pickup_search_here_leaflet:hover {
|
|
display: inline-block;
|
|
}
|
|
}
|
|
.pickup_search_here_leaflet {
|
|
z-index: 401;
|
|
}
|
|
#autocomplete_location {
|
|
// width: 100%;
|
|
// height: 40px;
|
|
padding: 7px 50px 7px 7px;
|
|
}
|
|
@media (min-width: 757px) {
|
|
#autocomplete_location {
|
|
// height: 50px;
|
|
padding: 10px;
|
|
}
|
|
}
|
|
#locationField {
|
|
position: relative;
|
|
}
|
|
#locationField .btn {
|
|
align-items: center;
|
|
display: flex;
|
|
justify-content: center;
|
|
// position: absolute;
|
|
white-space: nowrap;
|
|
width: auto;
|
|
bottom: 0px;
|
|
right: 0px;
|
|
top: 0px;
|
|
// max-height: 40px;
|
|
}
|
|
@media (min-width: 757px) {
|
|
#locationField .btn {
|
|
bottom: 5px;
|
|
right: 5px;
|
|
top: 5px;
|
|
}
|
|
}
|
|
input:checked + label.pickup_point {
|
|
border: 2px solid @less_iaicolorscheme_background_active_color;
|
|
background: #fff;
|
|
z-index: 10;
|
|
border-radius: 5px;
|
|
}
|
|
input:checked + label.pickup_point.moreInfoShow {
|
|
border-radius: 5px 5px 0 0;
|
|
}
|
|
input:checked + label.pickup_point div.morePickup {
|
|
display: flex;
|
|
color: #000;
|
|
}
|
|
input:checked + label.pickup_point .map_dir {
|
|
display: inline-block;
|
|
}
|
|
input:checked + label.pickup_point:after {
|
|
position: absolute;
|
|
content: '';
|
|
top: 100%;
|
|
z-index: 11;
|
|
height: 1px;
|
|
left: 10px;
|
|
right: 10px;
|
|
background: rgba(0,0,0,0.2);
|
|
display: block;
|
|
}
|
|
input:checked + label.pickup_point svg {
|
|
fill: #0090f6;
|
|
}
|
|
input:checked + label.pickup_point.moreInfoShow .pickup_point_info {
|
|
display: block;
|
|
border-radius: 0 0 5px 5px;
|
|
}
|
|
input:checked + label.pickup_point.moreInfoShow .morePickup {
|
|
color: #000;
|
|
}
|
|
input:checked + label.pickup_point input {
|
|
display: block;
|
|
color: #000;
|
|
}
|
|
input:checked + label.pickup_point input + .morePickup {
|
|
margin-top: 10px;
|
|
color: #000;
|
|
}
|
|
.asideContainer_pickup > input {
|
|
opacity: 0;
|
|
position: absolute;
|
|
left: 0;
|
|
}
|
|
#selectPickupDayWrapper {
|
|
display: none;
|
|
}
|
|
label.pickup_point img {
|
|
position: absolute;
|
|
left: 7px;
|
|
top: 6px;
|
|
max-width: 30px;
|
|
filter: grayscale(1);
|
|
}
|
|
input:checked + label.pickup_point .headerText {
|
|
color: #000;
|
|
}
|
|
input:checked + label.pickup_point > div > div {
|
|
color: #000;
|
|
}
|
|
#searchpickup {
|
|
height: 50px;
|
|
padding: 10px;
|
|
width: 100%;
|
|
margin-bottom: 10px;
|
|
border: 1px solid #c4c7c8;
|
|
}
|
|
.no_google_api_key div.pickup_map_sidebar {
|
|
display: block;
|
|
}
|
|
.no_google_api_key div.asideContainer_pickup {
|
|
width: 100%;
|
|
display: flex;
|
|
flex-flow: row wrap;
|
|
justify-content: space-between;
|
|
}
|
|
.no_google_api_key label.pickup_point {
|
|
width: 100%;
|
|
border-bottom: 1px solid rgba(0,0,0,0.2);
|
|
}
|
|
@media (min-width: 757px) {
|
|
.no_google_api_key label.pickup_point {
|
|
width: 49%;
|
|
}
|
|
}
|
|
@media (min-width: 979px) {
|
|
.no_google_api_key label.pickup_point {
|
|
width: 32%;
|
|
}
|
|
}
|
|
.autocompletoverflow {
|
|
max-height: 220px;
|
|
overflow: auto;
|
|
}
|
|
.no_google_api_key .asideContainer_pickup > input {
|
|
display: none;
|
|
}
|
|
#pickup_list_form div.loadingMap {
|
|
height: 261px;
|
|
}
|
|
@media (min-width: 757px) {
|
|
#pickup_list_form div.loadingMap {
|
|
height: 501px;
|
|
}
|
|
}
|
|
.leaflet-marker-icon {
|
|
background: none;
|
|
}
|
|
.leaflet-marker-shadow {
|
|
display: none;
|
|
}
|
|
.leafleat-suggestions {
|
|
background: #fff;
|
|
border: 1px solid #c4c7c8;
|
|
border-top: none;
|
|
border-radius: 5px;
|
|
}
|
|
.leafleat-suggestions div {
|
|
padding: 4px 6px;
|
|
margin-bottom: 2px;
|
|
cursor: pointer;
|
|
border-bottom: 1px solid #c4c7c8;
|
|
}
|
|
.leafleat-suggestions div:last-child {
|
|
border-bottom: none;
|
|
}
|
|
.contact_page .loadingMap {
|
|
height: 400px;
|
|
left: 15px;
|
|
right: 15px;
|
|
width: auto;
|
|
}
|
|
.leaflet-pane,
|
|
.leaflet-tile,
|
|
.leaflet-marker-icon,
|
|
.leaflet-marker-shadow,
|
|
.leaflet-tile-container,
|
|
.leaflet-pane > svg,
|
|
.leaflet-pane > canvas,
|
|
.leaflet-zoom-box,
|
|
.leaflet-image-layer,
|
|
.leaflet-layer {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
}
|
|
.leaflet-container {
|
|
overflow: hidden;
|
|
}
|
|
.leaflet-tile,
|
|
.leaflet-marker-icon,
|
|
.leaflet-marker-shadow {
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
user-select: none;
|
|
-webkit-user-drag: none;
|
|
}
|
|
.leaflet-tile::selection {
|
|
background: transparent;
|
|
}
|
|
.leaflet-safari .leaflet-tile {
|
|
image-rendering: -webkit-optimize-contrast;
|
|
}
|
|
.leaflet-safari .leaflet-tile-container {
|
|
width: 1600px;
|
|
height: 1600px;
|
|
-webkit-transform-origin: 0 0;
|
|
}
|
|
|
|
.leaflet-container .leaflet-overlay-pane svg,
|
|
.leaflet-container .leaflet-marker-pane img,
|
|
.leaflet-container .leaflet-shadow-pane img,
|
|
.leaflet-container .leaflet-tile-pane img,
|
|
.leaflet-container img.leaflet-image-layer,
|
|
.leaflet-container .leaflet-tile {
|
|
max-width: none !important;
|
|
max-height: none !important;
|
|
}
|
|
.leaflet-container.leaflet-touch-zoom {
|
|
-ms-touch-action: pan-x pan-y;
|
|
touch-action: pan-x pan-y;
|
|
}
|
|
.leaflet-container.leaflet-touch-drag {
|
|
-ms-touch-action: pinch-zoom;
|
|
touch-action: none;
|
|
touch-action: pinch-zoom;
|
|
}
|
|
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
|
|
-ms-touch-action: none;
|
|
touch-action: none;
|
|
}
|
|
.leaflet-container {
|
|
-webkit-tap-highlight-color: transparent;
|
|
}
|
|
.leaflet-container a {
|
|
-webkit-tap-highlight-color: rgba(51,181,229,0.4);
|
|
}
|
|
.leaflet-tile {
|
|
filter: inherit;
|
|
visibility: hidden;
|
|
}
|
|
.leaflet-tile-loaded {
|
|
visibility: inherit;
|
|
}
|
|
.leaflet-zoom-box {
|
|
width: 0;
|
|
height: 0;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
z-index: 800;
|
|
}
|
|
.leaflet-overlay-pane svg {
|
|
-moz-user-select: none;
|
|
}
|
|
.leaflet-pane {
|
|
z-index: 400;
|
|
}
|
|
.leaflet-tile-pane {
|
|
z-index: 200;
|
|
}
|
|
.leaflet-overlay-pane {
|
|
z-index: 400;
|
|
}
|
|
.leaflet-shadow-pane {
|
|
z-index: 500;
|
|
}
|
|
.leaflet-marker-pane {
|
|
z-index: 600;
|
|
}
|
|
.leaflet-tooltip-pane {
|
|
z-index: 650;
|
|
}
|
|
.leaflet-popup-pane {
|
|
z-index: 700;
|
|
}
|
|
.leaflet-map-pane canvas {
|
|
z-index: 100;
|
|
}
|
|
.leaflet-map-pane svg {
|
|
z-index: 200;
|
|
}
|
|
.leaflet-vml-shape {
|
|
width: 1px;
|
|
height: 1px;
|
|
}
|
|
.lvml {
|
|
behavior: url(#default#VML);
|
|
display: inline-block;
|
|
position: absolute;
|
|
}
|
|
.leaflet-control {
|
|
position: relative;
|
|
z-index: 800;
|
|
pointer-events: visiblePainted;
|
|
pointer-events: auto;
|
|
}
|
|
.leaflet-top,
|
|
.leaflet-bottom {
|
|
position: absolute;
|
|
z-index: 599;
|
|
pointer-events: none;
|
|
}
|
|
.leaflet-right {
|
|
right: 0;
|
|
}
|
|
.leaflet-bottom {
|
|
bottom: 0;
|
|
}
|
|
.leaflet-left {
|
|
left: 0;
|
|
}
|
|
.leaflet-control {
|
|
float: left;
|
|
clear: both;
|
|
}
|
|
.leaflet-right .leaflet-control {
|
|
float: right;
|
|
}
|
|
.leaflet-top .leaflet-control {
|
|
margin-top: 10px;
|
|
}
|
|
.leaflet-bottom .leaflet-control {
|
|
margin-bottom: 10px;
|
|
}
|
|
.leaflet-left .leaflet-control {
|
|
margin-left: 10px;
|
|
}
|
|
.leaflet-right .leaflet-control {
|
|
margin-right: 10px;
|
|
}
|
|
.leaflet-fade-anim .leaflet-tile {
|
|
will-change: opacity;
|
|
}
|
|
.leaflet-fade-anim .leaflet-popup {
|
|
opacity: 0;
|
|
-webkit-transition: opacity 0.2s linear;
|
|
-moz-transition: opacity 0.2s linear;
|
|
transition: opacity 0.2s linear;
|
|
}
|
|
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
|
|
opacity: 1;
|
|
}
|
|
.leaflet-zoom-animated {
|
|
-webkit-transform-origin: 0 0;
|
|
-ms-transform-origin: 0 0;
|
|
transform-origin: 0 0;
|
|
}
|
|
.leaflet-zoom-anim .leaflet-zoom-animated {
|
|
will-change: transform;
|
|
}
|
|
.leaflet-zoom-anim .leaflet-zoom-animated {
|
|
-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
|
|
-moz-transition: -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
|
|
transition: transform 0.25s cubic-bezier(0,0,0.25,1);
|
|
}
|
|
.leaflet-zoom-anim .leaflet-tile,
|
|
.leaflet-pan-anim .leaflet-tile {
|
|
-webkit-transition: none;
|
|
-moz-transition: none;
|
|
transition: none;
|
|
}
|
|
.leaflet-zoom-anim .leaflet-zoom-hide {
|
|
visibility: hidden;
|
|
}
|
|
.leaflet-interactive {
|
|
cursor: pointer;
|
|
}
|
|
.leaflet-grab {
|
|
cursor: -webkit-grab;
|
|
cursor: -moz-grab;
|
|
cursor: grab;
|
|
}
|
|
.leaflet-crosshair,
|
|
.leaflet-crosshair .leaflet-interactive {
|
|
cursor: crosshair;
|
|
}
|
|
.leaflet-popup-pane,
|
|
.leaflet-control {
|
|
cursor: auto;
|
|
}
|
|
.leaflet-dragging .leaflet-grab,
|
|
.leaflet-dragging .leaflet-grab .leaflet-interactive,
|
|
.leaflet-dragging .leaflet-marker-draggable {
|
|
cursor: move;
|
|
cursor: -webkit-grabbing;
|
|
cursor: -moz-grabbing;
|
|
cursor: grabbing;
|
|
}
|
|
.leaflet-marker-icon,
|
|
.leaflet-marker-shadow,
|
|
.leaflet-image-layer,
|
|
.leaflet-pane > svg path,
|
|
.leaflet-tile-container {
|
|
pointer-events: none;
|
|
}
|
|
.leaflet-marker-icon.leaflet-interactive,
|
|
.leaflet-image-layer.leaflet-interactive,
|
|
.leaflet-pane > svg path.leaflet-interactive,
|
|
svg.leaflet-image-layer.leaflet-interactive path {
|
|
pointer-events: visiblePainted;
|
|
pointer-events: auto;
|
|
}
|
|
.leaflet-container {
|
|
background: #ddd;
|
|
outline: 0;
|
|
}
|
|
.leaflet-container a {
|
|
color: #0078A8;
|
|
}
|
|
.leaflet-container a.leaflet-active {
|
|
outline: 2px solid orange;
|
|
}
|
|
.leaflet-zoom-box {
|
|
border: 2px dotted #38f;
|
|
background: rgba(255,255,255,0.5);
|
|
}
|
|
.leaflet-container {
|
|
font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
|
|
}
|
|
.leaflet-bar {
|
|
box-shadow: 0 1px 5px rgba(0,0,0,0.65);
|
|
border-radius: 4px;
|
|
}
|
|
.leaflet-bar a,
|
|
.leaflet-bar a:hover {
|
|
background-color: #fff;
|
|
border-bottom: 1px solid #ccc;
|
|
width: 26px;
|
|
height: 26px;
|
|
line-height: 26px;
|
|
display: block;
|
|
text-align: center;
|
|
text-decoration: none;
|
|
color: black;
|
|
}
|
|
.leaflet-bar a,
|
|
.leaflet-control-layers-toggle {
|
|
background-position: 50% 50%;
|
|
background-repeat: no-repeat;
|
|
display: block;
|
|
}
|
|
.leaflet-bar a:hover {
|
|
background-color: #f4f4f4;
|
|
}
|
|
.leaflet-bar a:first-child {
|
|
border-top-left-radius: 4px;
|
|
border-top-right-radius: 4px;
|
|
}
|
|
.leaflet-bar a:last-child {
|
|
border-bottom-left-radius: 4px;
|
|
border-bottom-right-radius: 4px;
|
|
border-bottom: none;
|
|
}
|
|
.leaflet-bar a.leaflet-disabled {
|
|
cursor: default;
|
|
background-color: #f4f4f4;
|
|
color: #bbb;
|
|
}
|
|
.leaflet-touch .leaflet-bar a {
|
|
width: 30px;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
}
|
|
.leaflet-touch .leaflet-bar a:first-child {
|
|
border-top-left-radius: 2px;
|
|
border-top-right-radius: 2px;
|
|
}
|
|
.leaflet-touch .leaflet-bar a:last-child {
|
|
border-bottom-left-radius: 2px;
|
|
border-bottom-right-radius: 2px;
|
|
}
|
|
.leaflet-control-zoom-in,
|
|
.leaflet-control-zoom-out {
|
|
font: bold 18px 'Lucida Console', Monaco, monospace;
|
|
text-indent: 1px;
|
|
}
|
|
.leaflet-touch .leaflet-control-zoom-in,
|
|
.leaflet-touch .leaflet-control-zoom-out {
|
|
font-size: 22px;
|
|
}
|
|
.leaflet-control-layers {
|
|
box-shadow: 0 1px 5px rgba(0,0,0,0.4);
|
|
background: #fff;
|
|
border-radius: 5px;
|
|
}
|
|
.leaflet-control-layers-toggle {
|
|
background-image: url(layers.png);
|
|
width: 36px;
|
|
height: 36px;
|
|
}
|
|
.leaflet-retina .leaflet-control-layers-toggle {
|
|
background-image: url(layers-2x.png);
|
|
background-size: 26px 26px;
|
|
}
|
|
.leaflet-touch .leaflet-control-layers-toggle {
|
|
width: 44px;
|
|
height: 44px;
|
|
}
|
|
.leaflet-control-layers .leaflet-control-layers-list,
|
|
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
|
|
display: none;
|
|
}
|
|
.leaflet-control-layers-expanded .leaflet-control-layers-list {
|
|
display: block;
|
|
position: relative;
|
|
}
|
|
.leaflet-control-layers-expanded {
|
|
padding: 6px 10px 6px 6px;
|
|
color: #333;
|
|
background: #fff;
|
|
}
|
|
.leaflet-control-layers-scrollbar {
|
|
overflow-y: scroll;
|
|
overflow-x: hidden;
|
|
padding-right: 5px;
|
|
}
|
|
.leaflet-control-layers-selector {
|
|
margin-top: 2px;
|
|
position: relative;
|
|
top: 1px;
|
|
}
|
|
.leaflet-control-layers label {
|
|
display: block;
|
|
}
|
|
.leaflet-control-layers-separator {
|
|
height: 0;
|
|
border-top: 1px solid #ddd;
|
|
margin: 5px -10px 5px -6px;
|
|
}
|
|
.leaflet-default-icon-path {
|
|
background-image: url(marker-icon.png);
|
|
}
|
|
.leaflet-retina .leaflet-default-icon-path {
|
|
background-image: url(marker-icon.png);
|
|
}
|
|
.leaflet-container .leaflet-control-attribution {
|
|
background: #fff;
|
|
background: rgba(255,255,255,0.7);
|
|
margin: 0;
|
|
}
|
|
.leaflet-control-attribution,
|
|
.leaflet-control-scale-line {
|
|
padding: 0 5px;
|
|
color: #333;
|
|
}
|
|
.leaflet-control-attribution a {
|
|
text-decoration: none;
|
|
}
|
|
.leaflet-control-attribution a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
.leaflet-container .leaflet-control-attribution,
|
|
.leaflet-container .leaflet-control-scale {
|
|
font-size: 11px;
|
|
}
|
|
.leaflet-left .leaflet-control-scale {
|
|
margin-left: 5px;
|
|
}
|
|
.leaflet-bottom .leaflet-control-scale {
|
|
margin-bottom: 5px;
|
|
}
|
|
.leaflet-control-scale-line {
|
|
border: 2px solid #777;
|
|
border-top: none;
|
|
line-height: 1.1;
|
|
padding: 2px 5px 1px;
|
|
font-size: 11px;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
background: #fff;
|
|
background: rgba(255,255,255,0.5);
|
|
}
|
|
.leaflet-control-scale-line:not(:first-child) {
|
|
border-top: 2px solid #777;
|
|
border-bottom: none;
|
|
margin-top: -2px;
|
|
}
|
|
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
|
|
border-bottom: 2px solid #777;
|
|
}
|
|
.leaflet-touch .leaflet-control-attribution,
|
|
.leaflet-touch .leaflet-control-layers,
|
|
.leaflet-touch .leaflet-bar {
|
|
box-shadow: none;
|
|
}
|
|
.leaflet-touch .leaflet-control-layers,
|
|
.leaflet-touch .leaflet-bar {
|
|
border: 2px solid rgba(0,0,0,0.2);
|
|
background-clip: padding-box;
|
|
}
|
|
.leaflet-popup {
|
|
position: absolute;
|
|
text-align: center;
|
|
margin-bottom: 20px;
|
|
}
|
|
.leaflet-popup-content-wrapper {
|
|
padding: 1px;
|
|
text-align: left;
|
|
border-radius: 12px;
|
|
}
|
|
.leaflet-popup-content {
|
|
margin: 13px 19px;
|
|
line-height: 1.4;
|
|
}
|
|
.leaflet-popup-content p {
|
|
margin: 18px 0;
|
|
}
|
|
.leaflet-popup-tip-container {
|
|
width: 40px;
|
|
height: 20px;
|
|
position: absolute;
|
|
left: 50%;
|
|
margin-left: -20px;
|
|
overflow: hidden;
|
|
pointer-events: none;
|
|
}
|
|
.leaflet-popup-tip {
|
|
width: 17px;
|
|
height: 17px;
|
|
padding: 1px;
|
|
margin: -10px auto 0;
|
|
-webkit-transform: rotate(45deg);
|
|
-moz-transform: rotate(45deg);
|
|
-ms-transform: rotate(45deg);
|
|
transform: rotate(45deg);
|
|
}
|
|
.leaflet-popup-content-wrapper,
|
|
.leaflet-popup-tip {
|
|
background: white;
|
|
color: #333;
|
|
box-shadow: 0 3px 14px rgba(0,0,0,0.4);
|
|
}
|
|
.leaflet-container a.leaflet-popup-close-button {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
padding: 4px 4px 0 0;
|
|
border: none;
|
|
text-align: center;
|
|
width: 18px;
|
|
height: 14px;
|
|
font: 16px/14px Tahoma, Verdana, sans-serif;
|
|
color: #c3c3c3;
|
|
text-decoration: none;
|
|
font-weight: bold;
|
|
background: transparent;
|
|
}
|
|
.leaflet-container a.leaflet-popup-close-button:hover {
|
|
color: #999;
|
|
}
|
|
.leaflet-popup-scrolled {
|
|
overflow: auto;
|
|
border-bottom: 1px solid #ddd;
|
|
border-top: 1px solid #ddd;
|
|
}
|
|
.leaflet-oldie .leaflet-popup-content-wrapper {
|
|
zoom: 1;
|
|
}
|
|
.leaflet-oldie .leaflet-popup-tip {
|
|
width: 24px;
|
|
margin: 0 auto;
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
|
|
filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);
|
|
}
|
|
.leaflet-oldie .leaflet-popup-tip-container {
|
|
margin-top: -1px;
|
|
}
|
|
.leaflet-oldie .leaflet-control-zoom,
|
|
.leaflet-oldie .leaflet-control-layers,
|
|
.leaflet-oldie .leaflet-popup-content-wrapper,
|
|
.leaflet-oldie .leaflet-popup-tip {
|
|
border: 1px solid #999;
|
|
}
|
|
.leaflet-div-icon {
|
|
background: #fff;
|
|
border: 1px solid #666;
|
|
}
|
|
.leaflet-tooltip {
|
|
position: absolute;
|
|
padding: 6px;
|
|
background-color: #fff;
|
|
border: 1px solid #fff;
|
|
border-radius: 3px;
|
|
color: #222;
|
|
white-space: nowrap;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
pointer-events: none;
|
|
box-shadow: 0 1px 3px rgba(0,0,0,0.4);
|
|
}
|
|
.leaflet-tooltip.leaflet-clickable {
|
|
cursor: pointer;
|
|
pointer-events: auto;
|
|
}
|
|
.leaflet-tooltip-top:before,
|
|
.leaflet-tooltip-bottom:before,
|
|
.leaflet-tooltip-left:before,
|
|
.leaflet-tooltip-right:before {
|
|
position: absolute;
|
|
pointer-events: none;
|
|
border: 6px solid transparent;
|
|
background: transparent;
|
|
content: "";
|
|
}
|
|
.leaflet-tooltip-bottom {
|
|
margin-top: 6px;
|
|
}
|
|
.leaflet-tooltip-top {
|
|
margin-top: -6px;
|
|
}
|
|
.leaflet-tooltip-bottom:before,
|
|
.leaflet-tooltip-top:before {
|
|
left: 50%;
|
|
margin-left: -6px;
|
|
}
|
|
.leaflet-tooltip-top:before {
|
|
bottom: 0;
|
|
margin-bottom: -12px;
|
|
border-top-color: #fff;
|
|
}
|
|
.leaflet-tooltip-bottom:before {
|
|
top: 0;
|
|
margin-top: -12px;
|
|
margin-left: -6px;
|
|
border-bottom-color: #fff;
|
|
}
|
|
.leaflet-tooltip-left {
|
|
margin-left: -6px;
|
|
}
|
|
.leaflet-tooltip-right {
|
|
margin-left: 6px;
|
|
}
|
|
.leaflet-tooltip-left:before,
|
|
.leaflet-tooltip-right:before {
|
|
top: 50%;
|
|
margin-top: -6px;
|
|
}
|
|
.leaflet-tooltip-left:before {
|
|
right: 0;
|
|
margin-right: -12px;
|
|
border-left-color: #fff;
|
|
}
|
|
.leaflet-tooltip-right:before {
|
|
left: 0;
|
|
margin-left: -12px;
|
|
border-right-color: #fff;
|
|
}
|
|
.leaflet-img-holder {
|
|
background: url('marker-icon.png');
|
|
}
|
|
#mymap {
|
|
height: 500px;
|
|
width: 100%;
|
|
margin-bottom: 25px;
|
|
}
|
|
.loadingPoints {
|
|
background: #ffffff;
|
|
z-index: 99999999;
|
|
position: absolute;
|
|
width: calc(100% - 40px);
|
|
display: block;
|
|
text-align: center;
|
|
margin: auto;
|
|
padding: 2em;
|
|
height: 500px;
|
|
}
|
|
@media (min-width: 757px) {
|
|
#mymap {
|
|
width: calc(100% - 340px);
|
|
margin-right: 20px;
|
|
height: 500px;
|
|
}
|
|
}
|
|
@media (max-width: 550px) {
|
|
#locationField .btn {
|
|
position: relative;
|
|
// margin-top: 5px;
|
|
}
|
|
}
|
|
@media (max-width: 757px) {
|
|
.loadingPoints {
|
|
width: 100%;
|
|
}
|
|
#fbs_z02_wrapper .big_label {
|
|
font-size: 1.5em;
|
|
}
|
|
// div.pickup_map_sidebar {
|
|
// margin-bottom: 70px;
|
|
// }
|
|
#autocomplete_location {
|
|
padding: 5px;
|
|
}
|
|
.leaflet-popup-content .fbs02_btn {
|
|
width: 100%;
|
|
margin: 5px 0 0;
|
|
}
|
|
}
|
|
@media (max-width: 370px) {
|
|
.asideContainer_pickup .fbs02_btn {
|
|
width: 100%;
|
|
margin: 5px 0 0;
|
|
}
|
|
}
|
|
// ZMIANY W MAPIE
|
|
#fbs_z02_wrapper{
|
|
.locationField_sub, .pickup_map_sidebar, .pickupl_submit{
|
|
background: #fff!important;
|
|
}
|
|
div.pickup_map_sidebar, div.locationField_sub, .big_label{
|
|
border:none!important;
|
|
}
|
|
.big_label{
|
|
text-transform: none;
|
|
font-size: 1.6rem;
|
|
margin-bottom: none;
|
|
}
|
|
div.locationField_sub, .big_label{
|
|
padding: 2rem 3.5rem 0 3rem;
|
|
}
|
|
.pickup_map_sidebar{
|
|
padding: 2rem 3rem;
|
|
}
|
|
#mymap{
|
|
height: 500px;
|
|
}
|
|
.asideContainer_pickup{
|
|
.less_scrollbar();
|
|
}
|
|
#locationField{
|
|
display: grid;
|
|
grid-template-columns: 1fr calc(8% + 157px);
|
|
gap: 2rem;
|
|
}
|
|
#autocomplete_location{
|
|
height: 3.8rem;
|
|
}
|
|
#locationField .btn{
|
|
max-height: 100%;
|
|
position: static;
|
|
color: #fff;
|
|
background-color: @less_iaicolorscheme_background_active_color;
|
|
text-decoration: none;
|
|
font-weight: 700;
|
|
font-size: 1.3rem;
|
|
}
|
|
#locationField .btn:hover{
|
|
background-color: @less_iaicolorscheme_background_text_color;
|
|
}
|
|
.headerText{
|
|
font-size: 1.4rem;
|
|
margin-bottom: 1rem;
|
|
}
|
|
.pickup_point_sub div{
|
|
font-size: 1.2rem;
|
|
color: #545454;
|
|
margin-bottom: 1.5rem;
|
|
}
|
|
label.pickup_point{
|
|
padding: 1.5rem 0 1rem 2rem;
|
|
}
|
|
.btn.map_dir,.fbs02_btn{
|
|
font-weight: 700;
|
|
}
|
|
.btn.map_dir{
|
|
width: 100%;
|
|
text-align: left;
|
|
padding: 0;
|
|
margin-top: 0;
|
|
margin-bottom: 1rem;
|
|
// .icon-delivery::before{
|
|
// color: @less_iaicolorscheme_background_active_color;
|
|
// }
|
|
}
|
|
.fbs02_btn{
|
|
padding: 0;
|
|
margin-left: 0;
|
|
text-decoration: none;
|
|
background: @less_iaicolorscheme_background_active_color;
|
|
color: #fff;
|
|
padding: 0.4rem 4rem;
|
|
border-radius: 5px;
|
|
}
|
|
.fbs02_btn:hover{
|
|
background-color: @less_iaicolorscheme_background_text_color;
|
|
}
|
|
.mapTooltipAdress{
|
|
font-size: 1.2rem;
|
|
color: #545454;
|
|
}
|
|
.leaflet-popup-content .btn-small:first-of-type{
|
|
width: 100%;
|
|
display: inline-block;
|
|
margin-bottom: 1rem;
|
|
}
|
|
@media(max-width: 757px){
|
|
#locationField{
|
|
grid-template-columns: 1fr calc(8% + 80px);
|
|
}
|
|
.locationField_sub{
|
|
padding-top: 0;
|
|
}
|
|
.pickup_map_sidebar{
|
|
padding-top: 0;
|
|
}
|
|
#mymap{
|
|
height: 400px;
|
|
}
|
|
.asideContainer_pickup{
|
|
max-height: 150px;
|
|
}
|
|
.locationField_sub{
|
|
padding-top: 1rem;
|
|
}
|
|
}
|
|
} |