/*
BACKGROUNDs
 */

.blue-gradient-background {
    background: rgb(43, 57, 143);
    background: linear-gradient(90deg, rgba(43, 57, 143, 1) 0%, rgba(37, 164, 221, 1) 100%);
}

.orange-gradient-background {
    background: rgb(245, 165, 29);
    background: linear-gradient(90deg, rgba(245, 165, 29, 1) 0%, rgba(249, 187, 26, 1) 100%);
}


.orange-left-part {
    background: rgb(237, 111, 37);
    background: linear-gradient(90deg, rgba(237, 111, 37, 1) 0%, rgba(245, 165, 29, 1) 100%);
    height: 60px;
    width: 100%;
}

.orange-right-part {
    background: rgb(237, 111, 37);
    height: 30px;
    background: linear-gradient(-90deg, rgba(232, 111, 37, 1) 0%, rgba(245, 165, 29, 1) 100%);
    width: 100%;
}

.dropdown-toggle::after {
    display: none;
}


.bg-warning {
    background: rgba(232, 111, 37, 1) !important;
}

.bg-success {
    background: rgba(43, 57, 143, 1) !important;
}

.badge {
    font-size: 0.8rem;
}

/**
PARTS
 */


a {
    text-decoration: none;
}

a:hover, focus, active {
    opacity: 0.7;
}

a.logo-a:hover, focus, active {
    opacity: 1;
}

.find-btn {
    border: none;
    outline: none;
    box-shadow: none;
    background-color: transparent;
    overflow: hidden;
}

.find-btn:hover, focus, active {
    border: none;
    outline: none;
    box-shadow: none;
    background-color: transparent;
    overflow: hidden;
    opacity: 0.7;
}


header {
    padding-top: 30px;
    padding-bottom: 30px;
}

.header-second-div {
    padding-top: 20px;
    position: relative;
    padding-bottom: 20px;
}

.absolute-div-content {
    opacity: 0;
}

.orange-container-left {
    padding-top: 10px;
    height: 60px;
    padding-bottom: 10px;
    padding-right: 20px;
    border-top-right-radius: 10px;
    display: inline-block;
    border-bottom-right-radius: 10px;
}

.blue-orange-div-title {
    color: #2d3791;
    line-height: 1;
    margin-left: 10px;
    font-family: 'Kanit', sans-serif;
    font-weight: normal;
}


.header-a {
    color: white;
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
    text-decoration: none;
    padding: 10px;
}

.header-a:hover {
    color: white;
    opacity: 0.7;
}

.navbar-fixed-top .header-a:hover {
    color: #2d3791;
    opacity: 0.7;
}

button:hover, focus, active {
    opacity: 0.7;
}

button.dropdown-toggle:hover, focus, active {
    opacity: 1;
}

.category-name {
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
    color: #2d3791;
    font-size: 1.5rem;
    margin-top: 30px;
    line-height: 1;
}


.white-line {
    background-color: white;
    height: 1px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}


.footer-title {
    color: rgb(237, 111, 37);;
}


footer li a {
    color: white;
    text-decoration: none;
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
    font-size: 0.9rem;
}

footer li a:hover {
    color: white;
    opacity: .8;
}


.navbar-fixed-top {
    top: -70px;
    position: fixed;
    opacity: 0;
    background-color: #e1e7ea;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 9999;
}

.navbar-fixed-top a {
    color: #2d3791;
}

.orange-line {
    background: rgb(237, 111, 37);
    background: linear-gradient(90deg, rgba(237, 111, 37, 1) 0%, rgba(245, 165, 29, 1) 100%);
    width: 100%;
    height: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
}


.gray-line {
    background-color: #c1c1c1;
    width: 100%;
    height: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
}


.total-products-count {
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1;
    background-color: rgba(232, 111, 37, 1);
    margin-right: 6px;
    margin-left: 6px;
    padding-left: 4px;
    padding-right: 5px;
    border-radius: 5px;
    padding-bottom: 2px;
}


