	@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body{ margin:0 auto;padding:0px;font-size: 13px;font-family:'open_sansregular', Calibri, Arial;}
header{ width:100%; margin:0px; background:url(../images/head-bg.jpg) repeat-x left top; }
.logo{width:100%;margin:14px 0 14px 0;padding:0px;float:left;}
#banner{width:100%;margin:0px;padding:0px;}
.head-rcol {width:100%;margin:0px;padding:0px;float:right;list-style:none;text-align:right;}
.head-rcol li { width:100%; margin:10px 0 2px 0;padding:0px;float:right; font-size:12px; color:#333}
.head-rcol li a{ color:#060; text-decoration:none;}
.search-coloum{width:100%;margin:20px 0 0 0;padding:0px;float:left;display:table;}
.search-bar{width:100%;margin:0px;padding:0px;float:left;display:table;}
.input-group-2 {border-collapse: separate;display: table;position: relative;}
.text-search-new {border: 1px solid #a3a3a3;color: inherit;font-size:13px;height: 28px;margin: 0px;max-width: 100%;outline: medium none;padding: 0 0 0 5px;width: 100% !important;}
.input-group-btn-head {font-size: 0;position: relative;white-space: nowrap;display: table-cell;vertical-align: middle;white-space: nowrap;width: 1%;}
.head-search-go {background: #0193de none repeat scroll 0 0;border: 0 none;color: #fff;font-family: Calibri,Arial;font-size: 15px;padding: 5px;text-indent: inherit;width: auto;}
#menu-wrap {width: 100%; margin: 0px;padding: 0px;/*float: left;*/background: url(../images/menu-bg.jpg) repeat-x left top #392420;}
.menu-container{width:100%;margin:0px;padding:0px;float:left;}
.menu-container ul{width:100%;margin:0px;padding:0px;float:left;list-style:none;}
.menu-container ul li{margin:0px;padding:0px;float:left;font-size:13px;border-right:1px #48a9dc solid;}
.menu-container ul li:last-child{border-right:0px;}
.menu-container ul li a{margin:0px;padding:11px 14px 11px 14px;float:left;font-size:13px;color:#fff;}
.menu-container ul li a:hover{text-decoration:none;}
/* product box
----------------------------------------------------------------------------- */
.owl-scroll{padding-left:5px !important;padding-right:5px !important;}
.owl-item .col-md-12{ margin:0px;padding:0 10px 0 10px;s}
.product-box{width:100%;margin:30px 0 0 0;padding:0px;position: relative;background-color:#f8f8f8;}
.product-box img{margin:0 auto; overflow:hidden;}
.product-box-inn{width:100%;margin:0px;padding:0px;position: relative;background-color:#f8f8f8;}
.product-box-inn img{margin:0 auto; overflow:hidden;}
.product-wrap{width:100%;margin:0 0 25px 0;padding-bottom:10px;float:left;}
.pro_col{width:100%;margin:0px;padding:0px;float:left;}
.pro_col:hover{
	background-color:#fff;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
	box-shadow: 0px 0px 5px #ccc;
}
.pro-img{width:100%;margin:0px;padding:0px;float:left;display:  inline-block;overflow: hidden;}
.pro-img img{width:100%;height:auto;display:block;line-height: 0;
    -webkit-transition: all 0.3s ease; /* Safari and Chrome */
    -moz-transition: all 0.3s ease; /* Firefox */
    -ms-transition: all 0.3s ease; /* IE 9 */
    -o-transition: all 0.3s ease; /* Opera */
    transition: all 0.3s ease;
}
.pro-img:hover img {-webkit-transform:scale(1.09); -moz-transform:scale(1.09); -ms-transform:scale(1.09); -o-transform:scale(1.09); transform:scale(1.09); overflow:hidden;}
.pro_col h1{width:100%;margin:-35px 0 0 0;padding:9px 0 8px 8px;float:left;display:inline-block;text-align:left;font-size:16px;font-weight:normal;color:#fff;	background:rgba(0, 0, 0, 0.7);position:relative;}
.pro_col_text{width:100%;min-height:80px;margin:5px 0 0 0;float:left;font-size:13px;color:#2b2b2b;font-weight:normal;text-align:justify;}
.pro_text_link{width:100%;margin:0px;padding:0px;float:left;text-align:left;}
.pro_text_link a{padding:5px 10px 5px 10px;font-size:12px;color:#fff;font-weight:normal;background:#808080; -webkit-border-radius: 2px;	-moz-border-radius: 2px;	border-radius: 2px;}
.pro_text_link a:hover{background:#6b6b6b;color:#fff;text-decoration:none;}
/* product box closed
----------------------------------------------------------------------------- */
.col-item{width:100%;margin:0px;padding:0px;position:relative;border: 1px solid #e0e0e0; border-radius: 6px; -webkit-border-radius: 6px;-moz-border-radius: 6px; background: #FFF;}
.col-item:hover{-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;-o-transition:all 0.2s linear;-ms-transition:all 0.2s linear;transition:all 0.2s linear;box-shadow:0px 0px 5px #ccc;}
.col-item .photo{width:100%;margin:5px 0 0 0;padding:0px;float:left;display: inline-block;overflow: hidden;}
.col-item .photo img{width:100%;height:auto;display:block;line-height: 0;
    -webkit-transition: all 0.3s ease; /* Safari and Chrome */
    -moz-transition: all 0.3s ease; /* Firefox */
    -ms-transition: all 0.3s ease; /* IE 9 */
    -o-transition: all 0.3s ease; /* Opera */
    transition: all 0.3s ease;
}
.col-item .photo:hover img {-webkit-transform:scale(1.11); -moz-transform:scale(1.11); -ms-transform:scale(1.11); -o-transform:scale(1.11); transform:scale(1.11); overflow:hidden;}
.col-item .info{padding: 10px;border-radius: 0 0 5px 5px;margin-top: 1px;}
.col-item:hover .info {background-color: #fff;}
.col-item .price{width: 100%;float:left;margin: 0px;}
.col-item .price h5{margin:10px 0 15px 0;padding:0px;text-align:left; font-size:15px;}
.col-item .price h5 a{ color:#171717;}
.product-price{color: #5f5f5f; font-size:13px; margin:0 0 20px 0}
.product-price i{ color: #5f5f5f; font-size:14px; margin-right:5px;}
.col-item .separator{border-top: 1px solid #E1E1E1;}
.clear-left{clear: left;}
.col-item .separator p{line-height: 20px;margin-bottom: 0;margin-top: 10px;text-align: left;}
.col-item .separator p i{margin-right: 7px; float:left; font-size:17px;}
.col-item .btn-add{ width:100%; float: left; border-right: 1px solid #E1E1E1;}
.col-item .btn-add a{color:#333; font-size:12px; margin:-2px 0 0 0; float:left}
.col-item .btn-details{width: 100%;float: left;margin:0px; padding:0px;}
.col-item .btn-details a{color:#333; font-size:12px; margin:-2px 0 0 0; float:left;}
.controls{margin-top: 20px;}
[data-slide=&quot;prev&quot;]
{margin-right: 10px;}


h4.title{width:100%;padding:0px;margin:40px 0 30px 0;overflow:hidden;border-bottom:1px #c9c9c9 dotted; text-align:center}
h4.title .line{margin:-12px 0 0 0;padding:0 12px 0 12px;text-align:center;color:#000;font-size:21px;font-weight:bold;text-transform:uppercase;background:#fff; position:absolute; left:44%;}
h4.title.m{margin-top:15px;overflow:hidden;width:100%;}
h4.title strong{color:#d70004;}
.slider-nav-wrap{ width:100%; float:left;margin:45px 0 0 0;padding:0px; text-align:center;border-bottom:1px #CCC solid;}
.slider-nav{ margin:-14px 0 0 0;padding:0 8px 0 8px; left:47%; text-align:center; position:absolute; background:#fff;}
.slider-nav .left{margin-right:6px;background:url(../images/slider-arrow.jpg) 8px center no-repeat #fff;}
.slider-nav .right{background: url(../images/slider-arrow.jpg) -9px center no-repeat #fff;}
.slider-nav .pull-right{background-color:#fff;padding-left:10px;padding-right:1%;}
.slider-nav .left,.slider-nav .right{display:inline-block;width:28px;height:28px;cursor:pointer;border:1px #c8c8c8 solid;}
.slider-nav .left:hover,.slider-nav .right:hover{background-color:#fff;}
.slider-nav .button:hover{text-decoration:none;}
/* product box
----------------------------------------------------------------------------- */
footer{width:100%; margin-top:35px; background:url(../images/head-bg.jpg) repeat left top; border-top:1px #dddddd solid}
.footer-col {width:100%;color: #8a8989;float: left;margin:0px;padding-bottom: 15px;}
.footer-col h4 {margin: 30px 0 10px 0;padding:0 0 11px 0;position: relative;color: #131313;font-size: 13px;font-weight: normal;text-transform:uppercase;	border-bottom:1px #c9c9c9 solid;}
.footer-col-content{width:100%;margin:0px;float:left;}
.footer-col-content p{width:100%;margin:0px;float:left;line-height:22px;font-size:12px;color:#313131;}
.footer-col-content ul{width:100%;margin:0px;padding:0px;float:left;list-style:none}
.footer-col-content li{width:100%;margin:0px;padding:4px 0 4px 0;float:left;}
.footer-col-content li a{font-size:12px;color:#313131;}
.social{margin:15px 0 0 0;padding:0px;float:left;}
.social a{color:#fff !important;}
.btn-social {width: 29px;height: 28px;padding: 0;border: 0 none;border-radius: 100%;color: #fff;display: inline-block;line-height:27px;text-align: center;}
.btn-social:hover{color:#fff;}
.social .btn {margin-bottom: 0;padding: 0px; -moz-user-select: none;border: 1px solid transparent;cursor: pointer;display: inline-block;font-size: 14px !important; font-weight: normal;text-align: center;vertical-align: middle;white-space: nowrap;/*-webkit-border-radius: 11px;-moz-border-radius: 11px;border-radius:11px;*/}
.social .btn i{ font-size:16px;}
.btn-social.btn-facebook {background: #4f7dd4 none repeat scroll 0 0;}
.btn-social.btn-linkedin {background: #21a6d8 none repeat scroll 0 0;}
.btn-social.btn-google-plus {background: #dc422b none repeat scroll 0 0;}
.copyright{ width:100%;margin:10px 0 10px 0; float:left;font-size:11px;color:#333}
.footer-link{ width:100%;margin:10px 0 10px 0; float:left;font-size:11px;color:#333;text-align:right}
.footer-link a{color:#333;}
/* product box closed
----------------------------------------------------------------------------- */
/* inner container
----------------------------------------------------------------------------- */
.banner {width:100%; height:auto;margin:10px 0 0 0;padding:0px; background:#999}
.banner img {width:100%;height:auto;display:block;}
.text-container{width:100%;margin:5px 0 0 0;padding:0px;font-size:13px;color:#2b2b2b;text-align:justify;}
.product-heading {width:100%;height:100%;margin-top:15px;padding:7px 0 7px 0;border-bottom:solid 1px #d9d9d9;color:#9E561A;font-weight:normal;font-size:18px;}
.sub-title {height:100%;margin:18px 10px 6px 10px;padding:5px 0 5px 7px;color:#151515;font-weight:normal;font-size:17px; background:#f6c67e}

#form {display: block;margin-top: 100px;margin-bottom: 150px;overflow: hidden;}
#form .col_sm_offset {margin-left:12.33333333%}
.login-form {border:solid 1px #ddddd9;padding:20px;-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;}
.signup-form {width:100%;float:left;border:solid 1px #ddddd9;padding:20px;-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;}
.login-form h2, .signup-form h2 {
  color: #333;
  font-family: 'open_sansregular';
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 25px;
  border-bottom:dashed 1px #c6c6c6;
  padding:10px 10px 13px 0px;
}
.login-form form input, .signup-form form input {
  background: #eaeae7;
  border: medium none #dddddd;
  color: #696763;
  display: block;
  font-family: 'open_sansregular';
  font-size: 14px;
  font-weight: 300;
  height: 40px;
  margin-bottom: 10px;
  outline: medium none;
  padding-left: 10px;
  width: 100%;
}

.login-form form span{line-height: 25px;}
.login-form form span input {width: 15px;float: left;height: 15px;margin-right: 5px;}
.login-form form button {margin-top: 23px;}
.login-form form button, .signup-form form button {background: #C59E65;border: medium none;border-radius: 0;color: #FFFFFF;display: block;padding: 6px 25px;}
.login-form label{}
.login-form label input {border: medium none;display: inline-block;height: 0;margin-bottom: 0;outline: medium none;padding-left: 0;}
.or-col{width:100%;margin:75px 0 30px 0;float:left;text-align:center;}
.or{background: #3b424b;border-radius: 40px;color: #FFFFFF;font-size: 16px;height: 50px;line-height: 50px;margin:0 auto;text-align: center;width: 50px;}
.login-form .btn-default:hover{color:#fff;background-color:#3b424b;border-color:#adadad;}
.signup-form .btn-default:hover{color:#fff;background-color:#3b424b;border-color:#adadad;}
.shoping-details{font-size: 16px;color:#333;padding:10px 10px 10px 0;margin-top:50px;margin-bottom:15px;}
.product-info{float:right;font-size:12px;color:#5f5f5f;}
.date-details{padding-right:20px;}
.rupee-details{font-size:18px;padding-right:30px;}
.white-space {padding: 6px 0;}
.form-space {padding: 10px;}
.form-data-page{font-size:13px;}
.btn-order {
	background: #3498db;
	background-image: -webkit-linear-gradient(top, #d89845, #b36f25);
	background-image: -moz-linear-gradient(top, #d89845, #b36f25);
	background-image: -ms-linear-gradient(top, #d89845, #b36f25);
	background-image: -o-linear-gradient(top, #d89845, #b36f25);
	background-image: linear-gradient(to bottom, #d89845, #b36f25);
	-webkit-border-radius: 2;-moz-border-radius: 2;border-radius: 2px;color: #ffffff;font-size: 15px;padding: 10px 20px 10px 20px;text-decoration: none;}
.btn-order:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #b36f25, #d89845);
  background-image: -moz-linear-gradient(top, #b36f25, #d89845);
  background-image: -ms-linear-gradient(top, #b36f25, #d89845);
  background-image: -o-linear-gradient(top, #b36f25, #d89845);
  background-image: linear-gradient(to bottom, #b36f25, #d89845);
  text-decoration: none;color: #ffffff;}
.btn-save{ margin-top:5px; padding: 6px 25px;background: #ed5258 none repeat scroll 0 0;border:none;border-radius: 0;color: #ffffff;display: block;}
.btn-save:hover{background-color: #3b424b;border-color: #adadad;color: #fff;}
.address-container{ width:100%;margin:0px;float:left;}
.address-data{width:100%;height:auto;background-color:#f2f5f6;padding:10px;font-size:13px;border:solid 2px #c6c4c4;margin-bottom:20px;}
.set-as-default{padding-top:10px;}
.set-as-default a{color:#069;font-weight:bold;font-size:12px;}
.set-as-default a:hover{text-decoration:underline;}
.delete-address{padding-top:10px;}
.delete-address a{color:#C00;font-weight:bold;font-size:12px;}
.delete-address a:hover{text-decoration:underline;}

.D-address{ width:100%;margin:0 0 25px 0; display:block; padding:17px; float:left; position:relative; background:#f9f9f9; border:1px #e6e6e6 solid;}
.D-address:hover{ border:2px #FCCA70 solid; padding:16px;}
.D-address h3{ width:100%; margin:0 0 10px 0; padding:0 0 9px 0; float:left; border-bottom:1px #e6e6e6 solid; font-size:15px;}
.D-address p{ width:100%; margin:0 0 25px 0; padding:0px; line-height:20px; color:#555555}
.deliver-here{ width:100%; margin:0px; padding:0px; font-size:12px;text-align:center; text-transform:uppercase; font-weight:bold;}
.deliver-here a{width:90%; float:left; color:#3d3d3d;padding:7px 30px; background:#f2f2f2; border:1px #c9c9c9 solid;-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;}
.deliver-here a:hover{background:#ed5258; border:1px #e54e54 solid; color:#fff; -webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;}

.add-new-add{ width:100%; margin:10px 0 0 0; padding:25px 0 0 0px; font-size:12px;text-align:center; text-transform:uppercase; font-weight:bold; border-top:1px #c9c9c9 dotted;}
.add-btn{color:#565656;padding:7px 40px; background:#f2f2f2; border:1px #c9c9c9 solid;-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;}
.add-btn:hover{background:#ed5258; border:1px #e54e54 solid; color:#fff; -webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;}
.address-container .modal-body {padding: 15px;position: relative; font-size:13px;color:#333;}
/*.add-new-add a{color:#565656;padding:7px 40px; background:#f2f2f2; border:1px #c9c9c9 solid;-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;}
.add-new-add a:hover{background:#ed5258; border:1px #e54e54 solid; color:#fff; -webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;}*/
.address-icons {position: absolute;top: 0; right:20px;}
.address-icons a i{ margin:10px 4px 0 4px; color:#4d4d4d; font-size:18px;}
.amount-payable{font-size:14px;color:#333; font-weight:normal}
.amount-rs{font-size:22px;}

.lgoin-id-checkout{font-size:14px;margin-top:15px;color:#4b4b4b;}
.delivery-address{font-size:14px;background-color:#0686c8;color:#FFF;padding:10px;margin-bottom:10px;}	
.dropdown:hover .dropdown-menu {display: block;}

/* product dsiplay container
----------------------------------------------------------------------------- */
.product-container{width:100%;margin:10px 0 20px 0;padding:10px;float:left; border:1px #e8e8e8 solid; background:#f4f4f4}
.product-pic{width:100%;margin:0px;padding:0 0 10px 0;float:left;display: inline-block;overflow: hidden;border-bottom:solid 1px #b9b8b8;background:#fff}
.product-pic img{width:100%;height:auto;display:block;line-height: 0;
    -webkit-transition: all 0.3s ease; /* Safari and Chrome */
    -moz-transition: all 0.3s ease; /* Firefox */
    -ms-transition: all 0.3s ease; /* IE 9 */
    -o-transition: all 0.3s ease; /* Opera */
    transition: all 0.3s ease;}
.product-pic:hover img {-webkit-transform:scale(1.11); -moz-transform:scale(1.11); -ms-transform:scale(1.11); -o-transform:scale(1.11); transform:scale(1.11); overflow:hidden;}
.pro-category-col{ width:100%;margin:0px;float:left;}
.pro-category-col h2{ width:100%;margin:10px 0 5px 0;float:left; font-size:15px; color:#171717}
.pro-category-col h2 a{color:#171717}
.pro-detail-col{ width:100%;margin:0px;float:left;}
.pro-detail-col h2{ width:100%;margin:20px 0 15px 0;float:left; font-size:15px; color:#171717}
.pro-detail-col h2 a{color:#171717}
.pro-detail-col p {width:100%;margin:0 auto;font-size:15px;padding-top:10px;padding-bottom:10px;}
.pro-detail-col p i { font-size:14px; color:#666; margin-right:5px}
.product-btns {width:100%;margin:10px 0 0 0;padding:10px 0 0 0;float:left;border-top: 1px solid #E1E1E1;}
.clear-left{clear: left;}
.product-btns p{line-height: 20px;margin-bottom: 0;margin-top: 10px;text-align: left;}
.product-btns p i{margin-right:6px; float:left; font-size:16px;}
.product-btns .btn-add{ width:100%; float: left;margin:0px; padding:0px;border-right: 1px solid #E1E1E1;}
.product-btns .btn-add a{color:#333; font-size:12px; margin:-2px 0 0 0; float:left}
.product-btns .btn-details{width: 100%;float: left;margin:0px; padding:0px;}
.product-btns .btn-details a{color:#333; font-size:12px; margin:-2px 0 0 0; float:left;}

.category-heading {width:100%;height:100%;margin-top:25px;padding:10px 0 10px 0;color:#535353;font-weight:bold;	text-transform:uppercase;font-size:13px;border-top:solid 1px #cfcfcf;border-bottom:solid 1px #cfcfcf;}
.product-category ul {margin:5px 0 0 5px;padding:0px;list-style:none;}
.product-category ul li {width:100%;padding:4px 0 4px 20px;	font-size:13px;border-bottom:dashed 1px #b9b8b8;background:url(../images/product-arrow.png) no-repeat 5px 12px;}
.product-category ul li a {text-decoration:none;color:#2b2b2b;}
.product-category ul li a:hover {text-decoration:none;color:#000;}
.product-category ul li:last-child {border:none;}
.price-category {width:100%;height:auto;margin-top:15px;}
.price-category-form {width:100%;height:auto;font-size:13px;margin-top:5px;}
.price-category-form input[type=radio] {margin:5px;}
.metal {width:100%;height:auto;font-size:13px;margin-top:5px;}
.metal-form input[type=radio] {	margin:5px;}
.search_box {width:100%;height:auto;font-size:13px;margin-top:5px;}
.search_box input[type="checkbox"], [type=radio] {margin:5px;}

/* product dsiplay container closed
----------------------------------------------------------------------------- */
.product-details {margin-top:25px;}
.product-name {width:100%;margin:0 0 10px 0;padding:0 0 7px 0px;color:#392421;font-size:16px;}
.product-data {width:100%;color:#666;font-size:13px;text-align:justify;}
.product-data-col{ width:100%; margin:0px; padding:0px;}
.product-data-col ul{ width:100%; margin:0px; padding:0px; list-style:none}
.product-data-col ul li{ width:100%; margin:0px; padding:0 0 5px 0; color:#2b2b2b}
.product-data-col ul li strong{ font-weight:normal; color:#747474; padding-right:5px;}
#pro_frm_col{width:100%;margin:10px 0 10px 0;padding:10px 0 10px 0;float:left; border-top:2px #d9d9d7 dotted; border-bottom:1px #dddddd solid}
.price-wrapper {width:100%;padding-top: 5px;clear: both;float: left;font-size: 24px;color: #a7188e;display: block;}
.pricing{width:100%;margin:0 0 15px 0px;padding:0px; float:left; font-size:15px; color:#787878;}
.pricing .price {text-decoration: line-through;}
.pricing .selling-price{width:100%; margin:8px 0 3px 0;float:left;color: #565656;font-size: 25px;font-weight: bold;}
.pricing .sticky-message { float:left; display: inline-block;font-size: 12px;position: relative;color:#848484;}
.buy-now a {background-color:#ed5258;padding:10px 20px 10px 20px;color:#FFF;text-decoration:none;float:left;}
.add-to-wishlist a {background-color:#3b424b;padding:10px 20px 10px 20px;float:left;color:#FFF;margin-left:10px;text-decoration:none;}



.pro-img-container{background: none repeat scroll 0 0 white;border: 1px solid #efeeee;margin-bottom: 19px;padding: 25px;position: relative;text-align:center;}
.pro-img-container img{width:100%;height:auto;display:block;margin:0 auto;}
.product-container h5{width:100%;margin:0 0 13px 0;padding:0px;float:left;color: #898989;font-size:13px !important;font-weight:normal;}
.content_price {width:100%;line-height: 21px;padding: 5px 0 15px 0;}
.price.product-price {padding-left:17px;color: #342c2f;font-size:20px;text-align:left;font-weight:normal;background:url(../images/rupee_icon.jpg) no-repeat 2px 15px;}
.button-container{margin:0 0 5px 0;/*margin: 0 -3px 10px 0;*/}
.button.ajax_add_to_cart_button {background: none repeat scroll 0 0 #ed5258;border: 0 none;color: #fff;margin: 0;overflow: hidden;}
.btn.button {background: none repeat scroll 0 0 #3b424b;border: medium none #b7b7b7;color: white;font: 300 12px/16px ;padding: 13px 21px 14px;text-transform: uppercase;transition: all 0.3s ease 0s;white-space: normal;}
*, *:before, *:after {box-sizing: border-box;}
ul.product_list.grid > li .product-container .button-container .ajax_add_to_cart_button, ul.product_list.grid > li .product-container .button-container span.button, ul.product_list.grid > li .product-container .button-container .lnk_view {margin: 0 -3px 10px 0;}
.button.ajax_add_to_cart_button {background: none repeat scroll 0 0 #ed5258;border: 0 none;color: #fff;margin: 0;overflow: hidden;}
.btn.button {border: medium none #b7b7b7;color: white;font: 300 12px/16px;padding: 10px 17px 10px;text-transform: uppercase;transition: all 0.3s ease 0s;    white-space: normal;}
.Rviewed-col { width:100%;margin:0; padding:10px; float:left;background:#eeeeee;}
.Rviewed-col h3{ width:100%;margin:0; padding:0 0 15px 0; font-size:15px; color:#A25917}
.Rviewed { width:100%;margin:0; padding:0px; float:left; list-style:none;}
.Rviewed li{ width:100%;margin:0 0 20px 0; float:left;}
.Rviewed li img { width:100%; height:auto; display:block; border:1px #e5e5e5 solid}
.Rviewed li p{ width:100%;margin:7px 0 0 0; float:left; text-align:center; font-size:12px; color:#333}
.Rviewed li p a{color:#333}
/* wish list 
----------------------------------------------------------------------------- */
.table-bordered {border:none !important;/*border: 1px solid #c4c4c4;*/}
table {border-collapse: collapse;border-spacing: 0;}
table tr td{border: 1px solid #c4c4c4 !important;}
.table > thead > tr > th {
    color: #282828;
    font-family: "open_sansregular";
    font-weight: bold;
    vertical-align: middle;
	background: #f2d293 none repeat scroll 0 0;
	border: 1px solid #c4c4c4 !important;
}
.table tbody > tr > td {vertical-align: middle;}
#cart_summary{width:100%;margin:0px;padding:0px;}
.product_name {width:100%;margin:0 0 10px 0;padding:0px;font-size:13px;}
.product_name a{color:#392421;}

#cart_summary tbody td.cart_product{padding: 0 5px 5px 0;width: 120px;height:103px;text-align:center;}
#cart_summary tbody td.cart_product img{width: 120px;height:103px;}
.buy_now {font-size: 12px;font-weight: normal;margin: 0 auto;white-space: nowrap;}
.buy_now a { color: #fff;margin-top:5px;padding: 3px 10px;background: #3b424b none repeat scroll 0 0;border: 1px solid #3b424b;border-radius: 3px;vertical-align:middle;}
.buy_now p { float:left; margin-top:5px;padding: 3px 10px;color: #fff;background: #3b424b none repeat scroll 0 0;border: 1px solid #3b424b;border-radius: 3px;vertical-align:middle;}
#cart_summary tbody td.cart_unit .price span.price-percent-reduction {margin: 5px auto;display: inline-block;}
#cart_summary tbody td.cart_unit .price span.old-price {text-decoration: line-through;}
#cart_summary tbody td.cart_description small {display: block;padding: 5px 0 0 0;}


.change-address {margin-top:8px;}
.change-address a{padding:6px 20px 6px 20px;color:#565656; font-size:12px; text-transform:uppercase; background:#f2f2f2; border:1px #c9c9c9 solid;-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;}
.change-address a:hover{background:#ed5258; border:1px #e54e54 solid; color:#fff; -webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;}
.order-summary{ width:100%;margin:0 0 15px 0;padding:0px;font-weight:bold;}
.delivery-add{ width:100%;margin:0px;padding:0px;float:left}
.delivery-add span{ width:100%;margin:0 0 7px 0;padding:0px;float:left}
.pname{margin:0px;padding:0px;float:left;font-size:15px;font-weight:bold}
.contac-num{margin:2px 0 0 12px;padding:0px;float:left;font-size:14px;}
/*#cart_summary tfoot td.price {
	text-align: right;
}
#cart_summary tfoot td.total_price_container span {
	font: 600 18px/22px 'open_sansregular';
	color: #555454;
	text-transform: uppercase;
}
#cart_summary tfoot td#total_price_container {
	font: 600 21px/25px 'open_sansregular';
	color: #232323;
	background: white;
}*/
.label {display: inline-block;padding: 6px 10px;white-space: normal;}
.label-success {background-color: #ed5258;}
.label {border-radius: 0.25em;color: white;display: inline;font-size: 75%;font-weight: bold;line-height: 1;padding: 0.2em 0.6em 0.3em;text-align: center;vertical-align: baseline;white-space: nowrap;}
.cart_unit .price i{ font-size:15px; margin-right:4px; color:#434343;}
.cart_total .price i{ font-size:15px; margin-right:4px; color:#434343;}
.cart_total_price .price i{ font-size:15px; margin-right:4px; color:#434343;}
.price {color: #000;font-size: 16px;font-weight: normal;white-space: nowrap;}
#cart_summary td .cart_unit .price span {display: block;}
#cart_summary td.cart_unit .price span .price-percent-reduction {display: inline-block;margin: 5px auto;font-size:85%;}
.old-price {margin-top:3px;display:block;font-size:13px;color: #acadaa;font-weight: normal;}
.cart_delete a.cart_quantity_delete, a.price_discount_delete {color: #444444;font-size: 23px;}
.text-right {color: #444444;font-weight: bold;}
#cart_summary tfoot td.price {text-align: right;}
.total_price_container {background:#fff;color: #232323;font-size:19px; font-weight:bold;text-align:right;}
.total_price_container i{ font-size:18px;margin-right:4px; color:#434343;}
.shipping-charge{color: #2b2b2b;font-size: 13px;font-weight: normal;white-space: nowrap; text-align:right}
.table tbody > tr > td.cart_quantity { padding: 0px;text-align:center;}
.table tbody > tr > td.cart_quantity select { width:50px; border:1px #b2b2b2 solid}
.cart_voucher {padding-left: 18px !important;vertical-align: top !important;border-left:none !important;}
.pro-detail-btn{ width:100%;margin:15px 0 0 0; padding:0px;float:left; text-align:right}
.pro-detail-btn .continue{margin:0 7px 10px 0; padding:10px 20px 10px 20px;float:left;background:#ed5258; font-size:13px; text-align:center; color:#fff}
.pro-detail-btn .porder{margin:0px; padding:10px 20px 10px 20px;float:left;background:#3b424b; font-size:13px; text-align:center; color:#fff}

#title-wraper{width:100%;margin:0 0 40px 0;padding:88px 0 0 0; display:block; position:relative; z-index: 1;background:#000;}

.title-bg{background:url(../images/title-banner.jpg) no-repeat center top scroll;left:0;right:0;top:0;bottom: 0;height:100%;z-index:-1;opacity:.4; background-color:#000000; position:absolute; background-size:cover;}
.inner2 {float:left;width:100%;display:table;}
.inner-title2 {width: 50%;float: none;padding:20px 0 35px 0;display: table-cell;vertical-align: middle;}
.inner-title2 > h3 {width: 100%;float: left;margin: 0;font-family:'open_sansregular';font-size:26px;color:#ffffff;text-align:left;font-weight: normal;}
.inner-title2 > span {width: 100%;float: left;margin-top: 7px;font-size: 13px;color: #ffffff;}

.proDetails ul {margin:0;padding:0;list-style:none;}
.proDetails li {width: 100%;float: left;font-size: 12px;margin-bottom: 10px;font-size: 14px;padding: 5px 0px 5px 0px;border-bottom: 1px solid #e8e8e8;}
span.attribute {width: 30%;float: left;color: #8b8b8b;padding-left: 15px;}
.attrValue {width: 45%;float:left;}
.countHead {
	font-size: 14px;
	background: #f1f1f1;
	padding: 5px 10px;
	border: 1px solid #e1e1e1;
	float: left;
	width: 100%;
	font-weight: bold;
	color: #66656b;
	display:block;
	margin-bottom:10px;
	margin-top:10px;
}
.priceTable {float: left;width: 100%;font-weight:normal !important;}
.priceTable td {
	border-bottom: 1px solid #e8e8e8;
	font-size: 14px;
	margin-bottom: 0;
	padding:10px 0 10px 5px;
	font-weight:normal !important;
	border: 1px solid #e1e1e1;
}
.priceTable th label {
	color: #656469;
	width: 20%;
	padding:10px 0 10px 5px;
	background-color:#f1f1f1;
	border: 1px solid #e1e1e1;
}
label {max-width: 100%;margin-bottom: 5px;display: inline-block;font-weight:normal !important;}
.pricecomp {width: 20%;}
.pricerate {width: 20%;}
.priceweight {width: 20%;}
.pricecompinner {width: 20%;}
.pricecompinnergem {width:20%;}
/*.product-pic {
	width:90%;
	margin:0 auto;
	border-bottom:solid 1px #b9b8b8;
}*/
.product-pic img {max-width:100%;height:auto;display:block;}

.card {font-weight: 400;}
.md-accordion .card .card-header {border-bottom: 0;padding: 0px;background: 0 0;}
.accordion > .card .card-header {margin-bottom: -1px;}
.card-header:first-child { border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;}
.md-accordion .card .card-header a {
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
	outline:none;text-decoration:none
}
.card-header a:active{ text-decoration:none}
.md-accordion .card:first-of-type, .md-accordion .card:not(:first-of-type):not(:last-of-type) {border-bottom: 1px solid #e0e0e0;}
.mb-0, .my-0 {margin: 20px 0; font-size:18px; text-align:left;}
.card-body {font-size:14px;  padding-bottom: 20px; -webkit-border-radius: 0 !important; border-radius: 0 !important;}
.card-body p{margin-bottom:18px;}
.md-accordion .card .fa-angle-down {float: right; font-size:27px; line-height:20px; margin-right:10px; font-weight:bold;}
.md-accordion .card .card-header a:not(.collapsed) .rotate-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
@media (max-width:520px){
.mb-0, .my-0 {margin: 20px 0; font-size:14px; text-align:left;}
}

.contact-btn{ margin:0 5px 0 0; padding:6px 18px; font-size:15px; color:#ffffff; text-align:center; background-color:#C59E65; border:0px;}
.contact-btn:hover{background-color:#b48849}
.contact{ width:100%; margin:0px;padding:0px; float:left}
.contact h4{width:100%;margin:0 0 15px 0;padding:0 0 20px 0; position:relative;}
.contact h4:before{ width:40px; height:3px; background-color:#0C0; position:absolute; display:block; left:0px; top:30px; content:'';}
.contact ul{margin:0px;padding:0px; float:left}
.contact ul li{margin:0px;padding:0 0 10px 0;list-style:none;font-size:15px;}
.contact ul li .fa{ margin-right:2px;font-size:16px; color:#136587}
.contact ul li a{ color:#2b2b2b;outline:0px;}

#parentHorizontalTab{margin-top:70px !important;}

/* Responsive 
----------------------------------------------------------------------------- */
@media (max-width: 480px) {
.tel-num {padding: 10px 0 0;}
.address-container .col-xs-6{ width:100% !important;}
.delivery-add{margin:10px 0 20px 0;}
}

@media (max-width: 600px) {
.head-container .col-xs-6{width:100% !important}
.product-btns .btn-add{margin-bottom:10px; border:0px !important;}
.product-btns .col-xs-6{width:100%;}
}

@media (max-width: 767px) {
.head-link {display:none;/*margin-top:10px;*/}
.social { margin: 20px 0 5px 0;}
.toll-free{	display:none;}
.download-link {display:none;}
.button-wrapper{display:none;}
.search-coloum{	display:none;}
.home-icon{width:55px;margin:0px;padding:9px 0 8px 0;float:right;text-align:center;border-left:#525252 1px solid;}
.home-icon a{color:#fff !important;	}
.call-icon{width:55px;margin:0px;padding:9px 0 8px 0;float:right;text-align:center;border-left:#525252 1px solid;}
.call-icon a{color:#fff !important;}
.search-icon{width:55px;margin:0px;padding:9px 0 7px 0;float:right;text-align:center;color:#fff;border-left:#525252 1px solid !important;border-radius:0px !important;}
.search-icon a{color:#fff !important;}
.navbar-collapse.navbar-search-collapse.in {background: #fff none repeat scroll 0 0 !important;padding-right:15px;padding-left:15px;}
.navbar-collapse.in {overflow-y: auto;}
.text-search {width: 100% !important;max-width: 100%;height: 28px;margin: 10px 0;padding:0 0 0 5px;/*float:left;*/outline: medium none;font-size:14px;font-family:Calibri, Arial;color:inherit;border: 1px solid #a3a3a3;}
.search-go {padding:5px;background-image: none;text-indent: inherit;width: auto;background:#0193DE;border:0px;font-family:Calibri, Arial;color:#fff;font-size:15px;}
.navbar-header{background:#392420 !important;}
#form {display: block;margin-bottom: 20px;margin-top: 20px;overflow: hidden;}
.or-col{margin:30px 0 30px 0;}
#form .col_sm_offset {margin-left:0px}
.add-control-label {font-size: 12px;margin: 8px 0 0 0;}
.email-box{margin:10px 0 0 0;}
.Rviewed-col {margin:40px 0 0 0}
.product-heading {font-weight:normal;font-size:15px;}
.product-name {margin: 30px 0 0 0;}
}

@media (min-width: 768px) {
.quick_link{display:none;}
.search-bar{display:none;}
}
@media (max-width: 999px){
.login-form h2, .signup-form h2 {font-size: 17px;margin-bottom: 20px;padding:0 10px 10px 0px;}
}

@media (min-width: 1024px) {
.quick_link{display:none;}
.search-bar{display:none;}
}