body {
	padding: 0px;
	margin: 0px;
	overflow-x: hidden;
}

/************* image zoom *********/

/* [1] The container */
.img-hover-zoom {
    /*height: 350px; /* [1.1] Set it as per your need */
    overflow: hidden; /* [1.2] Hide the overflowing of child elements */
  }
  
  /* [2] Transition property for smooth transformation of images */
  .img-hover-zoom img {
    transition: transform .7s ease;
  }
  
  /* [3] Finally, transforming the image when container gets hovered */
  .img-hover-zoom:hover img {
    transform: scale(1.1);
    /*transform: scale(1.2) rotate(10deg); ***/ /* for zoom*/
  
  }
  
  /************* image zoom *********/
/************************************************new*************************/
.feature_divider {
    border: 2px solid #b6a779;
    display: block;
    margin: 15px auto;
    width: 70px;
}

.flex-container {
	width: 100%;
	min-height: 300px;
	margin: 0 auto;
	display: -webkit-flex; /* Safari */		
	display: flex; /* Standard syntax */
}


.flex-container .newcolumn{
    padding: 10px;
    min-height:300px;
    background: #f8f8f8;
    -webkit-flex: 1; /* Safari */
    -ms-flex: 1; /* IE 10 */
    flex: 1; /* Standard syntax */
}

.loyaltytitle{
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    color:#384140;
    font-size:26px;

}

.postext{
    position: absolute; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    width:85%;
}

.loyaltytext{
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    color:#384140;
    font-size:19px;
}

.loyaltytext2{
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    color:#4f5151;
    font-size:16px;
}

.footer_height{
    min-height:310px; 
    background: #837049; 
    color:#fff; 
    /*border-top:3px #ced2d6 solid;*/
    background-image: url("../img/shape-13.png");
  }

  .space30top{
    padding-top:30px;
  }
  .space7top{
  padding-top:7px;
  }

  .accordion_container {
    display:none;
  }
  

.hiddendiv{
display:block;
}

/************* modal starts *******/

#modal {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    height: 100%;
    width: 100%;
}
.modalconent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 0 auto;
    padding: 20px;
    text-align:center;
}

.buttonmodal{
    position: absolute;
    color:#000;
    font-size:25px;
    right:0;
    border:0px;
}

/************* modal ends *******/
.boxbutton{
	font-family: 'Manrope', sans-serif;
	text-align:center;
	color:#d5b561;
	font-size:15px;
	font-weight:bold;
	display:block;
	border: 3px solid #f0eeee; 
	width:150px; 
	padding:18px;
	margin-left:auto; 
	margin-right:auto;
	text-decoration:none;
	background:#837049;
		-webkit-transition:all 0.3s ease;
-moz-transition:all 0.3s ease;
-o-transition:all 0.3s ease;
transition:all 0.3s ease;
text-decoration: none;
	
	
}
.boxbutton:hover{
	color:#f6d58e;
	
}

.links{
    font-family: 'Manrope', sans-serif;
    font-size:19px;
    color:#384140;
    font-weight: 400;
    text-decoration:underline;
    
    }

.links:hover{
    font-family: 'Manrope', sans-serif;
    font-size:19px;
    color:#708583;
    font-weight: 400;
    text-decoration:none;
        
    }
/*********marquee**************/

.marquee {
    font-family: 'Manrope', sans-serif;
	font-size: 18px;
	color:#fff;
	background-color:transparent;
	/*background-color:#d926dc;*/
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 30px;
  overflow-x: hidden;
  overflow-y: hidden;
  padding-top:0px;
  
}

