*{
   -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box; 
	font-family: 'Montserrat', sans-serif;
}
.page-wrapping{
    background: #f5f5f5;
    max-width: 1080px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}
.header{
	display: flex;
    max-width: 1020px;
    margin: 25px auto;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    background-color: #f5f5f5;
/*    border: 1px solid #333;*/
}
.store-description:after{
    position: relative;
    content: '';
    text-align: center;
}
.header .navigation a{
	font-weight: 400;
	font-size: 15px;
	text-decoration: none;
	padding: 0 20px;
	color: #4b4a48;
}
.header .navigation a:hover{
	color: #f3a293;
}
.header a.logo{
	position: relative;
    left: auto;
    padding-right: 10px;
    border-right: 1px solid #333;
}
.header a.logo svg, .header a img{
    width: 100%;
    height: auto;
    display: block;
}
a.store img, a.contact-us img{
    max-width: 300px;
}
.header a{
    border: none;
    display: flex;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #fff;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}
.header a.logo:hover svg path{
	fill:#f3a293;
}
.header-wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
}
.header-search__link svg {
    display: block;
    height: 16px;
    width: 16px;
}
.header-search__link{
	width: 50px;
}
.listing-title{
    font-weight: 700;
    font-size: 30px;
    padding-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center; 
}
.product-details {
    padding: 20px 0;
    border-top: 1px solid #e9e2de;
}
.background-white{
	background: transparent;
	margin: 30px auto;
}
.product-image{
	display: flex;
	flex-direction:column-reverse;
	max-width: 700px;
	margin: 0 auto;
    flex-wrap: wrap;
}
.product-image img{
	width: 100%;
}
.product-image div{
	width: 100%;
}

