/*------------- Common-CSS----------------*/
html,
body {
	direction: rtl;
}

body {
	font-family: 'Open Sans', sans-serif;
	color: #555;
	font-size: 14px;
	font-weight: 300;
}

li {
	list-style: none;
}

a:hover {
	text-decoration: none;
}

/*Headers*/
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	color: #000
}

h1 {
	font-size: 50px;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 35px;
}

h4 {
	font-size: 30px;
}

h5 {
	font-size: 25px;
}

h6 {
	font-size: 20px;
}

ul {
	padding-left: 0;
}

/*Add space between sections*/
section+section {
	margin-top: 50px;
}

.block-heading {
	background-image: url("../images/titleBorder.png");
	background-repeat: repeat-x;
	height: 20px;
	margin: 60px 0;
	text-align: center;
}

.block-heading h2 {
	background: #fff;
	display: inline-block;
	color: #000;
	margin-top: -28px;
	padding: 5px 30px 10px 30px;
	border: 1px solid #dedede;
}

.block-heading h2:hover {
	box-shadow: 0 0 5px #dedede;
}

#back-top {
	position: fixed;
	bottom: 30px;
	width: 40px;
	color: #bbb;
	height: 50px;
	right: 30px;
	display: block;
	text-align: center;
	background: url("../images/top.png") no-repeat;
}


/*------------- Top bar----------------*/
#top {
	width: 100%;
	background: #e41e26;
	font-size: 12px;
	color: #fff;
	padding: 5px 0;

}

#top .contact-action {
	margin-bottom: 0;
}

#top p i {
	font-size: 16px;
	margin-right: 10px;
}

#top .login-cart li {
	float: left;
}

#top .login-cart li a {
	color: #fff;
	padding: 0 15px;
	font-size: 14px;
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-ms-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

#top .login-cart li a:hover {
	color: #555;
}

#top .login-cart li a i {
	margin-right: 3px;
}

header {
	padding: 40px 0;
	text-align: center;
}

/*	Search Box Start
    ==================================================*/

.search-box input {
	outline: none;
	border: none;
	font-size: 12px;
	padding: 5px;
	height: 25px;
}

.search-box button {
	height: 25px;
	background: url("../images/search.png") no-repeat;
	background-color: #fff;
	padding: 10px 16px;
	background-position: 8px;
	border: 0;
	outline: 0;
}

.search-box label {
	display: none;
}

.cart .dropdown {
	padding: 10px;

}

.cart .dropup .caret {
	margin-top: -36px;
	margin-left: -130px;
	text-align: left;
	border-bottom: 4px solid #FFF;
}

.cart .dropdown-menu {
	text-align: center;
	width: 220px;
	margin-top: 7px;
}

.cart .dropdown-cart-body {
	margin: 0 0 15px 0;
}

.cart .dropdown-menu img {
	border: 1px solid #dedede;
	border-radius: 100%;
	height: 64px;
	width: 64px;
	margin-left: 10px;
	padding: 8px;
}

.cart .dropdown-menu h6 {
	margin-top: 20px;
}

.cart .dropdown-menu h6 span {
	color: #e41e26;
}

.cart .dropdown-menu button {
	margin: 15px 0;
}



/*	Login Modal Start
    ==================================================*/


#create-account_form,
#login_form {
	float: left;
	text-align: center;
	width: 48%;
}

#create-account_form {
	margin-right: 11px;
	margin-top: 0;
	min-height: 245px;
}

#create-account_form h3,
#login_form h3 {
	background: none repeat scroll 0 0 #212224;
	color: #FFFFFF;
	padding: 8px 0;
	font-size: 24px;
}

#authentication #create-account_form .form_content,
#authentication #login_form .form_content {
	min-height: 185px;
	padding: 15px 10px;
}

#create-account_form h4 {
	font-size: 18px;
	font-weight: normal;
	margin: 0 10px;
	padding-bottom: 22px;
	text-align: left;
}

#create-account_form #email_create,
#login_form #email,
#login_form #passwd,
#login_form #login_email,
#login_form #login_passwd {
	height: auto;
	padding: 5px;
	width: 220px;
	border: 1px solid #dedede;
}


#create-account_form .text label {
	display: none;
}

#create-account_form h3,
#authentication #login_form h3 {
	background: none repeat scroll 0 0 #212224;
	color: #FFFFFF;
}

