/*Steps*/

.steps{
	grid-area: steps-indicator;
	position: relative;
	margin-top: 3.2em;
	margin-bottom: 1em;	
}

.steps-red-line{
	height: 0.15em;
	background-color: rgb(216, 31, 31);
	position: absolute;
	top: 1.2em;
	width: 80%;
	left: 10%;
}

.steps-box{
	display: flex;
	margin: 0px;
	padding: 0px;
}

.step{
	position: relative;
	display: flex;
	-moz-box-pack: center;
	justify-content: center;
	flex: 1 1 auto;
	width: <?=$w?>%;
	padding-right: 0.5em;	
}

.step-box{
	display: inline-flex;
	flex-direction: column;
	-moz-box-align: center;
	align-items: center;
	overflow: hidden;	
}

.step-key.active{
	display: flex;
	-moz-box-pack: center;
	justify-content: center;
	min-width: 2.5em;
	height: 2.4em;
	border-radius: 50%;
	border: 0.15em solid rgb(216, 31, 31);
	margin-bottom: 0.5em;
	z-index: 1;
	line-height: 2.1em;
	text-align: center;
	background-color: rgb(216, 31, 31);
	color: white;	
}

.step-key
{
	
	display: flex;
  -moz-box-pack: center;
  justify-content: center;
  min-width: 2.5em;
  height: 2.4em;
  border-radius: 50%;
  border: 0.15em solid rgb(39, 34, 98);
  margin-bottom: 0.5em;
  z-index: 1;
  line-height: 2.1em;
  text-align: center;
  background-color: rgb(39, 34, 98);
  color: white;
}	


.step-val{
	font-size: 0.8em;
	margin-top: 0.5rem;
	color: rgb(14, 23, 34);
	text-align: center;
	font-weight: bolder;	
}

.forms{
	margin-bottom:150px;
}

.form{
	display:none;
}


/*header*/
.product-title{
	font-family: Helvetica, sans-serif !important;
	font-size: 2.1rem !important;
	font-style: normal;
	font-weight: 900 !important;
	color: rgb(39, 34, 98) !important;
	margin: 1rem 0px;
	grid-area: product-title;
}
.product-actions button:nth-child(1) {
	margin-left: 0px;
}
.btn-action{
	border: 1px solid rgb(39, 34, 98);
	background-color: rgb(39, 34, 98);
	color: white;	
	padding-bottom: 15px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 15px;	
	margin-top: 10px;
	margin-left: 10px;	
}

.step_title{
	
	color: rgb(216, 31, 31);
	font-size: 1.5em;
	font-weight: 600;
	line-height: 3em;
	width: 100%;
	border-bottom: 0.1em solid rgb(216, 31, 31);
	margin-bottom: 0.5em;	
}




/*font*/
.italic{
	font-style: italic;
}

.small{
	margin-top: 1.5em; 
	font-size: 0.8em;
}

