﻿body {
    font-family: "Roboto", "Verdana", sans-serif;
    color: #333333;
}

html, button, input, select, textarea {
    font-family: "Roboto", "Verdana", sans-serif;
}

    a:focus, input:focus, select:focus, textarea:focus {
        outline: none;
    }

hr {
    border: none;
    color: #cccccc;
    background-color: #cccccc;
    height: 1px;
}

/*------------ Main-images ------------------*/

.main-images, .payment-icon, .bg-buttons, .main-icons, .payment-icons, .sprite-icons {
    background-image: url('../../../Default/Img/Main-images/Identity/main-images-6.png');
}

.login-form_logo-icon,
.modal-popup_logo {
    width: 279px;
    height: 61px;
    background-position: -2px -2px;
}

.header-content_logo-icon {
    width: 279px;
    height: 61px;
    background-position: -2px -2px;
}

.footer-content_twitter-icon {
    width: 31px;
    height: 31px;
    background-position: -300px -2px;
}

    .footer-content_twitter-icon:hover {
        background-position: -300px -35px;
    }

.footer-content_facebook-icon {
    width: 31px;
    height: 31px;
    background-position: -550px -2px;
}

    .footer-content_facebook-icon:hover {
        background-position: -550px -35px;
    }

.footer-content_pinterest-icon {
    width: 31px;
    height: 31px;
    background-position: -400px -2px;
}

    .footer-content_pinterest-icon:hover {
        background-position: -400px -35px;
    }

.footer-content_instagram-icon {
    width: 31px;
    height: 31px;
    background-position: -610px -2px;
}

    .footer-content_instagram-icon:hover {
        background-position: -610px -35px;
    }

.list-item-qty-button {
    width: 32px;
    height: 32px;
    background: none;
}

    .list-item-qty-button:hover {
        background: none;
    }

.checkout-navigation_separator-icon {
    width: 9px;
    height: 9px;
    background-position: -115px -230px;
}

.checkout-add-address_arrow-icon {
    background-position: -60px -180px;
    height: 16px;
    width: 8px;
}

.pricing-accordion-icon {
    background-position: -2px -180px;
    height: 10px;
    width: 10px;
}

.pricing-accordion h3.ui-state-active .pricing-accordion-icon {
    background-position: -25px -180px;
    height: 10px;
    width: 10px;
}

.right-arrow-no-bg-icon {
    background-position: -115px -180px;
    height: 16px;
    width: 10px;
}

.scrollup-icon {
    width: 30px;
    height: 30px;
    border: 1px solid #7F3F97;
    border-radius: 20px;
    background-position: -2px -85px;
}

    .scrollup-icon:hover {
        background-color: #7F3F97;
        background-position: -60px -85px;
    }

.masterpass-icon {
    background-position: -115px -410px;
    height: 23px;
    width: 112px;
}

.paypal-button-icon {
    background-position: -2px -410px;
    height: 20px;
    width: 75px;
}

.slider_button__back {
    background-position: -4px -451px;
}

    .slider_button__back:hover {
        background-position: -51px -451px;
    }

.slider_button__forward {
    background-position: -100px -451px;
}

    .slider_button__forward:hover {
        background-position: -150px -451px;
    }

.check-icon {
    background-position: -60px -228px;
}

.paypal-button-icon__large {
    background-position: -500px -350px;
    width: 85px;
    height: 20px;
}

.paypal-button-icon__credit {
    background-position: -650px -350px;
    width: 152px;
    height: 20px;
}

.dropdown-icon {
    background-position: -350px -350px;
    width: 10px;
    height: 7px;
}

.dropdown-icon__expanded {
    background-position: -350px -380px;
}

/*------------ End Main-images --------------*/
/*------------ Form ------------------------*/

.web-form__padd {
    padding: 0;
}

.web-form__bg {
    background-color: #ffffff;
}

.web-form__marg-top {
    margin-top: 5px;
}

.contactus-form-info-fields-container {
    width: 340px;
}

.element-form-block-label {
    color: #676767;
    font-size: 12px;
    font-style: normal;
    margin-bottom: 2px;
}

.element-form-block-input-text, .element-form-block-select, .element-form-block-textarea {
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #cccccc;
    font-size: 14px;
    padding: 7px 5px 8px 5px;
}

    .element-form-block-input-text:focus, .element-form-block-select:focus, .element-form-block-textarea:focus {
        border: 1px solid #7F3F97;
    }

.element-form-block-textarea__contactus {
    width: 340px;
}

/*------------ End Form --------------------*/

/*------------- Button ---------------------*/

.button, .button:visited, .button:hover {
    background: #39b54a;
    color: #fff;
    font-size: 14px;
    font-family: "Roboto", "Verdana", sans-serif;
    text-transform: uppercase;
    border: none;
    padding: 11px;
}

    .button:hover {
        background: #39b54a;
    }

.button__facebook, .button__facebook:hover, .button__facebook:visited {
    background: #4F6AA3;
    filter: none;
    border: none;
    position: relative;
    text-decoration: none;
    cursor: pointer;
    font-family: "Roboto", "Verdana", sans-serif;
    -moz-box-shadow: inset 0 0 10px #3b5998;
    -webkit-box-shadow: inset 0 0 10px #3b5998;
    box-shadow: inset 0 0 10px #3b5998;
}

    .button__facebook:hover {
        background-color: #4f74b2;
    }

.button__verification-confirm, .button__verification-confirm:hover, .button__verification-confirm:visited {
    height: 46px;
    padding: 14px 10px 18px 10px;
    position: relative;
    top: -3px;
}

/*------------- End Button ------------------*/

/*------------- Title Line ------------------*/

.title-line {
    vertical-align: middle;
    border-top: 1px solid #b2b2b2;
    display: inline-block;
    width: 100px;
    height: 5px;
}

.title-line__left {
    margin-right: 10px;
}

.title-line__right {
    margin-left: 10px;
}

/*------------- End Title Line --------------*/

/*------------- Login Page ------------------*/

.web-form__popup-form {
    background: none;
}

.login-form-container, .notifier-inner__custom-bg {
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    border: 1px solid #ccc;
}

.login-form_logo {
    display: block;
    margin: 15px auto 20px;
}

.login-form_title-text {
    color: #676767;
    font-size: 20px;
    font-style: normal;
    margin-bottom: 10px;
}

.login-form_text {
    color: #333333;
    font-size: 14px;
    font-style: normal;
    margin-bottom: 15px;
}


/* ------------ it wss copied to braintree checkout section ------------*/

.join-agree-label {
    color: #333333;
}

/*------------- End Login Page --------------*/

/*------------- Header ----------------------*/

.header {
    height: auto;
}

.header__color {
    background-color: #ffffff;
}

.header-content {
    height: 105px;
}

.header-content_logo {
    top: 20px;
}

.sales-categories-wrapper {
    height: 35px;
    background: #7F3F97;
}

.hrz-menu__sale-categories {
    position: inherit;
    width: 971px;
    height: 35px;
    line-height: 35px;
    margin: 0 auto;
}

.hrz-menu__top-links {
    top: 40px;
    right: 70px;
}