#authentication #create-account_form .form_content,
#authentication #login_form .form_content {
	background: none repeat scroll 0 0 #F0F0F0 !important;
}

.text label {
	display: none;
}

#login_form>fieldset,
#create-account_form>fieldset {
	background: #f5f5f5;
}



/*	Nav Start
    ==================================================*/

.nav-main li {
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-ms-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	font-size: 17px;
}

.nav-main>li::before {
	top: -2px;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.nav-main>li:after {
	bottom: -2px;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

.nav-main>li::before,
.nav-main>li::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #e41e26;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s,
		-webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}

.nav-main>li:hover:before,
.nav-main>li:hover:after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

.nav-main>li a:hover,
.nav-main>li a:focus {
	color: #e41e26;
}

.nav-main>li a {
	padding: 8px 10px;
	color: #555;
	font-size: 17px;
}

.navbar-nav {
	float: none;
	text-align: center;
}

.navbar-nav>li {
	float: none;
	display: inline-block;
	margin: 0 10px;
}

.nav-main .dropdown-menu a:hover {
	background: #fff;
}

.nav-main .dropdown-menu li a {
	color: #555;
	text-align: left;
	padding: 6px 10px;

}

.nav-main .dropdown-menu li:hover {
	color: #fff;
}

.navbar-nav .active {
	border-top: 2px solid #e41e26;
	border-bottom: 2px solid #e41e26;
	margin: -1px 0;
}

.navbar-nav .active a {
	background: #fff !important;
}

.nav-main .dropdown-menu li a:hover {
	color: #fff;
	background: #e41e26;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	background: transparent;
}

.nav-main .dropdown-menu {
	margin-top: 5px;
	padding: 0;
}

.navbar-nav>li>.dropdown-menu {
	margin-top: 2px;
}



/*	 Slider Start
    ==================================================*/
	
#slider-area {
	margin-top: 0px;
	/* box-shadow: 555px 0 1160px #de3f3b, 0 0 1700px #F44336, 0 0 110px #380091; */
	border-radius: 16px;
}

.nivo-prevNav,
.nivo-nextNav {
	height: 40px;
	width: 40px;
	text-indent: 9999px;
	background-position: 0px 0px;
	-webkit-transition: margin 0.3s ease-in-out;
	-moz-transition: margin 0.3s ease-in-out;
	-ms-transition: margin 0.3s ease-in-out;
	-o-transition: margin 0.3s ease-in-out;
	transition: margin 0.3s ease-in-out;
	background-repeat: no-repeat;
}

.nivo-prevNav {
	background: url("../images/large_left.png");
	margin-left: -60px;
}

.nivo-nextNav {
	background: url("../images/large_right.png");
	margin-right: -60px;
}

.nivo-prevNav:hover {
	background-position: 0px -40px;
}

.nivo-nextNav:hover {
	background-position: 0px -40px;
}

#slider:hover .nivo-prevNav {
	margin-left: 20px;
}

#slider:hover .nivo-nextNav {
	margin-right: 20px;
}

.nivo-controlNav {
	display: none;
}

.nivo-caption {
	background: none;
}

.nivo-directionNav a {
	display: block;
}



/*	 Feature Start
    ==================================================*/


#features .block {
	background: #e41e26;
	color: #fff;
	padding: 4px;
}

#features .block .media {
	border: 1px solid #fff;
}

#features .block .media-heading {
	margin-top: 10px;
	margin-bottom: 0;
	color: #fff;
}

#features .block i {
	font-size: 60px;
	margin: 15px 20px;
}



/*	 Catagorie Start
    ==================================================*/


#catagorie .block {
	margin-top: 30px;
}

#catagorie .block .thumbnail {
	border: none;
	cursor: pointer;
}

#catagorie .block .thumbnail:hover .catagotie-head img {
	opacity: 0.7;
}

#catagorie .block .thumbnail a img {
	width: 100%;
	border: 1px solid #dedede;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#catagorie .block .thumbnail a img:hover {
	opacity: 0.7;
}

#catagorie .block .thumbnail:hover h3 {
	color: #e41e26;
}

#catagorie .block .thumbnail a h3 {
	font-weight: 500;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#catagorie .block .thumbnail .caption p {
	font-size: 14px;
	color: #4b4b4b;
	font-weight: 300;
}

#catagorie .block .thumbnail .caption {
	padding: 0;
}

.catagorie-box p span {
	font-weight: bold;
}

