body,
html {
    margin: 0;
    padding: 0;
    color: #666666;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    background: #fff;
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
::selection {
    background: #666666;
    color: #fff;
}
*,
*:before,
*:after {
    box-sizing: border-box;
}
* {
    -webkit-text-size-adjust: none;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    -webkit-text-fill-color: #202121;
}
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    -webkit-text-fill-color: #202121;
}
sup {
    font-size: 50%;
}
abbr[title] {
    border-bottom: none;
    cursor: inherit;
    text-decoration: none;
}
/*
==============================
   Universal Styling
==============================
*/
.available-on-backorder {
    font-weight: 700;
    color: red;
    text-transform: capitalize;
}

h1 {
    margin: 0;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 34px;
    color: #000;
    font-weight: 500;
}
h2 {
    margin: 0;
    font-size: 30px;
    color: #000;
    line-height: 28px;
    display: inline-block;
}
h3 {
    margin: 0;
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
}
h4 {
    font-size: 30px;
    line-height: 28px;
    color: #fff;
}
h5 {
    margin-top: 0;
    font-size: 14px;
    color: #fff;
    font-weight: 300;
}
h6 {
    margin-top: 0;
    font-size: 14px;
    color: #999999;
    font-weight: 300;
}
p {
    line-height: 25px;
    margin: 0 0 20px 0;
}
p:last-child {
    margin: 0;
}
a {
    color: #ad2069;
}
a:hover {
    color: inherit;
    text-decoration: none;
}
a:focus,
a:active {
    color: #ad2069;
    text-decoration: none;
    -moz-outline: none;
    outline: none;
}
input:focus,
select:focus,
textarea:focus,
button:focus,
.frm_button_submit:focus,
.select2-container .select2-selection--single:focus {
    -moz-outline: none;
    outline: none;
}
ol,
ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
strong {
    color: #222222;
}
label {
    color: #000;
    font-weight: 300;
}
/*
==============================
   Soomth hover elements
==============================
*/

a,
li,
button,
input,
textarea,
.banner-cell img,
.tp-tab,
.products img,
.shop-gallery img,
.related-products .category-btn,
.related-products a:before,
.product-swiper .swiper-slide:before,
.quiz-product img {
    -webkit-transition: all .33s ease-in-out;
    -moz-transition: all.33s ease-in-out;
    -ms-transition: all .33s ease-in-out;
    -o-transition: all .33s ease-in-out;
    transition: all .33s ease-in-out;
}
/*
==============================
   Remove soomth hover elements
==============================
*/

