body {
  color: gray;
  background: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
  max-width: 2500px;
  margin: 0 auto;
  overflow-x: hidden;
}

:focus {
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
}

.fa {
  font-size: 14px;
}

.fa-stack {
  width: 12px;
  font-size: 8px;
}

.fa-stack .fa {
  font-size: 13px;
}

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

a {
  color: #262626;
}

a:hover {
  text-decoration: none;
}

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

label {
  font-size: 13px;
  font-weight: 500;
  color: #262626;
}

.control-label {
  color: #808080;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #262626;
}

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

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

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

.date .btn-default,
.time .btn-default,
.datetime .btn-default {
  padding: 6px 15px;
}

span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
  display: inline-block !important;
  display: inline;
}

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

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

.dropdown-menu li > a:hover {
  text-decoration: none;
  color: #000000;
}

#top {
  background: #1f1f1f;
  color: #ffffff;
  padding: 0px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: initial;
  text-transform: uppercase;
}

header {
  z-index: 99;
  position: relative;
}

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

header .btn-link:hover, header .btn-link:focus {
  color: #888;
  background: none;
  text-decoration: none;
}

header li {
  text-decoration: none;
  list-style: none;
}

header a {
  text-decoration: none;
}

header .dropdown.myaccount {
  cursor: pointer;
  display: inline-block;
  position: relative;
  z-index: 9;
}

header .dropdown.myaccount:hover {
  background-position: 0 -150px;
}

header .dropdown.myaccount:hover a {
  color: #888888;
  background-position: 0 -150px;
}

header .dropdown.myaccount::before {
  content: "";
  border-right: 1px solid #e0e0e0;
  height: 59px;
  position: absolute;
  right: -25px;
  top: -15px;
}

header .dropdown.myaccount a {
  color: #222222;
  text-transform: uppercase;
}

header .dropdown.myaccount a .fa {
  display: inline-block;
}

header .dropdown.myaccount .fa {
  padding-left: 5px;
  font-size: 14px;
}

@media (max-width: 767px) {
  header .dropdown.myaccount .fa {
    padding-left: 0;
  }
}

header .dropdown.myaccount .myaccount-menu {
  margin-top: 0px;
  min-width: 250px;
  padding: 10px 20px;
  top: 44px;
}

header .dropdown.myaccount .myaccount-menu li a {
  text-transform: capitalize;
  color: #000000;
  font-size: 13px;
  padding: 2px 0px;
}

header .dropdown.myaccount .myaccount-menu li a:hover {
  color: #888888;
}

header .dropdown.myaccount > a {
  text-transform: capitalize;
  color: #000000;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.8px;
  line-height: 22px;
  float: left;
  display: block;
  background: none;
}

header .header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: 90%;
  z-index: 99;
  margin: 20px auto;
}

@media (max-width: 767px) {
  header .header-container .header-main #czheadercmsblock {
    display: none;
  }
}

@media (min-width: 992px) {
  header .header-container.fixed {
    position: fixed;
    top: 0px;
    background: #ffffff;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    -webkit-animation: slide-down 0.7s;
            animation: slide-down 0.7s;
    left: 0;
    right: 0;
    border: 0;
  }
}

header .header-container.fixed .header-main {
  padding: 15px 0 10px;
}

header .header-container.smaller {
  z-index: 999;
}

header .header-container .header_one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  height: 30px;
}

header .header-container .header_two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100px;
}

header .header-container .row {
  margin: 0px;
}

header #cart li {
  color: #262626;
}

header #cart li a {
  color: #262626;
}

.headertopright {
  float: right;
  padding: 0px;
  position: relative;
  z-index: 999;
}

.headertopright .text2 {
  color: #f5f5f5;
  display: inline-block;
}

.headertopright .text2 a {
  color: #f5f5f5;
}

.headertopright .text2 a:hover {
  color: #888888;
}

.headertopright .text2-dec {
  display: inline-block;
  padding-right: 5px;
}

#top-links {
  padding-top: 0px;
}

#top-links li {
  padding: 0;
  list-style: none;
}

#top-links a:hover, #top-links a:focus {
  color: #888;
  background: none;
  text-decoration: none;
}

#top-links a + a {
  margin-left: 15px;
}

#top-links .dropdown-menu a {
  text-shadow: none;
}

#top-links .dropdown-menu a:hover, #top-links .dropdown-menu a:focus {
  color: #888;
}

#top-links .btn-link strong {
  font-weight: normal;
}

#top-links ul.list-inline {
  float: left;
  margin-top: 2px;
  margin-right: 5px;
}

#top-links ul.list-inline li {
  padding: 0 15px 0 8px;
  font-weight: 300;
}

.lang-curr {
  float: left;
  padding: 5px 0;
}

.lang-curr .pull-left {
  width: 100%;
  border-top: 1px solid #e5e5e5;
}

.lang-curr .pull-left ul {
  padding: 0;
}

.lang-curr .pull-left ul li {
  display: inline-block;
}

.lang-curr .fa {
  padding-left: 3px;
}

#cznavcmsblock {
  display: inline-block;
  padding-left: 8px;
}

#cznavcmsblock .welcome_text {
  background: url(../image/codezeel/navcms.png) no-repeat scroll 0px 0px;
  padding-left: 25px;
}

.fa-caret-down {
  vertical-align: middle;
  color: #b2b2b2;
  margin: 0 0 0 2px;
}

#form-language,
#form-currency {
  padding: 5px 0px 10px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 13px;
  margin: 0;
  text-decoration: none;
  color: #222222;
  border: none;
  float: none;
}

#form-language .dropdown-menu,
#form-currency .dropdown-menu {
  padding: 8px;
  left: auto;
  right: 0;
  margin: 0px;
}

#form-language .dropdown-menu li .btn,
#form-currency .dropdown-menu li .btn {
  font-weight: 400;
}

#form-language .dropdown-menu .btn,
#form-currency .dropdown-menu .btn {
  padding: 8px 0px;
  color: #262626;
  font-size: 12px;
  text-transform: uppercase;
}

#form-language .btn-link:hover,
#form-currency .btn-link:hover {
  color: #888888;
}

#form-language .btn-link .fa-caret-down::before,
#form-currency .btn-link .fa-caret-down::before {
  display: none;
}

#form-language img {
  vertical-align: inherit;
  padding-right: 3px;
}

#form-language .dropdown-menu > li > .btn:hover {
  color: #888888;
  background: transparent;
}

#form-language .language-menu li .btn-link {
  padding: 0px 15px 0px 0px;
  font-weight: 400;
  margin: 0;
  text-transform: capitalize;
}

#form-currency .dropdown-menu .btn:hover {
  color: #888888;
  background: transparent;
}

#form-currency .currency-select {
  text-align: left;
  width: 100%;
}

#form-currency .currency-select:hover {
  text-shadow: none;
  color: #262626;
  background-color: #fff;
}

#form-currency .currency-menu li .btn-link {
  border: 1px solid #e5e5e5;
  padding: 2px 12px;
  font-weight: 400;
  margin: 0;
  text-transform: capitalize;
}

#form-currency .currency-menu li .btn-link:hover {
  border-color: #f5f5f5;
}

#form-currency .btn-link {
  margin-right: 0;
}

#form-currency .btn-link:hover strong {
  color: #888888;
}

#form-currency .btn-link strong {
  font-weight: normal;
  color: #222222;
}

.header-logo {
  float: left;
  padding-right: 28px;
  position: relative;
}

.header-logo::after {
  content: "";
  border-right: 1px solid #e0e0e0;
  position: absolute;
  right: 0;
  top: -10px;
  height: 59px;
}

.header-logo img {
  max-width: 100%;
  text-align: center;
  display: inline;
}

.header-search {
  float: left;
}

.header-search li {
  padding: 0;
  list-style: none;
}

.header-search .show-result > li {
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.header-cart {
  float: right;
}

.header-cart #cart {
  margin: 0px 0 0px 30px;
  margin-top: -7px;
  display: block;
  cursor: pointer;
  z-index: 9;
  float: left;
}

.header-cart #cart .cart_heading {
  color: #fff;
  text-transform: uppercase;
  padding-right: 3px;
  padding-left: 25px;
  padding-top: 4px;
  display: none;
}

.header-cart #cart > .cart_heading:hover {
  color: #000000;
  background-position: 0 -258px;
}

.header-cart #cart > .btn {
  padding: 0px;
  display: block;
  color: #fff;
  font-size: 0;
  overflow: hidden;
  background: none;
  float: right;
  position: static;
  display: block;
  text-align: left;
  height: 55px;
  width: 55px;
  background: url(../image/codezeel/nav-icon.png) no-repeat scroll center -287px #000000;
  border-radius: 50%;
}

.header-cart #cart > .btn:hover {
  background-color: #888888;
}

.header-main {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  padding: 48px 0 48px;
}

.common-home .header-main {
  padding-bottom: 0;
}

.common-home header {
  padding-bottom: 0;
}

.common-home .header-container {
  border-bottom: 0;
}

.common-home .alert {
  margin-bottom: 20px;
}

.col-sm-3.sort {
  width: 33.1%;
  padding: 0;
}

.col-sm-3.sort select.form-control {
  padding: 10px 33px;
  height: 40px;
  text-transform: capitalize;
  background-color: #fff;
  color: #262626;
  border: none;
  overflow: hidden;
  border-radius: 20px 0 0 20px;
  left: 15px;
}

.searchbar .col-sm-3.sort {
  padding: 0 15px;
  width: 25%;
}

.head-right-bottom {
  display: block;
  float: right;
  margin: 0;
}

#custom-text {
  background: white;
  border-radius: 2px;
  margin-bottom: 0;
  padding: 0;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  position: absolute;
  top: 50%;
  left: -12px;
  z-index: 9;
}

#custom-text .contact-text {
  font-size: 13px;
  letter-spacing: 1px;
  color: #000000;
  font-weight: 500;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#custom-text .contact-text:hover {
  color: #888888;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#custom-text .contact-text:hover::before {
  background: #000000;
  color: #f0f5f9;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#custom-text .contact-text::before {
  background: #f0f5f9;
  height: 60px;
  width: 60px;
  position: absolute;
  border-radius: 50%;
  left: -80px;
  top: -20px;
  font-family: FontAwesome;
  font-size: 20px;
  padding: 19px 23px;
  content: "\f095";
  color: #000000;
  -webkit-transform: rotate(450deg);
          transform: rotate(450deg);
  z-index: 8;
}

#search {
  margin-top: 20px;
  float: right;
  width: auto;
  z-index: 99;
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#search .search_toggle {
  display: none;
  position: absolute;
  width: 270px;
  right: 0;
  top: -9px;
  z-index: 9;
}

#search .search_toggle .input-group-btn {
  display: block;
  position: absolute;
  right: 16px;
  padding: 0px;
  top: 8px;
}

#search .search_toggle .btn-lg:hover {
  background-color: transparent;
}

#search .search_toggle .btn-lg .fa {
  font-size: 0px;
  display: none;
}

#search .search_button {
  display: block;
  font-size: 0;
  padding: 0;
  text-align: center;
  cursor: pointer;
  z-index: 9;
  background: url(../image/codezeel/nav-icon.png) no-repeat scroll center -3px transparent;
  height: 25px;
  width: 25px;
  margin-left: 100%;
}

#search .search_button:hover {
  background-position: center -42px;
}

#search .search_button.active {
  background-position: center -85px;
}

#search .search_button.active:hover {
  background-position: center -135px;
}

#search .input-lg {
  width: 100%;
  background: #ffffff;
  font-size: 12px;
  padding: 12px 45px 12px 12px;
  letter-spacing: 0.4px;
  color: #ababab;
  font-weight: 400;
  line-height: 15px;
  border: 1px solid #ededed;
  height: 45px;
}

#search .input-lg::-webkit-input-placeholder, #search .input-lg:-ms-input-placeholder, #search .input-lg::-webkit-input-placeholder {
  color: #bbbbbb;
}

#search .input-lg::-webkit-input-placeholder, #search .input-lg:-ms-input-placeholder, #search .input-lg::placeholder {
  color: #bbbbbb;
}

#search .btn-lg {
  background: url(../image/codezeel/nav-icon.png) no-repeat scroll center -3px transparent;
  display: block;
  border: 0px;
  height: 30px;
  position: absolute;
  padding: 0;
  top: 1px;
  left: auto;
  width: 30px;
  right: -10px;
  cursor: pointer;
  z-index: 9;
}

#search .btn-lg:hover {
  background-position: center -42px;
  -webkit-transition: none;
  transition: none;
}

#searchbox {
  position: relative;
}

.newsletter .input-news input::-webkit-input-placeholder, .newsletter .input-news input:-ms-input-placeholder, .newsletter .input-news input::-webkit-input-placeholder {
  color: #bbbbbb;
}

.newsletter .input-news input::-webkit-input-placeholder, .newsletter .input-news input:-ms-input-placeholder, .newsletter .input-news input::placeholder {
  color: #bbbbbb;
}

.show-result {
  overflow: hidden;
}

.product-search #content > p {
  margin-top: 10px;
}

.product-search h2 {
  clear: both;
}

.hed-right-top {
  position: relative;
  width: 100%;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  margin: 0px;
  opacity: 1;
}

#cart.active > .btn {
  background-color: #888888;
}

#cart:hover > .btn {
  color: #888888;
}

#cart:hover .cart_heading {
  color: #888888;
}

#cart > .btn .fa {
  display: none;
}

#cart.open > btn {
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}

#cart .dropdown-menu {
  background: #fff;
  z-index: 1001;
  width: 330px;
  padding: 10px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  display: none;
  margin-top: 0;
  color: #000;
  top: 61px;
}

#cart .dropdown-menu strong {
  font-weight: 600;
  color: #262626;
}

#cart .dropdown-menu li {
  float: none;
}

#cart .dropdown-menu li:first-child {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: auto;
}

#cart .dropdown-menu li + li {
  border-top: 1px solid #e5e5e5;
  padding: 5px 0 0;
}

#cart .dropdown-menu li p {
  margin: 20px auto;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#cart .dropdown-menu li p > a.checkout {
  margin-top: -15px;
}

#cart .dropdown-menu table {
  margin-bottom: 10px;
  border: none;
}

#cart .dropdown-menu table td {
  border: none;
  background: none;
  /*padding: 5px 4px;*/
  padding: 5px 2px;
  font-weight: 500;
}

#cart .dropdown-menu table.total-table td {
  border: medium none;
}

#cart .button-container {
  width: auto;
  float: right;
}

#cart-total {
  color: #000000;
  background: #ffffff;
  line-height: 20px;
  position: absolute;
  font-size: 12px;
  height: 20px;
  width: 20px;
  top: 0px;
  right: 0px;
  display: block;
  padding: 0;
  text-transform: lowercase;
  display: block;
  font-weight: 400;
  text-align: center;
  border-radius: 50%;
}

.content-bottom > .container {
  width: 100%;
  background-color: #fff;
}

.nav-responsive {
  display: none;
}

.nav-responsive span {
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
  color: #000;
  display: block;
  padding: 20px 20px;
  margin-bottom: 0px;
  z-index: 6;
  position: relative;
  text-transform: uppercase;
}

nav .nav-container.fixed {
  position: fixed;
  top: 0px;
  background: #222222;
  width: 100%;
  z-index: 9;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  -webkit-animation: slide-down 0.7s;
          animation: slide-down 0.7s;
  left: 0;
  right: 0;
}

nav .nav-container.fixed .nav-responsive {
  margin: 0px;
}

nav .nav-container.fixed .responsive-menu {
  position: fixed;
  top: 0px;
  background: #222222;
  width: 100%;
  z-index: 9999;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  -webkit-animation: slide-down 0.7s;
          animation: slide-down 0.7s;
  left: 0;
  right: 0;
}

nav .nav-container.fixed .responsive-menu.container {
  margin-bottom: 0px;
}

nav .nav-container.fixed > .main-menu ul > li > a {
  padding-top: 17px;
  padding-bottom: 17px;
}

nav .nav-container.fixed > .hiden_menu li > a {
  padding-top: 17px;
  padding-bottom: 17px;
}

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

.main-menu ul > li:last-child > a {
  border: none;
}

.main-menu > ul > li {
  position: relative;
  float: none;
  display: inline-block;
  z-index: 20;
  background-color: transparent;
}

.main-menu > ul > li:hover > a {
  background: transparent;
  color: #888888;
}

.main-menu > ul > li > a {
  z-index: 6;
  position: relative;
  letter-spacing: 0.7px;
  margin: 0;
  border-radius: 25px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font: 600 12px/20px "Poppins", sans-serif;
  color: #000000;
  display: block;
  padding: 15px 20px;
  text-transform: uppercase;
}

.main-menu a:hover {
  text-decoration: none;
}

#menu ul {
  list-style: outside none none;
  float: none;
  width: auto;
  display: table-cell;
}

#menu ul li .megamenu ul.list-unstyled:last-child {
  padding-right: 0px;
}

#menu ul.nav.navbar-nav {
  width: 100%;
  text-align: left;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#menu > ul {
  text-align: left;
}

.hiden_menu li > a {
  font: 600 12px/20px "Poppins", sans-serif;
  color: #000000;
  display: block;
  padding: 15px 20px;
  margin-bottom: 0px;
  z-index: 6;
  position: relative;
  text-transform: uppercase;
}

.main-menu ul > li.dropdown > a,
.main-menu > ul > li > a {
  color: #000000;
}

.main-menu > ul > li > a:hover:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}

.main-menu > ul > li > a:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: black;
  position: absolute;
  left: 0;
  bottom: 0px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}

.main-menu > ul > li > ul,
.responsive-menu .main-navigation {
  background: #fff none repeat scroll 0 0;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  display: none;
  padding: 5px;
  position: absolute;
  z-index: 5;
}

.main-menu > ul > li:hover > ul {
  display: block;
}

.main-menu > ul > li ul > li > ul {
  display: none;
  background: #15bcf0;
  position: absolute;
  z-index: 5;
  padding: 5px;
  margin-left: -13px;
}

.main-menu > ul > li ul > li:hover > ul {
  display: block;
  top: 0px;
  left: 173px;
}

#menu
ul.nav
li
.megamenu.column1
ul.list-unstyled
> li.dropdown
.dropdown-menu {
  display: none;
  left: 200px;
  padding: 15px 0;
  position: absolute;
  top: 0;
  border: 2px solid #e5e5e5;
}

.main-menu > ul > li ul > li > a {
  color: #262626;
  display: block;
  white-space: nowrap;
}

.responsive-menu .main-navigation li a {
  padding: 8px;
  color: #262626;
  display: block;
  white-space: normal;
}

#menu ul li .megamenu.column1 a {
  font-weight: 400;
}

.main-menu ul > li.dropdown > a:hover {
  color: #808080;
}

#menu ul li .megamenu.column1 a:hover {
  color: #000000;
  background: none;
}

.main-menu > ul > li ul > li > .dropdown-inner ul li a {
  color: #adadad;
}

.main-menu > ul > li ul > li > a {
  min-width: 160px;
}

.main-menu > ul > .dropdown ul > li > a,
.hiden_menu > a {
  color: #000000;
  font-size: 13px;
  padding: 0 0 12px;
  margin-bottom: 8px;
  font-weight: 500;
  text-transform: capitalize;
  text-align: left;
  letter-spacing: 0.8px;
}

.main-menu > ul > .dropdown ul > li > a:before {
  border-top: 1px solid #ededed;
  bottom: 0px;
  content: "";
  float: left;
  height: 2px;
  position: absolute;
  width: 50%;
}

.main-menu ul li ul .list-unstyled a {
  font-weight: 400;
  color: #888888;
  text-transform: capitalize;
  padding: 4px 0;
  font-size: 13px;
  margin-bottom: 0;
  letter-spacing: 0.5px;
  line-height: 21px;
}

.main-menu > ul > li ul > li > a:hover,
.responsive-menu .main-navigation li a:hover {
  color: #000000;
}

#menu ul li .megamenu.column1 li > a,
.main-menu > ul > li > ul > ul > li > a {
  color: #888888;
  padding: 0;
  text-transform: capitalize;
  font-size: 13px;
  margin-bottom: 0;
  line-height: 25px;
}

#menu ul li .megamenu.column1 li > a:before,
.main-menu ul li ul .list-unstyled a:before {
  display: none;
  margin-bottom: 0px;
}

#menu
ul.nav
li
.megamenu.column1
ul.list-unstyled
> li.dropdown:hover
> .dropdown-menu {
  display: block;
}

#menu .nav li .list-unstyled .dropdown {
  float: left;
}

#menu .dropdown .dropdown-menu {
  padding: 20px 20px;
  border: 1px solid #ededed;
  background: #ffffff;
  opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transform-origin: 20% 20% 0;
          transform-origin: 20% 20% 0;
  -o-transform-origin: 20% 20% 0;
  -moz-transform-origin: 20% 20% 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  visibility: visible !important;
  display: block;
  text-align: left;
}

#menu ul li.hiden_menu .dropdown-menu {
  opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  display: block;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transform-origin: 20% 20% 0;
          transform-origin: 20% 20% 0;
  -o-transform-origin: 20% 20% 0;
  -moz-transform-origin: 20% 20% 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  visibility: visible !important;
}

#menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu {
  border: medium none;
  margin: 0;
  padding: 0;
  position: relative;
}

#menu ul li.dropdown.more_menu .dropdown-menu {
  left: auto;
  right: 0;
}

#menu ul li .megamenu.column1,
#menu ul li.hiden_menu .dropdown-menu {
  padding: 10px 20px;
}

.hiden_menu .dropdown-menu {
  min-width: 215px;
}

#menu ul li .megamenu.column1 ul.list-unstyled {
  padding: 0;
}

#menu ul li .megamenu.column1 ul.list-unstyled li,
.hiden_menu li {
  float: left;
  padding: 3px 0px;
  width: 100%;
}

#menu li.hiden_menu:hover .dropdown-menu.megamenu {
  display: none;
}

.hiden_menu > a {
  color: #262626;
}

@media (min-width: 768px) {
  #menu li:hover .dropdown-menu,
  #menu ul li.hiden_menu:hover .dropdown-menu {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    visibility: visible;
  }
}

@media (max-width: 767px) {
  #menu {
    border-radius: 4px;
  }
  #menu div.dropdown-inner > ul.list-unstyled {
    display: block;
  }
  #menu div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1);
  }
  #menu .dropdown-inner {
    display: block;
  }
  #menu .dropdown-inner a {
    width: 100%;
    color: #fff;
  }
  #menu .dropdown-menu a:hover,
  #menu .dropdown-menu ul li a:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #menu .see-all {
    margin-top: 0;
    border: none;
    border-radius: 0;
    color: #fff;
  }
}

.home_row.row {
  margin: 0px;
}

#column-left .box.category-left-box,
#column-right .box.category-left-box {
  margin-bottom: 30px !important;
}

.catgory-left {
  width: 24%;
  float: left;
  padding-right: 30px;
}

.category-left-box {
  border: 1px solid #e0e0e0;
  border-top: none;
  background: #ffffff;
  margin: 0 !important;
}

.category-left-box .box-content {
  display: block;
}

.category-left-box .box-content ul li a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.category-left-box .box-content > ul > li:hover > a {
  padding-left: 15px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

#column-left .box.category-left-box .box-content {
  margin: 0;
  background: #ffffff;
}

#nav-one .dropdown:hover .dropdown-menu,
#nav-one .hiden_menu:hover .dropdown-menu {
  display: block;
}

#nav-one .hiden_menu .dropdown-menu li.dropdown .dropdown-menu {
  display: none;
}

#nav-one > li > .dropdown-menu {
  background: #fff none repeat scroll 0 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
  padding: 0 30px;
  left: 268px;
  top: 0;
}

#nav-one > li.dropdown:after,
#nav-one > li.hiden_menu:after {
  font-family: "FontAwesome";
  content: "\f105";
  font-size: 12px;
  position: absolute;
  right: 20px;
  top: 10px;
}

#nav-one > li.dropdown .column1 ul .dropdown:after {
  font-family: "FontAwesome";
  content: "\f105";
  font-size: 12px;
  position: absolute;
  right: 5px;
  top: 10px;
}

#nav-one > li.dropdown:hover:after,
#nav-one > li.hiden_menu:hover:after,
#nav-one > li.dropdown .column1 ul .dropdown:hover:after {
  color: #888888;
}

#nav-one > li.hiden_menu > a {
  font-size: 12px;
  font-weight: 600;
  color: #262626;
}

#nav-one > li.hiden_menu > .dropdown-menu {
  padding: 22px;
}

.hiden_menu {
  position: relative;
}

#nav-one li .megamenu ul.childs_1:first-child {
  padding: 20px 2px;
}

#nav-one li .megamenu ul.childs_1 {
  padding: 20px 2px 20px 20px;
}

#nav-one li ul {
  display: table-cell;
  float: none;
}

#nav-one ul {
  display: inline-block;
  float: none;
  margin: 0 auto;
  text-align: left;
}

#nav-one li .megamenu ul.list-unstyled li > a,
.hiden_menu a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  font-size: 13px;
  font-weight: 700;
  padding: 1px 8px;
}

#nav-one li .megamenu ul.list-unstyled li > a,
.hiden_menu a {
  width: 100%;
}

#nav-one > li ul > li > a {
  min-width: 188px;
}

#nav-one li .megamenu ul.list-unstyled li > a,
.hiden_menu a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  padding: 0;
  text-transform: uppercase;
}

#nav-one li .megamenu ul.list-unstyled li > a,
.hiden_menu a {
  width: 100%;
  color: #888888;
  border: none;
}

#nav-one > li ul > li > a {
  min-width: 188px;
}