.hrz-menu_link, .hrz-menu__sale-categories a {
    font-family: "Roboto", "Verdana", sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #7f3f97;
    text-transform: none;
}

.hrz-menu__sale-categories a {
    color: #ffffff;
    margin: 0;
    padding: 0 10px;
    vertical-align: top;
}

.hrz-menu_link__secondary {
    border-left: 1px solid #b2b2b2;
}

.hrz-menu_link:first-child {
}

.hrz-menu_link:hover {
    color: #6a2886;
    text-decoration: underline;
}

.hrz-menu__sale-categories a:hover {
    color: #ffffff;
    background: #6a2886;
    text-decoration: none;
}

.hrz-menu_link__sale-categories__selected {
    border-bottom: none;
    background: #6a2886;
    padding: 0;
}

    .hrz-menu_link__sale-categories__selected:hover {
        cursor: text;
        color: #fff;
        text-decoration: none;
    }

.cart-block {
    width: 53px;
    height: 46px;
    top: 26px;
    background-color: #f7f7f7;
    border-radius: 10px;
    border: 1px solid #cccccc;
}

.cart-block_items {
    font-family: "Roboto", "Verdana", sans-serif;
    font-weight: normal;
    font-size: 11px;
    color: #fff;
    line-height: 18px;
    background: #7F3F97;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    margin: 6px 0 0 29px;
}

.cart-block:hover {
    border: 1px solid #7F3F97;
}

    .cart-block:hover .cart-block_items {
        color: #fff;
    }

.cart-block-icon, .cart-block-icon:hover {
    background-position: -342px -66px;
}

.popdown-message {
    font-size: 14px;
    position: relative;
    z-index: 100000;
    background-color: #333;
    padding: 7px 15px;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
    font-style: normal;
    border-bottom: 1px solid #333;
}

.popdown-message_button, .popdown-message_button:hover {
    font-size: 14px;
    color: #b073c7;
    cursor: pointer;
    outline: none;
    text-decoration: underline;
}

/*------------- End Header ------------------*/

/*------------- Shop Page ------------------*/

/* --------- shop v.2 ---------- */

.slider-pagination li.slick-active {
    border-color: #7F3F97;
    background-color: #7F3F97;
}

.slider_button {
    border: 1px solid #7F3F97;
    border-radius: 5px;
    background-color: #fff;
}

    .slider_button:hover {
        background-color: #7F3F97;
    }

.slider-pagination li:hover {
    border-color: #7F3F97;
}

.sale {
    border: none;
    background: none;
}

    .sale:hover {
        border: none;
    }

.sale__top-3 {
    width: 971px;
}

.sale__middle-1 {
    width: 477px;
    height: 378px;
    margin: 0 16px 15px 0;
}

.sale__small-1 {
    height: 294px;
    width: 313px;
    margin: 0 15px 15px 0;
}

.sale__middle-1 .sale-text_name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    color: #333333;
    font-size: 22px;
}

.sale__middle-1 .sale-text_desc {
    display: none;
}

.sale-info {
    color: #333333;
    padding: 0;
}

.sale-text_name {
    color: #333333;
}

.sale-text_name, .sale__top-3 .sale-text_name, .sale__small-1 .sale-text_name {
    font-size: 16px;
    font-weight: normal;
}

.sale__top-3 .sale-text_name {
    font-size: 22px;
    text-align: center;
}

.sale-text_desc {
    color: #333333;
}

.sale-img {
    width: 969px;
    height: 350px;
}

.sale__small-1 .sale-img {
    width: 313px;
    height: 294px;
}

.sale__small-1 .sale-info {
    position: initial;
}


.sale__small-1 .sale-text_name {
    position: absolute;
    bottom: 15px;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    color: #7F3F97;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 10px;
    margin: 0 15px;
    white-space: normal;
}

.sale__small-1:hover .sale-text_name {
    background: rgba(127, 63, 151, 0.8);
    color: #fff;
}

.sale__small-1 .sale-text_desc {
    position: absolute;
    top: 0;
    left: 0;
    background: #d33911;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: bold;
}


/* --------- shop v.2 ---------- */
.shop-sales-block {
    margin-right: -25px;
}

.title-with-line_text {
    font-style: normal;
}

.shop-sales-group-title {
    margin: 0 14px 10px 0;
    padding: 10px 5px 0 0;
    color: #7F3F97;
    font-style: normal;
    text-transform: none;
}

a.shop-sales-item-link:hover .shop-sales-item-descr-wrapp_background {
    background-color: #ff1493;
}

.shop-sales-item__top .shop-sales-item-descr-wrapp_sale-name,
.shop-sales-item__big .shop-sales-item-descr-wrapp_sale-name,
.shop-sales-item__long .shop-sales-item-descr-wrapp_sale-name {
    font-size: 30px;
    line-height: 30px;
}

.shop-sales-item-descr-wrapp_sale-name {
    color: #333333;
    padding: 10px;
    font-size: 20px;
    line-height: 20px;
    text-transform: none;
    font-style: normal;
}

.shop-sales-item-descr-wrapp_desc {
    display: none;
}

.countdown-timer {
    display: none !important;
    position: absolute;
    top: 0;
    box-sizing: border-box;
}

.countdown-timer_text {
    padding: 8px 5px;
}

.countdown-timer__ends > .countdown-timer_bg {
    background: #7F3F97;
}

.countdown-timer__starts {
    height: 100%;
}

/*------------- End Shop Page --------------*/

/*------------- Left Menu on Item List ---------------*/

.left-menu-block {
    margin: 10px 7px 0 0;
    background: transparent;
}

.left-menu {
    margin-right: 5px;
}

    .left-menu > ul > li {
        margin-bottom: 10px;
    }

.left-menu-sub {
    margin-bottom: 0;
}

    .left-menu-sub li:first-child a.left-menu-sizes_item, .left-menu-sub li:last-child a.left-menu-sizes_item {
        border-radius: initial;
    }

.items-list-page-categories .left-menu-sub {
}

.left-menu_item {
    font-style: normal;
    font-size: 22px;
    color: #333333;
    text-transform: none;
}

    .left-menu_item:hover {
        color: #333333;
        text-decoration: underline;
        background: transparent;
        border: none;
    }

.left-menu_item__selected, .left-menu_item__selected:hover {
    border: none;
    padding: 7px 10px;
}

.left-menu-sub_item {
    font-style: normal;
    font-size: 14px;
    color: #676767;
    padding: 7px 10px;
}

    .left-menu-sub_item:hover {
        color: #676767;
        text-decoration: underline;
        background: none;
        padding: 7px 10px;
    }


.left-menu-sub_item__select, .left-menu-sub_item__select:hover {
    color: #333333;
    text-decoration: none;
    border: none;
    background-color: #f4f5f7;
}

.left-menu-sizes_item, .left-menu-sizes_item:hover {
    color: #676767;
    font-size: 12px;
    font-style: normal;
    border: none;
    padding: 4px 17px 4px 25px;
}

    .left-menu-sizes_item:hover {
        color: #676767;
        text-decoration: underline;
        background: none;
    }

.left-menu-sizes_item__select, .left-menu-sizes_item__select:hover {
    color: #333333;
    text-decoration: none;
    background-color: #f4f5f7;
}