.swal-footer {
    text-align: center;
}

/**
INPUTS
 */

.orange-container-right-input {
    height: 30px;
    width: 100%;
    background: rgb(245, 165, 29);
    background: linear-gradient(-90deg, rgba(232, 111, 37, 1) 0%, rgba(249, 187, 26, 1) 100%);
    padding-left: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.blue-button {
    background: rgb(43, 57, 143);
    background: linear-gradient(90deg, rgba(43, 57, 143, 1) 0%, rgba(37, 164, 221, 1) 100%);
    outline: none;
    border: none;
    border-radius: 3px;
    height: 35px;
    color: white;
    font-size: 0.9rem;
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
}

.orange-button {
    background: rgb(237, 111, 37);
    background: linear-gradient(90deg, rgba(237, 111, 37, 1) 0%, rgba(245, 165, 29, 1) 100%);
    outline: none;
    height: 35px;
    border: none;
    border-radius: 3px;
    color: white;
    font-size: 0.9rem;
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
}

.swal-button--cancel {
    background: rgb(237, 111, 37);
    background: linear-gradient(90deg, rgba(237, 111, 37, 1) 0%, rgba(245, 165, 29, 1) 100%);
    outline: none;
    border: none;
    border-radius: 3px;
    color: white;
    font-size: 0.9rem;
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
}


.swal-button--confirm {
    background: rgb(43, 57, 143);
    background: linear-gradient(90deg, rgba(43, 57, 143, 1) 0%, rgba(37, 164, 221, 1) 100%);
    outline: none;
    border: none;
    border-radius: 3px;
    color: white;
    font-size: 0.9rem;
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
}


.blue-simple-button {
    background: rgba(37, 164, 221, 1);
    color: white;
    outline: none;
    border: none;
    border-radius: 3px;
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
}

.minus-button {
    background: rgb(43, 57, 143);
    background: linear-gradient(90deg, rgba(43, 57, 143, 1) 0%, rgba(37, 164, 221, 1) 100%);
    outline: none;
    border: none;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    color: white;
    width: 30px;
    height: 30px;
    font-size: 1rem;
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
}

.plus-button {
    background: rgb(237, 111, 37);
    background: linear-gradient(90deg, rgba(237, 111, 37, 1) 0%, rgba(245, 165, 29, 1) 100%);
    outline: none;
    border: none;
    width: 30px;
    height: 30px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    color: white;
    font-size: 1rem;
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
}

.count-products {
    font-size: 1.8rem;
    font-family: 'Kanit', sans-serif;
    font-weight: 500;
    padding-left: 10px;
    line-height: 1;
    padding-right: 10px;
}

.orange-button-buy {
    background: rgb(237, 111, 37);
    background: linear-gradient(90deg, rgba(237, 111, 37, 1) 0%, rgba(245, 165, 29, 1) 100%);
    outline: none;
    border: none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    color: white;
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 0.9rem;
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
}


h1 {
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
}

h2 {
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
}

h3 {
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
}

h4 {
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
}

input, select, textarea {
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
    padding: 5px;
    border-radius: 3px;
    border: none;
    outline: none;
    color: #2d3791;
}

.transparent-input {
    background-color: transparent;
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    border: none;
    outline: none;
    color: #2d3791;
}

.transparent-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #2d3791;
    opacity: 1; /* Firefox */
}

.transparent-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #2d3791;
}

.transparent-input::-ms-input-placeholder { /* Microsoft Edge */
    color: #2d3791;
}

/**
COLORS
 */

.light-orange {
    color: #fab919;
}

.orange {
    color: #eb6e23;
}

.blue {
    color: #2d3791;
}

.error {
    color: red;
}

/*
FONTS
 */

.kanit-ultralight {
    font-family: 'Kanit', sans-serif;
    font-weight: 100;
}

.kanit-light {
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
}

.kanit-regular {
    font-family: 'Kanit', sans-serif;
    font-weight: 500;
}

