Welcome to emarket!

BRANDINGS

My Cart -

$0.00
0
There are 0 item(s) in your cart
Subtotal: $0.00

Clear Transparent PVC Multi-pockets School Backpack, Black Trim See Thru Bookbag

$36.30

SKU: E52BA21D

Product Highlights

Buy Now
Choose your delivery location :

SKU E52BA21D Category
pnghq.com-credit-card-trust-badges-png-image-transparent

Description

* {
padding: 0;
margin: 0;
outline: none;
border: none;
list-style: none;
box-sizing: border-box;
font-family: ‘Montserrat’, sans-serif;
}
p {
font-size: 14px;
line-height: 24px;
color: #1e1e1e;
}
img {
max-width: 100%;
}
.wrapper {
margin: 0 auto;
width: 90%;
max-width: 1024px;
}
.clear {
clear: both;
}
header,
section,
.store_features ul,
footer {
width: 100%;
float: left;
}
header {
padding: 25px 0;
background: #f4cb72;
text-align: center;
}
header a {
display: inline-block;
}
.store_features {
background: #1e1e1e;
}
.gif {
display: none;
}
.store_features li {
width: 25%;
display: table;
float: left;
}
.store_features li div {
padding-right: 5%;
width: 30%;
height: 80px;
display: table-cell;
vertical-align: middle;
text-align: right;
}
.store_features li span {
display: table-cell;
vertical-align: middle;
font-size: 18px;
font-weight: 300;
line-height: 24px;
color: #f4cb72;
}
.title {
padding: 15px 0;
background: #f3f3f3;
}
.title h1 {
text-align: center;
font-size: 22px;
font-weight: 400;
color: #1e1e1e;
}
.template_content {
padding-top: 30px;
}
.image_gallery {
width: 50%;
background: #FFF;
text-align: left;
float: left;
}
/*GALLERY CSS*/
.container {
width: 100%;
position: relative;
margin:0 auto;
}
.thumbnails {
text-align: center;
list-style: none;
font-size: 0;
}
.thumbnails li {
margin: 15px 15px 0 0;
width: 90px;
height: 90px;
background: #fff;
display: inline-block;
text-align: center;
vertical-align: middle;
float: left;
}
.thumbnails input[name=”select”] {
display: none;
}
.thumbnails .item-hugger {
padding: 5px;
width: 100%;
height: 100%;
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
border: 1px solid #e3e3e3;
transition: all 150ms ease-in-out;
}
.thumbnails label {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
cursor: pointer;
}
.thumbnails .gallery_content {
max-width: 540px;
width: 100%;
height: 500px;
background: #fff;
border: 1px solid #e4e4e4;
transition: all 150ms linear;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
overflow: hidden;
opacity: 0;
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
}
.thumbnails input[name=”select”]:checked + .item-hugger {
border-color: #a2a2a2;
}
.thumbnails input[name=”select”]:checked ~ .gallery_content {
opacity: 1;
}
.white-box {
height: 500px;
overflow: hidden;
}
.template_right {
width: 48%;
float: right;
}
.description h2 {
margin-bottom: 10px;
padding-bottom: 5px;
font-weight: 400;
font-size: 22px;
color: #f4cb72;
border-bottom: 2px solid #f4cb72;
display: inline-block;
}
.description ul {
margin-bottom: 10px;
}
.description ul li {
list-style-type: disc;
list-style-position: inside;
font-size: 14px;
line-height: 24px;
font-weight: normal;
color: #1e1e1e;
}
.accordion {
margin: 0px 0 30px 0;
}
/* Acordeon styles */
.tab {
position: relative;
margin-bottom: 1px;
width: 100%;
overflow: hidden;
}
.accordion input {
position: absolute;
opacity: 0;
z-index: -1;
}
.accordion label {
position: relative;
display: block;
padding: 0 0 0 1em;
background: #f4cb72;
font-size: 18px;
color: #FFF;
line-height: 45px;
cursor: pointer;
}
.tab-content {
max-height: 0;
overflow-y: auto;
-webkit-transition: max-height .35s;
-o-transition: max-height .35s;
transition: max-height .35s;
}
/* :checked */
.accordion input:checked ~ .tab-content {
padding: 15px 0;
max-height: 300px;
}
/* Icon */
.accordion label::after {
width: 2em;
position: absolute;
right: 0;
top: 0;
bottom: 0;
font-size: 30px;
line-height: 45px;
display: block;
text-align: center;
-webkit-transition: all .35s;
-o-transition: all .35s;
transition: all .35s;
}
.accordion input[type=radio] + label::after {
content: “+”;
}
.accordion input[type=radio]:checked + label::after {
content: “-“;
}
.common_content {
padding: 30px 0;
text-align: center;
}
.common_content h2 {
margin-bottom: 20px;
padding-bottom: 5px;
font-weight: 400;
font-size: 24px;
color: #1e1e1e;
border-bottom: 2px solid #1e1e1e;
display: inline-block;
}
.common_content p {
font-size: 15px;
}
.grey {
background: #f3f3f3;
}
footer {
padding: 20px 0;
background: #1e1e1e;
}
footer p {
line-height: 30px;
font-weight: 300;
color: #FFF;
float: left;
}
footer img {
float: right;
}
@media only screen and (max-width: 840px) {
.store_features {
text-align: center;
}
.store_features ul {
display: none;
}
.gif {
display: inline-block;
}
.image_gallery,
.template_right {
width: 100%;
}
.image_gallery {
margin-bottom: 20px;
}
.thumbnails li,
footer p,
footer img {
float: none;
}
.thumbnails .gallery_content,
.white-box {
height: 400px;
}
footer {
text-align: center;
}
}

