html,
body {
  height: 100%;
}
body {
  font-size: 16px;
  font-weight: 300 !important;
}

a {
  color: #333;
}

/* Icon font */
@font-face {
  font-family: 'Linear Icon';
  src: url('linear-icon.eot?44157449car');
  src: url('linear-icon.eot?44157449#iefix') format('embedded-opentype'),
    url('linear-icon.woff?44157449') format('woff'),
    url('linear-icon.ttfsecti?44157449') format('truetype'),
    url('linear-icon.svg?44157449#icon-') format('svg');
  font-weight: normal;
  font-style: normal;
}

.linear-icon {
  font-family: 'Linear Icon';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-left: 0.2em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container {
  max-width: 1300px;
}

.container.section {
  padding-top: 50px;
}

.cart .container.section {
  padding-top: 100px;
}
a:hover {
  text-decoration: none;
}
/* Transition for Hover & Focus states */
a,
a:hover,
input.text,
input.text:focus,
select.select,
select.select:hover {
  text-decoration: none !important;
}

*,
*:after,
*:before {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

h1,
h2 {
  color: #222;
}

h2 {
  font-weight: 400;
}

h3,
h4,
h5,
h6 {
  color: #222;
}

ol,
ul {
  list-style: none;
}
.breadcrumb {
  margin-top: 30px;
  background: #f5f5f5;
}

h1.section-title,
h2.section-title {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 40px;
  font-weight: 400;
  position: relative;
  color: #333;
}

h1.section-title {
  font-size: 3.375em !important;
}
h2.section-title {
  font-size: 2.75em !important;
}

h1.section-title::before,
h2.section-title::before {
  content: ' ';
  width: 74px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -37px;
}

strong,
b {
  font-weight: 600;
}

.section {
  padding-bottom: 50px;
}

.section .button-footer {
  padding-top: 30px;
  text-align: center;
}

.section .button-footer a.butn {
  margin: auto;
}

.store-image {
  width: auto;
  max-height: 150px;
  max-width: 310px;
}
.product-block-description {
  height: 90px;
  overflow: hidden;
}

.no-label {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.info {
  padding: 20px;
  border: 1px solid #333;
  text-align: center;
}

/* Blocks */
.block .block-inside {
  padding: 15px;
  border: 1px solid #ccc;
  overflow: hidden;
}

.block .block-inside label {
  font-size: 0.875em;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
}

.block .actions p {
  margin: 0;
}

.block .actions a {
  text-transform: uppercase;
  display: block;
  margin-top: 10px;
  text-align: center;
}

/* FORMS */
input[type='text'],
input[type='number'],
input[type='email'] {
  font-family: 'Roboto Slab', serif !important;
}

input[type='text'].form-control,
input[type='number'].form-control,
input[type='email'].form-control,
input[type='password'].form-control,
input[type='date'].form-control,
input[type='tel'].form-control,
select.form-control,
textarea.form-control,
select.select {
  height: 50px !important;
  line-height: 50px;
  -webkit-appearance: none;
  border-radius: 4px;
  padding: 0 0.75rem;
  background-color: #fff;
  position: relative;
  z-index: 2;
  width: 100%;
  border-color: #bbb;
  font-family: 'Roboto Slab', serif !important;
}

input[type='file'] {
  width: 100%;
}

.quantity {
  position: relative;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type='number'] {
  -moz-appearance: textfield;
}

.quantity input {
  width: 45px;
  height: 46px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  border: 1px solid #eee;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: left;
  position: relative;
  height: 49px;
  z-index: 10;
  top: 1px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #ccc;
  width: 22px;
  text-align: center;
  color: #333;
  font-size: 13px;
  font-family: 'Roboto Slab', serif !important;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 25px;
  top: 0;
  border-bottom: 1px solid #ccc;
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: 0px;
  height: 25px;
}

textarea.form-control {
  height: 10em !important;
}

input[type='text'].form-control:focus,
input[type='text'].form-control:active,
input[type='number'].form-control:focus,
input[type='number'].form-control:active,
input[type='email'].form-control:focus,
input[type='email'].form-control:active,
input[type='password'].form-control:focus,
input[type='password'].form-control:active,
textarea.form-control:focus,
textarea.form-control:active,
select.form-control:focus,
select.form-control:active,
select.select:focus,
select.select:active {
  background-color: #fff;
  border-color: #333;
}

.select {
  position: relative;
}

.select i {
  position: absolute;
  top: 16px;
  right: 10px;
  z-index: 1;
  pointer-events: none;
}

.select-field i {
  position: absolute;
  bottom: 16px;
  right: 30px;
  z-index: 1;
  pointer-events: none;
}

.select select,
.select-field select {
  background: none !important;
}

.select:before {
  position: absolute;
  content: ' ';
  background: #fff;
  width: 100%;
  height: 50px;
  border-radius: 5px;
  left: 0;
}

/** Buttons **/

a.butn,
input.butn,
.group-span-filestyle .btn,
#filters button.butn {
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-transform: uppercase;
  display: block;
  max-width: 210px;
  border-radius: 4px;
  font-weight: 400;
  border: 0;
  font-family: 'Roboto Slab', serif !important;
  font-size: 0.875em;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.btn.disabled,
.btn:disabled {
  cursor: not-allowed!important;
}

a.butn:hover,
a.butn:focus,
a.butn:active,
input.butn:hover,
input.butn:focus,
input.butn:active,
.group-span-filestyle .btn:hover,
.group-span-filestyle .btn:focus,
.group-span-filestyle .btn:active {
  color: #fff;
}

.butn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 105, 180, 0.5),
    0 0 0 1.5px rgba(255, 105, 180, 0.5);
}

.js-focus-visible .butn:focus:not(.focus-visible) {
  box-shadow: none;
}

a.butn.gray,
input.butn.gray {
  background-color: #999999;
}

a.butn.wi {
  font-size: 0.875rem;
  padding-left: 45px;
}

a.butn.wi:after {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
  width: 35px;
  height: 50px;
  text-align: center;
  color: #fff;
}

input.butn.adc {
  max-width: 100%;
  width: 100%;
  text-align: center;
  padding-left: 50px;
  cursor: pointer;
}

.adc-content {
  position: relative;
  clear: both;
}

span.adc-button:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
  width: 35px;
  height: 50px;
  z-index: 1;
}

span.adc-button i {
  position: absolute;
  left: 3px;
  top: 14px;
  font-size: 1.3rem;
  color: #fff;
  z-index: 1;
}

.butn-block {
  width: 100% !important;
  max-width: initial !important;
  text-align: center;
}

/*** HEADER ***/
.top-bar {
  height: 45px;
  line-height: 45px;
  font-size: 0.875em;
  background: #222;
  color: #dedede;
  position: relative;
  z-index: 999;
}

.top-bar i.linear-icon {
  font-size: 16px;
  margin-right: 5px;
}

.top-bar a {
  color: #dedede;
}

.top-bar a:hover {
  color: #fff;
}

.top-bar span {
  margin: 0 5px;
}

.top-bar .social {
  display: inline-block;
  margin-bottom: 0;
}

.top-bar .social li {
  padding-right: 10px;
}

.top-bar .social li a i {
  font-size: 1.5em;
}

.top-bar .float-right .dropdown {
  cursor: pointer;
  display: inline-block;
  text-transform: capitalize;
}

.top-bar .float-right .dropdown-toggle {
  padding: 0 15px;
}

.top-bar .float-right .dropdown .dropdown-menu {
  margin: 0;
  border-radius: 0;
  background: #333;
  border: 0;
  padding: 0;
  width: 68px;
  min-width: auto;
  overflow: hidden;
}

.top-bar .float-right .dropdown .dropdown-menu a {
  color: #fff;
  padding: 0 15px;
}

.top-bar .float-right .dropdown .dropdown-menu a:hover {
  background: #454545;
}

.top-bar .login {
  display: inline-block !important;
}

/*** LOGO AREA **/
body.home .header-block {
  position: absolute;
  z-index: 4;
  left: 0;
  width: 100%;
}

body.not-home .header-block {
  height: 320px;
}

body.not-home .header-block > div,
body.cart .header-block > div {
  position: relative;
  z-index: 3;
}

body.home .header-block .row {
  padding: 30px 0;
}

body.not-home .header-block .row {
  padding: 15px 0;
}

.header-block .navbar-brand,
.header-block .text-logo,
.cart .navbar-brand {
  color: #fff;
  font-weight: normal;
  padding: 0;
  margin: 0;
  display: block;
}

.header-block .store-image {
  width: auto;
  max-height: 150px;
  max-width: 310px;
}

.header-block .cart a {
  color: #fff;
  position: relative;
  display: block;
  font-size: 1.25rem;
}

.header-block .cart i {
  font-size: 2rem;
  margin-right: 0.4em;
}

.header-block .cart a.nav-link > * {
  display: inline-block;
}