.test,
.mode-btn a {
    -webkit-transition-property: none;
    -moz-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
}
.center {
    text-align: center;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.clear {
    clear: both;
}
.full img {
    width: 100%;
}
img {
    vertical-align: middle;
    height: auto;
    max-width: 100%;
}
.pt-90 {
    padding-top: 90px;
}
.pb-90 {
    padding-bottom: 90px;
}
.pt-60 {
    padding-top: 60px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pt-50 {
    padding-top: 50px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pt-40 {
    padding-top: 40px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pt-20 {
    padding-top: 20px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pt-30 {
    padding-top: 30px;
}
.pb-30 {
    padding-bottom: 30px;
}
.no-pl {
    padding-left: 0;
}
.no-pr {
    padding-right: 0;
}
.reverse {
    float: right;
}
.mobile-hidden {
    display: none;
}
.desktop {
    display: block;
}
.cover {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.contain {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
/*
==============================
   Vertcally Align Columns
==============================
*/

.content-holder {
    display: table-cell;
    padding: 0 15px;
    vertical-align: middle;
    width: 50%;
    position: relative;
}
.image-holder {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.holder-offset {
    padding-left: 8.33333333%;
    padding-right: 8.33333333%;
}
.cell {
    display: table-cell;
    vertical-align: middle;
}
.image-side {
    padding: 0 10px 0 0;
}
/*
==============================
    Button Styles
==============================
*/

.buy-learn-btn a,
.buy-learn-btn button,
.add_to_cart_button,
.added_to_cart,
.variation-btn,
.woocommerce-message a,
.coupon .button,
.cart-table .ds-button[disabled],
.cart-total .ds-button[enable],
.checkout-btn [type=submit],
.coupon-holder [type=submit] {
    font-size: 13px;
    color: #000;
    padding: 10px;
    border: 1px solid #000;
    text-transform: uppercase;
    display: inline-block;
    min-width: 120px;
    text-align: center;
    margin: 0 20px 0 0;
    background: transparent;
    border-radius: 0;
}
.cart-table .ds-button[type=submit] {
    width: 100%;
    font-size: 13px;
    color: #000;
    padding: 10px;
    border: 1px solid #000;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    margin: 0 20px 0 0;
    background: transparent;
    border-radius: 0;
}
.add_to_cart_button {
    background: #000;
    color: #fff;
}
.add_to_cart_button:focus,
.add_to_cart_button:active {
    color: #fff;
}
.cart-table .ds-button[disabled] {
    opacity: .50;
}
.buy-learn-btn a:hover,
.buy-learn-btn button:hover,
.checkout-btn [type=submit]:hover,
.coupon-holder [type=submit]:hover,
.add_to_cart_button:hover,
.added_to_cart:hover,
.variation-btn:hover,
.coupon .button:hover,
.ds-button[type=submit]:hover,
.woocommerce-message a:hover {
    background: #000;
    color: #fff;
}
.add_to_cart_button:hover {
    color: #000;
    background: transparent;
}
.cart-table .ds-button[disabled]:hover {
    background: transparent;
    color: #000;
}
.slide-btn a {
    font-size: 15px;
    color: #fefefe;
    display: inline-block;
    vertical-align: middle;
    padding: 12px 20px;
    text-align: center;
    background: #302bfb;
}
.slide-btn a:hover {
    opacity: .8;
}
.slide-btn img {
    vertical-align: baseline;
}
.mode-btn {
    background-image: url(../../../uploads/2017/10/mode-btn.png);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: opacity .33s ease-in-out;
    -moz-transition: opacity .33s ease-in-out;
    -ms-transition: opacity .33s ease-in-out;
    -o-transition: opacity .33s ease-in-out;
    transition: opacity .33s ease-in-out;
    opacity: 1;
    padding: 11px 20px;
}
.mode-btn a {
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
}
.mode-btn:hover {
    opacity: 0.75;
}
.sign-up-btn a,
.sign-up-btn button {
    font-size: 15px;
    background: #333333;
    color: #fff;
    height: 45px;
    vertical-align: middle;
    display: table-cell;
    padding: 0 24px;
    border: none;
    border-radius: 0;
}
.sign-up-btn a:hover,
.sign-up-btn button:hover {
    color: #000;
    background: #fff;
}
.frm_message {
    color: #fff;
    padding-bottom: 10px;
}
.contact .frm_message {
    color: #ad2069;
    padding: 0 15px 10px;
}
.frm_error_style {
    color: red;
    padding: 0 15px 10px;
}
.frm_error {
    color: red;
    padding-bottom: 12px;
}
.banner-btn a {
    font-size: 26px;
    color: #fff;
    display: inline-block;
    border: 1px solid #fff;
    padding: 22px 36px;
    font-weight: 700;
    text-transform: uppercase;
}
.banner-btn a:hover {
    background: #ad2069;
    border-color: transparent;
}
.lg-add-product-btn a {
    font-size: 20px;
    font-weight: 500;
    background: rgba(240, 21, 21, 9);
    color: #f1f5f6;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px 25px;
}
.lg-add-product-btn a:hover {
    background: rgba(240, 21, 21, .85);
}
.product-learn-btn a {
    background-image: url(../../../uploads/2017/09/learn-bg.jpg);
    font-size: 20px;
    display: block;
    color: #fff;
    text-transform: uppercase;
    padding: 20px 0;
}
.product-learn-btn a:hover {
    text-decoration: underline;
}
.back-shop {
    padding-bottom: 20px;
}
.post-type-archive .back-shop {
    display: none;
}
/*
==============================
   Form Styles
==============================
*/

input[type=checkbox],
input[type=radio] {
    margin: 0;
}
input[type=text],
input[type=email],
input[type=tel],
input[type=number],
textarea,
select {
    background: #fff;
    border: 1px solid #000;
    height: 45px;
    padding: 0 10px;
    width: 100%;
    max-width: 100%;
    font-size: 15px;
    font-weight: 300;
    color: #666666;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    /*-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;*/
}
input[type=number] {
    border: 1px solid #000;
    padding: 10px;
    width: 50px;
}
.coupon input[type=text] {
    border: 1px solid #000;
}
textarea {
    height: 102px;
    padding-top: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=tel],
.contact-form input[type=number],
.contact-form textarea,
.contact-form select {
    background: transparent;
    border: 1px solid #000;
    height: 48px;
    padding: 0 10px;
    width: 100%;
    font-size: 14px;
    margin-bottom: 20px;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.ds-captcha {
    margin-bottom: 20px;
}
.contact-form .sbHolder {
    margin-bottom: 20px;
}
.ds-checkbox {
    padding-bottom: 10px;
}
input[type=checkbox] {
    margin-bottom: 20px;
    margin: 0 10px 6px 0;
    vertical-align: top;
}
.contact-form textarea {
    height: 102px;
    padding-top: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.contact-form input[type=search]:hover,
.contact-form input[type=search]:focus {
    border: 1px solid #4ecba5;
    border-right: none;
    border-left: none;
}
/*
==============================
   Back to top
==============================
*/

.back-to-top {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 9;
}
.back-to-top a {
    color: #fff;
    font-size: 30px;
    background: #000;
    background: rgba(0, 0, 0, 0.75);
    display: block;
    text-align: center;
    padding: 0 8px;
}
.back-to-top a:hover {
    background: #202121;
}
.page-loader {
    /* background: rgba(255, 255, 255, .99);*/

    background: #f0eff4;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.spinner {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    background-color: #ad2069;
    -webkit-animation: rotateplane 1.2s infinite ease-in-out;
    animation: rotateplane 1.2s infinite ease-in-out;
}
@-webkit-keyframes rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}
@keyframes rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}
/*
==============================
    Slider
==============================
*/

.slide-title {
    font-size: 40px;
    color: #fff;
    line-height: 42px;
    font-weight: 500;
}
.fourK-title {
    font-size: 56px;
    color: #fff;
    line-height: 42px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 2px 2px #000;
}
.top-title {
    font-size: 60px;
    text-shadow: 2px 2px #000;
}
.red-btn a {
    font-size: 37px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    padding: 20px 16px;
    text-align: center;
    background: #f01515;
    font-weight: 600;
    text-transform: uppercase;
}
.slide-blurb h1 {
    font-size: 22px;
    color: #fff;
    line-height: 28px;
    font-weight: 300;
    padding: 15px 0;
    text-transform: inherit;
}
.slide-blurb-mobile h1 {
    font-size: 18px;
    color: #000;
    line-height: 28px;
    font-weight: 300;
    padding: 0;
    text-transform: inherit;
}
.slide-btn {
    padding-bottom: 20px;
}
.slide-btn:last-child {
    padding: 0;
}
.mfp-bg {
    opacity: 0.9;
}
/*
==============================
    Header
==============================
*/

header {
    position: fixed;
    width: 100%;
    z-index: 99;
    background: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
}
.fixed-header .main-navigation nav>ul>li>a {
    padding: 16px 14px;
}
.logo {
    display: table-cell;
    vertical-align: middle;
    width: 25%;
}
.logo img {
    max-width: 252px;
}
/*
==============================
    Main navigation
==============================
*/

.navigation-wrapper {
    display: table;
    margin: 0 auto;
    text-align: center;
}
.main-navigation {
    display: table-cell;
    vertical-align: middle;
}
.main-navigation nav>ul {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}
.main-navigation nav>ul>li {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.main-navigation nav>ul>li>a {
    display: block;
    font-size: 14px;
    padding: 26px 14px;
    color: #818181;
    font-weight: 300;
}

.main-navigation nav>ul>li a:hover,
.main-navigation nav>ul>li.current_page_item >a {
    color: #ad2069;
}

.main-navigation nav>ul>li>ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 75;
    padding: 0;
    background: #000;
    text-align: left;
}
.main-navigation nav>ul>li>ul>li {} .main-navigation nav>ul>li>ul>li>a {
    display: block;
    font-size: 14px;
    padding: 10px 20px;
    color: #fff;
    white-space: nowrap;
    border-bottom: 1px solid #333;
}
.main-navigation nav>ul>li>ul>li:last-child>a {
    border-bottom: none;
}
.main-navigation nav>ul>li>ul>li:hover>a,
.main-navigation nav>ul>li>ul>li.current_page_item>a {
    color: #ad2069;
}
.nav-shop-count {
    display: table-cell;
    vertical-align: middle;
}
.nav-shop-count a {
    font-size: 21px;
    color: #818181;
    padding: 0 10px 0 0;
    display: inline-block;
}
.nav-shop-count a:hover {
    color: #f01515;
}
.count-wrapper {
    padding: 0 0 0 30px;
}
.nav-shop-count sup {
    font-size: 11px;
    color: #fff;
    vertical-align: middle;
    top: 0;
    width: 18px;
    height: 18px;
    display: table-cell;
    background: #f01515;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.mobile-icon {
    display: none;
    vertical-align: middle;
    display: table-cell;
}
/*
==============================
 Home | DreamSceen App
==============================
*/

.app-blurb {
    padding: 20px 0 30px;
    line-height: 25px;
    font-weight: 300;
}
.icon-buy {
    display: table-cell;
    vertical-align: middle;
}
.icon-buy a {
    display: block;
    padding: 0 10px 0 0;
}
.icon-buy a:hover {
    opacity: .75;
}
.iphone img {
    max-width: 350px;
    width: 100%;
}
/*
==============================
    3 Modes
==============================
*/

.ways-wrapper {
    position: absolute;
    z-index: 6;
    width: 100%;
    left: 0;
}
.product-swiper .swiper-slide {
    position: relative;
    padding: 275px 0;
}
.product-swiper .swiper-slide:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .60);
}
.product-swiper .swiper-slide-active:before {
    background: rgba(255, 255, 255, 0);
}
.product-swiper .swiper-slide-active .mode-type-holder {
    opacity: 9;
}
.swiper-button-next {
    right: 50px;
}
.swiper-button-prev {
    left: 50px;
}
.video-mode {
    background-image: url(../../../uploads/2017/10/video.jpg);
}
.music-mode {
    background-image: url(../../../uploads/2017/10/music.jpg);
}
.ambient-mode {
    background-image: url(../../../uploads/2017/10/ambient.jpg);
}
.ways-title {
    font-size: 35px;
    line-height: 32px;
    padding: 50px 0 20px;
    color: #fff;
    position: relative;
    z-index: 99;
    text-align: center;
}
.mode-type-holder {
    position: absolute;
    top: 50;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
}
.mode-type:after {
    content: '';
    border-bottom: 1px solid #959595;
    display: block;
    padding-bottom: 10px;
    max-width: 88px;
    margin: 0 auto;
}
.mode-blurb {
    color: #fff;
    font-weight: 300;
    line-height: 25px;
    padding: 20px 0;
}
/*
==============================
    Features
==============================
*/

.home-banner {
    background: #000;
}
/*
==============================
    Testimonials
==============================
*/

.testimonials {
    background: #000;
    position: relative;
}
.testimonial-blurb {
    font-size: 20px;
    padding-top: 10px;
    color: #fff;
    line-height: 30px;
    font-weight: 300;
    text-align: left;
    font-style: italic;
}
.testimonial-client {
    font-weight: 700;
    color: #fff;
    display: inline-block;
    font-style: normal;
    padding: 2px 0 0 20px;
    vertical-align: top;
}
.testimonials .pagination,
.ds-kit .pagination {
    position: relative;
    z-index: 9;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 10px 0 0;
}
.testimonials .swiper-pagination-bullet,
.ds-kit .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #838387;
    opacity: 1;
}
.testimonials .swiper-pagination-bullet-active {
    background: #fff;
}
/*
==============================
    Product
==============================
*/

.home-product .container {
    background: #fff;
    position: relative;
    overflow: hidden;
}
.product-cell {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}
.home-product .product-wrapper {
    padding: 50px 30px;
}

.product-info-title {
    color: #333333;
}
/*.product-shot img {
    vertical-align: -webkit-baseline-middle;
    vertical-align: bottom;
}*/
.product-logo {
    display: table-cell;
    padding: 0 0 0 10px;
}
.product-kit {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 10px;
}
.product-logo img {
    vertical-align: -webkit-baseline-middle;
}
.product-info {
    padding: 36px 0;
}
.product-info ul {
    margin: 0 0 0 20px;
}
.product-info li {
    font-weight: 300;
    color: #333333;
    padding-top: 12px;
    line-height: 18px;
    list-style: outside;
}
/*
==============================
    HDMI
==============================
*/

.hdmi-title {
    font-size: 25px;
    color: #000;
    line-height: 30px;
    font-weight: 300;
}
.hdmi-carousel .owl-item {
    display: table-cell;
    float: none;
    vertical-align: middle;
}
.hdmi-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
}
.hdmi-carousel .item {
    padding: 0 15px;
}
/*
==============================
    HDMI navigation
==============================
*/

.hdmi-dots .owl-dot {
    display: inline-block;
}
.hdmi-dots span {
    width: 20px;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 2px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #838387;
    opacity: 1;
    cursor: pointer;
}
.hdmi-dots .active span {
    background: #000;
}
/*
==============================
    Sign up
==============================
*/

.sign-up {
    background: #777777
}
.sign-up input[type=email] {
    border-color: transparent;
    width: 275px;
}
.update-blurb {
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    color: #fff;
    padding-bottom: 20px;
}
.sign-up-wrapper {
    display: table;
    margin: 0 auto;
}
.sign-up-field {
    display: table-cell;
    vertical-align: middle;
    padding: 0 6px 0 0;
}
.btn-wrap {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 6px;
}
/*
==============================
    About
==============================
*/

.eye p {
    color: #fff;
}
.video-wrapper p {
    font-weight: 300;
}
.kit-blurb {
    font-size: 22px;
    color: #333333;
    font-weight: 500;
    padding: 30px 0 10px;
    line-height: 28px;
}
.kit-info {
    font-size: 18px;
    color: #333333;
    line-height: 33px;
    font-weight: 300;
}
.kit-image-wrapper {
    padding: 30px 0;
}
.kit-image-wrapper span {
    display: block;
    padding-top: 20px;
    color: #000;
}
.ds-kit .pagination {
    padding: 0;
}
.ds-kit .swiper-pagination-bullet {
    background: #7f7f7f;
}
.ds-kit .swiper-pagination-bullet-active {
    background: #000;
}
.eye {
    background-image: url(../../../uploads/2017/09/eye-bg.jpg);
    padding: 40px 0 30px;
}
.eye-title {
    padding-bottom: 20px;
}
.eye-reduce-wrapper {
    padding: 20px 0;
}
.eye .cell {
    padding: 0 20px 0 0;
}
.number {
    font-size: 48px;
    color: #fff;
    font-weight: 500;
    padding: 10px 0;
}
.note {
    font-size: 11px;
    color: #aba595;
    font-weight: 200;
    padding: 20px 15px 8px;
}
.note:last-child {
    padding: 0 15px;
}
.video-wrapper {
    background: #f0eff4;
}
.video-title-wrapper {
    padding-bottom: 30px;
}
.video {
    position: relative;
    padding-bottom: 60px;
}
.video a {
    display: block;
    position: relative;
}
.video a:after {
    content: "";
    background: url(../../../uploads/2017/09/play-btn.png) no-repeat center center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.8;
    transition: opacity ease-in-out 0.3s;
    z-index: 9;
}
.video a:hover:after {
    opacity: 1;
}
.international-banner {
    position: relative;
    background-color: #f0eff4;
}
.international-banner:after {
    content: '';
    background-image: url(../../../uploads/2017/10/map-banner.jpg);
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.banner-wrapper {
    padding: 20px 0;
    position: relative;
    z-index: 9;
}
.banner-blurb {
    font-size: 20px;
    line-height: 28px;
    padding-top: 10px;
    font-weight: 300;
    color: #000;
    padding-bottom: 20px;
}
.flag-wrapper {
    display: table;
    width: 100%;
    margin: 0 auto;
}
.banner-cell {
    display: table-cell;
    width: 33.3333%;
    vertical-align: middle;
}
.banner-cell a {
    display: block;
}
.banner-cell a:hover img {
    opacity: 0.6;
}
.banner-title {
    padding-top: 15px;
    color: #666666;
    font-weight: 300;
    white-space: nowrap;
}
.banner-cell a:hover .banner-title {
    color: #ad2069;
}
/*
==============================
    FAQ
==============================
*/

.quick-navigation li {
    display: inline-block;
}
.quick-navigation li:after {
    content: '/';
    padding: 0 8px 0 10px;
    color: #ad2069;
    vertical-align: middle;
}
.quick-navigation li:last-child:after {
    content: '';
}
.quick-navigation li a {
    display: inline-block;
    vertical-align: middle;
}
.top-bar .header-image {
    height: 550px;
}
.top-bar .shop-header {
    height: auto;
}
.faq {
    padding-bottom: 20px;
}
.answer-title {
    font-size: 16px;
    color: #333;
    font-weight: 300;
    padding-bottom: 10px;
}
.answer-title-bottom {
    font-size: 16px;
    color: #333;
    font-weight: 300;
    padding-top: 10px;
}
.accoridian-wrapper .drop {
    display: none;
    padding: 10px 0 10px 26px;
}
.faq-accordian {
    padding: 20px 0;
}
.accoridian-wrapper {
    padding-bottom: 20px;
}
.faq-title,
.feature-title {
    font-size: 20px;
    color: #333333;
    font-weight: 700;
    text-transform: uppercase;
}
.accoridian-wrapper>a {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    padding: 0 0 0 20px;
    position: relative;
    display: block;
}
.answer {
    color: #666666;
    font-weight: 300;
    line-height: 24px;
}
.answer li {
    padding-bottom: 4px;
    list-style: outside;
}
.answer li:last-child {
    padding-bottom: 0;
}
.accoridian-wrapper>a:before {
    content: '\f067';
    font-family: FontAwesome;
    font-style: normal;
    text-decoration: inherit;
    color: #333;
    font-size: 10px;
    font-weight: 300;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    left: 0px;
    top: 4px;
}
.accoridian-wrapper a.active:before {
    content: '\f068';
}
.grey {
    background: #f0eff4;
}
.faq-block a{
    font-size: 20px;
    color: #000;
    padding-bottom: 10px;
    display: block;
}
.faq-block a:hover{
    color: #ad2069;
}
/*
==============================
    Press
==============================
*/

.press-wrapper {
    display: table;
    width: 100%;
    padding-bottom: 60px;
}
.press-holder {
    display: table-cell;
    vertical-align: middle;
    padding: 0 30px 0 0;
    text-align: center;
}
/*
==============================
    Setup
==============================
*/

.setup-title {
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding-top: 10px;
    font-size: 28px;
}
.set-up-holder {
    position: relative;
}
.gallery-navigation,
.gallery-navigation-2,
.gallery-navigation-3,
.gallery-navigation-4 {
    display: block;
    position: absolute;
    z-index: 9;
    padding: 10px 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
.owl-prev {
    cursor: pointer;
    position: absolute;
    left: -30px;
    background: #000;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    font-size: 26px;
    padding: 6px 8px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.owl-prev:hover,
.owl-next:hover {
    opacity: 0.75;
}
.owl-next {
    cursor: pointer;
    position: absolute;
    right: -30px;
    background: #000;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    font-size: 26px;
    padding: 6px 8px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.youtube-player {
    position: relative;
    padding-bottom: 50.25%;
    height: 0;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    height: auto;
}
.youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
}
.youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}
.youtube-player img:hover {
    -webkit-filter: brightness(75%);
}
.youtube-player .play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url("https://i.imgur.com/TxzC70f.png") no-repeat;
    cursor: pointer;
}
/*
==============================
    Banner
==============================
*/

.banner {
    background-color: #000;
    background-image: url(../../../uploads/2017/09/banner-bg.jpg);
}
.left-side {
    padding: 36px 0 46px;
}
.top-left {
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    white-space: nowrap;
}
.top-left img {
    vertical-align: baseline;
}
.middle-left ul {
    padding: 20px 0;
    white-space: nowrap;
}
.middle-left li {
    display: inline-block;
    padding: 10px 0 10px 34px;
    position: relative;
}
.middle-left li:after {
    content: '';
    border-right: 1px solid #fff;
    color: red;
    height: 100%;
    position: absolute;
    top: 0;
    padding: 0 10px;
}
.middle-left li:last-child:after {
    border-right: none;
}
.bottom-left {
    font-size: 19px;
    color: #fff;
    font-weight: 300;
    line-height: 26px;
}
.right-side {
    padding-top: 70px;
}
.forum {
    padding-top: 20px;
}
.forum a {
    font-size: 18px;
    color: #cccccc;
    display: block;
}
.forum a:after {
    content: '';
    border-bottom: 1px solid #cccccc;
    display: block;
    margin: 1px auto;
    width: 206px
}
.forum a:hover {
    color: #fff;
}

/*
==============================
    Contact
==============================
*/
.contact-blurb{
    line-height: 25px;
    font-weight: 300;
}
/*
==============================
    Products
==============================
*/

.caption-wrapper {
    display: table;
    width: 100%;
}
.header-color {
    background-color: #f1f5f6;
    height: 550px;
}
.top {
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 9;
}
.middle {
    display: table;
    width: 100%;
    height: 100%;
}
.centerpiece {
    display: table-cell;
    vertical-align: middle;
}
.product-call-to {
    width: 352px;
    height: 100%;
    background-image: url(../../../uploads/2017/09/call-background.jpg);
    padding: 50px 20px;
}
.call-title {
    font-size: 30px;
    color: #f1f5f6;
    font-weight: 300;
    padding-bottom: 20px;
}
.sub-call-title {
    font-size: 23px;
    font-weight: 300;
    color: #f1f5f6;
    line-height: 30px;
    padding: 30px 0 40px;
    border-top: 1px solid #fff;
    margin-top: 20px;
}
.sub-call-title span {
    font-size: 18px;
    color: #f1f5f6;
    font-style: italic;
    display: block;
}
.product-into {
    font-size: 25px;
    color: #101010;
    font-weight: 300;
    line-height: 33px;
}
.feature-wrapper {
    padding: 40px 0px 0;
}
.feature-sub-title {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    padding-bottom: 6px;
}
.ds-product ul>li {
    font-size: 18px;
    color: #333333;
    font-weight: 500;
    padding-top: 12px;
    list-style: inside;
}
.ds-product ul ul li {
    font-size: 16px;
    color: #666666;
    font-weight: 300;
    padding-left: 20px;
    list-style: none;
    line-height: 22px;
}
.spec {
    padding-bottom: 20px;
}
.spec ul {
    padding-bottom: 14px;
}
.spec ul:last-child {
    padding-bottom: 0;
}
.spec li {
    font-size: 16px;
    color: #101010;
    font-weight: 300;
    padding-left: 16px;
    padding-bottom: 6px;
    line-height: 24px;
}
.spec li:first-child {
    font-size: 18px;
    color: #333333;
    font-weight: 500;
    padding-left: 0;
}
.spec li:first-child:before {
    content: '\f068';
    font-family: FontAwesome;
    font-style: normal;
    text-decoration: inherit;
    color: #333;
    font-size: 6px;
    font-weight: 300;
    text-align: center;
    margin-right: 6px;
    vertical-align: middle;
}
.spec li span {
    font-size: 14px;
    font-style: italic;
}
.spec-image span {
    font-size: 16px;
    color: #333;
    font-style: italic;
    display: block;
    text-align: center;
    padding: 10px 0 0;
}
.related-title {
    padding-bottom: 50px;
}
/*
==============================
    Terms and Conditions
==============================
*/

.terms-page li {
    padding-bottom: 8px;
    line-height: 22px;
    list-style: outside;
}
/*
==============================
   Customer Send-ins
==============================
*/
.home-youtube{
    padding-bottom: 20px;
}
.home-youtube .youtube-player {
    padding-bottom: 55%;
}
.client-title {
    font-size: 22px;
    color: #000;
    padding-top: 6px;
    }

.client-navigation .owl-prev, .client-navigation .owl-next {
    position: inherit;
    text-align: center;
    background: transparent;
    color: inherit;
    border: 1px solid #000;
    margin:0 auto;
    min-width: 120px;
}
.client-navigation .owl-prev:hover, .client-navigation .owl-next:hover {
    background: #000;
    color: #fff;
    opacity: 9;
}

.client-navigation {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px;
    justify-content: unset;
    }
/*
==============================
    Footer
==============================
*/

footer {
    padding: 20px 0;
}
.footer-social {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}
.footer-social li {
    display: inline-block;
}
.footer-social li a {
    font-size: 35px;
    padding: 0 14px 0 0px;
    display: block;
}
.facebook {
    color: #3b5998;
}
.twiter {
    color: #55acee;
}
.youtube {
    color: #bb0000;
}
.instagram {
    color: #e95950;
}
.google-plus {
    color: #dd4b39;
}
.footer-social li a:hover {
    color: #ad2069;
}
.footer-navigation-wrapper {
    display: table;
    width: 100%;
}
.footer-navigation {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}
.footer-navigation ul {
    display: inline-block;
}
.footer-navigation li {
    display: table-cell;
}
.footer-navigation li a {
    font-size: 14px;
    color: #666666;
    display: block;
    white-space: nowrap;
}
.footer-navigation li a:after {
    content: '/';
    padding: 0 6px 0 8px;
}

.footer-navigation li:last-child a:after {
    content: '';
    padding: 0;
}
.footer-navigation li a:hover {
    color: #333333;
    text-decoration: underline;
}
.copyright {
    font-size: 12px;
    line-height: 15px;
    color: #aaaaaa;
}
.copyright span {
    font-style: italic;
}
/*
==============================
    Cart
==============================
*/

.payment-options li{
    display: inline-block;
    padding: 0 2px 0 0;
}
.payment-options li img {
    width: 40px;
}

.fee {} .woocommerce-price-suffix {
    display: none;
}
.stock .in-stock {
    color: #222;
    padding-top: 10px;
}
.single ul.woocommerce-error span {
    color: #000;
}
.coupon-holder {
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.product-item {
    padding-bottom: 10px;
}
.product-remove {
    padding-top: 10px;
}
.coupon-holder .woocommerce-error {
    padding-top: 10px;
}
.yikes-custom-woo-tab-title {
    display: none;
}
#wc_checkout_add_ons {
    padding-top: 20px
}
#wc_checkout_add_ons .sbOptions li:first-child {
    display: none;
}
.products img {
    border: 4px solid #f0eff4;
}
.products img:hover,
.shop-gallery img:hover {
    opacity: .75;
}
.cart-title {
    padding: 20px 0 10px;
}
.category-title {
    padding: 20px 0 10px;
    margin-top: 10px;
    border-top: 1px solid #f0eff4;
}
.cart-title a {
    font-size: 20px;
    color: #000;
    display: block;
}
.cart-title a:hover {
    color: #f01515;
}
.price {
    display: block;
    border-bottom: 1px solid #f0eff4;
    padding: 10px 0px 20px;
    margin-bottom: 20px;
}
.large-shop-image {
    border: 1px solid #f0eff4;
}
.gallery-thumbnail {
    display: table-cell;
    max-width: 100px;
    /*border-bottom: 1px solid #f0eff4;
    border-right: 1px solid #f0eff4;*/
    vertical-align: top;
}
.gallery-thumbnail:nth-child(even) {
    /*border-bottom: 1px solid #f0eff4;
    border-left: 1px solid #f0eff4;*/
}
.size-label {
    padding-top: 20px;
    color: #000;
}
.quantity,
.cart-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 10px 0 0;
}
.shop-select {
    position: relative;
}
.reset_variations {
    padding: 4px 0px 0;
    display: block;
    font-size: 15px;
    float: left;
    right: 0;
    text-decoration: underline;
}
.single_variation_wrap {
    padding-bottom: 16px;
}
.ds-max {
    line-height: 25px;
}
.ds-max span {
    color: #000;
}
/* Success Buttons */

.woocommerce-message,
.woocommerce-error {
    padding-bottom: 20px;
    padding-top: 10px;
    border-bottom: 1px solid;
    margin-bottom: 20px;
    color: #000;
    font-size: 14px;
    /*text-align: center;*/

    color: #f01515;
}
.woocommerce-error li {
    padding-bottom: 8px;
}
.woocommerce-error li:last-child {
    padding-bottom: 0;
}
.onsale {
    position: absolute;
    top: 0;
    color: #fff;
    background: #ad2069;
    padding: 20px 12px;
    z-index: 9;
}
.product-content {
    padding: 0 0 20px 15px;
}
.product-content:last-child {
    padding: 0 0 0 15px;
}
.product-content li {
    padding-bottom: 12px;
    line-height: 22px;
    list-style: outside;
}
.product-content li:last-child {
    padding-bottom: 0;
}
ul.product-content ul {
    padding: 12px 20px;
}
ul.product-content ul li {
    list-style-type: circle;
}
.panel {
    margin-bottom: 30px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #f01515;
    padding-bottom: 20px;
}
.related-wrapper {
    padding-bottom: 20px;
}
.cart-table {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
}
.cart-table td,
th {
    border: 1px solid #000;
    text-align: center;
}
.cart-table .quantity {
    text-align: center;
    display: inline-block;
    padding: 0;
}
.cart-table tbody tr td {
    padding: 20px;
}
.cart-table tr th {
    color: #000;
    font-size: 14px;
    font-weight: inherit;
    padding: 20px;
    text-transform: uppercase;
}
.coupon {
    display: table;
    width: 100%;
}
.coupon .cell {
    padding: 0 10px 0 0;
    vertical-align: inherit;
}
.cart-total-title {
    font-size: 20px;
    color: #000;
    padding-bottom: 10px;
}
.cart-total-table tbody tr {
    display: block;
    border-bottom: 1px solid #000;
    padding: 20px;
}
.cart-total-table {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    margin-bottom: 20px;
    width: 100%;
}
.cart-total-table tbody tr:last-child {
    padding-bottom: 20px;
}
.cart-total-table tbody tr th {
    font-weight: 400;
    padding: 0 10px 0 0;
    border: none;
}
.cart-total-table tbody tr td {
    color: #222;
}
.order-total strong {
    font-weight: 400;
}
/* Checkout */

.select2-container .select2-selection--single .select2-selection__rendered {
    color: #000;
    padding: 10px;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 0;
}
.select2-container .select2-selection--single {
    height: 48px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: transparent;
    border-style: solid;
    border-width: inherit;
    height: auto;
    left: auto;
    margin-left: 0;
    margin-top: 0;
    position: absolute;
    top: auto;
    width: 0;
    bottom: 2px;
    right: 0;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent;
    border-width: inherit;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:after {
    content: "\f067";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    color: #000;
    font-size: 16px;
    right: 12px;
    top: 16px;
    z-index: 3;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:hover:after {
    \ -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.left-side-checkout .sbHolder {
    height: 45px;
}
.left-side-checkout .sbSelector:link {
    padding: 10px
}
.left-side-checkout .sbToggle:before {
    top: 10px;
}
.shop-title {
    padding-bottom: 20px;
    text-transform: none;
    display: block;
}
.left-side-checkout label {
    display: block;
    color: #000;
}
.different-address {
    padding: 20px 0;
}
.different-address span {
    display: table-cell;
    padding: 0 0 0 10px;
}
.checkout_coupon {
    padding-top: 20px;
}
.checkout_coupon input[type=text] {
    width: 25%;
}
.left-side-checkout input,
.left-side-checkout textarea,
.checkout_coupon input {} .coupon-spot a {
    font-size: 12px;
}
.cart-checkout td,
th {
    text-align: center;
    padding: 20px;
}
.cart-checkout tr th {
    border: 1px solid #000;
}
.left-side-checkout .checkbox {
    display: table;
}
.checkbox input[type=checkbox] {
    position: inherit;
    margin-left: inherit;
    display: table-cell;
    vertical-align: text-top;
    margin: 0;
    width: auto;
}
.checkbox .shop-title {
    display: table-cell;
    padding: 0 10px 20px;
}
.terms {
    border-bottom: 1px solid #000;
    padding: 20px;
}
.terms label,
.extra-field label {
    display: table;
}
.terms span,
.extra-field span {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 10px;
}
.extra-field,
.checkout-btn {
    padding: 0 20px 20px;
}
.woocommerce-checkout-payment input[type=radio] {
    vertical-align: text-top;
}
.payment_method_authorizenet_lightweight label {
    padding-top: 20px;
}
.woocommerce-checkout-payment {
    border: 1px solid #000;
    position: relative;
}
.woocommerce-checkout-payment li {
    padding: 20px;
    border-bottom: 1px solid;
}
.about_paypal {
    position: absolute;
    font-size: 12px;
    top: 15px;
    right: 15px;
}
.wrapper .woocommerce-checkout #payment .payment_method_paypal_express img {
    max-width: 100%;
}
#payment_method_paypal_express {
    float: left;
    margin: 0 10px 0 0px;
}
.payment_method_paypal_express label {
    display: table-cell;
}
.payment_box {
    background: #f1f1f1;
    padding: 20px;
}
.place-order {} .payment_box label {
    display: block;
}
.payment_box input {
    width: 100%;
}
/* Tabs */

.product-navigation {
    position: relative;
}
.product-navigation ul {
    margin-bottom: 20px;
}
.ds-tabs:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #f01515;
}
.product-navigation .active {
    border: 1px solid #f01515;
    background: #f01515;
    position: relative;
    z-index: 2;
}
.product-navigation .active a {
    color: #fff;
}
.product-navigation li {
    display: inline-block;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
}
.product-navigation li {
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 20px;
    cursor: pointer;
}
/* Order recivied*/

.woocommerce-order li {
    display: block;
    border-top: 1px solid #000;
    padding: 20px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}
.woocommerce-order li:last-child {
    border-bottom: 1px solid #000;
}
.order_details {
    padding-bottom: 30px;
    display: block;
}
.woocommerce-order-details td,
.woocommerce-order-details th {
    text-align: center;
    padding: 20px;
    border: 1px solid #000;
}
#shipping_method li:first-child {
    padding-bottom: 10px;
}
#shipping_method li input {
    float: left;
}
#shipping_method li label {
    display: table-cell;
    padding: 2px 0 0 10px;
}
.docs li a {
    padding-bottom: 10px;
    display: block;
}
.docs li:last-child a {
    padding-bottom: 0;
}
/* Shop Gallery */

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 1;
    background: rgba(0, 0, 0, .90)
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}
.mfp-arrow-right:before {
    content: "\f0a9";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    border-left: none;
    color: #f01515;
    font-size: 30px;
}
.mfp-arrow:before {
    opacity: 9;
}
.mfp-arrow-right:after {
    border-left: none;
}
.mfp-arrow-left:after {
    content: "\f0a8";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    border-left: none;
    color: #f01515;
    font-size: 30px;
    border: none;
}
.mfp-arrow-left:before {
    border-right: none;
}
.mfp-arrow-left:after {
    border-right: none;
}