﻿@charset "utf-8";
/* CSS Document */

@import url("font.css");

*{padding:0px; margin:0px;}
html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	/*vertical-align: baseline;*/
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}
img {
	max-width:100%;
	height:auto;
}
li {
  list-style-type: none;
}
a{text-decoration:none;}
.clr{ clear:both; padding:0px; margin:0px; font-size:0px; line-height:0px;}
body{
	font-family: 'open_sansregular';
	font-size:13px;
	color:#000;
	text-decoration:none;
}

header{
	width:100%;
/*	min-height:186px;
*/	float:left;
	margin:0 0 0 0px;
}
/*.left{
	width:70%;
	float:left;
	min-height:600px;
	background-color:#0F3;
	margin:20px 0 0 0px;
}
.right{
	width:28%;
	min-height:600px;
	float:right;
	background-color:#900;
	margin:20px 0 0 0px;
}
footer{
	width:100%;
	min-height:100px;
	float:left;
	margin:20px 0 0 0px;
	background-color:#666;
}*/

.header_top{ width:100%; height:47px; background:url(../images/top_bg.png) repeat-x; color:#bbbbbb; font-weight:bold; line-height:45px;}
.header_top a{color:#ddad0a; text-decoration:none;}
.header_top a:hover{color:#ffe400;}
.header_top_left{ width:auto; float:left;}
.header_top_right{ width:auto; float:right;}
.log_icon{background: url('../images/sprite.png') no-repeat 0 0; width: 14px; height: 16px; margin:13px 9px 0 0px; display:inline-block;}
.account_icon{background: url('../images/sprite.png') no-repeat 0 -20px; width: 14px; height: 16px; margin:13px 9px 0 0px; display:inline-block;}
.track_order_icon{ margin:10px 0 0 0; }
.logo_search{ width:100%; height:auto; min-height:92px; float:left;}
.logo{ width:200px; height:auto; float:left; margin:12px 0 0 0px;}
.search{ width:345px; height:33px; float:left; margin:29px 0 0 13.73737373737374%; border:thin solid rgba(0,0,0,0.3); -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;}
.search_submit{ width:66px; height:33px; float:right; border:0; background:url(../images/search.png) no-repeat; cursor:pointer;}
.search_box{ width:269px; height:33px; float:left; border:none; background:none; padding:0 0 0 10px;}
.cart_phone{ width:auto; height:auto; float:right; font-weight:bold; color:#707070; margin: 23px 0 0 0px;}
.cart_phone a{ color:#707070; text-decoration:none;}
.cart_phone a:hover{ color:#000;}
.cart_icon{background: url('../images/sprite.png') no-repeat 0 -42px; width: 29px; height: 21px; float:left; margin:0 10px 0 0px;}
.call_icon{background:url('../images/sprite.png') no-repeat 0 -68px; width: 11px; height: 19px; float:left; margin:0 5px 0 0px;}

.cart_ph2{width:190px; float:right; margin:15px 0 0 0px; display:none;}

.container{ width:990px; max-width:990px; height:auto; margin:0 auto;}/*width:61.875%;*/
.container_fluid{ width:100%; height:auto; background:#f00; margin:0 auto;}



/*------------------------------ NEVIGATION START ---------------------------*/

nav{ width:100%; height:47px; float:left; background:url(../images/nav_bg.png) repeat-x #ededed;}
.main_menu
{
    
    position:relative;
	width:100%;
	margin:0 0 0 0px;
	padding:0px;
	height:44px;
	float:left;
	
}

.main_menu ul li a, .menu ul li a:visited 
{
 	float: left;
	color: #000;
	font-size: 14px;
	text-decoration: none;
	padding:15px 20px 13px 20px;
	background: url("../images/nav_devider.png") 100% 50% no-repeat;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
   
}

.main_menu ul 
{
    padding:0; 
    margin:0; 
    list-style: none;
}
.main_menu ul li 
{
   /* float:left; 
    position:relative;*/
}

.main_menu ul li ul 
{
    display: none;	/*none*/
}
 

.main_menu ul li:hover a 
{
	color:#fff;
	background:#000;


}
.main_menu ul li:hover ul 
{	
	background:#000;    
    font-size:13px;
	top:44px;
    display:block; 
    float:left; 
    left:0; 
	z-index:1000;
}


.main_menu ul li:hover ul li a 
{
    width:205px;
	color: #000;
	font-size: 13px;
	text-decoration: none;	
	padding:5px 20px 5px 5px; 
	height:auto;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	
}
.main_menu ul li:hover ul li a:hover{
	background:rgba(0,0,0,0.2) url(../images/arrow.png) no-repeat left 2px center;
	padding:5px 20px 5px 18px;
	width:192px; 

}




.main_menu ul li a.active{
	
	color:#fff;
	background:#000;
}
.main_menu ul li:hover .main_menu_mega{ display:block;}
.main_menu_mega{
	width:100%;
	min-height:168px;
	padding:10px;
	float:left;
	display:none;/*none*/
	position:absolute;
	top:46px;
	background:#fff;
	z-index:100;
	-moz-box-shadow: 0px 4px 8px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 4px 8px rgba(0,0,0,0.3);
	box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
}
.main_menu ul li .main_menu_mega ul { background:#fff;}
.main_menu ul li .main_menu_mega li a{ background:#fff; color:#000;}
.main_menu_mega li:hover a{ background:#0f0); color:#000;}
.main_menu_mega ul li{ float:left; background:none;}
.main_menu_mega .mega_block ul li a{ background:none; color:#000;}
.main_menu_mega .mega_block ul li{ width:100%;} 
.mega_block.type1{
	width:100%;
	height:auto;
	float:left;
	margin:0 20px 20px 0px;
	overflow:hidden;
}
.main_menu .mega_block.type1 ul li a{ float:left; background:#f00; color:#000;}
.main_menu_mega ul li a:hover{ color:#FF0;}
.mega_block{
	width:170px;
	height:auto;
	float:left;
	margin:0 20px 20px 0px;
	overflow:hidden;
	min-height:250px;
}
.mega_block h3{
	font-size:16px;
	font-family:'OpenSansRegular';
	color:#000;
	margin-bottom:5px;
	font-weight:normal;
	border-bottom:thin solid #DDAD0A;
}

/*------------------------ MOBILE NAV -------------------*/
.mob-menu-bg{position:fixed; width:100%; height:100%; background:#fff; z-index:9; top:0; left:-100%; display:block;}
.mob-menu{position:absolute; width:100%; height:100%; background:#fff; z-index:10; top:0; left:-100%; display:block;}
.mob-menu-top{ width:93%; height:auto; position:fixed; padding:14px 0 15px 7%; background:#bf8828 url(../images/mob_back.png) no-repeat center left 3%; color:#fff;}
.mob-menu-top a{ color:#fff;}
#main-cat-back{ /*margin-left:-100%;*/}
.mob-menu .main-cat{ width:100%; height:auto; float:left; margin:47px 0 0 -100%;}
.mob-menu ul li{ width:93%; height:auto; float:left; padding:8px 0 8px 7%; list-style-type:none; border-bottom:thin solid rgba(0,0,0,0.1);}
.mob-menu ul li a{ color:#000; font-weight:bold;}
.mob-menu ul li img{ margin:0 8px 0 0px;}
#sub-cat-back{ margin-left:-100%;}
.mob-menu .sub-cat{ width:100%; height:auto; float:left; margin:47px 0 0 -100%; display:none;}
.mob-menu .sub-cat ul li a{ color:#000; font-weight:normal;}
.mob-menu .sub-cat h2{width:93%; height:auto; float:left; padding:15px 0 15px 7%; font-weight:bold; color:#bf8828; border-bottom:thin solid #bf8828;}
/*------------------------------ NEVIGATION END ---------------------------*/


/*-------------------------- SLIDER -------------------------------*/
#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
  }

.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  }

.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
  }

.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
  }

.rslides_tabs li:first-child {
  margin-left: 0;
  }

.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
  }

/* Callback example */


.events {
  list-style: none;
  }

.callbacks_container {
  /*margin-bottom: 50px;*/
  position: relative;
  float: left;
  width: 100%;
  }

.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }

.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }

.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  }

.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.2;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../images/themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.callbacks_nav:active {
  opacity: 1.0;
  }

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

#slider3-pager a {
  display: inline-block;
}

#slider3-pager img {
  float: left;
}

#slider3-pager .rslides_here a {
  background: transparent;
  box-shadow: 0 0 0 2px #666;
}

#slider3-pager a {
  padding: 0;
}
/*
@media screen and (max-width: 600px) {
  h1 {
    font: 24px/50px "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
  .callbacks_nav {
    top: 47%;
    }
  }*/
  
/*--------------------------- SLIDER END ---------------------------------*/


h1{ font-size:24px; color:#2d2d2d; border-bottom:thin solid #908f8f; margin:22px 0 0 0px;}
.p_tab{ width:23.65%; height:auto; min-height:324px; float:left; margin:15px 1.35% 0 0px; padding-bottom:6px; background:#fff; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3); -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3); box-shadow: 0px 0px 3px rgba(0,0,0,0.3); -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; 
-ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;} /*margin:15px 1.8% 0 0px;*/
.p_tab:hover{ -moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3); -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3); box-shadow: 0px 0px 8px rgba(0,0,0,0.3); }
.p_tab_img{ width:92.020202%; margin:4%; height:auto; border-bottom:thin solid rgba(0,0,0,0.1); float:left; position:relative;}
.p_tab_img_sec{ width:86%; margin:0 auto;}
.p_tab_img img{ width:215px; height:215px;}
.list_view_details_but img{ width:100%; height:auto;}
.p_tab_name{width:92.020202%; height:auto; margin:0px 4% 5px 4%; float:left; font-weight:bold; color:#999;}
.p_tab_rate{width:92.020202%; height:auto; margin:0px 4% 5px 4%; float:left; font-weight:bold; color:#000; font-size:12px;}
.p_tab_rate .pre{ text-decoration:line-through;}
.p_tab .but_div{width:40%; height:auto; margin:0px 4% 5px 4%; float:left; font-weight:bold; color:#000;}
.p_tab .but_div2{width:44%; height:auto; margin:0px 4% 5px 0px; float:right; font-weight:bold; color:#000;}

.but1{ font-size:12px; cursor:pointer; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; padding:6px 10px; color:#fff; border:none; alignment-adjust:central;
background: #7c7c7c; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdjN2M3YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1OTU5NTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #7c7c7c 0%, #595959 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7c7c7c), color-stop(100%,#595959)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #7c7c7c 0%,#595959 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #7c7c7c 0%,#595959 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #7c7c7c 0%,#595959 100%); /* IE10+ */
background: linear-gradient(to bottom,  #7c7c7c 0%,#595959 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c7c7c', endColorstr='#595959',GradientType=0 ); /* IE6-8 */

}

.home_testi_main{ width:100%; height:auto; float:left; margin:8px 0 0 0px;}
.home_testi_left{ width:23.53535353535354%; height:auto; float:left;}
.testi_img{ width:24.0343347639485%; height:auto; float:left; margin:0 8px 0 0px;}
.testi_img img{border:thin solid rgba(0,0,0,0.2);}
.home_testi_right{ width:72.5%; height:auto; min-height:30px; padding:15px; background:#f7f7f7; float:right; position:relative;}
.home_testi_right_icon{ width:auto; height:auto; position:absolute; left:-28px;}


.footer{ background:url(../images/footer_bg.png) repeat; min-height:192px; float:left; margin:25px 0 0 0px; padding:25px 0 25px 0px;}
.footer_left{ width:90.90909090909091%; height:auto; float:left;}
.footer_box{ width:24%; height:auto; margin:0 1% 1% 0px; float:left; color:#919191; font-size:12px; font-weight:bold;}
.footer_box h3{ font-size:16px; color:#c9c9c9; font-weight:normal; margin-bottom:10px;}
.footer_box ul{ float:left;}
.footer_box li{ list-style-type:none;}
.footer_box li a{ color:#919191; font-size:12px; font-weight:bold; text-decoration:none; line-height:25px;}
.footer_box li a:hover{ color:#ffe400;}
.newslatter_box{width:90%; height:24px; padding:0 8px 0 8px; margin:10px 0 10px 0px; color:#999; background:none; border:thin solid rgba(255,255,255,0.3);}
.newslatter_but{border:none; background:#ddad0a; padding:4px 8px; color:#000; cursor:pointer;}
.newslatter_but2 {padding:8px 15px;}
.footer_right{width:9%; height:auto; float:right;}
.footer_right_box{ width:100%; max-width:90%; height:auto; padding-bottom:10px;}

.footer_bottom{ padding:15px 0 15px 0px; float:left; background:#000; color:#bbbbbb; position:relative;}
.footer_bottom_left{ width:auto; height:auto; float:left;}
.footer_bottom_right{ width:auto; height:auto; float:right;}
.footer_bottom_right tr td{vertical-align:middle; font-size:14px; font-weight:bold;}

/*=========================== LISTING =============================*/

.filter{width:100%; height:47px; background:#d7d7d7; float:left; display:none;}
.filter h2{ font-size:20px; color:#000; font-weight:bold; line-height:45px; cursor:pointer;}

.product_listing_body{}
.product_listing_body .left {width:20%; float:left; margin:15px 5% 0 0; background:#f7f7f7; padding:0 0 30px 0;}
.product_listing_body .left .hdng {font-size:20px; font-weight:bold; color:#000; padding:3px 8px 6px 8px; background:#CCC;}
.product_listing_body .left .hdng .listing_menu_icon {display:none; cursor:pointer;}
.product_listing_body .left .catgry_list {margin:25px 0 0 0;}
.product_listing_body .left .catgry_list .hdng {font-size:14px; color:#000; border-bottom:solid 1px #ccc; padding:0 0 5px 20px;
background:url(../images/category_icon.png) no-repeat left 3px; margin:0 8px 10px 8px;}
.product_listing_body .left .catgry_list ul {margin:0 8px 0 8px; padding:0; list-style:none;}
.product_listing_body .left .catgry_list ul li {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#000; background:url(../images/listing_icon.png) no-repeat left 3px; padding:0 0 0 20px;margin:0 0 5px 0;}
.product_listing_body .left .catgry_list ul li a {color:#000; text-decoration:none;}
.product_listing_body .left .catgry_list ul li ul li a {color:#A57420; text-decoration:none;}
.product_listing_body .left .catgry_list .btn {width:25%; float:right; margin:5% 0 0 0;}
.product_listing_body .right {width:75%; height:auto; float:left;  margin:15px 0 0 0;}
.product_listing_body .right .p_tab{ width:31.53%; height:auto; float:left; margin: 15px 1.35% 0 0px; background:#fff; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3); -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3); box-shadow: 0px 0px 3px rgba(0,0,0,0.3); -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.product_listing_body .right .p_tab:hover{ -moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3); -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3); box-shadow: 0px 0px 8px rgba(0,0,0,0.3); }
.list_view_details{ position:absolute; background:rgba(255,255,255,0.5); width:100%; height:100%; display:none; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.list_view_details_but{ width:114px; height:27; position:absolute; left:50%; top:50%; margin:-13.5px 0 0 -57px; cursor:pointer;}
.product_listing_body .right .p_tab:hover .list_view_details, .container .p_tab:hover .list_view_details{ display:block;}

/*----------------- SCROLL STYLE -----------------*/
.scroll-pane{width: 100%; height: auto; overflow: auto;}
.horizontal-only{height: auto; max-height: 136px;}





/*--------------------------------- PRODUCT DETAILS -----------------------------*/
.product_details{ margin-top:15px;}
.product_details .details_left {width:40%; height:auto; float:left; margin:0 3% 0 0;}
/*------------- ZOOMER CSS -----------------*/
 /* div that surrounds Cloud Zoom image and content slider. */
           #surround {
                width:100%;
                min-width: 256px;
                /*max-width: 391.781px;*/
            }
            
            /* Image expands to width of surround */
            img.cloudzoom {
                width:100%;
            }
            
            /* CSS for slider - will expand to width of surround */
            #slider1 {
                margin-left:20px;
                margin-right:20px;
                height:122px;
                border-top:1px solid #aaa;
                border-bottom:1px solid #aaa;
                position:relative;
            }


.product_details .details_right {width:57%; height:auto; float:left;}
.product_details .details_right h1{ font-size:24px; font-weight:bold; color:#000; padding:0 0 10px 0px; margin:0 0 0 0px;}
.product_details .details_right h2{ font-size:18px; font-weight:normal; color:#000; padding:5px 0 5px 0px}
.product_details .details_right h3{ font-size:14px; font-weight:normal; color:#000; padding:5px 0 5px 0px}
.product_details .details_right span{ font-weight:bold; display:block; margin-bottom:10px; float: left;}
.product_details .details_right ul{width:100%; float:left; margin:0 0 0 0px;}
.product_details .details_right li{ list-style-type:none; padding:0 0 5px 0px; width:100%; float:left;}
.product_details .details_right span.overline{ text-decoration:line-through; font-weight:normal;}
.product_details .details_right .shipping{width:100%; height:auto; float:left; padding:3px 5px; background:#f1f1f1;}
.product_details .details_right .shipping span{ padding-top: 10px;}
.product_details .details_right .shipping .shipping-icon{float:left; padding:2px 0;}
.product_details .details_right .button_div{width:100%; height:auto; float:left; padding:3px 0 3px 0px;}
.product_details .details_right .button_div .but{padding:8px 20px 8px 20px; margin:10px 0 0 0px;  background:#333; text-transform:uppercase; border:none; color:#FFF; cursor:pointer;}
.details{width:100%; height:auto; float:left; padding:10px 0 3px 0px;}

.product_details .product_material_type{float:left; width: 105px; font-weight:normal;}
.product_details .product_material_type_img{width:16px; height:16px; float:left; margin:0 8px 0 0px;}
.product_details .select_div{ width:auto; float:left; margin:0 0 0 10px;}
.product_details .select_value{ padding:2px 5px; font-size:12px; line-height:normal; border:thin solid #BDBDBD; background:none; margin:0 4px 4px 0px; cursor: pointer;}
.product_details .select_value.select{ background:#F1F1F1; color:#2d2d2d;}

.price-breakup{float:left; width:100%;}
.price-breakup .item-type .top-margin {
    margin-top: 13px;
}
.price-breakup .item-type {
    display: block;
    float: left;
}
.price-breakup .making-charges {
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    margin-bottom: 4px;
}
.price-breakup .item-type-title {
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
    text-align: left;
}
.price-breakup .item-type-price {
    font-size: 12px;
}
.with-margin .add {
    margin-top: 22px;
}
.price-breakup .add {
    display: block;
    float: left;
    font-size: 24px;
    padding: 0 4px;
    margin-top: 2px;
	font-weight:normal;
}
.price-breakup .making-charges-wrapper {
    padding: 0px;
}
.price-breakup .with-margin .top-margin {
    margin-top: 13px;
}
.price-breakup .item-type {
    display: block;
    float: left;
}
.price-breakup .making-charges-new #makingChargesNew_b {
    font-weight: bold; display:block;
}
.price-breakup .making-charges {
    font-weight: bold;
    color: #ef5d35;
}
.making-charges-new {
    font-size: 10px;
    padding-right: 4px;
    font-weight: bold;
}
.making-charges {
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    margin-bottom: 4px;
}

.price-breakup .item-type-title {
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
    text-align: left;
}
.price-breakup .making-charges-old {
    font-size: 9px;
}
.line-through {
    text-decoration: line-through;
}

.makingChargesWithoutDiscount_b1{text-decoration: line-through;}

/*----------------------- CART PAGE --------------------------*/
.cart{ margin-top:15px;}
.cart .cart_table tr th{ background:#CCC; padding:5px; font-weight:bold; color:#000;}
.cart .cart_table tr td{ border-bottom:thin solid rgba(0,0,0,0.1); padding-top:10px;}
.cart .product_img{width:12%; height:auto; float:left; position:relative;}
.cart .product_img .product_image_div{width:68px; margin: 4%; float:left; margin-left:25px;}
.cart .cart_pro_right{ width:87%; height:auto; margin-left:0.5050505050505051%; float:left;}
.cart .cart_product_name{ width:35%; height:auto; float:left; padding-right:0.5050505050505051%;}
.cart .cart_product_name a{ color:#000; font-weight:bold; font-size:14px; text-decoration:none;}
.cart .cart_qty{width:14.619192%; height:auto; float:left; padding-right:0.5050505050505051%;}
.cart .cart_size{ float:left; width: 11%; text-align:right;}
.cart .cart_price{width:20%; height:auto; float:left; padding-right:0.5050505050505051%; text-align:right;}
.cart .cart_product_price_total{width:17%; height:auto; float:left; padding-right:0.5050505050505051%; text-align:right; font-weight:bold;}
.cart .cart_close{ width:20px; height:100%; position:absolute; left:0; top:0; background:rgba(0,0,0,0.1); -webkit-border-radius:0px 0 0 0px; -moz-border-radius:0px 0 0 0px; border-radius:0px 0 0 0px;}
.cart .cart_close .icon{ width:18px; position:absolute; margin:-11px 0 0 -9px; left:50%; top:50%; cursor:pointer;}

.cart .cart_grand_total tr td{ border:none;}
.cart .cart_shop_but{padding:8px 20px 8px 20px;  background:#333; border:none; color:#FFF; cursor:pointer;}

/*.checkout-steps{font-size: 14px; display: inline-block; margin-left:5%; padding-top: 5px; width:57%; margin-top:20px;}
.checkout-steps .step1{margin-right: -10px;}
.checkout-steps .step.active span {font-weight: 600; padding-top: 4px;}
.checkout-steps .step.active span, .new-cart .header .bottom .checkout-steps .step.complete span {background-color: #589d3e; color: #fff; border: none;}
.checkout-steps li {display: inline-block; list-style: none; text-align: center;}
.checkout-steps li a{font-size:14px; color:#333; text-decoration:none;}
.checkout-steps .step span {width: 24px; color: #858e8f; border-radius: 20px; padding-top: 3px; min-height: 23px; display: inline-block; border: 1px solid #ccd2d5;}
.checkout-steps .divider{width: 23%; border-top: 1px solid #ccd2d5; height: 5px;}
.checkout-steps .step2 {margin-left: -18px; margin-right: -18px;}
.checkout-steps .step3 { margin-left: -20px;}
*/.secure .lock-icon{width: 12px; height: 18px; overflow: hidden; background-image:url(../images/lock-icon.png); background-repeat:no-repeat; vertical-align: bottom; display: inline-block;}
.secure{text-transform: uppercase; float:right; font-size:12px;   margin-top:40px;}
.secure .large{display: inline; padding-left: 6px; color: #858e8f; font-size:12px;}
.border{width:100%; height:5px; background:#fff; float:left; box-shadow: 0 3px 5px 0 rgba(0,0,0,0.15);}

.container .checkout{width:100%; float:left; margin-bottom:5%;}
.snb_tab_list{display: block !important;}
.snb_tab_list{ margin-top: 24px; width: 100%;}
ul, ol { margin: 0; padding: 0;}
.snb_tab_list li { float: left; width: 33.32%;}
.snb_tab_list li.active a {background-color: #a0a0a0; color: #000; right: 20px;}
.snb_tab_list li a {background-color: #F4F4F4; padding: 12px 10px; display: block; width: 100%; height:18px; font-family: 'open_sansregular'; font-size:12px; font-weight:bold; 
position: relative; vertical-align: middle; color: #676767;}
.snb_tab_list li.active a:after {
  content: "";
  background:url(../images/shipping_tab_active.png) no-repeat;
  width: 27px;
  height: 50px;
  position: absolute;
  right: 0;
  top: -4px;
}
.snb_tab_list li.active a:before {
  content: "";
  background: url(../images/blue_before_active.png) no-repeat;
  width: 28px;
  height: 50px;
  position: absolute;
  left: -28px;
  top: -4px;
  z-index: 120;
}
span.icon_img {
  border-radius: 999px;
  border: 1px solid;
  border-color: #d0a514;
  color: #d0a514;
  width: 18px;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
}
.snb_tab_list li.active a span.icon_img {
  border-color: #2A2A2A;
  color: #2A2A2A;
}
.container .checkout.left{width:62%; float:left; margin-right:8%;}
.fld_list {
  margin:5% auto 0 auto;
  width: 60%;
}
.fld_list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fld_list ul li {
  margin: 0 0 8px 0;
}
.fld_list ul li .txt {
  width: 30%;
  float: left;
  line-height: 32px;
}
.fld_list ul li .small_txt {
  font-size: 12px;
}
.fld_list ul li .fld_bdy {
  width: 70%;
  float: left;
}
.fld_list ul li .fld_bdy .fld {
  border: solid 1px #4e4043;
  width: 95%;
  padding: 6px;
  border-radius: 4px;
  font-size: 14px;
  font-family: 'open_sansregular';
  color: #333;
}
.spacer1 {
  margin: 0;
  padding: 0;
  clear: both;
  height: 12px;
}
.sbmt_btn{
  font-size: 13px;
  font-family: 'open_sansregular';
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 6px 20px;
  color: #fff;
  border: none;
  alignment-adjust: central;
  background: #7c7c7c;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #7c7c7c 0%, #595959 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7c7c7c), color-stop(100%,#595959));
  background: -webkit-linear-gradient(top, #7c7c7c 0%,#595959 100%);
  background: -o-linear-gradient(top, #7c7c7c 0%,#595959 100%);
  background: -ms-linear-gradient(top, #7c7c7c 0%,#595959 100%);
  background: linear-gradient(to bottom, #7c7c7c 0%,#595959 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c7c7c', endColorstr='#595959',GradientType=0 );
  margin: 5% .5% 0 0;
  border:thin solid #616161;
}
.checkout .right{float:left; width:30%; font-size:11px;}
.order_historybdy{width:100%;}
.order_historybdy{margin-top:25px; background: none repeat scroll 0 0 #FAFAFA;
  border-image: none;
  border-radius: 2px;
  border-width: 6px medium medium;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2); padding: 0 0 5px 0;
}
.order-hdng{background-color: #D5A504; padding: 11px 10px; color:#fff;}
.product_img {
  width:35%;
  height: auto;
  float: left;
  position: relative;
}
.cart_close {
  width: 20px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.1);
  -webkit-border-radius: 0px 0 0 0px;
  -moz-border-radius: 0px 0 0 0px;
  border-radius: 0px 0 0 0px;
}
.product_img .product_image_div {
  width: 68px;
  margin: 4%;
  float: left;
  margin-left: 25px;
}
.cart_close .icon {
  width: 18px;
  position: absolute;
  margin: -11px 0 0 -9px;
  left: 50%;
  top: 50%;
  cursor: pointer;
}
.cart_pro_right {
  width: 60%;
  height: auto;
  margin-left: 0.5050505050505051%;
  float: left;
}
.cart_product_name{margin-bottom:10px;}
.cart_product_name a {
  color: #000;
  font-weight: bold;
  font-size:10px;
  text-decoration: none;
}
.order_his_td{  padding: 10px 10px 0 10px;}
.cart_price{margin-bottom:10px;}
.order_his_td tr td {
  border-bottom: thin solid rgba(0,0,0,0.1);
  padding-top: 10px;
  padding-bottom:10px;
}
.cart_grand_total{margin-top:15px;}
.cart_grand_total tr td {
  border: none;
}
.cart_qty {
  float: left;
  /*margin-top: -19px;*/
  margin-bottom: 10px;
}
.qty_inp{width:50%; height:20px; margin-left:25%; border:thin solid #CCC; background:#fff; text-align:center; border-top:3px solid #CCC;  -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;}
.text_box {
	height: 33px;
	width:100%;
	padding: 0 0 0 5px;
	background:#f2f2f3;
	border:thin solid rgba(0,0,0,0.3);
	color: #333;
	font-size: 14px;
	font-family: 'open_sansregular';
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-webkit-transition: border linear .2s,box-shadow linear .2s;
	-moz-transition: border linear .2s,box-shadow linear .2s;
	-o-transition: border linear .2s,box-shadow linear .2s;
	transition: border linear .2s,box-shadow linear .2s;
}
.text_area{
	height:60px;
	width:100%;
	padding: 5px 0 0 5px;
	background:#f2f2f3;
	border: thin solid rgba(0,0,0,0.3);
	color: #333;
	font-size: 14px;
	font-family: 'open_sansregular';
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-webkit-transition: border linear .2s,box-shadow linear .2s;
	-moz-transition: border linear .2s,box-shadow linear .2s;
	-o-transition: border linear .2s,box-shadow linear .2s;
	transition: border linear .2s,box-shadow linear .2s;
}
.ship_dtl_bdy{width:100%; margin:20px 0 0  10px;}
.ship_dtl_bdy_td{  width:70%;}
.ship_dtl_bdy_td tr td{color:#515151; font-size:12px; font-weight:normal;}
.ship_dtl_bdy h3{font-size:18px; font-family: 'open_sansregular'; font-weight:700; color:#1d1d1d; margin-bottom:25px;}
.delivery-options {
  margin-top: 18px;
  padding: 15px;
}
.delivery-options .exp-message {
  font-size: 11px;
  padding: 20px 0 6px;
  border-style: solid;
  border-color: #ccd2d5;
  border-width: 1px 1px 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.white-row {
  padding: 15px 0 12px 10px;
  background: #fff;
  text-transform: capitalize;
  box-shadow: none;
  border-bottom: solid thin #CCD2D5;
}
.delivery-options .options .white-row .mesg {
  width: 84%;
}
.delivery-options .options>a:last-child>div {
  border-bottom-width: 1px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.delivery-options .shippingMethod>div {
  float: left;
}
.line1 {
  font-weight: 700; color:#000; margin-bottom: 5px;
}
.delivery-options .options .gray {
  color: #858e8f; font-size:12px; line-height: 20px;
}
.delivery-options .options .white-row {
  border-style: solid;
  border-color: #ccd2d5;
  text-transform: none;
}
.truck {
  margin-right: 5px;
  margin-left: 4px;
  width:41px;
  height: 20px;
  background-position: -644px 0;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  background:url(../images/track_icon.png) no-repeat;
}

.delivery-options .options .white-row.selected {
  border-color: #d0a514;
  background: #FFF7DD;
  border-width: 1px;
  height: 45px;
}
.delivery-options .options .white-row.selected .check {
  width: 20px;
  height: 20px;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  background:url(../images/check.png) no-repeat;
  margin-right:10px;
}
.mini-summary {
  padding: 15px;
}
.mini-summary tr td{color: #353535; padding-bottom:15px; font-size:13px;}
.summr-color{color:#c99c02;}
.mcontainer .center .continue-payment {
  padding-top: 10px;
}
.mini_summary_hrnd{margin:10px 0 0 15px; font-size:13px; font-weight:bold; color:#000; font-family: 'open_sansregular'; border-bottom: 1px solid #ccd2d5; text-transform:uppercase;
padding-bottom:10px;   width: 90%;}
.dot_border{width:100%; border-bottom: 1px dotted #ccd2d5; }
.orsummr_border{width:100%; height:1px; background:#ccd2d5;}
.you_pay{float:right; color: #adaeaf; font-size: 12px; margin-top:10px;}
.you_pay span{color:#000; padding-left:10px;}

.pay_cart_box{
	float:left;
	width:100%;
	height:auto;
	margin:30px 0 0 0;
}
.profile_sidebar {
  width: 125px;
  border: 1px solid #cfcfcf;
  background-color: #f3f6f9;
  border-right: none medium;
  border-bottom-style: none;
  float: left;
}
.profile_sidebar ul{
	list-style:none;
	margin:0;
	padding:0;
}
.profile_sidebar ul li {
	float: left;
	display: block;
	border-bottom: 1px solid #cfcfcf;
	width: 125px;
}
.profile_sidebar ul li a {
	background-color: #f3f6f9;
	padding: 20px 0 20px 0;
	float: left;
	width: 125px;
	position: relative;
	text-decoration: none;
}
.profile_sidebar a.active .profile_info, .profile_sidebar li a:hover .profile_info {
	color: #D5A605;
}
.profile_info{
	display: block;
	margin: 0 auto;
	font-size: 12px;
	color: #111111;
	width: 125px;
	font-family: 'open_sansregular';
	float:left;
	text-align:center;
	text-transform: uppercase;
	font-weight: bold;
}
.profile_main {
  width:74%;
  border: 1px solid #cfcfcf;
  padding: 15px;
  min-height: 324px;
  float: left;
}
.arrow_icon{
	width: 11px;
	height: 21px;
	position: absolute;
	top:20px;
	right: -11px;
	display: none;
	background:url(../images/aro_icon.png) no-repeat;
}

.profile_sidebar a.active .arrow_icon {
	display: block;
}
.profile_td {
  font-size: 15px;
  color: #0d0d0d;
}
.profile_td {
  margin-top: 20px;
  font-family: 'open_sansregular';
  /*margin-left: 25px;*/
}
.payment_input_4 {
  width: 95%;
  padding-left: 10px;
  background: #fafafa;
  border: 1px solid #eaedef;
  font-size: 17px;
  height: 46px;
  margin: 8px 0 0 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: 'open_sansregular';
}
.form_control_2 {
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  padding: 0 10px 0 10px;
  height: 45px;
  border: thin solid #cccccc;
  color: #1a1a1a;
  font-family: 'open_sansregular';
  font-size: 17px;
  margin: 8px 0 0 0;
}
.payment_input_2 {
  width: 70px;
  padding-left: 10px;
  background: #fafafa;
  border: 1px solid #eaedef;
  font-size: 17px;
  height: 46px;
  margin: 8px 0 0 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: 'open_sansregular';
}
.payment_input_3 {
  width: 95%;
  padding-left: 10px;
  background: #fafafa;
  border: 1px solid #eaedef;
  font-size: 17px;
  height: 46px;
  margin: 8px 0 0 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: 'open_sansregular';
}
.my_profile_from{ width:100%; float:left;}

.my_account{}
.my_account h1{ margin-top:0px; border-bottom:none;}
.my_account h2{ font-size:18px; padding:20px 0 10px 0px; margin:0 0 10px 0px; border-bottom:thin solid #ddad0a;}
.my_account .left .catgry_list .hdng{ font-size:13px;}

.row{ width:100%; height:auto; float:left; margin:5px 0 5px 0px;}
.row_left{ width:22%; height:auto; float:left; margin:0 5% 0 0; text-align:left; font-size:14px;}
.row_right{ width:60%; height:auto; min-height:35px; float:left; text-align:left; font-weight:bold;}
.text_box1{ width:100%; height:30px; background:none; border: thin solid rgba(0,0,0,0.2);}

/* login and register */
.loginbdy{float:left; width:100%; margin:30px 0 20px 0;}
.loginbdy h2{font-size:24px; color: #2d2d2d; margin:0 0 20px 0;}
.loginbdy-left{float:left; width:45%; margin:0 5% 0 0; }
.loginbdy-right{ width:45%; height:auto; float:right;}
.login-register-td tr td{padding-bottom:10px;}
.reset_btn{font-size: 13px;font-family: 'open_sansregular'; cursor: pointer; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding: 6px 20px; color: #000;
border: none;alignment-adjust: central;background: #e3e3e3;margin: 5% .5% 0 0; border:thin solid #d6d6d6;}
.sclect_box_5 {
	height: 33px;
	width:32%;
	padding: 0 0 0 5px;
	background:#f2f2f3;
	border: thin solid rgba(0,0,0,0.3);
	color: #333;
	font-size: 14px;
	font-family: 'open_sansregular';
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-webkit-transition: border linear .2s,box-shadow linear .2s;
	-moz-transition: border linear .2s,box-shadow linear .2s;
	-o-transition: border linear .2s,box-shadow linear .2s;
	transition: border linear .2s,box-shadow linear .2s;
}
.common_text{width:100%; float:left; margin:15px 0 20px 0;}


/*Style for popup of track order*/
.black_overlay{
	display: none; position: fixed; top: 0%; left: 0%; width: 100%;
	height: 100%; background-color: black; z-index:9; -moz-opacity: 0.5; opacity:.50; filter: alpha(opacity=50);
}
.trac_order{
	width:25%; min-height:200px; top:10%; left:50%; display:block; position: fixed; z-index:10000;
	padding:15px; padding-bottom:20px; margin:20px 0 0 -12.5%; background:#ffffff;
}

.login_popup {
width: 450px; padding:15px 25px 25px 25px; margin:0 0 0 -250px; position:fixed; left:50%; top:12%;
-moz-border-radius:10px; -webkit-border-radius:10px;-ms-border-radius:10px; border-radius:10px;
border: 1px solid #dcdcdc; background: #fff; box-shadow: 1px 1px 4px rgba(0,0,0,.15); z-index:10; display:none;
max-height: 450px; overflow:auto;
}
.login_popup h2 {font-size:32px; color:#000; margin:0 0 10px 0; padding:0;  }
.login_popup .close { float:right; position:relative; margin:8px 0 0 0; }
.login_popup .close a {font-size:16px; color:#000;}
.login_popup label { margin:0 0 4px 0; }
.login_popup .fld { width:96%; height: 35px; border: thin solid #C1C1C1; color: #000; padding: 0 2%; margin:0 0 10px 0;
-moz-border-radius: 2px; -webkit-border-radius: 2px; -ms-border-radius: 2px; border-radius: 2px;
}
.login_popup .txtfld { width:96%; height: 85px; border: thin solid #C1C1C1; color: #000; padding: 0 2%; margin:0 0 10px 0;
-moz-border-radius: 2px; -webkit-border-radius: 2px; -ms-border-radius: 2px; border-radius: 2px;
}
.login_btn { margin:5px 0 0 0; }



.query_details_body { margin:0 0 20px 0; }
.query_details_body .query_list { margin:15px 0 0 0;}
.query_details_body .query_list .query_question { background:rgba(0,0,0,0.06); padding:7px 10px; margin:0 0 10px 0; }
.query_details_body .query_list .query_question a { color:#8E7A35; text-decoration:none; font-weight:bold;font-size:18px;  }
.query_details_body .query_list .query_question a:hover { text-decoration:underline; }
.query_details_body .query_list .query_question .txt { color:#000;}
.query_details_body .query_list ul li { border-bottom: 1px solid #d6d6d6; padding: 12px 0 12px 0; }
.query_details_body .query_list ul li:last-child { border-bottom:none;}
.query_details_body .query_list h2{font-size:13px; color:#353433;}
.query_details_body .query_list i{font-size:12px; color:#777777;  }
.query_details_body .query_list p{font-size:12px; color:#5A5A5A; line-height:19px; margin:0 0 5px 0; }
.query_details_body .reply_list { background:#fff; padding:7px 10px; }
.query_details_body .reply_box { margin:0px 0 25px 0; }
.query_details_body .reply_box h3 {background:rgba(0,0,0,0.07);  padding:4px 10px; margin:0 0 10px 0; }
.query_details_body .reply_box .reply_txt_fld {
width:98.5%; height: 100px; border: thin solid #C1C1C1; color: #000; padding:.7%; margin:0 0 10px 0; font-family:Arial, Helvetica, sans-serif;
-moz-border-radius: 2px; -webkit-border-radius: 2px; -ms-border-radius: 2px; border-radius: 2px; }
.query_details_body .reply_box .reply_btn { padding: 8px 35px;margin: 0px 0 0 0; }



.common-bdy{float:left; width:100%; margin:20px 0 20px 0;}
.heading {
    font-size: 18px;
    text-transform: uppercase;
    color: #fefefe;
    padding: 9px 0 9px 0;
    border-bottom: solid 1px rgba(0,0,0,0.2);
    margin-bottom: 20px;
}
.product_cart {
    border: 1px solid #eeeadf;
}
.opened_bgcolor {
    background: #eaeaea !important;
    height: 33px;
	color: #484848;
}
.opened_111 {
    padding: 10px;
    color: #484848;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
}
.order_tx {
    padding: 10px;
    color: #000;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
}
.cart .cart-table tr th {
    background: #eaeaea;
    padding: 8px 15px 8px 15px;
    font-weight: bold;
    color: #484848;
    font-size: 13px;
}
.cart .cart-table tr td {
    border-bottom: thin solid rgba(0,0,0,0.1);
    padding-top: 10px;
    padding-bottom: 10px;
}
.cart .product-details {
    width: 59%;
    height: auto;
    float: left;
    position: relative;
}
.cart .product-details .product-image-div {
    width: 50px;
    margin: 0 1.5%;
    float: left;
    margin-left: 15px;
    border: thin solid #c9c9c9;
    padding: 3px;
}
.cart .books-details {
    float: left;
    width: 80%;
}
.cart .books-details h4 {
    font-size: 13px;
    color: #353433;
    margin-bottom: 4px;
}
.cart .cart-pro-right {
    width: 40.185%;
    height: auto;
    margin-left: 0.5050505050505051%;
    float: left;
}
.cart .cart-price {
    width: 24.949495%;
    height: auto;
    float: left;
    padding-right: 4.505051%;
}
.cart .cart-qty {
    width: 18.619192%;
    height: auto;
    float: left;
    padding-right: 4.505051%;
}
.cart .cart-product-price-total {
    width: 29.25%;
    height: auto;
    float: left;
    padding-right: 8.505051%;
    text-align: center;
}
.payment_successful_table {
    border-top: 1px solid #c7c6c6;
    border-bottom: 1px solid #c7c6c6;
}
.payment_successful_table tr td {
    padding: 0 10px;
    vertical-align: top;
    color: #111;
    position: relative;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-right: 1px solid #c7c6c6;
}
.opened_1 {
    padding: 10px;
    color: #ffffff;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
}
.payment_shipping {
    font-family: Arial, Helvetica, sans-serif;
    color: #4f4e4e;
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
}
.total_amt {
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    color: #4f4e4e;
    font-size: 12px;
    font-weight: bold;
    margin: 8px 0 0 0;
}
.total_rs {
    font-family: Arial, Helvetica, sans-serif;
    color: #111;
    font-size: 12px;
    font-weight: bold;
    padding-left: 60px;
}
.total_amt_2 {
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    color: #4f4e4e;
    font-size: 12px;
    font-weight: bold;
    margin: 8px 0 0 0;
    border-bottom: thin solid #c7c6c6;
    padding-bottom: 15px;
}
.paid_amt {
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    color: #4f4e4e;
    font-size: 18px;
    font-weight: bold;
    margin: 8px 0 0 0;
}
/*############### 31.12.2015 #############################*/

.submt_ordno img{ cursor:pointer;}
.line{ width:100%; height:1px; background:#F1D39F; margin:20px 0 20px 0px;}
.booking-details-note{width:100%; height:auto; float:left; margin:10px 0 20px 0; padding-bottom:8px; line-height:28px; border-bottom:thin solid rgba(0,0,0,0.2); }

.booking-details-note-heading{ background:rgba(236, 235, 216, 0.7); width:93%; padding:2px 3%; font-size: 14px; font-weight: bold;}

.conversation{ width:100%; height:auto;}

.conversation-block-user{ width:96%; float:left; padding:0 2% 8px 2%; border-bottom:thin solid rgba(0,0,0,0.1);}
.conversation-block-user:last-child{ width:100%; padding:0 0 8px 0px;}
.conversation-block-admin{ width:96%; float:left; padding:0 2% 8px 2%; border-bottom:thin solid rgba(0,0,0,0.1); background:rgba(0,0,0,0.05); float:left;}
.conversation-message{ width:100%;  height:auto; margin:0 0 15px 0px; float:left;}
.conversation-block-user .sbmt_btn{ margin-top:10px;}
.my_account .cart .cart-table tr td {
    border-bottom:none;
    padding-top: 10px;
    padding-bottom: 10px;
}
.my_account .cart .product-details .product-image-div{ margin-left:0px;}