.header-block .cart-size {
  display: inline-block;
  background: #e22323;
  color: #fff;
  border-radius: 13px;
  min-width: 18px;
  height: 18px;
  text-align: center;
  line-height: 15px;
  padding: 2px;
  position: absolute;
  top: -5px;
  left: 25px;
  font-size: 0.625rem;
}

/* Search page */
.product-gallery-query {
  line-height: 48px;
}

/** Search form **/
#search_mini_form {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  display: none !important;
  opacity: 0;
}

#search_mini_form.open {
  opacity: 1;
  display: block !important;
}

#search_mini_form input.form-text {
  border: 0;
  border-radius: 4px;
  margin: 0;
  padding: 0 25px;
  width: 100%;
  font-size: 1rem;
  height: 4.375rem;
  font-family: 'Roboto Slab', serif !important;
}

#search_mini_form button {
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  height: 4.375rem;
  width: 4.375rem;
  padding: 0;
  border: 0;
  border-left: 1px solid #cccccc;
  z-index: 3;
  border-radius: 0 4px 4px 0;
}

#search_mini_form .close-search {
  position: absolute;
  font-size: 1.5em;
  top: 0;
  right: 71px;
  width: 4.375rem;
  height: 4.375rem;
  line-height: 4.375rem;
  text-align: center;
  border-left: 1px solid #ccc;
}

#search_mini_form button i {
  font-size: 1.5rem;
}

/** Footer **/
footer {
  padding-top: 80px;
  color: #333;
}
footer .text-logo-footer,
footer .navbar-brand {
  font-size: 2.75em !important;
  color: #000;
  font-weight: 400;
  font-family: 'Grand Hotel', cursive !important;
}

footer .store-image {
  margin: 0 0 10px 0;
}

footer a {
  display: inline-block;
  color: #333;
}

footer ul {
  margin: 0;
  padding: 0;
}

footer h5 {
  font-size: 1rem;
  text-transform: uppercase;
  display: block;
  line-height: 2.5rem;
  font-weight: 700;
  position: relative;
}

footer h5:after {
  position: absolute;
  content: ' ';
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
}

footer ul li {
  padding-bottom: 3px;
}

footer ul li a {
  color: #555;
  word-break: break-all;
}

footer ul li a:hover {
  color: #000;
}

footer ul.social-footer li a i {
  font-size: 1.8rem;
  margin: 10px 15px 0 0;
  color: #666;
}

footer .payment ul li,
footer ul.social-footer li {
  display: inline-block;
}

footer .payment ul li span {
  display: block;
  border: 1px solid #e1e1e1;
  width: 55px;
  height: 33px;
  border-radius: 3px;
  overflow: hidden;
  background: #f5f5f5;
  position: relative;
}

footer .payment ul li span:before {
  content: '';
  width: 100px;
  height: 100px;
  background: #fff;
  position: absolute;
  z-index: 0;
  transform: rotate(60deg);
  top: -76px;
  left: -50px;
  border: 1px solid #eee;
}

footer .payment ul li span img {
  max-width: 100%;
  display: block;
  position: relative;
  z-index: 2;
}

footer .payment ul li span.transfer {
  font-size: 8px;
  text-align: center;
  line-height: 10px;
  padding-top: 10px;
  background: #fff;
  text-transform: uppercase;
  width: 80px;
}

p.powerd-by {
  text-align: center;
  margin: 15px 0 0 0;
  padding: 10px 0;
  font-size: 0.875em !important;
  border-top: 1px solid #ccc;
}
/**** MENU ****/
.navbar {
  border-radius: 0;
}
.navbar-header h1 {
  margin: 0;
}

.mobilenav {
  width: 100%;
  height: 100%;
  top: 0;
  position: fixed;
  z-index: 100;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  padding-top: 105px;
}

.mobilenav a {
  color: #fff;
}

.mobilenav-inner {
  margin: 10px 15px 0 15px;
  text-align: center;
  overflow: auto;
  height: 100%;
  padding-bottom: 100px;
}

.mobilenav.open {
  -webkit-transform: translate(0);
  transform: translate(0);
  background: rgba(0, 0, 0, 0.9);
}

.mobilenav .menu-header {
  height: 60px;
  width: 100%;
  position: relative;
  z-index: 10;
  right: -45px;
}

.mobilenav.open .menu-header {
  right: 0;
}

.mobilenav .lang-container {
  border-bottom: 3px solid #fff;
  border-top: 3px solid #fff;
}

.mobilenav .lang-container label {
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  height: 50px;
  line-height: 50px;
  display: block;
  border-bottom: 1px solid #333;
}

.mobilenav .lang-container label i {
  margin-left: 5px;
}

.mobilenav .lang-container a {
  color: #fff;
  display: block;
  padding: 5px 0;
}

.mobilenav .language-menu,
.mobilenav .currency-menu {
  height: 0;
  overflow: hidden;
}
.mobilenav .language-menu.active,
.mobilenav .currency-menu.active {
  padding: 10px 0;
  height: auto;
  border-bottom: 1px solid #333;
}

.search-form {
  margin: 0 15px;
  position: relative;
  height: 50px;
}

.search-form input {
  background: none;
  border: none;
  height: 50px;
  background: #fff;
  padding: 0 50px 0 15px;
  width: 100%;
  margin-top: 0;
  border-radius: 4px !important;
}

.search-form button {
  width: 50px;
  height: 50px;
  right: 0;
  top: 0;
  position: absolute;
  background: none;
  border: none;
  -webkit-appearance: none;
  font-size: 1.5em;
}

.mobilenav .social-menu {
  margin-top: 10px;
}

.mobilenav .social-menu a i {
  font-size: 1.8em;
}

.nav-icon-content {
  height: 60px;
}

.nav-icon {
  width: 25px;
  height: 20px;
  position: absolute;
  left: 0px;
  top: 20px;
  margin: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.nav-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #fff;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.nav-icon span:nth-child(1) {
  top: 0px;
}

.nav-icon span:nth-child(2),
.nav-icon span:nth-child(3) {
  top: 8px;
}

.nav-icon span:nth-child(4) {
  top: 16px;
}

.nav-icon.open span:nth-child(1) {
  top: 7px;
  width: 0%;
  left: 50%;
}

.nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-icon.open span:nth-child(4) {
  top: 7px;
  width: 0%;
  left: 50%;
}

.mobilenav .menu-mobile {
  padding: 0;
  margin: 0;
}

.mobilenav .dropdown-toggle::after {
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  position: absolute;
  right: 20px;
  top: 20px;
}

.mobilenav .menu-mobile li a {
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #333;
  text-transform: uppercase;
  color: #fff;
  display: block;
  cursor: pointer;
  position: relative;
}

.mobilenav .menu-mobile li a:hover {
  color: #fff;
}

.mobilenav .menu-mobile li.has-dropdown .dropdown {
  position: absolute;
  padding: 0 0 10px 0;
  width: 100%;
  right: -100%;
  display: none;
  top: 0;
}

.mobilenav .menu-mobile li.has-dropdown .dropdown.active {
  display: block;
}

.mobilenav .menu-mobile li.has-dropdown ul.dropdown a {
  text-transform: none;
}

.mobilenav .menu-mobile li.has-dropdown ul.dropdown a.top-category {
  font-weight: 600;
  text-transform: uppercase;
}

.mobilenav .menu-mobile li.has-dropdown ul.dropdown a.goto span {
  text-transform: uppercase;
}

.mobilenav .menu-mobile li.has-dropdown.active .dropdown {
  display: block;
}

.mobilenav .menu-mobile li.has-dropdown a.first-trigger i,
.mobilenav .menu-mobile li.has-dropdown a.last-trigger i {
  position: absolute;
  top: 17px;
  right: 0;
  margin: 0;
}

.mobilenav .menu-mobile.active {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.mobilenav .menu-mobile.level-2 {
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%);
}

.mobilenav .menu-mobile.level-3 {
  -webkit-transform: translateX(-300%);
  transform: translateX(-300%);
}

.mobilenav .menu-mobile.level-4 {
  -webkit-transform: translateX(-400%);
  transform: translateX(-400%);
}

.mobilenav .menu-mobile.level-5 {
  -webkit-transform: translateX(-500%);
  transform: translateX(-500%);
}

.mobilenav .menu-mobile.level-6 {
  -webkit-transform: translateX(-600%);
  transform: translateX(-600%);
}

.mobilenav .menu-mobile.level-7 {
  -webkit-transform: translateX(-700%);
  transform: translateX(-700%);
}

.mobilenav .menu-mobile.level-8 {
  -webkit-transform: translateX(-800%);
  transform: translateX(-800%);
}

.mobilenav .menu-mobile li.social-item {
  width: 50%;
  float: left;
}

.mobilenav .menu-mobile li.social-item a {
  display: block;
  font-size: 0.88rem;
  border-right: 1px solid #e1e1e1;
  position: relative;
  right: -1px;
}

.navbar-expand-md {
  text-transform: uppercase;
  position: relative;
  z-index: 10;
}

