/*-----------scroll bar-----------*/
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
/*--------helping css---------*/
.color-yellow{
	color: #FAE206;
}

.bg-yellow{
	background-color: #FAE206;
}

.color-blue{
	/*color:#314555;*/
	color:#207ed0;
}

.bg-blue{
	background-color: #207ed0;
}

.third-color{
	color:#DE1010;
}

.bg-third{
	background-color: #DE1010;
}
.color-grey{
	color:#ECF1F7;
}
.bg-grey{
	background-color:#ECF1F7;
}

/*---------heading css----------*/


.h-title {
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 30px;
}

.h-title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #f1f1f1;
}
.h-title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background-color: #DE1010;
}

.dropdown-menu a{
	color: #000 !important;
}
/*------mainbody css--------------*/

body{
	background-color: #ECF1F7;
}

@media (min-width: 1200px){
.container {
    max-width: 1250px;
}
}

/*--------navbar css-----------*/

.offersarabia-nav .navbar-brand{
	color: #314555;
	font-size: 30px;
	font-weight: bold;
}
.offersarabia-nav .navbar-nav .active a{
	color:#3490DC;
}
.offersarabia-nav .nav-item a{
	margin-right: 12px;
	color:#ffffff !important;
}
.offersarabia-nav .nav-item i{
	color: #46ce90;
	padding-right: 5px;
}

.offersarabia-nav .nav-item img{
	width:40px;
	height:30px;
	margin-right: 10px;
}
/*.offersarabia-nav .navbar-nav .nav-link:hover{
	border-bottom: 2px solid #46ce90;
    transition: 1s ease;
}*/



/*==========user landing page(user-homenew) css==========*/


/*---------top category section----------*/

/*.category-nav ul{
	display: flex;
	justify-content: space-around;
	list-style: none;
	margin:0;
}
.category-nav ul li{
	color:#000000;
	font-weight: bold;
}
*/
.category-nav {
	padding:0 0;
}

.category-nav .cat-carousel-item a{
	font-weight: bold;
	font-size: 15px;
	color: #207ed0;
}
.carousel-indicators li{
	background-color: #DE1010;
}

.carousel-indicators .active{
	background-color: #FAE206;
}

.owl-item{
	text-align: center;
	margin-top: 10px;
}
.owl-item a{
	font-weight: bold;
	font-size: 15px;
	color: #207ed0;
}
.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px !important;
  color: #207ed0 !important;
}

.owl-prev {
  left: 20px;
}

.owl-next {
  right: 20px;
}

/*----------Top brand section-----------*/


.brand-logo{
	background-color: #ffffff;
	display: table-cell;
    /*width: 20%;*/
    height: 110px;
    vertical-align: middle !important;

}
.brand-logo img{
	max-width: 110px !important;
}



/*-------user alloffer sidebar-------*/

.left-sidebar-filter{
	height: 100% !important;
}

.left-sidebar-filter .card{
	border:none !important;
	padding: 0;
	margin-bottom: 20px !important;
	border-bottom: 1px solid rgba(0,0,0,.125) !important;
}

.left-sidebar-filter .card-header {
	background-color: #fff;
    font-weight: bold;
    color: #717f86 !important;
	font-size: 16px !important;
	padding: 12px 14px;
	/*border-top: 1px solid rgba(0,0,0,.125);*/
}

.left-sidebar-filter .card-header i{
	color:#207ED0;
	margin-right: 10px;
}

.left-sidebar-filter .card-body{
	padding:0;
}

.search-filter-list{                     
	list-style: none;
	padding: 0;
	max-height: 160px;
	overflow-y: auto;
}

.search-filter-list li{
	border-bottom: 1px solid #ddd;
    padding: 5px 0;
}

.search-filter-list li .active{
	font-weight: bold;
}

.search-filter-list li:last-child{
	border-bottom: none;
}

.search-filter-list li:hover{
	background-color: #207ED0;
}

.search-filter-list li a{
	color:#717f86 !important;
	line-height: 30px;
	text-decoration: none;
	font-size: 14px;
}
.search-filter-list li:hover a{
	color:#fff !important;
}

.search-filter-list li i{
	font-size: 15px;
    width: 40px;
    margin-right: 20px;
    color: #207ED0;
    border-right: 1px solid #ddd;
    text-align: center; 
}
.search-filter-list li:hover i{
    color: #fff; 
    border-right: 1px solid #fff;
}