#nav-one li ul > li > a,
.responsive-menu .main-navigation li a {
  color: #262626;
  display: block;
  font-size: 14px;
  padding: 4px 8px;
  white-space: nowrap;
}

#nav-one li .megamenu ul.list-unstyled li .dropdown-menu {
  background: #fff none repeat scroll 0 0;
  margin: 0;
  padding: 6px 0 0;
  position: relative;
  width: 220px;
  border: none;
}

#nav-one li ul {
  display: table-cell;
  float: none;
  width: 210px;
}

#nav-one
li
.megamenu
ul.list-unstyled
li
.dropdown-menu
ul.list-unstyled
li
> a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #333;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  position: relative;
  text-transform: capitalize;
}

#nav-one li .megamenu ul.list-unstyled.childs_2 a {
  min-width: 145px;
}

#nav-one li .megamenu.column1 ul.childs_1 {
  border: medium none;
  padding: 22px 0;
}

#nav-one li .megamenu.column1 ul.list-unstyled li > a,
.hiden_menu > a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  font-size: 13px;
  font-weight: normal;
  line-height: 25px;
  color: #888888;
  text-transform: none;
  padding: 0;
  letter-spacing: 1px;
  border: none;
  margin-bottom: 0;
}

#nav-one li .megamenu.column1 ul.list-unstyled > li.dropdown .dropdown-menu {
  display: none;
  left: 188px;
  padding: 10px;
  position: absolute;
  top: 0;
}

#nav-one
li
.megamenu.column1
ul.list-unstyled
> li.dropdown:hover
> .dropdown-menu {
  display: block;
  padding: 15px 30px;
  border: 1px solid #e5e5e5;
}

#nav-one
li
.megamenu.column1
ul.list-unstyled
> li.dropdown:hover
> .dropdown-menu
ul {
  min-width: 190px;
}

#nav-one li .megamenu.column1 ul.list-unstyled li:hover > a,
#nav-one
li
.megamenu
ul.list-unstyled
li
.dropdown-menu
ul.list-unstyled
li:hover
> a,
.hiden_menu :hover > a {
  color: #000000;
}

.column_left_cms .box.last .list-group {
  border-bottom: medium none;
  margin-bottom: 0;
  padding: 4px 0 0;
}

.column_left_cms .box.last {
  margin-bottom: 0;
}

#column-left {
  width: 24.37%;
}

#column-right {
  width: 24.37%;
}

.layout-2.left-col #column-left {
  width: 25.13%;
}

.layout-2.right-col #column-right {
  width: 25.13%;
}

.layout-2 #content {
  width: 74.87%;
}

.layout-2.left-col #content {
  width: 74.87%;
  padding-top: 0;
}

.layout-2.right-col #content {
  width: 74.87%;
}

.layout-2 .content-bottom #content {
  width: 100%;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}

.layout-3 #column-left {
  width: 24.37%;
}

.layout-3 #column-right {
  width: 24.37%;
}

.layout-3 #content {
  width: 52%;
  padding-top: 5px;
}

#content {
  min-height: 600px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.common-home #content {
  padding: 0;
  clear: both;
}

#column-left .swiper-pagination,
#column-right .swiper-pagination {
  display: none;
}

footer {
  margin-top: 30px;
  padding-top: 0px;
  background: #f0f5f9;
  color: #7e7e7e;
  position: relative;
  width: 94%;
}

.common-home footer {
  margin-top: 0;
}

.footertop-cms.container,
header .container {
  top: auto;
  padding-top: 0;
}

footer a {
  color: #808080;
}

#footer .column li a {
  line-height: 26px;
}

#footer .column li a:hover,
#footer .column li a:focus {
  color: #000000;
  background-position: 0 -23px;
}

footer a:hover,
footer a:focus {
  color: #000000;
}

.cz_newsletterdiv {
  display: inline-block;
  width: 100%;
  padding: 30px 24% 0 0px;
  margin-top: 0px;
  text-align: left;
}

.cz_newsletterdiv .newsletter {
  display: block;
}

.newsletter .newsright {
  width: 100%;
}

.newsletter {
  text-align: left;
  padding: 0px;
  overflow: hidden;
  clear: both;
}

.newsletter .newsletter-message {
  font-size: 13px;
  letter-spacing: 0.4px;
  line-height: 30px;
}

.newsletter h5.news-title {
  font-size: 26px;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0;
  margin: 0 0 15px;
}

.newsletter .newsright {
  width: 78%;
  display: inline-block;
  position: relative;
  margin-top: 50px;
}

.block-social {
  float: left;
}

.block-social ul {
  list-style-type: none;
  padding-top: 25px;
  margin-bottom: 0;
  padding-left: 0px;
}

.block-social li {
  text-align: center;
  display: inline-block;
  cursor: pointer;
  margin-right: 3px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 50%;
  border: 2px solid #4d4d4d;
}

.block-social li a {
  display: block;
  height: 100%;
}

.block-social li a:before {
  font-size: 16px;
  font-family: "FontAwesome";
  display: inline-block;
  font-weight: normal;
  height: 40px;
  width: 40px;
  padding-top: 6px;
  color: #4d4d4d;
}

.block-social li a span {
  display: none;
}

footer h5,
.payement_logo.title {
  font: 500 16px/26px "Poppins", sans-serif;
  text-transform: capitalize;
  color: #000000;
  margin: 0 0 25px 0;
  cursor: pointer;
  letter-spacing: 0.2px;
}

#footer {
  top: auto;
  margin-top: 0px;
  border-bottom: 1px solid #d3d7db;
}

#footer #contact.col-sm-3.column .fa {
  clear: left;
  color: #fec107;
  float: left;
  font-size: 16px;
  margin-right: 10px;
  margin-top: 6px;
}

#footer #contact.col-sm-3.column .fa.fa-envelope {
  font-size: 12px;
  margin-top: 8px;
}

#footer #contact.col-sm-3.column {
  font-size: 14px;
}

#footer #contact.col-sm-3.column li a {
  background: none;
  padding: 0;
}

.address_content {
  overflow: hidden;
  padding-left: 45px;
  padding-right: 135px;
  background: rgba(0, 0, 0, 0) url("../image/codezeel/footer-icon.png") no-repeat scroll -8px 4px;
  margin-bottom: 35px;
}

#contact .phone {
  background: url(../image/codezeel/footer-icon.png) no-repeat scroll -6px -66px transparent;
  padding-left: 45px;
  margin-bottom: 35px;
  padding-top: 7px;
}

#contact .email {
  background: url(../image/codezeel/footer-icon.png) no-repeat scroll -6px -132px transparent;
  padding-left: 45px;
}

#footer .column {
  width: 23%;
  letter-spacing: 0.5px;
  padding-left: 50px;
  text-align: left;
}

#footer .footertop.column {
  width: 32%;
}

#footer .column.footerleft {
  width: 25%;
  text-align: left;
  padding: 0 15px 0;
  border: none;
}

#footer .footerlogo {
  margin-bottom: 10px;
  min-height: 60px;
}

#footer .footerdesc {
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 400;
  color: #7e7e7e;
  display: block;
  padding-right: 90px;
}

.social-block {
  position: absolute;
  width: 6%;
  right: -6%;
  top: 0;
  bottom: 0;
}

#footer .social-block ul {
  margin-bottom: 0px;
  height: 220px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
}

#footer .social-block ul li {
  text-align: center;
  border-radius: 50%;
  display: block;
  cursor: pointer;
  margin-right: 0px;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.social-block ul li a:before {
  font-size: 16px;
  font-family: "FontAwesome";
  display: inline-block;
  font-weight: 400;
  height: 35px;
  width: 35px;
  padding-top: 3px;
  color: #888888;
}

.social-block ul li:hover a:before {
  color: #000000;
}

.facebook a:before {
  content: "\F09A";
}

.twitter a:before {
  content: "\F099";
}

.youtube a:before {
  content: "\F16A";
}

.googleplus a:before {
  content: "\F0D5";
}

.pinterest a:before {
  content: "\F231";
}

.instagram a:before {
  content: "\F16D";
}

.social-block li a span {
  display: none;
}

#footer #contact.column h5 {
  display: none;
}

#footer .column:nth-child(1):after {
  height: 100%;
}

#footer .column:nth-child(2):after {
  height: 90%;
}

#footer .column:nth-child(3):after {
  height: 90%;
}

#footer .column:nth-child(4):after {
  height: 105%;
}

#footer .column.footerright {
  margin-bottom: 0px;
  padding: 0px;
  width: 29%;
  position: unset;
  padding-left: 40px;
}

#czfootercmsblock span {
  display: inline-block;
}

#czfootercmsblock ul {
  list-style-type: none;
  padding: 0;
}

#czfootercmsblock .fa {
  color: #888888;
  font-size: 18px;
  height: 25px;
  margin-top: 5px;
  width: 25px;
  float: left;
}

#contact ul,
#aboutcms ul {
  list-style: none;
  padding: 0;
}

#aboutcms h5 {
  display: none;
}

.footer-logo {
  margin-bottom: 5px;
}

.newsletter label {
  display: none;
}

.newsletter .input-news {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}

.newsletter #txtemail {
  border: 1px solid #f7f7f7;
  background: #f7f7f7;
  min-width: 255px;
  padding: 10px 50px 10px 30px;
  height: 47px;
  width: 100%;
  color: #000000;
  width: 100%;
  font-size: 13px;
  letter-spacing: 0.3px;
  border-radius: 25px;
}

.newsletter #txtemail:focus {
  background: #ffffff;
  border-color: #ededed;
}

.input-news .text-danger {
  padding: 10px 15px;
  text-align: left;
  background: #f2dede;
  border-radius: 25px;
  margin-top: 10px;
}

.subscribe-btn {
  width: auto;
  float: right;
}

.newsletter .form-group {
  margin: 0;
  float: left;
  width: 100%;
  position: relative;
}

g .newsletter #txtemail {
  width: 90%;
  padding: 10px 50px 10px 24px;
  height: 43px;
  border-radius: 25px 0px 0px 25px;
  border-color: #4d4d4d;
  background: #4d4d4d;
}

.newsletter .form-control::-moz-placeholder {
  color: #bbbbbb;
}

.subscribe-btn .btn.btn-lg {
  background: url(../image/codezeel/newsletter-btn.png) no-repeat scroll center 17px;
  border: 0;
  position: absolute;
  right: 15px;
  top: 0px;
  height: 45px;
  width: 40px;
  padding: 0;
  -webkit-transition: none;
  transition: none;
}

.subscribe-btn .btn.btn-lg:hover {
  color: #000;
  background-position: center -17px;
}

#contact ul li,
.newsletter ul li {
  line-height: 22px;
}

#contact li.call-num {
  margin-top: 15px;
}

.categoryblock {
  padding-left: 11px;
  padding-right: 11px;
  float: left;
  width: 33.333%;
  margin-bottom: 22px;
}

.category-cms {
  width: 100%;
  float: left;
  padding-bottom: 15px;
  padding-top: 0px;
  margin-bottom: 2px;
}

.category-container {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.category-row {
  margin-left: -11px;
  margin-right: -11px;
}

#aboutcms li.content {
  line-height: 25px;
}

.cate-heading {
  text-transform: uppercase;
  font-size: 16px;
  color: #1e1f22;
  font-weight: 700;
  float: left;
  margin-bottom: 15px;
}

.category {
  padding: 0px 20px;
  border: 1px solid #e5e5e5;
  overflow: auto;
  display: block;
  background-color: #fff;
  min-height: 162px;
  overflow: hidden;
  position: relative;
}

.category .image {
  float: right;
}

.category .image img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  max-width: none;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
  -moz-transition: all 400ms ease 0s;
  -ms-transition: all 400ms ease 0s;
  -o-transition: all 400ms ease 0s;
}

.category:hover .image img {
  overflow: hidden;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
  -moz-transition: all 400ms ease 0s;
  -ms-transition: all 400ms ease 0s;
  -o-transition: all 400ms ease 0s;
}

.cat-desc {
  float: left;
  padding-top: 24px;
}

#payement_logo_block_left {
  float: right;
}

.bottomfooter {
  clear: both;
  color: #ffffff;
  padding-top: 46px;
  padding-bottom: 45px;
}

.bottomfooter .row {
  margin: 0;
}

.bottomfooter a {
  color: #808080;
  text-decoration: underline;
}

.bottomfooter a:hover {
  color: #000000;
  text-decoration: none;
}

.bottomfooter .list-unstyled {
  float: right;
  padding: 10px 0px;
}

.bottomfooter .list-unstyled li {
  display: inline-block;
  padding: 0 18px;
}

.bottomfooter .list-unstyled li a {
  color: #808080;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.bottomfooter .list-unstyled li a:hover {
  color: #000000;
}

.bottomfooter .list-unstyled li:last-child {
  border: medium none;
  padding-right: 0;
}

#payement_logo_block_left img {
  margin: 0 10px 0 0;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  vertical-align: text-top;
  height: 17px;
}

#payement_logo_block_left img:hover {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}

.bottomfooter .container {
  padding-top: 28px;
  padding-bottom: 28px;
  border-top: 1px solid rgba(246, 246, 246, 0.15);
}

#footerlogo {
  float: left;
  position: relative;
  margin-right: 50px;
}

#footerlogo:after {
  content: "";
  border-right: 1px solid #d3d7db;
  position: absolute;
  height: 59px;
  right: -31px;
  top: -7px;
}

p.powered {
  text-align: center;
  float: left;
  margin: 0;
  color: #808080;
  font-size: 13px;
  padding: 10px 0;
  letter-spacing: 0.5px;
}

.footerbottom-cms {
  float: right;
}

.footer-cms-block #payment_logo_block {
  padding-bottom: 40px;
  border-bottom: 1px solid #d3d7db;
}

.footer-cms-block .payment_logo_block img {
  margin: 0 10px 0px 0;
}

.footer-cms-block .footercms-inner {
  padding-top: 30px;
}

.footer-cms-block .footercms-inner img {
  max-width: 100%;
  margin: 0px 20px 10px 0;
}

.alert {
  padding: 8px 14px 8px 14px;
}

.common-home .wrap-breadcrumb {
  display: none;
}

.wrap-breadcrumb {
  margin: 0;
  width: 100%;
  padding: 0;
  overflow: hidden;
  position: relative;
  background: #f0f5f9;
  margin-bottom: 30px;
}

.wrap-breadcrumb .breadcrumb {
  display: block;
  float: left;
  padding: 20px 0px 19px;
  text-align: center;
  width: 100%;
  margin: 0;
}

.breadcrumb {
  padding: 0;
  list-style: none;
  float: right;
  display: none;
  color: #262626;
}

.breadcrumb {
  padding: 0;
}

.breadcrumb i {
  font-size: 15px;
}

.breadcrumb > li {
  position: relative;
  white-space: nowrap;
}

.breadcrumb > li + li:before {
  content: "/";
  padding: 0;
}

.breadcrumb > li:last-child a,
.breadcrumb > li a:hover,
.breadcrumb > li a.active {
  color: #000000;
  font-size: 13px;
}

.breadcrumb > li a {
  color: #262626;
}

.breadcrumb > li a:hover {
  text-decoration: underline;
  color: #888888;
}

.pagination {
  margin: 0;
}

.buttons {
  margin: 1em 0;
  display: inline-block;
  width: 100%;
}

.btn {
  padding: 6px 15px;
  font-size: 14px;
  border: 1px solid #e5e5e5;
}

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

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

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

.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover,
.dropdown-menu.myaccount-menu {
  text-transform: capitalize;
}

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

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

.btn-group > .btn-lg {
  font-size: 15px;
}

.btn-default {
  color: #fff;
  background: #000;
  border: 1px solid #000;
}

.btn-primary {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #fff;
  background-color: #000000;
  border: 1px solid #000000;
}

.btn-warning {
  color: #ffffff;
  background-color: #faa732;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fbb450), to(#f89406));
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
}

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

.btn-danger {
  color: #ffffff;
  background: #d9534f;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

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

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
  color: #ffffff;
  background-color: #df5c39;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e06342), to(#dc512c));
  background-image: linear-gradient(to bottom, #e06342, #dc512c);
  background-repeat: repeat-x;
  border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}

.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #23a1d1;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.btn-inverse {
  color: #ffffff;
  background: #363636;
  border: none;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #222222;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#262626), to(#111111));
  background-image: linear-gradient(to bottom, #262626, #111111);
}

.box .filterbox {
  border: medium none;
}

.list-group a {
  padding: 4px 0px;
  text-transform: capitalize;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
  color: #888888;
}

.list-group-item.group-name {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  padding: 0 18px;
  text-transform: capitalize;
}

.filterbox .list-group-item {
  padding: 0px;
}

.filterbox .panel-footer {
  padding: 0;
  text-align: right;
  border: medium none;
  background: #ffffff;
}

.filterbox .panel-footer button#button-filter {
  background: none;
  border: 0;
  color: #888888;
  font-size: 14px;
  padding: 0;
  text-decoration: underline;
}

.filterbox .panel-footer button#button-filter:hover {
  color: #000000;
  text-decoration: none;
}

.carousel-caption {
  color: #ffffff;
}

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

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

.product-thumb {
  margin-bottom: 20px;
  overflow: auto;
  background-color: #fff;
}

.product-thumb .image {
  text-align: center;
  position: relative;
  overflow: hidden;
}

.product-thumb .image a {
  display: block;
}

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

.product-carousel .slider-item {
  margin-bottom: 15px;
}

.product-layout.product-grid,
.product-layout.product-list {
  padding: 0px;
}

@media (min-width: 1200px) {
  .product-layout.product-grid {
    width: 25%;
  }
}

#content .product-grid .product-block {
  margin-top: 10px;
}

.product-list .product-block {
  margin-bottom: 25px;
}

.row.cat_prod {
  margin: 0 -15px;
}

.alert-success .fa.fa-check-circle {
  margin-right: 5px;
}

@media (min-width: 767px) {
  .product-list .product-thumb .image {
    float: left;
  }
}

.tooltip .tooltip-inner {
  background-color: #262626;
  color: #fff;
  font-size: 11px;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #262626 !important;
}

.product-thumb h4 {
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 8px;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  line-height: 18px;
  white-space: nowrap;
}

.product-list .product-thumb h4 {
  margin-bottom: 15px;
  display: block;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
  text-transform: capitalize;
}

.product-thumb h4 a {
  color: #808080;
  text-transform: capitalize;
  font-size: 12px;
  line-height: 1.1;
  letter-spacing: 1.2px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

.product-layout.product-list .product-thumb h4 a {
  font-size: 13px;
}

.product-thumb:hover h4 a {
  color: #000000;
}

header #cart li a:hover {
  color: #888888;
}

.product-thumb .caption {
  padding: 6px 12px 14px;
  text-align: left;
}

.account-wishlist table .text-center img {
  border: 1px solid #e5e5e5;
}

.product-thumb .rating {
  padding-bottom: 0;
  line-height: normal;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .product-list .product-thumb .caption {
    min-height: 0;
    margin-left: 0;
  }
  .product-thumb .rating {
    margin-bottom: 4px;
  }
}

.product-thumb .percentsaving {
  color: #ffffff;
  float: right;
  font-weight: 500;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0.8px;
  text-transform: capitalize;
  position: absolute;
  top: 15px;
  background: #888888;
  right: 15px;
  opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  padding: 4px 8px;
}

#column-left .product-thumb .percentsaving,
#column-right .product-thumb .percentsaving {
  display: none;
}

.product-list .product-thumb .percentsaving.list-save {
  right: 5px;
  top: 0px;
  display: block;
  position: absolute;
}

.product-list .product-thumb .percentsaving.grid-save,
.product-grid .product-thumb .percentsaving.list-save {
  display: none;
}

.rating .fa-stack,
#review .fa-stack {
  font-size: 8px;
  width: 12px;
}

.rating .fa-star,
#review .fa-star,
.rating-wrapper .fa-star {
  color: #ffb700;
  font-size: 13px;
}

.rating .fa-star + .fa-star-o,
#review .fa-star + .fa-star-o,
.rating-wrapper .fa-star + .fa-star-o {
  color: #ffb700;
}

.rating .fa-star.off,
.rating-wrapper .fa-star.off,
#review table .fa-star.off {
  color: #b5b5b5;
}

h2.price {
  margin: 0;
}

.product-thumb .price {
  color: #000;
  display: block;
  margin-bottom: 15px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.6px;
  line-height: 27px;
}

.product-thumb .price-new {
  position: relative;
}

.product-thumb .price-old {
  color: #878787;
  text-decoration: line-through;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.product-thumb .price-tax {
  color: #999;
  display: none;
  font-size: 12px;
  width: 100%;
}

.product-list .product-thumb .price-tax {
  display: block;
  clear: both;
  line-height: 18px;
}

#content h3.product-option {
  font-size: 16px;
}

.product-thumb .button-group {
  position: absolute;
  top: -60%;
  left: 10px;
  width: 35px;
  z-index: 9;
  height: 40px;
  opacity: 0;
  margin-top: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}

.product-grid .product-thumb .product-details .button-group,
.productbox-grid .product-thumb .product-details .button-group,
.product-carousel .product-thumb .product-details .button-group,
.category_tab .product-details .button-group {
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  background: #ffffff;
}

.product-block:hover .button-group {
  top: 10px;
  opacity: 1;
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
}

.product-grid .product-thumb .product-details .caption,
.productbox-grid .product-thumb .product-details .caption,
.product-carousel .product-thumb .product-details .caption,
.category_tab .product-details .caption {
  padding: 15px 0px 0px;
  border-top: 0;
}

.product-grid .product-thumb .product-details .button-group {
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
}

.product-list .product-thumb:hover button.addtocart {
  background: #888888;
}

.product-list .product-thumb .button-group button.addtocart {
  display: none;
}

.product-list .product-thumb button.addtocart {
  margin-top: 10px;
  background: #000000;
  padding: 11px 27px 11px;
  line-height: 22px;
  border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

@media (max-width: 768px) {
  .product-list .product-thumb .button-group {
    border-left: none;
  }
}

.product-thumb .button-group button {
  width: 35px;
  height: 35px;
  border: none;
  background-color: #000000;
  color: #ffffff;
  padding: 7px 11px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: none;
  transition: none;
  vertical-align: top;
  margin-bottom: 5px;
  border-radius: 50%;
}

.fa-exchange:before {
  content: "\f0b2";
}

.product-list .product-thumb .caption {
  border: none;
  padding: 5px 0px 10px 25px;
  text-align: left;
}

.product-list .product-block .rating,
.product-grid .product-block .rating.list-rate {
  margin: 15px 0;
  display: none;
}

.product-list .product-block .rating.list-rate {
  margin: 0 0 8px;
  display: inline-block;
  width: 100%;
}

.product-list .product-block .desc {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.5px;
}

#cart .text-right .addtocart {
  background: #888888;
}

#cart .text-right .addtocart,
#cart .text-right .checkout {
  width: auto;
  border: none;
  display: inline-block;
  color: #fff;
  padding: 9px 20px;
  font-weight: normal;
  text-align: center;
  font-size: 13px;
}

#cart .dropdown-menu .img-thumbnail {
  width: auto;
  max-width: none;
  border: 0;
}

#cart .text-right .addtocart strong,
#cart .text-right .checkout strong {
  color: #fff;
  font-weight: 500;
  font-size: 13px;
}

#cart .text-right .addtocart {
  margin: 0 5px 0 0;
}

.product-thumb button.addtocart:hover {
  color: #fff;
}

.productbox-grid .product-block button.addtocart span:hover,
.product-carousel .product-block button.addtocart span:hover,
.product-grid .product-block button.addtocart span:hover {
  background-color: #000;
}

.product-thumb button.addtocart {
  background: none;
  color: #fff;
  font-size: 13px;
  text-align: left;
  font-weight: 500;
  letter-spacing: 0.5px;
  vertical-align: top;
  border: none;
  text-transform: capitalize;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.productbox-grid .product-block button.addtocart span,
.product-carousel .product-block button.addtocart span,
.product-grid .product-block button.addtocart span {
  padding: 9px 5px;
  color: #888888;
}

.productbox-grid .product-block button.addtocart span:hover,
.product-carousel .product-block button.addtocart span:hover,
.product-grid .product-block button.addtocart span:hover {
  color: #000000;
  background: none;
  text-decoration: none;
}

.productbox-grid .product-block .image .button-group button.addtocart span,
.product-carousel .product-block .image .button-group button.addtocart span,
.product-grid .product-block .image .button-group button.addtocart span {
  display: none;
}

.product-block:hover button.addtocart {
  opacity: 1;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.product-thumb .button-group button.wishlist {
  position: relative;
}

.product-thumb .button-group button.wishlist:hover,
.product-thumb .button-group button.wishlist:focus {
  background-color: #888888;
  border-color: #888888;
}

.product-thumb .button-group button.compare {
  position: relative;
  padding: 5px 12px 6px;
}

.product-thumb .button-group button.compare:hover,
.product-thumb .button-group button.compare:focus {
  background-color: #888888;
  border-color: #888888;
}

#cart .text-right .addtocart:hover,
.product-thumb .button-group button:focus,
#cart .text-right .addtocart:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  background-color: #000000;
}

.product-thumb .button-group button:hover,
.product-thumb .button-group button:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  background-color: #000000;
  -webkit-transition: none;
  transition: none;
}

.productbox-grid .product-block .button-group button.addtocart,
.product-carousel .product-block .button-group button.addtocart,
.product-grid .product-block .button-group button.addtocart {
  border: none;
  background: #000000;
  color: #ffffff;
  padding: 9px 10px;
  font-size: 0;
  height: 35px;
  width: 35px;
  display: inline-block;
  -webkit-transition: none;
  transition: none;
}

