@charset "utf-8";

.form-group {
	margin-bottom: 0;
}

.sit_option .ui-datepicker-trigger {
	top: 38px !important;
	right: 20px !important;
}

.sit_option,.sit_option select {
	margin: 0;
}

.sit_option label.label-title {
	display: block;
}

.row .row:not(:last-child),.get_item_options {
    margin-bottom: 1rem;
}

#sit_pvi_thumb li {
	margin: 0;
	padding: 0;
}

.item-brand {
    display: inline-block;
    font-size: 0.75rem;
    font-family: "Muli", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .1em;
    position: relative;
    padding-left: 3.125rem;
    margin-bottom: 0.5125rem;
}

.item-brand::before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 1.875rem;
    height: 1px;
    background: currentColor;
}

.item-title {
	font-size: 1.5rem;
    font-weight: 600;
}

#sit_desc {
	font-size: 1em;
}

.item-price {
    font-size: 1.125rem;
    font-family: "Muli", sans-serif;
    color: red;
}

.text-muted {
    color: #6c757d !important;
}

.item-price s {
    margin-right: 0.625rem;
}

.item-offer {
    display: flex;
    align-content: stretch;
    height: auto;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #fff;
}

.item-offer > * {
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0;
    font-size: 0.875rem;
    padding: 0.5375rem 1.875rem;
}

.item-offer > *:first-child {
    white-space: nowrap;
    color: #000;
    font-size: 13px;
    font-weight: 600;
}

.item-offer > * + * {
    border-left: 1px solid #fff;
}

.item-offer p {
	margin: 0;
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 1.875rem + 2px);
    padding: 0.9375rem 1.9375rem 0.9375rem 0.9375rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: none;
    background-color: transparent;
    border: 1px solid #dddddd;
    border-radius: 0;
    appearance: none;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.sit_option .form-control {
    width: 100%;
    height: 50px;
    text-align: left !important;
    font-size: 14px;
    /* padding: 0 20px; */
    border-radius: 0 !important;
}

#sit_ov_btn button {
	/*width: 178px;*/
	width: 100%;
}

#sit_inf_explan {
	max-width:1024px;
    margin: 0 0 10px;
    /*width: auto !important;*/
	width: 1024px !important;
    line-height: 1.7em;
    overflow: hidden;
}

#sit_inf_explan .item_info {
	color:#000;
	font-weight:600;
}

#sit_inf_explan .item_info h5 {
	color:#1c70e9;
}

#sit_inf_explan .item_info iframe {
	width:100%;
	height: 500px;	
}

#sit_inf_explan .item_info .gmap {
	display: inline-block;
	height:400px;
	width:100%;
}


#sit_inf_explan .item_info .res_info {
	color: #fff;
    background-color: #fed442;
    padding: 10px 5px;
}

#sit_inf_explan .item_info .res_info_wrap ul {
	list-style-position: inside;
	padding-left: 5px;
}

#sit_inf_explan .item_info .res_info_wrap ul li {
	color: #747579;
}

#sit_inf_explan .item_info .res_info_wrap ul li::marker {
	color: #1c70e9;
	content: "✔ ";
}

#sit_inf_explan .item_info .cancel_info {
	color: #fff;
    background-color: #ea4335;
    padding: 10px 5px;
}



#sit_inf_explan ul {padding-left: 16px;}
.timeline-basic-example {
	border-left: 1px solid hsl(0, 0%, 90%);
	position: relative;
	list-style: none;
}

#sit_inf_explan p {
	color:#747579;
}

#sit_inf_explan .timeline-basic-example .timeline-item {
	position: relative;
}

#sit_inf_explan .timeline-basic-example .timeline-item p {
	color: #747579 !important;
}

#sit_inf_explan .timeline-basic-example .timeline-item:after {
	position: absolute;
	display: block;
	top: 0;
}

#sit_inf_explan .timeline-basic-example .timeline-item:after {
	background-color: hsl(0, 0%, 90%);
	left: -22px;
	border-radius: 50%;
	height: 11px;
	width: 11px;
	content: "";
}

#sit_opt_added {
    margin: 0;
    padding: 0;
    border-bottom: 0;
    background: #fff;
    list-style: none;
}

#sit_opt_added li {
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    display: inline-block;
    width: 100%;
}

#sit_opt_added li .opt_name {
    line-height: 20px;
    font-weight: bold;
    display: inline-block;
    float: left;
}

#sit_opt_added li .opt_count {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 0;
    float: right;
    display: inline-block;
}

#sit_opt_added button {
    float: left;
    width: 30px;
    height: 30px;
    border: 1px solid #cdcdcd;
    background: #fff;
    color: #656565;
    font-size: 12px;
    padding: 0;
}

#sit_opt_added .num_input {
    float: left;
    border: 0;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    text-align: center;
    margin: 0;
	height: 30px;
}

#sit_opt_added .sit_opt_prc {
    display: block;
    float: left;
    width: 60px;
    padding: 0 3px;
    text-align: right;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
}


#sit_opt_added .sit_opt_del {
    border: 0;
    font-size: 15px;
}

#sit_opt_added .sit_opt_del {
    border: 0;
    font-size: 15px;
}

#sit_opt_added .sit_opt_del {
    border: 0;
    font-size: 15px;
}

hr {margin-top: 1rem !important; margin-bottom: 1rem !important;}