.catagorie-box .catagotie-head h3 {
	color: #121212;
}

/*	 New Products Start
    ==================================================*/

.products-box {
    border-radius: 16px;
}
.products-heading {
	margin: 20px;
	background: url("../images/titleBorder.png");
	background-repeat: repeat-x;
}

.products-heading:after {
	margin: 20px;
	background: block;
}

.products-heading h2 {
	margin: 0px 0 20px;
	border-top: 5px solid #e41e26;
	display: inline-block;
	BACKGROUND: WHITE;
	PADDING: 15px;
	border-radius: 34px;
}

.products {
	text-align: center;
	cursor: pointer;
	box-shadow: 5px 0 60px #efe4e4;
	border-radius: 16px;
	background:white;
}

.products a img {
	width: 100%;
	height: 200px;
	border-radius: 16px;
	/* box-shadow: 55px 0 76px #de3f3b, 0 0 70px #F44336, 0 0 40px #380091; */
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.products:hover a img {
	opacity: 0.7;
}

.products:hover h4 {
	color: #e41e26;
}

.products a h5 {
	margin-top: 14px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1; /* number of lines to show */
			line-clamp: 1;
	-webkit-box-orient: vertical;
}

.products a h4:hover {
	color: #e41e26;
}

#products+section {
	margin-top: 20px;
	margin-bottom: 30px;
}
.product{
	/* background: white; */
	/* box-shadow: 555px 0 110px #c159578b, 0 0 170px #F44336, 0 0 110px #380091; */
	border-radius: 16px;
	padding: 20px;
}

.view-link {
	text-align: center;
	border: 1px solid #dedede;
	display: block;
	padding: 8px 10px;
	font-size: 17px;
	color: #333;
	font-weight: bold;
}

.view-link:hover {
	border: 1px solid #e41e26;
}

.view-link:hover i {
	color: #fff;
}

.view-link i {
	padding-right: 10px;
	color: #555;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-ms-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.price {
	font-size: 22px;
	color: #e41e26;
	font-weight: bold;
	margin-bottom: 8px;
}


/* ahmed Azzam */

@media (max-width: 600px) {

.products {
	text-align: center;
	cursor: pointer;
	position: relative;
	background: white;
	border-radius: 12px;
	/* box-shadow: 0 0 42px red; */
}

.products a img {
	width: 100%;
	border: 1px solid #dedede;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.products:hover a img {
	opacity: 0.7;
	border: 1px solid #e41e26;
}

.products:hover h4 {
	color: #e41e26;
}

.products a h4 {
	margin-top: 14px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.products a h4:hover {
	color: #e41e26;
}

.products .text-danger{
    color: #dc3545 !important;
    position: absolute;
    top: 0;
    background: aliceblue;
    border-radius: 7px;
    padding: 1px;
}


.view-link {
	text-align: center;
	border: 0;
	display: block;
	padding: 8px 10px;
	font-size: 17px;
	font-weight: bold;	
    color: #fff;
    background: #E91E63;
    border-radius: 0 0 44px 39px;

}

.view-link:hover {
    background: #db1d25;
    border-radius: 19px;
}

.view-link:hover i {
	color: #ffffff;
}

.view-link i {
	padding-right: 10px;
	color: #ffffff;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-ms-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}


.products del{
    position: absolute;
    left: 0;
    top: 0;
    background: aliceblue;
    padding: 4px;
    border-radius: 0 19px 17px 0;
}

.products .price {
    font-size: 16px;
    background: #eacad7e3;
    color: #e41e26;
    font-weight: bold;
    margin-bottom: 8px;
    position: absolute;
    border-radius: 0 15px 30px 0;
    padding: 3px;
    top: 24px;
    left: 0;
}

}

/*	 Call To Action Start
    ==================================================*/




	


/*	Shutter Button Start
    ==================================================*/


.shutter {
	position: relative;
	/* box-shadow: 1px 0 9px #de3f3b, 0 0 42px #F44336, 0 0 13px #380091; */
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-ms-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	background: black;
	color: white;
	border-radius: 88px 0;
}

.shutter:before {
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	display: block;
	content: "";
	position: absolute;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-ms-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	z-index: -1;
}

.shutter:hover:before {
	height: 100%;
	background: #e41e26;
	color: #000;
}

.shutter:hover {
	color: #000;

}

.btn-transparent {
	position: relative;
	border-radius: 0;
}

.btn-transparent:hover {
	border-color: #e41e26;
}

.btn-transparent:before {
	position: absolute;
	width: 100%;
	height: 0;
	content: "";
	display: block;
	top: 0;
	left: 0;
	z-index: 3;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-ms-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.btn-transparent:hover:before {
	height: 100%;
	background: #e41e26;
	color: #fff;
}

.btn-transparent:hover span {
	color: #fff;
}

.btn-transparent span {
	z-index: 5;
	position: relative;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-ms-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;


}



/*	Owl Slider Start
    ==================================================*/
#owl-example {
	cursor: pointer;
}

#owl-example img {
	width: 100%;
}

.owl-theme .owl-controls {
	margin-top: 0;
	margin-bottom: 20px;
}

.connect-heading {
	margin-top: 40px;
}



/*	End Of Home Page.......
    ==================================================*/














/*	Blog Page Start.......
    ==================================================*/



#topic-header {
	background: #FCFCFC;
	width: 100%;
	padding: 20px 0;
	margin: -20px 0;
}

