/*

- Bootstrap v3.3.1

- Font Awesome 4.2.0

- Less - Leaner CSS v2.0.0-b1

*/


/*@import url("css/bootstrap/bootstrap.min.css");*/

@import url("css/bootstrap/bootstrap.cus.css");
@import url("css/fontawesome/font-awesome.css");
@import url("style_templates.css");
@import url("style_osp.css");
@import url("css/style_table.css");
@import url("css/style_cart.css");
@import url("css/style_form.css");
@import url("css/style_accordion.css");



.btnbuy_form + .btn-morph {
    display: none;
}

.title {
    color: #e5b8a9;
}

.social-media .fa-inverse {
    color: #a8a8a7;
    transition: all ease .4s;
}
.social-media .fa-inverse:hover {
    color: #e5b8a9;
}
.social-media .fa-stack-2x {
    display: none;
}

fieldset.social-media {
    border: 0;
}

.social-media .fa-stack-1x, .social-media .fa-stack-2x {
    font-size: 30px;
}


.social-media .stack {
    margin: 0 15px 0 0;
}


fieldset.quantity {
    padding: 0 0;
    margin: 26px 0 0 0;
    border: 0 solid #ccc;
}

fieldset.quantity legend {
    margin: 0 0 10px 0;
    font-size: 18px;
    color: #434343;
    padding: 0 0;
    font-family: 'open_sansbold';
}

#cancel {
    background: #383838;
    color: #fff;
}

#cancel:hover {
    background: #000;
    color: #fff;
}



.btn-success {
	color: #fff !important;
	background-color: #5cb85c;
	border-color: #5cb85c;
}


.btn-success:hover {
	color: #fff;
	background-color: #383838;
	border-color: #383838;
}


#form_delivery .accordion-toggle .col-xs-11 {
    font-family: 'open_sansbold';
}
/* Typical laptop screen size*/
@media (max-width: 1400px) {
	
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 980px) {
}


/* Mobile screen size - landscape view */
@media (max-width: 767px) {
   
}

/* Mobile screen size */
@media (max-width: 480px) {

.btn {
	height: 50px !important;
	width: 100% !important;
}

a.btn {
	line-height: 33px;
}

.input-group-btn .btn {
	height: auto !important;
}

    
}
