/*start  Global*/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	direction: rtl;
	font-family: 'Cairo', sans-serif;
	overflow: auto;
	/*the white area damge the site*/
	font-family: Tajawal_Regular;
}

@font-face {
	font-family: Tajawal_Bold;
	src: url(../fonts/Tajawal_Bold-1.ttf) format("truetype")
}

@font-face {
	font-family: cairo;
	src: url(../fonts/Cairo-Bold.ttf) format("truetype")
}

@font-face {
	font-family: Tajawal_Light;
	src: url(../fonts/Tajawal_Light.ttf) format("truetype")
}

@font-face {
	font-family: Tajawal_Black;
	src: url(../fonts/Tajawal_Black.ttf) format("truetype")
}

@font-face {
	font-family: Tajawal_Regular;
	src: url(../fonts/Tajawal_Regular-1.ttf) format("truetype")
}

@font-face {
	font-family: Tajawal-Medium;
	src: url(../fonts/Tajawal-Medium.ttf) format("truetype")
}

h1,
p {
	margin: 0;
}

ul {
	list-style: none;
}


/*start my framework*/

a {
	text-decoration: none;
	outline: none !important;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #4b4b4b;
}

.head:after {
	height: 1px;
	width: 55px;
	background: #AAB5BC;
	position: relative;
	top: -3px;
	right: -57px;
	content: '';
	display: inline-block;
}

.arrow-up {
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #F1F3F5;
	position: absolute;
	top: -3.4%;
	left: 41%;
	display: none;
}

.appear {
	display: block;
}

.head_under:after {
	content: '';
	display: block;
	width: 188px;
	height: 1px;
	background: #fff;
	margin: 12px 0 21px;
}

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.upper {
	text-transform: uppercase;
}

.clearfix {
	clear: both;
}

.overflow {
	overflow: hidden;
}


/* Underline From Right */

.underline-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	/*  overflow: hidden;
*/
}

.underline-right:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 100%;
	right: 0px;
	bottom: 0;
	background: #2b8f45;
	height: 3px;
	-webkit-transition-property: left;
	transition-property: left;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.underline-right:hover:before,
.underline-right:focus:before,
.underline-right:active:before {
	left: 0;
}


/*////////////////////*/

.main-color {
	color: #000DFF;
}

.main-background {
	background-color: #000DFF;
}


/* end my framework*/

.text-center {
	text-align: center
}

.facebook:hover {
	background-color: #3b5998;
	color: #fff;
}

.twitter:hover {
	background-color: #1da1f2;
	color: #fff;
}

.instagram:hover {
	background-color: #833ab4;
	color: #fff;
}

.youtube:hover {
	background-color: #f00;
	border: 1px solid #ccc !important;
	color: #fff;
}

.google:hover {
	background: #dd4b39;
	border: 1px solid #ccc !important;
	color: #fff;
}

.whatsapp:hover {
	background: #fff;
	color: #25d366 !important;
}

.instagram:hover {
	background: #5851db;
	color: #fff;
}

.margin-auto {
	margin: auto;
}


/* .wow{visibility:visible;} */

.wow {
	visibility: hidden;
}


/* loading */

.loading {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	background-color: #fff;
	color: #FFF;
}

.sk-folding-cube {
	margin: 25% auto;
	width: 40px;
	height: 40px;
	position: relative;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000DFF;
	-webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
	animation: sk-foldCubeAngle 2.4s infinite linear both;
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
	-webkit-transform: scale(1.1) rotateZ(90deg);
	transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
	-webkit-transform: scale(1.1) rotateZ(180deg);
	transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
	-webkit-transform: scale(1.1) rotateZ(270deg);
	transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
	0%,
	10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
	75% {
		-webkit-transform: perspective(140px) rotateX(0deg);
		transform: perspective(140px) rotateX(0deg);
		opacity: 1;
	}
	90%,
	100% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0;
	}
}

@keyframes sk-foldCubeAngle {
	0%,
	10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
	75% {
		-webkit-transform: perspective(140px) rotateX(0deg);
		transform: perspective(140px) rotateX(0deg);
		opacity: 1;
	}
	90%,
	100% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0;
	}
}


/*loading*/


/* end my framework*/


/* start header */


/*************** head slider ****************/

.slider {
	background: #000000;
	text-align: center;
	height: 26px;
	overflow: hidden;
	line-height: 26px;
}

.slider p {
	color: #ffffff;
	font-size: 12px;
}

.slider .owl-nav .owl-prev,
.slider .owl-nav .owl-next {
	background: none !important;
	position: absolute;
	top: -9px;
}

.slider .owl-nav .owl-prev {
	right: 30%;
}

.slider .owl-nav .owl-next {
	left: 30%;
}


/**************** head slider***************/


/**************** header_part1***************/

.header_part1 {
	padding-top: 14px;
	background: #fff;
}

.header_part1 .logo img {
	height: 44px;
}

.header_part1 .head_search {
	margin-top: 4px;
}

.header_part1 .head_search input {
	background: #F1F3F5;
	border: none;
	padding: 12px 16px;
	border-radius: 10px;
	color: #CED4DA;
	color: #707070;
	font-size: 15px;
	margin-left: 16px;
	width: 63%;
}

.header_part1 form {
	position: relative;
}