MGgear Clear Transparent PVC School Backpack/ Outdoor Backpack with Black Trim

Description

  • Main dual zippered compartment (in Inch): 17.5 H x 13 W x 5.5 D
  • Second zipper compartment (in Inch): 12 H x 9.5 W x 1.25 D
  • Front zipper mesh pocket (in inch): 8 H x 9.5 W ; 2 sides zipper pockets: 8 H x 5.5 W
  • Features padded adjustable shoulder straps and fabric haul loop.
  • Official MGgear product by MyGift
SHIPPING

MyGift currently operates with partners in the United States that provide speedy delivery to homes and businesses within the lower 48 states. This area is our standard shipping range.

PAYMENT

Payments are fast and secure.

We accept credit, debit, and gift cards, Apple Pay, Google Pay, PayPal, and PayPal Credit.

RETURNS

If for any reason you are not satisfied with the product purchased from us, just return it within 30 days of the original date of purchase of the order. We’ll gladly provide a refund, credit or exchange for the cost of the product. (Less Shipping & Handling). Note however, when returning a product, we require you to return the item in the same condition in which it arrived, and with acceptable packaging.

  • Packaging materials must not be torn or damaged or it might void all warranties on the product(s).
  • The product(s) must be returned in new, re-sellable condition. All accompanying materials must be included in the original package.
  • We do not accept returns on product(s) that have been abused, altered or used in manners for which they were not intended.
  • Shipping & handling is non-refundable.
  • We do reserve the right through to charge a return percentage (up to 20%) restocking fee for product(s) that are failed to include the original package or held more than 30 days of the purchase date of the order.

FEEDBACK

All feedbacks are appreciated!

Please leave one here.

EXCHANGE

All MyGift products come with a non-transferrable warranty against manufacturer defects for the first purchaser only.  Any items resold by an unauthorized third party are not subject to any warranty or return policy offered by MyGift Enterprise. Buyer assumes all responsibility for any shipping or replacement product costs incurred for orders sold through an unauthorized third party. Under no circumstances will MyGift Enterprise approve any return or replacement for an order resold by an unauthorized third party.

CANCELLATION

Please follow eBay’s policy for canceling a purchase.

CONTACT US

MyGift Enterprise LLC

15000 Woodinville-Redmond Rd Ste B900, Woodinville, WA 98072 US

Copyright © 2008 – 2020 MyGift Enterprise LLC | All Rights Reserved

string(7) "default"

 



x