.c-header.c-header-dark{
    background-color: rgba(28, 33, 36, 1);
    height: 83px;
}

.c-header-dark .sl-nav{
    color: white !important;
}

.c-main{
    /*margin-top: 40px !important;*/
}

.form-control{
    min-width: 50px;
}

a, a:hover{
    color: #0085cd;
}

.article-title{
    /*color: #242729 !important;*/
    background-color: transparent;
    font-weight: bold;
}

.article-subtitle{
    /*color: #242729;*/
    padding-left: 0;
    font-size: 14px;
    line-height: 20px;
}

.payment-field{
    margin-bottom: 10px;
}

.box-title{
    background-color: #0085cd;
    color: white;
    padding: .5rem;
    font-size: 16px;
}

.box-content{
    padding: .5rem;
}

.article-category{
    background-color: #0085cd;
    color: white;
    padding: .5rem;
    margin-top: 40px;
    font-size: 16px;
}

.article-subcategory{
    color: #0085cd;
    padding: 1.5rem .5rem .5rem 0rem;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 15px;
    font-size: 15px!important;
    font-weight: 400;
}

.article-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


@media (min-width: 576px) {
    .container {
        max-width: none;
        padding: 0 30px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1300px
    }
}

.container{
    /*padding: 0 !important;*/
}

.title-wrapper{
    display: flex;
    align-items: center;
}

.article-content{
    width: 60%;
}

.article-price{
    /*padding: 0 1.5rem;*/
    text-align: center;
    /*width: 15%;*/
}

.articl7e-action{
    padding: 0 .5rem;
    /*width: 10%;*/
    width: 120px;
}

.article-action button{
    display: flex;
    margin: 0 auto;
}

@media (max-width: 670px) {
    .article-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .article-content{
        width: 100%;
    }

    .title-wrapper{
        margin-top: 20px;
        flex-direction: column;
    }

    .article-price{
        width: 100%;
    }

    .article-action{
        margin-top: 20px;
    }
}

.top-nav-bar{
    border-bottom: 1px solid #d8dbe0;
    padding: 6px 0;
    margin: 30px auto;
}

.btn-nav-link.active{
    color: white !important;
}

.btn-nav-link{
    color: #3c4b64 !important;
    font-size: 14px !important;
    margin-right: 3px;
}

.btn-nav-link:hover{
    color: white !important;
}

.btn-disable-link{
    /*color: #0a0b18 !important;*/
    cursor: grab !important;
}

.btn-disable-link:hover{
    color: #0a0b18 !important;
}

.embedded-wrapper{
    min-height: 500px;
}

.embedded-wrapper .card-header{
    border-bottom: none !important;
}

.normal-wrapper{
    margin-top: 40px;
}





/*.btn-primary{*/
    /*background-color: #0085cd !important;*/
/*}*/

/*.text-info{*/
    /*color: #0085cd !important;*/
/*}*/


@media only screen and (min-width: 100px) and (max-width: 680px) {

    .ns-table-responsive,
    .ns-table-responsive tbody,
    .ns-table-responsive th,
    .ns-table-responsive td,
    .ns-table-responsive tr {
        display: block;
        width: 100% !important;
    }

    .ns-table-responsive .ns-hidden-sm {
        display:none;
    }

    .ns-table-responsive thead {
        /*    display: none; */
    }

    .ns-table-responsive th,
    .ns-table-responsive td {
        width: auto;
        max-width: none;
        min-width: 0;
        overflow: visible;
        white-space: normal;
    }

    .ns-table-responsive th:not(:last-child):not(.ns-table-link),
    .ns-table-responsive td:not(:last-child):not(.ns-table-link),
    .ns-table-responsive .ns-table-link:not(:last-child) > a {
        padding-top: 5px !important;
        padding-bottom: 5px;
    }

    .ns-table-responsive th:not(:first-child):not(.ns-table-link),
    .ns-table-responsive td:not(:first-child):not(.ns-table-link),
    .ns-table-responsive .ns-table-link:not(:first-child) > a {
        padding-top: 5px !important;
    }

    .ns-table-responsive td:last-child{

    }

    .ns-table-justify.ns-table-responsive th,
    .ns-table-justify.ns-table-responsive td {
        padding-left: 0;
        padding-right: 0;
    }

    .table-cart .cart-item{
        flex-direction: column;
    }

    .table-cart .cart-item img{
        display: flex;
        margin: 0 auto 10px auto;
    }

    .table-cart .item-total-price{
        border-top: 1px solid #cbcbcb !important;
        margin-top: 5px;
    }

    .text-resp-algin, .btn-resp-algin {
        text-align:right!important;
    }
    .text-qty-label {
        text-align: right !important;
    }
}

