.wish-button, .affirm-section-pr-page{
    position: relative;
    text-align: right;
    padding: 0px 30px 23px;
}

.wish-button i{
    color: #ce0000;
    font-size: 20px;
}

.total-price-cart {
    margin-right: 10px;
}

.wish-button .gift-button i{
    color: #5a5757;
}

.wish-button span{
    margin-left: 5px;
}

.alertify-notifier{
    color: #fff;
}

.w-list-button{
    display: inline-flex;
    align-items: center;
}

.w-list-button-disabled{
    cursor: default;
    color: #a5a3a3;
}

.w-list-button-disabled i{
    color: #a5a3a3
}

.wish-button .btn--gray {
    padding: 10px 20px;
    margin: 0 0 0 10px;
    font-family: ProximaNova-Bold, sans-serif;
}

.on-sale{
    color: red;
    margin-top: 10px;
}

.pr-thumbnail-wish-list{
    width: 10%;
}

.pr-name-wish-list{
    width: 60%;
    vertical-align: middle !important;
}

.pr-nav-wish-list{
    width: 25%;
    text-align: right;
    vertical-align: middle !important;
}

.pr-remove-wish-list{
    width: 5%;
    vertical-align: middle !important;
    text-align: center !important;
    font-size: 25px;
}

.woocommerce-message{
    padding: 15px 50px;
}

.options-wish-list{
    overflow: hidden;
    padding: 6px 15px;
    background-color: #f6f6f6;
}

.options-wish-list .label, .options input[type=checkbox]+.label, .options-wish-list input[type=checkbox]+label, .options-wish-list label {
    color: #000;
    font-size: 13px;
    font-family: ProximaNova-Bold, sans-serif;
}

.options-wish-list input[type=radio] {
    position: absolute;
    z-index: -2;
    height: 0;
    width: 0;
    visibility: hidden;
}

.options-wish-list input[type=radio]:checked+.label, .options-wish-list input[type=radio]:checked+label {
    background-color: #fff;
}

.options-wish-list input[type=radio]+.label, .options-wish-list input[type=radio]+label {
    padding: 7px 10px;
    font-family: ProximaNova-Light, sans-serif;
}

.options-wish-list .options__group {
    margin-right: 45px;
    padding-top: 3px;
}

.options-wish-list input[type=radio]+.label .icon, .options-wish-list input[type=radio]+label .icon {
    display: none;
}

.options-wish-list input[type=radio]:checked+.label .icon, .options-wish-list input[type=radio]:checked+label .icon {
    display: inline-block;
    font-size: .6rem;
}

.wish-list-row{
    position: relative;
}

.wish-loader {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(255, 255, 255, .8);
    z-index: 99;
    -webkit-animation-name: loader;
    animation-name: loader;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
}

.wish-loader_centred {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.wish-loader_centred .icon-loader::before {
    content: url('../img/icons/loader.svg');
}

.download-section{
    display: flex;
    flex-flow: column;
}

.download-section .first-row{
    display: flex;
    align-items: center;
}

.download-section .second-row{
    display: flex;
    align-items: center;
    color: #7d7d7d;
    text-decoration: underline;
    font-family: ProximaNova-Bold, sans-serif;
    font-size: 20px;
    margin-top: 20px;
}

.download-section .second-row a:not(:first-child){
    margin-left: 120px;
}

.download-section .second-row a:first-child{
    margin-left: 28px;
}

.download-section h3{
    margin-left: 10px;
    font-family: ProximaNova-Bold, sans-serif;
    font-size: 20px;
}

.-va-middle {
    vertical-align: middle;
}

.main-footer .footer__top-section,
.main-footer .footer__bottom-section {
    padding: 15px 0;
    color: #717171;
}

.main-footer .footer__top-section {
    border-bottom: 2px solid #b9b9b9;
    font-family: 'ProximaNova-Bold', sans-serif;
}

.main-footer .footer__top-section .social__links {
    display: flex;
    justify-content: flex-end;
    color: #464646;
}

.main-footer .footer__bottom-section .links-list .list-link {
    display: block;
    padding: 5px 0;
}

.main-footer .footer__bottom-section .links-list .list-link:hover {
    color: #000000;
}

.select-bordered {
    display: inline-block;
    overflow: hidden;
    width: 100px;
    border-radius: 5px;
    border: 2px solid #d0d0d0;
    margin-left: 10px;
    background: transparent url("./img/caret-down.png") no-repeat 96% 12px;
}

.checkout-con {
    margin-left: 100px;
}

.checkout-con .breadcrumbs {
    padding-left: 0;
}

.woocommerce-checkout .anr_captcha_field_div {
    display: flex;
    justify-content: flex-end;
    margin: 20px;
}

#tab-reviews .g-recaptcha {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

#commentform {
    height: auto;
}

