/*********************************
1. Recently Viewed
*********************************/

.viewed {
    padding-top: 51px;
    padding-bottom: 60px;
    background: #eff6fa;
}
.viewed_title_container {
    border-bottom: solid 1px #dadada;
}
.viewed_title {
    margin-bottom: 14px;
}
.viewed_nav_container {
    position: absolute;
    right: -5px;
    bottom: 14px;
}
.viewed_nav {
    display: inline-block;
    cursor: pointer;
}
.viewed_nav i {
    color: #dadada;
    font-size: 18px;
    padding: 5px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.viewed_nav:hover i {
    color: #606264;
}
.viewed_prev {
    margin-right: 15px;
}
.viewed_slider_container {
    padding-top: 50px;
}
.viewed_item {
    width: 100%;
    background: #ffffff;
    border-radius: 8px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
}
.viewed_image {
    width: 115px;
    height: 115px;
}
.viewed_image img {
    display: block;
    max-width: 100%;
}
.viewed_content {
    width: 100%;
    margin-top: 25px;
}
.viewed_price {
    font-size: 16px;
    color: #000000;
    font-weight: 500;
}
.viewed_item.discount .viewed_price {
    color: #df3b3b;
}
.viewed_price span {
    position: relative;
    font-size: 12px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    margin-left: 8px;
}
.viewed_price span::after {
    display: block;
    position: absolute;
    top: 6px;
    left: -2px;
    width: calc(100% + 4px);
    height: 1px;
    background: #8d8d8d;
    content: "";
}
.viewed_name {
    margin-top: 3px;
}
.viewed_name a {
    font-size: 14px;
    color: #000000;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.viewed_name a:hover {
    color: #0e8ce4;
}
.item_marks {
    position: absolute;
    top: 18px;
    left: 18px;
}
.item_mark {
    display: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 10px;
    font-weight: 500;
    line-height: 36px;
    text-align: center;
}
.item_discount {
    background: #df3b3b;
    margin-right: 5px;
}
.item_new {
    background: #0e8ce4;
}
.viewed_item.discount .item_discount {
    display: inline-block;
}
.viewed_item.is_new .item_new {
    display: inline-block;
}

/*********************************
7. Brands
*********************************/

.brands {
    width: 100%;
    padding-top: 90px;
    padding-bottom: 90px;
}
.brands_slider_container {
    height: 130px;
    border: solid 1px #e8e8e8;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    padding-left: 97px;
    padding-right: 97px;
}
.brands_slider {
    height: 100%;
}
.brands_item {
    height: 100%;
}
.brands_item img {
    max-width: 100%;
}
.brands_nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 5px;
    cursor: pointer;
}
.brands_nav i {
    color: #e5e5e5;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.brands_nav:hover i {
    color: #676767;
}
.brands_prev {
    left: 40px;
}
.brands_next {
    right: 40px;
}

/*********************************
8. Newsletter
*********************************/

.newsletter {
    width: 100%;
    background: #fafafa;
    padding-top: 60px;
    padding-bottom: 60px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}
.newsletter_container {
    width: 100%;
}
.newsletter_title_container {
    width: 40%;
    padding-left: 95px;
}
.newsletter_icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}
.newsletter_title {
    font-size: 18px;
    color: #000000;
}
.newsletter_text p:last-child {
    margin-bottom: 0;
}
.newsletter_icon img {
    max-width: 100%;
}
.newsletter_content {
    width: 60%;
}
.newsletter_form {
    position: relative;
    width: 569px;
    float: left;
}
.newsletter_input {
    width: 100%;
    height: 50px;
    background: #ffffff;
    border: solid 1px #e5e5e5;
    border-radius: 5px;
    padding-left: 25px;
    font-size: 16px;
    outline: none;
    color: #0e8ce4;
}
.newsletter_input:focus {
    border: solid 1px rgba(14, 140, 228, 0.3);
    box-shadow: 0px 1px 5px rgba(14, 140, 228, 0.3);
}
.newsletter_input::-webkit-input-placeholder {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.3);
}
.newsletter_input:-moz-placeholder {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.3);
}
.newsletter_input::-moz-placeholder {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.3);
}
.newsletter_input:-ms-input-placeholder {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.3);
}
.newsletter_input::input-placeholder {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.3);
}
.newsletter_button {
    position: absolute;
    top: 0;
    right: 0;
    width: 153px;
    height: 50px;
    background: #0e8ce4;
    color: #ffffff;
    line-height: 50px;
    font-size: 18px;
    border: none;
    outline: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
}
.newsletter_button:hover {
    opacity: 0.8;
}
.newsletter_unsubscribe_link {
    float: right;
    text-align: right;
    height: 50px;
}
.newsletter_unsubscribe_link a {
    font-size: 10px;
    color: #0e8ce4;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 50px;
}
.newsletter_unsubscribe_link a:hover {
    color: #0d82d3;
}
