/*--------------------------------------------------------------
  Template Name: Tmart-Minimalist eCommerce HTML5 Template.
  Template URI: #
  Description: Tmart is a unique website template designed in HTML with a simple & beautiful look. There is an excellent solution for creating clean, wonderful and trending material design corporate, corporate any other purposes websites.
  Author: Theme365
  Version: 1.0
---------------------------------------------------------------*/

/* ----------------------------------------------------
	You can put your custom css code here: 
-------------------------------------------------------*/
.menu-extra li span.wishlist-count,
.sticky__header.scroll-header .menu-extra li span.wishlist-count{
  font-family: 'Poppins', sans-serif;
  color:#fff;
  position: absolute;
  z-index: 1;
  width: 15px;
  height: 15px;
  line-height: 15px;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
  border-radius: 50%;
  background-color: #ff4136;
}
.sticky__header.scroll-header .menu-extra li span.wishlist-count{
  top: 20px;
}
.pro__thumb span.wishlist-count{
  font-family: 'Poppins', sans-serif;
  color: #fff;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 9px;
  font-weight: 400;
  text-align: center;
  border-radius: 50%;
  background-color: #ff4136;
}

.pro__thumb span.new-item{
  font-family: 'Poppins', sans-serif;
  color: #fff;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 9px;
  font-weight: 400;
  text-align: center;
  border-radius: 50%;
  background-color: green;
}

.out-stock span {
  color: #ff4136;
  font-size: 18px;
  text-transform: capitalize;
}
#overlay {
  background: #ffffff;
  color: #666666;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 5000;
  top: 0;
  left: 0;
  float: left;
  text-align: center;
  padding-top: 25%;
}
.plswait_overlay{
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.35);
  color:white;
  line-height: 300px;
  position: absolute;
  top:0;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  z-index: 1000000;
}
.load_img{
  position: absolute;
	top: 45%;
	left: 45%;
  width: 32px;
  height: 32px;
	z-index:1000002;
	overflow: auto;
  background-image: url(../images/icons/giphy.gif);
  background-repeat: no-repeat
}

.dots span {
  animation: dots-1 1s infinite steps(1);
  -webkit-animation: dots-1 1s infinite steps(1);
}
.dots span:first-child + span {
  animation-name: dots-2;
  -webkit-animation-name: dots-2;
}

.dots span:last-child + span {
  animation-name: dots-3;
  -webkit-animation-name: dots-3;
}

 /* Loading text animation */
@keyframes dots-1 { 0% { opacity: 0; } 25% { opacity: 1; } }
@keyframes dots-2 { 0% { opacity: 0; } 50% { opacity: 1; } }
@keyframes dots-3 { 0% { opacity: 0; } 75% { opacity: 1; } }
@-webkit-keyframes dots-1 { 0% { opacity: 0; } 25% { opacity: 1; } }
@-webkit-keyframes dots-2 { 0% { opacity: 0; } 50% { opacity: 1; } }
@-webkit-keyframes dots-3 { 0% { opacity: 0; } 75% { opacity: 1; } }

label.error {
  color: red;
  padding-left: .5em;
  font-size: 12px;
  display: block;
  padding: 5px;
  font-weight: none;
}

.submenu_member{
  margin-left:15px;
}