#tab-reviews a.ywar_filter_order {
    padding: 10px 30px;
}

.page-single-product .product-box .woocommerce .comment_container {
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    padding: 30px 10px 0 30px !important;
}

@media (max-width: 768px) {
    .select-bordered {
        margin-left: 0;
    }
}

.select-bordered select {
    height: 30px;
    width: 120px;
    border: 0;
    background: transparent;
    outline: none;
}

.header__nav li {
    padding: 0 15px;
}

@media screen and (min-width: 875px) {
    .header-top .header__centred-side {
        width: 100%;
        padding: 0 200px;
    }

    .header-top .header__left-side,
    .header-top .header__right-side {
        width: auto;
        position: absolute;
        left: 15px;
        z-index: 2;
    }

    .header-top .header__right-side {
        right: 15px;
        left: auto;
    }
}

@media screen and (min-width: 875px) {
    .header-top {
        text-align: center;
    }

    .header-top .header__left-side,
    .header-top .header__right-side {
        width: 100%;
    }
}

@media screen and (min-width: 875px) {
    .header-top .header__left-side,
    .header-top .header__right-side {
        width: auto;
    }
}

.main-footer .footer__bottom-section .main-section {
    position: relative;
    top: -60px;
    margin-bottom: -60px;
}

@media (max-width: 1100px) {
    .main-footer .footer__bottom-section .main-section {
        top: 0;
        width: 100%;
        margin-bottom: 0;
    }
    .for-mobile-language {
        display:none;
    }
}

.main-footer .footer__bottom-section .links-list .list-title {
    font-weight: bold;
    margin-bottom: 20px;
}

@media (max-width: 560px) {
    .main-footer .footer__bottom-section .links-list .list-title {
        margin-bottom: 10px;
    }
}

.main-footer .main-section {
    display: flex;
    justify-content: space-around;
    width: 50%;
}

.main-footer .main-section .col {
    align-self: stretch;
    padding: 0 5px;
    max-width: 165px;
    min-width: 100px;
}

.main-footer .col-3 {
    height: 100%;
}

@media (max-width: 560px) {
    .main-footer .col-3 {
        height: auto;
    }
}

.main-footer .row {
    display: flex;
}

@media (max-width: 768px) {
    .select-bordered {
        margin-left: 0;
    }
}

.header__nav .js-drop__content a {
    color: #000000;
    text-align: left;
}

@media (max-width: 630px) {
    .checkout-con {
        margin-left: 0px;
    }

    .checkout-con .breadcrumbs {
        padding-left: 15px;
    }
}

@media (max-width: 560px) {
    .header__nav-box .js-drop__content a {
        color: #000000;
        text-align: left;
    }

    .header__nav-box .js-drop__content a:hover {
        color: #fd1010;
    }
}

.for-desktop {
    display: block;
}

.for-tablet {
    display: none;
}

@media screen and (max-width: 985px) {
    .header__nav li {
        padding: 0 15px;
    }
}

@media screen and (max-width: 1010px) {
    .header__nav li {
        padding: 0 10px;
    }

    .header-top .header__centred-side {
        display: block;
        padding: 0;
    }
}