.navbar-expand-md.full {
  margin: 0 15px;
}

.navbar-expand-md .menu-container {
  background: #fff;
  border-radius: 4px;
  position: relative;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
}

.navbar-expand-md .magnifier {
  position: absolute;
  font-size: 1.5em;
  right: 0px;
  top: 0;
  width: 4.375rem;
  height: 4.375rem;
  line-height: 4.375rem;
  text-align: center;
  border-left: 1px solid #ccc;
  z-index: 3;
}

.navbar-expand-md .magnifier.active {
  right: 71px;
}

.navbar-expand-md .magnifier i.icon-0822-cross2 {
  display: none;
}
.navbar-expand-md .magnifier.active i.icon-0803-magnifier {
  display: none;
}
.navbar-expand-md .magnifier.active i.icon-0822-cross2 {
  display: inline-block;
}

.navbar-expand-md .navbar-collapse {
  position: relative;
}

.navbar-expand-md .navbar-collapse li a {
  padding: 0 12px !important;
  color: #000;
  font-weight: 500;
  height: 4.375rem;
  line-height: 4.375rem;
}

.navbar-expand-md .navbar-collapse .dropdown li {
  border-bottom: 1px solid #ccc;
}

.navbar-expand-md .navbar-collapse li ul.multi-level li a.nav-link {
  height: auto;
  line-height: normal;
  padding: 12px 15px 12px 15px !important;
}

.navbar-expand-md
  .navbar-collapse
  li
  ul.multi-level
  li
  a.nav-link.dropdown-toggle {
  padding-right: 30px !important;
}

.navbar-expand-md .navbar-collapse li ul.multi-level li ul.multi-level {
  background: #f1f1f1;
}

.navbar-expand-md ul.dropdown-menu.multi-level .dropdown-toggle::after {
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  right: 10px;
  position: absolute;
  top: 20px;
}

.navbar-expand-md ul.dropdown-menu.multi-level {
  margin: 0;
  padding: 0;
  border: 0;
  top: 100%;
  min-width: 200px;
  border-radius: 0;
}
.navbar-expand-md ul.dropdown-menu.multi-level li.nav-item {
  float: none;
  min-width: 100%;
}

.navbar-expand-md ul.dropdown-menu.multi-level .multi-level {
  position: absolute;
  left: 100%;
  top: 0;
  min-width: 100%;
}

.navbar-light {
  min-height: 51px;
}

.sfhover > ul.dropdown-menu {
  display: block;
}

.nav-link {
  padding: 1em;
}
.navbar-inverse .navbar-nav .dropdown-menu a.nav-link {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  clear: both;
  font-weight: 400;
  color: #292b2c;
  text-align: inherit;
  white-space: nowrap;
  background: 0 0;
  border: 0;
  font-size: 0.9rem;
}

.dropdown-menu li a.nav-link {
  padding: 5px 0;
}

@media (min-width: 992px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
ul.nav > li.dropdown > ul > li {
  position: relative;
}
ul.nav > li.dropdown > ul > li > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}

ul.nav > li.dropdown > ul > li:hover > .dropdown-menu {
  display: block;
}
ul.nav > li.dropdown > ul > li > .icon:after {
  display: block;
  content: ' ';
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.navbar-inverse .dropdown-menu.multi-level {
  margin: -1px 0 0 0;
  border-radius: 0 0 0.25rem 0.25rem;
  padding: 0;
}

.navbar-inverse .dropdown-menu.multi-level .dropdown > a:after {
  display: block;
  content: '';
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

/**Slider**/
#carousel-home {
  position: relative;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  height: 825px;
}

#carousel-home .carousel-in {
  height: 825px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

#carousel-home .owl-item {
  float: left;
}

#carousel-home .item {
  width: 100%;
  height: 100%;
  background: #000;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 825px;
}

.responsive-bg img {
  display: none;
}

#carousel-home .layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#carousel-home .carousel-info a.butn {
  margin: 0 auto 0;
}

#carousel-home .carousel-info p {
  margin-bottom: 20px;
}

#carousel-home .carousel-in .carousel-info {
  width: 650px;
  height: 550px;
  margin: 290px auto 0;
  text-align: center;
  position: relative;
  z-index: 2;
}

#carousel-home .carousel-in .carousel-info h2 {
  font-size: 4.625rem !important;
  font-weight: normal;
  line-height: 0.875em;
  margin: 0 0 20px 0;
}

#carousel-home .carousel-in .carousel-info i.linear-icon {
  font-size: 7em;
  margin: 0 0 20px 0;
}

#carousel-home .owl-nav {
  position: absolute;
  top: 340px;
  width: 100%;
}

#carousel-home .owl-nav > div.owl-prev {
  left: 70px;
}
#carousel-home .owl-nav > div.owl-next {
  right: 70px;
}

#carousel-home .owl-nav > div {
  border: 2px solid #fff;
  width: 62px;
  height: 62px;
  display: block;
  display: table;
  border-radius: 31px;
  position: absolute;
  opacity: 0.5;
  cursor: pointer;
}

#carousel-home .owl-nav > div:hover {
  opacity: 1;
}

#carousel-home .owl-nav i.linear-icon {
  font-size: 2.15rem;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
}

#carousel-home .owl-nav > div {
  top: 130px;
}

.container-home {
  position: relative;
  z-index: 3;
  margin-bottom: 100px;
}

.container.principal {
  margin-top: 30px;
}

#store-features {
  padding-bottom: 50px;
  max-height: 150px;
}

#store-features .row {
  background: #fff;
  -webkit-box-shadow: 0px 10px 46px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 46px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 46px 0px rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  height: 200px;
  position: relative;
  top: -100px;
}

#store-features .row .inside {
  padding: 50px 50px 0 140px;
  min-height: 200px;
}

#store-features .row .inside i.linear-icon {
  position: absolute;
  left: 40px;
  top: 65px;
  font-size: 3.8em;
}

#store-features .row .inside-2 {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

#store-features .row h2 {
  font-size: 2.125rem !important;
  margin-bottom: 0;
}

#store-features .row p {
  color: #666666;
}

.curtain {
  position: absolute;
  bottom: -40px;
  left: 0;
  overflow: hidden;
  height: 40px;
  width: 100%;
}

.curtain-container {
  height: 40px;
  width: 110%;
}

.curtain span {
  background: #000;
  display: block;
  width: 40px;
  height: 40px;
  float: left;
  border-radius: 0 0 20px 20px;
}

/** Banners **/
#banners div > a.butn {
  display: block;
  float: left;
  position: relative;
  max-width: initial;
}

#banners .inside {
  min-height: 515px;
  position: relative;
  background-size: cover;
  overflow: hidden;
  background-position: center;
}

#banners .gradient {
  overflow: hidden;
  padding: 30px;
  position: relative;
  z-index: 2;
}

#banners span {
  width: 100%;
  height: 70%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}

#banners h3 {
  min-height: 55px;
  text-transform: uppercase;
  font-size: 1.5rem;
  margin-bottom: 10px;
}

/** Blog **/
#blog-list .block-post {
  margin-bottom: 30px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
}

.blog-post #blog-list .block-post {
  margin-bottom: 0;
}

#blog-list .block-post:hover {
  border-color: #bbb;
}

#blog-list .block-post img {
  width: 100%;
}

#blog-list .block-post p {
  margin: 0;
  word-break: break-all;
}

#blog-list .block-post p:after {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 150px;
  z-index: 21;
  left: 0;
  bottom: 0;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 1%,
    rgba(255, 255, 255, 1) 63%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 1%,
    rgba(255, 255, 255, 1) 63%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 1%,
    rgba(255, 255, 255, 1) 63%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

#blog-list a.butn.wi {
  left: 50%;
  top: 50%;
  width: 170px;
  position: absolute;
  margin: -25px 0 0 -85px;
  display: none;
  z-index: 5;
}

#blog-list a.butn.wi i {
  position: absolute;
  left: 3px;
  top: 14px;
  font-size: 1.3rem;
}

#blog-list .block-post:hover a.butn.wi {
  display: block;
}

#blog-list .block-post:hover .blog-image {
  opacity: 0.6;
}

#blog-list .blog-image {
  width: 100%;
  height: 275px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.blog-post #blog-list .blog-image {
  height: 155px;
}

#blog-list .block-post .inner {
  padding: 30px 30px 0 30px;
  max-height: 275px;
}

.blog #blog-list > div {
  margin-bottom: 30px;
}

.blog-post #blog-list > div {
  margin-bottom: 15px;
}

#blog-list .col-lg-4 > a {
  display: block;
  position: relative;
  background: #333333;
}

#blog-list div > a h3 {
  font-weight: 700;
  font-size: 1.25em;
}

