Welcome to emarket!

BRANDINGS

My Cart -

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

Round Fashion Rhinestone Circle Oversize Women Sunglasses

$13.80

SKU: 61F0730D

Product Highlights

Buy Now
Choose your delivery location :

SKU 61F0730D Category
pnghq.com-credit-card-trust-badges-png-image-transparent
Joined: 38 months
Products: 5166 products
Visit Store

Toyama is the capital city of Toyama Prefecture, Japan, located on the coast of the Sea of Japan in the Chūbu region on central Honshū, about 200 km

Description

body { font-family: “Market Sans”, Arial, sans-serif; }

* {
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: center;
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;
width: 100%;
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: 20px 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;
}
}

  • FAST
    SHIPPING

  • HASSLE-FREE
    RETURNS

  • SECURE
    PAYMENT

  • EXCELLENT
    SERVICE

Round Fashion Rhinestone Circle Oversize Women Sunglasses

Description

  • Frame Material: Plastic
  • Lens Material: PC
  • Lens Width: 50mm
  • Lens Height: 51mm
  • Bridge Width: 24mm
  • Temple Length: 148mm
  • 100% UVA & UVB Protection
  • One size fits most
DIMENSIONS

ABOUT US

Welcome to Iris Fashion – Sunglasses Eyewear Line where you can find high quality eyewear at a great low price. Our thirty years of experience in the industry is a testament to our reliability and our keen sense of fashion that’s never lost track of what’s in style. At Iris Fashion we focus on quality, style, design and value. We carry styles that run the whole gamut of what’s fashionable, from luxury designer to vintage to novelty looks. With complete control over the manufacturing process, as all of our products are crafted in-house by an experienced team of designers and produced in our own factories, we can guarantee the high quality of each pair of our sunglasses like very few other brands.

SHIPPING

Fast Free Standard Shipping from our Cerritos, CA (US-Based) Warehouse.

Orders placed before 12PM Pacific Standard Time (PST) will Typically Ship the Same Day!

PAYMENT

We Accept Major Credit Cards, including VISA, MASTERCARD, DISCOVER, and AMERICAN EXPRESS, via Paypal! Immediate Payment is Required.

RETURNS

30

We offer a 30-Day Return Period in the Choice of Money Back or Replacement.

FEEDBACK

We appreciate your Feedback for our Products and Services. If there was anything that was Unsatisfactory, please Notify us so that we may Remedy the Issue.

EXCHANGE

We offer Exchanges within the 30-day Return Period. Please Contact Us via eBay’s Messaging System for a Prompt Response and Quick Remedy.

CANCELLATION

Orders can typically be Cancelled within a couple of hours from Order Placement, however, if the Order has reached our Warehouse, we may not be able to Cancel. If that is the Case, please contact us via eBay’s Message System for an alternative Method.

CONTACT US

For any Questions or Inquiries, including Wholesale Pricing, please Contact Us via eBay’s Messaging System for more Information.

Copyright ©IRIS FASHION | All Rights Reserved


string(7) "default"
x