.productView {
    margin-left: auto;
    margin-right: auto;
    max-width: 91.71429rem;
    padding: 1rem 1.5rem;
    margin-top: 1.5rem;
}

.productView-images {
    padding: 2rem 0;
}

.productView-action {
    margin-bottom: 2rem;
}

.productAccordion-title {
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    padding: .75rem 0;
    text-align: center;
    margin-bottom: -1px;
    font-size: 1rem;
}
.productAccordion-content {
    padding: 1rem 0;
}

.socialLinks {
    margin: 1rem 0 0;
    padding: 0;
    text-align: center;
}

.socialLinks-item {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 0;
    margin-bottom: .35714rem;
    margin-right: .78571rem
}
.socialLinks-item:last-child {
    margin-right: 0
}


.writeReview-productDetails .product-brand {
    color: #a5a5a5;
    margin: 0
}
.writeReview-productDetails .product-title {
    margin-top: 0
}
.account--addReturn .table {
    display: block;
    margin-bottom: 3rem
}
.quickView:before,
.quickView:after {
    content: " ";
    display: table
}
.quickView:after {
    clear: both
}
.productReviews-list {
    list-style: none;
    margin: 0 -.75rem;
    max-width: none;
    width: auto;
    font-size: 0
}
.productReviews-list ul,
.productReviews-list ol {
    list-style: none;
    margin-bottom: 0
}
.productReviews-list:before,
.productReviews-list:after {
    content: " ";
    display: table
}
.productReviews-list:after {
    clear: both
}
.productReview {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 100%;
    float: left;
    display: inline-block;
    float: none;
    font-size: 1rem;
    vertical-align: top
}
.productReview-title {
    margin: .5rem 0;
    text-transform: none
}
.productReview-author {
    color: #989898;
    margin: .5rem 0 1rem
}
.productReview-rating {
    display: inline-block;
    margin-bottom: .35714rem
}
.productReview-ratingNumber {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}
.productView-details {
    margin-bottom: 1rem
}
.productView-product >:last-child {
    margin-bottom: 0
}
.productView-title {
    font-size: 20px;
    margin: -.78571rem 0 .35714rem
}
.productView-brand {
    color: #989898;
    font-size: 15px;
    margin: 0 0 .78571rem
}
.productView-brand a {
    color: #989898
}
.productView-brand a:hover {
    color: #4f4f4f
}
.productView-price {
    font-size: 15px;
	margin:5px 0;
}
.productView-price .price-new {
    font-size: 22px; margin-right: 10px;
    color: #ff5c00; font-weight: bold;
}
.productView-price .price-old {
    text-decoration: line-through;
}
.productView-info {
    margin-top: .78571rem
}
.productView-info >:last-child {
    margin-bottom: 0
}
.productView-info-name,
.productView-info-value {
    display: inline;
    margin: 0;
}
.productView-info-name {
    margin-right: 5px;
}
.productView-info-value::after {
    content: "\A";
    white-space: pre;
}

.alertBox {
    margin-bottom: .78571rem;
    padding: .78571rem 1.14286rem;
    background-color: #e8e8e8;
    border-radius: 4px
}

.alertBox .icon {
    height:1.42857rem;
    width:1.42857rem
}

.alertBox--success {
    background-color:#d5ffd8;
    border-color:#d5ffd8;
}

.alertBox--success svg {
    fill:#69d66f
}

.alertBox--error{
    background-color:#fdd;
    border-color:#fdd
}

.alertBox--error svg {
    fill:#ff7d7d
}

.alertBox-column{
    display:table-cell;
    vertical-align:middle
}

.alertBox-icon{
    text-align: center;
    padding-right: 1.14286rem
}

.alertBox-message {
    margin: 0;
    width: 100%
}

.form-field--increments .form-increment {
    border: 1px solid #d7d7d7;
    display: inline-block;
}

.ampTabContainer{
    display: flex;
    flex-wrap: wrap;
    padding-top: 2em;
}
.tabContent {
    line-height: 1.5rem;
    display: none;
    width: 100%;
    order: 1;
}
.tabButton[selected]+.tabContent {
    display: block;
}
.ampstart-headerbar-nav .ampstart-nav-item {
    padding: 5px 1rem;
    background: 0 0;
    opacity: .8;
	margin-bottom:10px;
}
.box-cart{margin-top:2rem;}
.review_list{
    margin-bottom:1rem;
    border: 1px solid #eee;
    padding: 15px 15px 0;
}
.review_list .date{color:#999;}
.review_list .comment{margin-top:5px;color:#999;}
amp-selector [option][selected]{padding: 10px; background:#333;color:white;  outline: 1px solid #333;}

amp-selector [option]{    
    padding: 10px;
    background: #ececec;
    outline: 1px solid #d2d2d2;
    margin-bottom: 10px;}