.videoWrapper {
  position: relative;
  padding-bottom: 65%;
  width: 100%;
  margin: 0 auto 30px;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.blog-post .img-fluid {
  margin-bottom: 1rem;
  width: 100%;
  height: auto;
}

.blog figure img,
.page figure img {
  width: 100%;
}

.blog p:empty,
.page p:empty {
  min-height: 1.5em;
}

.page-body ul,
.description ul {
  list-style: disc;
}
.page-body ol,
.description ol {
  list-style: decimal;
}

.description p:empty {
  min-height: 1.5em;
}

.blog-post .date,
.blog-post .share {
  margin: 10px 0;
}
.blog-post #product-sharing {
  text-align: right;
}

.blog-post #product-sharing .item {
  float: none;
  display: inline-block;
  margin: 0 0 0 0;
}

.blog .list-group-item {
  padding: 0.75rem 0;
  background: none;
}

.blog .list-group-item a {
  color: #333;
  display: block;
}

.blog .list-group-item a:hover {
  color: #000;
}

/** Instagram Feed **/
#instagram {
  padding: 0;
  line-height: 0;
}

#instagram a > div {
  display: inline-block;
  width: 16.666%;
  height: 0;
  padding-bottom: 16.666% !important;
  background: #eee 50% 50% no-repeat;
  background-size: cover;
}

#instagram span {
  display: block;
}

#instagram span a.butn {
  width: 210px;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -105px;
  position: absolute;
  text-align: center;
}

/** Newsletter **/
#newsletter {
  padding: 30px 0;
  color: #fff;
  position: relative;
}

#newsletter h2 {
  color: #fff;
  font-size: 2.75em !important;
  text-align: center;
}

#newsletter form {
  text-align: center;
}

#newsletter input.email {
  width: 100%;
  height: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  border-radius: 4px;
  padding: 0 50px 0 15px;
}

#newsletter button {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  font-size: 1.8em;
  border: 0;
  border-radius: 0 4px 4px 0;
  padding: 0;
}

#newsletter button i {
  position: relative;
  z-index: 2;
  margin: 0;
  display: initial;
}

#newsletter button:before {
  content: ' ';
  position: absolute;
  z-index: 1;
  width: 50px;
  height: 50px;
  right: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 0 4px 4px 0;
}

/* Header section */
.bg-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 365px;
  background: #000;
  z-index: 1;
  overflow: hidden;
}

.parallax-bg {
  background-size: cover;
  height: 550px;
  position: absolute;
  top: -185px;
  width: 100%;
  left: 0;
  z-index: 0;
  opacity: 0.5;
}

.breadcrumbs {
  background: rgba(0, 0, 0, 0.6);
  padding: 10px 0;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 0.875em;
  z-index: 3;
  text-transform: uppercase;
}

.breadcrumbs ul {
  margin: 0;
  padding: 0;
  text-align: center;
}

.breadcrumbs li {
  display: inline-block;
}

.breadcrumbs a {
  color: #fff;
}

/**Product**/
.nopaddingtop {
  padding-top: 0 !important;
}

.maxStockQty {
  border-color: red !important;
}

.category-image-container {
  width: 100%;
  height: 300px;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}

.category-image-container img {
  position: absolute;
  top: 50%;
  margin-top: -380px;
  left: 50%;
  margin-left: -570px;
}

.category-description h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 1em !important;
  font-weight: normal;
  line-height: 1.5;
}

.no-product .caption {
  margin: 5px 0;
}

.no-product .caption a.butn {
  min-width: auto;
  padding: 0;
}

.product-block {
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
}

.product-block:hover {
  border-color: #bbb;
}

.product-block .caption {
  text-align: center;
  padding: 10px;
  min-height: 90px;
}

.product-block .caption .gray {
  display: block;
  width: 100%;
  max-width: 100% !important;
}

.product-block .caption .quantity {
  margin-right: 10px;
}
.product-block .caption form.pricing {
  margin-top: 10px;
}

.product-block .caption h3 {
  font-size: 1.125rem !important;
  font-weight: 400;
  margin: 0 0 5px 0;
}

.product-block .caption .list-price {
  font-weight: 700;
  font-size: 1.125rem !important;
}

.product-block .caption h3 a {
  color: #333;
}

.product-block a.product-image {
  display: block;
  overflow: hidden;
  height: 230px;
  position: relative;
  border-bottom: 1px solid #ddd;
}

.product-block a.product-image div {
  position: relative;
  display: block;
  background-size: cover;
  background-position: center;
  height: 230px;
}

.product-block a.product-image:hover div {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.product-block a.product-image .sale {
  position: absolute;
  text-transform: uppercase;
  top: 15px;
  right: 15px;
  border-radius: 33px;
  width: 66px;
  height: 66px;
  color: #fff;
  font-size: 1em;
  text-align: center;
  background: #f10808;
  display: table;
  z-index: 10;
}

.product-block a.product-image .sale i {
  display: table-cell;
  vertical-align: middle;
  font-style: normal;
  line-height: 1em;
}

.product-block a.product-image .status-tag {
  position: absolute;
  bottom: 0;
  background: rgba(153, 153, 153, 0.8);
  border-radius: 3px;
  width: 90%;
  margin: 0 5% 10px 5%;
  color: #fff;
  text-align: center;
  font-size: 0.75em;
  text-transform: uppercase;
  padding: 3px 0;
  z-index: 10;
}

.owl-carousel {
  padding: 0 15px;
  overflow: hidden;
}

.owl-carousel .owl-stage-outer,
.product-images .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.product-images .owl-stage {
  position: relative;
}

.owl-carousel .owl-nav,
.product-images .owl-nav {
  height: 0px;
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
}

.owl-carousel .owl-item,
.product-images .owl-item {
  float: left;
}

.owl-carousel .owl-nav .disabled,
.product-images .owl-nav .disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.product-images .owl-nav .owl-prev,
.product-images .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.9);
  color: rgba(255, 255, 255, 0.9);
  position: absolute;
  border-radius: 2px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}

.owl-nav i {
  color: #333;
  font-size: 1.5em;
  text-align: center;
  display: block;
  margin: 8px auto 0;
}

.owl-carousel .owl-nav .owl-prev {
  left: 1px;
}
.owl-carousel .owl-nav .owl-next {
  right: 1px;
}

/** Product page **/
.product-page {
  padding-top: 60px;
}
.product-page .main-product-image {
  position: relative;
  padding: 0;
}

.product-page .product-images {
  padding: 0;
}

.product-page .product-images .item {
  min-height: 100%;
}

.product-page .product-images img {
  height: 100%;
  width: 100%;
  display: block;
}

.product-page .product-images .owl-nav {
  top: 50%;
  margin-top: -20px;
}

.product-page .product-images .owl-nav .owl-prev {
  left: 10px;
}
.product-page .product-images .owl-nav .owl-next {
  right: 10px;
}

.product-page .form-group {
  margin-bottom: 5px;
}

.product-page .product-stock .quantity {
  margin-right: 10px;
}

.product-page #stock {
  border-bottom: 1px solid #bbb;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.product-page #stock.only {
  color: #f10808;
}

.product-page .product-page-thumbs {
  padding: 10px 0;
}

.product-page .product-page-thumbs a {
  background-color: #000;
}

.product-page .details > div {
  margin-bottom: 15px;
}

.product-page .details label {
  display: block;
}

.product-page .product-page-thumbs a {
  display: block;
  float: left;
  width: 16.666%;
  position: relative;
}

a.owl-thumb-item.active:after {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 3px;
  background: #000;
  left: 0;
  bottom: 0;
}

.product-page .product-page-thumbs a img {
  opacity: 0.8;
  width: 100%;
}

.product-page .product-page-thumbs a.active img {
  opacity: 1;
}
.product-page h1 {
  font-size: 3.375rem;
  font-weight: 400;
  margin-bottom: 0px;
  position: relative;
  padding-bottom: 5px;
}

.product-page h1:before {
  content: ' ';
  position: absolute;
  display: block;
  width: 75px;
  height: 2px;
  bottom: 0px;
  left: 0px;
}

.product-page .brand {
  font-size: 1.125em;
  font-weight: 600;
}

.product-page .price_elem .product-form-price {
  font-size: 1.5em;
}

.product-page .form-control-label {
  font-weight: 600;
}
.product-page .small-inline,
.product-page .small-inline label {
  font-size: 14px !important;
}

.product-page .continue {
  text-transform: uppercase;
  text-align: center;
  font-size: 0.875em;
  line-height: 20px;
  text-align: right;
  display: block;
}

.product-page .description p {
  color: #666;
}

.product-page .attachments .butn {
  margin-top: 10px;
  text-align: left;
  position: relative;
  padding-left: 50px;
}

.product-page .attachments .butn:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
  width: 35px;
  height: 50px;
}

.product-page .attachments .butn i {
  position: absolute;
  left: 3px;
  top: 14px;
  font-size: 1.3rem;
  color: #fff;
}

.product-page .bootstrap-filestyle input.form-control {
  width: 80%;
}

.product-page .bootstrap-filestyle .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.product-page .bootstrap-filestyle .btn {
  max-width: 60px;
  min-width: 60px;
  padding: 0 5px;
  text-indent: -999px;
  overflow: hidden;
}