.productbox-grid .product-block button.addtocart:hover,
.product-carousel .product-block button.addtocart:hover,
.product-grid .product-block button.addtocart:hover,
.productbox-grid .product-block button.addtocart:focus,
.product-carousel .product-block button.addtocart:focus,
.product-grid .product-block button.addtocart:focus {
  border-color: #888888;
  background-color: #888888;
}

.productbox-grid .product-block button.addtocart,
.product-carousel .product-block button.addtocart,
.product-grid .product-block button.addtocart {
  display: none;
}

@media (max-width: 767px) {
  .product-thumb .button-group button,
  .product-thumb .button-group button + button {
    position: static !important;
  }
  .product-thumb .button-group button {
    position: static;
  }
}

.thumbnail {
  border: 1px solid ededed !important;
}

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

.thumbnails > img {
  width: 100%;
}

.image-additional a {
  margin-bottom: 20px;
  padding: 0px;
  display: block;
}

.thumbnails .image-additional {
  float: left;
}

.product-info .image {
  display: block;
  margin-bottom: 15px;
  text-align: center;
}

#product-product .thumbnail {
  border: 0;
}

#content.productpage h3.product-price {
  font-weight: 600;
  font-size: 24px;
}

#content.productpage h3 {
  margin-top: 0;
  font-size: 18px;
  margin-bottom: 0px;
  font-weight: 500;
}

.product-info .zoomContainer {
  z-index: 9;
}

.product-info .additional-carousel {
  position: relative;
}

.product-info .additional-carousel .customNavigation {
  top: 34%;
}

.product-info .image-additional {
  clear: both;
  overflow: hidden;
  width: 450px;
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.product-info .image-additional img {
  max-width: 100%;
  border: 1px solid transparent;
}

.product-info .image-additional a {
  display: block;
}

.product-info .image-additional img:hover {
  border-color: #888888;
}

.product-right .btn-group .wishlist .fa,
.product-right .btn-group .compare .fa {
  margin-right: 5px;
}

#input-captcha,
#input-payment-captcha {
  margin-bottom: 10px;
}

.productpage .form-group.qty .wishlist,
.productpage .form-group.qty .compare,
.quickview .form-group.qty .wishlist,
.quickview .form-group.qty .compare {
  width: 44px;
  font-size: 0;
  height: 44px;
  padding: 14px;
  border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.productpage .form-group.qty .compare,
.quickview .form-group.qty .compare {
  padding: 13px;
}

.quickview .form-group.qty .compare {
  padding: 14px;
}

.productpage .form-group.qty .wishlist,
.quickview .form-group.qty .wishlist {
  background: #888888;
  border-color: #888888;
}

.productpage .form-group.qty .wishlist:hover,
.quickview .form-group.qty .wishlist:hover {
  background-color: #000000;
  border-color: #000000;
}

.productpage .form-group.qty .compare,
.quickview .form-group.qty .compare {
  background: #888888;
  border-color: #888888;
}

.productpage .form-group.qty .compare:hover,
.quickview .form-group.qty .compare:hover {
  background-color: #000000;
  border-color: #000000;
}

.productpage #input-quantity,
.quickview #input-quantity {
  float: left;
  margin-right: 10px;
  width: auto;
  height: 44px;
  text-align: center;
  margin-left: 5px;
}

.quickview .form-group.qty .btn-lg,
.productpage .form-group.qty .btn-lg {
  padding: 10px 30px;
  background: #000000;
  border-color: #000000;
  font-size: 14px;
  border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.quickview .form-group.qty .btn-lg:hover,
.productpage .form-group.qty .btn-lg:hover {
  background: #888888;
  border-color: #888888;
}

.form-group.qty .control-label {
  float: left;
  margin: 6px 10px 0 0;
  font-size: 14px;
}

#column-left .box .box-heading,
#column-right .box .box-heading {
  color: #000;
  text-transform: capitalize;
  font: 600 16px/24px "Poppins", sans-serif;
  letter-spacing: 0.6px;
  margin: 0;
  text-align: left;
  width: 100%;
  display: block;
}

#column-left .box .box-heading:after,
#column-right .box .box-heading:after {
  display: none;
}

.box .box-content {
  border-radius: 0px;
}

.box-heading {
  border: medium none;
  width: auto;
  padding: 0 0 15px;
  margin: 0 0 30px;
  color: #000000;
  letter-spacing: 0.5px;
  position: relative;
  text-align: center;
  font: 600 28px/28px "Poppins", sans-serif;
  text-transform: capitalize;
}

.box-heading:after {
  border-bottom: 3px solid #888888;
  content: "";
  display: block;
  margin-left: 0;
  text-align: center;
  margin: 15px auto 0px;
  width: 60px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.box-heading:hover:after {
  width: 100px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.hometab.box .box-heading {
  display: none;
}

.category_tab h3 {
  font-weight: 700 !important;
  margin: 0 0 10px !important;
}

.box .box-content {
  background: none;
  border-radius: 0px;
  border: none;
  padding: 0;
  margin: 0 -15px;
}

.box .box-content ul,
#content .content ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.box .box-content ul li,
#content .content ul li {
  line-height: 22px;
  padding: 4px 0;
}

.box .box-content ul li a + a,
.box .box-content ul li a + a:hover {
  background: none;
  padding-left: 0;
}

.box .box-content ul ul {
  margin-left: 15px;
}

.box.hometab .box-content,
.box.latest .box-content,
.box.bestseller .box-content,
.box.featured .box-content,
.box.special .box-content {
  position: relative;
}

.box-product {
  list-style-type: none;
  position: relative;
  width: 100%;
  padding: 0px;
  margin: 0px;
  list-style: none;
  overflow: hidden;
}

.box-product .product-items {
  margin-bottom: 14px;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.product-grid li,
.box-product .product-items,
.product-carousel .slider-item {
  width: 295px;
  display: inline-block;
}

.ie7 .product-grid li {
  width: 192px !important;
}

.image-additional .slider-item {
  display: inline-block;
}

.image-additional .slider-item .product-block {
  margin: 4px 6px;
  background: transparent;
  border-radius: 0px;
  clear: both;
  overflow: hidden;
  text-align: center;
}

.image-additional .slider-item .product-block:hover {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}

.product-block-inner {
  position: relative;
}

.grid_default_width {
  width: 230px;
}

.featured_default_width {
  width: 230px;
}

.module_default_width {
  width: 230px;
}

.latest_default_width {
  width: 230px;
}

.special_default_width {
  width: 230px;
}

.related_default_width {
  width: 230px;
}

.bestseller_default_width {
  width: 230px;
}

.tabspecial_default_width {
  width: 230px;
}

.tabbestseller_default_width {
  width: 230px;
}

.tablatest_default_width {
  width: 230px;
}

.additional_default_width {
  width: 110px;
}

.testimonial_default_width {
  width: 100%;
}

.ourcategory_default_width {
  width: 253px;
}

#content .banners-slider-carousel .product-carousel .product-block-inner,
#content .banners-slider-carousel .product-grid .product-block-inner {
  text-align: center;
}

.product-block {
  margin: 10px 15px 20px;
  background: #fff;
  clear: both;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.product-block:hover {
  overflow: hidden;
  clear: both;
}

.ie7 #content .product-carousel .product-block,
.ie7 .product-block {
  border: 1px solid #ddd;
}

.ie7 #content .product-carousel .product-block:hover,
.ie7 .product-block:hover {
  border: 1px solid #ddd;
}

.product-grid .product-thumb .desc,
.productbox-grid .product-thumb .price-tax,
.product-carousel .product-thumb .price-tax {
  display: none;
}

.product-list .product-details {
  overflow: hidden;
}

.product-block-inner {
  text-align: left;
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 0;
}

.product-list .product-block .image {
  -webkit-transition: none;
  transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}

.product-list .product-block .image {
  width: 25%;
}

.product-list .product-details {
  width: 75%;
}

.banners-slider-carousel {
  padding: 40px 0 40px 0;
  position: relative;
  width: 100%;
  clear: both;
  text-align: center;
  margin-bottom: 0;
}

.banners-slider-carousel .box-heading {
  display: none;
}

.banners-slider-carousel .carousel-block {
  margin: 0 auto;
}

.sale {
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  right: 15px;
  padding: 4px 8px;
  position: absolute;
  letter-spacing: 0.8px;
  background: #000000;
  line-height: 14px;
  text-align: center;
  text-transform: capitalize;
  top: 15px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.product-thumb:hover .sale {
  opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
}

.product-thumb .sale {
  opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
}

.product-thumb .percentsaving {
  opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
}

.product-thumb:hover .percentsaving {
  opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
}

#column-left .box-product,
#column-right .box-product {
  width: 100%;
  overflow: hidden;
}

#column-left .box-product > div,
#column-right .box-product > div {
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 7px 0;
  width: 100%;
}

#column-left .box .box-content div.product-items:last-child > div,
#column-right .box .box-content div.product-items:last-child > div,
#column-left .box .box-content div.slider-item:last-child > div,
#column-right .box .box-content div.slider-item:last-child > div {
  border: 0 none;
}

#column-left .box-product .image,
#column-right .box-product .image {
  display: block;
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
}

#column-left .product-items .product-details,
#column-right .product-items .product-details {
  width: auto;
  overflow: hidden;
}

@media (max-width: 1199px) and (min-width: 992px) {
  #column-left .product-items .product-details,
  #column-right .product-items .product-details {
    float: left;
  }
}

#column-left .product-thumb .caption,
#column-right .product-thumb .caption {
  padding: 0;
  border: none;
  text-align: left;
}

#column-left .product-block:hover .caption a:hover,
#column-right .product-block:hover .caption a:hover {
  color: #000000;
}

#column-left .caption a:hover,
#column-right .caption a:hover {
  color: #000000;
}

#column-left .caption a,
#column-right .caption a {
  word-wrap: break-word;
  font-size: 13px;
  line-height: 24px;
  color: #888;
  text-transform: capitalize;
  letter-spacing: 0.8px;
}

#column-left .box-product .product-thumb h4,
#column-right .box-product .product-thumb h4 {
  margin: 0 0 5px;
  color: #888888;
}

#column-left .box-product .name,
#column-right .box-product .name {
  display: block;
}

#column-left .box-product .cart,
#column-right .box-product .cart {
  display: block;
}

#column-left .box-product .cart .button,
#column-right .box-product .cart .button {
  padding: 0;
  background: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  height: auto;
  font-weight: normal;
  border-radius: 0;
  color: #555;
  display: block;
  text-align: left;
}

#column-left .box-product .cart .button:hover,
#column-right .box-product .cart .button:hover {
  text-decoration: underline;
}

#column-left .box-product .image img,
#column-right .box-product .image img {
  width: 85px;
}

#column-left .box-product .rating,
#column-right .box-product .rating,
#column-left .box-product .name,
#column-right .box-product .name,
#column-left .box-product .price,
#column-right .box-product .price,
#column-left .box-product .cart,
#column-right .box-product .cart {
  float: left;
  font-size: 16px;
  clear: both;
  display: block;
  line-height: inherit;
  margin-bottom: 0;
}

#column-left .box-product .price,
#column-right .box-product .price {
  margin-bottom: 3px;
}

#column-left .box-product .price .price-old,
#column-right .box-product .price .price-old {
  font-size: 14px;
  line-height: 26px;
}

#column-left .box .box-content,
#column-right .box .box-content,
#column-left .box .list-group,
#column-right .box .list-group,
#column-left .box .filterbox,
#column-right .box .filterbox {
  margin: 0px;
  background: #ffffff;
  padding: 0px;
}

#column-left .box label,
#column-right .box label {
  color: #555555;
}

#column-left .box .filterbox label:hover,
#column-right .box .filterbox label:hover {
  color: #888888;
}

#column-left .box-product .rating,
#column-right .box-product .rating {
  display: none;
  margin-bottom: 0px;
  opacity: 1;
}

#column-left .product-thumb,
#column-right .product-thumb {
  border: none;
  margin: 0px 0px;
  padding: 0;
  background: #ffffff;
}

#column-left .product-thumb:hover,
#column-right .product-thumb:hover {
  background: #fff;
}

#column-left .sale,
#column-left .price-tax,
#column-left .wishlist,
#column-left .compare,
#column-right .sale,
#column-right .price-tax,
#column-right .wishlist,
#column-right .compare {
  display: none !important;
}

#column-left .product-thumb .button-group button,
#column-right .product-thumb .button-group button {
  background: none repeat scroll 0 0 transparent;
  padding: 0;
  width: auto;
  line-height: 28px;
  color: #262626;
  text-transform: capitalize;
  left: 0;
  height: auto;
  position: static;
  text-align: left;
}

#column-left .product-thumb .button-group button span,
#column-right .product-thumb .button-group button span {
  display: block !important;
}

#column-left .product-thumb .button-group button:hover,
#column-right .product-thumb .button-group button:hover {
  color: #888888;
}

#column-left .product-thumb .button-group button .fa,
#column-right .product-thumb .button-group button .fa {
  display: none;
}

#column-left .product-thumb .button-group,
#column-right .product-thumb .button-group {
  background: none;
  border: none;
  position: static;
  display: block;
  float: left;
  opacity: 1;
  padding: 0;
}

#column-left .product-thumb .image .button-group,
#column-right .product-thumb .image .button-group {
  display: none;
}

#column-left .container,
#column-right .container {
  width: auto;
  padding: 0;
}

#column-left .box,
#column-right .box {
  margin-bottom: 30px;
  position: relative;
  padding: 30px;
  border: 2px solid #ededed;
}

#column-left .box .product-thumb button.addtocart,
#column-right .box .product-thumb button.addtocart {
  padding: 0px;
  border: 0;
  text-align: left;
  font-weight: 400;
  text-transform: capitalize;
  background: none;
  position: static;
  opacity: 1;
  width: 100%;
  display: block;
}

#column-left .box .product-thumb:hover button.addtocart span,
#column-right .box .product-thumb:hover button.addtocart span {
  color: #888888;
}

#column-left .box .product-thumb button.addtocart span,
#column-right .box .product-thumb button.addtocart span {
  background: none;
  padding: 0px;
  color: #888888;
  text-transform: capitalize;
}

#column-left .box .product-thumb button.addtocart span:hover,
#column-right .box .product-thumb button.addtocart span:hover {
  background: transparent;
  color: #000000;
}

.top_button {
  background: #000000;
  font-size: 0;
  bottom: 20px;
  cursor: pointer;
  height: 45px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 45px;
  z-index: 99;
  border-radius: 50%;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}

.top_button:hover {
  background: #888888;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}

.top_button:before {
  font-family: "FontAwesome";
  content: "\f176";
  color: #fff;
  font-size: 20px;
  left: 18px;
  position: absolute;
  top: 10px;
}

#content ul.list-unstyled {
  margin-bottom: 10px;
  overflow: auto;
}

#content ul.list-unstyled li {
  line-height: 26px;
  padding: 4px 0;
}

.manufacturer-list {
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
  padding: 5px;
}

.manufacturer-heading {
  background: none repeat scroll 0 0 #f8f8f8;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 6px;
  padding: 5px 8px;
}

.manufacturer-content {
  padding: 8px;
}

.manufacturer-list ul {
  float: left;
  list-style: outside none none;
  margin: 0 0 10px;
  padding: 0;
  width: 25%;
}

.category_filter .sort .form-control {
  cursor: pointer;
}

.productpage .box {
  margin-top: 20px;
  position: relative;
}

.box.related .customNavigation {
  opacity: 0;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
}

.box.related:hover .customNavigation {
  opacity: 1;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
}

.tab-content {
  overflow: hidden;
}

.col-sm-4.total_amount {
  margin-top: 70px;
}

.product-tag {
  margin: 5px 0;
}

.aboutus {
  clear: both;
  margin-bottom: 40px;
}

.aboutus h3 {
  margin-bottom: 10px;
  color: #000;
  font-weight: 600;
}

.image1 {
  background: url("../image/codezeel/cms-sprite.png") no-repeat scroll 0px 0px;
  float: left;
  height: 50px;
  width: 60px;
}

.image2 {
  background: url("../image/codezeel/cms-sprite.png") no-repeat scroll 0px -114px;
  float: left;
  height: 50px;
  width: 60px;
}

.image3 {
  background: url("../image/codezeel/cms-sprite.png") no-repeat scroll 0px -53px;
  float: left;
  height: 50px;
  width: 60px;
}

.image4 {
  background: url("../image/codezeel/cms-sprite.png") no-repeat scroll 0px -172px;
  float: left;
  height: 50px;
  width: 60px;
}

.aboutus h2 {
  clear: both;
  font-size: 20px;
}

.about-content {
  overflow: hidden;
}

.information-information .right {
  float: right;
}

.category_filter #grid-view,
.category_filter #list-view {
  border-radius: 0;
  border: none;
  padding: 6px 12px;
  margin-left: 0;
}

.category_filter #grid-view {
  background: url(../image/codezeel/category-sprite.png) no-repeat scroll 0px -148px transparent;
  width: 24px;
  height: 24px;
}

.category_filter #list-view {
  background: url(../image/codezeel/category-sprite.png) no-repeat scroll 0 -48px transparent;
  width: 24px;
  height: 24px;
  margin-left: 8px;
}

.category_filter #list-view.active,
.category_filter #list-view:hover {
  background-position: 0px 2px;
}

.category_filter #grid-view:hover,
.category_filter #grid-view.active {
  background-position: 0px -98px;
}

.category_filter #grid-view .fa,
.category_filter #list-view .fa {
  display: none;
}

#list-view {
  margin-left: 8px;
}

.category_filter #grid-view:hover .fa,
.category_filter #list-view:hover .fa {
  color: #fff;
}

.category_filter .btn-list-grid {
  float: left;
  width: auto;
  padding: 8px 0 0 0;
}

.compare-total {
  float: left;
  margin: 9px 20px 0;
}

.pagination-right {
  float: right;
  margin: 0;
  width: auto;
}

.category_filter .sort-by {
  float: left;
  margin: 8px 10px 0 0;
  width: auto;
  padding: 0;
}

.category_filter .show {
  float: left;
  margin: 8px 10px 0;
  padding: 0;
  width: auto;
}

.category_filter .sort {
  float: left;
  width: 150px;
  padding: 0;
}

.category_filter .limit {
  float: right;
  width: 100px;
  padding: 0;
}

.sort-by-wrapper,
.show-wrapper {
  float: left;
}

.category_thumb .category_img,
.category_thumb .category_description {
  float: left;
  width: 100%;
}

.category_img img {
  margin-bottom: 25px;
  border: none;
}

.category_list ul {
  padding: 0;
  display: inline-block;
  margin: 0;
}

#content .refine-search {
  margin-bottom: 15px;
  margin-top: 15px;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 600;
}

.refine-search ul {
  padding: 0;
}

.refine-search ul li {
  list-style: none;
}

.category_list li a {
  color: #888888;
  display: block;
  padding: 5px 15px;
  border: 2px solid #ededed;
  background-color: #fff;
  font-size: 13px;
}

.category_list li a:hover {
  color: #444444;
  border-color: #888888;
}

.category_list li {
  float: left;
  list-style: outside none none;
  margin: 0 10px 5px 0;
}

.pagination-wrapper {
  display: inline-block;
  margin: 10px 0 10px;
  padding: 15px 0 10px 0;
  width: 100%;
  background: none;
  border-top: 1px solid #e5e5e5;
}

.category_filter {
  border: none;
  display: inline-block;
  margin: 10px 0 10px;
  padding: 0 0 10px;
  width: 100%;
  background: none;
}

.pagination-wrapper .page-link {
  float: right;
  padding: 0;
  width: auto;
}

.pagination-wrapper .page-result {
  float: left;
  padding: 0;
  width: auto;
  margin: 5px 0 5px;
}

.contact-info .left {
  float: left;
  width: 50%;
}

.contact-info .right {
  float: right;
  width: 50%;
}

.row.contact-info {
  padding: 0 15px;
}

.information-contact .panel-body {
  padding: 30px;
  overflow: auto;
}

.contact-info .address-detail strong {
  background: url("../image/codezeel/cms-sprite.png") no-repeat scroll -6px -235px transparent;
  padding: 0px 0 0 40px;
  height: 28px;
  margin: 10px 0 0;
  float: left;
  clear: both;
  font-weight: 500;
}

.contact-info .address-detail,
.contact-info .telephone,
.contact-info .fax,
.contact-info .openingtime,
.contact-info .comments {
  float: left;
  width: 100%;
}

.contact-info .telephone strong {
  background: url("../image/codezeel/cms-sprite.png") no-repeat scroll -5px -314px transparent;
  padding: 0px 0 0 40px;
  margin: 10px 0 0;
  height: 28px;
  float: left;
  clear: both;
  font-weight: 500;
}

.contact-info .fax strong {
  background: url("../image/codezeel/cms-sprite.png") no-repeat scroll -5px -272px transparent;
  padding: 0px 0 0 40px;
  height: 28px;
  margin: 10px 0 0;
  float: left;
  clear: both;
  font-weight: 500;
}

.contact-info .openingtime strong {
  background: url("../image/codezeel/cms-sprite.png") no-repeat scroll -5px -355px transparent;
  padding: 0px 0 0 40px;
  height: 28px;
  margin: 10px 0 0;
  float: left;
  clear: both;
  font-weight: 500;
}

.contact-info .comments strong {
  background: url("../image/codezeel/cms-sprite.png") no-repeat scroll -5px -399px transparent;
  padding: 0px 0 0 40px;
  height: 28px;
  margin: 10px 0 0;
  float: left;
  clear: both;
  font-weight: 500;
}

.contact-info address {
  display: inline-block;
  margin: 0 0 0 40px;
  clear: both;
}

.address-detail .btn {
  clear: both;
  float: left;
  margin: 15px 0 0 37px;
}

#spinner {
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100%;
  z-index: 9;
  background: url(../image/codezeel/loading.gif) no-repeat center center #ffffff;
  width: 100%;
  z-index: 999;
}

.content-top {
  position: relative;
  float: left;
  width: 100%;
}

.main-slider {
  position: relative;
  width: 97.5%;
  overflow: hidden;
  float: right;
}

.main-slider .swiper-pager div {
  margin: -25px 0 0;
  text-decoration: none;
  display: block;
  margin: 30px 0 0;
  position: absolute;
  z-index: 10;
  top: 50%;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
  font-size: 0px;
  height: 52px;
  border: 2px solid #000;
  width: 52px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.main-slider .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: none;
}

.main-slider .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: none;
}

.main-slider .swiper-pager div:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 22px;
  display: inline-block;
  color: #ffffff;
  font-weight: 300;
  height: 44px;
  width: 44px;
  line-height: 44px;
  padding: 0px;
  text-align: center;
  background-color: #000;
  border-radius: 50%;
  margin: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.main-slider .swiper-pager div:hover:before {
  background-color: #888888;
  color: #ffffff;
}

.main-slider .swiper-pager div:hover {
  border-color: #888888;
}

.main-slider .swiper-pager .swiper-button-prev:before {
  content: "\f104";
}

.main-slider .swiper-pager .swiper-button-next:before {
  content: "\f105";
}

.main-slider .swiper-pager .swiper-button-prev {
  color: inherit;
  text-decoration: none;
}

.main-slider:hover .swiper-pager .swiper-button-next {
  opacity: 1;
  filter: alpha(opacity=1);
  right: 10%;
}

.main-slider:hover .swiper-pager .swiper-button-prev {
  opacity: 1;
  filter: alpha(opacity=1);
  left: 10%;
}

.information-sitemap .sitge-map ul {
  padding: 0 0 0 20px;
}

.forget-password {
  margin: 5px 0 0;
}

.product-compare .btn-primary {
  margin: 5px 0 5px;
}

.productpage .write-review,
.productpage .review-count {
  margin: 0 10px;
}

.productpage .rating-wrapper,
.quickview .rating-wrapper {
  margin: 5px 0 5px;
}

.quickview .review-count,
.quickview .write-review {
  display: none;
}

#content.productpage ul.list-unstyled {
  border-bottom: medium none;
}

.panel-default > .panel-heading:hover {
  border-color: #888;
}

.panel-default > .panel-heading:hover .panel-title {
  background-color: #ffffff;
}

#accordion h4.panel-title a.accordion-toggle {
  display: block;
}

.checkout-cart #accordion .panel-title > a,
.checkout-checkout #accordion .panel-title {
  color: #444;
  font-weight: 600;
  padding: 10px;
}

#accordion .panel-title > a {
  color: inherit;
}

#accordion .panel-heading .fa.fa-caret-down {
  float: right;
  margin-top: 4px;
}

#accordion .col-sm-10 {
  width: 75%;
}

#accordion .form-horizontal .control-label {
  text-align: left;
}

#accordion .panel-default .panel-body h2 {
  font-size: 18px;
  font-weight: 600;
}

.checkout-cart #content .buttons .pull-right .btn {
  background-color: #000;
  border-color: #000;
}

.checkout-cart #content .buttons .pull-right .btn:hover {
  background-color: #888888;
  border-color: #888888;
}

.checkout-cart .hasCustomSelect {
  width: 95% !important;
}

#content ul.list-unstyled.attr span {
  font-weight: 600;
  color: #262626;
  font-size: 13px;
}

#content ul.list-unstyled.attr {
  padding-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
  padding-top: 0px;
  margin-bottom: 20px;
}

#content ul.list-unstyled.attr li {
  clear: both;
}

.productpage .product-right {
  padding-left: 25px;
}

.productpage .product-right ul.price,
.productpage .product-right ul.price {
  padding-bottom: 10px;
}

#content ul.list-unstyled.price li {
  float: left;
  padding: 2px 0;
  font-size: 11px;
}

