@charset "UTF-8";
/*========================================================
                      Main Styles
=========================================================*/
/*========================================================
                   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: #dc3e33; }

.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: white;
  border-color: #dc3e33;
  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: #374046;
  border-color: #374046;
  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: 12px; }

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

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

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

.buttons input[type="checkbox"] {
  position: relative;
  top: 2px; }

input[type="checkbox"], input[type="checkbox"]:focus, input[type="radio"], input[type="radio"]:focus {
  outline: 0; }

.tooltip {
  z-index: 1050; }

body {
  font: 300 13px/18px "Ubuntu", sans-serif;
  color: #6c7b84;
  background: #fff; }

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 {
  color: #374046; }

/* 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: white;
    text-decoration: none;
    outline: 0; }
  a:hover {
    text-decoration: none;
    color: white; }

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

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

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

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

/*========================================================
                      Header styles
=========================================================*/
.header {
  background: #fff;
  margin-bottom: 22px; }
  .header .phone {
    float: right;
    font-weight: 500;
    color: #374046;
    font-size: 21px;
    clear: both; }
    .header .phone i {
      color: #dc3e33;
      font-size: 30px;
      float: left;
      display: block;
      margin-bottom: -5px; }
  .header .header-box {
    padding: 5px 0; }
  .header .box-language, .header .box-currency {
    float: right;
    margin-bottom: 20px; }
  .header .box-cart {
    float: right; }
  .header .logo {
    float: left; }
  .header #top {
    background-color: #374046;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3); }
  .header .search {
    float: left;
    margin-left: 14.2%;
    margin-top: 7px; }
  .header .box-right {
    float: right;
    margin-top: -10px; }
  .header .dropdown-menu {
    background: #fff;
    text-align: left; }
    .header .dropdown-menu > li > button:hover, .header .dropdown-menu > li > a:hover {
      background: #dc3e33;
      color: #FFF; }
  .header > .container .col-sm-12 {
    min-height: 0; }

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

/*================   Top Links style   ===============*/
.nav {
  text-align: center; }
  .nav > ul {
    margin: 0; }

    .nav > ul > li + li {
      margin-left: 17px; }
  .nav a {
    font-size: 14px;
    color: #9dadb7;
    text-transform: uppercase;
    line-height: 20px;
    padding: 15px;
    display: inline-block; }
    .nav a i {
      display: none; }
    .nav a:hover, .nav a .active {
      color: #dc3e33; }
  .nav i {
    font-size: 20px;
    margin-right: 20px; }

.common-home #top-links {
  margin-left: 300px; }

#top-links > ul {
  float: left; }

#top-links > ul > li > a {
  border-bottom: 6px solid transparent;
 }
  #top-links > ul > li > a:hover {
    border-bottom-color: #dc3e33; }
  #top-links > ul > li > a i {
    margin: 0; }

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

.box-language .dropdown-toggle,
.box-currency .dropdown-toggle {
  display: block;
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
  cursor: pointer;
  line-height: 20px;
  margin-left: 20px;
  -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: 5px;
    font-size: 10px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif; }

.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: 5px 5px 5px 10px;
  color: #6c7b84;
  font-size: 12px; }
  .box-currency .dropdown-menu button::-moz-focus-inner {
    border: none;
    padding: 0; }

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

.swipe-control {
  border-right: 1px solid #5f666b;
  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;
    -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: #dc3e33; }

.swipe {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 50px;
  width: 237px;
  z-index: 101;
  bottom: 0;
  -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;
      color: #fff;
      border-top: 1px solid #5f666b;
      line-height: 25px;
      background: #374046; }
      .swipe ul li a i, .swipe ul li a:before {
        font-size: 21px;
        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: #dc3e33;
        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: 'Montserrat', sans-serif;
  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; }

  .common-home #top-links {
    margin-left: 243px; } }
@media (max-width: 767px) {
  div.menu-gadget {
    display: block; }

  .header {
    padding-top: 70px;
    margin-bottom: 0; }
    .header .box-currency {
      margin-right: 0;
      padding: 0; }
    .header .logo img {
      display: inline-block; }
    .header .box-cart {
      float: none;
      margin-top: 0; }
    .header .nav {
      margin-top: 0; }
      .header .nav ul {
        display: none; }
    .header .box-right .box-currency, .header .box-right .box-language {
      margin-top: 0;
      position: fixed;
      top: 15px;
      z-index: 100;
      right: 120px;
      margin-top: 0; }
	  .header .box-right .box-language {
      right: 160px; }
	  .header .phone {
		margin-top:20px;
		font-size: 16px;
		margin-left:15px;
	  }
	  .header .phone i {
		font-size: 24px;
	  }
      .header .box-right:before, .header .box-right:after {
        display: table;
        content: "";
        line-height: 0; }
      .header .box-right:after {
        clear: both; }
    .header .top_panel {
      padding: 0; }
    .header .nav__primary {
      margin-top: 15px;
      background: none; } }