.product-page .bootstrap-filestyle i {
  font-size: 1.8em !important;
  text-indent: 0 !important;
  top: 11px;
  left: 10px;
}

.product-page .bootstrap-filestyle .btn span {
  display: none;
}

.product-page #related-products {
  padding: 30px 0;
  border-top: 1px solid #ddd;
  margin-top: 30px;
}

#product-sharing {
  overflow: hidden;
}

#product-sharing .item {
  float: left;
  margin-right: 5px;
}

#product-sharing a {
  width: 36px;
  height: 36px;
  border-radius: 3px;
  background: #888;
  display: table;
  text-align: center;
}

#product-sharing a.button-facebook:hover {
  background-color: #3b5999;
}
#product-sharing a.button-twitter:hover {
  background-color: #55acee;
}
#product-sharing a.button-pinterest:hover {
  background-color: #bd081c;
}
#product-sharing a.button-tumblr:hover {
  background-color: #34465d;
}
#product-sharing a.button-whats:hover {
  background-color: #25d366;
}

#product-sharing a i {
  color: #fff;
  font-size: 1.2em;
  display: table-cell;
  vertical-align: middle;
}

#product-sharing a:hover {
  color: #000;
}

#product-sharing li {
  display: inline-block;
  margin: 0;
}

.product-page-no-image img {
  width: 100%;
}

/** Category **/
.plus-icon {
  position: absolute;
  width: 13px;
  height: 13px;
  background: url('plus.png');
  display: block;
  right: 15px;
  top: 18px;
}

.product-list,
.container.section {
  z-index: 2;
  position: relative;
}

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

.product-qty {
  line-height: 45px;
}

.dropdown-filter.show .plus-icon {
  background-position: 0 -13px;
}

.dropdown-filter {
  line-height: 45px;
}

.dropdown-filter.show .dropdown-filter-label {
  background-color: #f9f9f9;
}

.dropdown-filter .dropdown-filter-label {
  padding: 0 30px 0 20px;
  height: 50px;
  background: #fff;
  border: 1px solid #bbb;
  border-radius: 4px;
  display: block;
  position: relative;
  color: #888;
}

.dropdown-filter.show .dropdown-filter-label {
  border-radius: 4px 4px 0 0;
  color: inherit;
}

.dropdown-filter .dropdown-menu {
  margin: -1px 0 0 0;
  border-radius: 0 0 4px 4px;
  border-color: #bbb;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.dropdown-filter .dropdown-menu a {
  display: block;
  color: #333;
  border-top: 1px solid #bbb;
  background: #f9f9f9;
  padding: 0 20px;
}

.dropdown-filter .dropdown-menu a.first {
  border: 0;
}

.maxStockAdc {
  background: #c0c0c0 !important;
  border-color: #c0c0c0 !important;
  pointer-events: none;
  cursor: default;
}

.hidden {
  display: none !important;
}

.product-block-discount,
.product-form-discount,
.product-form-discount-2 {
  color: #888888;
  text-decoration: line-through;
}

.product-block-normal {
  color: #e22323;
}

.product-form-price {
  font-weight: bold;
  font-size: 18px;
}
.description iframe {
  width: 100%;
}
.description img {
  max-width: 100%;
}

.category-pager {
  text-align: center;
  width: 210px;
  margin: 0 auto;
  display: table;
  border: 1px solid #e1e1e1;
  margin-top: 2em;
}

.category-pager > * {
  display: table-cell;
  width: 70px;
  height: 70px;
  vertical-align: middle;
}

.category-pager a {
  font-size: 2em;
}

.category-pager a.disabled {
  color: #e6e6e6 !important;
  cursor: default;
}

.category-pager .count {
  border-width: 0 1px;
  border-color: #e1e1e1;
  border-style: solid;
}

/** Filter**/
#show_filters {
  color: #6c757d !important;
  border: 1px solid #6c757d !important;
  min-width: unset;
  height: 50px;
}
#show_filters:hover {
  color: #fff !important;
  background-color: #6c757d !important;
}
.category_menu_list .count:before {
  content: '(';
}
.category_menu_list .count:after {
  content: ')';
}
.parent-2 {
  display: none;
}
#side_filters {
  display: none;
}
@media (min-width: 991px) {
  #side_filters {
    display: block !important;
  }
}
#side_filters h4 {
  font-size: 1.25em;
  font-weight: 700;
}
#side_filters h5 {
  font-size: 1em;
  font-weight: 700;
}
#side_filters .side_filters_selected .clearAll {
  text-decoration: underline;
}
#side_filters .clearFilter {
  background: #eee;
}
#side_filters .badge {
  font-size: 75% !important;
}
#side_filters .badge a {
  color: #fff;
  opacity: 0.7;
}
#side_filters .badge a:hover {
  opacity: 1;
}
.category_menu_list .count {
  color: #aeaeae;
}
.category_menu_trigger_child.active i {
  transform: rotate(180deg);
}

#side_filters .side_filters_selected .clearFilter {
  margin-bottom: 2px;
}

#side_filters .filter_wrapper > ul {
  margin: 0;
  padding: 0;
  max-height: 130px;
  overflow: auto;
}
#side_filters .filter_wrapper > ul li > ul {
  margin: 0 0 10px 5px;
  padding: 0;
  display: none;
  list-style: none;
}
#side_filters .filter_wrapper > ul li > .custom-control {
  line-height: 1.7;
}
#side_filters .filter_wrapper label.custom-control-label {
  text-transform: none;
  font-size: 14px !important;
}
#side_filters .category_menu_trigger_child {
  display: block;
  position: relative;
}
#side_filters .category_menu_trigger_child i {
  float: right;
  margin-right: 10px;
}
#category_menu_new {
  font-size: 14px;
}
#category_menu_new > li {
  margin-bottom: 3px;
}
#side_filters #category_menu_new > li > ul {
  margin: 5px 0 5px 10px;
}
#side_filters .filter_wrapper .btn {
  min-width: 100%;
}
#side_filters #price_filter .price_message {
  display: none;
}

/**Contact**/
.contactpage h2.error,
.contactpage h2.success {
  display: block;
  overflow: auto;
  font-size: 1em !important;
  padding: 10px;
  text-align: center;
  margin-bottom: 30px;
}

.contactpage input.butn {
  float: right;
}

.contactpage .contact-info {
  text-align: center;
  margin-bottom: 30px;
}

.contactpage .contact-info span {
  display: block;
  width: 90px;
  height: 90px;
  margin: 0 auto;
  border-radius: 45px;
  border-width: 2px;
  border-style: solid;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.contactpage .form-group .actions {
  overflow: hidden;
}

.contactpage .contact-info span i {
  font-size: 2.5em;
  margin-top: 25px;
  position: relative;
  z-index: 2;
}

iframe.contact-map {
  width: 100%;
  border: 0;
  display: block;
}

.contactpage textarea.form-control {
  height: 196px !important;
}

.contactpage h2.success {
  color: #5cb10a;
}

.contactpage h2.error {
  color: #ff2400;
}

ul#contact-list {
  padding: 0;
  margin-bottom: 20px;
}

form span.error {
  color: #ff2400;
  font-size: 0.85em;
}

form span.error a {
  color: #ff2400;
  text-decoration: underline !important;
}

.contact iframe {
  width: 100%;
  border: 0;
}

/** Cart **/
body.cart .header-block {
  text-align: center;
  height: 305px;
}

.cart .header-block .navbar-brand .text-logo {
  font-size: 60px !important;
  display: block;
}

.cart .cart-header a.logo .navbar-brand {
  display: block;
  line-height: 1em;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #e1e1e1;
}

.cart .no-products a.butn {
  max-width: 270px;
  margin: auto;
}

.page-actions {
  text-transform: uppercase;
}

.error .page-actions .butn {
  max-width: initial;
  width: 280px;
  margin: auto;
}

.cart .cart-header {
  text-align: center;
  margin: 0 auto 30px;
  width: 500px;
  position: relative;
}

.cart .cart-header .cart-steps {
  font-weight: 600;
}

.cart .cart-steps span {
  background: #ddd;
  display: block;
  width: 52px;
  height: 52px;
  margin: 0 auto 10px;
  border-radius: 26px;
}

.cart .cart-steps .active .check {
  position: absolute;
  width: 26px;
  height: 26px;
  left: 50%;
  margin-left: -13px;
  top: -20px;
  color: #fff;
  border-radius: 14px;
  font-size: 6px;
  font-weight: 800;
  border: 2px solid #fff;
}

.cart .cart-steps .active .check i {
  margin: 5px 0 0 0;
  font-size: 13px;
}

.cart .cart-steps span i {
  font-size: 2em;
  margin-top: 10px;
}

.cart .cart-header .cart-steps:before {
  content: ' ';
  position: absolute;
  width: 400px;
  height: 2px;
  background: #bbbbbb;
  left: 50%;
  top: 25px;
  margin-left: -200px;
}