#topic-header h1,
#topic-header p {
	margin: 0;
}

#topic-header .breadcrumb {
	background: transparent;
	padding: 30px 0 0;
}

#topic-header .breadcrumb li a {
	color: #e41e26;
}


#blog {
	margin-bottom: 50px;
}

.blog-body .block {
	border: 1px solid #dedede;
	box-shadow: 0 0 3px #C4C4C4;
	padding: 5px;
}


.blog-body .block img {
	width: 100%;
}

.blog-text {
	padding: 20px;
}













#blog .blog-zone {
	margin: 30px 0 0 0;
	position: relative;
    box-shadow: 555px 0 110px #c159578b, 0 0 170px #F44336, 0 0 110px #380091;
    border-radius: 16px;
}

/* The line */
#blog .blog-zone:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 6px;
	background: #dd383f;
	left: 1%;
	margin-left: -8px;
}

#blog .blog-zone>li {
	position: relative;
}

/* The date/time */
#blog .blog-zone>li .cbp_tmtime {
	display: block;
	width: 25%;
	padding-right: 100px;
	position: absolute;
}

#blog .blog-zone>li .cbp_tmtime span {
	display: block;
	text-align: right;
}

#blog .blog-zone>li .cbp_tmtime span:first-child {
	font-size: 0.9em;
	color: #bdd0db;
}

#blog .blog-zone>li .cbp_tmtime span:last-child {
	font-size: 2.9em;
	color: #e41e26;
}



/* Right content */
#blog .blog-zone>li .blog-box {
	margin: 0 0 30px 8%;
	background: #fff;
	border: 1px solid #dedede;
	color: #fff;
	padding: 8px;
	font-size: 1.2em;
	font-weight: 300;
	line-height: 1.4;
	position: relative;
	border-radius: 2px;
}

#blog .blog-zone>li:nth-child(odd) .blog-box {
	background: #fff;
	border: 1px solid #dedede;
}




#blog .blog-zone>li:nth-child(odd) .blog-box:after {
	border-right-color: #e41e26;
}

/* The icons */
#blog .blog-zone>li .blog-icon {
	width: 40px;
	height: 40px;
	font-size: 1.4em;
	line-height: 40px;
	position: absolute;
	color: #fff;
	background: #e41e26;
	border-radius: 50%;
	box-shadow: 0 0 0 8px #dd383f;
	text-align: center;
	left: 1%;
	top: 0;
	margin: 0 0 0 -25px;
}





.blog-box img {
	width: 100%;
    box-shadow: 0 0 41px red;
    border-radius: 16px;
}

.blog-box h2 {
	font-size: 18px;
	margin: 10px 0;
	color: #e41e26;
}
.blog-box p {
	color: #666;
}

.blog-post-tag {
	background: #eee;
	padding-left: 17px;
	border-left: 3px solid #90c222;
}

.blog-post-tag .block i {
	color: #e41e26;
}

.blog-post-tag .block p {
	display: inline-block;
	color: #999;
	font-size: 14px;
}

.blog-post-tag .block p a {
	color: #999;
}

.blog-post-tag .block {
	margin-right: 10px;
	display: inline-block;
}

.blog-post-body {
	padding: 15px;
}

.blog-post-body a h2 {
	color: #e41e26;
	margin-bottom: 20px;
}

