/* ---------------------------------------------------
  SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
  width: 200px;
  position: fixed;
  top: 0;
  right: -200px;
  height: 100vh;
  z-index: 999;
  background: #e8e8e9;
  color: #000;
  transition: all 0.3s;
  overflow-y: scroll;
  box-shadow: -3px 3px 3px rgb(0 0 0 / 5%)
}

#sidebar.active {
  right: 0;
}

#sidebar_basket {
  width: 250px;
  position: fixed;
  top: 0;
  left: -250px;
  height: 100vh;
  z-index: 999;
  background: #e8e8e9;
  color: #000;
  transition: all 0.3s;
  overflow-y: scroll;
  box-shadow: -3px 3px 3px rgb(0 0 0 / 5%)
}

#sidebar_basket.active {
  left: 0;
}

#dismiss {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 10px;
  cursor: pointer;
  color: #000;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#dismiss:hover {
  color: #612578;
}

.overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.68);
  z-index: 998;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.overlay.active {
  display: block;
  opacity: 1;
}

#sidebar .sidebar-header,
#sidebar_basket .sidebar-header {
  padding-top: 35px;
  text-align: center;
}

#sidebar .sidebar-header img,
#sidebar_basket .sidebar-header img {
  width: 70%;
  margin: 10px auto;
}

.change_lang {
  margin: 0px auto;
  text-align: center;
}

.change_lang a {
  border: 1px solid #d0d0d1;
  background: #d7d7d7;
  border-radius: 5px;
  padding: 6px;
  color: #000;
  font-size: 8pt;
  margin: 0px 5px;
  height: 32px;
  display: inline-block;
  text-decoration: none;
}

.change_lang a img {
  height: 100%;
  border-radius: 2px;
}

.change_lang a b {
  vertical-align: middle;
  margin-right: 5px;
}



#sidebarCollapse {
  border: none;
  color: #752a7d;
  background: #fff;
  vertical-align: middle;
  border-radius: 5px;
}

#sidebarCollapse span {
  vertical-align: middle;
  font-size: 20pt;
  vertical-align: middle;
}

#sidebar hr,
#sidebar_basket hr {
  color: #909090;
}

#sidebar .sidebar_items,
#sidebar_basket .sidebar_items {
  list-style: none;
  text-align: right;
  padding: 0px 15px;

}

#sidebar .sidebar_items li,
#sidebar_basket .sidebar_items li {
  margin: 15px 0px;
}

#sidebar .sidebar_items li a,
#sidebar_basket .sidebar_items li a {
  color: #333333;
  text-decoration: none;
}

#sidebar .sidebar_items li a span,
#sidebar_basket .sidebar_items li a span {
  vertical-align: middle;
  font-size: 21pt;
}

#sidebar .sidebar_items li a b,
#sidebar_basket .sidebar_items li a b {
  font-size: 9pt;
  
  vertical-align: middle;
  font-weight: normal;
  margin-right: 5px;
}

.sidbar_basket {
  text-align: center;
  display: block;
  margin-top: 15px;
  padding-bottom: 10px;
  
  font-size: 10pt;
}


.sidbar_basket .sidbar_basket_button {
  background: rgb(234, 195, 99);
  background: linear-gradient(180deg, rgba(243, 222, 169, 1) 0%, rgba(234, 195, 99, 1) 100%);
  color: #4c3808;
  border: 1px solid #dac89d;
  color: #000;
  padding: 7px;
  width: 100%;
  display: block;
  text-decoration: none;
  
  margin-bottom: 10px;
  margin-top: 10px;
  border-radius: 5px;
}

.sidbar_basket .sidbar_basket_button:hover {
  text-decoration: none;
  background: rgb(230, 200, 126);

}

.sidbar_basket .sidbar_basket_button b {}

.sidbar_basket .sidbar_basket_button span {
  margin-left: 5px;
  vertical-align: middle;
}

.sidbar_basket .sidbar_basket_button_checkout {
  background: #612578;
  border: 1px solid #612578;
  border-radius: 40px;
  padding: 5px 20px;
  text-decoration: none;
  color: #fff;
}

.sidbar_basket .sidbar_basket_button_checkout:hover {
  text-decoration: none;
  color: #fff;
  box-shadow: 0px 5px 5px -3px #969897;
}

.sidbar_basket .basket_title {
  display: block;
  margin-top: 20px;
  
  text-align: right;
  margin-bottom: 10px;
  margin-right: 10px;
  font-size: 11pt;
}

.sidbar_basket .product_items {
  text-align: right;
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 3px;
}

.sidbar_basket .product_items img {
  width: 100%;
  margin: 5px;
}

.sidbar_basket .product_items .title {
  font-size: 9pt;
  padding: 2px;
  margin-right: 5px;
}

.sidbar_basket .product_items .title a {
  text-decoration: none;
  color: #260e28;
  font-size: 10pt;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sidbar_basket .product_items .title a:hover {
  color: #a22caf
}

.sidbar_basket .product_items .price {
  color: #848484;
  font-size: 9pt;
  margin-top: 0px;
}

.sidbar_basket .product_items .var_name {
  display: inline-block;
  background: #efd38e;
  width: auto;
  padding: 2px 10px;
  border-radius: 6px;
  font-size: 8pt;
}



.sidbar_basket .product_items .total_price {
  font-size: 12pt;
  
  padding: 2px;
  margin-right: 5px;
  vertical-align: middle;
}


.sidbar_basket .product_items .qty {
  font-size: 11pt;
  text-align: center;
  font-weight: bold;
  margin-right: 5px;
  width: 50px;
  border: 1px solid #e6e6e6;
  padding: 4px 5px;
  border-radius: 5px;
  vertical-align: middle;
}


.sidbar_basket .product_items .qty_number {
  font-size: 11pt;
  vertical-align: middle;
  margin: 3px;
}

.sidbar_basket .product_items .bottom {
  width: 100%;
}

.sidbar_basket .basket_delete_action {
  color: #622678;
  cursor: pointer;
  font-size: 15pt;
}

.badge_basket {
  background: #fde9ff;
  border: 1px solid #f7c9fc;
  width: 18px;
  height: 18px;
  line-height: 17px;
  border-radius: 10px;
  color: #752a7d;
  display: inline-block;
  position: absolute; 
  /* left: 21px;  */
  top: -2px;
  
}