@media screen and (max-width: 1260px) {
    .for-desktop {
        display: none;
    }

    .for-tablet {
        display: block;
    }

    .header-top .header__centred-side {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

*,
*:before,
*:after {
    box-sizing: border-box;
    margin: 0px;
}

*:not(.overview-chart__item__content ul),
*:not(.overview-chart__item__content ul):before,
*:not(.overview-chart__item__content ul):after {
    /*padding: 0px;*/ }

.header__nav-box li:first-of-type {
    padding-left: 0;
}

.header-top ul.header__nav-box{padding-right:15px;}

@media (max-width: 900px) {
    .download-section .second-row {
        align-items: flex-start;
        flex-flow: column;
    }

    .download-section .second-row a:first-child, .download-section .second-row a:not(:first-child) {
        margin-left: 0;
    }
}

@media (max-width: 875px) {
    .header__logo {
        margin: 3px auto;
        position: absolute;
        left: 45%;
        top: 50%;
        bottom: 0;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 0;
    }
    .header__nav, .header__sub-nav--tablet, .hide-after-550 {
        display: none !important;
    }

    .header__nav, .header__sub-nav--tablet, .hide-after-550 {
        display: none !important;
    }
}

@media (max-width:751px) {
    .main-footer .main-section.for-desktop {
        display:none;
    }
}updateProductList

@media (max-width: 400px) {
    .main-footer .footer__top-section .social__links {
        bottom: 10px;
        left: 50%;
    }
}

.header-top .header__centred-side ul.header__nav-box > li > a:hover,
.header-top .header__centred-side ul.header__nav-box > li.js-open > a{
    min-height: 61px;
}

.header__right-side .main-nav-icons li {
    padding: 0 15px;
}

.header__right-side .main-nav-icons li:last-of-type {
    padding-right: 10px;
}

.cart_totals .affirm-as-low-as {
    min-width: 400px;
}

@media (max-width: 1100px) {
    .cart_totals .affirm-as-low-as {
        min-width: 350px;
    }

    .page-cart .cart_totals {
        padding-right: 0px;
    }

    .cart_totals {
        width: 100% !important;
    }
}

@media (max-width: 420px) {
    .cart_totals .affirm-as-low-as {
        min-width: 320px;
    }
}

@media (max-width: 740px) {
    .header__right-side .main-nav-icons li {
        padding: 0 10px;
    }
}

.header-background {
    background-color: #323232;
}

.user-icon-wrapper {
    width: 30px;
    max-width: 30px;
    height: 30px;
    overflow: hidden;
    text-align: center;
    position: relative;
    top: -4px;
}

.user-icon {
    width: 100%;
    height: 60px;
}

.user-icon-bg {
    fill: #fff;
}

.bag-icon-wrapper {
    position: relative;
}

.bag-icon {
    width: 28px;
    height: 28px;
}

.bag-icon-bg {
    fill: #fff;
}

.menu .menu__item .menu__link.more {
    padding-right: 20px;
}

.more-icon {
    width: 5px;
    height: 5px;
    overflow: hidden;
    display: block;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 4px;
    border: 5px solid transparent;
    border-top: 5px solid #9b9b9b;
}

.menu__link:hover .more-icon,
.menu__item.js-open .menu__link .more-icon{
    border: 5px solid transparent;
    border-top: 5px solid #f18807;
    transition: 0.4s ease;
}

.menu__item {
    position: relative;
}

.menu__link:before {
    position: absolute;
    content: '';
    width: 0;
    height: 6px;
    bottom: 0;
    left: 0;
    background: #f18807;
    left: -9px;
}

.menu__link {
    position: relative;
    color: #ffffff;
    min-height: 61px;
}

.menu__link:hover,
.menu__item.js-open .menu__link
{
    color: #f18807;
    transition: 0.4s ease;
}

.menu__link:before
{
    transition: 0.4s ease;
}

.menu__link:hover:before,
.menu__item.js-open .menu__link:before
{
    width: calc(100% + 18px);
}

.sub-menu__link, .js-drop__content .sub-menu__item .sub-menu__link {
    color: #000000;
}

.sub-menu .sub-menu__link:hover {
    color: #f18807;
    font-weight: bold;
    transition: 0.4s ease;
}

.header-top .drop--gray > .sub-menu.js-drop__content,
.header-top .js-drop__content.categories-list {
    margin-left: -9px;
}

.header-top .drop--gray .sub-menu.js-drop__content:not(.categories-list) {
    left: 15px;
}

@media screen and (max-width: 1010px) {
    .header-top .drop--gray .sub-menu.js-drop__content:not(.categories-list) {
        left: 10px;
    }
}

/*@media screen and (max-width: 895px) {
    .header-top .drop--gray .sub-menu.js-drop__content:not(.categories-list) {
        left: 10px;
    }
}*/
.header-top .drop--gray > .sub-menu.js-drop__content,
.header-top .js-drop__content.categories-list {
    -webkit-box-shadow: 0 1px 11px 0 rgba(35, 31, 32, 0.2);
    box-shadow: 0 1px 11px 0 rgba(35, 31, 32, 0.2);
}

.body-text p {
    margin: 10px 0;
}

.cart.not-empty .cart__number {
    position: absolute;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    bottom: 8px;
    right: -4px;
    min-width: 12px;
    padding: 1px 2px;
    font-size: 15px;
}



.main-section {
    text-align: center;
    justify-content: center;
}


.footer-dropdown-list {
    padding: 0px 5px;
    margin: auto;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 999999;
    bottom: 60px;
}

@-moz-document url-prefix() {
    @media (max-width: 901px) {
        #list-drop-Company {
            bottom: 54px;
        }
    }
}

.links-title-opened {
    border: 1px #717171;
    border-style: dotted;
}

a .list-title  {
    margin-bottom: 0px;
}

.sub-list-elem {
    text-align: left;
    padding-left: 20px;
}

.links-list {
    position: relative;
}

.sub-sub-menu__link {
    padding-left: 30px !important;
    background-color: #eaeaea;
    color: #000000 !important;
}

.js-open .mobile-sub-menu {
    overflow-y: scroll;
    height: 70%;
}

.mobile-menu-arrow {
    padding: 5px;
    float:right;
}

.sub-sub-menu__content {
    display: none;
}

.js-sub-sub-menu__content-opened {
    display: block;
}

.container-gift {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    margin-top: 15px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container-gift .label-gift{
    font-size: 16px;
}

/* Hide the browser's default checkbox */
.container-gift input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark-gift {
    position: absolute;
    left: 0;
    height: 25px;
    width: 25px;
    border: 2px solid #000;
    border-radius: 7px;
}

/* On mouse-over, add a grey background color */
.container-gift:hover input ~ .checkmark-gift {
    background-color: #ccc;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-gift:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-gift input:checked ~ .checkmark-gift:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-gift .checkmark-gift:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #000;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.exclude-products {
    display: none;
    background: #b40000;
    color: #fff;
    padding: 20px;
}

.exclude-products p {
    font-size: 18px;
    font-family: ProximaNova-Bold,sans-serif;
}

.exclude-products ul {
    list-style-type: decimal;
    padding: 15px;
}

.user-verification {
    text-align: center;
}

#formFilter .for-inline {
    display: flex;
    align-items: center;
}

.account-pdf-url {
    padding-bottom: 2px;
}

.account-pdf-second {
    margin-left: 23px !important;
    margin-top: 5px;
    display: inline-flex;
}

.header__nav .graphical-link{
    width: 50px;
    padding: 15px 10px;
}

.graphical-image{
    width: 100%;
    padding-bottom: 100%;
    background-position: center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.graphical-image-mobile{
    width: 5%;
    padding-bottom: 5%;
    background-position: center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
.woocommerce-form-login{
    background-color: #fff;
    border: none!important;
    margin: 0!important;

}
.woocommerce-form-login .woocommerce-form__input-checkbox{
    z-index: 999!important;
    position: relative;
    height:auto;
    width:auto;

}
.woocommerce-form-login .woocommerce-form__label-for-checkbox{
    margin-top: 10px;
}

.woocommerce-form-login input[type=checkbox]{
    visibility: visible!important;
    height: 13px!important;
    width: 13px!important;
}

#launcher {
    right: auto !important;
}

#webWidget {
    right: auto !important;
}

.resent-verification {
    text-align: center;
    margin-bottom: 20px;
    color: #717171;
}