/**
* theBrandCloset.com
* @author Albana Balla
* @version 0.1
*/

/* ------------------------------------------ */
/* GENERAL STYLES, BASIC TYPOGRAPHY */
/* ------------------------------------------ */
* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    background: rgba(255, 255, 255, 1.0);
    font-family: din-2014, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: .9rem;
    min-height: 100vh;
    position: relative;
}

label {
    text-align: left;
    float: left;
    font-size: 13px;
    font-weight: 300;
    height: 16px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #000000;
}

a {
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #000;
    color: black;
}

a:hover {
    text-decoration: none;
    border-bottom: 1px solid #ffdd00;
    color: black;
}

footer {
    border-bottom: 10px solid #ffde00;
    /*position: fixed;*/
    bottom: 0;
    width: 100%;
}

li {
    background-color: transparent !important;
    list-style-type: none;
    text-align: center;
}

h3 {
    color: white;
}

/* ------------------------------------------ */
/* CLASESS */
/* ------------------------------------------ */
.main {
    width: 100%;
    margin: 0;
    padding: 0;
    height: 100%;
}

.header {
    padding-top: 2em;
    margin-left: 2em;
}

/*country overlay*/
.text--brands-padding {
    padding-bottom: 2rem !important;
    padding-top: 1rem !important;
}

.cursor-pointer {
    cursor: pointer;
}

.logo {
    object-fit: contain;
}

.logo-coach {
    width: 21.82%;
    max-width: 83px;
}

.logo-katespade {
    width: 21.2%;
    max-width: 81px;
}

.logo-sw {
    width: 30.8%;
    max-width: 117px;
}

.logo-tapestry-footer {
    max-width: 63px;
}

.logo-tapestry {
    width: 1px;
    height: 22px;
    max-width: 257px;
}

.container {
    min-height: 100%;
    padding: 0px;
}

#main-section {
    overflow: auto;
    padding-bottom: 9%;
}

.container-fluid {
    margin: 0 auto;
}

.border-yellow {
    border: solid 1px #ffde00;
    border-radius: 5px;
}

.login-section {
    margin-top: 3em;
}

.row--margin {
    margin-top: 15.4em;
}

.form-control:focus {
    border-color: #000000;
    box-shadow: none;
}

.image-brand-section {
    position: relative;
    max-width: 350px;
    /*padding:0;*/
}

.country-overlay {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background: rgba(0, 0, 0, 0.97);
    top: 0;
    font-size: 1.2rem;
}

.h3--font-size {
    font-size: 1.1rem;
}

.text--brands-overlay {
    opacity: 6;
    font-size: 0.98rem;
    font-weight: 400;
    line-height: 20px;
}

.image-brand-section:hover .country-overlay {
    display: block;
}

.country-overlay {
    overflow-x: auto;
    scrollbar-width: none;
}

.country-overlay::-webkit-scrollbar {
    display: none;
}

.logo--padding {
    padding-top: .5rem !important;
    padding-left: .5rem !important;
}
.list-group-item {
    border: none;
}
.list-group-item--padding {
    padding: 0rem 0rem !important;
}

