/*color*/
.product-related .product-thumb .caption {
  text-align: center;
  padding: 20px 20px 15px;
  overflow: hidden;
  border-top: 1px solid #e5e5e5; }
  .product-related .product-thumb .caption .product-content-left {
    width: 50%;
    float: left;
    text-align: left; }
  .product-related .product-thumb .caption .product-content-right {
    width: 50%;
    float: right;
    text-align: right; }
    .product-related .product-thumb .caption .product-content-right .price span {
      display: block; }
      .product-related .product-thumb .caption .product-content-right .price span.price-old {
        margin-bottom: 10px; }
      .product-related .product-thumb .caption .product-content-right .price span.price-new {
        color: #a07936; }

.effect-pulse a {
  overflow: hidden;
  display: block; }
  .effect-pulse a img {
    transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s; }
  .effect-pulse a:before {
    z-index: 1;
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s; }
  .effect-pulse a:after {
    z-index: 1;
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s; }
  .effect-pulse a:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }
  .effect-pulse a:hover:before, .effect-pulse a:hover:after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); }

* {
  outline: none;
  box-sizing: border-box; }
  *:before {
    box-sizing: border-box; }
  *:after {
    box-sizing: border-box; }

body {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #202020;
  line-height: 1.55em;
  background-color: #f7f7f7; }
  body.common-home {
    background-color: #fff; }

html, html a {
  -webkit-font-smoothing: antialiased; }

h1, h2, h3 {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0; }

h1, .boss-blog-featured .box-heading h2 {
  font-size: 20px;
  font-family: "Belleza", sans-serif;
  line-height: 22px; }

h1 {
  margin-bottom: 22px;
  color: #000; }

h2 {
  font-size: 18px;
  font-family: "Belleza", sans-serif;
  line-height: 20px;
  margin-bottom: 15px;
  color: #202020; }

h3, footer h1, footer h2 {
  font-family: "Belleza", sans-serif;
  font-size: 16px;
  line-height: 1.2em; }

h3 {
  margin-bottom: 22px;
  color: #202020; }

h4 {
  color: #444;
  font-size: 15px; }

h5 {
  color: #444;
  font-size: 12px; }

h6 {
  color: #444;
  font-size: 10.2px; }

.fa {
  font-size: 14px; }

legend {
  font-size: 18px;
  padding: 7px 0; }

label {
  font-size: 13px;
  font-weight: normal; }

input:-webkit-autofill {
  background-color: #fff !important; }
  input:-webkit-autofill:focus {
    background-color: #fff !important; }

input[type="radio"] {
  vertical-align: -2px; }

input[type="checkbox"] {
  vertical-align: -2px; }

img {
  max-width: 100%; }

ul, ol {
  list-style-type: none;
  padding: 0;
  margin: 0; }

a {
  color: #848484;
  cursor: pointer;
  font-weight: 400;
  text-decoration: none; }
  a b {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    font-weight: 600; }
  a:hover {
    color: #a07936;
    text-decoration: none;
    text-decoration: none;
    outline: none; }
    a:hover b {
      text-decoration: underline; }
  a:focus {
    text-decoration: none;
    outline: none; }

a, button {
  transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s; }

.drop-grid-6-6, .drop-grid-5-5, .drop-grid-4-4,
.drop-grid-3-3, .drop-grid-2-2, .drop-grid-1-1 {
  width: 1180px; }

.dropdown {
  max-width: 1180px; }

.drop-grid-2-1 {
  width: 600px; }

.drop-grid-3-2 {
  width: 800px; }

.drop-grid-3-1 {
  width: 400px; }

.drop-grid-4-3 {
  width: 900px; }

.drop-grid-4-2 {
  width: 600px; }

.drop-grid-4-1 {
  width: 300px; }

.drop-grid-5-4 {
  width: 960px; }

.drop-grid-5-3 {
  width: 720px; }

.drop-grid-5-2 {
  width: 480px; }

.drop-grid-5-1 {
  width: 240px; }

.drop-grid-6-5 {
  width: 1000px; }

.drop-grid-6-4 {
  width: 800px; }

.drop-grid-6-3 {
  width: 600px; }

.drop-grid-6-2 {
  width: 400px; }

.drop-grid-6-1 {
  width: 200px; }

/*1 column*/
.row-col-1 .row-grid-1 {
  width: 100%; }

/*2 columns*/
.row-col-2 .row-grid-1 {
  width: 50%; }

/*3 columns*/
.row-col-3 .row-grid-1 {
  width: 33.3333333333%; }
.row-col-3 .row-grid-2 {
  width: 66.6666666667%; }

/*4 columns*/
.row-col-4 .row-grid-1 {
  width: 25%; }
.row-col-4 .row-grid-2 {
  width: 50%; }
.row-col-4 .row-grid-3 {
  width: 75%; }

/*5 columns*/
.row-col-5 .row-grid-1 {
  width: 20%; }
.row-col-5 .row-grid-2 {
  width: 40%; }
.row-col-5 .row-grid-3 {
  width: 60%; }
.row-col-5 .row-grid-4 {
  width: 80%; }

/*6 columns*/
.row-col-6 .row-grid-1 {
  width: 16.6666666667%; }
.row-col-6 .row-grid-2 {
  width: 33.3333333333%; }
.row-col-6 .row-grid-3 {
  width: 50%; }
.row-col-6 .row-grid-4 {
  width: 66.6666666667%; }
.row-col-6 .row-grid-5 {
  width: 83.3333333333%; }

/*Col-grid*/
.col-grid-1 {
  width: 100%; }

.col-grid-2 {
  width: 50%; }

.col-grid-3 {
  width: 33%; }

.col-grid-4 {
  width: 25%; }

.col-grid-5 {
  width: 20%; }

.col-grid-6 {
  width: 16.6666666667%; }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: static;
  margin: 4px 5px 0 0;
  vertical-align: -2px; }

/*
%extend_3 {
	color: $white;
	display: inline-block;
	vertical-align: top;
	float: none;
	@include font(13px);
	font-weight: 700;
	line-height: 25px;
	border: none;
	margin: 0 3px;
	padding: 0;
	text-decoration: none;
	background-color: $color_celeste_approx;
	@include radius;
	width: 25px;
	height: 25px;
	text-align: center;
}
%extend_4 {
	color: $white;
	background-color: $primary_color;
}*/
.btn-link, .btn-link:active, .btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  box-shadow: none; }

.list-group a.active, .list-group a.active:hover, .list-group a:hover {
  color: #444;
  background: #ededed;
  border: 1px solid #ddd;
  text-shadow: 0 1px 0 #fff; }

:decrement:start::-webkit-scrollbar-button, :increment:end::-webkit-scrollbar-button {
  display: block;
  height: 10px;
  background: #ededed; }

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  border: 3px solid #ededed; }

::-webkit-scrollbar-track {
  background: #ededed;
  border-radius: 10px; }

::-webkit-scrollbar-thumb {
  height: 50px;
  width: 50px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 8px; }

p strong {
  font-weight: 400; }

select.form-control, textarea.form-control, input[type="text"].form-control,
input[type="password"].form-control, input[type="datetime"].form-control,
input[type="datetime-local"].form-control, input[type="date"].form-control,
input[type="month"].form-control, input[type="time"].form-control,
input[type="week"].form-control, input[type="number"].form-control,
input[type="email"].form-control, input[type="url"].form-control,
input[type="search"].form-control, input[type="tel"].form-control,
input[type="color"].form-control {
  font-size: 13px; }

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border-bottom-width: 1px; }

.table > tbody + tbody {
  border: none; }

.list-group-item.active {
  background-color: none;
  border: none; }
  .list-group-item.active:hover {
    background-color: none;
    border: none; }
  .list-group-item.active:focus {
    background-color: none;
    border: none; }

.btn-group > .btn {
  font-size: 12px; }
.btn-group > .dropdown-menu {
  font-size: 12px; }
.btn-group > .popover {
  font-size: 12px; }
.btn-group > .btn-xs {
  font-size: 9px; }
.btn-group > .btn-sm {
  font-size: 10.2px; }
.btn-group > .btn-lg {
  font-size: 15px; }

.list-group a {
  border: 1px solid #ddd;
  color: #888888;
  padding: 8px 12px; }

.row, .form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3,
.col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5,
.col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7,
.col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-left: 10px;
  padding-right: 10px; }

.container {
  padding-left: 10px;
  padding-right: 10px; }

.hide-on-desktop {
  display: none !important; }

.boss-menu .container {
  width: 100%; }

.col-sm-cs5 {
  width: 20%; }

.bt-wide {
  margin: 0 auto; }

.bt-boxed, .bt-fboxed, .bt-hboxed {
  margin: 0 auto;
  max-width: 1200px; }

.input-group input {
  font-size: 12px; }
.input-group select {
  font-size: 12px; }
.input-group .dropdown-menu {
  font-size: 12px; }
.input-group .popover {
  font-size: 12px; }
.input-group .input-group-addon {
  font-size: 12px;
  height: 30px; }

.table-responsive {
  border: none;
  overflow-x: auto; }
  .table-responsive > .table-bordered {
    border: 1px solid #ddd; }

.radio {
  margin-top: 10px; }
  .radio label {
    padding-left: 0;
    font-size: 13px; }
  .radio + .radio {
    margin-top: 10px; }

.radio-inline {
  padding-left: 0; }

.checkbox {
  margin-top: 10px; }
  .checkbox label {
    padding-left: 0;
    font-size: 13px; }
  .checkbox + .checkbox {
    margin-top: 10px; }

.checkbox-inline {
  padding-left: 0; }

span.hidden-xs {
  display: inline; }
span.hidden-sm {
  display: inline; }
span.hidden-md {
  display: inline; }
span.hidden-lg {
  display: inline; }

.form-control {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ebebeb;
  border-radius: 0;
  color: #a1a1a1;
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  line-height: 16px;
  height: 40px;
  margin-bottom: 8px;
  padding: 11px 10px;
  vertical-align: middle;
  width: 45%;
  box-shadow: none !important; }
  .form-control:focus {
    border-color: #a07936; }

select.form-control {
  padding: 5px 10px;
  line-height: 28px; }

table {
  background-color: transparent;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

.nav-tabs {
  margin-bottom: 15px; }

b {
  font-weight: 600; }

strong {
  font-weight: 600; }

div.image {
  margin-bottom: 10px;
  position: relative; }
div.required .control-label:after {
  content: '* ';
  color: #f00;
  font-weight: 600; }

#bt_container {
  position: relative;
  overflow: hidden; }

#column-left {
  padding-left: 0;
  padding-right: 10px;
  margin-bottom: 30px; }
  #column-left + #content.col-sm-9 {
    padding-left: 10px;
    padding-right: 0; }

#content {
  min-height: 300px;
  margin-bottom: 60px; }
  #content.col-sm-12 {
    padding: 0;
    float: none; }
  #content.col-sm-9 {
    padding-left: 0; }
  .common-home #content {
    z-index: 20; }

#column-right {
  padding-right: 0;
  float: right;
  padding-left: 10px;
  margin-bottom: 30px; }