.header_part1 .head_search input[type="submit"] {
	background: #000DFF;
	color: #FFFFFF;
	padding: 12px 30px;
	font-size: 16px;
	transition: all 0.3s ease-in-out;
	font-family: Tajawal_Bold;
	width: 99px;
	/* position: absolute;
  top: 0;
  left: 0; */
}

.header_part1 .head_search input[type="submit"]:hover {
	color: #000DFF;
	background: #fff;
	border: 1px solid #000DFF;
}

.head_info,
.cart_button {
	padding-top: 15px;
}

.head_info .offers,
.head_info .log_in {
	display: inline-block;
}

.pop_sign {
	position: relative;
}

.pop_sign .lets_sign_in {
	position: absolute;
	top: 128%;
	right: 31%;
	width: 240px;
	height: 453px;
	z-index: 9;
	background: #ffffff;
	color: #000;
	padding: 20px;
	border-radius: 12px;
	/* width:82%; */
	box-shadow: 0px 1px 3px 1px #CED4DA;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
}

@media (min-width:768px) {
	.pop_sign .lets_sign_in {
		position: absolute;
		top: 165%;
	}
}

.open_sign_in {
	opacity: 1 !important;
	visibility: visible !important;
}

.lets_sign_in .text-center {
	padding-bottom: 20px;
	/* border-bottom:1px solid #CED4DA; */
}

.used_button {
	width: 145px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background: #000DFF;
	color: #fff;
	font-size: 14px;
	font-family: Tajawal_Bold;
	display: block;
	border-radius: 12px;
	margin-bottom: 5px;
	margin: 0 auto;
	transition: all 0.3s ease-in-out;
	border: 1px solid transparent;
}

.used_button:hover {
	background: #fff;
	color: #000DFF;
	border: 1px solid #000DFF;
}

.lets_sign_in .links a {
	color: #000000;
	font-family: Tajawal-Medium;
	font-size: 16px;
}

.lets_sign_in .links a:last-of-type {
	margin-bottom: 0;
}

.have_account a {
	font-size: 14px;
	font-family: Tajawal_Bold;
	color: #AAB5BC;
}

.sign_in_p a {
	font-size: 14px;
	font-family: Tajawal_Regular;
	color: #000DFF;
}

.lets_sign_in .img_app img {
	/* width:40%; */
	margin-top: 7px;
	width: 80px;
	height: 25px;
}

.contact_us_p {
	text-align: right;
}

.contact_us_p a {
	font-size: 16px;
	font-family: Tajawal_Bold;
	text-decoration: underline;
	color: #AAB5BC;
	margin-top: 15px;
	display: inline-block;
}

.head_info .offers {
	margin-left: 33px;
}

.head_info .offers img,
.head_info .log_in i {
	margin-left: 3px;
	display: inline-block;
}

.head_info div a {
	color: #434A51;
	transition: all 0.3s ease-in-out;
	font-size: 16px;
	font-family: Tajawal_Bold;
}

.head_info div a:hover {
	color: #000DFF;
}

.head_info div a:hover i {
	color: #434A51 !important;
}

.cart_button a {
	border: 1px solid #000DFF;
	border-radius: 10px;
	color: #000DFF;
	padding: 12px 16px;
	transition: all 0.3s ease-in-out;
	font-size: 16px;
	font-family: Tajawal_Bold;
	display: inline-block;
	height: 48px;
	overflow: hidden;
}

.cart_button a:hover {
	color: #fff;
	background: #000DFF;
	border: 1px solid #fff;
}

.cart_button a i {
	margin-left: 16px;
}


/**************** header_part1***************/


/* end header */


/* start content */

.content {
	background: #F1F3F5;
	padding-top: 15px;
	padding-bottom: 30px;
}


/**************** header_part2***************/

.head_slider .adv_product {
	position: relative;
	width: 100%;
}

.head_slider .adv_product img {
	width: 100%;
	max-height: 405px;
	border-radius: 5px;
	margin-top: 15px;
}

@media (min-width:991px) {
	.head_slider .adv_product img {
		height: 405px;
		margin-top: 0;
	}
}

.head_slider .adv_product a:last-of-type {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	background: #F6971D;
	padding: 5px;
	width: 110px;
	height: 30px;
	text-align: center;
	overflow: hidden;
	border-radius: 0 0 0 12px;
}

.head_slider .owl-prev,
.head_slider .owl-next {
	background: none !important;
	color: #eee;
	position: absolute;
	top: 42%;
	font-size: 30px !important;
	opacity: 0.6;
}

.head_slider .owl-next {
	left: 2%
}

.head_slider .owl-prev {
	right: 2%;
}

.head_slider .owl-dots .owl-dot.active span,
.head_slider .owl-dots .owl-dot:hover span {
	background: #000DFF !important;
}

.head_slider .owl-dots {
	position: absolute;
	bottom: 0;
	right: 38%;
}


/* head_adv */

.head_adv {
	width: 100%;
}

.head_adv img {
	width: 100%;
	border-radius: 5px;
	max-height: 195px;
}

@media (min-width:985px) {
	.head_adv img {
		height: 195px;
	}
}

.head_adv img:first-of-type {
	margin-bottom: 15px;
}


/* tab_header*/

.tab_header .nav-tabs>li>a {
	color: #434A51 !important;
	border: 0;
	font-size: 14px;
	font-family: Tajawal-Medium;
	transition: all 0.4s ease-in-out;
	padding: 7.8px;
	width: 142px;
}

