@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: auto ;
    }
}

.container {
    max-width: 1390px;
    padding-left: 15px;
    padding-right: 15px;
}

b, strong {
    font-weight: 600;
}

.btn, .button {
    display: inline-block;
    vertical-align: top;
    overflow: visible;
    width: auto;
    border-style: solid;
    border-width: 1px;
    margin: 0;
    cursor: pointer;
    height: 42px;
    line-height: 42px;
    padding: 0 35px;
    border-radius: 10px;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    font-weight: 600;
    text-decoration: none;
}

.btn.transparent-btn,
.btn.transparent-btn:active,
.btn.transparent-btn:focus {
    background-color: transparent;
    border: none;
}

body.checkout-index-index .checkout-container .btn,
body.checkout-index-index .checkout-container .button {
    border-radius: 10px;
}

body.checkout-index-index .minicart-wrapper .btn:active,
body.checkout-index-index .minicart-wrapper .btn:focus {
    background-color: unset;
}

.btn.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
    line-height: normal;
    height: auto;
}

.btn-sm {
    display: inline-block;
    vertical-align: top;
    overflow: visible;
    border-style: solid;
    border-width: 1px;
    margin: 0;
    cursor: pointer;
    height: 34px;
    line-height: 34px;
    padding: 0 7px;
    border-radius: 3px;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    font-weight: 400;
    text-decoration: none;
    width: 34px;
}

.btn-mini {
    display: inline-block;
    vertical-align: top;
    overflow: visible;
    border-style: solid;
    border-width: 1px;
    margin: 0;
    cursor: pointer;
    height: 34px;
    line-height: normal;
    padding: 4px 10px;
    border-radius: 3px;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    font-weight: 400;
    text-decoration: none;
}

.btn span, .button span {

}

.btn-dead {
    color: #aaaaaa;
    background-color: #dddddd;
    border-color: #dddddd;
    pointer-events: none;
}

.btn-dead:hover {
    color: #aaaaaa;
    background-color: #ccc;
    border-color: #ccc;
}

.btn-primary {
    color: #ffffff;
    background-color: #005aa9;
    border-color: #005aa9;
}

.btn-primary:hover {
    color: #ffffff;
    background-color: #004888;
    border-color: #004888;
}

.btn-primary:disabled, .btn-primary.disabled {
    color: #ffffff;
    background-color: #3781c2;
    border-color: #3781c2;
    opacity: 1;
    cursor: no-drop;
}

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

/*.btn-secondary:hover {
    color: #222222;
    background-color: #f2c557;
    border-color: #be952c;
}*/

.btn-secondary:disabled, .btn-secondary.disabled {
    color: #fff;
    background-color: #ec1b23b8;
    border-color: #ec1b23b8;
    opacity: 1;
    cursor: no-drop;
}

select {
    background-image: url(../images/downarrow.png);
    background-repeat: no-repeat;
    background-position: right center;

    border-radius: 10px;
    color: #000;
    background-color: #fff;
    border: 1px solid #dddddd;
    padding: 0 30px 0 10px;
    font-size: 14px;
    height: 42px;
    line-height: 42px;
    appearance: none;
}

.btn-check:checked + .btn-primary,
.btn-check:active + .btn-primary,
.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #005aa9;
    border-color: #005aa9;
}

._keyfocus :focus, input:not([disabled]):focus, textarea:not([disabled]):focus, select:not([disabled]):focus {
    box-shadow: none;
}

.btn-check:focus + .btn-primary,
.btn-primary:focus {
    box-shadow: none;
    color: #ffffff;
    background-color: #005aa9;
    border-color: #005aa9;
}

.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
    box-shadow: none;
    color: #fff;
    background-color: #ec1b23;
    border-color: #ec1b23;
}

.btn-check:checked + .btn-primary:focus,
.btn-check:active + .btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow:none;
}

.form-control:focus {
    color: #333333;
    background-color: #fff;
    border-color: #ccc;
    outline: 0;
}

.input-group {
    z-index: 0;
}

label {
    font-size: 14px;
}

table {
    font-size: 13px;
}

table caption {
    display: none;
}

/*.table > :not(caption) > * > * {
    padding: 0;
}*/

.btn-secondary:hover {
    color: #fff;
    background-color: #b0161c;
    border-color: #b0161c;
}

.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.modal-header {
    padding: 15px !important;
}

.modal-popup .modal-title {
    padding: 0 !important;
    border:none !important;
}

.modal-slide .action-close {
    /*background: none;
    border: none;
    padding: 5px 15px !important;
    line-height: 10px;
    height: 36px;*/
}

.modal-content {
    border: none;
}

.modal-popup._inner-scroll .modal-content {
    padding: 20px 15px;
    border: none;
}

.modal-footer {
    /*display: block;*/
    display: flex;
    padding: 15px !important;
    justify-content: space-between;
}

.modal-footer > * {
    margin: 0;
}

.owl-theme .owl-nav .disabled {
    opacity: 0 !important;
}

.main-slider-container .owl-carousel .owl-nav button.owl-prev {
    left: 0;
    opacity: 1;
    background: transparent;
    box-shadow: none;
}

.main-slider-container .owl-carousel .owl-nav button.owl-next {
    right: 0;
    opacity: 1;
    background: transparent;
    box-shadow: none;
}

mark, .mark {
    padding: 0;
    background-color: transparent;
    color: inherit;
}

.input-group-text {
    padding: 0;
    border-radius: 10px;
}