/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 02 2022 | 02:56:09 */
#borneo-form .elementor-button {
  background-color: #F38120;
}

#quote-form .e-form__buttons, #borneo-form .e-form__buttons {
  margin-top: 15px;
}

#quote-form input[type=file]::file-selector-button, #borneo-form input[type=file]::file-selector-button {
  background-color: #0077B7;
  color: white;
  border: 0;
  padding: 8px 12px;
  cursor: pointer;
}

#quote-form .elementor-field-type-html {
  margin-left: auto !important;
}

#quote-form .elementor-field-type-upload {
  margin-right: auto !important;
}

#quote-form .quote-download-form, #borneo-form .quote-download-form {
    background: #00B4D7;
    width: 100%;
    display: block;
    color: white;
    text-align: center;
    padding: 10px 0;
    border-radius: 8px;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #e5e5e3;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #00A551;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*ship with us*/
.parsley-errors-list{
list-style: none;
    margin: 0 0 -20px 5px;
    padding: 0;
    color: red;
    font-size: 13px;
  
}

.parsley-error{
  border-color:red !important;
}

.shipping-option{
    padding:0px 30px;
}
.white-background{
  background-color:#ffffff;
  padding:30px;
  margin:10px;
  border-radius:5px;
}
.field-margin-15{
  margin-bottom:20px;
}
option:disabled{
  color:#58595BA1;
}
@media only screen and (min-width: 600px) {
.left-field{
  margin-right:15px
  }}

@media only screen and (max-width: 600px) {
.left-field{
  margin-bottom:15px
  }}
@media only screen and (max-width: 600px) {
.type-shipping{
  width: 50%;
  margin-top: 10px;
  margin-bottom: 10px;
}
}
.shipping-result{
  padding-top:30px;
  justify-content: center;
}

.shipping-result label{
    color: #231f20 !important;
    font-size: 18px;
    line-height: 2em !important;
}
.multiple-smybol{
	color: #00a651;
    font-size: 20px;
    padding: 10px;
}
#shipment-calculator-form .elementor-field-group-name{
      align-items: center;
}
#shipment-document-container{
    padding:30px;
}
.shipping-result button{
  display: block;
  width: 100%;
  border: none;
  padding: auto;
  cursor: pointer;
  text-align: center;
}
#shipment-document-container label{
    color: #231f20 !important;
    font-size: 18px;
    line-height: 2em !important;
}
.shipping-result .elementor-col-10{
  width:5%;
}

#start-shipment-confirm table td {
  border: 0;  
  padding: 10px 0;
}

#start-shipment-confirm table .leftCol {
  width: 35%;
  padding-right: 5%;
}

#start-shipment-confirm table .rightCol {
  width: 65%;
}

button.btn-search{
  display: block;
  width: 100%;
  border: none;
  padding: 14px 28px;
  cursor: pointer;
  text-align: center;
}
.elementor-field-type-submit{
   align-items:center !important; 
}

@media only screen and (min-width: 600px) {
.shipping-result .details-column1 , #shipment-document-container .elementor-column{
  padding-right: 40px;
}
.shipping-result .details-column2{
  padding-left: 40px;
}
}

/* Loading */
.loading-container {
  text-align: center;
}

.loading-container img {
  width: 100px;
}

.form-loading {
  text-align: center;
}

.form-loading img {
  width: 75px;
}
.elementor-field-group-name{
   align-items: flex-start;
}
/* Tracking List */
.tracking-list {
  margin: 0 0 0 1.5em;
  padding: 0;
  list-style: none;
}

.tracking-list li {
  margin-bottom: 0.5em;
  position: relative;
}

.tracking-list li.active {
  font-weight: bold;
}

.tracking-list li .fa-angle-right {
  position: absolute;
  top: 3px;
  left: -14px;
  color: #00A551;
}

.tracking-list li a {
  color: #58595B;
}