.bullet {
  margin: 0 5px;
}

.cart .cart-header .cart-steps .active i {
  color: #fff;
}

.cart .cart-header .cart-steps a {
  font-weight: 600;
  text-decoration: underline !important;
  color: inherit;
}

.cart h2,
.customer h2,
#customer_details h4.title,
h2.legend {
  font-size: 1.15em !important;
  margin-bottom: 0.8em;
  font-family: 'Roboto Slab', serif !important;
}
.cart .checkout-container .cart-totals table.products {
  margin: 0;
}

.cart .checkout-container .cart-totals table.products td {
  padding: 10px 0;
  border-width: 1px 0 0 0;
  border-color: #e1e1e1;
  border-style: solid;
}

.cart .checkout-container .cart-totals table.products td img {
  margin-right: 5px;
}

.cart .checkout-container .cart-totals table.products h3,
.cart .checkout-container .cart-totals table.products span {
  display: block;
  font-size: 14px;
  margin: 0;
  line-height: 1.2em;
}

#cart-update-form {
  margin-bottom: 30px;
}

#cart-update-form a img {
  float: left;
  margin-right: 10px;
}

#cart-update-form h3 {
  font-size: 1em;
  margin: 0;
  line-height: 1.5em;
}

#cart-update-form .select {
  max-width: 80px;
}

#cart-update-form .table-responsive table {
  border-bottom: 1px solid #bbb;
}

#cart-update-form .table-responsive table th {
  border-bottom: 2px solid #bbb;
  border-top: 0;
  font-size: 0.875em;
  text-transform: uppercase;
}

#cart-update-form .table-responsive table td {
  vertical-align: middle;
  line-height: 1.5em;
  font-size: 1em;
  border-color: #bbb;
}

#cart-update-form .table-responsive table td.qty-column {
  min-width: 90px;
}

#cart-update-form .table-responsive table td span {
  display: block;
}

#cart-update-form .table-responsive table td .order-product-price,
#cart-update-form .table-responsive table td .order-product-subtotal,
#cart-update-form .table-responsive table td .cart-product-discount {
  font-weight: 600;
}

#cart-update-form .table-responsive table td .cart-product-discount {
  color: #e22323;
}

.cart .cart-product-remove i {
  color: #333;
  font-size: 1.3em;
}

.cart-product-discount .discount {
  text-decoration: line-through;
  color: #888;
}

.cart #estimate_shipping_form {
  overflow: hidden;
}

.cart #estimate_shipping_results {
  padding-top: 20px;
  border-top: 1px solid #bbbbbb;
  margin-top: 20px;
}

.cart #estimate_shipping_results dt {
  float: left;
  margin-right: 10px;
}

.cart-block .cart-block-inside {
  padding: 15px;
  border: 1px solid #bbbbbb;
  overflow: hidden;
}

.cart-block .cart-block-inside label {
  font-size: 0.875em;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
}

.cart-block .cart-block-inside label.badge {
  display: none;
}

.cart-block .cart-block-inside input.butn {
  margin-top: 20px;
}

.cart .actions {
  padding: 30px 15px 15px 15px !important;
  overflow: hidden;
}

.cart #create_password .actions {
  padding: 0 !important;
}

.cart #create_password .actions input {
  margin: 0;
}

.cart .actions .cart-actions {
  text-align: center;
  float: right;
  margin-left: 10px;
}

.cart table.review {
  text-transform: uppercase;
}

.cart table.review tr td {
  border-color: #bbbbbb;
  padding: 0.75rem 0;
}

.cart table.review tr:first-child td {
  border: none;
}

.cart .cart-totals .cart-block-inside {
  padding-top: 0;
  padding-bottom: 0;
}

.cart .cart-totals .butn {
  display: inline-block;
  max-width: initial;
  margin-top: 10px;
  cursor: pointer;
}

.cart table.review .totals.key {
  font-size: 1.25em;
}

.cart table.review .totals.key,
.cart table.review .text-right {
  font-weight: 600;
}

.cart table.review {
  padding: 0 15px;
}

/**Checkout**/
.checkout-container .col-12 .table {
  border: 1px solid #bbbbbb;
  padding: 0;
  overflow: hidden;
}

.checkout-container .col-12 .table .row {
  border-bottom: 1px solid #e1e1e1;
  padding: 25px;
}

.checkout-container p.required {
  padding: 0;
  color: #ff0000;
  margin: 0;
}

.checkout-container label.control-label {
  font-weight: 600;
  text-transform: uppercase;
}

.checkout-container label.control-label em {
  font-style: inherit;
}

.checkout-container h2.legend {
  font-size: 1.25em !important;
  text-transform: uppercase;
}

.checkout-container .col-lg-8 .actions .butn.blue {
  width: auto;
  float: right;
}
#contacts_accepts_marketing label {
  font-size: 13px !important;
  font-weight: normal;
}
#payments_options ul,
#shipping_options ul {
  padding: 0;
}
#payments_options .payment_information {
  padding: 0 0 0 20px;
}
#payments_options .payment_information img {
  max-width: 100%;
}
#payments_options ul li span {
  font-weight: 600;
}
#payments_options ul li div {
  font-size: 0.875em;
}

#review-cart-totals h5 {
  font-weight: bold;
}

#contacts h2.legend,
#shipping_address h2.legend,
#billing_address h2.legend,
#other h2.legend {
  margin-bottom: 15px;
}
.checkout-container .checkbox input[type='checkbox'],
.checkout-container .checkbox-inline input[type='checkbox'],
.checkout-container .radio input[type='radio'],
.checkout-container .radio-inline input[type='radio'] {
  margin-left: 0px;
  margin-top: 13px;
}

#payments h2.legend,
#shipping h2.legend {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 10px;
  margin-bottom: 0.8em;
}

#payments ul li,
#shipping ul li {
  margin-bottom: 10px;
}

a.add {
  display: block;
  padding: 15px;
}

.checkbox label {
  display: inline;
}
.loader {
  border: 4px solid #ccc;
  border-top: 4px solid #999;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin: 7px auto 0;
  left: 0;
  right: 0;
  animation: spin 2s linear infinite;
  position: absolute;
}

h2.card-title {
  font-size: 20px !important;
  margin-bottom: 0;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.alert-box.alert {
  background: none;
  border: none;
  margin-bottom: 0;
  padding: 3px 0 0 1px;
  font-size: 11px;
  color: #f00;
}

.badge {
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: normal;
}
.badge a {
  color: #fff;
  text-decoration: underline !important;
}
#checkout .form-group {
  min-height: 80px;
}
/**Customer**/
#credentials {
  overflow: auto;
}
#credentials .label-danger {
  margin: 10px 0 0 0;
  float: left;
  padding: 5px 10px;
}

#credentials .error {
  color: #ff2400;
  text-align: center;
  margin-bottom: 10px;
}
#customer_details .error {
  color: #ff2400;
  margin-top: 10px;
}
#credentials .notice {
  color: #007bff;
  text-align: center;
  margin-bottom: 10px;
}
#credentials .warning {
  color: #ffa000;
  text-align: center;
  margin-bottom: 10px;
}
.cart-block .cart-block-inside label.error {
  color: #ff2400;
  margin-top: 10px;
  font-weight: 300 !important;
  text-transform: none;
}
.cart-block .cart-block-inside label.success {
  color: #5cb10a;
  margin-top: 10px;
  font-weight: 300 !important;
  text-transform: none;
}
.billing_address,
.shipping_address {
  padding: 15px 0;
  border-top: solid 1px #ddd;
}

a.product_digital {
  font-size: 12px;
}

#customer-summary .orders {
  border: 1px solid #ccc;
  margin-bottom: 15px;
}

#customer-summary .orders_header,
#customer-summary .orders_body {
  padding: 15px;
  position: relative;
}

.orders_header .collapsed .show {
  display: block;
}
.orders_header .collapsed .hide {
  display: none;
}
.orders_header .show {
  display: none;
}

#customer-summary .orders_header .reorder-btn {
  padding: 5px 10px;
  text-transform: uppercase;
  color: #fff;
  display: block;
  position: absolute;
  right: 15px;
  top: 15px;
  background: #03cd67;
  font-size: 13px;
}

#customer-summary .orders_header .reorder-btn:hover {
  background: #04a855;
}

#customer-summary .orders_body {
  border-top: 1px solid #ccc;
}

#customer-summary .orders_body label {
  font-weight: bold;
  margin: 0;
}

#customer-summary .orders_body .ordered_product {
  border-top: 1px solid #eee;
  margin-top: 10px;
  padding-top: 10px;
}

#customer-summary .ordered_product h4 {
  margin: 0;
}
#customer-summary .ordered_product h4.float-left {
  font-weight: 600;
}

#customer-summary .order_amounts {
  background: #f1f1f1;
  padding: 15px;
  border-top: 3px solid #ccc;
  margin-top: 15px;
  position: relative;
  margin: 20px -15px -15px -15px;
}