/*---------------- Sale Category ---------------*/

.full-background__sale-category {
    top: 100px;
}

/*------------ end Sale Category ---------------*/

/*------------- Item List ------------------*/

.items-list-section {
    margin-bottom: 30px;
}

.item-list-block {
    border: 1px solid #cccccc;
    padding: 5px;
    margin: 0 5px 5px 0;
}

    .item-list-block:hover {
        border-color: #cccccc;
        -moz-box-shadow: 0px 0px 3px #b1b1b1;
        -webkit-box-shadow: 0px 0px 3px #b1b1b1;
        box-shadow: 0px 0px 3px #b1b1b1;
    }

.item-list-slider {
    bottom: 95px;
}

    .item-list-slider .item-list-selection {
        padding-top: 10px;
    }

    .item-list-slider .product-size,
    .item-list-slider .product-qty {
        color: #333333;
        font-size: 14px;
        font-style: normal;
        font-weight: normal;
        max-width: 185px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .item-list-slider .product-size-title {
        padding-top: 0;
    }

    .item-list-slider .product-add-to-cart,
    .item-list-slider .product-button-sold-out, .product-add-to-cart {
        font-size: 14px;
        color: #fff;
        background: #39B54A;
        width: 100%;
    }

        .item-list-slider .product-button-sold-out, .product-button-sold-out, .item-list-slider .product-button-sold-out:hover, .product-button-sold-out:hover {
            background: #39B54A;
            border: none;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            cursor: default;
            opacity: 0.3;
        }

        .item-list-slider .product-add-to-cart:hover, .product-add-to-cart:hover {
            background: #39B54A;
            color: #ffffff;
        }

.product-size-title, .product-qty-title {
    font-style: normal;
    font-weight: bold;
    color: #333333;
}

.product-size, .product-qty {
    color: #333333;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    padding: 10px 15px;
    border-radius: 0px;
}

    .product-size:hover,
    .product-qty:hover {
        background-color: #7f3f97;
        border: 1px solid #7f3f97;
        color: #fff;
    }

.product-size__sold, .product-size__sold:hover {
    background-color: #fff;
    color: #dfdfdf;
}

.item-list-slider .product-size__selected,
.item-list-slider .product-qty__selected,
.product-size__selected,
.product-qty__selected,
.product-size__selected:hover,
.product-qty__selected:hover {
    background-color: #7f3f97;
    border: 1px solid #7f3f97;
    color: #fff;
    font-weight: normal;
}

.item-list-more-sizes {
    color: #7F3F97;
}

    .item-list-more-sizes:hover {
        color: #7F3F97;
    }

.item-list-info {
    padding: 3px 0 0 0;
}

.item-list-description {
    text-align: left;
    margin: 0 5px;
}

.item-list-brand {
    font-style: normal;
    color: #333333;
    text-transform: none;
    font-weight: bold;
    margin-bottom: 4px;
}

.item-list-name {
    color: #676767;
    font-style: normal;
    font-size: 14px;
    margin-bottom: 3px;
    line-height: 1.2;
}

.item-list-price-new {
    color: #333333;
    font-weight: normal;
    padding: 0;
}

.item-list-price-old {
    color: #999999;
    font-size: 14px;
}

.item-list-description-wrapp {
    border: none;
}

.share-block_title,
.product-shipping strong {
    color: #333333;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    text-transform: none;
}

.product-shipping {
    color: #333333;
    font-size: 12px;
    font-style: normal;
    line-height: 18px;
}

.thumbnail-image__select,
.thumbnail-image__select:hover,
.thumbnail-image:hover {
    border: 1px solid #7F3F97;
}

.rrp-text {
    font-size: 12px;
    font-style: normal;
    margin-bottom: 20px;
    color: #999999;
}

.product-brand {
    color: #333333;
    text-transform: none;
    font-style: normal;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: bold;
}

/*------------- Navigation -----------------*/
.navigation_link,
.navigation_link__current,
.navigation-link,
.navigation-link__current,
.navigation-separate,
.navigation_separate {
    color: #7F3F97;
    font-size: 14px;
    font-style: normal;
}

    .navigation_link:hover, .navigation-link:hover {
        color: #7F3F97;
        text-decoration: underline;
    }

/*------------- End Navigation -------------*/

/*------------- Product Page ---------------*/

.product-page {
    margin-bottom: 20px;
}

.product-name {
    color: #676767;
    font-size: 20px;
    font-style: normal;
    line-height: 24px;
    text-transform: none;
    margin-bottom: 30px;
    font-weight: normal;
}

.product-img {
    padding-left: 0px;
}

.product-img__thumbnail {
    padding-left: 70px;
}

.thumbnail-images {
    position: absolute;
    width: auto;
    top: 0;
    left: 0;
}

    .thumbnail-images a {
        display: block;
        padding: 0 0 7px 0;
    }

.product-descr {
    float: none;
    width: 100%;
}

.product-descr-text {
    color: #333333;
    font-size: 12px;
    font-style: normal;
    line-height: 18px;
}

    .product-descr-text > b, .product-descr-text > strong {
        color: #333333;
        font-size: 14px;
        font-weight: bold;
        text-transform: none;
    }

    .product-descr-text > a {
        color: #7F3F97;
        text-decoration: none;
    }

        .product-descr-text > a:hover {
            color: #7F3F97;
            text-decoration: underline;
        }

.pricing-accordion {
    font-family: "Roboto", "Verdana", sans-serif;
    font-style: normal;
    font-size: 12px;
    color: #333333;
}

    .pricing-accordion h3 {
        border: 1px solid #dfdfdf;
        padding: 10px;
        border-radius: 4px;
        width: 200px;
    }

        .pricing-accordion h3:hover {
            border: 1px solid #7F3F97;
        }

        .pricing-accordion h3 a {
            color: #333333;
            font-style: normal;
            font-size: 16px;
            font-weight: bold;
            text-transform: none;
        }

    .pricing-accordion .ui-icon {
        margin: 6px 3px 0;
    }

    .pricing-accordion h3.ui-state-active .ui-icon {
        margin: 8px 4px 0;
    }

.product-price-new-title {
    color: #333333;
}

.product-price-new-title__percentoff {
    background-color: #ff0000;
    color: #ffffff;
    padding: 3px;
    font-weight: bold;
}

.product-price-new {
    font-weight: normal;
    font-size: 30px;
    color: #000;
    margin-bottom: 30px;
}

.product-rrp-label-price, .product-rrp-label {
    color: #999999;
}

.product-rrp-label_tooltip-text {
    border: 1px solid #ccc;
    background-color: #f7f7f7;
    color: #333;
    border-radius: 4px;
}

.product-under-price-label {
    color: #333333;
    font-size: 14px;
}

.product-add-to-cart-form .product-size-title, .product-add-to-cart-form .product-qty-title {
    color: #333333;
    font-size: 14px;
    font-style: normal;
}

.product-add-to-cart, .product-button-sold-out {
    width: 285px;
}

.addthis_button_facebook span,
.addthis_button_twitter span,
.addthis_button_email span,
.addthis_button_pinterest,
.addthis_button_compact span {
    background-image: url("../../../Default/Img/Main-images/Identity/main-images.png") !important;
    background-repeat: no-repeat !important;
    height: 32px !important;
    width: 32px !important;
}

span .addthis_counter.addthis_bubble_style {
    background-image: url("../../../Default/Img/Main-images/Identity/main-images.png") !important;
    background-position: -500px -2px !important;
    background-repeat: no-repeat !important;
    height: 32px !important;
    margin-top: 5px;
    width: 32px !important;
}

    span .addthis_counter.addthis_bubble_style:hover {
        background-image: url("../../../Default/Img/Main-images/Identity/main-images.png") !important;
        background-position: -500px -35px !important;
        background-repeat: no-repeat !important;
    }

    span .addthis_counter.addthis_bubble_style a.addthis_button_expanded {
        margin-top: 8px !important;
        width: 23px !important;
    }

/*-------------- Ourpay --------------------*/
.product-mypay-block {
    margin-bottom: 20px;
}

.product-mypay-container {
    border: 1px solid #cccccc;
}

.schedule-container,
.schedule-date,
.schedule-total,
.schedule-wrapper,
.schedule-status {
    border-color: #cccccc;
}

.schedule-status {
    color: #333;
}

.product-mypay-options {
    color: #676767;
}

.product-mypay-details {
    color: #676767;
}

.schedule-line,
.medium .schedule-line,
.small .schedule-line {
    height: 1px;
    margin-top: -1px;
    background: #e5e5e5;
}

.schedule-circle_4_1.schedule-circle__color,
.schedule-circle_4_2.schedule-circle__color,
.schedule-circle_4_3.schedule-circle__color,
.schedule-circle_4_4.schedule-circle__color {
    background: #fdbb17;
}

.mypay-message {
    font-size: 12px;
    color: #676767;
}

/*------------- End Product Page -----------*/
/*------------- Notifier ------------------*/

.notifier-inner {
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    border: 0;
}

.notifier-title {
    font-size: 18px;
    font-style: normal;
    line-height: 20px;
    color: #333333;
}

.notifier-message {
    font-size: 14px;
    font-style: normal;
    padding: 5px 0 0;
    color: #676767;
}

.notifier-close {
    background: url(../../../Default/Img/Main-images/Identity/main-images.png) no-repeat -99px -349px;
}


.notifier-wait .notifier-inner {
    padding: 10px;
    background-color: #fff;
    opacity: 1;
    line-height: 30px;
    color: #333;
    font-size: 16px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}


.notifier-wait .notifier-loader {
    width: 32px;
    height: 32px;
    margin-left: 0;
    margin-right: 10px;
    background: url('../../../Default/Img/Loaders/loader.svg');
    background-size: 32px 32px;
    background-repeat: no-repeat;
    vertical-align: middle;
    float: left;
}


.verification-popup_link {
    color: #7F3F97;
    text-decoration: underline;
}

    .verification-popup_link:hover {
        color: #7F3F97;
    }

.verification-popup_input {
    border: 1px solid #cccccc;
    background-color: #fff;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

    .verification-popup_input:focus, .notifier-inner_input:focus {
        border-color: #7F3F97;
    }

.verification-popup-wrapper .notifier-inner, .verification-popup__position .notifier-inner {
    background: none;
    background-color: #ffffff;
    border: 1px solid #808080;
    border-radius: 6px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}

.verification-popup-wrapper .notifier-title, .verification-popup__position .notifier-title {
    color: #333333;
}

.verification-popup_title {
    color: #333333;
    font-size: 14px;
}

.verification-country-code {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 1px solid #b2b2b2;
    border-right: 0;
    padding-top: 7px;
    padding-bottom: 7px;
}

.verification-popup_error {
    color: red;
    font-size: 12px;
}

.notifier-inner__text, .notifier-inner_information {
    color: #444;
}

.notifier-inner__short .notifier-inner_input {
    padding: 4px 15px;
}

/*------------- End Notifier ---------------*/

/*------------- Checkout -------------------*/

.checkout-empty {
    font-size: 18px;
    font-style: normal;
    border: none;
    padding: 0;
    text-align: center;
}

.checkout-navigation_separator {
    display: none;
}

.checkout-navigation_link {
    font-style: normal;
    text-transform: none;
    color: #cccccc;
    padding: 10px 20px;
    margin: 0 5px;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
}

.checkout-navigation_link__selected {
    border: 1px solid #0067b2;
    color: #333333;
}

.checkout-basket-block-delivery {
    width: 313px;
}

.address-list {
    width: 313px;
}

.checkout-basket-block-items {
    padding: 0 10px;
    width: 313px;
}

.checkout-basket-block-summary {
    width: 313px;
}

.checkout-basket-block_title {
    color: #7F3F97;
    font-size: 22px;
    font-style: normal;
    padding: 0;
    text-transform: none;
}

.address-item-wrapper {
    border: 1px solid #dfdfdf;
    margin-bottom: -1px;
}

    .address-item-wrapper:first-child {
        border-top: 1px solid #dfdfdf;
    }

.address-item {
    padding: 10px;
    position: relative;
}

.address-item_customer {
    color: #333333;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    line-height: 18px;
    padding-bottom: 5px;
}

.address-item_value {
    color: #676767;
    font-size: 12px;
    font-style: normal;
    display: inline-block;
}

.checkout-list-item {
    border: 1px solid #dfdfdf;
    padding: 10px;
    margin-bottom: 4px;
}

    .checkout-list-item:first-child {
        border-top: 1px solid #dfdfdf;
    }

.checkout-list-item-img img {
    border: 1px solid #dfdfdf;
}

.checkout-add-address {
    border: 1px solid #dfdfdf;
}

    .checkout-add-address:hover {
        background: #f2f2f2;
    }

.checkout-add-address_link {
    font-size: 16px;
    font-weight: bold;
}

.address-item-change {
    left: 10px;
}

.address-item-change_link {
    color: #7F3F97;
    text-decoration: none;
}

    .address-item-change_link:hover {
        color: #7F3F97;
        text-decoration: underline;
    }

.checkout-list-item-name {
    color: #7F3F97;
    font-size: 14px;
    font-style: normal;
}

.checkout-list-item-total-wrapp {
    width: 225px;
}

.label-value-block_label {
    font-size: 12px;
    font-style: normal;
}

.label-value-block_value {
    font-size: 12px;
    font-style: normal;
    white-space: nowrap;
    max-width: 116px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: bottom;
}

.checkout-list-qty {
    width: 110px;
}

.list-item-qty-wrapper {
    border: none;
    height: 32px;
    line-height: 28px;
    width: 32px;
}

.list-item-qty-down,
.list-item-qty-up {
    background: #e5e5e5;
    border: none;
    border-radius: 15px;
    color: #333333;
    height: 30px;
    line-height: 30px;
    width: 30px;
}

    .list-item-qty-down:hover,
    .list-item-qty-up:hover {
        background: #7F3F97;
        color: #fff;
    }


.list-item-qty-value {
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    width: 30px;
}

.checkout-summary {
    border: none;
    margin: 0;
}

.checkout-summary-row__padd, .checkout-summary-row__padd:first-child {
    padding: 5px 0;
    border: none;
}

.checkout-summary-row-total {
    margin-top: 0;
    padding: 10px 0;
    border: none;
}

.checkout-summary-row-title {
    font-size: 12px;
    font-style: normal;
}

.checkout-summary-row-value {
    font-size: 12px;
}

.checkout-summary-row-total .checkout-summary-row-title, .checkout-summary-row-total .checkout-summary-row-value {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
}

.block-promo-code {
    font-size: 12px;
    font-style: normal;
}

.block-promo-code-link {
    color: #7;
    text-decoration: none;
}

    .block-promo-code-link:hover {
        color: #7F3F97;
        text-decoration: underline;
    }

.checkout-add-address_arrow {
    margin-top: -8px;
}

.checkout-payment_title {
    color: #7F3F97;
    font-size: 16px;
    font-style: normal;
    padding-bottom: 10px;
    text-align: left;
}

.checkout-summary-row-total__payment {
    border: none;
    width: 350px;
    margin: 0 auto 10px auto;
}

.checkout-summary-row-total__payment_separator {
    margin: 0 5px;
    width: 70px;
    height: 1px;
    border-bottom: 1px dotted #bababa;
}

.checkout-payment-block-content {
    width: 350px;
}

.confirm-invoice-text {
    color: #b2b2b2;
    font-size: 18px;
    font-style: normal;
}

.text-line__confirm-invoice {
    display: inline-block;
    width: 100px;
}

/*------------- End Checkout ---------------*/

/*------------- My Account -----------------*/


.my-account-content {
    width: 665px;
    line-height: normal;
    margin-top: 0;
}

.left-menu_item__static {
    color: #333333;
    font-size: 22px;
    text-transform: none;
}

    .left-menu_item__static:hover {
        text-decoration: none;
    }

.my-account-title {
    color: #333333;
    font-size: 22px;
    font-style: normal;
    padding: 17px 0 7px 0;
    text-transform: none;
}

.logout-button {
    color: #7F3F97;
    cursor: pointer;
    font-size: 14px;
    font-style: normal;
    text-decoration: none;
}

    .logout-button:hover {
        color: #7F3F97;
        text-decoration: underline;
    }

.my-account-section-empty {
    border: 1px solid #ccc;
    font-size: 14px;
    font-style: normal;
    padding: 10px;
    border-radius: 4px;
    text-align: center;
    margin-top: 5px;
    color: #999999;
}

.my-account-orders-list, .my-account-order {
    color: #333333;
}

.my-account-order {
    border: 1px solid #dfdfdf;
    margin-bottom: 3px;
    padding: 10px 10px 0;
}

    .my-account-order:first-child {
        border-top: 1px solid #dfdfdf;
    }

.my-account-order-header {
    margin-bottom: 5px;
}

.order-tracking-content {
    background-color: #cccccc;
}

.order-tracking-content__step-complite {
    background-color: #39B54A;
}

.order-tracking-content__step-fail {
    background-color: #d33911;
}

.right-arrow-no-bg__order-tracking {
    position: absolute;
    right: 5px;
    top: 20px;
}

.my-account-order-name {
    color: #333333;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    padding-bottom: 4px;
}

.my-account-order-items-qty_title {
    font-size: 12px;
    font-style: normal;
    color: #676767;
}

.my-account-order-items-qty_value {
    font-size: 12px;
    font-style: normal;
}

.my-account-order-number-title {
    font-size: 12px;
    font-style: normal;
    color: #676767;
}

.my-account-order-number-value {
    font-size: 16px;
}

.my-account-order-estimated-delivery {
    width: 82%;
}

.my-account-order-delivery_tracking-link {
    background-color: #7F3F97;
    font-style: normal;
}

.order-tracking-descr {
    font-size: 11px;
    font-style: normal;
    padding: 5px 10px;
}

.my-account-order-delivery_info {
    font-size: 11px;
    font-style: normal;
}

.my-account-order-delivery_date-link {
    background-color: #f7f7f7;
}

.my-account-order-view-details_link,
.my-account-return-details-link {
    color: #7F3F97;
    text-decoration: none;
    font-size: 12px;
    font-style: normal;
}

    .my-account-order-view-details_link:hover,
    .my-account-return-details-link:hover {
        color: #7F3F97;
        text-decoration: underline;
        font-size: 12px;
        font-style: normal;
    }

.my-account-order-estimated-delivery {
    font-size: 14px;
    font-style: normal;
}

.order-tracking-content_title {
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    color: #fff;
    margin-left: 0;
}

.order-tracking-content_date {
    color: #fff;
    font-size: 12px;
    font-style: normal;
    margin-left: 0px;
}

.my-account-order_refunded-items-container h4 {
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.order-details-item-column,
.order-details-item-column_first {
    border-top: 1px solid #dfdfdf;
}

.order-details-item-column_first {
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
}

.order-details-item-column {
    font-size: 12px;
    color: #333333;
    padding: 5px;
    text-align: right;
}

.myAccount-ordDetails-itemhdr-itemname {
    color: #333333;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
}

.myAccount-ordDetails-itemhdr-address {
    font-size: 12px;
    font-style: normal;
    color: #333333;
}

.myAccount-ordDetails_get-pdf {
    color: #7F3F97;
    font-size: 12px;
    font-style: normal;
    text-decoration: none;
}

    .myAccount-ordDetails_get-pdf:hover {
        color: #7F3F97;
        text-decoration: underline;
    }

.my-account-table-item_name {
    color: #333333;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
}

.my-account-table-item_title,
.my-account-vouchers-item_title {
    font-size: 12px;
    font-style: normal;
    color: #676767;
}

.my-account-table-item_value {
    font-size: 12px;
}

.my-account-order-details-head_number, .my-account-order-details-head_invoice {
    margin-top: 15px;
}

.my-account-order-details-head_number-title {
    font-size: 12px;
    font-style: normal;
    color: #676767;
}

.my-account-order-details-head_number-value {
    font-size: 16px;
    color: #333333;
}

.my-account-order-details-head_invoice {
    width: 30%;
}

.my-account-order-details-head_invoice-title {
    font-size: 12px;
    font-style: normal;
}

.my-account-order-details-head_invoice-value {
    font-size: 16px;
    color: #333333;
}

.my-account-table {
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    margin-bottom: 10px;
}

.my-account-table__border-bottom {
    border-bottom: 1px solid #dfdfdf;
}

.my-account-table-item {
    padding: 5px 10px 10px 0;
}

.my-account-table-item__border-top {
    border-top: 1px solid #dfdfdf;
}

.my-account-table-item__first {
    padding: 5px 0 10px 10px;
}

.my-account-table-item__last {
    padding: 5px 10px 5px 0;
}

.my-account-table-prices {
    margin-right: 0px;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.my-account-table-prices_title {
    font-size: 12px;
    font-style: normal;
    padding: 5px 0px 5px 10px;
    color: #676767;
}

.my-account-table-prices_value {
    font-size: 12px;
    padding: 5px 22px 5px 0;
    color: #676767;
}

.my-account-table-prices_total {
    border-left: none;
    font-size: 16px;
    font-style: normal;
    border: none;
    font-weight: bold;
    color: #333333;
}

.order-details-item_img img {
    border: 1px solid #dfdfdf;
}

.my-account-table-item_total {
    font-size: 16px;
}

.my-returns-table {
    border: none;
}

.my-returns-table-item {
    padding: 5px 0 0 0;
}

.my-account-order-header__return {
    border-top: none;
    padding: 0px 0 10px 0;
}

.my-account-return-reason-text {
    font-size: 12px;
    font-style: normal;
}

.my-account-contact {
    border: none;
}

.my-account-contact-content {
    border: 1px solid #dfdfdf;
}

.my-account-contact-subject {
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    color: #333333;
}

.my-account-contact-number-title {
    font-size: 12px;
    font-style: normal;
    color: #999999;
}

.my-account-contact-number {
    font-size: 16px;
    color: #333333;
}

.my-account-contact-speaker-name {
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
}

.my-account-contact-messages-qty {
    font-size: 12px;
    padding-top: 2px;
}

.my-account-message {
    margin-top: 15px;
}

.my-account-message-bubble {
    background-color: #f7f7f7;
    border-color: #cccccc;
}

.my-account-message__staff .my-account-message-bubble {
    border: 1px solid #dfdfdf;
}

.my-account-mypayments-wrapper, .my-account-mypayments-list {
    width: 385px;
}

.my-account-add-payment {
    border: none;
}

.my-account-text {
    padding-left: 0;
}

/*------------- End My Account -------------*/

/*------------- Invite Friends -------------*/

.service-page_title {
    font-weight: bold;
    margin-top: 70px;
}

.service-page_subtitle {
    color: #7f7f7f;
}

.web-form__invite-friends {
    padding: 20px;
}

.social-media {
    margin: 20px auto;
    width: 660px;
}

.button__facebook__special {
    margin: 10px;
    width: 260px;
    float: left;
}


.button__twitter, .button__twitter:visited {
    background-color: #2ba9e1;
    border: none;
    margin: 10px;
    width: 260px;
    float: right;
}

    .button__twitter:hover {
        background-color: #33b3eb;
        border: none;
    }

/*------------- End Invite Friends ----------*/

/*------------- Priority -------------------*/

.priority-item-text {
    color: #b2b2b2;
    font-size: 18px;
    font-style: normal;
    display: inline-block;
}


.text-line__priority {
    display: inline-block;
}


/*------------- End Priority ---------------*/

/*------------- Service Page ---------------*/

.service-page {
    padding-top: 10px;
}

.service-page-title {
    font-size: 22px;
    font-style: normal;
    color: #333333;
    line-height: 22px;
    margin-bottom: 25px;
    text-transform: none;
}

.service-page-text h2,
.service-page-text b {
    color: #333333;
    font-size: 18px;
    font-style: normal;
    text-transform: none;
}

.service-page-text {
    color: #676767;
    font-size: 12px;
    font-style: normal;
}

.help-content {
    width: 665px;
}


/*------------- End Service Page ------------*/

/*------------- Footer ---------------------*/

.footer-content {
}

.footer__bg {
    background: #f7f7f7;
}

.hrz-menu__footer-links {
    float: none;
    margin-top: 10px;
    margin-right: 35px;
    margin-bottom: 5px;
    vertical-align: middle;
}

    .hrz-menu__footer-links a {
        color: #7F3F97;
    }

        .hrz-menu__footer-links a:hover {
            color: #7F3F97;
        }

.footer-content-followus {
    display: inline-block;
    vertical-align: middle;
    margin-top: 9px;
}

.pay-systems__border {
    border-top: none;
}

.pay-systems-secure-block {
    margin-top: -4px;
}

.pay-systems-secure_text {
    color: #333333;
}

/*------------- End Footer -----------------*/


/* ------------------ cookie message -------------------*/

.cookie-info-block_link {
    color: #ef3b2f;
}

    .cookie-info-block_link:hover {
        color: #ff3b2f;
    }

/* -------------- end cookie message -------------------*/

/* ----------------------- Authority to leave ------------------------- */

.auth-to-leave_title {
    color: #333333;
    font-size: 12px;
    margin-bottom: 3px;
}

.auth-to-leave_button {
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    padding: 10px;
    background-color: #ffffff;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
}

.auth-to-leave_button__active, .auth-to-leave_button__active:hover {
    border: 1px solid #0067b2;
}

/* ------------ popup -------------- */

.auth-to-leave-popup_title {
    font-style: normal;
}



.auth-to-leave-popup-description {
    color: #b2b2b2;
    font-size: 12px;
    font-style: normal;
    padding: 20px 0 0;
    text-align: left;
}

.auth-to-leave-popup_limit-field {
    color: #7F7F7F;
    font-size: 11px;
    font-style: normal;
    text-align: left;
    padding-top: 3px;
}

.auth-to-leave-popup-description_link {
    color: #b2b2b2;
    font-size: 12px;
    font-style: normal;
    text-decoration: underline;
}

    .auth-to-leave-popup-description_link:hover {
        color: #4cc2c2;
    }



/* ------------------- end Authority to leave ------------------------- */

/* ------------------------ Search ----------------------------*/

.search_input-wrapper {
    background: none;
}

.search_input {
    background: #fff;
    border-color: #ccc;
    border-radius: 4px;
}

    .search_input:focus {
        border-color: #7F3F97;
    }

input.search_input::-webkit-input-placeholder {
    padding-top: 2px;
}

input.search_input::-webkit-input-placeholder {
    color: #676767;
    font-size: 16px;
    line-height: 25px;
    vertical-align: bottom;
}

input.search_input::-moz-placeholder {
    color: #676767;
    font-size: 16px;
}
/* Firefox 19+ */
input.search_input:-moz-placeholder {
    color: #676767;
    font-size: 16px;
}
/* Firefox 18- */
input.search_input:-ms-input-placeholder {
    color: #676767;
    font-size: 16px;
}

.search-nothing-found_title {
    color: #333;
}

.search-nothing-found_text {
    color: #676767;
}

.cross-icon__search-input {
    background-color: #fff;
}

.left-menu-block__search {
    margin-top: 0;
}

.left-menu__search > li {
    margin-bottom: 10px;
}

.left-menu__search .left-menu-category, .left-menu__search .left-menu-category:hover {
    color: #333333;
    font-size: 22px;
    font-style: normal;
    text-transform: none;
    padding: 10px;
}

.items-list-subcategory-name_item {
    font-style: normal;
}

.left-menu__search .items-list-subcategory-name {
    color: #676767;
}

    .left-menu__search .items-list-subcategory-name:hover {
        color: #676767;
    }

.left-menu__search .left-menu-sub a.left-menu-sub-select, .left-menu__search .left-menu-sub a.left-menu-sub-select:hover {
    color: #333333;
}

.left-menu__search .left-menu-sub a.left-menu-sub-null, .left-menu__search .left-menu-sub a.left-menu-sub-null:hover {
    color: #999999;
}

.left-menu__search .left-menu-sub a, .left-menu__search .left-menu-sub a:hover {
    padding: 4px 10px 0 30px;
}

    .left-menu__search .left-menu-sub a.left-menu-sub-select, .left-menu__search .left-menu-sub a.left-menu-sub-select:hover {
        padding: 4px 10px 0 10px;
    }

.expand-items {
    height: 20px;
    margin-bottom: 0;
    margin-top: 5px;
}

.expand-items-line, .expand-items-border {
    background: #ededed;
}

.expand-items-line {
    height: 20px;
}

.expand-items .expand-items-line, .expand-items:hover .expand-items-line {
    border: none;
}

.expand-items-line:hover, .expand-items:hover .expand-items-border {
    background: #e5e5e5;
}

.expand-items-arrow {
    margin-bottom: 5px;
}

.range-filter {
    padding: 0 10px 10px 10px;
}

.nstSlider .leftLabelCurrent,
.nstSlider .rightLabelCurrent {
    background: #ffffff;
}

.nstSlider .rightGrip, .nstSlider .rightGrip:hover, .nstSlider .leftGrip, .nstSlider .leftGrip:hover {
    background: #7F3F97;
}

    .nstSlider .rightGrip:hover, .nstSlider .leftGrip:hover {
        background: #6a2886;
    }

.nstSlider .bar {
    background: #7F3F97;
}

/* ---------------------- end Search --------------------------*/

/*------------------------ Braintree Checkout -----------------------------*/

.link-decor, .link-decor:visited, .link-decor:hover, .notifier-inner_information .link-decor {
    color: #7F3F97;
    font-size: 12px;
    font-style: normal;
    text-decoration: underline;
}

    .link-decor:hover, .notifier-inner_information .link-decor:hover {
        color: #7F3F97;
        text-decoration: underline;
    }

    .link-decor:focus {
        outline: none;
    }

.link-decor__border {
    border-bottom: none;
}

.checkout-block_title {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    border: none;
    margin: 0 0 5px 0;
    padding: 0;
}

.list-row {
    border: none;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    border-top: none;
    padding: 10px 0;
    margin-top: -1px;
    font-size: 14px;
}

    .list-row:first-child {
        border-top: 1px solid #e5e5e5;
    }

/* ------------------ dublicate from login ---------------*/

.login-fpassw, .login-fpassw:visited, .go-to-login, .go-to-login:visited, .join-agree-link, .join-agree-link:visited {
    color: #7F3F97;
    text-decoration: none;
}

    .login-fpassw:hover, .go-to-login:hover, .join-agree-link:hover {
        color: #7F3F97;
        text-decoration: underline;
    }

/*---------------------- Item List -----------------------*/

.list-item-description_name {
    color: #676767;
    display: block;
    font-size: 14px;
    font-style: normal;
    margin-bottom: 10px;
}

.list-item-description_size {
    color: #333333;
    font-size: 12px;
    font-style: normal;
}

.list-item-description_total {
    color: #000000;
    font-size: 20px;
    font-weight: normal;
}

.list-item-description-qty {
    width: 120px;
}

.list-item-description-qty-value {
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
}

.list-item-description-qty-button {
    line-height: 30px;
    font-weight: bold;
    color: #333;
}

.checkout-list-item-qty-down {
    line-height: 27px;
}

.list-item-description-qty-wrapper, .list-item-description-qty-wrapper:hover {
    background: #e5e5e5;
    border: none;
    border-radius: 15px;
    color: #333333;
    height: 30px;
    line-height: 30px;
    width: 30px;
    border: none;
}

    .list-item-description-qty-wrapper:hover {
        background: #7F3F97;
        color: #fff;
    }

        .list-item-description-qty-wrapper:hover .list-item-description-qty-button {
            color: #fff;
        }

/*--------------------- Summary Light --------------------*/
.summary-row_title, .summary-row_value {
    color: #676767;
    font-size: 12px;
    font-style: normal;
}


.summary-row_title__total, .summary-row_value__total, .mypay-block-text, .mypay-block-price {
    color: #333333;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
}


.summary-row:first-child {
    padding-top: 0;
}

/*------------------------ SOD ---------------------------------*/

.sod-item-list-option_icon {
    background-position: -60px -230px;
}


/*--------------------------- Web Form Light -------------------*/

.web-form-second {
    margin-top: 5px;
}

.form-field-second {
}

.form-field-second_label {
    color: #676767;
    font-size: 12px;
    font-style: normal;
    margin-bottom: 2px;
}

.form-field-second_content {
}

.input-text-second, .select-second {
    background-color: #fff;
    border-radius: 4px;
    font-size: 14px;
    padding: 7px 5px 8px;
    border: 1px solid #ccc;
}

    .input-text-second:focus, .select-second:focus {
        border: 1px solid #7F3F97;
    }

.form-field-second__noborder {
    border: none;
}



/*---------------------- Braintree Forms ----------------------------*/

.braintree-payment-list {
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
}

.bt-payments-list-loading {
    border: none;
}

.form-field-second__payment {
    border-bottom: 1px solid #e5e5e5;
}

.form-field-second_label__payment {
    font-style: normal;
}

.input-text-second__payment {
    background-color: transparent;
    border: 0;
}

.braintree-payment label {
    color: #676767;
    font-size: 12px;
    font-style: normal;
    margin-bottom: 2px;
}

.web-form-second #card-number,
.web-form-second #cvv,
.web-form-second #expiration-date {
    height: 36px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ccc;
}

#card-number.braintree-hosted-fields-invalid,
#cvv.braintree-hosted-fields-invalid,
#expiration-date.braintree-hosted-fields-invalid {
    background: #FFF3FA;
}

.braintree-hosted-fields-focused {
    border-color: #7F3F97 !important;
}
/*------------------- Masterpass -------------------*/

.button-master-pass, .button-master-pass:visited, .button-master-pass:hover {
    padding: 0;
    border: none;
}

.masterpass-icon__space {
    margin: 7px 0 -1px 0;
}

.button-master-pass-wrapper {
    border-radius: 5px 6px 6px 5px;
}

.button-master-pass-arrow {
    border-radius: 0 5px 5px 0;
}

.button-master-pass-wrapper,
.button-master-pass-arrow {
    display: none;
}

.button-master-pass .button-master-pass-wrapper,
.button-master-pass .button-master-pass-arrow {
    display: block;
}

.button-master-pass .pay-button-text {
    display: none;
}

/*------------------- End Masterpass -------------------*/

/*-------------------- New PayPal ------------------------*/

.braintree-paypal-button, .braintree-paypal-button:visited, .braintree-paypal-button:hover {
    background: #FFDB4B;
    padding: 10px 20px;
}

    .braintree-paypal-button:hover {
        background: #f7c53a;
    }

.paypal-button-text,
.paypal-button-icon {
    display: none;
}

.pay-button-text {
    display: inline-block;
}

.braintree-paypal-button .paypal-button-text,
.braintree-paypal-button .paypal-button-icon {
    display: inline-block;
}

.braintree-paypal-button .pay-button-text {
    display: none;
}

/*-------------------- End New PayPal --------------------*/

.form-field-second_label__code {
    color: #333333;
    font-size: 12px;
    font-style: normal;
    line-height: 25px;
}

.input-text-second__code {
    background-color: transparent;
    border-radius: 4px;
    vertical-align: bottom;
    width: 120px;
    padding: 3px;
}

/*------------------------- Confirm page ---------------------------- */

.confirm-block {
    font-size: 18px;
    margin-top: 30px;
}

.confirm-header, .confirm-p, .checkout-confirm-invoice {
    font-size: 18px;
}

.checkout-confirm-invoice {
    font-weight: bold;
}

/*------------------------ end Braintree Checkout -----------------------------*/

/* ---------------------- OurPay ------------------------------*/

.product-mypay-details, .schedule-date, .schedule-total, .schedule-status, .payment-method-container_text, .mypay-message, #braintreeForm .terms-check-block-label__ourpay, .terms-check-block-label__ourpay, .mypay-confirm, #braintreeForm .terms-check-block-label, .terms-check-block-label a {
    font-style: normal;
}

.schedule-total {
    text-transform: none;
}

.ourpay-arrow-img {
    top: 8px;
}

.mypay-button, .mypay-button:visited, .mypay-button:hover {
    padding: 9px 0 7px;
}

.button__sixth-color, .button__sixth-color:visited, .button__sixth-color:hover {
    background: none;
    background-color: #FB7E08;
    border-left: 1px solid #FF8819;
    border-top: 1px solid #FF8819;
    border-right: 1px solid #ED7200;
    border-bottom: 1px solid #ED7200;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .button__sixth-color:hover {
        background-color: #FC881B;
    }

.mypay-planned-transactions .schedule-date, .mypay-planned-transactions .schedule-total {
    width: 60px;
}

.payment-method-container_text {
    top: 230px;
}

.payment-method-block {
    width: 340px;
    top: 115px;
    right: -5px;
}

.summary-wrapper__new-payment-method {
    margin-top: 20px;
}

.mypay-message {
    line-height: 20px;
}

.terms-check-block-label {
    font-style: normal;
}

    .terms-check-block-label__ourpay a, .terms-check-block-label a, .terms-check-block-label-link {
        color: #7F3F97;
    }

        .terms-check-block-label__ourpay a:hover, .terms-check-block-label a:hover, a:hover.terms-check-block-label-link {
            color: #7F3F97;
        }

.payment-icons__ops-logo {
    margin-top: 0;
}

.product-mypay-transaction-count {
    padding-right: 15px;
}

.braintree-paypal-button__checkout {
    background: #ffc439 !important;
    box-shadow: none;
    padding: 6px 5px;
    font-size: 12px;
    text-transform: none;
}

    .braintree-paypal-button__checkout:hover {
        box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0.05);
        padding: 6px 5px;
        font-size: 12px;
        text-transform: none;
    }

