@charset "UTF-8";
@font-face {
  font-family: 'DIN-NEXT-BOLD';
  src: url(../vendor/fonts/DIN-NEXT-BOLD.otf); }

@font-face {
  font-family: 'DIN-NEXT-MEDIUM';
  src: url(../vendor/fonts/DIN-NEXT-MEDIUM.otf); }

@font-face {
  font-family: 'DIN-NEXT-REGULAR';
  src: url(../vendor/fonts/DIN-NEXT-REGULAR.otf); }

@font-face {
  font-family: 'DIN-NEXT-LIGHT';
  src: url(../vendor/fonts/DIN-NEXT-LIGHT.ttf); }

/* line 10, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_colors.scss */
.hoss {
  color: #ddd; }

/* line 1, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_general.scss */
*, *:focus {
  outline: none !important; }

/* line 5, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_general.scss */
a, a:hover, a:focus {
  text-decoration: none; }

/* line 8, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_general.scss */
img {
  display: block;
  max-width: 100%; }

/* line 12, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_general.scss */
p {
  margin: 0; }

/* line 16, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_general.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0; }

/* line 20, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_general.scss */
body {
  direction: ltr;
  background: #fff;
  color: #555;
  font-family: "DIN-NEXT-REGULAR";
  font-size: 16px;
  line-height: 30px; }

/* line 28, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_general.scss */
.wrapper {
  position: relative;
  width: 100%;
  overflow: hidden; }

/* line 34, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_general.scss */

/***********/
.mega-menu{
    display: none
}
.page-content {
  position: relative;
  width: 100%;
  padding: 20px 0; }

/* line 1, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_lists.scss */
ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block; }

/*Rate List*/
/* line 9, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_lists.scss */
ul.rating {
  overflow: hidden; }

