/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography 
    ## copy 
    ## headings 
    ## typography 
# Forms
    ## filds
# Navigation
	## links
	## menus
    ## navigation
    ## pagination
# Color
    ## color
# others
    ## accrodion
    ## image
    ## others

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/*-------------------------------------------------------------- 
# Typography 
--------------------------------------------------------------*/
html {
  font-size: 100%; }

body {
  font-family: 'Poppins', serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45em;
  color: #17191F;
  background: #E5E5E5;
  word-wrap: break-word;
  overflow-x: hidden; }

/*--------------------------------------------------------------
# Headings
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #17191F; }

h1, h2, h3, h4 {
  font-weight: inherit; }

/*--------------------------------------------------------------
# Copy
--------------------------------------------------------------*/
::-moz-selection {
  display: inline-block;
  text-shadow: none;
  color: #fff;
  background: #17191F; }

::selection {
  display: inline-block;
  text-shadow: none;
  color: #fff;
  background: #17191F; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus {
  outline: none; }

select {
  background: none; }

::placeholder {
  color: #9196A4; }

::-webkit-input-placeholder {
  color: #9196A4; }

:-moz-placeholder {
  color: #9196A4; }

:-ms-input-placeholder {
  color: #9196A4; }

form label i {
  color: #9196A4; }

textarea {
  display: block;
  width: 100%;
  font-size: 1rem;
  padding-left: 3px; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: inherit; }
  a:hover, a:focus, a:active {
    text-decoration: none;
    color: inherit; }
  a:focus {
    outline: none; }
  a:hover, a:active {
    outline: 0;
    text-decoration: none; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/*-------------------------------------------------------------- 
 left sidebar 
 --------------------------------------------------------------*/
.exdda-left-sidebar ul li.menu-item {
  cursor: pointer;
  transition-delay: 0.1s; }

.exdda-left-sidebar ul li a {
  display: block;
  transition: all .4s ease 0s; }

.exdda-left-sidebar ul li a:hover {
  background-color: #FEB41C;
  border-radius: 5px; }

@media screen and (min-width: 1280px) {
  .exdda-left-sidebar {
    top: 0px;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    scroll-behavior: smooth;
    height: 100vh;
  }
}
@media screen and (max-width: 1279px) {
  .exdda-left-sidebar {
    width: 256px;
    position: fixed;
    top: 0px;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    scroll-behavior: smooth;
    background-color: #17191F;
  }

  .exdda-left-sidebar {
    left: -300px;
    transition: ease-in-out 500ms;
  }

  .exdda-toggle-btn {
    cursor: pointer;
    font-size: 30px;
    color: #FEB41C;
    position: fixed;
    left: 55px;
    top: 30px;
    transition: ease-in-out 500ms;
  }

  .menu-btn {
    left: 270px;
  }

  .exdda-toggle-btn:hover {
    transform: scale(1.2);
  }

  .exdda-left-sidebar ul .exdda-menu-item {
    font-size: 16px;
  }

  .menu {
    left: 0px !important;
  }

  .exdda-left-sidebar {
    z-index: 110;
  }

  .exdda-left-sidebar.active .exdda-toggle-btn {
    left: 285px !important;
  }

  .exdda-toggle-btn span {
    display: block;
    width: 30px;
    height: 5px;
    background: #151719;
    margin: 5px 0px;
    cursor: pointer;
  }

  .exdda-left-sidebar ul li:hover i {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 991px) {
  .exdda-toggle-btn {
    left: 20px;
    top: 20px;
  }

  .menu-btn {
    left: 270px;
  }
}

@media screen and (max-width: 375px) {
  .menu-btn {
    left: 260px;
  }
}
/*--------------------------------------------------------------
## pagination
--------------------------------------------------------------*/
/*-------------------------------------------------------------- 
# Pagination 
--------------------------------------------------------------*/
.exdda-pagination li {
  display: inline;
  position: relative;
  z-index: 2; }

.exdda-pagination li a {
  display: inline-block;
  transition: all .4s ease 0s;
  margin: 0px 45px 0 0;
  text-align: center;
  margin-top: 30px;
  padding: 15px 25px;
  font-size: 18px; }

@media screen and (max-width: 990px) {
  .exdda-pagination li a {
    padding: 10px 20px; } }
.exdda-pagination li:last-child a {
  margin: 0;
  background: #fff;
  padding: 15px 40px; }

@media screen and (max-width: 500px) {
  .exdda-pagination li:last-child a {
    margin-top: 30px; } }
.exdda-pagination li a:hover {
  background-color: #FEB41C;
  color: white; }

.exdda-pagination li a.active {
  background-color: #FEB41C; }

.exdda-pagination-line-five:after,
.exdda-pagination-line-four:after,
.exdda-pagination-line-three:after,
.exdda-pagination-line-two:after,
.exdda-pagination-line-one:after {
  background: linear-gradient(to right, #FEB41C 20%, #F5F6FA 20%);
  position: absolute;
  content: '';
  height: 2px;
  right: 0;
  left: 10%;
  top: 67%;
  z-index: 1;
  width: 90%; }

.exdda-pagination-line-one:after {
  background: linear-gradient(to right, #FEB41C 25%, #F5F6FA 25%); }

.exdda-pagination-line-two:after {
  background: linear-gradient(to right, #FEB41C 40%, #F5F6FA 40%); }

.exdda-pagination-line-three:after {
  background: linear-gradient(to right, #FEB41C 50%, #F5F6FA 50%); }

.exdda-pagination-line-four:after {
  background: linear-gradient(to right, #FEB41C 60%, #F5F6FA 60%); }

.exdda-pagination-line-five:after {
  background: linear-gradient(to right, #FEB41C 80%, #F5F6FA 80%); }

.exdda-pagination-line-five li a {
  padding: 15px 23px !important; }

@media screen and (max-width: 990px) {
  .exdda-pagination-line-five:after,
  .exdda-pagination-line-four:after,
  .exdda-pagination-line-three:after,
  .exdda-pagination-line-two:after,
  .exdda-pagination-line-one:after {
    display: none; } }
/*--------------------------------------------------------------
# Color
--------------------------------------------------------------*/
/*-------------------------------------------------------------- 
# Color 
--------------------------------------------------------------*/
.exdda-border-left-yellow {
  border-left-color: #FEB41C; }

.exdda-text-color {
  color: #646978; }

.exdda-text-orange {
  color: #FEB41C; }

.exdda-color-memorized {
  color: #9196A4; }

/*-------------------------------------------------------------- 
# Background Color 
--------------------------------------------------------------*/
.exdda-bg-orange {
  background-color: #FEB41C; }

.exdda-bg-red {
  background-color: red; }

.exdda-bg-green {
  background-color: #6BC762; }

.exdda-bg-gray {
  background-color: #21b360; }

.exdda-bg-color {
  background-color: #272A33; }

.exdda-bg-white-solid {
  background-color: #F5F6FA; }

.exdda-bg-black {
  background-color: #17191F; }

/*-------------------------------------------------------------- 
# border-Color 
--------------------------------------------------------------*/
.exdda-border-color-one {
  border-color: #D1D5E0; }

.exdda-border-yellow {
  border: 1px solid #FEB41C; }

.exdda-border-green {
  border: 1px solid #6BC762; }

.exdda-border-sky {
  border: 1px solid #1ED0E9; }

.exdda-border-red {
  border: 1px solid #FE451C; }

.exdda-border-b {
  border-bottom: 1px solid #272A33; }

.exdda-checkbox-border-color {
  border: 1px solid #D1D5E0;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: relative;
  top: 3px;
  border-radius: 10px; }

/* Style the active class, and buttons on mouse-over */
.exdda-menu-item a.active, .btn:hover {
  background-color: #FEB41C;
  cursor: pointer;
  border-radius: 5px; }

.icon-blank:before {
  transform: rotate(-135deg);
  position: absolute;
  top: 42px;
  left: 30px;
  font-size: 25px; }

@media screen and (max-width: 768px) {
  .icon-blank:before {
    top: 39px; } }
.demo-icon-cansel .icon-cancel {
  position: absolute;
  top: 50%;
  left: -45px;
  transform: translateY(-50%); }

/*--------------------------------------------------------------
# Color
--------------------------------------------------------------*/
/*-------------------------------------------------------------- 
Accordion 
--------------------------------------------------------------*/
.exdda-v-center {
  display: table;
  text-align: center;
  padding-top: 0 !important; }

.exdda-v-center span {
  display: table-cell;
  vertical-align: middle;
  font-size: 20px; }

.exdda-image-content img {
  position: relative; }

.exdda-image-content i {
  position: relative;
  top: -40%;
  right: -70%;
  padding: 3px;
  border-radius: 50%;
  border: 3px solid white;
  font-size: 13px;
  color: white; }
@media screen and (max-width: 767px) {
  .exdda-image-content i {
    font-size: 10px;
    padding: 0;
  }
}
.exdda-image-content p {
  font-size: 15px; }

.exdda-image-content .text-xs {
  font-size: 10px !important; }

.exdda-tab-list {
  margin-bottom: 50px; }

.grid.grid-cols-9 > div p {
  color: #17191F;
  font-size: 14px;
  display: block; }

.exdda-accordion li {
  margin-bottom: 50px; }
.exdda-accordion .exdda-tab-list-content {
  display: none; }
.exdda-accordion a {
  width: 100%;
  display: block;
  cursor: pointer; }

/* ==== tab ==== */
.exdda-tabs li a {
  display: block;
  padding: 25px 60px;
  text-align: center;
  font-size: 20px;
  text-transform: capitalize; }

@media screen and (max-width: 768px) {
  .exdda-tabs li a {
    padding: 15px 35px;
    font-size: 16px; } }
.exdda-tabs li {
  background: none;
  color: #17191F;
  display: inline-block;
  cursor: pointer;
  background: #F5F6FA; }

.exdda-tabs li a:hover,
.exdda-tabs li.current {
  background: #FEB41C;
  color: #17191F;
  transition: all .4s ease 0s; }

.exdda-tabs li:last-child {
  margin-left: -5px; }

.exdda-tab-content {
  display: none; }

.exdda-tab-content.current {
  display: inherit; }

/*-------------------------------------------------------------- 
# image 
--------------------------------------------------------------*/
@media screen and (max-width: 992px) {
  .exdda-image-width {
    max-width: 60px;
    height: 60px; }

  .exdda-image-width-two {
    width: 50px;
    height: 50px;
    position: relative;
    top: 15px;
    left: -10px; }

  .exdda-busket-image-content i {
    left: -85% !important; } }
@media screen and (max-width: 350px) {
  .exdda-image-width {
    max-width: 50px;
    height: 45px; } }
.exdda-busket-image-content i {
  position: absolute;
  left: -50%;
  top: 36%; }

@media screen and (max-width: 568px) {
  .exdda-busket-image-content .exdda-image-width-two {
    height: 30px; }

  .exdda-busket-image-content i {
    left: -116% !important;
    font-size: 12px;
    top: 22%; } }
/*-------------------------------------------------------------- 
Gallery 
--------------------------------------------------------------*/
.exdda-gallery-content .exdda-image-content {
  position: relative; }
  .exdda-gallery-content .exdda-image-content .exdda-score {
    position: absolute;
    top: 20px;
    left: 20px;
    border: 1px solid #fff;
    color: #fff; }
.exdda-gallery-content .exdda-gallery-image {
  border-radius: 15px 15px 0 0; }
.exdda-gallery-content .exdda-image-text {
  background-color: #fff;
  padding: 40px 15px;
  margin-top: -10px;
  position: relative; }
@media screen and (max-width: 768px) {
  .exdda-gallery-content .exdda-image-content .exdda-score {
    top: 20px; } }
@media screen and (max-width: 360px) and (min-width: 320px) {
  .exdda-gallery-content .exdda-image-content .exdda-score {
    top: 20px; } }
@media screen and (max-width: 410px) and (min-width: 360px) {
  .exdda-gallery-content .exdda-image-content .exdda-score {
    top: 20px; } }
.exdda-gallery-content .category {
  margin-left: -5px; }
.exdda-gallery-content .category a {
  color: #FEB41C;
  font-size: 14px;
  padding: 5px; }
.exdda-gallery-content .category a:after {
  content: ",";
  position: relative;
  left: 2px; }
.exdda-gallery-content .category a:last-child:after {
  content: ""; }

/*--------------------------------------------------------------
 Checkout Line
--------------------------------------------------------------*/
.exdda-checkout-line-three:before,
.exdda-checkout-line-two:before,
.exdda-checkout-line-one:before {
  background: #F5F6FA;
  position: absolute;
  content: '';
  height: 2px;
  right: 0;
  left: 0;
  top: 50%;
  z-index: 1; }

.exdda-checkout-line-two:before {
  background: linear-gradient(to right, #FEB41C 40%, #F5F6FA 40%); }

.exdda-checkout-line-three:before {
  background: linear-gradient(to right, #FEB41C 70%, #F5F6FA 70%); }

.exdda-checkout-line-one > div,
.exdda-checkout-line-two > div,
.exdda-checkout-line-three > div {
  position: relative;
  z-index: 11; }

@media screen and (max-width: 768px) {
  .exdda-checkout-line-three:before,
  .exdda-checkout-line-two:before,
  .exdda-checkout-line-one:before {
    display: none; }

}
table td i,
table td a {
  cursor: pointer; }

/* ==== icon rotate ==== */
.exdda-rotate {
  -moz-transition: all .5s linear;
  -webkit-transition: all .5s linear;
  transition: all .5s linear; }

.exdda-rotate.exdda-down {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.icon-angle-double-down.exdda-down:before {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

/* ==== Group content ==== */
.exdda-group-footer-content a:last-child {
  float: right;
  margin-top: -10px; }

/* ==== Body content ==== */
.bg-white.col-span-3 {
  top: 0px;
  bottom: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  scroll-behavior: smooth;
  height: 100vh; }

/* ==== Overview content ==== */
.exdda-overview-content .grid-cols-3 a {
  cursor: pointer; }
  .exdda-overview-content .grid-cols-3 a i {
    border: 1px solid #FEB41C; }

@media screen and (max-width: 768px) {
  .exdda-overview-content .grid-cols-3 a {
    line-height: 60px; } }
/* ==== Hover effect ==== */
.exdda-overview-content .grid-cols-3 i:hover,
.exdda-hover:hover {
  background-color: #272A33;
  color: white;
  transition: all .4s ease 0s; }

.exdda-hover-two:hover {
  background-color: #FEB41C;
  color: white;
  transition: all .4s ease 0s; }

.exdda-group-footer-content a:hover,
.exdda-hover-three:hover {
  background-color: #272A33;
  color: white;
  transition: all .4s ease 0s;
  border: 1px solid #272A33 !important; }

/* ==== Dropdown ==== */
.exdda-dropdown {
  display: inline-block;
  position: relative; }

.exdda-dd-button {
  cursor: pointer; }

.exdda-dd-input {
  display: none; }

.exdda-dd-menu {
  position: absolute;
  top: 100%;
  border-radius: 4px;
  padding: 0;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  left: -100%;
  z-index: 9; }

.exdda-dd-input + .exdda-dd-menu {
  display: none; }

.exdda-dd-input:checked + .exdda-dd-menu {
  display: block; }

.exdda-dd-menu li {
  padding: 10px 20px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  white-space: nowrap;
}

.exdda-dd-menu li:last-child {
  border-bottom: none;
}

.exdda-dd-menu li:hover {
  background-color: #FEB41C;
  color: #fff;
}

.exdda-dd-menu li a {
  display: block;
  margin: -10px -20px;
  padding: 10px 20px; }

.exdda-dd-menu li.divider {
  padding: 0;
  border-bottom: 1px solid #cccccc; }
  
/*------ Reyad ---------*/
a {
  color: inherit;
}
.exdda-busket-image-content .exdda-image-width,
.overview-content .exdda-image-width {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  object-fit: cover;
}
.exdda-tabs li a {
  padding: 15px 30px;
}
@media screen and (max-width: 767px) {
  .exdda-tabs li a {
    padding: 8px 10px;
    font-size: 14px;
    display: inline-block;
  }
  .exdda-tabs li {
    margin-bottom: 10px;
  }
}

.exdda-add-to-cart[disabled] i{
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .invoice-totals {
    margin-left: 10% !important;
  }
}
@media screen and (max-width: 480px) {
  #exdda-profile button[type='submit'] {
    width: 100%;
  }
}
.field-desc {
  display: block;
  line-height: 26px;
  font-weight: 400;
  color: #737373;
} 
