h3,
h4 {    
    font-weight: 700;
}
.newsletter .btn {
    border-radius: 0;
}

.newsletter .btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.newsletter .btn-danger:hover {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37;
}

.newsletter .btn-check:focus+.btn-danger,
.btn-danger:focus {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37;
    box-shadow: 0 0 0 0rem rgba(225, 83, 97, .5);
}

#store-alets-subscribe {
    position: relative;
    border-radius: 8px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 6%);
    background-color: #205285;
}

#store-alets-subscribe img {
    position: absolute;
    top: 22px;
    left: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

#store-alets-subscribe .info {
    padding: 15px 0 0 15px;
    font-size: 12px;
    flex: 0;
    color: #fff;
}

#store-alets-subscribe .info .title {
    font-size: 30px;
}

#store-alets-subscribe .title,
#store-alets-subscribe .subtitle {
    color: #fff;
    margin-bottom: 0;
}

#store-alets-subscribe .info p:nth-child(2) {
    white-space: nowrap;
}

#store-alets-subscribe #alertsForm {
    flex: 1;
    padding: 20px 15px 20px 10px;
    min-width: 260px;
}

#store-alets-subscribe #alertsForm .screen-reader {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

#store-alets-subscribe #alertsForm input {
    margin-right: 9px;
    max-width: 340px;
    min-width: 100px;
    width: 50%;
    color: #5f6b78;
    background-color: rgba(255, 255, 255, .9);
    vertical-align: middle;
    height: 44px;
    font-size: 16px;
    border-radius: 3px;
    padding: 12px 20px;
    background-clip: padding-box;
    border: none;
    box-sizing: border-box;
    outline: 0;
}

#store-alets-subscribe #alertsForm button {
    padding: 11px 10px;
    flex: 0;
    min-width: 100px;
    height: 44px;
    border-radius: 3px;
    padding: 11px;
    border: 0;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-color: #ff6900
}

/*Phone in copuopn poupop*/
.phone-collect {
    border: 2px solid #00c27e;
    border-radius: 5px;
    justify-content: center;
    padding: 14px;
    margin: 10px;
}
.phone-collect .btn-main:hover {
    background-color: #00c27e !important;
    text-decoration: none;
}
.phone-collect button {
    line-height: 2;
    padding: 4px 10px;
    margin-left: -5px;
    border-radius: 0;
}
.phone-collect .btn-main {
    border: 1px solid #00c27e !important;   
    transition: .1s 
ease-in-out;
    color: #fff !important;
}

.phone-collect .btn-sm {
    font-size: 12px;    
}
.phone-collect .btn {
    min-width:auto;
    background-color: #00c27e !important;
}