.productpage .product-right ul li span.old-price,
.productpage .product-right ul li span.special-price {
  float: left;
  margin-bottom: 10px;
}

.productpage .product-right ul li.discount,
.productpage .product-right ul li.rewardpoint,
.productpage .product-right ul li.price-tax {
  clear: both;
}

span.old-price {
  margin-right: 10px;
  font-size: 18px;
  color: #a0a0a0;
  font-weight: 600;
}

#content h3.special-price {
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 700;
  margin-bottom: 10px;
}

div#product {
  padding-top: 5px;
}

div#product .form-group .hasCustomSelect {
  width: 90% !important;
}

.page-title {
  padding: 0px;
}

.page-title,
.refine-search,
.product-title,
.product-option {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 0.2px;
}

.copy-right {
  border-top: 1px solid #e5e5e5;
  padding: 10px 0;
  text-align: center;
}

.account-address .table > tbody > tr > td {
  vertical-align: middle;
}

.account-address .btn-info {
  margin: 2px 0;
}

.affiliate-account .btn-primary .list-group-item,
.affiliate-account .btn-primary .list-group-item:hover {
  padding: 0;
  background: none;
  color: #fff;
}

.shopping-cart .img-thumbnail {
  max-width: none;
}

.shopping-cart .input-group .form-control {
  width: auto;
  height: 40px;
  text-align: center;
}

.shopping-cart .input-group-btn {
  float: left;
}

#accordion label.col-sm-2.control-label {
  margin: 7px 0 0;
  padding: 0 15px 0 0;
}

#accordion #collapse-shipping label.col-sm-2.control-label {
  padding: 0 15px;
}

.checkout-checkout #accordion label.col-sm-2.control-label {
  padding-left: 15px;
}

.checkout-cart .input-group-btn:last-child > .btn,
.checkout-cart .input-group-btn:last-child > .btn-group {
  margin-left: 5px;
  font-size: 12px;
  border-radius: 0;
}

.col-sm-3.search_subcategory {
  width: auto;
  margin-top: 7px;
}

#button-search {
  float: right;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

.banners-slider-carousel img {
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  -moz-transition: all 500ms ease 0s;
  -ms-transition: all 500ms ease 0s;
  -o-transition: all 500ms ease 0s;
  opacity: 0.4;
  -moz-opacity: 0.4;
  -webkit-opacity: 0.4;
  -khtml-opacity: 0.4;
}

.banners-slider-carousel img:hover {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  animation-timing-function: linear;
  animation-name: "swing";
  -webkit-animation-timing-function: linear;
  -webkit-animation-name: "swing";
  -moz-animation-duration: 0.8s;
  -moz-animation-timing-function: linear;
  -moz-animation-name: "swing";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

@-webkit-keyframes slideDashXopp {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes slideDashXopp {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@-webkit-keyframes slideDash {
  from {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes slideDash {
  from {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@-webkit-keyframes slideDashY {
  from {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes slideDashY {
  from {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@-webkit-keyframes slideDashYopp {
  from {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  to {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@keyframes slideDashYopp {
  from {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  to {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.box .box-content ul,
#content .content ul {
  padding: 4px 0px 0;
  margin: 0px;
  list-style: none;
}

.box .box-content ul li {
  line-height: 22px;
  padding: 0px;
  position: relative;
}

.box .box-content ul li .hitarea {
  position: absolute;
  right: 5px;
  top: 6px;
}

.box .box-content ul li:last-child a {
  border: medium none;
}

.box .box-content ul li ul li a {
  border: none;
  font-size: 13px;
}

.box .box-content .box-category {
  padding: 0px;
}

#content .content ul li {
  line-height: 22px;
  padding: 5px;
}

.box .box-content ul li ul li + li {
  border-top: medium none;
}

.box .box-content ul li a,
#content .content ul li a {
  padding: 4px 0;
  color: #444444;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  font-weight: 400;
  display: inline-block;
  width: 100%;
  line-height: 24px;
}

.box .box-content ul li a + a,
.box .box-content ul li a + a:hover {
  background: none;
  padding-left: 0;
}

.box .box-content ul li a:hover,
#content .content ul li a:hover {
  color: #888888;
}

.box .box-content ul ul {
  z-index: 99;
  width: auto;
}

.single-banner {
  margin-top: 0px;
  margin-bottom: 30px;
  border: 0;
  text-align: center;
}

#column-left #banner0 a:before,
#column-right #banner0 a:before {
  background: #f0f5f9 none repeat scroll 0 0;
  bottom: 20px;
  content: "";
  left: 20px;
  opacity: 1;
  position: absolute;
  right: 20px;
  top: 20px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(0);
          transform: scale(0);
}

#column-left #banner0 a:hover:before,
#column-right #banner0 a:hover:before {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

#content .single-banner {
  margin: 15px 0 50px;
}

#content #banner2 a {
  position: relative;
  display: block;
}

#content #banner2 a:before {
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 125px rgba(0, 0, 0, 0.56) inset;
  box-shadow: 0 0 125px rgba(0, 0, 0, 0.56) inset;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  z-index: 9;
}

#content #banner2:hover a:before {
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
}

.box .box-content ul ul li ul {
  padding: 0;
}

.box .box-content ul ul li:hover ul {
  display: block;
}

.product-block-inner a img {
  vertical-align: middle;
  width: 100%;
}

.box-category-heading {
  background-color: #000;
  color: #fff;
  padding: 20px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  width: 270px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  letter-spacing: 0.5px;
  cursor: pointer;
}

.box-category-heading .fa {
  float: right;
  font-size: 20px;
  font-weight: 600;
}

.shipping-cms {
  display: inline-block;
  background: url(../image/codezeel/plane.png) no-repeat scroll left center transparent;
  height: 26px;
  padding-left: 75px;
}

.shipping-text .text1 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  color: #64c1dd;
}

.shipping-text .text2 {
  font-weight: 300;
  text-transform: uppercase;
}

.contact-text .text1 {
  color: #1e1f22;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
}

.contact-text .text2 {
  color: #f2ab33;
  text-transform: uppercase;
  display: none;
}

.content_footer_top {
  background: #262626;
}

.site-map ul li {
  line-height: 30px;
}

.content_footer_top .container {
  padding-top: 0;
}

.content_footer_bottom {
  text-align: center;
}

.footer-blocks {
  display: inline-block;
  width: 100%;
  padding: 60px 0 53px;
  letter-spacing: 0.5px;
  position: unset;
  margin-left: 8%;
}

#footer .footer-blocks li {
  margin-bottom: 5px;
  color: #808080;
  font-size: 13px;
  letter-spacing: 0.6px;
  font-weight: 400;
  background: none;
}

#footer .footer-blocks #czfootercmsblock li {
  display: inline-block;
  width: 100%;
}

#footer .footer-blocks .block-social li {
  display: inline-block;
  width: auto;
}

.block-social li:hover {
  border-color: #fff;
}

.block-social li:hover a:before {
  color: #fff;
}

.footer-blocks .footertop .footerdiv {
  padding-right: 60px;
}

.footer-blocks .footertop #footerlogo .footerlogo {
  margin-bottom: 15px;
}

.footer-blocks .footertop #footerlogo .footerlogo img {
  max-width: 100%;
}

.footer-blocks .footertop #footerlogo .footerdesc {
  margin-bottom: 20px;
  color: #666;
}

.footer-blocks .footertop .social-block ul {
  padding: 0px;
}

.footer-blocks .footertop #footerlogo ul {
  display: block;
}

.footer-blocks .footertop .social-block ul li {
  display: inline-block;
  text-align: center;
  margin: 0 4px 0 0;
}

#footer .footer-blocks .footertop .social-block ul li a {
  color: #fff;
  display: inline-block;
  font-size: 17px;
  line-height: 26px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  padding-left: 0px;
  padding-right: 0;
  background-color: #b2b2b2;
}

.footer-blocks .footertop .social-block ul li a span {
  display: none;
  background-color: #000;
}

#footer .footer-blocks .footertop .social-block ul li a:hover {
  background-color: #000000;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.footer-blocks .footertop .social-block ul li a:before {
  font-size: 17px;
  font-family: "FontAwesome";
  display: inline-block;
  font-weight: normal;
  height: 35px;
  width: 35px;
  padding-top: 5px;
}

.footer-blocks .footertop .social-block ul li.facebook a:before {
  content: "\f09a";
}

.footer-blocks .footertop .social-block ul li.twitter a:before {
  content: "\f099";
}

.footer-blocks .footertop .social-block ul li.rss a:before {
  content: "\f09e";
}

.footer-blocks .footertop .social-block ul li.google-plus a:before {
  content: "\f0d5";
}

.tab-head,
.box-head {
  text-align: center;
}

.hometab,
.categorytab {
  margin-bottom: 0px;
  background-color: #fff;
  padding: 50px 0 20px;
}

#czparallaxcmsblock {
  padding: 40px 0 20px;
  position: relative;
  clear: both;
  overflow: hidden;
}

.htabs {
  margin-top: 0px;
}

.categorytab .tabs {
  line-height: normal;
  padding: 0;
  border-bottom: medium none;
  min-height: 405px;
}

#tabs_info {
  margin-top: 20px;
  margin-bottom: 0px;
}

#tabs_info .nav-tabs,
.etabs {
  display: inline-block;
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
  width: 100%;
}

#tabs_info {
  text-align: center;
}

#tabs_info .tab-content {
  padding: 30px;
  text-align: left;
  margin-bottom: 30px;
  border: 1px solid #e5e5e5;
}

#tabs_info .tab-content .tab-pane {
  padding: 0px;
  border: 0px;
}

#tabs_info .tab-content p {
  color: gray;
}

#tabs_info .tab-content b,
strong {
  font-weight: 500;
  color: #262626;
}

.htabs .etabs li,
.categorytab .nav-tabs li,
#tabs_info .nav-tabs li {
  display: inline-block;
  position: relative;
  padding: 0;
  float: none;
}

.categorytab .nav-tabs {
  border: none;
  float: right;
  margin-right: 55px;
  margin-top: -37px;
  padding: 0;
}

#tabs_info .nav-tabs li:last-child,
.htabs .etabs li:last-child,
.categorytab .nav-tabs li:last-child {
  background: none;
}

#tabs_info .nav-tabs a,
.nav-tabs a,
.htabs a,
.categorytab .nav-tabs a {
  color: #000000;
  display: block;
  text-transform: capitalize;
  float: left;
  font: 500 13px/22px "Poppins", sans-serif;
  margin: 0px;
  padding: 10px 30px;
  text-align: center;
  position: static;
  background: none;
  border: 0;
  letter-spacing: 0.7px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

#tabs_info .nav-tabs li.active a {
  color: #ffffff;
  background: #000000;
}

#tabs_info .nav-tabs li.active a:hover {
  color: #ffffff;
}

.htabs a:focus,
.categorytab .nav-tabs a:focus {
  background: #000000;
  color: #ffffff;
}

.htabs a:hover,
.categorytab .nav-tabs a:hover,
#tabs_info .nav-tabs li a:hover {
  color: #888888;
}

.hometab .etabs li a.selected,
.hometab .etabs li a.active,
.hometab .etabs li:hover a {
  background: #000000;
  color: #ffffff;
}

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

.tab-content {
  position: relative;
  padding: 0px;
  z-index: 2;
  overflow: visible;
}

#tab-latest #tablatest-grid .product-items,
#tab-special #tabspecial-grid .product-items,
#tab-bestseller #tabbestseller-grid .product-items {
  display: none;
}

.cz-status {
  bottom: 0;
  display: none;
  color: #000;
  font-size: 18px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}

.viewmore {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 25px 0;
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
}

.hometab .viewmore .btn-default {
  padding: 9px 35px;
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  background: #888888;
  border-color: #888888;
}

.hometab .viewmore .btn-default:hover {
  background-color: #000000;
  border-color: #000000;
}

#content .box-product .blog-items {
  display: inline-block;
}

.blog-left {
  position: relative;
}

.blog-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0px;
}

.blog-left .blog-image img {
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
}

.blog-right {
  width: 100%;
  padding: 20px 0;
  text-align: left;
  float: left;
}

.blog-right .blog-desc,
.blog-right .view-blog {
  color: gray;
  font-size: 12px;
  letter-spacing: 0.8px;
  line-height: 25px;
  font-weight: 300;
  padding-right: 15%;
}

.blog-right h4 {
  margin-top: 0px;
  font-size: 15px;
  text-align: left;
  font-weight: 600;
  margin-bottom: 8px;
}

.blog-right h4 a {
  font-weight: 500;
  text-transform: capitalize;
  font-size: 14px;
  letter-spacing: 0.4px;
  margin-bottom: 5px;
  line-height: 25px;
  color: #000000;
}

.view-blog {
  float: left;
  width: 100%;
  text-align: left;
  padding: 5px 0 0px 0;
}

.box.blogs .box-content .read-more a {
  font-style: italic;
  color: #888888;
}

.box.blogs .box-content .read-more a:hover {
  color: #000000;
}

.read-more {
  float: left;
  text-transform: capitalize;
}

.read-more a {
  font-weight: 400;
  text-transform: capitalize;
  color: #ffffff;
  font-size: 14px;
  display: inherit;
  letter-spacing: 0.5px;
}

.read-more a:hover {
  text-decoration: none;
}

.read-more .fa {
  display: none;
}

.write-comment {
  float: right;
}

.date-time {
  float: none;
  text-align: center;
  color: #fff;
  text-transform: capitalize;
  position: absolute;
  padding: 12px 15px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.3px;
  background: #888888;
}

.date-comment .fa {
  padding-right: 5px;
}

.blog_default_width {
  width: 390px;
}

.blog-desc {
  line-height: 22px;
  letter-spacing: 0.5px;
  color: #888;
  font-weight: 300;
}

.blog-img {
  padding: 0px;
}

.blog-right-content .blog-desc {
  margin: 0 0 15px;
}

.comment-wrapper {
  display: inline-block;
  position: relative;
  margin: 0;
  color: #262626;
}

.comment-wrapper .write-comment a::before {
  color: #262626;
  content: "\f0e5";
  float: left;
  font-family: "FontAwesome";
  font-size: 14px;
  margin-right: 7px;
}

.blog-img .img-thumbnail {
  border: none;
}

.blogs {
  padding: 40px 0 40px;
  margin: 0px;
  clear: both;
}

.blogs .customNavigation a {
  opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
}

.blogs:hover .customNavigation a {
  opacity: 1;
}

.box.featured .customNavigation a {
  opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  top: -10px;
}

.box.featured:hover .customNavigation a {
  opacity: 1;
}

.blogs .product-items {
  width: 390px;
}

#blog-carousel,
#content #blog-grid {
  padding: 0px;
  border: none;
  overflow: visible;
}

.box.blogs .box-content {
  padding: 0;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 0px;
  position: relative;
}

#blog-carousel .blog-item {
  float: left;
}

#blog-grid .product-block {
  margin: 0 0 50px 0;
}

#blog-carousel .product-block,
#blog-grid .product-block {
  padding: 10px 15px;
  margin: 0;
  background: #ffffff;
}

#blog-carousel .product-block .product-block-inner,
#blog-grid .product-block .product-block-inner {
  clear: both;
  overflow: hidden;
  position: relative;
}

#blog-carousel .product-block:hover,
#blog-grid .product-block:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

#blog-carousel .owl-pagination {
  bottom: -5px;
  display: none;
}

#blog-carousel .product-block .write-comment,
#blog-grid .product-block .write-comment {
  float: left;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #fff;
}

#blog-carousel .product-block .blog-image img,
#blog-grid .product-block .blog-image img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
}

#blog-carousel .product-block:hover .blog-image img,
#blog-grid .product-block:hover .blog-image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
}

.information-blogger .single-blog h1 {
  font-weight: 500;
  text-transform: capitalize;
}

.single-blog .blog-img {
  position: relative;
  margin-bottom: 20px;
}

.single-blog .panel-default {
  border: medium none;
}

#add-comment .col-sm-10.buttons {
  padding: 0 8px;
}

.single-blog .blog-desc {
  padding-bottom: 10px;
}

.single-blog .block-title h3 {
  padding-top: 10px;
}

.single-blog .view-comment .panel-default {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-bottom: 2px solid #e5e5e5;
  padding: 15px;
}

.view-comment .col-sm-3 .name {
  font-weight: 500;
  color: #262626;
}

.view-comment .col-sm-3 .date {
  color: #888888;
}

.single-blog .view-comment .name,
.single-blog .view-comment .date,
.single-blog .view-comment .comment-text,
.single-blog .view-comment .col-sm-3 {
  width: 100%;
}

.user_icon {
  background-color: #fff;
  border-right: 1px solid #e5e5e5;
  float: left;
  margin: 0px 15px 0 0;
  padding: 10px 15px;
  text-align: center;
}

.comment_info {
  float: right;
  width: 83%;
}

.comment_info .comment-text {
  margin-top: 12px;
}

.view-comment {
  clear: both;
}

.all-blog .blog-left-content:hover .post-image-hover,
.blogs .product-block:hover .post-image-hover {
  background: rgba(0, 0, 0, 0.4);
  transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
  -webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s,
 -webkit-transform 0.35s ease 0s;
  -moz-transition: opacity 0.35s ease 0s, -moz-transform 0.35s ease 0s;
  -ms-transition: opacity 0.35s ease 0s, -ms-transform 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s, -o-transform 0.35s ease 0s;
}

.post-image-hover {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
  width: 100%;
}

.blog-image .post_hover {
  bottom: 0;
  height: 51px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  top: 0;
  width: 110px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.blogs .product-block:hover .post_hover {
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -kkhtml-opacity: 1;
}

.product-block .blog-left:hover .zoom,
.product-block .blog-left:hover .readmore_link,
.all-blog .blog-left-content:hover .zoom,
.all-blog .blog-left-content:hover .readmore_link {
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -kkhtml-opacity: 1;
}

.blog-left .icon.zoom .fa,
.blog-left .icon.readmore_link .fa {
  font-size: 14px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}

.blog-image .icon.readmore_link {
  margin-left: 5px;
}

.blog-left-content .blog-image .icon,
.blog-left .blog-image .icon {
  display: inline-block;
  float: none;
  height: 45px;
  width: 45px;
  line-height: 14px;
  border: 2px solid #ffffff;
  border-radius: 0;
  color: #ffffff;
  background: #000000;
  font-size: 14px;
  padding: 14px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
  border-radius: 50%;
}

.blog-left-content .blog-image .icon:hover,
.blog-left .blog-image .icon:hover {
  color: #ffffff;
  border-color: #888888;
  background: #888888;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline-offset: 0;
}

.all-blog .blog-left-content {
  float: left;
  width: 100%;
}

.all-blog .blog-left-content .blog-image {
  float: left;
  position: relative;
}

.blog-right-content {
  clear: both;
  float: left;
  width: 100%;
}

.blog-left-content .blog-title {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 10px 0 15px;
  padding: 0 0 10px;
  position: relative;
  text-transform: capitalize;
}

.blog-left-content .blog-title a {
  color: #000;
}

.blog-right-content .read-more a:hover::after {
  color: #fff;
}

.blog-right-content .read-more a:hover {
  color: #fff;
  background-color: #888888;
  border-color: #888888;
}

.blog-right-content .write-comment,
.blog-right-content .write-comment a {
  color: #262626;
}

.blog-right-content .write-comment a:hover,
.blog-right-content .write-comment a:hover:before {
  color: #000000;
}

.write-comment-count {
  float: left;
  margin-right: 15px;
}

.information-blogger-blogs .write-comment {
  float: left;
}

.information-blogger-blogs .blog-image img {
  display: none;
}

.all-blog .blog-right-content {
  padding: 20px 0px 15px;
}

.information-blogger-blogs .blog-image {
  margin-bottom: 0px;
  background-position: center center;
  height: 400px;
  overflow: hidden;
  width: 100%;
  background-repeat: no-repeat;
}

.information-blogger-blogs .panel-body {
  padding: 0 0 20px 0;
  position: relative;
  border-bottom: 1px solid #e0e0e0;
}

.information-blogger-blogs .panel-default {
  border: none;
  margin-bottom: 20px;
  padding-bottom: 20px;
  background-color: transparent;
}

.information-blogger-blogs .panel-default:last-child {
  margin-bottom: 0px;
}

.blog-left-content:hover .post-image-hover::before {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  -ms-opacity: 1;
}

.date-comment {
  width: 100%;
  padding: 15px 0 10px;
  float: left;
  z-index: 9;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.date-comment a {
  color: #fff;
}

.blog-date-comment {
  margin-bottom: 15px;
  float: left;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.blog-date {
  color: #262626;
  padding-bottom: 10px;
  float: left;
  width: 100%;
}

.blog-date-comment .blog-date {
  float: left;
  width: auto;
  padding-bottom: 0px;
}

.blog-date:before {
  color: #262626;
  content: "\f073";
  float: left;
  font-family: "FontAwesome";
  font-size: 14px;
  margin-right: 7px;
}

#content #blog-carousel .product-block .date-comment,
#content #blog-grid .product-block .date-comment {
  padding: 0;
  color: #000;
  line-height: initial;
  display: inline-block;
  width: auto;
  bottom: 56px;
  position: absolute;
  text-align: left;
  background: #f2f2f2;
  letter-spacing: 0.5px;
  font: 400 14px/16px "Roboto", sans-serif;
}

#content #blog-carousel .product-block:hover .blog-right h4 a,
#content #blog-grid .product-block:hover .blog-right h4 a {
  color: white;
}

.comment-wrapper .write-comment a:hover,
.comment-wrapper .write-comment a:focus,
.comment-wrapper .write-comment a:hover::before {
  color: #888888;
}

.information-blogger-blogs .read-more {
  float: right;
  margin: 10px 0 0;
}

.all-blog .blog-left-content:hover .post_hover {
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -kkhtml-opacity: 1;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}

#add-comment .col-sm-10 {
  width: 66.6667%;
}

#add-comment .col-sm-2 {
  width: 25%;
}

.blogs .buttons,
#blog-carousel .owl-pagination {
  display: none;
}

.bootstrap-datetimepicker-widget {
  border-radius: 0 !important;
}

.bootstrap-datetimepicker-widget td,
.bootstrap-datetimepicker-widget th {
  border-radius: 0 !important;
}

.bootstrap-datetimepicker-widget td.day:hover,
.bootstrap-datetimepicker-widget td.hour:hover,
.bootstrap-datetimepicker-widget td.minute:hover,
.bootstrap-datetimepicker-widget td.second:hover {
  background: #000 !important;
  color: #fff;
}

.bootstrap-datetimepicker-widget td.today:before {
  border-bottom: 7px solid #262626 !important;
}

.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover {
  background-color: #262626 !important;
  color: #161b1e !important;
}

.bootstrap-datetimepicker-widget td.active.today:before {
  border-bottom-color: #161b1e !important;
}

.bootstrap-datetimepicker-widget td span {
  border-radius: 0 !important;
  background-color: #f3f3f3 !important;
}

.bootstrap-datetimepicker-widget td span:hover {
  background: #888888 !important;
  color: #ffffff;
}

.bootstrap-datetimepicker-widget td span.active {
  background-color: #000000 !important;
  color: #ffffff !important;
}

.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
  background: #f3f3f3 !important;
}

.bootstrap-datetimepicker-widget td span.old:hover {
  color: #fff !important;
}

.picker-switch.accordion-toggle .btn {
  border: none;
  background-color: #262626;
  color: #fff;
}

.bootstrap-datetimepicker-widget td.day {
  position: relative;
}

.bootstrap-datetimepicker-widget td.day.active:before {
  border-bottom: 7px solid #fff !important;
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover {
  background-color: #262626 !important;
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget a[data-action] {
  border: none;
}

.product-block .image .hover-image,
#column-right .image .hover-image,
#column-left .image .hover-image {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.product-block:hover .image .hover-image,
#column-right .image .hover-image,
#column-left .image .hover-image {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.product-block .image:hover .hover-image,
#column-right .image:hover .hover-image,
#column-left .image:hover .hover-image {
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
}

#form-review .col-sm-2,
#form-review .col-sm-10 {
  width: 100%;
}

.container h1,
.container h2 {
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 15px;
  font: 700 24px/24px "Poppins", sans-serif;
  letter-spacing: 0.2px;
  margin: 7px 0;
}

#content h3 {
  color: #000;
  margin-bottom: 15px;
  font-weight: 600;
}

#form-review > h3 {
  font-size: 16px;
  font-weight: 600;
}

#content h3.product-title {
  font-size: 18px;
  font-weight: 400;
  padding: 0;
  color: #000;
  line-height: 32px;
}

#content h3.product-option {
  margin-bottom: 10px;
}

#content h3.product-option {
  text-transform: capitalize;
  font-size: 18px;
}

.breadcrumb + .row {
  clear: both;
}

#content table thead tr td {
  background: #f8f8f8 none repeat scroll 0 0;
  color: #262626;
  font-weight: 600;
}

.account-account #content ul.list-unstyled {
  margin-bottom: 25px;
}

#carousel-0.banners-slider-carousel .container {
  position: relative;
}

#carousel-0.banners-slider-carousel .customNavigation a {
  opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  top: -10px;
}

#carousel-0.banners-slider-carousel:hover .customNavigation a {
  opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
}

.productpage-quickview .product-left {
  width: 50%;
  float: left;
}

.productpage-quickview .product-right {
  width: 50%;
  float: left;
  clear: none !important;
}

.quickview .product-right ul li.discount,
.quickview .product-right ul li.rewardpoint,
.quickview .product-right ul li.price-tax {
  clear: both;
}

.quickview {
  background: #ffffff;
  padding: 15px 0;
  display: inline-block;
  width: 100%;
}

