@font-face {
    font-family: 'AvantGarde-Bold';
    src: url(../fonts/AvantGarde-Bold.eot);
    src: url(../fonts/AvantGarde-Bold.eot?#iefix) format('embedded-opentype'),
         url(../fonts/AvantGarde-Bold.woff2) format('woff2'),
         url(../fonts/AvantGarde-Bold.woff) format('woff'),
         url(../fonts/AvantGarde-Bold.ttf) format('truetype');
}

@font-face{
    font-family:'AVGARDN_2';
    src: url(../fonts/AVGARDN_2.eot);
    src: url(../fonts/AVGARDN_2.eot?#iefix) format('embedded-opentype'),
         url(../fonts/AVGARDN_2.woff2) format('woff2'),
         url(../fonts/AVGARDN_2.woff) format('woff'),
         url(../fonts/AVGARDN_2.ttf) format('truetype');
}

@font-face{
    font-family: 'ITCAvantGardeStd-Md';
    src: url(../fonts/Avant-garde/ITCAvantGardeStd-Md.eot);
    src: url(../fonts/Avant-garde/ITCAvantGardeStd-Md.eot?#iefix) format('embedded-opentype'),
         url(../fonts/Avant-garde/ITCAvantGardeStd-Md.woff2) format('woff2'),
         url(../fonts/Avant-garde/ITCAvantGardeStd-Md.woff) format('woff'),
         url(../fonts/Avant-garde/ITCAvantGardeStd-Md.ttf) format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    
}

.notification-size.color {
    display: none;
}

.notification-size {
    padding-bottom: 3rem;
}

.btn-backInStock {
    background-color: transparent !important;
    border: none;
    color: #1c4da1 !important;
    padding: 0 !important;
}

.notification-size p {
    padding-top: 1.5rem;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
}

.modal-header {
    border-bottom: none;
}

h6 {
    width: 100%;
    text-align: center;
}

.btn-close {
    border: none;
    position: absolute;
    right: 10px;
}

.btn-close:focus {
    box-shadow: none;
}

.form-group {
    width: 80%;
    margin-right: 15px;
}
.form-group input {
    max-height: 35px;
    border-radius: 99px;
    margin-right: 10px;
    width: 100%;
}

.notification-buttom button {
    font-family: 'ITCAvantGardeStd-Md', sans-serif !important;
    display: inline-flex;
    color: #ffffff;
    background-color: #c6c6c6;
    border-radius: 5px;
    padding: 5px 24px;
    width: 100%;
    min-height: 33px;
}

.btn-check{
    font-family: 'ITCAvantGardeStd-Md', sans-serif !important;
    color: #ffffff !important;
    border-radius: 5px !important;
    padding: 5px 24px !important;
    width: 50%;
    min-height: 33px !important;
    background-color: #1c4da1 !important;
}

.notification-buttom button:hover {
    color: #ffffff;
}

.notification-buttom button.submit {
    background-color: #1c4da1;
}

.notification-buttom img {
    margin-left: 9px;
    width: 16px;
    height: 16px;
    margin-top: 4px;
}

.size-options {
    padding-left: 0;
}

.back-in-stock-option {
    display: inline-block;
    padding: 8px 12px;
    margin: 4px;
    border: 1px solid #d4d4d4;
    cursor: pointer;
    border-radius: 1px;
    width: auto;
    background-color: #ffffff;
    color: #000000;
}
.back-in-stock-option.selected {
    background-color: #1c4da1;
    color: #ffffff;
}

#success-message {
    display: none;
}
