.block-search {
        z-index: 1 !important;
    }

        .navigation {
            z-index: 1 !important;
        }
.dc-contact-form
{
    transition: all 0.7s ease 0s;
	position:fixed;
	right:-351px;
	z-index:9000;
    bottom:10%;
}

.dc_btn
{

    float: left;
    left: -36px;
    position: absolute;
}
#dckap_contactform
{
	background:#fff;
	border: 2px solid #ff5c33;
	padding:10px;
}
.dc_loading_img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: calc(50% - 32px);
   width:auto;
}

.inner-wrap
{

	background:#fff;
	border-style: solid;
    border-color:#ff5c33;
     width:345px;
     height: auto;

}

.success-alert {
    background: #dff0d8 none repeat scroll 0 0;
    border: 1px solid #73ad21;
    color: #468847;
    display: none;
    margin: 3px;
    padding-left: 10px;
}

#submit_button
{
	color:#000;
	
}
.inner-wrap-img
{
	display:none;
	width:100%;
	height:400px;
	position:relative;
}
.dc_submit_btn
{
text-align:center;
margin-top:10px;
}
#dc_text_box {
    border: 1px solid #ddd;
    border-radius: 0;
}
#dckap_contactform .dc_row
{
margin:10px 0;
}

#dckap_contactform .button.btn-cart {
    background: #f35050 none repeat scroll 0 0;
    border: 1px solid #ee2929;
    border-radius: 8px;
    box-shadow: 0 0 2px #dddddd;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    padding: 7px 10px;
    text-transform: uppercase;
}

#dckap_contactform .dc_row .sr-error {
    font-size: 10px;
    color:red;
}


