Description
/*
Template: eBay Listing Template
Description:
Version: 1.2
*/
*{
padding:0;
margin:0
}
i{
padding-right:10px
}
img{
border:none;
outline:none;
max-width:100%;
height:auto
}
a,a:active,a:focus,a:hover{
outline:none;
text-decoration:none;
-webkit-transition:all .6s ease-in-out;
-moz-transition:all .6s ease-in-out;
-ms-transition:all .6s ease-in-out;
-o-transition:all .6s ease-in-out;
transition:all .6s ease-in-out
}
body{
font-family:’Roboto’,sans-serif;
font-size:16px
}
.conteiner{
margin:0 auto;
max-width:1150px;
margin-top:30px;
height:auto;
font-family:’Roboto’,sans-serif;
font-style:normal
}
.section-1{
float:left;
width:100%;
height:auto;
text-align:center;
padding-bottom:30px;
margin-top:40px
}
.section-1 p{
font-weight:300;
font-size:16px;
font-family:’Roboto’,sans-serif;
margin-bottom:40px
}
.section-2{
float:left;
width:100%
}
.mobile-menu{
width:100%;
line-height:1.6em;
font-weight:300;
text-align:center;
font-size:16px
}
.mobile-menu ul{
list-style-type:none;
margin:0 auto;
padding-left:0;
text-align:center;
width:100%;
border-bottom:1px solid grey
}
.mobile-menu li{
display:inline-block
}
.mobile-menu li a{
display:block;
min-width:140px;
text-align:center;
font-family:’Roboto’,sans-serif;
font-weight:300;
color:#4d4d4d;
text-transform:uppercase;
text-decoration:none;
padding:10px 0;
-webkit-transition:all .6s ease-in-out;
-moz-transition:all .6s ease-in-out;
-ms-transition:all .6s ease-in-out;
-o-transition:all .6s ease-in-out;
transition:all .6s ease-in-out
}
.mobile-menu li:hover a{
color:#fff;
background-color:#cfdaec
}
.mobile-menu li:hover ul a{
background:#f3f3f3;
color:#2f3036;
height:40px;
line-height:40px
}
.mobile-menu li:hover .mobile-menu ul a:hover{
color:#4db3ff
}
.mobile-menu li ul{
display:none
}
.mobile-menu li ul li{
display:block;
float:none
}
.mobile-menu li ul li a{
width:auto;
min-width:100px;
padding:0 20px
}
.mobile-menu .show-menu{
text-decoration:none;
color:#fff;
background:#8aa8bd;
text-align:center;
padding:10px 5%;
display:none;
cursor:pointer;
text-transform:uppercase;
width:90%
}
.mobile-menu .show-menu span{
padding-left:35px
}
.mobile-menu input[type=checkbox]{
display:none
}
.mobile-menu input[type=checkbox]:checked ~ #menu{
display:block
}
@media screen and (max-width: 800px){
.mobile-menu .lines{
border-bottom:15px double #f8f8f8;
border-top:5px solid #f8f8f8;
content:””;
height:5px;
float:right
}
.mobile-menu ul{
position:static;
display:none;
background:#8aa8bd;
border-top:1px solid #708ea3
}
.mobile-menu li{
margin-bottom:0;
border-top:1px solid #8ba9bf
}
.mobile-menu ul li,.mobile-menu li a{
width:100%;
color:#fff
}
.mobile-menu .show-menu{
display:block
}
}
.section-3{
float:left;
width:38%;
height:auto;
padding:1%;
margin-top:150px;
margin-bottom:90px;
margin-left:5%;
border:1px solid #ddd
}
.section-4{
font-size:15px;
float:left;
width:36%;
margin-left:10%;
margin-bottom:30px;
margin-top:150px;
font-family:’Roboto’,sans-serif;
font-weight:300;
padding-left:2%;
padding-right:2%;
height:auto
}
.section-4 h1{
border-bottom:1px solid #ddd;
font-family:’Roboto’,sans-serif;
font-weight:300;
min-width:10px;
padding-bottom:10px;
margin-bottom:10px;
color:#0084c8;
margin-top:10px
}
.section-4 h3{
font-size:30px;
font-weight:300;
color:#0084c8
}
.section-4 h2{
font-weight:300;
margin-top:20px
}
.section-4 .button{
margin-bottom:30px
}
.section-4 a{
padding:10px 30px;
background:#9cb9d1;
color:#fff;
margin-top:20px;
margin-bottom:20px;
border-radius:3px 3px 3px 3px;
-webkit-transition:all .6s ease-in-out;
-moz-transition:all .6s ease-in-out;
-ms-transition:all .6s ease-in-out;
-o-transition:all .6s ease-in-out;
transition:all .6s ease-in-out
}
.section-4 a:hover{
background:#cfdaec;
color:grey
}
.section-5{
float:left;
width:100%;
margin-top:60px;
margin-bottom:60px;
font-weight:300;
font-family:’Roboto’,sans-serif
}
.tabs{
display:inline-block;
position:relative;
width:100%;
margin:0;
padding:0
}
.tabs div{
background:#f8f8f8;
width:96%;
position:relative;
display:none;
min-height:180px;
font-weight:300;
font-family:’Roboto’,sans-serif;
font-size:14px;
line-height:1.5em;
padding:20px 2%
}
.tabs div ul {
padding-left: 2%;
}
.tabs label{
position:relative;
padding:15px 30px;
cursor:pointer;
display:block;
float:left;
transition:.3s background ease;
color:#0084c8;
font-weight:300;
font-family:’Roboto’,sans-serif;
font-size:16px
}
.tabs label i{
padding-right:10px;
color:#9cb9d1
}
input{
display:none
}
.order-1:checked ~ .tabs label.order-1,.order-2:checked ~ .tabs label.order-2,.order-3:checked ~ .tabs label.order-3,.order-4:checked ~ .tabs label.order-4{
background:#f8f8f8;
color:#0084c8;
border-top:1px solid #5e93cf
}
.order-1:checked ~ .tabs div.order-1,.order-2:checked ~ .tabs div.order-2,.order-3:checked ~ .tabs div.order-3,.order-4:checked ~ .tabs div.order-4{
display:block;
animation:test .3s;
animation-fill-mode:forwards;
overflow:hidden
}
.order-1:checked ~ .tabs div.order-1 p,.order-2:checked ~ .tabs div.order-2 p,.order-3:checked ~ .tabs div.order-3 p,.order-4:checked ~ .tabs div.order-4 p{
animation-fill-mode:forwards
}
@media (max-width: 800px){
.tabs{
display:flex;
flex-wrap:wrap
}
.tabs div{
width:90%;
padding-left:5%;
padding-right:5%
}
.tabs label{
position:relative;
padding:15px 5%
}
label{
width:90%;
float:none
}
.order-1{
order:1
}
.order-2{
order:2
}
.order-3{
order:3
}
.order-4{
order:4
}
}
@keyframes test{
0%{
display:block
}
100%{
display:block
}
}
@keyframes moveP{
0%{
transform:translateY(-120%)
}
100%{
transform:translateY(0)
}
}
@media screen and (max-width: 760px){
.section-3{
width:94%;
margin:40px 2% 30px
}
.section-4{
width:86%;
margin-left:4%;
margin-right:4%;
margin-top:80px;
padding:3%
}
.section-4 h1{
font-size:22px;
margin-top:5px
}
.section-4 p{
font-size:14px
}
.section-4 .button{
margin-bottom:20px
}
.section-5{
margin-bottom:0
}
.tabs p{
font-size:14px
}
footer{
margin-top:0px
}
}
footer{
float:left;
width:100%;
min-height:200px;
background:#232323;
margin-bottom:30px;
margin-top:0px
}
.logoFooter{
margin-left:5%;
margin-top:40px;
float:left;
width:25%;
min-height:100px
}
.copiraite h4{
font-size:16px;
color:#0084c8;
margin-bottom:10px;
font-weight:400;
font-family:’Roboto’,sans-serif
}
.copiraite p{
font-size:13px;
color:#bdcdd4;
font-weight:300
}
.sectio{
display:block;
width:20%;
float:right;
min-width:10px;
min-height:50px;
}
.sectio h4{
font-size:16px;
color:#0084c8;
margin-top:40px;
margin-bottom:10px;
font-weight:400;
font-family:’Roboto’,sans-serif
}
.sectio ul li{
font-weight:300;
font-family:’Roboto’,sans-serif;
font-size:13px;
list-style-type:none
}
.sectio ul li a{
color:#bdcdd4;
-webkit-transition:all .7s ease-in-out;
-moz-transition:all .7s ease-in-out;
-ms-transition:all .7s ease-in-out;
-o-transition:all .7s ease-in-out;
transition:all .7s ease-in-out
}
.sectio ul li a:hover{
color:#09a3f2
}
.sectio ul li a:hover i{
color:#09a3f2
}
.sectio ul a i{
color:#bcbcbc;
margin-bottom:10px
}
.copiraite{
width:25%;
height:auto;
float:left;
text-align:left;
margin-left:10%;
margin-top:40px
}
.poloska h6{
color:#fff;
font-weight:300;
font-size:12px;
text-align:center;
color:#5e6d73;
margin-top:5px;
}
.poloska{
float:left;
width:100%;
height:30px;
border-top:1px solid #72858e;
margin-top:30px
}
@media screen and (max-width: 800px){
.logoFooter{
width:80%;
margin-right:10%;
margin-left:10%;
margin-right:10%;
margin-top:30px
}
.copiraite h4{
margin-top:50px
}
.sectio{
width:80%;
margin-right:10%;
margin-left:10%;
margin-top:10px
}
.copiraite{
width:80%;
text-align:left;
margin:50px 10% 30px
}
.poloska h6{
margin-left:10%
}
footer{
margin-bottom:0;
margin-top:120px
}
}
Genuine BMW R56 R57 R58 R59 JCW Rear Bumper Tow Eye Cover Hinge 51120413254
Brand | Genuine MINI |
---|---|
Manufacturer Part Number | 51120415354 |
Placement On Vehicle | Front, Right |
Price:
£22.99
- We Ship to Worldwide and aim to dispatch all orders within 24 hours of purchase.
- Items purchased after 12PM(GMT) will be dispatched on the next working day.
- We ship to PayPal’s address ONLY. Please make sure your address in PayPal is matched with your shipping address before you pay.
- Arrival time (estimated):
– United Kingdom: 1-2 Days
– Europe: 3-5 Days
– Rest of the World: 1-2 Weeks
- Shipping time is only estimated and not guaranteed. If you don’t receive your item in time phrase stated above, please contact us.
- We accept PayPal only.
- All major credit cards are accepted through secure payment processor PayPal.
- Unlike the majority of eBay sellers who impose a strict return deadline, we want you to be 100% delighted with your purchase and that’s why we offer a 30-day, hassle-free return period.
- If you are not happy with your item, then you are entitled to a full refund (including the original postage cost) if it is returned within 30 days.
- If you have simply changed your mind, then you have to cover return shipping costs (we suggest using a trackable method).
- However; if the item is damaged faulty or in any way not as described, then you will not be responsible for the return postage.
EEEE you can place your text. Example…( For faster delivery process we will ship the item within 24 hours of receipt of payment. For our part, we will make every effort to ensure that you were Here your text.
Please check this part number against your VIN number to make sure it will fit your vehicle before buying.
If you don’t know how to do this, send us your full VIN number or Vehicle Registration and we will check this for you.
Please DO NOT BUY unless you have checked or you are sure the item is suitable for your vehicle!
Location: JS
Reviews
There are no reviews yet.