.blink_me {
  animation: blinker 1s linear infinite;
  color: red !important;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

/**/
.ei_redkik_radio{
	margin-right:5px;
}
.div-ei-redkik-answer{
	width:100%;
	display:block;
	
}

.div-ei-redkik-answer-button{
	float: none !important;
	display: flex;
	justify-content: flex-end;
}


/*button*/

.btn-danger {
	border: 1px solid rgb(216, 31, 31);
	background-color: rgb(216, 31, 31);
	color: white;
	cursor: pointer;
}

.btn-grey{

  border: 1px solid rgb(239, 239, 239);
  background-color: rgb(239, 239, 239);
  color: rgb(14, 23, 34);
  cursor: pointer;
}

/*grid*/

.flex-row {
   display: flex;
   flex-direction: row; 
} 
.flex-col{
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
 
 }
 .flex-row-multicolum{ 
   display: flex; 
   flex-direction: row; 
   flex-wrap: wrap; 
   flex-flow: row wrap; 
}
.flex-row-multicolum .flex-col{ width: 40%; margin: 0 15px 15px}

body {
  font-family: "Lato", sans-serif;
  font-size: 11pt;
  --columnGap: 1.5rem;
  --rowGap: 1rem;
}

.container-row {
  flex: 1 0 calc(100% - var(--columnGap));
  column-gap: var(--columnGap);
  row-gap: var(--rowGap);
  display: flex;
  flex-flow: wrap;
  align-items: flex-start;
  border: unset;
  padding: unset;
  margin: unset;
  min-width: 5em;
  grid-template-columns: unset;
}

.hscode-row {
  flex: 1 0 calc(70% - var(--columnGap));
  display: flex;
  flex-flow: column wrap;
  align-items: flex-start;
  margin: unset;
  min-width: 5em;
}

.full-width {
  width: 100%;
}

.insured-value {
  flex: 1 0 calc(30% - var(--columnGap));
  display: flex;
  flex-flow: column wrap;
  align-items: flex-start;
  margin: unset;
  min-width: 5em;
}

.insured-value-text {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.container-form {
  flex: 1 1 100%;
  padding: 0.6em;
    padding-right: 0.6em;
  border-radius: 0.3em;
  border: 0.1em solid lightgray;
  width: 100%;
  box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
}

.insured-value-text-input {
  flex: 1 1 100%;
  padding: 0.6em;
  border-radius: 0.3em;
  border: 0.1em solid lightgray;
  width: 100%;
  box-sizing: border-box;
}

.commodity-description {
  width: 100%;
  min-height: 5rem;
}
.exclusions-and-deductibles-checkbox {
  flex: 1 1 100%;
  padding: 0.6em;
  border-radius: 0.3em;
  border: 0.1em solid lightgray;
  width: unset;
  box-sizing: border-box;
  font-family: inherit;
	margin-right: 10px;
	margin-top: 8px;  
}

.exclusions-and-deductibles {
  display: flex;
  align-items: flex-start;
}

.exclusions-and-deductibles input {
  flex: 0 1 0%;
}

.exclusions-and-deductibles-text {
  display: flex;
  cursor: pointer;
}

.steps-red-line {
  height: 0.15em;
  background-color: rgb(216, 31, 31);
  position: absolute;
  top: 1.2em;
  width: 80%;
  left: 10%;
}

.commodity-list-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 1em;
  margin: unset;
  width: 100%;
}

.commodity-list{
  list-style-type: none;
  padding: 0px;
}

.list-1 {
  display: flex;
}

.list-2 {
  width: calc(100% - 50px);
  -moz-box-align: start;
  align-items: start;
}

.width-50-col {
  flex: 1 0 calc(50% - var(--columnGap));
  display: flex;
  flex-flow: column wrap;
  align-items: flex-start;
  margin: unset;
  min-width: 5em;
}

.label-1 {
  color: rgb(14, 23, 34);
  white-space: pre-wrap;
  font-weight: unset;
  margin: 0px 0.5em 0.5em 0px;
}

.bold{
	font-weight: 700;
}

.conveyance-type-selection {
  flex: 1 0 calc(100% - var(--columnGap));
  display: flex;
  flex-flow: column wrap;
  align-items: flex-start;
  margin: unset;
  min-width: 5em;
}

.width-25-col {
  flex: 1 0 calc(25% - var(--columnGap));
  display: flex;
  flex-flow: column wrap;
  align-items: flex-start;
  margin: unset;
  min-width: 5em;
}

.margin-05r {
  margin: 0.5rem 0px;
}

.1em-gap-flex-row {
  display: flex;
  gap: 1em;
}

.radio-list {
  display: inline-flex;

  align-items: center;

}

.radio-list-input {
  margin-right: unset;
  margin-bottom: unset;
  margin-left: unset;
  margin-top: 0.15em;
}

.radio-list-text {
  margin-left: 0.2em;
}

.booking-holder {
  display: inline-block;
  position: relative;
  width: fit-content;
}

.booking-holder-flex {
  display: flex;
}

.booking-holder-input {
  padding-right: 1.5em;
  text-overflow: ellipsis;
}

.title-col {
  display: flex;
  flex-direction: column;
}

.label-2 {
  color: rgb(210, 34, 43);
  font-size: 0.8em;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0.2em;
}

.description {
  font-weight: 400;
  color: rgb(14, 23, 34);
  font-style: normal;
  font-size: 1.1em;
}

.m-0 {
  margin: 0px;
}

.commodities-description-span {
  margin: 0.5em 0px;
  margin-top: 0.5em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -moz-box-orient: vertical;
  overflow-y: clip;
}

.link-button {
  color: white;
  background-color: rgb(210, 34, 43);
  border-radius: 0.4em;
  cursor: pointer;
  font-size: 1.1em;
  padding: 1em 2em;
  text-align: center;
  text-decoration: none;
  margin: 1em;
}

.link-button-COI {
  color: white;
  background-color: rgb(210, 34, 43);
  border-radius: 0.4em;
  cursor: pointer;
  font-size: 1.1em;
  padding: 1em 2em;
  text-align: center;
  text-decoration: none;
}

.summary-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0.5em;
}

