@charset "utf-8";
/* CSS Document */

#Header > .inner{
	height:50px !important;
}
a{
   
    text-decoration: none ;
}

a:hover, a:focus {
    color: #ff8b03 !important;
    text-decoration: none !important;
}

a.button--primary {
    background-color: #5c5245;
    border-color: #5c5245;
    color: #fff !important; 
}

a.fg{
    color: #b40912 !important;
}

.fleft{
    float:left;
}

#CategoryContent .ProductList .ProductActionAdd .btn {
    background-color: #b30a11;
}

.ProductList li .pname {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    text-align: left !important;
    color: #ff7c02;
}

.btn {
    background-color: #8f0808;
    color: #ffffff;
}

.PrimaryProductDetails .btn.add-to-cart {
   background-color: #b30a11;
    color: #fff
}

.product-heading h2{
    color: #343434;
}

#prodAccordion .subtitle {    
    font-size: 16px !important;
    padding: 10px 0px 10px 0 !important;
    color: #ff7e00;
    font-weight: bold;
    float: none;   
}

.SortBox div.selector, .SearchSorting div.selector {
    float: right;
    line-height: 35px;
    min-height: 37px !important;
    padding: 0;
    font-size: 12px;
}
.btn:hover {
    background-color: #ff7e00;
    color: #333 !important;
}

.icon-add:hover {
    background-color: #b30a11 !important;
    color:#FFC304 !important;
}

.flinks{
	margin:0px 0px 10px 0px;
}

.flinks a:not(:last-child) {
    border-right:1px solid grey;
    margin-right:20px;
    padding-right:20px;
}

.text-align-center{
	text-align:	center;
}

.ProductList.List .ProductImage {
    
    padding: 10px !important;
}

/* ============================================================================================================================
== for register page
** ============================================================================================================================ */



.FormContainer .box > h3 {
    background: #f5f5f5 none repeat scroll 0 0;
    color: #000000;
    font-family: "Montserrat",sans-serif;
    font-size: 13px;
    font-weight: 700;
    margin: 0 -30px 22px;
    padding: 16px 30px;
    position: relative;
    text-transform: uppercase;
}
.FormContainer .box {
    border: 1px solid #d7d7d7;
    clear: both;
    display: block;
    float: left;
    margin-bottom: 30px;
    padding: 0 30px 30px;
    width: 100%;
}
/* ============================================================================================================================
== for login form
** ============================================================================================================================ */

.CreateAccount{
    background: #f5f5f5 none repeat scroll 0 0;
    padding: 15px 0px 15px 25px;
}

.form-field-title {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
}

.form-field-title .required-text {
    color: #919191;
    float: right;
    font-size: 9px;
    padding-bottom: 10px;
    padding-left: 5px;
    position: relative;
    text-transform: uppercase;
    top: 6px;
}

.form-input {
    border-color: #e0e0e0;
    border-radius: 3px;
    width: 100%;
}

.login-form input[type=email], .login-form input[type=password] {
    width: 100%;
}

 .form-field-control::after, .form-field-control::before{
    content: "";
    display: table;
}

/* ============================================================================================================================
== for home page featured section
** ============================================================================================================================ */

#home .ProductList li{   
    width: 33.333%;
}

.ProductList .ProductImage a, .ProductThumbImage a {
    vertical-align: top !important; 
  
}

#home .ProductList .pname {
    color: #333333;
    font-weight: bold;
    text-align: left ;
}

#home .ProductList .ProductDetails {
    padding: 5px 5px 0 0;
    word-wrap: break-word;
    margin-bottom: 15px;
}

#home .ProductList em {
        display: block;
    font-style: normal;
    font-weight: bold;
    color: #b30a11 !important;
    text-align: left;
}

#home .ProductList .ProductActionAdd a.btn{
   /* display: inline-block;
    white-space: nowrap;
        touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    background-image: none;
    border: 1px solid transparent;
        height: 25px;
    line-height: 25px;
    background-color:#900;
    font-size: 11px;
    padding: 0px 6px;
    vertical-align: middle;*/
	display: block;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0;
    margin: 0 auto;
    background: #900 url(//http://cdn2.bigcommerce.com/server4100/be844/templates/__custom/images/add_to_cart.png?t=1470895176) no-repeat;
    width: 120px;
    height: 22px;
    font-size: 12px;
}

.summry{ text-align:justify;}
/* ============================================================================================================================
== for headings
** ============================================================================================================================ */
h1 {
  position: relative;
  text-align: center;
}

h1 span {
  background: #FF7E00;
    padding: 5px 17px;
    position: relative;
    z-index: 1;
    color: #fff;
}

h1:before {
  background: #ddd;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
    top: 32%;
  width: 100%;
}
h1:before {
  left: 0;
}


.TitleHeading, .TabNav {
    border-bottom: 0px;
}


.TitleHeading span:before {
    border-right-color: #ff7e00;
    border-left-color: #ff7e00;
    content: '';
    width: 0;
    height: 0;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-right: 30px solid #ff7e00;
    position: absolute;
    left: -30px;
    top: 0px;
}

.TitleHeading span:after {
     border-right-color: #ff7e00;
    border-left-color: #ff7e00;
        content: '';
    width: 0;
    height: 0;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 30px solid #ff7e00;
    position: absolute;
    right: -30px;
    top: 0px;
    /*transform:rotate(180deg);*/
}
/* ============================================================================================================================
== BLOCKQUOTE WITH RIGHT-ANGLED TRIANGLE
** ============================================================================================================================ */

