 

body {
        font-weight: ;
        color: #666 !important
}

/*Bootstrap 3 Custom CSS*/

/*--- Poppover---*/
.popover {
	width: 100%;
	max-width: 800px;
}

/*---Products Card Style---*/
.thumbnail-noborder {
    border: 0 none;
    box-shadow: none; 
}

.thumbnail .caption p {
    display: block !important;
    color: #666 
}

.thumbnail .caption .price {
    color: red;
    margin-top: 10px;
    margin-bottom: 10px   
}

.thumbnail .caption .proDesc {
    margin-bottom: 0px  
}

.thumbnail .caption {
    line-height: 1.4;  
}

.thumbnail .caption h4 {
    font-weight: bold; 
}

.thumbnail .caption .selectEnhance {
    width:42px;
    padding:2px 3px 2px 3px; 
    margin:auto 
}

.thumbnail .caption .selectEnhance2 {
    float: left;
    width:42px;
    padding:2px 3px 2px 3px;
    margin-right: 5px    
}

.thumbnail .caption .selectPlus {
    margin:auto;
}

.thumbnail .caption .Procolor {
    color:#4682B4 !important;
}

.thumbnail img.prodImg {
    margin-top: 5px;
}


form .magTop {
    margin-top: 2px
}

/*---Nav Cart Style---*/
.cartA .badge {
    background-color: #f00 !important;
    color: #fff !important
}


/*---Banner---*/
@media only screen and (max-width: 1299px) {
	.logo-box .logo a img{
		padding-top: 0px !important;
        padding-bottom: 10px !important
	}
}

.title-alt-style {
    color: gold !important
}


/*---Contact Form---*/
/*.aboski #contact-us {
	padding: 0px 40px 40px 40px;
    background-color: #ffffff;
    box-shadow: -2px 40px 34px -24px rgba(0, 0, 0, 0.2);
    border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
    border: solid 7px #4c9cef;
    border-left-color: #f7639a;
    border-right-color: #f7639a;
}*/

.aboski #contact-us {
    margin-bottom: 50px
}

.aboski .form-group {
	margin-bottom: 25px;
}

.aboski .form-control.cusHeight {
    height: 50px;
}

.aboski .form-control {
	border: 2px solid transparent;
	border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px;
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
	   -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
	    -ms-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
		 -o-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
			box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
	-webkit-transition:all 150ms ease-in-out 0s;
	   -moz-transition:all 150ms ease-in-out 0s;
	    -ms-transition:all 150ms ease-in-out 0s;
	     -o-transition:all 150ms ease-in-out 0s;
		    transition:all 150ms ease-in-out 0s;
}
.aboski .form-control:focus {
	border-color: #171717;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	    -ms-box-shadow: none;
		 -o-box-shadow: none;
			box-shadow: none;
}

.aboski .form-control:focus {
	border-color: #87CEEB;
	border-width: 1px;
}


/*Contact Form*/
/* Form Error */
.error {
    color: #FF0000;
    font-weight: ;
}

/* Form Success */
.formSuccess {
    color: #32CD32;
    font-weight: ;
}

/* Form Result Container */
#form-result, #checkout-result {
    margin-bottom: 10px !important;
}


/* Correcting margin on big screen */
@media only screen and (min-width:1300px) {
    .homebanner .caption{
     margin-top: 60px;
    }
}


.proImgLarge{min-width: 25%}

/*Sweet box*/
.positive{
    padding-left: 0px;
    list-style: none;  
}

.list-group-item-kedi{position:relative;
    background-image: url(/images/check.png); 
    background-repeat:no-repeat; 
    background-image:; 
    padding: 0 0 4px 32px;
    line-height:24px;
    font-weight: bold;
}

.kedi-custom{
    padding: 12px 15px 0px 15px;
    margin-top: 20px;
    background: #fff;        
}

.underlinered {
  border-bottom: 2px solid #DC143C;
}

.tealtext {
  color: #A0522D;
}


/* Page Headers */
.page-header-main{
    margin: 5px 0px 15px 0px;
    padding: 0px 0px 9px 0px;
    border-bottom:1px solid #eee;
}

.page-header-main-noborder{
    margin: 5px 0px 15px 0px;
    padding: 0px 0px 0px 0px;
}

.page-header-main h2{
    margin-top: 0px;
    padding-top: 0px;
    font-size: 1.5em;  /* 1.4em */
}

.page-header-sub{
    margin:10px 0px 15px 0px;
    border-top:1px solid #eee; 
}

.page-header-sub h3{
    font-size:1.1em;
}

.makeUpperCase{
    text-transform: uppercase;
}