.braintree-paypal-button__credit {
    background: #003087 !important;
    box-shadow: none;
    padding: 6px 5px;
}

    .braintree-paypal-button__credit:hover {
        background: #003087 !important;
        box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.2);
        padding: 6px 5px;
    }

/* ---------------------- Pickup points -----------------------*/

.pickup-title, .pickup-name, .pickup-address {
    font-style: normal;
}

.pickup-title {
    color: #7F3F97;
}

.pickup-item .list-row {
    border: none;
    border-bottom: 1px solid #dfdfdf;
}

.pickup-current .list-row {
    border-top: none;
}

.pp-empty-message {
    font-size: 12px;
}

.pickup-title, .pickup-postcode .form-field-second {
    border-bottom: 1px solid #dfdfdf;
}

.pickup-postcode .input-text-second {
    padding: 3px 5px;
    background-color: #ffffff;
    margin-top: 3px;
}

.pickup-postcode .form-field-second {
    margin-bottom: 0;
}

.pickup-point-switcher_item__selected, .pickup-point-switcher_item__selected:hover {
    border-bottom: 5px solid #7F3F97;
    color: #7F3F97;
}

.pickup-name {
    font-size: 14px;
    margin-bottom: 3px;
}

.pickup-address {
    font-size: 12px;
}

