@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css");
@import url("//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700");
/*========================================================
                      Main Styles
=========================================================*/
body {
  font: 400 12px/18px "Arial";
  color: #bababa;
  background: white; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  color: #31353d;
  margin: 10px 0 20px; }

button {
  outline: none; }

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

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

h2 {
  font-size: 27px; }

h3 {
  font-size: 21px;
  text-transform: uppercase; }

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, a:hover {
    text-decoration: none;
    color: inherit; }

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

.form-group a:hover, .form-horizontal a:hover, #content a:hover {
  color: #f15f43; }

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: #f15f43;
  background-repeat: repeat-x; }

/*========================================================
                      Header styles
=========================================================*/
.header {
  background: url(../image/header-bg.jpg); }
  .header .box-currency, .header .search, .header .box-cart {
    float: right; }
  .header .logo {
    float: left;
    margin: 58px 0 64px; }
  .header .phone {
    float: right;
    margin: 20px 41px 25px 0; }
  .header .box-right {
    float: right;
    margin-top: 70px; }

/*=================== Top Panel ===================*/
.top_panel .top_panel-bg {
  background: #424955;
  padding-left: 30px; }
  .top_panel .top_panel-bg:before, .top_panel .top_panel-bg:after {
    display: table;
    content: "";
    line-height: 0; }
  .top_panel .top_panel-bg:after {
    clear: both; }
