header .logo-menu {
  padding-top: 15px;
  padding-bottom: 10px;
  background: #fff;
  z-index: 50;
}
header .header__actions .login{
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border: 2px solid #007bff;
  border-radius: 10px;
  cursor: pointer;
  margin: 0px 10px;
}
header .header__actions .register{
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border: 2px solid #007bff;
  border-radius: 10px;
  cursor: pointer;
  margin: 0px 10px;
  color: white;
  background: #007bff;
}
#processing-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  overflow: hidden;
}

#processing-wrapper .processing-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #ffffff;
  z-index: 999;
}

#processing-wrapper .processing-section.section-left {
  left: 0;
}

#processing-wrapper .processing-section.section-right {
  right: 0;
}

#processing-wrapper img {
  width: 150px;
  height: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  margin-top: -130px;
  z-index: 999999999;
}
#processing-wrapper p {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: 30px;
  z-index: 999999999;
}

.loaded #processing-wrapper img {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.loaded #processing-wrapper p {
  opacity: 0;
  transition: all 0.3s ease-out;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

/* Loaded styles */
.loaded #processing-wrapper .processing-section.section-left {
  transform: translateX(-100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #processing-wrapper .processing-section.section-right {
  transform: translateX(100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #processing-wrapper {
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 0.3s 1s ease-out;
}
.bold-black{
  color:black;
  font-weight: bold;
}
.rect {
  margin: 50px auto;
  width: auto;
  height: 40px;
  text-align: center;
  font-size: 10px;
  color: #333;
}
.page {
        margin: 10px auto;
        width: auto;
        height: 40px;
        text-align: center;
        font-size: 10px;
        color: #333;
        }
    .rect.hidden {
        display: none;
    }

    .rect>div {
    background-color: #333;
    height: 100%;
    width: 10px;
    display: inline-block;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
    }

    .rect .rect2 {
    animation-delay: -1.1s;
    }

    .rect .rect3 {
    animation-delay: -1.0s;
    }

    .rect .rect4 {
    animation-delay: -0.9s;
    }

    .rect .rect5 {
    animation-delay: -0.8s;
    }
    @keyframes sk-stretchdelay {
        0%,
        40%,
        100% {
            transform: scaleY(0.4);
        }
        20% {
            transform: scaleY(1.0);
        }
    }
    .rating-checked {
        color: orange;
    }
    .fa-star{
        padding-right: 5px;
        padding-top: 5px;
        padding-bottom: 5px;

        font-size:12px;
    }
    .center-element{
        position: absolute;
        left: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .span-discount-detail{
        background-color: #ff3300;
        color: #FFFF;
        padding: 7px;
        font-size: 12px;
        font-weight: bold;
        margin-right: 10px;
        margin-top: 5px;
        border-radius: 5px;
    }
    .ps-btn-simpan, button.ps-btn-simpan {
        text-align: center;
        display: inline-block;
        padding: 5px 12px;
        font-size: 10px;
        line-height: 20px;
        color: white;
        font-weight: 600;
        border-radius: 4px;
        background-color: #000;
        transition: all .4s ease;
        cursor: pointer;
    }
      /*Hidden class for adding and removing*/
      .lds-dual-ring.hidden {
        display: none;
    }

    /*Add an overlay to the entire page blocking any further presses to buttons or other elements.*/
    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0,0,0,.8);
        z-index: 999;
        opacity: 1;
        transition: all 0.5s;
    }

    /*Spinner Styles*/
    .lds-dual-ring {
        display: inline-block;
        width: 80px;
        height: 80px;
    }
    .lds-dual-ring:after {
        content: " ";
        display: block;
        width: 64px;
        height: 64px;
        margin: 5% auto;
        border-radius: 50%;
        border: 6px solid #fff;
        border-color: #fff transparent #fff transparent;
        animation: lds-dual-ring 1.2s linear infinite;
    }
    @keyframes lds-dual-ring {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
    }
    .muat-lagi {

        margin: 50px auto;
        width: auto;
        height: 40px;
        text-align: center;
        font-size: 10px;
        display: inline-block;
        padding: 5px 12px;
        font-size: 10px;
        line-height: 20px;
        color: white;
        font-weight: 600;
        border-radius: 4px;
        background-color: #000;
        transition: all .4s ease;
        cursor: pointer;
    }
    .optionSection{
        color: black;
        font-size: 20px;
        font-weight: 900;
        text-align: center;
        float: center;
    }
    .radio-hide input[type=radio]{
        display: none;
    }
    .shippingSection{
        margin: 7px;
        border: 1px solid rgb(201, 201, 201);
        border-radius: 5px;
        line-height: 0em;  
        padding-bottom: 10px;
        padding-top: 10px;
        cursor: pointer;

    }
    .shippingSection:hover{
        border: 1px solid rgb(36, 36, 36);
    }
    .shippingSection p {
        line-height: 0em;   
        font-size: 12pt; 
    }
    .shippingSection h5 label:hover {
        font-weight: bold;
        cursor: pointer;
    }
    .radio-toolbar {
        margin: 5px;
    }
      
    .radio-toolbar input[type="radio"] {
        opacity: 0;
        position: fixed;
        width: 0;
    }
      
    .radio-toolbar label {
          display: inline-block;
          background-color: rgb(255, 255, 255);
          padding: 10px 10px;
          background-position: right;
          background-repeat: no-repeat;
          font-size: 12px;
          border: 2px solid rgb(192, 192, 192);
          border-radius: 4px;
          width: 100%;

    }
      
    .radio-toolbar label:hover {
          font-weight: bold;
          border: 2px solid rgb(58, 58, 58);
    }
      
    .radio-toolbar input[type="radio"]:focus + label {
          font-weight: bold;
          border: 2px solid rgb(58, 58, 58);
    }
      
    .radio-toolbar input[type="radio"]:checked + label {
          font-weight: bold;
          border:2px solid rgb(58, 58, 58);
    }
    .radio-toolbar-voucher {
      margin: 5px;
  }
    
  .radio-toolbar-voucher input[type="checkbox"] {
      opacity: 0;
      position: fixed;
      width: 0;
  }
    
  .radio-toolbar-voucher label {
        display: inline-block;
        background-color: #fff;
        padding: 10px 10px;
        background-position: right;
        background-repeat: no-repeat;
        font-size: 12px;
        border: 2px solid rgb(0, 123, 255);
        border-radius: 4px;
        width: 100%;
  
  }
    
  .radio-toolbar-voucher label:hover {
        font-weight: bold;
        border: 2px solid rgb(0, 123, 255);
  }
    
  .radio-toolbar-voucher input[type="checkbox"]:focus + label {
        font-weight: bold;
        border: 2px solid rgb(0, 123, 255);
  }
    
  .radio-toolbar-voucher input[type="checkbox"]:checked + label {
        font-weight: bold;
        border:2px solid rgb(0, 123, 255);
        background-color: rgba(0, 123, 255, 0.171);
        content: "\25C2";
  }

    .lds-ellipsis {
        display: inline-block;
        position: relative;
        width: 80px;
        height: 80px;
    }
    .lds-ellipsis.hidden {
        display: none;
    }
      .lds-ellipsis div {
        position: absolute;
        top: 33px;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background: rgb(66, 66, 66);
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
      }
      .lds-ellipsis div:nth-child(1) {
        left: 8px;
        animation: lds-ellipsis1 0.6s infinite;
      }
      .lds-ellipsis div:nth-child(2) {
        left: 8px;
        animation: lds-ellipsis2 0.6s infinite;
      }
      .lds-ellipsis div:nth-child(3) {
        left: 32px;
        animation: lds-ellipsis2 0.6s infinite;
      }
      .lds-ellipsis div:nth-child(4) {
        left: 56px;
        animation: lds-ellipsis3 0.6s infinite;
      }
      @keyframes lds-ellipsis1 {
        0% {
          transform: scale(0);
        }
        100% {
          transform: scale(1);
        }
      }
      @keyframes lds-ellipsis3 {
        0% {
          transform: scale(1);
        }
        100% {
          transform: scale(0);
        }
      }
      @keyframes lds-ellipsis2 {
        0% {
          transform: translate(0, 0);
        }
        100% {
          transform: translate(24px, 0);
        }
      }