.quickview .container {
  width: 100%;
  background: #ffffff;
  padding: 0 10px;
}

.quickview .container .row {
  margin: 0;
}

.quickview .top_button {
  display: none;
}

.quickview #product2 {
  float: left;
  width: 100%;
}

.quickview #product2 h3 {
  width: 100%;
}

.productpage-quickview #product2 h3 {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 10px;
  padding: 0;
  text-transform: none;
  color: #262626;
}

.quickview-button {
  display: inline-block;
  vertical-align: top;
  margin: 0px 0 5px;
}

.quickview-button a.quickbox {
  display: inline-block;
  background: #000000;
  color: #ffffff;
  height: 35px;
  width: 35px;
  padding: 5px 9px;
  border: none;
  border-radius: 50%;
}

.quickview-button a.quickbox:hover,
.quickview-button a.quickbox:focus {
  background-color: #888888;
  border-color: #888888;
}

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

.alert.alert-success.animated {
  width: 100%;
  height: 70px;
  text-align: center;
  vertical-align: middle;
  padding: 20px 20px;
  opacity: 0.95 !important;
  -webkit-opacity: 0.95 !important;
  -moz-opacity: 0.95 !important;
  -khtml-opacity: 0.95 !important;
  background-color: #303030 !important;
  border-color: #303030 !important;
  color: #fff !important;
}

.alert.alert-success.animated span {
  font-size: 16px !important;
}

.alert.alert-success.animated span a {
  color: #fff;
  text-decoration: underline;
}

.alert.alert-success.animated span .fa.fa-check-circle {
  color: #9bcf85;
}

.alert.alert-success.animated button.close {
  opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  color: #fff;
}

.account-login .well .form-group a,
.affiliate-login .well .form-group a {
  line-height: 30px;
}

.form-group.qty {
  clear: both;
  overflow: hidden;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}

#button-cart,
#button-cart2,
.productpage .form-group.qty .wishlist,
.productpage .form-group.qty .compare,
.quickview .form-group.qty .wishlist,
.quickview .form-group.qty .compare {
  float: left;
}

.productpage .form-group.qty .wishlist,
.quickview .form-group.qty .wishlist,
.productpage .form-group.qty .compare {
  margin: 0 5px;
}

.owl-carousel .slider-item .image-container {
  float: left;
}

#banner0 img,
#banner1 img,
#banner2 img {
  max-width: none;
}

@-webkit-keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}

@keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}

#czbannercmsblock {
  padding: 35px 0 50px;
  margin: 0;
  clear: both;
  overflow: hidden;
}

#czbannercmsblock .cmsbanners .cmsbanner {
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}

#czbannercmsblock .cmsbanners .cmsbanner img {
  max-width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#czbannercmsblock .cmsbanners .cmsbanner:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#czbannercmsblock .cmsbanners .cmsbanner .cmsbanner-text {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  letter-spacing: 0.8px;
  font-weight: 400;
  text-transform: capitalize;
}

#czbannercmsblock .cmsbanners .cmsbanner .cmsbanner-text .cmsmain-title {
  font-size: 50px;
  line-height: 52px;
  padding-bottom: 25px;
  text-transform: uppercase;
}

#czbannercmsblock .cmsbanners .cmsbanner .cmsbanner-text .cmssub-title {
  font-size: 70px;
  line-height: 85px;
  font-weight: 400;
  color: #fff;
}

#czbannercmsblock .cmsbanner-text .shopnow {
  padding-top: 40px;
}

#czbannercmsblock .cmsbanner-text a.shop-now {
  padding: 11px 25px;
  background-color: #000000;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
}

#czbannercmsblock .cmsbanner-text a.shop-now:hover {
  background-color: #000;
}

@media (max-width: 1439px) {
  #czbannercmsblock .cmsbanners .cmsbanner .cmsbanner-text {
    top: 25%;
  }
  #czbannercmsblock .cmsbanners .cmsbanner .cmsbanner-text .cmsmain-title {
    padding-bottom: 0;
  }
}

@media (max-width: 1199px) {
  #czbannercmsblock .cmsbanner-text .shopnow {
    padding-top: 15px;
  }
}

@media (max-width: 991px) {
  #czbannercmsblock {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #czbannercmsblock .cmsbanners .cmsbanner .cmsbanner-text .cmsmain-title {
    padding-bottom: 5px;
    font-size: 25px;
    line-height: 26px;
  }
}

@media (max-width: 575px) {
  #czbannercmsblock .cmsbanner-text a.shop-now {
    padding: 0;
    background: none;
    text-decoration: underline;
  }
  #czbannercmsblock .cmsbanner-text a.shop-now:hover {
    color: #000;
    text-decoration: none;
  }
}

@media (max-width: 480px) {
  #czbannercmsblock .cmsbanners .cmsbanner .cmsbanner-text {
    top: 20%;
  }
  #czbannercmsblock .cmsbanners .cmsbanner .cmsbanner-text .cmsmain-title {
    font-size: 18px;
    line-height: 20px;
  }
  #czbannercmsblock .cmsbanner-text .shopnow {
    padding-top: 0;
  }
}

#czservicecmsblock {
  clear: both;
  width: 100%;
  float: left;
}

#czservicecmsblock .service_container.container {
  padding: 70px 0;
  border-bottom: 1px solid #e5e5e5;
}

#czservicecmsblock .service_container .service-area {
  padding: 30px 0 30px;
  float: left;
  width: 100%;
  text-align: left;
}

#czservicecmsblock .service_container .service-area .service-third {
  float: left;
  width: 32%;
  padding: 0px 60px;
  position: relative;
}

#czservicecmsblock
.service_container
.service-area
.service-third:nth-child(2n) {
  width: 36%;
}

#czservicecmsblock .service_container .service-area .service-third:last-child {
  padding-right: 0;
}

#czservicecmsblock .service_container .service-area .service-third:first-child {
  padding-left: 0;
}

#czservicecmsblock
.service_container
.service-area
.service-third:hover
.service-content
.service-heading {
  color: #888888;
}

#czservicecmsblock
.service_container
.service-area
.service-third
.service-content
.service-heading {
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  letter-spacing: 0;
  margin-top: 30px;
  position: relative;
}

#czservicecmsblock
.service_container
.service-area
.service-third
.service-content
.service-heading:before {
  content: "";
  border-top: 2px solid #000;
  position: absolute;
  width: 50px;
  top: -30px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#czservicecmsblock
.service_container
.service-area
.service-third:hover
.service-content
.service-heading:before {
  width: 100px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-color: #888888;
}

#czservicecmsblock
.service_container
.service-area
.service-third
.service-content
.service-description {
  font-size: 13px;
  letter-spacing: 0.8px;
  font-weight: 400;
  line-height: 26px;
  color: #808080;
  margin-top: 15px;
}

@media (max-width: 1259px) {
  #czservicecmsblock
.service_container
.service-area
.service-third
.service-content
.service-heading {
    font-size: 13px;
  }
  #czservicecmsblock
.service_container
.service-area
.service-third
.service-content
.service-description {
    font-size: 11px;
  }
  #czservicecmsblock .service_container .service-area .service-third {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 991px) {
  #czservicecmsblock
.service_container
.service-area
.service-third
.service-icon {
    float: none;
    text-align: center;
  }
  #czservicecmsblock .service_container .service-area {
    text-align: center;
    padding: 0;
  }
  #czservicecmsblock
.service_container
.service-area
.service-third
.service-content {
    margin-left: 0;
    text-align: center;
  }
  #czservicecmsblock .service_container.container {
    padding: 40px 0 40px;
  }
  #czservicecmsblock .service_container .service-area .service-third:after {
    border: 0;
  }
  #czservicecmsblock
.service_container
.service-area
.service-third
.service-content,
  #czservicecmsblock
.service_container
.service-area
.service-third.service1
.service-content {
    margin-top: 5px;
  }
  #czservicecmsblock
.service_container
.service-area
.service-third
.service-content
.service-heading:before {
    left: 0;
    right: 0;
    top: -15px;
    margin: 0 auto;
  }
}

@media (max-width: 700px) {
  #czservicecmsblock .service_container .service-area .service-third {
    width: 100%;
    padding: 0px 0px 15px;
  }
  #czservicecmsblock .service_container .service-area .service-third.service3 {
    padding-bottom: 0;
  }
  #czservicecmsblock
.service_container
.service-area
.service-third:nth-child(2n) {
    width: 100%;
  }
}

#czwelcomecmsblock {
  padding: 120px 0;
  clear: both;
}

#czwelcomecmsblock .welcome-text .welcome-title {
  font-size: 38px;
  letter-spacing: 0.1px;
  font-weight: 700;
  color: #000000;
  line-height: 64px;
  float: left;
  margin-right: 70px;
  position: relative;
  margin-top: -5px;
}

#czwelcomecmsblock .welcome-text .welcome-description {
  font-size: 13px;
  font-weight: 400;
  color: #808080;
  letter-spacing: 0.8px;
  line-height: 26px;
}

#czwelcomecmsblock .welcome-text .welcome-title:after {
  content: "";
  border-right: 1px solid #e5e5e5;
  right: -38px;
  position: absolute;
  height: 75px;
  top: -6px;
}

@media (max-width: 991px) {
  #czwelcomecmsblock {
    padding: 50px 0;
  }
  #czwelcomecmsblock .welcome-text .welcome-description {
    text-align: center;
    margin-top: 20px;
    padding: 0 15px;
  }
  #czwelcomecmsblock .welcome-text .welcome-title {
    font-size: 32px;
    line-height: 35px;
    float: none;
    margin: 0;
    text-align: center;
  }
  #czwelcomecmsblock .welcome-text .welcome-title:after {
    display: none;
  }
}

@media (max-width: 380px) {
  #czwelcomecmsblock .welcome-text .welcome-title {
    font-size: 26px;
  }
}

#czcategorylistblock {
  margin: 0px;
  clear: both;
  float: left;
  width: 100%;
  overflow: hidden;
}

#czcategorylistblock .categorylists-inner-block a.banner-anchor img {
  max-width: 100%;
}

#czcategorylistblock .category-lists .one-half.categorylists-part1 {
  width: 66.666%;
}

#czcategorylistblock .category-lists .one-half {
  display: inline-block;
  padding: 0 15px;
}

#czcategorylistblock .categorylists-inner-block {
  margin: 0 -15px;
}

#czcategorylistblock .category-lists .one-half.categorylists-part2 {
  width: 33.333%;
}

#czcategorylistblock .category-lists .one-half.categorylists-part1 .one-half {
  width: 50%;
  float: left;
  padding: 0 15px;
}

#czcategorylistblock
.category-lists
.one-half.categorylists-part1
.category-half {
  margin: 0 -15px;
}

#czcategorylistblock .category-lists .categorylists-inner .cate_image.cate5 {
  clear: both;
}

#czcategorylistblock .category-lists .cate-details .discover.more a {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  position: relative;
}

#czcategorylistblock .category-lists .cate-details .discover.more:hover a {
  color: #888888;
}

#czcategorylistblock .category-lists .cate-details .discover.more a:after {
  content: "";
  font-family: FontAwesome;
  font-size: 18px;
  position: absolute;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  background: url(../image/codezeel/cate-arrow.png) no-repeat scroll center 14px #ffffff;
  right: -50px;
  top: -8px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

#czcategorylistblock
.category-lists
.cate-details
.discover.more:hover
a:after {
  background-position: center -18px;
  background-color: #000;
}

#czcategorylistblock .categorylists-inner-block .cate_image a.banner-anchor {
  position: relative;
  display: inline-block;
}

#czcategorylistblock
.categorylists-inner-block
.cate_image
a.banner-anchor:before {
  content: "";
  padding-top: 15%;
  background: rgba(0, 0, 0, 0.09);
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  opacity: 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

#czcategorylistblock
.categorylists-inner-block
.cate_image:hover
a.banner-anchor:before {
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

#czcategorylistblock .category-lists .cate_image .cate-details .view.more {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  display: inline-block;
  text-align: center;
}

#czcategorylistblock
.category-lists
.categorylists-inner
.cate_image.cate5
.cate-details
.view.more {
  right: 110px;
  left: auto;
  bottom: 90px;
}

#czcategorylistblock .category-lists .cate_image .cate-details .discover.more {
  display: inline-block;
  bottom: 30px;
  position: absolute;
  left: 30px;
}

#czcategorylistblock .categorylists-inner-block .cate_image {
  position: relative;
}

#czcategorylistblock .categorylists-inner-block .cate_image {
  margin-bottom: 30px;
}

#czcategorylistblock .category-lists .cate-details .view.more a {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.6px;
  padding: 14px 34px;
  border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  background: #ffffff;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

#czcategorylistblock .category-lists .cate-details .view.more a:hover {
  background-color: #000000;
  color: #ffffff;
}

@media (max-width: 1199px) and (min-width: 768px) {
  #czcategorylistblock
.category-lists
.categorylists-inner
.cate_image.cate5
.cate-details
.view.more {
    right: 50px;
    left: auto;
    bottom: 40px;
  }
}

@media (max-width: 991px) {
  #czcategorylistblock .category-lists .one-half.categorylists-part1 .one-half,
  #czcategorylistblock .category-lists .one-half {
    padding: 0 10px;
  }
  #czcategorylistblock
.category-lists
.one-half.categorylists-part1
.category-half,
  #czcategorylistblock .categorylists-inner-block {
    margin: 0 -10px;
  }
  #czcategorylistblock .categorylists-inner-block .cate_image {
    margin-bottom: 20px;
  }
  #czcategorylistblock .category-lists .cate-details .view.more a {
    padding: 10px 20px;
  }
  #czcategorylistblock .category-lists .cate_image .cate-details .view.more,
  #czcategorylistblock
.category-lists
.cate_image
.cate-details
.discover.more {
    bottom: 15px;
  }
}

@media (max-width: 767px) {
  #czcategorylistblock .category-lists .one-half.categorylists-part1 .one-half,
  #czcategorylistblock .category-lists .one-half.categorylists-part1,
  #czcategorylistblock .category-lists .one-half.categorylists-part2 {
    width: auto;
    float: none;
    text-align: center;
  }
  #czcategorylistblock .categorylists-inner-block {
    text-align: center;
  }
}

@media (max-width: 650px) {
  #czcategorylistblock
.category-lists
.categorylists-inner
.cate_image.cate5
.cate-details
.view.more {
    right: 50px;
    bottom: 50px;
  }
}

@media (max-width: 480px) {
  #czcategorylistblock
.category-lists
.categorylists-inner
.cate_image.cate5
.cate-details
.view.more {
    right: 15px;
    bottom: 15px;
  }
  #czcategorylistblock .category-lists .cate-details .view.more a {
    font-size: 11px;
    padding: 10px 15px;
  }
}

@media (max-width: 1599px) {
  #custom-text .contact-text:before {
    background: none;
    padding: 20px 20px;
    height: auto;
    width: auto;
    left: -45px;
  }
  #custom-text .contact-text:hover:before {
    background: no-repeat;
    color: #888888;
  }
  #custom-text {
    left: -30px;
  }
}

@media (max-width: 1230px) {
  .product-info .image-additional {
    width: 370px;
  }
  .main-menu ul > li > a {
    padding: 16px 20px 15px;
  }
  .category_img img {
    max-width: 100%;
  }
  .cat-desc {
    width: 55%;
  }
  .category .image {
    width: 45%;
  }
  .blog-left .blog-image img {
    height: auto;
    width: 100%;
  }
  #top-links ul.list-inline li {
    padding: 0 7px 0 0px;
  }
  #form-language {
    padding: 0 2px 0 0px;
    margin-right: 3px;
  }
  .lang-curr {
    margin-left: 0;
  }
  .categoryblock {
    width: 50%;
  }
  #banner0 img,
  #banner1 img,
  #banner2 img {
    max-width: 100%;
  }
  .headertopright {
    padding-left: 0px;
  }
  .headertopright .text2 {
    background: none;
    padding-left: 12px;
  }
  .common-home .category-left-box .box-content {
    display: none;
  }
  .common-home .catgory-left {
    position: absolute;
    z-index: 3;
    width: 270px;
    padding: 0;
  }
  .address_content {
    padding-right: 35px;
  }
  .manufacture_block > ul {
    width: 90%;
  }
  .common-home .box-category-heading {
    width: 270px;
  }
  .box-category-heading {
    width: 211px;
  }
  .common-home #nav-one > li > .dropdown-menu {
    left: 268px;
  }
  #nav-one > li > .dropdown-menu {
    left: 168px;
  }
}

@media (max-width: 1199px) {
  .header-container .container {
    width: 100%;
    padding: 0 15px;
  }
  .main-menu > ul > li > a {
    padding-left: 15px;
    padding-right: 15px;
  }
  #menu ul.nav.navbar-nav {
    width: 55%;
  }
  #custom-text {
    left: -35px;
  }
  .cz_newsletterdiv {
    padding: 10px;
  }
  #footer .footer-blocks .block-social li {
    margin-right: 0px;
  }
  #footer .column.footerleft {
    padding-right: 15px;
  }
  #footer .footerdesc {
    padding-right: 50px;
  }
  #footer .column,
  #footer .column.footerright {
    padding-left: 10px;
  }
  .bottomfooter {
    padding: 25px 0 20px;
  }
  #footerlogo {
    float: none;
    margin: 0;
    text-align: center;
  }
  #footerlogo:after {
    display: none;
  }
  p.powered {
    float: none;
    margin-top: 15px;
    padding: 0;
  }
  .bottomfooter .list-unstyled {
    float: none;
    text-align: center;
    padding: 0;
    margin-top: 10px;
  }
  .footer-cms-block #payment_logo_block {
    padding-bottom: 25px;
  }
  .product-list .product-block .image {
    width: 30%;
  }
  .product-list .product-details {
    width: 70%;
  }
}

@media (max-width: 1230px) and (min-width: 992px) {
  #column-left .box-product .image,
  #column-right .box-product .image {
    margin-bottom: 10px;
  }
  .footer-blocks .footertop .footerdiv {
    padding-right: 40px;
  }
}

@media (max-width: 991px) {
  .header-container .container {
    padding: 0 46px;
  }
  .header-container .nav-inner.container {
    display: none;
  }
  .header-main .nav-responsive {
    border: none;
  }
  .nav-responsive span,
  .main-menu > ul > li > a {
    line-height: 26px;
    font-weight: 700;
    color: #000000;
  }
  .dropdown.myaccount:before {
    display: none;
  }
  .dropdown.myaccount {
    margin-right: 0;
    margin-top: 7px;
  }
  header .dropdown.myaccount > a {
    background: url(../image/codezeel/nav-icon.png) no-repeat scroll center -187px transparent;
    height: 30px;
    width: 30px;
  }
  .dropdown.myaccount:hover a {
    background-position: center -236px;
  }
  .header-cart #cart {
    padding: 0;
    margin: 0;
  }
  .header-cart #cart > .btn {
    background-color: #ffffff;
    background-position: center -390px;
    width: 25px;
    height: 25px;
    margin-left: 28px;
    margin-top: 9px;
    margin-right: 7px;
  }
  .header-cart #cart > .btn:hover,
  #cart.active > .btn {
    background-color: transparent;
    background-position: center -347px;
  }
  #cart-total {
    background: #888888;
    color: #ffffff;
    height: 16px;
    width: 16px;
    font-size: 11px;
    line-height: 16px;
    top: 4px;
    right: 0px;
  }
  .dropdown.myaccount .myaccount-menu {
    top: 39px;
  }
  .main-menu > ul > li ul > li > a:hover,
  .responsive-menu .main-navigation li a:hover {
    color: #888888;
  }
  #cart .dropdown-menu {
    top: 46px;
  }
  #custom-text {
    left: -45px;
  }
  .htabs a {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hometab,
  .categorytab {
    padding-top: 25px;
    padding-bottom: 0;
  }
  .viewmore {
    margin-bottom: 10px;
  }
  .czcategory_block .box-heading,
  .box-heading {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
  #top-links ul.list-inline li {
    padding: 0 7px 0 0px;
  }
  .main-menu ul > li > a {
    padding: 16px 20px 15px;
  }
  .main-menu ul > li:first-child > a {
    padding: 16px 20px 15px 8px;
  }
  .col-md-6.result-info {
    float: left;
    padding: 0 15px;
    position: relative;
    width: 70%;
  }
  .col-md-3.row-result-search-autocomplete-image {
    float: left;
    width: auto;
  }
  .category_img img {
    max-width: 100%;
  }
  .cat-desc {
    width: 55%;
  }
  .category .image {
    width: 45%;
  }
  .blog-left .blog-image img {
    height: auto;
    width: 100%;
  }
  #form-language {
    padding: 0 2px 0 0px;
    margin-right: 3px;
  }
  .lang-curr {
    margin-left: 0;
    padding-right: 0;
  }
  .categoryblock {
    width: 50%;
  }
  #banner0 img,
  #banner1 img,
  #banner2 img {
    max-width: 100%;
  }
  .common-home .category-left-box .box-content {
    display: none;
  }
  .catgory-left {
    position: absolute;
    z-index: 3;
    width: 270px;
    padding: 0;
  }
  .address_content {
    padding-right: 35px;
  }
  .manufacture_block > ul {
    width: 90%;
  }
  .box-category-heading {
    width: 211px;
  }
  .common-home .box-category-heading {
    width: 270px;
  }
  .common-home #nav-one > li > .dropdown-menu {
    left: 268px;
  }
  #nav-one > li > .dropdown-menu {
    left: 168px;
  }
  p.powered,
  .bottomfooter .paiement_logo_block {
    float: none;
    text-align: center;
  }
  .main-slider .swiper-pager div {
    display: none;
  }
  .box-category-heading {
    display: none;
  }
  .header-container {
    position: relative;
    border-bottom: 0;
    margin-top: 40px;
  }
  .container,
  footer {
    top: auto;
  }
  footer {
    width: 100%;
  }
  #column-left .box-product .image,
  #column-right .box-product .image {
    margin-right: 15px;
  }
  .col-md-4.btn-list-grid {
    margin-bottom: 10px;
  }
  .pagination-right {
    clear: both;
    float: left;
    margin: 5px 0;
  }
  .product-info .image-additional {
    width: 260px;
  }
  .product-compare .table-bordered {
    width: 100%;
    float: left;
    overflow: auto;
    display: inline;
  }
  #footer .column.footerleft {
    padding: 0 15px;
    width: 100%;
  }
  #footer .block-social {
    text-align: center;
    width: 100%;
    clear: both;
    right: 0;
  }
  #footer .column ul {
    display: none;
  }
  #footer .column .social-block ul {
    display: block;
    position: static;
    height: auto;
  }
  .social-block {
    position: static;
    margin: 12px 0 0px;
    width: 100%;
  }
  #footer .social-block ul li {
    display: inline-block;
    margin-right: 10px;
  }
  #footer .column {
    width: 100% !important;
    padding: 0 15px;
    border: 0;
  }
  #footer .column.footerright {
    padding: 0 15px;
  }
  footer h5 {
    font-size: 16px;
  }
  #footer .footerdesc {
    margin-bottom: 10px;
    padding-right: 0;
  }
  .bottomfooter .list-unstyled li {
    padding: 0 10px 5px;
  }
  .payement_logo.title {
    margin-bottom: 15px;
  }
  .footer-cms-block #payment_logo_block {
    padding-bottom: 0;
    border-bottom: 0;
  }
  #accordion .form-horizontal .control-label {
    width: 100%;
  }
  .information-blogger-blogs .blog-image img {
    display: block;
  }
  #search .col-sm-3.sort {
    width: 37%;
  }
  .col-sm-5.t-search {
    width: 86%;
    padding: 10px 0;
  }
  .cate-heading,
  ul.subcats {
    float: none;
  }
  .cat-desc {
    display: inline-block;
    float: none;
    text-align: center;
    width: 100%;
  }
  #cznavcmsblock {
    display: none;
  }
  #form-currency {
    border-right: 0;
  }
  #cart {
    padding: 9px 0;
  }
  .dropdown.myaccount a span {
    display: none !important;
  }
  .dropdown.myaccount .fa {
    font-size: 0;
  }
  .head-right-bottom .header-cms-block {
    margin: 20px 0;
  }
  .header-main {
    padding: 0;
  }
  .header-logo {
    float: none;
    padding: 20px 0;
    text-align: center;
    position: relative;
    z-index: 999999;
  }
  .header-logo:after {
    display: none;
  }
  .header-logo img {
    max-height: 45px;
  }
  #search .col-sm-3.sort {
    width: 35%;
  }
  .category_img img {
    max-width: 100%;
  }
  .banners-slider-carousel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .layout-2.left-col #content,
  .layout-2.right-col #content,
  .layout-3 #content {
    width: 100%;
    padding-bottom: 0;
  }
  .main-slider .owl-carousel {
    width: 100%;
  }
  .newsletter {
    padding-bottom: 20px;
  }
  .newsletter h5.news-title {
    float: none;
    line-height: 26px;
    font-size: 20px;
  }
  .newsletter .newsright {
    float: none;
    width: 100%;
    margin-top: 15px;
  }
  .newsletter #txtemail {
    width: 100%;
  }
  #footer .column:after {
    content: initial;
  }
  .content_footer_bottom {
    margin-top: 20px;
  }
  .footertop-cms .subtitle {
    font-size: 11px;
  }
  .footertop-cms .title {
    font-size: 13px;
  }
  .blog-left .blog-image img {
    height: auto;
    width: 100%;
  }
  .category-row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .categoryblock {
    padding-left: 5px;
    padding-right: 5px;
  }
  .category .image {
    float: none;
    clear: both;
    text-align: center;
  }
  .category .image a {
    display: inline-block;
  }
  .col-sm-10.subscribe-btn {
    width: 100%;
  }
  .col-sm-10.subscribe-btn {
    float: left;
    clear: both;
  }
  .header-left {
    text-align: left;
    width: 50%;
    padding: 0;
    border: medium none;
  }
  .col-sm-4.header-logo {
    float: none;
  }
  .header-right {
    width: 50%;
    border: none;
    padding: 40px 0 0;
  }
  .headertopright {
    border: none;
  }
  .nav-inner {
    display: block;
    color: #fff;
    margin-bottom: 0px;
  }
  .nav-inner-cms .box-category-heading,
  .nav-inner-cms .main-menu ul {
    display: none;
  }
  .nav-responsive span {
    border: none;
    padding: 10px 0 10px 18px;
    font: 500 15px/26px "Poppins", sans-serif;
    text-transform: capitalize;
  }
  .header-container.fixed .nav-responsive span {
    padding-left: 30px;
  }
  #cms-menu {
    position: relative;
  }
  .nav-inner-cms {
    border: none;
    margin-bottom: 0;
  }
  .content-top #content {
    min-height: initial;
  }
  .contact-info .right {
    float: left;
    clear: both;
    margin-top: 20px;
  }
  #column-left .box,
  #column-right .box {
    padding: 10px 15px;
  }
  #column-left .box .box-content,
  #column-right .box .box-content,
  #column-left .box .filterbox,
  #column-right .box .filterbox,
  #column-right .single-banner,
  #column-left .single-banner {
    display: none;
  }
  #column-left .box .box-heading,
  #column-right .box .box-heading {
    font-size: 16px;
    padding-bottom: 0;
  }
  #column-right .toggle .mobile_togglemenu,
  #column-left .toggle .mobile_togglemenu {
    display: block;
    cursor: pointer;
    width: 100%;
    margin-top: 0;
    padding: 10px;
    position: absolute;
    right: 0;
    top: -10px;
    left: 0;
    background: transparent none repeat scroll 0 0;
    -webkit-transition: initial;
    transition: initial;
    -moz-transition: initial;
    -ms-transition: initial;
    -o-transition: initial;
  }
  /*  #column-right .box-heading.Categories.toggle .mobile_togglemenu:before, #column-left .box .box-heading.Categories.toggle .mobile_togglemenu:before {
		color: #ffffff;
	} */
  #column-right .toggle .mobile_togglemenu:before,
  #column-left .toggle .mobile_togglemenu:before {
    background: transparent none repeat scroll 0 0;
    color: #000000;
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 22px;
    font-weight: 400;
    height: 20px;
    margin: 0;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
    width: 10px;
  }
  #column-right .toggle.active .mobile_togglemenu::before,
  #column-left .toggle.active .mobile_togglemenu::before {
    content: "\f106";
  }
  .layout-2.left-col #column-left,
  .layout-2.right-col #column-right,
  .layout-3 #column-left,
  .layout-3 #column-right,
  #column-left,
  #column-right {
    width: 100%;
    clear: both;
    padding-bottom: 20px;
  }
  #column-left .box .box-content,
  #column-right .box .box-content,
  #column-left .box .filterbox,
  #column-right .box .filterbox,
  #column-left .box .list-group,
  #column-right .box .list-group {
    display: none;
  }
  .homepage-testimonials-inner.box-content {
    display: none;
  }
  #testimonial .customNavigation a.next:hover::before,
  #testimonial .customNavigation a.prev:hover::before {
    color: #262626;
  }
  .box.blogs {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .result-search-autocomplete > ul > li {
    display: inline-block;
    clear: both;
  }
  .col-md-3.row-result-search-autocomplete-image {
    float: left;
    width: auto;
  }
  .col-md-6.result-info {
    float: left;
    width: 50%;
  }
  #banner0 img,
  #banner1 img,
  #banner2 img {
    max-width: 100%;
  }
  .zoomWindowContainer .zoomWindow {
    height: 450px !important;
  }
  .catgory-left {
    display: none;
  }
  .newsletter .newsletter-message {
    padding-left: 0;
    padding-right: 0;
  }
  #footer #contact.column h5 {
    display: block;
  }
  .footer-blocks {
    padding: 35px 0 8px;
  }
  .manufacture_block > ul {
    width: 80%;
  }
  #footer #contact.column ul {
    margin-top: 15px;
    width: 380px;
  }
  .box.latest,
  .box.bestseller,
  .box.featured,
  .box.special {
    padding-bottom: 10px;
    padding-top: 30px;
  }
  .productpage .product-right {
    padding-left: 10px;
  }
  .tab-content {
    margin: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .layout-2.left-col #column-left,
  .layout-2.right-col #column-right {
    width: 100%;
  }
  .layout-2 #content {
    width: 77.35%;
  }
  #column-left .product-items .product-details,
  #column-right .product-items .product-details {
    float: left;
    margin: 0px 0 0;
  }
  .category_img img {
    max-width: 100%;
  }
  #czbannercmsblock
