Description
brand
RAW
£20.05
/* FONTS AND COLORS */
body {
font-family: Arial,sans-serif;
font-size: 14px;
line-height: 1.428571429;
color: #333;
background-color: white;
}
h1, h2, h3, h4, h5, h6 {
color: black;
}
.navbar a, .navbar a:active, .navbar a:hover, .navbar a:visited {
color: #333;
}
.product-specs {
background-color: #f1f1f1;
padding: 1em;
}
.product-specs td {
font-size:12px;
}
.attr-left {
min-width:6em;
font-weight:bold;
vertical-align:top;
}
.attr-right {
vertical-align:top;
}
div.footer {
border-top: 1px solid #f1f1f1;
}
.navbar-default {
background-image: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
background-image: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
background-repeat: repeat-x;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar-default .navbar-nav > .active > a {
background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
background-image: linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%);
background-repeat: repeat-x;
-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.product-specs {
background-image: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
background-image: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
background-repeat: repeat-x;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar-default .navbar-nav > .active > a {
background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
background-image: linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%);
background-repeat: repeat-x;
-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
/* LAYOUT ? CHANGING THESE WILL AFFECT THE SIZE AND LAYOUT OF YOUR AD TEMPLATE */
/* Responsive Columns */
.col-md-6{width:100%;}
.col-md-12{width:100%;}
.container{margin:auto;width:100%;}
@media (min-width:768px){
.container{width:750px;}
.col-md-12, .col-md-6{float:left;}
.col-md-6{width:48%; margin:1%;}
}
@media (min-width:992px){
.container{width:970px;}
.col-md-12,.col-md-6{float:left;}
.col-md-6{width:48%; margin:1%;}
}
@media (min-width:1200px){
.container{width:1170px;}
.col-md-12,.col-md-6{float:left;}
.col-md-6{width:48%; margin:1%;}
}
.img-responsive{display:block;height:auto;max-width:100%;}
/* Responsive Navigation Bar */
.nav{padding-left:0;margin-bottom:0;list-style:none;}
.nav:before, .nav:after{display:table;content:? ?;}
.nav:after{clear:both;}
.nav:before, .nav:after{display:table;content:? ?;}
.nav:after{clear:both;}
.nav > li{position:relative;display:block;}
.nav > li > a{position:relative;display:block;padding:10px 15px;}
.nav > li > a:hover, .nav > li > a:focus{text-decoration:none;background-color:#eeeeee;}
.nav > li > a > img{max-width:none;}
.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent;}
@media (min-width:768px){.navbar{border-radius:4px;}
}
.navbar-header:before, .navbar-header:after{display:table;content:? ?;}
.navbar-header:after{clear:both;}
.navbar-header:before, .navbar-header:after{display:table;content:? ?;}
.navbar-header:after{clear:both;}
@media (min-width:768px){.navbar-header{float:left;}
}
.navbar-collapse{max-height:340px;padding-right:15px;padding-left:15px;overflow-x:visible;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-webkit-overflow-scrolling:touch;}
.navbar-collapse:before, .navbar-collapse:after{display:table;content:? ?;}
.navbar-collapse:after{clear:both;}
.navbar-collapse:before, .navbar-collapse:after{display:table;content:? ?;}
.navbar-collapse:after{clear:both;}
.navbar-collapse.in{overflow-y:auto;}
@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;box-shadow:none;}
.navbar-collapse.collapse{display:block !important;height:auto !important;padding-bottom:0;overflow:visible !important;}
.navbar-collapse.in{overflow-y:visible;}
}
@media (min-width:768px){.container > .navbar-header, container > .navbar-collapse{margin-right:0;margin-left:0;}
}
.navbar-brand{float:left;padding:15px 15px;font-size:18px;line-height:20px;}
.navbar-brand:hover, .navbar-brand:focus{text-decoration:none;}
@media (min-width:768px){.navbar > .container .navbar-brand{margin-left:-15px;}
}
.navbar-nav{margin:7.5px -15px;}
.navbar-nav > li > a{padding-top:10px;padding-bottom:10px;line-height:20px;}
@media (min-width:768px){.navbar-nav{float:left;margin:0;}
.navbar-nav > li{float:left;}
.navbar-nav > li > a{padding-top:15px;padding-bottom:15px;}
.navbar-nav.navbar-right:last-child{margin-right:-15px;}
}
@media (min-width:768px){.navbar-left{float:left !important;}
.navbar-right{float:right !important;}
}
RAW Organic 1 1/4 Pre-Rolled Cones (100 Pack)
RAW Pre-Rolled Cone Rolling Papers are perfect for people who don?t know how to hand-roll.
They are the ultimate convenience in rolling because you only need to fill them up with whatever you like to smoke, twist off the end and light up.
Using these RAW hemp paper cones brings you a whole new experience in light and smooth smoking pleasure.
Enjoy your favorite smoke in its purest form, try new RAW natural ORGANIC rolling papers and experience the difference.
Product Features
50 Organic 1 1/4 Cones with filter included made from organically grown chlorine free pure hemp.
Burns extra slow and extra clean thanks to the crisscross run-preventing watermark.
Brings 25 Packing Sticks/Straws to protect cone tips from being damaged.
Repackaged and Distributed by ES Distributions, Comes with Authentication card approved by RAW.
Payment
Payments are due within 48 hours. Only PayPal accepted.
Sales Tax
For shipments to Florida addresses, we are required by State law to collect 7% Sales Tax.
Shipping
Most orders are shipped within 1 business days after payment received. (Please check the listing?s handling time) You may also continue purchasing additional items from our eBay store. You have 3 days from the end of the first purchase to add additional items to your order. All of your purchases will be consolidated into one checkout! (Free Shipping applies to US orders only).
Customer Service
If you have any questions, please send us a message through eBay. We will usually respond within 24 hours.
Customer Satisfaction: We will go out of our way to provide 100% Customer Satisfaction. Please message us if you have any questions.
Feedback: Feedback is left after order has been shipped. We appreciate you doing the same for us once you have received your items!
Return Policy:
Returns are accepted within 30 days of item received. Products must be in New, Unopened condition for 100% refund. All other products may have a restocking fee of 10% ? 30%.
In case of a defective item in your order, please contact us within 72 hours of order received. Shipping will be covered by us for defective items and replacement (If applicable).
?
Reviews
There are no reviews yet.