.list-keranjang {
  display: flex;
}
.list-keranjang li {
  padding: 0px 10px 0px 0px;
}
.list-keranjang li:last-child {
  padding-right: 0;
}
.list-keranjang li:first-child {
  padding-left: 0;
}
.list-keranjang li span {
  color: #666666;
  font-size: 19px;
  line-height: 30px;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.list-keranjang li span:hover {
  color: #f26822;
}

.coupon input[type="submit"],
.coupon input[type="button"]{
    background: #777777 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin-right: 15px;
    padding: 0 15px;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    white-space: nowrap;
    width: 100%;
}
.contain-keranjang{
  border-color: #e6e6e6;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  padding: 20px;
}
.checkout_ship_bill_header{
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 15px; 
}
.checkout_h3{
  font-weight: bold;
}
.checkout_ship_bill_ubah a{
  float: right;
  text-transform: uppercase;
  color: #f26822;
}
.checkout_line{
    border-bottom: 2px solid #c1c1c1;  
}
.img_captcha{
  margin: 15px 0px;
  text-align: center;  
}
.print_invoice_header{
  font-size: 20px;
  font-weight: 400;
  color: #f26822;
}
.col-print-1 {width:8%;  float:left;}
.col-print-2 {width:16%; float:left;}
.col-print-3 {width:25%; float:left;}
.col-print-4 {width:33%; float:left;}
.col-print-5 {width:42%; float:left;}
.col-print-6 {width:50%; float:left;}
.col-print-7 {width:58%; float:left;}
.col-print-8 {width:66%; float:left;}
.col-print-9 {width:75%; float:left;}
.col-print-10{width:83%; float:left;}
.col-print-11{width:92%; float:left;}
.col-print-12{width:100%; float:left;}
@media print{
  .print_invoice_header {
    font-size: 20px;
    font-weight: 400;
    color: #f26822;
  }
}
.price-box-3{
  margin-top: 15px;
}
a.del_coupon{
  text-transform: lowercase;
  font-weight: normal;
  font-size: 12px;
  cursor: pointer;
}

#btn_add_to_cart, #btn_wishlist, #btn_wishlist_cart, #buy_btn, #wishlist_btn, #share_btn{
  cursor: pointer;
}

.odd{
  background-color: #f6f6f6;
  padding: 10px;
  margin: 0px;
}
.even{
  padding: 10px;
  margin: 0px;
}
.odd .detail_item, .even .detail_item{
  margin-bottom: 15px;
}
.member_order_detail_header{
  font-size: 15px;
  font-weight: 600;
}
.member_order_detail_footer{
  margin-bottom: 15px;
}
.member_order_detail_total{
  background-color: #f26822
}
.member_order_detail_col_1, member_order_detail_col_2{
  padding: 0px 0px 0px 0px;
}
.member_order_detail_col_3{
  padding: 15px 15px 15px 0px;
  text-align: right;
  background-color: lightgray;
  font-size: 15px;
  font-weight: 600;
}
.member_order_header{
  margin-top: 20px;
}
.new__price_left{
  float: left;
}
.new__price_right{
  float: right;
  margin-top: 15px;
  font-size: 20px;
}
.new__price_right ul{
  display: flex;
}
.new__price_right ul li{
  padding-left: 10px;
}
.alamat_utama{
  border: 2px solid green;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 5px;
  color: green;
  display: inline-block;
}
.tambah-data{
  margin-left: 20px;
}
.plusminus{
  padding: 5px;
  border: 1px solid #d5d5d5;
  /*margin: 0px 3px;*/
  cursor: pointer;
}
.ti-shopping-cart, .ti-heart{
  cursor: pointer;
}
.member_active{
  color: #f26822;
}

/*MOBILE MENU*/