#cat-showmore{
	color: #207ed0;
	cursor: pointer;
	font-size: 13px;
	margin-left: 10px;
	margin-top: 10px;
}
#loc-showmore{
	color: #207ed0;
	cursor: pointer;
	font-size: 13px;
	margin-left: 10px;
	margin-top: 10px;
}
#brand-showmore{
	color: #207ed0;
	cursor: pointer;
	font-size: 13px;
	margin-left: 10px;
	margin-top: 10px;
}

.custom-chkbox{
	width:15px;
	height:15px;
}



.alloffer-tab ul li{
	font-weight: bold;
	font-size: 14px;
	width:33.33%;
	text-align: center;
	border-right: 1px solid #ccc;
	padding:12px 0;
}
.alloffer-tab ul li a{
	color:#000;
	text-decoration: none;
}
.alloffer-tab ul li.active{
	background-color: #207ed0;
}
.alloffer-tab ul li:hover{
	background-color: #207ed0;
}
.alloffer-tab ul li.active a{
	color:#fff;
	text-decoration: none;
}
.alloffer-tab ul li:hover a{
	color:#fff;
}



/*------user offer info page------*/

.offerinfo-desc h3 a{
	color: #207ed0;
	font-weight: bold;
}



.btn-like{
	font-size: 13px;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
    padding: 2px 18px;
	background-color: #46ce9099;
	margin-right: 12px;
}

.btn-spam{
	font-size: 13px;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
    padding: 2px 18px;
	background-color: #ff000059;
}

.offerinfo-desc p strong{
	color: #000;
}




#other-locatn strong{
	border: 1px solid #DE1010;
    color: #DE1010;
    cursor: pointer;
    border-radius: 5px;
    padding: 0 5px;
}
.offerinfo-review i{
	color: #DE1010;
}

.offerinfo-related ul li{
	list-style: none;
	margin-bottom: 20px;
}

.related-offer-date{
	font-size: 13px;
}
.related-offer-pricing{
	font-size: 16px;
	color:#46ce90;
}
.related-offer-pricing strike{
	color:#FF3100;
	font-size: 11px;
}

.offerinfo-tab .nav-item{
	margin-right: 5px;
}
.offerinfo-tab .nav-item a{
	background-color: #207ed085;
	color: #fff;
    padding: 15px 30px;
    border-radius: 5px 5px 0 0;
}
.offerinfo-tab .nav-item a:hover{
	background-color: #207ed0;
	color: #fff;
    padding: 15px 30px;
    border-radius: 5px 5px 0 0;
}

.offerinfo-tab .nav-item .active{
	background-color: #207ed0;
	color: #fff;
	font-weight: bold;
    padding: 15px 30px;
    border-radius: 5px 5px 0 0;
}


/*----------admin area pages-------------*/

.page-head{
	background-color: #00bcd5;
	padding:7px;
}
.page-head h2{
	font-size: 18px;
	font-weight:600;
	color: #fff;
}
.row-table-custom{
	background-color: #fff;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important
}

/*
---------footer css-------*/

#footer h1, #footer h4, #footer p{
	color:#fff;
}


.footer-list{
	margin-top: 15px;
	padding-left: 0;
}

.footer-list li{
	color:#fff;
	list-style: none;
	margin-bottom: 20px;
}

.h-title-green{
	position: relative;
}

.h-title-green:before{
	content: "";
    height: 3px;
    width: 50px;
    background: #FAE206;
    position: absolute;
    left: 0;
    bottom: -10px;
    z-index: 1;
}
.subscribe-text{
	margin-top: 15px;
}


/*==============Media query===========*/