.kanit-semibold {
    font-family: 'Kanit', sans-serif;
    font-weight: 600;
}

.kanit-bold {
    font-family: 'Kanit', sans-serif;
    font-weight: 700;
}

.category-page-product-info-font-size {
    font-size: 1.2rem;
    line-height: 1.2;
}


.product-page-product-info-font-size {
    font-size: 1.7rem;
    line-height: 1.2;
}

.check-out-page-final-price-font-size {
    font-size: 1.8rem;
}

.check-out-page-final-price-font-size:after {
    content: 'lei';
    font-size: 0.5em;
    vertical-align: top;
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
}


.check-out-page-product-price-font-size {
    font-size: 1.4rem;
}


.check-out-page-product-price-font-size:after {
    content: 'lei';
    font-size: 0.5em;
    vertical-align: top;
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
}


.category-page-product-price-font-size {
    font-size: 2.2rem;
}


.category-page-product-price-font-size:after {
    content: 'lei';
    font-size: 0.5em;
    vertical-align: top;
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
}


.citeste-btn {
    background-color: transparent;
    border: none;
    outline: none;
    color: #2d3791;
}

.buton-plateste {
    width: 100%;
    background: rgb(43, 57, 143);
    background: linear-gradient(90deg, rgba(43, 57, 143, 1) 0%, rgba(37, 164, 221, 1) 100%);
    border-radius: 5px;
    padding: 10px;
    margin-top: 20px;
    color: white;
    font-family: 'Kanit', sans-serif;
    font-weight: 700;
    border: none;
    outline: none;
}

.go-to-checkout-btn {
    width: 100%;
    background: rgb(43, 57, 143);
    background: linear-gradient(90deg, rgba(43, 57, 143, 1) 0%, rgba(37, 164, 221, 1) 100%);
    border-radius: 5px;
    padding: 10px;
    margin-top: 20px;
    color: white;
    font-family: 'Kanit', sans-serif;
    font-weight: 700;
    border: none;
    outline: none;
}


.blue-bold-btn {
    width: 100%;
    background: rgb(43, 57, 143);
    background: linear-gradient(90deg, rgba(43, 57, 143, 1) 0%, rgba(37, 164, 221, 1) 100%);
    border-radius: 5px;
    padding: 10px;
    margin-top: 20px;
    color: white;
    font-family: 'Kanit', sans-serif;
    font-weight: 700;
    border: none;
    outline: none;
}


/**
MEDIA QUERIES
 */

@media (max-width: 769px) {
    .check-out-page-final-price-font-size {
        font-size: 1.6rem;
    }

    .category-page-product-price-font-size {
        font-size: 2rem;
    }
}

@media (max-width: 1001px) {
    .category-name {
        font-size: 1.2rem;
        margin-top: 15px;
    }


    .orange-container-left {
        padding-top: 4px;
        height: auto;
        padding-bottom: 6px;
        padding-right: 20px;
        border-top-right-radius: 10px;
        display: inline-block;
        border-bottom-right-radius: 10px;
    }

    .header-second-div {
        padding-bottom: 10px;
        padding-top: 10px;
    }
}

@media (min-width: 1441px) {

    .col-xxxl-1 {
        flex: 0 0 auto;
        width: 8.33333333334%;
    }

    .col-xxxl-2 {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-xxxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xxxl-4 {
        flex: 0 0 auto;
        width: 33.3333333334%;
    }

    .col-xxxl-5 {
        flex: 0 0 auto;
        width: 41.6666666667%;
    }

    .col-xxxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xxxl-7 {
        flex: 0 0 auto;
        width: 58.3333333333%;
    }

    .col-xxxl-8 {
        flex: 0 0 auto;
        width: 66.6666666667%;
    }

    .col-xxxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xxxl-10 {
        flex: 0 0 auto;
        width: 83.3333333333%;
    }

    .col-xxxl-11 {
        flex: 0 0 auto;
        width: 91.6666666667%;
    }

    .col-xxxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}