/* SST Arabic Font Family */
@font-face {
    font-family: 'SST Arabic';
    src: url('../fonts/stt/SST-ARABIC-LIGHT-1.TTF') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'SST Arabic';
    src: url('../fonts/stt/SST-ARABIC-ROMAN-1.TTF') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'SST Arabic';
    src: url('../fonts/stt/SST-ARABIC-MEDIUM.TTF') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'SST Arabic';
    src: url('../fonts/stt/SST-Arabic-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .container {
        width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container {
        width: 1350px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1400px;
    }
}


body {
    font-family: "SST Arabic", sans-serif;
    background: #F7F7F7;
}

table img {
    vertical-align: top !important;
    border-radius: 6px;
    border: 1px #ecebeb solid;
}

.user_gestion_data .form-group select, .user_gestion_data .form-group input {
    max-width:250px;
}

@media (max-width: 991px) {
    .header {
        border-bottom: 1px #f2f2f2 solid;
        box-shadow: 0 0 32px rgba(0, 0, 0, .15);
        padding-bottom: 6px;
    }
}


.header {
    background: #fff;
    height: 74px;
    padding: 0;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
    border-bottom: 1px solid #d7dbd7;
}

.header  .container {
    position: relative;
}

.header  .logo {
    margin-top: 2px;
}
.header  .logo img {
    height: 66px;
}





.navbar-toggle{
    margin-top: 24px;
}

div.smaller .social_media{
    margin-top: 10px;
}
div.smaller .navbar-toggle{
	margin-top: 13px;
}
div.smaller .logo{
    padding-top: 0;
    margin-top: 3px;
}
div.smaller .logo img{
	height: 52px;
}
div.smaller {
	height: 60px;
    border-bottom: 1px #ccc solid;
}
div.smaller .navbar-nav{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s; 
}
div.smaller .navbar-nav > li > a{
	padding: 20px 12px;
}
div.smaller .navbar-header{
	margin:14px 0 0 -15px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s; 
}
div.smaller .navbar-brand{
	margin-top:0;
}
div.smaller .navbar-brand img{
	height:60px;
}
div.smaller .links{
    margin-top: 18px !important;
}

.header .btn {
    border: 1px #4b2c9696 solid;
    padding: 5px 16px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 6px;
    color: #4b2c96;
    margin-top: 19px;
    background: #4b2c9626;
}
.header .btn i {
    font-size: 20px;
}
.header .btn:hover {
    border: 1px #4b2c96 solid;
    color: #fff;
    background: #4b2c96;
}
div.smaller .btn{
    margin-top: 13px !important;
}

.header_categories {
    background: #00489F url(../img/pTitleoverlay-pattern.png);
}

@media (max-width: 767px) {
    .header_categories {
        background: none;
    }
}


.header .search {
    margin: 5px 10px 0 0;
}

.header .search .name {
    width: 440px;
    background: #fff url(../img/search_1.png) no-repeat 98% 7px;
    padding-right: 34px;
    height: 40px;
}

@media (min-width:991px) and (max-width:1200px) {
    .header .search .name {
        width: 250px;
    }
}

.header .search .sub {
    background: #00489F;
    border: 1px #fff solid;

    padding: 6px 12px 3px 10px;
    height: 40px;
}

.header .search .sub:hover {
    background: #fa8957;
}

.header .search .sub i {
    color: #fff;
    font-size: 19px;
    font-weight: 100;
}




/*menu*/
@media (min-width: 992px) {

    .navbar-nav {
        /*display: inline-block;*/
        float: auto;
        vertical-align: top;
        margin: 0 30px 0 0;
        padding: 0;
    }

    .navbar-collapse {
        text-align: center;
    }

    .navbar-nav>li {
        position: relative;
        text-align: right;
    }

    .navbar-nav>li:first-child {
        margin-right: 0;
    }

    .navbar-nav>li:last-child {
        margin-left: 0;
    }

    .navbar-nav li a,
    .navbar-nav li a:hover {
        background: none;
        border: none;
        padding: 27px 10px;
        color: #fff;
        font-size: 14px;
    }

    .navbar-nav li:hover,
    .navbar-nav li.active {
        background: none;
    }




    .navbar-nav>li>a {
        color: #5f5c5b;
        font-size: 14px !important;
        font-weight: 600;
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        position: relative;
        overflow: hidden;
    }
    .navbar-nav > li > a::before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 51%;
        right: 51%;
        bottom: 0;
        background: #39308D;
        height: 3px;
        -webkit-transition-property: left, right;
        transition-property: left, right;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }
    .navbar-nav > li:hover > a::before {
        left: 0;
        right: 0;
    }

    .navbar-nav>li>a:hover {
        color: #333;
    }

    .navbar-nav .dropdown:hover .dropdown-menu {
        display: block;
    }

    /* Dropdown Menu */
    .dropdown-menu {
        background-color: #fff;
        min-width: 180px;
        padding: 0;
        border: none;
        border-radius: 0 0 4px 4px;
    }

    .dropdown-menu>li {
        border-top: 1px #f2f2f2 solid;
    }

    .dropdown-menu>li:first-child {
        border-top: none;
    }

    .dropdown-menu>li:last-child a {
        border-radius: 0 0 4px 4px;
    }


    .dropdown-menu>li>a,
    .dropdown-menu>li>a:hover,
    .dropdown-menu>li>a:focus {
        padding: 0;
        margin: 0;
        color: #333 !important;
        padding: 10px;
        font-weight: normal;
        font-size: 13px;

        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .dropdown-menu>li:hover>a {
        background: #39308D;
        color: #fff !important;
        padding-right: 20px;

        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .nav .open>a,
    .nav .open>a:hover,
    .nav .open>a:focus {
        background-color: #fff;
        color: #811231;
        border-color: #00489F;
    }

    /* End Dropdown Menu */




    .navbar-nav>li:hover>.dropdown-menu {
        display: block;
    }

    .dropdown-submenu {
        position: relative;
    }

    .dropdown-submenu>.dropdown-menu {
        top: -2px;
        right: 100%;
        margin-right: 0;
        -webkit-border-radius: 6px 6px 6px 6px;
        -moz-border-radius: 6px 6px 6px 6px;
        border-radius: 0px 0px 0px 6px;
    }

    .dropdown-submenu:hover>.dropdown-menu {
        display: block;
    }

    .dropdown-submenu>a:after {
        display: block;
        content: " ";
        float: left;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 5px 5px 0px;
        border-right-color: #ccc;
        margin-top: 5px;
        margin-left: -0px;
    }

    .dropdown-submenu:hover>a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

    .dropdown-submenu.pull-left>.dropdown-menu {
        right: -100%;
        margin-left: 10px;
        -webkit-border-radius: 6px 6px 6px 0;
        -moz-border-radius: 6px 6px 6px 0;
        border-radius: 6px 6px 6px 0;
    }


    .dropdown-submenu {
        display: none !important;
    }

    .dropdown-menu .dropdown-submenu {
        display: block !important;
    }
}

@media (max-width: 991px) {

    .header .logo, .header .links{
        float: none !important;
    }

    .navbar-toggle {
        display: block !important;
        background: #26205e;
        border-color: #26205e;
        position: absolute;
        top: 0;
        left: 0;
    }

    .container > .navbar-collapse {
        margin-right: 0;
    }

    .navbar-collapse {
        z-index: 5000;
        margin: 4px 0 0 0;
        background: #333;
        padding: 6px;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: 100%;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    /* القائمة - عرض عمودي */
    .navbar-nav {
        margin: 0;
        padding: 0;
        float: none !important;
        display: block !important;
        width: 100%;
    }

    .navbar-nav > li {
        display: block !important;
        float: none !important;
        width: 100%;
        margin: 0 !important;
        border-top: 1px #5B5B5B solid;
        text-align: right;
    }

    .navbar-nav li:first-child {
        border-top: none;
    }

    .navbar-nav > li > a {
        display: block !important;
        padding: 12px 25px !important;
        font-size: 14px !important;
        color: #fff !important;
        text-align: right;
    }

    .navbar-nav > li > a::before {
        display: none !important;
    }

    .navbar-nav li a:hover {
        background: #fff;
        color: #333 !important;
    }

    /* القوائم المنسدلة */
    .navbar-nav .dropdown-menu {
        position: static !important;
        float: none;
        width: 100%;
        background: #444;
        border: none;
        box-shadow: none;
        display: none;
        padding: 0;
    }

    .navbar-nav .open > .dropdown-menu {
        display: block;
    }

    .navbar-nav .dropdown-menu > li {
        border-top: 1px #5B5B5B solid;
    }

    .navbar-nav .dropdown-menu > li > a {
        padding: 10px 35px !important;
        color: #ccc !important;
        font-size: 13px !important;
    }

    .navbar-nav .dropdown-menu > li > a:hover {
        background: #555;
        color: #fff !important;
    }

    .navbar-nav .open .dropdown-menu>li>a::before {
        content: ' -';
        color: #fff;
        margin-left: 6px;
    }

    .dropdown-submenu {
        display: inline;
    }

    .nav .open>a,
    .nav .open>a:hover,
    .nav .open>a:focus {
        background-color: #444;
        border-color: #00489F;
        color: #fff !important;
    }
}

/*end menu*/


h1,
h2 {
    color: #26205e;
    padding: 0;
    margin: 0;
}
a {
    color: #26205e;
}
a:hover{
    color: #aa7674;
}

.btn-link {
    color: #26205e;
}

.btn-primary {
    color: #fff;
    background-color: #26205E;
    border-color: #26205E;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #453f7f;
    border-color: #453f7f;
}

.btn:hover {
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.btn-goto {
    padding: 10px 40px;
    font-size: 15px;
}

.form-control:focus {
    border-color: #ccc;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.main-wrapper>.container {
    padding-top: 20px;
    padding-bottom: 60px;
    position: relative;
    z-index: 1;
    min-height: 600px;
}

.main-wrapper>.container h1 {
    margin: 10px 20px 20px 0;
    font-size: 26px;
}


.pTitle {
    background: #00489F url(../img/pTitleoverlay-pattern.png);
    transition: all .3s ease;
    margin: -20px 0 0 0;
    padding-top: 18px;
    padding-bottom: 18px;
}

.pTitle h1 {
    color: #fff;
}

.pTitle .container>div {
    margin-top: 10px;
    color: #fff;
}

.pTitle a {
    color: #fff;
}




/* Modern Footer Styles */
.modern-footer {
    background: #F5F4F8;
    color: #333333;
    font-family: "IBM Plex Sans Arabic", sans-serif;
    margin-top: 60px;
    position: relative;
    overflow: hidden;
}

.modern-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0dGVybiBpZD0iZ3JpZCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiPgogICAgPHBhdGggZD0iTSAxMCAwIEwgMCAwIDAgMTAiIGZpbGw9Im5vbmUiIHN0cm9rZT0icmdiYSgyNTUsMjU1LDI1NSwwLjAzKSIgc3Ryb2tlLXdpZHRoPSIxIi8+CiAgPC9wYXR0ZXJuPgogIDxyZWN0IHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJ1cmwoI2dyaWQpIi8+Cjwvc3ZnPg==');
    opacity: 0.1;
    pointer-events: none;
}

.footer-content {
    padding: 50px 0 30px;
    position: relative;
    z-index: 2;
}

.footer-section {
    margin-bottom: 30px;
}

.footer-brand .brand-title {
    color: #333333;
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0 15px 0;
}

.footer-brand .brand-description {
    color: #666666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0;
}

.section-title {
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, #ffffff, #39308D);
    border-radius: 2px;
}

.contact-info .contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    padding: 2px 0;
    transition: all 0.3s ease;
    color: #666666;
}

.contact-info .contact-item:hover {
    transform: translateX(-5px);
    color: #333333;
}

.contact-icon {
    width: 18px;
    height: 18px;
    margin-left: 12px;
    color: #666276;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quick-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.quick-links li {
    margin-bottom: 12px;
}

.quick-links a {
    color: #666276;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
}

.quick-links a::before {
    content: '←';
    margin-left: 8px;
    opacity: 0;
    transition: all 0.3s ease;
}

.quick-links a:hover {
    color: #39308D;
    text-decoration: none;
    transform: translateX(-5px);
}

.quick-links a:hover::before {
    opacity: 1;
}

.social-media-links {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: #fff;
    color: #666276;
    border-radius: 50%;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.91);
    box-shadow: 0 .125rem .125rem -.125rem rgba(31, 27, 45, .08), 0 .25rem .75rem rgba(31, 27, 45, .08) !important;
}

.social-link:hover {
    background: #39308D;
    color: #ffffff;
    box-shadow: 0 8px 25px rgba(243, 156, 18, 0.3);
    text-decoration: none;
}


.footer-bottom {
    background: rgba(0,0,0,0.05);
    padding: 20px 0;
    border-top: 1px solid rgba(0,0,0,0.1);
    position: relative;
    z-index: 2;
}

.footer-bottom .copyright {
    color: #666666;
    font-size: 14px;
    margin: 0;
}

.footer-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

.footer-links a {
    color: #666666;
    text-decoration: none;
    font-size: 13px;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #333333;
    text-decoration: none;
}

.footer-links span {
    color: #999999;
    margin: 0 5px;
}

/* Responsive Footer Styles */
@media (max-width: 992px) {
    .modern-footer {
        margin-top: 40px;
    }

    .footer-content {
        padding: 40px 0 25px;
    }

    .footer-content .row {
        display: flex;
        flex-wrap: wrap;
    }

    .footer-section {
        text-align: center;
        margin-bottom: 35px;
    }

    .footer-brand .brand-title {
        font-size: 22px;
        text-align: center;
    }

    .footer-brand .brand-description {
        text-align: center;
        font-size: 14px;
        line-height: 1.8;
    }

    .section-title {
        font-size: 16px;
        text-align: center;
        margin-bottom: 20px;
    }

    .section-title::after {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }

    .contact-info {
        text-align: center;
    }

    .contact-info .contact-item {
        justify-content: center;
    }

    .quick-links {
        text-align: center;
    }

    .social-media-links {
        justify-content: center;
    }

    .footer-bottom .row {
        flex-direction: column;
        text-align: center;
    }

    .footer-bottom .col-md-8,
    .footer-bottom .col-md-4 {
        width: 100%;
        text-align: center !important;
    }

    .footer-links {
        justify-content: center;
        margin-top: 12px;
    }
}

@media (max-width: 768px) {
    .modern-footer {
        margin-top: 30px;
    }

    .footer-content {
        padding: 35px 15px 20px;
    }

    .footer-content .row {
        margin: 0;
    }

    .footer-content .col-lg-4,
    .footer-content .col-lg-3,
    .footer-content .col-lg-2,
    .footer-content .col-md-6 {
        width: 100%;
        padding: 0;
    }

    .footer-section {
        margin-bottom: 30px;
        text-align: center;
        padding: 0 10px;
    }

    .footer-brand .brand-title {
        font-size: 20px;
    }

    .footer-brand .brand-description {
        font-size: 13px;
        line-height: 1.7;
    }

    .section-title {
        font-size: 15px;
        margin-bottom: 18px;
        padding-bottom: 8px;
    }

    .contact-info .contact-item {
        justify-content: center;
        margin-bottom: 12px;
        font-size: 13px;
    }

    .contact-icon {
        margin-left: 8px;
        font-size: 13px;
    }

    /* روابط سريعة - عرض مرن */
    .quick-links {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px 15px;
    }

    .quick-links li {
        margin-bottom: 8px;
    }

    .quick-links a {
        font-size: 13px;
        padding: 5px 0;
    }

    .quick-links a::before {
        display: none;
    }

    .quick-links a:hover {
        transform: none;
    }

    /* السوشيال ميديا */
    .social-media-links {
        justify-content: center;
        gap: 12px;
    }

    .social-link {
        width: 42px;
        height: 42px;
        font-size: 18px;
    }

    .footer-bottom {
        text-align: center;
        padding: 15px 10px;
    }

    .footer-bottom .copyright {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .footer-links {
        justify-content: center;
        margin-top: 10px;
        flex-wrap: wrap;
        gap: 5px 10px;
    }

    .footer-links a {
        font-size: 12px;
    }

    .footer-links span {
        color: #ccc;
    }
}

@media (max-width: 480px) {
    .modern-footer {
        margin-top: 25px;
    }

    .footer-content {
        padding: 25px 10px 15px;
    }

    .footer-section {
        margin-bottom: 25px;
        padding: 0 5px;
    }

    .footer-brand .brand-title {
        font-size: 18px;
    }

    .footer-brand .brand-description {
        font-size: 12px;
        line-height: 1.6;
    }

    .section-title {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .section-title::after {
        width: 30px;
        height: 2px;
    }

    .contact-info .contact-item {
        font-size: 12px;
        margin-bottom: 10px;
        flex-wrap: wrap;
    }

    .contact-icon {
        width: 16px;
        height: 16px;
        font-size: 12px;
        margin-left: 6px;
    }

    /* روابط سريعة - صف واحد مع scroll */
    .quick-links {
        gap: 5px 12px;
    }

    .quick-links li {
        margin-bottom: 6px;
    }

    .quick-links a {
        font-size: 12px;
    }

    .social-link {
        width: 38px;
        height: 38px;
        font-size: 16px;
    }

    .social-media-links {
        gap: 10px;
    }

    .footer-bottom {
        padding: 12px 10px;
    }

    .footer-bottom .copyright {
        font-size: 11px;
        line-height: 1.5;
    }

    .footer-links {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 3px 8px;
    }

    .footer-links a {
        font-size: 11px;
    }

    .footer-links span {
        display: inline;
        font-size: 10px;
        margin: 0 2px;
    }
}


footer .contact{
    margin-top: 30px;
}
footer .contact i{
    margin-left: 13px;
    width: 13px;
    font-size: 16px;
}
/* Footer -- End */



/* Blocs */
.blocs {
    margin-bottom: 40px;
}

.blocs h3 {
    padding: 0;
    margin: 0 0 10px 0;
    color: #4a4949;
    font-size: 19px;
}

.list-stores {
    padding: 0;
    list-style: none;
}

.list-stores li {
    padding-top: 10px;
    padding-bottom: 10px;
    display: table;
}

.list-stores li img,
.list_store_name {
    display: table-cell;
}

.list-stores li img {
    width: 60px;
    height: 25px;
}

.list_store_name {
    direction: ltr;
    padding-right: 10px;
    vertical-align: middle;
    font-size: 12px;
}

/* Blocs -- End */



.HomeCard {
    background: #fff;
    border: 1px #F3F3F3 solid;
    height: 200px;
    margin-bottom: 40px;
    overflow: hidden;
    border-radius: .25rem;
    box-shadow: 0 2px 6px rgba(230, 235, 244, .4);
}

.HomeCard:hover {
    box-shadow: 0 0.5rem 2rem #d8dfed;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    opacity: 1;
}

.HomeCard a {
    text-decoration: none;
}

.HomeCard_image {
    height: 157px;
    background-size: cover;
    width: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
}

.HomeCard_content {
    padding: 6px 10px 4px 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    position: relative;
}

.HomeCard .HomeCard_title {
    color: #333;
    font-size: 19px;
    font-weight: normal;
    padding: 0;
    margin: 0;
    line-height: 30px;
    min-height: 60px;
}

.priceInfo {
    font-size: 15px;
    color: #00489F;
}

.priceInfo .old_price {
    text-decoration: line-through;
    color: #999 !important;
    font-size: 13px;
}


.t-t {
    transition: all .15s ease;
}

.article .article_text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 30px;
}

.article .article_image {
    margin-bottom: 20px;
}

.offer_features {
    font-size: 14px;
}



.quantity>div {
    padding: 3px 0;
    min-width: 34px;
    border: 1px #ccc solid;
    border-right: none;
    color: #333;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    font-family: tahoma;
}

.quantity>div:first-child {
    border-right: 1px #ccc solid;
    cursor: pointer;
}

.quantity>div:last-child {
    cursor: pointer;
}

.shopcart_total {
    border: 1px #ccc solid;
    background: #F5F6F7;
    padding: 20px;
    font-size: 15px;
}

.shopcart_total button {
    margin-top: 20px;
}

table thead {
}

.nav-tabs {
    margin-bottom: 20px;
}


.review_stars i {
    color: #a9a8a8;
    font-size: 24px;
}

.review_stars .active {
    color: #FF0000;
}


.user_gestion,
.user_gestion>.container {
    background: #f2f2f2;
    min-height: auto;
}

.user_gestion h1 {
    margin-bottom: 18px !important;
}


.user_gestion .nav-pills {
    background: #FFF;
    border: 1px solid #e8e8e8;
    margin-bottom: 20px;
}

.user_gestion .nav-pills li a,
.user_gestion .nav-pills li a:hover,
.user_gestion .nav-pills li a:focus {
    background: none;
    color: #555;
}

.user_gestion .nav-pills .active a,
.user_gestion .nav-pills .active a:hover {
    background: none;
    color: #00489F;
}

.user_gestion .badge {
    background: #ec5840 !important;
    color: #fff !important;
    border-radius: 10px;
}

.user_gestion_data {
    background: #FFF;
    border: 1px solid #e8e8e8;
    padding: 40px 10px;
    min-height: 300px;
}

.user_links {
    font-size: 13px;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    margin-bottom: 20px;
}

.user_links h3 {
    font-size: 16px;
    margin-right: 14px;
}

.user_links a {
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
    border: none !important;
}

.user_links .active {
    background-color: #f2f2f2 !important;
    border: none !important;
    border-right: 3px solid #26205e !important;
    color: #26205e !important;
}


.noResults {
    margin: 80px 0 140px 0;
    text-align: center;
    font-size: 32px;
    color: #9c9b9b;
}


.payment_method{
    margin-top:40px;
}
.payment_method h4{
    color: #333;
}
.payment_method h4 .pull-left:nth-child(1){
    width: 30px;
}
.payment_method h4 .pull-left:nth-child(2){
    width: 60px;
    margin-top: -8px;
}
.payment_method .bankInfo{
    margin-bottom: 10px;
}
.payment_method .bankInfo input{
    max-width: 140px;
}





.brands{
    margin-bottom: 50px;
}
.brands .brand{
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    padding:20px;
    text-align: center;
    border-radius: 10px;
}
.brands .brand .img{
    height:70px;
    position: relative;
}
.brands .brand .img img{
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.brands .brand h3{
    margin: 10px 0 0 0;
    font-size: 14px;
}


.carousel-inner{
    border: none;
    padding: 0;
    border-radius: 6px;
}
.carousel-control.left, .carousel-control.right{
    background-image: none;
}


.annoncex{
    position: relative;
    min-height: 240px;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    background: #fff;
    color: #666;
    overflow: hidden;
    border-radius: 10px;
}
.annoncex:hover {
    box-shadow: 0 25px 25px rgba(0, 0, 0, 0.08);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}
.annoncex:hover .img .gradient {
    height: 240px;
    background-image: linear-gradient( to top, rgba(0, 0, 0, 0.5), rgba(0,0,0, 0) 100%);
}
.annoncex:hover a {
    text-decoration: none;
}
.annoncex .img{
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-position: bottom;
    min-height: 240px;
    position: relative;
}
.annoncex .img .gradient{
    position: absolute;
    bottom: 0;
    height: 170px;
    width: 100%;
    background-image: linear-gradient( to top, rgba(0, 0, 0, 0.5), rgba(0,0,0, 0) 56%);
    opacity: 0.9;
}



.annoncex .img .count{
    z-index: 5;
    position: absolute;
    bottom: 6px;
    right: 6px;
    color: #fff;
    font-family: tahoma;
    font-size: 14px;
    padding: 2px 6px;
    border-radius: 4px;
}
.annoncex .img .city{
    z-index: 5;
    position: absolute;
    bottom: 6px;
    left: 6px;
    color: #fff;
    font-family: tahoma;
    font-size: 14px;
    padding: 2px 6px;
    border-radius: 4px;
}
.annoncex .info{
    padding: 20px 14px;
    min-height: 140px;
}
.annoncex .info h2{
    text-overflow:ellipsis;overflow:hidden;white-space: nowrap;text-align: right;
}
.annoncex .info .details{
    margin-top: 16px;
    margin-bottom: 26px;
    color: #5c727d;
}
.annoncex h2{
    color: #4B2C96;
    font-size: 18px;
} 
.annoncex .price{
    text-align: right;
    color: #26205e;
    font-size: 16px;
}  
.annoncex .details .other{
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 12px;
} 
.annoncex .detail_link{
    position: absolute;
    left: 10px;
    bottom: 10px;
} 
.annoncex .detail_link a{
    padding: 3px 6px;
    font-size: 12px;
    background: #39308D;
    border-radius: 2px;
    color: #fff;
}



.annonce_images{
    /* border-top: 6px #fff solid;
    border-right: 6px #fff solid; */
    margin-top: 30px;
    margin-bottom: 40px;
}
.annonce_images > .col-md-8, .annonce_images > .col-md-4 {
    background-size: cover;
    background-position: 50% 50%;
    cursor: pointer;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid #ffffff;
}
.annonce_images .img_listings_overlay {
    z-index: 1 !important;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 9;
    width: 100%;
    cursor: pointer;
    height: 100%;
    background-color: #444;
    opacity: 0;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.annonce_images .img_listings_overlay:hover {
    opacity: 0.3;
}
.annonce_images .video_icon {
    position: absolute;
    right: 0;
    top: 40px;
    color: #fff;
    text-align: center;
    z-index: 5 !important;
    width: 100%;
}
.annonce_images .video_icon i {
    font-size: 64px;
    color: #FFF;
}
.annonce_images a:hover i {
    color: #FFF;
}

.annonce_images .img_show_all {
    position: absolute;
    right: 0;
    top: 60px;
    color: #fff;
    text-align: center;
    z-index: 5 !important;
    width: 100%;
}



.form_search > div {
    margin-bottom: 0;
}
.form_search input, .form_search select{
    padding-top: 8px;
    padding-bottom: 8px;
    height: 38px;
    border-radius: 4px;

    background-image: linear-gradient(#fff, #ececec);

    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px #d0d0d0 solid;
}
.form_search input:focus{
    background: #fdfdfd;
}
.form_search input[type="submit"]{
    background-image: linear-gradient(#ececec, #ccc);
    border: 1px #ccc solid;
    color: #333;
    margin-top: -4px;
}

.bloc {
    background: rgba(255, 255, 255);
    box-shadow: 7px 6px 20px 5px rgba(0, 0, 0, 0.06);
    margin-bottom: 40px;
    border-radius: 10px;
}
.bloc h2{
    color: #333;
    margin-bottom: 30px;
    font-size: 16px;
}
.bloc_content{
    padding: 20px;
    color: #5c727d;
    position: relative;
}
.bloc_content .star{
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.bloc_content .star i{
    font-size: 120px;
    color: #fff02e3d;
}
.bloc_content h3{
    margin: 0 0 30px 0; color: #333; font-weight: bold; font-size: 18px;
}
.bloc .nav-tabs{
    background: #26205e;
}
.bloc .nav-tabs > li{
    border-left: 1px #55508b solid;
    margin-bottom:0 !important;
}
.bloc .nav-tabs > li > a{
    margin: 0;
    padding: 13px 15px;
    border: none !important;
    border-radius: 0px;
    color: #fff;
}
.bloc .nav-tabs > li > a:hover, .bloc .nav-tabs > li.active a{
    color: #333;
    border-bottom: 1px #F90 solid;
}

.bloc .details b{
    color: #333;
    font-size: 15px;
}
.bloc .details p{
    color: #333;
    font-size: 16px;
}

.annonces_related .annoncex{
    min-height: 140px;
    margin-bottom: 30px;
    box-shadow: none;
    border: 1px #F2F2F2 solid;
}
.annonces_related .annoncex:hover {
    box-shadow: none;
    -webkit-transform: none;
    transform: none;
    
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.annonces_related .annoncex .img {
    min-height: 140px;
}


.header_search{
    position: relative;
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px #F2F2F2 solid;
}
.header_search .back{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #F2F2F2 url('../img/search_bg.png');
    opacity: .35;
}
.header_search .form_search{
    margin-bottom: 0;
}
.breadcrumb {
    background-color: #F7F7F7;
}



.form_search .fa-play:before {
    transform: rotate(180deg);
    display: inline-block;
}
@media (min-width: 990px) {
    .form_search .collapse{
        display: block;
    }
}




section h2{
    font-size: 28px;
    color: #333;
    padding-bottom: 10px;
}
section p{
    font-size: 16px;
    color: #5c727d;
}
section h3{
    font-size: 20px;
    color: #333;
    padding-bottom: 6px;
}

.footer_contact_us input, .footer_contact_us textarea{
    background: #3c3b3b;
    border-color: #5a5a5a;
    border-radius: 4px;
    padding: 6px 10px;
    height: auto;
}
.footer_contact_us input{
    max-width: 220px;
}
.footer_contact_us h3{
    margin: 0 0 24px 0;
}
.footer_contact_us button{
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer_bottom{
    background: #272727;
    margin-top: 30px;
    padding: 20px 0;
}


.panel-default > .panel-heading {
    background-color: #FFF !important;
    border-color: #FFF !important;
}
.panel {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 0;
    border-top: 1px solid #F0F0F0 !important;
    padding-top:12px;
    padding-bottom:12px;
}
.panel-group .panel {
    border-radius: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: none;
}
.panel-body {
    padding: 15px 35px 25px 15px;
}
.panel-title{
    padding-right: 20px;
}
.panel-title i{
    position: absolute;
    margin-right: -30px;
    margin-top: -8px;
    font-size: 30px;
}
.panel-title a, .panel-title a:hover{
    text-decoration: none;
    color: #333;
}




#st_gdpr_iframe{
    left: 0 !important;
}




.carousel-control {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    color: #333;
    text-align: center;
    filter: alpha(opacity=100);
    opacity: 0.8;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    text-shadow: none;
    background-color: #fff;
    box-shadow: 0 0 1px 1px rgba(20,23,28,.1), 0 3px 1px 0 rgba(20,23,28,.1);

    font-size: 28px;
    text-align: center;
    transform: translateY(-50%);
    transition: .3s;
}
.carousel-control:hover, .carousel-control:focus {
    color: #333;
    text-decoration: none;
    filter: alpha(opacity=100);
    outline: none;
    opacity: 1;
}
.carousel-control i {
    margin-top: -4px;
}


.carousel-indicators li {
    border: 1px solid #26205e;
}
.carousel-indicators .active {
    background-color: #26205e;
}

.comment{
    border: 1px #F2F2F2 solid;
    border-radius: 4px;
    padding:14px;
    margin:0 0 20px 0;
}
.comment span{
    color: #333;
}




.testimonial {
    background: #39308D;
    padding-top: 60px;
    padding-bottom: 60px;
    color: #fcf9f9 !important;
    position: relative;
    overflow: hidden;
}
.testimonial .image{

    height: 80px;
    width: 80px;
    background-size: cover;
    background-position: center;
    
    border-radius: 100%;
    box-shadow: 0 0.5rem 2rem #221d5b;
    border: 1px #554daf solid;
    margin-top: 20px;

}
.testimonial .title h2 {
    color: #fff;
}
.testimonial .title .text {
    max-width: 700px;
    font-size: 14px;
    color: #696868;
    margin: 26px auto 40px auto;
    text-align: center;
}
.testimonial .quote {
    text-align: center;
    position: absolute;
}
.testimonial .quote i{
    color: #edecec;
}
.testimonial .carousel-indicators {
    bottom: -40%;
}
.testimonial .carousel-indicators li {
    width: 15px !important;
    height: 15px !important;
    margin: 0 0 0 10px !important;
    background-color: #554daf;
    box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
}
.testimonial .carousel-indicators .active {
    background-color: #edecec;
    border: 1px solid #edecec;
}



.ads_home{
    margin: 30px 0 50px 0;
}
.ads_home .img {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-position: bottom;
    min-height: 130px;
    position: relative;
}
.ads_home .info h2{
    font-size: 20px;
    line-height: 25px;
    color: #505050 !important;
}
.ads_home .info h2 span{
    font-size: 12px;
    background: #FF0000;
    padding: 2px 4px;
    border-radius: 4px;
    color: #FFF;
}
.ads_home .announce{
    padding:10px;
    margin-bottom: 40px;
    border: 1px #F1F1F1 solid;
    border-radius: 10px;
    position: relative;

    background: #fff;
    box-shadow: 0 3px 25px rgba(0, 0, 0, 0.08);
}
.ads_home .announce .info{
    position: relative;
    min-height: 130px;
    color: #919191;
}
.ads_home .announce .info .city{
    position: absolute;
    bottom: 0;
    right: 10px;
}
.ads_home .announce .info .price{
    position: absolute;
    bottom: 0;
    left: 3px;
    background: #505050;
    color: #fff;
    padding: 4px 7px;
    border-radius: 5px;
    font-size: 13px;
}


.caregories{
    margin-top: 20px;
    padding: 0 30px;
    text-align: center;
}
.caregories > div{
    padding: 6px;
}
.caregories a{
    height: 90px;
    padding: 3px;
    border: 1px #DCDCDC solid;
    text-decoration: none;
    display: block;
    border-radius: 6px;
    color: #a1a1a1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: #FFF;
}
.caregories a:hover{
    border: 1px #26205e solid;
    color: #26205e;
}
p{
    color: #a1a1a1;
}

.jumbotron {
    background-image: url(../img/riyadh.jpg); 
    /* background-image: url('https://blog.bayut.sa/uploads/2020/06/%D9%85%D8%AF%D9%8A%D9%86%D8%A9-%D8%A7%D9%84%D8%B1%D9%8A%D8%A7%D8%B6AR06032020.jpg');  */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 170px;
    min-height: 750px;
    position: relative;
    text-align: center;
    margin-bottom: 0;
}
.jumbotron .bg-overlay{
    background-color: rgba(46, 43, 80, 0.5);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
}
.jumbotron p{
    color: #f3f2f2;
}
.jumbotron h1{
    color: #fff;
}
@media (max-width: 767px) {
    .jumbotron h1{
        font-size: 38px;
        margin-bottom: 10px;
    }
}



.sharethis_btn{
    visibility: hidden;
    height:1px;
    margin-top:10px;
}



.whatsapp {
    z-index: 9999;
    position: fixed;
    left: 30px;
    bottom: 30px;
    width: 54px;
    height: 54px;
}
.whatsapp:before,
.whatsapp:after {
    content: "";
    display: block;
    width: 54px;
    height: 54px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    background-color: rgb(42, 197, 112);
    opacity: 0;
    animation: animationWave cubic-bezier(0,.54,.53,1) 2s;
    transform-origin: 50% 50%;
    animation-fill-mode:forwards;
    animation-iteration-count: infinite;
}
.whatsapp:before {
    animation-delay:0.5s;
}
.whatsapp:after {
    animation-delay:0.3s;
}
.whatsapp .fa {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 26px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    line-height: 54px;
    background-color: #2ac570;
    color: #fff;
    text-align: center;
    z-index: 2;
}
@keyframes animationWave{
    0% {
        opacity: 0.4;
        transform:  scale(1);
    }
    100% {
      transform:  scale(2);
      opacity: 0;
    }
}





.special{
    padding-top:20px;
    padding-bottom:20px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}



.hr_style {
    padding-top:20px;
}




.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #39308D;
    border-color: #39308D;
}
.pagination > li > a, .pagination > li > span {
    color: #26205e;
}








.waves-container {
    z-index: 1;
    position: absolute !important;
    width: 100% !important;
    bottom: -0px !important;
    right: 0 !important;
}
.waves {
    position: relative;
    width: 100%;
    height: 16vh;
    margin-bottom: -7px;
    min-height: 100px;
    max-height: 150px;
}
.waves.waves-sm {
    height: 50px;
    min-height: 50px;
}
.waves.no-animation .moving-waves > use {
    animation: none;
}
.moving-waves > use {
    animation: f 40s cubic-bezier(.55,.5,.45,.5) infinite;
}
.moving-waves > use:first-child {
    animation-delay: -2s;
    animation-duration: 11s;
}
.moving-waves > use:nth-child(2) {
    animation-delay: -4s;
    animation-duration: 13s;
}
.moving-waves > use:nth-child(3) {
    animation-delay: -3s;
    animation-duration: 15s;
}
.moving-waves > use:nth-child(4) {
    animation-delay: -4s;
    animation-duration: 20s;
}
.moving-waves > use:nth-child(5) {
    animation-delay: -4s;
    animation-duration: 25s;
}
.moving-waves > use:nth-child(6) {
    animation-delay: -3s;
    animation-duration: 30s;
}
@keyframes f {
    0% {
        transform: translate3d(-90px, 0, 0);
    }
    to {
        transform: translate3d(85px, 0, 0);
    }
}
@media (max-width: 767.98px) {
    .waves {
        height: 40px;
        min-height: 40px;
    }
}


.flip-clock-wrapper ul li a div div.inn {
    text-shadow: 0 1px 2px #4b2c96;
    background-color: #4b2c96 !important;
}
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
    background: #4b2c96 !important;
}
.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
    background: #4b2c96 !important;
}
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
    background: #4b2c96 !important;
}


.flip-clock-wrapper {
    max-width: 700px;
    max-height: 90px;
    direction: ltr;
}


button.mfp-arrow, button.mfp-close {
    z-index: 999999 !important;
}