#customer-summary .orders_body h3 {
  font-size: 1.125em;
}

#customer-summary .orders_body h4 {
  font-size: 1em;
}

.customer .contact_info,
.customer .shipping_address,
.customer .billing_address {
  overflow: hidden;
  padding: 15px;
}

.customer .sidebar .block .block-inside {
  padding: 0;
}

.customer .sidebar label {
  display: block;
  margin: 0;
}

.customer .block .butn {
  float: left;
  margin-right: 10px;
  min-width: 48px;
  padding: 0;
  text-align: center;
}

.customer .block .butn i {
  font-size: 1.5em;
  margin: 0;
}

#customer_accepts_marketing {
  margin-right: 0.25rem;
}
#customer_details #contacts_accepts_marketing {
  padding-top: 7px;
}
#customer_details #contacts_accepts_marketing label {
  position: relative;
  top: -1.18rem;
  left: 1.2rem;
}

@media (max-width: 640px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }

  #payments ul li,
  #shipping ul li {
    font-size: 1.2em;
  }

  #cart-update-form .select-qty {
    min-width: 60px;
  }
}

@media (min-width: 576px) {
  .header-block .order-total {
    display: inline !important;
  }
}

@media only screen and (max-width: 1200px) {
  /****MENU****/
  .navbar-form {
    border-top: none;
  }

  .header-block .navbar-brand {
    display: block;
    text-align: center;
  }

  body.not-home .header-block .row {
    padding-top: 0;
    padding-bottom: 0;
  }

  body.menuopen .header-block {
    background: none;
    position: fixed !important;
  }

  .header-block .order-total {
    display: none;
  }

  .header-block .row {
    height: 60px;
    width: 100%;
    min-height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header-block {
    margin-top: 0;
    z-index: 101 !important;
    width: 100% !important;
    left: 0;
    top: 0;
    height: 60px !important;
    position: fixed !important;
  }

  .header-block.active,
  body:before {
    background: #222;
  }

  .cart .header-block.active {
    background: none;
  }

  body:before {
    width: 100%;
    height: 60px;
    position: fixed !important;
    top: 0;
    left: 0;
    content: ' ';
  }

  body.cart:before,
  body.cart .header-block {
    position: relative !important;
    height: 60px !important;
  }

  .header-block .store-image {
    width: auto;
    height: 60px;
    padding: 5px 0px;
    display: block;
    text-align: center;
    margin: 0 auto;
  }

  .title {
    height: 200px;
    display: table;
    width: 100%;
    margin-bottom: 30px;
  }

  .bg-section,
  .parallax-bg {
    height: 260px;
    top: 0;
  }

  .container.section {
    margin-top: 60px;
  }

  body.cart .container.section {
    margin-top: 0;
  }

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

  h4.title {
    height: initial;
    margin-bottom: inherit;
  }

  .title .inside {
    display: table-cell;
    vertical-align: middle;
  }

  .title .inside h1.section-title {
    color: #fff;
  }

  h2.section-title {
    font-size: 2.5rem !important;
  }

  /* === Cart === */
  .cart.container-fluid,
  .cart .container,
  .cart .col-sm-12,
  .cart .col-12 {
    padding: 0 !important;
  }

  .cart .cart-totals {
    padding: 0 15px !important;
  }

  .cart .header-block .navbar-brand .text-logo {
    margin-top: 20px;
  }

  .cart .row {
    margin: 0;
  }

  .cart .br-1 {
    border: 0;
  }

  .cart .cart-header {
    margin-bottom: 0;
  }

  .cart h2 {
    padding: 20px 15px;
    margin: 0;
  }

  .cart .store-image {
    margin-top: 25px;
    max-width: 300px;
  }

  #login-link span.customer-name {
    width: 100%;
    display: inline;
    float: none;
  }
  #social {
    margin: 0;
  }
  #social li {
    background-color: #fff;
    padding: 5px 5px;
    margin: 0 0 10px 0;
  }
  #social li a {
    color: #777;
  }
  #social li a:hover {
    color: #333;
  }
  #navbar-collapse-1 {
    overflow-y: auto !important;
    max-height: 350px !important;
    overflow-x: hidden !important;
  }

  #navbar-collapse-1
    > ul.nav.navbar-nav.navbar-right
    > li.dropdown.open
    > ul
    > li.dropdown
    > ul,
  #navbar-collapse-1
    > ul.nav.navbar-nav.navbar-right
    > li.dropdown.open
    > ul
    > li.dropdown
    > ul
    > li
    > ul {
    display: block;
    padding: 0 0 0 10px;
  }

  #navbarContainerMobile li.show ul.dropdown-menu {
    display: block;
  }
  #navbarContainerMobile li ul.dropdown-menu {
    background: none;
    border: 0;
    padding: 0;
    font-size: 1em;
  }

  #navbarContainerMobile .dropdown-menu li.nav-item {
    padding-left: 15px;
  }
}

#whatsapp {
  display: none;
}
/****SLIDER MOBILE STYLE ****/
@media only screen and (max-width: 1280px) {
  #carousel-home .carousel-inner {
    height: 360px;
  }

  /** Features **/
  #store-features .row .inside {
    padding: 40px 30px 0 105px;
  }

  #store-features .row .inside i.linear-icon {
    left: 20px;
  }
}
@media (max-width: 1024px) {
  .navbar-expand-md {
    margin: 0 15px;
  }

  #carousel-home .carousel-inner {
    height: 290px;
  }

  #store-features .row .inside {
    padding: 45px 20px 0 80px;
  }

  #store-features .row .inside i.linear-icon {
    left: 10px;
    top: 70px;
    font-size: 3em;
  }

  #banners .inside {
    min-height: 420px;
  }

  .owl-carousel .owl-nav .owl-next {
    right: 10px;
  }
  .owl-carousel .owl-nav .owl-prev {
    left: 10px;
  }
}

/* ======= Tablet Portrait ======= */

@media (max-width: 768px) {
  /* General */
  a.butn {
    font-size: 0.875rem;
  }

  a.butn-inverse {
    max-width: 210px;
  }

  body.home .header-block .row {
    padding: 0;
  }

  #whatsapp {
    display: inline-block;
  }

  #product-sharing li {
    width: 14%;
  }

  .section {
    padding-bottom: 20px;
  }

  /* === Blog === */
  #blog-list a.butn.wi {
    width: 150px;
    margin-left: -75px;
  }

  /* === Home === */

  #blog-list .block-post .inner {
    padding: 15px 15px 0 15px;
  }

  #carousel-home,
  #carousel-home .item,
  #carousel-home .carousel-in {
    height: 700px;
  }

  #carousel-home .carousel-in .carousel-info {
    margin-top: 120px;
    width: auto;
    padding: 0 100px;
    height: auto;
  }

  #carousel-home .carousel-inner .carousel-info h2 {
    font-size: 2.5rem !important;
  }

  #carousel-home .owl-nav > div {
    top: 0;
  }
  #carousel-home .owl-nav {
    top: 300px;
  }
  #carousel-home .owl-nav > div.owl-prev {
    left: 20px;
  }
  #carousel-home .owl-nav > div.owl-next {
    right: 20px;
  }

  #product-sharing i.fab {
    font-size: 1.5em;
  }

  #store-features {
    max-height: inherit;
  }

  #store-features .row {
    height: 190px;
    top: 20px;
  }

  #store-features .row .inside {
    text-align: center;
    padding: 25px 25px 0 25px;
    min-height: 190px;
  }

  #store-features .row .inside i.linear-icon {
    left: auto;
    top: auto;
    font-size: 2.7em;
    margin-bottom: 10px;
    position: relative;
  }

  .container-home {
    margin-bottom: 70px;
  }

  #banners {
    margin: 0 -5px;
  }

  #banners > div {
    padding: 0;
  }

  #banners .inside {
    min-height: 350px;
    margin: 0 5px;
  }

  #banners span {
    height: 100%;
  }

  #banners .gradient {
    padding: 20px;
  }

  /*  Product Carousel */
  .owl-carousel .owl-nav .owl-prev {
    left: 6px;
  }
  .owl-carousel .owl-nav .owl-next {
    right: 6px;
  }

  /* Instagram Feed */
  #instagram a > div {
    width: 25%;
    padding-bottom: 25% !important;
  }

  /* Products */
  .product-page {
    padding-top: 300px;
  }

  .product-page .product-page-thumbs {
    padding: 10px 5px 0 15px;
  }

  .product-block a.product-image,
  .product-block a.product-image div {
    height: 175px;
  }

  .owl-carousel .owl-nav {
    top: 70px;
  }

  /* === Cart === */
  .cart .sidebar:before {
    left: -25px;
  }

  .cart .br-1 {
    border: 0;
  }

  /* === Category === */

  .category-description {
    margin-bottom: 0;
  }

  footer .col-lg-2,
  footer .col-lg-3 {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  /* Cart */
  .cart .cart-header a.logo .navbar-brand {
    padding-top: 15px;
  }
  #checkout .form-group {
    min-height: auto;
  }

  .cart.revieworder {
    overflow-y: auto;
  }

  .select-field i.fas {
    right: 15px;
  }

  .text-center .well {
    margin-top: 3em;
  }
}

