.btn,
.detail-button,
.header-buttons__btn{
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 4px 10px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 1px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline:none;
}

.btn-primary-small {
    padding: 0 12px;
    height: 40px;
    min-width: 162px;
    line-height: 40px !important;
    font-weight: 600;
    border: none;
    border-radius: 1px;
}
.btn-primary-medium {
    padding: 0 12px;
    height: 50px;
    min-width: 162px;
    line-height: 50px !important;
    font-weight: 600;
    border: none;
    border-radius: 1px;
}
.btn-primary-large {
    padding: 0 21px;
    height: 50px;
    min-width: 162px;
    line-height: 50px !important;
    font-weight: 600;
    border: none;
    border-radius: 1px;
}
.btn-primary-small.btn-long{
    min-width:200px;
}
@media(max-width:1024px) {
    .t-100 {
        width:100%;
    }
}
@media(max-width:767px) {
    .m-100 {
        width:100%;
    }
}
@media(max-width:767px) {
    .btn.btn-m-30 {
        height: 30px;
        line-height: 30px !important;
        min-width:auto;
    }
}

@media(max-width:767px) {
    .btn-block-mobile {
        width:100%;
    }
}
.btn:focus{
    outline: none
}

.btn:hover,
.header-buttons__btn:hover,
.btn:focus,
.home-productBox .product-block .detail-button:focus,
.header-buttons__btn:focus,
.btn.focus,
.home-tabs .product-block .focus.detail-button,
.focus.header-buttons__btn {
    color: #fff;
    text-decoration: none;
}

.btn:active,
.header-buttons__btn:active,
.btn.active,
.home-tabs .product-block .active.detail-button,
.active.header-buttons__btn {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.disabled.header-buttons__btn,
.btn[disabled],
.home-tabs .product-block [disabled].detail-button,
[disabled].header-buttons__btn,
fieldset[disabled] .btn,
fieldset[disabled] .home-tabs .product-block .detail-button,
.home-tabs .product-block fieldset[disabled] .detail-button,
fieldset[disabled] .header-buttons__btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none;
}

a.btn.disabled,
a.disabled.header-buttons__btn,
fieldset[disabled] a.btn,
fieldset[disabled] .home-tabs .product-block a.detail-button,
.home-tabs .product-block fieldset[disabled] a.detail-button,
fieldset[disabled] a.header-buttons__btn {
    pointer-events: none;
}

.btn-white {
    color: #fff;
    background-color: #fff;
    border-color: #fff;
}

.btn-black-white {
    color: #000000;
    background-color: #fff;
    border-color: #fff;
}

.btn-default {
    color: #fff;
    background-color: #ff4842;
    border-color: #ff4842;
}

.btn-gray {
    color: #fff;
    background-color: #969696;
    border-color: #969696;
}

.btn-gray:hover {
    color: #fff;
    background-color: #6e6e6e;
    border-color: #6e6e6e;
}

.btn-default:focus,
.btn-default.focus {
    color: #fff;
    background-color: #e23f3a;
    border-color: #e23f3a;
}

.btn-default:hover {
    color: #fff;
    background-color: #e23f3a;
    border-color: #e23f3a;
}

.btn-black-white:hover {
    color: #000000;
    background-color: #fff;
    border-color: #fff;
}

.btn-black-white:active:hover,
.btn-black-white:active:focus,
.btn-black-white:active.focus,
.btn-black-white.active:hover,
.btn-black-white.active:focus,
.btn-black-white.active.focus,
.open > .btn-black-white.dropdown-toggle:hover,
.open > .btn-black-white.dropdown-toggle:focus,
.open > .btn-black-white.dropdown-toggle.focus {
    color: #000000;
    background-color: #fff;
    border-color: #fff;
    box-shadow: none;
}

.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
    color: #fff;
    background-color: #e23f3a;
    border-color: #e23f3a;
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
    color: #fff;
    background-color: #93150a;
    border-color: #6c0f07;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
    background-image: none;
}

.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
    background-color: #ff4842;
    border-color: #ff4842;
}

.btn-default .badge {
    color: #ff4842;
    background-color: #fff;
}

.btn-primary,
.home-productBox .product-block .detail-button {
    color: #fff;
    background-color: #004289;
    border-color: #003670;
}

.btn-primary:focus,
.home-productBox .product-block .detail-button:focus,
.btn-primary.focus,
.home-tabs .product-block .focus.detail-button {
    color: #fff;
    background-color: #002956;
    border-color: black;
}

.btn-primary:hover,
.home-productBox .product-block .detail-button:hover {
    color: #fff;
    background-color: #002956;
    border-color: #001832;
}

.btn-primary:active,
.home-productBox .product-block .detail-button:active,
.btn-primary.active,
.home-tabs .product-block .active.detail-button,
.open > .btn-primary.dropdown-toggle,
.home-tabs .product-block .open > .dropdown-toggle.detail-button {
    color: #fff;
    background-color: #002956;
    border-color: #001832;
}