.czbanner_container
.cmsbanners
.one-half
.cmsbanner
.cmsbanner-text
.main-title {
    font-size: 28px;
    line-height: 30px;
  }
  #czbannercmsblock
.czbanner_container
.cmsbanners
.one-half
.cmsbanner
.cmsbanner-text
.sub-title {
    font-size: 28px;
    line-height: 26px;
  }
  .block-social ul {
    padding: 5px 0 5px 0;
  }
}

@media (max-width: 767px) {
  #custom-text {
    display: none;
  }
  .header-container .container {
    padding: 0 15px;
  }
  .product-thumb .sale {
    opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
  }
  .box .box-content {
    padding-top: 0px;
    padding-bottom: 0;
  }
  .layout-2 #content,
  .layout-3 #content {
    width: 100%;
  }
  .product-info .image-additional a {
    padding: 0px;
  }
  .header-left {
    width: 100%;
    text-align: center;
  }
  .dropdown.myaccount > a {
    display: block;
    height: 25px;
    line-height: 37px;
  }
  .btn-info {
    margin-bottom: 3px;
  }
  #input-search {
    margin-bottom: 8px;
  }
  .col-sm-4.total_amount {
    margin-top: 20px;
  }
  #cart .dropdown-menu {
    right: 0px;
    width: 350px;
  }
  #top-links ul.list-inline li {
    padding: 0 10px 0 8px;
  }
  .checkout-cart .table.table-bordered .input-group-btn {
    clear: both;
    margin: 5px 0 0;
    float: left;
  }
  .checkout-cart .btn.btn-danger {
    margin-top: -2px !important;
  }
  .button_class {
    clear: both;
  }
  .show-wrapper {
    clear: both;
    margin: 10px 0 0;
  }
  .category_filter .show {
    float: left;
    margin: 8px 10px 0 0;
  }
  .product-compare .table-bordered {
    float: left;
    width: 100%;
    overflow: auto;
    display: inline;
  }
  .product-info .image,
  .product-info .additional-carousel {
    margin: 0 auto;
    width: 350px;
  }
  .breadcrumb {
    right: 15px;
  }
  .information-blogger .breadcrumb {
    position: relative;
    left: 0px;
    right: auto;
  }
  .lang-curr .pull-left {
    padding-right: 0px;
  }
  #form-currency {
    padding-right: 0;
    margin-right: 0;
  }
  .viewmore {
    margin-bottom: 20px;
  }
  .blog-right h4 {
    margin-bottom: 0px;
  }
  .blog-image .post_hover {
    display: none;
  }
  .box.blogs .box-content {
    margin: 0;
  }
  .main-slider .owl-carousel .owl-buttons,
  .main-slider .owl-carousel .owl-pagination {
    display: none;
  }
  .product-info .additional-carousel {
    width: 350px;
  }
  .addthis_toolbox.addthis_default_style {
    margin: 10px 0;
  }
  #content .category_list .filterbox {
    border: 1px solid #e5e5e5;
    margin: 10px 0;
    background-color: #fff;
  }
  .list-group-item.group-name {
    padding-left: 15px;
    padding-right: 15px;
  }
  #content .category_list .filterbox .list-group a {
    border: none;
  }
  .checkout-cart .input-group-btn:last-child > .btn,
  .checkout-cart .input-group-btn:last-child > .btn-group {
    margin-left: 0;
    margin-right: 5px;
  }
  .checkout-cart #accordion .input-group-btn:last-child > .btn,
  .checkout-cart #accordion .input-group-btn:last-child > .btn-group {
    margin-left: 5px;
    margin-right: 0;
  }
  .blog-left .blog-image img {
    height: auto;
    width: 100%;
  }
  .addtocart .fa {
    margin: 0;
  }
  .headertopright .text2 span.hidden-xs,
  .headertopright .text2 span.hidden-sm,
  .headertopright .text2 span.hidden-md {
    display: block !important;
  }
  .col-sm-5.header-search {
    width: 78.7%;
  }
  #search .col-sm-3.sort {
    width: 39%;
    float: left;
  }
  .cz_newsletterdiv {
    padding-left: 0;
    padding-right: 0;
  }
  .newsletter .newsright {
    margin-top: 15px;
  }
  .col-sm-3.header-cart {
    width: 9%;
  }
  .owl-carousel .owl-buttons div {
    opacity: 1 !important;
    -webkit-opacity: 1 !important;
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
  }
  .box.bestseller {
    padding-top: 30px;
  }
  #column-left .box.bestseller,
  #column-right .box.bestseller {
    padding-top: 0px;
  }
  .cz_newsletterdiv {
    width: 100%;
  }
  .news-social {
    width: 100%;
    padding: 20px 10px 25px;
  }
  footer h5 {
    font-size: 16px;
  }
  .product-list .product-thumb .button-group .addtocart .fa {
    margin-right: 10px;
  }
  .product-list .product-thumb .image {
    float: left;
  }
  .product-list .product-details {
    float: left;
    width: 100%;
    clear: both;
  }
  .product-list .product-thumb .caption {
    padding: 15px 0;
    text-align: center;
  }
  .product-list .product-thumb .image {
    padding: 0;
    margin: 0 auto;
    text-align: center;
    max-width: 200px;
    float: none;
    width: 100%;
  }
  #button-cart {
    margin-bottom: 0;
  }
  .information-blogger-blogs .blog-image img {
    display: inline-block;
    max-width: 100%;
  }
  #tabs_info .nav-tabs,
  .etabs {
    margin: 10px 0 27px;
  }
  .all-blog .blog-left-content .blog-image {
    height: auto;
  }
  .category_tab .nav-tabs {
    float: left;
    width: 100%;
    margin: 10px 0;
  }
  .category_tab .tab-content {
    clear: both;
  }
  .category_tab .tab-pane .owl-carousel .owl-buttons div {
    top: -50px;
  }
  .categoryblock {
    width: 50%;
    margin-bottom: 10px;
  }
  .category .image {
    float: none;
    clear: none;
  }
  .category {
    padding: 0 10px;
  }
  .layout-2.left-col #column-left,
  .layout-2.right-col #column-right,
  .layout-3 #column-left,
  .layout-3 #column-right,
  #column-left,
  #column-right {
    display: block !important;
  }
  #carousel-0.banners-slider-carousel .customNavigation a {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
  }
  .responsive-menu.container {
    padding: 0 !important;
    position: relative;
    width: 100%;
  }
  .main-slider {
    width: 100%;
  }
  .main-slider img {
    width: 100%;
  }
  #top .container {
    padding: 0 10px;
  }
  #cart > .btn:hover,
  #cart.active > .btn {
    background-color: transparent;
  }
  #cart > .btn {
    background-color: transparent;
    padding-right: 0px;
  }
  .static_links li a {
    padding: 16px 10px 17px;
  }
  .header-right {
    text-align: center;
    display: none;
  }
  .head-right-top {
    float: none;
    margin: 0 auto;
    display: none;
  }
  #content .product-carousel .product-block:hover .price,
  #content .product-grid .product-block:hover .price,
  #content .box-product .product-block:hover .price {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
  }
  .banners-slider-carousel .carousel-block {
    margin: 0;
  }
  .block-social ul {
    padding: 10px 0 0 0;
  }
  .product-thumb button.addtocart {
    padding: 0;
  }
  .productbox-grid .product-block button.addtocart span,
  .product-carousel .product-block button.addtocart span,
  .product-grid .product-block button.addtocart span {
    padding: 0;
  }
  .bottomfooter {
    padding: 15px 0;
  }
  .bottomfooter .paiement_logo_block {
    text-align: center;
  }
  .footerbottom-cms {
    width: 100%;
    text-align: center;
  }
  .top-inner .left-logo {
    padding-right: 20px;
  }
  .searchbar .col-sm-3.sort {
    width: 100%;
  }
  .content_header_topright {
    letter-spacing: 0.3px;
  }
  .wrap-breadcrumb .breadcrumb {
    margin-top: 5px;
  }
  .form-group.qty {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 650px) {
  .hometab .customNavigation a {
    top: -23px;
  }
  .hometab,
  .categorytab {
    margin-top: 0;
    margin-bottom: 0px;
  }
  .container h1,
  .container h2 {
    margin-top: 0;
  }
  #czsubbannercmsblock {
    margin: 0px;
  }
  #tabs_info .nav-tabs a:before,
  .nav-tabs a:before,
  .htabs a:before,
  .categorytab .nav-tabs a:before {
    display: none;
  }
}

@media only screen and (max-width: 575px) {
  .tab-head {
    display: inline-block;
    width: 100%;
    height: auto;
    border: none;
  }
  #tabs_info .nav-tabs li a,
  #tabs_info .nav-tabs li.active a,
  .htabs a,
  .htabs a.selected {
    width: 100%;
    margin: 0;
  }
  .htabs {
    width: 100%;
    margin: 0;
  }
  #tabs_info .nav-tabs,
  .etabs {
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
  }
  #tabs_info .nav-tabs li,
  .htabs .etabs li {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .hometab .etabs li a:before,
  #tabs .etabs li.tab a:before,
  #tabs_info .nav-tabs a:before {
    display: none;
  }
  #search .search_toggle {
    display: none;
    position: absolute;
    right: 0;
  }
  #search .search_button {
    display: block;
  }
  #search .input-lg {
    background-color: #fff;
    color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ededed;
    float: left;
    overflow: hidden;
    height: 45px;
  }
  .header-logo img {
    max-height: 42px;
  }
  .tab-head,
  .box-head {
    padding-top: 0;
  }
  .htabs a:after {
    display: none;
  }
  #czsubbannercmsblock {
    margin: 0;
  }
  .block-social ul {
    padding: 10px 0 5px 0;
  }
  #tabs_info .nav-tabs a,
  .nav-tabs a,
  .htabs a,
  .categorytab .nav-tabs a {
    padding: 8px 30px;
  }
  .newsletter .newsletter-message {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .newsletter h5.news-title {
    margin-bottom: 0;
  }
}

@media (max-width: 480px) {
  #form-currency .btn-link strong {
    font-size: 14px;
  }
  .lang-curr {
    padding-bottom: 10px;
  }
  .pagination-wrapper {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .htabs a:after {
    background: none;
  }
  .box.hometab .box-content {
    margin: 0;
  }
}

@media only screen and (max-width: 479px) {
  .product-info .image-additional a {
    float: none;
    text-align: center;
  }
  .head-right-bottom {
    bottom: -65px;
  }
  .table {
    float: left;
    margin-bottom: 20px;
    overflow: scroll;
    width: 100%;
  }
  .cat_prod .product-layout.product-grid,
  .product-layout.product-list {
    width: 100%;
  }
  .product-layout.product-grid {
    width: 100% !important;
  }
  .shopping-cart .input-group .form-control {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .account-wishlist .table-bordered {
    float: left;
    width: 100%;
    overflow: auto;
    display: inline;
  }
  #cart .dropdown-menu table {
    display: inline-block;
  }
  .flex-direction-nav a:before {
    font-size: 27px !important;
  }
  #cart .dropdown-menu {
    right: 0px;
    width: 270px;
  }
  .dropdown-menu.pull-right {
    width: 100%;
  }
  #cart .dropdown-menu li > div {
    min-width: 100%;
  }
  .category_filter .limit {
    float: left;
  }
  .contact-info .left,
  .contact-info .right {
    width: 100%;
  }
  .product-info .image,
  .product-info .additional-carousel {
    width: 100%;
  }
  .productpage .write-review,
  .productpage .review-count {
    display: inline-block;
    margin: 5px 0 0;
    width: 100%;
  }
  .pagination-wrapper .page-link {
    float: left;
  }
  .pagination-wrapper .page-result {
    float: left;
    clear: both;
  }
  .checkout-cart .pull-right {
    clear: both;
    float: left;
    margin: 10px 0;
  }
  .bootstrap-datetimepicker-widget.dropdown-menu {
    width: auto;
  }
  .checkout-cart #accordion .input-group-btn {
    float: left;
    margin: 5px 0 0;
  }
  .blog-right {
    width: 100%;
  }
  .category_tab .tab-pane .owl-carousel .owl-buttons div {
    top: -45px;
  }
  .category_tab .owl-carousel .owl-buttons .owl-prev {
    display: inline-block;
    float: none;
    left: auto !important;
    opacity: 1 !important;
    -khtml-opacity: 1 !important;
    -webkit-opacity: 1 !important;
    -moz-opacity: 1 !important;
    position: absolute;
    right: 51% !important;
  }
  .category_tab .owl-carousel .owl-buttons .owl-next {
    left: 51% !important;
    right: auto !important;
    display: inline-block;
    float: none;
    position: absolute;
    opacity: 1 !important;
    -khtml-opacity: 1 !important;
    -webkit-opacity: 1 !important;
    -moz-opacity: 1 !important;
  }
  .category_tab .tab-content {
    clear: both;
    margin-top: 60px;
    float: left;
    width: 100%;
  }
  .category_tab ul li a {
    float: none;
    width: 100%;
  }
  .category_tab ul li {
    background: none;
    padding: 0;
  }
  .app-cms li {
    margin-right: 5px;
  }
  .social-cms li {
    margin: 0 5px 0 0;
  }
  .footerblock {
    width: auto;
    margin: 15px 0;
    float: left;
    clear: both;
  }
  .htabs {
    float: none;
    text-align: center;
    margin: 0 auto;
  }
  .hometab .tab-content {
    clear: both;
  }
  #blog-carousel .product-block,
  #blog-grid .product-block {
    padding: 0 5px;
  }
  #menu {
    width: 60%;
  }
  .news-social .social-title .social-heading,
  .newsletter h5.news-title {
    line-height: 28px;
  }
  .headertopright .text2-dec {
    display: none;
  }
  .dropdown-menu.myaccount-menu {
    right: -80px;
    text-align: left;
    margin-top: 7px;
  }
  .headertopright {
    text-align: center;
  }
  .headertopleft {
    display: inline-block;
    float: none;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
  }
  .shipping-cms {
    text-align: left;
  }
  #form-language {
    background: none;
    padding: 0px;
    margin: 0px;
  }
  #form-language .dropdown-menu {
    right: 0px;
  }
  #form-currency .dropdown-menu {
    right: 0px;
  }
  #search .search_toggle {
    right: -50px;
    width: 240px;
  }
  .productbox-grid .product-block .product-block-inner,
  .product-carousel .product-block .product-block-inner,
  .product-grid .product-block .product-block-inner {
    display: block;
    max-width: 200px;
    margin: 0 auto;
  }
  .product-block-inner {
    text-align: center;
  }
  .productpage #input-quantity {
    float: none;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .breadcrumb {
    left: 0;
    position: relative;
    right: auto;
  }
  #tabs_info .table {
    float: none;
  }
  .product-info .image-additional {
    width: 100%;
  }
  .checkout-cart .shopping-cart .input-group-btn:last-child > .btn,
  .checkout-cart .shopping-cart .input-group-btn:last-child > .btn-group {
    margin-left: 0px;
    margin-right: 5px;
  }
  .checkout-cart #accordion .input-group-btn:last-child > .btn,
  .checkout-cart #accordion .input-group-btn:last-child > .btn-group {
    margin-left: 0px;
    margin-right: 5px;
  }
  .blog-left {
    float: none;
  }
  .category .image {
    float: none;
    clear: both;
    text-align: center;
  }
  .result-search-autocomplete {
    width: 100% !important;
  }
  .col-md-6.result-info {
    text-align: left;
    width: 69%;
    padding-right: 0;
  }
  .result-search-autocomplete > ul > li {
    width: 100%;
  }
  .alert.alert-success.animated {
    height: 110px;
  }
  .comment-wrapper {
    width: 100%;
    float: left;
    margin: 0;
  }
  .manufacture_block > ul {
    width: 100%;
    padding: 0;
  }
  .nav-tabs {
    height: auto !important;
  }
  .productpage .breadcrumb {
    width: 100%;
    text-align: left;
  }
  #content .image-additional .slider-item .product-block {
    margin: 4px 3px;
  }
  .breadcrumb {
    width: 100%;
    text-align: left;
  }
  #form-language,
  #form-currency {
    background: none;
  }
  .subscribe-btn {
    float: none;
  }
}

@media only screen and (max-width: 319px) {
  .product-info .additional-carousel {
    width: 196px;
    margin: 0 auto;
  }
  .btn-primary {
    margin-bottom: 2px;
  }
  .compare-total {
    clear: both;
    margin: 8px 10px 10px 0;
  }
  #cart .text-right .addtocart {
    margin: 0 0 5px;
  }
  #cart .text-right .checkout {
    margin: 0;
  }
}

/*
* 	Core Owl Carousel CSS File
*	v1.3.3
*/
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls .owl-buttons div {
  position: absolute;
}

.owl-controls .owl-buttons .owl-prev {
  left: 10px;
  top: 50%;
}

.owl-controls .owl-buttons .owl-next {
  right: 10px;
  top: 50%;
}

.owl-controls {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls .owl-buttons div {
  position: absolute;
}

.owl-controls .owl-buttons .owl-prev {
  left: 10px;
  top: 45%;
}

.owl-controls .owl-buttons .owl-next {
  right: 10px;
  top: 45%;
}

.owl-carousel .owl-buttons div i {
  font-size: 40px;
  margin: -20px 0 0;
}

.owl-pagination {
  text-align: center;
  top: 0px;
  position: relative;
}

.owl-controls .owl-page {
  display: inline-block;
  margin: 0px 6px;
}

.owl-controls .owl-page span {
  display: block;
  width: 11px;
  height: 11px;
  background: #000000;
  border-radius: 20px;
}

.owl-controls .owl-page.active span,
.owl-controls .owl-page:hover span {
  background: #888888;
}

#cztestimonialcmsblock {
  margin: 0;
  clear: both;
  position: relative;
  float: left;
  width: 100%;
  padding: 70px 0;
  border-top: 1px solid #e5e5e5;
}

@media (max-width: 991px) {
  #cztestimonialcmsblock {
    padding: 50px 0;
  }
}

#cztestimonialcmsblock .testimonial_container {
  color: #a9a9a9;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0 auto;
  text-align: center;
}

#cztestimonialcmsblock .testimonial_container .testimonial_wrapper {
  margin: 0;
}

#cztestimonialcmsblock .testimonial_container .testimonial-area {
  float: right;
  width: 80%;
  margin: 0 0;
  position: relative;
}

@media (max-width: 991px) {
  #cztestimonialcmsblock .testimonial_container .testimonial-area {
    width: 100%;
    float: none;
  }
}

#cztestimonialcmsblock .testimonial_container .testimonial-area ul#testimonial-carousel {
  padding: 0;
}

#cztestimonialcmsblock .testimonial_container .testimonial-area ul#testimonial-carousel li.slider-item {
  overflow: hidden;
  padding: 30px 0;
  position: relative;
}

@media (max-width: 991px) {
  #cztestimonialcmsblock .testimonial_container .testimonial-area ul#testimonial-carousel li.slider-item {
    padding: 0;
  }
}

#cztestimonialcmsblock .testimonial_container .testimonial-area ul#testimonial-carousel li.slider-item .product_inner_cms {
  float: right;
  margin-top: 30px;
}

@media (max-width: 991px) {
  #cztestimonialcmsblock .testimonial_container .testimonial-area ul#testimonial-carousel li.slider-item .product_inner_cms {
    float: none;
    margin: 0;
    clear: both;
  }
}

#cztestimonialcmsblock .testimonial_container .testimonial-area ul#testimonial-carousel li.slider-item .cms_face {
  display: inline-block;
  width: 85%;
  padding-left: 30px;
}

@media (max-width: 1199px) {
  #cztestimonialcmsblock .testimonial_container .testimonial-area ul#testimonial-carousel li.slider-item .cms_face {
    width: 78%;
    padding-left: 20px;
  }
}

@media (max-width: 991px) {
  #cztestimonialcmsblock .testimonial_container .testimonial-area ul#testimonial-carousel li.slider-item .cms_face {
    padding: 0px;
    width: 100%;
    border: 0;
  }
}

#cztestimonialcmsblock .testimonial_container .testimonial-area ul#testimonial-carousel li.slider-item .cms_face .testimonial-image {
  float: left;
  overflow: hidden;
  border-radius: 50%;
  margin-top: 5px;
}

@media (max-width: 991px) {
  #cztestimonialcmsblock .testimonial_container .testimonial-area ul#testimonial-carousel li.slider-item .cms_face .testimonial-image {
    float: none;
    margin-bottom: 20px;
  }
}

#cztestimonialcmsblock .testimonial_container .testimonial-area ul#testimonial-carousel li.slider-item .cms_face .testimonial-image img {
  border-radius: 50%;
}

#cztestimonialcmsblock .testimonial_container .testimonial-area ul#testimonial-carousel li.slider-item .cms_face .title {
  float: right;
  margin-left: 20px;
  margin-top: 35px;
  text-align: left;
}