.product-image div.image{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.product-image .title{
	padding: 20px;
    font-size: 30px;
    font-weight: 600;
}
h3{font-size: 30px;margin:0 auto;display: block;text-align: center;}
.product-description {
    clear: both;
}
.product-description .product-detailed {
    padding-top: 20px;
}
.main-header {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top: 1px solid #ccc;
    background: #333;
}
.main-header__title {
    font-size: 2.8rem;
    background-color: #fff;
    color: #fff;
    font-weight: 600;
    padding-right: 20px;
    display: block;
    margin: 10px 0;
    text-align: center;
}
.main-header__title {
    font-size: 2.2rem;
    position: relative;
    padding-left: 60px;
}
.main-header__title:before{
    content: '';
    position: absolute;
    left: 15px;
    top: 8px;
    background-repeat: no-repeat;
    width: 34px;
    height: 24px;
    display: block;
    background-size: 100% auto;
}
.main-header {
    margin-bottom: 30px;
    position: relative;
}
.product.attribute.description{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.product-description{
    padding: 0 20px;
}
.product-detailed span.description *{
	font-weight: 400;
	font-size: 18px;
}
.description .content{
    padding: 0 50px;
}
strong{
	font-size: 18px;
    font-weight: 700!important;
}
.stamped-review {
    border-top: 1px solid #eee;
    margin-bottom: 30px;
    padding-top: 25px;
}
.stamped-review:first-child {
    margin-top: 0;
    border-top: none;
}
.stamped-review:last-child {
    padding-bottom: 0;
}
.stamped-review-header {
    font-size: 14px;
    width: 100%;
    line-height: 18px;
    display: flex;
    flex-direction:row;
    align-items:center;
    position: relative;
}
.stamped-review-avatar {
    position: relative;
    /*float: left;*/
    padding: 0;
    margin-right: 10px;
    color: #bbb;
    background: #f5f5f5;
    border-radius: 50%;
    text-shadow: 1px 1px 0 #fff;
}
.stamped-review-avatar {
    background: #7c7c7c !important;
    color: white !important;
}
.stamped-review-header .stamped-review-avatar{
	width: 50px;
    height: 50px;
    display: block;
}
.stamped-review-avatar-content {
    height: 55px;
    width: 55px;
    font-size: 18px;
    vertical-align: text-bottom;
    text-align: center;
    text-transform: inherit;
    font-style: initial;
    margin-right: 10px;
}
.stamped-review-avatar-content {
    display: table-cell;
    vertical-align: middle;
    height: 56px;
    width: 55px;
    font-weight: 700;
}
.stamped-reviews .stamped-review .stamped-review-avatar-content:after{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.stamped-reviews .stamped-review .stamped-starratings .stamped-fa-star:nth-child(1){
    visibility: visible;
} 
.stamped-reviews .stamped-review .stamped-starratings .stamped-fa-star:nth-child(2){
    visibility: visible;
} 
.stamped-reviews .stamped-review .stamped-starratings .stamped-fa-star:nth-child(3){
    visibility: visible;
} 
.stamped-reviews .stamped-review .stamped-starratings .stamped-fa-star:nth-child(4){
    visibility: visible;
} 
.stamped-reviews .stamped-review .stamped-starratings .stamped-fa-star:nth-child(5){
    visibility: visible;
}
.stamped-review-header .created, .stamped-review-header-byline .created {
    /*float: right !important;*/
    position: absolute;
    right: 0;
    top:10px;
    color: #999;
    font-size: 12px;
    font-weight: 400;
}
.stamped-review .author {
    margin-right: 7px;
}
.stamped-review .author-stars{
	display: flex;
	flex-direction:column;
}
.stamped-review-header-starratings {
    font-size: 20px;
    display: inline-block;
    margin-left: -2px;
}
.stamped-fa-star svg{
	width: 16px;
}
.stamped-fa-star svg path{
    fill: #7c7c7c;
}
.stamped-review-content {
    margin: 0 0 15px;
    clear: both;
}
.stamped-review-header-title {
    font-size: 16px;
    line-height: 24px;
    min-height: 15px;
    margin: 5px 0 0;
    padding: 0;
    border: none;
    font-weight: 700;
    text-align: left;
}
.stamped-reviews .stamped-review .stamped-starratings .stamped-fa-star{
	visibility: hidden;
}
#product-banner-details{
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
}
.product-banner{
    display: block;
}
.product-banner img{
    display: block;
    max-width: 350px;
    margin: 0 auto;
    height: auto;
}
.product-image div img{
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.image-end {}
#footer-end{
    margin-top: 10px;
}
#footer-end .content .description:after{
    content: '   Thank you for visiting us. ';
    color: #444;
    font-size: 25px;
}
#footer-end .content .description{
    text-align: center;margin: 0 auto;display: block;margin-bottom: 29px;    
}

.header img.logo{
    display: block;
    width: 100%;
    height: auto;
}

.product-details .product-banner h3:after{
    content: '';
    position:relative;
}

.header{ order:1 }
.store-description{ order:2 }
#product-banner-details{order: 3}
.product-image{ order:5 }

#product-details{ order:8 }
#feedback{ order:13 }
#customer-service{ order:12 }
#import-duties-n-tax{ order:80 }
#payment-conditions{ order:9 }
#shipping-conditions{ order:10 }
#return-conditions{ order:11 }
#exlude-countries-conditions{ order:120 }
#store-reviews{order:14}
#footer-end{order: 1000}

#feedback{ display:none; }
#feedback .main-header__title:after{content: 'Feedback';color: #42BA97}
#feedback span.description li{display: none;position: relative;}
#feedback span.description li:before{content: '•'; font-size: 13px; font-weight: bold; position: absolute; left: -12px; top: 0px; } 
#feedback span.description li:nth-child(1){display: block;}
#feedback span.description li:nth-child(1):after{
    content:'Please leave positive feedback when you receive your order. Your positive feedback is very important to me which makes us keep improving.';
}
#feedback span.description li:nth-child(2){display: block;}
#feedback span.description li:nth-child(2):after{
    content:'We hope you are satisfied with our service. We are also looking forward to receiving your positive feedback with 5-Star detailed seller ratings after you get the item.';
}
#feedback span.description li:nth-child(3){display: block;}
#feedback span.description li:nth-child(3):after{
    content:'If you have any further question, please feel free to contact us. In our experience it is always more efficient to contact the seller, rather than leaving negative/neutral feedback or opening a dispute to solve any problem occurring on eBay.';
}

