Posting notes
2. Do not tear off the transfer sticker directly from the front, otherwise it is easy to damage the car sticker. Need to put the car sticker upside down, and then tear off the carrier film on the back
3. Stickers on frosted and textured surfaces will affect its viscosity, so it is not recommended.
4. Choose to paste on a sunny day, and do not rain or wash the car for 3-4 days.
5. The weather is cold in winter, the car sticker will become hard, and the firmness will be better after heating.
* {
margin: 0px;
padding: 0px;
outline: none;
border: none;
text-decoration: none;
list-style: none;
box-sizing: border-box;
}
img {
max-width: 100%;
}
.clear {
clear: both;
}
.wrapper {
max-width: 1024px;
width: 96%;
margin: 0 auto;
}
.main {
width: 100%;
float: left;
/*font-family: ‘Oswald’, sans-serif;*/
font-family: ‘Open Sans’, sans-serif;
background: url(//wearephoenixteam.com/ebay/free-templates/images/temp5/bg.jpg) left top repeat;
}
.header {
width: 100%;
float: left;
background: #fff;
text-align: center;
border-radius: 6px;
border: solid 1px #e7e7e7;
padding: 30px 0;
margin: 22px 0;
position: relative;
}
.header:after {
content: ”;
position: absolute;
left: 0;
right: 0;
bottom: -30px;
height: 30px;
background: url(//wearephoenixteam.com/ebay/free-templates/images/temp5/head-shadow.png) center top no-repeat;
}
.template {
width: 100%;
float: left;
}
.template_left {
width: 75%;
float: left;
}
.white_space {
padding: 16px;
background: #fff;
border-radius: 8px;
border: solid 1px #e7e7e7;
}
.title, .heading {
width: 100%;
float: left;
background: #f9962f;
font-family: ‘Oswald’, sans-serif;
font-size: 22px;
line-height: 28px;
font-weight: normal;
color: #fff;
padding: 7px 15px;
}
h2.heading {
margin-bottom: 15px;
}
/*gallery*/
.gallery_list {
width: 100%;
float: left;
position: relative;
text-align: center;
margin: 35px 0;
}
.thumbnails {
list-style: none;
font-size: 0;
}
.thumbnails li {
display: inline-block;
margin: 0 10px 0 0;
width: 90px;
height: 90px;
text-align: center;
vertical-align: middle;
}
.thumbnails li:hover .item-hugger {
background: white;
}
.thumbnails li:hover .item-hugger .title {
color: #000;
}
.thumbnails input[name=”select”] {
display: none;
}
.thumbnails .item-hugger {
height: 100%;
position: relative;
background: #fff;
display: flex;
flex-direction: column;
justify-content: center;
transition: all 150ms ease-in-out;
-moz-transition: all 150ms ease-in-out;
-webkit-transition: all 150ms ease-in-out;
border: solid 1px #e4e4e4;
z-index: 999;
padding: 4px;
}
.thumbnails label {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
cursor: pointer;
}
.thumbnails .title {
padding: 20px 0 0;
font-size: 18px;
color: #555;
transition: all 150ms linear;
}
.thumbnails .thumb-image, .thumbnails .content2 img {
align-self: center;
max-height: 100%;
}
.thumbnails .content2 {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 350px;
padding: 5px;
opacity: 0;
transition: all 150ms linear;
display: flex;
background: #FFF;
flex-direction: column;
justify-content: center;
overflow: hidden;
align-self: center;
}
.thumbnails input[name=”select”]:checked + .item-hugger {
background: white;
border: solid 1px #f9962f;
}
.thumbnails input[name=”select”]:checked ~ .content2 {
opacity: 1;
}
.white-box {
height: 400px;
overflow: hidden;
}
.temp_lest {
width: 100%;
float: left;
margin-bottom: 15px;
}
.temp_lest li {
width: 100%;
float: left;
font-size: 14px;
line-height: 28px;
font-weight: normal;
color: #737373;
background: url(//wearephoenixteam.com/ebay/free-templates/images/temp5/list-arrow.jpg) left 10px no-repeat;
padding-left: 18px;
}
p {
font-size: 14px;
line-height: 24px;
font-weight: normal;
color: #737373;
}
.temp_left2 {
background: transparent;
padding: 0;
margin-top: 20px;
border: none;
}
/*CSS TAB*/
.css_tab {
width: 100%;
float: left;
position: relative;
}
.css-tab {
display: none;
}
.css_tab li {
display: inline-block;
float: left;
width: 100%;
}
.css_tab li label {
padding: 10px 8px;
width: 16.7%;
background: #f9962f;
font-family: ‘Oswald’, sans-serif;
text-align: center;
font-size: 16px;
font-weight: 400;
color: #FFF;
position: absolute;
left: 0;
top: 0px;
float: left;
cursor: pointer;
border-radius: 8px 8px 0 0;
}
.css_tab li:nth-child(1) label {
left: 15px;
}
.css_tab li:nth-child(2) label {
left: 19.2%;
}
.css_tab li:nth-child(3) label {
left: 36.4%;
}
.css_tab li:nth-child(4) label {
left: 53.6%;
}
.css_tab li:nth-child(5) label {
left: 70.8%;
}
.css-tab:checked + .tab-label {
background: #b75d00;
}
.tab-label:hover {
background: #b75d00;
}
#tab1:checked ~ #tab-content1,#tab2:checked ~ #tab-content2,#tab3:checked ~ #tab-content3,#tab4:checked ~ #tab-content4,#tab5:checked ~ #tab-content5 {
display: block;
}
.tab-content {
width: 100%;
float: left;
margin-top: 44px;
padding: 15px 20px;
border: solid 1px #e7e7e7;
background: #fff;
display: none;
text-align: left;
min-height: 150px;
border-radius: 8px;
}
.tab-content p {
font-size: 14px;
line-height: 24px;
font-weight: normal;
color: #737373;
}
.tab-content .temp_lest {
margin: 15px 0;
}
.template_right {
width: 23%;
float: right;
border-radius: 8px;
}
.ftr_box {
width: 100%;
float: left;
text-align: center;
background: #fff;
border: solid 1px #e7e7e7;
border-radius: 8px;
padding: 12px;
margin-bottom: 20px;
position: relative;
}
.ftr_box:after {
content: url(‘//wearephoenixteam.com/ebay/free-templates/images/temp5/box-shadow.png’);
position: absolute;
left: -21px;
bottom: -26px;
}
.contact_box {
width: 100%;
float: left;
background: #fff;
border-radius: 10px;
text-align: center;
position: relative;
}
.contact_box:after {
content: url(‘//wearephoenixteam.com/ebay/free-templates/images/temp5/box-shadow.png’);
position: absolute;
left: -21px;
bottom: -26px;
}
.contact_box h2 {
margin-bottom: 0;
border-radius: 10px 10px 0px 0px;
}
.contant_det {
width: 100%;
float: left;
border: solid 1px #e7e7e7;
border-top: none;
padding: 10px;
}
.contant_det p {
font-size: 13px;
line-height: 20px;
font-weight: normal;
color: #777;
font-style: italic;
}
.contant_det p b {
display: block;
font-weight: bold;
}
.feedback {
width: 100%;
float: left;
background: #fff;
border: solid 1px #e7e7e7;
padding: 25px;
margin-top: 20px;
border-radius: 8px;
}
.feedback img {
float: left;
margin-right: 30px;
}
.feedback p {
font-style: italic;
}
.footer {
width: 100%;
float: left;
text-align: center;
padding: 30px 0;
}
.footer p {
font-style: italic;
}
@media (max-width:980px) {
.header {
margin: 10px 0;
}
.template_left {
width: 100%;
margin-bottom: 20px;
}
.template_right {
width: 100%;
}
.ftr_box {
margin-bottom: 10px;
}
}
@media (max-width:800px) {
.css_tab li label {
margin-left: 0 !important;
padding: 10px 15px;
width: 100% !important;
position: static;
background: #f9962f url(//wearephoenixteam.com/ebay/free-templates/images/temp5/plus.png) right center no-repeat;
text-align: left;
border: none;
}
.css_tab li {
margin-bottom: 1px;
}
.tab-content {
margin-top: 0px;
min-height: 0;
}
.css_tab li label:hover {
background: #b75d00 url(//wearephoenixteam.com/ebay/free-templates/images/temp5/plus.png) right center no-repeat;
border: none;
}
.css-tab:checked + .tab-label {
border-bottom: 1px solid #ddd;
background: #b75d00 url(//wearephoenixteam.com/ebay/free-templates/images/temp5/minus.png) right center no-repeat;
}
.tab-content, .css_tab li label {
border-radius: 0;
}
}
@media (max-width:600px) {
.thumbnails .content2, .white-box {
height: 340px;
}
.gallery_list {
margin: 10px 0;
}
.header {
padding: 15px 0;
}
.feedback {
text-align: center;
}
.feedback img {
float: none;
}
}
@media (max-width:480px) {
.thumbnails li {
width: 80px;
height: 80px;
}
.thumbnails .content2, .white-box {
height: 300px;
}
}
4 GREAT REASONS TO BUY FROM US:
- Over 37,000 happy customers worldwide
- Real people on our support team ready to help
- The finest materials and stunning design — all our products are developed with an obsessive dedication to quality, durability, and functionality
- We use the most secure online ordering systems on the market, and are constantly improving our software to make sure we offer the highest possible security
BUY WITH CONFIDENCE
Our mission is to make your shopping experience as safe and enjoyable as possible. Have questions? Feel free to contact our award-winning customer care team for advice on everything from product specifications to order tracking.
- Money back guarantee: Something not quite right? If you’re not totally satisfied with your purchase, you can return it within 15 days for a full refund
- Risk-Free Purchase: We utilize industry-standard Secure Sockets Layer (SSL) technology to allow for the encryption of all the sensitive information, so you can be sure your details are completely safe with us
- Trustworthy payment method: We partner with the most popular online payment solutions that guarantee enhanced security and fast transaction processing