.agna-btn-red,
.agna-btn-red:focus {
    height: 48px;
    appearance: none;
    border-radius: 8px;
    color: #fff;
    background-color: #D14140;
    border-color: #D14140;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 24px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.agna-btn-red:hover,
.agna-btn-red:not(:disabled):not(.disabled).active,
.agna-btn-red:not(:disabled):not(.disabled):active,
.show>.agna-btn-red.dropdown-toggle {
    background-color: #B23A39;
    border-color: #B23A39;
}

.agna-btn-outline-red,
.agna-btn-outline-red:focus {
    height: 48px;
    appearance: none;
    border-radius: 8px;
    color: #D14140;
    background-color: #ffffff;
    border-color: #D14140;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 24px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.agna-btn-outline-red:hover,
.agna-btn-outline-red:not(:disabled):not(.disabled).active,
.agna-btn-outline-red:not(:disabled):not(.disabled):active,
.show>.agna-btn-outline-red.dropdown-toggle {
    color: #B23A39;
    background-color: #eaeced;
    border-color: #B23A39;
}

.btn-arb {
    background-image: url(../img/united-arab-emirates.svg);
    background-size: 100%;
    background-repeat: no-repeat;
}

.btn-eng {
    background-image: url(../img/united-kingdom.svg);
    background-size: 100%;
    background-repeat: no-repeat;
}

.btnLangt:not(:disabled):not(.disabled).active:focus,
.btnLang:not(:disabled):not(.disabled):active:focus,
.show>.btnLang.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(255 255 255);
}

.btnLang.active {
    box-shadow: 0 0 0 0.2rem rgb(255 255 255);
    ;
}

.btn-back,
.btn-back:focus {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background-color: #ffffff;
    border-color: #ffffff;
    box-shadow: 0px 3px 6px rgba(0 0 0/ 12%);
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.btn-back:hover,
.btn-back:not(:disabled):not(.disabled).active,
.btn-back:not(:disabled):not(.disabled):active,
.show>.btn-back.dropdown-toggle {
    opacity: .5;
    background-color: #ffffff;
    border-color: #ffffff;
    box-shadow: 0px 3px 6px rgba(0 0 0/ 12%);
}

.btn-bell,
.btn-bell:focus {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background-color: #340869;
    border-color: #340869;
    box-shadow: 0px 3px 6px rgba(0 0 0/ 12%);
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.btn-bell:hover,
.btn-bell:not(:disabled):not(.disabled).active,
.btn-bell:not(:disabled):not(.disabled):active,
.show>.btn-bell.dropdown-toggle {
    opacity: .5;
    background-color: #340869;
    border-color: #340869;
    box-shadow: 0px 3px 6px rgba(0 0 0/ 12%);
}

.btn-agna-link {
    color: #D14140;
}

.btn-agna-link:hover {
    color: #B23A39;
    text-decoration: underline;
}

.siteBtn,
.siteBtn:focus {
    background: #D14140;
    border: 1px solid #D14140;
    color: #ffffff;
    padding: 8px 22px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 50px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.siteBtn:hover,
.siteBtn:not(:disabled):not(.disabled).active,
.siteBtn:not(:disabled):not(.disabled):active,
.show>.siteBtn.dropdown-toggle {
    background-color: #B23A39;
    border-color: #B23A39;
    color: #ffffff;
}

.siteBtnOutline,
.siteBtnOutline:focus {
    border: 1px solid #D14140;
    background: transparent;
    color: #D14140;
    border-radius: 0px;
    padding: 8px 30px;
    font-size: 13px;
    border-radius: 50px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.siteBtnOutline:hover,
.siteBtnOutline:not(:disabled):not(.disabled).active,
.siteBtnOutline:not(:disabled):not(.disabled):active,
.show>.siteBtnOutline.dropdown-toggle {
    color: #B23A39;
    background-color: #eaeced;
    border-color: #B23A39;
}

.searchInput {
    padding: 10px;
    padding-left: 40px;
    border-radius: 60px;
    border: 1px solid transparent;
    height: 42px;
    box-shadow: 0 1px 6px rgb(0 0 0 / 12%);
}

.searchInput:focus {
    border: 1px solid #D14140 !important;
    outline: none;
}


/* The container */

.checkmark-cart-container {
    display: block;
    position: relative;
    padding-right: 40px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkmark-cart {
    border-bottom: #eaeced 1px solid;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

.checkmark-cart:first-child {
    padding-top: 6px;
}

.checkmark-cart:last-child {
    padding-bottom: 6px;
    border-bottom: none;
}

.size-name {
    margin-top: -45px;
    position: relative;
    left: 0;
    width: 60%;
    text-align: left;
}


/* Hide the browser's default checkbox */

.checkmark-cart-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #cdd2d8;
}


/* On mouse-over, add a grey background color */

.checkmark-cart-container:hover input~.checkmark {
    background-color: #eaeced;
}


/* When the checkbox is checked, add a blue background */

.checkmark-cart-container input:checked~.checkmark {
    background-color: #d14140;
    border: 1px solid #d14140;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.checkmark-cart-container input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.checkmark-cart-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 1.7px 1.7px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkmark-list {
    margin-top: 12px;
    border-radius: 8px;
    padding: 18px;
    border: 1px solid #eaeced;
}