.cc-selector input{
    margin:0;padding:0;
    -webkit-appearance:none;
       -moz-appearance:none;
    appearance:none;
}
.cc-selector-review input{
  margin:0;padding:0;
  -webkit-appearance:none;
     -moz-appearance:none;
  appearance:none;
}
.cc-selector input:active +.drinkcard-cc{opacity: .9;}
.cc-selector input:checked +.drinkcard-cc{
          display: inline-block;
          background-color: rgb(255, 255, 255);
          padding: 10px 10px;
          font-size: 12 px;
          border: 2px solid #ff3300;
          border-radius: 4px;
          width:100%;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
}
.cc-selector-review input:active +.drinkcard-cc{opacity: .9;}
.cc-selector-review input:checked +.drinkcard-cc{
          display: inline-block;
          background-color: rgb(255, 255, 255);
          padding: 10px 10px;
          font-size: 12 px;
          border: 2px solid #ff3300;
          background-color: rgba(255, 145, 0, 0.315);
          border-radius: 4px;
          width:100%;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
}
.drinkcard-cc{
    cursor:pointer;
    background-size: contain;
    background-position: 30px 0px;
    background-repeat:no-repeat;
    border: 1px solid #e1e1e1;
    display:block;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width:100%;
    border-radius: 5px;
  
    -webkit-transition: all 100ms ease-in;
       -moz-transition: all 100ms ease-in;
            transition: all 100ms ease-in;
}
/* .drinkcard-cc:hover{
    border: 1px solid#ff3300;
    -webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
       -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
            filter: brightness(1.2) grayscale(.5) opacity(.9);
} */