/*==================     Search Form     ======================*/
.search {
  position: relative; }
  .search:before {
    font-family: "material-design";
    position: absolute;
    left: 0;
    top: 9px;
    line-height: 22px;
    color: #9b9fa2;
    border-right: 1px solid #e3e3e3;
    display: block;
    font-size: 24px;
    width: 43px;
    text-align: center; }
  .search input {
    outline: none;
    background-color: transparent;
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
    vertical-align: baseline;
    box-shadow: none;
    display: block;
    float: left;
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    width: 477px;
    height: 40px;
    padding: 9px 35px 9px 50px;
    background: #fff;
    border: 1px solid #e3e3e3;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .search input::-webkit-input-placeholder {
      color: #374046;
      opacity: 1; }
    .search input:-moz-placeholder {
      color: #374046;
      opacity: 1; }
    .search input::-moz-placeholder {
      color: #374046;
      opacity: 1; }
    .search input:-ms-input-placeholder {
      color: #374046;
      opacity: 1; }
  .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;
    float: right;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    background-color: #dc3e33;
    text-transform: uppercase;
    line-height: 20px;
    padding: 10px 16px;
    margin-left: 6px;
    -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.17);
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.17); }
    .search button::-moz-focus-inner, .search button:focus::-moz-focus-inner, .search button:active::-moz-focus-inner {
      border: none;
      padding: 0; }
  .search button:hover, .search button:focus:hover, .search button:active:hover {
    background-color: #333; }

@media (min-width: 768px) and (max-width: 1199px) {
  .search input {
    width: 330px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .header .phone { font-size: 17px; }
  .header .phone i { font-size: 24px; }
  }
@media (max-width: 991px) {
  .search input {
    width: 180px; }

  .header .box-language, .header .box-currency {
    margin-bottom: 16px; } }
@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: #fff;
  list-style-type: none;
  z-index: 12;
  width: 100%;
  border-top: 0;
  font-size: 13px;
  -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.17);
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.17); }
  #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: #dc3e33; }
      #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: #374046;
    text-decoration: none; }

@media (min-width: 768px) and (max-width: 991px) {
  #livesearch_search_results li img {
    display: none !important; } }
@media (max-width: 767px) {
  .header .search {
    float: none;
    margin-left: 0; }
    .header .search button, .header .search input {
      float: left; }

  .header #logo {
    float: none;
    margin-bottom: 20px; } }
