@charset "UTF-8";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Roboto+Slab:400,300,700,100&subset=cyrillic,latin);
/*========================================================
                      Main Styles
=========================================================*/
body {
  font: 300 14px/18px "Roboto Slab", sans-serif;
  color: #676767;
  background: #e6e6e6; }

body.common-home {
  font: 300 16px/30px "Roboto Slab", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  margin: 10px 0 20px; }

button {
  outline: none; }

/* default font size */
.fa {
  line-height: inherit; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700; }

/* Override the bootstrap defaults */
h1 {
  font-size: 33px; }

h2 {
  font-size: 27px; }

h3 {
  font-size: 21px; }

h4 {
  font-size: 15px; }

h5 {
  font-size: 12px; }

h6 {
  font-size: 10.2px; }

button {
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  outline: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  a:active {
    background: transparent;
    outline: none; }
  a:visited, a:focus {
    color: inherit;
    text-decoration: none;
    outline: 0; }
  a:hover {
    text-decoration: none;
    color: #000; }

p a:hover {
  text-decoration: underline; }

img {
  max-width: 100%;
  height: auto; }

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

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

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: 12px;
  border-radius: 0; }

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

.input-group .input-group-addon {
  height: 30px; }

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

div.required .control-label:before {
  content: '* ';
  color: #F00;
  font-weight: bold; }

/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
  color: #ffffff;
  background-color: #676767;
  background-repeat: repeat-x; }

/*========================================================
                      Header styles
=========================================================*/
.header {
  background: #e6e6e6;
  padding-top: 31px; }
  .header .box-language, .header .box-currency {
    float: right;
    margin-top: 20px; }
  .header .box-currency {
    margin-right: 42px; }
  .header .box-language {
    margin-right: 20px; }
  .header .box-cart {
    float: right; }
  .header .logo {
    float: left; }
  .header .nav {
    margin-top: 24px; }
  .header .search {
    margin: 14px 13px 0 0; }
  .header .top_panel {
    margin-top: 30px; }
  .header .box-right {
    margin-top: 39px; }
    .header .box-right .social-list {
      float: right;
      margin: 20px 96px 0 0; }
  .header .dropdown-menu {
    background: #e6e6e6; }
    .header .dropdown-menu > li > button:hover, .header .dropdown-menu > li > a:hover {
      background: #676767;
      color: #FFF; }
  .header > .container .col-sm-12 {
    min-height: 0; }

/*=================== Top Panel ===================*/
.top_panel {
  background: #e6e6e6; }
  .top_panel:before, .top_panel:after {
    display: table;
    content: "";
    line-height: 0; }
  .top_panel:after {
    clear: both; }

.panel_bg {
  position: relative;
  background: #FFF;
  -webkit-box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.23);
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.23);
  z-index: 1; }

.menu-toggle {
  display: block;
  position: relative;
  padding: 25px 50px 25px 30px;
  font: 700 26px/30px "Roboto Slab", sans-serif;
  border-right: 1px solid #D9D9D9; }
  .menu-toggle:after {
    content: '\f0c9';
    position: absolute;
    right: 30px;
    top: 25px;
    font: 400 21px/30px "FontAwesome";
    color: #E6E6E6;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease; }
  .menu-toggle:hover, .menu-toggle.active {
    padding-left: 20px; }
    .menu-toggle:hover:after, .menu-toggle.active:after {
      color: #676767;
      right: 20px; }

/*================ Top Links style ===============*/
.nav {
  text-align: center; }
  .nav > ul {
    padding: 0;
    margin: 0; }
    .nav > ul li {
      padding: 0; }
    .nav > ul > li + li {
      margin-left: 20px; }
  .nav a {
    font-size: 13px; }
    .nav a i {
      display: none; }
    .nav a:hover, .nav a .active {
      color: #000; }
  .nav i {
    font-size: 20px;
    margin-right: 20px; }
  .nav .count {
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    background: #E6E6E6;
    margin-left: 2px; }

/*================  Social List ===============*/
.social-list {
  list-style-type: none; }
  .social-list li {
    display: inline-block; }
    .social-list li + li {
      margin-left: 15px; }
  .social-list a {
    display: inline-block;
    font-size: 25px;
    color: #FFF;
    line-height: 25px;
    text-shadow: 3px 4px 3px #B1B1B1; }
    .social-list a:hover {
      color: #676767; }

/*================  CURRENCY AND LANGUAGE BOXES ===============*/
.currency-select {
  text-align: left; }

.box-language .open .dropdown-toggle,
.box-currency .open .dropdown-toggle,
.box-language .dropdown-toggle:hover,
.box-currency .dropdown-toggle:hover {
  font-weight: 700; }

.box-language .dropdown-toggle,
.box-currency .dropdown-toggle {
  display: block;
  text-align: center;
  font-size: 16px;
  text-transform: capitalize;
  cursor: pointer;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .box-language .dropdown-toggle:after,
  .box-currency .dropdown-toggle:after {
    display: inline-block;
    content: '\f107';
    margin-left: 8px;
    font-size: 15px;
    font-weight: 400;
    font-family: "FontAwesome"; }

.box-currency .dropdown-menu a,
.box-language .dropdown-menu a {
  padding: 5px 5px 5px 10px; }

/*================  DropDown Menu item ===============*/
.box-currency .dropdown-menu button {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  text-transform: uppercase;
  display: block;
  width: 100%;
  padding-left: 10px; }
  .box-currency .dropdown-menu button::-moz-focus-inner {
    border: none;
    padding: 0; }

/********** Swipe menu ******************/
.toprow-1 {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 90;
  display: none;
  background: #e6e6e6;
  border-bottom: 1px solid #676767; }

.swipe-control {
  border-right: 1px solid #31353d;
  display: block;
  height: 50px;
  vertical-align: top;
  text-align: center;
  width: 64px;
  z-index: 100; }
  .swipe-control i {
    line-height: 50px;
    font-size: 30px;
    vertical-align: top;
    color: #31353d;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease; }
  .swipe-control:hover i, .swipe-control.active i {
    color: #676767; }

.swipe {
  color: #31353d;
  display: block;
  overflow: hidden;
  position: fixed;
  top: 50px;
  width: 237px;
  z-index: 101;
  bottom: 0;
  left: -237px;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .swipe .swipe-menu {
    height: 100%;
    overflow-y: auto; }

.swipe ul {
  padding: 0;
  margin: 0; }
  .swipe ul li {
    list-style-type: none; }
    .swipe ul li a {
      display: block;
      padding: 10px 20px;
      font-weight: bold;
      color: #31353d;
      border-top: 1px solid #31353d;
      line-height: 25px;
      background: #e6e6e6; }
      .swipe ul li a i, .swipe ul li a:before {
        font-size: 21px;
        color: #31353d;
        margin-right: 9px;
        -moz-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease; }
      .swipe ul li a:hover {
        background-color: #676767;
        color: #FFF; }
        .swipe ul li a:hover i, .swipe ul li a:hover:before {
          color: #FFF; }

.swipe .foot li a:before {
  content: "\f05a";
  font-family: FontAwesome;
  display: inline-block; }

.ind .swipe {
  display: block;
  left: 0; }
.ind #page {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 88; }
.ind .shadow {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 88; }

.swipe .foot li + li a:before {
  content: "\f0d1"; }
.swipe .foot li + li + li a:before {
  content: "\f06a"; }
.swipe .foot li + li + li + li a:before {
  content: "\f085"; }

.swipe .foot.foot-1 li a:before {
  content: "\f0ac"; }
.swipe .foot.foot-1 li + li a:before {
  content: "\f079"; }
.swipe .foot.foot-1 li + li + li a:before {
  content: "\f0e8"; }

.swipe .foot.foot-2 li a:before {
  content: "\f02c"; }
.swipe .foot.foot-2 li + li a:before {
  content: "\f06b"; }
.swipe .foot.foot-2 li + li + li a:before {
  content: "\f0c0"; }
.swipe .foot.foot-2 li + li + li + li a:before {
  content: "\f0a3"; }

.swipe .foot.foot-3 li a:before {
  content: "\f0cb"; }
.swipe .foot.foot-3 li + li a:before {
  content: "\f003"; }

@media (max-width: 767px) {
  .toprow-1 {
    display: block; } }
/*========================================================
               Responsive Header styles
=========================================================*/
@media (min-width: 768px) and (max-width: 1199px) {
  .nav a span {
    display: none; }
  .nav a i {
    display: block; }

  .menu-toggle {
    padding-left: 10px;
    padding-right: 40px; }
    .menu-toggle:after {
      right: 20px; }
    .menu-toggle:hover, .menu-toggle.active {
      padding-left: 10px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .menu-toggle {
    font-size: 22px; }
    .menu-toggle:after {
      display: none; }
    .menu-toggle:hover, .menu-toggle.active {
      padding-left: 10px; } }
@media (max-width: 767px) {
  .header {
    padding: 60px 0 20px; }
    .header .search {
      float: none; }
    .header .social-list, .header .box-currency {
      margin-right: 0;
      padding: 0; }
    .header .logo {
      float: none;
      text-align: center;
      margin-top: 15px; }
    .header .box-cart {
      float: none;
      margin-top: 0; }
    .header .nav {
      margin-top: 0; }
    .header .menu-toggle {
      display: none; }
    .header .box-right {
      margin-top: 0; }
      .header .box-right:before, .header .box-right:after {
        display: table;
        content: "";
        line-height: 0; }
      .header .box-right:after {
        clear: both; }
      .header .box-right .social-list {
        float: left; }
    .header .top_panel {
      padding: 0; }
    .header .nav__primary {
      margin-top: 15px;
      background: none; }

  .menu-shadow .menu {
    display: none; } }
@media (max-width: 767px) {
  .top_panel {
    background: none; }

  .header .logo {
    margin-bottom: 0; }
    .header .logo img {
      display: inline-block; }

  .nav ul {
    display: none; }

  .header .search {
    margin: 10px auto;
    width: 80%; } }
@media (max-width: 520px) {
  .col-xs-6 {
    width: 100%; }

  .logo {
    text-align: center;
    float: none;
    margin: 20px 0; } }
/*==================     Search Form     ======================*/
.search {
  position: relative; }
  .search input {
    outline: none;
    background-color: transparent;
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
    vertical-align: baseline;
    box-shadow: none;
    color: #676767;
    display: block;
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    height: 53px;
    padding: 15.5px 35px 15.5px 20px;
    background: #f2f2f2;
    border: 1px solid #d9d9d9;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .search input::-webkit-input-placeholder {
      color: #676767; }
    .search input:-moz-placeholder {
      color: #676767;
      opacity: 1; }
    .search input::-moz-placeholder {
      color: #676767;
      opacity: 1; }
    .search input:-ms-input-placeholder {
      color: #676767; }
  .search button, .search button:focus, .search button:active {
    background: none;
    border: none;
    display: inline-block;
    padding: 0;
    outline: none;
    outline-offset: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    position: absolute;
    top: 17px;
    right: 16px;
    color: #676767;
    font: 400 17px/17px 'FontAwesome', sans-serif; }
    .search button::-moz-focus-inner, .search button:focus::-moz-focus-inner, .search button:active::-moz-focus-inner {
      border: none;
      padding: 0; }
    .search button:before, .search button:focus:before, .search button:active:before {
      content: ""; }
  .search button:hover, .search button:focus:hover, .search button:active:hover {
    color: #333; }

@media (max-width: 479px) {
  .search-form {
    width: 270px; } }
#livesearch_search_results {
  margin: 3px 0 0;
  padding: 5px !important;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #e6e6e6;
  list-style-type: none;
  z-index: 12;
  width: 100%;
  border-top: 0;
  font-size: 14px; }
  #livesearch_search_results li {
    padding: 0px;
    overflow: hidden; }
    #livesearch_search_results li img {
      overflow: hidden;
      float: left;
      margin-right: 10px; }
      #livesearch_search_results li img.loading {
        background: #F5F5F5; }
    #livesearch_search_results li:hover, #livesearch_search_results li.highlighted {
      background-color: #676767; }
      #livesearch_search_results li:hover a, #livesearch_search_results li.highlighted a {
        color: #FFF; }
  #livesearch_search_results a, #livesearch_search_results a:visited {
    display: block;
    padding: 5px;
    float: left;
    width: 100%;
    color: #31353d;
    text-decoration: none; }

@media (min-width: 768px) and (max-width: 991px) {
  #livesearch_search_results li img {
    display: none !important; } }
/*================ Box Cart  ===============*/
.box-cart {
  position: relative; }
  .box-cart .btn-danger {
    border: 0;
    padding: 0;
    background: none;
    color: #333; }
    .box-cart .btn-danger i {
      font-size: 13px; }

.cart-total3, .cart-total, .cart > button > strong, .cart > button > i {
  display: none; }

.cart-total {
  text-transform: uppercase; }

/*================  Cart  ===============*/
.cart {
  position: relative; }
  .cart > button {
    position: relative;
    background: url(../image/cart.png) no-repeat;
    border: 0;
    line-height: 20px;
    height: 95px;
    width: 88px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #676767;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .cart > button:hover, .cart.open > button {
    opacity: .6; }
  .cart .btn {
    margin-bottom: 7px; }

/*================  Cart DropDown ===============*/
.cart ul > li:first-child tr {
  border-bottom: 1px solid #DDD; }

.cart td {
  font-size: 13px; }
  .cart td .name a {
    font-size: 14px; }
  .cart td strong {
    font-size: 12px; }

.cart .total td {
  border: 0;
  padding: 2px;
  font-size: 14px;
  font-weight: bold;
  color: #31353d; }

.cart .price-cart {
  color: #676767;
  font-weight: bold; }

.cart.open > .btn:hover {
  color: #444; }

.cart .dropdown-menu {
  z-index: 1001;
  min-width: 260px; }
  .cart .dropdown-menu img {
    max-width: 50px; }
  .cart .dropdown-menu tr .text-center button {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .cart .dropdown-menu table {
    margin-bottom: 10px; }
  .cart .dropdown-menu li > div {
    padding: 0 10px; }
  .cart .dropdown-menu li p {
    margin: 20px 0; }

.cart .dropdown-menu button i {
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
.cart .dropdown-menu button:hover {
  background: transparent; }
  .cart .dropdown-menu button:hover i {
    color: #676767; }
.cart .dropdown-menu .name a:hover {
  color: #000;
  background: transparent; }
.cart .dropdown-menu button.btn-danger {
  border: none; }
  .cart .dropdown-menu button.btn-danger:before, .cart .dropdown-menu button.btn-danger:after {
    display: none; }
  .cart .dropdown-menu button.btn-danger:hover {
    color: #5B5E60; }

.cart .table.total tr:nth-child(4) td strong,
.cart .table.total tr:nth-child(4) td {
  font-weight: bold;
  font-size: 20px;
  font-style: normal; }

.cart-q {
  max-width: 100px;
  float: none;
  display: inline-block;
  margin-right: 3px; }

.shoping_cart td {
  vertical-align: middle !important; }

@media (max-width: 767px) {
  .cart {
    position: fixed;
    top: 0;
    right: 15px;
    margin: 0;
    z-index: 91;
    border-left: none; }
    .cart > button {
      line-height: 34px;
      padding: 0 7px 0 0;
      border-radius: 0;
      width: 45px;
      height: 45px;
      -webkit-background-size: cover;
      background-size: cover;
      margin-top: 2px; }
    .cart .dropdown-menu {
      max-height: 300px;
      overflow: auto; } }
/*========================================================
                      Menu styles
=========================================================*/
.menu-wrap {
  position: relative; }

.nav__primary {
  padding: 0;
  position: absolute;
  top: 91px;
  left: 0;
  right: 0;
  display: none; }
  .nav__primary ul {
    list-style: none;
    margin: 0;
    padding: 0; }

.nav__primary .menu-shadow {
  background: #676767; }
  .nav__primary .menu-shadow:before, .nav__primary .menu-shadow:after {
    display: table;
    content: "";
    line-height: 0; }
  .nav__primary .menu-shadow:after {
    clear: both; }

/*================ Menu  ===============*/
.nav__primary .menu {
  margin: 0;
  padding: 0;
  -webkit-box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.23);
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.23); }
  .nav__primary .menu li {
    position: relative; }
    .nav__primary .menu li + li {
      border-top: 1px solid #d9d9d9; }
    .nav__primary .menu li.sfHover > a, .nav__primary .menu li > a:hover, .nav__primary .menu li > a.active {
      background: #f2f2f2;
      color: #000; }
  .nav__primary .menu li > a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 20px;
    padding: 20px 30px 20px 30px;
    background: #fff;
    outline: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

/*================ Sub-menu lvl1  ===============*/
.nav__primary .menu ul {
  display: none;
  position: absolute;
  z-index: 99;
  left: 100%;
  top: 0;
  width: 100%;
  margin: 0 0 0 8px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
  position: absolute;
  top: 20px;
  right: 20px;
  text-align: center;
  content: '\f105';
  font-family: FontAwesome;
  font-size: 15px;
  line-height: 20px;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }

.menu-gadget .menu ul ul a {
  padding-left: 60px !important; }

/*=================== Menu gadget Header ===================*/
#menu-icon {
  position: relative;
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  font: 400 20px/30px 'Gabriela',sans-serif;
  padding: 10px 17px;
  text-transform: uppercase;
  background: #676767; }
  #menu-icon.active:after {
    content: "\f106"; }
  #menu-icon:after {
    float: right;
    content: "\f107";
    font-family: FontAwesome;
    margin-top: 0;
    display: inline-block;
    text-align: center;
    width: 1.25em;
    font-size: 26px;
    color: #fff; }

.menu-gadget {
  display: none;
  margin: 15px 0; }

.menu-gadget .menu {
  padding: 0;
  margin: 0; }
  .menu-gadget .menu li {
    position: relative;
    list-style-type: none;
    color: #FFF; }
    .menu-gadget .menu li i {
      position: absolute;
      display: block;
      top: 8px;
      right: 5px;
      height: 24px;
      width: 24px;
      font-size: 21px;
      padding: 0 20px;
      cursor: pointer; }
  .menu-gadget .menu a {
    padding: 10px 15px;
    display: block;
    border-top: 1px solid #e5e5e5;
    font-size: 14px;
    background: #31353d; }
    .menu-gadget .menu a:hover {
      background: #676767;
      color: #FFF; }
  .menu-gadget .menu li li a {
    padding: 10px 15px 10px 45px; }
  .menu-gadget .menu li li:last-child {
    padding-bottom: 0; }
  .menu-gadget .menu li li li a {
    padding: 10px 15px 10px 35px; }

.menu-gadget .menu li i.fa-angle-up:before {
  content: "" !important; }

/** dropdown **/
.menu-gadget .menu i {
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
.menu-gadget .menu ul {
  width: auto;
  padding: 0;
  display: none; }
.menu-gadget .menu li.active > a, .menu-gadget .menu li > a:hover {
  background: #5B5E60;
  color: #FFF; }
.menu-gadget .menu li i:hover {
  color: #5B5E60; }

@media (max-width: 991px) {
  .nav__primary .menu-shadow {
    background: transparent; } }
@media (min-width: 768px) and (max-width: 991px) {
  .nav__primary .menu {
    float: none;
    width: 100%; } }
@media (max-width: 767px) {
  .nav__primary .menu {
    display: none; }

  .menu-gadget {
    display: block; } }
/*========================================================
                      Content styles
=========================================================*/
#page {
  background: #e6e6e6;
  overflow: hidden; }

#content {
  padding-bottom: 10px; }

.content_bottom {
  background: #e6e6e6; }

aside .product-layout {
  padding-left: 0;
  padding-right: 0; }

.information-information h3 {
  text-transform: uppercase; }

/*==================  Marked List  ======================*/
.box.account ul, .box.affilate ul {
  padding: 0;
  list-style-type: none; }
  .box.account ul a, .box.affilate ul a {
    position: relative;
    border-bottom: 1px solid #DADADA;
    display: block;
    padding: 13px 15px; }
    .box.account ul a:before, .box.affilate ul a:before {
      content: '\f054';
      margin-right: 10px;
      font-weight: 400;
      font-size: 10px;
      font-family: "FontAwesome";
      color: #676767;
      -moz-transition: 0.3s all ease;
      -o-transition: 0.3s all ease;
      -webkit-transition: 0.3s all ease;
      transition: 0.3s all ease; }
  .box.account ul a:hover, .box.affilate ul a:hover {
    color: #676767; }

.site-map-page #content ul, .manufacturer-content div, #content ul.list-unstyled {
  margin: 0;
  list-style-type: none; }
  .site-map-page #content ul a, .manufacturer-content div a, #content ul.list-unstyled a {
    position: relative; }
    .site-map-page #content ul a:before, .manufacturer-content div a:before, #content ul.list-unstyled a:before {
      content: '\f105';
      margin-right: 5px;
      font-weight: 400;
      font-size: 15px;
      font-family: "FontAwesome";
      color: #676767; }

#content .product-info ul.list-unstyled a:before {
  display: none; }

@media (max-width: 767px) {
  aside {
    margin-top: 20px; }
    aside .container {
      padding: 0;
      width: 100%; }

  #content [class*="col-sm-"] + [class*="col-sm-"] {
    margin-top: 20px; } }
/*========================================================
                      Buttons
=========================================================*/
.buttons {
  margin: 1em 0; }
  .buttons:before, .buttons:after {
    display: table;
    content: "";
    line-height: 0; }
  .buttons:after {
    clear: both; }

.btn-danger,
.btn-primary,
.btn-info,
.btn-default {
  color: #4C4F51;
  border: none;
  font-size: 12px;
  text-transform: uppercase;
  text-shadow: none;
  border-radius: 0;
  background: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary,
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger,
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info,
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled],
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  text-shadow: none;
  box-shadow: none;
  background: none; }

.btn:visited,
.btn {
  font-size: 14px;
  color: #FFF;
  background: #676767;
  text-shadow: none;
  border-radius: 0;
  border: none;
  padding: 12px 16px;
  -webkit-box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.23);
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.23); }

.btn:hover,
.btn:focus {
  background: #000;
  color: #FFF; }

.input-group-btn .btn {
  padding: 7px 12px; }
  .input-group-btn .btn i {
    font-size: 15px;
    line-height: 18px; }

.product-thumb .btn.btn-add {
  font: 700 19px/24px "Roboto Slab", sans-serif;
  padding: 16px 23px;
  background: #333;
  opacity: 0;
  -moz-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  -o-transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px); }
  .product-thumb .btn.btn-add:hover {
    background: #676767;
    color: #FFF; }

.product-thumb .cart-button {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -50px; }

.featured .product-thumb .cart-button {
  margin-top: -70px; }

.product-thumb .quickview {
  display: inline-block;
  opacity: 0;
  color: #FFF;
  font: 700 19px/24px "Roboto Slab", sans-serif;
  padding: 16px 23px;
  background: #333;
  -moz-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  -o-transform: translate(0, -20px);
  -webkit-transform: translate(0, -20px);
  transform: translate(0, -20px);
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  margin-bottom: 15px; }
  .product-thumb .quickview:hover {
    background: #676767; }

#compare-total {
  display: inline-block;
  font-size: 17px;
  color: #FFF;
  font-weight: 600;
  padding: 15px 20px;
  background: #42B856;
  margin-left: 10px; }
  #compare-total:hover {
    background: #676767; }

/*========================================================
                 Responsive styles Buttons
=========================================================*/
@media (min-width: 768px) and (max-width: 991px) {
  .featured .product-thumb .cart-button {
    top: auto;
    margin-top: 0;
    bottom: 15px; }

  .product-thumb .quickview, .product-thumb .btn.btn-add {
    padding: 8px 12px; }

  .table-bordered > tbody > tr > .text-right {
    padding: 5px; }

  .account-wishlist table td .btn {
    padding: 6px; } }
@media (max-width: 400px) {
  .buttons .pull-left, .buttons .pull-right {
    float: none !important;
    margin-top: 10px; }

  .account-address .table td a {
    display: block; }
    .account-address .table td a + a {
      margin-top: 5px; } }
/*========================================================
                      Banners
=========================================================*/
.banners > div .banner-box {
  position: relative; }
  .banners > div .banner-box > a {
    display: block; }

.banners > div .s-desc {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  -webkit-box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.23);
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.23); }

.banner-1 {
  margin-top: 30px; }
  .banner-1 .banner-box {
    padding-bottom: 40px;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease; }

.banner-1 .s-desc {
  padding: 10px 5px;
  background: #FFF;
  color: #676767;
  text-align: center;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .banner-1 .s-desc:before, .banner-1 .s-desc:after {
    display: table;
    content: "";
    line-height: 0; }
  .banner-1 .s-desc:after {
    clear: both; }
  .banner-1 .s-desc h3 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    margin: 0; }
  .banner-1 .s-desc p {
    text-decoration: underline;
    margin: 0; }

.banner-1 .banner-box a:hover .s-desc {
  background: #676767;
  color: #FFF; }

/*========================================================
                   Responsive Banners
=========================================================*/
@media (max-width: 1199px) {
  .banner-1 > div .s-desc {
    left: 10px;
    right: 10px; }
    .banner-1 > div .s-desc h3 {
      font-size: 22px; } }
@media (max-width: 991px) {
  .banner-1 > div .s-desc h3 {
    font-size: 18px; } }
@media (min-width: 400px) and (max-width: 767px) {
  .banners {
    text-align: center; }
    .banners .banner-1 {
      display: inline-block; } }
/*========================================================
                      HTML boxes
=========================================================*/
.box_html .terms-list {
  width: 100%;
  margin: 0;
  list-style-type: none;
  display: table;
  table-layout: fixed;
  padding: 50px 0 45px; }
  .box_html .terms-list li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 25px 5px; }
    .box_html .terms-list li + li {
      border-left: 1px solid #b8b8b8; }
  .box_html .terms-list h4 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    margin: 0; }
  .box_html .terms-list h4 + p {
    margin-top: 10px; }

/*========================================================
               Responsive HTML boxes
=========================================================*/
@media (max-width: 400px) {
  .box_html .terms-list {
    display: block; }
    .box_html .terms-list li {
      display: block;
      padding: 10px 0; }
      .box_html .terms-list li + li {
        border-left: none;
        border-top: 1px solid #b8b8b8; } }
/*========================================================
                      Product
=========================================================*/
.product-layout {
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 35px; }
  .product-layout:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

aside .product-layout:hover, .product-list.product-layout {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

/*=================== Product Image ===================*/
.product-thumb .image {
  position: relative;
  text-align: center; }
  .product-thumb .image .price {
    position: relative;
    margin-top: -32px; }
  .product-thumb .image > a {
    display: block;
    background: #F4F4F4; }
    .product-thumb .image > a img {
      -moz-transition: 0.5s all ease;
      -o-transition: 0.5s all ease;
      -webkit-transition: 0.5s all ease;
      transition: 0.5s all ease;
      margin-left: auto;
      margin-right: auto; }

.product-grid .product-thumb .image {
  float: none; }

/*=================== Product Caption ===================*/
.product-thumb {
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }
  .product-thumb h4, .product-thumb .name {
    margin-top: 8px; }
    .product-thumb h4 a, .product-thumb .name a {
      color: #676767; }
      .product-thumb h4 a:hover, .product-thumb .name a:hover {
        font-weight: 700; }
  .product-thumb .caption {
    position: relative; }
  .product-thumb:hover .quickview, .product-thumb:hover .btn.btn-add {
    opacity: 1;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none; }

.featured .product-thumb .caption {
  margin-top: -32px; }

.price {
  display: inline-block;
  font: 700 22px/26px "Roboto Slab", sans-serif;
  padding: 15px 5px;
  background: #FFF;
  min-width: 144px;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -webkit-box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.23);
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.23);
  text-align: center; }

.cart-button {
  margin-top: 22px; }

.product-list .product-thumb .caption {
  overflow: hidden; }

.product-list .product-thumb .image {
  float: left;
  margin-right: 30px; }
.product-list .product-thumb .cart-button button.btn.btn-add, .product-list .product-thumb .cart-button button.btn.btn-icon {
  margin-top: 0;
  width: auto;
  display: inline-block; }

.price-tax {
  font-size: 12px; }

td .name a {
  font-size: 13px; }

td .price, .price b {
  font-size: 18px;
  padding-bottom: 0; }

.price-total {
  font-weight: bold; }

.price s {
  font-size: 15px; }

.prod-stock {
  color: #6BA239; }

.price-new {
  display: inline-block;
  line-height: 22px; }

.price-old {
  display: inline-block;
  text-decoration: line-through;
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  margin-left: -10px;
  font-weight: 300; }

.price-section {
  font-size: 31px;
  color: #676767;
  line-height: normal;
  margin-bottom: 5px;
  padding-bottom: 5px; }
  .price-section .reward-block {
    font-size: 12px;
    color: #676767; }

.price-section span.reward {
  display: block;
  margin-top: 10px; }

.price-section span.reward {
  display: block; }

.product-thumb .price-tax {
  color: #999;
  font-size: 12px;
  display: block; }

.sale, .new_pr {
  font-size: 13px;
  display: inline-block;
  position: absolute;
  top: -10px;
  margin-left: -20px;
  background-color: #676767;
  color: #FFF;
  line-height: 29px;
  padding: 0 8px;
  z-index: 10;
  -webkit-box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.23);
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.23); }

aside .specials .container, aside .bestseller .container, aside .latest .container, aside .featured .container {
  width: 100%; }

.product-list .product-thumb .caption, .product-list .product-thumb .rating, .product-list .product-thumb .cart-button2 {
  text-align: left; }
.product-list .product-thumb .description, .product-list .product-thumb .cart-button2 {
  display: block; }
.product-list .product-thumb .rating {
  margin: 10px 0 10px; }

.product-grid .product-thumb .description, .product-grid .product-thumb .cart-button2, aside .product-thumb .description, aside .product-thumb .cart-button2 {
  display: none; }

.cart-button2 i {
  margin-right: 10px; }
.cart-button2 .btn + .btn {
  margin-left: 5px; }

.table.table-bordered .price {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  min-width: inherit;
  text-align: right; }

/*=================== Product Rating ===================*/
.rating {
  line-height: 20px; }
  .rating .fa-stack {
    font-size: 11px;
    width: 0.9em;
    text-shadow: 2px 2px 3px #bcbcbc; }
  .rating .fa-star {
    color: #676767;
    font-size: 11px; }
  .rating .fa-star + .fa-star-o {
    color: #676767; }
  .rating .fa-star-o {
    font-size: 11px; }
  .rating .none-star {
    color: #fff;
    font-size: 11px; }

.rating-section .rating .fa-stack {
  width: 1em;
  color: #676767; }

.fancybox-skin .fa-stack {
  color: #676767; }

.latest .product-layout {
  padding-bottom: 10px; }

.table-compare td.rating .fa-stack, .table-compare td.rating .fa-stack-2x {
  width: 1em;
  height: 1em;
  font-size: 1em; }

/*========================================================
               Responsive Styles Product
=========================================================*/
@media (max-width: 1200px) {
  .product-thumb .button-group button, .product-thumb .button-group button + button {
    width: 33.33%; }

  .product-grid .product-thumb .caption {
    padding: 0 10px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .featured .product-thumb .caption {
    margin-top: -5px; }

  .cart-button2 .btn span {
    display: none; }
  .cart-button2 .btn i {
    margin-right: 0; }

  .price {
    font-size: 18px; } }
@media (max-width: 767px) {
  .product-thumb {
    padding: 10px 5px 10px;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease; }

  .sale, .new_pr {
    left: 50%; }

  .product-grid .product-thumb, aside .product-thumb {
    text-align: left; }
    .product-grid .product-thumb .rating, aside .product-thumb .rating {
      margin: 10px 0; }
    .product-grid .product-thumb .description, .product-grid .product-thumb .cart-button2, aside .product-thumb .description, aside .product-thumb .cart-button2 {
      display: block; }

  .product-thumb .image {
    width: 80%;
    margin: 0 auto 20px; }

  .product-list .product-thumb .image,
  .product-grid .product-thumb .image {
    float: left;
    margin-right: 15px;
    width: 25%; }

  .product-layout {
    margin-bottom: 20px; }

  .product-layout:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    .product-layout:hover .product-thumb {
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

  .product-desc iframe {
    float: none;
    margin: 0 0 2em;
    max-width: 560px;
    width: 100% !important; } }
@media (max-width: 700px) {
  .price {
    font-size: 18px; } }
@media (max-width: 680px) {
  .product-list .product-thumb,
  .product-grid .product-thumb, aside .product-thumb {
    text-align: center; }
    .product-list .product-thumb .image,
    .product-grid .product-thumb .image, aside .product-thumb .image {
      float: none;
      width: 80%;
      margin: 0 auto 15px; } }
@media (max-width: 450px) {
  .product-list .product-thumb .image,
  .product-grid .product-thumb .image,
  aside .product-thumb .image {
    width: 100%; }
  .product-list .product-thumb .cart-button2 .btn span,
  .product-grid .product-thumb .cart-button2 .btn span,
  aside .product-thumb .cart-button2 .btn span {
    display: none; }
  .product-list .product-thumb .cart-button2 .btn i,
  .product-grid .product-thumb .cart-button2 .btn i,
  aside .product-thumb .cart-button2 .btn i {
    margin-right: 0; } }
/*========================================================
                         Box
=========================================================*/
.box {
  margin-top: 30px; }
  .box .box-heading {
    margin: 0 0 30px;
    position: relative;
    text-align: center; }
    .box .box-heading h3 {
      margin: 0;
      display: inline-block;
      background: #E6E6E6;
      font: 700 20px/30px "Roboto Slab", sans-serif;
      padding: 0 20px;
      position: relative; }
      .box .box-heading h3:before, .box .box-heading h3:after {
        content: '';
        position: absolute;
        top: 50%;
        width: 86px;
        height: 1px;
        background: #B8B8B8; }
      .box .box-heading h3:before {
        left: -86px; }
      .box .box-heading h3:after {
        right: -86px; }
  .box .name a:hover {
    color: #676767; }

aside .box:first-child {
  margin-top: 15px; }

aside .box .product-layout {
  width: 100%;
  margin-top: 30px; }
  aside .box .product-layout:first-child {
    margin-top: 0; }

aside .box {
  margin-bottom: 30px; }
  aside .box .box-heading {
    text-align: left;
    border-bottom: 1px solid #676767; }
    aside .box .box-heading:before {
      display: none; }
    aside .box .box-heading h3 {
      padding: 0; }
      aside .box .box-heading h3:before, aside .box .box-heading h3:after {
        display: none; }

.box .bx-wrapper .bx-controls-direction a {
  top: -61px; }
.box .bx-wrapper .bx-next {
  right: 12px; }
.box .bx-wrapper .bx-prev {
  left: auto;
  right: 27px; }
.box .bx-wrapper .bx-next, .box .bx-wrapper .bx-prev {
  border: none;
  background: none;
  width: auto;
  height: auto;
  line-height: 24px;
  font-size: 14px; }

.box.account a:hover {
  color: #676767; }

/*========================================================
                    Responsive Box
=========================================================*/
@media (min-width: 768px) and (max-width: 991px) {
  aside .box h3 {
    padding: 14px 10px; }

  .box.info .box-content ul a {
    padding: 13px 5px; } }
@media (max-width: 767px) {
  aside .box .box-heading {
    position: relative;
    padding-right: 15px;
    padding-bottom: 15px;
    cursor: pointer;
    border-bottom: 1px solid #676767; }
    aside .box .box-heading:after {
      content: '\f055';
      position: absolute;
      right: 5px;
      top: 2px;
      font-size: 21px;
      float: right;
      font-family: "FontAwesome";
      color: #353535; }
    aside .box .box-heading.active:after {
      content: '\f056'; }

  .box .box-heading:before {
    content: '';
    position: absolute;
    top: 50%;
    height: 1px;
    background: #B8B8B8;
    left: 0;
    right: 0; }
  .box .box-heading h3:before, .box .box-heading h3:after {
    display: none; } }
/*==================   Parallax    ======================*/
.parallax > div {
  background-position: center 0;
  margin-left: 0 !important;
  background-repeat: no-repeat;
  width: auto !important; }
  .mobile .parallax > div, .tablet .parallax > div {
    background-position: 50% 0 !important;
    background-size: cover; }

.parallax1 {
  background-color: #676767;
  padding: 182px 0 166px;
  text-align: center;
  color: #FFF; }
  .parallax1 h2, .parallax1 h3 {
    font: 400 91px/100px "Roboto Slab", sans-serif;
    margin: 0; }
  .parallax1 h3 {
    font-weight: 100; }
  .parallax1 h3 + p {
    margin-top: 22px; }

@media (max-width: 1199px) {
  .parallax1 h2, .parallax1 h3 {
    font-size: 80px; } }
@media (max-width: 991px) {
  .parallax1 h2, .parallax1 h3 {
    font-size: 60px;
    line-height: 60px; } }
@media (max-width: 767px) {
  .parallax > div {
    background-position: center 0 !important;
    background-size: cover; }

  .parallax1 {
    padding: 100px 0; } }
@media (max-width: 400px) {
  .parallax1 h2, .parallax1 h3 {
    font-size: 40px;
    line-height: 40px; } }
/*==================  GOOGLE MAP  ======================*/
.map_model {
  height: 470px; }
  .map_model img {
    max-width: none !important; }
  @media (max-width: 767px) {
    .map_model {
      height: 250px; } }
  @media (max-width: 479px) {
    .map_model {
      height: 200px; } }
.map_locations {
  display: none; }

/*========================================================
                         Footer
=========================================================*/
footer {
  padding-top: 45px; }
  footer h5 {
    font-size: 20px;
    font-weight: 700; }
    footer h5 + ul {
      margin-top: 15px; }
  footer a:hover {
    color: #000; }
  footer ul li + li {
    margin-top: 9px; }

.copyright a {
  font-size: 10px; }

.copyright br {
  display: none; }

.copyright {
  margin-top: 55px;
  font-size: 11px;
  line-height: 20px;
  text-align: center; }
  .copyright > .container {
    border-top: 1px solid #b8b8b8;
    padding-top: 60px;
    padding-bottom: 60px; }

/*========================================================
                    Responsive  Footer
=========================================================*/
@media (min-width: 768px) and (max-width: 991px) {
  footer h5 {
    font-size: 19px; }

  footer .footer_box {
    margin-top: 15px; } }
@media (max-width: 767px) {
  footer {
    padding-top: 0;
    margin-top: 20px; }

  .box-right-bottom,
  footer > .container {
    display: none; }

  footer {
    text-align: center; }
    footer .copyright {
      margin-top: 0; } }
/*==================     ToTop     ======================*/
.toTop {
  width: 40px;
  height: 40px;
  line-height: 34px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  background: #676767;
  position: fixed;
  right: 66px;
  bottom: 100px;
  display: none;
  overflow: hidden;
  text-decoration: none;
  z-index: 20; }
  .toTop:hover {
    background: #000;
    text-decoration: none;
    color: #fff; }

.toTop:visited, .toTop:focus, .toTop:active {
  color: #fff; }

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important; } }
/* alert */
.alert {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 8px 14px 8px 14px;
  z-index: 30; }

.alert-warning {
  background-color: #ec710d;
  border-color: #d45634; }

#product .alert {
  position: relative; }

/*=================== Breadcrumb ===================*/
.breadcrumb {
  margin: 15px 0;
  padding: 8px 0;
  border-radius: 0;
  border: 1px solid #676767;
  background: #e6e6e6; }
  .breadcrumb a {
    display: inline-block; }
  .breadcrumb a:hover {
    color: #000; }
  .breadcrumb i {
    font-size: 15px; }
  .breadcrumb > li {
    padding: 0 30px;
    position: relative;
    white-space: nowrap; }
    .breadcrumb > li + li:before {
      content: '';
      padding: 0; }
    .breadcrumb > li:after {
      content: '';
      display: block;
      position: absolute;
      top: -3px;
      right: 0;
      width: 27px;
      height: 25px;
      border-right: 1px solid #676767;
      border-bottom: 1px solid #676767;
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.pagination {
  margin: 0; }

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

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

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

.dropdown-menu {
  border-radius: 0; }

.btn-group.open .dropdown-toggle {
  box-shadow: none; }

.btn-group > .btn, .btn-group > .dropdown-menu, .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-view.active,
#grid-view.active {
  color: #000; }

#list-view i,
#grid-view i {
  line-height: normal; }

#list-view,
#grid-view {
  background: none;
  box-shadow: none;
  color: #777; }

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

.list-group a.active, .list-group a.active:hover, .list-group a:hover {
  color: #444444;
  background: #eeeeee;
  border: 1px solid #676767;
  text-shadow: 0 1px 0 #FFF; }

/* carousel */
.carousel-caption {
  color: #FFFFFF;
  text-shadow: 0 1px 0 #000000; }

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

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

.thumbnails {
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0; }

.thumbnails > li {
  margin-left: 20px; }

.thumbnails {
  margin-left: -20px; }

.thumbnails > img {
  width: 100%; }

.thumbnail a {
  display: block; }
  .thumbnail a:hover {
    opacity: .5; }

.image-additional a {
  margin-bottom: 20px;
  padding: 5px;
  display: block;
  border: 1px solid #676767; }

.image-additional {
  max-width: 78px; }

.thumbnails .image-additional {
  float: left;
  margin-left: 20px; }

.flexslider .slides img {
  width: inherit; }

.flexslider.carousel .slides img {
  width: auto; }

.slides {
  padding: 0;
  margin: 0;
  list-style: none; }

.slides li {
  text-align: center; }

.slides li img {
  text-align: center; }

.flex-direction-nav a:before {
  line-height: 40px; }

/** dropdown **/
.dropdown-menu > li > a {
  text-transform: uppercase;
  color: #777;
  padding: 3px 10px; }

/***************HOME PAGE**********************/
.header_modules .owl-carousel {
  border: 0;
  padding: 0;
  box-shadow: none; }

.header_modules .bx-wrapper .bx-caption {
  background: none;
  bottom: auto;
  top: 5%;
  max-width: 1170px;
  margin: 0 auto; }

.header_modules .bx-wrapper .bx-caption span {
  padding: 0;
  max-width: 740px; }

/***************PRODUCT PAGE**********************/
.quickview_description {
  margin-top: 15px; }

.quickview_description iframe,
.product-desc iframe {
  width: 40% !important;
  height: 200px !important;
  float: left;
  margin-right: 2em; }

.quickview-style .inf {
  font-size: 14px;
  margin-bottom: 10px; }

.quickview-style .cart-button {
  margin-top: 10px; }
  .quickview-style .cart-button .btn {
    padding: 0;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center; }

.product-desc ul {
  list-style: inside; }

.product-section {
  margin-bottom: 3em; }

.product-content-columns {
  margin-bottom: 3em; }

.product-share {
  clear: both;
  padding: 0;
  height: 32px;
  margin-top: 1em; }
  .product-share li {
    display: inline-block;
    text-align: center;
    margin-right: 3px; }
    .product-share li a {
      display: block;
      height: 30px;
      width: 30px;
      border-radius: 100%;
      background: #ccc;
      color: #fff; }
      .product-share li a:hover {
        background: #383838; }
    .product-share li i {
      line-height: 32px;
      font-size: 18px; }

.product-buttons {
  clear: both;
  overflow: hidden;
  margin: 0 -5px 1em;
  padding: 0 0 5px; }
  .product-buttons li {
    float: left;
    width: 50%;
    padding: 0 5px;
    list-style: none; }
    .product-buttons li button {
      width: 100%; }

ul.product-section.list-unstyled li a i {
  display: none; }

.product-section_title {
  margin-bottom: 1em;
  text-align: center;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .product-section_title:hover {
    color: #000; }

.review-form-title {
  text-align: center; }

#reviews_form_title {
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #676767;
  padding: 0 10px 5px;
  display: inline-block;
  text-align: center; }

#reviews_form_title:before {
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 10px solid #676767;
  content: '';
  margin-left: -10px; }

.product-review-form {
  display: none; }

.bootstrap-datetimepicker-widget td span:hover {
  background: none !important; }

.product_page #button-cart {
  width: 100%; }

.bx-wrapper .bx-viewport {
  background-color: transparent; }

.bx-wrapper .bx-controls-direction a i {
  line-height: 40px;
  vertical-align: top; }

.bx-wrapper .bx-controls-direction a:hover {
  color: #676767; }

.bx-wrapper .bx-controls-direction a {
  background: #fff;
  border: 1px solid #676767;
  color: #babcbf;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  width: 40px;
  font-size: 15px; }

@media (max-width: 767px) {
  .bx-wrapper .bx-controls-direction .bx-prev i, .bx-wrapper .bx-controls-direction .bx-next i {
    display: none; }
  .bx-wrapper .bx-controls-direction .bx-prev:before, .bx-wrapper .bx-controls-direction .bx-next:before {
    font-family: "FontAwesome"; }

  .bx-wrapper .bx-controls-direction .bx-prev:before {
    content: '\f104'; }

  .bx-wrapper .bx-controls-direction .bx-next:before {
    content: '\f105'; } }
.product-gallery:before, .product-gallery:after {
  display: table;
  content: "";
  line-height: 0; }
.product-gallery:after {
  clear: both; }

#full_gallery {
  border: 1px solid #676767; }

#default_gallery {
  /*border:1px solid #ececec;*/
  margin-bottom: 30px; }

#default_gallery .bx-controls-direction,
#default_gallery .bx-controls {
  height: 100%; }

#default_gallery .image-thumb .bx-wrapper .bx-prev,
#default_gallery .image-thumb .bx-wrapper .bx-next {
  top: auto;
  bottom: 0;
  width: 100%;
  height: 34px;
  line-height: 34px;
  padding: 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  right: auto;
  margin: 0;
  left: auto;
  border: 0; }

#default_gallery .image-thumb .bx-wrapper .bx-prev:hover,
#default_gallery .image-thumb .bx-wrapper .bx-next:hover {
  background: #676767; }

#default_gallery .image-thumb .bx-wrapper .bx-prev {
  top: 0;
  bottom: auto;
  right: auto; }

#default_gallery .image-thumb .bx-wrapper .bx-prev i,
#default_gallery .image-thumb .bx-wrapper .bx-next i {
  line-height: 34px;
  color: #fff;
  display: block; }

#default_gallery .image-thumb img:hover,
#default_gallery .image-thumb .active img {
  border-color: #676767; }

#default_gallery .image-thumb img {
  border: 1px solid #676767; }

#default_gallery .image-thumb {
  padding: 0;
  float: left;
  padding-right: 1em;
  width: 16%; }

.product_page #default_gallery .image {
  float: left;
  width: 84%;
  background: none; }

.zoomWindow {
  background-color: #fff; }

#image-additional {
  margin: 0;
  padding: 0; }

#image-additional li {
  float: none;
  list-style: none; }

#default_gallery .bx-wrapper {
  margin: 0 !important; }

#default_gallery img {
  background-color: #fff;
  width: 100%; }

.product-reviews .review-item {
  margin-bottom: 2em;
  padding-bottom: 2em; }

.review-score .fa-stack {
  width: 2em;
  height: 1.5em;
  color: #676767; }

.product_page h1 {
  margin-bottom: 20px;
  color: #333;
  line-height: normal; }

.product-section a:hover {
  color: #000; }

.reward-block span {
  display: block; }

#product .input-group[class*="col-"] {
  padding-left: 15px;
  padding-right: 15px; }

#product h3 {
  color: #676767; }

.ps-carousel-item img {
  background-color: #EFEEEE; }

.ps-zoom-pan-rotate img {
  background-color: #EFEEEE; }

#full_gallery {
  display: none; }

/***************BOX**********************/
aside .box .box-product > div {
  width: 100%; }

/***************PRODUCT CATEGORY PAGE**********************/
.zoomWrapper {
  vertical-align: top; }

#default_gallery .image {
  background-color: #efeeee;
  width: 100%;
  overflow: hidden;
  border: 1px solid #676767;
  margin-bottom: 1px; }

#default_gallery .image img {
  vertical-align: top;
  width: 100% !important;
  height: auto !important;
  display: block;
  position: relative !important; }

.product_page h1.product-title {
  margin-bottom: 0; }

.general_info {
  margin-bottom: 20px; }

.fancybox-skin .rating {
  margin: 10px 0; }

.general_info .product-section,
.general_info .price-section {
  margin: 0 0 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #676767; }

.box-subcat {
  padding: 0;
  margin: 0; }
  .box-subcat li {
    list-style: none;
    text-align: center;
    margin-bottom: 30px; }
    .box-subcat li .name a {
      font-size: 18px;
      font-weight: 600;
      text-transform: uppercase; }
      .box-subcat li .name a:hover {
        color: #676767; }
    .box-subcat li .image {
      margin-bottom: 10px;
      border: 2px solid #676767;
      padding: 9px;
      -moz-transition: 0.3s all ease;
      -o-transition: 0.3s all ease;
      -webkit-transition: 0.3s all ease;
      transition: 0.3s all ease; }
      .box-subcat li .image img {
        background-color: #fbfbfb; }
      .box-subcat li .image:hover {
        border-color: #000; }
    .box-subcat li.first-in-line {
      clear: left; }

.img-thumbnail {
  border: 0;
  background-color: #f7f7f7;
  padding: 0;
  border-radius: 0; }

.product-filter {
  border-top: 1px solid #676767;
  border-bottom: 1px solid #676767;
  padding: 20px 0;
  margin-bottom: 12px; }
  .product-filter label {
    font-size: 13px;
    font-weight: bold;
    padding-top: 7px; }

.nav-cat {
  margin-bottom: 13px; }

.nav-cat .nam-page {
  margin: 5px 0 5px 10px; }

.button-view button:active,
.button-view button:focus,
.button-view button:hover {
  color: #000; }

.button-view button {
  border: 0;
  background: none;
  font-size: 27px;
  padding: 0;
  margin: 0 5px; }

.button-view button i {
  vertical-align: top;
  border: 0;
  background: none;
  font-size: 27px; }

/*======== RELATED PRODUCTS =============*/
.related-slider {
  padding: 0 15px;
  margin: 0;
  list-style-type: none; }

.related-products li .product-thumb {
  margin-bottom: 0; }

/*======== PRODUCT TABS =============*/
.tabs {
  margin-top: 10px; }

.tabs .tab-heading i {
  font-size: 26px;
  color: #7e7e7e;
  float: right;
  margin-top: 5px; }

.tabs .tab-heading {
  padding: 13px 20px;
  line-height: 32px;
  color: #323232;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid #676767;
  border-bottom: 4px solid #000;
  background-color: #f9f9f9; }

.tabs .tab-content {
  padding: 20px 0; }

#review td {
  font-size: 13px; }

.rating a {
  cursor: pointer; }

/*======== BLOCK COMPARE =============*/
.compare-block {
  margin-bottom: 20px; }

.compare-block .image {
  margin-right: 10px; }

.compare-block .remove a {
  font-size: 19px;
  line-height: normal; }

.compare-info {
  width: 100%; }

.block-compare {
  position: relative;
  overflow: hidden; }

.table .rating {
  line-height: 20px; }

@media (max-width: 767px) {
  .table-compare {
    overflow-x: scroll;
    overflow-y: hidden; }
    .table-compare .table.table-bordered td + td {
      min-width: 270px; }

  .table.table-bordered {
    margin-bottom: 10px; }

  .table-responsive {
    border: none; }
    .table-responsive .table-bordered {
      border: 1px solid #676767; } }
/************** QUICKVIEW **************************/
.quick_info {
  display: none; }

.fancybox-skin:hover .fancybox-nav span {
  visibility: visible; }

.fancybox-nav {
  height: 40px;
  top: 50%;
  width: 40px; }

.quickview_description {
  overflow: auto;
  max-height: 300px;
  border: 1px solid #e3e3e3;
  padding: 10px; }

/****** ABOUT PAGE*****/
.extra-wrap {
  overflow: hidden; }

.dropcap {
  background: none repeat scroll 0 0 #a8d7f3;
  border-radius: 0;
  color: #fff;
  font: 30px/36px "Roboto", serif;
  height: auto;
  margin: 0px 20px 30px 0;
  padding: 17px;
  width: auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  display: block;
  float: left; }

img.alignleft {
  float: left;
  margin: 0 20px 0px 0; }

.sm_hr {
  height: 1px;
  background-color: #e0e0e0;
  margin: 50px 0; }

.about-page h4 {
  margin: -5px 0 5px;
  line-height: 26px;
  color: #676767; }

.about-page {
  font-size: 14px;
  line-height: 26px; }

.about-page figure img {
  border: 1px solid #676767; }

.human_info figure,
.about-page figure {
  background: none repeat scroll 0 0 #fafafa;
  border: 1px solid #676767;
  padding: 12px;
  display: block;
  max-width: 254px;
  margin: 0 auto 12px;
  border-radius: 0; }
  .human_info figure a:hover,
  .about-page figure a:hover {
    opacity: .5; }

.human_info figure {
  float: left;
  margin-right: 20px; }

.about-page .excerpt {
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 30px; }

.about-page h5 {
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 5px; }

.about-page i {
  color: #676767;
  display: block;
  float: left;
  font-size: 56px;
  margin-right: 15px;
  overflow: hidden; }

.clear {
  clear: both;
  margin: 0;
  padding: 0;
  font-size: 0;
  border: 0;
  line-height: 0; }

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

.testimonials .testi-item {
  margin-bottom: 30px; }

.testimonials .testi-item a {
  font-size: 14px; }

.testimonials .testi-meta {
  line-height: 18px;
  padding-left: 50px;
  display: block; }

.testimonials .user {
  text-transform: uppercase;
  font-size: 12px;
  color: #676767; }

.testimonials blockquote:after {
  content: '';
  position: absolute;
  display: block;
  width: 21px;
  height: 20px;
  bottom: -20px;
  left: 30px; }

.testimonials blockquote {
  border: 1px solid #676767;
  position: relative;
  margin-bottom: 30px; }

.terms_conditions_page p {
  margin-bottom: 20px; }

.terms_conditions_page h4 {
  margin: 0 0 10px;
  text-transform: uppercase;
  color: #676767; }

.table.privacy_page td {
  border-top: 0;
  padding: 0 30px 30px; }

.privacy_page td:first-child {
  text-align: right; }

.privacy_page tr > td + td {
  border-left: 1px solid #676767; }

.privacy_page {
  font-size: 14px;
  line-height: 22px; }

.privacy_page h4 {
  max-width: 300px;
  float: right;
  margin: 0 0 10px;
  line-height: normal;
  text-transform: uppercase;
  font-size: 16px;
  color: #676767; }

/********** SITEMAP PAGE ******************/
.site-map-page #content ul li {
  padding: 5px 0; }

.site-map-page #content .breadcrumb li {
  padding: 0 20px; }
  .site-map-page #content .breadcrumb li i {
    display: none; }

.site-map-page #content ul li a {
  font-size: 13px; }

.site-map-page #content ul li a i {
  font-size: 15px;
  margin-right: 5px;
  color: #676767; }

.site-map-page #content ul li {
  list-style-type: none;
  font-size: 17px; }

/********/
.manufacturer-list {
  border: 1px solid #676767;
  margin-bottom: -1px; }

.manufacturer-heading {
  background: none repeat scroll 0 0 #f9f9f9;
  border-bottom: 1px solid #676767;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 6px;
  padding: 5px; }

.manufacturer-heading span {
  background: none repeat scroll 0 0 #676767;
  color: #fff;
  display: inline-block;
  font-size: 25px;
  font-weight: bold;
  line-height: 30px;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  width: 50px; }

.manufacturer-content a i {
  font-size: 15px;
  color: #676767;
  margin-right: 5px; }

.manufacturer-content {
  padding: 20px; }

/********** ACCOUNT ******************/
.well {
  background-color: #f9f9f9;
  border: 1px solid #676767;
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 0;
  box-shadow: none; }
  .well .heading {
    border-bottom: 1px solid #676767;
    margin-bottom: 15px;
    padding-bottom: 15px; }
    .well .heading i {
      color: #676767;
      float: left;
      font-size: 56px;
      margin-right: 14px;
      line-height: 60px; }
    .well .heading h2 {
      font-size: 23px;
      font-weight: bold;
      color: #676767;
      margin: 0 0 5px; }
    .well .heading strong {
      font-weight: normal;
      font-style: italic; }
  .well p {
    border-bottom: 1px solid #676767;
    margin-bottom: 15px;
    padding-bottom: 15px; }
  .well a {
    display: inline-block;
    margin-top: 10px; }

#content ul.list-unstyled li {
  padding: 3px 0; }

#content ul.list-unstyled li a i {
  font-size: 17px;
  margin-right: 5px;
  color: #676767; }

.zoomWindow {
  z-index: 40 !important; }

.bootstrap-datetimepicker-widget {
  padding-bottom: 0; }
  .bootstrap-datetimepicker-widget ul {
    margin-bottom: 0; }

.datepicker .prev, .datepicker .next {
  cursor: pointer;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .datepicker .prev:hover, .datepicker .next:hover {
    color: #000; }
.datepicker th {
  text-align: center; }
.datepicker .day {
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  cursor: pointer; }
  .datepicker .day:hover, .datepicker .day.active {
    color: #000; }

.radio {
  line-height: 18px; }

/* fixed colum left + content + right*/
@media (min-width: 768px) {
  #column-left .product-layout .col-md-3 {
    width: 100%; }

  #column-left + #content .product-layout .col-md-3 {
    width: 50%; }

  #column-left + #content + #column-right .product-layout .col-md-3 {
    width: 100%; }

  #content + #column-right .product-layout .col-md-3 {
    width: 100%; } }
.fancybox-next {
  right: -60px; }

.fancybox-prev {
  left: -60px; }

input#input-voucher,
input#input-coupon {
  display: inline-block;
  width: 45%;
  margin-right: 5px; }

/*========================================================
                   Bootstrap Reset
=========================================================*/
.container > .alert,
.breadcrumb + .alert {
  position: fixed;
  width: 100%;
  z-index: 1000; }

.alert button.close {
  vertical-align: top;
  margin-top: -3px; }

.alert {
  color: #FFF;
  font-weight: bold;
  padding: 10px 10px 13px;
  border-radius: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); }

.alert i {
  font-size: 21px; }

.alert a:hover {
  text-decoration: none; }

.alert a {
  color: #FFF;
  text-decoration: underline; }

.alert-success {
  background-color: #55C65E;
  border: 1px solid #48B151; }

.alert-danger {
  background-color: #F3515C;
  border-color: #D4323D; }

.alert-info {
  background-color: #FE9126;
  border-color: #E4752B; }

.modal-header .close:hover {
  color: #676767; }

.modal-header .close {
  color: #CCC; }

.close {
  color: #FFF;
  opacity: 1; }

.pagination {
  border-radius: 0; }

.pagination > li:last-child > a, .pagination > li:last-child > span, .pagination > li:first-child > a, .pagination > li:first-child > span {
  border-radius: 0; }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #676767;
  border-color: #676767;
  color: #FFF; }

.pagination > li > a, .pagination > li > span {
  color: #888; }

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  background: #31353d;
  border-color: #31353d;
  color: #FFF; }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background: none;
  text-decoration: none; }

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  box-shadow: none;
  outline: none; }

.table-bordered {
  border-radius: 0; }

.table thead td {
  text-transform: uppercase;
  font-weight: bold;
  color: #323232 !important;
  font-size: 13px;
  background-color: #F9F9F9; }

.table th,
.table td {
  padding: 20px;
  border-color: #D7D7D7;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.block-compare .table th, .block-compare .table td {
  padding: 7px; }

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

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border-radius: 0;
  box-shadow: none; }

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  border-radius: 0; }

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  border-radius: 0; }

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  border-radius: 0; }

.table-bordered {
  border-color: #D7D7D7; }

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border-color: #676767; }

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

label,
input,
button,
select,
textarea {
  font-size: 13px;
  color: #393939; }
  @media (min-width: 768px) and (max-width: 991px) {
    label,
    input,
    button,
    select,
    textarea {
      font-size: 10px; } }

label {
  font-weight: bold; }

textarea {
  resize: none; }

label {
  cursor: default; }

.close:hover,
.close:focus {
  opacity: 1; }

.panel-group .panel, .panel {
  border-radius: 0; }

.panel-heading {
  padding: 20px; }

.addthis_button_tweet {
  width: 100px !important;
  margin-top: 2px; }

.addthis_button_pinterest_pinit, .addthis_counter.addthis_pill_style {
  margin-top: 4px; }

.fancybox-close, .fancybox-prev span, .fancybox-next span {
  opacity: 0.8; }

.fancybox-close:hover, .fancybox-prev span:hover, .fancybox-next span:hover {
  opacity: 1; }

.text-danger {
  color: red;
  font-weight: bold;
  font-size: 100%;
  font-size: 16px; }

/*=========== Camera Arrows =========*/
.camera_next {
  background: url("../image/next_arrow.png") no-repeat center center; }

.camera_prev {
  background: url("../image/prev_arrow.png") no-repeat center center; }

@media (max-width: 1200px) {
  .table th, .table td {
    padding: 8px; }

  #top-links li a i {
    display: inline-block; } }
@media (min-width: 1200px) {
  .container {
    width: 1200px; } }
@media (min-width: 768px) {
  .box .box-content .last {
    clear: left; } }
@media (max-width: 1199px) {
  .button-view {
    margin-top: 10px; } }
@media (min-width: 768px) and (max-width: 1199px) {
  .fb-like-box {
    width: 210px !important; }
    .fb-like-box > span, .fb-like-box > span > iframe {
      width: 100% !important;
      height: 300px !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .well .heading {
    text-align: center; }
    .well .heading h2 {
      font-size: 17px; }
    .well .heading i {
      float: none; }

  .fancybox-next span {
    right: 25px; }

  .fancybox-prev span {
    left: 25px; }

  .panel-body input + span {
    margin-top: 5px;
    display: inline-block; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #full_gallery {
    display: block; }

  #default_gallery {
    display: none; }

  .box .box-content .box-product ul li:hover .quick-view-button {
    display: none !important;
    visibility: hidden; } }
@media (min-width: 768px) and (max-width: 979px) {
  .box-subcat li .name a {
    font-size: 14px; } }
@media (max-width: 767px) {
  a.quickview {
    display: none !important; }

  #full_gallery {
    display: block; }

  #default_gallery {
    display: none; }

  .tabs .tab-heading:hover {
    cursor: pointer; }

  .tabs .tab-content {
    display: none; }

  .checkout_button, .button-view {
    display: none; }

  aside {
    display: block; }

  .box-subcat li {
    overflow: hidden;
    clear: both;
    text-align: left; }
    .box-subcat li .image {
      display: inline-block;
      float: left;
      margin-right: 15px;
      width: 25%; }

  .quickview_description iframe,
  .product-desc iframe {
    float: none;
    width: 90% !important; }

  .delivery_page .table {
    font-size: 13px; } }
@media (max-width: 600px) {
  .breadcrumb {
    padding: 0; }

  .breadcrumb > li:last-child:after {
    display: none; }

  .breadcrumb > li:after {
    width: auto;
    position: static;
    border: 0;
    content: '>';
    margin-left: 5px;
    display: inline-block;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none; }

  .breadcrumb > li {
    padding: 0 5px; }
    .breadcrumb > li a {
      line-height: 24px; }

  .quickview_description iframe,
  .product-desc iframe {
    float: none;
    width: 90% !important;
    height: 240px !important; } }
@media (max-width: 530px) {
  .panel-group .panel input#input-voucher,
  .panel-group .panel input#input-coupon {
    width: 100%; }
  .panel-group .panel span {
    display: block;
    margin-top: 5px; } }
@media (max-width: 500px) {
  img.alignleft, .human_info figure {
    float: none;
    margin: 0 auto 20px; }

  h1 {
    font-size: 26px; } }
@media (max-width: 410px) {
  #accordion .table td,
  #accordion .table thead td {
    font-size: 9px;
    word-wrap: break-word; } }
@media (width: 360px) {
  .common-home .box.latest .box-content, .common-home .box.specials .box-content {
    padding: 0 25px; } }
@media (max-width: 370px) {
  img.alignleft {
    float: none;
    margin: 0 0 20px; }

  .table.privacy_page td {
    padding: 8px; }

  .delivery_page .table td,
  .delivery_page .table th {
    padding: 6px; } }