/* Track Result */
#track-details .navigation-tab{
  background-color:#E5E5E3;
}
#track-details {
  display: none;
}
#track-details-controls {
  
}
#track-details .track-result {
  margin-top: 3em;
  margin-bottom: 2em;
}
#track-details .track-result label {
  font-weight: bold;
}
#track-details .track-result .text {
  color: #949494;
  margin-bottom: 1em;
}
.cm-padding{
  padding-left:10px;
}
.elementor-tab-title.elementor-active{
  background-color:#00A54F;
}

#btn-POD { display: none; }

/* newsletter*/
.wpcf7 [type="radio"]{ 
  content: '';
    position: inherit;
    left: 0 ;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #F38120;
    border-radius: 100%;
  background: #fff;
  vertical-align: sub;
}
@media only screen and (max-width: 600px){
  #newsletter-form span.wpcf7-radio{
    display: block;
    column-count: 2;
  }
}

#newsletter-flied {
  width: 70% !important;}

.wpcf7 form div.visible-only-if-invalid {
  display: none;
}
 
.wpcf7 form.invalid div.visible-only-if-invalid {
  display: block;
  background-color: #dc3232;
    color: #fff;
    padding: 0.2em 1em;
    margin-bottom: 10px;
    width: 100%;
    font-size: 14px;
}
#newsletter-form span.wpcf7-not-valid-tip{
  display:none !important;
}
#newsletter-form form.invalid .wpcf7-response-output{
  display:none !important;
}
.wpcf7 form.sent .wpcf7-response-output{
  background-color:#46b450;
  color:#fff;
  margin:0px;
}

/*woocommerce cart page*/
@media only screen and (min-width: 768px) {
.woocommerce-cart-form #coupon_code{
  width:60%;
  }}
td{
  background:#fff !important;
}

.woocommerce-shipping-totals th{
   background:#eee;
}

/*woocommerce button*/
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
    background-color:#00A54F;
}

.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover{
  background-color:#F38120;
}
.woocommerce button.button{
   background-color:#00A54F;
  color:#fff;
}
.woocommerce button.button:hover{
   background-color:#F38120;
  color:#fff;
}

.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled]:hover{
  background-color: #ebe9eb !important;
  color:#515151 ;
}
/*woocommerce shop page*/
#shop-page form.cart{
  display: grid !important;
  margin:auto !important;
  padding-top:10px;
}

#shop-page form.cart .button{
  margin-left:0px !important;
}
#shop-page .quantity{
  margin:auto !important;
}

/*woocommerce dedicated product page*/
#related-product form.cart{
  display:none;
}

/*support page inner tab*/
#how-to-ship-tab .elementor-tab-title.elementor-active{
 background-color:#00A54F;
 color:#fff;
}

/* home page tracking section*/
#homepage-tracking div#one{
 background-color:#00A54F !important;
}
#homepage-tracking div#two{
background-color:#fdc57c !important;
}
 #track-con.activ{
    background-color:#00A54F !important;
 color:#fff;  
  }
#track-ord.activ{
background-color:#fdc57c !important;
}
@media only screen and (max-width: 600px) {
#track-con , #track-ord{
  font-size: 14px !important;
  line-height:14px;
}
}
.elementor-col-5{
  width:2%;
}

element.style {
}
.elementor-field-group.elementor-field-type-submit {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media only screen and (max-width: 768px) and (min-width: 600px){
#homepage-tracking .elementor-column.elementor-col-20{
  width:auto;
}}
/*tracking page - request reattempt*/
.request-reattempt button{
   display: block;
  width: 100%;
  border: none;
  padding: 14px 28px;
  cursor: pointer;
  text-align: center;
}
.request-reattempt{
    justify-content: center;
}
.request-reattempt .elementor-col-10{
  width:5%;
}
.elementor-mark-required .elementor-field-label:after{
  display:none;
}
#reattempt .navigation-tab a{
  background-color:#999999;
  color:#fff;
  border-radius:5px 5px 0px 0px;
}
#reattempt .navigation-tab a.activ{
  background-color:#00A54F;
}
#reattempt .tab-container{
  background-color:#fff;
  border:1px solid #00A54F;
  border-radius: 0px 0px 5px 5px;
}

