#deliverystuart_field {
	display: none;
}

#order_review .shop_table {
	margin-bottom: 0 !important;
}



/* The switch - the box around the slider-check */
.switch_stuart {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
	margin-right: 10px;
}

/* Hide default HTML checkbox */
.switch_stuart input {
	opacity: 0;
	width: 0;
	height: 0;
}

/* The slider-check */
.slider-check_stuart {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.slider-check_stuart:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

input:checked+.slider-check_stuart {
	background-color: #2196f3;
}

input:focus+.slider-check_stuart {
	box-shadow: 0 0 1px #2196f3;
}

input:checked+.slider-check_stuart:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded slider-checks */
.slider-check_stuart.round {
	border-radius: 34px;
}

.slider-check_stuart.round:before {
	border-radius: 50%;
}

#poststuff_stuart #post-body_stuart.columns-2 {
	margin-right: 0;
}

#label-stuart-send-programing { 
	display: block;
}

.switch_time_stuart {
	display: inline-flex;
}

.stuart-content{
	width: 280px;
    display: flex;
}

.lebal-stuart{
	margin-right: 35px;
}

.label-stuart-shipping {
	margin: 0;
}

#map-stuart {
	width: 100%;
	height: 400px;
}

.selecttime-stuart-vex {
	width: 100%;
	display: inline-flex;
	margin-bottom: 1.5em;
}

.select-stuart-time {
	position: relative;

	left: 5%;
}

.select-stuart-time-content {
	text-align: end;
}

/* .stuart-times {
	width: 90%;
} */

#stuartDate {
	width: 100%;
}

/* Estilos de Stuart Dokan */

.custom-active-envios{
	display: flex;
}

.custom-dokan-content{
	margin-left: 50px;
}

.label-dokan{
	width: 200px;
}

.label-google{
	width: 200px;
	font-size: 1.4em;

}

.content-google-maps-config{
	margin-top: 20px;
    width: 70%;
}

.top-custom{
	margin-top: 10px;
}

.dokan-p{
	margin-bottom: 10px;
}


/* data ui front */

.vex-delivery-options-powered,
.vex-delivery-options #stuart_tip_select_field .woocommerce-input-wrapper,
.vex-delivery-options .vex-delivery-type-select .woocommerce-input-wrapper,
.vex-delivery-options .woocommerce-input-wrapper label.radio,
.vex-delivery-options #stuart_tip_select_field .woocommerce-input-wrapper label.radio,
.vex-delivery-schedule {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

.vex-delivery-options #stuart_tip_select_field .woocommerce-input-wrapper,
.vex-delivery-options .vex-delivery-type-select .woocommerce-input-wrapper,
.vex-delivery-schedule {
    justify-content: space-between;
}

.vex-delivery-options .woocommerce-input-wrapper label.radio,
.vex-delivery-options #stuart_tip_select_field .woocommerce-input-wrapper label.radio {
    align-items: center;
}

.vex-delivery-schedule > p,
.vex-delivery-options .woocommerce-input-wrapper label.radio,
.vex-delivery-options #stuart_tip_select_field .woocommerce-input-wrapper label.radio {
    flex-basis: 48.75%;
}

/**
 * Flexbox Changes
 */
.vex-delivery-schedule {
    flex-wrap: nowrap;
}

.vex-delivery-options-powered > p {
    flex-basis: 100%;
}

/**
 * Base Style Setup
 */
.vex-delivery-options {
    color: rgb(105, 107, 113); /*#696b71*/
}

.vex-delivery-options .required {
    color: rgb(202, 60, 29); /*#ca3c1d*/
}
ul#shipping_method .vex-delivery-options input#stuart_dropoff_instructions {
    margin: 0 !important;
    box-shadow: none;
    border: 1px solid rgb(170, 170, 170); /*#696b71*/
    border-radius: 5px;
    background: rgb(255, 255, 255); /*#fff*/
    color: rgb(105, 107, 113); /*#696b71*/
}

.vex-delivery-options p,
.vex-delivery-options p:last-child {
    margin-bottom: 0.75rem; /*12px*/
}

.vex-delivery-options select {
    background-color: rgb(255, 255, 255); /*#fff*/
    border-radius: 0.313rem; /*5px*/
    border: 1px solid rgb(170, 170, 170); /*#aaa*/
    color: rgb(109, 109, 109); /*#6d6d6d;*/
    padding: 0.219rem; /*3.5px*/
}