@media (max-width: 650px) {
  #cztestimonialcmsblock .testimonial_container .testimonial-area ul#testimonial-carousel li.slider-item .cms_face .title {
    float: none;
    margin-left: 0;
    margin-top: 0;
    text-align: center;
  }
}

#cztestimonialcmsblock .testimonial_container .testimonial-area ul#testimonial-carousel li.slider-item .des {
  padding: 15px 50px 15px 30px;
  overflow: hidden;
  text-align: left;
  position: relative;
  letter-spacing: 0.8px;
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
  color: #808080;
}

@media (max-width: 1199px) {
  #cztestimonialcmsblock .testimonial_container .testimonial-area ul#testimonial-carousel li.slider-item .des {
    padding: 0 15px;
  }
}

@media (max-width: 991px) {
  #cztestimonialcmsblock .testimonial_container .testimonial-area ul#testimonial-carousel li.slider-item .des {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    margin-bottom: 20px;
  }
}

#cztestimonialcmsblock .testimonial_container .testimonial-area ul#testimonial-carousel li.slider-item .title {
  text-align: right;
  margin-left: 0;
  margin-right: 20px;
  float: left;
}

#cztestimonialcmsblock .testimonial_container .testimonial-area ul#testimonial-carousel li.slider-item .name a {
  color: #2c2f32;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 15px;
  float: right;
  position: relative;
}

@media (max-width: 991px) {
  #cztestimonialcmsblock .testimonial_container .testimonial-area ul#testimonial-carousel li.slider-item .name a {
    float: none;
  }
}

#cztestimonialcmsblock .testimonial_container .testimonial-area ul#testimonial-carousel li.slider-item .name a:before {
  content: "";
  background: url(../image/codezeel/quote.png) no-repeat scroll 0 2px transparent;
  position: absolute;
  width: 20px;
  height: 20px;
  left: -28px;
  top: 1px;
}

#cztestimonialcmsblock .testimonial_container .testimonial-area ul#testimonial-carousel li.slider-item .subheading {
  font-size: 13px;
  font-style: italic;
  letter-spacing: 0.5px;
  color: #fdb00f;
}

#cztestimonialcmsblock .testimonial_container .testimonial-heading {
  font-size: 32px;
  padding-top: 30px;
  font-weight: 700;
  color: #000000;
  text-transform: capitalize;
  line-height: 80px;
  float: left;
  letter-spacing: 0.1px;
  padding-right: 50px;
  position: relative;
}

@media (max-width: 1199px) {
  #cztestimonialcmsblock .testimonial_container .testimonial-heading {
    font-size: 32px;
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  #cztestimonialcmsblock .testimonial_container .testimonial-heading {
    float: none;
    text-align: center;
    padding: 0;
    margin-bottom: 15px;
  }
}

#cztestimonialcmsblock .testimonial_container .testimonial-heading::before {
  content: "";
  border-right: 1px solid #e5e5e5;
  position: absolute;
  height: 75px;
  right: 0;
  top: 30px;
}

@media (max-width: 1199px) {
  #cztestimonialcmsblock .testimonial_container .testimonial-heading::before {
    right: -20px;
  }
}

@media (max-width: 991px) {
  #cztestimonialcmsblock .testimonial_container .testimonial-heading::before {
    display: none;
  }
}

#cztestimonialcmsblock .testimonial_container .owl-controls .owl-page {
  margin: 10px 4px;
  display: inline-block;
  zoom: 1;
  cursor: pointer;
}

#cztestimonialcmsblock .testimonial_container .owl-controls .owl-page:hover, #cztestimonialcmsblock .testimonial_container .owl-controls .owl-page.active {
  border-color: #000000;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
}

#cztestimonialcmsblock .testimonial_container .owl-controls .owl-page:hover span, #cztestimonialcmsblock .testimonial_container .owl-controls .owl-page.active span {
  background: #000000;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
}

#cztestimonialcmsblock .testimonial_container .owl-controls .owl-page span {
  width: 10px;
  height: 10px;
  display: block;
  border: 0;
  background: #888888;
  cursor: pointer;
  margin: 0;
  text-indent: -9999px;
  -webkit-transition: color 0.15s ease-out, -webkit-transform 0.3s cubic-bezier(0.7, -0.2, 0.3, 2.5);
  transition: color 0.15s ease-out, -webkit-transform 0.3s cubic-bezier(0.7, -0.2, 0.3, 2.5);
  transition: transform 0.3s cubic-bezier(0.7, -0.2, 0.3, 2.5), color 0.15s ease-out;
  transition: transform 0.3s cubic-bezier(0.7, -0.2, 0.3, 2.5), color 0.15s ease-out, -webkit-transform 0.3s cubic-bezier(0.7, -0.2, 0.3, 2.5);
  border-radius: 50%;
}

#cztestimonialcmsblock .customNavigation {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  top: 40%;
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
}

#cztestimonialcmsblock .owl-controls {
  position: absolute;
  margin: 0;
  bottom: -20px;
  right: auto;
  z-index: 9;
  left: -18%;
  display: block;
  opacity: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

@media (max-width: 991px) {
  #cztestimonialcmsblock .owl-controls {
    bottom: -40px;
    left: 0;
    right: 0;
  }
}

@media (max-width: 650px) {
  #cztestimonialcmsblock .owl-controls {
    left: 0;
    right: 0;
  }
}

#cztestimonialcmsblock .owl-controls .owl-page {
  margin: 10px 4px;
  display: inline-block;
  zoom: 1;
  border: 1px solid #aaa;
  border-radius: 50%;
  cursor: pointer;
  display: inline;
}

#cztestimonialcmsblock:hover .owl-controls {
  opacity: 1;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

#cztestimonialcmsblock:hover .customNavigation {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.main-menu {
  margin-top: 55px;
  padding-left: 120px;
}

#logo {
  text-align: center;
  /* margin-top: 25px;
	padding-right: 23%; */
}

.box-product {
  list-style-type: none;
  position: relative;
  width: 100%;
  margin: 0px;
  list-style: none;
  overflow: hidden;
  width: 89%;
  max-width: 89%;
  margin: auto;
}

.header-logo img {
  max-width: 63%;
  text-align: center;
  display: inline;
  margin-top: -15px;
  margin-left: 10px;
}

.header-logo {
  padding-right: 0px;
  margin-left: 5px;
  margin-top: -10px;
  float: left;
  position: static;
}

#menu ul.nav.navbar-nav {
  vertical-align: top;
  margin-top: 50px;
}

.dropdown.myaccount {
  float: right;
  z-index: 9;
}

#cart-total {
  color: #000000;
  background: none;
  line-height: 20px;
  position: absolute;
  font-size: 0px;
  height: 20px;
  width: 20px;
  top: 0px;
  right: 0px;
  display: block;
  padding: 0;
  text-transform: lowercase;
  display: block;
  font-weight: 400;
  text-align: center;
  border-radius: 50%;
  background: url(../image/codezeel/nav-icon.png) no-repeat scroll center -291px transparent;
  height: 39px;
  width: 49px;
}

.header-cart #cart {
  margin: 0px 5px 0px 5px;
  margin-top: -25px;
  display: block;
  cursor: pointer;
  z-index: 9;
  float: left;
}

.header-cart #cart > .btn {
  padding: 0px;
  display: block;
  color: #fff;
  font-size: 0;
  overflow: hidden;
  background: none;
  float: right;
  position: static;
  display: block;
  text-align: left;
  height: 55px;
  width: 55px;
  background: url(../image/codezeel/nav-icon.png) no-repeat scroll center -287px #911223;
  border-radius: 50%;
}

.profil {
  padding: 0px;
  display: block;
  color: black;
  font-size: 17px;
  overflow: hidden;
  background: none;
  margin-top: -19px;
  float: right;
  position: static;
  display: block;
  text-align: left;
  height: 55px;
  width: 55px;
  background: url(../image/codezeel/nav-icons.png) no-repeat scroll center -287px #911223;
  border-radius: 50%;
}

.profil:hover {
  padding: 0px;
  display: block;
  color: black;
  font-size: 17px;
  overflow: hidden;
  background: black;
  margin-top: -19px;
  float: right;
  position: static;
  display: block;
  text-align: left;
  height: 55px;
  width: 55px;
  background: url(../image/codezeel/nav-icons.png) no-repeat scroll center -287px #911223;
  border-radius: 50%;
}

#form-currency .btn-link,
#form-language .btn-link {
  margin-left: 0px;
  margin-top: 0px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 13px;
  text-decoration: none;
  color: #222222;
  border: none;
  float: none;
}

#form-language .dropdown-menu li .btn,
#form-currency .dropdown-menu li .btn {
  font-weight: 400;
  margin-left: 2px;
  margin-top: 0px;
}

.dropdown.myaccount:before {
  content: "";
  border-right: 0px solid #e0e0e0;
  height: 59px;
  position: absolute;
  right: -25px;
  top: -15px;
}

.header-logo:after {
  content: "";
  border-right: 0px solid #e0e0e0;
  position: absolute;
  right: 0;
  top: 0px;
  height: 41px;
}

#form-language .dropdown-menu,
#form-currency .dropdown-menu {
  padding: 8px;
  left: auto;
}

.block_telefone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header-container.fixed .header-main {
  padding: 35px 0 0px;
}

.selection_money > select {
  border: 0;
  background-color: white;
}

.select_currency {
  margin-top: 10px;
}

.logo {
  grid-area: logo;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-edit {
  width: 600px;
  -webkit-box-flex: 5;
  -ms-flex: 5;
  flex: 5;
}

.dropdown .myaccount {
  grid-area: myacc;
}

.cart_header {
  margin-top: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.header-main {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  padding: 48px 0 0px;
}

.product-thumb .button-group {
  position: absolute;
  top: -20%;
  left: 22px;
  z-index: 9;
  height: 40px;
  opacity: 0;
  margin-top: 70px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}

#blog-carousel,
#content #blog-grid {
  padding: 2px;
  border: none;
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.blog-right h4 {
  margin-top: -80%;
  padding: 12px;
  background-color: #88001899;
  font-size: 15px;
  font-size: 16px;
  line-height: 40px;
  text-align: left;
  font-weight: 600;
  color: white;
  text-align: center;
  margin-bottom: 8px;
  position: relative;
}

.blog-right h4 a {
  font-weight: 500;
  text-transform: capitalize;
  font-size: 14px;
  letter-spacing: 0.4px;
  margin-bottom: 5px;
  line-height: 25px;
  color: white;
}

.border_image {
  border: 1px solid #75757538;
}

.product-grid li,
.box-product .product-items,
.product-carousel .slider-item {
  width: 311px;
  float: none;
  display: inline-block;
}

.box-heading1 {
  border: medium none;
  width: auto;
  padding: 20px 0 55px;
  margin: 0 0 30px;
  color: #000000;
  letter-spacing: 0.5px;
  position: relative;
  text-align: center;
  font: 600 28px/28px "Poppins", sans-serif;
  text-transform: capitalize;
}

#blink5 {
  -webkit-animation: blink5 2s linear infinite;
  animation: blink5 2s linear infinite;
}

@-webkit-keyframes blink5 {
  0% {
    color: maroon;
  }
  50% {
    color: #b7410e;
  }
  100% {
    color: maroon;
  }
}

@keyframes blink5 {
  0% {
    color: maroon;
  }
  50% {
    color: #b7410e;
  }
  100% {
    color: maroon;
  }
}

blog-image .post_hover {
  bottom: 0;
  height: 51px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  top: 105px;
  width: 110px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.blog-left-content .blog-image .icon,
.blog-left .blog-image .icon {
  display: inline-block;
  height: 45px;
  margin-top: 100%;
  margin-left: 9px;
  width: 45px;
  line-height: 14px;
  border: 2px solid #ffffff;
  border-radius: 0;
  color: #ffffff;
  background: #000000;
  font-size: 14px;
  padding: 14px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
  border-radius: 50%;
}

#left_block {
  border: 1px solid #00000069;
  text-align: center;
  height: 318px;
}

.kontakt_footer {
  font-size: 20px;
  margin-bottom: 30px;
  color: black;
}

.kontakt_m {
  margin-top: -30px;
}

.text_right {
  font-size: 19px;
  margin-top: 25px;
  color: black;
}

.main-menu > ul > li {
  float: none;
  display: inline-block;
  position: relative;
  z-index: 999;
  background-color: #d22a2a00;
}

@media (max-width: 991px) {
  #custom-text {
    left: -55px;
  }
  .header-logo {
    padding-right: 0px;
    margin-left: -26px;
    margin-top: -12px;
    float: left;
    position: relative;
    z-index: 999;
  }
  .header-container.fixed .nav-responsive {
    border: 0;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
  }
  .header-logo img {
    max-width: 100%;
    text-align: center;
    display: inline;
    margin-top: -28px;
    margin-left: 91px;
  }
  .responsive-menu {
    padding: 0;
    position: relative;
    max-width: 60%;
  }
  .nav-responsive span {
    display: inline-block;
    margin-top: -10px;
    position: relative;
    font-size: 0;
    z-index: 9999;
  }
  #form-currency .btn-link,
  #form-language .btn-link {
    margin-left: 0px;
    margin-top: 0px;
  }
  .selection_money {
    grid-area: selmon;
  }
  .profil {
    padding: 0px;
    margin-left: 7px;
    display: block;
    color: black;
    font-size: 17px;
    overflow: hidden;
    background: none;
    margin-top: -10px;
    float: right;
    position: static;
    text-align: left;
    height: 55px;
    width: 55px;
    background: url(../image/codezeel/nav-icons.png) no-repeat scroll center -287px #911223;
    border-radius: 50%;
  }
  .nav-responsive .expandable:before {
    content: "";
    display: block;
    font-family: "FontAwesome";
    content: "\F0C9";
    position: absolute;
    left: 95px;
    top: 10px;
    font-size: 18px;
    color: #000000;
  }
  .header-cart #cart {
    margin: -4px 0px 0px -34px;
    margin-top: -25px;
    display: block;
    cursor: pointer;
    z-index: 9;
    float: left;
  }
  header .dropdown.myaccount > a {
    text-transform: capitalize;
    color: #000000;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.8px;
    line-height: 22px;
    float: left;
    display: block;
    background: none;
    /* margin-top: 3px;
		margin-left: -40px; */
  }
  .header-container.absolute .nav-container {
    position: fixed;
    top: -110px;
    width: 100%;
    margin: 0;
    margin-bottom: -53px;
    background: #fffffffc;
    padding: 21px;
    z-index: 9999;
    left: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
    -webkit-animation: slide-down 0.7s;
    animation: slide-down 0.7s;
  }
}

@media (max-width: 768px) {
  #form-currency .btn-link,
  #form-language .btn-link {
    margin-left: 0px;
    margin-top: 0px;
  }
  .selection_money {
    grid-area: selmon;
  }
}

.blogs .product-items {
  width: 640px;
}

@media (max-width: 1450px) {
  .blogs .product-items {
    width: 540px;
  }
}

@media (max-width: 767px) {
  footer h5 {
    font-size: 16px;
    margin-top: 30px;
  }
}

@media (max-width: 1220px) {
  .blogs .product-items {
    width: 440px;
  }
}

@media (max-width: 992px) {
  .blogs .product-items {
    width: 580px;
  }
}

.blog-right {
  width: 100%;
  padding: 6px 0;
  text-align: left;
  float: left;
}

.common-home footer {
  margin-top: 0;
  width: 100%;
}

@media (min-width: 1200px) {
  .comment {
    max-width: 368px;
  }
}

#box_product_a {
  width: 400px;
  height: 300px;
}

@media (max-width: 1450px) {
  #box_product_a {
    width: 400px;
    height: 200px;
  }
}

.mts {
  width: 30px;
  height: 30px;
}

.mts1 {
  width: 30px;
  height: 30px;
}

.img_mes1 {
  height: 30px;
}

.img_mes2 {
  height: 30px;
}

.img_mes3 {
  height: 30px;
}

.img_mes4 {
  height: 30px;
}

.img_mes5 {
  height: 30px;
}

.img_mes1:hover {
  border: 2px solid white;
}

.img_mes2:hover {
  border: 2px solid white;
}

.img_mes3:hover {
  border: 2px solid white;
}

.img_mes4:hover {
  border: 2px solid white;
}

.img_mes5:hover {
  border: 2px solid white;
}

.main-slider .swiper-pager div {
  margin: -25px 0 0;
  text-decoration: none;
  display: block;
  margin: 30px 0 0;
  position: absolute;
  z-index: 10;
  top: 47%;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
  font-size: 0px;
  height: 52px;
  border: 2px solid #000;
  width: 52px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hover_block {
  width: 200px;
  height: 50px;
  padding: 10px;
  font-size: 25px;
  background-color: white;
  border: 1px solid black;
  border-radius: 15px;
  color: white;
  text-align: center;
  margin-top: 20%;
}

.hover_block:hover {
  width: 200px;
  height: 50px;
  padding: 10px;
  font-size: 25px;
  background-color: #88001899;
  color: black;
  border: 1px solid black;
  border-radius: 15px;
  color: white;
  text-align: center;
}

#hover_a {
  color: black;
  margin-top: 30px;
}

.blog-image .post_hover {
  bottom: 0;
  height: 0px;
  left: -30px;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  top: 50%;
  width: 110px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.dropdown.myaccount {
  float: right;
  z-index: 9;
  /* margin-top: -6px;
	margin-right: -24px; */
}

#form-currency .btn-link,
#form-language .btn-link {
  margin-left: 0px;
  margin-top: 0px;
}

.select_roz {
  margin: auto;
}

@media (max-width: 1600px) {
  .nav-responsive .expandable:before {
    content: "";
    display: block;
    font-family: "FontAwesome";
    content: "\F0C9";
    position: absolute;
    z-index: 999;
    left: 0;
    top: 5px;
    font-size: 50px;
    color: #000000;
  }
}

@media (max-width: 1400px) {
  .mts {
    width: 20px;
    height: 20px;
  }
  .mts1 {
    width: 20px;
    height: 20px;
  }
  .img_mes1 {
    height: 25px;
  }
  .img_mes2 {
    height: 25px;
  }
  .img_mes3 {
    height: 25px;
  }
  .img_mes4 {
    height: 25px;
  }
  .img_mes5 {
    height: 25px;
  }
  .nav-responsive .expandable:before {
    content: "";
    display: block;
    font-family: "FontAwesome";
    content: "\F0C9";
    position: absolute;
    z-index: 999;
    left: 0;
    top: 5px;
    font-size: 50px;
    color: #000000;
  }
}

@media (max-width: 1200px) {
  .block_telefone a {
    float: left;
    margin-top: 0px;
    position: relative;
    z-index: 888;
    color: black;
  }
  .mts {
    width: 25px;
    height: 25px;
    margin-top: 17px;
    margin-left: 67px;
  }
  .mts1 {
    width: 0px;
    height: 0px;
  }
  .img_mes1 {
    height: 25px;
    margin-top: 17px;
    margin-left: 0px;
  }
  .img_mes2 {
    height: 25px;
    margin-top: 17px;
    margin-left: 0px;
  }
  .img_mes3 {
    height: 25px;
    margin-top: 17px;
    margin-left: 0px;
  }
  .img_mes4 {
    height: 0;
  }
  .img_mes5 {
    height: 0;
  }
  .nav-responsive .expandable:before {
    content: "";
    display: block;
    font-family: "FontAwesome";
    content: "\F0C9";
    position: absolute;
    z-index: 999;
    left: 0;
    top: 5px;
    font-size: 50px;
    color: #000000;
  }
}

@media (max-width: 1100px) {
  .header-logo img {
    max-width: 50%;
    text-align: center;
    display: inline;
    margin-top: -7px;
    margin-left: -9px;
  }
  .mts {
    width: 25px;
    height: 25px;
    margin-top: 17px;
    margin-left: 35px;
  }
  .header-cart #cart > .btn {
    padding: 0px;
    display: block;
    color: #fff;
    font-size: 0;
    overflow: hidden;
    background: none;
    float: right;
    position: static;
    display: block;
    text-align: left;
    height: 50px;
    width: 50px;
    background: url(../image/codezeel/nav-icon.png) no-repeat scroll center -287px #911223;
    border-radius: 50%;
  }
  .selection_money {
    grid-area: selmon;
  }
  .nav-responsive .expandable:before {
    content: "";
    display: block;
    font-family: "FontAwesome";
    content: "\F0C9";
    position: absolute;
    z-index: 999;
    left: 0;
    top: 5px;
    font-size: 50px;
    color: #000000;
  }
}

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

footer {
  margin-top: 30px;
  padding-top: 0px;
  background: #f0f5f9;
  color: #7e7e7e;
  position: relative;
  width: 100%;
}

#menu_top1 {
  margin-top: -10px;
  margin-left: -10px;
}

#menu ul {
  list-style: outside none none;
  float: none;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-menu ul li ul .list-unstyled a {
  font-weight: 400;
  color: #888888;
  text-transform: capitalize;
  padding: 7px 10px;
  font-size: 13px;
  margin-bottom: 10px;
  display: block;
  letter-spacing: 0.5px;
  line-height: 21px;
  color: white;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: gray;
}

#menu .nav li .list-unstyled .dropdown {
  padding: 0px;
  margin-bottom: 14px;
  margin-right: 100px;
  border-left: 1px solid #888888;
  padding-left: 10px;
  margin-left: -10px;
}

.href_menu {
  width: 50px;
}

#radio_size {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  background-color: #569cde;
  border: 5px solid white;
  padding: 10px;
  width: 65px;
  border-radius: 10px;
}

#radio_size:active {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  color: white;
  background-color: red;
  border: 5px solid white;
  padding: 10px;
  border-radius: 10px;
}

#radio_size:hover {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  color: white;
  background-color: red;
  border: 5px solid white;
  padding: 10px;
  border-radius: 10px;
}

#radio_size:visited {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  color: white;
  background-color: red;
  border: 5px solid white;
  padding: 10px;
  border-radius: 10px;
}

#radios {
  float: left;
  margin: 3px 8px 0 0;
  width: 121px;
  height: 32px;
  margin-top: -22px;
  margin-left: -1px;
}

#radios:focus {
  outline: none;
}

#label_id {
  display: inline;
  font-weight: 400;
  cursor: pointer;
  text-align: center;
  margin-left: -11px;
  color: white;
}

input[type="radio"] {
  border: 1px solid white;
}

.category_thumb .category_img,
.category_thumb .category_description {
  width: 100%;
  text-align: center;
}

.category_img img {
  margin-bottom: 25px;
  border: none;
  max-width: 100%;
  width: 100%;
}

.telefone1 {
  margin-top: 12px;
}

.mesen1 {
  margin: 0 0 0 40px;
}

.kontakt_row {
  padding-left: 100px;
}

.telefone_kontakt {
  font-size: 18px;
  color: black;
  margin-bottom: 5px;
}

#row12 {
  margin-bottom: 10px;
}

.adres_kontakt {
  font-size: 19px;
  margin-bottom: 10px;
  margin-top: 10px;
  color: black;
}

.container_hr {
  border: 1px solid #50565a63;
  margin-left: 50px;
  margin-right: 50px;
  position: relative;
  z-index: 1;
}

.container_margin {
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 5px;
}

.title_kontakt {
  font-size: 30px;
  margin-left: 90px;
  color: black;
  font-weight: bold;
  background-color: white;
  margin-bottom: -12px;
  position: relative;
  z-index: 5;
  width: 150px;
}

.title_kontakt2 {
  font-size: 30px;
  margin-left: 90px;
  color: black;
  font-weight: bold;
  background-color: white;
  margin-bottom: -17px;
  margin-top: 40px;
  width: 170px;
  line-height: 40px;
  position: relative;
  z-index: 5;
}

.knopka_kontakt {
  width: 180px;
  margin-left: -20%;
  padding: 10px;
  background-color: black;
  color: white;
  border: 1px solid black;
  border-radius: 5px;
  position: relative;
  z-index: 5;
}

.knopka_kontakt:hover {
  width: 180px;
  margin-left: -20%;
  padding: 10px;
  background-color: gray;
  color: white;
  border: 1px solid gray;
  border-radius: 5px;
  position: relative;
  z-index: 5;
}

@media (max-width: 992px) {
  #col_md_1 {
    text-align: center;
    margin-bottom: 18px;
  }
  #col_md_11 {
    text-align: center;
    margin-bottom: 10px;
  }
}

.error {
  background-color: red;
  padding: 10px;
  color: white;
  font-size: 18px;
}

.green {
  background-color: green;
  padding: 10px;
  color: white;
  font-size: 18px;
}

.li_class:hover {
  /* background-color: #808080;
	border: 0px solid black;
	border-radius: 25px; */
  position: relative;
  z-index: 999;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.main-slider:hover .swiper-pager .swiper-button-prev {
  opacity: 1;
  filter: alpha(opacity=1);
  left: 5%;
  top: 46%;
}

.main-slider:hover .swiper-pager .swiper-button-next {
  opacity: 1;
  filter: alpha(opacity=1);
  right: 5%;
  top: 46%;
}

.form_control {
  max-width: 80%;
  width: 80%;
}

@media (min-width: 1180px) and (max-width: 5000px) {
  #typert {
    display: block;
  }
  .header-logo {
    padding-right: 0px;
    margin-left: 5px;
    margin-top: -10px;
    float: left;
    position: static;
  }
}

.header-cart #cart > .btn {
  padding: 0px;
  margin-left: 47px;
  display: block;
  color: #fff;
  font-size: 0;
  overflow: hidden;
  background: none;
  float: right;
  position: static;
  display: block;
  text-align: left;
  height: 55px;
  width: 55px;
  background: url(../image/codezeel/nav-icon.png) no-repeat scroll center -287px #911223;
  border-radius: 50%;
}