.bt-home-page #content {
  margin-bottom: 0; }
.bt-home-page #column-left + #content {
  clear: none; }
.bt-home-page #column-right + #content {
  clear: none; }

.bt-carousel {
  margin-bottom: 38px; }
  .bt-carousel > div {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto; }
  .bt-carousel .b_carousel_fix .box-content {
    position: relative;
    padding: 0 50px; }
    .bt-carousel .b_carousel_fix .box-content ul li {
      float: left;
      text-align: center;
      padding: 0 5px; }
      .bt-carousel .b_carousel_fix .box-content ul li img {
        margin: 0 auto; }
        .bt-carousel .b_carousel_fix .box-content ul li img:hover {
          -webkit-animation: tada ease-in-out 1 normal 800ms;
          animation: tada ease-in-out 1 normal 800ms; }
  .bt-carousel .b_carousel_fix .nav_thumb {
    background-color: #f1f1f1;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #a1a1a1;
    opacity: 1;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    border: none; }
    .bt-carousel .b_carousel_fix .nav_thumb i {
      font-size: 13px;
      line-height: 30px; }
    .bt-carousel .b_carousel_fix .nav_thumb:hover {
      color: #fff;
      background-color: #000; }
  .bt-carousel .b_carousel_fix .prev {
    left: 0; }
  .bt-carousel .b_carousel_fix .next {
    right: 0; }

.bt-slider-brands .owl-carousel {
  clear: both;
  padding: 0 50px;
  margin-bottom: 40px; }
.bt-slider-brands .owl-buttons div {
  margin-top: -15px; }

.alert {
  padding: 8px 14px;
  border-radius: 0;
  margin-top: 10px; }

.panel {
  background: transparent;
  border: none;
  box-shadow: none; }
  .panel .img-thumbnail {
    background-color: transparent;
    border: none;
    padding-bottom: 20px; }

.alert-danger {
  color: #e26060;
  background-color: #ffd1d1; }

.bt-breadcrumb {
  padding: 20px 0;
  margin-bottom: 60px;
  background-color: #f2e4cc;
  text-align: left; }

.breadcrumb {
  background: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  overflow: hidden; }
  .breadcrumb > li + li {
    margin-left: 4px; }
    .breadcrumb > li + li:before {
      color: #202020; }
  .breadcrumb > li a {
    color: #202020;
    font-family: "Lato", sans-serif;
    font-size: 13px;
    text-transform: capitalize; }
  .breadcrumb > li:last-child a {
    cursor: default; }
  .breadcrumb > li:hover a {
    color: #a07936; }

.result-pagination {
  margin-bottom: 30px;
  margin-top: 35px;
  overflow: hidden; }
  .result-pagination .results {
    margin-top: 10px;
    float: right; }
  .result-pagination .links {
    float: left;
    background: #fff; }
  .result-pagination .pagination {
    margin: 0; }
    .result-pagination .pagination li {
      display: inline-block;
      vertical-align: top; }
      .result-pagination .pagination li + li {
        margin-left: -1px; }
      .result-pagination .pagination li > a, .result-pagination .pagination li > span {
        background-color: transparent;
        color: #666;
        display: block;
        float: none;
        font-size: 13px;
        line-height: 15px;
        margin: 0;
        padding: 11px 15px;
        border-radius: 0; }
        .result-pagination .pagination li > a:hover, .result-pagination .pagination li > a:focus, .result-pagination .pagination li > span:hover, .result-pagination .pagination li > span:focus {
          border-color: #a07936;
          color: #fff;
          background-color: #a07936; }
      .result-pagination .pagination li.active span {
        border-color: #a07936;
        color: #fff;
        background-color: #a07936; }

.buttons {
  clear: both;
  margin: 15px 0;
  overflow: hidden; }

.well {
  background: #fff;
  border-radius: 0; }

.btn {
  transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #a07936;
  border-radius: 0;
  background-color: #a07936;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  padding: 11px 25px;
  text-transform: uppercase; }
  .btn:hover, .btn:focus, .btn:active, .btn.active, .btn.active:hover {
    background-color: #202020;
    color: #fff;
    border-color: #202020; }
  .btn.btn-readmore {
    font-size: 15px;
    padding: 8px 20px; }
  .btn.btn-return {
    padding: 0; }
  .btn.btn-red {
    border: none;
    padding: 12px 25px;
    color: #fff;
    background-color: #a07936; }
    .btn.btn-red:hover, .btn.btn-red:focus {
      color: #fff;
      background-color: #b77f1f; }
  .btn.btn-gray {
    color: #a1a1a1;
    border-color: #f1f1f1;
    background-color: #f1f1f1; }
    .btn.btn-gray:focus, .btn.btn-gray:hover, .btn.btn-gray:active {
      color: #fff;
      border-color: #a07936;
      background-color: #a07936; }
  .btn:focus, .btn:active, .btn:focus, .btn.active:focus, .btn.disabled, .btn.active {
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none; }

.btn-shopping {
  border: 1px solid #bcbcbc;
  background: #fff;
  color: #bcbcbc; }
  .btn-shopping:hover {
    background-color: #e26060;
    border-color: transparent;
    color: #fff; }

.btn-checkout {
  height: 50px;
  font-size: 18px;
  padding: 11px 52px 10px;
  background-color: #8da662;
  line-height: 25px; }

.btn-return {
  width: 51px;
  height: 51px;
  line-height: 49px;
  text-align: center;
  display: inline-block; }
  .btn-return i {
    font-size: 18px; }

.table a.btn-cart {
  width: 51px;
  height: 51px;
  line-height: 49px;
  text-align: center;
  display: inline-block;
  border: 1px solid #a07936;
  color: #fff;
  background-color: #a07936;
  border-radius: 4px;
  margin-right: 5px;
  padding: 0; }
  .table a.btn-cart:hover {
    background-color: #fff;
    color: #a07936; }
  .table a.btn-cart i {
    font-size: 18px; }

.btn-xs {
  font-size: 9px; }

.btn-sm {
  font-size: 10.2px; }

.btn-lg {
  padding: 10px 16px;
  font-size: 15px; }

.btn-warning:hover {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1); }
.btn-warning:active {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1); }
.btn-warning.active {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1); }
.btn-warning.disabled {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1); }

.btn-warning[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1); }

.btn-danger {
  background-color: #2e2e2e;
  border: medium none;
  border-radius: 15px;
  height: 21px;
  padding: 0;
  width: 21px; }

.btn-success {
  color: #fff;
  background-color: #5bb75b;
  background-image: -webkit-linear-gradient(top, #5bb75b, #51a351);
  background-image: linear-gradient(to bottom, #5bb75b, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038; }

.btn-info {
  color: #666;
  background: none;
  padding: 0;
  height: auto;
  border: none !important;
  background: none !important; }
  .btn-info:hover {
    background: none;
    color: #000; }
  .btn-info:active {
    background: none;
    color: #000; }
  .btn-info:focus {
    background: none;
    color: #000; }
  .btn-info.active {
    background: none;
    color: #000; }
  .btn-info.disabled {
    background: none;
    color: #000; }

.btn-info[disabled] {
  background: none;
  color: #000; }

.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #666;
  border-radius: 0; }

.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -webkit-linear-gradient(top, #444, #222222);
  background-image: linear-gradient(to bottom, #444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000; }
  .btn-inverse:hover {
    background-color: #222222;
    background-image: -webkit-linear-gradient(top, #2e2e2e, #111111);
    background-image: linear-gradient(to bottom, #2e2e2e, #111111); }
  .btn-inverse:active {
    background-color: #222222;
    background-image: -webkit-linear-gradient(top, #2e2e2e, #111111);
    background-image: linear-gradient(to bottom, #2e2e2e, #111111); }
  .btn-inverse.active {
    background-color: #222222;
    background-image: -webkit-linear-gradient(top, #2e2e2e, #111111);
    background-image: linear-gradient(to bottom, #2e2e2e, #111111); }
  .btn-inverse.disabled {
    background-color: #222222;
    background-image: -webkit-linear-gradient(top, #2e2e2e, #111111);
    background-image: linear-gradient(to bottom, #2e2e2e, #111111); }

.btn-inverse[disabled] {
  background-color: #222222;
  background-image: -webkit-linear-gradient(top, #2e2e2e, #111111);
  background-image: linear-gradient(to bottom, #2e2e2e, #111111); }

/*module*/
.box {
  overflow: hidden; }
  .box .box-heading {
    padding: 0; }
    .box .box-heading h2 {
      margin-bottom: 25px;
      font-family: "Belleza", sans-serif;
      font-size: 20px;
      text-align: left;
      color: #000; }
  .box .box-content {
    padding: 30px 25px 30px;
    background-color: #fff; }
  .box.bt-category .box-content, .box.boss-search .box-content, .box.boss_blog-cat .box-content, .box.account .box-content {
    padding: 0; }
  .box.bt-category .box-content {
    background: transparent; }
  .box.boss-search {
    border: none; }
    .box.boss-search .box-heading {
      display: none; }
  .box.boss-recent-post .box-content, .box.bt-recent-comments .box-content {
    padding: 0;
    background: transparent; }
  .box .bt-compare {
    border: none; }

.bt-category .box-category li, .boss_blog-cat .box-category li {
  position: relative; }
  .bt-category .box-category li a, .boss_blog-cat .box-category li a {
    color: #202020;
    text-transform: capitalize;
    display: block;
    font-size: 15px; }
    .bt-category .box-category li a:hover, .bt-category .box-category li a.active, .boss_blog-cat .box-category li a:hover, .boss_blog-cat .box-category li a.active {
      color: #202020;
      font-weight: 700;
      background-color: transparent; }
  .bt-category .box-category li span, .boss_blog-cat .box-category li span {
    position: absolute;
    top: 15px;
    display: inline-block;
    right: 20px;
    z-index: 3;
    cursor: pointer; }
  .bt-category .box-category li .minus, .boss_blog-cat .box-category li .minus {
    display: none; }
  .bt-category .box-category li.active .plus, .bt-category .box-category li.opencate .plus, .boss_blog-cat .box-category li.active .plus, .boss_blog-cat .box-category li.opencate .plus {
    display: none; }
  .bt-category .box-category li.active .minus, .bt-category .box-category li.active .item_child, .bt-category .box-category li.opencate .minus, .bt-category .box-category li.opencate .item_child, .boss_blog-cat .box-category li.active .minus, .boss_blog-cat .box-category li.active .item_child, .boss_blog-cat .box-category li.opencate .minus, .boss_blog-cat .box-category li.opencate .item_child {
    display: block; }
  .bt-category .box-category li + li a, .boss_blog-cat .box-category li + li a {
    border-top: 1px solid #ebebeb; }
  .bt-category .box-category li .item_child, .boss_blog-cat .box-category li .item_child {
    display: none; }
    .bt-category .box-category li .item_child li a, .boss_blog-cat .box-category li .item_child li a {
      padding: 14px 5px 13px 60px; }
.bt-category .box-category > li a, .boss_blog-cat .box-category > li a {
  padding: 14px 20px 13px 0; }
.bt-category .box-category > li.child:first-child a.active, .boss_blog-cat .box-category > li.child:first-child a.active {
  border-bottom: 1px solid #ebebeb; }

/*product alphabet*/
.bt-alphabet {
  overflow: hidden; }
  .bt-alphabet .boss-alphabet ul {
    overflow: hidden; }
    .bt-alphabet .boss-alphabet ul li {
      float: left;
      list-style: none outside none;
      text-align: center;
      text-transform: uppercase;
      margin-right: 7px;
      margin-bottom: 7px; }
      .bt-alphabet .boss-alphabet ul li a {
        display: block;
        line-height: 22px;
        text-decoration: none;
        text-transform: uppercase;
        border: 1px solid #ebebeb;
        height: 24px;
        width: 24px;
        background-color: transparent;
        color: #a1a1a1; }
        .bt-alphabet .boss-alphabet ul li a:hover {
          border-color: #a07936;
          color: #a07936; }

/*compare*/
.bt-compare .box-item {
  overflow: hidden;
  padding-bottom: 20px; }
  .bt-compare .box-item .image {
    float: left;
    margin-right: 30px;
    margin-bottom: 0;
    max-width: 45%; }
  .bt-compare .box-item .caption {
    overflow: hidden; }
  .bt-compare .box-item + .box-item {
    padding-top: 20px;
    border-top: 1px dashed #e1e1e1; }
.bt-compare .button-group {
  margin-top: 10px;
  overflow: hidden; }
  .bt-compare .button-group .btn {
    padding: 6px 25px;
    font-size: 12px; }
    .bt-compare .button-group .btn.btn-gray {
      float: left; }
    .bt-compare .button-group .btn + .btn {
      float: right; }

/*tag cloud*/
.bt-tagcloud .box-content a {
  border: 1px solid #ebebeb;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 2px;
  padding: 6px 15px;
  vertical-align: top;
  line-height: 1.143em;
  text-transform: capitalize; }
  .bt-tagcloud .box-content a:hover {
    color: #a07936;
    border-color: #a07936; }

/*filter search*/
.bt-filter .title {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 18px; }
.bt-filter .filter-item {
  border-bottom: 1px dashed #e1e1e1;
  padding-bottom: 18px;
  margin-bottom: 26px; }
  .bt-filter .filter-item ul li {
    margin-bottom: 8px; }
    .bt-filter .filter-item ul li i {
      margin-right: 12px; }
    .bt-filter .filter-item ul li.active a {
      color: #000; }
.bt-filter .bt-filter-image ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 4px;
  margin-bottom: 8px; }

#tags-load {
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 999; }
  #tags-load:before {
    background: #fff;
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    opacity: 0.7;
    top: 0;
    width: 100%; }
  #tags-load .fa {
    font-size: 3em;
    position: absolute;
    top: 45%; }

/*compare*/
.compare-infomation {
  overflow-x: auto;
  overflow-y: hidden;
  margin-bottom: 80px; }

.compare-info {
  margin-top: 25px;
  width: 100%;
  max-width: 100%;
  background-color: #fff; }
  .compare-info td {
    padding: 22px 28px;
    border: 1px solid #ebebeb;
    vertical-align: middle; }
    .compare-info td.name, .compare-info td.description {
      vertical-align: top; }
    .compare-info td:first-child {
      padding: 22px 20px;
      text-transform: uppercase;
      font-weight: 700;
      vertical-align: middle; }
  .compare-info .image {
    position: relative;
    padding-top: 52px;
    text-align: center;
    padding-bottom: 30px; }
    .compare-info .image a {
      position: absolute;
      top: 22px;
      right: 40px;
      color: #a1a1a1; }
      .compare-info .image a:hover {
        color: #000; }
    .compare-info .image img {
      max-width: 180px; }
  .compare-info .rating span {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px; }
  .compare-info .stock {
    color: #a07936;
    font-style: italic; }
  .compare-info .description {
    line-height: 1.55em; }
  .compare-info .price {
    margin-bottom: 20px; }
  .compare-info .btn {
    width: 100%; }
    .compare-info .btn i {
      margin-right: 5px; }
  .compare-info .btn-cart {
    margin-bottom: 10px; }

/*category page*/
.product-filter .link-compare {
  float: left; }
  .product-filter .link-compare a {
    line-height: 38px; }
    .product-filter .link-compare a:hover {
      color: #a07936; }

.product-filter, .article-filter {
  background-color: #fff;
  margin-bottom: 20px;
  padding-right: 7px;
  font-size: 14px;
  float: left;
  width: 100%;
  height: 45px;
  line-height: 45px;
  vertical-align: middle; }
  .product-filter .display, .article-filter .display {
    float: left;
    margin-right: 20px; }
    .product-filter .display button, .article-filter .display button {
      background: transparent;
      border-left: none;
      border-top: none;
      border-bottom: none;
      outline: none;
      color: #a1a1a1;
      width: 40px;
      text-align: center;
      border-right: 0;
      padding: 0; }
      .product-filter .display button:hover, .product-filter .display button.active, .article-filter .display button:hover, .article-filter .display button.active {
        color: #a07936; }
      .product-filter .display button + button, .article-filter .display button + button {
        margin-left: -4px; }
    .product-filter .display .form-control, .article-filter .display .form-control {
      width: 100%; }
  .product-filter .limit-sort, .article-filter .limit-sort {
    float: right;
    text-align: right; }
    .product-filter .limit-sort label, .article-filter .limit-sort label {
      margin-bottom: 0;
      font-size: 14px; }
      .product-filter .limit-sort label.control-label, .article-filter .limit-sort label.control-label {
        margin-right: 5px; }
    .product-filter .limit-sort .box_sort .btn-group.bootstrap-select, .product-filter .limit-sort .limit .btn-group.bootstrap-select, .article-filter .limit-sort .box_sort .btn-group.bootstrap-select, .article-filter .limit-sort .limit .btn-group.bootstrap-select {
      position: relative;
      display: block;
      margin: 0; }
      .product-filter .limit-sort .box_sort .btn-group.bootstrap-select .btn1, .product-filter .limit-sort .limit .btn-group.bootstrap-select .btn1, .article-filter .limit-sort .box_sort .btn-group.bootstrap-select .btn1, .article-filter .limit-sort .limit .btn-group.bootstrap-select .btn1 {
        background-color: #fff;
        border: 1px solid #ebebeb;
        color: #a1a1a1;
        padding: 6px 8px;
        font-size: 13px;
        line-height: 16px;
        box-shadow: none; }
        .product-filter .limit-sort .box_sort .btn-group.bootstrap-select .btn1 .caret, .product-filter .limit-sort .limit .btn-group.bootstrap-select .btn1 .caret, .article-filter .limit-sort .box_sort .btn-group.bootstrap-select .btn1 .caret, .article-filter .limit-sort .limit .btn-group.bootstrap-select .btn1 .caret {
          right: 8px;
          top: 50%;
          margin-top: -2px; }
      .product-filter .limit-sort .box_sort .btn-group.bootstrap-select .dropdown-menu, .product-filter .limit-sort .limit .btn-group.bootstrap-select .dropdown-menu, .article-filter .limit-sort .box_sort .btn-group.bootstrap-select .dropdown-menu, .article-filter .limit-sort .limit .btn-group.bootstrap-select .dropdown-menu {
        margin: 0;
        font-size: 13px; }
    .product-filter .limit-sort .box_sort .btn-group.bootstrap-select .btn1 .filter-option, .article-filter .limit-sort .box_sort .btn-group.bootstrap-select .btn1 .filter-option {
      padding-right: 45px; }
    .product-filter .limit-sort .box_sort .btn-group.bootstrap-select .dropdown-menu, .article-filter .limit-sort .box_sort .btn-group.bootstrap-select .dropdown-menu {
      min-width: 140px; }
    .product-filter .limit-sort .limit .btn-group.bootstrap-select .btn1 .filter-option, .article-filter .limit-sort .limit .btn-group.bootstrap-select .btn1 .filter-option {
      padding-right: 32px; }
  .product-filter .box_sort, .product-filter .limit, .article-filter .box_sort, .article-filter .limit {
    float: right;
    margin-left: 20px; }

.article-filter .form-control {
  padding: 5px 10px;
  width: auto;
  height: auto;
  margin: 4px 0; }

.product-layout {
  transition: all 0.8s linear 0s;
  -webkit-transition: all 0.8s linear 0s;
  -moz-transition: all 0.8s linear 0s;
  -ms-transition: all 0.8s linear 0s;
  margin-bottom: 20px; }
  .product-layout .b_filter span {
    padding-right: 5px; }
  .product-layout.product-grid .product-thumb .caption {
    padding: 20px 20px 15px;
    overflow: hidden; }
    .product-layout.product-grid .product-thumb .caption .name-rating {
      float: left;
      width: 50%;
      text-align: left; }
    .product-layout.product-grid .product-thumb .caption .price, .product-layout.product-grid .product-thumb .caption .b_filter {
      float: right;
      width: 50%;
      text-align: right; }

.name {
  margin-bottom: 12px; }
  .name a {
    color: #202020;
    font-family: "Lato", sans-serif;
    font-weight: 500;
    line-height: 20px;
    font-size: 15px;
    text-transform: capitalize;
    display: inline-block; }
    .name a:hover {
      color: #a07936; }

.category-info {
  overflow: hidden;
  margin-bottom: 20px; }
  .category-info .image {
    float: left;
    margin-right: 20px; }
  .category-info h3, .category-info p {
    overflow: hidden; }
  .category-info h3 {
    margin-bottom: 10px; }

.category-list {
  margin-bottom: 50px; }
  .category-list ul li {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    margin-right: 6px; }
    .category-list ul li a {
      display: block;
      font-size: 20px;
      line-height: 22px;
      text-transform: capitalize;
      border: 1px solid #ebebeb;
      color: #787878;
      padding: 12px 22px; }
      .category-list ul li a:hover {
        color: #a07936;
        border-color: #a07936; }

.image > a {
  display: block;
  overflow: hidden;
  position: relative; }
.image:hover .btn-quickshop {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1); }

.rating {
  margin-bottom: 12px;
  line-height: 0; }
  .rating .fa-stack {
    vertical-align: -1px;
    font-size: 6px; }
  .rating i {
    color: #a07936;
    font-size: 13px; }

.price {
  color: #202020;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px; }
  .price span {
    display: inline-block;
    vertical-align: top; }
    .price span + span {
      margin-left: 5px; }

.price-new {
  color: #202020; }

.price-old {
  color: #848484;
  text-decoration: line-through;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px; }

.bt-manufacturer .boss-select {
  height: 36px;
  line-height: 26px;
  padding: 5px 10px;
  width: 100%; }

.product-thumb {
  overflow: hidden;
  transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  background-color: #fff; }
  .product-thumb .image {
    margin-bottom: 0; }
    .product-thumb .image a {
      display: block;
      position: relative; }
      .product-thumb .image a img {
        transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden; }
  .product-thumb .price-tax {
    color: #848484;
    font-size: 15px; }
  .product-list .product-thumb:hover, .product-grid .product-thumb:hover, .bt-item-extra .product-thumb:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2); }
  .product-thumb:hover .button-group.button-grid {
    opacity: 1;
    filter: alpha(opacity=100);
    margin-top: -45px; }
  .product-thumb:hover .image a img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
        transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1); }
  .product-thumb .b_filter {
    margin-top: 15px; }
    .product-thumb .b_filter img + img {
      margin-left: 3px; }

.product-list .product-thumb:hover .image a:before {
  width: 100%;
  opacity: 1; }
.product-list .product-thumb .image {
  float: left;
  margin-right: 20px;
  border-right: 1px solid #e5e5e5; }
.product-list .product-thumb .button-grid {
  display: none; }
.product-list .product-thumb .caption {
  overflow: hidden;
  padding: 20px 10px 20px 0; }
.product-list .product-thumb .button-list {
  margin-top: 18px; }

.product-table {
  margin-bottom: 0; }
  .product-table .product-thumb {
    border-width: 1px 1px 0 1px;
    border-radius: 0;
    text-align: left;
    position: relative;
    border-color: #e1e1e1;
    border-style: solid; }
    .product-table .product-thumb:hover .image a:before {
      width: 100%;
      opacity: 1; }
  .product-table:last-child .product-thumb {
    border-bottom: 1px solid #e1e1e1; }
  .product-table .image {
    width: 15%;
    float: left;
    border-right: 1px solid #e5e5e5; }
  .product-table .caption {
    display: inline-block;
    vertical-align: middle;
    width: 85%;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute; }
    .product-table .caption > * {
      display: inline-block;
      vertical-align: middle;
      padding: 25px 15px 10px;
      margin: 0 -4px 0 0;
      height: 100%; }
      .product-table .caption > * + * {
        border-left: 1px solid #d9d9d9; }
  .product-table .name-rating {
    width: 34%; }
  .product-table .button-list {
    width: 26%; }
  .product-table .price, .product-table .b_filter {
    width: 20%; }
  .product-table .description, .product-table .button-grid {
    display: none; }
  .product-table .btn-cart {
    display: block;
    margin-bottom: 10px; }
  .product-table .btn-wishlist {
    margin-left: 0; }

.product-grid {
  float: none !important;
  display: inline-block;
  vertical-align: top;
  margin-right: -4px; }
  .product-grid .image img {
    width: 100%; }

.product-grid .button-list, .product-related .button-list {
  display: none; }
.product-grid .caption, .product-related .caption {
  border-top: 1px solid #d9d9d9; }
.product-grid .description, .product-related .description {
  display: none; }

.button-group button {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: top; }
  .button-group button i {
    font-size: 15px; }
  .button-group button + button {
    margin-left: 6px; }
.button-group.button-list button {
  color: #444;
  background-color: transparent; }
  .button-group.button-list button:hover {
    color: #fff;
    background-color: #a07936;
    border-color: #a07936; }
  .button-group.button-list button + button {
    width: 40px;
    height: 40px;
    border: 1px solid #444;
    line-height: 38px; }
    .button-group.button-list button + button:hover {
      border-color: #a07936; }
.button-group.button-list .btn-cart {
  border: 1px solid #444;
  padding: 11px 20px; }
  .button-group.button-list .btn-cart i {
    margin-right: 5px; }
.button-group.button-grid {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 0;
  border-top: 1px solid #d9d9d9;
  height: 45px;
  right: 0;
  bottom: auto;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  margin-top: 0;
  background: #fff;
  transition: all 500ms ease 0s;
  -ms-transition: all 500ms ease 0s;
  -webkit-transition: all 500ms ease 0s;
  -moz-transition: all 500ms ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .button-group.button-grid button {
    font-size: 0;
    width: 45px;
    height: 45px;
    color: #202020;
    line-height: 45px;
    padding: 0;
    margin-left: -3px;
    background-color: transparent;
    display: inline-block;
    vertical-align: top;
    transition: all 0.35s linear;
    -webkit-transition: all 0.35s linear;
    -moz-transition: all 0.35s linear;
    -ms-transition: all 0.35s linear;
    border-radius: 0;
    border-width: 0 0 0 1px;
    border-style: solid;
    border-color: #d9d9d9; }
    .button-group.button-grid button i {
      vertical-align: middle; }
    .button-group.button-grid button:hover {
      background-color: #a07936;
      border-color: #a07936;
      color: #fff; }
    .button-group.button-grid button.btn-cart {
      border-left: 0; }

.prev, .next {
  background-color: #f1f1f1;
  border-radius: 50%;
  color: #a1a1a1;
  height: 30px;
  position: absolute;
  text-align: center;
  width: 30px; }
  .prev i, .next i {
    font-size: 13px;
    vertical-align: top;
    line-height: 30px; }
  .prev:hover, .next:hover {
    color: #fff;
    background-color: #a07936; }

.next i {
  letter-spacing: -2px; }

/*product detail*/
.product-info {
  margin-bottom: 60px; }
  .product-info div.image-additional {
    position: relative;
    padding: 0 50px;
    margin-top: 30px; }
  .product-info .thumbnails .image-additional {
    float: left;
    margin-right: 15px; }
  .product-info .prev, .product-info .next {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 0;
    text-align: center;
    background: #ebebeb;
    color: #202020;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute; }
    .product-info .prev i, .product-info .next i {
      line-height: 35px; }
    .product-info .prev:hover, .product-info .next:hover {
      background: #a07936;
      color: #fff; }
  .product-info .next {
    right: 0;
    left: auto; }
  .product-info .right-info > * {
    margin-bottom: 20px; }
    .product-info .right-info > * + * {
      padding-top: 20px;
      border-top: 1px solid #ebebeb; }
  .product-info .description ul li {
    padding: 0.5em 0; }
  .product-info .price_info span.price-new {
    color: #202020; }
  .product-info .price_info span.price-old {
    color: rgba(161, 161, 161, 0.58); }
  .product-info .price_info span.price-old, .product-info .price_info span.price-new {
    font-size: 50px;
    font-weight: normal; }
  .product-info .price_info span.price-tax {
    display: inline-block;
    padding-top: 10px;
    font-weight: 700;
    color: #a07936; }
  .product-info h2 {
    font-family: "Lato", sans-serif;
    font-size: 30px;
    line-height: 30px;
    color: #202020;
    text-transform: capitalize; }
  .product-info .review .rating {
    float: left;
    margin-right: 10px;
    margin-bottom: 0;
    line-height: 1.55em; }
  .product-info .review .review_text a + a {
    margin-left: 8px; }
  .product-info h3 {
    margin-bottom: 12px;
    font-size: 14px; }
  .product-info .price_info .price, .product-info .price_info .price-new {
    font-family: "Lato", sans-serif;
    font-size: 50px;
    line-height: 50px;
    color: #a07936;
    font-weight: 700; }
  .product-info .price_info .price-new {
    margin-right: 10px; }
  .product-info .cart .button-group.button-list .btn-cart {
    display: block;
    width: 100%;
    border: 1px solid #a07936;
    color: #a07936;
    margin-bottom: 25px; }
    .product-info .cart .button-group.button-list .btn-cart:hover {
      background: #a07936;
      color: #fff; }
  .product-info .cart .btn-compare, .product-info .cart .btn-wishlist {
    width: auto;
    height: auto;
    border: none;
    margin-left: 0;
    line-height: 1;
    color: #808080;
    border-radius: 0; }
    .product-info .cart .btn-compare i:before, .product-info .cart .btn-wishlist i:before {
      padding-right: 5px; }
    .product-info .cart .btn-compare:hover, .product-info .cart .btn-wishlist:hover {
      background: transparent;
      color: #a07936; }
  .product-info .cart .btn-wishlist {
    border-right: 1px solid #808080;
    padding-right: 10px; }
  .product-info .form-group .control-label {
    font-size: 14px;
    font-weight: 700; }
  .product-info .form-group .form-control {
    width: 100%;
    margin-top: 0;
    border-radius: 0; }
    .product-info .form-group .form-control:focus {
      border-color: #a07936; }
  .product-info .form-group + .cart {
    padding-top: 20px;
    border-top: 1px solid #ebebeb; }
  .product-info .options .btn-upload {
    display: block;
    margin-top: 5px;
    padding: 10px 38px; }
  .product-info .quantily_info {
    margin-bottom: 20px; }
    .product-info .quantily_info .title_text {
      float: left;
      margin-right: 20px;
      margin-top: 3px;
      font-weight: 700; }
    .product-info .quantily_info .select_number {
      overflow: hidden; }
      .product-info .quantily_info .select_number button, .product-info .quantily_info .select_number input {
        height: 30px;
        float: left;
        border-radius: 0;
        text-align: center; }
      .product-info .quantily_info .select_number .form-control {
        margin: 0;
        width: auto;
        padding: 0 12px;
        line-height: 28px; }
      .product-info .quantily_info .select_number button {
        border: none;
        background-color: #ebebeb;
        width: 30px;
        padding: 0;
        line-height: 30px;
        color: #666; }
        .product-info .quantily_info .select_number button:hover {
          color: #fff;
          background-color: #a07936; }
    .product-info .quantily_info .minimum {
      margin-top: 5px; }

.input-group.date button.btn-default, .input-group.time button.btn-default, .input-group.datetime button.btn-default {
  background-color: #fff;
  border-color: #ebebeb;
  border-style: solid solid solid none;
  border-width: 1px 1px 1px 0;
  height: 40px;
  padding: 6px 10px; }
  .input-group.date button.btn-default:hover, .input-group.time button.btn-default:hover, .input-group.datetime button.btn-default:hover {
    color: #a07936; }
  .input-group.date button.btn-default i, .input-group.time button.btn-default i, .input-group.datetime button.btn-default i {
    vertical-align: top;
    line-height: 26px; }

.htabs {
  border: 1px solid #ebebeb;
  background-color: #fff; }
  .htabs ul li {
    display: inline-block;
    margin-bottom: -1px;
    margin-right: -3px;
    vertical-align: top; }
    .htabs ul li a {
      border-bottom: 1px solid #ebebeb;
      color: #d3d3d3;
      display: block;
      font-size: 14px;
      line-height: 16px;
      font-weight: 700;
      padding: 11px 24px;
      position: relative;
      text-transform: uppercase; }
      .htabs ul li a:before {
        content: "";
        position: absolute;
        height: 1px;
        left: 50%;
        top: 0;
        transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        width: 0;
        border-top: 3px solid #a07936; }
    .htabs ul li.active a, .htabs ul li:hover a {
      color: #666;
      border-color: #fff; }
      .htabs ul li.active a:before, .htabs ul li:hover a:before {
        left: 0;
        width: 100%; }
    .htabs ul li + li {
      border-left: 1px solid #ebebeb; }
    .htabs ul li.active:last-child, .htabs ul li:last-child:hover {
      border-right: 1px solid #ebebeb; }

.tab-content {
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  padding: 30px 15px;
  margin-bottom: 55px;
  background-color: #fff; }
  .tab-content table {
    border: 1px solid #ebebeb; }
    .tab-content table td {
      padding: 15px 35px; }
    .tab-content table thead td {
      border-bottom: 1px solid #ebebeb;
      border-top: 1px solid #ebebeb;
      text-transform: uppercase; }
    .tab-content table tbody tr + tr td {
      border-top: 1px solid #ebebeb; }
    .tab-content table tbody td:first-child {
      text-transform: uppercase; }
    .tab-content table tbody td + td {
      border-left: 1px solid #ebebeb; }
  .tab-content .review-heading {
    margin-bottom: 5px; }
    .tab-content .review-heading h3 {
      margin-bottom: 0; }
  .tab-content .review-product .form-control {
    margin-bottom: 0;
    width: 50%; }
  .tab-content .review-product label {
    font-size: 13px; }

#tab_description p {
  margin-bottom: 28px; }

#review {
  margin-bottom: 20px; }

h2.box-title {
  font-family: "Belleza", sans-serif;
  font-size: 20px;
  line-height: 22px;
  color: #202020;
  padding-bottom: 25px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 30px; }

.product-related {
  position: relative; }
  .product-related .carousel-button {
    position: absolute;
    right: 0;
    top: 0; }
    .product-related .carousel-button .prev, .product-related .carousel-button .next {
      position: static; }
    .product-related .carousel-button .prev {
      margin-right: 5px; }
  .product-related .list_carousel {
    margin-left: -12px;
    margin-right: -12px; }
  .product-related ul li {
    float: left;
    max-width: 300px; }
    .product-related ul li .product-thumb {
      margin: 0 12px; }
      .product-related ul li .product-thumb:hover {
        box-shadow: 0 8px 15px 0 rgba(162, 162, 162, 0.45);
        -webkit-box-shadow: 0 8px 15px 0 rgba(162, 162, 162, 0.45);
        -moz-box-shadow: 0 8px 15px 0 rgba(162, 162, 162, 0.45); }

/*quickshop*/
.modal-header .close {
  margin-top: -10px; }

.product-info-qs.product-info {
  margin-bottom: 10px; }
  .product-info-qs.product-info .description, .product-info-qs.product-info .price_info {
    margin-bottom: 15px; }
  .product-info-qs.product-info div.image-additional {
    overflow: hidden;
    padding: 0 40px;
    position: relative; }
  .product-info-qs.product-info .image-additional ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px; }
.product-info-qs .viewdetail {
  text-align: right;
  margin-bottom: 20px; }
  .product-info-qs .viewdetail a {
    color: #a07936;
    font-size: 12px;
    font-weight: 700; }
    .product-info-qs .viewdetail a a:hover {
      text-decoration: underline; }
.product-info-qs .bt-product-zoom .image {
  margin-bottom: 20px; }

#button-search {
  margin-bottom: 30px;
  margin-top: 15px; }

.carousel-caption {
  color: #fff;
  text-shadow: 0 1px 0 #000; }

.carousel-control .icon-prev:before {
  content: '\f053';
  font-family: FontAwesome; }
.carousel-control .icon-next:before {
  content: '\f054';
  font-family: FontAwesome; }

.closeAccordion {
  display: none; }

#back_top {
  bottom: 35px;
  cursor: pointer;
  display: none;
  padding: 4px;
  position: fixed;
  right: 10px;
  text-align: center;
  -webkit-transition: all 0.3s ease-out 0s;
          transition: all 0.3s ease-out 0s;
  z-index: 9998; }
  #back_top span {
    background-color: #a07936;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    color: #fff;
    transition: background 0.3s, color 0.2s;
    -webkit-transition: background 0.3s, color 0.2s;
    -moz-transition: background 0.3s, color 0.2s;
    -ms-transition: background 0.3s, color 0.2s; }
  #back_top i {
    font-size: 30px;
    line-height: 45px;
    vertical-align: top; }
  #back_top:hover span {
    background: #444;
    color: #fff; }

.boxedcontainer {
  max-width: 1200px;
  margin: auto;
  padding: 0 15px; }

.modal-dialog {
  max-width: 1000px;
  width: 90%;
  margin-right: auto;
  margin-left: auto; }

.bootstrap-datetimepicker-widget .timepicker a[data-action] {
  background: #ddd;
  border: none;
  color: #2e2e2e;
  height: auto;
  padding: 0; }
.bootstrap-datetimepicker-widget .timepicker button[data-action] {
  background: none;
  color: #2e2e2e;
  padding: 0;
  border: none; }
.bootstrap-datetimepicker-widget .timepicker td span {
  margin: 0;
  top: 0;
  border-radius: 0; }

/*menu default*/
.mega-menu > ul.nav > li.parent .dropdown {
  padding: 15px 20px;
  min-width: 200px; }
  .mega-menu > ul.nav > li.parent .dropdown ul li {
    border-top: 1px solid #e9e9e9;
    padding: 7px 0; }
    .mega-menu > ul.nav > li.parent .dropdown ul li:first-child {
      border-top: none;
      padding-top: 0; }
    .mega-menu > ul.nav > li.parent .dropdown ul li a {
      text-transform: capitalize; }
  .mega-menu > ul.nav > li.parent .dropdown ul + ul li:first-child {
    border-top: 1px solid #e9e9e9;
    padding-top: 7px; }
  .mega-menu > ul.nav > li.parent .dropdown .see-all {
    display: block;
    padding-top: 7px;
    border-top: 1px solid #e9e9e9; }

.boss-menu {
  float: right; }
  .boss-menu .btn-navbar {
    display: none; }
  .boss-menu > .navbar {
    float: none;
    margin-bottom: 0;
    margin-top: 5px;
    border: none; }
  .boss-menu .navbar-nav {
    margin: 0;
    border: none;
    font-family: "Lato", sans-serif;
    color: #666; }
    .boss-menu .navbar-nav a {
      color: #666; }
      .boss-menu .navbar-nav a:hover {
        color: #a07936; }
    .boss-menu .navbar-nav > li {
      float: none;
      display: inline-block;
      padding: 0; }
      .boss-menu .navbar-nav > li > a {
        color: #fff;
        font-family: "Lato", sans-serif;
        font-size: 14px;
        line-height: 16px;
        text-transform: uppercase;
        padding: 18px 22px 32px;
        border-top: 2px solid transparent; }
        .boss_scroll .boss-menu .navbar-nav > li > a {
          padding: 12px 22px 22px; }
        .boss-menu .navbar-nav > li > a:hover, .boss-menu .navbar-nav > li > a:focus {
          background-color: #fff;
          color: #a07936;
          border-color: #b77f1f; }
      .boss-menu .navbar-nav > li .plus {
        color: #fff;
        position: absolute;
        right: 0;
        top: 50%;
        font-size: 20px;
        cursor: pointer;
        width: 20px;
        height: 20px;
        margin-top: -10px;
        margin-bottom: 0;
        font-weight: 700;
        display: none; }
      .boss-menu .navbar-nav > li.dropdown .dropdown-menu {
        background-clip: padding-box;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        border-radius: 0;
        float: left;
        left: -9999px;
        list-style: outside none none;
        min-width: 200px;
        opacity: 0;
        filter: alpha(opacity=0);
        padding: 20px;
        position: absolute;
        text-align: left;
        top: 100%;
        visibility: hidden;
        z-index: 998;
        transform-origin: 0 0 0;
        -webkit-transform-origin: 0 0 0;
        -moz-transform-origin: 0 0 0;
        -ms-transform-origin: 0 0 0;
        transform: scale(1, 0.7);
        -webkit-transform: scale(1, 0.7);
        -moz-transform: scale(1, 0.7);
        -ms-transform: scale(1, 0.7);
        transition: transform 0.5s linear;
        -webkit-transition: -webkit-transform 0.5s linear;
        -moz-transition: transform 0.5s linear;
        -ms-transition: transform 0.5s linear;
        display: block;
        border: none; }
        .boss-menu .navbar-nav > li.dropdown .dropdown-menu ul li {
          border-top: 1px solid #e9e9e9;
          padding: 7px 0; }
          .boss-menu .navbar-nav > li.dropdown .dropdown-menu ul li:first-child {
            border-top: none;
            padding-top: 0; }
          .boss-menu .navbar-nav > li.dropdown .dropdown-menu ul li a {
            text-transform: capitalize; }
        .boss-menu .navbar-nav > li.dropdown .dropdown-menu ul + ul li:first-child {
          border-top: 1px solid #e9e9e9;
          padding-top: 7px; }
        .boss-menu .navbar-nav > li.dropdown .dropdown-menu a:hover {
          color: #a07936; }
        .right-to-left .boss-menu .navbar-nav > li.dropdown .dropdown-menu {
          text-align: right; }
        .boss-menu .navbar-nav > li.dropdown .dropdown-menu .see-all {
          display: block;
          padding-top: 7px;
          border-top: 1px solid #e9e9e9; }
      .boss-menu .navbar-nav > li.dropdown:hover .dropdown-menu {
        left: 0;
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1); }
      .boss-menu .navbar-nav > li.dropdown:hover .plus {
        color: #a07936; }
      .boss-menu .navbar-nav > li.dropdown:hover > a {
        background-color: #fff;
        color: #a07936;
        border-color: #b77f1f; }

/*shoppingcart*/
.table-responsive {
  overflow-x: auto;
  overflow-y: hidden; }

.cart-info, .wishlist-info, .b_bulk_order_ajax .b_bulk_table {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  border-radius: 4px; }

.table tbody tr td.quantity {
  min-width: 142px; }
  .table tbody tr td.quantity .input-group {
    margin: 0 auto;
    overflow: hidden; }
    .table tbody tr td.quantity .input-group button {
      width: 30px;
      height: 30px;
      background-color: #a07936;
      color: #fff;
      border: none;
      float: left; }
    .table tbody tr td.quantity .input-group .form-control {
      margin: 0;
      float: left;
      text-align: center;
      height: 30px;
      padding: 0 8px;
      line-height: 28px;
      width: auto; }

.cart-info {
  margin-bottom: 3em;
  margin-top: 2em; }
  .cart-info .table tbody tr td.remove .btn-update, .cart-info .table tbody tr td.remove .btn-remove {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0 5px;
    color: #a1a1a1; }
    .cart-info .table tbody tr td.remove .btn-update:hover, .cart-info .table tbody tr td.remove .btn-remove:hover {
      color: #a07936; }

.cart-info .table, .checkout .table, .wishlist-info .table, .b_bulk_order_ajax .table {
  border: 1px solid #ebebeb;
  margin-bottom: 0;
  background-color: #fff; }
  .cart-info .table thead, .checkout .table thead, .wishlist-info .table thead, .b_bulk_order_ajax .table thead {
    background-color: #f5f5f5; }
    .cart-info .table thead td, .checkout .table thead td, .wishlist-info .table thead td, .b_bulk_order_ajax .table thead td {
      font-size: 15px;
      text-transform: uppercase;
      color: #484848;
      line-height: 17px;
      padding: 20px 24px; }
  .cart-info .table tr td, .checkout .table tr td, .wishlist-info .table tr td, .b_bulk_order_ajax .table tr td {
    border-left: 1px solid #e9e9e9;
    vertical-align: middle; }
  .cart-info .table tbody tr td, .checkout .table tbody tr td, .wishlist-info .table tbody tr td, .b_bulk_order_ajax .table tbody tr td {
    border-top: 1px solid #e9e9e9; }

.cart-info .table td.name, .cart-info .table td.image, .checkout .table td.name, .checkout .table td.image, .wishlist-info .table td.name, .wishlist-info .table td.image {
  text-align: left; }
.cart-info .table tr td, .checkout .table tr td, .wishlist-info .table tr td {
  text-align: center;
  padding: 17px; }

.cart-info .table tbody tr td.name, .wishlist-info .table tbody tr td.name {
  border-left: none; }

.table tbody tr td.product-price, .table tbody tr td.total {
  font-size: 18px; }

.cart-module {
  margin-bottom: 30px;
  overflow: hidden; }
  .cart-module .panel-body > .control-label {
    padding: 0; }
  .cart-module .input-group {
    display: block; }
    .cart-module .input-group .form-control {
      float: none;
      border-radius: 4px; }
    .cart-module .input-group .input-group-btn {
      display: block;
      width: 100%;
      margin-top: 5px; }
      .cart-module .input-group .input-group-btn .btn {
        border-radius: 4px; }
  .cart-module .control-label {
    margin-bottom: 4px;
    font-size: 13px;
    float: none;
    width: 100%;
    text-align: left; }
    .cart-module .control-label + .col-sm-10 {
      float: none;
      width: 100%; }
  .cart-module .form-control {
    width: 60%;
    margin-bottom: 12px; }
  .cart-module .required .control-label:after {
    content: "*";
    color: #ff0101;
    margin-left: 3px; }
  .cart-module .form-group {
    margin-bottom: 0; }

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  margin-left: 0; }

#button-quote {
  margin-top: 8px; }

h4.panel-title {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  margin-top: 1em;
  text-transform: uppercase;
  margin: 0; }

.cart-total {
  overflow: hidden; }
  .cart-total table {
    float: right;
    width: auto;
    max-width: 100%; }
    .cart-total table tr td {
      line-height: 36px;
      font-size: 16px; }
      .cart-total table tr td.text-left {
        padding-right: 20px; }
    .cart-total table tr:last-child td {
      font-weight: 700; }
  .cart-total + .buttons {
    overflow: hidden;
    margin-top: 40px; }
    .cart-total + .buttons .btn.btn-red {
      padding: 12px 60px; }

/*Bulk order*/
#boss_bulk_order {
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #e9e9e9;
  margin-bottom: 30px;
  padding: 20px 5px;
  float: left;
  width: 100%; }
  #boss_bulk_order > div {
    padding: 0 15px; }
  #boss_bulk_order input, #boss_bulk_order select {
    height: 40px; }
  #boss_bulk_order .form-control {
    width: 100%; }
  #boss_bulk_order .btn-group .btn1 {
    height: 40px;
    padding: 0 10px;
    background-color: transparent;
    border: 1px solid #ebebeb;
    width: 100%;
    border-radius: 4px; }
    #boss_bulk_order .btn-group .btn1 .caret {
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%); }
  #boss_bulk_order span.ui-corner-all {
    border: 4px solid #a07936;
    border-radius: 50%;
    height: 16px;
    top: -6px;
    width: 16px;
    outline: none;
    background-color: #f6f6f6; }
  #boss_bulk_order .ui-widget-content {
    height: 6px;
    margin-bottom: 2px; }
  #boss_bulk_order .ui-widget-header {
    background: #3f3f3f; }
  #boss_bulk_order .search-price input {
    color: #dd5f65 !important;
    background: transparent; }
  #boss_bulk_order + .form-group {
    float: left;
    width: 100%;
    margin: 20px 0 40px; }
  #boss_bulk_order .btn {
    margin-top: 27px;
    width: 45%;
    height: 40px; }

.b_bulk_order_ajax {
  clear: both; }
  .b_bulk_order_ajax .table thead td {
    text-align: center; }
  .b_bulk_order_ajax .table tr td {
    padding: 20px;
    min-width: 120px; }
    .b_bulk_order_ajax .table tr td .bt-image-option img {
      margin-right: 5px;
      width: 30px;
      border-radius: 0;
      margin-bottom: 8px; }
    .b_bulk_order_ajax .table tr td .price {
      font-size: 16px;
      text-align: center;
      min-width: 95px; }
      .b_bulk_order_ajax .table tr td .price .price-tax {
        display: block;
        font-size: 14px;
        font-weight: 400; }
    .b_bulk_order_ajax .table tr td .cart {
      text-align: center; }
      .b_bulk_order_ajax .table tr td .cart .btn {
        min-width: 98px; }
  .b_bulk_order_ajax .table .input-group.datetime {
    width: 180px; }
  .b_bulk_order_ajax .table .input-group.btn-block {
    margin: 0 auto 10px;
    text-align: center;
    min-width: 100px;
    overflow: hidden; }
    .b_bulk_order_ajax .table .input-group.btn-block button {
      width: 30px;
      height: 30px;
      background-color: #a07936;
      color: #fff;
      border: none;
      float: left; }
    .b_bulk_order_ajax .table .input-group.btn-block .form-control {
      margin: 0;
      float: left;
      text-align: center;
      height: 30px;
      padding: 0 8px;
      line-height: 28px;
      width: auto; }
  .b_bulk_order_ajax .table .checkbox {
    min-width: 152px; }
  .b_bulk_order_ajax .table .form-group {
    min-width: 150px; }
    .b_bulk_order_ajax .table .form-group .form-control {
      margin-top: 0;
      width: 100%; }
    .b_bulk_order_ajax .table .form-group .btn-group {
      padding: 0; }
      .b_bulk_order_ajax .table .form-group .btn-group .btn1 {
        height: 40px;
        padding: 0 10px;
        background-color: transparent;
        border: 1px solid #ebebeb;
        width: 100%;
        border-radius: 4px; }
        .b_bulk_order_ajax .table .form-group .btn-group .btn1 .caret {
          position: absolute;
          right: 10px;
          top: 50%;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%); }
  .b_bulk_order_ajax .table .radio.bt-image-option {
    display: inline-block;
    vertical-align: top;
    margin: 0; }
    .b_bulk_order_ajax .table .radio.bt-image-option label {
      padding: 0;
      font-size: 0; }
  .b_bulk_order_ajax .pagination a {
    cursor: pointer; }

.search-price .form-group {
  padding: 0 10px; }
  .search-price .form-group p {
    margin-left: -10px; }

.b_bulk_title {
  padding: 15px 20px;
  background: #a07936;
  color: #fff;
  margin: 0; }

#bulk-load {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 996;
  top: 0;
  background-color: rgba(255, 255, 255, 0.7); }
  #bulk-load:before {
    content: "\f110";
    font: 40px FontAwesome;
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    -moz-animation: fa-spin 1s infinite steps(8);
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -40px; }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg); }
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg); } }
@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg); }
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg); } }
/*checkout*/
.checkout {
  margin-bottom: 50px; }
  .checkout .panel .panel-body .form-group {
    margin-bottom: 18px; }
  .checkout .panel .panel-body .control-label {
    margin-bottom: 5px;
    font-size: 13px; }
  .checkout .panel .panel-body p span {
    font-weight: 700; }
  .checkout .panel .panel-body .form-control {
    width: 90%; }
  .checkout .panel .panel-body .buttons {
    margin: 0; }
  .checkout .panel .panel-body fieldset {
    margin-bottom: 20px; }
  .checkout .form-group.required .control-label:after {
    content: "*";
    color: #f00;
    margin-left: 3px; }
  .checkout h3 {
    margin-bottom: 12px; }
  .checkout .table tfoot tr td {
    font-size: 16px;
    text-align: right;
    font-weight: 700;
    border-left: none; }
  .checkout .agree + .btn {
    display: block;
    margin-top: 20px; }

a.forgotten {
  margin-left: 10px;
  color: #f00;
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  margin-top: 9px; }
  a.forgotten:hover {
    text-decoration: underline; }

#shipping-existing .form-control, #payment-existing .form-control {
  width: 55%;
  margin: 8px 0; }

#payment-new .form-control, #shipping-new .form-control {
  width: 55%; }

#button-confirm {
  margin-top: 30px; }

/*checkout one page*/
#login_model .modal-dialog {
  max-width: 360px; }

.aqc-column .btn.pull-right {
  padding: 8px 25px; }

.radio span.price {
  margin-left: 5px; }

.qc-checkout-product {
  overflow-x: auto; }

#qc_confirm_order {
  max-width: 300px; }

.qc-step .form-control {
  width: 100%; }

.login-btn-group .btn-group .btn-group {
  width: 50%;
  display: block;
  float: left;
  margin-bottom: 15px; }
  .login-btn-group .btn-group .btn-group + .btn-group {
    margin-left: 0; }
  .login-btn-group .btn-group .btn-group .btn {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0; }

#d_quickcheckout #cart_view .qc-quantity {
  width: 31%; }
  #d_quickcheckout #cart_view .qc-quantity .form-control {
    max-width: 100px; }
.qc-quantity .qc-product-qantity {
  margin-top: 0; }
.qc-quantity .input-group-btn:first-child > .btn {
  margin-right: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0; }
.qc-quantity .input-group > * {
  display: block;
  float: left;
  width: auto; }
.qc-quantity .btn-danger {
  width: 35px; }

.qc-coupon .btn, .qc-voucher .btn {
  padding: 11px 20px; }

/*my account*/
.content-login .left {
  padding-right: 10px; }
  .content-login .left .btn {
    margin-top: 20px; }
.content-login .right {
  padding-left: 10px; }
  .content-login .right .form-control {
    width: 90%; }
  .content-login .right .form-group + .form-group {
    margin-bottom: 30px; }
.content-login p strong {
  font-weight: 700; }

fieldset#account {
  margin-bottom: 30px; }
fieldset#address {
  margin-bottom: 30px; }
  fieldset#address + fieldset {
    margin-bottom: 30px; }
fieldset .newsletter > .control-label {
  margin-right: 8px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px; }
fieldset + .buttons {
  margin-top: 10px; }
  fieldset + .buttons .button-register {
    margin-top: 15px; }
fieldset .radio-box {
  margin-top: 10px;
  margin-bottom: 15px; }
  fieldset .radio-box > .control-label {
    margin-right: 8px;
    display: inline-block;
    vertical-align: top; }

.account ul li a {
  color: #a1a1a1;
  text-transform: capitalize;
  display: block;
  padding: 14px 20px 13px 30px; }
  .account ul li a:hover {
    color: #202020;
    font-weight: 700;
    background-color: transparent; }
.account ul li.active a {
  color: #202020;
  font-weight: 700;
  background-color: transparent; }
.account ul li + li a {
  border-top: 1px solid #ebebeb; }

.block-title + .list-unstyled {
  margin-bottom: 30px; }

.wishlist-info .btn-red {
  margin-right: 5px; }

p + .content-login {
  margin-top: 20px; }
  p + .content-login .left h3 + p {
    font-weight: 700; }

.form-horizontal fieldset h3 {
  margin-top: 20px; }

/*brand page*/
.manufacturer-list {
  border-top: 3px solid #a07936;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  padding: 20px; }

.form-horizontal .input-group .input-group-btn button {
  margin-top: 5px; }

.bootstrap-datetimepicker-widget th.next, .bootstrap-datetimepicker-widget th.prev {
  padding: 0; }

.popular-cate {
  overflow: hidden;
  text-align: center; }
  .popular-cate .cate-image {
    position: relative;
    background: #f5f5f5;
    overflow: hidden;
    transition: all 600ms ease 0s;
    -ms-transition: all 600ms ease 0s;
    -webkit-transition: all 600ms ease 0s;
    -moz-transition: all 600ms ease 0s; }
    .popular-cate .cate-image a {
      position: relative;
      z-index: 1; }
    .popular-cate .cate-image:after {
      content: "";
      position: absolute;
      background: #f2e4cc;
      width: 100%;
      height: 100%;
      -webkit-transform: translateY(-120%);
      -ms-transform: translateY(-120%);
      transform: translateY(-120%);
      transition: all 600ms ease 0s;
      -ms-transition: all 600ms ease 0s;
      -webkit-transition: all 600ms ease 0s;
      -moz-transition: all 600ms ease 0s;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      opacity: 0.75;
      filter: alpha(opacity=75); }
    .popular-cate .cate-image:hover:after {
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); }
    .popular-cate .cate-image:hover img {
      -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
      transform: scale(1.1, 1.1); }
    .popular-cate .cate-image img {
      transition: all 0.9s ease 0s;
      -ms-transition: all 0.9s ease 0s;
      -webkit-transition: all 0.9s ease 0s;
      -moz-transition: all 0.9s ease 0s; }
  .popular-cate .bt-topcategory-name {
    position: absolute;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
    .popular-cate .bt-topcategory-name .cate-name h3 {
      margin-bottom: 20px; }
      .popular-cate .bt-topcategory-name .cate-name h3 a {
        font-size: 24px;
        color: #454545;
        font-family: "Belleza", sans-serif;
        position: relative; }
        .popular-cate .bt-topcategory-name .cate-name h3 a:after {
          content: "";
          position: absolute;
          width: 30px;
          height: 1px;
          background: #a07936;
          bottom: -10px;
          left: 50%;
          margin-left: -15px; }
  .popular-cate .collection-action a {
    color: #a07936;
    font-size: 15px; }

.box-heading {
  margin-bottom: 45px;
  padding-top: 60px; }
  .box-heading h1, .box-heading h3 {
    margin-bottom: 0;
    padding-bottom: 16px;
    position: relative;
    font-family: "Belleza", sans-serif;
    font-size: 20px;
    color: #232323;
    text-align: center; }
    .box-heading h1:before, .box-heading h3:before {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -20px;
      background: url(../../image/line_star.png) no-repeat 50% 50%;
      width: 100%;
      height: 100%;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }

/*----------------modal-dialog------------*/
.modal-dialog .modal-header {
  border-bottom: 0;
  padding: 0;
  min-height: auto;
  overflow: hidden; }
  .modal-dialog .modal-header button {
    width: 40px;
    height: 40px;
    background: #000;
    text-align: center;
    line-height: 40px;
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
    margin: 0; }
    .modal-dialog .modal-header button:hover {
      background: #a07936; }

.modal-content {
  background: #f7f7f7; }

#b_newsletter .modal-dialog {
  top: 50%;
  margin-top: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }
  #b_newsletter .modal-dialog .modal-content {
    border-radius: 0;
    padding-left: 40px;
    background: #f7f7f7; }
  #b_newsletter .modal-dialog .modal-body {
    padding-bottom: 60px; }
  #b_newsletter .modal-dialog .newletter-content h1 {
    font-size: 80px;
    font-family: "Lato", sans-serif;
    color: #a07936;
    font-weight: 700;
    margin-top: 60px; }
  #b_newsletter .modal-dialog .newletter-content p {
    font-size: 15px;
    font-family: "Belleza", sans-serif;
    color: #010101;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: uppercase;
    margin-top: 35px; }
  #b_newsletter .modal-dialog .frm_subscribe_popup .boss-newletter {
    display: inline-block;
    width: 450px;
    position: relative; }
    #b_newsletter .modal-dialog .frm_subscribe_popup .boss-newletter input {
      width: 100%;
      margin: 0; }
    #b_newsletter .modal-dialog .frm_subscribe_popup .boss-newletter .btn-new {
      position: absolute;
      top: 0;
      right: 0;
      color: #fff;
      background: #a07936;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      padding: 0;
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      transform: scale(1, 1);
      transition: all 0.5s ease 0s;
      -ms-transition: all 0.5s ease 0s;
      -webkit-transition: all 0.5s ease 0s;
      -moz-transition: all 0.5s ease 0s; }
      #b_newsletter .modal-dialog .frm_subscribe_popup .boss-newletter .btn-new i {
        font-size: 20px; }
      #b_newsletter .modal-dialog .frm_subscribe_popup .boss-newletter .btn-new:hover i {
        -webkit-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
        transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s; }
  #b_newsletter .modal-dialog .frm_subscribe_popup .boss-checkbox {
    margin-top: 20px; }

/*-----------page about us---------------*/
.bt-information {
  padding: 50px 20px;
  margin: 60px 0; }
  .bt-information .bt_infotile {
    font-size: 30px; }
  .bt-information .bt_infoname p {
    margin-bottom: 20px; }
  .bt-information .bt_infoname h3 {
    font-size: 24px;
    text-transform: none;
    font-weight: normal;
    margin-top: 15px; }

.bt_moreinformation {
  padding: 50px 0 60px; }
  .bt_moreinformation h4 {
    font-family: "Belleza", sans-serif;
    font-size: 20px;
    color: #202020; }
  .bt_moreinformation a.button {
    padding: 14px 20px;
    background: #a07936;
    color: #fff;
    text-transform: uppercase; }
    .bt_moreinformation a.button:hover {
      background: #202020; }

/*-----------page contact us---------------*/
.information-contact .bt-breadcrumb {
  margin-bottom: 0; }
.information-contact .form-horizontal legend {
  padding-bottom: 22px;
  font-family: "Belleza", sans-serif;
  font-size: 16px;
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: bold; }
.information-contact .form-horizontal .form-control {
  width: 100%; }
.information-contact .form-horizontal .btn {
  margin-bottom: 50px; }
.information-contact .phone strong, .information-contact .fax strong, .information-contact .open strong, .information-contact .comment strong {
  font-size: 15px;
  line-height: 2;
  padding-right: 10px; }
.information-contact .btn-info {
  font-family: "Belleza", sans-serif;
  font-size: 16px;
  line-height: 1.2em;
  margin-bottom: 15px; }
.information-contact h2 {
  margin-bottom: 30px; }

.address {
  font-size: 15px; }

/*--------------account-account--------------*/
.account-account .list-unstyled {
  margin-bottom: 30px; }

.panel-default > .panel-heading {
  border-top: 3px solid #a07936;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  padding: 20px; }

/*# sourceMappingURL=bt_stylesheet.css.map */