@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");


/* ====================================================================================================== 
NAVIGATION
====================================================================================================== */
.header-nav{
 
}
.header-nav .nav > li > a {
    color: #000;    
}
.header-nav .nav > li > a:hover {
    color: #111;    
}
.site-header .extra-nav .extra-cell .login-link {
    color: #000;    
}
.site-header .extra-nav .extra-cell .login-link:hover {
    color: #111;      
}
.badge {        
    color: #fff;
    background-color: #004cff;    
}
.padBot{
  padding-bottom: 120px;
}
.select{
  border: 1px solid #d7d7d7 !important;
  background-color: #fff !important;
}
.statusNopayment{
  display: inline-block;
  background-color: #FFE667;
  padding: 3px 20px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 10px !important;
  border-radius: 50px;
}
.statusWaitShipping{
  display: inline-block;
  background-color: #008DDB;
  padding: 3px 20px;  
  font-size: 10px !important;
  border-radius: 50px;
  margin-left: 10px;
  margin-right: 10px;
  color: #fff !important;
}
.statusReject{
  display: inline-block;
  background-color: #DB0012;
  padding: 3px 20px;  
  font-size: 10px !important;
  border-radius: 50px;
  margin-left: 10px;
  margin-right: 10px;
  color: #fff !important;
}
.statusSuccess{
  display: inline-block;
  background-color: #7EB907;
  padding: 3px 20px;  
  font-size: 10px !important;
  border-radius: 50px;
  margin-left: 10px;
  margin-right: 10px;
  color: #fff !important;
}
.btnCus{
  display: inline-block;
  background-color: #000;
  font-size: 12px;
  padding: 5px 30px;
  color: #fff;
  text-transform: uppercase;
  border: 0 !important;
}
.idInvoices{
  font-weight: 400 !important;
  opacity: 0.7;
  font-size: 12px !important;
}
.msg{
  position: relative;
  width: 100%;
  border-radius: 8px;
  background-color: #f6f6f6;
  padding: 8px 20px;
  font-size: 12px;
  margin-top: 15px;
  color: #000;
}
.box-detail-belanja{
  display: none;
}
.FontSize12{
  font-size: 12px !important;
}
.help-block{
  background:#F97D72;
    display: block;
    padding: 3px 10px;
    color: #fff;
    margin-top: 3px;
}
/* ====================================================================================================== 
PAGE WELCOME 
====================================================================================================== */
.section-home {
  position: relative;
  width: 100%;
  height: 100vh;  
}
.section-banner-cat {
  position: relative;
  width: 100%;
  padding-top: 120px;  
}
.single_banner {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;  
}
.single_banner_info {
  position: absolute;
  right: 0;
  top: 50%;
  padding: 20px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50%;
}

.section-hero {
  padding: 80px 0;
  position: relative;
  background-color: #f6f6f6;
  overflow: hidden;
  height: 100vh;
}
.section-hero:after {
  content: "";
  width: 800px;
  height: 1000px;
  top: 0;
  right: 0;
}
.hero-contact {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hero-contact h1,
.hero-contact h2 {  
  font-size: 80px;
  color: #24262B;
  font-weight: 900;
}
.hero-image{
    position: relative;
    width: 100%;    
    height: auto;
    display: inline-flex;
}
.hero-image {
    padding-right: 50px;
    position: relative;
  }
  .hero-image img {
    width: 100%;
    padding: 0 0 50px 0;    
    position: relative;
    z-index: 2;
  }
  .hero-image svg {
    width: 120%;
    position: absolute;
    top: -50px;
    right: -50px;
    z-index: 1;
  }
  .hero-image svg path {
    fill: #fff;
    -webkit-filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.015));
            filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.015));
  }
/* ====================================================================================================== 
PAGE ABOUT 
====================================================================================================== */
.section-about {
  position: relative;
  width: 100%;
  height: 100vh;
  padding: 120px 0px;
  background-color: #eee;
}

