* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.box{
    background-color: aqua;
}

.mb-80{
    margin-bottom: 80px;
}

.title {
    font-family: "arial";
    text-align: center;
    display: block;
    font-size: 22px;
    background-color: #F4BC16;
    height: 50px;
    line-height: 50px;
}

.title-dark {
    font-family: "arial";
    text-align: center;
    display: block;
    font-size: 22px;
    background-color: #F4BC16;
    height: 50px;
    line-height: 50px;
}

.title label {
    color: #fff;
    font-family: inherit;
}
.title-dark label {
    color: #fff;
    font-family: inherit;
}

.select-size-detail{
    font-family: "Raleway";
    border: 1px solid #E2E6E7;
    background: #FFF none repeat scroll 0% 0%;
    width: 100%;
    margin: 0px auto;
    display: block;
    font-size: 16px;
    margin-top: 10px;
    float: left;
    color: #878787;
    padding-left: 10px;
}

option{
    padding: 10px;
    border-bottom: 1px solid #dadada;
}

option :hover{
    color: red;
}

.size-menu ul li{
    width: 48%;
}


/*--------------------------------*/

.services li{
    float: left;
	width: 23%;
	padding: 10px;
}

.select-item li{
    width: 100%;
    margin-top: 20px;
}

.select-item label{
    font-size: 20px;
    color: #878787;
}

.size-box li{
    
}

.size-box-inner{
    text-align: center;
/*     margin-top: 20px; */
}

.size-box-inner li{
    display: inline-block;
    width: 45%;
    margin-top: 15px;
}

.size-box-inner li:nth-child(2) {
    margin-left: 10px;
    float: right;
}

.size{
    width: 100%;
    background: #fff none repeat scroll 0 0;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e2e6e7;
    display: block;
    font-family: "Raleway";
    font-size: 16px;
    padding-left: 5px;
}

.example{
    margin-top: 10px;
}


/*----- custom radio-btn -------*/

input [type=radio] + label{
    display: block;
    width: 30px;
    border-radius: 50%;
    border: 1px solid #dadada;
        
}

input[type="radio"]
{
    /* hide the inputs */
    opacity: 0;
}

/* style your lables/button */
input[type="radio"] + label{
    /* keep pointer so that you get the little hand showing when you are on a button */
    cursor: pointer;
    /* the following are the styles */
    padding:4px 10px;
    border: 1px solid #ccc;
    background: #fff;
    color: #aaa;
    border-radius: 3px;
    text-shadow: 1px 1px 0 rgba(0,0,0,0);
}

input[type="radio"]:checked + label
{
    /* style for the checked/selected state */
    background: #F4BC16;
    color: #fff;
}

.radio-label{
    display: inline-block;
    margin-top: 15px;
    width: 170px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
}

/*--------------------------------*/

.sub-title{
    display: inline-block;
    font-size: 20px;
    color: #878787;
    margin-top: 15px;
}

.price{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #ff9;
    display: inline-block;
    text-align: center;
    color: rgb(244, 188, 22);
    font-size: 30px;
    font-weight: 300;
    font-family: "Raleway";
    margin-top: 15px;
}

.custom-dd{
	padding: 12px 40px 12px 15px;
    line-height: 24px;
    font-size: 14px;
    color: #444;
}


/* Mitesh */

.fixed_width{
	width: 960px;
	margin: 0 auto;
}

.product_wrap {
	//border: 1px solid #000;
	font-size: 0;
    margin-top: 30px;
}
.product_wrap > li{
	width: 24%;
	display: inline-block;
	font-size: 16px;
	padding: 10px 3px;
    vertical-align: top;
}
.product_radio{
	margin-top: 10px;
}
.product_radio > p{
	text-align: center;
	padding: 10px 0;
}
.product_radio > p > .radio-label{
	margin-top: 0;
}

.cust_select_ui{
	font-family: 'Raleway';
    border: 1px solid #E2E6E7;
    margin: 0;
    background: #FFF;
    width: 100% !important;
    margin-top: 20px;
}
.product_label{
	padding: 0!important;
	height: 40px;
    line-height: 40px;
}

.select2.custom_select2.full + .select2 {
    width: 100%!important;
    text-align: left;
    height: 50px;
    line-height: 50px;
}
.select2.custom_select2.half + .select2 {
    width: 50%!important;
    text-align: left;
    height: 50px;
    line-height: 50px;
}
@media screen and (max-width: 960px){
	.fixed_width{
		width: 100%;
		
	}	
	.product_wrap > li{
		width: 50%;
	}
}

@media screen and (max-width: 767px){
	.product_wrap > li{
		width: 100%;
		
	}
	.product_wrap > li + li{
		padding-top: 20px;
		margin-top: 10px;
		border-top: 1px solid #F4BC16;
	}
	
	.size-box-inner li{
		display: block;
		width: 100%;
	}
	.product_wrap .ui-selectmenu-button{
		
		width: 100%!important;
	}
	
}

.select2.custom_select2 + .select2 {
  width: 100%;
  text-align: left;
  height: 50px;
  line-height: 50px;
}
.select2.custom_select2 + .select2 .selection {
  height: inherit;
}
.select2.custom_select2 + .select2 .selection .select2-selection {
  height: inherit;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #000;
}
.select2.custom_select2 + .select2 .selection .select2-selection .select2-selection__rendered {
  line-height: 50px;
}
.select2.custom_select2 + .select2 .selection .select2-selection .select2-selection__arrow {
  height: 50px;
}
.select2.multi_select2 + .select2 {
  width: 100%!important;
  text-align: left;
  min-height: 50px;
}
.select2.multi_select2 + .select2 .selection {
  height: inherit;
}
.select2.multi_select2 + .select2 .selection .select2-selection {
  height: inherit;
  border-radius: 0;
  border: none;
  border: 1px solid #dadada;
}
.select2.multi_select2 + .select2 .selection .select2-selection .select2-selection__arrow {
  height: 50px;
}
.select2.multi_select2 + .select2 .select2-selection__choice {
  border-radius: 0;
  border: none;
  font-size: 14px;
  padding: 8px 14px;
  background: #f1f1f1;
}
.select2-dropdown {
  box_shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0;
}
.select2-dropdown .select2-search {
  padding: 0;
}
.select2-dropdown .select2-search .select2-search__field {
  border: none;
  height: 40px;
  line-height: 40px;
}
.select2-dropdown .select2-results__option {
  font-size: 14px;
  padding: 10px;
}
.select2-dropdown .select2-results__option[aria-selected="true"] {
  background-color: #f1f1f1!important;
  color: #000!important;
}
