:root {
  --session_pages_background: linear-gradient(-45deg,#25a0e2 50%,#00bd9d);

  --color1: rgb(255, 255, 255);
  --background1: #1d2229; /* #133b50, #2c3035 */

  --color2: #fff;
  --background2: #2c3035;

  --a-color1: #ffffff;
  --a-background1: #f8f6f210;
  --a-hover-color1: #18191a;
  --a-hover-background1: #ffffff;

  --item_button-color: rgb(28, 29, 31);
  --item_button-background: rgb(255, 255, 255);
  --item_button-hover-background: rgb(48, 56, 68);

  --success-color1: #0da740;
  --danger-color1: #eb4d4b;

  --placeholder-color1: rgba(167, 169, 172, 0.8);

}

[data-layout-mode="dark"] {
}

/* general */
body{
  font-size: 15px;
}
.sticky_bar{
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index:99;
  -webkit-box-shadow: 0 2px 4px rgb(15 34 58 / 12%);
  box-shadow: 0 2px 4px rgb(15 34 58 / 12%);
}
.custom_navbar1{
  width: 100%;
  color: var(--color1);
  background-color: var(--background1);
}
.header{
  width: 100%;
  color: var(--color1);
  background-color: var(--background1);
  border-top: 1px solid rgba(217, 223, 226, 0.2);
  border-bottom: 1px solid rgba(217, 223, 226, 0.2);
}
.custom_navbar2{
  width: 100%;
  color: var(--color2);
  background-color: var(--background2);
}
.platform_logo{
  width: 200px;
  /*filter: brightness(0) invert(1);*/
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
.custom_link{
  color: var(--a-color1) !important;
  background-color: var(--a-background1);
}
.custom_link:hover{
  color: var(--a-hover-color1) !important;
  background-color: var(--a-hover-background1);
}
.custom_link_value{
  position: absolute;
  width: 20px;
  height: 20px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 50%;
  top: -11px;
  left: 2px;
  color: white;
  background-color: rgb(21, 82, 175);
  align-items: center;
  display: flex;
  justify-content: center;
  padding-right: 1px;
}
.custom_input{
  width: 100%;
  display: block;
  height: calc(2.3rem + 4px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: unset;
  border-radius: .25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.custom_search_box{
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.custom_categories_select{
  height: calc(2.3rem + 4px);
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.custom_categories_button{
  border-top-right-radius: 0rem;
  border-bottom-right-radius: 0rem;
  border-top-left-radius: .5rem;
  border-bottom-left-radius: .5rem;
  border-right: 0px !important;
  background-color: #f0be2b !important;
}

.custom_title{
  border-bottom: 4px solid rgb(27, 29, 32);
}
.custom_title_side_border{
  border-bottom: 1px solid rgb(193, 196, 202) !important;
}

.item_div {
  width: 100%;
  position: relative;
  background-color: rgb(255, 255, 255);
  border: 1px solid var(--border-color);
  border-radius: .5rem;
}
.item_div:hover{
  cursor: pointer;
}
.item_div a{
  color: #1a1b1d;
  font-weight: 600;
}
.item_features{
  position: absolute;
  width: 60px;
  padding: 6px 6px;
  z-index: 1;
}
.item_features_new_label{
  color: var(--color2);
  background-color: var(--background2);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  border-radius: .25rem;
  font-size: 12px;
}
.item_features_discount_label{
  color: white;
  background-color: var(--danger-color1);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  border-radius: .25rem;
  font-size: 12px;
}
.item_buttons{
  position: absolute;
  width: 60px;
  padding: 6px 6px;
  z-index: 1;
  left: 0;
  text-align: left;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.item_div:hover .item_buttons{
  opacity: 1;
}
.item_button1{
  width: 34px;
  height: 34px;
  border-radius: 10%;
  color: var(--item_button-color);
  background-color: var(--item_button-background);
  border: 1px solid var(--border-color)
}
.item_button1:hover{
  color: var(--item_button-background);
  background-color: var(--item_button-hover-background);
  transition: all 0.3s ease 0s;
}
.item_image_div{
  width: 100%;
  height: 244px;
  position: relative;
  border-bottom: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(90deg, rgb(247, 249, 250) 10%, rgb(226, 230, 231) 50%, rgb(247, 249, 250) 90%);
}
.item_image{
  max-width: 220px;
  max-height: 220px;
  margin: 0;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
.item_info{
  padding: 12px 14px;
}
.item_name{
  width: 100%;
  height: 64px;
  color: #1c1e1f;
  text-align: center;
}
.price_font{
  font-size: 17px;
  color: tomato;
  font-weight: 600;
}
.slashed_price{
  font-size: 14px;
  padding-right: 5px;
  color: #6d7080;
  text-decoration: line-through;
}
.currency_symbol {
  padding-left: 1px;
}
.item_in_stock{
  color: var(--success-color1);
  font-size: 14px;
  font-weight: 600;
}
.item_out_stock{
  color: var(--danger-color1);
  font-size: 14px;
  font-weight: 600;
}

.subscribe_to_news_text{
  font-size: 24px;
}
.subscribe_to_news_input{
  width: 100%;
  display: block;
  padding: 1rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #2b2f33;
  background-color: #fff;
  background-clip: unset;
  border-top-right-radius: .5rem;
  border-bottom-right-radius: .5rem;
  border-top-left-radius: .5rem;
  border-bottom-left-radius: .5rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.subscribe_to_news_button{
  border-top-right-radius: .5rem;
  border-bottom-right-radius: .5rem;
  border-top-left-radius: .5rem;
  border-bottom-left-radius: .5rem;
  border-right: 0px !important;
}
.custom_div_for_description{
  width: 100%;
  padding: 12px 20px;
  border: 1px solid var(--border-color);
  border-radius: .5rem;
  color: rgb(37, 39, 41);
  background-color: #f9fbfd;
}
.custom_div_for_description h1{
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0px;
}
.custom_btn1{
  width: 34px !important;
  height: 34px !important;
  line-height: 34px !important;
  padding: unset;
}

/*footer*/
footer{
  color: rgb(16, 17, 17);
  background-color: rgb(252 252 252);
  padding-top: 40px;
}
.footer h6{
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 16px;
}
.footer p{
  color: #1d1d1f;
  font-size: 14px;
}
.footer ul {
  padding-right: 0px;
  list-style-type: none;
}
.footer li {
  font-size: 14px;
  margin-bottom: 6px;
}

.section_div{
  margin-bottom: 30px;
}
.section_div:last-child{
  margin-bottom: 0px;
}

.custom_table1 {
  display: flex;
  width: 1320px !important;
}
.custom_table2 {
  display: flex;
  width: 1298px !important;
}
.custom_scrollbar::-webkit-scrollbar {
  width: 4px;
  height: 0px;
}
.custom_scrollbar::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
.custom_scrollbar::-webkit-scrollbar-thumb {
  background: #888; 
}
.custom_scrollbar::-webkit-scrollbar-thumb:hover {
  background: #555; 
}


/* index page */
.wide_banner{
  width: 100%;
  border-radius: .5rem;
}
.category_banner{
  width: 100%;
  border-radius: .5rem;
  transition: transform .2s;
}
.category_banner:hover{
  opacity: .96;
  transform: scale(1.02);
  cursor: pointer;
}
.menu_category_div{
  color: rgb(27, 28, 31);
  background-color: rgb(255, 255, 255);
  text-align: center;
  transition: transform .2s;
  /* border: 2px solid black; */
}
.menu_category_div:hover{
  transform: scale(1.04);
  cursor: pointer;
}
.menu_category_img_div{
  position: relative;
  background-color: #eff3f52f;
  border: 1px solid var(--border-color);
  width: 200px;
  height: 200px;
  border-radius: 0.5rem;
  text-align: center;
}
.menu_category_img{
  max-width: 130px;
  max-height: 130px;
  margin: 0;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
.feature_row{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid var(--border-color);
  border-radius: .5rem;
}
.feature_div{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.2rem 0.4rem;
  background-color: #fff;
}
.feature_icon{
  color: var(--background1);
}
.feature_title{
  color: var(--background2);
  font-size: 16px;
  font-weight: 600;
}
.feature_description{
  color: #495057;
}
/* end of index page */

/* category page */
/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
.modal.left .modal-dialog,
.modal.right .modal-dialog {
  border-left: 1px solid var(--border-color);
  position: fixed;
  margin: auto;
  width: 340px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
  z-index: 99999;
}

.modal.left .modal-content,
.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
  padding: 15px 15px 80px;
}

/*Left*/
.modal.left.fadeeffect .modal-dialog {
  right: -340px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.left.fadeeffect.in .modal-dialog {
  right: 0;
}

/*Right*/
.modal.right.fadeeffect .modal-dialog {
  left: -340px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.right.fadeeffect.in .modal-dialog {
  left: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
  border-radius: 0;
  border: none;
}

.modal-header {
  border-bottom-color: #eeeeee;
  background-color: #fafafa;
}

.filter_div{
  width: 100%;
  /*padding: 10px 20px;
  border: 1px solid var(--border-color);*/
  border-radius: .25rem;
  color: #1e1f20;
  background-color: #ffffff;
}
.filter_name{
  font-weight: 600;
}

/* cart page */
.cart_single_product{
  width: 100%;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid var(--border-color);
  border-radius: .5rem;
}
.cart_single_product ::-webkit-input-placeholder{
  color: var(--placeholder-color1) !important;
}
.cart_single_product ::-moz-placeholder{
  color: var(--placeholder-color1) !important;
}
.cart_single_product :-ms-input-placeholder{
  color: var(--placeholder-color1) !important;
}
.cart_single_product :-moz-placeholder{
  color: var(--placeholder-color1) !important;
}
.coupon_input{
  width: 100%;
  display: block;
  padding: 1rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #2b2f33;
  background-color: #fff;
  background-clip: unset;
  border-top-right-radius: .5rem;
  border-bottom-right-radius: .5rem;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-left: 0px !important;
}
.coupon_button{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: .5rem;
  border-bottom-left-radius: .5rem;
  border-right: 0px !important;
}
.show_coupon_span{
  font-style: italic;
  cursor: pointer;
}

/* item page */
.itempage_item_name{
  font-size: 24px;
  margin: 0;
  font-weight: 600;
}
.itempage_advinfo_div{
  width: 100%;
  border: 2px solid var(--border-color);
  border-radius: 1rem;
}
.itempage_item_price{
  font-size: 20px;
  margin: 0;
  color: rgb(75, 81, 95);
}
.itempage_item_discount{
  font-size: 26px;
  margin: 0;
  color: tomato;
  font-weight: 600;
}
.itempage_slashed_price{
  text-decoration: line-through;
}
.itempage_qty_div{
  width: 100%;
  padding: 4px 16px;
  border: 1px solid var(--border-color);
  border-radius: .5rem;
  margin-top: 4px;
  display: flex;
}
.itempage_qty_value{
  font-size: 16px;
}
.itempage_qty_button1{
  width: 22px;
  height: 22px;
  line-height: 22px;
  padding: 0px;
  font-size: 10px;
  border: 1px solid var(--border-color);
  border-radius: 10px;
}
.itempage_add_to_cart_button{
  width: 100%;
  color: rgb(25, 26, 27);
  background-color: #ffc107;
  border-radius: 1rem;
}
.itempage_add_to_cart_button:hover{
  color: rgb(255, 255, 255);
  background-color: #ecb50f;
}
.itempage_buy_now_button{
  width: 100%;
  border-radius: 1rem;
  margin-top: 8px;
}
.itempage_other_buttons_div{
  width: 100%;
  text-align: center;
  font-size: 14px;
  margin-top: 8px;
}
.itempage_single_quick_notes{
  width: 100%;
  padding: 5px 10px;
  border: 1px solid var(--border-color);
  border-radius: .5rem;
  color: white;
  background-color: #313736;
  font-size: 13px;
}
.itempage_customer_review_div{
  width: 100%;
  border: 1px solid var(--border-color);
  border-radius: .5rem;
  padding: 12px 18px;
  margin-bottom: 8px;
}
.itempage_customer_review_div:last-child{
  margin-bottom: unset;
}
.itempage_post_review{
  font-size: 17px;
  cursor: pointer;
  color: #0d4e6e;
  font-weight: 600;
  font-style: italic;
}
.itempage_success_review{
  font-size: 20px;
  font-weight: 600;
}

.itempage_item_variable{
  width: 100%;
  border: 1px solid rgb(18, 87, 151);
  border-radius: .5rem;
  color: rgb(29, 27, 27);
  background-color: rgb(237, 241, 245);
  text-align: center;
  padding: 4px;
}
.itempage_item_variable a{
  color: rgb(29, 27, 27);
}
.itempage_item_variable:hover{
  cursor: pointer;
  background-color: rgb(230, 235, 240);
}
.itempage_disabled_item_variable{
  opacity: 0.65;
  cursor: not-allowed !important;
}

.itempage_whatsapp_button{
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: rgb(21, 185, 21);
  color: white;
  padding: 10px;
  border-radius: 4px;
  font-size: 22px;
  z-index: 99;
  width: 55px;
  height: 55px;
  border-radius: 50%;
}
.itempage_whatsapp_button:hover{
  color: white;
  background-color: rgb(21, 161, 21);
}

.cartpage_item_image{
  max-width: 120px;
  max-height: 120px;
}
.cartpage_delete_from_cart_button{
  position: absolute;
  top: 4px;
  right: 10px;
}

.badge-primary, .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff;
  background-color: rgb(49, 52, 56);
}

@media (min-width: 992px) {
  .custom_scrollbar::-webkit-scrollbar {
    height: 8px;
  }
  .cartpage_delete_from_cart_button{
    position: relative;
    top: 0;
    right: 0;
  }
  .cartpage_item_image{
    max-width: 100%;
    max-height: 100px;
  }
}
@media (min-width: 768px) {
  .subscribe_to_news_input {
    border-top-left-radius: 0rem;
    border-bottom-left-radius: 0rem;
    padding: 1.4rem 1rem;
    border-left: 0px !important;
  }
  .subscribe_to_news_button{
    border-top-right-radius: 0rem;
    border-bottom-right-radius: 0rem;
  }
}
@media (min-width: 575px) {
}