#customer-service{display: none;}
#customer-service .main-header__title:after{content: 'Contact Us';color: #42BA97}
#customer-service span.description li{display: none;position: relative;}
#customer-service span.description li:before{content: '•'; font-size: 13px; font-weight: bold; position: absolute; left: -12px; top: 0px; } 
#customer-service span.description li:nth-child(1){display: block;}
#customer-service span.description li:nth-child(1):after{
    content:'Please contact us by eBay message only.';
    font-weight: bold;
    color: blue;
}

#import-duties-n-tax{ display: none; }
#import-duties-n-tax span.description li{display: none;position: relative;}
#import-duties-n-tax span.description li:before{content: '•'; font-size: 13px; font-weight: bold; position: absolute; left: -12px; top: 0px; } 
#import-duties-n-tax span.description li:nth-child(1){display: block;}
#import-duties-n-tax span.description li:nth-child(1):after{
    content:'NTERNATIONAL CUSTOMERS ARE RESPONSIBLE FOR ALL IMPORT/CUSTOMS/LOCAL TAX FEES/REMOTE AREA SURCHARGE THAT MAY BE INCURRED UPON RECEIPT YOUR PACKAGE.';
}

#payment-conditions{display: none;}
#payment-conditions .main-header__title:after{content: 'Payment Policy';color: #42BA97}
#payment-conditions span.description li{display: none;position: relative;}
#payment-conditions span.description li:before{content: '•'; font-size: 13px; font-weight: bold; position: absolute; left: -12px; top: 0px; } 
#payment-conditions span.description li:nth-child(1){display: block;}
#payment-conditions span.description li:nth-child(1):after{
    content:'I accept ONLY PayPal for payment.';
    color: red;
    font-weight: bold;
}

#shipping-conditions{display: none;}
#shipping-conditions .main-header__title:after{content: 'Shipping Policy';color: #42BA97}
#shipping-conditions span.description li{display: none;position: relative;}
#shipping-conditions span.description li:before{content: '•'; font-size: 13px; font-weight: bold; position: absolute; left: -12px; top: 0px; } 
#shipping-conditions span.description li:nth-child(1){display: block;}
#shipping-conditions span.description li:nth-child(1):after{
    content:'ePacket Shipping WORLDWIDE.';
    font-weight: bold;
}
#shipping-conditions span.description li:nth-child(2){display: block;}
#shipping-conditions span.description li:nth-child(2):after{
    content:'Import duties, taxes and charges are not included in the item price or shipping charges. These charges are the buyer\'s responsibility.';
}
#shipping-conditions span.description li:nth-child(3){display: block;}
#shipping-conditions span.description li:nth-child(3):after{
    content:'Please check with your country\'s customs office to determine what these additional costs will be prior to bidding/buying.';
}
#shipping-conditions span.description li:nth-child(4){display: block;}
#shipping-conditions span.description li:nth-child(4):after{
    content:'These charges are normally collected by the delivering freight (shipping) company or when you pick the item up - do not confuse them for additional shipping charges.';
}

#return-conditions{display: none;}
#return-conditions .main-header__title:after{content: 'Return & Guarantee Policy';color: #42BA97}
#return-conditions span.description li{display: none;position: relative;}
#return-conditions span.description li:before{content: '•'; font-size: 13px; font-weight: bold; position: absolute; left: -12px; top: 0px; } 
#return-conditions span.description li:nth-child(1){display: block;}
#return-conditions span.description li:nth-child(1):after{
    content:'100% Satisfaction Guarantee: If you are not satisfied with the product you purchased for any reason, please contact us for a return instruction within 30 days for a refund. Shipping Handling costs are not refundable. Return shipping cost will be paid by buyer.';
}

