.rtl {
    direction: ltr;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: black;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #f58300;
}

.navbar-light .navbar-tool-icon-box {
    color: black;
}

.search_button {
    background-color: black;
}

.navbar-stuck-menu {
    background-color: black;
    background-image: url(../images/xmas-tile.png);
}

.mega-nav .nav-item .nav-link {
    color: black !important;
}

.owl-theme .owl-nav [class*="owl-"],
.checkbox-alphanumeric label:hover {
    border-color: black;
}

::-webkit-scrollbar-thumb:hover {
    background: #f58300 !important;
}

[type="radio"] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

[type="radio"]+span:after {
    box-shadow: 0 0 0 0.10em#f58300;
}

[type="radio"]:checked+span:after {
    background: #f58300;
    box-shadow: 0 0 0 0.10em#f58300;
}

.navbar-tool .navbar-tool-label {
     background-color: #f190a0 !important;
}

.btn--primary {
    color: #000;
    background-color: rgb(255 165 0);
    border-color: white !important;
}

.btn--primary:hover {
    color: #fff;
    background-color: rgb(241 144 160);
    border-color: white !important;
}

.btn-secondary {
    background-color: #080707 !important;
    border-color: #000 !important;
    height: 36px;
    width: 163px;
}

.btn-outline-accent:hover {
    color: #fff;
    background-color: black;
    border-color: black;
}

.btn-outline-accent {
    color: black;
    border-color: black;
}

.text-accent {
    color: black;
}

.text-base-2,
a:hover {
    /* color: #f58300; */
    color: black;
}

.text-primary,
.text-base,
.active-menu {
    color: black !important;
}

.page-item.active>.page-link {
    box-shadow: 0 0.5rem 1.125rem -0.425rem black
}

.page-item.active .page-link {
    background-color: black;
}

.btn-outline-accent:not(:disabled):not(.disabled):active,
.btn-outline-accent:not(:disabled):not(.disabled).active,
.show>.btn-outline-accent.dropdown-toggle {
    background-color: #f58300;
    border-color: #f58300;
}

.btn-outline-primary {
    color: black;
    border-color: black;
}

.btn-outline-primary:hover {
    background-color: #f58300;
    border-color: #f58300;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 0#f58300;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
    background-color: black;
    border-color: black;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 black;
}

.for-discoutn-value {
    background: black;
}

.dropdown-menu {
    margin-left: -8px !important;
}

:root {
    --base: black;
    --base-2: #f58300;
}

span.badge-accent {
    color: var(--base);
    background-color: black40;
}

span.badge-accent:hover {
    color: var(--base) !important;
}

.social-media :hover {
    color: #f58300 !important;
}

.start_address_under_line {
    width: 331px;
}

.copyright_link a {
    color: #f58300;
}

.copyright_link a:hover {
    text-decoration: underline;
    color: #fff;
}

.rating-box {
    width: 75px;
    height: 12px;
    font-size: 0;
    line-height: 0;
    background: url(../images/rating.png) 0 0 repeat-x;
    text-indent: -999em;
    overflow: hidden;
}

.rating-box .rating {
    float: left;
    height: 12px;
    background: url(../images/rating.png) 0 100% repeat-x;
}


.checkout-address .card {
    /* padding: 20px; */
    border-top: 3px solid #ff8081;
    border-radius: 0;
}

.checkout-address h6 {
    cursor: pointer;
    color: #000;
    border-top: 0;

}

.checkout-address .card .card-body {
    border: 0;
    font-size: 14px;
}


.delivery-address-box {
    padding: calc(12px + (24 - 12) * ((100vw - 320px) / (1920 - 320)));
    background: #f7f7f7;
    height: 100%;
}

.filter-radio-group [type="radio"]:checked,
.filter-radio-group [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.login_form .custom-control.custom-checkbox [type="checkbox"],
[type="radio"] {
    border: 1px solid #041e42;
    border-radius: 4px;
    height: 16px;
    outline: none;
    width: 16px;
    vertical-align: sub;
}

.filter-radio-group [type="radio"]:checked+label,
.filter-radio-group [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 31px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #4a4848;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
}

.filter-radio-group [type="radio"]:checked+label:before,
.filter-radio-group [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.filter-radio-group [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.filter-radio-group [type="radio"]:checked+label:after,
.filter-radio-group [type="radio"]:not(:checked)+label:after {
    content: "\f111";
    font-family: 'FontAwesome';
    font-weight: 900;
    width: 18px;
    height: 18px;
    /* background: #ff6464; */
    /* background: #0059a8; */
    background: #383737;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    font-size: 8px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.delivery-address-box .address-box-items span {
    font-size: 14px;
    color: #222222;
}

.__account-address .font-nameAnew {
    margin-top: 0 !important;
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.success-text .checkmark__background {
    fill: #0f9d58;
    -webkit-animation: rotate 35s linear both infinite;
    animation: rotate 35s linear both infinite;
}

.success-text .checkmark__background {
    fill: #0f9d58;
    -webkit-animation: rotate 35s linear both infinite;
    animation: rotate 35s linear both infinite;
}

.success-text {
    text-align: center;
}

.success-text .star {
    position: absolute;
    -webkit-animation: grow 3s infinite;
    animation: grow 3s infinite;
    fill: #0f9d58;
    opacity: 0;
}

.success-text .star:nth-child(1) {
    width: 12px;
    height: 12px;
    left: 12px;
    top: 16px;
}

.success-text .star:nth-child(2) {
    width: 18px;
    height: 18px;
    left: 168px;
    top: 84px;
}

.success-text .star:nth-child(3) {
    width: 10px;
    height: 10px;
    left: 32px;
    top: 162px;
}

.success-text .star:nth-child(4) {
    width: 20px;
    height: 20px;
    left: 82px;
    top: -12px;
}

.success-text .star:nth-child(5) {
    width: 14px;
    height: 14px;
    left: 125px;
    top: 162px;
}

.success-text .star:nth-child(6) {
    width: 10px;
    height: 10px;
    left: 16px;
    top: 16px;
}

.success-text .star:nth-child(1) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.success-text .star:nth-child(2) {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.success-text .star:nth-child(3) {
    -webkit-animation-delay: 4.5s;
    animation-delay: 4.5s;
}

.success-text .star:nth-child(4) {
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
}

.success-text .star:nth-child(5) {
    -webkit-animation-delay: 7.5s;
    animation-delay: 7.5s;
}

.success-text .star:nth-child(6) {
    -webkit-animation-delay: 9s;
    animation-delay: 9s;
}

.success-text .checkmark {
    position: relative;
    padding: 30px;
    -webkit-animation: checkmark 5m cubic-bezier(0.42, 0, 0.275, 1.155) both;
    animation: checkmark 5m cubic-bezier(0.42, 0, 0.275, 1.155) both;
    display: inline-block;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    margin: -20px;
}

.success-text .checkmark__check {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    fill: white;
}

.success-text .checkmark__background {
    fill: #0f9d58;
    -webkit-animation: rotate 35s linear both infinite;
    animation: rotate 35s linear both infinite;
}

@keyframes grow {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes checkmark {

    0%,
    100% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    10%,
    50%,
    90% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes checkmark {

    0%,
    100% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    10%,
    50%,
    90% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.terms-div p{
    font-size: 15px;
}