.blog-post-body p {
	font-size: 16px;
	color: #555;
	padding-top: 10px;
}

#blog .pagination>.active>a {
	background: #e41e26;
	border-color: #e41e26;
	color: #fff;
}

#blog .pagination>li>a {
	color: #333;
}

#blog .blog-zone>li:last-child .blog-box {
	margin-bottom: 0;
}



/*	Blog Single Page Start.......
    ==================================================*/

.blog-post-body blockquote {
	font-size: 13px;
	border-left: 5px solid #e41e26;
	padding: 0 0 0 25px;
	margin: 20px 0 20px 20px;
	color: #AFAFAF;

}

.blog-post-body blockquote p {
	color: #AFAFAF;
	font-size: 18px;
}

.author-id,
.comments-box,
.leave-comment {
	border: 1px solid #dedede;
	margin-top: 30px;
	padding: 10px;
}

.author-id .media h4 {
	margin: 0;
}

.author-id .media img,
.comments-box .media img {
	width: 64px;
	height: 64px;
}

.author-id .media-heading {
	color: #555;
}

.author-id .media-body p {
	color: #777;
	font-size: 13px;

}

.author-id .media h5 {
	background: #EEE;
	margin: 0 0 20px;
	padding: 0 0 0 20px;
	line-height: 38px;
	color: #999;
	text-shadow: 1px 1px 1px #FFF;
}

.comments-box .media-heading span,
.comments-box .media-heading a {
	font-style: italic;
	font-size: 13px;
	color: #e41e26;
}

.comments-box .media {
	background: #f7f7f7;
	padding: 10px;
	border-bottom: 3px solid #dedede;
	color: #878787;
}

.comments-box .media-body {
	padding: 0 20px;
}

.comments-box .reply {
	margin-left: 75px;
	border-bottom: none;
}

.leave-comment .form-group textarea {
	resize: none;
}

/*-------- Blog Sidebar-------------*/

.blog-sidebar .block {
	margin-bottom: 50px;
}

.blog-sidebar .block .media-heading {
	color: #666;
	font-size: 17px;
	display: block;
	margin: 0;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-ms-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.blog-sidebar .block .media-heading:hover {
	color: #e41e26;
}

.blog-sidebar .block .media-list {
	padding-top: 10px;
}

.blog-sidebar .block .media-body p {
	color: #777;
	font-size: 13px;
}

.blog-sidebar .block .media a img {
	width: 64px;
	border-radius: 2px;
}

.blog-sidebar {
	padding: 20px 0;
}

.blog-sidebar .block .list-group-item:first-child,
.blog-sidebar .block .list-group-item:last-child {
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.blog-sidebar .block .list-group .list-group-item {
	color: #333;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-ms-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.blog-sidebar .block .list-group .list-group-item i {
	margin-right: 5px;
}

.blog-sidebar .block .list-group .list-group-item:hover {
	background: #e41e26;
	color: #fff;
	padding-left: 20px;
}



/*-------- Tag-----------*/

.tag-link h2 {
	margin-top: 0px;
	margin-bottom: 20px;
}

.tag-link a {
	color: #fff;
	background: #e41e26;
	padding: 8px 10px;
	display: inline-block;
	margin-bottom: 5px;

}

.tag-link a:hover {
	text-decoration: underline;
}






/*	Shop Page Start.......
    ==================================================*/





.product-grid ul {
	text-align: center;
}

.product-grid ul li {
	width: 33%;
	text-align: center;
	padding: 10px 20px 0 0px;
	display: inline-block;
	vertical-align: top;
}

@media screen and (max-width: 57em) {
	.product-grid ul li {
		width: 49%;
	}
}

@media screen and (max-width: 40.125em) {
	.product-grid ul li {
		width: 100%;
	}
}


#shop .products-heading h2 {
	font-size: 30px;
}

.pagination-bottom {
	text-align: center;
}

.pagination-bottom .pagination .active a {
	background: #e41e26;
	border: 1px solid #e41e26;
	color: #fff;
}

.pagination-bottom .pagination a {
	color: #333;
}

/*	Shop Single Page Start.......
    ==================================================*/
#single-product .tab-content {
	padding: 10px;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;

}

#single-product .nav-tabs {
	margin-top: 30px;
}

#single-product .nav-tabs .active a {
	background: #e41e26;
	color: #fff;
}

#single-product .nav-tabs li a {
	color: #333;
	border-top: 1px solid #dedede;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
}