@media (min-width:985px) {
	.tab_header .nav-tabs>li>a {
		color: #434A51 !important;
		border: 0;
		font-size: 16px;
		font-family: Tajawal-Medium;
		transition: all 0.4s ease-in-out;
		padding: 7.8px;
	}
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	background: #F1F3F5;
	border: none;
}

.nav-tabs>li.active>a:focus {
	background: none;
}

.nav-tabs {
	border: 0;
	border-radius: 12px;
	background: #ffffff !important;
	padding: 18px;
}

.nav>li>a:focus,
.nav>li>a:hover {
	background: #F1F3F5;
	transition: all 0.4s ease-in-out;
}


/* nav mob */


/* nav mob */

.tab_header .tab-content {
	background: #F1F3F5;
	color: #434A51;
}

.tab_header .nav-tabs>li {
	border: none;
}

.tab_header .nav-tabs>li a:hover {
	background: #F1F3F5 !important;
	transition: all 0.4s ease-in-out;
}

.nav-tabs>li {
	right: 0;
	transition: all 0.4s ease-in-out;
}

.nav-tabs>li.active {
	background: #F1F3F5;
	padding: 0;
	position: relative;
	right: 20px;
	transition: all 0.4s ease-in-out;
}

.tab_header .item_products_1 ul li,
.tab_header .item_products_2 ul li {
	margin-bottom: 15px;
	font-size: 16px;
	font-family: Tajawal-Medium;
}

.tab_header .item_products_1 ul {
	float: right;
	padding-top: 30px;
	width: 33%;
}

.header_part2 {
	margin-bottom: 20px;
}

.header_part2 .col-md-9 {
	/* box-shadow: 1px 1px 2px 0px #707070; */
	border-radius: 12px;
	/* padding:0; */
}

.header_part2 .col-md-9 .col-md-4 {
	padding: 0;
}

.header_part2 .col-md-9 .one_menu {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999 !important;
	background-color: #F1F3F5;
	height: 100%;
	display: none;
}

.header_part2 .col-md-9 .two_slider {
	position: relative;
	top: 0;
	left: 0;
	z-index: 5;
}


/**************  the_most  ******************/

.the_most {
	margin-bottom: 20px;
}

.the_most .col-md-2 div {
	margin-left: 3.75%;
	margin-bottom: 15px;
	height: 50px;
	padding: 14px;
	background: #fff;
	color: #AAB5BC;
	transition: all 0.3s ease-in-out;
	border-radius: 10px;
	box-shadow: 0px 1px 3px 1px #CED4DA;
}

.the_most .col-md-2 div:last-of-type {
	margin-left: 0;
}

@media (min-width:992px) {
	.the_most .col-md-2 {
		width: 20%
	}
}

.the_most .col-md-2 a span {
	display: inline-block;
	margin-left: 15px;
	height: 25px;
	width: 25px;
	border: 1px solid transparent;
	line-height: 24px;
	text-align: center;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0px 1px 7px 1px #CED4DA;
	position: relative;
	top: 1px;
}

.the_most .col-md-2 a {
	color: #AAB5BC;
	font-size: 16px;
	font-family: Tajawal-Medium;
	transition:
}

.the_most .col-md-2 div:hover {
	background: #AAB5BC;
}

.the_most .col-md-2 div:hover a {
	color: #fff
}

@media (min-width:985px) and (max-width:1200px) {
	.the_most .col-md-2 a {
		font-size: 14px;
	}
}

.the_most .fa-star {
	color: #FDD819;
	position: relative;
	top: -1px;
}

.the_most .fa-tag {
	color: #E80505;
}

.the_most .fa-heart {
	color: #000DFF;
}

.the_most .fa-shopping-cart {
	color: #50CF35;
}

.the_most .fa-eye {
	color: #0D1C2E;
	position: relative;
	top: -1px;
}


/**************  the_most  ******************/


/**************  adv_section  ******************/

.adv_section .adv_img img {
	width: 100%;
	height: 200px;
	max-height: 200px;
	border-radius: 12px;
}

.adv_section {
	margin-bottom: 20px;
}


/**************  adv_section  ******************/


/**************  the_most_product  ******************/


/******  head_section  ********/

.head_section {
	margin-bottom: 10px;
}

.head_section h4 {
	display: inline-block;
	color: #434A51;
	font-size: 20px;
	font-family: Tajawal_Bold;
	/* font-family: Tajawal_Regular;
  font-weight:bold; */
}

.head_section h4 a {
	color: #434A51;
}

.show_all_products {
	float: left;
}


/******  head_section  ********/


/******  boxs_container  ******/

.boxs_container {
	background: none;
	padding: 20px 10px;
	box-shadow: 0px 0px 0px 0px transparent;
	border-radius: 12px;
	width: 99%;
	margin-bottom: 30px;
}

@media (min-width:985px) {
	.boxs_container {
		background: #fff;
		box-shadow: 0px 1px 3px 1px #CED4DA;
		overflow:hidden
	}
}

.box {
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0px 1px 3px 1px #CED4DA;
	position: relative;
	transition: all 0.3s ease-in-out;
}

.box:hover {
	box-shadow: 0px 0px 12px 10px #CED4DA;
	/* background:#CED4DA; */
}

.box:hover .product_h1 {
	right: 12%;
}

.info_center {
	padding: 16px;
	padding-top: 0;
}