/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px){
.large-device{
	display: none;
}

.small-device{
	display: block;
}

.category-nav li img{
	width: 50% !important;
	height: 30px !important;
}
.top-brand .col{
	min-width: 50% !important;
}

.offer-box-new{
	border:1px solid #d6d8da;
	margin-bottom: 20px;
	min-height: 140px;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
	width:100%;
}

.offer-title-new {
	height:30px !important;
	margin-bottom: 15px;
}
.offer-title-new a{
	font-size: 16px !important;
	margin-bottom: 20px !important;
	line-height: 25px !important;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color:#000;
}

.offer-location-new{
	font-size: 14px;
	margin-bottom: 5px;
	color:#6c757d;
}
.offer-date-new{
	font-size: 14px;
	margin-bottom: 5px;
	color:#6c757d;
}
.offer-link-new a{
	font-size: 13px;
	color: #207ed0;
	margin-bottom: 0;
	font-weight: 600;
}
.btn-blue-outline{
	border:1px solid #207ed0;
	border-radius: none;
	padding:10px 30px;
	color:#000;
	font-weight: bold;
}

.offer-link-readmore a{
	font-size: 14px;
	font-weight: bold;
	color: #DE1010 !important;
}

/*----todays offer tab section----*/

.todaysoffer-tab ul{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.todaysoffer-tab .nav-tabs{
	border-bottom: 2px solid #d6d8da !important;
	margin-bottom: 20px;
}
.todaysoffer-tab ul li a{
	color:#5c5c5c;
	text-decoration: none;
	font-size: 16px;
	padding: 0 15px;
	line-height: 30px;
	font-weight: bold;
}
.todaysoffer-tab ul .active{
	border-bottom: 4px solid #207ed0;
}
.left-sidebar-filter{
	margin-bottom: 20px;
}

.brand-banner-head .col-lg-9{
	text-align: center !important;
}


 .cat-carousel-item{
		height: 45px;
    }

}




/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px){
.large-device{
	display: none;
}

.small-device{
	display: block;
}

.category-nav li img{
	width: 50% !important;
	height: 30px !important;
}
.top-brand .col{
	min-width: 33.33% !important;
}

.offer-box-new{
	border:1px solid #d6d8da;
	margin-bottom: 20px;
	min-height: 170px;
	width:100%;
}

.offer-title-new {
	height:30px !important;
	margin-bottom: 15px;
}
.offer-title-new a{
	font-size: 18px !important;
	margin-bottom: 20px !important;
	line-height: 20px !important;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color:#000;
}

.offer-location-new{
	font-size: 14px;
	margin-bottom: 5px;
	color:#6c757d;
}
.offer-date-new{
	font-size: 14px;
	margin-bottom: 5px;
	color:#6c757d;
}
.offer-link-new a{
	font-size: 14px;
	color: #207ed0;
	margin-bottom: 0;
}
.btn-blue-outline{
	border:1px solid #207ed0;
	border-radius: none;
	padding:10px 30px;
	color:#000;
	font-weight: bold;
}

.offer-link-readmore a{
	font-size: 14px;
	font-weight: bold;
	color: #DE1010 !important;
}

/*----todays offer tab section----*/

.todaysoffer-tab ul{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.todaysoffer-tab .nav-tabs{
	border-bottom: 2px solid #d6d8da !important;
	margin-bottom: 20px;
}
.todaysoffer-tab ul li a{
	color:#5c5c5c;
	text-decoration: none;
	font-size: 16px;
	padding: 0 15px;
	line-height: 30px;
	font-weight: bold;
}
.todaysoffer-tab ul .active{
	border-bottom: 4px solid #207ed0;
}

.left-sidebar-filter{
	margin-bottom: 20px;
}

.brand-banner-head .col-lg-9{
	text-align: center !important;
}

 .cat-carousel-item{
		height: 45px;
    }

}



/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px){
.large-device{
	display: none;
}

.small-device{
	display: block;
}

.offerbox-fullrow .small-device{
	display: none;
}
.offerbox-fullrow .large-device{
	display: inline-flex;
}
.category-nav li img{
	width: 50% !important;
	height: 30px !important;
}
.top-brand .col{
	min-width: 33.33% !important;
}

.offer-box-new{
	border:1px solid #d6d8da;
	margin-bottom: 20px;
	min-height: 210px;
	width:100%;
}

.offer-title-new {
	height:65px !important;
}
.offer-title-new a{
	font-size: 20px !important;
	margin-bottom: 20px !important;
	line-height: 24px !important;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color:#000;
}

.offer-location-new{
	font-size: 14px;
	margin-bottom: 10px;
}
.offer-date-new{
	font-size: 14px;
}
.offer-link-new a{
	font-size: 16px;
	color: #207ed0;
	margin-bottom: 0;
}
.btn-blue-outline{
	border:1px solid #207ed0;
	border-radius: none;
	padding:10px 30px;
	color:#000;
	font-weight: bold;
}

.offer-link-readmore a{
	font-size: 14px;
	font-weight: bold;
	color: #DE1010 !important;
}

/*----todays offer tab section----*/

.todaysoffer-tab ul{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.todaysoffer-tab .nav-tabs{
	border-bottom: 2px solid #d6d8da !important;
	margin-bottom: 20px;
}
.todaysoffer-tab ul li a{
	color:#5c5c5c;
	text-decoration: none;
	font-size: 16px;
	padding: 0 15px;
	line-height: 30px;
	font-weight: bold;
}
.todaysoffer-tab ul .active{
	border-bottom: 4px solid #207ed0;
}

.brand-banner-head .col-lg-9{
	text-align: center !important;

}

 .cat-carousel-item{
		height: 20px;
    }

}



/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px){

.small-device{
	display: none;
}
.large-device{
	display: flex;
}

.category-nav li img{
	width: 70% !important;
	height: 40px !important;
}
.top-brand .col{
	min-width: 20% !important;
}

/*--------offers boxes----------*/
.offer-box-new{
	border:1px solid #d6d8da;
	margin-bottom: 20px;
	min-height: 210px;
	width:100%;
}


.offer-title-new {
	height:50px !important;
}
.offer-title-new a{
	font-size: 22px !important;
	margin-bottom: 20px !important;
	line-height: 24px !important;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color:#000;
}
.offer-location-new{
	font-size: 16px;
	margin-bottom: 10px;
}
.offer-date-new{
	font-size: 16px;
}
.offer-link-new a{
	font-size: 16px;
	font-weight: bold;
	color: #207ed0;
	margin-bottom: 0;
}
.btn-blue-outline{
	border:1px solid #207ed0;
	border-radius: none;
	padding:10px 30px;
	color:#000;
	font-weight: bold;
}

.offer-link-readmore a{
	font-size: 14px;
	font-weight: bold;
	color: #DE1010 !important;
}

/*----todays offer tab section----*/

.todaysoffer-tab ul{
	display: flex;
	justify-content: space-around;
	flex-wrap: nowrap;
}
.todaysoffer-tab .nav-tabs{
	border-bottom: 2px solid #d6d8da !important;
}
.todaysoffer-tab ul li a{
	color:#5c5c5c;
	text-decoration: none;
	font-size: 18px;
}
.todaysoffer-tab ul .active{
	border-bottom: 4px solid #207ed0;
}
.brand-banner-head .col-lg-9{
	padding: 0 !important;
	text-align: left !important;
}
.all-offer-list .col-lg-9{
	padding: 0 !important;
}
 .cat-carousel-item{
		height: 20px;
    }


}