.top_panel .dropdown-menu {
  background: #424955; }
  .top_panel .dropdown-menu button, .top_panel .dropdown-menu a {
    color: #FFF; }
    .top_panel .dropdown-menu button:hover, .top_panel .dropdown-menu a:hover {
      background: #f15f43; }

/*================ Top Links style ===============*/
.nav {
  margin-top: 22px;
  color: #808AA1; }
  .nav ul {
    margin: 0; }
  .nav > ul > li + li {
    margin-left: 18px; }
  .nav a {
    font-size: 11px;
    text-transform: uppercase; }
    .nav a:hover, .nav a .active {
      color: #f15f43; }
  .nav .dropdown-menu a {
    text-shadow: none; }
    .nav .dropdown-menu a:hover {
      color: #FFF; }
  .nav i {
    font-size: 20px; }

/*================  Phone  ===============*/
.phone {
  font: 300 30px/40px "Open Sans", sans-serif;
  color: #FFF; }
  .phone i {
    font-size: 40px;
    color: #f15f43; }

/*================  Search  ===============*/
.search {
  position: relative;
  z-index: 46;
  width: 246px;
  height: 60px;
  padding: 11px 46px 11px 11px;
  background: #3C404B; }

.search button:active,
.search button:hover {
  color: #f15f43; }

.search button {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  position: absolute;
  right: 15px;
  top: 15px;
  color: #808AA1;
  font-size: 26px;
  line-height: 30px; }
  .search button::-moz-focus-inner {
    border: none;
    padding: 0; }

.search input {
  line-height: 20px;
  height: 100%;
  width: 100%;
  background: transparent;
  border: none;
  color: #FFF;
  outline: none; }

.search-form-toggle {
  display: inline-block;
  line-height: 50px;
  height: 50px;
  width: 30px;
  text-align: center;
  color: #FFF;
  font-size: 20px; }
  .search-form-toggle:before {
    content: '\f002';
    font-family: "FontAwesome"; }
  .search-form-toggle.active, .search-form-toggle:hover {
    background: #f15f43;
    color: #FFF; }

/*================ 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; }

.box-cart .btn-danger:active,
.box-cart .btn-danger:focus,
.box-cart .btn-danger:hover {
  background: none;
  color: #f15f43; }

/*================  Cart  ===============*/
.cart {
  position: relative; }
  .cart > button > i {
    float: left;
    width: 67px;
    height: 67px;
    line-height: 67px;
    background: #f15f43;
    margin-right: 25px;
    font-size: 40px;
    color: #FFF;
    vertical-align: top;
    display: block; }
  .cart > button {
    border: 0;
    padding: 0;
    padding-right: 22px;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    color: #808AA1;
    line-height: 67px;
    background: #424955; }
    .cart > button strong {
      color: #FFF; }
  .cart > button:hover, .cart.open > button {
    background: #f15f43;
    color: #FFF; }
  .cart .btn {
    margin-bottom: 2px; }
  .cart .cart-total {
    text-transform: uppercase; }

/*================  Cart DropDown ===============*/
.cart tr:first-child td {
  border-top: 0; }

.cart td {
  font-size: 13px; }
  .cart td .name a {
    font-size: 14px; }
    .cart td .name a:hover {
      color: #f15f43; }
  .cart td strong {
    font-size: 12px;
    font-style: italic;
    color: #777777; }

.box-cart .btn.btn-danger:hover {
  color: #f15f43 !important; }

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

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

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

.cart .dropdown-menu {
  background: #FFF;
  z-index: 1001;
  min-width: 260px; }
  .cart .dropdown-menu img {
    max-width: 50px; }
  .cart .dropdown-menu table {
    margin-bottom: 10px; }
  .cart .dropdown-menu li > div {
    padding: 0 10px; }
  .cart .dropdown-menu li p {
    margin: 20px 0; }

.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;
  color: #31353d; }

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

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

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

/*================  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 {
  background: #f15f43; }

.box-language .dropdown-toggle,
.box-currency .dropdown-toggle {
  display: block;
  text-align: center;
  width: 75px;
  height: 60px;
  line-height: 60px;
  font-size: 12px;
  color: #FFF;
  font-weight: 700;
  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 {
  border-left: 1px solid #363636; }

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

.box-language i,
.box-currency i {
  font-size: 13px;
  margin-left: 14px; }

/*================  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: 3px 0; }
  .box-currency .dropdown-menu button::-moz-focus-inner {
    border: none;
    padding: 0; }

/********** Swipe menu ******************/
.toprow-1 {
  background-color: #424955;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 90;
  display: none; }

.swipe-control {
  border-right: 1px solid #3c404b;
  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: #808AA1; }
  .swipe-control:hover i {
    color: #FFF; }

.swipe {
  background-color: #424955;
  color: #FFF;
  display: block;
  overflow: hidden;
  position: fixed;
  top: 50px;
  width: 237px;
  z-index: 101;
  height: 100%;
  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: 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: #FFF;
      border-bottom: 1px solid #3c404b;
      line-height: 25px; }
      .swipe ul li a i {
        font-size: 21px;
        color: #f15f43;
        margin-right: 5px;
        -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: #f15f43; }
        .swipe ul li a:hover i {
          color: #FFF; }

.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 a:before {
  content: "\f05a";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 26px;
  color: #f15f43;
  margin-right: 9px; }

.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: 992px) and (max-width: 1199px) {
  .nav > ul > li + li {
    margin-left: 10px; } }
@media (max-width: 991px) {
  .cart-total2 {
    display: inline-block !important;
    position: relative;
    min-width: 20px;
    line-height: 20px;
    margin-left: 10px;
    background: #f15f43;
    color: #FFF; }
    .cart-total2:before {
      content: '';
      position: absolute;
      right: 100%;
      top: 50%;
      margin-top: -2px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 2.5px 7px 2.5px 0;
      border-color: transparent #f15f43 transparent transparent; } }
@media (max-width: 767px) {
  .logo {
    margin-top: 90px; }

  .header .logo {
    float: none;
    text-align: center;
    margin-bottom: 0; }
    .header .logo img {
      display: inline-block; }

  .search {
    display: none;
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    height: 30px;
    padding: 0 40px 0 20px; }
    .search button {
      font-size: 14px;
      top: 0; }

  .search-form-toggle {
    position: fixed;
    right: 65px;
    top: 0;
    z-index: 91; }

  .cart {
    position: fixed;
    top: 0;
    right: 95px;
    margin: 0;
    z-index: 91; }
    .cart > button {
      line-height: 50px;
      padding: 0 5px; }
      .cart > button > i {
        height: 50px;
        line-height: 50px;
        width: auto;
        font-size: 20px;
        background: transparent;
        margin-right: 5px; }
    .cart > button:hover, .cart.open > button {
      background: #31353d; }
    .cart .dropdown-menu {
      max-height: 300px;
      overflow: auto; }

  .box-currency .dropdown-toggle, .box-language .dropdown-toggle {
    position: fixed;
    top: 0;
    width: 30px;
    height: 50px;
    line-height: 50px;
    z-index: 91; }
    .box-currency .dropdown-toggle .fa-angle-down, .box-language .dropdown-toggle .fa-angle-down {
      display: none; }

  .box-language .dropdown-toggle {
    right: 5px; }

  .box-currency .dropdown-toggle {
    right: 35px; }

  .top_panel .top_panel-bg {
    background: transparent; }

  .box-currency .dropdown-menu, .box-language .dropdown-menu {
    top: 50px; }

  .cart, .search-form-toggle, .box-currency .dropdown-toggle {
    border-right: 1px solid #3c404b; } }
@media (max-width: 500px) {
  .box-cart .dropdown-menu {
    right: -50px; } }
@media (max-width: 400px) {
  .cart > button > i {
    margin-right: 10px; } }
/*========================================================
                      Menu styles
=========================================================*/
/*==================  Stuck menu  ======================*/
.isStuck {
  z-index: 999;
  border-bottom: 1px solid #333333; }
  .isStuck.nav__primary .menu > li > a {
    padding: 10px 0; }

@media only screen and (max-width: 991px) {
  .isStuck {
    display: none !important; } }
.nav__primary {
  position: relative;
  background: #e5e5e5;
  padding: 0;
  z-index: 45;
  top: 0;
  width: 100%; }
  .nav__primary ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .nav__primary .menu {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse; }
    .nav__primary .menu > li {
      position: relative;
      display: table-cell;
      border-left: 1px solid #cecece;
      border-right: 1px solid #cecece;
      text-align: center;
      vertical-align: middle; }
      .nav__primary .menu > li.sfHover > a, .nav__primary .menu > li > a:hover, .nav__primary .menu > li > a.active {
        background-color: #31353d;
        color: #fff; }
        .nav__primary .menu > li.sfHover > a.sf-with-ul:after, .nav__primary .menu > li > a:hover.sf-with-ul:after, .nav__primary .menu > li > a.active.sf-with-ul:after {
          color: #FFF; }
    .nav__primary .menu > li > a {
      font: 600 14px/20px "Open Sans", sans-serif;
      display: block;
      text-transform: uppercase;
      color: #31353d;
      padding: 40px 5px; }

.nav__primary .menu ul {
  display: none;
  position: absolute;
  text-align: left;
  z-index: 99;
  background: #fff;
  left: 0;
  top: 100%;
  width: 253px;
  margin: 0;
  border: 1px solid #dadada;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 19px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0 0 19px rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 19px rgba(0, 0, 0, 0.13); }

.nav__primary .menu ul ul {
  left: 100%;
  top: 0;
  margin-left: 10px; }

.nav__primary .menu ul li {
  position: relative;
  border-top: 1px solid #dadada; }
.nav__primary .menu ul a {
  color: #31353d;
  display: block;
  font: 400 13px/18px "Open Sans", sans-serif;
  padding: 13px 32px; }
.nav__primary .menu ul i {
  font-size: 10px;
  color: #f15f43;
  margin-right: 10px; }
.nav__primary .menu ul li.active > a, .nav__primary .menu ul a:hover, .nav__primary .menu ul li.sfHover > a {
  color: #f15f43; }
  .nav__primary .menu ul li.active > a i, .nav__primary .menu ul a:hover i, .nav__primary .menu ul li.sfHover > a i {
    color: #31353d; }

.nav__primary div ul > ul > li ul li a:hover, .nav__primary > ul > li > ul > li a.active {
  color: #37a229; }

/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
  content: '\f107';
  font-family: FontAwesome;
  font-size: 16px;
  margin-left: 5px;
  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; }

.sf-arrows .parent.sf-with-ul:after {
  vertical-align: top;
  line-height: 20px; }

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

.menu li li .sf-with-ul:after {
  content: '\f105';
  font-size: 16px; }

/*=================== Menu gadget Header ===================*/
#menu-icon {
  position: relative;
  background: #f15f43;
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  font: 700 17px/30px "Open Sans", sans-serif;
  padding: 10px 17px;
  text-transform: uppercase; }
  #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 {
  display: none;
  padding: 0;
  margin: 0; }
  .menu-gadget .menu li {
    position: relative;
    list-style-type: none;
    background-color: #424955; }
    .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;
    color: #fff;
    border-bottom: 1px solid #000;
    font-size: 12px; }
    .menu-gadget .menu a:hover {
      color: #B90100; }
  .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: "\f106" !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 {
  color: #fff;
  background: #31353d; }
.menu-gadget .menu li i:hover {
  color: #f15f43; }

/*========================================================
                Responsive Menu styles
=========================================================*/
@media (max-width: 991px) {
  .nav__primary {
    display: none; }

  .menu-gadget {
    display: block; } }
/*==================     ToTop     ======================*/
.toTop {
  font-size: 30px;
  color: #808AA1;
  position: fixed;
  right: 66px;
  bottom: 100px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20; }
  .toTop:hover {
    color: #f15f43;
    text-decoration: none; }

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

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important; } }
/*========================================================
                      Content styles
=========================================================*/
/*========================================================
                      Banners
=========================================================*/
.banners > div {
  text-align: center; }
  .banners > div h2, .banners > div h3, .banners > div h4 {
    color: #FFF; }
  .banners > div .banner-box > a {
    display: block;
    overflow: hidden; }
    .banners > div .banner-box > a img {
      width: 100%;
      -moz-transition: 0.5s all ease;
      -o-transition: 0.5s all ease;
      -webkit-transition: 0.5s all ease;
      transition: 0.5s all ease; }
    .banners > div .banner-box > a:hover {
      -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.3); }
      .banners > div .banner-box > a:hover img {
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2); }

.banners > div .s-desc {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

/*=================== Banner-1 ===================*/
.banner-1 {
  margin: 30px 0 34px; }
  .banner-1 .banner-box .s-desc {
    text-transform: uppercase; }
  .banner-1 h2, .banner-1 h4 {
    margin: 0; }
  .banner-1 h2 {
    font: 300 50px/50px "Open Sans", sans-serif; }
  .banner-1 h4 {
    font: 300 20px/25px "Open Sans", sans-serif; }

.banner-1 .banner-box .s-desc {
  color: #FFF; }
  .banner-1 .banner-box .s-desc .vert-m-table {
    display: table;
    width: 100%;
    height: 100%; }
    .banner-1 .banner-box .s-desc .vert-m-table .vert-m-row {
      display: table-row;
      width: 100%;
      height: 100%; }
    .banner-1 .banner-box .s-desc .vert-m-table .vert-m-cell {
      display: table-cell;
      width: 100%;
      height: 100%;
      vertical-align: middle;
      text-align: center; }

.banners .banner-box {
  position: relative; }

/*=================== Banner-2 ===================*/
.banner-2 {
  width: 50%;
  margin: 52px 0; }

/*=================== Banner-4 ===================*/
.banner-4 {
  width: 100%; }
  .banner-4 .banner-box > a {
    width: 100%; }

/*========================================================
                   Responsive Banners
=========================================================*/
@media (max-width: 1199px) {
  .banner-1 h2 {
    font-size: 42px;
    line-height: 42px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .banner-1 h2 {
    font-size: 30px;
    line-height: 30px; } }
@media (max-width: 767px) {
  .banners {
    text-align: center; }

  .banner-box {
    display: inline-block; }
    .banner-box > * {
      text-align: left; }

  .banner-2 {
    width: 100%;
    margin: 20px 0; }

  .banner-1 {
    margin: 20px 0; } }
/*========================================================
                      HTML boxes
=========================================================*/
/*=================== Partners ===================*/
.box_html.partners {
  background: #F6F6F6; }
  .box_html.partners ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse; }
    .box_html.partners ul li {
      display: table-cell;
      border-left: 1px solid #ECECEC;
      border-right: 1px solid #ECECEC;
      text-align: center;
      vertical-align: middle; }
    .box_html.partners ul a {
      display: block; }
      .box_html.partners ul a:hover {
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }

/*=================== Icon-box ===================*/
.box_html .icon-box {
  margin: 34px 0;
  background: #F6F6F6;
  border: 1px solid #EEE;
  padding: 38px 10px 46px 44px; }
  .box_html .icon-box .icon {
    font-size: 84px;
    line-height: 100px;
    color: #f15f43;
    margin-right: 30px; }
  .box_html .icon-box .icon-box_cnt {
    overflow: hidden;
    text-transform: uppercase; }
  .box_html .icon-box h3, .box_html .icon-box h4 {
    margin: 0; }
  .box_html .icon-box h3 {
    font: 300 40px/37px "Open Sans", sans-serif;
    color: #31353d; }
  .box_html .icon-box h4 {
    font: 300 20px/25px "Open Sans", sans-serif;
    color: #ADAFB2; }

/*========================================================
               Responsive HTML boxes
=========================================================*/
@media (max-width: 1199px) {
  .box_html .icon-box {
    padding-left: 15px; }
    .box_html .icon-box .icon {
      font-size: 70px;
      margin-right: 20px; }
    .box_html .icon-box h3 {
      font-size: 37px; }
    .box_html .icon-box h4 {
      font-size: 18px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .box_html .icon-box {
    padding: 15px; }
    .box_html .icon-box .icon {
      font-size: 60px;
      margin-right: 15px; }
    .box_html .icon-box h3 {
      font-size: 28px; } }
@media (max-width: 767px) {
  .box_html.partners ul {
    display: block; }
    .box_html.partners ul li {
      display: block;
      border: none; }
      .box_html.partners ul li + li {
        border-top: 1px solid #ECECEC; } }
/*========================================================
                      Product
=========================================================*/
.product-thumb {
  margin-bottom: 30px;
  position: relative; }

aside .product-thumb {
  margin-bottom: 0; }

.featured .product-layout:nth-child(n+5) {
  margin-top: 50px;
  border-top: 1px solid #ebeced;
  padding-top: 60px; }

/*=================== Product Image ===================*/
.product-thumb .image {
  position: relative;
  text-align: center;
  margin-bottom: 24px;
  overflow: hidden;
  background-color: #F4F4F4; }
  .product-thumb .image a {
    display: block;
    padding: 51px 60px 63px; }
    .product-thumb .image a img {
      -moz-transition: 0.3s all ease;
      -o-transition: 0.3s all ease;
      -webkit-transition: 0.3s all ease;
      transition: 0.3s all ease;
      margin-left: auto;
      margin-right: auto; }
    .product-thumb .image a:hover img {
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
  .product-thumb .image .btn.btn-add {
    position: absolute;
    right: 0;
    bottom: 0; }

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

/*=================== Product Caption ===================*/
.product-thumb h4, .product-thumb .name {
  color: #31353d;
  font-weight: bold;
  text-transform: uppercase;
  height: auto !important; }
  .product-thumb h4 a:hover, .product-thumb .name a:hover {
    color: #f15f43; }
.product-thumb .description {
  margin: 2px 0 15px;
  line-height: 18px;
  font-size: 12px; }
.product-thumb .price {
  font-size: 25px;
  color: #f15f43; }
.product-thumb .cart-button {
  margin-top: 15px; }

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

.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-old {
  color: #414141;
  font-size: 16px;
  text-decoration: line-through;
  margin-left: 5px;
  font-weight: 400;
  line-height: normal; }

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

/*=================== Product Rating ===================*/
.product-list .product-thumb .rating {
  right: auto;
  left: 10px; }

.product-thumb .rating {
  padding-bottom: 10px;
  position: absolute;
  top: 10px;
  right: 10px; }
  .product-thumb .rating .fa-stack {
    font-size: 8px;
    width: 1.4em; }
  .product-thumb .rating .fa-star-o {
    color: #999;
    font-size: 11px; }
  .product-thumb .rating .fa-star {
    color: #f15f43;
    font-size: 11px; }
  .product-thumb .rating .fa-star + .fa-star-o {
    color: #f15f43; }

/*========================================================
               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) {
  .product-thumb .price {
    font-size: 24px; }

  .sale {
    font-size: 11px;
    padding: 3px 5px; }

  .product-thumb .image a {
    padding: 37px 25px 30px; } }
@media (max-width: 767px) {
  .product-list .product-thumb .image,
  .product-grid .product-thumb .image {
    float: left;
    margin-right: 15px;
    width: 25%; }

  .product-list .product-thumb .caption {
    min-height: 0;
    margin-left: 0;
    padding: 0 10px; }

  .product-grid .product-thumb .caption {
    min-height: 0; }

  .product-thumb .button-group button, .product-thumb .button-group button + button {
    width: 33.33%; }

  .featured .product-layout:nth-child(n+5) {
    margin-top: 0;
    border-top: none;
    padding-top: 0; }

  .product-thumb .rating {
    position: static; }

  .product-desc iframe {
    float: none;
    margin: 0 0 2em;
    max-width: 560px;
    width: 100% !important; } }
@media (max-width: 518px) {
  .product-list .product-thumb .image,
  .product-grid .product-thumb .image {
    float: none;
    width: 100%;
    margin: 0 auto 10px; } }
/*========================================================
                         Box
=========================================================*/
.box {
  margin-bottom: 20px; }
  .box h3 {
    font: 400 20px/24px "Open Sans", sans-serif;
    color: #FFF;
    margin: 0 0 30px;
    text-transform: uppercase;
    padding: 23.5px 35px;
    background-color: #31353D; }
  .box .name a {
    font-size: 15px;
    color: #333;
    font-weight: bold; }
    .box .name a:hover {
      color: #f15f43; }

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

aside .box {
  margin-bottom: 30px; }

.box.info .box-content ul {
  padding: 0; }
  .box.info .box-content ul li {
    list-style-type: none;
    padding: 10px;
    border-bottom: 1px solid #DADADA; }
  .box.info .box-content ul a i {
    font-size: 10px;
    margin-right: 10px;
    color: #f15f43;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease; }
  .box.info .box-content ul a:hover i {
    color: #333333; }

.sale {
  font-size: 15px;
  font-weight: bold;
  position: absolute;
  top: 5px;
  left: 5px;
  background-color: #f15f43;
  color: #FFF;
  line-height: 19px;
  padding: 5px 8px;
  z-index: 10; }

.new_pr {
  font-size: 15px;
  font-weight: bold;
  position: absolute;
  top: 29px;
  left: 29px;
  background-color: #EDEDED;
  color: #333;
  line-height: 19px;
  padding: 5px 8px;
  z-index: 10; }

.box .bx-wrapper .bx-controls-direction a {
  top: -79px; }
.box .bx-wrapper .bx-next {
  right: 20px; }
.box .bx-wrapper .bx-prev {
  left: auto;
  right: 63px; }

.box.account {
  color: #31353d; }
  .box.account a:hover {
    color: #f15f43; }

.box.specials ul {
  list-style-type: none;
  padding: 0; }

/*========================================================
                    Responsive Box
=========================================================*/
@media (min-width: 768px) and (max-width: 991px) {
  aside .box h3 {
    font-size: 17px; } }
/*========================================================
                      Buttons
=========================================================*/
.buttons {
  margin: 1em 0;
  overflow: auto; }

.btn:visited,
.btn {
  background-color: #f15f43;
  border-radius: 0;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  position: relative;
  line-height: 20px;
  padding: 12px 16px;
  box-shadow: none; }
  .btn:visited i,
  .btn i {
    line-height: 20px;
    font-size: 18px;
    display: inline-block;
    min-width: 17px; }

.btn-link:hover,
.btn-link:focus {
  background: #f15f43;
  color: white !important; }

.btn:hover,
.btn:focus {
  background-color: #31353d;
  color: white !important; }

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

.featured .btn {
  padding: 0; }
  .featured .btn i {
    display: inline-block;
    width: 66px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    font-size: 35px;
    background: #f15f43;
    color: #FFF;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease; }
  .featured .btn:hover i {
    background: #31353d;
    color: #FFF; }

#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: #f15f43;
    color: white !important; }

.btn-danger,
.btn-primary,
.btn-info,
.btn-default {
  color: #fff;
  text-shadow: none;
  background-color: #f15f43;
  border-radius: 0;
  text-transform: capitalize;
  border: 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 {
  background: #31353d;
  text-shadow: none;
  color: white !important;
  box-shadow: none; }

/*========================================================
                 Responsive styles Buttons
=========================================================*/
@media (min-width: 768px) and (max-width: 1199px) {
  .box .btn i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 26px; }

  .input-group.btn-block button.btn {
    padding: 10px 11px; } }
@media (max-width: 767px) {
  .product-grid .btn {
    width: auto;
    float: left;
    margin-right: 4px; } }
#page {
  background: white;
  overflow: hidden; }

.content_bottom {
  background: white; }

@media (max-width: 767px) {
  aside {
    margin-top: 20px; }

  #content [class*="col-sm-"] + [class*="col-sm-"] {
    margin-top: 20px; } }
/*========================================================
                         Footer
=========================================================*/
.common-home footer {
  border-top: 0;
  margin-top: 0; }

footer {
  background: #31353d;
  margin-top: 30px;
  padding-top: 45px;
  line-height: 22px;
  font-size: 12px;
  color: #4b5057; }
  footer h5 {
    font: 400 14px/16px "Open Sans", sans-serif;
    color: #f15f43;
    text-transform: uppercase; }
    footer h5 + ul {
      margin-top: 15px; }
  footer a:hover {
    color: #f15f43; }
  footer .fa-phone {
    font-size: 40px;
    line-height: 50px;
    color: #f15f43;
    float: left;
    margin-right: 10px; }

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

.copyright br {
  display: none; }

.copyright {
  background: #24272D;
  color: #596170;
  margin-top: 65px;
  padding: 23.5px 0;
  font-size: 11px;
  line-height: 20px; }

/*========================================================
                    Responsive  Footer
=========================================================*/
@media (max-width: 767px) {
  .box-right-bottom,
  footer > .container {
    display: none; }

  footer {
    margin-top: 0;
    padding-top: 0; } }
/* 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 #cecece;
  background: #F6F6F6;
  color: #31353d; }
  .breadcrumb a:hover {
    color: #f15f43; }
  .breadcrumb i {
    font-size: 15px; }
  .breadcrumb > li {
    padding: 0 20px;
    position: relative;
    white-space: nowrap; }
    .breadcrumb > li + li:before {
      content: '';
      padding: 0; }
    .breadcrumb > li:after {
      content: '';
      display: block;
      position: absolute;
      top: -3px;
      right: -5px;
      width: 26px;
      height: 26px;
      border-right: 1px solid #DDD;
      border-bottom: 1px solid #DDD;
      -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.btn-default.active,
#grid-view.btn-default.active,
#grid-view.btn-default:hover,
#list-view.btn-default:hover {
  color: #f15f43 !important; }

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

#list-view.btn-default,
#grid-view.btn-default {
  background: none;
  box-shadow: none;
  color: #777777; }

/* list group */
.list-group a {
  border: 1px solid #DDDDDD;
  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 #DDDDDD;
  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%; }

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

.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; }

/**************TM BOX CATEGORY***********************/
.box.category ul.menu {
  padding: 0;
  margin: 0;
  padding: 0 !important; }

.box-category .menu li {
  position: relative;
  list-style-type: none; }

.box-category .menu li a {
  display: inline-block; }

.box-category .menu li > a:hover {
  background-color: #f6f6f6; }

.box-category .menu > li:first-child > a {
  border-top: 1px solid #dadada; }

.box-category .menu li > a {
  padding: 5px 20px;
  font-size: 13px;
  color: #333333;
  border-bottom: 1px solid #dadada;
  display: block; }

.box-category .menu li li a {
  padding: 5px 20px;
  display: block;
  color: #777777; }

.box-category .menu li li a > i {
  color: #333333;
  margin-right: 10px; }

.box-category .menu li li li a > i {
  color: #333333;
  margin-right: 10px;
  margin-left: 10px; }

.box-category .menu li a:hover {
  color: #f15f43; }

.box-category .menu li li.last {
  padding-bottom: 0 !important; }

.box-category .menu li a + i {
  position: absolute;
  display: block;
  top: 2px;
  right: 0;
  height: 24px;
  width: 24px; }

.box-category .menu li a + i {
  display: block;
  top: 0;
  color: #c0c0c0;
  font-size: 14px;
  vertical-align: top;
  height: 30px;
  background-color: #f6f6f6;
  line-height: 30px;
  width: 30px;
  text-align: center;
  right: 0; }

.box-category .menu li a + i.fa-minus:before {
  content: "\f068" !important; }

.box-category .menu li a + i:hover {
  cursor: pointer;
  color: #f15f43; }

.box-category .menu li a + i.opened {
  background-position: center 7px; }

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

.box-category .menu ul {
  width: auto;
  padding: 0px 0px;
  display: none; }

.box-category .menu li.active > a > span {
  color: inherit; }

.box-category .menu li li a.active,
.box-category .menu li li a:hover {
  color: #fd6d41; }

/***************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 iframe,
.product-desc iframe {
  width: 40% !important;
  float: left;
  margin-right: 2em; }

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

.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; }
  .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; }

.review-form-title h3:hover {
  color: #f15f43; }

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

#reviews_form_title {
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #ddd;
  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 #ddd;
  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: #f15f43; }

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

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

#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: #f15f43; }

#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: #f15f43; }

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

#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: 1.5em;
  height: 1.5em; }

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

.product-section a:hover {
  color: black; }

.price-section span.price-old {
  text-decoration: line-through;
  margin: 0 10px 0 0; }

.price-section span.price-new {
  font-size: 31px;
  color: #f15f43; }

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

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

.price-section {
  line-height: normal;
  margin-bottom: 5px;
  padding-bottom: 5px; }

.reward-block span {
  display: block; }

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

#product h3 {
  color: #f15f43; }

.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 #dddddd;
  margin-bottom: 1px; }

#default_gallery .image img {
  width: auto;
  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 #dddddd; }

.box-subcat {
  padding: 0;
  margin: 0; }
  .box-subcat li {
    list-style: none;
    text-align: center;
    margin-bottom: 30px; }
    .box-subcat li .name a {
      color: #31353d;
      font-size: 18px;
      font-weight: 600;
      text-transform: uppercase; }
      .box-subcat li .name a:hover {
        color: #f15f43; }
    .box-subcat li .image {
      margin-bottom: 10px;
      border: 2px solid #dbdbdb;
      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: #f15f43; }
    .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 #dadada;
  border-bottom: 1px solid #dadada;
  padding: 20px 0;
  margin-bottom: 12px; }
  .product-filter label {
    font-size: 13px;
    font-weight: bold;
    color: #31353d;
    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: #f15f43; }

.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 50px;
  margin: 0;
  list-style-type: none; }

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

.image-thumb .bx-wrapper .bx-prev {
  left: -34px; }

.image-thumb .bx-wrapper .bx-next {
  right: -34px; }

.related-products .bx-wrapper .bx-prev {
  left: -50px; }

.related-products .bx-wrapper .bx-next {
  right: -50px; }

.bx-wrapper .bx-controls-direction a i {
  font-size: 15px; }

/*======== 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 #e6e6e6;
  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.table-bordered {
    margin-bottom: 10px; }
    .table.table-bordered td + td {
      min-width: 270px; } }
/************** 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; }

a.quickview i {
  vertical-align: top;
  line-height: 30px; }

a.quickview:hover {
  background-color: #f15f43;
  color: white; }

a.quickview {
  display: inline-block;
  visibility: hidden;
  z-index: 5;
  width: 107px;
  vertical-align: top;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -53px;
  text-align: center;
  line-height: 28px;
  padding: 5px 5px;
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.82);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
  color: #333;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.product-thumb:hover a.quickview {
  visibility: visible;
  top: 30%;
  opacity: 1; }

/****** 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: #f15f43; }

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

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

.human_info figure,
.about-page figure {
  background: none repeat scroll 0 0 #fafafa;
  border: 1px solid #e2e2e2;
  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: #f15f43;
  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: #f15f43; }

.testimonials blockquote:after {
  content: '';
  position: absolute;
  display: block;
  background: url(../image/testi_arr.png) no-repeat left top;
  width: 21px;
  height: 20px;
  bottom: -20px;
  left: 30px; }

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

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

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

.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 #ddd; }

.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: #f15f43; }

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

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

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

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

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

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

.manufacturer-heading span {
  background: none repeat scroll 0 0 #323232;
  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: #f15f43;
  margin-right: 5px; }

.manufacturer-content {
  padding: 20px; }

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

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

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

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

/* 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-prev {
  left: -60px; }

.fancybox-next {
  right: -60px; }

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

.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: #fd6d41; }

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

.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: #000;
  border-color: #000; }

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

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #f15f43; }

.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; }

label,
input,
button,
select,
textarea {
  font-size: 13px;
  color: #323232; }

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 {
  min-width: 100px; }

.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; }

@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 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: 1199px) {
  .common-home .box.latest .box-content,
  .common-home .box.specials .box-content {
    padding: 0 30px; } }
@media (min-width: 768px) and (max-width: 979px) {
  .button-view {
    margin-top: 10px; }

  .box-subcat li .name a {
    font-size: 14px; }

  .common-home .box.latest .box-content, .common-home .box.specials .box-content {
    padding: 0 65px; }

  .product-thumb:hover a.quickview {
    top: 20%; }

  .quickview_description iframe,
  .product-desc iframe {
    float: none;
    width: 90% !important;
    margin-bottom: 20px; } }
@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 {
    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%; }

  aside .box-content {
    display: none; }

  aside .box-heading {
    cursor: pointer; }
    aside .box-heading i {
      float: right;
      font-size: 21px;
      cursor: pointer; }

  aside .box.info .box-heading h3 {
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 20px; }

  #top-links,
  .button-view {
    display: none; }

  .quickview_description iframe,
  .product-desc iframe {
    float: none;
    width: 90% !important; } }
@media (max-width: 600px) {
  .breadcrumb > li:last-child:after {
    display: none; }

  .breadcrumb {
    padding: 0;
    line-height: 27px; }

  .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; }

  .quickview_description iframe,
  .product-desc iframe {
    float: none;
    width: 90% !important;
    height: 240px !important; } }
@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 (width: 480px) {
  .common-home .box.latest .box-content, .common-home .box.specials .box-content {
    padding: 0 90px; } }
@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; } }