.accordion {
  width: 100%;
  max-width: 360px;
  margin: 30px auto 20px;
  background: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.accordion .link {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 42px;
  color: #4D4D4D;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #CCC;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li:last-child .link { border-bottom: 0; }

.accordion li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}

.accordion li.open .link { color: #b63b4d; }

.accordion li.open i { color: #b63b4d; }

.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/**
 * Submenu
 -----------------------------*/


.cd-accordion-menu {
  width: 90%;
  max-width: 600px;
  /*background: #4d5158;*/
  margin: 4em auto;
  /*box-shadow: 0 4px 40px #70ac76;*/
}
.cd-accordion-menu ul {
  /* by default hide all sub menus */
  display: none;
}
.cd-accordion-menu li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cd-accordion-menu input[type=checkbox] {
  /* hide native checkbox */
  position: absolute;
  opacity: 0;
}
.cd-accordion-menu label, .cd-accordion-menu a {
  position: relative;
  display: block;
  padding: 12px 12px 12px 50px;
  /*background: #4d5158;*/
  /*box-shadow: inset 0 -1px #555960;*/
  color: #666;
  /*font-size: 1.6rem;*/
}
.no-touch .cd-accordion-menu label:hover, .no-touch .cd-accordion-menu a:hover {
  background: #eee;
}
.cd-accordion-menu label::before, .cd-accordion-menu label::after, .cd-accordion-menu a::after {
  /* icons */
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cd-accordion-menu label {
  cursor: pointer;
}
.cd-accordion-menu label::before {
  background-image: url(cd-icons.svg);
  background-repeat: no-repeat;
}
.cd-accordion-menu label::before {
  /* arrow icon */
  left: 18px;
  background-position: 0 0;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
/*
.cd-accordion-menu label::after {
  left: 41px;
  background-position: -16px 0;
}
.cd-accordion-menu a::after {
  left: 36px;
  background: url(cd-icons.svg) no-repeat -48px 0;
}
*/
.cd-accordion-menu input[type=checkbox]:checked + label::before {
  /* rotate arrow */
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cd-accordion-menu input[type=checkbox]:checked + label::after {
  /* show open folder icon if item is checked */
  background-position: -32px 0;
}
.cd-accordion-menu input[type=checkbox]:checked + label + ul,
.cd-accordion-menu input[type=checkbox]:checked + label:nth-of-type(n) + ul {
  /* use label:nth-of-type(n) to fix a bug on safari (<= 8.0.8) with multiple adjacent-sibling selectors*/
  /* show children when item is checked */
  display: block;
}
.cd-accordion-menu ul label,
.cd-accordion-menu ul a {
  /*background: #35383d;*/
  /*box-shadow: inset 0 -1px #41444a;*/
  padding-left: 70px;
}
.no-touch .cd-accordion-menu ul label:hover, .no-touch
.cd-accordion-menu ul a:hover {
  /*background: #3c3f45;*/
}
.cd-accordion-menu > li:last-of-type > label,
.cd-accordion-menu > li:last-of-type > a,
.cd-accordion-menu > li > ul > li:last-of-type label,
.cd-accordion-menu > li > ul > li:last-of-type a {
  box-shadow: none;
}
.cd-accordion-menu ul label::before {
  left: 36px;
}
.cd-accordion-menu ul label::after,
.cd-accordion-menu ul a::after {
  left: 59px;
}
.cd-accordion-menu ul ul label,
.cd-accordion-menu ul ul a {
  padding-left: 100px;
}
.cd-accordion-menu ul ul label::before {
  left: 54px;
}
.cd-accordion-menu ul ul label::after,
.cd-accordion-menu ul ul a::after {
  left: 77px;
}
.cd-accordion-menu ul ul ul label,
.cd-accordion-menu ul ul ul a {
  padding-left: 118px;
}
.cd-accordion-menu ul ul ul label::before {
  left: 72px;
}
.cd-accordion-menu ul ul ul label::after,
.cd-accordion-menu ul ul ul a::after {
  left: 95px;
}

.cd-accordion-menu.animated label::before {
  /* this class is used if you're using jquery to animate the accordion */
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.htc__product__details__inner{
  padding: 0px 15px;
}

#sticky_cart{
  top     : 50%;
  height  : 60px;
  width   : 60px;
  position: fixed;
  right   : 1rem;
  z-index : 999;
}
#krnjng{
  width     : 60px;
  height    : 60px;
  background: url(../images/shoppingcart_77968.png) 50%/cover no-repeat;
  position  : relative;
}

#fixedsocial {
  /*
  height  : 55px;
  width   : 55px;
  */
  bottom  : 10%;
  position: fixed;
  right   : 1.2rem;
  z-index : 999;
}
#sosmed{
  /*
  width     : 55px;
  height    : 55px;
  background: url("https://genie.shop/_nuxt/img/icon-help.74748b5.png") 50%/cover no-repeat #fff;
  box-shadow: 0 3px 4px 0 rgb(0 0 0 / 22%);
  */
  background-color:#f26822;
  position  : relative;
  border-radius: 22%;
  display:inline-block;
}
#sosmed:hover{
  cursor: pointer;
}
.badge {
  color           : #fff;
  background-color: #f5222d;
}
#popoversosmed {
  bottom  : 13%;
  height  : 100px;
  width   : 200px;
  position: fixed;
  right   : 7%;
  z-index : 999;
  border  : solid #666 2px;
  background-color: #fff;
  border-radius   : 10px;
}
#popoversosmed:after {
  content : " ";
  position: absolute;
  right   : -10px;
  top     : 50%;
  border-top    : 10px solid transparent;
  border-right  : none;
  border-left   : 10px solid #666;
  border-bottom : 10px solid transparent;
}