@media (max-width: 470px) {
	.header .search {
		display:inline-block;
		float:left;
		margin-right:15px;
	}
	.header .box-right {
		float:left;
		margin-top:0;
	}
	.header .phone {
		margin-left:0;
	}
}
/*================ Box Cart  ===============*/
.box-cart {
  position: relative; }
  .box-cart .btn-danger {
    border: 0;
    padding: 0;
    background: none; }
    .box-cart .btn-danger:hover {
      color: #dc3e33; }
  .box-cart .btn {
    color: #fff;
    padding: 7px 12px;
    margin-bottom: 2px; }
    .box-cart .btn:hover {
      color: #fff; }
  .box-cart .btn-danger {
    margin-bottom: 7px;
    padding: 0;
    font-size: 12px;
    color: #333; }
    .box-cart .btn-danger:hover {
      background: none;
      color: #dc3e33; }
    .box-cart .btn-danger i {
      margin: 0;
      padding: 0;
      font-size: 14px; }

.cart-total {
  display: none; }

#cart-total2 {
  display: none; }

.cart-total3 {
  display: none; }

/*================  Cart  ===============*/
.box-cart {
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.2);
  position: relative; }

.cart > button {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  color: #fff; }
  .cart > button::-moz-focus-inner {
    border: none;
    padding: 0; }
  .cart > button strong {
    text-transform: uppercase;
    font-size: 16px; }
  .cart > button i {
    margin: 0 8px 0 0;
    font-size: 25px;
    vertical-align: top;
    color: #dc3e33; }
.cart > button:hover, .cart.open ul.dropdown-menu {
  display: block; }

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

.cart td {
  font-size: 13px;
  border-top: 0 !important; }
  .cart td .name a {
    font-size: 14px;
    padding: 0; }
  .cart td strong {
    font-size: 12px; }

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

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

.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 .name a:hover {
  color: #dc3e33;
  background: transparent; }

.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) {
  .box-cart {
    position: fixed;
    top: 0;
    right: 10px;
    margin: 0;
    z-index: 91;
    border-left: none; }
    .box-cart button strong {
      display: none; }
    .box-cart button #cart-total {
      display: none; }
    .box-cart button #cart-total2 {
      display: inline-block; }
    .box-cart .dropdown-menu {
      max-height: 300px;
      overflow: auto; } }
/*=================== Menu gadget ===================*/
.menu-icon {
  position: relative;
  color: #fff;
  cursor: pointer;
  display: block;
  font-weight: 400;
  font-size: 20px;
    font-family: 'Montserrat', sans-serif;
  line-height: 30px;
  padding: 10px 17px;
  background: #dc3e33; }
  .menu-icon.active:after {
    content: "\f106"; }
  .menu-icon:after {
    float: right;
    content: "\f107";
    font-family: 'Montserrat', sans-serif;
    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 ul ul a {
  padding-left: 60px !important; }

.menu-gadget .menu {
  padding: 0;
  margin: 0;
  display: none; }
  .menu-gadget .menu ul {
    width: auto;
    padding: 0;
    display: none; }
  .menu-gadget .menu li {
    position: relative;
    list-style-type: none; }
    .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;
      color: #6c7b84;
      -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 li i:hover {
        color: #e5e5e5; }
    .menu-gadget .menu li.active > a, .menu-gadget .menu li > a:hover {
      background: #cfd0d1;
      color: #dc3e33; }
  .menu-gadget .menu a {
    padding: 10px 15px;
    display: block;
    border-top: 1px solid #fff;
    color: #6c7b84;
    font-size: 14px;
    background: #f5f4f4; }
  .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; }

/*==================  Stuck menu  ======================*/
.isStuck {
  z-index: 999; }

@media only screen and (max-width: 991px) {
  .isStuck {
    display: none !important; } }
/*========================================================
                   TM BOX CATEGORY
=========================================================*/
.box.category {
  border: 0; }

.box.category ul.menu {
  padding: 0;
  margin: 0; }
  .box.category ul.menu li {
    position: relative;
    list-style-type: none; }
    .box.category ul.menu li a {
      display: block; }
    .box.category ul.menu li + li {
      border-top: 1px solid #fff; }

.box.category {
  background-color: #f5f4f4; }

.box-category .menu li > a {
  padding: 13px 30px 13px 17px;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none; }
  .box-category .menu li > a:hover {
    padding-left: 13px; }

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

.box-category .menu li li a {
  display: block;
  padding-left: 27px; }
  .box-category .menu li li a:hover {
    padding-left: 23px; }

.box-category .menu li li li a {
  padding-left: 37px; }
  .box-category .menu li li li a:hover {
    padding-left: 33px; }

.box-category .menu li a:hover {
  color: #dc3e33;
  border-left: 4px solid #cfd0d1; }

.box-category .menu li a + i {
  display: block;
  position: absolute;
  right: 20px;
  top: 15px;
  color: #D0D0D0;
  font-size: 14px;
  line-height: 20px; }

.box.category .box-heading {
  background-color: #dc3e33;
  font-weight: 500;
  text-transform: uppercase; }
  .box.category .box-heading h3 {
    color: #fff;
    font-weight: 500;
    font-size: 18px; }

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

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

@media (max-width: 767px) {

#logo{
  display: none;
}
.search input {
      width: 222px;
}

#owerkdag{
  margin-left: 17px;
}


#column-left{
  display: none;
}



.phone{
  display: none;
}

#kleurenfilter{
  display: none;
}

  .box.category {
    display: none; } }
/*========================================================
                      Content styles
=========================================================*/
#page {
  background: #fff;
  overflow: hidden; }

.common-home aside#column-left {
  margin-top: -73px;
  position: relative; }

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

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

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

    #titlex{
      font-size: 9px;
    }
    #titleb{
      font-size: 9px;
    }

    .btn {
    margin-top: 10px;
    padding: 5px;
}

.col-xs-3{width: 50%;}

.imgv2{    margin: 1%; width: 49px;}
  .common-home aside#column-left {
    margin-top: 0; } }
/*========================================================
                        Buttons
=========================================================*/
.buttons {
  margin: 1em 0; }
  .buttons:before, .buttons:after {
    display: table;
    content: "";
    line-height: 0; }
  .buttons:after {
    clear: both; }

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