.pickup-point-map {
    font-family: Arial, Helvetica, sans-serif;
}

.pickup-point-choose-wrapper .list-row-hover:hover {
    background-color: #F9F9F9;
}

.pickup-point-choose-wrapper .pickup-list__selected, .pickup-point-choose-wrapper .pickup-list__selected:hover {
    background-color: #ededed;
}

.pickup-postcode .form-field-second_label {
    font-size: 12px;
}

.pickup-point-switcher_item {
    text-transform: none;
}

/* ------------ delivery options --------------- */

.radio-sw-item__selected:hover .radio-sw-item-button_icon {
    border-color: #7F3F97;
}

.radio-sw-item-button_icon__selected {
    border-color: #7F3F97;
}

    .radio-sw-item-button_icon__selected::after {
        background-color: #7F3F97;
    }

.ops-link, .ops-link:visited, .ops-link:hover {
    color: #7F3F97;
}

.radio-sw-item-label-desc {
    color: #676767;
}

/*------------ Confirm ---------------------------*/
.mypay-confirm {
    border-color: #cccccc;
}

.mypay-confirm-invoice,
.mypay-confirm-info,
.mypay-confirm-footer {
    color: #676767;
}

/* ------------ modal popup -------------*/

.modal-popup_button {
    background: #39b54a;
}

    .modal-popup_button:hover {
        background: #39b54a;
    }