/* Extras */
/* a{color:#444;text-decoration:none;} */
/* p{margin-bottom:.3em;} */
@import url('https://fonts.googleapis.com/css?family=Muli&display=swap');

/* * {
	box-sizing: border-box;
} */
.invalid-input {
  border : 1px solid red;
}
.error-notif{
  font-size: 1rem;
  color: red
}
.courses-container {
	font-family: 'Muli';
	padding: 7px 15px;
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	z-index: 998;
}

.course {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
	display: flex;
	max-width: 100%;
	margin: 0px;
	overflow: hidden;
	max-width: 700px;
}

.ps-product--box__custom .ps-product__box__custom{
  background-color: #fff;
}

.ps-section__right__custom{
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid rgba(0,0,0,.125);
}

.ps-order-box{
  background-color: white;
  box-shadow: rgb(0 0 0 / 12%) 0px 1px 8px 0px;
  border-radius: 8px;
  margin-bottom: 30px;
}
.ps-order-box .order-box-header{
  padding: 10px 10px 0px 10px;
}

.ps-order-box .ps-order-date{
  width: 49%;
  align-content: left!important;
}
.ps-order-box .ps-order-status{
  width: 49%;
  align-content: right!important;
}

.order-box-detail {
  margin-top: 15px;
  padding: 5px 20px 5px 20px;
  border-radius: 3px;
}
.order-box-action {
  margin-top: 15px;
  padding: 20px 20px 20px 20px;
  background-color: rgb(251 251 251);
}
.bold-orange{
  font-weight: bold; 
  color:#000000;
}
.ps-btn_custom_dark, button.ps-btn_custom_dark {
  display: inline-block;
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  color: white;
  border: none;
  font-weight: 600;
  border-radius: 4px;
  background-color: #000;
  transition: all .4s ease;
  cursor: pointer;
}
.ps-btn_custom_dark, button.ps-btn_custom_dark:hover {
background-color: rgb(46, 46, 46);
}
.ps-btn_custom_orange, button.ps-btn_custom_orange {
  display: inline-block;
  padding: 15px 45px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: white;
  border: none;
  font-weight: 600;
  border-radius: 4px;
  background-color: #ff3300;
  transition: all .4s ease;
  cursor: pointer;
}
.ps-btn_custom_orange, button.ps-btn_custom_orange:hover {
  background-color: #b32603;
}
.ps-btn_custom_blue, button.ps-btn_custom_blue {
  display: inline-block;
  padding: 15px 45px;
  font-size: 16px;  
  font-weight: 600;
  line-height: 20px;
  color: white;
  border: none;
  font-weight: 600;
  border-radius: 4px;
  background-color: #0066ff;
  transition: all .4s ease;
  cursor: pointer;
}
.ps-btn_custom_disabled, button.ps-btn_custom_disabled {
  display: inline-block;
  padding: 15px 45px;
  font-size: 16px;  
  font-weight: 600;
  line-height: 20px;
  color: white;
  border: none;
  font-weight: 600;
  padding: 15px 45px;
  font-size: 16px;
  border-radius: 4px;
  background-color: #949494;
  transition: all .4s ease;
  cursor: not-allowed;
}

.ps-btn_custom_blue, button.ps-btn_custom_blue:hover {
  background-color: #000874;
  color: white;
}
.ps-btn_custom_green, button.ps-btn_custom_green {
  display: inline-block;
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  color: white;
  border: none;
  font-weight: 600;
  border-radius: 4px;
  background-color: #049e1d;
  transition: all .4s ease;
  cursor: pointer;
}
.ps-btn_custom_green, button.ps-btn_custom_green:hover {
  background-color: #006811;
}
.ps-btn_custom_white, button.ps-btn_custom_white {
  display: inline-block;
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  color: black;
  border: 1px solid rgb(207, 207, 207);
  font-weight: 600;
  border-radius: 4px;
  background-color: #ffffff;
  transition: all .4s ease;
  cursor: pointer;
}
.ps-btn_custom_white, button.ps-btn_custom_white:hover {
  display: inline-block;
  background-color: #dddddd;
}
.inv--detail-section .ps-resi_box{
  border: 1px solid rgb(211, 211, 211);
  border-radius: 10px;
  padding: 10px;
}