.header-cart {
  float: right;
  margin-top: 65px;
  margin-left: -20px;
}

.header-cart #cart {
  margin: 0px 0px 0px 5px;
  margin-top: -25px;
  margin-left: -8px;
  display: block;
  cursor: pointer;
  z-index: 9;
  float: left;
}

.header-cart #cart .cart_heading {
  color: #fff;
  text-transform: uppercase;
  padding-right: 3px;
  padding-left: 25px;
  padding-top: 4px;
  display: none;
}

.dropdown.myaccount {
  float: right;
  z-index: 100;
  /* margin-top: -6px;
		margin-right: -156px; */
}

#form-currency .btn-link,
#form-language .btn-link {
  margin-left: 0;
}

#custom-text .contact-text {
  font-size: 0;
  letter-spacing: 1px;
  color: #000000;
  font-weight: 500;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.main-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  float: inherit;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-logo img {
  max-width: 63%;
  text-align: center;
  display: inline;
  margin-top: -3px;
  margin-left: 1px;
}

content-top {
  position: relative;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

@media (min-width: 1041px) and (max-width: 1179px) {
  .header-logo {
    padding-right: 0px;
    margin-left: 5px;
    margin-top: -10px;
    float: left;
    position: static;
  }
  #logo {
    margin-top: 44px;
  }
  .header-cart #cart > .btn {
    padding: 0px;
    margin-left: 47px;
    display: block;
    color: #fff;
    font-size: 0;
    overflow: hidden;
    background: none;
    float: right;
    position: static;
    display: block;
    text-align: left;
    height: 55px;
    width: 55px;
    background: url(../image/codezeel/nav-icon.png) no-repeat scroll center -287px #911223;
    border-radius: 50%;
  }
  .header-cart {
    float: right;
    margin-top: 66px;
    margin-left: -20px;
  }
  .header-cart #cart {
    margin: 0px 0px 0px 5px;
    margin-top: -25px;
    margin-left: -8px;
    display: block;
    cursor: pointer;
    z-index: 9;
    float: left;
  }
  .header-cart #cart .cart_heading {
    color: #fff;
    text-transform: uppercase;
    padding-right: 3px;
    padding-left: 25px;
    padding-top: 4px;
    display: none;
  }
  .dropdown.myaccount {
    float: right;
    z-index: 9;
  }
  #form-currency .btn-link,
  #form-language .btn-link {
    margin-left: 0px;
  }
  .selection_money {
    grid-area: selmon;
  }
  .number_phone {
    font-size: 16px;
  }
  #custom-text .contact-text {
    font-size: 0;
    letter-spacing: 1px;
    color: #000000;
    font-weight: 500;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .header-logo img {
    max-width: 63%;
    text-align: center;
    display: inline;
    margin-top: -3px;
    margin-left: 10px;
  }
}

@media (min-width: 993px) and (max-width: 1040px) {
  .header-logo {
    padding-right: 0px;
    margin-left: 5px;
    margin-top: -10px;
    float: left;
    position: static;
  }
  #logo {
    margin-top: 44px;
  }
  .header-cart #cart > .btn {
    padding: 0px;
    margin-left: 47px;
    display: block;
    color: #fff;
    font-size: 0;
    overflow: hidden;
    background: none;
    float: right;
    position: static;
    display: block;
    text-align: left;
    height: 55px;
    width: 55px;
    background: url(../image/codezeel/nav-icon.png) no-repeat scroll center -287px #911223;
    border-radius: 50%;
  }
  .header-cart {
    float: right;
    margin-top: 66px;
    margin-left: -20px;
  }
  .header-cart #cart {
    margin: 0px 0px 0px 5px;
    margin-top: -25px;
    margin-left: -8px;
    display: block;
    cursor: pointer;
    z-index: 9;
    float: left;
  }
  .header-cart #cart .cart_heading {
    color: #fff;
    text-transform: uppercase;
    padding-right: 3px;
    padding-left: 25px;
    padding-top: 4px;
    display: none;
  }
  .dropdown.myaccount {
    float: right;
    z-index: 9;
  }
  #form-currency .btn-link,
  #form-language .btn-link {
    margin-left: 0px;
    margin-top: 0px;
  }
  .selection_money {
    grid-area: selmon;
  }
  #custom-text .contact-text {
    font-size: 0;
    letter-spacing: 1px;
    color: #000000;
    font-weight: 500;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .main-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    float: none;
  }
  .header-logo img {
    max-width: 63%;
    text-align: center;
    display: inline;
    margin-top: -3px;
    margin-left: 10px;
  }
}

@media (max-width: 991px) {
  .img_mes1 {
    width: 0px;
  }
  .swiper-viewport {
    margin: -8px;
    z-index: 1;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .img_mes2 {
    width: 0px;
  }
  .img_mes3 {
    width: 0px;
  }
  .block_telefone a {
    float: left;
    margin-top: 38px;
    position: relative;
    z-index: 888;
    color: black;
  }
  #form-currency .btn-link,
  #form-language .btn-link {
    margin-left: 0px;
    margin-top: 0px;
  }
  .selection_money {
    grid-area: selmon;
  }
  .nav-responsive .expandable:before {
    content: "";
    display: block;
    font-family: "FontAwesome";
    content: "\F0C9";
    position: absolute;
    left: 2px;
    top: 36px;
    font-size: 54px;
    color: #860115;
    z-index: 9999;
  }
  .header-logo img {
    max-width: 50%;
    text-align: center;
    display: inline;
    margin-top: 11px;
    margin-left: -95px;
  }
  .header-cart #cart > .btn {
    padding: 0px;
    display: block;
    color: #fff;
    font-size: 0;
    overflow: hidden;
    background: none;
    float: right;
    position: static;
    display: block;
    text-align: left;
    height: 50px;
    width: 50px;
    background: url(../image/codezeel/nav-icon.png) no-repeat scroll center -287px #911223;
    border-radius: 50%;
  }
  .header-cart #cart {
    margin: 25px 0px -4px -30px;
    margin-top: 23px;
    display: block;
    cursor: pointer;
    z-index: 9;
    float: left;
  }
  .header-cart #cart .cart_heading {
    color: #fff;
    text-transform: uppercase;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    display: none;
  }
  .header-container.fixed .nav-responsive .expandable:before {
    margin-left: 156%;
    margin-top: 84px;
  }
  .main-navigation li a {
    color: #262626;
    display: block;
    font-size: 14px;
    padding: 4px 20px;
    white-space: nowrap;
  }
}

@media (min-width: 600px) and (max-width: 733px) {
  .selection_money {
    grid-area: selmon;
  }
  .header-cart #cart {
    margin: 45px 0px -13px -28px;
    margin-top: 14px;
    display: block;
    cursor: pointer;
    z-index: 9;
    float: left;
  }
}

@media (max-width: 599px) {
  .selection_money {
    grid-area: selmon;
  }
  #form-currency .btn-link,
  #form-language .btn-link {
    margin-left: 0px;
    margin-top: 0px;
  }
  .header-cart #cart .cart_heading {
    color: #fff;
    text-transform: uppercase;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    display: none;
  }
  .header-cart #cart {
    margin: 25px 0px -4px -47px;
    margin-top: 10px;
    display: block;
    cursor: pointer;
    z-index: 9;
    float: left;
  }
  #logo {
    margin-top: -150px;
  }
  .number_phone {
    display: none;
  }
  .header-logo {
    padding-right: 0px;
    margin-left: -26px;
    margin-top: -12px;
    float: left;
    position: relative;
    z-index: 999;
    max-width: 200px;
  }
  .href_telefone {
    font-size: 12px;
  }
  .dropdown.myaccount {
    display: none;
  }
  .header-logo img {
    max-width: 50%;
    text-align: center;
    display: inline;
    margin-top: 11px;
    margin-left: -55px;
  }
}

@media (max-width: 375px) {
  .block_telefone {
    grid-area: phone;
  }
  #form-currency .btn-link,
  #form-language .btn-link {
    margin-left: 0px;
    margin-top: 0px;
  }
  .header-logo img {
    max-width: 50%;
    text-align: center;
    display: inline;
    margin-top: 11px;
    margin-left: -52px;
  }
  .selection_money {
    grid-area: selmon;
  }
}

@media (max-width: 364px) {
  .selection_money {
    grid-area: selmon;
  }
}

@media (max-width: 357px) {
  #form-currency .btn-link,
  #form-language .btn-link {
    margin-left: 0px;
    margin-top: 0px;
  }
}

@media (max-width: 320px) {
  .comment {
    width: 298px;
  }
  .selection_money {
    grid-area: selmon;
  }
  .header-logo img {
    max-width: 50%;
    text-align: center;
    display: inline;
    margin-top: 11px;
    margin-left: -52px;
  }
  .header-cart #cart > .btn {
    padding: 0px;
    display: block;
    color: #fff;
    font-size: 0;
    overflow: hidden;
    background: none;
    float: right;
    position: static;
    display: block;
    text-align: left;
    height: 50px;
    width: 50px;
    background: url(../image/codezeel/nav-icon.png) no-repeat scroll center -287px #911223;
    border-radius: 50%;
  }
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.main-slider:hover .swiper-pager .swiper-button-next {
  opacity: 1;
  filter: alpha(opacity=1);
  right: 10%;
  top: 46%;
}

.main-slider:hover .swiper-pager .swiper-button-prev {
  opacity: 1;
  filter: alpha(opacity=1);
  left: 10%;
  top: 46%;
}

#label_id:active {
  display: inline;
  font-weight: 400;
  cursor: pointer;
  text-align: center;
  margin-left: -11px;
  color: green;
}

.form_radio_btn {
  display: inline-block;
  margin-right: 10px;
}

.form_radio_btn input[type="radio"] {
  display: none;
}

.form_radio_btn input[type="radio"]:checked + label {
  background: #1a5757;
}

.form_radio_btn label {
  display: inline-block;
  cursor: pointer;
  background-color: #36add6;
  padding: 0px 15px;
  line-height: 34px;
  border: 0px solid #999;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: white;
}

.form_radio_btn label:hover {
  background: #999;
}

#width_col {
  width: 55px;
}

.control-label {
  color: #808080;
  font-weight: 400;
  width: 100%;
  margin-bottom: 10px;
}

div#product .form-group .hasCustomSelect {
  width: 45.5% !important;
  margin-left: 16px;
}

.quickview .form-group.qty .btn-lg,
.productpage .form-group.qty .btn-lg {
  padding: 10px 30px;
  background: #36add6;
  border-color: #ffffff;
  font-size: 14px;
  border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

#column-left .box,
#column-right .box {
  margin-bottom: 30px;
  position: relative;
  padding: 6px;
  border: 2px solid #ededed;
}

.accordion {
  background-color: white;
  color: #444;
  cursor: pointer;
  border-radius: 0;
  width: 100%;
  padding: 12px;
  text-align: left;
  border: none;
  outline: none;
  border-bottom: 1px solid #0000004a;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  z-index: 99999;
  margin-top: 100px;
}

.accordion1 {
  background-color: white;
  color: #444;
  cursor: pointer;
  border-radius: 0;
  width: 100%;
  padding: 12px;
  padding-bottom: 12px;
  margin-top: 1px;
  text-align: left;
  border: none;
  outline: none;
  border-bottom: 1px solid #0000004a;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  z-index: 99999;
}

.asdf {
  color: black;
  float: right;
  font-size: 50px;
}

.active,
.accordion:hover {
  background-color: #fff;
}

.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}

.navq input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.navq label {
  cursor: pointer;
  display: block;
  font: 2em/1 "Oswald", sans-serif;
  padding: 0.5em;
}

#menu-icon,
#menu-icon:before,
#menu-icon:after {
  background: #1d1f20;
  border-radius: 0.05em;
  height: 0.2em;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100%;
}

#menu-icon {
  display: inline-block;
  margin: 0.4em 0;
  max-width: 1em;
  position: relative;
}

.navq label #menu-icon {
  float: left;
  margin-left: -376px;
  margin-top: 32px;
  position: absolute;
  z-index: 99999;
}

#menu-icon:before,
#menu-icon:after {
  content: "";
  left: 0;
  position: absolute;
}

#menu-icon:before {
  top: -0.4em;
}

#menu-icon:after {
  bottom: -0.4em;
}

.navq input[type="checkbox"]:checked + label #menu-icon {
  background: transparent;
}

.navq input[type="checkbox"]:checked + label #menu-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: white;
}

.navq input[type="checkbox"]:checked + label #menu-icon:after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: white;
}

.navq input:checked ~ #overlay {
  background-color: white;
  bottom: 0;
  left: -18px;
  height: 100vh;
  position: absolute;
  right: 0;
  z-index: 999;
  top: 0;
  width: 101vw;
}

.navq ul {
  font-size: 1.5em;
  list-style: none;
  margin: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  text-align: center;
}

.navq input:checked ~ ul {
  margin: 16em;
  max-height: inherit;
  opacity: 1;
  width: 100%;
  margin-left: -63px;
}

.navq ul > li {
  margin: 0.5em 0;
}

.navq ul a {
  color: #1d1f20 !important;
  text-decoration: none;
  position: relative;
  z-index: 9999;
}

.navq ul a:hover {
  text-decoration: underline;
}

.navq ul#social-media > li {
  display: inline-block;
  font-size: 1.5em;
  margin: 0.5em;
}

@media (max-width: 599px) {
  .navq label #menu-icon {
    float: left;
    margin-left: -159px;
    margin-top: 32px;
    position: absolute;
    z-index: 99999;
  }
}

@media (min-width: 1041px) and (max-width: 1179px) {
  .selection_money {
    grid-area: selmon;
  }
}

@media (min-width: 993px) and (max-width: 1040px) {
  .selection_money {
    grid-area: selmon;
  }
}

@media (min-width: 600px) and (max-width: 733px) {
  .selection_money {
    grid-area: selmon;
  }
}

.header_mobile {
  padding: 10px;
  background-color: #525252;
  position: absolute;
  z-index: 9999;
  margin-top: -69px;
  width: 40%;
  text-align: right;
  color: white;
}

.ul_margin {
  margin-top: -40px;
}

.logo_mobile {
  width: 120px;
  position: absolute;
  z-index: 9999999;
  margin-top: -127px;
  margin-left: 40%;
}

.telefone_mobile {
  margin-top: -130px;
  position: absolute;
  z-index: 999;
  width: 50px;
  float: right;
  margin-left: 86%;
}

.telefone_mobile1 {
  margin-top: -133px;
  position: absolute;
  z-index: 999;
  width: 50px;
  float: right;
  margin-left: 93%;
}

.telefone_mobile2 {
  margin-top: -131px;
  position: absolute;
  z-index: 999;
  width: 50px;
  float: right;
  margin-left: 79%;
}

.a_href {
  position: absolute;
  z-index: 9999;
}

@media (min-width: 768px) {
  .header_mobile {
    padding: 10px;
    background-color: #525252;
    position: absolute;
    z-index: 9999;
    margin-top: -69px;
    width: 40%;
    text-align: right;
    color: white;
    margin-left: -33px;
  }
}

#checkout-checkout .panel {
  display: block;
}

.box.special .box-content {
  margin-left: -15px;
  margin-right: -15px;
}

.box.special .box-content #special-grid {
  margin: 0;
  width: 100% !important;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.box.special .box-content #special-grid .product-items {
  width: 100% !important;
  max-width: 300px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 50px;
}

@media (min-width: 576px) {
  .box.special .box-content #special-grid .product-items {
    width: 50% !important;
  }
}

@media (min-width: 768px) {
  .box.special .box-content #special-grid .product-items {
    width: 33.33333% !important;
  }
}

@media (min-width: 1200px) {
  .box.special .box-content #special-grid .product-items {
    width: 25% !important;
  }
}

.box.special .box-content #special-grid .product-items .product-block {
  margin: 0;
  padding: 10px 15px 20px;
  height: -webkit-max-content !important;
  height: -moz-max-content !important;
  height: max-content !important;
}

.box.special
.box-content
#special-grid
.product-items
.product-block
.product-block-inner {
  margin: 0;
  max-width: 100%;
}

.column_footer {
  text-align: left;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .payments_methods {
  padding: 30px;
}

footer .payments_methods img {
  height: 50px;
}

@media (min-width: 768px) {
  footer .payments_methods img {
    height: 70px;
  }
}

@media (min-width: 1400px) {
  footer .payments_methods img {
    height: 100px;
  }
}

@media (min-width: 1600px) {
  footer .payments_methods img {
    height: 118px;
  }
}

.box-product.productbox-grid {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 100%;
}

.box-product.productbox-grid .product-items .product-block {
  margin: 0;
}

.box-product.productbox-grid
.product-items
.product-block
.product-block-inner {
  max-width: 100%;
}

#blog-grid {
  width: 100%;
  max-width: 100%;
  margin: auto;
}

@media (min-width: 576px) {
  #blog-grid {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (min-width: 576px) {
  #blog-grid .product-items {
    max-width: calc(100% / 2);
  }
}

@media (min-width: 992px) {
  #blog-grid .product-items {
    max-width: calc(100% / 4);
  }
}

@media (min-width: 1400px) {
  .container {
    width: 1360px;
  }
}

@media (min-width: 1600px) {
  .container {
    width: 1560px;
  }
}

@media (min-width: 1800px) {
  .container {
    width: 1760px;
  }
}

.product-carousel .slider-item {
  float: left;
}

.main-slider .swiper-viewport .swiper-wrapper .swiper-slide > a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (min-device-width: 270px) and (max-device-width: 480px) {
  .number_phone {
    display: none;
  }
}

#boc_order .modal-content {
  border-radius: 8px;
  overflow: hidden;
}

#boc_order .modal-content .modal-header {
  background: #36add6;
  color: #fff;
}

#boc_order .modal-content .modal-header #boc_order_title {
  color: #fff;
}

@media (max-width: 767px) {
  #boc_order .modal-content .modal-body {
    padding: 20px 0;
  }
}

#boc_order .modal-content .modal-body #boc_form hr {
  opacity: 0;
  margin: 20px 0;
}

#boc_order .modal-content .modal-body #boc_form .input-group {
  width: 100%;
}

#boc_order .modal-content .modal-body #boc_form .input-group .input-group-addon {
  display: none;
}

@media (max-width: 767px) {
  #boc_order .modal-content .modal-body #boc_form #boc_product_field .boc_product_info img {
    margin-bottom: 15px;
    max-height: 200px;
  }
}

#menu.main-menu ul.navbar-nav > li {
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  border-left: 1px solid rgba(0, 0, 0, 0);
  border-right: 1px solid rgba(0, 0, 0, 0);
}

#menu.main-menu ul.navbar-nav > li::before, #menu.main-menu ul.navbar-nav > li::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  background: #000;
}

#menu.main-menu ul.navbar-nav > li:nth-child(2n + 1)::after {
  top: 100%;
  left: 0;
}

#menu.main-menu ul.navbar-nav > li:nth-child(2n + 1)::before {
  bottom: 100%;
  right: 0;
}

#menu.main-menu ul.navbar-nav > li:nth-child(2n) ::after {
  top: 100%;
  right: 0;
}

#menu.main-menu ul.navbar-nav > li:nth-child(2n) ::before {
  bottom: 100%;
  left: 0;
}

#menu.main-menu ul.navbar-nav > li:hover {
  border-left: 1px solid black;
  border-right: 1px solid black;
}

#menu.main-menu ul.navbar-nav > li:hover::before, #menu.main-menu ul.navbar-nav > li:hover::after {
  width: 98%;
}

#menu.main-menu ul.navbar-nav > li a::before {
  display: none;
}

@-webkit-keyframes slide-down {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slide-down {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

main .content-top .main-slider .swiper-viewport .swiper-container .swiper-wrapper .swiper-slide > a {
  min-height: 320px;
  display: block;
}

main .content-top .main-slider .swiper-viewport .swiper-container .swiper-wrapper .swiper-slide > a img {
  min-height: 320px;
  max-height: 680px;
}

main .content-top .main-slider .swiper-viewport .swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #888;
  width: 10px;
  height: 10px;
}

main .content-top .main-slider .swiper-viewport .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
  border: none;
}

main .content-top .main-slider .swiper-viewport .swiper-pager {
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 32px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

@media (min-width: 768px) {
  main .content-top .main-slider .swiper-viewport .swiper-pager {
    display: block;
    height: 52px;
  }
}

main .content-top .main-slider .swiper-viewport .swiper-pager .swiper-button-next,
main .content-top .main-slider .swiper-viewport .swiper-pager .swiper-button-prev {
  margin: 0;
  top: 0;
  height: 32px;
  width: 32px;
}

@media (min-width: 768px) {
  main .content-top .main-slider .swiper-viewport .swiper-pager .swiper-button-next,
  main .content-top .main-slider .swiper-viewport .swiper-pager .swiper-button-prev {
    height: 52px;
    width: 52px;
  }
}

main .box {
  padding: 0;
  padding-top: 40px;
}

main .box .box-content .box-product.productbox-grid {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 100%;
}

main .box .box-content .box-product.productbox-grid .product-items {
  padding: 0px 15px;
  width: 100%;
  max-width: 250px;
  margin-bottom: 20px;
}

@media (min-width: 700px) {
  main .box .box-content .box-product.productbox-grid .product-items {
    max-width: calc(100% / 3);
  }
}

@media (min-width: 992px) {
  main .box .box-content .box-product.productbox-grid .product-items {
    max-width: calc(100% / 4);
  }
}

@media (min-width: 1200px) {
  main .box .box-content .box-product.productbox-grid .product-items {
    max-width: calc(100% / 5);
  }
}

@media (min-width: 1600px) {
  main .box .box-content .box-product.productbox-grid .product-items {
    max-width: calc(100% / 7);
  }
}

@media (min-width: 700px) and (max-width: 991px) {
  main .home_row .box .box-content .box-product.productbox-grid .product-items:nth-child(n + 19) {
    display: none;
  }
}

@media (min-width: 1600px) {
  main .home_row .box .box-content .box-product.productbox-grid .product-items:nth-child(n + 15) {
    display: none;
  }
}

#column-left .box,
#column-right .box {
  padding: 20px;
}

#column-left .box.special .box-content #special-grid,
#column-right .box.special .box-content #special-grid {
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% + 30px) !important;
  max-width: calc(100% + 30px);
}

#column-left .box.special .box-content #special-grid .product-items,
#column-right .box.special .box-content #special-grid .product-items {
  width: 100% !important;
  max-width: 100%;
  margin-bottom: 0;
  padding: 20px 15px;
}

#column-left .box.special .box-content #special-grid .product-items .product-block,
#column-right .box.special .box-content #special-grid .product-items .product-block {
  padding: 0;
  height: 100% !important;
}

#column-left .box.special .box-content #special-grid .product-items .product-block .product-block-inner,
#column-right .box.special .box-content #special-grid .product-items .product-block .product-block-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#column-left .box.special .box-content #special-grid .product-items .product-block .product-block-inner .image,
#column-right .box.special .box-content #special-grid .product-items .product-block .product-block-inner .image {
  margin-bottom: 0;
}

#column-left .box.special .box-content #special-grid .product-items .product-block .product-block-inner .product-details .caption,
#column-right .box.special .box-content #special-grid .product-items .product-block .product-block-inner .product-details .caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

#column-left .box.special .box-content #special-grid .product-items .product-block .product-block-inner .product-details .caption .addtocart,
#column-right .box.special .box-content #special-grid .product-items .product-block .product-block-inner .product-details .caption .addtocart {
  padding: 4px 15px;
  margin-top: auto;
  border-radius: 25px;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#column-left .box.special .box-content #special-grid .product-items .product-block .product-block-inner .product-details .caption .addtocart:hover,
#column-right .box.special .box-content #special-grid .product-items .product-block .product-block-inner .product-details .caption .addtocart:hover {
  background-color: #888888;
  border-color: #888888;
}

#column-left .box.special .box-content #special-grid .product-items .product-block .product-block-inner .product-details .caption .addtocart span,
#column-right .box.special .box-content #special-grid .product-items .product-block .product-block-inner .product-details .caption .addtocart span {
  color: #fff;
  font-size: 14px;
}

#column-left > .swiper-viewport,
#column-right > .swiper-viewport {
  display: none;
}

#product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#product .form-group.qty {
  margin-top: 52px;
}

@media (min-width: 768px) and (max-width: 992px) {
  #product .form-group.qty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #product .form-group.qty > label {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-top: 0;
  }
  #product .form-group.qty > #input-quantity {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 0;
    margin-right: auto;
  }
  #product .form-group.qty .action_button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #product .form-group.qty .action_button br {
    display: none;
  }
  #product .form-group.qty .action_button button {
    margin: 4px 0;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #product .form-group.qty .action_button button::after {
    content: attr(data-original-title);
    font-size: 14px;
    margin-left: 5px;
  }
}

@media (max-width: 575px) {
  #product .form-group.qty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #product .form-group.qty > label {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-top: 0;
  }
  #product .form-group.qty > #input-quantity {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 0;
    margin-right: auto;
  }
  #product .form-group.qty .action_button {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #product .form-group.qty .action_button br {
    display: none;
  }
}

@media (max-width: 430px) {
  #product .form-group.qty .action_button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #product .form-group.qty .action_button button {
    margin: 4px 0;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #product .form-group.qty .action_button button::after {
    content: attr(data-original-title);
    font-size: 14px;
    margin-left: 5px;
  }
}

#product .form-group.required {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#product .form-group.required label.control-label {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

#product .form-group.required div[id^='input-option'] {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#product .form-group.required .text-danger {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

footer .footer-blocks {
  margin: 0;
}

footer .footer-blocks .column_footer {
  margin-bottom: 30px;
}
/*# sourceMappingURL=stylesheet.css.map */