.box_img {
	width: 100%;
	max-height: 180px;
	position: relative;
	margin-bottom: 14px;
	cursor: pointer;
}
.box_img a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.box_img img {
	height: 180px;
	width: 100%;
	border-radius: 12px 12px 5px 5px;
}

.box_img p {
	position: absolute;
	top: 10%;
	left: 10%;
	background: #fff;
	width: 60px;
	height: 21px;
	line-height: 21px;
	border-radius: 5px;
	color: #000DFF;
	text-align: center;
	font-family: Tajawal-Medium;
	box-shadow: 0px 0px 1px 0px #CED4DA;
	padding-left: 4px;
}

.product_h1 {
	font-size: 16px;
	font-family: Tajawal_Bold;
	margin: 0;
	margin-bottom: 10px;
	transition: all 0.4s ease-in-out;
	position: relative;
	right: 0;
}

.stars_numbers {
	margin-bottom: 10px;
}

.stars_numbers div,
.price p {
	display: inline-block;
}

.stars{
	display:inline-block;
	margin-bottom:0;
}

.stars li{
	display:inline-block;
}

.stars_numbers .stars i {
	color: #FDD819;
	/* cursor: pointer;
	width:100%;
	height:100%;
	display:inline-block; */
}

.stars .far {
	opacity: 0.8;
}
.stars .fa-times{display: none;cursor:pointer;}

.stars_numbers .numbers {
	font-size: 15px;
	font-family: Tajawal_Regular;
	margin-right: 20%;
}

.price .current_price {
	color: #000000;
	font-size: 15px;
	font-family: Tajawal_Bold;
	margin-left: 10px;
}

.price .current_price span {
	font-family: Tajawal_Regular;
}

.price .old_price {
	color: #AAB5BC;
	font-size: 14px;
	font-family: Tajawal_Regular;
}

.price .old_price span {
	font-size: 15px
}

.price {
	margin-bottom: 17px;
}

.buy_wishlist a {
	background: #000DFF;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Tajawal_Bold;
	width: 73%;
	margin: 0;
	height: 45px;
	text-align: center;
	line-height: 45px;
	display: inline-block;
	border-radius: 8px;
	border: 2px solid #fff;
	transition: all 0.3s ease-in-out;
}

.buy_wishlist a:hover {
	color: #000DFF;
	background: #fff;
	border: 2px solid #000DFF;
}

.buy_wishlist {
	position: relative;
}

.buy_wishlist p {
	width: 40px;
	height: 40px;
	line-height: 38px;
	border-radius: 5px;
	border: 2px solid #000DFF;
	color: #000DFF;
	display: inline-block;
	font-size: 30px;
	text-align: center;
	position: relative;
	top: 4px;
	margin-right: 3%;
	transition: all 0.3s ease-in-out;
	position: absolute;
	top: 4px;
	left: 0;
}


/* counter */

.deal-counter {
	margin-bottom: 13px;
}

.deal-counter .cdown {
	display: inline-block;
	text-align: center;
	position: relative;
}

.deal-counter .cdown .time-count {
	font-size: 18px;
	color: #4285F6;
	display: block;
	line-height: 24px;
}

.deal-counter .cdown span {
	font-size: 16px;
	margin: 0;
	font-weight: 600;
	color: #12A4E2;
	line-height: 24px;
	font-family: 'Work Sans', sans-serif;
	border-radius: 5px;
}

.deal-counter .cdown span:first-of-type {
	color: #AAB5BC;
	margin-bottom: 6px;
	display: inline-block;
	font-family: Tajawal_Bold;
	font-size: 12px;
}

.deal-counter .cdown span:last-of-type {
	margin: 0px 5px;
	box-shadow: 1px 1px 4px 1px #CED4DA, 1px 1px 4px 1px #CED4DA;
	border-top: 0;
	padding: 3px;
	font-family: 'Work Sans', sans-serif;
	width: 43px;
}


/* counter */


/******  boxs_container  ******/


/* end content */


/* start join_us */

.join_us {
	background: #1F242A;
	padding-top: 40px;
	overflow: hidden;
}

.join_us .logo a img {
	height: 72px;
	margin-bottom: 10px;
}

@media (min-width:1200px) {
	.join_us .logo a img {
		width: 109%;
		position: relative;
		left: 60px;
	}
}

.footer_head_one {
	font-size: 20px;
	font-family: Tajawal_Bold;
	color: #FFFFFF;
	margin: 0;
	margin-bottom: 10px;
	overflow: hidden;
	height: 24px;
	margin-right: 3%;
}

.head_dec {
	color: #AAB5BC;
	font-size: 16px;
	font-family: Tajawal-Medium;
	margin: 0;
	margin-bottom: 10px;
	overflow: hidden;
	/* height:24px; */
}

.join_us input {
	width: 92%;
	height: 40px;
	line-height: 40px;
	padding: 10px;
	color: #707070;
	border-radius: 8px;
	border: 0;
	background: #fff;
	font-family: Tajawal_Regular;
}


/* join_us input::placeholder{
  color:red;
} */


/* start join_us */


/* footer */

footer {
	background: #1F242A;
	padding: 60px 0 76px;
	overflow: hidden;
}

.footer_head_two {
	font-size: 15px;
	font-family: Tajawal_Bold;
	color: #FFFFFF;
	margin-bottom: 12px;
}