.ps-popup-custom {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.ps-popup__content-custom {
    border-radius: 10px;
    position: relative;
    max-width: 830px;
    width: 100%;
    transition: tranform 0.4s ease;
    height: 600px;
    overflow-y: scroll;
}
.ps-popup__content-confirm {
  border-radius: 10px;
  position: relative;
  max-width: 830px;
  width: 100%;
  transition: tranform 0.4s ease;
  height: 270px;
}
.ps-popup__content-address {
  border-radius: 10px;
  position: relative;
  max-width: 830px;
  width: 100%;
  transition: tranform 0.4s ease;
  height: 600px;
  overflow-y: auto;
}
.ps-popup__content-voucher {
  border-radius: 10px;
  position: relative;
  max-width: 500px;
  width: 100%;
  transition: tranform 0.4s ease;
  height: 600px;
  border-radius: 15px;
}

.ps-popup__content-voucher-detail {
  border-radius: 10px;
  position: relative;
  max-width: 500px;
  width: 100%;
  transition: tranform 0.4s ease;
  height: 600px;
  border-radius: 15px;
}
.ps-popup__content-upload {
  border-radius: 10px;
  position: relative;
  max-width: 500px;
  width: 100%;
  transition: tranform 0.4s ease;
  height: 400px;
  border-radius: 15px;
}

.ps-popup__content-rating {
  border-radius: 10px;
  position: relative;
  max-width: 830px;
  width: 100%;
  transition: tranform 0.4s ease;
  min-height: 500px;
  max-height: 660px;
}
.ps-popup__content-rating .ps-form__content-custom form {
  text-align: center;
}
.ps-popup__content-rating .ps-form__content-custom form button {
  text-align: right;
}
.ps-popup__content-voucher .ps-form__content-custom-voucher {
  overflow-y: scroll;
  overflow-x: hidden;
  margin-top: 60px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px 20px;
}
.ps-popup__content-upload .ps-form__content-custom-upload {
  margin-top: 60px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px 20px;
}
.ps-popup__content-voucher-detail .ps-form__content-custom-voucher-detail {
  max-height: 200px;
    overflow: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px 20px;
}
.ps-form__content-custom {
  padding: 60px 50px;
}

.ps-form__content-custom > h4 {
  text-align: center;
  padding-bottom: 25px;
}
.ps-form__content-custom .ps-part-1 {
  width: 60%;
}
.ps-form__content-custom .ps-part-2 {
  width: 40%;
}
.ps-form__content-custom .ps-part-status-time {
  width: 100%;
}
.ps-form__content-custom .ps-part-status-detail {
  width: 0%;
}
.ps-form__content-custom .ps-part-payment-detail {
  text-align: right;
  width: 70%;
}
.ps-form__content-custom .ps-part-payment-currency {
  text-align: right;
  width: 5%;
}
.ps-form__content-custom .ps-part-payment-nominal {
  text-align: right;
  width: 25%;
}
.ps-form__content-custom .ps-part-product {
  border-right: 1px solid rgb(238, 238, 238);
  padding-right: 10px;
  width: 70%;
}
.ps-form__content-custom .ps-part-price {
  padding-left: 10px;
  width: 30%;
  text-align: right;
}
.ps-popup-custom-part {
  display: flex;
  flex-wrap: nowrap;
}
.ps-popup-custom.active {
  visibility: visible;
  opacity: 1;
  transition-delay: 0.5s;
}
.ps-popup__close-custom {
  display: inline-block;
  position: absolute;
  padding: 5px 5px 10px 12px;
  width: 40px;
  height: 40px;
  top: 10px;
  right: 10px;
  font-size: 15pt;
  background-color: #a4a4a4;
  border: none;
  border-radius: 0;
  color:white;
  border-radius: 20%;
}
.ps-popup__return-custom {
  display: inline-block;
  position: absolute;
  padding: 5px 5px 10px 12px;
  width: 40px;
  height: 40px;
  top: 10px;
  right: 10px;
  font-size: 15pt;
  background-color: #0066ff;
  border: none;
  border-radius: 0;
  color:white;
  border-radius: 20%;
}
.ps-popup__close-custom:hover {
  color: #1a1a1a;
}
.ps-part-1 > p{
  text-decoration: none;
  color: #ff3300;
  font-size: 11pt;
  font-weight: bold;
  padding-bottom: 10px;
}
.ps-part-2 > p{
  text-decoration: none;
  color: #ff3300;
  font-size: 11pt;
  font-weight: bold;
  padding-bottom: 10px;
}
.ps-part-payment-detail > p{
  text-decoration: none;
  color: #ff3300;
  font-size: 11pt;
  font-weight: bold;
  padding-bottom: 10px;
}
.ps-part-payment-currency > p{
  text-decoration: none;
  color: #ff3300;
  font-size: 11pt;
  font-weight: bold; 
  line-height: 1.2;
  padding-left: 10px;
}
.ps-part-payment-nominal > p{
  text-decoration: none;
  color: #ff3300;
  font-size: 11pt;
  font-weight: bold;  
  line-height: 1.2;
}
.ps-part-status-time > p{
  text-decoration: none;
  color: #ff3300;
  font-size: 11pt;
  font-weight: bold;  
  line-height: 1.5;
}
.ps-part-product > p{
  text-decoration: none;
  color: #ff3300;
  font-size: 11pt;
  font-weight: bold;
  padding-bottom: 10px;
}
.ps-part-product > img{
 width: 10%;
 height: auto;
}
.ps-part-price > p{
  text-decoration: none;
  color: #ff3300;
  font-size: 11pt;
  font-weight: bold;
  padding-bottom: 10px;
}
.ps-review-section {
  background-color: white;
  box-shadow: rgb(0 0 0 / 12%) 0px 1px 8px 0px;
  border-radius: 8px;
  margin-bottom: 30px;
}
.ps-review-section-header {
 display: flex;
 flex-wrap: nowrap;
 background-color: rgb(251 251 251);
 border-top-left-radius: 8px;
 border-top-right-radius: 8px;
 padding: 20px;

}
.ps-review-section-header {
  display: flex;
  flex-wrap: nowrap;
  background-color: rgb(251 251 251);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 20px;
 
 }
.ps-review-section-header-invoice {
  width: 50%;
  text-align: left;
 
 }
 .ps-review-section-header .ps-review-section-header-invoice label {
  color: #0066ff;
  font-weight: bold;
  font-size: 12px;
 
 }
 .ps-review-section-header-date {
  width: 50%;
  text-align: right;
 
 }
 .ps-review-section-header .ps-review-section-header-date label {
  color: #444444;
  font-size: 12px;
 }
 .ps-review-section-header {
  display: flex;
  flex-wrap: nowrap;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 20px;
 
 }
 .ps-review-section-body {
  display: flex;
  flex-wrap: nowrap;
  padding-left: 10px;
  padding-right: 10px;
 
 }
 .ps-review-section-body-image {
  width: 10%;
 
 }
 .ps-review-section-body-product-name {
  width: 70%;
  padding: 20px;
 
 }
 .ps-review-section-body-write-review {
  width: 20%;
  padding: 20px;
 }
.alert-notification-success{
  background-color: #a8f0c6;
  border-left: 10px solid #008537;
  width:30%;
  margin:20px auto;
  padding:10px;
  border-radius:5px;
  box-shadow:0 0 15px 5px #ccc;
  position:fixed;
	top:150px;
  right: 20px;
  animation-name: alert-animation;
  animation-duration: 5s;
  z-index: +1;
}
.alert-notification-danger{
  background-color: #f0a8a8;
  border-left: 10px solid #850000;
  width:30%;
  margin:20px auto;
  padding:10px;
  border-radius:5px;
  box-shadow:0 0 15px 5px #ccc;
  position:fixed;
	top:150px;
  right: 20px;
  animation-name: alert-animation;
  animation-duration: 5s;
  z-index: +1;
}
.alert-notification-warning{
  background-color: #ffe79a;
  border-left: 10px solid #d69200;
  width:30%;
  margin:20px auto;
  padding:10px;
  border-radius:5px;
  box-shadow:0 0 15px 5px #ccc;
  position:fixed;
	top:150px;
  right: 20px;
  animation-name: alert-animation;
  animation-duration: 5s;
  z-index: +1;
}
.close-notification{
  position:fixed;
  width:20px;
  height:20px;
  opacity:0.5;
  border-width:2px;
  border-style:solid;
  border-radius:50%;
  right:35px;
  top:180px;
  font-weight: bold;
  text-align:center;
  font-size:0.8em;
  cursor:pointer;
  animation-name: close-animation;
  animation-duration: 5s;
  z-index: +1;
}
.ps-section-review {
  display: flex;
  flex-wrap: nowrap;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid rgb(230, 230, 230);
 
 }
 .ps-section-review .ps-section-review-photo {
  width:8%;
 }
 .ps-section-review .ps-section-review-photo img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
 }
 .ps-section-review .ps-section-review-detail {
  width: 92%;
 }
 .ps-section-review .ps-section-review-detail .br-wrapper  a{
  font-size: 9pt;
 }
 .order__extra span {
  position: absolute;
  bottom: 0;
  right: -6px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  vertical-align: top;
  width: 20px;
  height: 20px;
  color: #ffffff;
  background-color: #c00000;
  border-radius: 50%;
}
.order__account span{
  position: absolute;
  bottom: 25px;
  left: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  vertical-align: top;
  width: 20px;
  height: 20px;
  color: #ffffff;
  background-color: #c00000;
  border-radius: 50%;
}