.consent-services-item_link {
    color: #7F3F97;
}

/* ----------- switch -------------*/

.switch-label {
    color: #333;
}

    .switch-label a {
        color: #7F3F97;
        text-decoration: none;
    }

        .switch-label a:hover {
            color: #7F3F97;
            text-decoration: underline;
        }

.switch-option__selected .switch-option__true {
    background-color: #39b54a;
    border-right: 1px solid #39b54a;
}

/* ------------ Personalization -------------*/

.personalization-wrapper {
    border: 1px solid #ccc;
}

.product-customize-fields-title {
    background-color: #7f3f97;
    font-size: 14px;
}

.product-customize-fields-name {
    font-size: 12px;
    color: #333;
}

.product-customize-fields-input {
    color: #333;
    border-color: #ccc;
}

    .product-customize-fields-input:hover,
    .product-customize-fields-input:focus {
        border-color: #7f3f97;
    }

.product-customize-fields-wrapper {
    border: 1px solid #ccc;
}

    .product-customize-fields-wrapper:hover,
    .product-customize-fields-wrapper:focus {
        border-color: #7f3f97;
    }

.product-customize-list-item {
    background-color: #fff;
    font-size: 12px;
    border: 1px solid #ccc;
}

    .product-customize-list-item:hover {
        border-color: #7f3f97;
    }

.product-customize-list-item__selected,
.product-customize-list-item__selected:hover {
    background-color: #7f3f97;
    color: #fff;
    border: 1px solid #7f3f97;
}

.product-customize-list-item__pic {
    background-color: #fff;
    border: 1px solid #ccc;
}

    .product-customize-list-item__pic:hover {
        background-color: #fff;
        border: 1px solid #7f3f97;
    }

.product-customize-list-item__pic-selected,
.product-customize-list-item__pic-selected:hover {
    border: 3px solid #7f3f97;
}

/*----------------------- guest-login --------------------*/

.guest-login-description,
.guest-login-description .link-decor {
    font-size: 11px;
}