.tm-extra-product-options-container .tc-price{display:none}
  .tm-extra-product-options-totals, .single .price-wrapper > .price{display: none;}
  #tmcp-summary-content ul{list-style:none;margin:0;padding:0;    width: 100%;
    display: inline-block;}
  #tmcp-summary-content ul li{margin:0;}
  .fl_left{float:left;}
  .fl_right{float:right;}
  /* #tmcp-summary-content > ul > li{display: inline-block;} */
  /* #tmcp-summary-content > ul > li.tmcp-summary-value{float:right;} */
  .tmcp-summary-label,.tmcp-summary-value{color:#222;}
  .tmcp-summary-total ul li.total_text{
        font-weight: 700;
        font-size: 1.4em;
        height: 27px;
        line-height: 1;
        padding-top: 20px;
            color: #222;
    }
  .tmcp-summary-total ul li.total_price{
    font-size: 2em;
    color: #4d9eff;
    font-weight: 800;
}
#tmcp-summary-content > .tmcp-super-label {
    display: inline-block;
    width: 100%;
    margin-bottom: 0px;
}
#tmcp-summary-content .tmcp-summary-total{margin-bottom:15px;}
.tc-extra-product-options .tmcp-field-wrap .price.tc-price, .shipping-div .tm-tooltip{display:none !important;}

.tmcp-child-label{font-size:13px;}


#summary_title{
  cursor: pointer;
}

#tmcp-summary-info .woocommerce-Price-currencySymbol{
  font-size: inherit;
}
#tmcp-summary-info .tmcp-super-label {
    clear: both;
}
#tmcp-summary-info{
  display: none;
  margin-top: 10px;
}
.qty_range {
    width: 100%;
}


input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 13.8px 0;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  box-shadow: none;
  background: #d2d3d4;
  border-radius: 0;
  border: 0.2px solid #d2d3d4;
  transform: scale(1);
  transition:0.4s ease all;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: none;
  border: 1px solid #4c9eff;
  height: 25px;
  width: 25px;
  border-radius: 50px;
  background: #4c9eff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -9px;
}
input[type=range]:hover::-webkit-slider-thumb {
  transform: scale(1.3);
  transition:0.4s ease all;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #d2d3d4;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  box-shadow: none;
  background: #d2d3d4;
  border-radius: 0;
  border: 0.2px solid #d2d3d4;
}
input[type=range]::-moz-range-thumb {
  box-shadow: none;
  border: 1px solid #4c9eff;
  height: 30px;
  width: 30px;
  border-radius: 50px;
  background: #4c9eff;
  cursor: pointer;
}

#tmcp-summary #tmcp-summary-content .tmcp-summary-total {
    margin-bottom: 0;
}
#tmcp-summary-content .tmcp-summary-total ul li{
font-size: 24px;
padding: 0;
}
#tmcp-summary-content .tmcp-summary-total ul li.total_text small{color:#bbb;}
#tmcp-summary-content .tmcp-summary-total ul li.total_price{
    float: none;
    text-align: right;
  margin-top: -5px;
}
#summary_title{position: relative;display: inline-block;}
#summary_title:after {
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    width: 90%;
    height: 2px;
    background: #1a1a1a;
    transition: all .15s;
}
#summary_title:hover:after ,#summary_title.checked:after{
    width: 100%;
}
.cart .single_add_to_cart_button{
margin-top: 15px;
width: 100%;
}

.qty_range_v_wrapper{ 
  position: relative;
  width: 100%:;
}
.qty_range_v{
  display: none;
  position: absolute;
  z-index: 99;
}

.shipping-wrapper-div{
  display: none;
}

#summary_title.checked{
  display: inline-block;
}

#tmcp-summary-info.checked{
  display: block;
}


/* Outer */
.popup {
width:100%;
height:100%;
display:none;
position:fixed;
top:0px;
left:0px;
background:rgba(0,0,0,0.75);
z-index:999;
}
/* Inner */
.popup-inner {
max-width:700px;
width:90%;
padding:40px;
position:absolute;
top:50%;
left:50%;
-webkit-transform:translate(-50%, -50%);
transform:translate(-50%, -50%);
border-radius:3px;
background:#fff;
font-size:16px;
}
/* Close Button */
.popup-close {
width:30px;
height:30px;
padding: 8px 9px;
display:inline-block;
position:absolute;
top:0px;
right:0px;
transition:ease 0.25s all;
-webkit-transform:translate(50%, -50%);
transform:translate(50%, -50%);
border-radius:50%;
background:#000;
font-family:Arial, Sans-Serif;
font-size:16px;
text-align:center;
line-height:100%;
color:#fff;
}
.popup-close svg{width:15px;height:15px;}

@media (max-width:767px){
    .popup-inner {
        height:calc(100vh - 40px);
        overflow-y:scroll;
        -webkit-overflow-scrolling: touch !important;
        top:0;
        left:0;
        transform:none;
    }
.popup-inner {width:100%;}
    .popup-close {
        position:fixed;
width: 100%;
    height: 40px;
    padding:13px 9px;
    top: auto;
    bottom: 0;
    left: 0;
    transform: none;
    border-radius: 0;
}
}

body.popup-open{height:100vh;overflow:hidden;z-index:-1;}

.cif-ul li input.cif,
.cif-ul li select.cif{
    height: 48px;
    border-radius: 8px;
    border: 1px solid #E0E0E0;
    color: #8A939B !important;
}

@media(min-width:481px){
.inquiry-section div.cif-col-6 {
    width: 48% !important;
}
.inquiry-section div.cif-col-6 + div.cif-col-6 {
    margin-left: 4% !important;
}
}

/* responsive form  */

#responsive-form{
	margin:0 auto;
        width:100%;
}
.form-row{
	width: 100%;
}
.column-half, .column-full{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

#responsive-form h2{
    font-size: 12px;
    color: #060C15;
    margin: 14px 0;
    padding-left: 0.65rem;
    font-weight: 700;
    }
    
#responsive-form label{
    font-size: 12px;
    color: #060C15;
    margin-bottom: 14px;
    font-weight: 700;
    }  
    
#responsive-form input, #responsive-form select {
    margin-bottom: 0;
    height: 48px;
    border-radius: 8px;
    border: 1px solid #E0E0E0;
    color: #8A939B !important;
    }  
    
#responsive-form .wpcf7-submit{
    background: #4D9EFF;
    color: #fff !important;
    width: 100%;
    height: 52px;
    border-radius: 14px;
    } 
    
#responsive-form .wpcf7-submit:hover{
    background: #3E7FCC;
    }   
    
    
.wpcf7 .wpcf7-not-valid-tip {
    margin-top: 0 !important;
    background-color: transparent !important;
    color: #ff0000 !important;
    font-weight: 600;
    font-size: 14px;
}  

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    background: #398f14;
    color: #fff;
    margin: 5px 0.65rem !important;
    padding: 10px 0;
    text-align: center;
}
    
    
.wpcf7 .wpcf7-not-valid-tip:after{display: none;}    

/**---------------- Media query ----------------**/
@media only screen and (min-width: 768px) { 
	.column-half{
		width: 50%;
	}
	
}

@media only screen and (max-width: 767px) { 
    #responsive-form label.blank{display: none;}
}

.clear-field-value {
    position: absolute; 
    top: -25px; 
    right: 35px;
    cursor: pointer;
}