.text-qty-label {
    width: 100%;
    text-align: left;
    padding: .375rem 0rem;
}
.text-resp-algin{
    text-align: left;
}
.btn-resp-algin{
    text-align: center;
}

img {
    max-width:100%;
}

.table-cart td{
    vertical-align: top;
    padding: 10px;
}

.confirm-cart td{
    padding: 2px;
}

.ns-table{
    border-collapse: unset;
    border-spacing: 1px;
    width: 100%;
    margin: 0;
}

.table-cart tbody tr:nth-of-type(even) {
    background-color: rgba(0, 0, 21, 0.05);
    /*background: #212333 !important;*/
    /*background: linear-gradient(45deg, #3c4b64 0%, #212333 100%) !important;*/
    /*border-color: #212333 !important;*/
}

.table-cart .cart-item{
    display: flex;
}

.table-cart .item-total-price{
    text-align: right;
    font-weight: bold;
}


.bg-light{
    color: #3c4b64;
}

.bg-light-grey{
    background-color: #f8f8f8;
}

.table-cart .form-control{
    width: auto;
    /*margin-top: -15px;*/
}

.h-center{
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.c-white-theme .coupon-box-title{
    background: #fff !important;
    background: linear-gradient(45deg, #e3e8ed 0%, #fff 100%) !important;
    border-color: #fff !important
}

.c-white-theme .coupon-box-body{
    background: #fff !important;
    background: linear-gradient(45deg, #e3e8ed 0%, #fff 100%) !important;
    border-color: #fff !important
}

.c-dark-theme .coupon-box-title{
    background: #292a2b !important;
    background: linear-gradient(45deg, #4c4f54 0%, #292a2b 100%) !important;
    border-color: #292a2b !important
}

.c-dark-theme .coupon-box-body{
    background-color: #0e0e15 !important;
}

.article-price-old {
    color: #242729;
    text-decoration: line-through;
    white-space: nowrap;
}

.article-price-text, .article-price-action {
    color: red;
    font-weight: bold;
}

.article-price-discount {
    color: green;
    white-space: nowrap;
    font-weight: bold;
}

.table-cart .input-sm{
    width: 80px !important;
}

.table-cart .input-lg{
    width: 100px !important;
}

.hide{
    display: none;
}

.confirm-subtitle{
    border-bottom: 1px solid #1e87f0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}

.big-number{
    color: #1e87f0;
    font-size: 30px;
    margin-right: 5px;
}

.confirm-total-price{
    font-weight: bold;
    border-top: 1px solid black;
}

body {
    font-size: 15px;
    line-height: 19px;
}


.c-white-theme .btn:not([class*=ghost]):not([class*=link]):not([class*=outline]):not([class*=transparent]) {
    border: 0;
    box-shadow: 0 1px 1px 0 rgba(var(--elevation-base-color), .14), 0 2px 1px -1px rgba(var(--elevation-base-color), .12), 0 1px 3px 0 rgba(var(--elevation-base-color), .20)
}

@media (max-width: 768px){
    .text-resp-center {
        text-align:center!important;
    }
}

body { color: #444444;}

h1, .h1 { color: #444444;}

h2, h3, h4, h5, h6,
.h2, .h3, .h4, .h5, .h6 { color: #0085cd; }

h4 {
    font-weight: 400!important;
}

.payment .ns-label {
    cursor: pointer;
}

.payment .ns-radio {
    opacity: 0;
    position: fixed;
    width: 0;
}

.payment input[type="radio"]:checked + label {
    background-color: lightskyblue;
    border-color: #cccccc;
    color: darkblue;
    font-weight: 700;
}

.payment .ns-label {
    display: inline-block;
    width: 100%;
    text-align: center;
    white-space: normal;
    border: 1px solid #cccccc;
}

.payment label img,
.payment label svg {
    width: 100px;
}

a[data-value] {
    color: #fff;
}

dl a {
    font-weight: 600;
}
dd, dl {
    margin-bottom: 0px;
    line-height: 1rem;
}

dl {
    font-size: 0.8rem;
}