#reattempt .navigation-tab li{
  line-height:unset;
}
.elementor-field-label{
  margin-top:20px;
}
@media only screen and (max-width: 600px) {
  #reattempt li a{
    font-size:12px;
    line-height:15px;
  }
  }
/*calculator page*/
#calculator .navigation-tab a{
  background-color:#999999;
  color:#fff;
}
#calculator .navigation-tab a.activ{
 background-color:#00A54F;
}
#calculator .tab-container{
  background-color:#fff;
  border:1px solid #00A54F;
  border-radius: 0px 0px 5px 5px;
}
/*shipping calculator result */
#estimated_price td, #estimated_date td {
    border:0px;
    font-weight: 700;
}

#estimated_price .service_rate, #estimated_price .surcharge, #estimated_price .sst, #estimated_price .service_tax, #estimated_price .subtotal {
    font-weight: 400;
    text-align:center;
}

#estimated_price tr:last-child{
    color:#00A551;
    font-size: 16px;
}

.estimated_total{
   /* border-top: 1px solid #F38120 !important;
     border-bottom: 1px solid #F38120 !important;*/
    text-align:center;
}
#wcpscwc-product-slider-1{
  text-align:center;
}
@media only screen and (min-width: 600px) {
.left-container{
  margin-right:50px;
}
}

/*Find Us */
#find-us .sidebar, #find-us2 .sidebar2 {
  width: 29.5%;
  display: inline-block;
  height: 489px;
  overflow: auto;
  background-color:#fff;
}

#find-us .sidebar ul, #find-us2 .sidebar2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#find-us .sidebar ul li, #find-us2 .sidebar2 ul li {
  padding: 10px;
  border-bottom: 2px solid #F38120;
  cursor: pointer;
}

#find-us .map-container, #find-us2 .map-container2 {
  width: 70%;
  display: inline-block;
}

#googlemap, #googlemap2 {
  width: 100%;
  height: 489px;
  background: gray;
}

@media only screen and (max-width: 768px) {
  #find-us .sidebar, #find-us2 .sidebar2 { 
    width: 100%;
    display: block;
    height: 330px;
    margin-bottom: 15px;
  }
  #find-us .map-container, #find-us2 .map-container2 {
    width: 100%;
    display: block;
  }
}
#find-us .outlet-title, #find-us2 .outlet-title {
  color:#00A54F;
  font-weight:700;
}
#find-us ::-webkit-scrollbar, #find-us2 ::-webkit-scrollbar{
  width: 10px;
}
#find-us ::-webkit-scrollbar-track, #find-us2 ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
}
#find-us ::-webkit-scrollbar-thumb, #find-us2 ::-webkit-scrollbar-thumb {
 background: #F38120; 
}
#track-details a.activ{
      background-color: #00A54F;
  color:#fff;
}

li.timeline-start{
      font-weight: bold;
}

/** Loading **/
.payment-details .blackbg {
    width: 100%;
    height: 100%;
    background-color: rgba(241, 241, 241, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1000;
}

.payment-details .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    width: 100px;
    margin-left: -50px;
}

/* EPOD info icon*/
.tooltip .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  margin-left: 5px;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
@media only screen and (min-width: 768px){
.tooltip {
  position: absolute;
    top: 10px;
   right:-38px;
}
}
@media only screen and (max-width: 768px){
  .tooltip{
    left:-20px !important;
  }
}
@media only screen and (max-width: 480px){
  .email-link{
    font-size:12px !important;
  }
}
@media only screen and @media only screen and (min-width: 768px){
#swal2-title{
  font:30px;
  }}
.swal2-styled.swal2-confirm{
  background-color:#00A54F;
}