/*================   Default Buttons BEGIN   ===============*/
.btn-danger,
.btn-primary,
.btn-info,
.btn-default {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  border: none;
  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-danger::-moz-focus-inner,
  .btn-primary::-moz-focus-inner,
  .btn-info::-moz-focus-inner,
  .btn-default::-moz-focus-inner {
    border: none;
    padding: 0; }

.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: #374046;
  text-shadow: none;
  border-radius: 0;
  border: none;
  padding: 12px 16px;
  outline: none; }

.btn:hover,
.btn:focus {
  outline: none;
  background: #dc3e33;
  color: #FFF; }

/*================   Default Buttons END   ===============*/
/*================   Product Buttons BEGIN   ===============*/
.btn.btn-add {
  background-color: #dc3e33; }
  .btn.btn-add:hover {
    background-color: #51a351; }

.product-thumb .product-btn {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  background-color: #f5f4f4;
  border: 1px solid #ececec;
  color: #abaaaa;
  padding: 10px 10px;
  min-width: 45px;
  height: 40px;
  text-align: center; }
  .product-thumb .product-btn::-moz-focus-inner {
    border: none;
    padding: 0; }

.product-thumb .product-btn:hover {
  background-color: #fff;
  color: #dc3e33; }

.product-thumb .product-btn-add i {
  font-size:22px;
  vertical-align:top;


  }
.product-thumb .product-btn-add {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  background-color: #dc3e33;
  color: #fff;
  padding: 10px 20px;
  -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.17);
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.17);
  width: 100%;
  margin-bottom: 10px;
  text-transform: uppercase; }
  .product-thumb .product-btn-add::-moz-focus-inner {
    border: none;
    padding: 0; }

.product-list .product-thumb .product-btn-add {
  width: auto; }

.product-thumb .product-btn-add:hover {
  background-color: #374046; }

.box .cart-button {
  height: 0;
  overflow: hidden; }

.box .product-thumb:hover .cart-button {
  height: 100%; }

.box .product-thumb:hover .box-hover {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 10px 30px 20px; }

/*================   Product Buttons END   ===============*/
#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: #dc3e33; }
  @media (min-width: 768px) and (max-width: 991px) {
    .box-right{display: none;}
    #compare-total {
      margin-top: 15px; } }

/*========================================================
                 Responsive styles Buttons
=========================================================*/
@media (min-width: 992px) and (max-width: 1199px) {

.box-right{display: none;}

  .account-wishlist table td .btn {
    padding: 10px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .table-bordered > tbody > tr > .text-right {
    padding: 5px; }

  .account-wishlist table td .btn {
    padding: 6px; } }
@media (max-width: 410px) {
  .account-address .table td a {
    display: block; }
    .account-address .table td a + a {
      margin-top: 5px; } }
@media (max-width: 400px) {
  .buttons .pull-left, .buttons .pull-right {
    float: none !important;
    margin-top: 10px; } }
/*========================================================
                      Banners
=========================================================*/
.banners > div .banner-box {
  position: relative; }
  .banners > div .banner-box > a {
    display: block; }

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

/*========================================================
                   Responsive Banners
=========================================================*/
/*========================================================
                      HTML boxes
=========================================================*/
.box_html {
  line-height: 20px;
  border-bottom: 1px solid  #dfdfdf;
  margin-bottom: 20px;
  padding-bottom: 30px; }
  .box_html .col-sm-6:first-child {
    border-right: 1px solid #dfdfdf; }
  .box_html h3 {
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 15px; }
  .box_html h5 {
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    color: #dc3e33;
    line-height: 24px;
    margin: 0 0 15px; }

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

/*=================== Product Image ===================*/
.product-thumb .image {
  position: relative;
  text-align: center; }
  .product-thumb .image > a {
    display: block; }
    .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; }

.related-products .related-slider {
  border: 1px solid #ececec; }

.related-products .product-thumb {
  border-right: 1px solid #ececec;
  padding: 20px; }

.product-grid .product-thumb {
  border: 1px solid #ececec;
  margin-bottom: 30px;
  padding: 20px; }

.product-list .product-thumb {
  text-align: left;
  border: 1px solid #ececec;
  margin-bottom: 30px;
  padding: 20px; }
  .product-list .product-thumb .name {
    margin-bottom: 15px; }

/*=================== Product Caption ===================*/
.product-thumb {
  position: relative;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .product-thumb h4, .product-thumb .name {
    text-transform: uppercase; }
    .product-thumb h4 a:hover, .product-thumb .name a:hover {
      color: #dc3e33; }
  .product-thumb:hover .quickview {
    opacity: 1;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none; }

/*==================  Product List  ===================*/
.product-list .product-thumb .caption {
  overflow: hidden; }

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

/*==================  SALE, NEW Message ===================*/
.sale, .new_pr {
  font-size: 10px;
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -20px;
  background-color: #dc3e33;
  color: #FFF;
  line-height: 19px;
  padding: 0 7px;
  z-index: 10;
  text-transform: uppercase;
  -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.17);
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.17); }
  .sale:before, .new_pr:before {
    content: '';
    display: block;
    border-top-color: #dc3e33;
    bottom: -3px;
    left: 50%;
    margin-left: -3px;
    height: 3px;
    position: absolute;
    width: 5px;
    background: url(../image/bg_new.png) no-repeat left top; }

.sale {
  background-color: #f05b6d; }
  .sale:before {
    background: url(../image/bg_sale.png) no-repeat left top; }

aside .sale, aside .new_pr {
  top: -3px;
  margin-left: 0;
  left: 5px; }

/*=================== Product Description  ==============*/
.product-thumb .description {
  margin-bottom: 10px; }

/*=================== Product Price  ===================*/
.product-thumb .price {
  margin-bottom: 10px; }

.price {
  display: inline-block;
  font: 500 16px/20px "Ubuntu", sans-serif;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  text-align: center;
  color: #374046; }
  .price .price-new {
    color: #f05b6d; }

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

.price-old {
  display: inline-block;
  text-decoration: line-through;
  font-weight: 300;
  color: #374046; }

aside .product-thumb .price {
  margin-bottom: 5px; }

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

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

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

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

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

.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; }
  .rating .fa-star {
    color: #dc3e33;
    font-size: 11px; }
  .rating .fa-star + .fa-star-o {
    color: #dc3e33; }
  .rating .fa-star-o {
    font-size: 11px; }
  .rating .none-star {
    color: #FFF;
    font-size: 11px; }

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

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

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

/*=================== CUSTOM Block Products ===================*/
/*========================================================
               Responsive Styles Product
=========================================================*/
@media (max-width: 1200px) {
  .product-thumb .button-group button, .product-thumb .button-group button + button {
    width: 33.33%; } }
@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; }

  .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: 0px; }

  .product-desc iframe {
    float: none;
    margin: 0 0 2em;
    max-width: 560px;
    width: 100% !important; } }
@media (max-width: 500px) {
  .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%; } }
/*========================================================
                         Box
=========================================================*/
.box {
  margin-bottom: 30px;
  border: 1px solid #ececec; }
  .box .box-heading {
    position: relative;
    background-color: #f5f4f4;
    border-bottom: 1px solid #ececec;
    padding: 17px 10px 16px 28px; }
    .box .box-heading h3 {
      margin: 0;
      color: #374046;
      font-size: 20px;
      font-weight: 500;
      text-transform: uppercase; }
  .box .product-thumb {
    padding: 50px 30px 20px;
    border-right: 1px solid #ececec; }
  .box .name {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 10px; }
  .box .name a:hover {
    color: #dc3e33; }
  .box.image_category ul {
    list-style-type: none;
    margin: 0;
    padding:0;
    }
  .box.image_category li {

    float: left;
    padding: 20px 5px !important;
    text-align: center; }
    .box.image_category li .image {
      padding: 10px; }
    .box.image_category li .view_all a {
      font-size: 14px;
      text-transform: uppercase;
      text-decoration: underline; }
    .box.image_category li .name a {
      font-weight: 500;
      font-size: 16px;
      color: black; }
      .box.image_category li .name a:hover {
        color: darkred; }

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

.box_man li {
  float: left;
  width: 16.6666%;
  text-align: center;
  height: 115px;
  margin-bottom: 16px;
  display: inline-block; }

.box_man li img:hover {
  opacity: 0.6; }

.box_man li img {
  height: auto;
  max-width: 100%;
  max-height: 115px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

aside .box {
  text-align: left; }
  aside .box .product-thumb {
    text-align: left;
    padding: 20px;
    border-bottom: 1px solid #ececec;
    border-right: 0; }
    aside .box .product-thumb .image {
      float: left;
      margin-right: 7px; }
    aside .box .product-thumb .name {
      margin-bottom: 0; }
  aside .box .nav-scroll {
    float: right; }

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

.customNavigation {
  float: right; }
  .customNavigation a {
    margin-right: 15px;
    cursor: pointer; }
    .customNavigation a i {
      font-size: 16px; }

/*========================================================
                    Responsive Box
=========================================================*/
@media (min-width: 768px) {
  .box.image_category li:nth-child(5n+1) {
   } }
@media (min-width: 768px) and (max-width: 991px) {
  .box.info .box-content ul a {
    padding: 13px 5px; } }
@media (max-width: 991px) {
  .box.image_category li {
    width: 33.3333%; }

  .box.image_category li:nth-child(5n+1) {
    clear: none; }

  .box .box-heading {
    padding-left: 10px; }
    .box .box-heading h3 {
      font-size: 14px; } }
@media (max-width: 767px) {
  .box.image_category li {
    width: 50%; }

  .box_man li {
    width: 33.3333%; }

  aside .box .box-heading {
    position: relative;
    padding-right: 15px;
    padding-bottom: 15px;
    cursor: pointer;
    border-bottom: 1px solid #dc3e33; } }
@media (max-width: 400px) {
  .box_man li,
  .box.image_category li {
    width: 100%; } }
/*==================   Lazy Img    ======================*/
.lazy {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  background: transparent url(../image/lazy-loader.gif) no-repeat center center; }
  .lazy img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 0;
    -moz-transition: 1s all ease;
    -o-transition: 1s all ease;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
    opacity: 0; }
  .lazy.lazy-loaded {
    background: none; }
    .lazy.lazy-loaded img {
      opacity: 1; }

/*========================================================
                         Footer
=========================================================*/
footer {
  padding-top: 45px;
  background-color: #f5f4f4;
  margin-top: 30px; }
  footer h5 {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase; }
    footer h5 + ul {
      margin-top: 15px; }
  footer .footer_box a {
    font-style: 14px;
    text-transform: uppercase; }
  footer a:hover {
    color: white; }
  footer ul li + li {
    margin-top: 9px; }

.copyright br {
  display: none; }

.copyright {
  margin-top: 55px;
  line-height: 24px;
  background-color: #edebeb;
  padding: 8px 0;
  font-size: 13px; }

/*========================================================
                    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 {
    margin-top: 20px; }

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

  footer {
    text-align: center; }
    footer .copyright {
      margin-top: 0;
      text-align: left; } }
/*==================     ToTop     ======================*/
.toTop {
  width: 40px;
  height: 40px;
  line-height: 34px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  background: #dc3e33;
  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: 14px;
  z-index: 30; }

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

#product .alert {
  position: relative; }

/*=================== Breadcrumb ===================*/
.breadcrumb {
  margin: 0 0 20px;
  padding: 8px 0;
  border-radius: 0;
  border: 1px solid #e3e3e3;
  background: #fff; }
  .breadcrumb a {
    display: inline-block; }
  .breadcrumb a:hover {
    color: #dc3e33; }
  .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 #e3e3e3;
      border-bottom: 1px solid #e3e3e3;
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.pagination {
  margin: 0; }

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

td .price, .price b {
  font-size: 18px;
  padding-bottom: 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: #dc3e33; }

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

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

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

.nav-scroll a:hover {
  color:#6dbc70
  }
.nav-scroll a {
  font-size: 24px;
  float: left;
  color:#c4c3c3
  }

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

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

#reviews_form_title:hover {
  color: #dc3e33; }

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

#reviews_form_title {
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #e3e3e3;
  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 #e3e3e3;
  content: '';
  margin-left: -10px; }

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

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

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

  .product_page #button-cart2 {
    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: #dc3e33; }

.bx-wrapper .bx-controls-direction a {
  background: #fff;
  border: 1px solid #e3e3e3;
  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 #e3e3e3; }

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

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

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

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

.product-image {
  float: left;
  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: #dc3e33; }

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

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

.reward-block span {
  display: block; }

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

#product h3 {
  color: #dc3e33; }

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

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

#full_gallery {
  display: none; }

/***************owl carousel**********************/
.owl-carousel {
  box-shadow: none;
  margin-bottom: 0;
  border: 0; }

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

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

#default_gallery .image {
  background-color: #efeeee;
  width: 84%;
  overflow: hidden;
  border: 1px solid #e3e3e3;
  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 #e3e3e3; }

.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: #dc3e33; }
    .box-subcat li .image {
      margin-bottom: 10px;
      border: 2px solid #e3e3e3;
      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: #dc3e33; }
    .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 #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  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: #dc3e33; }

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

.owl-carousel .owl-buttons div:hover {
  color: #dc3e33; }

/*======== 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 #e3e3e3;
  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: 991px) {
  .table-compare {
    overflow-x: scroll;
    overflow-y: hidden; }
    .table-compare .table.table-bordered td + td {
      min-width: 270px; } }
@media (max-width: 767px) {
  .table.table-bordered {
    margin-bottom: 10px; }

  .table-responsive {
    border: none; }
    .table-responsive .table-bordered {
      border: 1px solid #e3e3e3; } }
/************** 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: #dc3e33; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.manufacturer-content {
  padding: 20px; }

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

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

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

  .box.category{background-color: white;}

  .header-style-3 .header-middle-ptb-1 {
    padding: 5px 0;
}
.header-middle-ptb-1 {
    padding: 5px 0 0 0;
}

  .box.image_category{border: 0px;}
#Index-Main-Containerv{border: solid #ececec 0.5px;}
  .catebp{color:black!important}

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

@media (max-width: 1200px) {
  .table th, .table td {
    padding: 8px; } }
@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; }

  .box .box-content .box-product ul li:hover .quick-view-button {
    display: none !important;
    visibility: hidden; }

  .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'; } }
@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;
    text-align: left;
    float: left;
    width: 50%; }
    .box-subcat li .image {
      display: inline-block;
      float: left;
      margin-right: 15px;
      width: 25%; }
    .box-subcat li:nth-child(2n+1) {
      clear: both; }
    .box-subcat li + li {
      margin-top: 0 !important; }

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

  .box-subcat li {
    width: 100%;
    float: none; } }
@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; } }
.fa-caret-down:before {
  content: "\f0d7" !important;
}
.panel-title {
  font-size:15px;
  }

  #block{
    background: #fff;
    padding: 20px;
    text-align: center;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #product{
    padding:4px;
  }

  #image-additional li{width: 100%;}


  .xaros{background:#2b2b2b; color:white; width:100%; float: left; padding: 3px; text-transform: uppercase; font-family: 'Roboto', sans-serif; margin-top: 9px;}
  .trpx{font-family: 'Roboto', sans-serif; float: left; padding: 3px;}
  .trpx img {width:80%}
  .btn{margin-top: 10px;  padding: 10px; }
  .fa {padding: 2px;}

  .box.category ul.menu li a:hover{
text-decoration: none;
color: #dc3e33;
  }

  .box.category ul.menu li a{
    text-decoration: none;
    color: black;
      }

      .btnkopen{
background-color: #51a351;
color: white;
text-decoration: none;
padding: 6px 28px 6px 28px;

      }

      .btnkopen:hover{
        background-color: #288129;
        color: white;
        padding: 6px 28px 6px 28px;
        text-decoration: none;

              }


@media (max-width: 767px){
  .mslider{display:none;}
  }

  .list-unstyled li a {
color:rgb(29, 29, 29);

  }

  .rondjes{
width:30px;
height:30px;
float:left;
 border-radius:19px;
 margin-right:5px;
margin-bottom: 5px;
  }

  li.list {
padding: 5px;
font-size: 14px;
color: black;
}

li.list a:hover{
  color:red;
}

.box.image_category li {
    width:94%;
}

@media screen and (min-width: 400px) {
  .box.image_category li {
          width:50%;
    }
}

@media screen and (min-width: 800px) {
    .box.image_category li {
          width:50%;
    }

}

@media screen and (min-width: 1100px) {
  .box.image_category li {
        width:33%;
  }

}


@media screen and (min-width: 1400px) {
  /* .box.image_category li {
        width:25%;
  } */

}

.header .phone {
    float: right;
    font-weight: 500;
    color: #374046;
    font-size: 23px;
    margin-top: 16px;
    clear: both;
}


.list-inline {
    padding-left: 0px;
    padding-top: 2px;
    list-style: none;
    margin-left: -5px;
}



html,
body {
  height: 100%; }

a {
  text-decoration: none;
  color: black; }

p {
  font-size: 1em; }

.navbar {
  z-index: 10; }

.form-control {
  height: 45px; }

@media screen and (min-width: 100px) and (max-width: 768px) {
  #navbar-right {
    padding-bottom: 10%; } }

#nav-bar-id {
  background-color: transparent;
  margin-bottom: 0; }

.navbar .navbar-toggle .icon-bar {
  background-color: black; }

#nav-bar-logo {
  color: black;
  font-weight: 500; }

#nav-bar-Login {
  color: #3190e7;
  font-weight: 600; }

#nav-bar-Experiences {
  color: black; }

#nav-bar-Contact {
  color: black; }

.navbar .navbar-nav > li > a {
  padding-top: 12px;
  padding-bottom: 12px; }

#dropdwon {
  background-color: white;
  color: black; }

.navbar .navbar-nav .open .dropdown-menu > li > a {
  color: black; }

.dropdown-menu {
  padding: 0; }

@media screen and (min-width: 100px) and (max-width: 989px) {
  .dropdown-menu {
    padding-left: 3%;
    padding-right: 3%;
    margin-top: 15px; } }

#search-li {
  padding-left: 10px;
  padding-right: 20px; }

/***** typeahead search-box *****************/
.typeahead-container {
  padding-bottom: 50px; }

.typeahead-list {
  top: 0; }

#typeahead-container {
  padding-bottom: 25px; }

#typeahead-query {
  width: 80%;
  padding-top: 10px; }

@media screen and (min-width: 100px) and (max-width: 1024px) {
  #typeahead-query {
    width: 50%;
    padding-top: 10px; } }

#flyer-query {
  height: 40px;
  border-radius: 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

#Search-Btn {
  height: 40px;
  background-color: #2BBBAD;
  color: white;
  line-height: 31px;
  padding: 5px 22px;
  margin-top: 10px;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  text-decoration: none;
  text-transform: uppercase;
  margin-left: 10px;
  outline: 0 !important; }