/* ======= Small Devices Landscape ======= */

@media (max-width: 736px) {
  /* General */
  .container {
    width: 100%;
  }
  .navbar-brand,
  .text-logo {
    font-size: 40px;
  }

  /* === Home === */

  #carousel-home,
  #carousel-home .item,
  #carousel-home .carousel-in {
    height: 560px;
  }

  #carousel-home .carousel-in .carousel-info {
    margin-top: 90px;
  }

  #carousel-home .carousel-in .carousel-info i.linear-icon {
    font-size: 6em;
  }

  #carousel-home .carousel-in .carousel-info h2 {
    font-size: 3.5em !important;
  }

  #carousel-home .owl-nav {
    top: 220px;
  }

  /* === Product page ===*/

  .product-page .brand {
    text-align: center;
  }
  .product-page h2.product-name {
    font-size: 2.5em !important;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 400;
  }
  .product-page h2.product-name:before {
    content: ' ';
    position: absolute;
    display: block;
    width: 76px;
    height: 2px;
    bottom: 0;
    left: 50%;
    margin-left: -38px;
  }
  .product-page .d-md-none .price_elem {
    font-size: 1.625em;
    text-align: center;
    font-weight: 600;
  }

  .product-page .product-page-thumbs .thumbs img {
    opacity: 1;
  }

  /* === Product list === */
  .product-block span.adc-button:before {
    width: 100%;
  }

  .product-block input.butn.adc {
    font-size: 0;
  }

  .product-block span.adc-button i {
    left: 50%;
    margin-left: -10px;
  }

  #cart-update-form .table-responsive table,
  .checkout-container .col-12 .table {
    border-width: 1px 0 1px 0;
    margin-bottom: 0 !important;
  }

  .cart .cart-block .cart-block-inside {
    border-width: 1px 0;
    border: none;
    background: #fff;
    padding: 30px 15px;
    border-radius: 4px;
  }

  .container.success-page.section h5 {
    margin-bottom: 0.9rem;
  }
  .cart .actions {
    padding-top: 15px !important;
  }

  .cart .actions .cart-actions {
    float: none;
    margin-left: 0px;
  }

  .checkout-container .col-lg-8 .actions .butn.blue {
    width: 100%;
    float: none;
  }

  .success-page.section .cart-block,
  .success-page.section .cart-block h5,
  .success-page.section .butn-keep-shopping {
    padding: 0 15px !important;
  }
  .success-page.section .cart-block .cart-block-inside h5 {
    padding: 0 !important;
  }
  .success-page.section #cart-update-form .table-responsive,
  .revieworder.section #cart-update-form .table-responsive {
    padding: 0 15px;
  }
  #cart-update-form {
    margin-bottom: 50px;
    margin-top: 30px;
  }

  /* === Customer === */
  .customer .sidebar {
    margin-top: 35px;
  }

  .customer .sidebar .block {
    padding: 0;
  }

  /* === Contact page === */
  .contact h2 {
    margin: 0.8em 0;
  }
}

/* ======= Small devices Portrait ======= */

@media (max-width: 544px) {
  h1.navbar-brand .text-logo,
  .navbar-brand .text-logo {
    font-size: 40px !important;
  }

  .no-product {
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
  }

  .no-product .caption {
    margin: 5px;
  }

  .header-block {
    z-index: 999;
  }

  .header-block .row {
    min-height: 60px;
  }

  .header-block .cart a {
    padding: 0;
  }

  h1.section-title {
    font-size: 2.5rem !important;
  }

  h2.section-title {
    margin-bottom: 20px;
  }

  /* === Home ===  */
  #carousel-home .carousel-in .carousel-info {
    padding: 0 60px;
  }

  #carousel-home .owl-nav > div {
    width: 46px;
    height: 46px;
    border-radius: 23px;
  }

  #carousel-home .owl-nav > div.owl-prev {
    left: 15px;
  }
  #carousel-home .owl-nav > div.owl-next {
    right: 15px;
  }
  #carousel-home .owl-nav i.linear-icon {
    font-size: 1.8em;
  }

  #store-features .row {
    height: auto;
    border-radius: 10px;
  }

  #store-features .row .inside {
    padding: 15px 20px 15px 70px;
    min-height: initial;
  }

  #store-features .row .inside-2 {
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: #ccc;
  }

  #store-features .row h2 {
    font-size: 2em !important;
    margin: 0;
  }

  #store-features .row .inside i.linear-icon {
    font-size: 2.35em;
    position: absolute;
    left: 20px;
    top: 15px;
  }

  #banners .inside {
    min-height: 300px;
    margin-bottom: 15px;
    background-position: center;
  }

  #banners span {
    height: 130%;
  }

  .product-block a.product-image,
  .product-block a.product-image div {
    height: 130px;
  }

  .owl-carousel .owl-nav {
    top: 50px;
  }

  #instagram a > div {
    width: 33.33%;
    padding-bottom: 33.33% !important;
  }

  /* === Blog === */
  .blog-post .title {
    margin-bottom: 0;
  }
  .blog-post .date,
  .blog-post #product-sharing {
    text-align: center;
  }

  #blog-list .block-post p:after {
    height: 90px;
  }

  #blog-list .blog-image {
    height: 185px;
  }

  #blog-list .block-post {
    margin-bottom: 15px;
  }

  /* === Products === */
  .product-block .caption {
    padding: 10px;
    min-height: 5px;
  }

  .product-block a.product-image .sale {
    width: 52px;
    height: 52px;
    font-size: 0.65em;
    top: 5px;
    right: 5px;
  }

  .product-block .caption h3 {
    font-size: 1rem !important;
  }

  .product-page {
    padding-top: 280px;
  }

  footer {
    text-align: center;
  }

  footer .col-12 .row > div {
    margin-bottom: 1rem;
  }

  footer ul.social-footer li {
    display: inline;
  }

  footer ul.social-footer li a i {
    margin: 10px 15px 0 0;
  }

  /* === Contact ===*/
  .contactpage .contact-info {
    text-align: left;
  }

  .contactpage .contact-info .col-12 {
    margin-bottom: 15px;
  }

  .contactpage .contact-info span {
    margin: 0;
    width: 66px;
    height: 66px;
    border-radius: 33px;
  }

  .contactpage .contact-info span i {
    font-size: 2em;
    margin-top: 15px;
  }

  /* === Category === */
  .product-list .grid {
    margin-left: -7px;
    margin-right: -7px;
  }

  .product-list .grid .col-6 {
    padding-left: 7px;
    padding-right: 7px;
  }

  .product-list .grid .col-6 .product-block {
    margin-bottom: 14px;
  }

  /* === Cart ===*/
  .cart .cart-header {
    width: 300px;
    margin-bottom: 20px;
  }

  .cart .cart-header .cart-steps:before {
    width: 250px;
    margin-left: -125px;
  }

  .cart .header-block .navbar-brand .text-logo {
    font-size: 50px !important;
    margin-top: 20px;
  }

  #cart-update-form .mob-hide {
    display: none;
  }
}


@media only screen and (min-width: 600px) {
 .product-block{
  min-height: 456px;
}

}
@media only screen and (max-width: 600px) {
.product-block a.product-image{
   height:initial;
 }
}

.cart-actions {
margin-bottom: 150px;
}
#shipping_address_city{
  display:none !important;
}
#shipping_address_region {
display: none !important;
}
#shipping_address_country {
  display : none
}
#shipping_address_region {
  display : none;
}
#shipping_address_region {
  display: none;
}
#shipping_address_same_as_shipping {
  display : none;
}
#shipping {
display: none !important;
}
#other_ponto_de_recolha {
display: none !important;
}
#other_id_ponto_recolha {
 display: none !important;
}
#other_aceito_substituicoes{
 display: none !important;
}
#other_informacao_do_ponto_de_recolha{
display: none !important;
}
#other_use_plastic_bags{
  display:none

}
#billing_address {
  display: none !important;
}
@media only screen and (max-width: 1640px) {
  .navbar-expand-md .navbar-collapse li a {
    padding: 0 4px !important;
  }
  .navbar-expand-md .navbar-collapse li a {
    font-size: 13px !important;
}
}
@media only screen and (max-width: 1400px) {
  .navbar-expand-md .navbar-collapse li a {
    padding: 0 4px !important;
  }
  .navbar-expand-md .navbar-collapse li a {
    font-size: 11px !important;
}
}
  @media only screen and (min-width: 1640px) {
  .navbar-expand-md .navbar-collapse li a {
    padding: 0 4px !important;
  }
  .navbar-expand-md .navbar-collapse li a {
    font-size: 14px !important;
}
}
