@media only screen and (max-width: 768px){
.desktop-only {
    display: none;
}
.pignose-calendar{width:100% !important;}
#colorlib-about p{text-align: justify;}
.colorlib-nav .top{padding: 10px 0 0px 0 !important;}
.extramargin{margin-top:20px;}
.mobile-only{display: block;}
.desktop-height{min-height:90px;}
}
@media only screen and (min-width: 768px){
.pignose-calendar{float:left;}
.desktop-only {
    display: block;
}

.set-min-height{min-height: 98px;}
.desktop-only-margin{margin-top: 20px;}
.desktop-only-color{background-color:#ecedef;padding-bottom: 14px !important;}
.modal-dialog {
    width: 391px !important;
}
.mobile-only{display: none;}


}
@media (min-width: 770px) {

.rightcontent {
	float: right!important;
}
}
.starcolor span i {color:#fc6681;font-size:23px;}.col-md-1{float:left;}
.product-short-description input[type=radio] {
    display: none;
}
.product-short-description input[type=checkbox] {
    display: none;
}
.discount1 {
        width: 130px;
    height: 45px;
    font-size: 15px;
    font-weight: 500;
    line-height: 31px;
    text-align: center;
    float: left;
    margin-right: 7px;
    border-radius: 0%;
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    margin-bottom: 7px;
    border-radius: 30px;
}
.customradio {
  display: block;
  padding-left: 22px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.customradio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.customradio:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.customradio input:checked ~ .checkmark {
  background-color: #2dddb4;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.customradio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.customradio .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
.form-control{padding:0px !important;}
.label{margin-bottom:0px !important;}
.starcolor span i {color:#fc6681;font-size:23px;}.col-md-1{float:left;}
.logo-size{color: #f15c06;font-weight: 600;font-size: 32px;margin-top:30px;}
.pop-up-radius-top{border-top-right-radius: 10px;border-top-left-radius: 10px;}
.pop-up-radius{background-color:#2dddb4;border-top-right-radius: 10px;border-top-left-radius: 10px;}
.cancel-button{background-color:#3c97e8;border-color: #3c97e8!important;border-radius: 4px;
    width: 120px;}
	.confirm-button{background-color: #fff;color: #000;border: 1px solid #000;margin-top: -3px;border-radius: 4px;width: 120px;}
	.confirm-button:hover{background-color: #fff !important;color: #000 !important;border: 1px solid #000 !important;margin-top: -3px !important;border-radius: 4px !important;width: 120px !important;}
.close{opacity: 0.5 !important;}
.addcolor{
		background-color:#2dddb4 !important;
		border:1px solid #2dddb4 !important;
		color:#fff !important;
	}


    .booked_slot{
        background-color:#e74c3c !important;
        border:1px solid #e74c3c !important;
        color:#fff !important;
    }


blockquote{font-size:13.5px !important}
.currency-font{font-family: sans-serif;}

.location{

font-size: 15px;
display: block;
margin-top: -3px;
font-weight: bold;
/*color:#d35400;*/

}

.addcolor .location{
       
        color:#fff !important;
    }






.time-slot{

    margin-top: -13px!important;
    display: block;
}

.booked_slot .location{


color:#fff!important;

}

.small-box1{

    height: 25px;
    width: 25px;
    background-color:#e74c3c !important;

}

.small-box2{

    height: 25px;
    width: 25px;
    background-color:#fff;
    border: 1px solid black;
    
}