.btn-primary:active:hover,
.home-productBox .product-block .detail-button:active:hover,
.btn-primary:active:focus,
.home-tabs .product-block .detail-button:active:focus,
.btn-primary:active.focus,
.home-tabs .product-block .detail-button:active.focus,
.btn-primary.active:hover,
.home-tabs .product-block .active.detail-button:hover,
.btn-primary.active:focus,
.home-tabs .product-block .active.detail-button:focus,
.btn-primary.active.focus,
.home-tabs .product-block .active.focus.detail-button,
.open > .btn-primary.dropdown-toggle:hover,
.home-tabs .product-block .open > .dropdown-toggle.detail-button:hover,
.open > .btn-primary.dropdown-toggle:focus,
.home-tabs .product-block .open > .dropdown-toggle.detail-button:focus,
.open > .btn-primary.dropdown-toggle.focus,
.home-tabs .product-block .open > .dropdown-toggle.focus.detail-button {
    color: #fff;
    background-color: #001832;
    border-color: black;
}

.btn-primary:active,
.home-productBox .product-block .detail-button:active,
.btn-primary.active,
.home-tabs .product-block .active.detail-button,
.open > .btn-primary.dropdown-toggle,
.home-tabs .product-block .open > .dropdown-toggle.detail-button {
    background-image: none;
}

.btn-primary.disabled:hover,
.home-tabs .product-block .disabled.detail-button:hover,
.btn-primary.disabled:focus,
.home-tabs .product-block .disabled.detail-button:focus,
.btn-primary.disabled.focus,
.home-tabs .product-block .disabled.focus.detail-button,
.btn-primary[disabled]:hover,
.home-tabs .product-block [disabled].detail-button:hover,
.btn-primary[disabled]:focus,
.home-tabs .product-block [disabled].detail-button:focus,
.btn-primary[disabled].focus,
.home-tabs .product-block [disabled].focus.detail-button,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .home-tabs .product-block .detail-button:hover,
.home-tabs .product-block fieldset[disabled] .detail-button:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .home-tabs .product-block .detail-button:focus,
.home-tabs .product-block fieldset[disabled] .detail-button:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .home-tabs .product-block .focus.detail-button,
.home-tabs .product-block fieldset[disabled] .focus.detail-button {
    background-color: #004289;
    border-color: #003670;
}
.btn-primary .badge,
.home-tabs .product-block .detail-button .badge {
    color: #004289;
    background-color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
}
.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
    background-image: none;
}
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85;
}
.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-info:active,
.btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
    background-image: none;
}
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d;
}
.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
    background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}

.btn-danger {
    color: #fff;
    background-color: #ff4842;
    border-color: #d43f3a;
}
.btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19;
}
.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
    background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
    background-color: #ff4842;
    border-color: #d43f3a;
}
.btn-danger .badge {
    color: #ff4842;
    background-color: #fff;
}

.btn-link {
    color: #000;
    font-weight: normal;
    border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
    color: #333;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn,
.home-tabs .product-block .btn-group-lg > .detail-button,
.btn-group-lg > .header-buttons__btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 4px;
}

.btn-sm, .btn-group-sm > .btn,
.home-tabs .product-block .btn-group-sm > .detail-button,
.btn-group-sm > .header-buttons__btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 1px;
}

.btn-xs,
.btn-group-xs > .btn,
.home-tabs .product-block .btn-group-xs > .detail-button,
.btn-group-xs > .header-buttons__btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 1px;
}

.btn-block,
.header-buttons__btn {
    display: block;
    width: 100%;
}

.btn-block + .btn-block,
.header-buttons__btn + .btn-block,
.btn-block + .header-buttons__btn,
.header-buttons__btn + .header-buttons__btn {
    margin-top: 5px;
}

.sidebar-show-filters-btn #article-pictures-owl-carousel .owl-nav .owl-next,
#article-pictures-owl-carousel .owl-nav .sidebar-show-filters-btn .owl-next,
.sidebar-show-filters-btn #article-pictures-owl-carousel .owl-nav .owl-prev,
#article-pictures-owl-carousel .owl-nav .sidebar-show-filters-btn .owl-prev {
    color: #999;
    margin-top: 1px;
    margin-right: 5px;
}
.btn,
.social-teaser__button,
.home-tabs .product-block .detail-button,
#sidebar-other-filters .mobile-filtering,
.header-buttons__btn,
.btn-previous-step,
.btn-continue-shopping {
    transition: background-color 200ms ease-out, border-color 200ms ease-out;
}
.btn:focus,
.social-teaser__button:focus,
.home-tabs .product-block .detail-button:focus,
#sidebar-other-filters .mobile-filtering:focus,
.header-buttons__btn:focus,
.btn-previous-step:focus,
.btn-continue-shopping:focus,
.btn:active:focus {
    outline: none;
}

