/* Normal Css */

input,
textarea,
select {
    padding: 8px 15px;
    width: 100%;
}

br {
    margin: 5px 0;
    display: block;
}



/* The Modal (background) */

.cwsModal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1024;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

.cwsModalerror {
    display: none;
    margin-left: 10px;
}

.cwsModalerror_show {
    color: red;
    margin-left: 10px;
}


/* Modal Content */

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    max-width: 800px;
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

.modal-header h2 {
  	color: #fff;
    margin: 0;
    padding: 15px 0;
    font-size: 18px;
}


/* Add Animation */

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}


/* The Close Button */

.cwsCloseForm {
    cursor: pointer;
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: bold;
    line-height: normal;
    position: absolute;
    right: 15px;
    top: 11px;
}

.cwsCloseForm:hover,
.cwsCloseForm:focus {
    opacity: 0.8;
}

.modal-header {
    padding: 2px 16px;
    background-color: #000;
    color: #fff;
}

.modal-body {
    padding: 10px 15px;
}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}


/* loading Image */

.cwsCfpLoading {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 101;
}

.cwsCfpLoading-box {
    background: none repeat scroll center center #fff;
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 4px 0 #666;
    left: 0;
    overflow: auto;
    padding: 16px;
    position: fixed;
    text-align: center;
    top: 20%;
    z-index: 99999;
    right: 0;
    max-width: 200px;
    margin: 0 auto;
}

.cwsCfpLoading-box p img {
    color: #d0622b;
    float: left;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
}

.cwsCfpLoading-box p span {
    float: left;
    font-size: .8125em;
    font-weight: bold;
    padding: 6px 0 0 12px;
    white-space: nowrap;
}


/* Call for Price Modal */

#cwsCFPcaptcha {
    margin: 8px 0 15px;
    display: block;
}

#cwsCallforPriceModal .btn {
    margin-bottom: 5px;
}

#cwsCfpOption select {
    margin-bottom: 10px;
}

#cfpnumber {
    margin-top: 5px;
    display: block;
}

/* Product grid */

#cwsCallforPrice {
    line-height: 1.4;
    padding: 8px 15px;
    display: inline-block;
    width: auto;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 2px;
    background-color: #000;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    margin: 10px 0;
  	display:block;
}

#cwsCallforPrice:hover {
    opacity: 0.7;
}


/* Price Modal Form */

.modal-body label {
    font-size: 15px;
    margin-bottom: 5px;
  	font-weight:600;
}

.product-single__meta #cwsCallforPrice {
    margin: 0 5px 10px;
  	width:100%;
  	min-height: 44px;
}

.product-single__meta #cfpnumber a{
  font-weight:400;
}

.product-single__meta #cfpnumber {
    margin-left: 10px;
    margin-bottom: 6px;
  	font-weight:600;
}




/* Responsove View */

@media only screen and (max-width:999px) {
    .modal-content {
        max-width: 85%;
    }
    .rc-anchor-normal,
    #cwsCFPcaptcha {
        width: 100%;
        overflow: hidden;
    }
}

@media only screen and (max-width:767px) {
    .modal-header h2 {
        padding: 10px 5px;
        font-size: 13px;
    }
    .modal-body label {
        font-size: 13px;
    }
    #cwsCallforPrice {
        padding: 6px 10px;
        font-size: 11px;
        margin-top: 5px
    }
  	.cwsModal{
  		padding-top: 100px;
  	}
}

@media only screen and (max-width:640px) {

}

@media only screen and (max-width:480px) {
  	#cfpnumber a{
  		display: block;
		margin-bottom: 5px;
	}

    .product-single__meta #cfpnumber {
        clear: both;
        display: block;
        width: 100%;
        margin: 15px 0;
    }
	.rc-anchor-normal .rc-anchor-content{
		width: 150px;
	}
   .modal-content {
        max-width: 99%;
    }
  
    .rc-anchor-normal,
    #cwsCFPcaptcha {
        width: 100%;
    }
  	#cwsCFPcaptcha > div {
    	width: 280px !important;
      	overflow: hidden;
	}
  	.rc-anchor-logo-portrait {
    	margin: 10px 0 0 0 !important;
  	}
  	iframe{
      width: 288px;
    }
  	.rc-anchor-logo-portrait {
   		margin: 7px 0 0 -23px;
  	}
}