/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px){

.small-device{
	display: none;
}
.category-nav li img{
	width: 70% !important;
	height: 40px !important;
}
.top-brand .col{
	min-width: 20% !important;
}
/*--------home offers boxes----------*/
.offer-box-new{
	border:1px solid #d6d8da;
	margin-bottom: 20px;
	min-height: 190px;
	width:100%;
}

.offer-title-new {
	height:50px !important;
}
.offer-title-new a{
	font-size: 18px !important;
	margin-bottom: 20px !important;
	line-height: 28px !important;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color:#000;
}
.offer-location-new{
	font-size: 16px;
	margin-bottom: 10px;
}
.offer-date-new{
	font-size: 16px;
}
.offer-link-new a{
	font-size: 16px;
	font-weight: bold;
	color: #207ed0;
	margin-bottom: 0;
}
.btn-blue-outline{
	border:1px solid #207ed0;
	border-radius: none;
	padding:10px 30px;
	color:#000;
	font-weight: bold;
}

.offer-link-readmore a{
	font-size: 14px;
	font-weight: bold;
	color: #DE1010 !important;
}


/*--------Brand offer boxes----------*/
.brand-offer-box{
	/*border:1px solid #d6d8da;*/
	margin-bottom: 20px;
	min-height: 200px;
}

.brand-offer-detail{
	border:1px solid #d6d8da;
}

.brand-offerbox-title {
	/*height:50px !important;*/
	background-color: #207ed0;
	color:#fff;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
	padding: 10px 0;
	text-transform: uppercase;
}

.brand-offerbox-loctn{
	font-size: 14px;
	margin-bottom: 10px;
}
.brand-offerbox-date{
	font-size: 14px;
}


/*-----------new all offer boxes------------*/

.alloffer-box{
	border-left: 3px solid #207ed0;
	border-top: 1px solid #207ed0;
	margin-bottom: 30px;
	background-color: #f8f8f8;
}

.alloffer-box:hover{
	background-color: #ffffff;
}

.alloffer-box .offer-title-new h2{
	font-size: 20px !important;
	margin-bottom: 20px !important;
	line-height: 28px !important;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color:#000;
}

.alloffer-box .offer-title-new p a{
	font-size: 14px !important;
	margin-bottom: 20px !important;
	line-height: 28px !important;
	font-weight: 400;
	text-decoration: none;
	color:#207ed0;
}

.alloffer-box .offer-link-new a {
    font-size: 15px;
    font-weight: 400;
    color: #207ed0;
    margin-bottom: 0;
    margin-top: 20px;
}
.alloffer-box .offer-link-new-wishlist a {
    font-size: 14px;
    font-weight: 300;
    color: #207ed0;
    margin-bottom: 0;
    margin-top: 20px;
}

.alloffer-box .offer-location-new {
    font-size: 15px;
    margin-bottom: 5px;
}
.alloffer-box .offer-date-new {
    font-size: 15px;
    margin-bottom: 5px;
}
.alloffer-box .offer-desc {
    font-size: 15px;
    margin-bottom: 5px;
    color: #6c757d;
}
/*----todays offer tab section----*/

.todaysoffer-tab ul{
	display: flex;
	justify-content: space-around;
	flex-wrap: nowrap;
}
.todaysoffer-tab .nav-tabs{
	border-bottom: 2px solid #d6d8da !important;
}
.todaysoffer-tab ul li a{
	color:#5c5c5c;
	text-decoration: none;
	font-size: 18px;
}
.todaysoffer-tab ul .active{
	border-bottom: 4px solid #207ed0;
}
.brand-banner-head .col-lg-9{
	padding: 0 !important;
	text-align: left !important;
}
.all-offer-list .col-lg-9{
	padding: 0 !important;
}
.brand-banner-head .col-lg-9 .bg-white, .brand-banner-head .col-lg-3 .bg-white{
	height: 140px !important;
}

 .cat-carousel-item{
		height: 20px;
    }

}