.track {
  position: absolute;
  white-space: nowrap;
  
  will-change: transform;
  animation: marquee 10s linear infinite;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/*********marquee**************/
/***********************************************new***************************************/

h1{
font-family: 'Roboto Condensed', sans-serif;
font-size:22px;
color:#3f3f45;
padding-left:30px;
padding-top:30px;
padding-bottom:10px;
padding-right:10px;
display:inline-block;
background-color:#fff;
}
/*
h1:after {
    content: "";
    display: inline-block;
    margin-left:10px;
    background: url("../img/title-wrap-tail2.png") repeat-x ;
    width: 50%;
	height: 14px;
} */
h1 span{
color:#b39964;
}
.blacklinetexts{
    font-family: 'Manrope', sans-serif;
font-size:15px;
color:#fff;
padding-left:10px;
}
.blacklinetexts2{
    font-family: 'Manrope', sans-serif;
font-size:15px;
color:#fff;
padding-left:5px;
text-decoration:none;
  -o-transition:color 300ms ease-out, color 250ms ease-in;
  -ms-transition:color 300ms ease-out, color 250ms ease-in;
  -moz-transition:color 300ms ease-out, color 250ms ease-in;
  -webkit-transition:color 300ms ease-out, color 250ms ease-in;
  /* ...and now override with proper CSS property */
   transition:color 300ms ease-out, color 250ms ease-in;
}
.blacklinetexts2:hover{
    font-family: 'Manrope', sans-serif;
font-size:15px;
color:#d3d2d2;
padding-left:5px;
text-decoration:none;
}
.bgline{
	background: url(../images/title-wrap-tail2.png) repeat-x 0px 37px;
}
.pb-center-column h2{
	font-family: 'Roboto Condensed', sans-serif;
	color:#3f3f45;
    border-bottom: 1px solid #ebebeb;
    font-size: 16px;
    /*font-weight: bold;*/
    margin-bottom: 10px;
    margin-top: 0;
    padding-bottom: 10px;
    position: relative;
}
.pb-center-column h2:after {
    border-bottom: 4px solid #b39964;
    bottom: -2px;
    content: "";
    left: 0;
    position: absolute;
    width: 120px;
}
h3{
	font-family: 'Roboto Condensed', sans-serif;
	color:#626269;
	font-size:15px;
	letter-spacing:0px;
}
h4{
	font-family: 'Roboto Condensed', sans-serif;
	color:#626269;
	font-size:32px;
	}
h4 .border {
	border-left: 4px solid #B39964;
	padding-left:20px;
}
.carttitle{
	font-family: 'Roboto Condensed', sans-serif;
	color:#626269;
	font-size:16px;
	padding-top:30px;
	padding-bottom:10px;
	padding-right:10px;
	text-align:right;
}


.forth{
	font-family: 'Roboto Condensed', sans-serif;
	color:#626269;
	font-size:15px;
	font-weight:normal;
}
.userlogin{
	font-family: 'Roboto Condensed', sans-serif;
	color:#626269;
	font-size:17px;
	font-weight:bold;
	padding-left:20px;
	padding-top:10px;
}
.smallradiotexts{
	font-family: 'Roboto Condensed', sans-serif;
	color:#85858f;
	font-size:14px;
	font-weight:normal;
	font-style:italic;
    padding-right: 5px;
}
.obligatory{
	font-family: 'Roboto Condensed', sans-serif;
	color:#b39964;
	font-size:16px;
	font-weight:normal;
	/* font-style:italic; */
}
.obligatory input,
.obligatory select {
    color: #000;
}
.noobligatory{
	font-family: 'Roboto Condensed', sans-serif;
	color:#626269;
	font-size:16px;
	font-weight:normal;
	/* font-style:italic; */
}
.formtitle{
	font-family: 'Roboto Condensed', sans-serif;
	color:#626269;
	font-size:18px;
	font-weight:bold;
	padding-bottom:20px;
}
.registerusertext{
	font-family: 'Roboto Condensed', sans-serif;
	font-size:18px;
	color:#b39964;
	padding-top:20px;
	padding-bottom:10px;
	padding-left:20px;
	text-decoration:none;
}
.registerusertext:hover{
	font-family: 'Roboto Condensed', sans-serif;
	font-size:18px;
	color:#6a6a75;
	padding-top:20px;
	padding-bottom:10px;
	padding-left:20px;
}
.forgotpass{
	color:#b39964;
	text-decoration:none;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:15px;
	}
.forgotpass:hover{
	color:#6a6a75;
	text-decoration:none;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:15px;
	}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
.yourordertext{
	font-family: 'Roboto Condensed', sans-serif;
	color:#626269;
	font-size:17px;
	font-weight:normal;
	padding-left:20px;
	padding-top:10px;
}
.yourordertext a{
	color:#b39964;
	padding-right:20px;
	text-decoration:none;
}
.yourordertext a:hover{
	color:#6a6a75;
}
.paymenttexts, .deliverytexts {
	font-family: 'Roboto Condensed', sans-serif;
	color:#85858f;
	font-size:15px;
	font-weight:normal;
	/*font-style:italic;*/
}
.sharesocial{
	font-family: 'Roboto Condensed', sans-serif;
	color:#626269;
	font-size:15px;
	padding-top:20px;
}
.newsletter_title{
font-family: 'Roboto Condensed', sans-serif;
font-size:19px;
color:#3f3f45;
padding-left:30px;
padding-top:20px;
padding-bottom:5px;
}
.filter_title_dist{
	padding-bottom:8px;
}
.filters_text{
font-family: 'Roboto Condensed', sans-serif;
font-size:16px;
color:#3f3f45;
font-weight:bold;
text-decoration:none;
}
.filters_text:hover{
font-family: 'Roboto Condensed', sans-serif;
font-size:16px;
color:#626269;
font-weight:bold;
}
.filter_cat_dist{
	padding:15px 0 15px 0;
}
.filter_div{
	border-bottom:1px #ebebeb solid;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:10px;
	margin-right:10px;
}
.filters{
font-family: 'Roboto Condensed', sans-serif;
font-size:15px;
color:#6a6a75;
font-weight:normal;
text-decoration:none;
 -o-transition:color 300ms ease-out;
  -ms-transition:color 300ms ease-out;
  -moz-transition:color 300ms ease-out;
  -webkit-transition:color 300ms ease-out;
  /* ...and now override with proper CSS property */
   transition:color 300ms ease-out;
}
.filters:hover{
font-family: 'Roboto Condensed', sans-serif;
font-size:15px;
color:#b39964;
font-weight:normal;
}
.filters.selected{
color:#b39964;
font-weight:bold;
}
/***image edit****/
/***image edit****/
.responsive-image{
        height:auto;
        /* width:100%; */
        max-width: 100%;
        
}
.responsive-image-logo{
        height:auto;
        /* width:100%; */
        max-width: 100%;
}
/**********reset *********/
 ol, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
ol, ul {
	list-style: none;
}
.product_desc {
color:#9c9c9c;
font-family: 'Roboto Condensed', sans-serif;
font-size:14px;
}
@media (max-width: 767px) {
    
    .flex-container{
    width: 100%;
	min-height: 300px;
	margin: 0 auto;
	display: -webkit-flex; /* Safari */		
	display: flex; /* Standard syntax */
    flex-direction: column;
    }

    
    .flex-container .newcolumn{
        padding: 10px;
        min-height:550px;
        background: #f8f8f8;
        -webkit-flex: 1; /* Safari */
        -ms-flex: 1; /* IE 10 */
        flex: 1; /* Standard syntax */
    }

   .flxc{
    display: flex; /* Standard syntax */
    flex-direction: column-reverse;
   }



  .loyaltytitle{
        font-family: 'Manrope', sans-serif;
        font-weight: 400;
        color:#384140;
        font-size:23px;
    }
    
    .loyaltytext{
        font-family: 'Manrope', sans-serif;
        font-weight: 400;
        color:#384140;
        font-size:15px;
    }
    
    .loyaltytext2{
        font-family: 'Manrope', sans-serif;
        font-weight: 400;
        color:#4f5151;
        font-size:13px;
    }

    .space30top{
        padding-top:30px;
      }

      .accordion_container {
        width: auto;
        display:block;
      }
      
      .accordion_head {
        background-color: #5f5135;
        color: #e9d3a5;
        cursor: pointer;
        font-family: 'Manrope', sans-serif;
        font-size: 15px;
        margin: 0 0 1px 0;
        padding: 9px 11px;
        font-weight: bold;
      }
      
      .accordion_body {
        background: #837049;
      }
      
      .accordion_body p {
        padding: 18px 15px;
        margin: 0px;
        font-family: 'Manrope', sans-serif;
         font-size: 15px;
         color:#5b5b5b;
      }
      
      .accordion_body p a{
          color: #5b5b5b;
          text-decoration:none;
          
      }
      
      .accordion_body p a:hover{
          color: #7c7c7c;
          text-decoration:none;
          
      }
      
      .plusminus {
        float: right;
        margin-right:10px;
      }
     
      .hiddendiv{
        display:none;
    }

    .textcenter{
        text-align:center;
    }

    .boxbutton{
        font-family: 'Manrope', sans-serif;
        text-align:center;
        color:#d5b561;
        font-size:15px;
        font-weight:bold;
        display:block;
        border: 3px solid #f0eeee; 
        width:150px; 
        padding:18px;
        margin-left:auto; 
        margin-right:auto;
        text-decoration:none;
        background:#837049;
            -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
    text-decoration: none;
        
        
    }
    .boxbutton:hover{
        color:#f6d58e;
        
    }
 
}

@media (min-width: 768px) and (max-width:1024px) {


    .flex-container{
        width: 100%;
        min-height: 200px;
        margin: 0 auto;
        display: -webkit-flex; /* Safari */		
        display: flex; /* Standard syntax */
    
        }

    .flex-container .newcolumn{
        padding: 10px;
        min-height:200px;
        background: #f8f8f8;
        -webkit-flex: 1; /* Safari */
        -ms-flex: 1; /* IE 10 */
        flex: 1; /* Standard syntax */
    }

    .postext{
        position: absolute; 
        top: 50%; 
        left: 50%; 
        transform: translate(-50%, -60%); 
        width:90%;
    }

    .loyaltytitle{
        font-family: 'Manrope', sans-serif;
        font-weight: 400;
        color:#384140;
        font-size:12px;
    }
    .loyaltytext{
        font-family: 'Manrope', sans-serif;
        font-weight: 400;
        color:#384140;
        font-size:11px;
    }
    
    .loyaltytext2{
        font-family: 'Manrope', sans-serif;
        font-weight: 400;
        color:#4f5151;
        font-size:10px;
    }
    
    .space30top{
        padding-top:15px;
      }

      .space7top{
        padding-top:0px;
      }

      .boxbutton{
        font-family: 'Manrope', sans-serif;
        text-align:center;
        color:#d5b561;
        font-size:15px;
        font-weight:bold;
        display:block;
        border: 3px solid #f0eeee; 
        width:150px; 
        padding:15px;
        margin-left:auto; 
        margin-right:auto;
        text-decoration:none;
        background:#837049;
            -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
    text-decoration: none;
        
        
    }
    .boxbutton:hover{
        color:#f6d58e;
        
    }
}

.product_price{
color:#474435;
font-family: 'Roboto Condensed', sans-serif;
font-size:20px;
}
.product_price span{
color:#ff0000;
font-family: 'Roboto Condensed', sans-serif;
font-size:17px;
text-decoration: line-through;
padding-left:25px;
}
.our_price{
color:#b39964;
font-family: 'Roboto Condensed', sans-serif;
font-size:26px;
padding-top:20px;
padding-bottom:20px;
padding-left:10px;
}
/****button cart*****/
.button_sliding_bg_4{
    color: #31302B;
    background: #b39964;
    padding: 6px 11px;
    margin: 15px 10px 0 0;
    font-family: 'Roboto Condensed', sans-serif;
    border: 1px solid #88744c;
    font-size: 10px;
    /*font-weight: bold;*/
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #474435;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
    text-decoration:none;
}
.button_sliding_bg_4:hover {
    color: #FFF;
}
.button_sliding_bg_4:hover {
    box-shadow: inset 200px 0 0 0 #b39964;
}
.button_sliding_bg_5{
    color: #fff;
    background: #474435;
    padding: 6px 11px;
    margin: 15px 9px 0 0;
    font-family: 'Roboto Condensed', sans-serif;
    border: 1px solid #88744c;
    font-size: 10px;
    /*font-weight: bold;*/
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #474435;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
    text-decoration:none;
}
.button_sliding_bg_5:hover {
    color: #FFF;
}
.button_sliding_bg_5:hover {
    box-shadow: inset 200px 0 0 0 #b39964;
}
.button_sliding_bg_6{
    color: #31302B;
    background: #b39964;
    padding: 6px 12px;
    margin: 15px 10px 0 0;
    font-family: 'Roboto Condensed', sans-serif;
    border: 1px solid #88744c;
    font-size: 13px;
    /*font-weight: bold;*/
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #474435;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
    text-decoration:none;
}
.button_sliding_bg_6:hover {
    color: #FFF;
}
.button_sliding_bg_6:hover {
    box-shadow: inset 200px 0 0 0 #b39964;
}
.button_sliding_bg_7{
    color: #fff;
    background: #474435;
    padding: 6px 12px;
    margin: 15px 10px 0 0;
    font-family: 'Roboto Condensed', sans-serif;
    border: 1px solid #88744c;
    font-size: 13px;
    /*font-weight: bold;*/
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #474435;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
    text-decoration:none;
}
.button_sliding_bg_7:hover {
    color: #FFF;
}
.button_sliding_bg_7:hover {
    box-shadow: inset 200px 0 0 0 #b39964;
}
.button_sliding_bg_8{
    color: #31302B;
    background: #b39964;
    padding: 6px 12px;
    /*margin: 15px 10px 0 0; */
    font-family: 'Roboto Condensed', sans-serif;
    border: 1px solid #88744c;
    font-size: 13px;
    /*font-weight: bold;*/
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #474435;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
    text-decoration:none;
}
.button_sliding_bg_8:hover {
    color: #FFF;
}
.button_sliding_bg_8:hover {
    box-shadow: inset 200px 0 0 0 #b39964;
}
/****button*****/
.footer_title{
font-family: 'Manrope', sans-serif;
font-size:16px;
color:#f3e7cd;
padding-left:30px;
padding-top:20px;
padding-bottom:15px;
text-align:left;
}
.footer_links{
font-family: 'Manrope', sans-serif;
font-size:14px;
color:#f6d58e;
text-decoration:none;
padding-left:30px;
}
.footer_links:hover{
font-family: 'Manrope', sans-serif;
font-size:14px;
color:#fae2af;
padding-bottom:5px;
text-decoration:none;
}

.footer_texts{
    font-family: 'Manrope', sans-serif;
    font-size:14px;
    color:#f6d58e;
    text-decoration:none;
    padding-left:30px;
    padding-top:10px;
    }
/*****************pagination ******/
.pagination{
  font: 15px 'Roboto Condensed', sans-serif;
  text-decoration: none;
  background-color: #b39964;
  color: #333333;
  padding: 3px 6px 5px 6px;
  border-top: 1px solid #88744c;
  border-right: 1px solid #88744c;
  border-bottom: 1px solid #88744c;
  border-left: 1px solid #88744c;
  margin-left:10px;
  display: inline-block;
  margin-bottom: 4px;
  -o-transition:all 300ms ease-out, all 250ms ease-in;
  -ms-transition:all 300ms ease-out, all 250ms ease-in;
  -moz-transition:all 300ms ease-out, all 250ms ease-in;
  -webkit-transition:all 300ms ease-out, all 250ms ease-in;
  /* ...and now override with proper CSS property */
   transition:all 300ms ease-out, all 250ms ease-in;
}
.pagination:first-child {
    margin-left:0px;
}
a.pagination::before, a.pagination::after {
    content: none;
}
.pagination:hover{
  font: 15px 'Roboto Condensed', sans-serif;
  text-decoration: none;
  /*background-color: #EEEEEE;*/
  color: #fff;
  padding: 3px 6px 5px 6px;
  border-top: 1px solid #88744c;
  border-right: 1px solid #88744c;
  border-bottom: 1px solid #88744c;
  border-left: 1px solid #88744c;
}
.activepagination{
  font: 15px 'Roboto Condensed', sans-serif;
  text-decoration: none;
  background-color: #e7c580;
  color: #fff;
  padding: 3px 6px 5px 6px;
  border-top: 1px solid #88744c;
  border-right: 1px solid #88744c;
  border-bottom: 1px solid #88744c;
  border-left: 1px solid #88744c;
  margin-left:10px;
}
/*****************pagination ******/
/********* new ribbons **********/
.mycustomwrapper {
  width: 200px;
  height: auto;
  position: relative;
  /*border: 1px solid #BBB;*/
  background: #fff;
  max-width: 100%;
  margin: 0px auto;
    padding: 0px;
}
/*
.box {
  width: 200px; height: 300px;
  position: relative;
  border: 1px solid #BBB;
  background: #EEE;
}
*/
/*
.mycustomwrapper {
  max-width: 100%;
  height:auto;
  margin: 0px auto;
  padding: 0px;
  width: 200px;
  min-height: 100px;
  background: white;
/*  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 8px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 8px rgba(0,0,0,0.3); */
 /* position: relative;
  z-index: 0;
} */
.ribbon {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
  overflow: hidden;
  width: 100px;
  height: 100px;
  text-align: right;
}
.ribbon2 {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  overflow: hidden;
  width: 100px;
  height: 100px;
  text-align: right;
}
.ribbon2 span {
  font-size: 12px;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing:1px;
  font-weight: normal;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 28px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 120px;
  display: block;
  background: #8EBF45;
  background: linear-gradient(#b39964 0%, #9e8759 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 15px; left: -31px;
}
.ribbon span {
  font-size: 12px;
  font-family: 'Roboto Condensed', sans-serif;
   letter-spacing:1px;
  font-weight: normal;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 28px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 120px;
  display: block;
  background: #8EBF45;
  background: linear-gradient(#b39964 0%, #9e8759 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 15px; right: -31px;
}
#tblorders {
    font-family: 'Roboto Condensed', sans-serif;
    color: #626269;
    font-size: 16px;
}
.footer_copy {
	color: #e9d3a5;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 13px;
	padding: 10px;
}
.maintxt {
	font-family: 'Roboto Condensed', sans-serif;
	color: #3f3f45;
	font-size: 16px;
}