/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


.irs {
    height: 85px;
    margin-top: 5px;
}

/** global **/
#main .incbtns {
    color: white;
    margin: 0px 8px 40px 8px !important;
    padding: 0;
    border-radius: 2px !important;
    height: 48px;
    width: 48px;
    background-color: #4b76aa;
}
#main .incbtns {
  background-color: #4b76aa;
  border: 0;
  outline: 0;
  box-shadow: 0px 5px 10px #446084;
  transition: all 0.3s;
  cursor: pointer;
  border-radius: 5px;
  border-bottom: 4px solid #416693;
}
#main .incbtns:hover {
  box-shadow: 0px 15px 25px -5px rgba(39, 55, 60, 0.76);
  background-color: #27373c;
  border-bottom: 4px solid #080b0c;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
#main .incbtns:active {
  background-color: #4b76aa;
  transition: all 0.1s;
  box-shadow: 0px 4px 8px #4b76aa;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* select */
select {
    -moz-appearance: window;
    -webkit-appearance: none;
    background: #f5f5f5 url("images/arrow_down.png") right center no-repeat;
    padding-right: 20px;
}
/* Checkbox */
.checkbox-custom-label:before {
    font-weight: 900;
    line-height: 1.5;
    margin-bottom: 5px;
}
.form-row.checkdiv {
  transition: all 0.4s;
  border: 1px solid #4b76aa;
}
.form-row.checkdiv:hover {
  color: #fff;
  background-color: #4b76aa !important;
  transition: all 0.4s;
}
.tooltip .tooltiptext {
  opacity: 0;
  transition: all 0.3s;
}
.tooltip:hover .tooltiptext {
  opacity: 1;
  transition: all 0.3s;
}
.checkbox-custom:checked {
  transition: all 0.3s;
}
.checkdiv.selected {
  box-shadow: 0px 0px 20px 5px #4b76aa !important;
}
.checkbox-custom:checked + .checkbox-custom-label::before {
  background: rgb(122, 156, 89) !important;
}
.checkbox-custom + .checkbox-custom-label::before, .radio-custom + .radio-custom-label::before {
  border: 2px solid #4b76aa !important;
}
/* Img Checkbox */
.masters.active .cimg {
    box-shadow: 0px 0px 20px 5px rgb(122, 156, 89) !important;
}
/* Select */
.boostcalc select {
  text-align: center;
  background-color: #4b76aa !important;
  border: 0;
  color: #fff;
  font-weight: 700;
  font-size: 1.2em;
  font-style: normal;
  box-shadow: 0px 5px 10px #446084;
  transition: all 0.1s;
}
.boostcalc select:hover, .boostcalc select:active, .boostcalc select:focus {
  box-shadow: 0px 5px 10px rgba(39, 55, 60, 0.5);
  background-color: #27373c !important;
  transition: all 0.1s;
}
/* Slider */
.irs-slider {
  cursor: ew-resize !important;
}
span.irs-slider {
  background: #4b76aa;
  transition: background 0.2s;
}
span.irs-slider:hover {
  background: #4b76aa;
  transition: background 0.2s;
}
.irs-bar {
  cursor: pointer;
}
span.irs-from, span.irs-to, span.irs-single {
  background: #4b76aa !important;
}
span.irs-bar {
  border-top: 1px solid #4b76aa !important;
  border-bottom: 1px solid #4b76aa !important;
  background: #4b76aa !important;
}
span.irs-bar-edge {
    border: 1px solid #4b76aa !important;
    background: #4b76aa !important;
}
/* Input */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
  -moz-appearance:textfield;
}
input[type=number].woocommerce-Input {
  text-align: center;
}

/* arrow */



@media screen and (max-width:1720px)
{
    .calc__select:after{
  	  position: relative;
      content: " ";
      width: 0px;
      height: 0px;
      border-top: 12px solid white;
      border-right: 12px solid transparent;
      border-bottom: 12px solid transparent;
      border-left: 12px solid transparent;
      top: 0;
      left: 45%;
	padding-top: 9%;
}
.calc__select {
	position:relative;
}
}
@media screen and (max-width:520px)
{
    .calc__select:after {
        position: relative;
        left: 47%;
        top: 0;
        padding-top: 7%;
    }
}

/* qFix */
.wcfm_dashboard_wc_status.ordertable {
	visibility: hidden;
    display: none;
}
#demo_dashboard {
	min-height: 1040px !important;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}