.summary-box-info {
  display: flex;
  -moz-box-pack: justify;
  justify-content: space-between;
  gap: 0.5em;
  -moz-box-align: center;
  align-items: center;
}

.total-cost-title {
  color: rgb(210, 34, 43);
  font-weight: bold;
  text-transform: uppercase;
}

.summary-box-cost {
  align-content: flex-end;
}

.breakline {
  border-top: 1px solid black;
}

.summary-box-cost-title {
  align-content: flex-end;
}

.button-row {
  display: flex;
  flex-direction: row-reverse;
  -moz-box-pack: justify;
  justify-content: space-between;
  margin-top: 4em;
  align-items: flex-start;
}

.button-col {
  display: flex;
  -moz-box-pack: end;
  justify-content: flex-end;
  max-height: 10em;
  flex-wrap: wrap;
}

.button-col button {
  max-width: 15em;
}

.previous-button-step-4 {
  background-color: rgb(239, 239, 239);
  color: rgb(14, 23, 34);
  border-radius: 0.4em;
  cursor: pointer;
  margin: 1em;
  padding: 1em 2em;
}

.commodities-description {
  display: flex;
  -moz-box-pack: justify;
  justify-content: space-between;
  gap: 1em;
}



#global-loader {
position: fixed;
z-index: 999999;
background: rgba(255, 255, 255, 0.8); /* 白色 + 透明度 */
width: 100vw;
height: 100vh;
top: 0;
left: 0;
display: none;
align-items: center;
justify-content: center;

}


.d-none {
	display: none;
}