.order__cart span{
  position: absolute;
  bottom: 25px;
  left: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  vertical-align: top;
  width: 20px;
  height: 20px;
  color: #ffffff;
  background-color: #c00000;
  border-radius: 50%;
}
payment-category {
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background: linear-gradient(to bottom right, #114357 60%, #f29492);
  line-height: 1.6;
}

.accordion {
  width: 100%;
  max-width: 1000px;
}
.accordion-item {
  background-color: #fff;
  color: #111;
  margin: 1rem 0;
  border-radius: 0.1rem;
  border: 1px solid #e1e1e1;

}
.accordion-item-header {
  padding: 1rem 4rem 1rem 2rem;
  min-height: 5.5rem;
  line-height: 1.25rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.accordion-item-header::after {
  content: "\25BE";
  font-size: 2rem;
  position: absolute;
  right: 1rem;
}
.accordion-item-header.active::after {
  content: "\25C2";
}
.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordion-item-body-content {
  padding: 1rem 4rem 1rem 2rem;
  line-height: 2rem;
  border-top: 1px solid #e1e1e1;
}
.help-tip{
  position: absolute;
  margin-left: 5px;
  /* top: 18px; */
  /* right: 18px; */
  text-align: center;
  background-color: #3d3d3d;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  font-size: 11px;
  line-height: 13px;
  cursor: default;
}

.help-tip:before{
  content:'?';
  font-weight: normal;
  color:#fff;
}

.help-tip:hover label {
  display:block;
  transform-origin: 100% 0%;

  -webkit-animation: fadeIn 0.3s ease-in-out;
  animation: fadeIn 0.3s ease-in-out;

}

.p-help-tip {    /* The tooltip */
  display: none;
  text-align: left;
  background-color: #1E2021;
  padding: 20px;
  width: 300px;
  position: absolute;
  border-radius: 3px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  right: -120px;
  color: #FFF;
  font-size: 13px;
  line-height: 1.4;
  z-index: 1;
}

.p-help-tip:before{ /* The pointer of the tooltip */
  position: absolute;
  content: '';
  width:0;
  height: 0;
  border:6px solid transparent;
  border-bottom-color:#1E2021;
  right:120px;
  top:-10px;
}
.p-help-tip:after{ /* Prevents the tooltip from being hidden */
  width:100%;
  height:40px;
  content:'';
  position: absolute;
  top:-40px;
  left:0;
  margin-left: 300px;
}
.ps-btn-address, button.ps-btn-address {
  display: inline-block;
  padding: 10px 10px;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  color: white;
  border: none;
  font-weight: 600;
  border-radius: 4px;
  background-color: #000;
  transition: all .4s ease;
  cursor: pointer;
}

/* The checkbox-insurance */
.checkbox-insurance {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  margin-left: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-insurance input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox-insurance:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-insurance input:checked ~ .checkmark {
  background-color: #40ad00;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-insurance input:checked ~ .checkmark:after {
  display: block;
}

.tooltip-label{
  padding: 2px 6px;
  color: white;
  font-weight: bold;
  font-size: 8pt;
  border-radius: 50%;
  background-color: #8b8b8b;
}
.tooltip-label .tooltiptext {
  visibility: hidden;
  width: 170px;
  background-color: black;
  color: #fff;
  padding: 5px 5px;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}
.tooltip-label:hover .tooltiptext {
  visibility: visible;
}

/* Style the checkmark/indicator */
.checkbox-insurance .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-cart{
  width: 100%;
  border: 0px;
  border-radius: 0;
  text-align: center;
  color:white;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  background-color: #ff3300;
}
.btn-wishlist-mobile{
  font-size: 15pt;
  width: 100%;
  border: 0px;
  border-radius: 0;
  text-align: center;
  color:rgb(255, 255, 255);
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  background-color: rgb(151, 151, 151);
}
.btn-wishlist-mobile.active{
  color: white;
  background-color:  rgb(202, 0, 101);;
}

.btn-compare-mobile{
  font-size: 15pt;
  width: 100%;
  border: 0px;
  border-radius: 0;
  text-align: center;
  color:rgb(255, 255, 255);
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  background-color: rgb(99, 99, 99);
}
.btn-compare-mobile.active{
  color: white;
  background-color:  rgb(7, 94, 255);
}

.btn-wishlist{
  background-color: white;
  border: 1px solid #686464;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 20pt;
  color: #686464;
}
.btn-wishlist.active{
  background-color: rgb(202, 0, 101);
  border: 1px solid #ffffff;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 20pt;
  color: #ffffff;
}
.btn-wishlist:hover{
  background-color: rgb(238, 238, 238);
}
.btn-compare{
  background-color: white;
  border: 1px solid #686464;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 20pt;
  color: #686464;
}
.btn-compare:hover{
  background-color: rgb(238, 238, 238);
}
.btn-delete-cart{
  border: 0px;
  border-radius: 0;
  text-align: center;
  color:white;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 14px;
  padding-top: 14px;
  background-color: rgb(168, 0, 0);
}
.btn-delete-cart:hover{
  background-color: rgb(83, 0, 0);
}
.ps-popup-search {
  max-height: 450px;
  width: 39%;
  position: fixed;
  overflow-y: scroll;
  outline: none;
  background: rgb(255, 255, 255);
  border-radius: 0px 0px 8px 8px;
  box-shadow: rgb(0 0 0 / 12%) 0px 2px 8px 0px;
  margin-top: 3px;
  transform: translate3d(0px, 0px, 0px);
  z-index: 3;
  visibility: hidden;
}
.ps-popup-search.active {
  visibility: visible;
  opacity: 1;
  transition-delay: 0.5s;
}
.ps-popup__content-search {
  display: flex;
  width: 100%;
  margin-top: 5px;
}
.ps-popup__content-search img {
   padding-left: 10px;
   padding-right: 10px;
   width: 15%;
}
.ps-popup__content-search a {
  width: 100%;
  margin: auto;
}
.ps-popup-custom {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.filter-sort-mobile{
  transition: all 0.4s ease;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.filter-mobile button{
  width: 50%;
  background-color: #333;
  color: white;
  padding: 10px;
}
.filter-mobile-section{
  display: none;
}
.filter-mobile-sidebar-header{
  display: none;
}

.search-mobile-section{
  display: none;
}
.search-mobile-sidebar-header{
  display: none;
}

/* CSS animation */

@-webkit-keyframes fadeIn {
  0% { 
      opacity:0; 
      transform: scale(0.6);
  }

  100% {
      opacity:100%;
      transform: scale(1);
  }
}

@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:100%; }
}

@keyframes alert-animation {
  from {right: -1000px;}
  to {right: 20px;}
}
@keyframes close-animation {
  from {right: -1000px;}
  to {right: 35px;}
}

.input-file-container {
  position: relative;
  width: 100%;

} 
.input-file-container .input-file-trigger {
  display: block;
  padding: 14px 25px;
  background: #000;
  color: #fff;
  font-size: 10pt;
  transition: all .4s;
  cursor: pointer;
  text-align: center;
  border-radius: 5px;
}
.input-file-container .input-file {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  opacity: 0;
  padding: 14px 0;
  cursor: pointer;

}
.input-file-container .input-file:hover + .input-file-trigger,
.input-file-container .input-file:focus + .input-file-trigger,
.input-file-container .input-file-trigger:hover,
.input-file-container .input-file-trigger:focus {
  background: rgb(70, 70, 70);
  color: rgb(255, 255, 255);
}
.voucher-list{
  border-radius: 10px;
  box-shadow: antiquewhite;
  border-right: 34px solid #0066cc;
  border-left: 2px solid #0066cc;
  border-top: 2px solid #0066cc;
  border-bottom: 2px solid #0066cc;
  margin: 10px 5px;
  width: 100%;
  padding: 10px;
  box-shadow: -7px 4px 26px -16px rgb(0 0 0 / 46%);
  -webkit-box-shadow: -7px 4px 26px -16px rgb(0 0 0 / 46%);
  -moz-box-shadow: -7px 4px 26px -16px rgba(0,0,0,0.46);
}
.voucher-list-mobile{
  display: none;
}

.voucher-list:hover{
  cursor: pointer;
}

.voucher-list h3{
  font-weight: bold;
  color: #0066cc;
  
}
.voucher-list label{
  font-size: 1.0rem;
  line-height: 1em;
  color: rgb(184, 184, 184);
}
.voucher-label{
  color: #fff;
  font-size: 14px;
  margin-top:7px;
  font-weight: 600;
  line-height: 20px;
  padding: 5px 10px;
  font-size: 10px;
  background: rgb(205,0,138);
background: linear-gradient(101deg, rgba(205,0,138,1) 22%, rgba(203,0,0,1) 81%);
  border-radius: 7px;
}
.voucher-label-null{
  color: #fff;
  font-size: 14px;
  margin-top:7px;
  font-weight: 600;
  line-height: 20px;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 7px;
}


@media (max-width: 479px) {
  .voucher-list{
    display: none;
  }
  .voucher-list-mobile{
    border-radius: 10px;
    box-shadow: antiquewhite;
    border-right: 34px solid #0066cc;
    border-left: 2px solid #0066cc;
    border-top: 2px solid #0066cc;
    border-bottom: 2px solid #0066cc;
    margin: 10px 0px;
    width: 100%;
    padding: 10px;
    box-shadow: -7px 4px 26px -16px rgb(0 0 0 / 46%);
    -webkit-box-shadow: -7px 4px 26px -16px rgb(0 0 0 / 46%);
    -moz-box-shadow: -7px 4px 26px -16px rgba(0,0,0,0.46);
    display: block;
  }
  .ps-part-payment-nominal > p{
    line-height: 1;
  }
  .ps-part-payment-currency > p{
    padding-left: 10px;
    line-height: 1;
  }
  .ps-popup-search {
    width: 100%;
    text-align: left;
    max-height: 700px;
    border-radius: 0;
    box-shadow: 0;

  }
  p {
    font-size: 1.1rem;
  }
  .ps-list--dot li {
    font-size: 0.9rem;
  }
  .ps-form__content-custom .ps-part-product {
    width: 55%;
  }
  .ps-form__content-custom .ps-part-price {
    width: 45%;
  }
  .ps-form__content-custom .ps-part-payment-detail {
    width: 50%;
  }
  .ps-form__content-custom .ps-part-payment-currency {
    width: 2%;
  }
  .ps-form__content-custom .ps-part-payment-nominal {
    width: 48%;
  }
  .ps-form__content-custom .ps-part-status-time {
    width: 50%;
  }
  .ps-form__content-custom .ps-part-status-detail {
    width: 50%;
  }
  .ps-part-2 {
    padding-top: 60;
  }

  .ps-popup-custom {
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ps-form__content-custom {
    padding: 30px 20px;
  }
  .ps-popup__close-custom {
    width: 20px;
    height: 20px;
    padding: 4px;
    font-size: 10pt;
  }
  .ps-review-section-header {
    display: block;
   
   }
  .ps-review-section-header-invoice {
    width: 100%;
    text-align: left;
    padding-left: 5px;
   
   }
   .ps-review-section-header-date {
    width: 100%;
    text-align: left;
    padding-left: 5px;
  
   }
   .ps-review-section-body-image {
    width: 30%;
   
   }
   .ps-review-section-body-product-name {
    width: 40%;
   
   }
   .ps-review-section-body-write-review {
    width: 30%;
    
   }
   .alert-notification-success{
    width:70%;
   }
   .alert-notification-danger{
    width:70%;
   }
   .alert-notification-warning{
    width:70%;
   }
   .ps-section-review .ps-section-review-photo {
    width:18%;
   }
   .ps-section-review .ps-section-review-detail {
    width: 82%;
   }
   .accordion-item-header {
    min-height: 1.5rem;
   }
}

@media(max-width:767px) {
  html {
    font-size: 14px;
  }
}
@media (max-width:375px){
  .ps-review-section-header-invoice {
    width: 100%;
    text-align: left;
   
   }
   .ps-review-section-header-date {
    width: 100%;
    text-align: left;
   
   }
}
@media (max-width: 991px){
  .ps-popup-citom {
      padding: 100px 30px 20px;
  }
  
}
@media (min-width: 1200px){
  .desktop-sharing {
      display: block;
  }
  .mobile-sharing {
    display: none;
  }
  
}
@media (max-width: 1199px){
  .desktop-sharing {
    display: none;
  }
  .mobile-sharing {
    display: block;
  }
}

.ps-popup__content-rating .br-theme-fontawesome-stars .br-widget {
  height: 28px;
  white-space: nowrap;
}
.ps-popup__content-rating .br-theme-fontawesome-stars .br-widget a {
  font: normal normal normal 40px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  margin-right: 10px;
}
.ps-popup__content-rating .br-theme-fontawesome-stars .br-widget a:after {
  content: '\f005';
  color: #d2d2d2;
}
.ps-popup__content-rating .br-theme-fontawesome-stars .br-widget a.br-active:after {
  color: gold;
}
.ps-popup__content-rating .br-theme-fontawesome-stars .br-widget a.br-selected:after {
  color: gold;
}
.ps-popup__content-rating .br-theme-fontawesome-stars .br-widget .br-current-rating {
  display: none;
}
.ps-popup__content-rating .br-theme-fontawesome-stars .br-readonly a {
  cursor: default;
}
@media print {
  .ps-popup__content-rating .br-theme-fontawesome-stars .br-widget a:after {
    content: '\f006';
    color: black;
  }
  .ps-popup__content-rating .br-theme-fontawesome-stars .br-widget a.br-active:after,
  .ps-popup__content-rating .br-theme-fontawesome-stars .br-widget a.br-selected:after {
    content: '\f005';
    color: black;
  }
}
@media (max-width: 1199px) {
  .filter-mobile-section{
    display: block;
  }
  .filter-mobile-section button{
    width: 100%;
    padding: 10px 0px;
    background: #272727;
    border: 0px;
    color: white;
  }
  .filter-mobile-section button{
    width: 100%;
    margin-left: 5px;
    padding: 5.5px 0px;
    background-color: #ffffff;
    border: 1.6px solid #cecece;
    color: #444;
    border-radius: 1px;
  }
  .filter-mobile-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 460px;
    height: 100vh;
    overflow-y: auto;
    z-index: 99999;
    background-color: #fff;
    transform: translateX(-100%);
    transform: translateX(-100%);
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
  }
  .filter-mobile-sidebar.active {
    transform: translateX(0);
  }
  .filter-mobile-sidebar-header{
    display: block;
    position: relative;
    padding: 15px 20px;
    background-color: #f5f5f5;
  }
  .filter-mobile-sidebar-header h3{
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 20px;
    text-transform: capitalize;
  }
  .filter-mobile-sidebar-header .filter-mobile-sidebar-close{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    font-size: 17pt;
    font-weight: 800;
  }
  .filter-mobile-sidebar-close{
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    transition: all 0.4s ease;
    border-radius: 50%;
  }
  .widget_shop .widget-title {
    margin-bottom: 5px;
    font-weight: bold;
  }
  .search-mobile-section{
    display: block;
  }
  .search-mobile-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 460px;
    height: 100vh;
    overflow-y: auto;
    z-index: 99999;
    background-color: #fff;
    transform: translateX(-100%);
    transform: translateX(-100%);
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
  }
  .search-mobile-sidebar.active {
    transform: translateX(0);
  }
  .search-mobile-sidebar-header{
    display: block;
    position: relative;
    padding: 15px 20px;
    background-color: #f5f5f5;
  }
  .search-mobile-sidebar-header h3{
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 20px;
    text-transform: capitalize;
  }
  .search-mobile-sidebar-header .search-mobile-sidebar-close{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    font-size: 17pt;
    font-weight: 800;
  }
  .search-mobile-sidebar-close{
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    transition: all 0.4s ease;
    border-radius: 50%;
  }



}