/* line 12, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_lists.scss */
ul.rating li {
  float: right;
  font-size: 13px;
  margin: 0 2px;
  line-height: 25px;
  color: #555; }

/*sepecefications list*/
/* line 23, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_lists.scss */
ul.sepecefications > li {
  overflow: hidden;
  border-bottom: 1px solid #f2f2f2; }

/* line 28, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_lists.scss */
ul.sepecefications > li > span {
  width: 25%;
  display: block;
  float: right;
  padding: 0 23px;
  line-height: 40px;
  font-size: 17px;
  font-weight: 600;
  position: relative;
  background: #f5f5f5; }

/* line 39, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_lists.scss */
ul.sepecefications > li > span:last-child {
  display: block;
  float: right;
  width: 75%;
  border: none;
  background: #fbfbfb; }

@media (max-width: 767px) {
  /* line 47, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_lists.scss */
  ul.sepecefications > li > span,
  ul.sepecefications > li > span:last-child {
    float: none;
    width: 100%; } }

/*description-list*/
/* line 55, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_lists.scss */
ul.description-list {
  margin-top: 20px; }

/* line 58, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_lists.scss */
ul.description-list > li {
  position: relative;
  line-height: 30px;
  font-size: 15px;
  font-weight: 600;
  padding-right: 17px;
  margin-bottom: 5px;
  color: #6f6f6f; }

/* line 67, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_lists.scss */
ul.description-list > li:before {
  position: absolute;
  content: "";
  top: 14px;
  right: 0;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background-color: #555; }

/*breadcrumb*/
/* line 79, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_lists.scss */
ul.breadcrumb {
  font-size: 16px;
  margin: 20px 0 0;
  padding: 0px 0px; }

/* line 84, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_lists.scss */
ul.breadcrumb a {
  color: #888; }

/* line 87, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_lists.scss */
ul.breadcrumb a i {
  color: #555; }

/* line 91, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_lists.scss */
ul.breadcrumb > li + li:before {
  color: #ccc;
  content: "/\00a0";
  padding: 0 6px; }

/*social-list*/
/* line 100, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_lists.scss */
.social-list {
  overflow: hidden;
  display: flex; }

/* line 104, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_lists.scss */
.social-list a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
  background: #f1f1f1;
  color: #555;
  margin-right: 15px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s; }

/* line 121, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_lists.scss */
.social-list a:hover {
  background: #eee; }

/*Page Overlay*/
/* line 2, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_overlays.scss */
.page-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden; }

/* line 15, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_overlays.scss */
.page-overlay.in {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  visibility: visible; }

/*Page Overlay*/
/* line 23, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_overlays.scss */
.element-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

/* line 39, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_overlays.scss */
.element-overlay.in {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  visibility: visible; }

/*mobilemenu overlay*/
/* line 45, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_overlays.scss */
.mobilemenu-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s; }

/* line 62, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_overlays.scss */
.mobilemenu-overlay.in {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s; }

/* line 1, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_buttons.scss */
.custom-btn {
  display: block;
  width: 100%;
  line-height: 40px;
  text-align: center;
  padding: 0;
  border: 0;
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  background: #0095A9;
  color: #fff;
  opacity: 1;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s; }

/* line 18, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_buttons.scss */
.custom-btn:focus,
.custom-btn:hover {
  color: #fff;
  opacity: 0.8; }

/* line 1, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_forms.scss */
[type=email], [type=number], [type=tel], [type=url] {
  direction: rtl; }

/* line 5, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_forms.scss */
.form-group {
  margin-bottom: 20px;
  text-align: right; }

/* line 9, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_forms.scss */
.form-group > label {
  display: inline-block;
  line-height: 30px;
  max-width: 100%;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 16px; }

/* line 17, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_forms.scss */
.form-group .form-control {
  padding: 8px 10px 8px 10px;
  height: 45px;
  width: 100%;
  border-radius: 3px;
  box-shadow: none;
  font-weight: 600;
  font-size: 15px;
  color: #777;
  border: 1px solid #ddd;
  background-color: #fff; }

/* line 30, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_forms.scss */
.form-group textarea.form-control {
  height: auto;
  resize: none; }

/* line 35, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_forms.scss */
.radio-check input[type="radio"],
.radio-check input[type="checkbox"] {
  display: none; }

/* line 39, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_forms.scss */
.radio-check input[type="checkbox"] + label,
.radio-check input[type="radio"] + label {
  position: relative;
  width: auto !important;
  margin: 0 0 0 17px !important;
  padding-right: 32px;
  font-weight: 600;
  font-size: 16px; }

/* line 49, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_forms.scss */
.radio-check input[type="checkbox"] + label::before,
.radio-check input[type="radio"] + label::before {
  content: "";
  display: block;
  text-align: center;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 0;
  top: -17px;
  width: 22px;
  height: 22px;
  border-radius: 3px;
  font-size: 14px;
  line-height: 21px;
  background: #fff;
  border: 1px solid #eaeaea;
  color: inherit; }

/* line 68, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_forms.scss */
.radio-check input[type="checkbox"] + label::before {
  top: 0px; }

/* line 71, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_forms.scss */
.radio-check input[type="radio"] + label::before {
  border-radius: 50%; }

/* line 74, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_forms.scss */
.radio-check input[type="checkbox"] + label:empty,
.radio-check input[type="radio"] + label:empty {
  width: 22px !important;
  padding-left: 0px;
  margin: 0px !important; }

/* line 80, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_forms.scss */
.radio-check input[type="checkbox"]:checked + label::before,
.radio-check input[type="radio"]:checked + label::before {
  content: '\f00c';
  /*f111*/ }

/* line 87, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_forms.scss */
.fileupload {
  display: inline-block;
  overflow: hidden;
  position: relative; }

/* line 92, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_forms.scss */
.fileupload .fileicon {
  float: right;
  display: block;
  width: 60px;
  height: 60px; }

/* line 98, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_forms.scss */
.fileupload .fileicon i {
  display: block;
  line-height: 60px;
  text-align: center;
  font-size: 45px;
  color: #555;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  transition: color 0.4s; }

/* line 109, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_forms.scss */
.fileupload .filebody {
  float: right;
  line-height: 60px; }

/* line 113, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_forms.scss */
.fileupload .filebody p {
  margin: 0 10px 0 0;
  font-size: 18px;
  line-height: 60px;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  transition: color 0.4s; }

/* line 121, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_forms.scss */
.fileupload:hover p,
.fileupload:hover i {
  color: #FF7AA4; }

/* line 126, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_forms.scss */
input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  height: 60px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0); }

/* line 2, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_tabs.scss */
.tab-wrapper {
  position: relative;
  overflow: hidden; }

/* line 6, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_tabs.scss */
.tab {
  overflow: hidden; }

/* line 9, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_tabs.scss */
.tab li {
  display: block;
  float: right;
  margin: 0 0 0 5px; }

/* line 14, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_tabs.scss */
.tab li a {
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 600;
  padding: 0px 45px;
  color: #454545;
  background: #fafafa;
  border: 1px solid #fafafa;
  border-bottom: 0; }

/* line 27, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_tabs.scss */
.tab li a:hover {
  color: #333; }

/* line 30, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_tabs.scss */
.tab li:first-child a {
  border-right: none; }

/* line 33, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_tabs.scss */
.tab li.active a {
  background: #0095A9;
  border-color: #0095A9;
  color: #fff; }

/* line 39, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_tabs.scss */
.tab-content {
  width: 100%;
  padding: 30px 25px;
  background: #fafafa;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08); }

@media only screen and (max-width: 767px) {
  /* line 49, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_tabs.scss */
  .tab li {
    display: block;
    float: none;
    margin-bottom: 0px;
    margin-right: 0; }
  /* line 55, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_tabs.scss */
  .tab-content {
    padding: 10px 15px; } }

/* Bootstrap Tabs*/
/* line 60, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_tabs.scss */
.nav-tabs {
  margin: 20px 0 10px;
  text-align: center;
  border: 0; }

/* line 65, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_tabs.scss */
.nav-tabs > li {
  margin-bottom: 0;
  display: inline-block;
  float: none; }

@media (max-width: 767px) {
  /* line 71, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_tabs.scss */
  .nav-tabs > li {
    width: 100%;
    float: none;
    margin-bottom: 2px; }
  /* line 76, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_tabs.scss */
  .nav-tabs > li > a {
    margin-right: 0 !important; } }

/* line 80, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_tabs.scss */
.nav-tabs > li > a {
  margin-right: -1px;
  border: none !important;
  border-radius: 0;
  padding: 12px 20px;
  position: relative;
  background: none;
  color: #000; }

/* line 89, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_tabs.scss */
.nav-tabs > li > a:hover {
  color: #E84C3D; }

/* line 92, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_tabs.scss */
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #E84C3D;
  background: #fff; }

/* line 100, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_tabs.scss */
.nav-tabs > li > a .fa {
  margin-right: 4px; }

/* line 104, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_tabs.scss */
.nav-tabs .tab-content {
  padding: 30px 28px;
  background: #fff; }

/* line 108, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_tabs.scss */
.nav-tabs .tab-content:before,
.nav-tabs .tab-content:after {
  content: " ";
  display: table; }

/* line 113, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_tabs.scss */
.nav-tabs .tab-content:after {
  clear: both; }

/* Misc
============================*/
/*Classes*/
/* line 5, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_misc.scss */
.promotion-title {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  left: auto;
  width: auto;
  background-color: #0095A9;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  padding: 1px 10px 5px;
  border-radius: 5px; }

/*Section Settings*/
/* line 21, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_misc.scss */
.section-head {
  text-align: center;
  margin-bottom: 20px; }

/* line 25, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_misc.scss */
.section-head .section-title {
  display: inline-block;
  font-family: 'DIN-NEXT-MEDIUM';
  font-size: 22px;
  line-height: 40px; }

/*Item Box*/
/* line 32, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_misc.scss */
.item-box {
  position: relative;
  width: 100%;
  padding: 15px 15px 20px;
  border-radius: 3px;
  margin-bottom: 20px;
  background-color: #fafafa;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08); }

/* line 44, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_misc.scss */
.item-box .item-box-head {
  display: flex;
  justify-content: space-between !important;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 20px; }

/* line 50, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_misc.scss */
.item-box .item-box-head .title {
  line-height: 30px;
  padding-bottom: 9px;
  font-family: 'DIN-NEXT-BOLD';
  font-size: 17px;
  color: #555; }

/* line 57, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_misc.scss */
.item-box .item-box-head .show-more {
  font-family: 'DIN-NEXT-BOLD';
  font-size: 14px;
  color: #555; }

/*Swiper Settings*/
/* line 64, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_misc.scss */
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: auto;
  position: relative;
  transition-property: transform; }

/* line 71, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_misc.scss */
.swiper-button-prev, .swiper-button-next {
  width: 50px;
  height: 50px;
  background-color: #555;
  color: #fff;
  border-radius: 100%;
  cursor: pointer;
  transition: opacity .3s ease;
  opacity: .3; }

/* line 81, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_misc.scss */
.swiper-container-rtl .swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  display: block;
  position: relative;
  content: "\f30a";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 30px;
  line-height: 50px;
  top: 2px; }

/* line 92, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_misc.scss */
.swiper-container-rtl .swiper-button-prev:after {
  content: "\f30b"; }

/* line 95, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_misc.scss */
.swiper-button-prev:hover, .swiper-button-next:hover {
  opacity: 1; }

/* line 98, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_misc.scss */
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  display: none; }

/*Currency Language Swicher*/
/* line 106, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_misc.scss */
.cl-swicher .cl-toggle {
  display: block;
  border: none;
  background: none;
  padding: 0; }

/* line 112, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_misc.scss */
.cl-swicher .dropdown-menu {
  position: absolute;
  display: none;
  min-width: 280px;
  padding: 15px 20px;
  color: #212529;
  text-align: right;
  background-color: #fff;
  border: none;
  border-radius: 5px; }

/* line 123, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_misc.scss */
.cl-swicher .dropdown-menu.show {
  display: block; }

/* line 127, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_misc.scss */
.cl-swicher .dropdown-menu > li {
  display: block;
  width: 100%;
  padding: 7px 0; }

/* line 133, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_misc.scss */
.cl-option {
  border: none;
  background: none;
  display: block;
  width: 100%;
  text-align: right;
  padding: 0; }

/* line 141, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_misc.scss */
.cl-option span,
.cl-toggle span {
  display: block;
  float: right;
  line-height: 25px;
  height: 30px;
  font-size: 16px; }

/* line 149, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_misc.scss */
.cl-flag {
  display: block;
  float: right;
  width: 26px;
  height: 16px;
  margin-top: 7px;
  background-size: cover;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAgCAIAAADbtmxLAAACiklEQVR4AWKQALRbDjyCNGEQ/hufbZzXtm3btm3btm3btm0b8dXZ4XonGaufflE1is9u1EIAEUBfWAggAojFXorZXkrSV1fYS0M3xh5X9GIcOJ3l6W3EzBLd7NJ9C7uqw8qThTzVscgGGjLaSoh6a7rlhODu71p0coGGFwxEasqX0VI8sTKb3JBXM9jywIDNPTdUPshodGmKxkrYNSfEOSuoa2oAzwCopKc2pCyRylJo52ivoq8hsjK1tKfugoEw+4S6nK2Dnbz28rjaLC4XBdUwi5DSBBwXd9dU9TdVDTTrRNlieETOvygmuDTBMM4JWyAqBBmnNxVeMBBibpPqU9nfiKkjNv/ps3I4yWFsj9wwPjdllVCz/I4KXlel3plhBCawJA6s+rGOyOnByZFFskd2a+kFA2Ew74JITH1td/Pk/LR3djimOgOniBydjRhStri1gjqLqkpDzHwKo3wLo6X89ZyyAvEYaFIb8y8Y6E9tBu0oWwTfINZxaGGczIwPS3hFim60HaIyu76IYuqZGcIVVDGwgkri/9CiR1q98iOWttfaJ/suGIjSQjC9uQhl2zDSjkL5V5e5baIXNDltZYn1OSgvFBCTnSTa6hcNGpQOgpTbXo4Ugw8JxcEFAyFfGListx5FjeJA47wqZPQ2q4N0VmsJu5OsUbwzuh1jo+9QxSg7iIJWpA2AQHwpwvi9Cvnb42+USH9Upfz0AWQKBz+pUb29Qmsl8rUSCWEdBNAtB0JRXxEQ2hjeCaOAAqHbYVXocAgxTDepPhftHV+bDbHumOwPLU+ClKPpLj1CkL6nxlyvlidGXI+NOLE8MuTA8tCQHQv+BWAmcL3m0S5YHlFDBBABRADdKqDnRBP0feq3iZIAAAAASUVORK5CYII=);
  margin-left: 8px;
  border-radius: 5px; }

/* line 1, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_banners.scss */
.banner-section {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px; }

/* line 6, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_banners.scss */
.banner-section img {
  width: 100%;
  height: auto; }

/* line 11, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_banners.scss */
.swiper-banner .swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  display: inline-block;
  border-radius: 0;
  background: #000;
  opacity: 0.2; }

/* line 19, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_banners.scss */
.swiper-banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #555; }

/* line 1, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_iconboxes.scss */
.icon-box {
  display: block;
  text-align: center;
  padding: 15px;
  background-color: #fff;
  border: 2px solid #f5f5f5;
  border-radius: 10px; }

/* line 9, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_iconboxes.scss */
.icon-box .icon-head {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #0095A9;
  margin-bottom: 10px;
  border-radius: 100%; }

/* line 18, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_iconboxes.scss */
.icon-box .icon-head img {
  display: inline-block; }

/* line 21, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_iconboxes.scss */
.icon-box .icon-head i {
  display: inline-block;
  color: #fff;
  line-height: 50px;
  font-size: 24px; }

/* line 32, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_iconboxes.scss */
.icon-box .icon-cont h3 {
  font-family: 'DIN-NEXT-MEDIUM';
  font-size: 18px;
  line-height: 35px;
  margin-bottom: 5px; }

/* line 39, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_iconboxes.scss */
.icon-box .icon-cont p {
  font-size: 15px; }

/* line 1, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_testimonials.scss */
.swiper-testimonials {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

/* line 10, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_testimonials.scss */
.swiper-testimonials.swiper-container-horizontal > .swiper-pagination-bullets {
  position: static;
  margin-top: 20px; }

/* line 15, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_testimonials.scss */
.swiper-testimonials .swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  display: inline-block;
  border-radius: 0;
  background: #000;
  opacity: 0.2; }

/* line 23, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_testimonials.scss */
.swiper-testimonials .swiper-pagination-bullet-active {
  opacity: 1;
  background: #555; }

/* line 28, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_testimonials.scss */
.testimonial-item {
  position: relative;
  padding: 30px 30px;
  border-radius: 10px;
  text-align: center;
  background-color: #fff;
  border: 2px solid #f5f5f5; }

/* line 36, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_testimonials.scss */
.testimonial-item .testimonial-img {
  position: relative;
  display: inline-block;
  margin-bottom: 10px; }

/* line 41, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_testimonials.scss */
.testimonial-item .testimonial-img img {
  height: 80px;
  width: 80px;
  border-radius: 100%; }

/* line 46, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_testimonials.scss */
.testimonial-item .testimonial-img:before {
  content: "\f10d";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 0px;
  left: -15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  font-size: 12px;
  background-color: #555;
  color: #fff; }

/* line 61, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_testimonials.scss */
.testimonial-item .testimonial-comment {
  margin-bottom: 10px; }

/* line 64, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_testimonials.scss */
.testimonial-item .testimonial-comment p {
  line-height: 30px;
  font-size: 16px; }

/* line 68, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_testimonials.scss */
.testimonial-item .testimonial-info h3 {
  font-family: 'DIN-NEXT-MEDIUM';
  font-size: 17px;
  line-height: 30px; }

/* line 74, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/global/_testimonials.scss */
.testimonial-item .testimonial-info > span {
  display: block;
  line-height: 20px;
  font-size: 14px; }

/* line 2, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_login-register.scss */
.mfp-dialog {
  padding: 25px 20px 25px;
  width: 370px;
  margin: 0 auto;
  position: relative;
  background: #fff; }

@media (max-width: 400px) {
  /* line 10, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_login-register.scss */
  .mfp-dialog {
    padding: 25px 15px 25px;
    width: 100%;
    margin: 0 auto;
    position: relative; } }

/* line 19, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_login-register.scss */
.login-register-head {
  overflow: hidden;
  margin-bottom: 20px;
  text-align: center; }

/* line 24, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_login-register.scss */
.login-register-head > h3 {
  line-height: 40px;
  font-size: 20px;
  margin: 0; }

/* line 29, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_login-register.scss */
.login-register-head > a {
  line-height: 40px;
  display: block;
  float: left;
  padding: 0 20px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px; }

/* line 38, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_login-register.scss */
.dialog-txt {
  display: block;
  line-height: 30px;
  text-align: center;
  margin-top: 15px;
  font-weight: 600;
  font-size: 16px;
  color: #333;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s; }

/* line 50, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_login-register.scss */
.dialog-txt:hover {
  color: #555; }

/* line 57, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_login-register.scss */
.resend-time {
  display: block;
  text-align: center; }

/* line 61, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_login-register.scss */
.resend-type {
  text-align: center;
  margin-bottom: 0;
  display: flex;
  justify-content: space-evenly; }

/* line 67, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_login-register.scss */
.resend-btn {
  background: none;
  border: none; }

/*Header Top
============================*/
/* line 4, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_header.scss */
.header-top {
  width: 100%;
  height: 40px;
  z-index: 100;
  background-color: #f8f8f8; }

/* line 10, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_header.scss */
.header-top .top-header-cont {
  display: flex;
  justify-content: space-between !important; }

/* line 14, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_header.scss */
.top-header-actions {
  display: flex; }

/* line 17, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_header.scss */
.header-top .log-reg {
  line-height: 38px;
  font-size: 16px;
  margin-left: 30px;
  color: #0095A9; }

/* line 23, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_header.scss */
.header-top .log-reg:before {
  content: "\f007";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 16px;
  margin-left: 5px; }

/* line 30, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_header.scss */
.header-top .cl-swicher {
  margin-left: 30px;
  padding: 5px 0; }

/* line 35, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_header.scss */
.top-header-menu {
  display: flex; }

/* line 38, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_header.scss */
.top-header-menu ul.contact-menu {
  display: flex; }

/* line 41, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_header.scss */
.top-header-menu ul.contact-menu > li {
  line-height: 40px;
  margin-right: 20px;
  color: #0095A9;
  font-size: 15px; }

/* line 47, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_header.scss */
.top-header-menu ul.contact-menu > li i {
  color: #0095A9;
  margin-left: 3px; }

/* line 51, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_header.scss */
.top-header-menu ul.contact-menu > li span {
  color: #0095A9; }

/* line 55, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_header.scss */
.top-header-menu ul.contact-menu > li a {
  display: block;
  line-height: 40px; }

@media (max-width: 991px) {
  /* line 61, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_header.scss */
  .header-top {
    display: none; } }

/*main-header*/
/* line 68, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_header.scss */
.main-header {
  background: #fff; }

/* line 71, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_header.scss */
.main-header-cont {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  width: 100%;
  padding: 15px 0; }

/* line 79, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_header.scss */
.main-header .logo {
  margin-left: auto; }

/* line 82, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_header.scss */
.main-header .logo img {
  width: auto;
  height: 60px; }

/* line 86, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_header.scss */
.main-header .head-search {
  position: relative;
  flex: 0.7;
  border-radius: 5px;
  overflow: hidden;
  background: #f6f6f6; }

/* line 95, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_header.scss */
.head-search .search-input {
  display: block;
  float: right;
  width: 100%;
  line-height: 48px;
  border: none;
  border-radius: 0;
  padding-left: 50px;
  padding-right: 20px;
  background: #f6f6f6; }

/* line 107, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_header.scss */
.head-search .search-button {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  line-height: 50px;
  border-radius: 0px 5px 5px 0px;
  text-align: center;
  border: 0;
  padding: 0;
  background: #f6f6f6; }

/* line 121, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_header.scss */
.head-search .search-button:after {
  content: "\f002";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 16px;
  line-height: 9px;
  vertical-align: middle;
  color: #555;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s; }

/* line 133, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_header.scss */
.head-cart {
  display: block;
  position: relative;
  float: right;
  line-height: 50px;
  padding: 0px;
  border: none;
  border-radius: 3px;
  overflow: hidden;
  margin-right: auto;
  background: #f8f8f8;
  color: #0095A9;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  transition: background-color 0.4s; }

/* line 149, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_header.scss */
.head-cart:hover {
  background: #f0f0f0; }

/* line 153, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_header.scss */
.head-cart .cart-icon {
  float: right;
  width: 45px;
  font-size: 18px;
  text-align: center;
  border-left: 1px solid rgba(0, 0, 0, 0.07); }

/* line 161, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_header.scss */
.head-cart .cart-count {
  position: absolute;
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 100px;
  right: 35px;
  top: 16px;
  font-size: 11px;
  text-align: center;
  font-weight: 700;
  background: #0095A9;
  color: #fff; }

/* line 176, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_header.scss */
.head-cart .cart-txt {
  padding: 0 15px 0 15px;
  float: right;
  font-weight: 700;
  font-size: 15px; }

@media (max-width: 991px) {
  /* line 183, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_header.scss */
  .main-header {
    border-top: 4px solid #0095A9;
    border-bottom: 1px solid #f5f5f5; }
  /* line 187, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_header.scss */
  .main-header-cont {
    padding: 10px 0; }
  /* line 190, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_header.scss */
  .main-header .logo img {
    height: 50px; }
  /* line 193, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_header.scss */
  .main-header .head-search {
    flex: 0.9; }
  /* line 196, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_header.scss */
  .head-search .search-input {
    line-height: 43px; }
  /* line 199, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_header.scss */
  .head-search .search-button {
    width: 45px;
    line-height: 45px; }
  /* line 203, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_header.scss */
  .head-cart {
    line-height: 40px; }
  /* line 206, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_header.scss */
  .head-cart .cart-icon {
    border: none;
    width: 40px;
    font-size: 16px; }
  /* line 212, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_header.scss */
  .head-cart .cart-txt {
    display: none; }
  /* line 215, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_header.scss */
  .head-cart .cart-count {
    right: 0;
    top: 0; } }

@media (max-width: 600px) {
  /* line 221, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_header.scss */
  .main-header .logo img {
    height: 40px; }
  /* line 224, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_header.scss */
  .main-header .head-search {
    flex: 0.96;
    top: 0; } }

/*Mega Menu
============================*/
/* line 231, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_header.scss */
.mega-menu {
  border-bottom: 1px solid #f8f8f8; }

/* line 234, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_header.scss */
.mega-menu .mega-wrap {
  display: flex;
  width: 100%;
  align-items: center;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  background: #f8f8f8; }

/*Vertical Menu*/
/* line 244, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_header.scss */
.vertical-menu {
  position: relative;
  z-index: 100;
  margin-top: 0px; }

/* line 249, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_header.scss */
.vertical-menu > h3 {
  position: relative;
  top: 0;
  height: 51px;
  min-width: 250px;
  line-height: 50px;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  padding: 0 45px 0 0;
  cursor: pointer;
  border-top-right-radius: 7px;
  color: #0095A9;
  background: #f0f0f0; }

/* line 265, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_header.scss */
.vertical-menu > h3:hover {
  background: #f0f0f0; }

/* line 268, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_header.scss */
.vertical-menu > h3:before {
  content: "\f0c9";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 18px;
  position: absolute;
  right: 20px;
  top: 0px; }

/* line 278, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_header.scss */
.vertical-menu .menu-cont {
  position: absolute;
  top: 51px;
  left: auto;
  right: 0;
  width: auto;
  min-width: 250px;
  display: none;
  background: #fafafa; }

/* line 289, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_header.scss */
.vertical-menu.active .menu-cont {
  display: block; }

/* line 292, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_header.scss */
.vertical-menu .menu-cont.in {
  display: block; }

/* line 295, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_header.scss */
.vertical-menu > .menu-cont li {
  border-bottom: 1px solid #f5f5f5;
  line-height: 45px;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  transition: background-color 0.4s; }

/* line 302, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_header.scss */
.vertical-menu > .menu-cont li.sub > a:after {
  content: "\f104";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 13px;
  position: absolute;
  left: 15px;
  top: 0px;
  line-height: 45px;
  width: 10px; }

/* line 314, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_header.scss */
.vertical-menu > .menu-cont li > a {
  display: block;
  position: relative;
  padding: 0;
  padding-right: 20px;
  margin: 0;
  font-size: 16px;
  height: 45px;
  line-height: 45px;
  overflow: hidden;
  color: #0095A9; }

/* line 327, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_header.scss */
.vertical-menu > .menu-cont > li > a > img {
  display: block;
  float: right;
  width: auto;
  min-width: 13px;
  height: 20px;
  margin: 13px 0 0 10px; }

/* line 335, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_header.scss */
.vertical-menu > .menu-cont > li ul.menu-item-cont {
  display: block;
  position: absolute;
  right: 100%;
  top: 0px;
  min-height: 100%;
  height: auto;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  min-width: 250px;
  background: #fafafa; }

/* line 349, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_header.scss */
.vertical-menu > .menu-cont > li a:hover {
  background: #f5f5f5; }

/* line 352, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_header.scss */
.vertical-menu > .menu-cont > li ul.menu-item-cont > li > a {
  padding-right: 20px; }

/* line 355, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_header.scss */
.vertical-menu > .menu-cont li > ul.menu-item-cont > li:hover > ul.menu-item-cont,
.vertical-menu > .menu-cont li:hover > ul.menu-item-cont {
  opacity: 1;
  visibility: visible; }

/*Horizontal Menu*/
/* line 363, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_header.scss */
.horizontalmenu-cont {
  display: block;
  line-height: 60px;
  background: transparent; }

/* line 369, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_header.scss */
.horizontalmenu-cont > li {
  float: right; }

/* line 373, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_header.scss */
.horizontalmenu-cont > li > a {
  display: block;
  line-height: 50px;
  padding: 0 25px;
  font-size: 16px;
  font-weight: 700;
  color: #0095A9; }

/* line 381, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_header.scss */
.horizontalmenu-cont > li > a > img,
.horizontalmenu-cont > li > a > i {
  display: block;
  float: right;
  font-size: 20px;
  line-height: 50px;
  width: 40px;
  text-align: center;
  color: #0095A9; }

/* line 397, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_header.scss */
.horizontalmenu-cont > li ul.dropdown-menu li a {
  display: block;
  line-height: 40px;
  font-size: 16px; }

/* line 1, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_footer.scss */
footer.footer {
  background: #FAFAFA;
  padding: 40px 0 30px; }

/* line 6, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_footer.scss */
footer.footer > .container > .row:first-child {
  margin-bottom: 30px; }

/* line 9, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_footer.scss */
footer.footer > .container > .row > * {
  display: flex;
  justify-content: space-between !important; }

/*site-map*/
/* line 15, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_footer.scss */
footer.footer ul.site-map {
  overflow: hidden; }

/* line 18, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_footer.scss */
footer.footer ul.site-map li {
  float: right;
  margin-left: 30px; }

/* line 22, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_footer.scss */
footer.footer ul.site-map li:last-child {
  margin-left: 0; }

/* line 25, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_footer.scss */
footer.footer ul.site-map li a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  color: #555;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  transition: color 0.4s; }

/* line 35, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_footer.scss */
footer.footer ul.site-map li:hover a {
  color: #333; }

/* line 40, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_footer.scss */
footer.footer .important-links {
  display: flex;
  align-items: center; }

/* line 44, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_footer.scss */
footer.footer .important-links > * {
  display: block;
  margin-left: 12px;
  height: 20px; }

/* line 49, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_footer.scss */
footer.footer .important-links img {
  height: 20px; }

/* line 52, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_footer.scss */
footer.footer .apps {
  display: flex; }

/* line 55, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_footer.scss */
footer.footer .apps a {
  display: block;
  margin-right: 5px; }

/* line 60, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_footer.scss */
footer.footer .apps a img {
  height: 40px; }

/* line 64, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_footer.scss */
.copyright {
  padding: 10px 0;
  background: #f5f5f5; }

/* line 68, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_footer.scss */
.copyright .copyright-blocks {
  display: flex;
  justify-content: space-between !important; }

/* line 73, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_footer.scss */
.copyright .copyright-blocks p {
  display: block;
  line-height: 40px;
  color: #555; }

/* line 78, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_footer.scss */
.copyright .copyright-blocks p i {
  margin: 0 2px; }

/* line 81, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_footer.scss */
.copyright .copyright-blocks a {
  font-family: 'DIN-NEXT-MEDIUM';
  margin-right: 2px;
  color: #222; }

@media (max-width: 991px) {
  /* line 87, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_footer.scss */
  footer.footer > .container > .row:first-child {
    display: none; }
  /* line 90, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_footer.scss */
  footer.footer .apps {
    display: none; }
  /* line 93, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_footer.scss */
  footer.footer .important-links {
    margin: 0 auto; }
  /* line 96, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_footer.scss */
  .copyright {
    background: #FAFAFA; }
  /* line 99, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_footer.scss */
  .copyright .copyright-blocks {
    display: block;
    text-align: center; } }

/* line 1, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_mobilemenu.scss */
#gx-sidemenu {
  background: #f8f8f8; }

/* line 4, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_mobilemenu.scss */
.gx-sidemenu-inner {
  overflow-y: visible; }

/* line 7, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_mobilemenu.scss */
#gx-sidemenu .divider {
  display: none; }

/* line 10, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_mobilemenu.scss */
.gx-sidemenu-inner ul li {
  float: none;
  width: 100%;
  padding: 0;
  border-bottom: 1px solid #ddd; }

/* line 16, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_mobilemenu.scss */
.gx-sidemenu-inner ul li:hover {
  background: none; }

/* line 19, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_mobilemenu.scss */
.gx-sidemenu-inner ul li a {
  float: none;
  display: block;
  line-height: 40px;
  padding-right: 15px;
  font-size: 16px;
  font-weight: normal;
  color: #555;
  transition: all 0.4s; }

/* line 29, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_mobilemenu.scss */
.gx-sidemenu-inner ul li a .arrow {
  font-family: none !important;
  position: static;
  float: left;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  font-size: 0;
  color: #555;
  float: none; }

/* line 41, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_mobilemenu.scss */
.gx-sidemenu-inner ul li a .arrow:before {
  content: "\f053";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: block;
  float: left;
  font-size: 20px;
  padding-left: 15px; }

/* line 50, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_mobilemenu.scss */
.gx-sidemenu-inner ul li a.back {
  overflow: hidden;
  background: #555;
  border-color: #555; }

/* line 56, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_mobilemenu.scss */
.gx-sidemenu-inner ul li a.back .icon {
  display: none; }

/* line 59, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_mobilemenu.scss */
.gx-sidemenu-inner ul li a.back .text {
  position: relative;
  padding: 0;
  background: none;
  width: 100%;
  line-height: 50px;
  font-size: 18px;
  font-weight: 700;
  color: #fff; }

/* line 70, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_mobilemenu.scss */
.gx-sidemenu-inner ul li a.back .text:before {
  content: "\f054";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: block;
  float: right;
  font-size: 20px;
  margin-left: 7px; }

/* line 79, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_mobilemenu.scss */
.gx-sidemenu-inner ul li.profile {
  background: #555;
  border-color: #555; }

/* line 83, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_mobilemenu.scss */
.gx-sidemenu-inner ul li.profile:hover {
  background: #555;
  border-color: #555; }

/* line 88, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_mobilemenu.scss */
.gx-sidemenu-inner ul li.profile a {
  position: relative;
  line-height: 50px;
  font-weight: 700;
  font-size: 18px;
  color: #fff; }

/* line 95, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_mobilemenu.scss */
.gx-sidemenu-inner ul li.profile a:after {
  content: "\f067";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: block;
  float: left;
  font-size: 20px;
  padding-left: 15px; }

/* line 104, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_mobilemenu.scss */
.gx-sidemenu-inner ul li.profile a > i {
  display: block;
  float: right;
  line-height: 50px;
  font-size: 23px;
  margin-left: 7px; }

/* line 111, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_mobilemenu.scss */
.gx-menu .side-social {
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 10px; }

/* line 116, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_mobilemenu.scss */
.gx-menu .social-list {
  display: block;
  overflow: visible;
  text-align: center; }

/* line 121, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_mobilemenu.scss */
.gx-menu .social-list a {
  display: inline-block;
  margin-bottom: 10px;
  -webkit-box-shadow: 2.5px 4.33px 6px 0px rgba(0, 0, 0, 0.098);
  -moz-box-shadow: 2.5px 4.33px 6px 0px rgba(0, 0, 0, 0.098);
  box-shadow: 2.5px 4.33px 6px 0px rgba(0, 0, 0, 0.098); }

/* line 128, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_mobilemenu.scss */
.gx-menu .apps {
  display: flex;
  margin: 10px 0; }

/* line 132, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_mobilemenu.scss */
.gx-menu .apps a {
  display: block;
  margin: 0 2px; }

/* Side-Cart */
/* line 3, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_side-cart.scss */
.side-cart {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: -500px;
  width: 500px;
  height: 100%;
  z-index: 102;
  background-color: #f8f8f8;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

/* line 18, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_side-cart.scss */
.side-cart.in {
  left: 0; }

@media (max-width: 767px) {
  /* line 23, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_side-cart.scss */
  .side-cart {
    left: -100%;
    width: 100%; } }

/* line 28, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_side-cart.scss */
.side-cart .side-cart-head {
  position: relative;
  background: #fff;
  padding: 15px 20px; }

/* line 33, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_side-cart.scss */
.side-cart .side-cart-head .title {
  line-height: 40px;
  font-size: 22px;
  color: #333; }

/* line 38, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_side-cart.scss */
.side-cart .side-cart-head .cart-num {
  display: inline-block;
  margin-right: 7px; }

/* line 42, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_side-cart.scss */
.side-cart .side-cart-head .close-btn {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: none;
  border: none;
  text-align: left;
  padding: 0;
  font-size: 23px;
  top: 17px;
  left: 20px; }

/* line 55, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_side-cart.scss */
.side-cart.side-menu .side-menu-content {
  padding: 15px 20px;
  height: calc(100vh - 50px);
  overflow-y: scroll;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

/* line 65, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_side-cart.scss */
.side-cart .side-cart-foot {
  padding: 15px 20px;
  background: #fff; }

/* line 69, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_side-cart.scss */
.side-cart .side-cart-foot .cart-total {
  padding: 10px;
  overflow: hidden;
  font-size: 16px;
  text-transform: capitalize; }

/* line 75, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_side-cart.scss */
.side-cart .side-cart-foot .cart-action {
  text-align: center; }

/* line 78, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_side-cart.scss */
.side-cart .side-cart-foot .custom-btn {
  display: block;
  text-align: center;
  font-size: 16px;
  width: 100%; }

/* line 90, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_side-cart.scss */
.progress-cart {
  margin-bottom: 20px; }

/* line 93, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_side-cart.scss */
.progress-cart > h4 {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 10px;
  color: #555; }

/* line 100, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_side-cart.scss */
.progress-cart > h4 span {
  display: inline-block;
  font-family: 'DIN-NEXT-BOLD'; }

/* line 104, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_side-cart.scss */
.progress-cart .progress {
  height: 8px;
  background-color: #ececec;
  border-radius: 5px; }

/* line 110, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_side-cart.scss */
.progress-cart .progress .progress-bar {
  border-radius: 5px;
  background-image: linear-gradient(90deg, #111, #777); }

/*Cart-Item-Widget*/
/* line 116, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_side-cart.scss */
.cart-item-widget {
  position: relative;
  margin-bottom: 15px;
  border-radius: 7px;
  background-color: #fff;
  /*-webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
    -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);*/ }

/* line 125, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_side-cart.scss */
.cart-item-head {
  padding: 10px;
  border-bottom: 1px solid #f1f1f1; }

/* line 129, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_side-cart.scss */
.cart-item-head .cart-item-img {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  height: 80px;
  margin-left: 10px;
  border: 1px solid #f6f6f6; }

/* line 137, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_side-cart.scss */
.cart-item-widget .cart-item-img img {
  margin: auto;
  height: 100%;
  width: 100%; }

/* line 142, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_side-cart.scss */
.cart-item-head .cart-title-price {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 115px); }

/* line 147, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_side-cart.scss */
.cart-item-head .cart-title-price .title {
  display: block;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 5px;
  color: #555; }

/* line 154, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_side-cart.scss */
.cart-item-head .cart-title-price .price-box {
  display: flex;
  line-height: 25px; }

/* line 170, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_side-cart.scss */
.cart-item-widget .cart-item-content {
  overflow: hidden;
  padding: 10px; }

/* line 174, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_side-cart.scss */
ul.cart-choices {
  display: block;
  width: 100%;
  overflow: hidden; }

/* line 179, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_side-cart.scss */
ul.cart-choices > li {
  display: block;
  overflow: hidden;
  margin-bottom: 5px; }

/* line 184, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_side-cart.scss */
ul.cart-choices > li > span {
  display: block;
  font-size: 15px;
  line-height: 25px; }

/* line 189, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_side-cart.scss */
ul.cart-choices > li > span:first-child {
  float: right; }

/* line 192, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_side-cart.scss */
ul.cart-choices > li > span:last-child {
  float: left; }

/* line 196, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_side-cart.scss */
.cart-item-content .count-price {
  display: block;
  overflow: hidden; }

/* line 200, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_side-cart.scss */
.cart-item-content .count-price .price-box {
  float: left; }

/* line 205, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_side-cart.scss */
.cart-item-foot {
  padding: 10px;
  overflow: hidden;
  background: #f3f3f3; }

/* line 210, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_side-cart.scss */
.cart-item-foot .cart-edit {
  display: block;
  float: right;
  border: none;
  background: none; }

/* line 216, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_side-cart.scss */
.cart-item-foot .btn-remove {
  display: block;
  float: left;
  border: 0;
  background-color: #d0021b;
  color: #fff;
  font-weight: 700;
  width: 20px;
  height: 20px;
  line-height: 20px;
  padding: 0;
  text-align: center;
  font-size: 19px;
  border-radius: 100%;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out; }

/* line 235, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_side-cart.scss */
.btn-remove span {
  display: block;
  height: 100%;
  line-height: 16px; }

/* line 1, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_product-item.scss */
.product-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  height: 100%;
  margin: 0;
  background: #fff;
  border: 2px solid #f5f5f5; }

/* line 11, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_product-item.scss */
.product-item .product-head {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex: auto;
  overflow: hidden;
  justify-content: flex-end; }

/* line 22, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_product-item.scss */
.product-item .product-img {
  width: 100%;
  height: 100%;
  flex: 1;
  overflow: hidden;
  margin-bottom: 10px; }

/* line 30, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_product-item.scss */
.product-item .product-img img {
  object-fit: contain;
  max-height: 100%;
  flex: 1;
  max-width: 100%;
  height: auto;
  width: 100%;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s; }

/* line 41, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_product-item.scss */
.product-item .title {
  display: block;
  line-height: 25px;
  text-align: right;
  font-size: 16px;
  overflow: hidden;
  padding: 0 10px;
  color: #777; }

/* line 51, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_product-item.scss */
.product-item .sub-title {
  line-height: 20px;
  font-size: 13px;
  color: #777;
  padding: 0 10px; }

/* line 58, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_product-item.scss */
.product-item .product-cont {
  display: block;
  position: relative;
  padding: 10px;
  width: 100%;
  margin: 0;
  overflow: hidden;
  background: #fdfdfd; }

/* line 67, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_product-item.scss */
.product-item .price-box {
  height: auto;
  margin-bottom: 5px; }

/* line 71, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_product-item.scss */
.product-item .price-box .product-price {
  display: inline-block;
  font-family: 'DIN-NEXT-BOLD';
  color: #444;
  font-size: 14px;
  line-height: 25px;
  margin-top: 10px; }

/* line 80, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_product-item.scss */
.product-item .price-box .price-before {
  display: block;
  font-size: 12px;
  line-height: 15px;
  color: #777; }

/* line 86, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_product-item.scss */
.product-item .price-box .price-after {
  position: relative;
  display: inline-block;
  font-family: 'DIN-NEXT-BOLD';
  color: #d0021b;
  font-size: 14px;
  line-height: 18px;
  top: -3px; }

/* line 96, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_product-item.scss */
.product-item .price-box .discountbadge {
  position: relative;
  display: inline-block;
  direction: ltr;
  background-color: rgba(207, 20, 43, 0.11);
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  color: #cf142b;
  font-family: 'DIN-NEXT-BOLD';
  border-radius: 50px;
  padding: 2px 8px;
  margin-right: 5px;
  top: -6px; }

/* line 112, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_product-item.scss */
.product-item .product-cont .product-cont-actions {
  position: relative;
  width: 100%;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s; }

/* line 119, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_product-item.scss */
.product-item .product-cont .product-cont-actions .add-cart {
  display: block;
  height: 40px;
  line-height: 35px;
  font-size: 15px;
  text-align: center;
  padding: 0 15px;
  border: 1px solid #0095A9;
  border-radius: 5px;
  background: none;
  color: #0095A9;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s; }

/* line 135, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_product-item.scss */
.product-item .product-cont .product-cont-actions .add-cart:hover {
  color: #fff;
  background: #0095A9; }

/* line 142, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/layouts/_product-item.scss */
.product-item:hover .product-img img {
  opacity: 0.6; }

/* product detail Page
=========================*/
/* line 4, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/pages/_product-detail.scss */
.product-gallery {
  position: relative;
  background: #fafafa;
  border: 2px solid #fafafa; }

/* line 13, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/pages/_product-detail.scss */
.slider-for .slick-slide a {
  display: block !important;
  background: #fff;
  border-bottom: 2px solid #fafafa; }

/* line 19, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/pages/_product-detail.scss */
.slider-for .slick-slide a img {
  width: auto;
  height: auto;
  margin: 0 auto;
  min-height: 370px;
  max-height: 400px; }

/* line 26, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/pages/_product-detail.scss */
.slider-nav {
  padding: 0 50px; }

/* line 29, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/pages/_product-detail.scss */
.slider-nav .slick-slide {
  margin: 0 1px; }

/* line 36, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/pages/_product-detail.scss */
.slider-nav .slick-slide img {
  height: 100px; }

/* line 39, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/pages/_product-detail.scss */
.slick-list {
  direction: ltr; }

/* line 42, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/pages/_product-detail.scss */
.slick-prev, .slick-next {
  background-color: #555;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s; }

/* line 56, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/pages/_product-detail.scss */
.slick-prev:before, .slick-next:before {
  content: "\f060";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: 30px;
  opacity: 1;
  font-size: 16px; }

/* line 65, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/pages/_product-detail.scss */
.slick-next:before {
  content: "\f061"; }

/* line 68, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/pages/_product-detail.scss */
.slick-next {
  right: 0;
  left: auto; }

/* line 73, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/pages/_product-detail.scss */
.slick-prev {
  left: 0;
  right: auto; }

/* line 77, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/pages/_product-detail.scss */
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: #fff;
  background-color: #555; }

/*product-information*/
/* line 86, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/pages/_product-detail.scss */
.product-information {
  overflow: hidden;
  padding: 10px 20px;
  width: 100%;
  background: #fafafa; }

/* line 92, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/pages/_product-detail.scss */
.product-information .product-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  margin: 10px 0 0;
  line-height: 25px;
  font-size: 17px;
  color: #555; }

/* line 106, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/pages/_product-detail.scss */
.product-information .product-title a img {
  display: inline-block;
  height: 50px;
  margin: 0 20px 0 0; }

/* line 111, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/pages/_product-detail.scss */
.product-information .sub-title {
  line-height: 20px;
  font-size: 14px;
  color: #777; }

/* line 116, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/pages/_product-detail.scss */
.product-information .price-box {
  display: block;
  font-size: 30px;
  margin: 0 0 25px;
  height: 40px; }

/* line 123, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/pages/_product-detail.scss */
.product-information .price-box > * {
  display: block;
  float: right;
  line-height: 40px;
  font-weight: 700;
  font-size: 20px; }

/* line 130, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/pages/_product-detail.scss */
.product-information .price-box .product-price {
  font-family: 'DIN-NEXT-BOLD';
  color: #555; }

/* line 136, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/pages/_product-detail.scss */
.product-information .price-box .price-before {
  margin-left: 8px;
  font-size: 15px;
  font-family: 'DIN-NEXT-LIGHT';
  color: #555; }

/* line 142, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/pages/_product-detail.scss */
.product-information .price-box .price-after {
  font-family: 'DIN-NEXT-BOLD';
  color: #d0021b; }

/* line 147, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/pages/_product-detail.scss */
.product-information .price-box .discountbadge {
  direction: ltr;
  font-family: 'DIN-NEXT-BOLD';
  border-radius: 50px;
  padding: 2px 8px;
  font-size: 13px;
  line-height: 25px;
  margin-top: 7px;
  margin-right: 5px;
  background-color: rgba(207, 20, 43, 0.11);
  color: #cf142b; }

/* line 160, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/pages/_product-detail.scss */
.product-information .reviews-box {
  overflow: hidden;
  line-height: 20px;
  margin-bottom: 20px;
  text-align: right; }

/* line 166, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/pages/_product-detail.scss */
.product-information .reviews-box .rating {
  float: right;
  margin: 0 0 0 10px; }

/* line 170, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/pages/_product-detail.scss */
.product-information .reviews-box .rating li {
  line-height: 20px;
  height: 20px;
  width: 15px; }

/* line 175, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/pages/_product-detail.scss */
.product-information .reviews-box .rating li:before,
.product-information .reviews-box .rating li:after {
  font-size: 13px; }

/* line 179, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/pages/_product-detail.scss */
.product-information .reviews-box .add-review {
  color: #555;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  transition: color 0.4s; }

/* line 190, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/pages/_product-detail.scss */
.product-option {
  background: #fafafa;
  margin-top: 10px;
  padding: 20px 20px; }

/* line 195, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/pages/_product-detail.scss */
.product-option .form-group {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  margin: 0 0 20px; }

/* line 205, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/pages/_product-detail.scss */
.product-option .form-group:last-child {
  margin-bottom: 0; }

/* line 208, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/pages/_product-detail.scss */
.product-option .form-group > span {
  flex: 0 0 65%; }

/* line 211, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/pages/_product-detail.scss */
.product-option .form-group > label {
  flex: 0 0 35%; }

/* line 214, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/pages/_product-detail.scss */
.product-option .cart-number {
  float: none;
  width: 100%; }

/* line 218, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/pages/_product-detail.scss */
.product-option .cart-number .form-control {
  width: calc(100% - 50px); }

/* line 227, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/pages/_product-detail.scss */
.product-actions {
  display: block;
  background: #fafafa;
  margin-top: 10px;
  padding: 15px 20px; }

/* line 233, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/pages/_product-detail.scss */
.product-actions .cart-wish {
  display: flex; }

/* line 236, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/pages/_product-detail.scss */
.cart-wish .custom-btn {
  display: block;
  width: 100%;
  line-height: 45px;
  font-size: 15px; }

/* line 242, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/pages/_product-detail.scss */
.cart-wish .not-available {
  cursor: auto;
  background-color: rgba(245, 81, 87, 0.05);
  color: #d0021b; }

/* line 247, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/pages/_product-detail.scss */
.cart-wish .add-wish {
  display: inline-block;
  text-align: left;
  border: none;
  font-size: 27px;
  line-height: 45px;
  width: 45px;
  padding: 0;
  color: #d0021b;
  background: none;
  margin-right: 10px;
  border-radius: 5px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s; }

/* line 263, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/pages/_product-detail.scss */
.product-actions .product-price {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  margin: 0 0 25px; }

/* line 273, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/pages/_product-detail.scss */
.product-price .pro-price-name {
  flex: 0 0 50%;
  font-size: 18px;
  line-height: 25px; }

/* line 278, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/pages/_product-detail.scss */
.product-price .pro-price-name label {
  display: table;
  font-size: 11px;
  color: #999;
  line-height: 17px;
  margin: 3px 0 0; }

/* line 286, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/pages/_product-detail.scss */
.product-price .pro-price-value {
  flex: 0 0 50%;
  text-align: left; }

/* line 290, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/pages/_product-detail.scss */
.product-price .pro-price-value .price-before {
  display: block;
  position: relative;
  top: 5px;
  white-space: nowrap;
  font-size: 14px;
  color: #777;
  padding: 0;
  line-height: 20px; }

/* line 302, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/pages/_product-detail.scss */
.product-price .pro-price-value .price-after {
  display: block;
  line-height: 30px;
  font-weight: 700;
  font-size: 20px;
  color: #d0021b; }

/*product-inform-box*/
/* line 317, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/pages/_product-detail.scss */
ul.product-inform-box {
  display: block;
  border-radius: 4px;
  background: #fff;
  margin-bottom: 20px; }

/* line 323, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/pages/_product-detail.scss */
ul.product-inform-box > li {
  padding: 8px 15px;
  display: block; }

/* line 327, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/pages/_product-detail.scss */
ul.product-inform-box > li > img {
  width: 45px;
  margin-right: 10px;
  display: inline-block;
  float: left;
  padding: 2px 8px 5px 0; }

/* line 334, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/pages/_product-detail.scss */
ul.product-inform-box > li > span {
  display: block;
  line-height: 25px;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 600; }

/* line 341, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/pages/_product-detail.scss */
ul.product-inform-box > li > h5:last-child {
  margin: 0;
  margin-right: 10px;
  line-height: 30px;
  font-size: 14px;
  font-weight: 600; }

/* line 348, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/pages/_product-detail.scss */
ul.product-inform-box > li > a {
  margin-right: 10px;
  line-height: 30px;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  transition: color 0.4s; }

/* line 358, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/pages/_product-detail.scss */
ul.product-inform-box > li.contact-awner a {
  margin-right: 0; }

/* line 361, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/pages/_product-detail.scss */
ul.product-inform-box > li i {
  display: inline-block;
  margin-left: 5px;
  font-size: 17px;
  width: 20px; }

/*DynamicProduct description Tab*/
/* line 369, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/pages/_product-detail.scss */
.about-pro {
  padding: 20px; }

/* line 372, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/pages/_product-detail.scss */
.about-pro p {
  line-height: 33px;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px; }

@media (max-width: 767px) {
  /* line 379, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/pages/_product-detail.scss */
  .description {
    padding: 10px; }
  /* line 382, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/pages/_product-detail.scss */
  .description p {
    line-height: 26px; } }

/*DynamicProduct review Tab */
/* line 390, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/pages/_product-detail.scss */
ul.all-comments {
  margin-bottom: 30px; }

/* line 393, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/pages/_product-detail.scss */
.one-comment {
  padding: 20px 10px; }

/* line 400, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/pages/_product-detail.scss */
.comment-header img {
  display: inline-block;
  margin-left: 5px;
  width: 35px;
  height: 35px;
  border-radius: 99px;
  border: 1px solid #e4e4e4;
  vertical-align: text-top; }

/* line 409, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/pages/_product-detail.scss */
.comment-header span {
  display: inline-block;
  line-height: 25px; }

/* line 413, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/pages/_product-detail.scss */
.comment-body {
  margin: 5px 45px 0 0; }

/* line 416, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/pages/_product-detail.scss */
.comment-name {
  margin-left: 5px;
  font-size: 14px;
  color: #666; }

/* line 422, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/pages/_product-detail.scss */
.comment-time {
  float: left;
  margin-top: 10px;
  color: #999;
  font-size: 11px; }

/* line 428, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/pages/_product-detail.scss */
.comment-header .comment-badge {
  display: inline-block;
  margin-right: 5px;
  padding: 0 10px;
  font-size: 11px;
  line-height: 23px;
  background: #fcd34c;
  color: #444;
  border-radius: 100px; }

/* line 439, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/pages/_product-detail.scss */
.comment-header .comment-rate {
  display: inline;
  font-size: 14px; }

/* line 443, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/pages/_product-detail.scss */
.comment-header .rating-stars {
  display: block;
  margin: -6px 45px 0 0;
  font-size: 12px;
  color: #fcd34c; }

/* line 449, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/pages/_product-detail.scss */
.comment-body {
  overflow: hidden;
  margin: 2px 45px 0px 0px; }

/* line 453, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/pages/_product-detail.scss */
.comment-body p {
  line-height: 30px;
  color: #555;
  font-size: 15px; }

/* line 22, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/thka/css/style.scss */
.hsndsdddf {
  background: #fff; }

/*# sourceMappingURL=style.css.map */