/***************************/
/******** INSURANCE FORM ********/
.form, form{
	width:100% !important;
}
.custom-steps.steps{
	width:780px;
	margin:100px auto 70px;
}
.custom-steps .step-key{
	background-color:#F6F6F6 !important;
	border-color:#F6F6F6 !important;
	width:50px;
	height:50px;
	line-height:45px;
	font-size:18px;
	font-family:"Red Hat Display", sans-serif;
	color:#6a6a6a;
	font-weight:700;
}
.custom-steps .step.active .step-key{
	background-color:#D2232A !important;
	border-color:#D2232A !important;
	color:#fff;
}
.custom-steps .step-val{
	font-family:"Red Hat Display", sans-serif;
	font-weight:400;
	font-size:15px;
	margin:10px 10px 0;
	line-height:1.3;
	color:#101010;
}
.custom-steps .steps-red-line {
    top: 25px;
}
.custom-styling-form{
	width:780px;
	margin:0 auto;
}
.custom-styling-form .product-title{
	color:#101010 !important;
	font-size:38px !important;
	margin-bottom:40px !important;
}
.custom-styling-form .btn-action{
	border-radius:50px;
	min-width:160px;
	text-transform:none;
	font-family:"Red Hat Display", sans-serif;
	font-weight:600;
	transition:0.3s all ease-in-out;
}
.custom-styling-form .btn-action + .btn-action{
	margin-top:10px;
	margin-left:10px;
}
.custom-styling-form .btn-action:hover,
.custom-styling-form .btn-action:focus{
	background:#101010;
	color:#fff;
}
.custom-styling-form .step_title{
	background:#D2232A;
	color:#fff;
	border:0 !important;
	padding:15px 35px;
	line-height:1.4;
	margin-top:70px;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	margin-bottom:0 !important;
	box-shadow: 0 2px 15px rgba(99, 101, 102, 0.2);
	z-index:2;
}
.custom-styling-form .form-cont{
	padding:30px 35px;
	border:1px solid #D8D8D8;
	font-family:"Red Hat Display", sans-serif;
	font-size:16px;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
	box-shadow: 0 2px 15px rgba(99, 101, 102, 0.2);
}
#step_form_1 .div-ei-redkik-answer-button{
	float:none !important;
	display:flex;
	justify-content:flex-end;
}
.div-ei-redkik-answer-button{
	float:none !important;
	display:flex;
	justify-content:space-between !important;
	margin-top:20px;
}
.div-ei-redkik-answer-button .btn-danger,
.div-ei-redkik-answer-button .btn-grey{
	width:48%;
	border-radius:50px;
	text-transform:none;
	font-family:"Red Hat Display", sans-serif;
	font-weight:700;
	transition:0.3s all ease-in-out;
	border:2px solid #D2232A !important;
	text-align:center;
}
.div-ei-redkik-answer-button a.btn-danger.btn_next{
	line-height:48px;
}
.div-ei-redkik-answer-button .btn-danger:hover,
.div-ei-redkik-answer-button .btn-danger:focus{
	background:#fff;
	color:#D2232A;
}
.div-ei-redkik-answer-button .btn-grey{
	background:#F6F6F6;
	border:2px solid #F6F6F6 !important;
}
.div-ei-redkik-answer-button .btn-grey:hover,
.div-ei-redkik-answer-button .btn-grey:focus{
	background:#fff;
	color:#D2232A;
}
.custom-styling-form .parafont{
	font-style:none !important;
	color:#5B5B5B;
	font-weight:400;
	line-height:1.5;
}
.custom-styling-form .question-title, .custom-styling-form label{
	margin-top:20px;
	font-weight:600;
}
.custom-styling-form .input_box{
	font-weight:400;
}
.custom-styling-form .small{
	font-size:14px !important;
	font-weight:400;
}
.custom-styling-form .custom-styling-form  input[type=email], .custom-styling-form input[type=number], .custom-styling-form input[type=password], .custom-styling-form input[type=reset], .custom-styling-form input[type=search], .custom-styling-form input[type=tel], input[type=text], .custom-styling-form input[type=url], select, textarea {
	color: #101010;
	padding:12px 0;
	border-top:0;
	border-left:0;
	border-right:0;
	border-radius:0;
	background:transparent;
	border-bottom:1px solid #101010;
	width:100%;
	font-size:16px !important;
	font-family:"Red Hat Display", sans-serif;
	margin-bottom:5px;
}
.custom-styling-form input::placeholder{
	font-weight:400 !important;
	opacity:1 !important;
	color:#101010;
}
.custom-styling-form input:focus, .custom-styling-form .custom-styling-form  input[type=email]:focus, .custom-styling-form input[type=number]:focus, .custom-styling-form input[type=password]:focus, .custom-styling-form input[type=reset]:focus, .custom-styling-form input[type=search]:focus, .custom-styling-form input[type=tel]:focus, input[type=text]:focus, .custom-styling-form input[type=url]:focus, select:focus, textarea:focus{
	border-top:0;
	border-left:0;
	border-right:0;
	border-bottom:1px solid #101010 !important;
	border-style:solid;
}
.custom-styling-form #declaredSum{
	width:50%;
	max-width:50%;
}
.custom-styling-form .flex-row{
	margin-top:20px;
}
.custom-styling-form .flex-row > .flex-col:first-child{
	padding-left:0;
}
.custom-styling-form .sub-title-small{
	font-size:14px;
	line-height:1.4;
}
.custom-styling-form .sub-title-bold{
	font-size:14px;
	font-weight:600;
}
#step_form_2 #cubicMeters{
	padding-top:0
	width:100%;
	max-width:100%;
}
#estimated-sum{
	font-size:18px;
	font-weight:600;
}
.custom-styling-form input[type=date],
.custom-styling-form input[type=email]{
	color: #101010;
	padding:12px 0;
	border:0;
	border-radius:0;
	background:transparent;
	border-bottom:1px solid #101010;
	width:100%;
	font-size:16px !important;
	margin-bottom:5px;
}
.custom-styling-form .full-width{
	width:100% !important;
	padding:0;
}
.custom-styling-form .flex-wrap{
	flex-wrap:wrap;
	margin-top:0;
}
#step_form_2 .flex-row {
    margin-top: 0px;
}
#step_form_3 .input_box + .question-title,
#step_form_3 .flex-wrap + .question-title{
	margin-top:30px;
}
#step_form_3 .full-width .flex-row {
	margin:0;
}
#step_form_3 .full-width .flex-row .flex-col,
#step_form_4 .full-width .flex-row .flex-col{
	width:50% !important;
}
#step_form_3 .full-width  .flex-row .flex-col:last-child,
#step_form_4 .full-width  .flex-row .flex-col:last-child{
	padding-right:0;
}
#form_4 .form-cont > .flex-row:first-child{
	margin-top:0 !important;
}
#form_4  .flex-row {
    margin-top: 0px;
}
#form_4 p{
	margin-top:30px;
	font-weight:600;
	line-height:1.3;
}
#form_4 p a{
	color:#D2232A;
	text-decoration:underline;
}
#form_4 p a:hover{
	color:#101010;
	text-decoration:underline;
}
#form_5 .form-cont{
	display:flex;
	flex-wrap:wrap;
	align-items: flex-start;
}
#form_5 .form-title{
	color:#D2232A;
	font-size:13px;
	font-weight:600;
	text-transform:uppercase;
}
#form_5 .form-answer{
	margin-bottom:10px;
	font-size: 13px;
}
#form_5 .total-cost-box-info{
	width:45% !important;
}
#form_5 .total-cost-box{
	width:55% !important;
	padding:20px;
	border:2px dotted #D2232A;
	border-radius:20px;
}
#form_5 .total-cost-box .total-cost-row{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:flex-end;
}
#form_5 .form-cont .breakdown-title {
	font-size: 13px;
}
#form_5 .total-title{
	font-size:13px;
	font-weight:600;
	text-transform:uppercase;
	color:#D2232A;
}
#form_5 .total-amount{
	font-size:13px;
	font-weight:600;
	text-transform:uppercase;
}
#form_5 .total-cost-box .total-cost-row:first-child{
	border-bottom:1px solid #101010;
}
.order_item .product-quantity,
.order_item .product-subtotal,
tfoot .product-total{
	padding:10px !important;
}
.order_item .product-quantity .product-quantity{
	padding:0px !important;
}
.order_item .product-name{
	padding:10px !important;
	font-size:16px;
	color:#D2232A;
	font-weight:600 !important;
}
.product-name .wc-item-meta{
	margin:0 !important;
	font-size:14px;
	color:#101010;
	font-weight:400 !important;
}
.product-name .wc-item-meta li{
	border-top:1px dotted #ccc;
}
#place_order{
	width:280px !important;
	border-radius:50px;
	text-transform:none;
	font-family:"Red Hat Display", sans-serif;
	font-weight:700;
	transition:0.3s all ease-in-out;
	border:2px solid #D2232A !important;
	text-align:center;
	background:#D2232A;
	color:#fff;
	margin:20px 0;
}
#place_order:hover{
	border:2px solid #101010 !important;
	background:#101010 !important;
	color:#fff;
}
#myModal{
	max-width:550px !important;
}
#myModal > p{
	font-size:16px;
}
#myModal > p a{
	text-decoration:underline;
	color:#D2232A;
}
#myModal > p a:hover{
	color:#101010;
}
.ui-widget-overlay {
    background: #000 !important;
    opacity: 0.85 !important;
}
.chubbs{
	display:inline-flex;
	margin-top:40px;
	order:999;
}
/* CARGO */
.select2-container .select2-selection--single .select2-selection__clear{
	display:none !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
	border-color: #101010 transparent transparent transparent !important;
	border-width: 7px 5px 0 5px !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-results__options{
	font-family: "Red Hat Display", sans-serif !important;
}
#commodity-list + a{
	color:#D2232A !important;
}
#commodity-list + a:hover{
	color:#101010 !important;
}
.custom-styling-form input, .custom-styling-form input[type=email], .custom-styling-form input[type=number], .custom-styling-form input[type=password], .custom-styling-form input[type=reset], .custom-styling-form input[type=search], .custom-styling-form input[type=tel], input[type=text], .custom-styling-form input[type=url], select, textarea,
.custom-styling-form .insured-value-text-input, 
.custom-styling-form .select2-selection{
	color: #101010;
	padding: 12px 0 !important;
	border-top: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
	border-radius: 0 !important;
	background: transparent;
	border-bottom: 1px solid #101010 !important;
	font-size: 16px !important;
	font-family: "Red Hat Display", sans-serif;
	margin-bottom: 5px;
	resize:none !important;
}
.cargo-cont .custom-styling-form input, .custom-styling-form input[type=email], 
.cargo-cont .custom-styling-form input[type=number], 
.cargo-cont .custom-styling-form input[type=password], .custom-styling-form input[type=reset], .custom-styling-form input[type=search], 
.cargo-cont .custom-styling-form input[type=tel], 
.cargo-cont input[type=text], 
.cargo-cont .custom-styling-form input[type=url], 
.cargo-cont select, 
.cargo-cont textarea,
.cargo-cont .cargo-cont .custom-styling-form .insured-value-text-input, 
.custom-styling-form .select2-selection{
	width: 100%;
	min-height:46px;
}
.exclusions-and-deductibles-text input{
	min-height:auto !important;
}
.insured-value-text a{
	color:#D2232A;
	font-weight:700;
	font-size:14px;
}
.margin-05r{
	margin:0 !Important;
}
.container-row .container-row + .container-row{
	margin-top:30px;
}
.conveyance-type-selection + div{
	margin:0 0 20px !important;
}
.container-row{
	row-gap:0 !important;
}
.radio-list{
	height:25px;
}
.radio-list+ .radio-list{
	margin-left:20px;
}
.checkbox_change_individual + .container-row{
	margin-top:30px;
}
#step_form_4 .commodities-description{
	flex-wrap:wrap;
	margin-bottom:20px;
}
#step_form_4 .margin-05r{
	display:flex;
	margin-top:20px !important;
}
.cargo-cont .button-col button{
	max-width:48%;
}
.cargo-cont .form-answer{
	margin-bottom:10px;
	font-size: 13px;
}
.cargo-cont .total-cost-box-info{
	width:45% !important;
}
.cargo-cont .total-cost-box{
	width:55% !important;
	padding:20px;
	border:2px dotted #D2232A;
	border-radius:20px;
}
.cargo-cont .total-cost-box .total-cost-row{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:flex-end;
}
.cargo-cont .form-cont .breakdown-title {
	font-size: 13px;
}
.cargo-cont .total-title{
	font-size:13px;
	font-weight:600;
	text-transform:uppercase;
	color:#D2232A;
}
.cargo-cont.total-amount{
	font-size:13px;
	font-weight:600;
	text-transform:uppercase;
}
.cargo-cont .total-cost-box .total-cost-row:first-child{
	border-bottom:1px solid #101010;
}
.cargo-cont .button-row{
	width:100%;
}
.forms.custom-styling-form{
	display:flex;
	flex-wrap:wrap;
}
.total-cost-box img{
	margin-bottom:10px !important;
}
@media screen and (max-width: 800px){
	.custom-styling-form .product-actions .btn-action:first-child{
		margin-left:0 !important;
	}
	.custom-steps.steps {
		width: calc(100% - 80px) !important;
		margin: 100px auto 70px;
	}
	.custom-styling-form{
		width: calc(100% - 80px) !important;
	}
	.custom-styling-form .product-title {
			font-size: 28px !important;
	}
		.custom-styling-form #declaredSum {
			width: 100%;
			max-width: 100%;
	}
	.flex-row {
			display: flex;
			flex-wrap:wrap;
	}
	.flex-col{
		padding:0 !important;
	}
	#step_form_3 .full-width .flex-row .flex-col, #step_form_4 .full-width .flex-row .flex-col {
			width: 100% !important;
	}
	#form_5 .total-cost-box-info,
	#form_5 .total-cost-box{
    width: 100% !important;
	}
	.btn-action{
		padding:10px 15px !important;
	}
	.container-row{
		flex-wrap:wrap;	
	}
	.hscode-row, .insured-value, .width-50-col, .width-25-col{
		width:100% !important;
		flex: unset !important;
	}
	.list-2 {
			width: 100% !important;
	}
	.select2-container{
		width:100% !important;
	}
	.cargo-cont#form_4 .form-cont > .container-row{
		display:flex !important;
	}
	.cargo-cont#form_4 .form-cont > .container-row > .container-row + div{
		margin-top:20px !important;
	}
	.cargo-cont .button-row{
		margin-top:20px !important;
	}
}
@media screen and (max-width: 520px){
	.step{
		padding:0 !important;
	}
	.custom-steps.steps {
		width: calc(100% - 0px) !important;
		margin: 50px auto 50px;
	}
	.custom-styling-form{
		width: calc(100% - 20px) !important;
		max-width: 390px !important;
	}
	.custom-styling-form form{
		width:100%;
	}
	.custom-steps .step-key {
		width: 22px;
		height: 22px;
		line-height: 1.3;
		font-size: 14px !important;
		min-width:10px;
	}
	.custom-styling-form .product-title {
			font-size: 26px !important;
	}
	.custom-steps .step-val{
		font-size:9px;
		margin: 8px 5px 0;
	}
	.custom-steps .steps-red-line {
			top: 11px;
	}
	.btn-action{
		padding:10px 15px !important;
	}
	.custom-styling-form .step_title{
		    padding: 15px 20px !important;
		font-size:20px;
		margin-top:50px;
	}
	.cargo-cont#form_4 .button-col button.previous-button-step-4{
		padding:10px 15px !important;
	}
	.custom-styling-form .form-cont{
		    padding: 20px 20px;
	}
	.div-ei-redkik-answer-button .btn-danger, .div-ei-redkik-answer-button .btn-grey{
		padding-left:15px;
		padding-right:15px;
	}
	.cargo-cont .product-actions{
		display:flex;
		flex-wrap:wrap;
	}
	.cargo-cont .product-actions a{
		text-align:center;
		width:210px !important;
		margin-left:0 !important;
	}
	.cargo-cont .button-row button , .cargo-cont .button-row a, .div-ei-redkik-answer-button a{
		font-size:13px !important;
	}
	.cargo-cont .total-cost-box{
		width:100% !important;
	}
}

/* FOR LOGGED IN USER 
body.logged-in .wc_payment_method.payment_method_stripe{
	//display:none !important;
}
body:not(.logged-in) .wc_payment_method.payment_method_bacs,
body:not(.logged-in) #payment_method_stripe{
	//display:none !important;
}
body.logged-in .wc_payment_method.payment_method_stripe{
	//display:none !important;
}*/
.woocommerce-privacy-policy-text a{
	color:#D2232A !important;
}
.woocommerce-privacy-policy-text a:hover{
	color:#101010 !important;
}
@media screen and (max-width: 767px){
	.payment_method_bacs p{
		font-size:14px !important;
	}
}