.single-product-img {
	border: 1px solid #dedede;
}

.product-des {
	border: 1px solid #dedede;
	padding: 10px 15px;
}

.product-des .view-link {
	background: #e41e26;
	color: #fff;
}

.product-des .view-link i {
	color: #fff;
}

.top-catagori-heading {
	margin-top: 0;
}


.checkout-btn {
	-moz-box-shadow: inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow: inset 0px 1px 0px 0px #97c4fe;
	box-shadow: inset 0px 1px 0px 0px #97c4fe;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
	background: -moz-linear-gradient(center top, #3d94f6 5%, #1e62d0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background-color: #3d94f6;
	-webkit-border-top-left-radius: 42px;
	-moz-border-radius-topleft: 42px;
	border-top-left-radius: 42px;
	-webkit-border-top-right-radius: 42px;
	-moz-border-radius-topright: 42px;
	border-top-right-radius: 42px;
	-webkit-border-bottom-right-radius: 42px;
	-moz-border-radius-bottomright: 42px;
	border-bottom-right-radius: 42px;
	-webkit-border-bottom-left-radius: 42px;
	-moz-border-radius-bottomleft: 42px;
	border-bottom-left-radius: 42px;
	text-indent: 0;
	border: 3px solid #337fed;
	display: inline-block;
	color: #ffffff;
	font-family: Courier New;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	height: 27px;
	line-height: 27px;
	width: 87px;
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 0px 0px #1570cd;
}

.checkout-btn:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6));
	background: -moz-linear-gradient(center top, #1e62d0 5%, #3d94f6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	background-color: #1e62d0;
}

.checkout-btn:active {
	position: relative;
	top: 1px;
}



.badge {
	display: inline-block;
	padding: 0.25em 0.4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.badge {
		transition: none;
	}
}

a.badge:hover,
a.badge:focus {
	text-decoration: none;
}

.badge:empty {
	display: none;
}

.btn .badge {
	position: relative;
	top: -1px;
}

.badge-pill {
	padding-right: 0.6em;
	padding-left: 0.6em;
	border-radius: 10rem;
}

.badge-primary {
	color: #fff;
	background-color: #007bff;
}

a.badge-primary:hover,
a.badge-primary:focus {
	color: #fff;
	background-color: #0062cc;
}

a.badge-primary:focus,
a.badge-primary.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
	color: #fff;
	background-color: #6c757d;
}

a.badge-secondary:hover,
a.badge-secondary:focus {
	color: #fff;
	background-color: #545b62;
}

a.badge-secondary:focus,
a.badge-secondary.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
	color: #fff;
	background-color: #28a745;
}

a.badge-success:hover,
a.badge-success:focus {
	color: #fff;
	background-color: #1e7e34;
}

a.badge-success:focus,
a.badge-success.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
	color: #fff;
	background-color: #17a2b8;
}

a.badge-info:hover,
a.badge-info:focus {
	color: #fff;
	background-color: #117a8b;
}

a.badge-info:focus,
a.badge-info.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
	color: #212529;
	background-color: #ffc107;
}

a.badge-warning:hover,
a.badge-warning:focus {
	color: #212529;
	background-color: #d39e00;
}

a.badge-warning:focus,
a.badge-warning.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
	color: #fff;
	background-color: #dc3545;
}

a.badge-danger:hover,
a.badge-danger:focus {
	color: #fff;
	background-color: #bd2130;
}

a.badge-danger:focus,
a.badge-danger.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
	color: #212529;
	background-color: #f8f9fa;
}

a.badge-light:hover,
a.badge-light:focus {
	color: #212529;
	background-color: #dae0e5;
}

a.badge-light:focus,
a.badge-light.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
	color: #fff;
	background-color: #343a40;
}

a.badge-dark:hover,
a.badge-dark:focus {
	color: #fff;
	background-color: #1d2124;
}

a.badge-dark:focus,
a.badge-dark.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}





/* Ahmed start code */
.headertop {
	/* background: #0f0f0f; */
	color: #fff;
	direction: rtl;
}

.headertop .top {
	background: #31313100;
	padding: 0 10px;
	/* Reduce padding for mobile */
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: black;
}

.headertop .top .medias {
	padding: 0 10px;
	/* Reduce padding for mobile */
	display: flex;
	gap: 5px;
	/* Reduce gap for mobile */
	align-items: center;
	color: #bbb;
	margin: 5px;
	/* Reduce margin for mobile */
}