.head_dec_two {
	font-size: 9px;
	font-family: Tajawal_Regular;
	color: #FFFFFF;
	width: 80%;
	height: 90px;
	overflow: hidden;
	text-align: justify;
}

.links a {
	display: block;
	color: #FFFFFF;
	font-size: 14px;
	font-family: Tajawal_Regular;
	margin-bottom: 20px;
	transition: all 0.3s ease-in-out;
	position: relative;
	right: 0;
}

.links a:hover {
	color: #000DFF;
	right: 20px;
}

@media(max-width:991px){
    .social a {
	width: 34px;
	height: 34px;
	line-height:41px !important;

    }
    .the_most .col-md-2 a span {
    line-height: 32px;}
}

.social a {
	width: 34px;
	height: 34px;
	line-height:37px;
	text-align: center;
	background: #FFFFFF;
	border-radius: 50%;
	display: inline-block;
	margin-left: 22px;
	font-size: 18px;
	color: #1F242A;
	transition: all 0.3s ease-in-out;
}


.social .whatsapp {
	font-size: 36px;
	background: none;
	color: #fff;
	position: relative;
	top: 5px;
}


/* footer */


/* copyright */

.copyright {
	background: #000000;
	font-size: 14px;
	font-weight: bold;
	font-family: cairo;
	color: #fff;
	padding: 5px 0;
}


/* copyright */


/*start responsive*/

@media(min-width:320px) and (max-width:480px) {
	/* header */
	.slider .owl-nav .owl-prev {
		right: 8%;
	}
	.slider .owl-nav .owl-next {
		left: 8%;
	}
	.header_part1 .head_search input[type="submit"] {
		width: 68px;
		padding: 12px 16px;
	}
	.header_part1 .head_search input {
		padding-left: 30px;
	}
	.pop_sign .lets_sign_in {
		right: 15%;
	}
	.arrow-up {
		left: 8%;
	}
	.head_section h4 {
		font-size: 15px;
	}
	/* header */
	.the_most .col-sm-4 div {
		text-align: center;
	}
}

@media(min-width:480px) and (max-width:768px) {
	/* header */
	.slider .owl-nav .owl-prev {
		right: 21%;
	}
	.slider .owl-nav .owl-next {
		left: 21%;
	}
	.arrow-up {
		left: 25%;
	}
	/* header */
	.products_section .col-sm-6,
	footer .col-sm-6,
	.the_most .col-sm-4,
	.head_adv .col-sm-6,
	.nav-tabs .col-sm-4 {
		width: 50%;
		float: right;
	}
	.social a {
		margin-left: 10px;
	}
	.box:hover .product_h1 {
		right: 5%;
	}
}

@media(min-width:768px) and (max-width:991px) {
	.header_part1 .head_search {
		margin-bottom: 15px;
	}
	.head_info .offers,
	.head_info .log_in {
		display: inline-block;
		position: relative;
		top: 10px;
	}
	.header_part1 {
		padding-bottom: 10px;
	}
	.join_us .col-sm-8 {
		text-align: left;
	}
	.join_us .col-md-offset-1 {
		text-align: center;
		margin-top: 25px;
	}
}

@media(min-width:991px) and (max-width:1200px) {
	.header_part1 .cart_button a i {
		margin-left: 0;
	}
	.header_part1 .cart_button a {
		padding: 12px 9px;
		position: relative;
		top: -10px;
	}
	.header_part1 .col-sm-6 {
		padding-left: 8px;
		padding-right: 8px;
	}
	.header_part1 .head_search {
		margin-top: 4px;
		right: 19px;
		position: relative;
	}
	.join_us .col-sm-8 {
		text-align: left;
	}
	.social a {
		margin-left: 10px;
	}
	.join_us .img_app img {
		margin-bottom: 15px;
	}
	footer {
		padding: 10px 0;
	}
}

@media(min-width:1199px) {
	.cart_button a {
		position: relative;
		top: -11px;
	}
}

@media(max-width:991px) {
	.products_section .col-md-3,
	.adv_img {
		margin-bottom: 20px;
	}
	footer {
		padding-bottom: 27px;
		padding-top: 10px;
	}
}

@media(max-width:768px) {
	/* header */
	.header_part1 .col-md-3,
	.header_part1 .col-md-5,
	.header_part1 .col-md-2 {
		text-align: center;
	}
	.header_part1 .logo,
	.header_part1 .head_info,
	.header_part1 .cart_button {
		margin-bottom: 15px;
	}
	.cart_button {
		padding-top: 0px;
	}
	.header_part1 {
		padding-bottom: 0;
	}
	/* header */
	.join_us .row>div {
		margin-bottom: 20px;
	}
}


/*end responsive
/* ========================================================================= */


/* start pages */


/*===============product_page============================*/

.product_img img {
	border-radius: 8px;
	height: 161px;
	width: 100%;
	margin-bottom: 14px;
	cursor: pointer;
}

.main_product_img img {
	border-radius: 12px;
	height: 510px;
	width: 100%;
}


/*tabs*/


/*tabs code css*/

.tabs-content div:not(.tab-one) {
	display: none;
}


/*tabs code css*/

.product_info .breadcrumb li {
	color: #AAB5BC;
}

.product_info .breadcrumb li a {
	color: #AAB5BC;
	font-size: 15px;
	font-family: Tajawal-Medium;
}

.breadcrumb {
	padding: 1px !important;
	margin-bottom: 12px;
}

