@font-face {
font-family: Almarai-Bold;
src: url(../fonts/Almarai-Bold.ttf);
font-weight: normal;
}
@font-face {
font-family: Almarai-Light;
src: url(../fonts/Almarai-Light.ttf);
font-weight: normal;
}
/*General css*/

body{
    font-family: Almarai-Light;
    color: #101010;
	font-size: 16px;
    text-align: right;
    position: relative;
}
ul,ol,p
{
    padding: 0;
    margin: 0;
}
a{
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
a:hover{
	text-decoration: none;
	color: #000;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Almarai-Light';
	font-weight: bold;
}
.btn:focus{
	box-shadow: none;
}
.h-center{
	padding: 50px 0;
	font-size: 25px;
	text-align: center;
	font-weight: bold;
}
.dropdown-menu{text-align: right;}
.dropdown-toggle::after {
    border: 1px solid #FFF;
    border-width: 0 0 2px 2px;
    width: 8px;
	height: 8px;
    line-height: 0;
    font-size: 0;
    margin-bottom: 4px;
    margin-left: 8px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.dropdown-item.active,
.dropdown-item:active{background-color: #7e102c;}
input.form-control:focus,
textarea.form-control:focus  {
    color: #495057;
    border-color: #7e102c;
    outline: 0;
    box-shadow: none;
}
body::-webkit-scrollbar ,
.navbar-collapse::-webkit-scrollbar {
    width: 7px;
}
body::-webkit-scrollbar-track,
.navbar-collapse::-webkit-scrollbar-track  {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
body::-webkit-scrollbar-thumb,
.navbar-collapse::-webkit-scrollbar-thumb  {
  background-color: #7e102c;
  outline: 1px solid #7e102c;
	border-radius: 20px;
}

::selection {
  background: #7e102c;
	color: #fff;
}
::-moz-selection {
  background: #7e102c;
	color: #fff;
}
/* start top header*/
.top-header
{
	background-color: #7e102c;
	color: #FFF;
	padding: 5px 0;
	font-family: Almarai-Light;
}
.top-header .social
{
	text-align: center;
	    font-family: Almarai-Light;
}
.profile-menu{
	display:none;
}
.top-header .social p i{font-size: 17px;
}
.fa-whatsapp:before{
	font-size:21px;
}
.top-header .social a
{
    color: #FFF;
    display: inline-block;
	padding-left: 12px;
}
.top-header .social a:hover
{
    color: #b08e96;
}
.top-header .social li{margin: 0 4px;}
.top-header .welcoming ul
{
	display: flex;
	justify-content: flex-end;
}

.top-header .welcoming ul li a{color: #FFF;}
.top-header .welcoming ul li .dropdown-item{color: #000;}
.top-header .welcoming ul li  .dropdown-toggle::after{margin-right: 10px;}
/* welcoming model*/
.modal-open {
    overflow: auto;
}
.registermodel ,
.welcomingmodel{overflow-y: auto;}
.log-in
{
    display: flex;
    align-items: center;
    background-color: #f8f8f8;
    border-radius: 0.3rem;
}
.modal-content {
    background-color: white;
    position: relative;
} .log-in .welcoming-right .m-logo img,
 .registermodel .log-in .welcoming-right .m-logo img,
 .paymentmodelContent .m-logo img
 {
    height: 140px;
 }
 .paymentmodelContent {
    padding: 40px;
    text-align: center;
    background-color: #1a1a1a;
    background: url(../images/background.jpg);
}
.paymentmodelContent h4 {
	color:#1c1c1c;
}
.image_thumbnail1 {
        max-width: 115px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    display: inline-block;
    margin: 5px;
}
@media (min-width:1024px){
	.paymentmodelContent{
		border-radius:100px 0;
	}
	.no1 {
		margin-top:10px;
	}
	.social{
		margin-top:17px;
	}
	.profile-menu{
		display:block !important;
	}
	.disclaimer {
	       margin-top: 76px;
}
	.space-row{
		display:none !important;
	}
	.no li{
		width:25%;
	}
}
@media (max-width:1024px){
	.profile-mobile{
		display:block !important;
	}
	.cards .card .card-img{
		border-radius:5px !important;
	}
	.space-row{ display:block !important; margin-top:15px;}
	.no li{
		width:50%;
	}
	.cent{
		text-align:center;
	}
	#topFooter ul.socialmedia{
		    display: inline-flex !important;
	}
}
.paymentmodelContent{color:#1c1c1c;}
.log-in .welcoming-right,
.log-in .welcoming-left
{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;

}
.log-in .welcoming-right
{
    background-color: #1b5282;
    padding: 129px 57px 129px 40px;
    color: #FFF;
}
.log-in .welcoming-right h2
{
    font-size: 30px;
    margin: 18px 0;
    /* letter-spacing: 1.5px; */
}
.log-in .welcoming-right p
{
    color: #d6d6d6;
    font-size: 14px;
    line-height: 26px;
}
.log-in .welcoming-right a.face
{
    background: #FFF;
    display: flex;
    width: 55%;
    padding: 5px 16px;
    text-align: center;
    border-radius: 4px;
    font-size: 15px;
    color: #1b5282;
    font-family: 'CSB';
    margin-top: 25px;
    align-items: center;
    border: 1px solid transparent;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.log-in .welcoming-right a.face.google{color: #ea4335}
.log-in .welcoming-right a.face.google:hover{background-color: #ea4335;border-color: #ea4335}
.log-in .welcoming-right a.face:hover
{
    background-color: #1b5282;
    color: #FFF;
    border-color: #FFF;
}
.log-in .welcoming-right a i
{
    font-size: 35px;
    margin-left: 10px;
}
.log-in .welcoming-left
{
    background-color: #f8f8f8;
    padding: 69px 70px;
}
.log-in .welcoming-left .welcomingform
{
    padding: 30px;
    background-color: #FFF;
}
.log-in  .welcomingform-head
{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.log-in  .welcomingform-head i
{
    font-size: 30px;
}
.log-in  .welcomingform-head i::after
{
    content: '';
    padding: 11px 1px;
    width: 9px;
    background: #dadbdb;
    margin: 0 19px;
}
.log-in  .welcomingform-head h6{margin-bottom: 0;}
.log-in  .welcomingform-head p{color: #333;}
.log-in .welcoming-left input.form-control
{
    height: 40px;
    border-radius: 0;
    border: 2px solid #ebeaea;
}
.log-in .welcoming-left input.form-control:focus{border-color: #7e102c;}
.custom-control
{
    padding-right: 1.5rem;
    padding-left: 0;
    margin-bottom: 17px;
}
.custom-control:focus
{
    outline: 0;
}
.custom-control-input:checked~.custom-control-label::before
{
    border-color: #1b5282;
    background-color: #1b5282;
}
.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: auto;
    right: -1.5rem;
}
.custom-control-label::after {
    position: absolute;
    top: .25rem;
    right: -1.5rem;
    left: auto;
}
.forgetpass
{
    margin: 17px 0;
    color: #1b5282;
    padding-right: 44px;
    display: block;
    font-family: 'CSB';
}
.forgetpass:hover
{
    color: #396eb6;
}
.btn-welcoming,
.btn-new
{
    padding: 12px .75rem;

    font-size: 14px;
    color: #FFF;
}
.log-in .welcoming-left .btn-welcoming:focus,
.log-in .welcoming-left .btn-new:focus
{
    box-shadow: none;
}
.btn-welcoming{background-color: #1b5282}
.btn-welcoming:hover{background-color: #1b5282bd;color: #FFF}
.btn-new{background-color: #7e102c}
.btn-new:hover{background-color: #7e102cb0;color: #FFF;}
/* register model*/
.registermodel  .c-r
{color: #1b5282}
.registermodel .log-in .welcoming-left
{
    padding: 50px 90px;
    order: 0;
}
.registermodel .log-in .welcoming-right
{
    padding: 206px 57px 204px 40px;
    background-color: #7e102c;
    order: 1;
}
.registermodel .log-in .welcoming-right p
{
    color : #efefef;
}
.registermodel.trader .log-in .welcoming-right{display: none;}
.trader textarea.form-control{height: 200px;}
.trader .attach i{top: 8px;}
.trader .attach input[type='file']{top: 4px;}
.main-header{ position: relative;}
.main-header .overlay
{
	background-color: rgba(0,0,0,0.5);
    position: absolute;
    width: 100%;
    height: 100%;
}
.main-header .col-lg-7,
.main-header .col-lg-2,
.main-header .col-1{align-self: center;}
.main-header .logo img{height: 100px;}
.main-header .nav-bar
{
	background-image: url("../images/bg.png");
	background-repeat: round;
    background-size: contain;
	padding: 5px 0 0px 0;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 777;
}
.sticky
{
    position: fixed !important;
    -webkit-animation: fadeInDown 1s;
    animation: fadeInDown 1s;
	background: #333 url(../images/footer.png) center center repeat !important;
}
.nav-bar .navbar-light .navbar-nav .nav-link{
	color: #FFF;
	font-size: 13px;
	padding: 0 16px;
}
.navbar-expand-lg .navbar-collapse{justify-content: center;}
.nav-bar .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active,
.nav-bar .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link,
.nav-bar .navbar-light .navbar-nav .nav-link:hover{color: #e28aa0;}
.nav-bar .navbar-light .navbar-nav .nav-link:focus{color: #FFF;}
.nav-bar-light .navbar-toggler{border: none;}
.navbar-nav .dropdown-menu .dropdown-item{text-align: center;}
.close-nav,
.close-model{
	position: absolute;
	top: 10px;
	left: 10px;
    color: #7e102c;
    font-size: 25px;
    display: none;
}
.close-nav:hover{color: #FFF;}
.cta
{
    height: 50px;
    width: 50px;
    cursor: pointer;
}
.toggle-btn
{
    height: 2px;
    width: 25px;
    background-color: #fff;
    position: relative;
    top: 50%;
    left: 0;
    margin: auto;
    transition: all 0.3s ease-in-out;
}
.toggle-btn:before
{
      content: "";
      height: 2px;
      width: 25px;
      box-shadow: 0 -10px 0 0 #fff;
      position: absolute;
      top: 0;
      left: 0;
      transition: all 0.3s ease-in-out; }
.toggle-btn:after
{
    content: "";
    height: 2px;
    width: 25px;
    box-shadow: 0 10px 0 0 #fff;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
}
.main-header .join a
{
	color: #FFF;
	background: #7e102c;
	display: block;
	text-align: center;
    padding: 10px 0;
    width: 70%;
    margin: auto;
	font-size: 14px;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.main-header .join a:hover
{
	background: #FFF;
	color: #7e102c;
}
.cartt a{color: #FFF; font-size: 20px}
.main-header .slide
{
    position: relative;
    height: 380px;
}
.main-header .slide .overlay
{
	position: absolute;
    top: 0;
    left: 0;
    text-align: center;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
}
.main-header .head-text{margin-top: 87px;}
.main-header .slide h1
{
    font-size: 30px;
    margin: 0;
}
.main-header .slide p
{
	font-family: Almarai-Light;
	width: 51%;
	letter-spacing: 1px;
    margin: 15px auto;
    line-height: 29px;
}
.main-header .slide .head-btn
{
	display: flex;
	justify-content: center;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}
.main-header .slide a
{    width: 21%;
    margin-left: 6px;
}
.main-header .owl-theme .owl-nav [class*=owl-]
{
    position: absolute;
    background:transparent;
	color: #fff;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1.5;
    font-size: 23px;
    top: 50%;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.main-header .owl-theme .owl-nav [class*=owl-]:hover {
    color: #FFF;
}
.main-header .owl-prev{right: 50px;}
.main-header .owl-next{left: 50px;}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next{outline: 0;}

/* start  */
main , body
{
	background: #efefef  url('../images/background.jpg') repeat;
	background-size: contain;

    background-attachment: fixed;
}

.all-packages a
{
    margin-bottom: 25px;
    display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	padding: 40px 15px;
    font-family: Almarai-Light;
    font-weight: bold;
	font-size: 20px;
	min-height: 222px;
    border-radius: 74px 20px 30px 10px;
}
.even a{
	background-color: #9a4c5f;
}
.odd a {
	background-color:#7e122d
}
.odd a:hover{
	    background-image: linear-gradient(135deg, #7e122d 30%, #9a4c5f 60.5%);
		transform: scale(1.1);
}
.even a:hover{
	    background-image: linear-gradient(135deg, #9a4c5f 30%, #7e122d 60.5%);
		transform: scale(1.1);
}
.all-packages a:hover img
{

	filter:none;
}
.Netflix img {
	filter: drop-shadow(2px 4px 6px black);
}
.all-packages p {
	    text-transform: uppercase;
}
.all-packages a span img
{
	margin-bottom: 40px;
    height: 60px;
}
.all-packages a i
{
	font-size: 70px;
	margin-bottom: 40px;
}
/* all cards */
.cards .card
{
    border: 0;
    border-radius: 10px;
    margin: 10px 10px;
    font-family: Almarai-Light;
    text-align: center;
    background: transparent;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.cards .card:hover
{       box-shadow: 0 1px 4px rgb(126 16 44), 0 0 5px rgb(126 16 44);
    background-color: #FFF;
    border-radius: 90px 0 0 0;
}
.cards .card .card-img
{
    position: relative;
    overflow: hidden;
	border-radius: 100px 0;
}
.cards .card .card-img span
{
    color: #FFF;
    position: absolute;
    top: 19px;
    right: 23px;
    z-index: 44;
    font-size: 27px;
    font-family: 'ARBFONTS';
}
.cards .card .card-img img
{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    transform: scale(1);
}
.cards .card:hover img
{
    transform: scale(1.02);
}
.cards .card .card-body
{
    padding: 0 13px;

}

.cards .card .card-title
{
    margin: 7px 0;
}
.cards .card .price-offer
{
    display: flex;
    justify-content: space-around;
}
.cards .card .price-offer span
{
    display: inline-block;
    color: #999999;
}
.cards .card .price-offer .offer span{color: #7e102c}
.cards .card .card-links
{
    /*display: flex;*/
    justify-content: space-between;
    margin: 30px 0;
}
.price1 span {
	text-decoration: line-through;
	color: #7e102c !important;
}
.cards .card .card-links a
{
    font-size: 15px;
    padding: 5px 8px;
    border-radius: 5px;
    color: #FFF;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.cards .card .card-links .buy-now
{
    background-color: #7e102c;
    border: 1px solid transparent;
	border-radius: 15px 0;
    box-shadow: 0 1px 4px rgb(254 220 226), 0 0 5px rgba(0, 0 ,0 ,0.1);
}
.cards .card .card-links .view-more{
    background-color: #7e102c;
    border: 1px solid transparent;
	border-radius: 15px 0;
    box-shadow: 0 1px 4px rgb(254 220 226), 0 0 5px rgba(0, 0 ,0 ,.1);
    margin-right: auto;
    margin-left: auto;
}
.cards .card .card-links .view-more:hover{
	  background-color: #FFF;
    color: #7e102c;
    border-color:  #7e102c;
}
.cards .card .card-links .buy-now:hover
{
    background-color: #FFF;
    color: #7e102c;
    border-color:  #7e102c;
}
.cards .card .card-links .addcart
{
    color: #7e102c;
    border: 1px solid #7e102c;
	border-radius: 15px 0;
	box-shadow: 0 1px 4px rgb(126 16 44), 0 0 5px rgb(126 16 44);
}
.cards .card .card-links .addcart:hover
{
    background-color: #7e102c;
    color: #FFF;
}
.cards.owl-theme .owl-nav [class*=owl-]
{
    position: absolute;
    color: #7e102c;
    background-color: #c797a375;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height:2.5;
    font-size: 18px;
    top: 50%;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.cards.owl-theme .owl-nav [class*=owl-]:hover {
    color: #FFF;
    background: #7e102c;
}
.cards .owl-prev{right: -30px;}
.cards .owl-next{left: -30px;}

.cards.owl-carousel .owl-nav.disabled
{
    display: block;
}
.addedCart
{
    background-color: #FFF;
    padding: 20px;
    text-align: center;
    font-size: 60px;
    border-radius: 10px;
}
.addedCart i
{
    box-shadow: 0 0 0 rgba(51,153,51, 0.4);
    animation: pulse 2s infinite;
    border-radius: 50%;
    color: #339933;
}
.fa-user-friends:before {
	float: left !important;
    margin-right: 9px !important;
}
.addedCart h4{color: #7e102c;}

  @-webkit-keyframes pulse {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgba(51,153,51, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(51,153,51, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(51,153,51, 0);
    }
  }
  @keyframes pulse {
    0% {
      -moz-box-shadow: 0 0 0 0 rgba(51,153,51, 0.4);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(51,153,51, 0);
        box-shadow: 0 0 0 10px rgba(51,153,51, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(51,153,51, 0);
        box-shadow: 0 0 0 0 rgba(51,153,51, 0);
    }
  }
/* start today offer*/

.h-center:before ,  .h-center:after{
    content: ' ';
    display: inline-block;
    width: 1em;
    margin: 0 0 6px;
    border-style: solid;
    border-width: 2px 0 0;
    color: #7e102c;
    margin-left: 5px;
    margin-right: 5px;
}
.buttonsapp {
	display:flex;
}
.today-offer .cards .card .card-head{padding: 14px 10px;}
.cards .card .card-img img.brand
{
    width: 50px;
    position: absolute;
    top: 23px;
    left: 23px;
	filter: grayscale(1);
}
.cards .card .card-img img.byus
{
    width: 50px;
    position: absolute;
    top: 23px;
    left: 23px;
}
.today-offer .price span:last-of-type{text-decoration: line-through;}
.price.old-price span:last-of-type{text-decoration: line-through;}

/* our offers */
.our-offers .cards .card .card-head
{
	padding: 14px 10px;
	}
.our-offers .price span:last-of-type
{
	text-decoration: line-through;
}
.our-offers .cards .card:hover
{       box-shadow: none;
    background-color: #d5bfc500;
    border-radius: 0;
}
.our-offers .cards .card:hover img
{
        transform: scale(1.0125);
}
.our-offers .cards .card .card-img{
    border-radius: 70px 0;
}
.our-offers .cards .card:hover{}
/*aboutus*/
.more-about-us{
	margin-bottom:40px;
}
.who-we-are
{
 text-align: center;
    width: 70%;
    margin: 60px auto 0px auto;
    padding: 40px 100px;
    border: 2px dashed #7e122d;
    position: relative;
	border-radius: 100px 0;
}
.who-we-are h3
{
    display: inline-block;
    font-size: 30px;
    position: absolute;
    top: -23px;
    background: linear-gradient(45deg, #e1e1e1, #e1e1e1);
    left: 50%;
    padding: 0 45px;
    transform: translateX(-50%);
}
.who-we-are p
{
    color: #3c3c3c;
    line-height: 30px;
}
.who-we-are a
{
    margin-top: 50px;
    display: inline-block;
    padding: 8px 57px;
    font-size: 22px;
    background-color: #7e102c;
    color: #FFF;
    border: 1px solid transparent;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	border-radius: 0 100px;
}
.who-we-are a:hover
{
    color: #7e102c;
    border-color: #7e102c;
    background-color: #FFF;
}

/* start joni us*/
.join-us
{
	    background: url(../images/joinus.png);
	background-size: cover;
    background-attachment: fixed;
    position: relative;
    padding: 14px 0;
	    margin-top: 30px;
    margin-bottom: 30px;
}
@media screen (max-width:1440px)and(min-width:1500px) {
.main-header .slid{
	    height: 390px !important;
}
}
.join-us::after
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51,0.4);
    z-index: 2;
}

.join-us  .join-text
{
    text-align: center;
    width: 70%;
    margin:  50px auto ;
    padding: 40px 100px;
    border: 2px dashed #cccccc;
    position: relative;
    color: #FFF;
    z-index: 3;
	border-radius:100px 0;
}
.join-us  .join-text h3
{
    display: inline-block;
    font-size: 30px;
    position: absolute;
    top: -23px;
    background: linear-gradient(
45deg
 , #222226, #222225);
    left: 50%;
    padding: 0 45px;
    transform: translateX(-50%);
}
.join-us  .join-text h3::before{right: 0;}
.join-us  .join-text h3::after{left: 0;}
.join-us  .join-text p{margin-top: 40px;}
.join-us  .join-text a
{
    margin-top: 40px;
    display: inline-block;
    padding: 8px 57px;
    font-size: 22px;
    background-color: #7e102c;
    color: #FFF;
    border: 1px solid transparent;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	border-radius:0 100px;
}
.join-us  .join-text a:hover
{
    color: #7e102c;
    border-color: #FFF;
    background-color: #FFF;
}
/*why us*/
.why-text
{
    text-align: center;
    width: 70%;
    margin:  80px auto 70px auto;
    padding: 40px 100px;
    border: 2px solid #cccccc;
    position: relative;
    font-family: 'CSB';
}
.why-text h3
{
    display: inline-block;
    font-family: 'CSB';
    font-size: 30px;
    position: absolute;
    top: -23px;
    background: #FFF;
    left: 50%;
    padding: 0 60px;
    transform: translateX(-50%);
}

.why-text ul li
{
    margin-bottom: 40px;
}
.why-text h5
{
    margin: 26px 0;
    font-family: 'CSB';
    font-size: 24px;
}
.why-text h5 {
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #7e102c, #7e102c 50%, #000 50%);
    background-size: 200% 100%;
    background-position: 100%;
  }

  .why-text li:hover h5 {
    transition: all 0.7s ease-in-out;
    background-position: 0%;
  }

.why-text p
{
    color: #7e7e7e;
    line-height: 30px;
}
/*start footer*/
.content-block {
    padding: 25px 0;
	    border-top: 2px solid #7e102c;
    color: #fff;
    background: #333 url(../images/footer.png) center center repeat;
}
footer h5 {
    font-size: 17px;
    color: #fff;
}
footer a {
	color: #e1e1e1;
}
footer a:hover {
	color: #a25d6f;
}
.space-15 {
    margin-bottom: 15px;
}
footer .line {
    border-top: 1px solid #555;
    margin: 20px 0 10px 0;
}
.no ul {
    padding: 0 .9375rem;
}
 .no li {
    text-align: center;
    padding: 0;
	display: block;
    float: left;
    height: auto;
}
footer .box {
    padding: 8px;
}
footer .fa {
	    margin-bottom: 15px;
    color: #7e102c;
    font-size: 50px;
}
footer h3 {
    font-size: 24px;
    color: #e1e1e1;
}
footer h4 {
    font-size: 14px;
    color: #a3a3a3;
}
.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
	z-index:3;
	border-radius: 5px;
}
.buttonsapp1 .head-btn{
	width: 55%;display: flex;
	  margin-left: auto;
    margin-right: auto;
}
.disclaimer {
	color: #a3a3a3;
}
#paymentmethod{
	    text-align: center;
}
#paymentmethod img {
    border-radius: 15px;
    width: 15%;
    filter: grayscale(1);
}
#paymentmethod img:hover {
    filter: none;
}
#topFooter {
    padding: 10px 0;
    background: #252525;
}
#topFooter h4, #bottomFooter h4 {
    font-size: 18px;
    color: #e1e1e1;
    margin-bottom: .5rem;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}
#topFooter ul.mainftLinks li {
    display: inline-block;
    padding-right: 40px;
}
#topFooter ul li {
    color: #a3a3a3;
    list-style: none;
}
#topFooter ul.socialmedia {
    margin: 10px 0 0 0;
    padding: 0;
	display: flex;
}
.socialmedia li{
    padding-left: 6px;
}
.space-30 {
    margin-bottom: 30px;
}
.redline {
    border-top: 2px solid #7e102c;
}
#topFooter ul.ftLinks li {
    display: inline-block;
    font-size: 14px;
}
#copyright {
    background-color: #161618;
	color: #a3a3a3;
    font-size: 12px;
}
#topFooter a {
    color: #a3a3a3;
}
#topFooter a:hover{
	color: #7e102c;
}
.content-block1 img {
	  filter: grayscale(1);
}
.no li:hover {
	background-color: rgb(126 16 44 / 17%);
}
/* start static pages*/
.static-head
{
    background-image: url(../images/slider4.jpg);
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
    text-align: center;
    position: relative;

}
.static-head .overlay
{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.static-head h2
{
    font-size: 36px;
    margin-top: 89px;
}
/* start about us page*/
.about-us{
    background-image: url('../img/bodyBG.png');
    padding-bottom: 80px;
}
.about-us .about-bg
{
    background-color: #FFF;
    padding: 30px 0 1px 0;
}

.about-us .about-logo
{
    text-align: center;
    margin-bottom: 40px;
}
.about-us .about-logo a
{
    background: #7e102c;
    padding: 10px;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    display: block;
    margin: auto;
}
.about-us .about-p
{
    font-size: 18px;
    font-family: 'CSB';
    word-spacing: 1px;
    padding: 0 70px;
    color: #2f2f2f;
    text-align: justify;
    line-height: 32px;
}
.about-us h3
{
    margin: 60px 0;
    font-size: 30px;
    text-align: center;
    color: #333366
}
.about-us .mangement
{
    display: flex;
    padding: 0 0px 0 86px;
    font-family: 'CSB';
}
.about-us .mangement
{
    display: flex;
    padding: 0 0px 0 86px;
    margin-bottom: 70px;
}
.about-us .mangement .manger-img
{
    flex: 1;
    padding: 0 30px 0 40px;
}
.about-us .mangement .manger-text
{
    flex: 4;
}
.about-us .mangement .manger-text h4{font-size: 24px;}
.about-us .mangement .manger-text h4.job
{
    color: #7e102c;
    padding: 50px 0;
}
.about-us .mangement .manger-text p
{
    font-size: 18px;
    margin-bottom: 18px;
}

/*contact us page*/
.about-us.contact-us .about-bg
{
    padding: 30px;
}
.about-us.contact-us .about-p{margin-bottom: 50px;}
.contact-tel
{
    display: flex;
    padding: 30px 15px;
    background-color: #7e102c;
    color: #FFF;
    font-family: 'CSB';
    min-height: 196px;
}
.contact-tel.company
{
    background-color: #FFF;
    color: #000;
    border: 2px solid #d0d1d3;
}
.contact-tel .icon i
{
    border: 1px solid;
    padding: 10px;
}
.contact-tel h4
{
    font-size: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.contact-tel .phones
{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.contact-tel .phones p{margin-left: 50px}
.contact-tel .phones p span{margin-right: 20px}
.contact-tel .phones p:last-of-type{margin-left: 0}
.contact-us .map
{
    text-align: center;
    margin: 70px 0;
}
.contact-us .map h4,.main-titles
{
    margin: 40px 0;
    font-size: 24px;
    text-align: center;
}
.form-control{border-radius: 0;}
.contact-form  textarea.form-control {height: 147px;}
.contact-form .formbtn{text-align: center;}
.contact-form .formbtn .btn,.btn-orange
{
    margin-top: 40px;

    font-size: 14px;
    padding: 7px 60px;
    background-color: #7e102c;
    color: #FFF;
}
.contact-form .formbtn .btn:hover,.btn-orange:hover{background-color: #7e102cb0;}
/* terms page*/
.about-us.terms  .about-bg{padding-bottom: 20px;}
.terms .about-p{margin-bottom: 15px;}
/*payments*/
.payments{text-align: center;}
.about-us.payments .about-bg{padding: 30px;}
.about-us.payments .about-p{padding: 0}
.payments h2
{
    font-size: 24px;
    margin: 50px 0;
}
.payments a {
    display: inline-flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    margin-left: 1px;
    background-color: #fff;
    padding: 5px 7px;
    border-radius: 10px;
    max-width: 70px;
    height: 55px;
    justify-content: center;
}
.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0 0 0 / 0%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.hvr-grow:hover {
 -moz-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}
.hvr-grow1:hover{
	    transform: scale(1.1);
}
.hvr-grow1 {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.payments h4
{
    font-family: 'CSB';
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 40px;
}
.payments .supported-bank{margin-bottom: 30px;}
.payments .supported-bank img
{
    width: 60px;
    height: 60px;
}

.payments .payment{margin-bottom: 70px;}
.payments .payment img
{
    width: 129px;
    height: 76px;
}
/* categories page*/
.category
{
    padding: 70px 0 40px 0;
}
.category .category-p
{
	font-size: 23px;
    color: #1c1c1c;
    line-height: 30px;
    padding: 0 37px;
    margin-bottom: 30px;
    font-weight: bold;
}
.category .cards .card
{
    margin: 0;
    margin-bottom: 30px;
}
.delivery-time {
	color: #656564;
}
.delivery-time i{
    margin-top: 10px;
	margin-left: 6px;
}
/* profile page*/

.profile
{
    display: flex;
}
.profile .profile-right,
.profile .profile-left
{
    flex: 1;
    display: flex;
    flex-direction: column;
}
.profile .profile-right
{
    padding: 40px;
    padding-left: 0;
    margin-right: 11%;
}
.profile h4
{
    font-size: 24px;
    text-align: center;
    margin-bottom: 50px;
}
.profile .profile-right h4
{
    color: #7e102c;
    margin-bottom: 60px;
}
.profile .profile-left h4{color: #396eb6;}
.profile-right span
{
    color: #525252;
}
.profile-right p
{

    color: #060606;
    margin-bottom: 50px;
}
.profile-right a
{
    padding: 5px 20px;
    border-radius: 4px;
    color: #FFF;
    font-size: 14px;

    background-color: #396eb6;
}
.profile-right a:hover{background-color: #3b71de}
.profile-right .edit a{background-color: #7e102c;}
.profile-right .edit {margin-top: 60px;}
.profile-right .edit a:hover{background-color: #7e102cb0;}
.profile .profile-left
{
    background-image: url('../img/bodyBG.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px;
    padding-left: 13%;
    text-align: center;
}

.profile .profile-left .table{background-color: #FFF;}
.profile .profile-left .table thead tr{background-color: #396eb6;color: #FFF;}
.profile .profile-left .table thead th
{

    font-size: 14px;
    border-color: #396eb6
}
.profile .profile-left .table thead th,
.profile .profile-left .table td{padding: 15px 5px;}
.profile .profile-left .table td,
.profile .profile-left .tableth{border-color: #396eb6}
.profile .profile-left .table .bill-date a
{
    color: #7e102c;
    font-family: 'CSB';
}
.profile .pagination-order .pagination{justify-content: center;}
.profile .pagination-order .pagination .p-right{padding-right: 10px;}
.profile .pagination-order .pagination a,.profile .pagination-order .pagination .page-item .page-link
{
    margin: 8px;
    color: #626262;
    background-color: transparent;
    border-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    min-width: auto;
}
.profile .pagination-order .pagination .page-item.active .page-link,
.profile .pagination-order .pagination .page-item .page-link:hover
{
    border-bottom: 1px solid #396eb6 !important;
    color: #396eb6 !important;
}
/* setting page*/
.setting
{
    background-image: url('../img/bodyBG.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 50px;
}
.setting .setting-bg
{
    background-color: #FFF;
    width: 70%;
    margin: auto;
    padding: 40px 14%;
}
.setting input
{
    border-radius: 0;
    margin-bottom: 18px;
}
.setting h6
{
    font-size: 18px;
    text-align: center;
    margin: 60px 0 30px 0;
}
.setting .btn
{
    padding: 12px .75rem;
    font-size: 14px;
    color: #FFF;
    background-color: #7e102c;
}
.setting .btn:hover{background-color: #7e102cb0;}
/*cart page*/

.cart .cart-detail
{
	padding: 0px 0px 20px;
}
.cart h5{
    padding-bottom: 10px;

}
.cart .table-striped tbody tr:nth-of-type(odd){background-color: #FFF;}
.cart .table-striped tbody tr:nth-of-type(even){background-color:#f7f7f7;}
.cart .table td, .cart .table th{vertical-align: middle; }
.cart .table th
{
    color: #7e122d;
    font-size: 18px;
    text-align: center;
    border-top: 0;
    border-color: #393939;
}
.cart .table th.items{padding-right: 27px;}
.cart .table th span{padding: 0 63px;}
.cart .table  td
{
    border-bottom: 2px solid #393939;
	    background: #efefef url(../images/background.jpg) repeat;
    background-size: contain;
    background-attachment: fixed;
	    border-color: #393939;
}
.cart .table td h4
{
    font-size: 22px;
    margin-bottom: 14px;
    text-align: center;
}
.cart .table td p{color: #7e122d;}
.cart .table td .delete{cursor: pointer; color: #7e122d;}
.cart .table td .delete:hover{cursor: pointer; color: #7e122d;}
.cart .image{width: 15%;}
.cart .name{
    width: 43%;
    border-right: 2px solid #7e122d;
    padding-right: 20px;
}
.cart .name .detail
{
    display: flex;
    justify-content: space-around;
}
.cart .items{
    border-right: 2px solid #e6e6e6;
    font-family: 'CSB';
    width: 22%;
    text-align: center;
}
.cart .items .count
{

    display: inline-block;
}
.cart .items input
{
    width: 40px;
    text-align: center;
    border: 0;
    background: transparent;
}
.cart .items .count button
{
    background: transparent;
    border: 1px solid #666;
    outline: 0;
}
.cart .items .fa-times
{
    padding: 0 30px;
}
.cart .items .fa-equals
{
    padding: 0 21px;
}
.cart .items .final-price
{
    color: #7e102c;
}
.cart .items .currency
{
    padding-right: 20px;
}
.cart .subtotal{
    border-right: 2px solid #e6e6e6;

    text-align: center;
}
.cart .subtotal .final-price
{
    color: #7e102c;
}
.cart .subtotal .currency
{
    padding-right: 20px;
}
.cart .total{text-align: left;}
.cart .total p
{
     display: initial;
}
.cart .total p .text
{

    font-size: 24px;
}
.cart .total p .number
{
    color: #7e102c;
    padding: 0 26px;
    font-size: 24px;
}

.cart .total a
{
    padding: 10px 60px;
    color: #FFF;
    border-radius: 0 100px;
    background-color: #7e102c;
}
.cart .total a:hover{background-color: #9a4c5f;
    color: #fff;}
.cart-form
{
    width: 43%;
    margin: auto;
    margin-top: 30px;
}
.cart-form input
{
    text-align: center;

    background-color: #f7f7f7;
    margin-bottom: 30px;
}
.cart-form p
{
    text-align: center;
    font-family: 'CSB';
    margin: 30px 0;
    color: #3d3d3d;
    position: relative;
    font-size: 18px;
}
.cart-form .btn-welcoming,
.cart-form  .btn-new
{
    font-size: 18px;
    width: 63%;
    margin: auto;
}
.cart-form p::before,
.cart-form p::after {
    background: #ccc;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    width: 25%;
    top: 17px;
}
.cart-form p::before{right: 0;}
.cart-form p::after{left: 0;}
.payment-methods{margin: 60px 0;}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{background-color: transparent;}
.nav-pills .nav-link.active .fa-check,
.nav-pills .show>.nav-link .fa-check{visibility: visible;}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{background-color: transparent;}
.nav-pills .nav-link.active .method,
.nav-pills .nav-link:hover .method,
.nav-pills .show>.nav-link .method{border-color: #396eb6;}
.payment-methods .method
{
    text-align: center;
    background-color: #f7f7f7;
    padding: 15px 10px;
    border-radius: 5px;
    border: 2px solid transparent;
    position: relative;
    box-shadow: 1px 0 3px #CCC;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.payment-methods .method img{width: 30px}
.payment-methods .method h4
{
    margin-top: 20px;
    font-size: 13px;
    color: #396eb6;
}
.payment-methods .method .fa-check
{
    position: absolute;
    top: 0;
    right: 3px;
    font-size: 30px;
    color: #7e102c;
    visibility: hidden;
}
.cart .p-confirm
{
    color: #9a4c5f;
    font-size: 15px;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: bold;
}

.confirm-payment .form-group
{
    margin-bottom: 36px;
}
.confirm-payment label
{
    font-size: 18px;
    color: #272727;
}
.confirm-payment .form-control
{
    height: 50px;
    border-color: #dadada;
    padding-right: 20px;
    color: #1c1c1c
}
.confirm-payment select.form-control
{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.confirm-payment option
{
    background-color: #f3f3f3;
}
.confirm-payment .form-control:focus
{
    box-shadow: none;
    border-color: #7e102c;
}
.confirm-payment .form-control::-webkit-input-placeholder {
    color:    #1c1c1c;
}
.confirm-payment .form-control:-moz-placeholder {
   color:    #1c1c1c;
   opacity:  1;
}
.confirm-payment .form-control::-moz-placeholder {
   color:    #1c1c1c;
   opacity:  1;
}
.confirm-payment .form-control:-ms-input-placeholder {
   color:    #1c1c1c;
}
.confirm-payment .form-control::-ms-input-placeholder {
   color:    #1c1c1c;
}

.confirm-payment .form-control::placeholder {
   color:    #1c1c1c;
}
.confirm-payment .btn
{
    background-color: #7e102c;
    color: #FFF;
    font-size: 22px;
    margin-top: 21px;
}
.confirm-payment .btn:hover
{
    background-color: #7e102cb0;
}
.attach
{
    position: relative;
}
.attach i {
    position: absolute;
    top: 74px;
    left: 0px;
    color: #7e122d;
    padding-left: 12px;
    font-size: 25px;

}
.attach .file {
    width: 100%;
    height: 50px;
    display: inline-block;
    border: 1px solid #ced4da;
    padding: 9px;
    text-align: right;
    color: #495057;
    background-color: #f7f7f7;
}
.attach input[type='file'] {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 38px;
    right: 0;
    opacity: 0;
}

/* bill page*/
.bill
{
    background-image: url('../img/bodyBG.png');
    padding-bottom: 50px;
}
.bill .bill-bg
{
    background-color: #FFF;
    padding: 50px 20px ;
}
.bill .mar{margin-bottom: 30px;}
.bill .bill-p
{

    font-size: 20px;
    display: inline-block;
}
.bill .bill-span
{
    font-family: 'CL';
    margin-right: 20px;
}
.bill-stat{position: relative;}
.bill .fa-file-download
{
    font-size: 36px;
    color: #217345;
    position: absolute;
    top: 0;
    left: 0;
}
.bill .fa-print
{
    font-size: 36px;
    color: #396eb6;
    position: absolute;
    top: 0;
    left: 40px;
}
.bill table{text-align: center;}
.bill table .name{width: 36%;}
.code {width: 22%;}
.bill table .cash {width: 12%;}
.bill .table thead th
{
    background-color: #396eb6;
    color: #FFF;

}
.bill .table td
{
    vertical-align: middle;
    padding: 10px;
    font-family: 'CSB';
}
.bill .table thead th,
.bill .table  td
{
    vertical-align: middle;
    border: 2px solid #396eb6;
    border-bottom: 0;
    border-bottom: 5px solid transparent !important;
}
.bill table .name p
{
    color: #070707;
    font-size: 17px;
}
.bill .table  td input,
.bill .table  td button
{
    background: transparent;
    border: 0;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #3f3f3f;
}
.bill .table  td input:focus,
.bill .table  td button:focus{outline: 0;}
.bill table td.amount
{
    font-size: 17px;
    color: #1b5282;
}
.bill table td.cash span
{
    color: #7e102c;
    font-size: 17px;
    margin-left: 10px;
}
.bill .table  tfoot td
{
    border: 2px solid #396eb6;
    background-color: #396eb6;
    padding: 10px;
    color: #FFF;

}
.bill table img
{
    width: 87px;
    padding: 10px;
}
.transfer {
	    border-top: 2px solid #7e102c;
}
.transfer-form {
	margin-top:40px;
}
  .myAlert-top{
    position: fixed;
    top: 5px;
    left:2%;
    width: 17%;
    z-index: 9999;
}
.myAlert-top .close
{
    float: left;
}
.alert{
    display: none;
}
.image_thumbnail{
    max-width: 70px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 7px;
    display: inline-block;
    margin: 5px;
}
.form-control.is-invalid, .was-validated .form-control:invalid ,.has-error .attach .file{
    border-color: #dc3545 !important;
}
.cartt span.badge.badge-warning.rounded-circle,.website-notification span.badge.badge-warning.rounded-circle {
    position: absolute;
    top: -5px;
    right: 0px;
    font-size: 11px;
    background-color: #7e102c;
}
.has-error .invalid-feedback{
    display: block !important;
}
.imagePreview{
    margin:10px;
    border-radius:10px;
    max-height: 200px;
    max-width: 200px;
}
.pagination {
    justify-content: center;
    flex-wrap : wrap;
}
.pagination .page-item .page-link {
    background-color: #fff;
    color: #7e102c;
    padding: 5px 8px;
    margin: 5px;
    min-width: 37px;
    min-height: 37px;
    text-align: center;
    border-radius: 60px;
    line-height: 23px;
    font-weight: bold;
}
.page-item.active .page-link , .page-item .page-link:hover{
    color: #fff;
    background-color: #7e102c;
    border-color: #7e102c;
}
img {
    max-width: 100%;
    max-height: 100%;
}
.profile-wallets {
    text-align: center;
}
.profile-wallets .table thead th {

    font-size: 14px;
    border-color: #396eb6;
    background-color: #396eb6;
    color: #fff;
}
.profile-wallets .table td{
    border-color: #396eb6;
}
.text-orange
 {

    color: #7e102c;
 }
.profile-wallet-btn {
    background-color: #fff !important;
    color: #7e102c !important;
    border: 1px solid #7e102c;
}
.profile-wallet-btn:hover {
    color: #fff !important;
    background-color: #7e102c !important;
}
.website-notification{
    margin-right: auto;
}
.website-notification>a {
    color: #FFF;
    font-size: 20px;
}
.website-notification>a:after {
    display: none;
}
.website-notification .dropdown-menu.dropdown-content {
    min-width: 250px;
}
.website-notification .text-semibold  {
    font-family: "CB";
    color: #396eb6;
    font-size: 12px;
    display: block;
}
.website-notification .media-annotation, .table-notifications .media-annotation {
    color: #999999;
    font-size: 12px;
}
.website-notification ul.media-list.dropdown-content-body {
    list-style: none;
    padding: 0 10px;
}
.website-notification .media {
    margin-bottom: 5px;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 5px;
    display: block;
}
.website-notification .media:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}
.table-notifications .text-semibold {
    font-family: "CB";
    color: #396eb6;
    font-size: 16px;
    display: block;
}
.table-notifications .media-con {
    font-family: "CB";
    color: #000;
    font-size: 14px;
    display: block;
}
.table-notifications td,.table-notifications th{
    vertical-align: middle;
}
.with-notifications {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.with-notifications .join{
    flex: 1;
}
.note-img img{
    width: 30px;
}
.modal.copymessage.show .modal-dialog .addedCart {
    font-size: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal.copymessage.show .modal-dialog {
    width: 220px;
}
.modal.copymessage.show .modal-dialog h4{
    font-size: 18px;
}
span.product-off {
    position: absolute;
    color: #fff;
    top: 20%;
    right: 20%;
    z-index: 10;
    width: 60%;
    height: auto;
    line-height: 50px;
    font-size: 10px;
}
.bg-spinner {
    position: fixed;
    background-color: rgba(47, 66, 82, 0.4);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1000000;
}

.nk-spinner {
    position: relative;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    text-indent: -9999em;
    border: 5px solid rgba(255, 255, 255, 0.3);
    border-left: 5px solid #fff;
    border-radius: 50%;
    -webkit-animation: nk-spinner 1.2s infinite linear;
    animation: nk-spinner 1.2s infinite linear;
    margin: 25% auto 0;
}

@-webkit-keyframes nk-spinner {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes nk-spinner {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* sidebar*/
.ads, .main_links, .tools_account {
    margin-top: 15px;
    overflow: hidden;
    height: auto;
    width: 100%;
    display: block;
}
.title_area {
    display: block;
}
.title_area span {
    color: #fff;
    margin-top: 37px;
    display: block;
    font-size: 18px;
    padding-top: 8px;
    padding-right: 20px;
    padding-bottom: 8px;
    font-weight: 700;
    background-color: #7e102c;
}
.links {
    overflow: hidden;
    height: auto;
    width: 100%;
    display: block;
    padding: 10px;
    background: #e6e6e6;
}
#cssmenu {
    background: 0 0;
    min-height: auto;
    display: block;
    margin-top: 0;
	 width: 100%;
    height: auto;
    overflow: hidden;
}

#cssmenu, #cssmenu a, #cssmenu li, #cssmenu ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    font-weight: 400;
    text-decoration: none;
    line-height: 1;
    font-size: 14px;
    position: relative;
}
#cssmenu ul {
    border: 1px solid #7e102c;
    background: #fff;
}
#cssmenu ul, #nav li, .account_links ul, .links ul {
    list-style: none;
}
#cssmenu li {
    border-bottom: 1px solid #c5c5c5;
}
#cssmenu>ul>li>a {
    display: block;
    text-decoration: none;
    color: #585858;
    transition: all .4s ease-in-out;
    padding: 5px 15px;
}
#cssmenu>ul>li>a, .panel-title a:hover {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}
#cssmenu ul ul li.even {
    background: #fff;
}
#cssmenu ul ul li {
    border: 1px solid #e0e0e0;
    border-top: 0;
}
#cssmenu a, #cssmenu li {
    line-height: 2;
}
#cssmenu ul ul li.odd {
    background: #f4f4f4;
}
#cssmenu>ul>li.active>a {
    background: #7e102cك
    color: #fff;
}
#cssmenu span.cnt {
    position: absolute;
    top: 17px;
    right: 15px;
    padding: 0;
    margin: 0;
    background: 0 0;
    display: none;
}
#cssmenu ul ul a {
    padding: 10px;
    display: block;
    color: #FFF;
    font-size: 13px;
}
.links ul li a {
    display: block;
    text-decoration: none;
    color: #585858;
    transition: all .4s ease-in-out;
    padding: 5px 15px;
}
#cssmenu>ul>li>a:hover {
    background: #e7edf5;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}


.owl-carousel.owl-rtl {
    direction: ltr !important;
}
