.ourPartnerField
{
  padding:30px 0;
}
.ourPartnerField>div>
.title>h2
{
  font-size:24px;
  text-transform:uppercase
}
.ourPartner
{
  text-align:center
}
.ourPartner>img
{
  width:10%;
  padding:5px
}
@media (max-width:767px)
{
  .ourPartnerField>div>
  .title>h2
  {
    margin-top:10px
  }
  .ourPartner>img
  {
    width:20%
  }}
  @media(max-width:991px)
  {
    .ourPartner>img{width:15%}}
/*.blink {
  animation: blink 1s steps(1, end) infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}*/

@keyframes blinking {
  0% { color: #ffffff; }
  50% { color: #000000; }
  /* YOU CAN ADD MORE COLORS IN THE KEYFRAMES IF YOU WANT*/
  25% { color: #b01010; }
  50% { color: #f6821f; }
  100% { color: #ffffff; }
}
.blink{
  animation: blinking 1s infinite;
}

@media (min-width: 992px) {
    .fixed-Menu {
        top: 50%;
        transform: translateY(-50%);
    }

}
@media (max-width: 991px){
  .fixed-Menu {
      bottom: 10%;
  }
  .social-links{
    display: none;
  }



/** Pop up 

*{margin: 0; padding: 0}
@keyframes autopopup {
    from {opacity: 0;margin-top:-200px;}
    to {opacity: 1;}
}
#close {
    background-color: rgba(64, 68, 65, 0.5);
    position: relative;
    top:0;
    left:0;
    right:0;
    bottom:0;
    animation:autopopup 2.5s;
}
#close:target {
    -webkit-transition:all 1s;
    -moz-transition:all 1s;
    transition:all 1s;
    opacity: 0;
    visibility: hidden;
}

@media (min-width: 768px){
    .container-popup {
        width:30%;
    }
}
@media (max-width: 767px){
    .container-popup {
        width:30%;
    }
}
.container-popup {
    position: absolute;
    margin: 5% auto;
    padding: 4px 3px;
    background-color: #000000;
    color: #333;
    border-radius: 8px;
}
.container-popup img {
    width: 100%
}
.close {
    position: absolute;
    top:3px;
    right:3px;
    background-color: #33898B;
    padding:7px 10px;
    font-size: 15px;
    text-decoration: none;
    line-height: 1;
    color:#000;
}
*/
/**End Popup*/

  
}
.fixed-Menu {
    position: fixed;
    display: block;
    z-index: 1000;
    height: auto;
    right: 0;
}
.fixedMenu-Content {
    height: 50px;
    width: 50px;
    border-radius: 5px 0 0 5px;
    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-color: #eee;
    background-color: #f78026;
    margin-bottom: 10px;
    transition: all .5s;
}
.fixedMenu-Content > a {
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.fixedMenu-Content > a > img {
    width: 32px;
    margin-top: -2px;
}
.fixedMenu-Content > a > img.wa{
  width: 45px;
  margin-top: -2px;
}

.fixed-scrool {
  position: fixed;
  display: block;
  z-index: 1000;
  height: auto;
  right: 0;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
}


.bulat{
border-radius:100em;
border:2px solid #ddd;
width:160px;
height:160px;
}

@media screen and (max-height: 750px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
.footer-contact{
  padding: 0 40px;
}
.footer-deskripsi{
  color: #fff;
  text-align: center;
}
.footer-title{
  color: #fff;
  text-align: center;
  padding-bottom: 10px;
}

.accordion {
  margin: auto;
}
.accordion input {
  display: none;
}
.box {
  position: relative;
  background: white;
  height: 50px;
  transition: all .15s ease-in-out;
}
.box::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  box-shadow: 0 -1px 0 #e5e5e5,0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
}
header.box {
  background: #f78026;
  z-index: 100;
  cursor: initial;
  height: 50px;
}
header .box-title {
  font-size: 16pt;
  color: white;
  cursor: initial;
}
.box-title {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  display: inline-block;
  cursor: pointer;
}
.box-content {
  width: calc(100% - 40px);
  padding: 15px 30px;
  font-size: 11pt;
  color: rgba(0,0,0,.54);
  display: none;
}
.box-close {
  position: absolute;
  height: 60px;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
}
input:checked + .box {
  height: auto;
}
input:checked + .box .box-title {
  border-bottom: 1px solid rgba(0,0,0,.18);
}
input:checked + .box .box-content,
input:checked + .box .box-close {
  display: inline-block;
}
.arrows section .box-title {
  padding-left: 44px;
  width: 100%;
}
.arrows section .box-title:before {
  position: absolute;
  display: block;
  content: '\203a';
  font-size: 18pt;
  left: 20px;
  top: -2px;
  transition: transform .15s ease-in-out;
  color: rgba(0,0,0,.54);
}
input:checked + section.box .box-title:before {
  transform: rotate(90deg);
}
.box-list li{
  padding-bottom: 7px;
}
.frame_product {
  display: block;
  margin: 0;
  margin-bottom: 0px;
  border-width: 2px;
  border-style: solid;
  max-width: 100%;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-color: #f78026;
}
.deskripsi-menu{
  padding: 0 20px;
}
.deskripsi-menu-bawah{
  padding: 30px 20px 60px 20px;
}
.deskripsi-menu h1{
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  padding: 20px 0 20px 0;
  font-weight: 600;
}

.deskripsi-menu h2{
  font-size: 25px;
  line-height: 25px;
  padding: 0 30px;

}
.deskripsi-menu h3{
  font-size: 25px;
  line-height: 25px;
  padding: 0 30px;
}
.deskripsi-menu h4{
  font-size: 20px;
  line-height: 20px;
  padding: 0 20px;
}
.deskripsi_isi h4{
  font-size: 20px;
  line-height: 20px;
  padding: 0 20px;
}
.deskripsi-detail h2{
  font-size: 35px;
  line-height: 30px;
}
.portfolio_product {
  padding-bottom: 20px;
}
.deskripsi_isi{
  text-align: justify;
}
.deskripsi_isi ul{
  list-style: block;
  padding-left: 30px;
}
.deskripsi_isi ol{
  list-style: block;
  padding-left: 30px;
}
.form-detail{
  width: 40%;
}
.form-detail table{
  border-width: 0px;
}
.form-control{
  padding: 10px;
  outline: none;
  margin: 0;
  width: 70px;
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
  font-size: 13px;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-appearance: none
}

.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}
.tabset > label {
  position: relative;
  display: inline-block;
  padding: 15px 15px 25px;
  border: 1px solid transparent;
  border-bottom: 0;
  cursor: pointer;
  font-weight: 600;
}

.tabset > label::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 10px;
  width: 30px;
  height: 4px;
  background: #8d8d8d;
}

.tabset > label:hover,
.tabset > input:focus + label {
  color: #e57719;
}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
  background: #e57719;
}

.tabset > input:checked + label {
  border-color: #ccc;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
}

.tab-panel {
  padding: 30px 0;
  border-top: 1px solid #ccc;
}
.resp-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.deskripsi-detail p{
  text-align: justify;
  padding: 0 30px;
}
.deskripsi-detail h2{
  padding: 0 30px;
}
.justify{
  text-align: justify;
}
.deskripsi-detail .hr_color{
  margin-left: 30px;
  width: 30%; 
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #e57719;
  border-color: #e57719;
}
.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #e57719;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.paginate-left{
 float: right;
 margin: 0 80px;
 position: inherit;
}
.float_right{
  float: right;
}
span.count {
  position: absolute;
  top: -5px;
  left: 90%;
  background-color: #fc090f;
  color: #ffffff;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
}
span.register {
  position: absolute;
  top: 15px;
  left: 80%;
  background-color: #fc090f;
  color: #ffffff;
  width: 100px;
  height: 50px;
  line-height: 20px;
  text-align: center;
  border-radius: 80%;
  font-size: 10px;
}
span.close-regis{
  position: absolute;
  top: 10px;
  left: 92%;
  background-color: #000;
  color: #ffffff;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
}
.error-mesage{
  margin: 0 50px;
}
.margin-center h1{
  font-size: 300px;
  line-height: 300px;
  font-weight: 400;
  text-align: center;
}
.margin-center h3{
  font-size:30px;
  line-height: 30px;
  font-weight: 300;
  padding-bottom: 50px;
  text-align: center;
}

/* header-top**/
.header-area {
  background: #bf590d;
  padding: 6px 20px;
}
.header-area ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.header-area .social-links li:first-child {
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
}
.header-area ul li {
  display: inline-block;
}
.social-links li {
  display: inline-block;
  padding: 0 5px;
}
.header-area .social-links li a {
  color: #ffffff;
  font-size: 15px;
  line-height: unset;
  text-align: left;
}
.social-links li a {
  text-align: center;
  line-height: 34px;
  font-size: 15px;
}
.header-area .header-info {
  float: right;
}
/* .header-area .header-info li:first-child {
  padding-left: 0;
} */
.header-area .header-info li {
  color: #ffffff;
  font-size: 14px;
  position: relative;
  padding-left: 15px;
  padding-right: 6px;
  font-weight: 600;
}
.header-area .header-info li a {
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
}
.table_desc {
  border: 1px solid #ddd;
  margin-bottom: 59px;
  margin-top: 2px;
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table_desc .cart_page table {  
    width: 100%;
}
.table-responsive table thead {
  background: #f2f2f2;
}
.table_desc .cart_page table thead tr th {
  border-bottom: 3px solid #ff6a28;
  border-right: 1px solid #ddd;
  color: #747474;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px;
  text-align: center;
}
.table_desc .cart_page table tbody tr td.product_thumb {
  min-width: 159px;
  width: 120px;
}
.product_thumb {
  position: relative;
  margin-bottom: 14px;
}
.table_desc .cart_page table tbody tr td.product_thumb img {
  width: inherit;
  max-width: 30%;
  vertical-align: middle;
  border-style: none;
  width: 100%;
}
.table_desc .cart_page table tbody tr td {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  text-align: center;
  padding: 10px;
}
.cart_page .product_name a{
  color: #747474;
}
.cart_page .product_name a:hover{
  color: #ff6a28;
  text-decoration: none;
}
.cart_page .product_remove a{
  color: #747474;
}
.cart_page .product_remove a:hover{
  color: #fff;
}
.cart_submit {
  text-align: right;
  padding: 12px;
}
.coupon_area {
  margin-bottom: 60px;
}
.coupon_code {
  border: 1px solid #ddd;
}
.coupon_code h3 {
  color: #ffffff;
  line-height: 37px;
  padding: 5px 15px;
  background: #242424;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}
.coupon_inner {
  padding: 10px 20px 25px;
}
.coupon_inner p {
  color: #747474;
  font-size: 13px;
  margin-bottom: 20px;
}
.coupon_inner input {
  border: 1px solid #ddd;
  height: 42px;
  background: none;
  padding: 0 20px;
  margin-right: 20px;
  color: #747474;
}
.coupon_inner button {
  background: #242424;
  border: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  height: 38px;
  line-height: 18px;
  padding: 10px 15px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cart_subtotal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cart_subtotal p.cart_amount {
  font-size: 18px;
  font-weight: 500;
}
.cart_subtotal p {
  color: #242424;
  font-weight: 600;
  font-size: 14px;
}
.cart_subtotal p.cart_amount {
  font-size: 18px;
  font-weight: 500;
}
.coupon_inner a {
  display: block;
  text-align: right;
  color: #ff6a28;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.checkout_btn {
  text-align: right;
}
.checkout_btn a {
  background: #ff6a28;
  color: #ffffff;
  font-size: 14px;
  padding: 3px 14px;
  line-height: 30px;
  font-weight: 600;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 0;

}

/******** PAGE : SHOPPING-CART ********/
.shopping-cart-field {
	margin-bottom: 50px;
}
@media (max-width: 767px) {
	.shopping-cart-field {
		margin-bottom: 30px;
	}
}

.note-empty-data {
	margin: 10px 0 50px;
}
.note-empty-data > h1 {
	font-size: 18px;
	margin-bottom: 20px;
}

@media (max-width: 991px) {
	.shopping-cart {
		margin-bottom: 20px;
	}
}
.shopping-cart > h1 {
	padding: 22px 20px;
	margin: 0;
	background-color: #f0f0f0;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	border: 1px solid #f0f0f0;
}
.order-list {
	height: 200px;
	padding: 10px 15px;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #f0f0f0;
}
.img-order-list {
	width: 50%;
	margin-bottom: 10px;
}
.details-order-list {
	display: block;
	width: 100%;
}
@media (min-width: 767px) {
	.order-list {
		padding: 10px 0;
	}
	.img-order-list {
		width: 30%;
		float: left;
		padding: 10px;
		margin-bottom: 0;
	}
	.details-order-list {
		width: 70%;
		float: right;
		padding: 10px;
	}
}
.details-order-list > tbody > tr {
	height: 25px;
	padding: 0;
}
.details-order-list > tbody > tr:last-child {
	height: 50px;
}
.details-order-list > tbody > tr > th,
.details-order-list > tbody > tr > td {
	font-size: 13px;
}
.change-qty {
	font-size: 10px;
	font-style: italic;
	margin-left: 10px;
	color: #930000;
}
.remove-cart {
	position: absolute;
	margin-top: 10px;
	margin-right: 30px;
	right: 0;
	font-size: 18px;
	color: #ccc;
}

.shopping-summary > h1 {
	padding: 22px 20px 20px;
	margin: 0;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 4px solid #ccc;
	background-color: #f0f0f0;
}
.details-shopping-summary {
	padding: 10px 15px;
	background-color: #f0f0f0;
}
.details-shopping-summary > table {
	width: 100%;
}
.details-shopping-summary > table > tbody > tr {
	height: 30px;
	line-height: 30px;
}
.details-shopping-summary > table > tbody > tr:last-child {
	height: 40px;
	line-height: 40px;
	border-top: 1px solid #ccc;
}
.details-shopping-summary > table > tbody > tr > td {
	font-size: 12.5px;
}
.details-shopping-summary > table > tbody > tr > td:first-child {
	width: 50%;
}
.details-shopping-summary > table > tbody > tr > td:last-child {
	width: 35%;
}
.details-shopping-summary > table > tbody > tr > td > span {
	float: right;
}
.details-shopping-summary > form > button {
	width: 100%;
	background-color: #555;
	color: #fff;
	letter-spacing: 1px;
	margin: 20px 0;
}
.details-shopping-summary > form > button:hover,
.details-shopping-summary > form > button:focus {
	color: #fff;
	background-color: #930000;
	outline: none; 
}
#order {
	padding-left: 0;
	padding-right: 0;
}
#order > p {
	font-size: 10.5px;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.mb-60 {

  margin-bottom: 60px !important;

}
.row-40 {
  margin-left: -40px;
  margin-right: -40px;
}
.mb-20 {
  margin-bottom: 20px !important;
}
@media (min-width: 1200px) and (max-width:1499px){
    .row-40 {
      margin-left: -15px;
      margin-right: -15px;
  }
    .row-40 > [class*="col"] {
      padding-left: 15px;
      padding-right: 15px;
  }
}
.row-40 > [class*="col"] {
  padding-left: 40px;
  padding-right: 40px;
}
/*=============================================
=            14. Checkout            =
=============================================*/
/*-- Checkout Title --*/
.checkout-title {
  font-size: 20px;
  line-height: 23px;
  text-decoration: underline;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 30px; }

/*-- Checkout Form --*/
.checkout-form label {
  display: block;
  font-size: 14px;
  margin-bottom: 12px;
  font-weight: 500;
  text-transform: capitalize; }

.checkout-form .nice-select {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #999999;
  border-radius: 0;
  line-height: 23px;
  padding: 10px 20px;
  font-size: 14px;
  height: 45px;
  color: #232323;
  margin-bottom: 15px; }
  .checkout-form .nice-select::after {
    width: 6px;
    height: 6px;
    border-width: 1px;
    right: 20px;
    border-color: #232323; }
  .checkout-form .nice-select .current {
    color: #232323;
    display: block;
    line-height: 23px; }
  
.checkout-form input {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #999999;
  border-radius: 0;
  line-height: 23px;
  padding: 10px 20px;
  font-size: 14px;
  color: #232323;
  margin-bottom: 15px; }
  .checkout-form input[type="checkbox"] {
    width: auto; }

.checkout-form .check-box {
  float: left;
  margin-right: 70px; }
  .checkout-form .check-box:last-child {
    margin-right: 0; }
  .checkout-form .check-box input[type="checkbox"] {
    display: none; }
    .checkout-form .check-box input[type="checkbox"] + label {
      position: relative;
      padding-left: 30px;
      line-height: 20px;
      font-size: 14px;
      font-weight: 400;
      color: #1e1e1e;
      margin: 0; }
      .checkout-form .check-box input[type="checkbox"] + label::before {
        position: absolute;
        left: 0;
        top: 0;
        width: 20px;
        height: 20px;
        display: block;
        border: 2px solid #999999;
        content: "";
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
      .checkout-form .check-box input[type="checkbox"] + label::after {
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        content: "\f00c";
        font-family: Fontawesome;
        font-size: 12px;
        line-height: 20px;
        opacity: 0;
        color: #1e1e1e;
        width: 20px;
        text-align: center;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
    .checkout-form .check-box input[type="checkbox"]:checked + label::before {
      border: 2px solid #1e1e1e; }
    .checkout-form .check-box input[type="checkbox"]:checked + label::after {
      opacity: 1; }

/*-- Shipping Form --*/
#shipping-form {
  display: none; }

/*-- Checkout Cart Total --*/
.checkout-cart-total {
  background-color: #ddd;
  padding: 45px; }
  @media only screen and (max-width: 575px) {
    .checkout-cart-total {
      padding: 30px; } }
  .checkout-cart-total h4 {
    -ms-flex-preferred-size: 18px;
    flex-basis: 18px;
    line-height: 23px;
    font-weight: 700; }
    .checkout-cart-total h4:first-child {
      margin-top: 0;
      margin-bottom: 25px; }
    .checkout-cart-total h5:last-child {
      margin-top: 15px;
      font-weight: 500;
      margin-bottom: 0; }
    .checkout-cart-total h5 span {
      float: right;
      font-weight: 600;
      display: block; }
  .checkout-cart-total ul {
    border-bottom: 1px solid #999999; }
    .checkout-cart-total ul li {
      color: #232323;
      font-size: 14px;
      line-height: 23px;
      font-weight: 500;
      display: block;
      margin-bottom: 16px; }
      .checkout-cart-total ul li span:first-child {
        color: #e57719;
        padding: 20px;
      }
      .checkout-cart-total ul li span:last-child {
        color: #1e1e1e;
        float: right; }

  .checkout-cart-total p {
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    color: #505050;
    padding: 10px 0;
    border-bottom: 1px solid #999999;
    margin: 0; }
    .checkout-cart-total p span {
      float: right; }

/*-- Checkout Payment Method --*/
.checkout-payment-method {
  background-color: #ddd;
  padding: 45px; }
  @media only screen and (max-width: 575px) {
    .checkout-payment-method {
      padding: 30px; } }

/*-- Single Payment Method --*/
.single-method {
  margin-bottom: 20px; }
  .single-method:last-child {
    margin-bottom: 0; }
  .single-method input[type="radio"] {
    display: none; }
    .single-method input[type="radio"] + label {
      position: relative;
      padding-left: 30px;
      line-height: 20px;
      font-size: 14px;
      font-weight: 400;
      color: #1e1e1e;
      margin: 0; }
      .single-method input[type="radio"] + label::before {
        position: absolute;
        left: 0;
        top: 0;
        width: 20px;
        height: 20px;
        display: block;
        border: 2px solid #999999;
        content: "";
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
      .single-method input[type="radio"] + label::after {
        position: absolute;
        left: 5px;
        top: 5px;
        display: block;
        content: "";
        opacity: 0;
        background-color: #1e1e1e;
        width: 10px;
        text-align: center;
        height: 10px;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
    .single-method input[type="radio"]:checked + label::before {
      border: 2px solid #1e1e1e; }
    .single-method input[type="radio"]:checked + label::after {
      opacity: 1; }
  .single-method input[type="checkbox"] {
    display: none; }
    .single-method input[type="checkbox"] + label {
      position: relative;
      padding-left: 30px;
      line-height: 20px;
      font-size: 14px;
      font-weight: 400;
      color: #232323;
      margin: 0; }
      .single-method input[type="checkbox"] + label::before {
        position: absolute;
        left: 0;
        top: 0;
        width: 16px;
        height: 16px;
        display: block;
        border: 2px solid #999999;
        content: "";
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
      .single-method input[type="checkbox"] + label::after {
        position: absolute;
        left: 4px;
        top: 4px;
        display: block;
        content: "";
        opacity: 0;
        background-color: #1e1e1e;
        width: 8px;
        text-align: center;
        height: 8px;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
    .single-method input[type="checkbox"]:checked + label::before {
      border: 2px solid #1e1e1e; }
    .single-method input[type="checkbox"]:checked + label::after {
      opacity: 1; }
  .single-method p {
    display: none;
    margin-top: 8px;
    font-size: 14px;
    color: #232323;
    line-height: 23px; }

/*-- Place Order --*/
.place-order {
  margin-top: 40px;
  width: 140px;
  border-radius: 0;
  height: 36px;
  border: none;
  line-height: 24px;
  padding: 6px 20px;
  float: left;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #1e1e1e; }
  .place-order:hover {
    background-color: #e57719; }

/*=====  End of 14. Checkout  ======*/.checkout-form .nice-select .list {
    width: 100%;
}
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  height: 42px;
  line-height: 40px;
  outline: 0;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.nice-select .list {
background-color: #fff;
border-radius: 5px;
box-shadow: 0 0 0 1px rgba(68,68,68,.11);
box-sizing: border-box;
margin-top: 4px;
opacity: 0;
overflow: hidden;
padding: 0;
pointer-events: none;
position: absolute;
top: 100%;
left: 0;
-webkit-transform-origin: 50% 0;
-ms-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transform: scale(.75) translateY(-21px);
-ms-transform: scale(.75) translateY(-21px);
transform: scale(.75) translateY(-21px);
-webkit-transition: all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;
transition: all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;
z-index: 9;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: 0;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.checkout-form .nice-select::after {
  width: 6px;
  height: 6px;
  border-width: 1px;
  right: 20px;
  border-color: #232323;

}
.nice-select.open::after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.nice-select::after {
  border-bottom: 2px solid #999;
      border-bottom-color: rgb(153, 153, 153);
      border-bottom-width: 2px;
  border-right: 2px solid #999;
      border-right-color: rgb(153, 153, 153);
      border-right-width: 2px;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  width: 5px;
}
.nice-select .option.focus, .nice-select .option.selected.focus, .nice-select .option:hover {
  background-color: #f6f6f6;
}
.nice-select .option.selected {
  font-weight: 700;
}
.checkout-form .nice-select {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #999999;
  border-radius: 0;
  line-height: 23px;
  padding: 10px 20px;
  font-size: 14px;
  height: 45px;
  color: #232323;
  margin-bottom: 15px; }
  .checkout-form .nice-select::after {
    width: 6px;
    height: 6px;
    border-width: 1px;
    right: 20px;
    border-color: #232323; }
  .checkout-form .nice-select .current {
    color: #232323;
    display: block;
    line-height: 23px; }
  .checkout-form .nice-select .list {
    width: 100%; }

/*=============================================
=           16.  My Account            =
=============================================*/
.myaccount-tab-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #ffffff; }
  .myaccount-tab-menu a {
    border: 1px solid #eeeeee;
    border-bottom: none;
    color: #232323;
    font-weight: 500;
    font-size: 12px;
    display: block;
    padding: 15px 15px 13px;
    text-transform: uppercase; }
    .myaccount-tab-menu a:last-child {
      border-bottom: 1px solid #eeeeee; }
    .myaccount-tab-menu a:hover, .myaccount-tab-menu a.active {
      background-color: #e57719 ;
      color: #ffffff; }
    .myaccount-tab-menu a i {
      font-size: 14px;
      text-align: center;
      width: 25px; }


/*-- My Account Content -*/
.myaccount-content {
  background-color: #ffffff;
  font-size: 14px;
  border: 1px solid #eeeeee;
  padding: 30px; }
  @media only screen and (max-width: 575px) {
    .myaccount-content {
      padding: 20px 15px; } }
  .myaccount-content h3 {
    border-bottom: 1px dashed #eeeeee;
    padding-bottom: 10px;
    margin-bottom: 25px; }
  .myaccount-content .welcome a {
    color: #000000; }
    .myaccount-content .welcome a:hover {
      color: #e57719 ; }
  .myaccount-content .welcome strong {
    font-weight: 600; }
  .myaccount-content a.edit-address-btn {
    background: none;
    border: none;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #1e1e1e;
    border-color: #1e1e1e;
    padding: 10px 20px;
    border-radius: 0; }
    .myaccount-content a.edit-address-btn i {
      padding-right: 5px; }
    .myaccount-content a.edit-address-btn:hover {
      background-color: #e57719 ; }
  .myaccount-content button.save-change-btn {
    background: none;
    border: none;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #1e1e1e;
    border-color: #1e1e1e;
    width: 140px;
    padding: 10px 0;
    border-radius: 0; }
    .myaccount-content button.save-change-btn:hover {
      background-color: #e57719 ; }

/*-- My Account Table -*/
.myaccount-table {
  white-space: nowrap;
  font-size: 15px; }
  .myaccount-table table th,
  .myaccount-table .table th {
    padding: 10px; }
  .myaccount-table table td,
  .myaccount-table .table td {
    padding: 20px 10px;
    vertical-align: middle; }
    
.saved-message {
  border-top: 3px solid #e57719 ;
  border-radius: 5px 5px 0 0;
  font-weight: 600;
  font-size: 13px;
  padding: 20px; }

/*-- My Account Details Form -*/
.account-details-form h4 {
  margin: 0; }

.account-details-form input {
  display: block;
  width: 100%;
  border: 1px solid #ebebeb;
  border-radius: 0;
  line-height: 24px;
  padding: 11px 25px;
  color: #656565; }

  



/*=====  End of 16. My Account  ======*/
/*=============================================
=            17. Login Register            =
=============================================*/
/*-- Login Title --*/
.login-title {
  font-size: 20px;
  line-height: 23px;
  text-decoration: underline;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 30px; }

/*-- Login Form --*/
.login-form {
  background-color: #ffffff;
  padding: 30px;
  -webkit-box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.1); }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .login-form {
      padding: 15px; } }
  .login-form label {
    display: block;
    font-size: 14px;
    margin-bottom: 12px;
    font-weight: 500;
    text-transform: capitalize; }
  .login-form .nice-select {
    width: 100%;
    background-color: transparent;
    border: 1px solid #999999;
    border-radius: 0;
    line-height: 23px;
    padding: 10px 20px;
    font-size: 14px;
    height: 45px;
    color: #232323;
    margin-bottom: 15px; }
    .login-form .nice-select::after {
      width: 6px;
      height: 6px;
      border-width: 1px;
      right: 20px;
      border-color: #232323; }
    .login-form .nice-select .current {
      color: #232323;
      display: block;
      line-height: 23px; }
    .login-form .nice-select .list {
      width: 100%; }
  .login-form input {
    width: 100%;
    background-color: transparent;
    border: 1px solid #999999;
    border-radius: 0;
    line-height: 23px;
    padding: 10px 20px;
    font-size: 14px;
    color: #232323;
    margin-bottom: 15px; }
    .login-form input[type="checkbox"] {
      width: auto; }
  .login-form .check-box {
    float: left;
    margin-right: 70px; }
    .login-form .check-box:last-child {
      margin-right: 0; }
    .login-form .check-box input[type="checkbox"] {
      display: none; }
      .login-form .check-box input[type="checkbox"] + label {
        position: relative;
        padding-left: 30px;
        line-height: 20px;
        font-size: 14px;
        font-weight: 400;
        color: #1e1e1e;
        margin: 0; }
        .login-form .check-box input[type="checkbox"] + label::before {
          position: absolute;
          left: 0;
          top: 0;
          width: 20px;
          height: 20px;
          display: block;
          border: 2px solid #999999;
          content: "";
          -webkit-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s; }
        .login-form .check-box input[type="checkbox"] + label::after {
          position: absolute;
          left: 0;
          top: 0;
          display: block;
          content: "\f00c";
          font-family: Fontawesome;
          font-size: 12px;
          line-height: 20px;
          opacity: 0;
          color: #1e1e1e;
          width: 20px;
          text-align: center;
          -webkit-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s; }
      .login-form .check-box input[type="checkbox"]:checked + label::before {
        border: 2px solid #1e1e1e; }
      .login-form .check-box input[type="checkbox"]:checked + label::after {
        opacity: 1; }

/*-- Place Order --*/
.register-button {
  display: block;
  margin-top: 40px;
  width: 140px;
  border-radius: 0;
  height: 36px;
  border: none;
  line-height: 24px;
  padding: 6px 20px;
  float: left;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #1e1e1e; }
  .register-button:hover {
    background-color: #e57719 ; }

.myaccount-table a{
  color: #e57719;
}
.label h5{
  font-weight: 500;
}
.label h4{
  padding-left: 50px;
}

.button-flat{
  background-color: transparent;
  color: #fff !important;
  border-top:0 !important;
  border-left:0 !important;
  border-right:0 !important;
  border-bottom:0 !important;
  padding: 0px;
  margin: 0px;

}
.button-flat-cart{
  background-color: transparent;
  color: #000 !important;
  border-top:0 !important;
  border-left:0 !important;
  border-right:0 !important;
  border-bottom:0 !important;
  padding: 0px;
  margin: 0px;
  position: relative;

}
.button-flat-cart:hover{
  background-color: transparent;
  color: #000 !important;
  border-top:0 !important;
  border-left:0 !important;
  border-right:0 !important;
  border-bottom:0 !important;
  padding: 0px;
  margin: 0px;
  position: relative;

}
.product-price a{
  color: #000;
}
.product-price a:hover{
  color: #fff;
  text-decoration: none;
}
.product_total a:hover{
  color: #fff;
  text-decoration: none;
}
.product_total a{
  color: #000;
}

.image_frame .image_wrapper .image_links form {
  color: #fff;
}
.image_frame .image_wrapper .image_links form {
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}
.image_frame .image_wrapper .image_links form {
  display: block;
  font-size: 25px;
  line-height: 60px;
  width: 100%;
  text-align: center;
}
.image-frame button{
  display: block;
}
.focus-input100-alert {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 2;
  left: 0;
  pointer-events: none;
}
.account-details-form span{
  color: red;
  padding-left: 30px;
  top: 3px;
}
.btn-account{
  margin-top:10px;
}
.newsletter_form button{
  background-color: #fff;
  color: #e57719;
}


/* blog css */

.st--block--title--1 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 50px;
}
.st--block--title--1 h3 {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
}
.st--single--post--2 {
  margin-bottom: 50px;
}
.flex-center{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.st--single--post--2 .st--inner {
  position: relative;
}
.st--sticky--cat--1 {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.st--tags {
  display: inline-block;
  line-height: 30px;
  border-radius: 30px;
  padding: 0 20px;
  font-size: 11px;
  color: #fff;
}
.st--single--post--2 .st--inner.st--content--box {
  border-radius: 5px;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
  margin-left: -30px;
  padding: 20px 30px;
}
.st--single--post--2 .st--inner h4 {
  margin: 0 0 10px;
}
.st--single--post--2 .st--inner .st--post--meta {
  margin-bottom: 10px;
}
.st--info {
  font-size: 12px;
}
.st--info a{
  display: inline-block;
}
.st--single--post--2 .st--inner .st--button {
  margin-top: 5px;
}
.st--button, .st--button--2, .st--button--3 {
  line-height: 40px;
  padding: 15px 25px;
  color: #fff;
  border-radius: 15px;
  font-family: "Noto Sans", sans-serif;
}
.st--button i, .st--button--2 i, .st--button--3 i {
  margin-left: 5px;
}
.st--widget--title h4 {
  font-size: 16px;
  margin: 0;
}
.st--widget {
  font-size: 13px;
}
.st--widget {
  margin-bottom: 50px;
}
.st--widget--title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.st--social-follow .st--button--2 {
  min-width: 170px;
  margin: 5px 3px;
}
.facebook-bg {
  background-color: #3b5999 !important;
}
.st--button--2, .st--button--3 {
  text-align: center;
}
.st--widget--inner--box {
  background-color: #f7f7f7;
  padding: 30px;
}
.st--widget ul {
  margin-bottom: 0;
  list-style: none;
}
.st--widget ul li a::before {
  content: ">";
  font-family: "Material-Design-Iconic-Font";
  margin-right: 15px;
  color: #000 !important;
}
.st--widget ul li a{
  margin-right: 15px;
  color: #000 !important;
}
.st--widget a:hover {
  text-decoration: none;
  outline: #e57719 !important;
}
.bg-3, .st--tags.bg-3 {
  background-color: #fda100;
}
.st--tags, .st--button{
  background-color: #e57719;
}
.post--content--single .st--tags a {
  color: #fff;
}

/* blog detail css */
.post--content--single .post_img {
  margin-bottom: 30px;
}
.post--content--single h2 {
  font-size: 28px;
  line-height: 35px;
  margin: 10px 0;
}
.post--content--single .st--meta {
  margin-bottom: 20px;
}
.post--content--single .st--meta .st--author--info {
  display: inline-block;
}
.post--content--single .st--meta > div {
  margin-right: 20px;
}
.post--content--single .st--meta .st--author--info .author--img {
  height: 35px;
  width: 35px;
  overflow: hidden;
  border-radius: 50%;
}
.post--content--single .st--meta .st--author--info .st--author {
  padding-left: 15px;
  padding-top: 4px;
}
.post--content--single a {
  color: #e57719  ;
}
.post--content--single a{
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.post--content--single .st--meta .st--post--date::before {
  font-family: "Material-Design-Iconic-Font";
  margin-right: 9px;
}
.post--image--wrap {
  overflow: hidden;
  margin-bottom: 30px;
  margin-top: 30px;
}
.post--image--wrap .single--img {
  width: 33.33%;
  float: left;
  padding: 0 5px;
}
.post--content--single {
  margin-bottom: 80px;
}
.c2-bg{
  background-color: #0ac866;
}
.c3-bg{
  background-color: #0e5cf8;
}
.c4-bg{
  background-color: #f3213d;
}
.c5-bg{
  background-color: #fda100;
}
.st--single--post {
  margin-bottom: 50px;
}
.st--single--post .st--inner {
  border-radius: 5px;
}
.st--single--post .st--inner {

  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);

}
.st--sticky--cat--1 {
  position: absolute;
  bottom: 10%;
  left: 10%;
}
.st--tags {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.st--single--post .st--inner .st--post--content {
  padding: 20px 25px;
}
.st--single--post .st--inner .st--post--content h4 {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 15px;
}
.st--single--post .st--inner .st--post--content .st--post--meta {
  margin-bottom: 20px;
}
.st--single--post .st--inner {
  border-radius: 5px;
}
.st--block--title--1 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 50px;

}
.st--comments .single--comment {
  overflow: hidden;
  padding: 30px;
  position: relative;
  background-color: #f5f5f5;
  margin-bottom: 30px;

}
.st--comments .single--comment .comment--left {
  float: left;
}
.st--comments .single--comment .comment--left img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.st--comments .single--comment .comment--right {
  padding-left: 80px;
}
.st--comments .single--comment .comment--right h5 {
  font-size: 14px;
  margin: 0 0 5px;
}
.st--comments .single--comment .comment--right span {
  margin-bottom: 15px;
}
.st--comments .single--comment .reply {
  position: absolute;
  right: 30px;
  top: 30px;
  color: #373737;
}
.st--contact input, .st--contact textarea {

  border: 1px solid #e1e1e1;
  height: 50px;
  width: 100%;
  border-radius: 4px;
  margin-bottom: 30px;
  text-indent: 20px;
  transition: 0.4s;
  outline: none;
  display: block;

}
.st--contact textarea {
  height: 140px;
  padding-top: 10px;
}
.st--contact input[type="submit"], .st--contact textarea[type="submit"] {
  color: #ffffff;
  text-indent: 0;
  width: auto;
  padding: 0 30px;

}
.post--content--single h4{
  font-size: 20px;
}


@media only screen and (min-width: 960px) and (max-width: 1239px) {
  /* h4 media event */

  .st--content--box h4{
    font-size: 20px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 558px) and (max-width: 959px) {
  .st--content--box h4{
    font-size: 15px;
    line-height: 13px;
  }
  .st--button{
    line-height: 30px;
    padding: 10px;
  }
}

.textwidget p{
  font-size: 16px;
  color: #fff;
  text-align: left;
}
.st--single--post--2 a:hover{
  text-decoration: none;
  color: #000;
}
.st--single--post a:hover{
  text-decoration: none;
  color: #000;
}
.post--content--single a:hover{
  text-decoration: none;
  color: #000;
}
.box-list a{
  text-decoration: none;
  color: #000;
}
.box-list a:hover{
  text-decoration: none;
  color: #e57719;;
}

/* test pop out */
@keyframes autopopup {
  
  from {opacity: 0;margin-top:-200px;}
  to {opacity: 1;}
}
#close {
  background-color: rgba(64, 68, 65, 0.5);
  position: fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  animation:autopopup 3.5s;
}
#close:target {
  -webkit-transition:all 1s;
  -moz-transition:all 1s;
  transition:all 1s;
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 768px){
  .container-popup {
      width:30%;
      
  }
}
@media (max-width: 767px){
  .container-popup {
      width:30%;
     
  }
  #close{
    display: none;
  }
}
.container-popup {
  position: relative;
  margin: 15% auto;
  padding: 4px 3px;
  background-color: #f78026;
  color: #333;
  border-radius: 8px;
}
.container-popup img {
  width: 100%
}
.close {
  position: absolute;
  top:3px;
  right:3px;
  background-color: #f78026;
  padding:7px 10px;
  font-size: 15px;
  text-decoration: none;
  line-height: 1;
  color:#fff;
}
h1, #Subheader .title-detail, .text-logo #logo {
  font-size: 40px;
  line-height: 40px;
}

.share-icon{
  padding: 0 30px 30px 30px;
}
.share-blog{
  padding: 50px 30px 30px 30px;
}
.share-icon a{
  color: #000;
  padding: 0 10px;
}
.share-icon a:hover{
  color: #f78026;
}
.errorMessage{
  color: red;
  padding-left: 10px; 
}
.article-detail h2{
   font-size: 28px;
   line-height: 28px;
   font-weight: 500;
}
.article-detail h3{
  font-size: 25px;
  line-height: 25px;
  font-weight: 500;
}
.article-detail h4{
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
}
.article-detail img{
  margin-bottom: 15px;
}
.search-parent-older {
  display: inline;
}
.search-parent.rvm-search-parent {
  display: block;
  border-collapse: initial;
  padding: 0;
}
.navbar-search {
  margin-bottom: 0;
  z-index: 40;
  position: relative;
  width: 600px;
}
.rvm-search-button {
  position: absolute;
  top: 1px;
  right: 1px;
  height: 35px;
  width: 40px;
  z-index: 3;
  background-color: #f8f2f2;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  border-radius: 0 4px 4px 0;
  margin: 0px !important;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.rvm-search-button i{
  color: #f78026;
}

.rvm-search-keyword {
  z-index: 2;
  width: 100% !important;
  border-radius: 4px !important;
  color: rgba(0,0,0,.38) !important;
  background-color: #fff !important;
  border: 1px solid #e0e0e0 !important;
  box-shadow: initial !important;
  font-size: 12px !important;
  padding: 6px 0 6px 12px !important;
  margin-bottom: 0px !important;
}
.header-area .social-links{
  padding-top: 5px;
  padding-left: 20px;
}
.ul-autocomplete span{
  white-space: pre;
}
#div_autocomplete{
  position: absolute;
  z-index: 295;
  background-color: rgb(39, 31, 31);
  width: 100%;
  height: 400px;
  border-radius:  0 0 5px 5px;
  color: white;
  float: none;
  overflow-y: scroll;
}
.ul-autocomplete {
  padding: 15px 10px 0 12px;
}
.ui-menu .ui-menu-item {
  font-size: 14px;
  padding: 0;
  margin: 0 -9px;
}
.ui-menu .ui-menu-item > a {
  color: rgba(0,0,0,.7);
  display: block;
  padding: 13px 9px;
  line-height: 1;
}
.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  width: 100%;
}
.ui-autocomplete{
  border: none;
}
.ui-autocomplete .ui-menu-item--is-autocomplete a{
  color: #f6f6f6 !important  ;
  text-decoration: none;
}
.ui-menu-item--is-autocomplete .in-category-label {
  vertical-align: middle;
  margin-right: 4px;
}
.ui-menu-item--is-autocomplete .rest-term {
  font-weight: 700;
}
.ui-menu-item--is-autocomplete .sub-term {
  font-weight: 500;
  font-size: 12px;
  color: grey;
  padding-left: 10px;
}
.ui-menu .ui-menu-item .in-category {
  color: grey;
  font-size: 12px;
  float: right;
}
.display-none{
  display: none;
}
.display-block{
  display: block;
}
@media screen and (max-width: 1550px) {
  #navbar-search{
    width: 400px;
  }

}

@media screen and (max-width: 420px){
  #navbar-search{
    width: 300px;
  }
}
@media screen and (min-width: 768px){
  .md-phone{
    display: none;
  }
}
@media screen and (max-width:767px){
  .md-phone{
    display: block;
  }
}
.user-accounts-alt {
  position: relative;
  height: 100%;
}

.user-accounts-alt__separator {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 24px 0;
}
.user-accounts-hline {
  display: inline-block;
  border: .5px solid rgba(0,0,0,.12);
  width: 50%;
}
.user-accounts-alt__separator-text {
  font-size: 12px;
  text-align: center;
  color: rgba(0,0,0,.38);
  padding: 0 18px;
  white-space: nowrap;
}
.user-accounts-alt__list {
  display: block;
  padding: 0;
  margin: 0 0 16px;
  list-style-type: none;
}
.user-accounts-alt__list-item {
  margin-bottom: 16px;
}
.unf-user-btn--secondary {
  color: rgba(0,0,0,.54);
  border: 1px solid #e5e5e5;
}
.unf-user-btn--block {
  display: block;
  width: 100%;
}
.unf-user-btn--medium {
  font-size: 14px;
  height: 40px;
  line-height: 20px;
}
.unf-user-btn {
  display: inline-block;
  position: relative;
  border-radius: 8px;
  font-weight: 800;
  outline: 0;
  background: #3b5998;
  color: #fff;
  border: 1px solid #e5e5e5;
  font-size: 16px;
  height: 48px;
  line-height: 22px;
  text-align: center;
  padding: 8px 16px;
  cursor: pointer;
  box-sizing: border-box;
  transition: all .3s ease;
  font-family: nunito sans;
}
.user-icon-google {
  display: inline-block;
  background-size: contain;
  width: 16px;
  height: 17px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rJyB3aWR0aD0nMTYnIGhlaWdodD0nMTcnIHZpZXdCb3g9JzAgMCAxNiAxNyc+PGRlZnM+PHBhdGggaWQ9J2EnIGQ9J00wIC4wNDJWMTYuMzVoMTUuOTgyVi4wNEgweicvPjxwYXRoIGlkPSdjJyBkPSdNMTIuNzc2LjA0MUguMDM3djYuNTdoMTIuNzRWLjA0MXonLz48L2RlZnM+PGcgZmlsbD0nbm9uZScgZmlsbC1ydWxlPSdldmVub2RkJz48ZyB0cmFuc2Zvcm09J3RyYW5zbGF0ZSgwIC4wMDMpJz48bWFzayBpZD0nYicgZmlsbD0nI2ZmZic+PHVzZSB4bGluazpocmVmPScjYScvPjwvbWFzaz48cGF0aCBmaWxsPScjRkZGJyBkPSdNNS40OS40ODhBOC4yIDguMiAwIDAgMCAuODcgNC41MzRhOC4wNzMgOC4wNzMgMCAwIDAtLjcxIDIuMDUxIDguMTgyIDguMTgyIDAgMCAwIC43MDYgNS4yNzMgOC4yMjcgOC4yMjcgMCAwIDAgMi4yMTQgMi43MjMgOC4xMjQgOC4xMjQgMCAwIDAgMi45NjMgMS40OTRjMS4zNTkuMzY0IDIuODA1LjM1NiA0LjE3My4wNDRhNy40IDcuNCAwIDAgMCAzLjM0LTEuNzM2Yy45ODctLjkwNyAxLjY5Mi0yLjEgMi4wNjUtMy4zODQuNDA4LTEuMzk4LjQ2LTIuODkzLjIwNi00LjMzSDguMTU2VjkuODVIMTIuNmEzLjg0IDMuODQgMCAwIDEtMS42MzEgMi41MiA0LjY3MSA0LjY3MSAwIDAgMS0xLjc5Ny43MWMtLjY0LjExLTEuMzA3LjEyMy0xLjk0Ny0uMDA0YTQuODI3IDQuODI3IDAgMCAxLTEuODE0LS43ODVBNS4wNDIgNS4wNDIgMCAwIDEgMy41NDQgOS43OWE0Ljk0OCA0Ljk0OCAwIDAgMSAwLTMuMTczQTUuMDkzIDUuMDkzIDAgMCAxIDQuNzI4IDQuNjlhNC44MzYgNC44MzYgMCAwIDEgMi40MzctMS4zNTQgNC44NjUgNC44NjUgMCAwIDEgMi4zOTQuMDk2IDQuMzkgNC4zOSAwIDAgMSAxLjc1NyAxLjAzNWwxLjUtMS41Yy4yNjMtLjI2Ny41MzktLjUyNS43OTMtLjgwMkE3Ljk1IDcuOTUgMCAwIDAgMTAuOTgzLjU0IDguMjMgOC4yMyAwIDAgMCA1LjQ5MS40ODgnIG1hc2s9J3VybCgjYiknLz48L2c+PGcgdHJhbnNmb3JtPSd0cmFuc2xhdGUoLjgzMyAuMDAzKSc+PG1hc2sgaWQ9J2QnIGZpbGw9JyNmZmYnPjx1c2UgeGxpbms6aHJlZj0nI2MnLz48L21hc2s+PHBhdGggZmlsbD0nI0VBNDMzNScgZD0nTTQuNjU4LjQ4OGE4LjI1NyA4LjI1NyAwIDAgMSA1LjQ5Mi4wNDhjLjk3My4zNiAxLjg2My45MiAyLjYyNiAxLjYyNi0uMjU0LjI3Ni0uNTMuNTM1LS43OTMuODAybC0xLjUgMS41YTQuNDQgNC40NCAwIDAgMC0xLjc1Ny0xLjAzNSA0LjgxNCA0LjgxNCAwIDAgMC0yLjM5NC0uMDk3Yy0uOTIuMTk4LTEuNzc1LjY4LTIuNDM3IDEuMzU1YTUuMDYgNS4wNiAwIDAgMC0xLjE4NCAxLjkyNEMxLjgyMSA1LjkyLjkzMSA1LjIzMS4wMzcgNC41MzhhOC4xOTMgOC4xOTMgMCAwIDEgNC42Mi00LjA1JyBtYXNrPSd1cmwoI2QpJy8+PC9nPjxwYXRoIGZpbGw9JyNGQkJDMDUnIGQ9J00uMTY1IDYuNTgzYy4xNDQtLjcxLjM4LTEuNDAyLjcxLTIuMDUxLjg5LjY5MiAxLjc4IDEuMzggMi42NzQgMi4wNzNhNC45MTggNC45MTggMCAwIDAgMCAzLjE3NGMtLjg5LjY5My0xLjc4IDEuMzg1LTIuNjcgMi4wNzNhOC4xMTMgOC4xMTMgMCAwIDEtLjcxNC01LjI2OScvPjxwYXRoIGZpbGw9JyM0Mjg1RjQnIGQ9J004LjE1NiA2LjY2N2g3LjY3MWE5LjY0MyA5LjY0MyAwIDAgMS0uMjA2IDQuMzNjLS4zNzMgMS4yODUtMS4wNzggMi40NzctMi4wNjUgMy4zODVsLTIuNTktMi4wMTJhMy44NCAzLjg0IDAgMCAwIDEuNjMtMi41MjFIOC4xNTFjLjAwNS0xLjA2LjAwNS0yLjEyMi4wMDUtMy4xODInLz48cGF0aCBmaWxsPScjMzRBODUzJyBkPSdNLjg3IDExLjg1N2MuODktLjY4OSAxLjc4LTEuMzgxIDIuNjctMi4wNzRhNS4wNjcgNS4wNjcgMCAwIDAgMS44NjcgMi41MDMgNC44NTcgNC44NTcgMCAwIDAgMS44MTUuNzg1Yy42NC4xMzEgMS4zMDIuMTE0IDEuOTQ2LjAwNGE0LjY3IDQuNjcgMCAwIDAgMS43OTgtLjcxbDIuNTkgMi4wMTJjLS45MzMuODY0LTIuMTA0IDEuNDUxLTMuMzQgMS43MzYtMS4zNjguMzExLTIuODE0LjMyLTQuMTczLS4wNDRhOC4wNTcgOC4wNTcgMCAwIDEtMi45NjMtMS40OTQgOC4yMDkgOC4yMDkgMCAwIDEtMi4yMS0yLjcxOCcvPjwvZz48L3N2Zz4K) center no-repeat;
      background-size: auto;
}
.user-icon-facebook {
  display: inline-block;
  background-size: contain;
  width: 16px;
  height: 18px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rJyB3aWR0aD0nOScgaGVpZ2h0PScxOCcgdmlld0JveD0nMCAwIDkgMTgnPjxkZWZzPjxwYXRoIGlkPSdhJyBkPSdNOC4yMzYgMTcuODY3VjBIMHYxNy44NjdoOC4yMzZ6Jy8+PC9kZWZzPjxnIGZpbGw9J25vbmUnIGZpbGwtcnVsZT0nZXZlbm9kZCc+PG1hc2sgaWQ9J2InIGZpbGw9JyNmZmYnPjx1c2UgeGxpbms6aHJlZj0nI2EnLz48L21hc2s+PHBhdGggZmlsbD0nIzNBNTg5QicgZD0nTTcuOTA1IDguOTE3SDUuNDYydjguOTVIMS43NnYtOC45NUgwVjUuNzdoMS43NlYzLjczNUMxLjc2IDIuMjggMi40NTEgMCA1LjQ5NSAwbDIuNzQxLjAxMnYzLjA1M0g2LjI0N2MtLjMyNiAwLS43ODUuMTYzLS43ODUuODU3djEuODUyaDIuNzY3bC0uMzI0IDMuMTQzeicgbWFzaz0ndXJsKCNiKScvPjwvZz48L3N2Zz4=) center no-repeat;
      background-size: auto;
}
.user-accounts-alt__button-text {
  position: absolute;
  left: 50%;
  line-height: normal;
  transform: translateX(-50%);
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
}
.user-accounts-alt__icon {
  position: absolute !important;
  top: 50% !important;
  left: 23px !important;
  transform: translateY(-50%) !important;
}
.header-info li a:hover{
  text-decoration: none;
  color: #000;
}
#google-button{
  background-color: #fff;
}
#google-button span{
  color: grey;
}
#fb-button:hover{
  color: #fff;
}
.auto-alamat-search{
  position: absolute;
  width: inherit;
  height: 200px;
  border: 1px solid #ebebeb;
  background-color: #fff;
  z-index: 20;
  overflow-y: scroll;
}
.auto-alamat-search ul{
  padding: 20px;
}
.auto-alamat-search li{
  cursor: pointer;
}
.tx-span{
  text-transform: lowercase;
}
.auto-alamat-search li span{
  color: #626262;
}
.article-detail p {
  text-align: justify;
}
.tny-whatsapp{
  margin-bottom: 15px;
}
.span-error{
  color: #ff6a28;
}



.navfloat {
    position: fixed;

    top: 30%;
    right: -130px;
    z-index: 200;
    background: #b00d0c;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
    border-radius: 14px 0px 0px 14px;
}

.navfloat__2 {
    position: fixed;

    top: 40%;
    right: -130px;
    z-index: 200;
    background: #b00d0c;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
    border-radius: 14px 0px 0px 14px;
}

.navfloat-item {
    display: flex !important;
    flex-direction: row !important;
    transition: 0.3s;
    background: #b00d0c;
    border-radius: 14px 0px 0px 14px;
    padding: 14px;
    cursor: pointer;
    color: white;
}

.navfloat-item:hover {
    transform: translateX(-120px);
}

.navfloat-icon {
    width: 32px;
    height: 32px;
    margin-right: 20px;
}

.nav-float-link {
    background: transparent;
    color: #C4C4C4;
    border: none;
}

.floating-menu {
    display: flex;
    flex-direction: row;
}

.text-center
{
  text-align:right!important
}

.text-white
{
  color:#fff!important
}

.text-white-50
{
  color:rgba(255,255,255,.5)!important
}

.text-hide
{
  font:0/0 a;
  color:transparent;
  text-shadow:none;
  background-color:transparent;
  border:0
}
.text-decoration-none
{
  text-decoration:none!important
}
.text-break
{
  word-break:break-word!important;
  overflow-wrap:break-word!important
}

.p-4
{
  padding:1.5rem!important
}

@media  only screen and (max-width: 768px) {
    .navfloat {
        bottom: 0;
        top: auto;
        right: 0;
        height: auto;
        width: 100vw;
        border-radius: 0;
        padding: 0px 40px;
        display: flex;
        align-items: center;
    }
    .navfloat-item {
        padding: 8px !important;
        height: 100%;
        width: 100px;
        display: flex;
        flex-direction: column;
        margin: 0 auto;
    }
    .floating-menu {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .navfloat-icon {
        margin: 0;
    }
    .floating-text {
        font-weight: normal;
        font-size: 12px;
        line-height: 14px;
        display: flex;
        align-items: flex-end;
        text-align: center;
        color: #FFFFFF;
    }
    .navfloat-item:hover {
        transform: translateX(0px);
    }
}

.checked {
  color: orange;
}

/*-- Pita Diskon -*/

.top-left {
  position: absolute;
  font-weight: bold;
  font-size: 18px;
  font-style: italic;
  color: #c20000;
  top: 20px;
  left: 10px;
}


.text-block {
  background-color: #f37f02;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
}
.text-block-detail {
  background-color: #f37f02;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
  width: 230px;
  font-size: 18px;
}

/*-- AKHIR Pita Diskon -*/

.fa-tiktok {
  color: #111111;
  
  filter: drop-shadow(2px 0px 0px #FD3E3E) drop-shadow(-2px -2px 0px #4DE8F4);
}




/* Overlay Background */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Popup Container */
.popup-container {
  position: relative;
  width: 90vw;          /* Responsif */
  max-width: 500px;     /* Maksimal ukuran di desktop */
  aspect-ratio: 1 / 1;  /* Pastikan skala 1:1 */
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  animation: popup-scale 0.3s ease;
}

/* Popup Image */
.popup-banner {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Close Button */
.popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background: rgba(0,0,0,0.6);
  padding: 5px 10px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}

/* Animation */
@keyframes popup-scale {
  from { transform: scale(0.5); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}





/* Awal Detail Produk Button */
.product-viewer {
  max-width: 500px;
  margin: auto;
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.main-image {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.main-image img {
  width: 100%;
  display: block;
  cursor: zoom-in;
}

#zoomLens {
  position: absolute;
  border: 2px solid #f98320;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: none;
  background-repeat: no-repeat;
  background-size: 500%;
}

.thumbnail-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}

.thumbnails {
  display: flex;
  overflow: hidden;
  gap: 10px;
  width: 80%;
}

.thumbnails img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
}

.thumbnails img:hover {
  border: 2px solid #f98320;
}

.nav-btn {
  background: #f98320;
  color: white;
  border: none;
  padding: 8px 10px;
  cursor: pointer;
  font-size: 18px;
  border-radius: 4px;
}

.nav-btn:hover {
  background: #b01010;
}

/* Modal */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
}

.modal-content {
  display: block;
  max-width: 80%;
  max-height: 80%;
  margin: 50px auto;
}

.close {
  position: absolute;
  top: 15px;
  right: 30px;
  color: white;
  font-size: 40px;
  cursor: pointer;
}

.modal-nav span {
  position: absolute;
  top: 50%;
  color: white;
  font-size: 40px;
  cursor: pointer;
  user-select: none;
}

#prevModal { left: 30px; }
#nextModal { right: 30px; }
/* Akhir Detail Produk Button */


.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #ccc; 
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}


/* TikTok */
.tiktok-row{
    display:flex;
    justify-content:flex-end;   /* dorong ke kanan */
    gap:16px;
    overflow-x:auto;            /* kalau kepanjangan, bisa geser */
    padding:12px 0;
    scroll-snap-type:x mandatory;
  }

.tiktok-card{
  flex:0 0 auto;              /* biar tidak menyempit */
  scroll-snap-align:start;
  }

/* opsional: scrollbar lebih tipis */
.tiktok-row::-webkit-scrollbar{ height:8px; }
.tiktok-row::-webkit-scrollbar-thumb{ background:rgba(0,0,0,.2); border-radius:999px; }

.tiktok-row-wrap{
    display:flex;
    justify-content:flex-end; /* rata kanan */
    gap:16px;
    flex-wrap:wrap;           /* kalau penuh, turun baris */
  }
.tiktok-row-wrap .tiktok-card{ flex:0 0 325px; }

/* DESKTOP / TABLET: sejajar horizontal, rata kanan */
.tiktok-grid{
  display:flex;
  justify-content:left;   /* awalnya flex-end */
  gap:16px;
  flex-wrap:wrap;              /* ini biar bisa turun baris kalau layar sempit */
}
.tiktok-card{
  flex: 0 0 325px;             /* ukuran tiap card */
}

/* MOBILE: paksa jadi 1 kolom (berjejer kebawah) */
@media (max-width: 640px){
  .tiktok-grid{
    justify-content:stretch;    /* nggak perlu rata kanan di mobile */
    flex-direction:column;      /* stack kebawah */
    align-items:stretch;
  }
  .tiktok-card{
    flex: 1 1 auto;
  }
  /* override min-width bawaan embed supaya tidak maksa horizontal */
  .tiktok-card .tiktok-embed{
    min-width: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
  }
}

/* END TikTok */