.breadcrumb>li+li::before {
	padding: 0!important;
	color: #DCDCDC;
	content: "/\00a0";
}

.product_info .product_h1 {
	font-size: 26px;
	font-family: Tajawal_Bold;
	margin-bottom: 15px;
}

.product_info>div {
	margin-bottom: 18px;
}

.product_info .size {
	margin-bottom: 12px;
}


/* color_boxs */

.box_product_info div {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-left: 20px;
	display: inline-block;
	border: 1px solid #DCDCDC;
	cursor: pointer;
	position:relative;
	z-index: 1;
}
.box_product_info div:hover {
	box-shadow: 0px 1px 13px 1px #CED4DA;
}

.box_product_clicked {
	border: 1px solid #000DFF !important;
}

.product_info .color {
	margin-bottom: 0;
}

.box_black {
	background: #000000;
}

.box_white {
	background: #D8D8D8;
}

.box_gray {
	background: #B8B8B8;
}

.box_light_gray {
	background: #E8E2D7;
}


/* color_boxs */

.tab-switch li {
	color: #AAB5BC;
	width: 60px;
	height: 35px;
	cursor: pointer;
	display: inline-block;
}

.tab-switch .selected {
	color: #000DFF;
	position: relative;
	top: 20px
}

.selected:after {
	content: '';
	height: 2px;
	width: 30px;
	display: inline-block;
	background: #000DFF;
	position: relative;
	top: 0
}

.instruction .tabs-content {
	margin-top: 11px
}

.tabs-content div p {
	height: 85px;
	overflow: hidden;
	font-size: 13px;
	font-family: Tajawal_Regular;
	text-align: justify;
}

.product_details .buy_wishlist a {
	width: 83%;
}

.product_details .product_imgs {
	position: relative;
	z-index: 999;
}

.pop_up_page {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: rgba(67, 74, 81, 0.5);
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	display: none;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}

.added_product {
	padding: 30px 0 40px;
	background: #ffffff;
	position: relative;
	z-index: 99999;
	top: 15%;
	right: 28%;
	width: 44%;
	border-radius: 15px;
}

.pop_up_page .added_product_p {
	color: #000DFF;
	font-size: 20px;
	font-family: Tajawal_Bold;
	margin-bottom: 16px;
}

.pop_up_page .added_product_dec {
	color: #AAB5BC;
	font-size: 18px;
	font-family: Tajawal-Medium;
	margin-bottom: 30px;
}

.show_basket a {
	display: inline-block;
	width: 40%;
	margin: 0 auto;
	overflow: hidden;
}

.show_basket a:first-of-type {
	margin-left: 2%;
}

@media (max-width:1200px) {
	.show_basket a {
		display: block;
		width: 80%;
		margin: 0 auto !important;
		overflow: hidden;
		font-size: 12px;
	}
	.show_basket a:last-of-type {
		position: relative;
		top: 15px;
	}
	.added_product {
		right: 5%;
		width: 90%;
		padding-left: 10px;
		padding-right: 10px;
	}
}

.show_basket a:first-of-type:hover {
	border: 2px solid #000DFF;
}

.show_basket a:last-of-type {
	background: #fff;
	color: #000DFF;
	border: 2px solid #000DFF;
}

.show_basket a:last-of-type:hover {
	background: #000DFF;
	color: #ffffff;
	border: 2px solid #eee;
}


/* =================================================== */

.product_page_arrow {
	right: 31%;
}

.lets_sign_in_product_page {
	top: 180%;
}

.head_pages {
	font-size: 20px;
	color: #000DFF;
	font-family: Tajawal_Bold;
	text-align: center;
	margin: 40px 0;
}


/*===============payment_page============================*/

@media (min-width:991px) {
	.pay_container{
		height: 700px;
	 }
}

.pay_process {
	padding-top: 35px;
}

.pay_process .tab-switch1 {
	position: relative;
	width: 40%;
	margin: auto;
	height: 33px;
}

.tab-switch1 li {
	display: inline-block;
	cursor: pointer;
	width: 32%;
}

.pay_process .tab-switch1 li:first-of-type {
	text-align: right;
}

.pay_process .tab-switch1 li:nth-of-type(3) {
	text-align: left;
}

.pay_process .tab-switch1 li p {
	width: 31px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	background: #FFFFFF;
	color: #000000;
	cursor: pointer;
	border-radius: 50%;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	position: relative;
	z-index: 2;
	display: inline-block;
}
.pay_process .tab-switch1 li p a{
	color: #000000;
	width:100%;
	height:100%;
	display:block;
}

.pay_process .tab-switch1 .selected1 p {
	background: #000DFF;
	color: #ffffff;
}

.line::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 4%;
	height: 1px;
	background: #E5E5E5;
	display: inline-block;
	width: 91%;
}

.pay_process .head_pages {
	font-size: 25px
}


/*tabs*/


/*tabs code css*/

.tabs-content1 section:not(.tab-one) {
	display: none;
}


/*tabs code css*/

.tabs-content1 {
	margin: 54px 0 200px;
	;
}

.head_confirm {
	color: #000DFF;
	font-family: Tajawal_Bold;
	text-align: center;
	margin: 20px 0 14px;
	font-size: 25px;
}

.tab-three a {
	font-size: 18px;
	text-decoration: underline;
	font-family: Tajawal_Bold;
	color: #434A51;
}