.nav_icon:hover>.badge_basket {
  /* background: #571d63; */
}

.sidbar_basket .basket_content {
  margin: 0;
  padding: 0 0 15px 0;
  list-style: none;
  height: calc(100vh - 200px);
  overflow-x: hidden;
  overflow-y: auto;
  display: block;
  position: relative;
  z-index: 0;
}

.sidbar_basket .delivery_and_total {
  font-size: 11pt;
  padding: 5px;
  width: 100%;
  background: #fff;
  height: 180px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

.sidbar_basket .delivery_and_total b:first-child {

  text-align: right;
}


.sidbar_basket .total {
  margin-top: 5px;
  display: flex;
  justify-content: space-between
}

.sidbar_basket .total b {
  font-weight: normal;
}

.sidbar_basket .total b:last-child {
  font-weight: bold;
  
  font-size: 12pt;
}

.sidbar_basket .delivery {
  margin-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #f1f1f1;
  display: flex;
  justify-content: space-between
}

.sidbar_basket .delivery .delivery b:first-child {
  text-align: right;
}

.sidbar_basket .delivery b:last-child {
  font-weight: bold;
  
  font-size: 12pt;
}

.sidbar_basket .sub_total {
  display: flex;
  justify-content: space-between
}

.sidbar_basket .sub_total b:last-child {
  
  font-size: 14pt;
}

.sidbar_basket .location {
  background: none;
  border: none;
  cursor: pointer;
  
  color: #417ddc;
  display: block;
  font-size: 10pt;
  border-radius: 5px;
  padding: 0;
  margin-top: 3px;
}

.delivery_and_total .delivery span {
  color: #417ddc;
  
}

#basket_content .delivery_and_total .provider_delivery_fee {
  color: green;
  font-size: 10pt;
}


.cat_down {
  list-style: none;  
  padding: 0px;
}

.cat_down b {
  font-size: 10pt;
  vertical-align: middle;
  font-weight: normal;
  margin-right: 5px;
  cursor: pointer;
}

.cat_down ul {
  list-style: none;
  padding: 0px;
}

.cat_down li {
  padding-right:20px;
}

.cat_down li.selected {
  background-color: #f2f2f2;
}

.cat_down li a {
  display: block;
  font-size: 10pt;
  width: 100%;
  margin: 15px 0px;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  color: black;
}

.cat_down li a span {
  vertical-align: middle;
}
.cat_down ul li a {
  padding: 0px;
  padding-right: 5px;
}

.cat_down ul li a b{
  color: #752a7d;
}

.cat_down li>ul li {
  padding: 0px; 
}

.cat_down li>ul li a { 
  color: black;
  font-weight: 500;
  padding: 5px;
  border-bottom: 1px solid #e8e8e9; 
  margin: 0px; 
}

.cat_down li ul {
  list-style: none;
  padding: 0px;

  margin-top: -10px;
  margin-right: -10px;
}

.cat_down li ul li ul {
  margin:0px;
}
.cat_down li>ul li>ul li {
  padding: 2px;
  margin-right:10px;
}
.cat_down li>ul li>ul li a b{
  color: #752a7d;
}
.cat_down li>ul li>ul li a {
  color: #474747;
  font-weight: 100;
  font-size: 9pt;
  text-transform: none;
  padding: 2px;
  margin: 0px;
  
  border: 0px;
}
.cat_down li:nth-child(5) a{  
  /* padding-bottom: 0px; */
}