#exlude-countries-conditions{
    display: none;
}

#exlude-countries-conditions p:after{
    content:'Indonesia, APO/FPO, Ukraine';
}

#store-reviews{display: none;}
#store-reviews .main-header__title:after{content: 'Feedback from';color: #42BA97}
.stamped-reviews .stamped-review{
    display:block;
}

.stamped-reviews .stamped-review .stamped-review-header-title{display: none;}
.stamped-reviews .stamped-review .author .author-rating:after{font-size: 16px;color: #42BA97;}
.stamped-reviews .stamped-review .stamped-review-content-body:after{position: relative;}
.stamped-reviews .stamped-review{
    display:none;
}
.stamped-reviews .stamped-review:nth-child(1){display:block}
.stamped-reviews .stamped-review:nth-child(1) .stamped-review-avatar-content:after{content: 'KG';}
.stamped-reviews .stamped-review:nth-child(1) .stamped-review-header-title:after{content: 'Awesome';position: relative;}
.stamped-reviews .stamped-review:nth-child(1) .author:before{content:'k***g';}
.stamped-reviews .stamped-review:nth-child(1) .author .first-bracket{margin-left: 10px;}
.stamped-reviews .stamped-review:nth-child(1) .author .author-rating:after{content:'18★';}
.stamped-reviews .stamped-review:nth-child(1) .created:after{content:'2019-11-17 20:03:09';}
.stamped-reviews .stamped-review:nth-child(1) .stamped-review-content-body:after{
    content: 'As always, everything is fine! Fast shipping and same delivery!';
}

.stamped-reviews .stamped-review:nth-child(2){display:block}
.stamped-reviews .stamped-review:nth-child(2) .stamped-review-avatar-content:after{content: 'VR';}
.stamped-reviews .stamped-review:nth-child(2) .stamped-review-header-title:after{content: 'Awesome';position: relative;}
.stamped-reviews .stamped-review:nth-child(2) .author:before{content:'v********r';}
.stamped-reviews .stamped-review:nth-child(2) .author .first-bracket{margin-left: 10px;}
.stamped-reviews .stamped-review:nth-child(2) .author .author-rating:after{content:'92★';}
.stamped-reviews .stamped-review:nth-child(2) .created:after{content:'2019-11-16 08:22:58 ';}
.stamped-reviews .stamped-review:nth-child(2) .stamped-review-content-body:after{
    content: 'Highly recommended';
}

.stamped-reviews .stamped-review:nth-child(3){display:block}
.stamped-reviews .stamped-review:nth-child(3) .stamped-review-avatar-content:after{content: 'G3';}
.stamped-reviews .stamped-review:nth-child(3) .stamped-review-header-title:after{content: 'Awesome';position: relative;}
.stamped-reviews .stamped-review:nth-child(3) .author:before{content:'g*******3';}
.stamped-reviews .stamped-review:nth-child(3) .author .first-bracket{margin-left: 10px;}
.stamped-reviews .stamped-review:nth-child(3) .author .author-rating:after{content:'9★';}
.stamped-reviews .stamped-review:nth-child(3) .created:after{content:'2019-10-11 08:21:26';}
.stamped-reviews .stamped-review:nth-child(3) .stamped-review-content-body:after{
    content: 'Perfect communication, fast shipping, good item.';
}

.stamped-reviews .stamped-review:nth-child(4){display:block}
.stamped-reviews .stamped-review:nth-child(4) .stamped-review-avatar-content:after{content: 'RZ';}
.stamped-reviews .stamped-review:nth-child(4) .stamped-review-header-title:after{content: 'Awesome';position: relative;}
.stamped-reviews .stamped-review:nth-child(4) .author:before{content:'  r****z';}
.stamped-reviews .stamped-review:nth-child(4) .author .first-bracket{margin-left: 10px;}
.stamped-reviews .stamped-review:nth-child(4) .author .author-rating:after{content:'76★';}
.stamped-reviews .stamped-review:nth-child(4) .created:after{content:'2019-10-10 07:28:53 ';}
.stamped-reviews .stamped-review:nth-child(4) .stamped-review-content-body:after{
    content: 'Nice keys. Cheers';
}

.stamped-reviews .stamped-review:nth-child(5){display:block}
.stamped-reviews .stamped-review:nth-child(5) .stamped-review-avatar-content:after{content: 'IM';}
.stamped-reviews .stamped-review:nth-child(5) .stamped-review-header-title:after{content: 'Awesome';position: relative;}
.stamped-reviews .stamped-review:nth-child(5) .author:before{content:'i**********m';}
.stamped-reviews .stamped-review:nth-child(5) .author .first-bracket{margin-left: 10px;}
.stamped-reviews .stamped-review:nth-child(5) .author .author-rating:after{content:'185★';}
.stamped-reviews .stamped-review:nth-child(5) .created:after{content:'2019-10-05 05:44:01  ';}
.stamped-reviews .stamped-review:nth-child(5) .stamped-review-content-body:after{
    content: '  A++++++++ ';
}

.stamped-reviews .stamped-review:nth-child(6){display:block}
.stamped-reviews .stamped-review:nth-child(6) .stamped-review-avatar-content:after{content: 'G3';}
.stamped-reviews .stamped-review:nth-child(6) .stamped-review-header-title:after{content: 'Awesome';position: relative;}
.stamped-reviews .stamped-review:nth-child(6) .author:before{content:'g***********3';}
.stamped-reviews .stamped-review:nth-child(6) .author .first-bracket{margin-left: 10px;}
.stamped-reviews .stamped-review:nth-child(6) .author .author-rating:after{content:'29★';}
.stamped-reviews .stamped-review:nth-child(6) .created:after{content:'2019-10-04 20:59:03';}
.stamped-reviews .stamped-review:nth-child(6) .stamped-review-content-body:after{
    content: ' Good Seller ';
}

.stamped-reviews .stamped-review:nth-child(7){display:block}
.stamped-reviews .stamped-review:nth-child(7) .stamped-review-avatar-content:after{content: 'XT';}
.stamped-reviews .stamped-review:nth-child(7) .stamped-review-header-title:after{content: 'Awesome';position: relative;}
.stamped-reviews .stamped-review:nth-child(7) .author:before{content:'x******t';}
.stamped-reviews .stamped-review:nth-child(7) .author .first-bracket{margin-left: 10px;}
.stamped-reviews .stamped-review:nth-child(7) .author .author-rating:after{content:'105★';}
.stamped-reviews .stamped-review:nth-child(7) .created:after{content:'2019-10-03 18:50:29 ';}
.stamped-reviews .stamped-review:nth-child(7) .stamped-review-content-body:after{
    content: ' Super';
}

.stamped-reviews .stamped-review:nth-child(8){display:block}
.stamped-reviews .stamped-review:nth-child(8) .stamped-review-avatar-content:after{content: 'P9';}
.stamped-reviews .stamped-review:nth-child(8) .stamped-review-header-title:after{content: 'Awesome';position: relative;}
.stamped-reviews .stamped-review:nth-child(8) .author:before{content:'p******9 ';}
.stamped-reviews .stamped-review:nth-child(8) .author .first-bracket{margin-left: 10px;}
.stamped-reviews .stamped-review:nth-child(8) .author .author-rating:after{content:'15★';}
.stamped-reviews .stamped-review:nth-child(8) .created:after{content:'2019-09-28 14:26:47';}
.stamped-reviews .stamped-review:nth-child(8) .stamped-review-content-body:after{
    content: '      arive on time ';
}

.stamped-reviews .stamped-review:nth-child(9){display:block}
.stamped-reviews .stamped-review:nth-child(9) .stamped-review-avatar-content:after{content: 'NW';}
.stamped-reviews .stamped-review:nth-child(9) .stamped-review-header-title:after{content: 'Awesome';position: relative;}
.stamped-reviews .stamped-review:nth-child(9) .author:before{content:'n*******w';}
.stamped-reviews .stamped-review:nth-child(9) .author .first-bracket{margin-left: 10px;}
.stamped-reviews .stamped-review:nth-child(9) .author .author-rating:after{content:'396★';}
.stamped-reviews .stamped-review:nth-child(9) .created:after{content:'2019-09-22 09:59:24 ';}
.stamped-reviews .stamped-review:nth-child(9) .stamped-review-content-body:after{
    content: '      Top Ware. Top Ebayer. Gerne wieder ';
}

.stamped-reviews .stamped-review:nth-child(10){display:block}
.stamped-reviews .stamped-review:nth-child(10) .stamped-review-avatar-content:after{content: 'Y4';}
.stamped-reviews .stamped-review:nth-child(10) .stamped-review-header-title:after{content: 'Awesome';position: relative;}
.stamped-reviews .stamped-review:nth-child(10) .author:before{content:' y*****4';}
.stamped-reviews .stamped-review:nth-child(10) .author .first-bracket{margin-left: 10px;}
.stamped-reviews .stamped-review:nth-child(10) .author .author-rating:after{content:'24★';}
.stamped-reviews .stamped-review:nth-child(10) .created:after{content:'2019-09-10 21:11:28 ';}
.stamped-reviews .stamped-review:nth-child(10) .stamped-review-content-body:after{
    content: ' Brilliant';
}

.stamped-reviews .stamped-review:nth-child(11){display:block}
.stamped-reviews .stamped-review:nth-child(11) .stamped-review-avatar-content:after{content: 'MS';}
.stamped-reviews .stamped-review:nth-child(11) .stamped-review-header-title:after{content: 'Awesome';position: relative;}
.stamped-reviews .stamped-review:nth-child(11) .author:before{content:'m********s';}
.stamped-reviews .stamped-review:nth-child(11) .author .first-bracket{margin-left: 10px;}
.stamped-reviews .stamped-review:nth-child(11) .author .author-rating:after{content:'121★';}
.stamped-reviews .stamped-review:nth-child(11) .created:after{content:'2019-08-31 20:44:06';}
.stamped-reviews .stamped-review:nth-child(11) .stamped-review-content-body:after{
    content: ' Amazing quality and fast shipping. I would recommend this any day! ';
}

.stamped-reviews .stamped-review:nth-child(12){display:block}
.stamped-reviews .stamped-review:nth-child(12) .stamped-review-avatar-content:after{content: 'CZ';}
.stamped-reviews .stamped-review:nth-child(12) .stamped-review-header-title:after{content: 'Awesome';position: relative;}
.stamped-reviews .stamped-review:nth-child(12) .author:before{content:'c*****z';}
.stamped-reviews .stamped-review:nth-child(12) .author .first-bracket{margin-left: 10px;}
.stamped-reviews .stamped-review:nth-child(12) .author .author-rating:after{content:'1586★';}
.stamped-reviews .stamped-review:nth-child(12) .created:after{content:'2019-08-31 15:16:00 ';}
.stamped-reviews .stamped-review:nth-child(12) .stamped-review-content-body:after{
    content: 'good transaction ';
}

.stamped-reviews .stamped-review:nth-child(13){display:block}
.stamped-reviews .stamped-review:nth-child(13) .stamped-review-avatar-content:after{content: 'AR';}
.stamped-reviews .stamped-review:nth-child(13) .stamped-review-header-title:after{content: 'Awesome';position: relative;}
.stamped-reviews .stamped-review:nth-child(13) .author:before{content:' a********r ';}
.stamped-reviews .stamped-review:nth-child(13) .author .first-bracket{margin-left: 10px;}
.stamped-reviews .stamped-review:nth-child(13) .author .author-rating:after{content:'1★';}
.stamped-reviews .stamped-review:nth-child(13) .created:after{content:'2019-08-29 19:55:42';}
.stamped-reviews .stamped-review:nth-child(13) .stamped-review-content-body:after{
    content: '  Доставка очень быстрая , качество достойное ';
}

.stamped-reviews .stamped-review:nth-child(14){display:block}
.stamped-reviews .stamped-review:nth-child(14) .stamped-review-avatar-content:after{content: 'Y4';}
.stamped-reviews .stamped-review:nth-child(14) .stamped-review-header-title:after{content: 'Awesome';position: relative;}
.stamped-reviews .stamped-review:nth-child(14) .author:before{content:' y*****4 ';}
.stamped-reviews .stamped-review:nth-child(14) .author .first-bracket{margin-left: 10px;}
.stamped-reviews .stamped-review:nth-child(14) .author .author-rating:after{content:'24★';}
.stamped-reviews .stamped-review:nth-child(14) .created:after{content:'2019-08-01 17:09:46 ';}
.stamped-reviews .stamped-review:nth-child(14) .stamped-review-content-body:after{
    content: 'Brilliant ';
}

.stamped-reviews .stamped-review:nth-child(15){display:block}
.stamped-reviews .stamped-review:nth-child(15) .stamped-review-avatar-content:after{content: 'B5';}
.stamped-reviews .stamped-review:nth-child(15) .stamped-review-header-title:after{content: 'Awesome';position: relative;}
.stamped-reviews .stamped-review:nth-child(15) .author:before{content:'b***e';}
.stamped-reviews .stamped-review:nth-child(15) .author .first-bracket{margin-left: 10px;}
.stamped-reviews .stamped-review:nth-child(15) .author .author-rating:after{content:'515★';}
.stamped-reviews .stamped-review:nth-child(15) .created:after{content:'2019-06-24 03:53:04 ';}
.stamped-reviews .stamped-review:nth-child(15) .stamped-review-content-body:after{
    content: '5Star!!!';
}

.stamped-reviews .stamped-review:nth-child(16){display:block}
.stamped-reviews .stamped-review:nth-child(16) .stamped-review-avatar-content:after{content: 'GE';}
.stamped-reviews .stamped-review:nth-child(16) .stamped-review-header-title:after{content: 'Awesome';position: relative;}
.stamped-reviews .stamped-review:nth-child(16) .author:before{content:'g********e';}
.stamped-reviews .stamped-review:nth-child(16) .author .first-bracket{margin-left: 10px;}
.stamped-reviews .stamped-review:nth-child(16) .author .author-rating:after{content:'1641★';}
.stamped-reviews .stamped-review:nth-child(16) .created:after{content:' 2019-06-06 17:53:43';}
.stamped-reviews .stamped-review:nth-child(16) .stamped-review-content-body:after{
    content: 'Just As Described!!! Fast Delivery!!! ';
}

.stamped-reviews .stamped-review:nth-child(17){display:block}
.stamped-reviews .stamped-review:nth-child(17) .stamped-review-avatar-content:after{content: 'L0';}
.stamped-reviews .stamped-review:nth-child(17) .stamped-review-header-title:after{content: 'Awesome';position: relative;}
.stamped-reviews .stamped-review:nth-child(17) .author:before{content:'l******0';}
.stamped-reviews .stamped-review:nth-child(17) .author .first-bracket{margin-left: 10px;}
.stamped-reviews .stamped-review:nth-child(17) .author .author-rating:after{content:'135★';}
.stamped-reviews .stamped-review:nth-child(17) .created:after{content:' 2019-05-24 13:04:31 ';}
.stamped-reviews .stamped-review:nth-child(17) .stamped-review-content-body:after{
    content: '  All ok !!  ';
}

.stamped-reviews .stamped-review:nth-child(18){display:block}
.stamped-reviews .stamped-review:nth-child(18) .stamped-review-avatar-content:after{content: 'B0';}
.stamped-reviews .stamped-review:nth-child(18) .stamped-review-header-title:after{content: 'Awesome';position: relative;}
.stamped-reviews .stamped-review:nth-child(18) .author:before{content:'b**************0';}
.stamped-reviews .stamped-review:nth-child(18) .author .first-bracket{margin-left: 10px;}
.stamped-reviews .stamped-review:nth-child(18) .author .author-rating:after{content:'13★';}
.stamped-reviews .stamped-review:nth-child(18) .created:after{content:' 2019-05-24 03:00:33 ';}
.stamped-reviews .stamped-review:nth-child(18) .stamped-review-content-body:after{
    content: ' Arrived within the estimated time frame. Great products,thank you. ';
}

.stamped-reviews .stamped-review:nth-child(19){display:block}
.stamped-reviews .stamped-review:nth-child(19) .stamped-review-avatar-content:after{content: 'WN';}
.stamped-reviews .stamped-review:nth-child(19) .stamped-review-header-title:after{content: 'Awesome';position: relative;}
.stamped-reviews .stamped-review:nth-child(19) .author:before{content:'w**********n';}
.stamped-reviews .stamped-review:nth-child(19) .author .first-bracket{margin-left: 10px;}
.stamped-reviews .stamped-review:nth-child(19) .author .author-rating:after{content:'13★';}
.stamped-reviews .stamped-review:nth-child(19) .created:after{content:' 2019-05-21 16:47:11';}
.stamped-reviews .stamped-review:nth-child(19) .stamped-review-content-body:after{
    content: 'No problems at all ';
}

.stamped-reviews .stamped-review:nth-child(20){display:block}
.stamped-reviews .stamped-review:nth-child(20) .stamped-review-avatar-content:after{content: 'CA';}
.stamped-reviews .stamped-review:nth-child(20) .stamped-review-header-title:after{content: 'Awesome';position: relative;}
.stamped-reviews .stamped-review:nth-child(20) .author:before{content:' c********a ';}
.stamped-reviews .stamped-review:nth-child(20) .author .first-bracket{margin-left: 10px;}
.stamped-reviews .stamped-review:nth-child(20) .author .author-rating:after{content:'269★';}
.stamped-reviews .stamped-review:nth-child(20) .created:after{content:' 2019-05-16 10:12:03 ';}
.stamped-reviews .stamped-review:nth-child(20) .stamped-review-content-body:after{
    content: ' A\+++++++ ';
}

#product-banner-details .product-banner h3:after{
    font-size: 30px;
    text-align: center;
}