/* tab 2 */

.tab-two .head_confirm {
	margin-bottom: 40px;
}

.form_data p {
	font-size: 14px;
	font-family: Tajawal-Medium;
	margin-bottom: 13px;
	color: #434A51;
}

.form_data input {
	width: 89%;
	height: 55px;
	padding: 18px 20px;
	background: #fff;
	color: #434A51;
	border-radius: 12px;
	box-shadow: 1px 1px 3px 1px #CED4DA;
	border: 1px solid transparent;
	font-size: 15px;
	font-family: Tajawal-Medium;
	margin-bottom: 25px;
}

.col-md-3 .form_data input {
	width: 76%;
}

.form_data input[type="submit"] {
	background: #000DFF;
	border: 1px solid #000DFF;
	color: #fff;
	width: 100%;
	transition: all 0.5s ease-in-out;
}

.form_data input[type="submit"]:hover {
	background: #fff;
	color: #000DFF;
	border: 1px solid #000DFF;
}


/* dropdown */

.hold-search {
	position: relative;
}

.hold-search select,
.hold-search option {
	width: 89%;
	height: 55px;
	padding: 18px 20px;
	background: #fff;
	color: #434A51;
	border-radius: 12px;
	box-shadow: 1px 1px 3px 1px #CED4DA;
	border: 1px solid transparent;
	font-size: 15px;
	font-family: Tajawal-Medium;
	margin-bottom: 25px;
}

.hold-search select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.hold-search option {
	color: #434A51;
	font-size: 20px;
	border: 0;
}

.fa-sort-down {
	position: absolute !important;
	top: 15%;
	left: 15%;
	color: #434A51;
	z-index: 99 !important;
	font-size: 22px;
}

.input_anchor a {
	width: 100%;
	height: 55px;
	background: #fff;
	color: #000DFF;
	line-height: 55px;
}

@media (max-width:991px) {
	.input_anchor a {
		margin-bottom: 15px;
	}
	.col-md-3 .form_data input {
		width: 89%;
	}
}

.down_row {
	margin-top: 40px;
}


/* dropdown */


/* Tab1 */

.products_table .boxs_container {
	/* padding:20px 0; */
	padding: 0;
	box-shadow: 0px 1px 24px 1px #CED4DA;
	background: #fff;
}

.table_head p {
	font-size: 18px;
	font-family: Tajawal_Bold;
	color: #AAB5BC;
	margin-bottom: 16px;
	text-align: center;
}

.table_head .text-left {
	text-align: right;
}


/* .border_right{
  border-left:1px solid #CED4DA;
  height:133px;
} */

.border_right {
	border-left: 1px solid #CED4DA;
	height: 177px;
	padding: 20px 0;
}

@media (max-width:768px) {
	.border_right {
		height: auto;
		text-align: center;
		background: #fff;
		border: 0;
		border-bottom: 1px solid #CED4DA;
	}
	.table_head p {
		text-align: center !important;
	}
	.raduis {
		border-radius: 8px 8px 0 0;
	}
	.raduis1 {
		border-radius: 0 0 8px 8px;
	}
	.box_img_product img {
		margin-bottom: 10px;
	}
	.product_mounts {
		margin-top: 0 !important;
	}
	.product_container .stars_numbers {
		margin-bottom: 15px !important;
	}
	.pay_process .tab-switch1 {
		width: 64%;
	}
	.down_payment {
		margin-top: 15px
	}
}

@media (min-width:768px) and (max-width:991px) {
	.border_right {
		height: 200px;
		text-align: center;
		background: #fff;
	}
	.table_head p {
		text-align: center !important;
	}
	.product_container .col-sm-8 {
		position: relative;
		right: 10px;
	}
	.buy_wishlist_product>p {
		margin-bottom: 10px;
	}
	.products_table .boxs_container {
		background: none;
	}
	.raduis {
		border-radius: 0 8px 8px 0;
	}
	.raduis1 {
		border-radius: 8px 0 0 8px;
	}
}

.product_container .box_img_product img {
	height: 133px;
	width: 143px;
	border-radius: 8px;
}

.product_container .product_h1 {
	color: #2B2B2B;
	font-size: 16px;
}

.product_container .stars i {
	color: #0D1C2E;
}

.product_container .stars .far {
	opacity: 1;
}

.product_container .stars_numbers {
	margin-bottom: 30px;
}

.buy_wishlist_product p {
	color: #000DFF;
	display: inline-block;
	margin-left: 20px;
	font-size: 16px;
	font-family: Tajawal-Medium;
}

.buy_wishlist_product p i {
	margin-left: 5px;
	cursor: pointer;
}

.Underline {
	text-decoration: underline;
}

.later {
	cursor: pointer;
}

.product_mounts {
	font-size: 33px;
	margin-top: 30px;
	font-family: Tajawal-Medium;
	text-align: center;
	color: #2B2B2B;
}

.product_price .price {
	padding-bottom: 35px;
	border-bottom: 1px solid #CED4DA;
	margin-bottom: 0;
}

.product_price .price p {
	display: block;
	margin-left: 0;
	font-size: 18px;
}

.product_price .price .current_price {
	margin: 17px 0 10px;
}

.product_price .price .old_price {
	position: relative;
	right: 29px;
}

.save_mony {
	font-size: 16px;
	font-family: Tajawal-Medium;
	color: #2B2B2B;
	margin-top: 10px
}

