/**
 * File Doc Comment
 * 
 * Do not edit or add to this file if you wish to upgrade the module to newer
 * versions in the future. If you wish to customize the module for your 
 * needs please contact us to https://www.milople.com/contact-us.html
 * 
 * @category Ecommerce
 * @package  CallForPrice
 * @author    Milople Technologies Pvt. Ltd.
 * @link      http://www.milople.com/
 * @copyright Copyright (c) 2015 Milople Technologies Pvt. Ltd. All Rights Reserved.
 * @license   General Public License
 */

#indies_call_for_price
{
	display:none;
}
.box-info-product .exclusive
{
	width: -moz-max-content;
}
.ajex-form
{
	width: 500px;
}
.ajex_form h3
{
	margin-top: 0;
}
.ajex-form #uniform-call_for_price_country,
.ajex-form #uniform-call_for_price_country span
{
	width: 100%!important;
}
.ajex-form .height_141
{
	height: 141px;
}
.ajex-form .height_201
{
	height: 201px;
}
.ajex-form .vercode
{
	float : left;
	width: 65%;
	margin-right: 5px;
}
.ajex-form .submit button
{
	margin-left: 38%;
}
.ajex-loader
{
	margin-left: 48%;
}
.button_callForPrice:hover{
	background: rgba(164,179,87,1);
    background: -moz-linear-gradient(top, rgba(164,179,87,1) 0%, rgba(117,137,12,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(164,179,87,1)), color-stop(100%, rgba(117,137,12,1)));
    background: -webkit-linear-gradient(top, rgba(164,179,87,1) 0%, rgba(117,137,12,1) 100%);
    background: -o-linear-gradient(top, rgba(164,179,87,1) 0%, rgba(117,137,12,1) 100%);
    background: -ms-linear-gradient(top, rgba(164,179,87,1) 0%, rgba(117,137,12,1) 100%);
    background: linear-gradient(to bottom, rgba(164,179,87,1) 0%, rgba(117,137,12,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4b357', endColorstr='#75890c', GradientType=0 );
}
.button_callForPrice{
    padding: 0;
    /*border-top: 1px solid #1b5c2e;
    border-right: 1px solid #1b5c2e;
    border-left: 1px solid #1b5c2e;
    border-bottom: 1px solid #1b5c2e;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    display: block;
    width: 210px;
    /*background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009ad0), color-stop(100%, #007ab7));
    background-image: -webkit-linear-gradient(#009ad0, #007ab7);
    background-image: -moz-linear-gradient(#009ad0, #007ab7);
    background-image: -o-linear-gradient(#009ad0, #007ab7);
    background-image: linear-gradient(#009ad0, #007ab7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4b357', endColorstr='#75890c',GradientType=0 );*/
   /*background: #75890c;*/   background-size: 100%;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009ad0), color-stop(100%, #007ab7));background-image: -moz-linear-gradient(#009ad0, #007ab7);background-image: -webkit-linear-gradient(#009ad0, #007ab7);background-image: linear-gradient(#009ad0, #007ab7);
   /*background: -moz-linear-gradient(top, #75890c 0%, #a4b357 100%);
   background: -webkit-gradient(left top, left bottom, color-stop(0%, #75890c), color-stop(100%, #a4b357));
   background: -webkit-linear-gradient(top, #75890c 0%, #a4b357 100%);
   background: -o-linear-gradient(top, #75890c 0%, #a4b357 100%);
   background: -ms-linear-gradient(top, #75890c 0%, #a4b357 100%);
   background: linear-gradient(to bottom, #75890c 0%, #a4b357 100%);*/
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75890c', endColorstr='#a4b357', GradientType=0 );
}
.button_callForPrice span {
	/*border-color: #278541;*/
    border-radius: 5px;
    /*border-style: solid;*/
    border-width: 1px;
    color: #FFFFFF;
    display: block !important;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    padding:12px 10px 12px 10px;
    text-shadow: 0 1px #015883;
    transition: all 0.3s ease 0s;
    text-align: center;
}
.button_callForPrice img {
	display: inline-block;
    left: 13px;
    position: absolute;
    top: 7px;
}
.callforprice {
	padding: 10px 0 0 0;
}
.callforprice img {
    margin: -3px 5px 0 3px;
}
@media (max-width: 500px)
{
	.ajex-form,
	.ajex-form .col-xs-6
	{
		width: 100%;
	}
	.ajex-form #call_for_price_comment
	{
		height: 80px;
	}
}
@media (min-width: 768px) and (max-width: 1200px) 
{
	.button_callForPrice
	{
		width: 95%;
	}	
	.button_callForPrice img
	{
		display: none;	
	}
	.button_callForPrice span
	{
		padding:12px 10px 12px 10px;
	    text-align: center;
	}
}
@media (max-width: 480px) 
{
	
}
@media (max-width: 405px) 
{
	
}