/* ====================================================================================================== 
PAGE PRODUCT 
====================================================================================================== */
.section-product {
  position: relative;
  width: 100%;
  padding-top: 120px;
}
.section-other-product {
  position: relative;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 120px;
}
.shop-card .price{
  color: #004cff !important;
}

/* ====================================================================================================== 
PAGE REGISTER 
====================================================================================================== */
.login-area {
  padding: 20px;
  max-width: 100% !important;
}
.input-group-text {
  padding: 11px 15px !important;
  background: #000 !important;
  color: #fff !important;
  border-radius: 0px;
}
.form-control,
.woocommerce #review_form #respond input[type="text"],
.woocommerce #review_form #respond textarea,
.woocommerce #review_form #respond input[type="email"],
.woocommerce-cart-form .table tr td.actions .coupon .input-text,
.woocommerce-cart-form .table tr .quantity input,
.woocommerce .woocommerce-checkout.checkout form .form-row textarea,
.woocommerce .woocommerce-checkout.checkout form .form-row input[type="text"],
.woocommerce .woocommerce-checkout.checkout form .form-row input[type="email"],
.woocommerce .woocommerce-checkout.checkout form .form-row input[type="tel"],
.woocommerce .woocommerce-checkout.checkout form .form-row select,
.woocommerce .woocommerce-checkout.checkout form .form-row input.input-text,
.woocommerce .woocommerce-checkout.checkout form .form-row input,
.woocommerce-EditAccountForm.edit-account input[type="text"],
.woocommerce-EditAccountForm.edit-account input[type="email"],
.woocommerce-EditAccountForm.edit-account input[type="password"],
.login input[type="text"],
.login input[type="password"],
.woocommerce-ResetPassword.lost_reset_password input[type="text"],
.checkout.woocommerce-checkout input[type="text"],
.checkout.woocommerce-checkout input[type="email"],
.checkout.woocommerce-checkout input[type="tel"],
.checkout.woocommerce-checkout .select2-choice,
.checkout.woocommerce-checkout textarea,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row .select2-selection,
.woocommerce form .form-row .select2-choice {
  height: 50px;
  border: 1px solid #d7d7d7;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 400;
  color: #24262b;
  transition: all 0.3s ease-in-out;
  background: #fff;
  border-radius: 0;
}
.btn:disabled,
.wp-block-button__link:disabled,
.woocommerce .widget_shopping_cart .buttons a:disabled,
.woocommerce.widget_shopping_cart .buttons a:disabled,
.woocommerce #review_form #respond .form-submit input:disabled,
.woocommerce-cart-form .table tr .button:disabled,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce a.button:disabled,
.woocommerce button.button:disabled,
.woocommerce input.button:disabled,
.woocommerce #place_order:disabled,
.btn.disabled,
.disabled.wp-block-button__link,
.woocommerce .widget_shopping_cart .buttons a.disabled,
.woocommerce.widget_shopping_cart .buttons a.disabled,
.woocommerce #review_form #respond .form-submit input.disabled,
.woocommerce-cart-form .table tr .disabled.button,
.woocommerce-cart .wc-proceed-to-checkout a.disabled.checkout-button,
.woocommerce #respond input.disabled#submit,
.woocommerce a.disabled.button,
.woocommerce button.disabled.button,
.woocommerce input.disabled.button,
.woocommerce .disabled#place_order,
fieldset:disabled .btn,
fieldset:disabled .wp-block-button__link,
fieldset:disabled .woocommerce .widget_shopping_cart .buttons a,
.woocommerce .widget_shopping_cart .buttons fieldset:disabled a,
fieldset:disabled .woocommerce.widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons fieldset:disabled a,
fieldset:disabled .woocommerce #review_form #respond .form-submit input,
.woocommerce #review_form #respond .form-submit fieldset:disabled input,
fieldset:disabled .woocommerce-cart-form .table tr .button,
.woocommerce-cart-form .table tr fieldset:disabled .button,
fieldset:disabled .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout fieldset:disabled a.checkout-button,
fieldset:disabled .woocommerce #respond input#submit,
.woocommerce #respond fieldset:disabled input#submit,
fieldset:disabled .woocommerce a.button,
.woocommerce fieldset:disabled a.button,
fieldset:disabled .woocommerce button.button,
.woocommerce fieldset:disabled button.button,
fieldset:disabled .woocommerce input.button,
.woocommerce fieldset:disabled input.button,
fieldset:disabled .woocommerce #place_order,
.woocommerce fieldset:disabled #place_order {
  color: var(--bs-btn-disabled-color);
  pointer-events: painted !important;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: 1 !important;
}
textarea:focus,
input:focus {
  background-color: transparent !important;
  border: 1px solid #d7d7d7 !important;
}
/* ====================================================================================================== 
PAGE PROFILE 
====================================================================================================== */
.section-profile{
  position: relative;
  width: 100%;
  padding: 120px 0px;
}
.box-profile{
  position: relative;
  width: 100%;
}
.box-history{
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 15px;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  margin-bottom: 15px;
}
.box-history .tanggal{
  position: relative;  
}
.box-history .tanggal span{
  font-size: 13px;
  text-transform: capitalize;  
  color: #000;
  font-weight: 600;
}
.box-history .tanggal .tanggal2{
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
  opacity: 0.7;
}
/* ====================================================================================================== 
FOOTER
====================================================================================================== */
.section-footer {
  position: relative;
  width: 100%;
  background-color: #24262b;
  padding-top: 120px;
}
.section-footer ul {
  display: inline-flex;
}
.section-footer ul li a {
  padding: 10px 30px;
}
.footer-logo {
  position: relative;
  width: 100%;
}
.footer-logo a {
  color: #fff;
  font-size: 30px;
}
.footer-menu {
  position: relative;
  width: 100%;
  background-color: transparent !important;
}
.footer-menu ul li a {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  text-transform: capitalize;
}
.footer-menu ul li a:hover {
  color: #004cff;
  font-weight: 300;
  font-size: 14px;
  text-transform: capitalize;
  text-decoration: underline;
}
.footer-copyright {
  position: relative;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
}
.footer-copyright p {
  padding: 30px 0px;
}
.footer-copyright a {
  color: #004cff;
  text-transform: uppercase;
  font-weight: 500;
}
.footer-copyright a:hover {
  color: #004cff;
  text-transform: uppercase;
  font-weight: 500;
}