.total_price .current_price {
	font-size: 26px;
	margin-top: 30px;
	color: #000DFF;
	margin-left: -26px;
}


/* next row */

.price_paid div,
.price_paid span {
	display: inline-block;
}

.price_paid .one_span {
	color: #434A51;
	font-size: 20px;
	font-family: Tajawal-Medium;
}

.price_paid .current_price {
	font-size: 26px;
	color: #000DFF;
	position: relative;
	top: 4px;
}

.charge_price p {
	color: #AAB5BC;
	font-size: 18px;
	font-family: Tajawal_Regular;
	margin-top: 11px;
}

.box_pd {
	padding: 20px 13px;
}


/* Tab1 */


/* ======================================================= */


/*===============account_page============================*/

.save_form input[type="submit"] {
	width: 300px;
	margin: auto;
}

.account_posts p {
	margin-bottom: 55px;
}

.account_posts a {
	width: 20%;
}

.tab-three1 .fav {
	margin-bottom: 60px;
}
.table_product_account{
	margin-top:30px;
}

/* tabs menu */

.line1::after {
	content: '';
	position: absolute;
	bottom: 0%;
	right: -9%;
	height: 2px;
	background: #E5E5E5;
	display: inline-block;
	width: 120%;
}

.tab_p {
	font-size: 17px !important;
	background: none !important;
	font-family: Tajawal_Bold !important;
	color: #434A51 !important;
	width: auto !important;
	height: auto !important;
}

.my_info .tab-switch1 .selected1 p {
	border-bottom: 2px solid #000DFF !important;
	border-radius: 0 !important;
	color: #000DFF !important;
	padding: 0px 10px;
}

.tab_p_one {
	left: 40px;
	padding: 0 40px !important;
}

.tab_p_two {
	left: -9px;
}

.tab_p_three {
	right: 40px;
	padding: 0 40px !important;
}

@media (max-width:768px) {
	.account_posts a {
		width: 30%;
	}
	.tab_p {
		font-size: 14px !important;
	}
	.tab_p_one {
		left: 16px;
		padding: 0px 10px !important;
	}
	.tab_p_two {
		padding: 0 !important;
		left: 7px;
	}
	.tab_p_three {
		right: 0;
		padding: 0px 10px !important;
	}
}

@media(min-width:768px) and (max-width:991px) {
	.tab_p_one {
		left: 16px;
		padding: 0px 10px !important;
	}
	.tab_p_two {
		padding: 0 !important;
		left: 7px;
	}
	.tab_p_three {
		right: 0;
		padding: 0px 10px !important;
	}
}


/* ======================================================= */


/*===============sign_up_page============================*/

@media (max-width:768px) {
	.sign_up,
	.sign_in {
		padding: 0 15px;
	}
}

.sign_up .head_pages {
	text-align: right;
}

.sign_up .account_posts a {
	background: #40588A;
	width: 300px;
	margin: auto;
	overflow: hidden;
}

.sign_up .account_posts a:hover,
.sign_in .fb_attach a:hover {
	color: #40588A;
	background: #fff;
}

.fb_attach {
	width: 300px;
	margin: auto;
	position: relative;
	margin-top: 20px;
	height: 55px;
	line-height: 55px;
}

.fb_attach i,
.email i {
	position: absolute;
	right: 20px;
	top: 33%;
}

.sign_in .fb_attach a {
	width: 89% !important;
	margin: 0 !important;
	background: #40588A;
}

.sign_in .head_pages {
	text-align: right;
}

.sign_in .fb_attach {
	width: 100%;
}

.sign_in_input {
	width: 89%;
}

.sign_in_input input {
	height: 48px;
	margin-bottom: 0;
}

.email {
	position: relative;
}

.email a {
	width: 89%;
	margin: 0;
}

@media (min-width:991px) {
	.space_fb {
		margin-bottom: 207px !important;
	}
}

.space_fb {
	margin-bottom: 30px;
}


/* end pages */
/* modifiy */
/* color ,size */
.product_color,.product_size{
	opacity: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0;
	z-index:999;
	display:block;
}
/* color, size */

.tab_header .item_products_1 ul {
    float: none;
    padding-top: 30px;
    width: 100%;
}
.item_products_1 ul a{
	color:#434A51;
}

/* rate */
.rate-list {
  display: inline-block;

}
.rate-list .rate-list-ul li {
  list-style: none;
  margin-right:1px;
  cursor: pointer;
	display:inline-block;
	position:relative;
}
.rate-list .rate-list-ul li input {
	opacity:0;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
.rate-list .rate-list-ul li:first-of-type {
  margin-right: 0;
}
.rate-list .rate-list-ul li .fa-star {
  font-size: 14px;
  color: #FDD819;
  transition: all 0.5s linear;
}
.rate-list .total {
  position: absolute;
  margin-top: 5px;
}
.rate-list .total .totalResult {
  font-size: 10px;
  position: absolute;
  width: 100px;
  height: 50px;
  text-align: center;
  left: 50%;
  margin-left: -50px;
  opacity: 0;
}
.rate-list .total .totalResult.move {
  font-size: 120px;
  opacity: 1;
  animation: fade 0.8s linear;
}
.redStar i {
  color: #FDD819 !important;
	font-weight: 900 !important;
}
@keyframes fade {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

/* rate */










































/* modifiy */