/* show 3 items */
    .cat-carousel-inner .active,
    .cat-carousel-inner .active + .cat-carousel-item,
    .cat-carousel-inner .active + .cat-carousel-item + .cat-carousel-item,
    .cat-carousel-inner .active + .cat-carousel-item + .cat-carousel-item + .cat-carousel-item  {
        display: block;
    }
    
    .cat-carousel-inner .cat-carousel-item.active:not(.cat-carousel-item-right):not(.cat-carousel-item-left),
    .cat-carousel-inner .cat-carousel-item.active:not(.cat-carousel-item-right):not(.cat-carousel-item-left) + .cat-carousel-item,
    .cat-carousel-inner .cat-carousel-item.active:not(.cat-carousel-item-right):not(.cat-carousel-item-left) + .cat-carousel-item + .cat-carousel-item,
    .cat-carousel-inner .cat-carousel-item.active:not(.cat-carousel-item-right):not(.cat-carousel-item-left) + .cat-carousel-item + .cat-carousel-item + .cat-carousel-item {
        transition: none;
    }
    
    .cat-carousel-inner .cat-carousel-item-next,
    .cat-carousel-inner .cat-carousel-item-prev {
      position: relative;
      transform: translate3d(0, 0, 0);
    }
    
    .cat-carousel-inner .active.cat-carousel-item + .cat-carousel-item + .cat-carousel-item + .cat-carousel-item + .cat-carousel-item {
        position: absolute;
        top: 0;
        right: -25%;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    
    /* left or forward direction */
    .active.cat-carousel-item-left + .cat-carousel-item-next.cat-carousel-item-left,
    .cat-carousel-item-next.cat-carousel-item-left + .cat-carousel-item,
    .cat-carousel-item-next.cat-carousel-item-left + .cat-carousel-item + .cat-carousel-item,
    .cat-carousel-item-next.cat-carousel-item-left + .cat-carousel-item + .cat-carousel-item + .cat-carousel-item,
    .cat-carousel-item-next.cat-carousel-item-left + .cat-carousel-item + .cat-carousel-item + .cat-carousel-item + .cat-carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    
    /* farthest right hidden item must be abso position for animations */
    .cat-carousel-inner .cat-carousel-item-prev.cat-carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    
    /* right or prev direction */
    .active.cat-carousel-item-right + .cat-carousel-item-prev.cat-carousel-item-right,
    .cat-carousel-item-prev.cat-carousel-item-right + .cat-carousel-item,
    .cat-carousel-item-prev.cat-carousel-item-right + .cat-carousel-item + .cat-carousel-item,
    .cat-carousel-item-prev.cat-carousel-item-right + .cat-carousel-item + .cat-carousel-item + .cat-carousel-item,
    .cat-carousel-item-prev.cat-carousel-item-right + .cat-carousel-item + .cat-carousel-item + .cat-carousel-item + .cat-carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
    .cat-carousel-control-prev{
		width: 100%;
		text-align: center;
    }
    .cat-carousel-control-next{
    	width: 100%;
		text-align: center;
    }
   