.vex-delivery-options select,
.vex-delivery-options select + span
.vex-delivery-options .woocommerce-input-wrapper,
.vex-delivery-options .woocommerce-input-wrapper > select#stuart_pickup_location,
.vex-delivery-options .woocommerce-input-wrapper > select#stuart_pickup_location + span {
    width: 100% !important;
    display: block;
}

.vex-delivery-options .woocommerce-input-wrapper > select#stuart_pickup_location + span > span > span {
    padding: 0.313rem; /*5px*/
    height: auto;
}

.vex-delivery-options .woocommerce-input-wrapper > select#stuart_pickup_location + span > span > span .select2-selection__arrow {
    height: auto;
    padding: 20px 15px;
}

/**
 * Add styles for the Doordash shipping method & the inner wrapper.
 */
.vex-delivery-options {
    border: 1px solid rgb(170, 170, 170); /*#aaa*/
    background-color: rgb(255, 255, 255); /*#fff*/
    border-radius: 0.313rem; /*5px*/
    padding: 0.625rem; /*10px*/
    margin-top: 0.625rem; /*10px*/
    min-width: 13.188rem;
    /*195pxpx*/
}

/**
 * Add styles for the Doordash shipping method radio buttons & labels.
 */

.vex-delivery-options .form-row > label > .optional {
    display: none;
}

.vex-delivery-options .woocommerce-input-wrapper input[type="radio"] {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    padding: 0;
    border: 0;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(-50%);
    margin: -1px;
    color: transparent;
}

.vex-delivery-options .woocommerce-input-wrapper label.radio {
    align-items: center;
    text-align: center;
    padding: 0.313rem; /*5px 0*/
    border-radius: 0.313rem; /*5px*/
    border: 1px solid rgb(170, 170, 170); /*#aaa*/
    cursor: pointer;
    transition: border 0.3s, background 0.3s;
    margin: 0;
    font-size: 1rem; /*16px*/
    line-height: 1.2;
    box-sizing: border-box;
}

/**
 * Adds margin to the top of lables after the 4th child becasue we also have to count the radio inputs before hand.
 */
.vex-delivery-options .woocommerce-input-wrapper label.radio:nth-child(n+5) {
    margin: 3.5% 0 0 0;
}

.vex-delivery-options .woocommerce-input-wrapper label.radio:hover,
.vex-delivery-options .woocommerce-input-wrapper label.radio:active,
.vex-delivery-options .woocommerce-input-wrapper input[type="radio"]:checked+label.radio {
    border-color: rgb(170, 170, 170); /*#aaa*/
    background: rgb(238, 238, 238); /*#eee*/
    color: rgb(105 107 113); /*#696b71*/
}

.vex-delivery-options .woocommerce-input-wrapper label.radio:focus {
    border-color: rgb(170, 170, 170); /*#aaa*/
    outline: 1px dotted rgb(170, 170, 170); /*#aaa*/
    outline-offset: -4px;
    background: rgb(238, 238, 238); /*#eee*/
}

/**
 * Add styles for the Doordash shipping method powered by section.
 */
.vex-delivery-options-powered > p {
    flex-basis: 100%;
    width: 100%;
    text-align: center;
    margin: 0 0 0.125rem 0; /*2px*/
    font-size: 0.875rem; /*14px*/
}

.vex-delivery-options-powered > img {
    max-width: 6.25rem; /*100px*/
}


/**
 * Add styles for the Doordash shipping method when the container it is in becomes to thin.
 */
.vex-delivery-options.mobile-view #stuart_tip_select_field .woocommerce-input-wrapper,
.vex-delivery-options.mobile-view .vex-delivery-type-select .woocommerce-input-wrapper,
.vex-delivery-options.mobile-view .vex-delivery-schedule {
    flex-wrap: wrap;
}

.vex-delivery-options.mobile-view .vex-delivery-schedule > p,
.vex-delivery-options.mobile-view .woocommerce-input-wrapper label.radio,
.vex-delivery-options.tiny-view #stuart_tip_select_field .woocommerce-input-wrapper label.radio {
    flex-basis: 100%;
}

.vex-delivery-options.mobile-view #stuart_tip_select_field .woocommerce-input-wrapper label.radio:nth-child(n+3) {
    margin-top: 0;
}

.vex-delivery-options.mobile-view .woocommerce-input-wrapper label.radio:nth-child(n+3),
.vex-delivery-options.mobile-view #stuart_tip_select_field .woocommerce-input-wrapper label.radio:nth-child(n+5),
.vex-delivery-options.tiny-view #stuart_tip_select_field .woocommerce-input-wrapper label.radio:nth-child(n+3) {
    margin-top: 3.5%;
}

.danger {
    color: #ca3c1d;
    font-weight: bold;
}