#imgProfile .btn{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #555;
  color: white;
  font-size: 16px;
  padding: 6px 12px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;  
  z-index :1;
}

.css-1kv29i0 {
  position: relative;
  display: block;
  height: 8px;
  width: 100%;
  border: none;
  background: var(--N75,#E5E7E9);
  margin: 40px 0px;
}

.flexbox-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  height: 100%;
}
.sub_header{
  font-size:calc(13px + 1vw);
  font-family:'Poppins';
  font-weight:700;
}
.sold_txt{
  color:#ccc;
  font-size: calc(10px + 0.1vw);
}

#cart_prod{
  border: 1px solid #CCC;
  border-radius: 10px;
}

#cart_prod h3{
  font-size : 1rem;
  font-weight: 500;
}
#new__price {
  color: #f26822;
  font-size: 23px;
}
#old__price {
  color: #9c9b9b;
  text-decoration: line-through;
  font-size: 15px;
}

.scrolltesti::-webkit-scrollbar {
  width: 12px;               /* width of the entire scrollbar */
}

.scrolltesti::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 10px;        /* color of the tracking area */
}

.scrolltesti::-webkit-scrollbar-thumb {
  background-color: #F90;	
	background-image: -webkit-linear-gradient(45deg,
                        rgba(255, 255, 255, .2) 25%,
											  transparent 25%,
											  transparent 50%,
											  rgba(255, 255, 255, .2) 50%,
											  rgba(255, 255, 255, .2) 75%,
											  transparent 75%,
											  transparent)
}

/**css menu member*/
.css-xt14kl{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  align-items: center;
    -webkit-box-pack: start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 16px 12px;
  border-top: 1px solid rgb(229,231,233);
  border-bottom: 1px solid rgb(229,231,233);
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  flex-direction: column;
}
.css-1hhbj1z{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  flex-direction: column;
    -webkit-box-pack: justify;
  margin-bottom: 18px;
  width: 100%;
}
.css-1cbyesu{
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  align-items: center;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
  flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
  justify-content: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.css-1erqaq{
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.css-1erqaq{
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: rgba(49,53,59,0.96);
    -webkit-text-decoration: initial;
  text-decoration: initial;
  margin: 0px;
}
.bfikuD{
  display: flex;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
  text-align: center;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 1rem;
  font-size: 22px
}
/**end of css menu member*/

/**css coin*/
.header_coin{
  box-shadow: 0 1px 1px 0 rgb(0 0 0 / 5%);
  border-radius: 0.125rem;
  overflow: hidden;
  overflow: visible;
  padding: 1rem 1.25rem;
  background-color: #fff;
  margin-bottom: 0.75rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f26822  
}
.TXKlc0{
  display: -webkit-flex; 
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;  
}
.Mhu7OV{
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: .875rem;
  font-weight: 300;  
}
.NCtpc{
  text-decoration: none;
  color: rgba(0,0,0,.87);
  font-size: 1rem;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: inherit;
}
.panel_coin{
  box-shadow: 0 1px 1px 0 rgb(0 0 0 / 5%);
  border-radius: 0.125rem;
  overflow: hidden;
  background-color: #fff;
  padding: 12px 12px 8px;
  clear: both;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0,0,0,.09);
  text-decoration: none;
}
.panel_coin img{
  width: 55px;
  height: 55px;
  margin-right: 14px;
}
.panel_coin_item
{
  padding: 0 0.625rem;
  width: 6.25rem;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.panel_coin_nominal_plus{
  text-align: right;
  min-width: 5rem;
  float: right;
  font-size: 1.25rem;
  padding: 0.625rem;
  color: #f26822;
}
.panel_coin_nominal_minus
{
  text-align: right;
  min-width: 5rem;
  float: right;
  color: rgba(0,0,0,.87);
  font-size: 1.25rem;
  padding: 0.625rem;
}
/**end of ccs coin*/

/*
#new__price{
  font-size:1.5rem;
}

#old__prize{
  color:#666;
  text-decoration: str;
}
*/