Welcome to emarket!

body { font-family: ‘Market Sans’, Arial, sans-serif; }

body { font-family: Arial, sans-serif; background-color: #f9f9f9; color: #333; margin: 0; padding: 0; } .container { width: 90%; max-width: 1200px; margin: 0 auto; } header { background-color: #21242b; color: white; padding: 20px; text-align: center; margin-bottom: 30px; max-width: 100%; } .product-main { display: flex; gap: 30px; flex-wrap: wrap; } .product-images { flex: 1; max-width: 90%; padding: 20px; background: #fff; box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); } /* The main image */ .product-images .main-img { width: 160px;height: 160px;background-size: cover;background-position: center;border: 2px solid #ddd;border-radius: 5px;cursor: pointer;transition: transform 0.3s ease, border-color 0.3s ease; }.product-images .main-img:hover{transform: scale(1.1); border-color: #0076b3;} /* Thumbnail slider section */ .thumbnail-slider { display: flex; gap: 10px; margin-top: 10px; justify-content: center; } .thumbnail-slider input { display: none; /* Hide radio buttons */ } .thumbnail-slider label { width: 160px; height: 160px; background-size: cover; background-position: center; border: 2px solid #ddd; border-radius: 5px; cursor: pointer; transition: transform 0.3s ease, border-color 0.3s ease; } .thumbnail-slider label:hover { transform: scale(1.1); border-color: #0076b3; } .product-details { flex: 2; max-width: 700px; background: #fff; padding: 20px; box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); } .product-details h1 { font-size: 28px; margin: 0 0 10px; } .price { font-size: 32px; color: green; font-weight: bold; margin-top: 10px; } .buy-btn { display: inline-block; background-color: #28a745; color: white; padding: 15px 30px; text-decoration: none; margin-top: 20px; border-radius: 5px; text-align: center; } .buy-btn:hover { background-color: #218838; } .product-description, .product-specifications { margin-top: 30px; } .product-description h2, .product-specifications h2 { font-size: 22px; margin-bottom: 10px; color: #333; } .product-description p, .product-specifications ul { font-size: 15px; } .product-specifications ul { list-style-type: square; padding: 0 0 0 20px; } .product-specifications li { margin-bottom: 10px; } .shipping-info { /*margin-top: 30px;*/ background-color: #f9f9f9; padding: 20px; border: 1px solid #ddd; } .shipping-info ul { list-style-type: none; padding: 0; } .shipping-info li { margin-bottom: 5px; } .shipping-info .free-shipping { font-weight: bold; color: green; } /* Related Products Section */ .related-products { margin-top: 50px; padding: 20px; background-color: #fff; box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); } .related-products h2 { font-size: 24px; margin-bottom: 20px; } .related-products .product { display: inline-block; width: 23%; max-width:20%; text-align: center; margin-right: 10px; margin-bottom: 20px; } .related-products .product img { width: 100%; height: auto; border-radius: 5px; transition: transform 0.3s ease; } .related-products .product img:hover { transform: scale(1.05); } .related-products .product .product-name { margin-top: 10px; font-size: 16px; font-weight: bold; } .related-products .product .price { margin-top: 5px; color: green; font-size: 18px; font-weight: bold; } /* slider*/ .frame { width: 100%; float: left; height: auto; margin: 0 auto; overflow: hidden; position: relative; background: #fff; } .frame div { margin-left: 0; -webkit-transition: 1s; -moz-transition: 1s; -ms-transition: 1s; -o-transition: 1s; transition: 1s; width: 5440px; overflow: hidden; float: left; padding-left:26px; padding-right:26px; } .frame .big-img { position: absolute; width: 100%; height: 414px; top: 0; right: 0; opacity: 0; background:#fff; } .frame .big-img img{ position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; max-width:100%; max-height:100%; border:1px solid #fbb889; } .frame input { position: relative; left: 0; display: none; } .frame label.thumb { display: block; float: left; margin-right:0px; height: 180px; width: 286px; float: left; z-index:999; margin: 20px 0; } .frame label.thumb.lab4, .frame label.thumb.lab8, .frame label.thumb.lab12, .frame label.thumb.lab16{ } .frame label.thumb img { cursor: pointer; position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; max-width:100%; max-height:100%; } .frame label.left { position: absolute; left: 0; bottom: 0px; margin: 0; cursor: pointer; width: 26px; height:115px; text-align: left; line-height: 20px; background: transparent; margin-left: 10px; } .frame label.right { position: absolute; right: 0; bottom: 0px; margin: 0; cursor: pointer; width: 26px; text-align: right; height: 115px; line-height: 20px; background: transparent; margin-right: 10px; } .frame label.left img, .frame label.right img { margin-top: 0px; } .frame label.one, .frame label.two, .frame label.three, .frame label.four , .frame label.five, .frame label.six { z-index: 9999; } .frame input#push1:checked ~ label.six, .frame input#push3:checked ~ label.one, .frame input#push5:checked ~ label.two, .frame input#push7:checked ~ label.three, .frame input#push9:checked ~ label.four, .frame input#push11:checked ~ label.five, .frame input#push2:checked ~ label.two, .frame input#push4:checked ~ label.three, .frame input#push6:checked ~ label.four, .frame input#push8:checked ~ label.five, .frame input#push10:checked ~ label.six, .frame input#push12:checked ~ label.one { z-index: 99999; } .frame input#push3:checked ~ div, .frame input#push12:checked ~ div { margin-left: 0px; } .frame input#push11:checked ~ div, .frame input#push7:checked ~ div , .frame input#push4:checked ~ div , .frame input#push8:checked ~ div{ margin-left: -1100px; } .frame input#push2:checked ~ div, .frame input#push10:checked ~ div , .frame input#push1:checked ~ div, .frame input#push5:checked ~ div{ margin-left: -550px; } .frame input#push6:checked ~ div, .frame input#push9:checked ~ div { margin-left: -1655px; } .frame input#push12:checked ~ div { margin-left: 0; } .frame input#pic1:checked ~ .lab1, .frame input#pic2:checked ~ .lab2, .frame input#pic3:checked ~ .lab3, .frame input#pic4:checked ~ .lab4, .frame input#pic5:checked ~ .lab5, .frame input#pic6:checked ~ .lab6, .frame input#pic7:checked ~ .lab7, .frame input#pic8:checked ~ .lab8, .frame input#pic9:checked ~ .lab9, .frame input#pic10:checked ~ .lab10, .frame input#pic11:checked ~ .lab11, .frame input#pic12:checked ~ .lab12, .frame input#pic13:checked ~ .lab13, .frame input#pic14:checked ~ .lab14, .frame input#pic15:checked ~ .lab15, .frame input#pic16:checked ~ .lab16, .frame input#pic17:checked ~ .lab17, .frame input#pic18:checked ~ .lab18, .frame input#pic19:checked ~ .lab19, .frame input#pic20:checked ~ .lab20 { opacity: 0.8; pointer-events: none; } .frame input#pic1:checked ~ .big-img.p1, .frame input#pic2:checked ~ .big-img.p2, .frame input#pic3:checked ~ .big-img.p3, .frame input#pic4:checked ~ .big-img.p4, .frame input#pic5:checked ~ .big-img.p5, .frame input#pic6:checked ~ .big-img.p6, .frame input#pic7:checked ~ .big-img.p7, .frame input#pic8:checked ~ .big-img.p8, .frame input#pic9:checked ~ .big-img.p9, .frame input#pic10:checked ~ .big-img.p10, .frame input#pic11:checked ~ .big-img.p11, .frame input#pic12:checked ~ .big-img.p12, .frame input#pic13:checked ~ .big-img.p13, .frame input#pic14:checked ~ .big-img.p14, .frame input#pic15:checked ~ .big-img.p15, .frame input#pic16:checked ~ .big-img.p16, .frame input#pic17:checked ~ .big-img.p17, .frame input#pic18:checked ~ .big-img.p18, .frame input#pic19:checked ~ .big-img.p19, .frame input#pic20:checked ~ .big-img.p20 { opacity: 1; z-index: 100; backface-visibility: hidden; } .frame .thumb{ position:relative; } .frame .thumb img{ z-index:8; position:relative; } .footer{ width:100%; float:left; height:auto; /*background:rgba(37,37,37,0.65);*/ padding:0px 0 0; position:relative; }

Featured Products

Distressed USA Flag Men T Shirt

Description

The Rogue Style Shirts perfectly mixes comfort and style in a unique patriotic design which will surely impress you. Made with high quality cotton, with a semi-fitted shape which is compatible with all figure types, these patriotic shirts for men allow your skin to breathe, being the perfect choice for a casual day in the park,or A Gift For Dad, Veteran, Army or Military Person and More.

  • Printed in the USA
  • Ultra soft and comfortable for all-day comfort
  • Perfect T-Shirt For Any Occasion!
  • The American flag comes first
  • Crew neck T-Shirt Short sleeves 100% cotton (Gray 90% Cotton 10% polyester)
  • Machine washable
  • Ultra soft and comfortable for all-day comfort

Shipping Information

  • Free Shipping within the US.
  • Ships within 2-3 business days.
  • International shipping available (contact us for rates).

Related Products

 

No more offers for this product!

General Inquiries

There are no inquiries yet.

x