﻿.bottom-footer {
    background: #202020 !important;
    font-size: 14px;
    margin-bottom: 20px;
}

.d-flex.col-recommended, .d-flex.col-brand, .d-flex.col-price-range {
    padding: 0 25px;
}

.catalog-selectors .d-flex .fa-angle-right {
    margin: 0 5px;
    font-size: 18px;
}

.dropdown-menu a:hover {
    color: #c8881d;
}

footer{
    background-color: #202020 !important;
    margin-bottom: 0;
}

footer span {
        color: #fff;
    }

    footer ul li a, footer ul li, footer h5 {
        color: #fff;
    }

    footer.red-on-dark ul li{
        margin-bottom:5px;
    }
.main-add {
    width: 80%;
}
    .main-add span {
        display: inline-block;
    }
html[lang=en] .main-add span:first-child {
    height: 48px;
    float: left;
}
html[lang=ar] .main-add span:first-child {
    height: 48px;
    float: right;
}
html[lang=en] footer .social-rd li a {
    font-size: 22px;
    border-left: 1px solid;
    padding-left: 10px;
}
footer h5 {
    margin-top:20px;
}
.copyright-rd {
    border-top: 1px solid #3E3E3E;
}
.copyright-rd a {
	color: white;
	text-decoration: underline;
}
html[lang=en] footer .social-rd li:first-child a {
    border-left: 0;
}

html[lang=ar] footer .social-rd li a {
    font-size: 22px;
    border-right: 1px solid #fff;
    padding-right: 10px;
}

html[lang=ar] footer .social-rd li:first-child a {
    border-right: 0;
}

.col-md-4.module-footer-link h5, .store-info li.f-logo  {
    margin-bottom: 20px;
}

.product-box.grid-box {
    border: 1px solid #ECECEC;
    border-radius: 5px !important;
    transition: 0.4s ease;
}

.product-box:hover .btn-add-to-card {
    pointer-events: unset;
    opacity: 1;
    transform: none;
}

.product-box .btn-add-to-card {
    pointer-events: none;
    opacity: 1;
    background-color: #CC9F4E;
    border-color: #CC9F4E;
    transform: none;
    transition: 0.2s ease;
}

.row-labels-over-pic.not-available {
    bottom: auto;
    top: 10px;
}

html[lang="ar"] .label-circle-discount-percent {
    left:10px !important;
    right: unset !important;
}
.row-labels-over-pic.not-available .badge {
    border-radius: 4px;
    padding: 2px 8px !important;
}
.row-labels-over-pic.new-flag {
    position: absolute;
    top: 10px;
}

.pro-brand {
    font-size: 14px;
    margin-bottom: 3px;
}
.product-box.productbox-tiny .pro-brand {
	font-size: 12px;
}

.product-box .btn-sold-out {
    opacity: 1 !important;
}

.product-box .btn-sold-out {
    background-color: #898989 !important;
}
.row-labels-over-pic.new-flag .badge {
   background-color: #3B83FF !important;
   color: #fff !important;
   border-radius: 5px;
   padding: 2px 10px !important;
}
html[lang="en"] .row-labels-over-pic.new-flag {
    position: absolute;
    top: 10px;
    right: 10px;
    left: auto;
}

div#dvCategoryProduct .dropdown-toggle::after {
    display:none;
}

.range-slider {
    *zoom: 1;
    margin: 20px 0;
    padding-top: 3.5em;
    position: relative;
    text-align: center;
}

    .range-slider:before, .range-slider:after {
        content: " ";
        display: table;
    }

    .range-slider:after {
        clear: both;
    }

@media (min-width: 640px) {
    .range-slider {
        padding-top: 3.5em;
    }
}

@media (min-width: 1024px) {
    .range-slider {
        padding-top: 3.5em;
    }
}

.range-slider .track {
    bottom: 15px;
    height: 6px;
    left: 0;
    margin-bottom: -3px;
    position: absolute;
    width: 0;
    z-index: 50;
}

@media (min-width: 640px) {
    .range-slider .track {
        bottom: 15px;
    }
}

@media (min-width: 1024px) {
    .range-slider .track {
        bottom: 15px;
    }
}

.range-slider .track--full {
    background: #aaa;
    width: 100%;
}

.range-slider .track--included {
    background: #ECC568;
    border-radius: 3px;
}

.range-slider .slider-thumb {
    background: #555;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    display: block\9;
    height: 30px;
    left: 0;
    position: absolute;
    width: 30px;
    z-index: 101;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .range-slider .slider-thumb {
        display: block;
    }
}

@media (min-width: 640px) {
    .range-slider .slider-thumb {
        height: 30px;
        width: 30px;
    }
}

@media (min-width: 1024px) {
    .range-slider .slider-thumb {
        height: 30px;
        width: 30px;
    }
}

.range-slider [type=range] {
    -webkit-appearance: none;
    background: none;
    height: 30px;
    margin: 0;
    outline: none;
    padding: 0;
    pointer-events: none;
    position: relative;
    width: 100%;
    z-index: 75;
}

@media (min-width: 640px) {
    .range-slider [type=range] {
        height: 30px;
    }
}