.request-reattempt input[type=submit]{
  width: 100%;
}

#service-image-box .elementor-image-box-content{
	padding:20px;
}

#ctl-logo img{
	width: 175px !important;
}

.twae-horizontal .twae-timeline-img, .twae-horizontal .twae-timeline-img img{
	width:auto !important;
}

.twae-horizontal .twae-story-info{
border-radius:0px !important;
	border:#fff !important;
	box-shadow:none !important;
}
.twae-story-info:before{
	border-top-color:#4C4C68 !important;
	border-bottom-color:transparent !important;
	top:-10px !important;
}

.elementor-search-form__input{
	border:none !important;
}
@media only screen and (min-width: 768px) {
.sign-up-button{
	display:none !important;
	}}
.sign-up-button a{
    color: #fff !important;
    background-color: #00A54F;
}

/*my account button*/
.logged-in #login-button{
display:none!important;
}


.my-account-button{
    color: #fff;
    background-color: #00a551;
    padding:10px 30px !important;
		border-radius:5px;
}


 #logout-button{
display:none !important;
}

.logged-in #logout-button{
display:block !important;
}

.logout-button{
	display:none;
}
@media only screen and (max-width: 1024px) {

.logout-button{
display:none !important;
}

.logged-in .logout-button{
display:block !important;
}
.logged-in .login-button{
display:none!important;
}

}

/*find us page*/
.drop-down-button{
        color: #FFFFFF;
    background-color: #00A551;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-radius: 5px 5px 5px 5px;
    margin-right: 10px;
}
@media only screen and (min-width: 600px) {
.find-us-button .drop-down-button{
width: 35%;
    
}
.find-us-button button{
    width:30%;
}
    
}

@media only screen and (max-width: 600px) {
.find-us-button .drop-down-button{
width: 100%;
    margin-bottom:10px;
    margin-right:0px;
}
.find-us-button button{
    width:100%;
}
}
#search-location-form{
    width:100% !important;
}
@media only screen and (min-width: 768px) {
.find-us.btn-search{
    width:18% !important;
height:50% !important;
  }
}
@media only screen and (max-width: 1024px) {
    .btn-search{
    width:100% !important;
    margin-top:10px;
}



#search-location-form  select{
    margin-right:0px;
    margin-bottom:10px;
}
}

.gm-style-iw {
  width: 400px; 
  min-height: 150px;
}

#mapTabs a.activ {
  background-color: #00A54F !important;
  color: #fff;
}

div.find-us li #find-us-malaysia.activ{
 background-color:#00A54F!important;
        color: #fff;

}
div.find-us li #find-us-international.activ{
 background-color: #FDC57C !important;

}

@media only screen and (max-width: 768px) {
.find-us input{
  margin-left:0px !important;
  margin-bottom: 10px !important;
  }
}

  #search-location-form{
    background-color: #00A54F!important;
  }
  #search-location-form2{
        background-color: #FDC57C !important;
  }
    #search-location-form .elementor-button{
  background-color:#F38120 !important;
  }


@media (min-width: 1024px){
#search-location-form,  #search-location-form2{
   margin: 0 10% 50px 10% !important;
  display: flex !important;
  padding: 50px !important;
  width:auto !important;
}

.find-us-page.tab-container>div{
  padding:0px !important;
  }}



@media (max-width: 1024px){
#search-location-form,  #search-location-form2{
  display:block !important;
  width:auto !important;
  padding: 20px;
    margin-bottom: 20px;
}

.find-us-page.tab-container>div{
  padding:0px !important;
  }
  .find-us-page .left-field{
    margin-bottom:10px !important;
    margin-right:0px !important;
  }
  .find-us.btn-search{
    width:100% !important;
    margin-top:10px !important;
  }
  .find-us-page .elementor-col-80{
    width:100% !important;
  }
}
#outskirt-calculator-form option{
      text-transform: capitalize !important;

}