.headertop .top .medias i {
	background: #2C2C2C;
	color: #bbb;
	width: 20px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	font-size: 16px;
	/* Adjust font size for mobile */
}

.headertop .cartBar {
	padding: 0 10px;
	/* Reduce padding for mobile */
	display: flex;
	gap: 0 10px;
	/* Reduce gap for mobile */
	margin: 0 10px;
	/* Reduce margin for mobile */
}

.headertop .cartBar .cart {
	position: relative;
}

.headertop .cartBar .cart .icok {
	position: absolute;
	top: -3px;
	/* Adjust positioning for mobile */
	right: -10px;
	/* Adjust positioning for mobile */
	background: #bbb;
	color: #000;
	width: 15px;
	height: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	font-size: 10px;
	/* Adjust font size for mobile */
}

.headertop .cartBar i {
	/* width: 20px; */
	/* height: 20px; */
	/* font-size: 20px; */
	/* Adjust font size for mobile */
	/* color: #bbb; */
	/* background: #000; */
	/* padding: 2px; */
	/* Adjust padding for mobile */
}

.headertop .main {
	padding: 0 10px;
	/* Reduce padding for mobile */
	display: flex;
	align-items: center;
}

.headertop .main .logo {
    position: relative;
}	

.headertop .main .logo::before {
    content: "بث تجريبي";
    position: absolute;
    top: 0;
    left: -20px; /* Adjust this value to position the label */
    background-color: rgba(255, 0, 0, 0.7); /* Adjust the background color */
    color: white; /* Adjust the text color */
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;
}

.headertop .main .search {
	display: flex;
	flex-direction: column;
    flex: 1;
    width: 100%;
}

.headertop .main .menu {
	display: flex;
	flex-wrap: wrap;
	margin: 0 10px;
}

.headertop .main .menu a {
    /* color: #591204; */
    font-size: 16px;
    font-weight: 900;
    border-left: none;
    padding: 12px;
    background: #fff;
    border-radius: 8px;
    margin: 3px;
}

.headertop .main .menu a i{
    height: 59px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    padding: 14px;
    /* color: #fff; */
}

.headertop .main .search form {
	display: flex;
	gap: 0 5px;
	/* Reduce gap for mobile */
}

.headertop .main .search input {
	flex: 1;
	height: 30px;
	/* Adjust height for mobile */
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 0 5px;
    width: 100%;
}

.headertop .main .search button {
	width: 40px;
	/* Adjust width for mobile */
	height: 30px;
	/* Adjust height for mobile */
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #000;
	color: #fff;
	font-size: 14px;
	/* Adjust font size for mobile */
}


@media (max-width: 768px) {
	.headertop .main {
		padding: 0 10px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
}

.slider-top {
	box-shadow: 0 0 100px #ef8f8f;
	background: #000;
	position: relative;
	width: 100%;
	height: auto;
    background-image: url(/static/assets/images/slides/35.jpg);
    background-repeat: no-repeat;
    background-size: contain;
}


.slider-top::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.6);
	padding: 20px;
	/* Reduce padding for mobile */
}


.slider-top .body {
	width: 100%;
	height: 100%;
	position: relative;
	padding: 20px;
	/* Reduce padding for mobile */
}

.slider-top .body .title {
	color: #ffff;
	font-size: 40px;
	/* Adjust font size for mobile */
	font-weight: 900;
}

.slider-top .body p {
	color: #ddd;
	font-size: 20px;
	/* Adjust font size for mobile */
	font-weight: 500;
}

.slider-top .body a {
	color: #fff;
	font-size: 18px;
	/* Adjust font size for mobile */
	font-weight: 500;
	background: #db1d25;
	padding: 10px 15px;
	/* Adjust padding for mobile */
	border-radius: 5px;
}

@media (min-width: 768px) {

	/* Apply the original styles for screens wider than 768px */
	.slider-top {
		/* height: 480px; */
	}

	.slider-top img {
		height: 390px;
	}

	.slider-top .body {
		padding: 46px;
	}

	.slider-top .body .title {
		font-size: 90px;
	}

	.slider-top .body p {
		font-size: 40px;
	}

	.slider-top .body a {
		font-size: 22px;
		padding: 10px 20px;
	}
}

.categories {
  padding: 20px;
}

