@charset "utf-8";

/*===================== TABLE OF CONTENT =======================

1. Google Fonts
2. Typography Css
3. CROSS BROWSER COMPATABILITY
4. Body Scrollbar
5. Night Mode Btn
6. Search cate scroll
7. Header
8. Category Model
9. Category Model
10. Cart Offset Overlay
11. Cart Radio Btn
12. Quantity box
13. Filters Overlay
14. Category Radio Btn
15. Index Page
16. Slider Category
17. Footer
18. Product Grid Page
19. Single Product View
20. Single Product Radio Btn
21. Checkout Page
22. User Dashboard Page
23. Dashboard My Orders
24. My Rewards
25. My Wallet
26. My Addresses
27. Career Page
28. About Us
29. Our Blog
30. Blog Detail View
31. Press Page
32. Sign In
33. Contact Us
34. Product Request
35. Faq Page
36. Offers Page
37. Bill Page

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


/* ================================================================================== 
Reset Css
===================================================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	direction: rtl;
	/* text-align: right; */
}
body {
	font-family: AraddFont;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
::-moz-selection { /* Code for Firefox */
	background-color: #cce2ff;
	color: rgba(0,0,0,.87);
}

::selection {
	background-color: #cce2ff;
	color: rgba(0,0,0,.87);
}

ol, ul {
	list-style: none;
	margin-bottom: 0 !important;
}
a:hover {
	color: inherit !important;
	text-decoration: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
button {
outline: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	margin:0;
	padding: 0;
}
a:focus {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none !important;
}
button {
	outline: none;
}

button:focus {
	outline: none !important;
}

input {
	outline: none;
}
textarea {
	outline: none;
}

p {
	font-size: 14px;
	line-height: 26px;
	color: #2b2f4c;
}
.night-mode p {color: #bdbdbd;}

a {
	cursor: pointer !important;
}



/* ============== Customized Style - Start ============== */

.ltr {direction: ltr !important;}
.rtl {direction: rtl !important;}
.align-center {text-align: center !important;}
.align-right {text-align: right !important;}
.align-left {text-align: left !important;}
.align-justify {text-align: justify !important;}
.pull-left {float: left !important;}
.pull-right {float: right !important;}

@media (min-width:768px) {
	.pull-left-md {float: left !important;}
}

input[type=text].ltr::placeholder {
	direction: rtl !important;
	text-align: right;
}

.v-align-middle {vertical-align: middle !important;}
.td-align-middle td, .td-align-middle th {vertical-align: middle !important;}

.mt5 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt30 {margin-top: 30px !important;}
.mt40 {margin-top: 40px !important;}
.mt50 {margin-top: 50px !important;}
.mt60 {margin-top: 60px !important;}

.mb5 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb60 {margin-bottom: 60px !important;}

.pt5 {padding-top: 5px !important;}
.pt10 {padding-top: 10px !important;}
.pt15 {padding-top: 15px !important;}
.pt20 {padding-top: 20px !important;}
.pt30 {padding-top: 30px !important;}
.pt40 {padding-top: 40px !important;}
.pt50 {padding-top: 50px !important;}
.pt60 {padding-top: 60px !important;}

.pb5 {padding-bottom: 5px !important;}
.pb10 {padding-bottom: 10px !important;}
.pb15 {padding-bottom: 15px !important;}
.pb20 {padding-bottom: 20px !important;}
.pb30 {padding-bottom: 30px !important;}
.pb40 {padding-bottom: 40px !important;}
.pb50 {padding-bottom: 50px !important;}
.pb60 {padding-bottom: 60px !important;}


.pr5 {padding-right: 5px !important;}
.pr10 {padding-right: 10px !important;}
.pr15 {padding-right: 15px !important;}
.pr20 {padding-right: 20px !important;}
.pr25 {padding-right: 25px !important;}
.pr30 {padding-right: 30px !important;}
.pr40 {padding-right: 40px !important;}
.pr50 {padding-right: 50px !important;}
.pr60 {padding-right: 60px !important;}

.mr1 {margin-right: 1px!important;}
.mr5 {margin-right: 5px!important;}

.ms1 {margin-right: 1px!important; margin-left:1px !important;}
.ms2 {margin-right: 2px!important; margin-left:2px !important;}
.ms5 {margin-right: 5px!important; margin-left:5px !important;}
.ms10 {margin-right: 10px!important; margin-left:10px !important;}
.ms15 {margin-right: 15px!important; margin-left:15px !important;}

.ps5 {padding-right: 5px!important; padding-left:5px !important;}
.pt0 {padding-top: 0px!important;}
.pb0 {padding-bottom: 0px!important;}
.pb50 {padding-bottom: 50px!important;}

.pd30 {padding: 30px !important;}

.ms-auto {
	margin-right: auto !important;
	margin-left: auto !important;
}
.ms--10 {
  margin-right: -10px;
  margin-left: -10px;
}
.margin-0 {margin: 0 !important;}

.block { display: block !important;}
.inline-block { display: inline-block !important;}
.relative {position: relative !important;}

.font-arad {font-family: AradFont !important;}

.font10 {font-size: 10px !important;}
.font11 {font-size: 11px !important;}
.font12 {font-size: 12px !important;}
.font13 {font-size: 13px !important;}
.font14 {font-size: 14px !important;}
.font15 {font-size: 15px !important;}
.font16 {font-size: 16px !important;}
.font17 {font-size: 17px !important;}
.font18 {font-size: 18px !important;}
.font24 {font-size: 24px !important;}
.font28 {font-size: 28px !important;}
.font30 {font-size: 30px !important;}
.font36 {font-size: 36px !important;}
.font40 {font-size: 40px !important;}
.font48 {font-size: 48px !important;}
.font60 {font-size: 60px !important;}
.font72 {font-size: 72px !important;}
.font90 {font-size: 90px !important;}


.w300 {font-weight: 300 !important;}
.w400 {font-weight: 400 !important;}
.w500 {font-weight: 500 !important;}
.w600 {font-weight: 600 !important;}
.w900 {font-weight: 900 !important;}
.bold {font-weight: bold !important;}


.swal_width {
	width: 800px !important;
	max-width: 95% !important;
}
.width50 {width: 50px !important;}
.width100 {width: 100px !important;}
.width200 {width: 200px !important;}
.width300 {width: 300px !important;}
.width400 {width: 400px !important;}
.width500 {width: 500px !important;}
.width600 {width: 600px !important;}



.color-primary { color: #40189d !important; }
.color-white {color: #fff !important; }
.color-gray {color: #ccc !important; }
.color-gray2 {color: #ababab !important; }
.color-blue-light {color: #a4bdd0 !important;}

.block {display: block !important;}
.inline-block {display: inline-block !important;}

.pre-wrap {
	white-space: pre-wrap !important;
}

.line-height-initial {line-height: initial;}
.line-height-14 {line-height: 14px !important;}
.line-height-16 {line-height: 16px !important;}
.line-height-18 {line-height: 18px !important;}
.line-height-22 {line-height: 22px !important;}
.line-height-24 {line-height: 24px !important;}
.line-height-27 {line-height: 27px !important;}
.line-height-38 {line-height: 38px !important;}


.cursor-pointer { cursor: pointer !important; }
.cursor-default { cursor: default !important; }


.radius-0 { border-radius: 0px !important; }
.radius-5 { border-radius: 5px !important; }
.radius-10 { border-radius: 10px !important; }
.radius-15 { border-radius: 15px !important; }
.radius-20 { border-radius: 20px !important; }
.radius-25 { border-radius: 25px !important; }
.radius-30 { border-radius: 30px !important; }


.nowrap { white-space: nowrap !important; }


.h-36 {height: 36px !important;}
.h-56 {height: 56px !important;}
.w-100 {width: 100% !important;}



.form-check-input {cursor: pointer;}
.form-check-label {cursor: pointer;}
.form-check-input[type="checkbox"]:checked+.form-check-label {color: #40189d !important;}
.form-check-input[disabled][type="checkbox"]:checked+.form-check-label {
	color: #9282bb !important;
	cursor: not-allowed !important;
}
.form-check-input[disabled][type="checkbox"]:after {
	background: #a495ca !important;
	cursor: not-allowed !important;
}
.btn[disabled], .form-control.disabled , .form-control[disabled] {
	cursor: not-allowed !important;
}

ol {
    list-style: auto;
    padding-right: 20px;
}
ol li {
    display: list-item;
    margin-bottom: 2px;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
}
ol li::marker {
    color: #0aa4d6;
}
/* ============== Customized Style - End ============== */


#captchaimg {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 38px;
	z-index: 9;
	border-radius: .3rem !important;
}
.captchaimg {
	position: absolute;
	left: 15px;
	top: 0px;
	height: 34px;
	z-index: 9;
	border-radius: .3rem !important;
}

.g-recaptcha>div {max-width: 100% !important;}
.g-recaptcha iframe {max-width: 100% !important; border-radius: 5px !important;}

#success_register, #success_forget {
	text-align: center;
	direction: rtl;
	border: 1px solid #b9d09e;
	background: #cddcc7;
	border-radius: 5px;
	padding: 13px;
}
#success_register i, #success_forget i {
	font-size: 75px;
	color: #86a27b;
	margin-top: 11px;
	display: block;
}
#success_register h1, #success_forget h1 {
	margin: 15px 0 13px;
	font-size: 25px;
	color: #009688;
}
#success_register div, #success_forget div {
	margin-bottom: 15px;
	color: #86a27b;
}



.table_opt .btn {padding: 0px 5px 0;line-height: 36px;width: 38px;}
.table_opt .btn:hover {
    color: #fff !important;
}
.table_opt .btn i {
    font-size: 18px;
    vertical-align: -4px;
}



.empty-cart {
	text-align: center;
	color: #ff3e00;
	margin-top: 80px;
}
.empty-cart img {
	max-width: 75%;
}






.filter_link {
    font-weight: 500;
    color: #8d8d8d;
    line-height: normal;
	transition: all .2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.filter_link.active {color: #0e588b !important;}
.filter_link:hover {
	color: #3e4a78 !important;
}
.filter_link:before {
	content: '\f111';
	font-size: 22px;
	font-family: "Font Awesome 5 Free";
	float: right;
	margin-left: 5px;
}
.filter_link.active:before {content: '\f058'; font-weight: 600; }




/* ================ Alert Css =============== */

.alert h4 {
	padding-left: 47px;
	margin-bottom: -5px
}

.alert button {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	text-align: center;
	margin-top: 1px;
}

.alert button span {
	background-color: transparent
}

.alert button:active {
	box-shadow: none!important;
	border: none!important;
	outline: none!important
}

.alert button:focus {
	box-shadow: none!important;
	border: none!important;
	outline: none!important
}

.alert span {
	background-color: rgba(255,255,255,.2);
	position: absolute;
	right: -1px;
	top: -1px;
	bottom: -1px;
	width: 47px;
	border-radius: 0 8px 8px 0 !important;
}

.alert span i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%)
}

.alert strong {
	padding-right: 35px;
	font-weight: 400;
}





/* ================ Typography Css =============== */
h1 {
	font-size: 2em;
	font-family: AradFont, sans-serif !important;
	/* 2x body copy size = 32px */
	line-height: 1.25;
	/* 45px / 36px */
}
h2 {
	font-size: 1.625em;
	font-family: AradFont, sans-serif !important;
	/* 1.625x body copy size = 26px */
	line-height: 1.15384615;
	/* 30px / 26px */
}
h3 {
	font-size: 1.375em;
	font-family: AradFont, sans-serif !important;
	/* 1.375x body copy size = 22px */
	line-height: 1.13636364;
	/* 25px / 22px */
}
h4 {
	font-size: 1.125em;
	font-family: AradFont, sans-serif !important;
}
h5 {
	font-size: 1.10em;
	font-family: AradFont, sans-serif !important;
	/* 1.125x body copy size = 18px */
	line-height: 1.10;
}
h6 {
	font-size: 1em;
	font-family: AradFont, sans-serif !important;
	/* 1.125x body copy size = 18px */
	line-height: 1.050;
}
blockquote {
	font-size: 1.25em;
	font-family: AradFont, sans-serif !important;
	/* 20px / 16px */
	line-height: 1.25;
	/* 25px / 20px */
}
@media (min-width: 43.75em) {
h1 {
	font-size: 2.5em;
	/* 2.5x body copy size = 40px */
	line-height: 1.125;
}
h2 {
	font-size: 2em;
	/* 2x body copy size = 32px */
	line-height: 1.25;
}
h3 {
	font-size: 1.5em;
	/* 1.5x body copy size = 24px */
	line-height: 1.25;
}
h4 {
	line-height: 1.22222222;
	/* (22px / 18px */
}
blockquote {
	font-size: 1.5em;
	/* 24px / 16px = */
	line-height: 1.45833333;
	/* 35px / 24px */
}
}
@media (min-width: 56.25em) {
h1 {
	font-size: 3em;
	/* 3x body copy size = 48px */
	line-height: 1.05;
	/* keep to a multiple of the 20px line height 
	and something more appropriate for display headings */
}
h2 {
	font-size: 2.25em;
	/* 2.25x body copy size = 36px */
	line-height: 1.25;
}
h3 {
	font-size: 1.75em;
	/* 1.75x body copy size = 28px */
	line-height: 1.25;
}
}


/* ================ CROSS BROWSER COMPATABILITY =============== */

.ask-question,
nav,
.notification-box.active,
nav ul li a,
.user-account-settingss.active,
.user-info a,
.suggestion-usd > span i,
.view-more > a,
.tags-sec ul li a,
.post-st ul li a,
.ed-opts > a,
.bk-links li a,
.like-com li a,
.user-profy > a,
.slick-previous:before,
.slick-nexti:before,
.comment > a,
.sign_link > a,
.post-popup,
.post-project > a,
.post-project-fields form ul li button,
.post-project-fields form ul li a,
.sign-control li a,
.cover-sec > a,
.star-descp > a,
.message-btn a,
.pf-gallery ul li,
.gallery_pt:before,
.gallery_pt > a,
.overview-box,
.skl-name,
.conv-list,
.save-stngs ul li button,
.forum-links.active,
.react-links li a,
.next-prev > a,
nav ul li:hover > ul,
.user-pro-img > a i {
-webkit-transition: all 0.4s ease-in;
-moz-transition: all 0.4s ease-in;
-ms-transition: all 0.4s ease-in;
-o-transition: all 0.4s ease-in;
transition: all 0.4s ease-in;
}

/* === Body Scrollbar === */

body::-webkit-scrollbar {
	width: 14px;
	height: 18px;
}
body::-webkit-scrollbar-button {
	width: 0;
	height: 0;
	display: none;
}
body::-webkit-scrollbar-corner {
	background-color: transparent;
}
body::-webkit-scrollbar-thumb {
	height: 6px;
	border: 4px solid transparent;
	background-clip: padding-box;
	-webkit-border-radius: 7px;
	background-color: rgba(0,0,0,.15);
	-webkit-box-shadow: inset -1px -1px 0 rgba(0,0,0,.05), inset 1px 1px 0 rgba(0,0,0,.05);
}

html {
   font-size: 14px;
}

body {
	margin: 0;
	font-family: AradFont, sans-serif !important;
	font-size: 0.875rem;
	line-height: 1.42857143;
	color: #2b2f4c;
	background: #f7f7f7 !important;
}

body::-webkit-scrollbar {
	width:4px;
}

body::-webkit-scrollbar-thumb {
	height: 50px;
	background: hsla(0, 0%, 53.3%, 0.4);
}

input[type=text] {
	color: #2b2f4c !important;
}


/* --- Night Mode Btn --- */

.night_mode_switch__btn {
	border-bottom: 1px solid #efefef;
}

.night_mode_switch__btn a {
	display: block;
	font-size: 14px;
	transition: 0.3s;
	font-weight: 500;
	border-radius: 10px;
	color: #333;
	padding: 15px;
	position: relative;
	display: flex;
	align-items: center;
	width: 220px;
}

.night_mode_switch__btn a i {
	font-size: 120%;
	height: 30px;
	Width: 30px;
	background: #ecf8ff;
	border-radius: 100%;
	margin-left: 10px;
	padding: 6px 4px 0;
	display: inline-block;
}

.btn-night-mode .btn-night-mode-switch {
	display: inline-block;
	height: 18px;
	width: 37px;
	top: 35%;
	left: 13px;
	position: absolute;
}

/*--- search cate scroll ---*/

.search-by-cat::-webkit-scrollbar {
	width:4px;
}

.search-by-cat::-webkit-scrollbar-thumb {
	height: 50px;
	background: hsla(0, 0%, 53.3%, 0.4);
}

.bs-canvas-body::-webkit-scrollbar {
	width:4px;
}

.bs-canvas-body::-webkit-scrollbar-thumb {
	height: 50px;
	background: hsla(0, 0%, 53.3%, 0.4);
}

.scrollstyle_4::-webkit-scrollbar {
	width: 4px;
	background-color: #f1f1f1;
}

.scrollstyle_4::-webkit-scrollbar-thumb {
	background-color: #e5e5e5;
}

.scrollstyle_4::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
	background-color: #F5F5F5;
}

/*--- Header ---*/

.header {
	position: fixed;
	z-index: 999;
	width: 100%;
	float: right;
	background: #fff;
	/* box-shadow: 0px 0.052083333in 11.25pt -9px rgba(0,0,0,.01); */
	box-shadow: 0px 2px 2px 0px #cccccc40;
}

.top-header-group {
	float: right;
	width: 100%;
	display: block;
	direction: rtl;
}

.top-header {
	float: right;
	width: 100%;
	display: flex;
	height: 60px;
	align-items: center;
}

.main_logo {
	float: right;
	width: 125px;
	margin-right: 10px;
}

.blog_logo {
	padding: 12px 0px;
}

.logo-inverse {
	display: none;
}

.search120 {
	float: right;
	margin-right: 13px;
	width: 45%;
}

.main_logo img {
	width: 100%;
	padding-top: 0;
}

.res_main_logo {
	display: none;
	width: 45px;
}

.res_main_logo img {
	width: 100%;
	padding-top: 3px;
}

.srch10 {
	background: #f7f7f7 !important;
	border: 0 !important;
	color: #2b2f4c !important;
}

i.icon1 {
	font-size: 16px !important;
}

.ui.swdh10 {
	font-size: 14px !important;
	width: calc(100% - 160px);
	text-align: right;
	float: right;
}
.filter-items .ui.swdh10 {
	font-size: 14px !important;
	width: calc(100% - 5px);
	text-align: right;
	float: right;
}

.ui[class*="right icon"].swdh10.input>input {
	padding-right:3.2em!important;
	padding-left: 1em!important;
	font-size: 14px;
	font-weight: 400 !important;
	border: 0 !important;
	font-family: AradFont !important;
}

.ui.search .prompt {
	border-radius: .3rem !important;
	width: 100%;
}

.header_left {
	margin-right: auto;
	float: left;
	padding-left: 15px;
}

.header_left ul li {
	display: inline-block;
	vertical-align: middle;
}

.option_links {
	padding: 10px 9px;
	font-size: 14px;
	color: #484848;
	position: relative;
}
.option_links:after {
	/* content: url('https://api.iconify.design/uil:angle-down.svg?color=%23484848&height=14'); */
	content : "";
	/* font-family: FontAwesome; */
	font-family: "Font Awesome 5 Free";
	vertical-align: -1px;
	padding-right: 4px;
}
.option_links i {
	font-size: 18px;
}

.option_links .icon_wishlist {
	background: rgb(51 174 246 / 20%);
	color: #0aa4d6;
	height: 35px;
	width: 35px;
	display: inline-block;
	padding: 10px 5px;
	border-radius: 100%;
	vertical-align: -3px;
}

.option_links .icon_noti {
	background: rgba(2,114,54,0.2);
	color: #027236;
	height: 35px;
	width: 35px;
	display: inline-block;
	padding: 10px 5px;
	border-radius: 100%;
}

.option_links:hover, .option_links:focus {
	color: #0aa4d6 !important;
}

.noti_count {
	font-size: 11px;
	font-weight: 600;
	position: absolute;
	top: 0px;
	left: 8px;
	background: #027236;
	color: #fff;
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 1.5;
	border-radius: 100%;
	font-weight: 500;
}

.noti_count1 {
	font-size: 11px;
	font-weight: 600;
	position: absolute;
	top: 0px;
	left: 8px;
	background: #f69733;
	color: #fff;
	width: 16px;
	height: 16px;
	text-align: center;
	/* line-height: 1.5; */
	border-radius: 100%;
}

.opts_account {
	font-weight: 500;
	color: #2b2f4c;
	float: left;
	padding: 5px 5px 5px 10px;
	background: #f9f9f9;
	border-radius: 10px;
	margin-right: 0px;
}

.opts_account img {
	width: 30px;
	border-radius: 50%;
	border: 1px solid #fff;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
	margin-right: 0;
	float: right;
}

.opts_account .user__name {
	margin-right: 7px;
	margin-left: 4px;
	font-size: 12px;
	position: relative;
	float: right;
	line-height: 14px;
}
.opts_account .user__name.not_login {
	font-size: 13px;
	line-height: 30px;
}
.opts_account .user__name small {
	display: block;
	line-height: 12px;
	margin-top: 3px;
	color: #0aa4d6;
}

.opts_account i {float: left;display: block;margin-left: -7px;margin-top: 6.5px;}

.opts_account:hover {
	color: #0aa4d6 !important;
}

.icon__1 {
	font-size: 18px;
	margin-left: 10px;
}

.right_title {
	padding: 20px 17px 10px;
	font-size: 12px;
	font-weight: 500;
	color: #afafaf;
	text-align: right;
	margin-bottom: 0;
}

.user_img img {
	width: 30px;
	border-radius: 100%;
	margin-right: 17px;
	margin-left: 15px;
}

.menu.dropdown_account {
	margin-top: 10px !important;
	border-top: 1px solid #fff !important;
	border-radius: 3px !important;
	left: 0 !important;
	right: unset !important;
}

.menu.dropdown_account_rl {
	min-width: 220px !important;
}

.rl-account-step p {
	font-size: 13px;
	font-weight: 400;
}

.rl-account {
	text-align: center;
	padding: 15px;
}

.rl-account-step {
	padding-bottom: 20px;
	margin-bottom: 15px;
	border-bottom: 1px solid #efefef;
}

.rl-account-step:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}

.lr-acount-btn {
	display: inline-block;
	font-weight: 500;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	-webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	padding: 8px 10px;
	font-size: 14px;
	line-height: 16px;
	border-radius: 4px;
	color: #fff;
	background-color: #0aa4d6;
}

.menu.dropdown_mn {
	width: 300px;
	margin-top: 12px !important;
	border-top: 1px solid #fff !important;
	border-radius: 3px !important;
	min-width: 300px !important;
}

.menu.dropdown_ms {
	width: 300px;
	margin-top: 12px !important;
	border-top: 1px solid #fff !important;
	border-radius: 3px !important;
	min-width: 300px !important;
}

.channel_my {
	padding: 15px !important;
	border-bottom: 1px solid #efefef !important;
	min-width: 100%;
	max-width: 100%;
	white-space: normal;
}

.channel_my:last-child {
	border-bottom: 0 !important;
}

.profile_link {
	display: flex;
}

.profile_link img {
	width: 40px;
	height: 40px;
	margin-left: 10px;
	border: 2px solid #fff;
	border-radius: 100%;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.pd_content {
	width: 80%;
	white-space: normal;
}

.pd_content h6 {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 5px;
	color: #2b2f4c;
	text-align: right;
	position: relative;
}

.pd_content span {
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 0;
	color: #686f7a;
	text-align: right;
}

.dp_link_12 {
	font-size: 14px;
	font-weight: 500;
	color: #2b2f4c;
	margin-top: 15px;
	display: block;
	text-align: right;
}

.dp_link_12:hover {
	color: #ed2a26 !important;
}

.ui.dropdown .menu>.channel_item {
	color: #2b2f4c !important;
	padding: .78571429rem 1.14285714rem!important;
	font-size: 14px !important;
	font-weight: 400 !important;
}

.ui.dropdown .menu>.channel_item:hover {
	color: #2b2f4c !important;
	background: #ecf8ff !important;
}

.rhte85 {
	display: flex;
}

.mef78 i {
	font-size: 18px;
	line-height: 15px;
	color: #1da1f2;
}

.pd_content p {
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 8px;
	color: #91699c;
	text-align: right;
	margin-top: 8px;
	line-height: 20px;
}

.pd_content span.nm_time {
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 0;
	color: #afafaf;
	text-align: right;
}

.vbm_btn {
	width: 100%;
	text-align: center;
	float: right;
	padding: 15px 0;
	background: #0aa4d6;
	font-size: 14px;
	color: #fff !important;
	font-weight: 500;
}

.ui.input>input {
	font-family: AradFont, sans-serif !important; 
}

.select_location {
	margin-right: 34px;
	float: right;
	line-height: 40px;
}

.ui.inline.dropdown.loc-title>.text {
	font-weight: 500 !important;
	color: #2b2f4c;
	font-size: 14px;
}

.menu.dropdown_loc {
	width: 170px;
	margin-top: 10px !important;
	border-top: 1px solid #fff !important;
	border-radius: 3px !important;
	min-width: 170px !important;
}



.select_location2 {
    margin-right: 15px;
    margin-left: 0px;
    height: 34px;
    background: #fdfdfd;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    padding: 0px 0px 0 10px;
    direction: rtl;
    text-align: right;
    transition: all .2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.select_location2:hover {
    background: #f7f7f7;
    border-color: #2185d0;
}

.select_location2 div {
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    height: 20px;
    float: right;
    text-align: center;
}

.select_location2 div:hover {
}

.select_location2 div span {
    display: block;
    font-size: 10px;
    font-weight: 300;
    color: #a3a3a3;
    letter-spacing: -0.3px;
    line-height: 14px;
    margin-top: 2px;
    margin-bottom: -1px;
}

.select_location2 i {
    font-size: 20px;
    vertical-align: -5px;
    color: #dddddd;
    line-height: 37px;
    height: 32px;
    width: 21px;
    display: inline-block;
    text-align: center;
    margin-left: 7px;
    float: right;
}


.offer-link {
	font-size: 14px;
	font-weight: 400;
	margin-left: 18px;
	color: #2b2f4c;
	margin-right: 6px;
}

.offer-link:hover {
	color: #0aa4d6 !important;
}

.offer-link i {
	font-size: 16px;
	margin-left: 3px;
}

.sub-header-group {
	float: right;
	width: 100%;
	display: block;
	border-top: 1px solid #efefef;
}

.sub-header {
	float: right;
	width: 100%;
	display: flex;
	align-items: center;
	direction: rtl;
	/* box-shadow: 0px 2px 2px 0px #cccccc40; */
	padding: 0px 0px;
}

.navbar-light .main_nav .nav-link {
	color: #2b2f4c !important;
}

.main_nav .nav-link {
	display: block;
	/* padding: 10px 15px !important; */
	padding: 0px !important;
	font-size: 14px;
	cursor: pointer;
	font-weight: 400;
}

.navbar-light .main_nav .nav-link.active {
	color: #0aa4d6 !important;
}

.navbar-light .main_nav .nav-link:hover {
	color: #0aa4d6 !important;	
}

.header_cart {
	margin-right: auto;
}

.cart__btn {
	color: #fff !important;
	font-size: 16px;
	font-weight: 500;
	background: #0aa4d6;
	padding: 0 30px;
	text-align: center;
	vertical-align: top;
	display: block;
	line-height: 64px;
}

@media (min-width:992px) AND (max-width:1024px) {
	.cart__btn {
		padding: 0 10px;
	}
}

@media (min-width:1024px) AND (max-width:1080px) {
	.cart__btn {
		padding: 0 15px;
	}
}
.cart__btn span {
	margin: 0 2px;
}


.hover-btn {
	transition: all .2s ease-in-out !important;
	-webkit-transition: all 0.2s ease-in-out !important;
	-o-transition: all 0.2s ease-in-out !important;
	-ms-transition: all 0.2s ease-in-out !important;
	-webkit-transition: all 0.2s ease-in-out !important;
}
.hover-btn:hover {
	background: #0aa4d6;
	color: #fff !important;
	transition: all .2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	background-image: -webkit-linear-gradient(right, rgba(24, 147, 206, 0.9), rgba(43, 174, 224, 0.9));
	background-image: linear-gradient(to left, rgba(24, 147, 206, 0.9), rgba(43, 174, 224, 0.9));
}

.cart__btn ins {
	color: #fff !important;
	margin-right: 5px;
	text-decoration: none !important;
}

.category_drop {
	padding: 20px 14px;
	font-size: 14px;
	color: #2b2f4c;
	position: relative;
	font-weight: 500;
	border-left: 1px solid #efefef;
}
@media (min-width:992px) AND (max-width: 1080px) {
	.category_drop {
		padding: 20px 10px
	}
}


.category_drop i {
	margin-left: 10px;
}

.menu.dropdown_page {
	width: 220px;
	margin-top: 14px !important;
	border-top: 1px solid #fff !important;
	border-radius: 3px !important;
	min-width: 170px !important;
	padding-bottom: 5px !important;
}

.menu_toggle_btn {
	padding: 5px !important;
	line-height: 1;
	border: 0 !important;
	border-radius: 5px !important;
	font-size: 26px !important;
	background: #f9f9f9 !important;
	color: #2b2f4c !important;
}
@media (max-width: 440px) {
    .menu_toggle_btn {
    	margin-top: -4px;
    	padding: 4px 0px 1px !important;
    	font-size: 22px !important;
    	margin-left: 7px;
    	margin-right: 12px;
    }
}

.mt1-5 {
	margin-top: 124px !important;
	text-align: center;
}

.bmt1-5 {
	margin-top: 60px !important;
	text-align: center;
}

.bg-dark1 {
	background-color: #fff !important;
	z-index: 999;
}

/* --- Category Model --- */
.main-gambo-model {
	background-image: -webkit-linear-gradient(right, rgba(24, 147, 206, 0.9), rgba(43, 174, 224, 0.9));
	background-image: linear-gradient(to left, rgba(24, 147, 206, 0.9), rgba(43, 174, 224, 0.9));
}

.category-area-inner .modal-header {
	border-bottom: 0;
	position: absolute;
	z-index: 6;
	overflow: auto;
	pointer-events: all;
	left: 0;
}

.category-area-inner .btn-close {
	color: #fff !important;
	opacity: 1 !important;
	padding: 10px 13px !important;
	font-size: 30px !important;
	cursor: pointer !important;
	background: #2b2f4c;
}
.category-area-inner .btn-close:hover {background: #232640;}

.category-model-content {
	background: #fff;
	border: 0 !important;
	border-radius: 0 !important;
	direction: rtl !important;
	text-align: right;
}

.catey__icon {
	display: none;
}

.search__icon {
	display: none;
}

.sub-header-icons-list {
	display: inline-block;
	font-size: 20px;
}

.cate__btn {
	font-size: 20px;
	color: #8f91ac !important;
	padding: 15px 10px 15px;
}
@media (max-width: 440px) {
    .cate__btn {
    	padding: 0px 5px 0px !important;
    	font-size: 19px;
    }
}

.cate__btn:hover {
	color: #0aa4d6 !important;
}

.search__btn {
	font-size: 20px;
	color: #fff !important;
	padding: 0 15px 0;
	background: #2b2f4c;
	display: block;
	line-height: 64px;
}
@media (max-width: 360px) {
	.search__btn { 
        padding-right: 5px;
        padding-left: 5px;
	}
}


/* Category Start ================================ */

/* --- Category Mode --- */

.cate-header {
	background: #2b2f4c;
	color: #fff;
	padding: 15px 20px;
}

.cate-header h4 {
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
}

.category_level_1 {
   width: 100%;
   display: inline-table;
   margin-bottom: 1px !important;
   min-height: 440px;
   position: relative;
}

.category_level_1 li.main {
	width: 33.333%;
	vertical-align: middle;
	display: inline-block;
	list-style: none;
	float: right;
}
@media (max-width: 576px) {
	.category_level_1 li.main { 
        width: 50%;
	}
}

.category_level_1 li.others-category {display: none;}

#category_loader {
	position: absolute;
	background: #ffffffd6;
	top: 54px;
	bottom: 1px;
	right: 0;
	left: 0;
	text-align: center;
	display: none;
	z-index: 9;
}
#category_loader img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50% , -50%);
	max-width: 100%;
}

.category_level_1 li.sub {
	display: block;
	position: relative;
	color: #250300;
	height: 90px;
	font-size: 18px;
	background: #dff1ff;
	border-radius: 0px;
	cursor: pointer;
	padding: 5px;
	margin: 0 10px 7.5px;
	margin-bottom: 7.5px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	z-index: 3;
}
.category_level_1 li.sub  a {color: #001b2f;display: inline-block;width: 100%;height: 100%;text-decoration: none;}
.category_level_1 li.sub:hover {
	background: #c9dff1;
}
.category_level_1 li.sub:last-child {margin-bottom: 0;}
.category_level_1 li.sub img {
	max-height: 100%;
	margin-left: 3px;
	min-width: 80px;
}
.category_level_1 li.sub i {font-size: 36px;color: #b7d3e8;position: absolute;left: 10px;top: calc(50% - 18px);}

.category_level_2 a {color: #001b2f;display: block;/* width: 100%; *//* height: 100%; */text-decoration: none;width: 100%;}
.category_level_2 {
	margin: 0 35px 6px 10px;
	min-height: 30px !important;
	background: #dff1ff !important;
	z-index: 1 !important;
	line-height: 30px;
	padding-right: 7px;
	position: relative;
}
.category_level_2 a i {
	float: left;
	line-height: 30px;
	padding-left: 10px;
	color: #b7d3e8;
}
.category_level_2:hover {background: #c9dff1 !important;}
.category_level_2:before {
  content: "";
  height: 50px;
  width: 15px;
  border: 1px solid #dff1ff;
  border-width: 0 3px 3px 0;
  position: absolute;
  right: -15px;
  top: -33px;
  z-index: -1;
}
.category_level_2:last-child {
	margin-bottom: 10px;
}
.category_level_3_block {
    z-index: 9;
    background: #fff;
    display: inline-block;
    width: 100%;
    margin: 0 -3.5px 0px 0;
    padding: 5px;
    margin-bottom: -9px !important;
}
.category_level_3_block:before {
    content: "";
    height: 100%;
    width: 15px;
    border: 1px solid #dff1ff;
    border-width: 0 3px 0px 0;
    position: absolute;
    right: -15px;
    top: 0px;
    z-index: -1;
}
.category_level_2:last-child .category_level_3_block:before {border-width: 0;}
.category_level_3_block li {
    float: right;
    width: calc(100% / 2);
    font-size: 13px;
    line-height: 22px;
    padding: 0 5px;
}
@media (max-width: 576px) {
	.category_level_3_block li {width: 100%;}
}
.category_level_3_block li:last-child {width: 100% !important; padding: 5px;}
.category_level_3_block li:last-child .btn {height: 30px;}
.category_level_3_block li:last-child .btn:hover {color: #fff !important;}

.category_level_3_block li i {
	font-size: 11px;
	float: right;
	vertical-align: 0px;
	padding-left: 8px;
	line-height: 22px;
	color: #c9dff1;
}
.category_level_3_block li a {}
.category_level_3_block li a:not(.btn):hover {
    color: #f18500 !important;
}


.category_back {
	background: #f6fbff !important;
	height: 47px !important;
	color: #accce6 !important;
	line-height: 40px;
	padding: 4px 10px 0 0 !important;
	margin-top: 10px !important;
}
.category_back:hover {
	background: #d7edff !important;
	color: #024882 !important;
}
.category_back i {
	color: #accce67d !important;
}


.night-mode .category_level_1 li.sub {
	background: #5c626d !important;
}
.night-mode .category_level_2 {
	background: #474c56 !important;
}
.night-mode .category_level_2:before {
	border-color: #474c56 !important;
}
.night-mode .category_level_2:hover {
	background: #d1ebff !important;
}
.night-mode .category_level_2:hover a {
	color: #474c56 !important;
}
.night-mode .category_back:hover {
	color: #f7f7f7 !important;
}
.night-mode .category_level_3_block:before {border-color: #474c56 !important;}
.night-mode .category_level_3_block { background: #333; }

.night-mode .category_level_2:hover .category_level_3_block a { color: #ffffff !important; }
.night-mode .category_level_3_block li i { color: #697182; }
.night-mode .category_level_3_block li a:not(.btn):hover { color: #f18500 !important; }

/* Category End ================================ */











/* Category Start ================================ */

/* --- Category Mode --- */

.cate-header {
	background: #2b2f4c;
	color: #fff;
	padding: 15px 20px;
}

.cate-header h4 {
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
}

.category_shop_level_1 {
   width: 100%;
   display: inline-table;
   margin-bottom: 1px !important;
   min-height: 440px;
   position: relative;
}

.category_shop_level_1 li.main {
	width: 33.333%;
	vertical-align: middle;
	display: inline-block;
	list-style: none;
	float: right;
}
@media (max-width: 576px) {
	.category_shop_level_1 li.main { 
        width: 50%;
	}
}

.category_shop_level_1 li.others-category {display: none;}

#category_shop_loader {
	position: absolute;
	background: #ffffffd6;
	top: 54px;
	bottom: 1px;
	right: 0;
	left: 0;
	text-align: center;
	display: none;
	z-index: 9;
}
#category_shop_loader img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50% , -50%);
	max-width: 100%;
}

.category_shop_level_1 li.sub {
	display: block;
	position: relative;
	color: #2b2f4c;
	height: 90px;
	font-size: 18px;
	background: #dff1ff;
	border-radius: 0px;
	cursor: pointer;
	padding: 5px;
	margin: 0 10px 7.5px;
	margin-bottom: 7.5px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	z-index: 3;
}
.category_shop_level_1 li.sub  a {color: #001b2f;display: inline-block;width: 100%;height: 100%;text-decoration: none;}
.category_shop_level_1 li.sub:hover {
	background: #c9dff1;
}
.category_shop_level_1 li.sub:last-child {margin-bottom: 0;}
.category_shop_level_1 li.sub img {
	max-height: 100%;
	margin-left: 3px;
	min-width: 80px;
}
.category_shop_level_1 li.sub i {font-size: 36px;color: #b7d3e8;position: absolute;left: 10px;top: calc(50% - 18px);}

.category_shop_level_2 a {color: #001b2f;display: block;/* width: 100%; *//* height: 100%; */text-decoration: none;width: 100%;}
.category_shop_level_2 {
	margin: 0 35px 6px 10px;
	min-height: 30px !important;
	background: #dff1ff !important;
	z-index: 1 !important;
	line-height: 30px;
	padding-right: 7px;
	position: relative;
}
.category_shop_level_2 a i {
	float: left;
	line-height: 30px;
	padding-left: 10px;
	color: #b7d3e8;
}
.category_shop_level_2:hover {background: #c9dff1 !important;}
.category_shop_level_2:before {
  content: "";
  height: 50px;
  width: 15px;
  border: 1px solid #dff1ff;
  border-width: 0 3px 3px 0;
  position: absolute;
  right: -15px;
  top: -33px;
  z-index: -1;
}
.category_shop_level_2:last-child {
	margin-bottom: 10px;
}
.category_shop_level_3_block {
    z-index: 9;
    background: #fff;
    display: inline-block;
    width: 100%;
    margin: 0 -3.5px 0px 0;
    padding: 5px;
    margin-bottom: -9px !important;
}
.category_shop_level_3_block:before {
    content: "";
    height: 100%;
    width: 15px;
    border: 1px solid #dff1ff;
    border-width: 0 3px 0px 0;
    position: absolute;
    right: -15px;
    top: 0px;
    z-index: -1;
}
.category_shop_level_2:last-child .category_shop_level_3_block:before {border-width: 0;}
.category_shop_level_3_block li {
    float: right;
    width: calc(100% / 2);
    font-size: 13px;
    line-height: 22px;
    padding: 0 5px;
}
@media (max-width: 576px) {
	.category_shop_level_3_block li {width: 100%;}
}
.category_shop_level_3_block li:last-child {width: 100% !important; padding: 5px;}
.category_shop_level_3_block li:last-child .btn {height: 30px;}
.category_shop_level_3_block li:last-child .btn:hover {color: #fff !important;}

.category_shop_level_3_block li i {
	font-size: 11px;
	float: right;
	vertical-align: 0px;
	padding-left: 8px;
	line-height: 22px;
	color: #c9dff1;
}
.category_shop_level_3_block li a {}
.category_shop_level_3_block li a:not(.btn):hover {
    color: #f18500 !important;
}


.category_shop_back {
	background: #f6fbff !important;
	height: 47px !important;
	color: #accce6 !important;
	line-height: 40px;
	padding: 4px 10px 0 0 !important;
	margin-top: 10px !important;
}
.category_shop_back:hover {
	background: #d7edff !important;
	color: #024882 !important;
}
.category_shop_back i {
	color: #accce67d !important;
}


.night-mode .category_shop_level_1 li.sub {
	background: #5c626d !important;
}
.night-mode .category_shop_level_2 {
	background: #474c56 !important;
}
.night-mode .category_shop_level_2:before {
	border-color: #474c56 !important;
}
.night-mode .category_shop_level_2:hover {
	background: #d1ebff !important;
}
.night-mode .category_shop_level_2:hover a {
	color: #474c56 !important;
}
.night-mode .category_shop_back:hover {
	color: #f7f7f7 !important;
}
.night-mode .category_shop_level_3_block:before {border-color: #474c56 !important;}
.night-mode .category_shop_level_3_block { background: #333; }

.night-mode .category_shop_level_2:hover .category_shop_level_3_block a { color: #ffffff !important; }
.night-mode .category_shop_level_3_block li i { color: #697182; }
.night-mode .category_shop_level_3_block li a:not(.btn):hover { color: #f18500 !important; }

/* Category End ================================ */












/* servicecat Start ================================ */

/* --- servicecat Mode --- */

.cate-header {
	background: #2b2f4c;
	color: #fff;
	padding: 15px 20px;
}

.cate-header h4 {
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
}

.servicecat_level_1 {
   width: 100%;
   display: inline-table;
   margin-bottom: 1px !important;
   min-height: 440px;
   position: relative;
}

.servicecat_level_1 li.main {
	width: 33.333%;
	vertical-align: middle;
	display: inline-block;
	list-style: none;
	float: right;
}
@media (max-width: 576px) {
	.servicecat_level_1 li.main { 
        width: 50%;
	}
}

.servicecat_level_1 li.others-servicecat {display: none;}

#servicecat_loader {
	position: absolute;
	background: #ffffffd6;
	top: 54px;
	bottom: 1px;
	right: 0;
	left: 0;
	text-align: center;
	display: none;
	z-index: 9;
}
#servicecat_loader img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50% , -50%);
	max-width: 100%;
}





/* .servicecat_level_1 {
	list-style: none;
	padding: 0;
	margin: 0;
	min-height: 350px;
} */
.servicecat_level_1 li.sub {
	display: block;
	position: relative;
	color: #212529;
	height: 90px;
	font-size: 18px;
	background: #dff1ff;
	border-radius: 0px;
	cursor: pointer;
	padding: 5px;
	margin: 0 10px 7.5px;
	margin-bottom: 7.5px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	z-index: 3;
}
.servicecat_level_1 li.sub  a {color: #002440;display: inline-block;width: 100%;height: 100%;text-decoration: none;}
.servicecat_level_1 li.sub:hover {
	background: #c9dff1;
}
.servicecat_level_1 li.sub:last-child {margin-bottom: 0;}
.servicecat_level_1 li.sub img {
	max-height: 100%;
	margin-left: 3px;
	min-width: 80px;
}
.servicecat_level_1 li.sub i {font-size: 36px;color: #b7d3e8;position: absolute;left: 10px;top: calc(50% - 18px);}

.servicecat_level_2 a {color: #002440;display: block;/* width: 100%; *//* height: 100%; */text-decoration: none;width: 100%;}
.servicecat_level_2 {
	margin: 0 35px 6px 10px;
	height: 30px !important;
	background: #dff1ff !important;
	z-index: 1 !important;
	line-height: 30px;
	padding-right: 7px;
	position: relative;
}
.servicecat_level_2 a i {
	float: left;
	line-height: 30px;
	padding-left: 10px;
	color: #b7d3e8;
}
.servicecat_level_2:hover {background: #c9dff1 !important;}
.servicecat_level_2:before {
  content: "";
  height: 50px;
  width: 15px;
  border: 1px solid #dff1ff;
  border-width: 0 3px 3px 0;
  position: absolute;
  right: -15px;
  top: -33px;
  z-index: -1;
}
.servicecat_level_2:last-child {
	margin-bottom: 10px;
}
.servicecat_level_3 {
	margin-right: 60px;
	height: 60px !important;
	background: #efefef !important;
	z-index: 0 !important;
}
.servicecat_level_3:hover {background: #dff1ff !important;}
.servicecat_level_3:before {
  content: "";
  height: 70px;
  width: 9px;
  border: 1px solid #efefef;
  border-width: 0 2px 2px 0;
  position: absolute;
  right: -9px;
  top: -37px;
  z-index: -1;
}

.servicecat_back {
	background: #f6fbff !important;
	height: 47px !important;
	color: #accce6 !important;
	line-height: 40px;
	padding: 4px 10px 0 0 !important;
	margin-top: 10px !important;
}
.servicecat_back:hover {
	background: #d7edff !important;
	color: #024882 !important;
}
.servicecat_back i {
	color: #accce67d !important;
}


.night-mode .servicecat_level_1 li.sub {
	background: #5c626d !important;
}
.night-mode .servicecat_level_2 {
	background: #474c56 !important;
}
.night-mode .servicecat_level_2:before {
	border-color: #474c56 !important;
}
.night-mode .servicecat_level_2:hover {
	background: #d1ebff !important;
}
.night-mode .servicecat_level_2:hover a {
	color: #474c56 !important;
}
.night-mode .servicecat_back:hover {
	color: #f7f7f7 !important;
}

/* servicecat End ================================ */














/* club Start ================================ */

/* --- club Mode --- */
.club_level_1 {
   width: 100%;
   display: inline-table;
   margin-bottom: 1px !important;
   min-height: 440px;
   position: relative;
}

.club_level_1 li.main {
	width: 33.333%;
	vertical-align: middle;
	display: inline-block;
	list-style: none;
	float: right;
}
@media (max-width: 576px) {
	.club_level_1 li.main { 
        width: 50%;
	}
}

.club_level_1 li.others-club {display: none;}

#club_loader {
	position: absolute;
	background: #ffffffd6;
	top: 54px;
	bottom: 1px;
	right: 0;
	left: 0;
	text-align: center;
	display: none;
	z-index: 9;
}
#club_loader img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50% , -50%);
	max-width: 100%;
}


/* .club_level_1 {
	list-style: none;
	padding: 0;
	margin: 0;
	min-height: 350px;
} */
.club_level_1 li.sub {
	display: block;
	position: relative;
	color: #212529;
	height: 90px;
	font-size: 18px;
	background: #dff1ff;
	border-radius: 0px;
	cursor: pointer;
	padding: 5px;
	margin: 0 10px 7.5px;
	margin-bottom: 7.5px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	z-index: 3;
}
.club_level_1 li.sub  a {color: #002440;display: inline-block;width: 100%;height: 100%;text-decoration: none;}
.club_level_1 li.sub:hover {
	background: #c9dff1;
}
.club_level_1 li.sub:last-child {margin-bottom: 0;}
.club_level_1 li.sub img {
	max-height: 100%;
	margin-left: 3px;
	min-width: 80px;
}
.club_level_1 li.sub i {font-size: 36px;color: #b7d3e8;position: absolute;left: 10px;top: calc(50% - 18px);}


.club_back {
	background: #f6fbff !important;
	height: 47px !important;
	color: #accce6 !important;
	line-height: 40px;
	padding: 4px 10px 0 0 !important;
	margin-top: 10px !important;
}
.club_back:hover {
	background: #d7edff !important;
	color: #024882 !important;
}
.club_back i {
	color: #accce67d !important;
}

/* club End ================================ */






/* credit Start ================================ */

/* --- credit Mode --- */
.credit_level_1 {
   width: 100%;
   display: inline-table;
   margin-bottom: 1px !important;
   min-height: 440px;
   position: relative;
}

.credit_level_1 li.main {
	width: 33.333%;
	vertical-align: middle;
	display: inline-block;
	list-style: none;
	float: right;
}
@media (max-width: 576px) {
	.credit_level_1 li.main { 
        width: 50%;
	}
}

.credit_level_1 li.others-credit {display: none;}

#credit_loader {
	position: absolute;
	background: #ffffffd6;
	top: 54px;
	bottom: 1px;
	right: 0;
	left: 0;
	text-align: center;
	display: none;
	z-index: 9;
}
#credit_loader img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50% , -50%);
	max-width: 100%;
}


/* .credit_level_1 {
	list-style: none;
	padding: 0;
	margin: 0;
	min-height: 350px;
} */
.credit_level_1 li.sub {
	display: block;
	position: relative;
	color: #212529;
	height: 90px;
	font-size: 18px;
	background: #dff1ff;
	border-radius: 0px;
	cursor: pointer;
	padding: 5px;
	margin: 0 10px 7.5px;
	margin-bottom: 7.5px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	z-index: 3;
}
.credit_level_1 li.sub  a {color: #002440;display: inline-block;width: 100%;height: 100%;text-decoration: none;}
.credit_level_1 li.sub:hover {
	background: #c9dff1;
}
.credit_level_1 li.sub:last-child {margin-bottom: 0;}
.credit_level_1 li.sub img {
	max-height: 100%;
	margin-left: 3px;
	min-width: 80px;
}
.credit_level_1 li.sub i {font-size: 36px;color: #b7d3e8;position: absolute;left: 10px;top: calc(50% - 18px);}


.credit_back {
	background: #f6fbff !important;
	height: 47px !important;
	color: #accce6 !important;
	line-height: 40px;
	padding: 4px 10px 0 0 !important;
	margin-top: 10px !important;
}
.credit_back:hover {
	background: #d7edff !important;
	color: #024882 !important;
}
.credit_back i {
	color: #accce67d !important;
}

/* credit End ================================ */





















.single-cat-item {
	text-align: center;
	padding: 20px 10px;
	display: block;
}

.single-cat-item:hover {
	background: #f9f9f9;
}

.single-cat-item .text {
	font-size: 14px;
	font-weight: 500;
	color: #2b2f4c;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.oneline_text {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.single-cat-item .icon {
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}

.single-cat-item .icon img {
	width: 50px;
}

.morecate-btn {
	display: block;
	text-align: center;
	border-top: 1px solid #efefef;
	padding: 20px;
	font-size: 16px;
	font-weight: 500;
	color: #2b2f4c;
}

.morecate-btn i {
	margin-left: 5px;
}

.morecate-btn:hover {
	color: #0aa4d6 !important;
}

.search-ground-area {
	max-width: 400px !important;
}

.search-header {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #efefef;
}
.night-mode .search-header {border-bottom: 1px solid #9e9e9e;}
.search-header input {
	width: 100%;
	border: 0;
	padding: 20px;
	position: relative;
}

.search-header button {
	position: absolute;
	left: 0px;
	background: transparent;
	border: 0;
	padding: 17px;
	font-size: 20px;
}

.search-by-cat {
	width: 100%;
	height: 321px;
	overflow: hidden scroll;
}

.search-by-cat .single-cat {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 0;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
	padding: 15px 20px;
}

.search-by-cat .single-cat .icon {
	background-color: #f9f9f9;
	border-radius: 5%;
	color: #fff;
	font-size: 22px;
	height: 50px;
	line-height: 47px;
	text-align: center;
	width: 50px;
}

.search-by-cat .single-cat .icon img {
	width: 30px;
}

.search-by-cat .single-cat .text {
	color: #2b2f4c;
	font-weight: 400;
	padding-right: 20px;
	font-size: 16px;
}
.night-mode .search-by-cat .single-cat .text {color: #ffffff;}
.search-by-cat .single-cat:hover .text {
	color: #0aa4d6;
}


/* --- Cart Offset Overlay --- */

.bg-cart {
	background: #f7f7f7;
	direction: rtl;
}

.bs-canvas-overlay {
	opacity: 0.85;
	z-index: 1100;
}


#overlay2{
  position: fixed;
  top: 48px;
  bottom: 0px;
  /* right: 0; */
  left: -400px;
  z-index: 1000;
  width: 400px;
  height:100%;
  /* background: rgb(255 255 255 / 70%); */
	transition: all .4s ease-out;
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;
}
.loading #overlay2 {
	transform: translateX(400px);
}

#overlay2 img {
	position:absolute;
	width: 50px;
	left: calc(50% - 25px);
	top: calc(50% - 25px);
}

.bs-canvas {
	top: 0;
	z-index: 1110;
	overflow-x: hidden;
	overflow-y: auto;
	width: 400px;
	transition: margin .4s ease-out;
	-webkit-transition: margin .4s ease-out;
	-moz-transition: margin .4s ease-out;
	-ms-transition: margin .4s ease-out;
}

.bs-canvas-right {
	right: 0;
	margin-right: -400px;
}


.bs-canvas-close {
	color: #fff !important;
	opacity: 1 !important;
}
		
.side-cart-header {
	background: #2b2f4c;
	color: #fff;
	position: sticky;
	top: 0;
}

.main-cart-title {
	font-size: 18px;
	font-weight: 600;
}

.main-cart-title span{
	color: #f69733;
	margin-right: 5px;
}

.bs-canvas-body {
	background: #f7f7f7;
	position: absolute;
	width: 100%;
	top: 48px;
	bottom: 190px;
	overflow-y: scroll;
}

.bs-canvas-footer {
	background: #fff;
	position: absolute;
	width: 100%;
	bottom: 0;
	border-top: 1px solid #efefef;
}

.cart-top-total {
	background: #fff;
	border-bottom: 1px solid #efefef;
	padding: 20px;
}

.cart-total-dil {
	display: flex;
	width: 100%;
	align-items: center;
}

.cart-total-dil h4 {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	color: #2b2f4c;
	line-height: 24px;
}

.cart-total-dil span {
	color: #8f91ac;
	font-size: 16px;
	margin-right: auto;
	font-weight: 400;
	line-height: 24px;
}

.main-total-cart {
	display: flex;
	padding: 20px;
	border-bottom: 1px solid #e5e5e5;
}

.saving-total {
	padding: 20px 20px 0;
}

.main-total-cart h2 {
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 600;
	color: #2b2f4c;
	line-height: 24px;
}

.main-total-cart span {
	color: #0aa4d6;
	font-size: 18px;
	margin-right: auto;
	font-weight: 700;
	line-height: 24px;
}

.checkout-cart {
	display: flex;
	padding: 20px;
	align-items: center;
}

.promo-code {
	font-size: 14px;
	font-weight: 600;
	color: #2b2f4c;
	line-height: 24px;
}

.promo-code:hover {
	color: #0aa4d6 !important;
}

.cart-checkout-btn {
	display: inline-block;
	margin-bottom: 0;
	margin-right: auto;
	padding: 10px 15px;
	border-radius: 5px;
	font-size: 14px;
	color: #fff;
	background: #0aa4d6;
	font-weight: 500;
}

.cart-item {
	display: flex;
	padding: 20px;
	background: #fff;
	border-bottom: 1px solid #efefef;
}

.cart-item:last-child {
	border-bottom: 0;
}

.side-cart-items {
	
}

.cart-product-img {
	width: 130px;
	position: relative;
}

.cart-product-img img {
	width: 100%;
	border-radius: 5px;
	border: 1px solid #f7f7f7;
}

.offer-badge {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 10px;
	font-weight: 700;
	color: #fff;
	background: #0aa4d6;
	padding: 1px 10px 0px;
	border-radius: 3px;
	line-height: 20px;
}

.cart-text {
	margin-right: 20px;
	width: 100%;
	position: relative;
}

.cart-text h4 {
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	color: #2b2f4c;
	text-align: right;
	margin-bottom: 10px;
	padding-left: 12px;
}

.cart-close-btn {
	position: absolute;
	top: 2px;
	left: -10px;
	background: transparent;
	border: 0;
	font-size: 18px;
	color: #2b2f4c;
}

.cart-close-btn:hover {
	color: #0aa4d6;
}


/* --- Cart Radio Btn --- */

.kggrm-now {
  list-style-type: none;
  margin:  0;
  padding: 0;
  text-align: right;
}

.kggrm-now li {
	margin-left: 5px;
	width: 48px;
	height: 30px;
	position: relative;
	text-align: center;
	display: inline-block;
	/* float: right; */
}

.kggrm-now label,
.kggrm-now input {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.kggrm-now input[type="radio"] {
	display: none;
}

.kggrm-now input[type="radio"]:checked+label,
.Checked+label {
	background: #0aa4d6;
}

.kggrm-now label {
	padding: 3px 2px;
	cursor: pointer;
	background: #c7c7c7;
	color: #fff;
	border-radius: 3px;
	font-weight: 400;
	font-size: 10px;
}

.kggrm-now label:hover {
	background: #0aa4d6;
}

.qty-group {
	display: flex;
	align-items: center;
	margin-top: 5px;
}

/* -- quantity box -- */

.quantity {
 display: inline-block; }

.quantity .input-text.qty {
	width: 35px;
	height: 30px;
	padding: 0 5px;
	text-align: center;
	background-color: transparent;
	border: 0;
	margin-right: -4px;
	margin-left: -4px;
	background: #fff;
	font-size: 12px;
	font-weight: 500;
}

.quantity .input-text.qty.white-bg-input {
	border: 1px solid #efefef;
}

.quantity.buttons_added {
	 text-align: right;
	 position: relative;
	 white-space: nowrap;
	 vertical-align: top; 
 }

.quantity.buttons_added input {
	 display: inline-block;
	 margin: 0;
	 vertical-align: top;
	 box-shadow: none;
}

.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
	padding: 6px 10px 5px;
	height: 30px;
	background-color: #2b2f4c;
	border: 0;
	color: #fff;
	cursor: pointer;
	border-radius: 3px;
	width: 30px;
}

.quantity.buttons_added .minus-btn {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.quantity.buttons_added .plus-btn {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.quantity.buttons_added .minus {
	border-left: 0;	
}

.quantity.buttons_added .plus {
	border-right: 0; 
}

.quantity.buttons_added .minus:hover,
.quantity.buttons_added .plus:hover {
	background: #0aa4d6;
	color: #fff !important;
	transition: all .2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	background-image: -webkit-linear-gradient(right, rgba(24, 147, 206, 0.9), rgba(43, 174, 224, 0.9));
	background-image: linear-gradient(to left, rgba(24, 147, 206, 0.9), rgba(43, 174, 224, 0.9));
 }

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
	 -webkit-appearance: none;
	 -moz-appearance: none;
	 margin: 0;
 }
 
.quantity.buttons_added .minus:focus,
.quantity.buttons_added .plus:focus {
	outline: none; 
}


.cart-item-price {
	font-size: 13px;
	font-weight: 700;
	line-height: 24px;
	color: #0aa4d6;
	text-align: left;
	display: inline-flex;
	margin-right: auto;
}

.cart-item-price span {
	color: #c7c7c7;
	text-decoration: line-through;
	margin-right: 10px;
	font-weight: 600;
}

.wishlist-item {
	display: flex;
}

.wishlist-product-img {
	width: 70px;
	position: relative;
}

.wishlist-product-img img {
	width: 100%;
	border-radius: 5px;
	border: 1px solid #efefef;
}

/* --- Filters Overlay --- */

.bs-canvas-left {
	left: 0;
	margin-left: -400px;
}


.loading.bs-canvas-left:before {
	background: rgb(255 255 255 / 70%);
	/* background: black; */
	content: "";
	position: absolute;
	width: 100%;
	height: calc(100% - 48px);
	z-index: 999;
	left: 0;
	margin-top: 48px;
}

.bs-canvas-close {
	color: #fff !important;
	opacity: 1 !important;
}
		
.side-cart-header {
	background: #2b2f4c;
	color: #fff;
	position: sticky;
	top: 0;
	direction: rtl !important;
	display: block;
	text-align: right;
}

.side-cart-footer {
	background: #2b2f4c;
	color: #fff;
	position: sticky;
	bottom: 0;
	top: unset !important;
	direction: rtl !important;
	display: block;
}


.main-cart-title {
	font-size: 16px;
	font-weight: 500;
	/* float: right; */
}

.bs-canvas-body {
	background: #f9f9f9;
	position: absolute;
	width: 100%;
	top: 48px;
	bottom: 190px;
	overflow-y: scroll;
}

.filter-body {
	background: #fff !important;
	bottom: 64px !important;
	padding-bottom: 30px;
}

.filter-items {
	padding: 15px 30px 10px;
	text-align: right;
	border-bottom: 1px solid #efefef;
}
.filter-items:last-child { 
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}
.filtr-cate-title h4 {
	font-size: 15px;
	font-weight: 500;
	color: #2b2f4c;
	margin-bottom: 0;
}

.filter-item-body {
	height: 202px;
	width: 100%;
	margin-top: 20px;
	overflow-y: auto;
}

.other-item-body {
	max-height: 166px;
	width: 100%;
	margin-top: 5px;
	overflow-y: auto;
	direction: rtl;
	text-align: right;
}

.offer-item-body {
	height: 125px;
	width: 100%;
	margin-top: 20px;
	overflow-y: auto;
}

.price-pack-item-body {
	max-height: 130px;
	width: 100%;
	margin-top: 20px;
	overflow-y: auto;
}

/* --- category Radio Btn --- */

.cte-select {
  list-style-type: none;
  margin:  0;
  padding: 0;
}

.cte-select li {
	margin-left: 0;
	width: 100%;
	height: 40px;
	position: relative;
	text-align: right;
	display: block;
	margin-bottom: 0px;
	border-bottom: 0;
}

.cte-select label,
.cte-select input {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.cte-select input[type="radio"] {
	display: none;
}

.cte-select input[type="radio"]:checked+label,
.Checked+label {
	background: #0aa4d6;
	color: #fff;
}

.cte-select label {
	padding: 10px 20px;
	cursor: pointer;
	background: #f9f9f9;
	color: #2b2f4c;
	border-radius: 0;
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 0;
}

.cte-select label:hover {
	background: #0aa4d6;
	color: #fff;
}

.brand-list {
	width: 100%;
}

.search-by-catgory {
	margin-bottom: 14px;
	width: 100%;
	display: inline-block;
	margin-bottom: 5px;
}

.custom-control-label {
	font-size: 14px;
	font-weight: 400;
	color: #2b2f4c !important;
	vertical-align: middle !important;
	padding-top: 2px;
	padding-right: 5px;
}

.custom-control-label::before {
	width: 1.2rem !important;
	height: 1.2rem !important;
}

.custom-checkbox .custom-control-label::before {
	box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.1) !important;
}

.custom-control-label::after {
	top: 0rem !important;
	right: -1.49rem !important;
	width: 1.2rem !important;
	height: 1.2rem !important;
	content: "";
}

.custom-control-input:checked~.custom-control-label::before {
	border-color: #0aa4d6 !important;
	background-color: #0aa4d6 !important;
}

.pb2 {
	padding-bottom: 10px;
}

.pb2:last-child {
	padding-bottom: 10px;
}

.webproduct {
	color: #8f91ac;
	padding-right: 3px;
}

/* --- Index Page --- */

.wrapper {
	padding-top: 125px;
	padding-bottom: 50px;
}

.wrapper-blog {
	padding-top: 60px !important;
}

.main-banner-slider {
	margin-top: 30px;
	width: 100%;
	overflow: hidden;
}

.offers-banner .owl-stage-outer {
	overflow: visible !important;
}
.main-banner .owl-stage-outer {
	overflow: visible !important;
}

.offer-item {
	background: #fff;
	padding: 5px;
	border-radius: 5px;
	position: relative;
	direction: rtl !important;
	transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.hovering .offer-item:hover {
	background: #0aa4d6;
	transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.offer-item-img {
	position: relative;
	width: 100%;
}

.offer-item-img img {
	border-radius: 5px;
	width: 100%;
}

.gambo-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: #2b2f4c;
	border-radius: 5px;
	opacity: 0.05;
}

.offer-top-text-banner {
	position: absolute;
	top: 20px;
	right: 5px;
	background: rgba(255,255,255,0.9);
	padding: 15px 15px 11px;
	width: 220px;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	direction: rtl;
}

.offer-top-text-banner p {
	font-size: 12px;
	font-weight: 600;
	color: #0aa4d6;
	margin-bottom: 3px;
	text-align: right;
	text-transform: uppercase;
}

.top-text-1 {
	font-size: 16px;
	font-weight: 500;
	color: #2b2f4c;
	margin-bottom: 5px;
	line-height: 24px;
	text-align: right;
}

.offer-top-text-banner span {
	font-weight: 500;
	font-size: 14px;
	color: #8f91ac;
	text-align: right;
	line-height: 24px;
	display: block;
}

.Offer-shop-btn {
	position: absolute;
	bottom: 20px;
	left: 20px;
	display: inline-block;
	padding: 10px 30px;
	background: #0aa4d6;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 500;
}

/* --- Slider Category --- */

.section145 {
	padding: 47px 0 0;
	width: 100%;
	display: block;
	direction: rtl;
}

.main-title-tt {
	margin-bottom: 27px;
	display: flex;
	align-items: flex-end;
	direction: rtl;
}

.main-title-right {
	margin-left: auto;
}

.main-title-right span {
	font-size: 14px;
	font-weight: 600;
	text-align: right;
	color: #0aa4d6;
	margin-bottom: 4px;
	display: block;
}

.main-title-right h2 {
	font-size: 24px;
	font-weight: 600;
	color: #2b2f4c;
	margin-top: 0;
	display: block;
}

.see-more-btn {
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: 500;
	color: #2b2f4c;
	text-align: left;
}

.see-more-btn:hover {
	color: #0aa4d6 !important;
}

.category-item {
	width: 100%;
	display: block;
	background: #fff;
	border-radius: 10px;
	text-align: center;
	padding: 20px;
}

.cate-img {
	width: 64px;
	text-align: center;
	display: inline-block;
}

.cate-img img {
	display: inline-block;
}

.category-item h4 {
	font-size: 14px;
	font-weight: 500;
	color: #2b2f4c;
	margin-top: 15px;
	text-align: center;
}

.cate-slider .owl-nav {
	margin-top: 0 !important;
}

.cate-slider .owl-nav .owl-prev {
	right: -20px;
	font-size: 20px !important;
	position: absolute;
	top: 35%;
	text-align: center;
	height: 30px !important;
	width: 30px !important;
	padding: 4px 0 !important;
	color: #2b2f4c !important;
	background: #fff !important;
	border-radius: 100% !important;
	border: 1px solid #e5e5e5 !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.cate-slider .owl-nav .owl-next {
	font-size: 20px !important;
	position: absolute;
	left: -20px;
	top: 35%;
	padding: 4px 0 !important;
	text-align: center;
	height: 30px !important;
	width: 30px !important;
	color: #2b2f4c !important;
	background: #fff !important;
	border-radius: 100% !important;
	border: 1px solid #e5e5e5 !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.cate-slider .owl-nav .owl-prev:hover {
	color: #fff !important;
	opacity: 1;
	background: #0aa4d6 !important;
	border: 1px solid #0aa4d6 !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}	

.cate-slider .owl-nav .owl-next:hover {
	color: #fff !important;
	opacity: 1;
	border: 1px solid #0aa4d6 !important;
	background: #0aa4d6 !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

span.like-icon {
	color: #c31515;
	font-size: 18px;
	position: absolute;
	z-index: 101;
	left: 0px;
	top: 0px;
	cursor: pointer;
	background-color: rgb(246 51 51 / 20%);
	display: block;
	height: 35px;
	width: 35px;
	line-height: 37px;
	border-radius: 30px;
	transition: all 0.4s;
}
.product-item span.like-icon {
	left: 30px;
	top: 15px;
}
.item .product-item span.like-icon {
	left: 15px;
	top: 15px;
}
.like-icon:before, .like-icon:after {
	transition: opacity 0.3s, transform 0.4s cubic-bezier(.0, -.41, .19, 2.5);
	font-family: "Font Awesome 5 Free";
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: 0px;
}

.like-icon:before {
	content: "\f004";
	transform: scale(0.95);
}

.like-icon:after {
	content: "\f004";
	opacity: 0;
	transform: scale(0.3);
	font-weight: 900;
}

.like-icon.liked:after {
	opacity: 1;
	transform: scale(0.95);
}

.like-icon:hover, .like-icon.liked {
	background-color: #c31515;
	color:#fff;
}

.like-icon.liked:before {
	opacity: 0;
}

.product-item {
	width: 100%;
	display: block;
	background: #fff;
	border-radius: 3px;
	text-align: center;
	padding: 15px;
	box-shadow: 0 1px 2px 0 #e9e9e9;
}

.product-img {
	width: 100%;
	position: relative;
	padding: 10px 20px;
	display: block;
}

.product-img img {
	width: 100%;
	transition: transform .5s ease;
}
@media (min-width: 767.98px) {
	.product-img img {
		max-height: 200px;
	}
}


.product-item:hover img {
	transform: scale(1.1);
}

.offer-badge-1 {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 12px;
	font-weight: 500;
	color: #fff;
	background: #0aa4d6;
	padding: 3px 10px;
	border-radius: 3px;
	line-height: 20px;
	text-transform: uppercase;
	z-index: 9;
}

.product-text-dt p {
	font-size: 12px;
	font-weight: 500;
	color: #8f91ac;
	margin-bottom: 0;
	line-height: 24px;
}

.product-text-dt p span {
	margin-right: 5px;
}

.product-text-dt h4 {
	margin-top: 0;
	font-size: 16px;	
	font-weight: 700;
	margin-bottom: 10px !important;
	line-height: 24px;
	text-align: center;
	color: #2b2f4c;
}

.product-price {
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	color: #0aa4d6;
	text-align: center;
}

.product-price span {
	color: #c7c7c7;
	text-decoration: line-through;
	margin-right: 10px;
	font-weight: 600;
}

.qty-cart {
	display: flex;
	align-items: center;
	margin-top: 17px;
}

.cart-icon {
	margin-right: auto;
	font-size: 20px;
	color: #c7c7c7;
	cursor: pointer;
}

.cart-icon:hover {
	color: #0aa4d6;
}

.featured-slider .owl-nav .owl-prev {
	right: -20px;
	font-size: 20px !important;
	position: absolute;
	top: 42%;
	text-align: center;
	height: 30px !important;
	width: 30px !important;
	padding: 4px 0 !important;
	color: #2b2f4c !important;
	background: #fff !important;
	border-radius: 100% !important;
	border: 1px solid #e5e5e5 !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.featured-slider .owl-nav .owl-next {
	font-size: 20px !important;
	position: absolute;
	left: -20px;
	top: 42%;
	padding: 4px 0 !important;
	text-align: center;
	height: 30px !important;
	width: 30px !important;
	color: #2b2f4c !important;
	background: #fff !important;
	border-radius: 100% !important;
	border: 1px solid #e5e5e5 !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.featured-slider .owl-nav .owl-prev:hover {
	color: #fff !important;
	opacity: 1;
	background: #0aa4d6 !important;
	border: 1px solid #0aa4d6 !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}	

.featured-slider .owl-nav .owl-next:hover {
	color: #fff !important;
	opacity: 1;
	border: 1px solid #0aa4d6 !important;
	background: #0aa4d6 !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.best-offer-item {
	display: block;
	width: 100%;
	margin-bottom: 30px;
	position: relative;
}

.best-offer-item img {
	width: 100%;
	border-radius: 5px;
}

.offer-counter-text {
	font-size: 30px;
	width: 100%;
	text-align: center;
	color: #fff;
	font-weight: 600;
	letter-spacing: 0px;
	text-shadow: 1px 3px 6px rgba(0,0,0,0.2);
}

.cmtk_dt {
	position: absolute;
	bottom: 20px;
	right: 0;
	left: 0;
}

.code-offer-item img {
	width: 100%;
	border-radius: 5px;
}

/* --- Footer --- */

.footer {
	background: #fff;
}

.footer-first-row {
	padding: 20px 0;
	border-bottom: 1px solid #f5f5f5;
	direction: rtl;
}

.call-email-alt {
	float: right;
	width: 100%;
	direction: rtl;
}

.call-email-alt li {
	display: inline-block;
	margin-left: 20px;
	float: right;
}

.call-email-alt li:last-child {
	margin-left: 0;
}

.callemail {
	font-size: 14px;
	font-weight: 500;
	color: #3e3f5e;
}

.callemail i {
	margin-left: 5px;
	color: #0aa4d6;
}

.social-links-footer {
	text-align: left;
	float: right;
	width: 100%;
}

.social-links-footer h4 {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	text-align: right;
	margin-bottom: 17px;
}

.social-links-footer ul {
	float: right;
	margin-top: 5px;
	width: 100%;
}

.social-links-footer ul li {
	display: inline-block;
	padding-left: 15px;
}

.social-links-footer ul li:last-child {
	padding-left: 0;
}

.social-links-footer ul li a {
	color: #2b2f4c;
	font-size: 14px;
	text-align: left;
	position: relative;
	display: inline-block;
	bottom: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.social-links-footer ul li:hover a {
	bottom: 5px;
	color: #0aa4d6 !important;
}

.footer-second-row {
	padding-bottom: 50px;
	border-bottom: 1px solid #f5f5f5;
	direction: rtl;
}

.second-row-item {
	margin-top: 47px;
}

.second-row-item h4 {
	color: #2b2f4c;
	font-size: 18px;
	font-weight: 500;
	text-align: right;
	margin-bottom: 17px;
}

.second-row-item ul li {
	display: block;
	padding-bottom: 9px;
}

.second-row-item ul li:last-child {
	padding-bottom: 0;
}

.second-row-item ul li a {
	color: #3e3f5e;
	font-size: 14px;
	font-weight: 400;
	text-align: right;
	display: block;
	position: relative;
	right: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.second-row-item ul li a:hover {
	color: #0aa4d6 !important;
	right: 5px;
}

.second-row-item-2 {
	margin-top: 86px;
}

.second-row-item-app {
	margin-top: 47px;
}

.second-row-item-app h4 {
	color: #2b2f4c;
	font-size: 18px;
	font-weight: 500;
	text-align: right;
	margin-bottom: 17px;
}

.second-row-item-app ul li {
	display: inline-block;
	padding-left: 0;
}

.second-row-item-app ul li:last-child {
	padding-left: 0;
}

img.download-btn {
	width: 120px;
}

.footer-last-row {
	padding: 30px 0;
	background: #fff;
	text-align: center;
	direction: rtl;
}

.footer-bottom-links ul li {
	display: inline-block;
	padding: 0 10px;
}

.footer-bottom-links li a {
	color: #3e3f5e;
	font-size: 13px;
	font-weight: 500;
	text-align: right;
	line-height: 24px;
	position: relative;
	bottom: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.footer-bottom-links ul li:hover a {
	bottom: 2px;
	color: #0aa4d6 !important;
}

.copyright-text {
	color: #3e3f5e;
	font-weight: 500;
	font-size: 12px;
	padding: 20px 0 0;
	letter-spacing: 0.3px;
}

.financial-institutes {
	display: inline-block;
	list-style: none;
	line-height: 0;
}

.financial-institutes__logo {
	display: inline-block;
	margin: 0 1px 5px 0;
}

.financial-institutes__logo img {
	width: 35px;
	height: auto;
}

.second-row-item-payment {
	margin-top: 37px;
}

.second-row-item-payment h4 {
	color: #2b2f4c;
	font-size: 18px;
	font-weight: 700;
	text-align: right;
	margin-bottom: 17px;
}

/* --- Product Grid Page --- */

.gambo-Breadcrumb {
	background: #fff;
	border-top: 1px solid #efefef;
	padding: 11px 0 5px;
}

.gambo-Breadcrumb ::-webkit-scrollbar {
    height: 2px !important;
    opacity: 0 !important;
}
.gambo-Breadcrumb:-webkit-scrollbar-thumb {
  background: #8880 !important;
}
.gambo-Breadcrumb:hover:-webkit-scrollbar-thumb {
  background: #2b2f4c !important;
}
.gambo-Breadcrumb ::-webkit-scrollbar-track {
    height: 2px !important;
    background: none;
}

.gambo-Breadcrumb .breadcrumb {
	background-color: transparent;
	border-radius: 0;
	font-size: 14px;
	font-weight: 500;
	color: #8f91ac;
	max-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow-x: auto;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding-left: 5px;
}
.gambo-Breadcrumb .breadcrumb:after {
	content: "";
	width: 40px;
	height: 100%;
	background: linear-gradient(to right, white , #ffffff4d);
	position: absolute;
	left: 0;
	top: -6px;
}

.gambo-Breadcrumb .breadcrumb .breadcrumb-item a {
	color: #8f91ac !important;
}

.gambo-Breadcrumb .breadcrumb .breadcrumb-item a:hover {
	color: #2b2f4c !important;
}

.gambo-Breadcrumb .breadcrumb .breadcrumb-item.active {
	color: #2b2f4c;
}

.all-product-grid {
	margin-top: 40px;
	direction: rtl;
	text-align: right;
}

.all-product-grid img {max-width: 100% !important;}

.product-top-dt {
	float: right;
	width: 100%;
	display: block;
}

.product-right-title {
	float: right;
}

.product-right-title h2 {
	font-size: 24px;
	font-weight: 600;
	color: #2b2f4c;
	text-align: right;
	padding-top: 3px;
}

.filter-btn {
	font-size: 14px;
	font-weight: 500;
	float: left;
	display: block;
	height: 40px;
	width: 110px;
	padding: 10px 0;
	text-align: center;
	color: #2b2f4c;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #efefef;
	text-transform: uppercase;
}

.filter-btn:hover {
	background: #0aa4d6;
	color: #fff !important;
	transition: all .2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	background-image: -webkit-linear-gradient(right, rgba(24, 147, 206, 0.9), rgba(43, 174, 224, 0.9));
	background-image: linear-gradient(to left, rgba(24, 147, 206, 0.9), rgba(43, 174, 224, 0.9));
}

.product-sort {
	float: left;
	margin-left: 10px;
	margin-top: 1px;
}

.ui.selection.dropdown.vchrt-dropdown {
	border: 1px solid #efefef;
	font-weight: 400;
	color: #2b2f4c;
	border-radius: 5px;
}

.ui.selection.dropdown.vchrt-dropdown:hover {
	border-color: #efefef;
}

.ui.selection.visible.dropdown.vchrt-dropdown>.text:not(.default) {
	font-weight: 400;
	color: #2b2f4c;
}

.ui.dropdown.vchrt-dropdown .menu>.item {
	color: #2b2f4c !important;
	font-weight: 400 !important;
}

.mt-30 {
	margin-top: 30px;
}

.mb-30 {
	margin-bottom: 30px;
}

.product-list-view {
	margin-top: 39px;
}

.more-product-btn {
	text-align: center;
	margin-top: 20px;
	width: 100%;
}

.show-more-btn {
	height: 40px;
	padding: 0 20px;
	border: 0;
	border-radius: 5px;
	color: #fff;
	background: #0aa4d6;
	text-align: center;
	font-weight: 600;
	font-family: AradFont, sans-serif;
}


/* --- Single Product View --- */

.product-dt-view {
	background: #fff;
	padding: 30px 30px;
	border-radius: 3px;
	box-shadow: 0 1px 2px 0 #e9e9e9;
}

#sync1 .item {
	margin: 0px;
	text-align: center;
	cursor: pointer;
}

#sync2 .item {
	padding: 6px;
	margin: 0;
	cursor: pointer;
	background: #fff;
}

#sync1 .owl-nav .owl-prev {
	left: -20px;
	font-size: 20px !important;
	position: absolute;
	top: 45%;
	text-align: center;
	height: 30px !important;
	width: 30px !important;
	padding: 4px 0 !important;
	color: #2b2f4c !important;
	background: #fff !important;
	border-radius: 100% !important;
	border: 1px solid #e5e5e5 !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

#sync1 .owl-nav .owl-next {
	font-size: 20px !important;
	position: absolute;
	right: -20px;
	top: 45%;
	padding: 4px 0 !important;
	text-align: center;
	height: 30px !important;
	width: 30px !important;
	color: #2b2f4c !important;
	background: #fff !important;
	border-radius: 100% !important;
	border: 1px solid #e5e5e5 !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

#sync1 .owl-nav .owl-prev:hover {
	color: #fff !important;
	opacity: 1;
	background: #0aa4d6 !important;
	border: 1px solid #0aa4d6 !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}	

#sync1 .owl-nav .owl-next:hover {
	color: #fff !important;
	opacity: 1;
	border: 1px solid #0aa4d6 !important;
	background: #0aa4d6 !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.product-dt-left {
	margin-top: 15px;
	margin-right: 20px;
}

.product-dt-left h2 {
	font-size: 24px;
	font-weight: 700;
	text-align: right;
	color: #2b2f4c;
	margin-bottom: 16px;
}

.no-stock {
	display: block;
}

.no-stock p {
	display: inline-block;
	margin-left: 30px;
	font-size: 14px;
	font-weight: 500;
	color: #2b2f4c;
}

.no-stock p:last-child {
	margin-left: 0;
}

.no-stock p span {
	margin-right: 5px;
	color: #8f91ac;
}

/* --- Single Product Radio Btn --- */

.product-radio {
	margin-top: 7px;
}

.product-now {
  list-style-type: none;
  margin:  0;
  padding: 0;
}

.product-now li {
	margin-left: 5px;
	width: 50px;
	height: 36px;
	position: relative;
	text-align: center;
	display: inline-block;
}

.product-now label,
.product-now input {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.product-now input[type="radio"] {
	display: none;
}

.product-now input[type="radio"]:checked+label,
.Checked+label {
	background: #0aa4d6;
}

.product-now label {
	padding: 5px;
	cursor: pointer;
	background: #c7c7c7;
	color: #fff;
	border-radius: 3px;
	font-weight: 500;
	font-size: 12px;
}

.product-now label:hover {
	background: #0aa4d6;
}

.pp-descp {
	line-height: 26px;
	margin-top: 20px;
	margin-bottom: 30px;
	color: #3e3f5e;
	font-weight: 400;
	font-size: 14px;
	text-align: right;
}

.product-group-dt {
	background: #f9f9f9;
	padding: 20px;
	border-radius: 5px;
}

.product-group-dt ul li {
	display: inline-block;
	margin-left: 20px;
	vertical-align: middle;
}

.product-group-dt ul li:last-child {
	margin-left: 0;
}

.main-price {
	font-size: 18px;
	font-weight: 500;
	text-align: right;
	color: #2b2f4c;
}

.main-price span {
	margin-right: 10px;
	color: #8f91ac;
}

.color-discount {
	color: #7c72ff;
}

.mrp-price {
	text-decoration: line-through;
	font-weight: 500;
}

.color-discount:after {
	content: '-';
	margin-right: 20px;
	color: #2b2f4c;
}

.gty-wish-share {
	margin-top: 22px;
}

.gty-wish-share  li {
	margin-left: 10px !important;
}

.ordr-crt-share {
	margin-top: 22px;
}

.ordr-crt-share li {
	margin-left: 10px !important;
}

span.save-icon {
	color: #f69733;
	margin-right: 10px;
	font-size: 18px;
	position: relative !important;
	cursor: pointer;
	background-color: rgba(246,151,51,0.2);
	height: 35px;
	width: 35px;
	border-radius: 30px;
	transition: all 0.4s;
}

.icon-bar {
  position: fixed;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background: #0aa4d6;
	color: #fff !important;
	transition: all .2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	background-image: -webkit-linear-gradient(right, rgba(24, 147, 206, 0.9), rgba(43, 174, 224, 0.9));
	background-image: linear-gradient(to left, rgba(24, 147, 206, 0.9), rgba(43, 174, 224, 0.9));
}

.facebook {
  background: #3B5998;
  color: #fff;
  border-radius: 0 5px 0 0;
}

.twitter {
  background: #55ACEE;
  color: #fff;
}

.google {
  background: #dd4b39;
  color: #fff;
}

.linkedin {
  background: #007bb5;
  color: #fff;
}

.whatsapp {
  background: #25d366;
  color: #fff;
  border-radius: 0 0 5px 0;
}

.content {
  margin-right: 75px;
  font-size: 30px;
}

.add-cart-btn {
	background: #0aa4d6;
	border: 0;
	color: #fff;
	height: 40px;
	padding: 0 20px;
	font-family: AradFont, sans-serif;
	font-weight: 500;
	border-radius: 5px;
}

.order-btn {
	background: transparent;
	border: 1px solid #0aa4d6;
	color: #0aa4d6;
	height: 40px;
	padding: 0 20px;
	font-family: AradFont, sans-serif;
	font-weight: 500;
	border-radius: 5px;
}

.add-cart-btn i {
	margin-left: 5px;
	font-size: 16px;
}

.pdp-details {
	background: #f9f9f9;
	margin-top: 20px;
	border-radius: 5px;
	float: right;
	width: 100%;
}

.pdp-details ul li {
	padding: 20px;
	border-left: 1px solid #efefef;
	width: 50%;
	display: inline-block;
	float: right;
}

.pdp-details ul li:last-child {
	border-left: 0;
}

.pdp-group-dt {
	display: flex;
	align-items: center;
	width: 100%;
}

.pdp-icon i {
	font-size: 30px;
	color: #0aa4d6;
}

.pdp-text-dt {
	margin-right: 10px;
}

.pdp-text-dt span {
	font-size: 16px;
	font-weight: 500;
	color: #2b2f4c;
	margin-bottom: 10px;
	display: block;
}

.pdp-text-dt p {
	font-size: 14px;
	font-weight: 400;
	color: #3e3f5e;
	margin-bottom: 0;
	line-height: 26px;
}

.pay__logo {
	display: inline-block;
	margin: 0 1px 5px 0;
}

.pay__logo img {
	width: 20px;
}

.pdpt-bg {
	margin-top: 30px;
	background: #fff;
	border-radius: 10px;
}

.pdpt-bg {
	margin-top: 0;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 1px 2px 0 #e9e9e9;
}

.pdpt-title h4 {
	border-bottom: 1px solid #efefef;
	padding: 15px 20px;
	font-size: 16px;
	font-weight: 600;
	color: #2b2f4c;
}

.border_radius:last-child {
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.pdpt-body {
	max-height: 451px;
	overflow-y: auto;
}

.pdct-dts-1 {
	padding: 0 30px 30px;
}

.pdct-dt-step h4 {
	margin-top: 27px !important;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 12px;
	text-align: right;
}

.pdct-dt-step p {
	font-size: 14px;
	font-weight: 400;
	color: #3e3f5e;
	line-height: 26px;
	text-align: right;
}

.product_attr {
	font-size: 14px;
	font-weight: 400;
	color: #3e3f5e;
	line-height: 26px;
	text-align: right;
}


/* --- Checkout Page --- */

.checkout-step-body p {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #3e3f5e;
	text-align: right;
}

.phn145 {
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	color: #3e3f5e;
}

.phn145 span {
	font-weight: 600;
	color: #0aa4d6;
}

.phn145 .edit-no-btn {
	font-size: 13px;
	font-weight: 500;
	margin-right: 15px;
	display: inline-block;
	padding: 0px 10px;
	color: #fff;
	background: #0aa4d6;
	border-radius: 5px;
}

.code-alrt-inputs li {
	display: inline-block;
	vertical-align: middle;
}

.code-alrt-inputs input {
	text-align: center;
}

ul.code-alrt-inputs input {
	width: 40px;
	border: 1px solid #efefef;
	text-align: center;
	padding: 0;
	font-size: 14px;
	font-weight: 500;
	font-family: AradFont, sans-serif;
}

ul.code-alrt-inputs input:focus {
	box-shadow: none;
	border: 1px solid #0aa4d6;
}

label.control-label {
	font-size: 13px;
	font-weight: 500;
	color: #2b2f4c;
}

.chck-btn {
	height: 33px;
	display: inline-block;
	background: #0aa4d6;
	color: #fff !important;
	padding: 8px 15px;
	font-weight: 500;
	border-radius: 5px;
}

.resend-link {
	margin-top: 10px;
	display: block;
	font-weight: 500;
	color: #2b2f4c;
	text-align: right;
}

.resend-link:hover {
	color: #0aa4d6;
}

.checout-address-step .form-control {
	font-size: 14px;
	font-family: AradFont, sans-serif;
	font-weight: 500;
	color: #2b2f4c;
	border: 1px solid #efefef;
	position: relative;
	padding: 0 1rem 0 1rem;
}

.form-control:focus {
	outline: none !important;
	box-shadow: none !important;
	border: 1px solid #0aa4d6 !important;
}

.address-btns {
	display: flex;
	align-items: end;
}

.save-btn14 {
	height: 40px;
	padding: 0 20px;
	border: 1px solid;
	background: transparent;
	color: #0aa4d6;
	border-radius: 5px;
	font-family: AradFont, sans-serif;
	font-weight: 500;
}


.next-btn15 {
	height: 37px;
	width: 100%;
	padding: 5px 5px;
	border: 1px solid #0aa4d68c;
	background: #0aa4d6;
	color: #fff;
	border-radius: 5px;
	font-family: AradFont, sans-serif;
	font-weight: 500;
	display: inline-block;
}


.next-btn16 {
	height: 40px;
	padding: 9px 20px;
	border: 1px solid #0aa4d6;
	background: #0aa4d6;
	color: #fff;
	border-radius: 5px;
	font-family: AradFont, sans-serif;
	font-weight: 500;
	display: inline-block;
}

.time-radio {
	margin-top: 10px;
}

.date-slider-group {
	margin-top: 10px;
}

.date-slider-group {
  list-style-type: none;
  margin:  0;
  padding: 0;
}

.date-slider-group .date-now {
	margin-left: 5px;
	width: 100%;
	height: 36px;
	position: relative;
	text-align: center;
	display: inline-block;
}

.date-slider-group label,
.date-slider-group input {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.date-slider-group input[type="radio"] {
	display: none;
}

.date-slider-group input[type="radio"]:checked+label,
.Checked+label {
	background: #0aa4d6;
}

.date-slider-group label {
	padding: 5px;
	cursor: pointer;
	background: #2b2f4c;
	color: #fff;
	border-radius: 3px;
	font-weight: 500;
	font-size: 12px;
}

.date-slider-group label:hover {
	background: #0aa4d6;
}

.ui.checkbox.chck-rdio label {
	color: #2b2f4c !important;
	font-weight: 400 !important;
	font-family: AradFont, sans-serif !important;
}

.ui.radio.checkbox.chck-rdio .box:after, .ui.radio.checkbox.chck-rdio label:after {
	background-color: #0aa4d6 !important;
}

.total-checkout-group {
	padding: 20px 20px 0;
	border-top: 1px solid #efefef;
	margin-top: 10px;
}

.payment-secure {
	text-align: center;
	padding: 20px;
	font-weight: 500;
	font-size: 14px;
	color: #2b2f4c;
}

.checkout-safety-alerts {
	background: #fff;
	border-radius: 5px;
	margin-top: 30px;
	box-shadow: 0 1px 2px 0 #e9e9e9;
}

.checkout-safety-alerts p {
	margin-bottom: 0;
	padding: 15px;
	border-bottom: 1px solid #efefef;
	font-size: 14px;
	font-weight: 500;
	color: #3e3f5e;
	text-align: right;
}

.checkout-safety-alerts p:last-child {
	border-bottom: 0;
}

.checkout-safety-alerts i {
	margin-left: 5px;
}

.return-departure-dts {
	color: #727272;
	font-weight: 400;
	font-size: 14px;
	position: relative;
	margin-top: 0;
	display: none;
	margin-bottom: 25px !important;
}

.single-payment-method:first-child .payment-method-details {
	display: block;
}

.radio--group-inline-container_1 {
	width: 100%;
	width: 100%;
	display: block;
	margin-bottom: 22px !important;
}

.radio--group-inline-container_1 li {
	display: inline-block;
	width: 33.333%;
	margin-left: 10px;
}

.radio--group-inline-container_1 li:last-child {
	margin-left: 0;
}

.radio--group-inline-container_1 .radio-item_1 {
	display: inline-block;
	margin-left: 10px;
	width: 100%;
}

.radio--group-inline-container_1 .radio-item_1 input[type="radio"] {
	position: absolute;
	opacity: 0;
}

.radio--group-inline-container_1 .radio-item_1 input[type="radio"] + .radio-label_1:before {
	content: '';
	background: #f7f7f7;
	border-radius: 100%;
	border: 1px solid #b4b4b4;
	display: inline-block;
	width: 1em;
	height: 1em;
	top: 0px;
	position: relative;
	margin-left: 10px;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
}

.radio--group-inline-container_1 .radio-item_1 input[type="radio"]:checked + .radio-label_1:before {
	background-color: #0aa4d6;
	box-shadow: inset 0 0 0 2px #f4f4f4;
}

.radio--group-inline-container_1 .radio-item_1 input[type="radio"]:focus + .radio-label_1:before {
	outline: none;
	border-color: #0E8A86;
}

.radio--group-inline-container_1 .radio-item_1 input[type="radio"]:disabled + .radio-label_1:before {
	box-shadow: inset 0 0 0 4px #f4f4f4;
	border-color: #b4b4b4;
	background: #b4b4b4;
}

.radio--group-inline-container_1 .radio-item_1 input[type="radio"] + .radio-label:empty:before {
	margin-left: 0;
}

.radio-label_1 {
	font-size: 14px;
	font-weight: 500;
	font-family: AradFont, sans-serif;
	line-height: 16px;
	color: #2b2f4c;
	cursor: pointer;
	padding: 15px 20px;
	background: #f9f9f9;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #efefef;
}

.radio-label_1:hover {
	background: #f5f5f5;
	transition: all .4s ease-in-out;
}

.pymnt_title h4 {
	font-size: 16px;
	font-weight: 500;
	text-align: right;
	margin-bottom: 15px;
	color: #2b2f4c;
}

.swdh19 {
	width: 100%;
}

.ui[class*="right icon"].swdh19.input>input {
	padding-right: 1em!important;
	padding-left: 1em!important;
	height: 34px;
}

.ui.input>input {
	font-weight: 500 !important;
	background: #fff;
	border: 1px solid #efefef !important;
	color: #2b2f4c !important;
	border-radius: 5px !important;
}

.ui.input>input:focus {
	border: 1px solid #0aa4d6 !important;
}

.ui.selection.active.dropdown.form-dropdown {
	border-color: #0aa4d6 !important;
}

.ui.selection.active.dropdown.form-dropdown .menu {
	border-color: #0aa4d6 !important;
}

.ui.dropdown.form-dropdown .menu>.item {
	color: #2b2f4c !important;
	font-size: 14px !important; 
	font-weight: 400 !important;
}

.ui.selection.dropdown.form-dropdown:hover {
	border-color: #efefef !important;
}

.ui.selection.dropdown.form-dropdown {
	color: #2b2f4c !important;
	font-weight: 500 !important;
	border: 1px solid #efefef !important;
}

.ui.selection.visible.dropdown.form-dropdown>.text:not(.default) {
	font-weight: 500 !important;
	color: #2b2f4c !important;
}

.promo-link45 {
	margin-top: 30px;
	background: #fff;
	border-radius: 3px;
	padding: 12px 20px;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	color: #2b2f4c;
	line-height: 24px;
	display: block;
	box-shadow: 0 1px 2px 0 #e9e9e9;
}

.promo-link45:hover {
	color: #0aa4d6 !important;

}

/* --- Order Placed --- */

.order-placed-dt {
	text-align: center;
	padding: 20px 0 14px;
	float: right;
	width: 100%;
}

.order-placed-dt .icon-circle {
	font-size: 56px;
	color: #0aa4d6;
}
.order-placed-dt h2 {
	font-size: 30px;
	font-weight: 500;
	color: #2b2f4c;
	text-align: center;
	margin-bottom: 25px;
}

.order-placed-dt p {
	font-size: 16px;
	font-weight: 500;
	color: #3e3f5e;
	margin-bottom: 0;
	text-align: center;
	line-height: 24px;
}

.delivery-address-bg {
	margin-top: 40px;
	background: #fff;
	border-radius: 5px;
	float: right;
	width: 100%;
	text-align: right;
	box-shadow: 0 1px 2px 0 #e9e9e9;
}

.title585 {
	display: inline-block;
	float: right;
	width: 100%;
	border-bottom: 1px solid #efefef;
}

.pln-icon {
	float: right;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	margin-left: 10px;
}

.title585 h4 {
	float: right;
	margin-top: 0;
	font-weight: 500;
	font-size: 16px;
	color: #2b2f4c;
	line-height: 50px;
}

.pln-icon i {
	font-size: 20px;
	color: #0aa4d6;
}

.address-placed-dt1 {
	float: right;
	padding: 20px;
	width: 100%;
}

.address-placed-dt1 li {
	margin-bottom: 10px;
}

.address-placed-dt1 li:last-child {
	margin-bottom: 0;
}

.address-placed-dt1 i {
	margin-left: 5px;
}

.address-placed-dt1 p {
	font-size: 14px;
	font-weight: 500;
	text-align: right;
	color: #2b2f4c;
}

.address-placed-dt1 p span {
	margin-right: 10px;
	font-weight: 400;
	color: #3e3f5e;
}

.stay-invoice {
	float: right;
	width: 100%;
	padding: 15px 20px;
	display: flex;
	align-items: center;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}

.invc-link {
	margin-right: auto;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	background: #0aa4d6;
	padding: 5px 15px;
	border-radius: 5px;
}

.st-hm {
	font-size: 16px;
	font-weight: 500;
	color: #2b2f4c;
}

.st-hm i {
	margin-right: 5px;
}

.placed-bottom-dt {
	padding: 20px;
	float: right;
	font-size: 14px;
	font-weight: 400;
	color: #3e3f5e;
	margin-bottom: 0;
	text-align: center;
	line-height: 24px;
	width: 100%;
}

.placed-bottom-dt span {
	font-weight: 600;
	color: #0aa4d6;
}

/* --- User Dashboard Page --- */

.dashboard-group {
	background: rgba(245,93,44, 0.3);
	position: relative;
	padding: 50px 0;
}

.dashboard-group:before {
	content: "";
	background: url("../images/banner.svg") no-repeat bottom;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	pointer-events: none;
	background-size: cover;
	opacity: 0.02;
}

.user-dt {
	position: relative;
	width: 100%;
	text-align: center;
}

.user-img {
	position: relative;
	display: inline-block;
}

.user-img img {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	border: 2px solid #fff;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.user-img .change-btn {
	position: absolute;
	bottom: 5px;
	left: -5px;
	background: #0aa4d6;
	color: #fff;
	height: 35px;
	width: 35px;
	border-radius: 100%;
	border: 1px solid #ffff;
	font-size: 18px;
	padding: 8px 5px;
}

.img-add {
	display: block;
}

.img-add [type="file"] {
	height: 0;
	overflow: hidden;
	width: 0;
	float: right;
}

.img-add [type="file"] + label {
	cursor: pointer;
	display: inline-block;
	outline: none;
	transition: all 0.3s;
	vertical-align: middle;
	margin: 0;
	position: absolute;
	bottom: 5px;
	left: -5px;
	background: #0aa4d6;
	color: #fff;
	height: 35px;
	width: 35px;
	border-radius: 100%;
	border: 1px solid #ffff;
	font-size: 18px;
	padding: 8px 5px;
}

.img-add [type="file"] + label:hover {
	background: #0aa4d6;
	color: #fff !important;
	transition: all .2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	background-image: -webkit-linear-gradient(right, rgba(24, 147, 206, 0.9), rgba(43, 174, 224, 0.9));
	background-image: linear-gradient(to left, rgba(24, 147, 206, 0.9), rgba(43, 174, 224, 0.9));
}

.user-dt h4 {
	font-size: 24px;
	color: #2b2f4c;
	text-align: center;
	margin-bottom: 8px;
	margin-top: 18px;
}

.user-dt p {
	font-size: 14px;
	color: #3e3f5e;
	text-align: center;
	margin-bottom: 20px;
	font-weight: 500;
	display: block;
}

.user-dt p a {
	color: #3e3f5e !important;
	font-size: 16px;
	margin-right: 5px;
}

.user-dt p a:hover {
	color: #0aa4d6 !important;
}

.earn-points img {
	width: 24px;
	margin-left: 7px;
}

.earn-points {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	color: #2b2f4c;
	background: rgba(255,255,255, 0.3);
	padding: 5px 11px 5px 10px;
	border-radius: 5px;
}


.right-side-tabs {
	position: sticky;
	top: 167px;
}

.right-side-tabs {
	background: #fff;
	margin-top: 50px;
	border-radius: 5px;
	box-shadow: 0 1px 2px 0 #e9e9e9;
}

.user-item {
	display: flex;
	padding: 12px 20px;
	border-bottom: 1px solid #efefef;
	font-size: 14px;
	font-weight: 400;
	color: #2b2f4c;
	text-align: right;
	align-items: center;
}

.user-item:last-child {
	border-bottom: 0;
}

.user-item i {
	margin-left: 10px;
	font-size: 18px;
}

.user-item:hover { 
	color: #2b2f4c;
	background:#ecf8ff;
}

.user-item:first-child:hover { 
	border-radius: 5px 5px 0 0;
}

.user-item:last-child:hover { 
	border-radius: 0 0 5px 5px;
}

.user-item:hover i { 
	color: #0aa4d6 !important;
}

.user-item.active { 
	background: #0aa4d6;
	color: #fff !important;
	transition: all .2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	background-image: -webkit-linear-gradient(right, rgba(24, 147, 206, 0.9), rgba(43, 174, 224, 0.9));
	background-image: linear-gradient(to left, rgba(24, 147, 206, 0.9), rgba(43, 174, 224, 0.9));;
	pointer-events:none;
}

.user-item:first-child.active { 
	border-radius: 5px 5px 0 0;
}

.user-item:last-child.active{ 
	border-radius: 0 0 5px 5px;
}

.dashboard-left {
	margin-top: 50px;
	direction: rtl;
	text-align: right;
}

.main-title-tab h4 {
	font-size: 18px;
	font-weight: 700;
	color: #2b2f4c;
	text-align: right;
	margin-bottom: 0;
	margin-top: 0;
}

.main-title-tab i {
	margin-left: 5px;
}

.welcome-text h2 {
	font-size: 24px;
	font-weight: 500;
	color: #2b2f4c;
	text-align: right;
	margin-bottom: 3px !important;
	margin-top: 30px !important;
}

.ddsh-body {
	padding: 20px;
}

.ddsh-body h2 {
	font-size: 24px;
	margin-bottom: 20px;
	text-align: right;
	color: #2b2f4c;
	font-weight: 500;
}

.more-link14 {
	text-align: right;
	padding: 20px;
	font-weight: 500;
	font-size: 14px;
	color: #2b2f4c;
	display: block;
	border-top: 1px solid #efefef;
}

.more-link14:hover {
	color: #0aa4d6 !important;
}

.ddsh-body ul li {
	display: inline-block;
	margin-left: 10px;
}

.ddsh-body ul li:last-child {
	margin-left: 0;
}

.small-reward-dt {
	color: #fff;
	background: #0aa4d6;
	padding: 5px 10px;
	border-radius: 3px;
	font-weight: 500;
	font-size: 12px;
	display: block;
}

.rewards-link5 {
	font-size: 14px;
	font-weight: 500;
	color: #2b2f4c;
}

.rewards-link5:hover {
	color: #0aa4d6 !important;
}

.smll-history {
	display: flex;
	width: 100%;
	padding: 4px 0;
}

.order-title {
	font-size: 14px;
	font-weight: 500;
	color: #2b2f4c;
}

.order-title span {
	font-size: 12px;
	display: inline-block;
	background: #2b2f4c;
	color: #fff;
	height: 18px;
	border-radius: 100%;
	width: 18px;
	text-align: center;
	font-weight: 700;
	margin-right: 5px;
	cursor: pointer;
}

.order-title span:hover {
	background: #0aa4d6;
}

.smll-history p {
	margin-right: auto;
	font-size: 14px;
	font-weight: 600;
	color: #3e3f5e;
}

.order-list-145 li {
	display: block !important;
	margin-left: 0 !important;
}

.wllt-body h2 {
	font-weight: 500;
}

.order-status {
	margin-right: auto;
	font-size: 14px;
	font-weight: 500;
	color: #0aa4d6;
}

[data-inverted][data-position~=top][data-tooltip]:before {
	background: #2b2f4c !important;
}

[data-position="top left"][data-tooltip]:before {
	/* left: 0.1em !important; */
}

[data-tooltip][data-inverted]:after {
	background: #2b2f4c !important;
	color: #fff;
}

[data-tooltip]:after {
	border: 1px solid #d4d4d5;
	font-size: 14px !important;
	font-weight: 600 !important;
	font-family: AradFont, sans-serif;
}

.wllt-body {
	padding: 20px 20px 0;
	direction: rtl;
	text-align: right;
}

.wallet-list {
	padding-top: 10px;
	direction: rtl;
	text-align: right;
}

.wallet-list li {
	width: 50% !important;
	display: inline-block;
	margin-left: 0 !important;
	margin-bottom: 20px;
	margin-right: -2px;
}

.wallet-links14 {
	font-size: 14px;
	font-weight: 500;
	color: #2b2f4c;
	display: flex;
	align-items: center;
}

.wallet-links14 i {
	font-size: 18px;
	margin-left: 5px;
}

.newsletter-input {
	position: relative;
}

.newsletter-btn {
	background: #0aa4d6;
	position: absolute;
	left: 2px;
	top: 3px;
	height: 35px;
	border: 0;
	width: 35px;
	border-radius: 3px;
	font-size: 18px;
	color: #fff;
}

.newsletter-input .form-control {
	font-size: 14px;
	font-family: AradFont, sans-serif !important;
	font-weight: 500;
	color: #2b2f4c;
	border: 1px solid #efefef;
	position: relative;
	padding: 0 1rem 0 3rem;
	height: 40px;
}

/* --- Dashboard My Orders --- */

.pdpt-title h6 {
	border-bottom: 1px solid #efefef;
	padding: 15px 20px;
	font-size: 14px;
	font-weight: 400;
	color: #2b2f4c;
	margin-bottom: 0;
}

.order-body10 {

}

.order-dtsll {
	padding: 20px;
}

.order-dtsll li {
	display: inline-block;
	vertical-align: top;
}

.order-dt-img {
	background: #f9f9f9;
	padding: 10px;
	border: 1px solid #efefef;
	border-radius: 5px;
}

.order-dt-img img {
	width: 50px;
}

.order-dt47 {
	margin-right: 15px;
}

.order-dt47 h4 {
	font-size: 16px;
	color: #2b2f4c;
	margin-bottom: 5px;
	line-height: 24px;
	text-align: right;
	font-weight: 700;
}

.order-dt47 p {
	font-size: 14px;
	font-weight: 400;
	text-align: right;
	color: #3e3f5e;
	margin-bottom: 7px;
}

.track-order {
	padding: 20px 0 20px;
}

.track-order h4 {
	margin-right: 20px;
	margin-bottom: 20px;
	font-weight: 700;
	color: #2b2f4c;
	text-align: right;
}

.bs-wizard {
	margin-top: 0;
	display: flex;
	width: 100%;	
}

/*Form Wizard*/
.bs-wizard {
	border-bottom: solid 1px #e0e0e0;
	padding: 0;
}

.bs-wizard > .bs-wizard-step {
	padding: 0; 
	position: relative; 
	width: 100%;
}

.bs-wizard > .bs-wizard-step + .bs-wizard-step {}

.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
	color: #2b2f4c;
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: 400;
}

.bs-wizard > .bs-wizard-step .bs-wizard-info {
	color: #999; 
	font-size: 14px;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
	position: absolute; 
	width: 30px; 
	height: 30px; 
	display: block; 
	background: #ffcfc0; 
	top: 45px; 
	right: 50%; 
	margin-top: -15px; 
	margin-right: -15px; 
	border-radius: 50%;
} 

.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
	content: ' '; 
	width: 14px; 
	height: 14px; 
	background: #0aa4d6;
	border-radius: 50px; 
	position: absolute; 
	top: 8px; 
	right: 8px; 
} 

.bs-wizard > .bs-wizard-step > .progress {
	position: relative;
	border-radius: 0px;
	height: 8px; 
	box-shadow: none; 
	margin: 22px 0;
}

.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
	width:0px; 
	box-shadow: none; 
	background: #ffcfc0;
}

.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
	width:100%;
}

.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
	width:50%;
}

.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
	width:0%;
}

.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
	width: 100%;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
	background-color: #efefef;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
	opacity: 0;
}

.bs-wizard > .bs-wizard-step:first-child  > .progress {
	right: 50%; 
	width: 50%;
}

.bs-wizard > .bs-wizard-step:last-child  > .progress {
	width: 50%;
}

.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ 
	pointer-events: none; 
}

.progress {
	background-color: #efefef !important;
}
/*END Form Wizard*/


.alert-offer img {
	width: 30px;
	margin-left: 10px;
}

.alert-offer {
	padding: 20px;
	border-top: 1px solid #efefef;
	font-weight: 400;
	color: #3e3f5e;
	text-align: right;
	line-height: 24px;
}

.call-bill {
	padding: 15px 20px;
	display: flex;
	border-top: 1px solid #efefef;
	align-items: center;
}

.delivery-man {
	font-size: 14px;
	color: #2b2f4c;
	font-weight: 400;
	text-align: right;
	line-height: 24px;
}

.delivery-man a {
	margin-right: 5px;
	color: #0aa4d6;
}

.delivery-man a:hover {
	color: #0aa4d6 !important;
	text-decoration: underline !important;
}

.order-bill-slip {
	margin-right: auto;
}

.bill-btn5 {
	display: block;
	background: #0aa4d6;
	color: #fff;
	padding: 10px 15px;
	font-weight: 500;
	border-radius: 5px;
}

/* --- My Rewards --- */

.reward-body-dtt {
	padding: 30px;
	text-align: center;
}

.thumb-img-icon {
	width: 150px;
	height: 150px;
	max-width: 100%;
	display: inline-block;
	background: #f9f9f9;
	border-radius: 100%;
	border: 2px solid #efefef;
	padding: 18px 0;
}

.thumb-img-icon img {
	max-width: 100%;
	max-height: 100%;
	padding: 7px 25px;
	line-height: 100%;
	text-align: center;
}


.reward-img-icon {
	width: 80px;
	height: 80px;
	display: inline-block;
	background: #f9f9f9;
	border-radius: 100%;
	border: 2px solid #efefef;
	padding: 18px 0;
}

.reward-img-icon img {
	width: 40px;
	text-align: center;
}

.rewrd-title {
	display: block;
	margin-top: 20px;
	font-weight: 500;
	color: #3e3f5e;
	font-size: 14px;
	text-align: center;
}

.cashbk-price {
	color: #2b2f4c;
	margin-top: 12px;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 0;
	text-align: center;
}

.reward-body-all {
	display: flex;
	text-align: center;
}

.reward-body-all li {
	display: inline-block;
	width: 33.333%;
	padding: 30px 10px;
	border-left: 1px solid #efefef;
}

.reward-body-all li:last-child {
	border-left: 0;
}

.tt-icon {
	width: 45px;
	height: 45px;
	display: inline-block;
	background: #0aa4d6;
	border-radius: 100%;
	padding: 11px 0;
}

.tt-icon i {
	color: #fff;
	font-size: 24px;
}

.total-rewards span {
	display: block;
	margin-top: 20px;
	font-weight: 600;
	color: #3e3f5e;
	font-size: 14px;
	text-align: center;
}

.total-rewards h4 {
	color: #2b2f4c;
	margin-top: 12px;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 0;
	text-align: center;
}

.date-reward {
	display: block;
	margin-top: 20px;
	font-weight: 500;
	background: #f9f9f9;
	border: 1px dashed #efefef;
	padding: 2px 15px;
	border-radius: 5px;
	font-size: 12px;
	color: #2b2f4c;
	margin-top: 6px;
	transition: all .2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.date-reward:hover {
	/* color: #1795cf !important; */
	/* border-color: #cbcbcb; */
}


.label_tag {
	display: block;
	margin-top: 20px;
	font-weight: 500;
	background: #f9f9f9;
	border: 1px dashed #efefef;
	padding: 2px 7px 1px;
	border-radius: 5px;
	font-size: 12px;
	text-align: right;
	color: #2b2f4c;
	margin-top: 6px;
	transition: all .2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.label_tag:hover {
	color: #1795cf !important;
	border-color: #cbcbcb;
}
.label_tag i {
	width: 16px;
	text-align: center;
	vertical-align: -1px;
	color: #677095;
	margin-left: 4px;
}
.label_tag span {
	float: left;
}
.rewards-coupns {
	position: relative;
}

.top-coup-code {
	position: absolute;
	top: 0;
	left: 0;
	padding: 3px 10px;
	font-weight: 500;
	font-size: 12px;
	color: #fff;
	background: #0aa4d6;
	border-radius: 0 5px 0 3px;
	cursor: pointer;
	border: 1px dashed #fff;
}

.gambo-body-cash {
	padding: 30px 20px;
	text-align: center;
}

.gambo-body-cash p {
	font-size: 14px;
	font-weight: 500;
	color: #3e3f5e;
	margin-top: 20px;
	line-height: 24px;
}

.rotate-img {
	transform: rotate(260deg);
}

.table-responsive {
	border: 0;
	/* border-radius: 0 0 5px 5px; */
	margin-bottom: 0;
	overflow-x: inherit;
}

table.table.ucp-table {
	margin-bottom: 0px;
}

.ucp-table {
	height: auto;
	overflow: hidden;
	border-radius: 0;
}

.ucp-table thead {
	font-weight: 500;
	padding: 14px !important;
	border-radius: 0;
	color: #2b2f4c !important;
}


.ucp-table thead tr th:first-child {
	border-bottom-right-radius: 0;
}

.ucp-table thead tr th {
	color: #2b2f4c;
	font-size: 14px;
	background-color: #ecf8ff;
	font-weight: 500;
}

.ucp-table tfoot {
	font-weight: 400;
	padding: 14px !important;
	border-radius: 4px;
	font-family: AradFont, sans-serif;
	color: #2b2f4c !important;
}

.ucp-table tfoot td {
	color: #fff;
	font-size: 14px;
	background-color: #2b2f4c;
	padding: .75rem !important;
}

.ucp-table.earning__table td {
	padding: 1rem !important;
}

table {
	margin: 0px auto 0px;
	font-size: 14px;
	width: 100%;
}

.ucp-table tbody {
	background: #fff;
}

.ucp-table td, .ucp-table th {
	border-top: 1px solid #efefef !important;
}

.ucp-table td {
	padding: 1.5rem .75rem !important;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
}

.ucp-table th:first-child {
	border-top: 0 !important;
}

.ucp-table thead th {
	vertical-align: bottom;
	border-bottom: 0 !important;
}

.course_active {
	color: #ed2a26;
}

.ucp-table tbody tr td {
	font-size: 14px;
	vertical-align: middle;
	font-weight: 400;
	color: #3e3f5e;
}

.offer_active {
	color: #0aa4d6;
	font-weight: 700;
}

.add-cash-body {
	padding: 20px;
}


.history-body {
	height: 360px;
	overflow-y: auto;
}

.history-list li {
	display: block;
	padding: 20px;
	border-bottom: 1px solid #efefef;
}

.history-list li:last-child {
	border-bottom: 0;
}

.purchase-history {
	display: flex;
	align-items: center;
}

.purchase-history-left {
	margin-right: auto;
}

.purchase-history-right h4 {
	font-size: 16px;
	color: #2b2f4c;
	margin-bottom: 8px;
	text-align: right;
	font-weight: 500;
}

.purchase-history-right p {
	font-size: 14px;
	font-weight: 500;
	color: #3e3f5e;
	text-align: right;
	margin-bottom: 8px;
	line-height: 24px;
}

.purchase-history-right p ins {
	text-decoration: none;
	text-transform: uppercase;
	color: #0aa4d6;
}

.purchase-history-right span {
	font-weight: 400;
	font-size: 13px;
	color: #3e3f5e;
	text-align: right;
	display: block;
}

.purchase-history-left span {
	display: block;
	font-size: 16px;
	font-weight: 600;
	color: #0aa4d6;
	text-align: center;
}

.purchase-history-left {
	text-align: center;
}

.purchase-history-left a {
	font-size: 14px;
	font-weight: 500;
	margin-top: 9px;
	display: block;
	color: #2b2f4c;
}

.purchase-history-left a:hover {
	color: #0aa4d6 !important;
}

/* --- My Addresses --- */

.add-address {
	display: inline-block;
	padding: 10px 20px;
	margin-top: 20px;
	margin-right: 20px;
	color: #fff;
	background: #0aa4d6;
	border-radius: 5px;
	font-weight: 500;
	margin-bottom: 10px;
}

.address-item {
	padding: 20px;
	border-bottom: 1px solid #efefef;
}

.address-item:last-child {
	border-bottom: 0;
}

.address-item {
	display: flex;
	align-items: self-start;
}
.address-dt-all {
	width: 100%;
}

.address-icon1 {
	margin-left: 10px;
	background: #0aa4d6;
	color: #fff;
	padding: 5px;
	border-radius: 5px;
}

.address-icon1 i {
	font-size: 16px;
	line-height: 18px;
	vertical-align: -4px;
}

.address-dt-all h4 {
	color: #2b2f4c;
	font-size: 16px;
	font-weight: 500;
	text-align: right;
	margin-top: 0;
	margin-bottom: 8px;
}

.address-dt-all p {
	font-size: 14px;
	font-weight: 400;
	color: #3e3f5e;
	margin-bottom: 0;
	line-height: 24px;
}
.address-dt-all p span {
	width: 86px;
	display: inline-block;
	color: #b9b9b9 !important;
	font-size: 12px;
	float: right;
}
.address-dt-all p span i {
    font-size: 13px;
    width: 14px;
    text-align: center;
    margin-left: 5px;
}

.action-btns {
	/* margin-top: 10px; */
	width: 25px;
}

.action-btns li {
	display: inline-block;
	margin-bottom: 5px;
}

.action-btns li:last-child {
	margin-left: 0;
}

.action-btn {
	font-size: 16px;
	color: #3e3f5e;
}

.action-btn:hover {
	color: #0aa4d6 !important;
}

.add-address-form {
	padding: 20px 30px 30px;
}


/* --- Career Page --- */

.default-dt {
	padding: 50px;
	background: #2b2f4cbf;
	position: relative;
}

.default-dt:before {
	content: "";
	background: url(../images/career/default.jpg) no-repeat center;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	pointer-events: none;
	background-size: cover;
	opacity: 0.1;
}

.default_tabs {
	margin-top: 12px;
}

.default_tabs .nav-item {
	margin-bottom:  0 !important;
}

.default_tabs .nav-tabs .nav-item.show .nav-link, .default_tabs .nav-tabs .nav-link.active {
	background: #0aa4d6;
	color: #fff !important;
	transition: all .2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	background-image: -webkit-linear-gradient(right, rgba(24, 147, 206, 0.9), rgba(43, 174, 224, 0.9));
	background-image: linear-gradient(to left, rgba(24, 147, 206, 0.9), rgba(43, 174, 224, 0.9));
	border-color: inherit !important;
	border-top: 0 !important;
	border-bottom: 0 !important;
	border-right: 0 !important;
	border-left: 0 !important;
	border-radius: 5px !important;
}

.default_tabs .nav-tabs {
	border-bottom: 0 !important;
}

.tab_default .nav-link {
	border-top: 0 !important;
	border-bottom: 2px solid transparent !important;
	border-right: 0 !important;
	border-left: 0 !important;
	border-top-right-radius: 0 !important;
	border-top-left-radius: 0 !important;
	color: rgba(255,255,255,0.7)!important;
	font-weight: 500 !important;
	font-family: AradFont, sans-serif !important;
}

.tab_default .nav-link {
	padding: .5rem 1.5rem !important;
}
.nav-link:hover {color: #fff !important;}
.title129 {
	text-align: center;
}

.title129 h2 {
	font-size: 24px;
	font-weight: 700;
	margin-top: 28px !important;
	color: #fff;
	text-align: center;
	line-height: 30px;
	padding-bottom: 12px;
}

.position-link-btn {
	display: inline-block;
	padding: 10px 20px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	margin-top: 21px;
	font-weight: 500;
	font-size: 14px;
}

.life-gambo {
	padding: 59px 0;
}

.default-title {
	text-align: center;
	padding-bottom: 8px;
}

.default-title h2 {
	font-size: 24px;
	color: #2b2f4c;
	font-weight: 700;
	margin-bottom: 13px;
}

.default-title p {
	line-height: 24px;
	font-weight: 400;
	color: #3e3f5e;
	font-size: 14px;
	margin-bottom: 15px;
}

.dd-content {
	margin-top: 30px;
	width: 100%;
}

.life-slider .owl-nav .owl-prev {
	right: -20px;
	font-size: 20px !important;
	position: absolute;
	top: 42%;
	text-align: center;
	height: 30px !important;
	width: 30px !important;
	padding: 4px 0 !important;
	color: #2b2f4c !important;
	background: #fff !important;
	border-radius: 100% !important;
	border: 1px solid #e5e5e5 !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.life-slider .owl-nav .owl-next {
	font-size: 20px !important;
	position: absolute;
	left: -20px;
	top: 42%;
	padding: 4px 0 !important;
	text-align: center;
	height: 30px !important;
	width: 30px !important;
	color: #2b2f4c !important;
	background: #fff !important;
	border-radius: 100% !important;
	border: 1px solid #e5e5e5 !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.life-slider .owl-nav .owl-prev:hover {
	color: #fff !important;
	opacity: 1;
	background: #0aa4d6 !important;
	border: 1px solid #0aa4d6 !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}	

.life-slider .owl-nav .owl-next:hover {
	color: #fff !important;
	opacity: 1;
	border: 1px solid #0aa4d6 !important;
	background: #0aa4d6 !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.white-bg {
	background: #fff;
}

.benefits-step {
	text-align: center;
	margin-bottom: 56px;
}

.benefit-icon {
	display: inline-block;
	width: 70px;
	height: 70px;
	text-align: center;
	background: #0aa4d6;
	border-radius: 100%;
}

.benefit-link {
	display: block;
	margin-top: 20px;
	font-size: 18px;
	font-weight: 500;
	color: #2b2f4c;
	line-height: 24px;
	text-align: center;
}

.benefit-link:hover {
	color: #2b2f4c !important;
}

.benefit-icon i {
	font-size: 30px;
	color: #fff;
	padding: 20px 0;
}

.know-more-link {
	text-align: center;
}

.kmore-btn {
	background: #0aa4d6;
	color: #fff;
	display: inline-block;
	padding: 10px 20px;
	font-weight: 600;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
}

.testi-item {
	background: #fff;
	padding: 30px 20px;
	border-radius: 5px;
	text-overflow: ellipsis;
	overflow: hidden;
}

.qoute-icon {
	height: 50px;
	text-align: center;
	font-size: 24px;
	color: #0aa4d6;
}

.testo-text {
	text-align: center;
	line-height: 26px;
	font-weight: 400;
	color: #3e3f5e;
}

.team-dt {
	margin-top: 35px;
	text-align: center;
}

.team-avatar img {
	width: 50px !important;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #fff;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.team-avatar {
	display: inline-block;
}

.team-emp-dt h4 {
	font-size: 18px;
	font-weight: 600;
	margin-top: 18px !important;
	text-align: center;
	margin-bottom: 10px;
	color: #2b2f4c;
}

.team-emp-dt p {
	font-size: 14px;
	font-weight: 400;
	color: #3e3f5e;
	margin-bottom: 0;
	text-align: center;
	line-height: 26px;
}

.testimonial-slider .owl-nav .owl-prev {
	right: -20px;
	font-size: 20px !important;
	position: absolute;
	top: 45%;
	text-align: center;
	height: 30px !important;
	width: 30px !important;
	padding: 4px 0 !important;
	color: #2b2f4c !important;
	background: #fff !important;
	border-radius: 100% !important;
	border: 1px solid #e5e5e5 !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.testimonial-slider .owl-nav .owl-next {
	font-size: 20px !important;
	position: absolute;
	left: -20px;
	top: 45%;
	padding: 4px 0 !important;
	text-align: center;
	height: 30px !important;
	width: 30px !important;
	color: #2b2f4c !important;
	background: #fff !important;
	border-radius: 100% !important;
	border: 1px solid #e5e5e5 !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.testimonial-slider .owl-nav .owl-prev:hover {
	color: #fff !important;
	opacity: 1;
	background: #0aa4d6 !important;
	border: 1px solid #0aa4d6 !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}	

.testimonial-slider .owl-nav .owl-next:hover {
	color: #fff !important;
	opacity: 1;
	border: 1px solid #0aa4d6 !important;
	background: #0aa4d6 !important;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.jobs-gambo {
	padding: 0;
	direction: rtl;
	text-align: right;
}

.pd-20 {
	padding: 20px;
}

.job-title-group {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.job-title-group h4 {
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 0;
	color: #2b2f4c;
}

.flter-clear-link {
	margin-right: auto;
	font-weight: 600;
	font-size: 14px;
	color: #3e3f5e;
}

.flter-clear-link:hover {
	color: #0aa4d6 !important;
}

.all-departments {
	margin-top: 21px;
}

.job-bg1 {
	margin-top: 20px;
	background: #fff;
	border-radius: 3px;
	padding: 25px 30px;
	box-shadow: 0 1px 2px 0 #e9e9e9;
	display: flex;
	width: 100%;
	align-items: center;
}

.job-bg1:first-child {
	margin-top: 30px;
}

.job-item h4 {
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 10px;
	color: #2b2f4c;
}

.job-item span {
	font-size: 14px;
	font-weight: 400;
	color: #3e3f5e;
	line-height: 24px;
	text-align: right;
}

.job-item span i {
	margin-left: 3px;
}

.arrow-icon {
	font-size: 24px;
	color: #2b2f4c;
	margin-right: auto;
}

.job-main-dt {
	padding-bottom: 25px;
	border-bottom: 1px solid #efefef;
}

.job-main-dt h2 {
	color: #2b2f4c;
	font-size: 24px;
	text-align: right;
	margin-top: 18px !important;
	margin-bottom: 12px;
}

.job-main-dt span {
	font-size: 16px;
	font-weight: 400;
	text-align: right;
	line-height: 24px;
	color: #3e3f5e;
}

.job-des-dt142 h4 {
	color: #2b2f4c;
	font-size: 16px;
	text-align: right;
	margin-bottom: 12px;
	margin-top: 21px !important;
}

.job-des-dt142 p {
	color: #3e3f5e;
	font-size: 14px;
	font-weight: 400;
	text-align: right;
	margin-bottom: 0;
	line-height: 26px;
}

.joby-list-dt {
	list-style: disc;
}

.joby-list-dt li {
	margin-right: 30px;
	margin-bottom: 4px;
}

.joby-list-dt li:last-child {
	margin-bottom: 0;
}

.job-req-dt {
	padding-bottom: 25px;
	border-bottom: 1px solid #efefef;
	margin-top: 30px;
	padding-top: 25px;
	border-top: 1px solid #efefef;
}

.job-req-dt h3 {
	color: #2b2f4c;
	font-size: 18px;
	text-align: right;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 0;
}

.apply-btn {
	background: #0aa4d6;
	color: #fff;
	padding: 0 20px;
	height: 40px;
	font-weight: 500;
	border-radius: 5px;
	text-align: center;
	font-family: AradFont, sans-serif;
	border: 0;
	margin-top: 34px;
	margin-bottom: 14px;
}

textarea {
	overflow: auto;
	padding: 10px 15px !important;
}

.ques-142 {
	margin-top: 10px !important;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px !important;
	padding-bottom: 15px;
	border-bottom: 1px solid #efefef;
	color: #2b2f4c;
}

.ui.checkbox label {
	font-size: 14px !important;
	font-weight: 500 !important;
	color: #3e3f5e !important;
}

.ui.checkbox input:checked~.box:after, .ui.checkbox input:checked~label:after {
	color: #0aa4d6 !important;
}

.ui.checkbox input:checked~.box:before, .ui.checkbox input:checked~label:before {
	border-color: #0aa4d6 !important;
}

.ui.checkbox .box:after, .ui.checkbox label:after {
	font-size: 12px !important;
}

.control-label {
	font-size: 14px;
	font-weight: 600;
	color: #2b2f4c;
	margin-bottom: .8rem;
}

.custom-file-label {
	padding: .375rem .75rem;
	font-weight: 500!important;
	color: #afafaf!important;
	background-color: #fff!important;
	border: 1px solid #efefef!important;
	border-radius: 5px !important;
	box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.1) !important;
}

.custom-file-input:lang(en)~.custom-file-label::after {
	content: "Upload Files" !important;
}

.custom-file-label::after {
	height: calc(1.5em + .75rem + 1px) !important;
	padding: 0.4rem .75rem !important;
	color: #fff !important;
	content: "Upload Files" !important;
	background-color: #0aa4d6 !important;
	border-radius: 0 5px 5px 0 !important;
}


/* --- About Us --- */

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

.about-content p {
	margin-top: 24px !important;
	line-height: 26px;
	font-size: 14px;
	font-weight: 400;
	color: #3e3f5e;
	text-align: right;
}

.about-img {
	width: 100%;
	margin-top: 10px;
	text-align: center;
}

.about-img img {
	max-width: 100%;
	padding: 60px 30px;
}

.about-steps-group {
	padding: 29px 0 59px;
}

.about-step {
	text-align: center;
	padding: 0 20px;
	margin-top: 30px;
}

.about-step-img img {
	height: 60px;
}

.about-step h4 {
	font-size: 18px;
	font-weight: 700;
	color: #2b2f4c;
	margin-top: 20px;
	margin-bottom: 12px;
	text-align: center;
}

.about-step p {
	font-size: 14px;
	font-weight: 400;
	color: #3e3f5e;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	line-height: 26px;
}

.team-item {
	width: 100%;
	border-radius: 5px;
	background: #fff;
	padding: 5px;
	text-align: center;
}

.team-img img {
	width: 100%;
	border-radius: 5px 5px 0 0;
}

.team-item h4 {
	font-size: 18px;
	font-weight: 700;
	color: #2b2f4c;
	margin-top: 21px;
	margin-bottom: 7px;
}

.team-item span {
	font-size: 14px;
	font-weight: 400;
	color: #3e3f5e;
	margin-bottom: 15px;
	display: block;
}

.team-social li {
	display: inline-block;
	margin-bottom: 20px;
	margin-left: 5px;
}

.team-social li:last-child {
	margin-left: 0;
}

.scl-btn {
	font-size: 14px;
	background: #2b2f4c;
	color: #fff;
	display: inline-block;
	height: 40px;
	width: 40px;
	border-radius: 100%;
	padding: 12px 0;
	text-align: center;
}

.how-order-gambo {
	padding: 0 0 14px;
}

.how-order-steps {
	text-align: center;
	margin-top: 30px;
	padding: 30px;
	background: #fff;
	height: 203px;
	border-radius: 5px;
}

.how-order-steps h4 {
	color: #2b2f4c;
	line-height: 26px;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}

.how-order-icon i {
	width: 70px;
	height: 70px;
	display: inline-block;
	background: #0aa4d6;
	color: #fff;
	font-size: 30px;
	border-radius: 100%;
	padding: 21px 0;
	text-align: center;
}

/* --- Our Blog --- */

.blog-breadcrumb {
	text-align: center!important;
	width: 100%;
	background: transparent !important;
	align-items: center;
	justify-content: center;
}	

.blog-breadcrumb .breadcrumb-item.active {
	color: #fff !important;
}

.blog-breadcrumb .breadcrumb-item a {
	color: rgba(255,255,255,0.8);
}

.blog-breadcrumb .breadcrumb-item a:hover {
	color: rgba(255,255,255) !important;
}

.title129 .blog-titlebar-heading {
	font-size: 24px;
	font-weight: 700;
	margin-top: 36px !important;
	color: #fff;
	text-align: center;
	line-height: 30px;
}

.top-post-link {
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #2b2f4c;
	line-height: 22px;
	margin-bottom: 7px;
}

.top-post-link:hover {
	color: #0aa4d6 !important;
}

.top-posts li {
	padding: 12px 20px;
	border-bottom: 1px solid #efefef;
}

.top-posts li:last-child {
	border-bottom: 0;
}

.cntct-social {
	padding: 20px 20px 0;
}

.blog-gambo {
	padding: 65px 0 14px;
	direction: rtl;
	text-align: right;
}

.blog-item {
	background: #fff;
	border-radius: 5px;
	margin-bottom: 30px;
	box-shadow: 0 1px 2px 0 #e9e9e9;
}

.blog-item-inner {
	background: #fff;
	border-radius: 5px;
	margin-bottom: 0px;
	padding-top: 5px;
	box-shadow: 0 1px 2px 0 #e9e9e9;
}

.blog-img {
	width: 100%;
	padding: 5px 5px 0;
	position: relative;
	display: block;
}

.blog-item-inner .blog-img {
	width: calc(100% - 10px);
	margin: 0px 5px 0;
	position: relative;
	display: block;
	background: #f7f7f7;
}

.blog-img img {
	max-width: 100%;
	border-radius: 5px 5px 0 0;
	margin: 0 auto;
	display: block;
}

.blog-cate-badge {
	font-size: 12px;
	font-weight: 500;
	position: absolute;
	top: 15px;
	right: 15px;
	color: #fff;
	background: #0aa4d6;
	padding: 5px 10px;
	border-radius: 3px;
}

.date-icons-group {
	display: flex;
	width: 100%;
	align-items: center;
	padding: 20px;
	border-bottom: 1px solid #efefef;
}

.like-share-icons li {
	display: inline-block;
	margin-left: 15px;
}

.like-share-icons li:last-child {
	margin-left: 0;
}

.like-share-icons {
	margin-right: auto;
}

.blog-time {
	font-size: 12px;
	font-weight: 500;
	color: #b2b2b2;
	text-align: right;
}

.sz-14 {
	font-size: 14px !important;
}

.like-share {
	font-size: 14px;
	font-weight: 500;
	color: #2b2f4c;
}

.like-share span {
	margin-right: 5px;
	color: #2b2f4c;
}

.like-share:hover {
	color: #0aa4d6 !important;
}

.blog-detail h4 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 14px;
	text-align: right;
	color: #2b2f4c;
}

.blog-detail {
	padding: 20px;
}

.blog-detail p {
	font-size: 14px;
	font-weight: 400;
	color: #3e3f5e;
	line-height: 26px;
	margin-bottom: 12px;
	text-align: right;
}

.blog-detail a {
	font-size: 16px;
	font-weight: 500;
	color: #0aa4d6;
	text-align: right;
}

.blog-detail a:hover {
	color: #0aa4d6 !important;
	text-decoration: underline !important;
}

.blog-btn {
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
	height: 40px;
	padding: 11px 20px;
	border-radius: 5px;
	color: #fff;
	background: #0aa4d6;
}

.blog-more-btn {
	text-align: center;
	padding-top: 10px;
}


/* --- Blog sidebar --- */

.pdpt-bg-right {
	margin-top: 30px;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 1px 2px 0 #e9e9e9;
	float: right;
	width: 100%;
}

.blog-search-widget {
	padding: 20px;
	float: right;
	width: 100%;
}

.blog-from {
	position: relative;
}

.blog-search-widget .form-control {
	font-size: 14px;
	font-family: AradFont, sans-serif;
	font-weight: 500;
	color: #2b2f4c;
	border: 1px solid #efefef;
	position: relative;
	padding: 0 3rem 0 1rem;
	position: relative;
	height: 40px;
}

.blog-search-btn {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 120%;
	width: 40px;
	height: 40px;
	border: 0;
	background: transparent;
}

.top-posts {
	float: right;
	width: 100%;
}

.top-posts li {
	float: right;
	width: 100%;
}

.blog-top-item {
	float: right;
	width: 100%;
}

.post-cate-link {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #2b2f4c;
	line-height: 26px;
	margin-bottom: 5px;
	float: right;
}

.cate-count {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #8f91ac;
	line-height: 26px;
	margin-bottom: 0px;
	float: left;
}

.top-posts .media-list {
	padding: 20px !important;
}

.top-posts .media-list .media {
	padding: 0;
	border: none;
	border-bottom: 0;
	float: right;
	width: 100%;
}

.media-list .media .media-right {
	padding-left: 1rem;
	float: right;
}

.icon-bg-circle {
	color: #fff;
	padding: 0;
	border-radius: 3px;
	width: 70px;
	height: 70px;
	border: 0;
	object-fit: cover;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.tagcloud {
	padding-bottom: 15px;
}

.tagcloud a, .tagcloud .tag-cloud-link {
	display: inline-block;
	margin-left: .5rem;
	margin-bottom: .5rem;
	padding: 0.375rem 0.5625rem;
	transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.2s ease-in-out;
	border: 1px solid #efefef;
	border-radius: 0.1875rem;
	color: #2b2f4c;
	font-size: 13px !important;
	white-space: nowrap;
	line-height: 1.5;
}

.pagination-area .page-numbers {
	width: 33px;
	height: 33px;
	background-color: #fff;
	border: 1px solid #efefef;
	color: #606060;
	text-align: center;
	display: inline-block;
	border-radius: 3px;
	line-height: 34px;
	position: relative;
	margin-right: 3px;
	margin-left: 3px;
	font-size: 14px;
	font-weight: 500;
}

.pagination-area .page-numbers.current, .pagination-area .page-numbers:hover {
	background: #0aa4d6;
	color: #fff !important;
	transition: all .2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	background-image: -webkit-linear-gradient(right, rgba(24, 147, 206, 0.9), rgba(43, 174, 224, 0.9));
	background-image: linear-gradient(to left, rgba(24, 147, 206, 0.9), rgba(43, 174, 224, 0.9));
}

/* --- Blog Detail View --- */

.blog-dt-vw  {
	height: 80vh;
	display: table;
	text-align: center;
	width: 100%;
	background-position: 40% 0px;
	transition: 0s linear;
	transition-property: background-position;
}

.banner-blog {
	background: url("../images/blog-img-1.jpg") 40% 0px / cover no-repeat;
}

.banner.visible {
	opacity: 1;
}

.parallax {
	background-position: 40% 0px;
}

.blog-dt-vw  .blog-inner {
	display: table-cell;
	color: #fff;
	font-weight: 500;
	vertical-align: middle;
	background-color: rgba(0,0,0,.6);
}

.blog-dt-vw  .blog-inner h1 {
	font-size: 40px;
	font-weight: bold;
	margin: 0 auto 10px;
	max-width: 750px;
	line-height: 1.3em;
	padding: 0 15px;
}

.blog-inner .extra-info {
	font-size: 14px;
}

.entry-date {
	font-weight: 500;
}

.single-post-cat {
	margin-top: 20px;
}

.single-post-cat a {
	color: #fff;
	background: #0aa4d6;
	padding: 5px 10px 4px;
	border-radius: 3px;
	font-weight: 500;
	font-size: 12px;
	margin: 0 2px;
	line-height: 24px;
	display: inline-block;
}

.blog-des-dt142 p {
	color: #3e3f5e;
	font-size: 14px;
	font-weight: 400;
	text-align: right;
	margin-bottom: 0;
	line-height: 26px;
}

.blog-des-dt142 {
	margin-top: 42px;
}

.mt-21 {
	margin-top: 21px;
}

.mb-21 {
	margin-bottom: 21px;
}

.ss18 {
	font-size: 18px !important;
}

.leave-comment {
	margin-top: 35px;
}

.leave-comment h2 {
	font-size: 24px;
	font-weight: 700;
	text-align: right;
	width: 100%;
	margin-bottom: 10px;
	color: #2b2f4c;
}

.leave-comment span {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #3e3f5e;
	margin-bottom: 15px;
	text-align: right;
	line-height: 26px;
}

.ptt {
	padding: 30px;
}

.all-comment {
	margin-top: 15px;
	padding-bottom: 41px;
	border-bottom: 1px solid #efefef;
}

.all-comment h2 {
	font-size: 24px;
	font-weight: 700;
	text-align: right;
	width: 100%;
	margin-bottom: -10px;
	color: #2b2f4c;
}

.cmmnt_item {
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	margin-top: 30px;
}

.cmmnt_item:last-child {
	border-bottom: 0;
}

.cmmnt_usr_dt {
	display: flex;
	position: relative;
}

.cmmnt_usr_dt img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px solid #fff;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
	margin-left: 15px;
}

.tutor_name1 {
	font-size: 16px;
	font-weight: 700;
	color: #2b2f4c !important;
	text-align: right;
	margin-bottom: 0;
}

.time_145 {
	font-size: 12px;
	font-weight: 500;
	color: #b1b1b1;
	display: block;
	margin-top: 5px;
}

.rvds10 {
	font-size: 14px;
	font-weight: 400;
	margin-top: 17px;
	line-height: 26px;
	color: #3e3f5e;
	text-align: right;
}


button, input, optgroup, select, textarea {
	font-family: AradFont, sans-serif !important;
}

textarea {
	border: 1px solid #efefef !important;
}

.form-control {
	color: #2b2f4c !important;
	font-weight: 400 !important;
}

.post-btn {
	height: 40px;
	border: 0;
	padding: 0 20px;
	color: #fff;
	background: #0aa4d6;
	border-radius: 5px;
	font-weight: 500;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 13px;
}

.fcrse_3 {
	background: #fff;
	width: 100%;
	padding: 0;
	border-radius: 5px;
	margin-bottom: 30px;
	box-shadow: 0 1px 2px 0 #e9e9e9;
}

.cater_ttle {
	float: right;
	width: 100%;
	padding: 15px 20px;
}

.fcrse_3 h4 {
	font-size: 16px;
	color: #333;
	float: right;
	font-weight: 500;
	margin-bottom: 0;	
}

.allcate15 {
	width: 100%;
}

.allcate15 li {
	display: block;
	width: 100%;
}

.blogright12 li {
	display: block;
	width: 100%;
	border-bottom: 1px solid #efefef;
}

.blogright12 li:last-child {
	border-bottom: 0;
}

/* --- Press Page --- */ 

.ct_item {
	width: 100%;
	padding: 10px 20px;
	font-size: 14px;
	color: #686f7a;
	text-align: right;
}

.ct_item.active {
	font-weight: 600;
	color: #2b2f4c;
}

.ct_item i {
	margin-left: 10px;
	font-size: 120%;
}

.category-topics {
	border-bottom: 0;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 0 !important;
	text-align: right;
	color: #2b2f4c;
	display: block;
	padding: 15px 20px;
}

.category-topics:after {
	content: '\f0d7';
	font-size: 14px;
	font-family: "FontAwesome";
	float: left;
	margin-right: 30px;
	color: #a7a8aa;
}

.category-item1 {
	border-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0 !important;
	text-align: right;
	color: #3e3f5e;
	display: block;
	padding: 10px 20px;
}

.socl148 {
	padding: 20px;
	display: flex;
}

.twiter158 {
	font-size: 14px;
	font-weight: 500;
	font-family: AradFont, sans-serif;
	color: #fff;
	border: 0;
	border-radius: 5px;
	height: 40px;
	padding: 0 15px;
	width: 50%;
	margin-left: 10px;
	background: #1da1f2;
}

.facebook158 {
	font-size: 14px;
	font-weight: 500;
	font-family: AradFont, sans-serif;
	color: #fff;
	border: 0;
	border-radius: 5px;
	height: 40px;
	padding: 0 15px;
	width: 50%;
	background: #3b5998;
}

.ic45 {
	margin-left: 7px;
}

.help_link {
	padding: 15px 20px;
	text-align: center;
}

.help_link a {
	font-size: 14px;
	font-weight: 500;
	color: #2b2f4c;
	text-align: center;
}

.help_link a:hover {
	color: #0aa4d6 !important;
}


.press-title h2 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 15px !important;
	text-align: right;
	color: #2b2f4c;
	line-height: 24px;
}

.press-title p {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0 !important;
	text-align: right;
	color: #3e3f5e;
	line-height: 24px;
}

.press-title p a {
	color: #0aa4d6;
}

.press-title p a:hover {
	color: #0aa4d6 !important;
	text-decoration: underline !important;
}

.press-item {
	display: block;
	background: #fff;
	width: 100%;
	padding: 20px;
	border-radius: 5px;
	margin-top: 30px;
	box-shadow: 0 1px 2px 0 #e9e9e9;
}

.press-item span {
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 0 !important;
	text-align: right;
	color: #b1b1b1;
}

.press-item h4 {
	font-size: 18px;
	font-weight: 700;
	margin-top: 15px !important;
	margin-bottom: 10px !important;
	text-align: right;
	color: #2b2f4c;
	line-height: 24px;
}

.press-item p {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0 !important;
	text-align: right;
	color: #3e3f5e;
	line-height: 26px;
}

.policy-des-dt {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e1e1e1;
}

.policy-des-dt:last-child {
	margin-bottom: 7px;
	padding-bottom: 0;
	border-bottom: 0;
}

/* --- Sign In --- */

.sign-inup {
	padding: 130px 0 80px;
}

.sign-form {
	display: block;
	width: 100%;
}

.sign-img {
	background: #4576b4;
	padding: 50px;
	border-radius: 5px 0 0 5px;
}

.sign-img img {
	width: 100%;
}

.sign-inner {
	padding: 0;
}

.sign-logo {
	width: 100%;
	text-align: center;
}

.sign-logo img {
	width: 150px;
}

.form-dt {
	margin-top: 50px;
	border: 1px solid #efefef;
	position: relative;
	border-radius: 5px;
	background: #fff;
}

.form-inpts {
	padding: 38px 30px 0;
}

.form-title {
	text-align: center;
	margin-bottom: 37px;
}

.form-title h6 {
	font-weight: 700;
	color: #2b2f4c;
	font-size: 18px;
}

.lgn_input {
	padding: 0 3rem 0 1rem !important;
}

.pos_rel {
	position: relative;
}

.lgn_icon {
	position: absolute;
	top: 26%;
	right: 2%;
	font-size: 18px;
	color: #2b2f4c;
}

.form-control:focus+.lgn_icon  {
	color: #0aa4d6;
}

.login-btn {
	font-size: 14px;
	font-weight: 500;
	width: 100%;
	height: 40px;
	border: 0;
	color: #fff;
	background: #0aa4d6;
	border-radius: 5px;
	text-align: center;
}

.signup-link {
	margin-top: 30px;
	border-radius: 0 0 5px 5px;
	text-align: center;
	padding: 15px 10px;
	background: #0aa4d6;
	transition: all .2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	background-image: -webkit-linear-gradient(right, rgba(24, 147, 206, 0.9), rgba(43, 174, 224, 0.9));
	background-image: linear-gradient(to left, rgba(24, 147, 206, 0.9), rgba(43, 174, 224, 0.9));
}

.signup-link p {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}

.signup-link p a {
	color: #fff;
	font-size: 12px;
	background: #2b2f4c;
	padding: 7px 10px;
	border-radius: 3px;
	display: inline-block;
	margin-right: 5px;
}

.signup-link p a:hover {
	color: #fff !important;
	box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
}

.password-forgor {
	text-align: center;
}

.password-forgor a {
	display: block;
	margin-top: 30px;
	font-size: 14px;
	font-weight: 500;
	color: #2b2f4c;
}

.password-forgor a:hover {
	color: #0aa4d6 !important;
}

/* --- Contact Us --- */

.panel-group {
	width: 100%;
	margin-top: 24px;
	margin-bottom: 14px;
}

.panel-title {
	vertical-align: middle;
}

.panel-default {
	width: 100%;
	border-top: 0;
}

.panel-default:first-child {
	border-top: 0;
}

.panel-body {
	font-size: 14px;
	font-weight: 400;
	color: #3e3f5e;
	line-height: 26px;
	padding-bottom: 20px;
	text-align: right;
	padding: 20px;
	background: #fff;
	border-radius:  0 0 5px 5px;
	border-top: 1px solid #efefef;
}

.panel-default {
	width: 100%;
	border-top: 0;
}

.panel-title {
	vertical-align: middle;
}

.panel-title a {
	font-size: 16px;
	font-weight: 500;
	color: #2b2f4c !important;
	padding: 15px 15px 15px 20px;
	display: block;
	line-height: 26px;
	background: #fff;
	border-radius: 5px 5px 0 0;
	/* margin-top: 10px; */
}

.panel-title a.collapsed {
	border-radius: 5px;
}

.chck_icon {
	color: #0aa4d6;
	margin-left: 10px;
}

.panel-title > a:before {
	float: left !important;
	font-family: AradFont, sans-serif;
	content:"\f058";
	padding-left: 0px;
	font-size: 20px;
	padding-top: 1px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.panel-title > a.collapsed:before {
	float: left !important;
	content:"\f058";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	/* line-height: 45px; */
}

.color-pink {
	color: #0aa4d6;
}

.contact-title h2 {
	font-size: 24px;
	font-weight: 700;
	margin-top: 17px !important;
	text-align: right;
	margin-bottom: 12px;
	color: #2b2f4c;
}

.contact-title p {
	font-size: 14px;
	font-weight: 400;
	margin-top: 0 !important;
	text-align: right;
	margin-bottom: 0;
	color: #3e3f5e;
	line-height: 26px;
}

.contact-form {
	background: #fff;
	border-radius: 5px;
	padding: 20px 30px 30px;
	margin-top: 34px;
	margin-bottom: 14px;
}

/* --- Product Request --- */

.bootstrap-tagsinput .tag {
	margin-left: 2px;
	color: #fff;
	background: #0aa4d6;
	font-weight: 400;
	padding: 5px 10px;
	border-radius: 3px;
	line-height: 26px;
}

.bootstrap-tagsinput {
	border: 1px solid #efefef !important;
	box-shadow: none !important;
	width: 100%;
	height: auto;
	text-align: right;
}

.bootstrap-tagsinput input {
	padding: 7px 10px !important;
	font-weight: 500;
}

.request-products {
	margin-top: 30px;
}

.rqst-btn {
	width: 100%;
}

.request-grid {
	margin-top: 64px;
}

/* --- Faq Page --- */

.faq-dt {
	padding: 50px;
	background: #2b2f4c;
	position: relative;
}

.faq-dt:before {
	content: "";
	background: url(../images/career/default.jpg) no-repeat center;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	pointer-events: none;
	background-size: cover;
	opacity: 0.1;
}

.panel-body p {
	font-size: 14px;
	font-weight: 400;
	color: #3e3f5e;
	line-height: 26px;
	margin-bottom: 0;
}

/* --- Offers Page --- */

.offers-item {
	display: block;
	margin-bottom: 30px;
	background: #fff;
	padding: 5px;
	border-radius: 5px;
	position: relative;
	box-shadow: 0 1px 2px 0 #e9e9e9;
}

.offer-img img {
	width: 100%;
	border-radius: 5px 5px 0 0;
}

.offers-text {
	padding: 20px 15px;
}

.offers-text h4 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 13px;
	text-align: right;
	color: #2b2f4c;
}

.offers-text p {
	font-size: 14px;
	font-weight: 400;
	color: #3e3f5e;
	line-height: 26px;
	text-align: right;
}

.mb-14 {
	margin-bottom: 14px;
}

/* --- Bill Page --- */

.report-btn {
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	background: #0aa4d6;
	display: inline-block;
	padding: 8px 16px;
	border-radius: 5px;
}

.bill-dt-bg {
	padding-top: 60px;
}

.bill-detail {
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 1px 2px 0 #e9e9e9;
	margin: 65px 0;
}

.bill-dt-step {
	padding: 30px;
	border-bottom: 1px solid #efefef;
}

.bill-dt-step:last-child {
	border-bottom: 0;
}

.bill-title h4 {
	margin-bottom: 20px !important;
	font-size: 18px;
	font-weight: 700;
	color: #2b2f4c;
}

.itm-ttl {
	display: block;
	font-weight: 500;
	font-size: 16px;
	text-align: right;
	margin-bottom: 10px;
	color: #2b2f4c;
}

.item-prdct {
	font-size: 14px;
	font-weight: 400;
	color: #3e3f5e;
	text-align: right;
	line-height: 24px;
	margin-left: 10px;
}

.item-prdct:last-child {
	margin-left: 0;
}

.item-prdct:after {
	content: ',';
	padding-right: 3px;
}

.item-prdct:last-child:after {
	content: '';
}

.bill-address {
	font-size: 14px;
	font-weight: 400;
	color: #3e3f5e;
	margin-bottom: 0;
	line-height: 26px;
}

.bill-dt-sl {
	font-size: 14px;
	font-weight: 400;
	color: #2b2f4c;
	margin-bottom: 0;
	line-height: 26px;
}

.descp-bll-dt {
	color: #8f91ac;
}

.dly-loc {
	color: #3e3f5e;
}

.dlr-ttl25{
	color: #0aa4d6;
}

.bill-bottom {
	display: flex;
	align-items: center;
}

.thnk-ordr {
	font-size: 14px;
	font-weight: 500;
	color: #2b2f4c;
	margin-bottom: 0;
	line-height: 26px;
}

.print-btn {
	margin-right: auto;
	padding: 9px 20px;
	border: 1px solid #0aa4d6;
	background: #0aa4d6;
	color: #fff;
	border-radius: 5px;
	font-family: AradFont, sans-serif;
	font-weight: 500;
	display: inline-block;
}







/*-------- Start My Account Page Wrapper --------*/
.myaccount-tab-menu {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.myaccount-tab-menu a {
	border: 1px solid #dfe9f1;
	border-bottom: none;
	color: #0073c5;
	font-weight: 500;
	font-size: 16px;
	display: block;
	cursor: default !important;
	padding: 10px 15px 8px;
	background: white;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.night-mode .myaccount-tab-menu a {
	border-color: #040404;
	color: #a2a2a2 !important;
	background: #333333;
}
.myaccount-tab-menu a:first-child {border-radius: 25px 25px 0 0;}
.myaccount-tab-menu a:last-child {
	border-bottom: 0px solid #dfe9f1;
	border-radius: 0 0 25px 25px;
}
.myaccount-tab-menu a i {
	vertical-align: -2px;
	margin-left: 10px;
	display: inline-block;
	width: 15px;
	text-align: center;
}

.myaccount-tab-menu a:hover,
.myaccount-tab-menu a.active {
	background-color: #edf4f9;
	color: #39729a;
	text-decoration: none;
}

.night-mode .myaccount-tab-menu a:hover,
.night-mode .myaccount-tab-menu a.active {
	background-color: #a2a2a2;
	color: #333333 !important;
}

.myaccount-tab-menu a i.fa {
	font-size: 14px;
	text-align: center;
	width: 25px;
}

@media only screen and (max-width: 767.98px) {
	#myaccountContent {
		margin-top: 30px;
	}
}

.myaccount-content {
	border: 1px solid #e7e7e7;
	padding: 30px;
	border-radius: 10px;
	background: #ffffff;
}
.night-mode .myaccount-content {
	border: 1px solid #000000;
	background: #333333;
}

@media only screen and (max-width: 575.98px) {
	.myaccount-content {
		padding: 20px 15px;
	}
}

.myaccount-content form {
	margin-top: -20px;
}

.myaccount-content h3 {
	font-size: 18px;
	border-bottom: 1px dashed #d4dfe8;
	padding-bottom: 10px;
	margin-bottom: 9px;
	color: #39729a;
	font-weight: 600;
}
.night-mode .myaccount-content h3 { border-bottom: 1px dashed #242424; }

.myaccount-content .welcome a {
	color: #252525;
}

.myaccount-content .welcome a:hover {
	color: #4b042c;
}

.myaccount-content .welcome strong {
	font-weight: 500;
	color: #4b042c;
}

.myaccount-content fieldset {
	margin-top: 20px;
}

.myaccount-content fieldset legend {
	color: #252525;
	font-size: 20px;
	margin-top: 20px;
	font-weight: 400;
	border-bottom: 1px dashed #ccc;
}

.myaccount-table {
	white-space: nowrap;
	font-size: 14px;
}

.myaccount-table table th,
.myaccount-table .table th {
	color: #285b80;
	padding: 10px;
	font-weight: 600;
	background-color: #ffffff;
	border-color: #b5cee0;
	border-bottom: 0;
}
.myaccount-table table th,
.myaccount-table .table th {
	color: #285b80;
	padding: 10px;
	font-weight: 600;
	background-color: #f5f5f5;
	border-color: #dee2e6;
	border-bottom: 0;
}
.night-mode .myaccount-table table th,
.night-mode .myaccount-table .table th {
	color: #333333 !important;
	background-color: #878787;
	border-color: #5d5d5d;
}

.night-mode .table .thead-light th {
    color: #333333;
    background-color: #878787;
    border-color: #5d5d5d;
}

.night-mode .myaccount-table table td,
.night-mode .myaccount-table .table td {
	border-color: #5d5d5d;
	color: #d0d0d0;
}

.saved-message {
	background-color: #f4f5f7;
	border-top: 3px solid #4b042c;
	border-radius: 5px 5px 0 0;
	font-weight: 400;
	font-size: 15px;
	color: #555;
	padding: 20px;
}

/*-------- Start My Account Page Wrapper --------*/






.btn2 {
	margin: 3px 2px 0;
	height: 41px;
	width: 41px;
	border-radius: 6px;
	font-size: 22px;
	padding-top: 6px;
	text-align: center;
}
.btn2 i {}
.btn2:hover {
	/* color: #fff9c4 !important; */
}
.btn2-red {
	background: #ff2323 !important;
	border: 1px solid #861212 !important;
	color: #fff !important;
}
.btn2-red i {
	vertical-align: 1px;
}
.btn2-red:hover {
	background: #941515 !important;
	border-color: #350a0a !important;
}

.btn2-green {
	background: #009688 !important;
	border: 1px solid #065851 !important;
	color: #fff !important;
}
.btn2-green i {
	vertical-align: 1px;
}
.btn2-green:hover {
	background: #167970 !important;
	border-color: #023833 !important;
}

.btn2-blue {
	background: #008fd0 !important;
	border: 1px solid #073c54 !important;
	color: #fff !important;
}
.btn2-blue i {
	vertical-align: 1px;
}
.btn2-blue:hover {
	background: #0e668e !important;
	border: 1px solid #012231 !important;
}







/********* Start - Ajax Uploading Files ***********/
.drop_file_zone {
	background-color: #ffffff;
	border: #d4dfe8 1px dashed;
	border-radius: 2px;
	width: 100%;
	padding: 15px 8px;
	font-size: 18px;
	text-align: center;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	cursor: default !important;
}

.drag_upload_file {
	margin:0 auto;
}
.drag_upload_file p {
	text-align: center;
	font-size: 17px;
	margin: 0;
	color: #444a54;
	font-weight: 600;
}
.drag_upload_file h6 {
	margin: 8px auto 14px;
	font-family: AradFont !important;
	color: #9babb9;
	font-weight: 400;
	width: 70%;
}
.drag_upload_file input {
	font-size: 15px;
	margin: 0 auto;
	display: block;
	width: auto;
	padding: 0 25px !important;
}
.drag_upload_file .selectfile {
	display: none;
}

#mask_uploading_file {position: absolute;background: #23c7c72e url(../images/loader.gif) center no-repeat;background-size: contain;top: 1px;bottom: 0;right: 16px;left: 16px;z-index: 1;border-radius: 25px;display: none;}
#mask_uploading_file:before {
	content: "";
	vertical-align: baseline;
	width: 180px;
	height: 180px;
	background: url("../images/loader_1.gif") center;
	background-size: contain;
	display: block;
	right: calc(50% - 90px);
	top: calc(50% - 90px);
	position: absolute;
}


.panel_alert_block {
	border: 1px solid #d4efdd;
	padding: 30px;
	border-radius: 25px;
	background: #edf9f2;
	margin-bottom: 20px;
}
.panel_alert_block i {
	float: right;
	font-size: 46px;
	color: #a8ccb7;
}
.panel_alert_block h4 {
	padding-right: 50px;
	font-size: 19px;
	font-weight: 600;
	color: #397b55;
	margin-top: 14px;
}
.panel_alert_block h5 {}
.panel_alert_block ol {
	padding-right: 70px;
}
.panel_alert_block ol>li {font-size: 15px;line-height: 28px;color: #00352f;font-weight: 400;}
.panel_alert_block hr {
	margin-bottom: 0px;
	padding-bottom: 20px;
}


.form-control[readonly] {
    background-color: #ffffff !important;
    opacity: 1;
}




/********* Start - Account Balance Styles ***********/
.account-balance {
	display: block;
	border: 1px solid #f3e5d0;
	border-radius: 10px;
	background: #fffcf3;
	margin-bottom: 10px;
	padding: 15px 10px;
	position: relative;
}
.account-balance h4 {
	font-size: 13px;
	color: #ecd9bc;
	margin-bottom: 15px;
}
.account-balance h4:before {
	content: "\e850";
	font-size: 20px;
	margin-left: 2px;
	font-family: "icomoon";
	vertical-align: -5px;
}
.account-balance .amount {
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	color: #a2740c;
	margin-bottom: 0;
	padding-right: 20px;
}
.account-balance .amount span {
	font-size: 15px;
	/* position: absolute; */
	/* left: 20px; */
	/* bottom: 15px; */
	/* float: left; */
	margin-right: 10px;
	vertical-align: 3px;
}
/********* End - Account Balance Styles ***********/





/********* Start - Payment Result Styles ***********/
.payment_result {
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 20px 30px;
	text-align: center;
}
.payment_result .icon {
	font-size: 55px;
	display: block;
	margin: 4px auto 7px;
	text-align: center;
}
.payment_result h3 {
	font-weight: 600;
	margin-bottom: 15px;
}
.payment_result p {}
.payment_result .pending_order {
	border-radius: 20px;
	padding: 3px 7px;
	margin-top: 20px;
	display: block;
	width: 100%;
}
.payment_result .pending_order i {}

.payment_result.error {
	border-color: #dca29d;
	background: #ffdcd9;
	color: white;
}
.payment_result.error h3 {color: #f8513e;}
.payment_result.error p {color: #8e4c46;}
.payment_result.error .icon {color: #f8513e;}
.payment_result.error .pending_order {background: #f8513e;}

.payment_result.success {
	border-color: #9ddcd9;
	background: #d9fff1;
	color: white;
}
.payment_result.success h3 {color: #18a09a;}
.payment_result.success p {color: #364847;}
.payment_result.success .icon {color: #18a09a;}
.payment_result.success .pending_order {background: #18a09a;}

/********* End - Payment Result Styles ***********/



.profile-bx .profile-image {
	background-image: url("../images/circle.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.profile-bx .profile-image img {
	margin: 18px;
	width: 128px;
}

.profile_avatar {
	margin-left: 10px;
	height: 45px;
	width: 45px;
	border-radius: 3px;
}

.profile_avatar_main {
	margin-left: 10px;
	height: 100px;
	width: 100px;
	border-radius: 3px;
	/* margin-bottom: 12px; */
	float: right;
}

.profile_header_mask {
    z-index: -1;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.profile_header_main {
    color: #fff;
    direction: rtl;
    text-align: right;
    border-left: 1px solid #bdbdbd;
    padding-top: 10px;
    padding-bottom: 10px;
}
@media (max-width:768px) {
	.profile_header_main {
        border-left: 0px solid #bdbdbd;
        border-bottom: 1px solid #bdbdbd;
    }
}
.profile_name_location {
    display: inline-block;
    font-size: 11px;
    
    
    margin: 0;
    margin-top: 0px;
    margin-bottom: 4px;
    float: right;
    color: #dadada;width: calc(100% - 110px);
}
.profile_name_main {
    display: inline-block;
    font-size: 24px;
    vertical-align: middle;
    /* line-height: 72px; */
    margin: 0;
    margin-top: 3px;
    margin-bottom: 12px;
    float: right;
    width: calc(100% - 110px);
}

.profile_description_main {
    color: #fff;
    display: block;
    float: right;
    width: calc(100% - 110px);
}


.profile_banner {
	max-width: 100%;
	margin-bottom: 30px;
	border-radius: 6px;
}




.select2-container {
	width: 100% !important;
}

.select2-container--default .select2-selection--single {
	border-radius: 0.25rem;
	/* border: 1px solid #F4F5F9; */
	height: 36px;
	/* background: #fff; */
	/* transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; */
}

[data-theme-version="dark"] .select2-container--default .select2-selection--single {
	background: #181f39;
	border-color: #333a54;
}

.select2-container--default .select2-selection--single:focus, .select2-container--default .select2-selection--single.active, .select2-container--open .select2-selection--single {
	/* box-shadow: none; */
	border-color: #0aa4d6 ;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 34px;
	color: #000000;
	padding-right: 15px;
	min-height: 34px;
}

.select2-container--default .select2-selection--multiple {
	border-color: #f0f1f5;
	border-radius: 0;
}

.select2-dropdown {
	border-radius: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #0aa4d6 ;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border-color: #f0f1f5;
	background: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 0px;
	left: 15px;
}

.select2-container .select2-selection--multiple {
	min-height: 34px;
	color: #7e7e7e;
	border-radius: 0.25rem;
}

[data-theme-version="dark"] .select2-container .select2-selection--multiple {
	background: #181f39;
	border-color: #333a54;
}

[data-theme-version="dark"] .select2-search--dropdown .select2-search__field {
	background: #1e2746;
	border-color: #333a54;
}

.select2-dropdown {
	border-color: #0aa4d6 ;
	border-radius: 0.25rem;
}

[data-theme-version="dark"] .select2-dropdown {
	background: #181f39;
	border-color: #333a54;
}







.table-responsive .media img, .table-img {max-height: 50px;border: 1px solid #ccc;border-radius: 8px;margin-left: 10px;padding: 1px;}
.mask_block {
	position: absolute;
	background: #ababab52;
	top: -10px;
	bottom: -10px;
	right: -10px;
	left: -10px;
	z-index: 2;
	border-radius: 3px;
}

.type_focus_clear {
	display: block;
	position: absolute;
	cursor: pointer;
	left: 4px;
	top: 0px;
	font-size: 15px;
	width: 30px;
	height: 34px;
}
.type_focus_clear i {
	display: block;
	position: absolute;
	cursor: pointer;
	left: 0;
	top: 0;
	text-align: center;
	width: 30px;
	color: #a7a7a7;
	line-height: 34px;
}
.type_focus_clear:hover i {color: #da4453;}




.profile_devider {}
.page_nav a:hover {color: #fff !important; }




.getway_select {
	margin-top: 25px;
	border-bottom: 1px solid #dfe9f1;
	padding-bottom: 10px;
	direction: rtl;
	text-align: center;
}
.getway_select.mini {
    margin-top: 10px;
}
.getway_select .legend {
    border-bottom: 1px solid #dfe9f1;
    margin-bottom: 10px;
    padding-bottom: 4px;
    display: block;
    color: #90a7b9;
    font-size: 13px;
    text-align: center;
}
.getway_select.mini .legend {
    color: #212121;
    text-align: right;
    font-weight: 500;
}
.getway_select img {
	width: calc((100% / 10) - (10px / 10) - 10px);
	border-radius: 20px;
	margin: 5px;
	cursor: pointer;
	border: 3px solid #e1e9ef;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.getway_select.mini img {
	width: calc((100% / 4) - (10px / 4) - 8px);
	border: 2px solid #e1e9ef;
	border-radius: 10px;
}
.getway_select img:hover {
    border-color: #5a5c82;
}
.getway_select img.selected {border-color: #28a745 !important;}

.getway_select .getway_ico:nth-child(10n-10) {margin-right:0;}
.getway_select .getway_ico:nth-child(10n+1) {margin-left:0;}
.getway_select .getway_ico:first-child {margin-right:0 !important;}
.getway_select .getway_ico:last-child {margin-left:0 !important;}

.getway_select.mini .getway_ico:nth-child(10n-10) {margin-right:5px;}
.getway_select.mini .getway_ico:nth-child(10n+1) {margin-left:5px;}
.getway_select.mini .getway_ico:nth-child(4n-10) {margin-right:0; }
.getway_select.mini .getway_ico:nth-child(4n+1) {margin-left:0; }



.checkout_form_block {
    background: #fff;
    padding: 20px;
    margin-top: 10px !important;
    border-radius: 15px;
}
.checkout_form_block .control-label {
	margin-bottom: 4px;
	color: #7b98ad;
}
.checkout_form_block .btn, .checkout_form_block .form-control, .checkout_form_block .select2-selection--single {
	border-radius: 7px !important;
}

.tbl_selected_btn {
    display: block;
    color: #59768c;
}
.tbl_selected_btn i {
    display: block;
    font-size: 28px;
    margin-bottom: 2px;
}
.tbl_selected_btn span {
    font-size: 11px;
    line-height: 14px;
    display: block;
}



#overlay{
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  height:100%;
  background: rgb(255 255 255 / 66%);
}
#overlay img {
	position:absolute;
	width: 140px;
	left: calc(50% - 70px);
	top: calc(50% - 85px);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#overlay2 .cv-spinner {
  padding-bottom: 78px;
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% { 
    transform: rotate(360deg); 
  }
}
.is-hide{
  display:none;
}




/********* Start - Ticket styling ***********/

.msg_box {
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    margin-bottom: 5px;
    padding: 8px 10px;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 60vh;
    overflow-y: scroll;
    /* overflow-y: hidden; */
    background: white;
}

.msg_box .msg_empty {
    text-align: center;
    margin-top: calc((60vh / 2) - 70px);
}
.msg_box .msg_empty i {
    font-size: 90px;
    color: #e6e6e6;
    margin-bottom: 10px;
}
.msg_box .msg_empty p {
    font-size: 18px;
    color: #d2d2d2;
}

.msg_box .msg_item {
    background: #e0eef1;
    margin: 3px 0;
    display: inline-block;
    float: left;
    min-width: 60%;
    width: 450px;
    max-width: 90%;
    border-radius: 20px 20px 20px 3px;
    padding: 4px 12px;
}
.msg_box .msg_item .msg_user_name{
    font-size: 12px;
    font-weight: 400;
    color: #93b4bb;
    border-bottom: 1px solid #cee4e8;
}
.msg_box .msg_item .msg_text{
    line-height: 20px;
    padding: 10px 0;
    color: #002f3a;
    font-size: 14px;
}
.msg_box .msg_item .msg_time{
    font-size: 11px;
    font-weight: 400;
    color: #9dbcc2;
    border-top: 1px solid #cee4e8;
    text-align: left;
}
.msg_box .msg_item.self {
    background: #2aba66;
    float: right;
    border-radius: 20px 20px 3px 20px;
}
.msg_box .msg_item.self .msg_user_name{
    color: #005a26;
    border-bottom: 1px solid #16a752;
}
.msg_box .msg_item.self .msg_text{
    color: #ffffff;
}
.msg_box .msg_item.self .msg_time{
    color: #005a26;
    border-top: 1px solid #16a752;
}

/********* End - Ticket styling ***********/



.product_img {}
.product_img img {
    max-width: 100%;
    border: 2px solid #fff;
    transition: all .2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.product_img.no_img img { width: 100%; }
.product_img a img:hover {
    border: 2px solid #e1e1e1;
}

.product_img.gallery {
	width: calc((100% / 4) - (10px / 4) - 8px);
	margin: 5px;
	float: right;
}


.available_shop_list {
    /* padding: 5px 0; */
}
.available_shop_list li {
    padding: 10px 10px;
    position: relative;
    /* margin-bottom: 5px; */
    border-bottom: 1px solid #f3f3f3;
    height: 62px;
    transition: all .2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.available_shop_list li:hover {
    background: #fafafa;
}
.available_shop_list li a img {
    max-width: 100%;
    border-radius: 3px;
    width: 42px;
    height: 42px;
}
.available_shop_list li>a {
    float:  right;
    width: 42px;
}
.available_shop_list li a:hover {}
.available_shop_list li div {
    display: block;
    float: right;
    width: calc(100% - 50px);
    margin-right: 8px;
}
.available_shop_list li div.shop_name {
    font-size: 14px;
    font-weight: bold;
    color: #323e70;
    margin-top: 2px;
}
.available_shop_list li div.shop_name a {
    font-size: 14px;
    font-weight: bold;
    color: #323e70;
    margin-top: 2px;
}
.available_shop_list li div.shop_price {
    font-size: 13px;
    color: #0aa4d6;
    margin-top: 3px;
}
.available_shop_list li div.shop_off {
    display: block;
    background: #0aa4d6;
    position: absolute;
    color: #fff;
    padding: 1px 3px 0;
    font-size: 10px;
    font-weight: 500;
    line-height: 16px;
    border-radius: 3px;
    top: 10px;
    left: 10px;
    width: auto;
    float: none;
    margin-right: unset;
}

.available_shop_list li.not_available {
    text-align: center;
    color: #919191;
    padding: 40px 10px;
    display: block;
    height: auto;
}
.available_shop_list li.not_available img {
    max-width: 50% !important;
}
.available_shop_list li.not_available h6 {
    margin-top: 15px;
}



.no_comment {
    text-align: center;
    padding: 20px;
}
.no_comment img {
    max-width: 100%;
    width: 150px;
    margin-top: 10px;
}
.no_comment h6 {
    color: #b4b4b4;
    margin-top: 12px;
}


.icon-block {
	max-width: 100%;
	width: 90px;
	display: block;
	margin: 0 auto;
}








/********* Search Block *********/
.search_block {
    position: relative;
    border-radius: 8px;
    direction: rtl;
    text-align: right;
    /* margin-top: 15px; */
    /* padding: 10px 15px 15px; */
    width: 100%;
}

.search_block .search-field {
	width: 100%;
	height: 43px;
	background-color: #ffffff;
	padding: 0 43px 0 43px;
	border-radius: 8px;
	border: 1px solid #e6e6e6;
	z-index: 1;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.search_block .search-field:focus {
	border: 1px solid #0000008f;
}

.theme-dark .search_block .search-field { color: #585e67 !important;}
.theme-dark .search_block .search-field::placeholder { color: #adb4bf !important;}

.search_block .search-field:focus+.fa-align-left {color: #ff9b00;}
.search_block .fa-align-left {
    position: absolute;
    top: 0;
    right: 0;
    color: #ececec;
    font-size: 20px;
    height: 43px;
    line-height: 43px;
    width: 43px;
    text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.search_block .fa-search, .search_block .fa-times {
    position: absolute;
    top: 0;
    left: 0;
    color: #d8d8d8;
    font-size: 20px;
    height: 43px;
    line-height: 43px;
    width: 43px;
    text-align: center;
}
.search_block .fa-times {
	color: #96a8bf; 
	cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.search_block .fa-times:hover { color: #747a83; }


.ajax-search-result {
	width: 100%;
	background: #fff;
	border-radius: 8px;
	position: absolute;
	right: 0;
	top: 45px;
	box-shadow: 0 5px 10px #00000040;
	padding: 5px 5px 0;
	display: none;
	max-height: 46vh;
	overflow-y: auto;
	z-index: 9999;
}

@media (min-width: 992px) and (max-width: 1200px) {
	.ajax-search-result {
		position: fixed;
		width: calc(100% - 30px);
		margin: 12px 15px 0;
	}
}

.ajax-search-result li {
	border-radius: 5px;
	display: block;
	width: 100%;
	cursor: pointer;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	height: 50px;
}
.ajax-search-result li:hover {
	background: #f0f0f0;
}
.ajax-search-result li.not_found {
	text-align: center;
	padding-bottom: 8px;
	cursor: default;
	margin-bottom: 5px;
	height: auto;
}
.ajax-search-result li.not_found img {
	height: 120px;
}
.ajax-search-result li.not_found img+p {
    color: #607d95;
    margin-bottom: 1px;
    line-height: 11px;
}
.ajax-search-result li.not_found img+p+p {
	color: #d4d4d4;
	font-size: 13px;
	margin-bottom: 5px;
}



.search_in_mobile {
	width: 100%;
	padding: 5px 5px;
}
.search_in_mobile li {
	border-radius: 5px;
	display: block;
	width: 100%;
	cursor: pointer;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	height: 50px;
}
.search_in_mobile li:hover {
	background: #f0f0f0;
}
.search_in_mobile li.not_found {
	text-align: center;
	padding-bottom: 8px;
	cursor: default;
	margin-bottom: 5px;
	height: auto;
}
.search_in_mobile li.not_found img {
	height: 120px;
}
.search_in_mobile li.not_found img+p {
    color: #607d95;
    margin-bottom: 1px;
    line-height: 11px;
}
.search_in_mobile li.not_found img+p+p {
	color: #d4d4d4;
	font-size: 13px;
	margin-bottom: 5px;
}



.search_result {
	float: right;
	margin-bottom: 5px;
	padding: 5px 5px;
	/* height: 55px; */
}
.search_result.focus {
	background: #f0f0f0;
}
.search_result a {
	display: block;
}
.search_result a .search_thumb {
	display: inline-block;
	max-width: 40px;
	max-height: 40px;
	float: right;
	margin-left: 5px;
	border-radius: 3px;
	width: 60px;
	height: 60px;
}
.search_result a .search_content {
	display: inline-block;
	/* height: 51px; */
}
.search_result a .search_content.product {
	width: calc(100% - 65px);
}
.search_result a .search_content h6 {
	font-size: 14px !important;
	color: #333f70;
	margin-bottom: 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	direction: rtl;
}
.search_result a .search_content h6 i {
	font-size: 11px;
	color: #a9a9a9;
	margin: 1px 2px 0;
	vertical-align: -1px;
}
.search_result a .search_content p {
	font-size: 11px;
	margin-top: 3px;
	margin-bottom: 3px;
	line-height: 15px;
	color: #8bbfcf;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	direction: rtl;
}
.search_result a .search_content h6+p+p {
	color: #bfb2c7;
	font-size: 12px;
}

/********** End   - Search Styling ***********/




/********** START  - Progress Bar ***********/
.flexer,
.progress-indicator {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.no-flexer,
.progress-indicator.stacked {
  display: block;
}
.no-flexer-element {
  -ms-flex: 0;
  -webkit-flex: 0;
  -moz-flex: 0;
  flex: 0;
}
.flexer-element,
.progress-indicator > li {
  -ms-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
}
.progress-indicator {
  margin: 0 0 1em;
  padding: 0;
  font-size: 80%;
  text-transform: uppercase;
}
.progress-indicator > li {
  list-style: none;
  text-align: center;
  width: auto;
  padding: 0;
  margin: 0;
  position: relative;
  text-overflow: ellipsis;
  color: #bbb;
  display: block;
font-size: 12px;font-weight: 500;}
.progress-indicator > li:hover {
  color: #6f6f6f;
}
.progress-indicator i {
	width: unset !important;
}
.progress-indicator > li.completed,
.progress-indicator > li.completed .bubble {
  color: #28a745;
}
.progress-indicator > li .bubble {
  border-radius: 1000px;
  width: 20px;
  height: 20px;
  background-color: #bbb;
  display: block;
  margin: 0.5em auto 0;
  border-bottom: 1px solid #888;
}
.progress-indicator > li .bubble:after,
.progress-indicator > li .bubble:before {
  display: block;
  position: absolute;
  top: 15px;
  width: 100%;
  height: 3px;
  content: "";
  background-color: #bbb;
}
.progress-indicator > li.completed .bubble,
.progress-indicator > li.completed .bubble:after,
.progress-indicator > li.completed .bubble:before {
  background-color: #28a745;
  border-color: #002a0a;
}
.progress-indicator > li .bubble:before {
  right: 0;
}
.progress-indicator > li .bubble:after {
  left: 0;
}
.progress-indicator > li:first-child .bubble:after,
.progress-indicator > li:first-child .bubble:before {
  width: 50%;
  margin-right: 50%;
}
.progress-indicator > li:last-child .bubble:after,
.progress-indicator > li:last-child .bubble:before {
  width: 50%;
  margin-left: 50%;
}
.progress-indicator > li.active,
.progress-indicator > li.active .bubble {
  color: #337ab7;
}
.progress-indicator > li.active .bubble,
.progress-indicator > li.active .bubble:after,
.progress-indicator > li.active .bubble:before {
  background-color: #337ab7;
  border-color: #122a3f;
}
.progress-indicator > li a:hover .bubble,
.progress-indicator > li a:hover .bubble:after,
.progress-indicator > li a:hover .bubble:before {
  background-color: #5671d0;
  border-color: #1f306e;
}
.progress-indicator > li a:hover .bubble {
  color: #5671d0;
}
.progress-indicator > li.danger .bubble,
.progress-indicator > li.danger .bubble:after,
.progress-indicator > li.danger .bubble:before {
  background-color: #d3140f;
  border-color: #440605;
}
.progress-indicator > li.danger .bubble {
  color: #d3140f;
}
.progress-indicator > li.warning .bubble,
.progress-indicator > li.warning .bubble:after,
.progress-indicator > li.warning .bubble:before {
  background-color: #edb10a;
  border-color: #5a4304;
}
.progress-indicator > li.warning .bubble {
  color: #edb10a;
}
.progress-indicator > li.info .bubble,
.progress-indicator > li.info .bubble:after,
.progress-indicator > li.info .bubble:before {
  background-color: #5b32d6;
  border-color: #25135d;
}
.progress-indicator > li.info .bubble {
  color: #5b32d6;
}
.progress-indicator.stacked > li {
  text-indent: -10px;
  text-align: center;
  display: block;
}
.progress-indicator.stacked > li .bubble:after,
.progress-indicator.stacked > li .bubble:before {
  right: 50%;
  margin-right: -1.5px;
  width: 3px;
  height: 100%;
}
.progress-indicator.stacked .stacked-text {
  position: relative;
  z-index: 10;
  top: 0;
  margin-right: 60% !important;
  width: 45% !important;
  display: inline-block;
  text-align: right;
  line-height: 1.2em;
}
.progress-indicator.stacked > li a {
  border: none;
}
.progress-indicator.stacked.nocenter > li .bubble {
  margin-right: 0;
  margin-left: 0;
}
.progress-indicator.stacked.nocenter > li .bubble:after,
.progress-indicator.stacked.nocenter > li .bubble:before {
  right: 10px;
}
.progress-indicator.stacked.nocenter .stacked-text {
  width: auto !important;
  display: block;
  margin-right: 40px !important;
}
@media handheld, screen and (max-width: 400px) {
  .progress-indicator {
    font-size: 60%;
  }
}

/********** END  - Progress Bar ***********/