/*******************************************/
.fb-bg {
  background-color: #3B5998; }

.tw-bg {
  background-color: #55ACEE; }

.gplus-bg {
  background-color: #DD4B39; }

.material-icons.md-18 {
  font-size: 18px; }

.material-icons.md-24 {
  font-size: 24px; }

.material-icons.md-36 {
  font-size: 36px; }

.material-icons.md-48 {
  font-size: 48px; }

.material-icons.arrow {
  color: black; }

.material-icons.edit {
  color: #2BBBAD; }

.material-icons.edit-white {
  color: white; }

.material-icons.delete {
  color: #CC0000; }

.material-icons.delete-white {
  color: white; }

.btn-link:hover {
  text-decoration: none; }

.btn-border-primary {
  background-color: transparent;
  border: 2px solid #4285F4;
  width: 55.5px;
  height: 55.5px;
  border-radius: 50%;
  line-height: 37px;
  position: relative;
  color: white;
  padding: 0;
  padding-top: 10px; }

.btn-border-primary:hover {
  background-color: transparent;
  border: 2px solid orange;
  width: 55.5px;
  height: 55.5px;
  border-radius: 50%;
  line-height: 37px;
  position: relative;
  color: white;
  padding: 0;
  padding-top: 10px; }

#arrow-btn:hover {
  color: white; }

/* Toggle Wrapper Styles */
#wrapper {
  padding-left: 0;
  transition: all 0.5s ease; }

#wrapper.toggled {
  padding-left: 0px; }

#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  left: 250px;
  width: 0;
  height: 100%;
  margin-left: -250px;
  overflow-y: auto;
  background: #000;
  transition: all 0.5s ease; }

#wrapper.toggled #sidebar-wrapper {
  width: 250px; }

  #overlay
  {display:none;}