.categories h2 {
  color: #000;
  font-weight: 900; 
  margin: 0 0 20px 0;
  font-size: clamp(1rem, 5vw, 3rem);
}

.categories .boxs {
  display: flex; 
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.categories .box {
  flex: 0 0 300px;
  box-sizing: border-box;
  border-radius: 21px;
  overflow: hidden;
  position: relative;
  background-position: center;
  background-size: cover;
}
.categories img{
	width: 100%;
	height: 100%;
}

.categories .box h5 {
  position: absolute;
  margin:0;
  top: 0; 
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0,0,0,0.5);
  color: #fff;
  font-size: 50px;
}

@media (max-width: 600px) {

  .categories .boxs {
    gap: 10px;
  }
  
  .categories .box {
    flex: 0 0 100%;
    height: 200px;
  }

  .categories .box h5 {
    font-size: 22px;
  }

}

.blogs-list a {
	display: flex;
	justify-content: center;
	flex-wrap: wrap ;
	padding: 15px;
	border-radius: 20px;
	transition: all .2s ease-in-out;
}

.blogs-list a:hover {
	background-color: #ff7d84;
	color: #fff;
}
.blogs-list a img {
	flex: 1;
	width: 250px;
	border-radius: 40% 40% 0 0 ;
}

/* .blogs-list a:nth-child(even) img {
	order: 2;
} */

.blogs-list a .body {
	flex: 1;
	min-width: 250px;
	padding: 25px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.blogs-list a .body h2 {
	font-size: 24px;
	font-weight: 700;
	color: #000;
}

.blogs-list a .body p {
	font-size: 16px;
	font-weight: 700;
	color: #000;
}

.blogs-list a .body button {
	padding: 8px 34px;
	font-size: 18px;
	border-radius: 20px;
	font-weight: 700;
	background-color: #db1d25;
	border: 0;
	color: #fff;
	margin-top: 30px;
	width: 250px;
}
.blogs-list a .body button:hover {
	background-color: #200d0e;
	color: #fff;
}


@media (min-width: 768px) {
	
.blogs-list a:nth-child(even) img {
	order: 2;
}

}




/* videos */
.video{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 8px;
	margin: auto;
}
.video .box {
	width: min-content;
}
.video .box {
	width: min-content;
}

.video .box iframe{
	border-radius: 22px; 
	width: 100%;
	height: 600px;
}
@media (max-width: 768px) {
	.video .box {
		width: 500px
	}
	.video .box iframe{
		border-radius: 22px; 
		width: 100%;
		height: 600px;
	}
}
@media (min-width: 768px) {
	.video .box {
		width: 500px
	}
}
.video .box img{
	width: 100%;
	max-width: 500px;
	border-radius: 22px;
}
.video .box .imgs{
	display: flex;
	justify-content: center;
	gap: 5px;
	margin: 5px;
}
.video .box .imgs img{
	width: 100px;
	height: 100px;
}
.video .list{
	flex: 1;
	margin: 6px;
}
.video .list h2 ,p{
	font-size: 12px;
}
.video .avatar{
	width: auto;
    background: #f7f8f9;
	border-radius: 12px;
	display: flex;
	align-items: center;
}
.video .share,
.video .list .tag-link
.video .list .list-group{
	width: auto;
    background: #f7f8f9;
	border-radius: 12px;
	display: flex;
	align-items: center;
	margin: 12px 0;
	gap: 12px;
}
.video .share a{
	display: inline-block;
}
.video .share .fa,
.video .share .fa-brands{
    font-size: 24px;
    width: 36px;
    height: 36px;
    padding: 5px;
    background: #000;
    color: #fff;
    border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.video .list .tag-link a{
	background: #000;
	font-size: 12px;
	border-radius: 12px;
}

.video .list .pull-left{
	width: auto;
	height: 240px;
	margin: 2px;
	border-radius: 12px;
	position: relative;
}
.video .list .pull-left p{
    position: absolute;
    margin: 0;
    bottom: 0;
    color: #fff;
    padding: 5px;
    backdrop-filter: blur(32px);
    background: #0000003e;
    text-align: center;
    border-radius: 20px 22px 0 0;
}
.video .list a img{
	border-radius: 12px;
	width: auto;
	/* height: 240px; */
}

@media (max-width: 308px) {
	
.video .list .pull-left{ 
	width: 100%;
	height: 240px;
	padding: 5px;
}

}