.btn-previous-step,
.btn-continue-shopping {
    font-size: 17px;
}

.btn-inline {
    display: inline;
    border-width: 0;
    padding: 0;
    margin-top: -3px;
}

.btn-wide {
    font-size: 17px;
}
@media (min-width: 1024px) {
    .btn-wide {
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media (min-width: 1220px) {
    .btn-wide {
        padding-left: 65px;
        padding-right: 65px;
    }
}

.btn-input {
    border: 1px solid #b5b5b5;
    background: #fff;
}
.btn-input,
.btn-input:hover,
.btn-input:active,
.btn-input:focus {
    color: #333;
}

@media (min-width: 768px) {
    .sidebar-show-filters-btn {
        margin: 0;
    }
}
@media (min-width: 1220px) {
    .sidebar-show-filters-btn {
        display: none;
    }
}

.btn-large{
    font-size:18px;
    font-weight:600;
    line-height:24px;
    padding: 12px 16px;
    border-radius: 1px;
}
.btn-medium {
    font-size:14px;
    font-weight:600;
    line-height:20px;
    padding:9px 16px;
    border-radius: 1px;
}
.btn-small {
    font-size:12px;
    font-weight:600;
    line-height:16px;
    padding:6px 8px;
    border-radius: 1px;
}
.btn-secondary {
    background:none !important;
    box-shadow:none !important;
}
.btn-secondary.bg-white-red {
    border:1px solid #ff4842;
    color:#ff4842;
}
.btn-secondary.bg-black-white {
    border:1px solid #1a1a1a;
    color:#fff;
}
.btn-secondary.bg-white-black {
    border:1px solid #1a1a1a;
    color:#1a1a1a;
}
.btn-secondary.bg-white-dark {
    border:1px solid #fff;
    color:#fff;
}
.btn-secondary.bg-white-grey{
    border:1px solid #6e6e6e;
    color:#1a1a1a;
}
.btn-secondary.bg-white-white{
    border:1px solid #fff;
    color:#fff;
}
.btn-secondary.bg-white-blue{
    border:1px solid #004289;
    color:#004289;
}
.btn-secondary.bg-grey-40 {
    border: 1px solid #dcdcdc;
    color: #6e6e6e;
}
.btn-secondary.bg-grey-40:hover {
    border:1px solid #969696;
    color:#1a1a1a;
}
.btn-icon i {
    width: 20px;
    height: 15px;
    display: inline-block;
    position: relative;
    background-size: contain !important;
    top: 3px;
    right: 5px;
}
.btn-icon i {
    width: 20px;
    height: 15px;
    display: inline-block;
    position: relative;
    background-size: contain !important;
    top: 3px;
    right: 5px;
}
.btn.bg-red:hover{
    background:#DC3C50;
}
.btn.bg-coral:hover{
    background:#e23f3a;
}
.btn.bg-blue:hover{
    background:#0C0E36;
}
.btn.bg-yellow:hover{
    background:#F4CB34;
    color:inherit;
}
.btn.bg-green:hover{
    background:#429B68;
}
.btn.bg-white:hover{
    background:#dcdcdc;
    color:#1a1a1a;
}
.btn.bg-grey-60:hover{
    background:#6e6e6e;
}
.btn.bg-white-red:hover{
    color:#e23f3a;
}
.btn.bg-white-black:hover{
    border: 1px solid #000;
    color: #000;
}

@media(max-width:1219px){
    .btn-large{
        font-size:14px;
        font-weight:600;
        line-height:20px;
        padding:9px 16px;
        border-radius: 4px;
    }
}
@media(max-width:767px){
    .btn-large{
        font-size:12px;
        font-weight:600;
        line-height:16px;
        padding:8px;
        border-radius: 4px;
    }
    .btn-medium {
        font-size:12px;
        font-weight:600;
        line-height:16px;
        padding:6px 8px;
        border-radius: 4px;
    }
}


.cmsContent .btn-primary {
    padding:0 12px;
    height:40px;
    min-width:162px;
    line-height:40px;
    font-weight:600;
}
.cmsContent .btn-primary,
.cmsContent .btn-primary:focus,
.cmsContent .btn-primary:active{
    border: none;
    background-color: #12144B;
    border-radius:0;
}
.cmsContent .btn-primary:hover {
    background-color: #0C0E36;
}
.cmsContent .btn-default {
    background-color:#fff;
    background:none !important;
    box-shadow:none !important;
    padding:0 12px;
    height:40px;
    line-height:38px;
    border-radius:1px;
    min-width:162px;
    font-weight:600;
}

.cmsContent .btn-default,
.cmsContent .btn-default:focus,
.cmsContent .btn-default:active{
    border: solid 1px #1a1a1a;
    color: #1a1a1a;
}
.cmsContent .btn-default:hover {
    color: #000000;
    border-color: #000000;
}