/* ====================================================================================================== 
LANDING PAGE
====================================================================================================== */
.section-new-product{
  position: relative;
  width: 100%;
  padding-top: 40px;
}
.box-title-new{
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.box-title-new h4{
  font-size: 40px !important;
  font-weight: normal;
  text-transform: capitalize;
  font-weight: 600;
  color: #24262B;
}
.product-item{
  position: relative;
  width: 100%;
  border: 1px solid #eee;
  padding: 15px;
}
.item-img{
  position: relative;
  width: 100%;
}
.item-title{
  font-size: 16px;
  font-weight: 600;
  color: #24262B;
  text-transform: capitalize;
  text-align: center;
  padding: 15px 0px;
}
.item-prices{
  font-size: 16px;
  font-weight: 400;
  color: #004cff;
  text-transform: capitalize;
  text-align: center;
}
/* ====================================================================================================== 
SLIDER
====================================================================================================== */
.section-slider{
  position: relative;
  width: 100%;
  height: auto;
}
.sliderHeight{
  height: auto;
}

/* ====================================================================================================== 
PRODUCT
====================================================================================================== */
.rowCus{
  display: flex;
  flex-wrap: wrap;
}
.colCus{
  flex: 1 0 18%; 
  margin: 10px;

  color: white;
    
}





._failed{ border-bottom: solid 4px red !important; }
._failed i{  color:red !important;  }

._success {
    box-shadow: 0 15px 25px #00000019;
    padding: 45px;
    width: 100%;
    text-align: center;
    margin: 40px auto;
    border-bottom: solid 4px #28a745;
}

._success i {
    font-size: 55px;
    color: #28a745;
}

._success h2 {
    margin-bottom: 12px;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 10px;
}

._success p {
    margin-bottom: 0px;
    font-size: 18px;
    color: #495057;
    font-weight: 500;
}