body{
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: #fff;
}

a.logo{
    max-width: 13vw;
    width: 478px;
    height: auto;
    display: block;
}
div.separator {
    position: relative;
    height: auto;
    width: 1px;
    border: 1px solid #000;
    display: flex;
}
a.logo-fake{
    width: 350px;
}
a.logo img{
    width: 100%;
    display: block;
}
.main-header__title{
    background-color: transparent;
}
#product-detailed .description table{
    width: 100%;
}
#product-detailed .description table tr:first-child{
    background-color: #555;
    color: #fff;
}
#product-detailed .description table td{
    text-align: left;
}
#product-detailed .description table tr{
    background-color: ccc;
}
#product-detailed .description table tr:nth-child(2n+1){
    background-color: transparent;
}

@media (max-width: 45em){
    .description .content {
  padding: 0px;
}
.stamped-review-header .created, .stamped-review-header-byline .created {
  float: right !important;
  position: absolute;
  right: 0;
  top: 7px;
  color: #999;
  font-size: 10px!important;
}
    .header .navigation a{
        font-size: 11px;
        width: 100%;
        display: block;
        text-align: left;
    }
    .header .navigation{
        flex-grow:2;
    } 
    .product-image div{
        width: 100%;
        margin: 0;
        padding: 10px;
    }
    .product-image div img{
        width: calc(100% - 30px)!important;
        margin: 20px;
        display: block;
    }
    .product-image, .product-description{
        margin-bottom: 30px;
    }
    .product-image .title{
        font-size: 20px;
    }
    .main-header__title{
        font-size: 1.5rem;
    }
    .background-white{
        padding: 0 10px;
    }

}