@media (min-width: 1024px) {
    .range-slider [type=range] {
        height: 30px;
    }
}

.range-slider [type=range]:focus {
    outline: none;
}

.range-slider [type=range]::-moz-focus-outer {
    border: 0;
}

.range-slider [type=range]:first-of-type {
    float: left;
    margin-bottom: -30px;
}

@media (min-width: 640px) {
    .range-slider [type=range]:first-of-type {
        margin-bottom: -30px;
    }
}

@media (min-width: 1024px) {
    .range-slider [type=range]:first-of-type {
        margin-bottom: -30px;
    }
}

.range-slider [type=range]:last-of-type {
    float: right;
    margin-bottom: 0;
}

.range-slider [type=range]::-webkit-slider-runnable-track {
    background: none;
    border: 0;
    height: 6px;
    z-index: -1;
}

.range-slider [type=range]::-ms-fill-lower {
    background: none;
    border: 0;
}

.range-slider [type=range]::-ms-fill-upper {
    background: none;
    border: 0;
}

.range-slider [type=range]::-ms-track {
    background: transparent;
    border: 0;
    border-color: transparent;
    color: transparent;
    height: 6px;
    z-index: -1;
}

.range-slider [type=range]:focus::-ms-fill-lower {
    background: none;
    border: 0;
}

.range-slider [type=range]:focus::-ms-fill-upper {
    background: none;
    border: 0;
}

.range-slider [type=range]::-moz-range-track {
    -moz-appearance: none;
    background: none;
    border: 0;
    height: 6px;
    z-index: -1;
}

.range-slider [type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: #555;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    height: 30px;
    margin-top: -12px;
    outline: 0;
    pointer-events: all;
    position: relative;
    width: 30px;
    z-index: 100;
}

@media (min-width: 640px) {
    .range-slider [type=range]::-webkit-slider-thumb {
        height: 30px;
        margin-top: -12px;
        width: 30px;
    }
}

@media (min-width: 1024px) {
    .range-slider [type=range]::-webkit-slider-thumb {
        height: 30px;
        margin-top: -12px;
        width: 30px;
    }
}

.range-slider [type=range]::-ms-thumb {
    background: #555;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    height: 30px;
    margin-top: 0;
    pointer-events: all;
    position: relative;
    width: 30px;
    z-index: 100;
}

@media (min-width: 640px) {
    .range-slider [type=range]::-ms-thumb {
        height: 30px;
        width: 30px;
    }
}

@media (min-width: 1024px) {
    .range-slider [type=range]::-ms-thumb {
        height: 30px;
        width: 30px;
    }
}

.range-slider [type=range]::-moz-range-thumb {
    -moz-appearance: none;
    background: #555;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    height: 30px;
    margin-top: -12px;
    pointer-events: all;
    position: relative;
    width: 30px;
    z-index: 100;
}

@media (min-width: 640px) {
    .range-slider [type=range]::-moz-range-thumb {
        height: 30px;
        margin-top: -12px;
        width: 30px;
    }
}

@media (min-width: 1024px) {
    .range-slider [type=range]::-moz-range-thumb {
        height: 30px;
        margin-top: -12px;
        width: 30px;
    }
}

.range-slider .output,
.range-slider output {
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    color: #aaa;
    display: inline-block;
    height: 2.5em;
    left: 50%;
    line-height: 2.5em;
    padding: 0 0.75em;
    position: absolute;
    text-align: center;
    top: 0;
    transform: translate(-50%, 0);
}




html[lang=ar] #dvCategoryProduct .dropdown-menu li {
    text-align: right;
}
html[lang=en] #dvCategoryProduct .dropdown-menu li {
    text-align: left;
}
#dvCategoryProduct .dropdown-menu li {
    padding: 5px 10px;
    background: #fff;
    border-bottom: 1px solid #fafafa;
    transition: all ease 0.5s;
}

.dropdown-menu.show {
    padding:0 !important;
}

#dvCategoryProduct .dropdown-menu li:hover {
    background: #ccc;
    border-bottom: 1px solid #fafafa;
    transition: all ease 0.5s;
}


@media screen and (max-width:768px) {
    .col-md-4.module-footer-link h5 {
        font-size: 20px;
    }
   /* .col-md-4.module-footer-link:not(:first-child) h5 {
        margin-top: 10px
    }*/
        .col-md-4.module-footer-link ul li {
            width: 49%;
            /*display: inline-block;*/
        }
    .store-info .f-logo {
       display: flex;
        justify-content: center;
        margin-top: 20px;
        width: 100% !important;
    }
    .col-md-4.module-footer-link .information-list li {
        display: inline-block;
        width: auto;
        padding: 0 5px;
    }
}

@media (min-width: 1200px) {
    .product-box.grid-box {
        border: 1px solid #ECECEC;
        border-radius: 5px !important;
        transition: 0.4s ease;
    }
    .product-box .btn-add-to-card {
        pointer-events: none;
        opacity: 1;
        transform: none;
        transition: 0.2s ease;
    }
    .product-box:hover .btn-sold-out {
        opacity: 1;
    }
}