.example-right {
    position:relative;
    padding:15px 30px;
    margin:0;
    color:#fff;
    background:#ff7702; /* default background for browsers without gradient support */
    
    /* css3 */
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    /* NOTE: webkit gradient implementation is not as per spec */
    background:-webkit-gradient(linear, left top, left bottom, from(#ffab03), to(#ff7402));
    background:-moz-linear-gradient(top, #ffab03, #ff7402);
    background:-o-linear-gradient(top, #ffab03, #ff7402);
}

/* display of quote author (alternatively use a class on the element following the blockquote) */
.example-right + p {margin:15px 0 2em 85px; font-style:italic;}

/* creates the triangle */
.example-right:after {
    content:"";
    display:block; /* reduce the damage in FF3.0 */
    position:absolute;
    bottom:-50px;
    left:50px;
    width:0;
    height:0;
    border-width:0 20px 50px 0px;
    border-style:solid;
    border-color:transparent #ff7402;
}


/* ============================================================================================================================
== For contact us page
** ============================================================================================================================ */

.contacttxt{
    text-align: center;
    font-style: italic;
}

.contacttxt p{
    margin-bottom: 5px;
    
}
.contacttxt span{
    color:#ff6402;
    font-weight: bold;
}

.rcorners6 {
    border-radius: 15px 50px;
    background: #efe2a9;
    padding: 20px;
    width: 455px;
    height: 237px;
    margin-bottom:20px;
} 

.rcorners6 h2{
    text-align:center;
    color: #b30a11;
}


.rcorners6 p{
    margin-bottom:10px;
}

.cname{
    text-transform:uppercase;
    color: #b30a11;    
}

.mprt{
     padding-left: 34px;   
    width: 40%;
    margin-left: 10px;
}
.form-contact-us{
    max-width: 50%;
   /* margin-left: auto;
    margin-right: auto;*/
    background-color: #f7f7f7;
    padding: 50px 15px;  
    float:left;
}
.form-row {
    margin: 0 -.75rem;
    max-width: none;
    width: auto;
}
.form-row .form-field {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 100%;
    float: left;
    max-width: none;
}
.form-field {
    display: block;
    margin: 0 0 2rem;
    max-width: none;
}
.form-actions {
    margin: 0 auto;
    max-width: 85.71429rem;
    width: 100%;
    display: block;
    text-align:center;
}

.form-actions:after, .form-actions:before {
    content: " ";
    display: table;
}

.form-row:after, .form-row:before,.form-field:after, .form-field:before {
    content: " ";
    display: table;
}

.form-label {
    color: #74685c;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: .5rem;
}

.form-input {
    appearance: none;
    background-color: #fff;
    border-color: #d6cdc1;
    color: #a18d7a;
    font-size: 1rem;
    font-smoothing: antialiased;
    height: 3rem;
    padding: .75rem 1rem;
    -webkit-transition: border-color .1s ease-out;
    transition: border-color .1s ease-out;
    width: 100%;
}

.form-input, .form-select {
    border-style: solid;
    border-width: 1px;
    font-family: inherit;
    margin: 0;
        border-radius: 4px;
        -webkit-appearance:none;
        -webkit-font-smoothing: antialiased;
}

.button--primary {
    background-color: #5c5245;
    border-color: #5c5245;
    color: #fff;
}
.button {
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-weight: 400;
    margin: 0 0 1rem;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-color: #d6cdc1;
    color: #fff;
    padding: .85714rem 2.28571rem;
    border-radius: 4px;
    outline: 0;
    vertical-align: middle;
}
*, :after, :before {
    box-sizing: border-box;
}

 .form-actions:after, .form-field-errors, .form-field:after, .form-minMaxRow:after, .form-row:after, hr {
    clear: both;
}
.form-input, .form-label, .form-legend {
    display: block;
}

.form-label small {
    float: right;
    margin-top: .35714rem;
}
.form-label small {
    color: #a18d7a;
    font-size: .71429rem;
    vertical-align: bottom;
}
.form-label small, .switch-label, abbr, acronym, h5, h6 {
    text-transform: uppercase;
}
@media (min-width: 551px)
.form-actions {
    margin-top: 1.5rem;
}
@media (min-width: 551px)
.form-row--half>.form-field:nth-child(odd) {
    clear: left;
}

@media (min-width: 551px)
.form-row--half>.form-field:nth-child(odd) {
    clear: left;
}

@media (min-width: 551px)
.form-row--half .form-field {
    width: 50%;
}

@media (min-width: 551px)
.form-actions .button, .form-actions a, .form-actions input {
    margin-bottom: 0;
    width: auto;
}

@media only screen and (min-width: 481px) and (max-width: 1023px){

.border-right-1-black {
    border-right: 1px solid #333;
    padding: 5px;
}
}

#popularcarousel .ProductPriceRating{display:none !important;}
#popularcarousel .ProductActionAdd{display:none !important;}
#popularcarousel .ProductDetails{display:none !important;}
#SidePopularProducts .jcarousel .ProductImage img{
    max-height: 281px;
    min-height: 281px;
    padding:8px;
}