.my-5--text-shop-brands {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.line {
    height: 1px;
    border: solid 1px #ffde00;
    background-color: #ffde00;
}

.brand-page-line {
    height: 1px;
    border: solid 1px #ffde00;
    background-color: #ffde00;
    display: none;
}

.text-font-size {
    font-size: 1.8rem;
}

.cs-h2-text-font-size {
    font-size: 1.2rem;
}

.a-link-footer {
    border-bottom: none;
}

.a-link-footer:hover {
    border-bottom: solid 1px black;
}

.list-style-type {
    list-style-type: disc;
}

.text-left {
    text-align: left;
}

.cs-pp-column {
    width: 50%;
    border: 2px solid #f0f0f0;
}

.cs-pp-row {
    background: #f0f0f0;
    border: 2px solid #f0f0f0;
}

/*BUTTON MODIFIER*/
.btn-login {
    width: 65%;
    height: 3.2em;
    background-color: #000000;
    color: white;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.btn-non-sso {
    width: 100%;
}

.btn:hover {
    color: white;
}

.mx-5-non-sso {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
}

.error--msg {
    display: none;
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.3px;
}

/* Add a green text color and a checkmark when the requirements are right */
.valid {
    color: green;
}

.valid:before {
    position: relative;
    content: "✔";
}

/* Add a red text color and an "x" when the requirements are wrong */
.invalid {
    color: red;
}

.invalid:before {
    position: relative;
    content: "✖";
}

/*TAGS MODIFIER*/
.h2--font {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    color: #000000;
}

.mrg-mod-2em {
    margin-top: 2em;
    margin-bottom: 2em;
}

.form-control-login {
    height: 50px;
    border-radius: 5px;
    border: solid 1px #000000;
    font-size: 14px;
    letter-spacing: 0.3px;
    color: black;
}

.input-group-text-login {
    background-color: white;
    border: 1px solid #000000;
    opacity: 0.4;
    border-left: none;
}

/*FOOTER*/
.a-font {
    font-size: 11px;
    text-decoration: none;
    font-family: "DIN2014-Light";
}

/*IMAGE MODIFIER*/
.img-responsive--width {
    width: 77%;
}

/*ERROR MESSAGES*/
.submit-error-msg {
    display: none;
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    text-align: center;
    color: #e02020;
}

.submit-success-msg {
    display: none;
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    text-align: center;
    color: #04fd4b;
}

.notification-msg {
    font-size: 13px;
    font-weight: 300;
    line-height: normal;
    color: #e02020;
}

/*404 Page*/
.page-not-found {
    text-align: center;
}

.page-not-found-title {
    margin-top: 40px;
    margin-bottom: 40px;
}

.headline {
    font-style: normal;
    font-weight: bold;
    text-align: center;
    font-size: 2vw;
    text-transform: uppercase;
}

.sub-headline {
    font-style: normal;
    font-weight: 300;
    font-size: 1.2vw;
    text-align: center;
    text-transform: uppercase;
}

.img-error-page {
    width: 30%;
    height: auto;
}

.p-error {
    font-style: normal;
    font-weight: 300;
    font-size: 1.1vw;
    text-align: center;
    margin: 0% 0% 5%;
    padding: 5% 0% 5%;
}

.p-error span {
    text-decoration: underline;
}


.bottom-div {
    margin: 0 auto;
}


/* ------------------------------------------ */
/* MEDIA QUERIES */
/* ------------------------------------------ */
/*HOME PAGE*/
@media (max-width: 991.98px) {
    .text--brands-padding {
        padding: 0 !important;
        margin: 10% 0 6% 0;
    }

    .list-group-item--padding {
        padding: 2% 0 0;
        font-size: 0.5rem;
    }

    /*.katespade-europe-region-options > li{*/
    /*    margin-top: -0.30rem;*/
    /*    margin-bottom: -0.30rem;*/
    /*}*/
    .row--margin {
        margin-top: 2em;
        margin-bottom: 2em;
    }
}

@media only screen and (max-width: 768px) {
    .text--brands-padding {
        font-size: 1rem;
        margin-top: 0.5rem !important;
    }

    .text--brands-overlay {
        font-size: 0.9rem;
    }

    .list-group-item--padding {
        padding: 0% 0 0;
    }
}

@media (max-width: 576px) {
    .desktop-br {
        display: none;
    }

    .img-error-page {
        width: 80%;
    }

    .headline {
        font-size: 5.7vw;
    }

    .sub-headline {
        font-size: 3.5vw;
    }

    .p-error {
        font-size: 3.2vw;
    }

    h3 {
        font-size: 1.12rem;
    }

    .header {
        margin-left: 1.1em;;
    }

    .login-section {
        width: 85%;
    }

    #main-section {
        padding-bottom: 0;
    }

    footer {
        position: relative;
    }

    .btn-login {
        width: 100%;
        margin-bottom: 0;
    }

    .btn-login.mb-5 {
        margin-bottom: 0 !important;
    }

    .col-sm-5.border-yellow {
        padding: 0;
    }

    .d-inline-block.text-or {
        display: none !important /* to override BS important */;
    }

    .non-employee {
        border: none;
    }

    .mx-5-non-sso {
        margin: 0 !important;
    }

    .my-5--text-shop-brands {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .brand-page-line {
        display: block;
    }

    .mx-3--mobile {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .text--brands-overlay {
        font-size: 1rem;
    }

    .text--brands-padding {
        padding: 5% 0 0;
    }

    .h3--font-size {
        font-size: 1.1rem;
    }

    .text--brands-padding {
        padding: 0 !important;
        margin: 6% 0 4% 0 !important;
    }

    .list-group-item--padding {
        padding: 0% 0 0;
        font-size: .8rem;
    }

    .text--region-display {
        display: inline-block;
        width: 50% /*TODO...create a class for the width */
    }

    .region-options {
        padding: 0 !important;
        margin: 0 !important;
    }

    /*.katespade-europe-region-options{*/
    /*    margin-top: -1.5rem !important;*/
    /*}*/
    /*.katespade-europe-region-options > li{*/
    /*    margin-top: -0.15rem;*/
    /*    margin-bottom: -0.15rem;*/
    /*}*/
    .list-group-item-align {
        text-align: left;
    }

    .copyright {
        position: absolute;
        top: 0;
        right: 0;
    }

    .btn.btn-login.w-25 {
        width: 50% !important;
    }

    .col-sm-4--mb {
        margin-bottom: 2px;
    }

    .col-sm-6-mt {
        margin-top: 1rem;
    }
}

@media (min-width: 768px) {

    .my-3--text-shop-brands {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .mrg-mod-2em {
        margin-bottom: 1rem;
    }
}

@media (min-width: 576px) {
    .cs-p-class {
        margin-bottom: 7rem;
    }

    .main {
        /*min-height: 920px;*/
    }

    .col-sm-6--padding-right {
        padding-right: 0;
    }

    .col-sm-6--padding-left {
        padding-left: 0;
    }

    .form-control--right-inline-view {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .form-control--left-inline-view {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

}

@media (min-width: 1281px) {
    .header {
        padding-top: 1em;
    }

    #main-section {
        padding-bottom: 0%;
    }
}

@media (max-width: 1024px) {
    .img-error-page {
        width: 50%;
    }

    .headline {
        font-size: 3.7vw;
    }

    .sub-headline {
        font-size: 2.1vw;
    }

    .p-error {
        font-size: 2vw;
    }
}


#back-arrow {
    border-bottom: none;
}


input[type=checkbox] {
    accent-color: #000001 !important;;
}

html, body {
    height: 100%;
    margin: 0;
}

.page-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main.site-content {
    flex: 1;
}

.back-arrow {
    text-decoration: none;
    border: none !important;
}