#page-content-wrapper {
  width: 100%;
  position: absolute;
  padding: 15px; }

#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -250px; }

/************************************************ Sidebar Styles ******************************************************/
.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none; }

.sidebar-nav li {
  text-indent: 20px;
  line-height: 40px; }

.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #999999; }

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.2); }

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none; }

.sidebar-nav > .sidebar-brand {
  height: 65px;
  font-size: 18px;
  line-height: 60px; }

.sidebar-nav > .sidebar-brand a {
  color: #999999; }

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none; }

@media (min-width: 768px) {
  #wrapper {
    padding-left: 250px; }
  #wrapper.toggled {
    padding-left: 0; }
  #sidebar-wrapper {
    width: 250px; }
  #wrapper.toggled #sidebar-wrapper {
    width: 0; }
  #page-content-wrapper {
    padding: 20px;
    position: relative; }
  #wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0; } }

.sidebar-nav .dropdown-menu {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  border-radius: 0;
  border: none;
  background-color: #222;
  box-shadow: none; }

#dropdown-category a {
  font-size: 14px;
  color: white;
  font-weight: 300; }

#dropdown-category a:hover {
  font-size: 14px;
  background-color: #333; }

#dropdown-category:hover {
  background-color: #333; }

/**************************************************** Footer CSS ******************************************************/
footer.page-footer {
  padding-top: 20px;
  padding-bottom: 30px;
  margin-top: 0; }

footer.page-footer a {
  line-height: 25px; }

footer.page-footer a {
  color: #fff;
  font-size: 15px; }

  .glyphicon-align-justify:before {
    content: "\e055";
    color: white;
}



.typeahead-dropdown, .typeahead-list{
    margin: 50px 0 0;

}
