/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v34-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local(''),
    url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('../fonts/open-sans-v34-latin-regular.woff') format('woff'),
    /* Modern Browsers */
    url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg');
  /* Legacy iOS */
}

/* open-sans-500 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/open-sans-v34-latin-500.eot');
  /* IE9 Compat Modes */
  src: local(''),
    url('../fonts/open-sans-v34-latin-500.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../fonts/open-sans-v34-latin-500.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('../fonts/open-sans-v34-latin-500.woff') format('woff'),
    /* Modern Browsers */
    url('../fonts/open-sans-v34-latin-500.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('../fonts/open-sans-v34-latin-500.svg#OpenSans') format('svg');
  /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v34-latin-600.eot');
  /* IE9 Compat Modes */
  src: local(''),
    url('../fonts/open-sans-v34-latin-600.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../fonts/open-sans-v34-latin-600.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('../fonts/open-sans-v34-latin-600.woff') format('woff'),
    /* Modern Browsers */
    url('../fonts/open-sans-v34-latin-600.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('../fonts/open-sans-v34-latin-600.svg#OpenSans') format('svg');
  /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v34-latin-700.eot');
  /* IE9 Compat Modes */
  src: local(''),
    url('../fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('../fonts/open-sans-v34-latin-700.woff') format('woff'),
    /* Modern Browsers */
    url('../fonts/open-sans-v34-latin-700.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('../fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg');
  /* Legacy iOS */
}

/* open-sans-500italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/open-sans-v34-latin-500italic.eot');
  /* IE9 Compat Modes */
  src: local(''),
    url('../fonts/open-sans-v34-latin-500italic.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../fonts/open-sans-v34-latin-500italic.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('../fonts/open-sans-v34-latin-500italic.woff') format('woff'),
    /* Modern Browsers */
    url('../fonts/open-sans-v34-latin-500italic.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('../fonts/open-sans-v34-latin-500italic.svg#OpenSans') format('svg');
  /* Legacy iOS */
}

/* open-sans-700italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/open-sans-v34-latin-700italic.eot');
  /* IE9 Compat Modes */
  src: local(''),
    url('../fonts/open-sans-v34-latin-700italic.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../fonts/open-sans-v34-latin-700italic.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('../fonts/open-sans-v34-latin-700italic.woff') format('woff'),
    /* Modern Browsers */
    url('../fonts/open-sans-v34-latin-700italic.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('../fonts/open-sans-v34-latin-700italic.svg#OpenSans') format('svg');
  /* Legacy iOS */
}




body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 14px;
  line-height: 1.6;
  width: 100%;
}

p {
  word-wrap: break-word;
}

:root {
  --primary-color: #f2f2f2;
  --main-color: #83be4a;
}

*:focus-visible,
*:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  line-height: 1.4;
}

/* default font size */

.fa {
  font-size: 14px;
}

/* Override the bootstrap defaults */

h1 {
  font-size: 33px;
}

h2 {
  font-size: 27px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 15px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 10.2px;
}

a {
  color: #23a1d1;
}

a:hover {
  text-decoration: none;
}

a:focus {
  color: #000;
  outline: none;
}

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

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

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

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

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

/* Fix some bootstrap issues */

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

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

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

/* Gradent to all drop down menus */

.dropdown-menu li>a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #79c639;
  background-repeat: repeat-x;
}

/* logo */

#logo {
  margin: 20px 0;
}

/* search */

#search .form-control {
  border: none !important;
  border-radius: 0;
  height: 40px;
  line-height: 20px;
  padding: 0 10px;
  font-size: 16px;
}

#search button {
  background: #fff;
  border-radius: 0px;
  padding: 7px 20px;
  border: none;
  height: 40px;
  font-size: 15px;
  line-height: 18px;
  border-left: 1px solid #eee;
}

#search button:hover {
  background: #2e6ab2;
}

#search button i {
  color: #000;
  font-size: 20px;
}

/* cart */

#cart>.btn {
  font-size: 12px;
  color: #000;
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
}

#compare-total,
#wishlist-total {
  position: relative;
  margin: 0 10px;
}

#compare-total span,
#wishlist-total span,
#cart .item {
  position: absolute;
  top: 0;
  background: #2e6ab2;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

header .btn-background {
  background: var(--primary-color);
  color: #000;
  font-weight: bold;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  margin: 10px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

header #compare-total i {
  font-size: 25px;
  color: #000;
  padding: 10px 0;
}

header #wishlist-total i {
  font-size: 25px;
  color: #ff4527;
  padding: 10px 0;
}

#compare-total span,
#wishlist-total span {
  right: -20px;
}

header .btn-background i {
  margin-right: 10px;
  font-size: 18px;
}

header .btn-light {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin: 10px 0;
  display: block;
  padding: 10px;
}

header .my-account {
  background: var(--primary-color);
  color: #000;
  border-radius: 10px;
  padding: 10px 25px;
  margin: 10px 0;
  font-size: 16px;
}

header .my-account>li>a {
  color: #000;
  font-weight: bold;
}

header .top-header {
  background: #7731d8;
  color: #fff;
  padding: 10px 0;
  font-size: 16px;
  text-align: center;
}

header #cart .dropdown-toggle::after {
  display: none;
}

header #cart i {
  font-size: 25px;
}

header #cart .dropdown-menu i {
  font-size: 20px;
}

header #cart .item-price {
  display: none;
}

header .header-menu2 {
    background: linear-gradient(100deg, #2B6CB2, #872DAA, #E05243 95%);
  border-radius: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  text-align: center;
  width: 100%;
}

header .header-menu2 a {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}

#wrap-fake {
  display: none;
}

#cart .dropdown-menu {
  background: #fff;
  z-index: 1001;
}

#cart .dropdown-menu tr {
  background: #fff;
}

#cart .dropdown-menu tbody>tr>td {
  border: none;
  vertical-align: middle;
}

#cart .dropdown-menu {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  overflow-y: auto;
  max-height: 800px;
  scrollbar-width: thin;
  overflow-x: hidden;
}

#cart .dropdown-menu li p {
  padding: 10px;
}

#cart .dropdown-menu .table-striped .text-left {
  max-width: 200px;
}

#cart .dropdown-menu .table-striped a {
  color: #000;
}

#cart .btn-cart-mini {
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
  line-height: 28px;
  padding: 0 25px;
  border: solid 1px #2e6ab2;
  border-radius: 20px;
  cursor: pointer;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #2e6ab2), color-stop(50%, #fff));
  background: -o-linear-gradient(left, #2e6ab2 50%, #fff 50%);
  background: linear-gradient(to right, #2e6ab2 50%, #fff 50%);
  background-color: rgba(0, 0, 0, 0);
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-color: rgba(0, 0, 0, 0);
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-size: 209% 100%;
  background-position: right bottom;
  padding: 14px 25px;
  -webkit-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
}

#cart .dropdown-menu table {
  margin-bottom: 10px;
  width: 100%;
}

#cart .dropdown-menu li>div {
  min-width: 427px;
  padding: 0 10px;
}

@media (max-width: 478px) {
  #cart .dropdown-menu li>div {
    min-width: 100%;
  }
}

#cart .dropdown-menu li p {
  margin: 20px 0;
}

.btn-group.currency-box>.btn {
  font-size: 16px;
  color: #fff;
  padding: 0;
}

.btn-group.currency-box>.btn:focus {
  text-decoration: none;
}

.currency-box ul .btn-link {
  color: #000;
  text-align: left;
}

/* menu */

#menu {
  background: var(--primary-color);
  color: #000;
  min-height: auto;
  border-radius: 0;
}

#menu .navbar-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#menu .nav>li>a {
  color: #000;
  font-size: 15px;
  padding: 10px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 5px;
}

#menu .nav>li>a:hover,
#menu .nav>li.open>a {
  background-color: rgba(0, 0, 0, 0.1);
}

#menu .dropdown-menu {
  padding-bottom: 0;
}

#menu .dropdown-inner {
  display: table;
}

#menu .dropdown-inner ul {
  display: table-cell;
}

#menu .dropdown-inner a {
  min-width: 160px;
  display: block;
  padding: 3px 20px;
  clear: both;
  line-height: 20px;
  color: #333333;
  font-size: 12px;
}

#menu .dropdown-inner li a:hover {
  color: #ffffff;
}

#menu .see-all {
  display: block;
  margin-top: 0.5em;
  border-top: 1px solid #ddd;
  padding: 3px 20px;
  border-radius: 0 0 3px 3px;
  font-size: 12px;
}

#menu .see-all:hover,
#menu .see-all:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#23a1d1), to(#1f90bb));
  background-image: -o-linear-gradient(top, #23a1d1, #1f90bb);
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}

#menu #category {
  float: left;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .btn-navbar {
  font-size: 15px;
  font-stretch: expanded;
  color: #fff;
  padding: 2px 18px;
  float: right;
  background-color: #229ac8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#23a1d1), to(#1f90bb));
  background-image: -o-linear-gradient(top, #23a1d1, #1f90bb);
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
}

#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #229ac8;
}

@media (min-width: 768px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
}

@media (max-width: 767px) {
  #menu {
    border-radius: 4px;
  }

  #menu div.dropdown-inner>ul.list-unstyled {
    display: block;
  }

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

/* content */

#content {
  min-height: 600px;
}

.text-low {
  font-size: 12px;
}

/* footer */

footer {
  margin-top: 50px;
  padding: 80px 0;
  background-color: #f9f9f9;
  color: #000;
}

footer .link-home {
  color: #74b040;
  font-weight: bold;
  font-size: 20px;
  display: block;
}

footer h4 {
  font-weight: bold;
  font-size: 20px;
}

footer ul li a {
  line-height: 30px;
  font-size: 14px;
  color: #000;
}

footer ul li a:hover {
  color: #000;
  text-decoration: underline;
}

footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}

footer .logo-footer {
  max-width: 180px;
  margin-right: 20px;
}

/* alert */

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

/* breadcrumb */

.breadcrumb {
  background: #f2f2f2;
  border: 1px solid #c6bebe;
}

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

.breadcrumb>li {
  padding: 0 10px;
  position: relative;
}

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

.breadcrumb>li:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  right: -5px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #262323;
  border-bottom: 1px solid #262323;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.breadcrumb a {
  color: #0b0b0b;
}

.breadcrumb li:nth-last-child(1):after {
  display: none;
}

.pagination {
  margin: 0;
}

/* buttons */

.buttons {
  margin: 1em 0;
}

.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 {
  font-size: 12px;
}

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

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

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

.btn-default {
  color: #fff;
  background-color: #2e6ab2;
  border-color: #2e6ab2;
  font-weight: 600;
}

.btn-primary {
  color: #ffffff;
  background-color: #2e6ab2;
  border-color: #2e6ab2;
  font-weight: 600;
}

.btn-default:hover,
.btn-default:active,
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #7731d8;
  color: #fff;
  border-color: #7731d8;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fbb450), to(#f89406));
  background-image: -o-linear-gradient(top, #fbb450, #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] {
  -webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
  color: #f90c0c;
  background: transparent;
  border: none;
}

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

.btn-success {
  color: #ffffff;
  background-color: #83be4a;
  border-color: #83be4a;
}

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

.btn-primary.focus,
.btn-primary:focus {
    background: #7731d8;
    opacity: 0.8;
    outline: none;
    box-shadow: none;
    border-color: transparent;
}

.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #79c639;
  background-repeat: repeat-x;
  border-color: #79c639;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background: transparent;
  color: #000;
  border-color: #79c639;
}

#account-order table,
.table-responsive table {
  width: 100%;
}

.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;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#222222));
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
}

.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(#333333), to(#111111));
  background-image: -o-linear-gradient(top, #333333, #111111);
  background-image: linear-gradient(to bottom, #333333, #111111);
}

/* list group */

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

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

/* carousel */

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

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

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

/* product list */

.product-thumb {
  overflow: auto;
  height: calc(100% - 40px);
  border-left: 1px solid #eeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-layout:nth-child(4n - 3) .product-thumb {
  border-left: none;
}

.product-thumb .image {
  text-align: center;
  background: #fff;
}

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

.product-thumb .image a:hover {
  opacity: 0.8;
}

.product-thumb .image img {
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

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

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

.product-thumb .caption {
  padding: 0 20px;
  min-height: 80px;
}

.product-list .product-thumb .caption {
  margin-left: 230px;
}

@media (max-width: 1200px) {
  .product-grid .product-thumb .caption {
    min-height: 210px;
    padding: 0 10px;
  }

  header .btn-background,
  header .btn-light {
    font-size: 14px;
  }

  header .my-account {
    padding: 10px 5px;
  }

  header .btn-background i {
    margin-right: 5px;
  }
}

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

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

.product-thumb .rating {
  padding-bottom: 10px;
}

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

.rating .fa-star-o {
  color: #999;
  font-size: 15px;
}

.rating .fa-star {
  color: #fc0;
  font-size: 15px;
}

.rating .fa-star+.fa-star-o {
  color: #e69500;
}

h2.price {
  margin: 0;
}

.product-thumb .price-old {
  color: #999;
  text-decoration: line-through;
  display: inline-block;
}

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

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

.thumbnail {
  border: none;
}

.thumbnails>li {
  width: 20%;
  padding: 5px;
}

.thumbnails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.thumbnails li:nth-child(2) {
  width: 100%;
}

.thumbnails li:nth-child(1) a {
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  padding-bottom: 10px;
}

.thumbnails>img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-additional a {
  display: block;
  border: 1px solid #ddd;
  margin: 0;
}

.input-group .form-control[name^="quantity"] {
  min-width: 50px;
}

#nav-header {
  background: #f5f5f5 no-repeat;
  color: #000;
}

#nav-header {
  background: #f5f5f5 no-repeat;
}

.shop-category h4 {
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 0;
  padding-left: 60px;
  position: relative;
  margin: 0;
  height: 50px;
  background: #2e6ab2;
}

.shop-category h4:before {
  content: "\f0c9";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  left: 0;
  height: 100%;
  top: 2px;
  width: 50px;
  padding: 10px;
  font-size: 24px;
  text-align: center;
}

.shop-category {
  position: relative;
  padding: 0;
  top: -50px;
}

.shop-category .navbar-nav,
.shop-category .navbar-nav li {
  width: 100%;
}

.shop-category .navbar-nav .dropdown-menu {
  right: -100%;
  left: auto;
  top: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}

.shop-category .navbar-nav .dropdown-menu .dropdown-inner {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.35);
  -ms-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.35);
}

.shop-category .dropdown-toggle {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  cursor: pointer;
  height: 100%;
  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;
}

.shop-category .dropdown-toggle:hover {
  background: #eee;
}

.shop-category .dropdown-menu li>a:hover {
  background-color: #eee;
  color: #121212;
  background-image: none;
}

.shop-category .dropdown-toggle i {
  font-size: 20px;
}

.main-menu {
  height: 100%;
  margin: 0;
}

.main-menu li {
  border-right: 1px solid rgba(143, 143, 143, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-menu li a {
  color: #0b0b0b;
  font-size: 14px;
  text-transform: uppercase;
  padding: 15px 20px;
  height: 100%;
  font-weight: 700;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-25 {
  margin-top: 25px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-10 {
  margin-bottom: 10px;
}

.widget-account .list-group-item i {
  margin-right: 10px;
  color: #000;
  width: 20px;
}

.widget-account .list-group-item {
  color: #000;
}

#account-login .well {
  background: #fff;
}

.box-heading-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0 40px 0;
}

.box-heading-flex h2 {
  color: #000;
  margin: 0;
  font-size: 28px;
  font-weight: 500;
}

.box-heading-flex .cat_head {
  font-weight: bold;
  color: var(--main-color);
  font-size: 16px;
  text-decoration: none;
}

.price-new {
  font-size: 20px;
  color: #ff4527;
  padding: 5px;
  font-weight: 600;
}

.price .price-old {
  text-decoration: line-through;
  color: #aaa;
  font-size: 12px;
  padding-left: 5px;
}

.product-layout {
  border-bottom: 1px solid #eeee;
  margin-bottom: 40px;
  padding: 0;
}

.product-layout:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.product-layout:hover .product-thumb {
  border-radius: 10px;
}

.product-layout .image {
  position: relative;
  width: 100%;
}


#product-product .product-buttons,
.product-layout .image .product-buttons {
  position: absolute;
  right: 10px;
  top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#product-product .product-buttons button,
.product-layout .image .product-buttons button {
  background: transparent;
  border: none;
  padding: 3px;
  margin-bottom: 5px;
}

#product-product .product-buttons button:nth-child(1) i,
.product-layout .image .product-buttons button:nth-child(1) i {
  font-size: 18px;
  color: #ff4527;
}

#product-product .product-buttons button:nth-child(1):hover i::before,
header #wishlist-total i:hover,
.product-layout .image .product-buttons button:nth-child(1):hover i::before {
  font-weight: 900;
}

#product-product .product-buttons button:nth-child(2):hover i,
.product-layout .image .product-buttons button:nth-child(2):hover i {
  color: var(--main-color);
}

#product-product .product-buttons button:nth-child(2):hover i,
.product-layout .image .product-buttons button:nth-child(2):hover i {
  font-size: 18px;
  color: #0c9ef2;
}

#product-product .product-buttons button:nth-child(2):hover i,
#product-product .product-buttons button:nth-child(1) i,
#product-product .product-buttons button:nth-child(2) i {
  font-size: 25px;
}

.product-layout h2,
.product-layout h3 {
  margin: 10px 0 20px 0;
}

.product-layout h2 a,
.product-layout h3 a {
  color: #000;
  text-align: center;
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
}

.product-layout .status {
  font-size: 15px;
  width: 100%;
  text-align: center;
}

.product-layout .button-cart {
  text-align: center;
}

.product-layout #printvity-customize,
.product-layout .button-cart button {
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  line-height: 39px;
  padding: 0 25px;
  border: solid 1px #2e6ab2;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #2e6ab2), color-stop(50%, #fff));
  background: -o-linear-gradient(left, #2e6ab2 50%, #fff 50%);
  background: linear-gradient(to right, #2e6ab2 50%, #fff 50%);
  background-color: rgba(0, 0, 0, 0);
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-size: 209% 100%;
  background-position: right bottom;
  -webkit-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
  display: inline-block;
}

.product-layout #printvity-customize:hover,
#cart .btn-cart-mini:hover,
.product-layout .button-cart button:hover {
  background-position: left bottom;
  color: #fff;
}

@media (max-width: 991px) {
  .cal-info {
    display: none;
  }

  header .btn-light {
    margin: 0;
  }

  #logo {
    margin: 10px 0;
  }

  header .my-account {
    padding: 10px 15px;
  }

  .product-layout:nth-child(3n - 2) .product-thumb {
    border-left: none;
  }
}

@media (max-width: 765px) {
  .shop-category div {
    display: none;
  }

  header .my-account {
    background: transparent;
  }

  header .my-account .fa-user {
    font-size: 25px;
  }

  header #search {
    margin-top: 15px;
  }

  .product-layout:nth-child(2n -1) .product-thumb {
    border-left: none;
  }
}

#category-sub {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#category-sub li {
  margin: 5px;
}

#category-sub li a {
  color: #444;
  padding: 10px 20px;
  border-radius: 4px;
  border: 1px solid #2e6ab2;
  display: block;
    transition: all 0.3s;
}

#category-sub li a:hover {
  background: #2e6ab2;
  color: #fff;
}

#category-sub li a img {
  width: 30px;
  margin-right: 10px;
}

.row.infinite-list {
  margin-top: 50px;
}

header #search {
  width: 100%;
}

.hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px 0 15px;
  cursor: pointer;
}

.hamburger i {
  font-size: 30px;
  color: #000;
}

.wishlist-active i::before {
  font-weight: 900;
}

.compare-active i:before {
  content: "\f00c";
}

@media (max-width: 575px) {
  .main-menu li {
    width: 25%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .main-menu li a {
    padding: 15px 0;
  }

  .main-menu li:nth-last-child(1) {
    border: none;
  }

  .banner-home {
    margin-bottom: 20px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }

  header .my-account {
    padding: 0;
  }

  #cart>.btn {
    margin: 10px 0;
  }

  header .col-1 {
    padding: 0;
  }
}

.splide .splide__arrow--prev {
  left: 0;
  border-radius: 0px 5px 5px 0px;
}

.splide .splide__arrow--next {
  right: 0;
  border-radius: 5px 0px 0px 5px;
}

.splide .splide__arrow {
  height: 3em;
  width: 3em;
  background: #15141463;
  opacity: 1;
}

.splide .splide__arrow svg {
  fill: #fff;
  height: 1.5em;
  width: 1.5em;
}

.vyhody-home i {
  font-size: 25px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 10px;
}

.vyhody-home {
  margin: 20px 15px 0px 15px;
  border-bottom: 1px solid var(--primary-color);
  background: #83be4a;
  width: 100%;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.vyhody-home .col-12 {
  text-align: center;
}

.vyhody-home .col-12 div {
  margin-bottom: 10px;
}

.vyhody-home b {
  font-size: 16px;
  color: #fff;
}

.rounded {
  border-radius: 10px;
}

.category-container {
  background-color: #f2f2f2;
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 0 15px;
  width: 100%;
}

.category-container h2 {
  text-align: center;
  font-weight: bold;
}

.category-container .subtitle {
  text-align: center;
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: 500;
  padding: 0 15px;
}

.category-container .category_bottom {
  background: #fff;
  margin-top: 30px;
  padding: 0 15px 25px 15px;
}

.category-container .category_bottom .name {
  background: #50a391;
  position: relative;
  top: -10px;
  border-radius: 30px;
  padding: 5px 10px;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 140px;
  font-weight: 600;
  color: #fff;
}

.category_box {
  width: 20%;
  padding: 15px;
}

.category_box .image {
  width: 100%;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  position: relative;
  max-width: 300px;
  height: 300px;
  margin: 0 auto;
}

.category_box a {
  background-color: #ff4527;
  color: #fff;
  position: absolute;
  border-radius: 30px;
  padding: 5px 10px;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 140px;
  font-weight: 600;
}

.category_box h4 {
  background: #000;
  color: #fff;
  text-align: center;
  border-radius: 30px;
  position: relative;
  top: -18px;
  display: block;
  padding: 10px 2px;
  margin: 0px 15px;
  font-weight: 600;
}

.category-row .category_box {
  width: 100%;
  padding: 15px;
  margin-bottom: 50px;
}

#product-news h1 {
  margin-bottom: 50px;
}

#product-product .info-box {
  background: #79c639;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  padding: 15px 10px;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
}

#product-product .info-box-fix {
  font-size: 18px;
  margin: 15px 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eae4e4;
  color: #000;
}

#product-product .info-box-fix i {
  margin-right: 10px;
}

#product-product .info-text i {
  color: var(--main-color);
  margin-right: 10px;
}

#product-product .info-text {
  margin: 10px 0;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

#product-product #input-quantity {
  text-align: center;
  font-weight: bold;
  border-radius: 0;
  border: 1px solid #2e6ab2;
  border-radius: 10px 0px 0px 10px;
  font-size: 16px;
  height: 50px;
}

#product-product #button-cart {
  color: #fff;
  background: #2e6ab2;
  border-radius: 0;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 0 10px 10px 0;
  height: 50px;
}

#product-product #button-cart:hover {
  background:  #7731d8;
}

#product-product .price {
  color: #e05243;
  font-size: 35px;
  font-weight: bold;
  line-height: 50px;
}

#product-product .tax-price {
  color: #797979;
  font-size: 20px;
}

#product-product .tax-price span {
  font-size: 14px;
}

#product-product h1 {
  font-size: 25px;
  line-height: 35px;
  font-weight: bold;
  color: #000;
  margin-top: 0;
}

#product-product .stock-status span {
  font-weight: bold;
  font-size: 16px;
}

#product-product .stock-status {
  margin: 10px 0;
}

#product-product .price-old {
  font-size: 20px;
  font-weight: 500;
  text-decoration: line-through;
  display: inline-block;
  padding-left: 10px;
}

#product-product .usetris {
  color: #ff4527;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0;
}

#product-product select {
  height: 40px;
  background: transparent;
  border: 1px solid #aaa6a6;
  border-radius: 10px;
  max-width: 100%;
  padding-left: 10px;
  width: 100%;
  margin: 10px 0;
}

#product-product .casevariants-wrap {
  margin: 10px 0 20px 0;
}

#product-product .casevariants-wrap h3 {
  color: #000;
  margin: 0;
}

#cart .img-thumbnail {
  max-width: 40px;
}

#cart .table-striped tr {
  border-bottom: 1px dashed #ece3e3;
}

.p-0 {
  padding: 0;
}

#checkout-cart .table {
  width: 100%;
}

#checkout-cart .cart-head {
  border-bottom: 3px solid #d7d7d7;
  padding: 10px 0;
  color: #000;
  font-weight: bold;
  font-size: 16px;
}

#checkout-cart .cart-list .cart-item {
  border-bottom: 2px dashed #dbdbdb;
  padding: 15px 0;
}

#checkout-cart .cart-list .cart-item .item-image img {
  border: none;
}

#checkout-cart .cart-list .cart-item .item-name a {
  color: #000;
  font-weight: 600;
  font-size: 15px;
}

#checkout-cart .cart-list .cart-item .item-name small {
  display: block;
}

#checkout-cart .cart-list .cart-item .item-qty .btn-decrease {
  height: 40px;
  border-right: 1px solid #b3acac;
  border-right-color: rgb(179, 172, 172);
  border-radius: 10px 0px 0px 10px;
  color: #000;
  border-color: #bdbdbd;
  padding: 10px 20px;
}

#checkout-cart .cart-list .cart-item .item-qty .btn-increase {
  height: 40px;
  border-left: 1px solid #b3acac;
  border-left-color: rgb(179, 172, 172);
  border-radius: 0px 10px 10px 0px;
  color: #000;
  border-color: #b3acac;
  padding: 10px 20px;
}

#checkout-cart .cart-list .cart-item .item-qty .input-qty {
  border: none;
  height: 40px;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-top: 1px solid #b3acac;
  border-bottom: 1px solid #b3acac;
  background: #fff;
  margin: 0;
}

#checkout-cart .cart-list .cart-item .item-price,
#checkout-cart .cart-list .cart-item .item-total {
  font-size: 16px;
}

#checkout-cart .cart-list .cart-item .btn-remove {
  background: transparent;
  color: #ff4527;
}

#checkout-cart .cart-form {
  margin: 30px 0;
}

#checkout-cart #shopping-cart-totals {
  background: #f5f5f5;
  border: none;
}

#checkout-cart #shopping-cart-totals tr>td {
  border: none;
  border-top: 2px dashed #fff;
}

#checkout-cart tr:nth-child(1)>td {
  border: none !important;
}

#checkout-cart #shopping-cart-totals tr>td {
  padding: 10px 15px;
}

#checkout-cart .btn-primary {
  font-size: 16px;
  padding: 10px 20px;
}

#checkout-cart .cart-title h2,
#checkout-cart .cart-title h1 {
  margin: 0;
}

.opacity-50 {
  opacity: 0.5;
}

.box-account {
  padding: 25px;
  text-align: center;
  width: 100%;
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  margin: 10px;
  -webkit-box-shadow: 0px 0px 5px 0px #bfb9b9;
  box-shadow: 0px 0px 5px 0px #bfb9b9;
}

.box-account i {
  display: block;
  font-size: 30px;
  color: #2e6ab2;
  margin-bottom: 10px;
}

#account-account h2 {
  font-weight: bold;
  margin: 20px 10px;
}

.box-account:hover {
  background: #2e6ab2;
  color: #fff;
}

.box-account:hover i {
  color: #fff;
}

@media (min-width: 500px) {
  .category-row .category_box {
    width: 50%;
  }

  .category_box .image {
    max-width: 205px;
    height: 205px;
  }

  .box-heading-flex .devider {
    background: var(--primary-color);
    width: 30%;
    height: 3px;
    margin-top: 5px;
  }
}

@media (min-width: 767px) {

  #checkout-cart .cart-list .cart-item:nth-last-child(1) {
    border: none;
  }

  .mt-md-0 {
    margin-top: 0;
  }

  .category_box .image {
    max-width: 280px;
    height: 280px;
  }
}

@media (min-width: 991px) {
  .category-row .category_box {
    width: 33%;
  }

  .box-heading-flex .devider {
    width: 60%;
  }

  #menu .close {
    display: none;
  }

  .hamburger {
    display: none;
  }

  .col-lg-20 {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 1100px) {
  .category-row .category_box {
    width: 25%;
  }

  .category_box .image {
    max-width: 205px;
    height: 205px;
  }

}

@media (min-width: 1200px) {
  .category-row .category_box {
    width: 20%;
    padding: 15px;
    margin-bottom: 0;
  }

  .category_box .image {
    max-width: 215px;
    height: 215px;
  }
}

.splide__slide .product-layout {
  border-left: 1px solid #eee;
  border-bottom: none;
  height: 100%;
}

.splide__slide.is-active .product-layout {
  border-left: none;
}

.splide .product-thumb {
  margin-bottom: 0;
  height: 100%;
  border: none !important;
  padding-bottom: 20px;
}

.splide .splide__track {
  padding-top: 20px;
  padding-bottom: 20px;
}

#menu .nav .dropdown-menu {
  width: 100%;
  margin: 0 !important;
}

#menu .nav>li {
  position: static;
}

#menu li .content-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 25px;
}

#menu li .content-sub img {
  max-width: 100%;
  height: auto;
}

#menu .sub-2-name {
  color: #000;
  font-weight: bold;
  font-size: 16px;
}

#menu .sub-3 a {
  color: #2e6ab2;
  font-size: 13px;
}

#menu .sub-3 a:nth-child(1) {
  margin: 0 !important;
  padding: 0 !important;
}

#menu .sub-3 a:hover {
  color: #000;
}

.description-category {
  overflow: hidden;
  max-height: 135px;
}

.description-category.more-content.open p:nth-last-child(1) {
  margin-bottom: 0;
}

.description-category.more-content.open {
  max-height: 100%;
}

#product-category .btn-more span:nth-child(2) {
  display: none;
}

#product-category .btn-more.open span:nth-child(2) {
  display: block;
}

#product-category .btn-more.open span:nth-child(1) {
  display: none;
}

#product-category .btn-more {
  color: #446084;
  padding: 10px 0px 20px 15px;
  cursor: pointer;
}

#product-category h1 {
  font-weight: bold;
  color: #000;
  margin-bottom: 30px;
}

#product-category .btn-cat {
  border: 1px solid #2e6ab2;
  padding: 10px;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  font-weight: 600;
  border-radius: 10px;
  margin-bottom: 20px;
}

.view-more-button-infinite {
  background: #79c639;
  border: 1px solid #79c639;
  padding: 10px 25px;
  border-radius: 10px;
  color: #fff;
  font-weight: 600;
}

.view-more-button-infinite:hover {
  color: #79c639;
  background: transparent;
}

.pagination .active span {
  background: #79c639;
  border-color: #79c639;
}

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

#header-sticky.fixed .top-header,
#header-sticky.fixed .order-0,
#header-sticky.fixed .order-1,
#header-sticky.fixed .order-2,
#header-sticky.fixed .order-3,
#header-sticky.fixed .order-4,
#header-sticky.fixed .order-lg-5 {
  display: none !important;
}

#header-sticky.fixed .order-6 {
  width: 85%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 85%;
  flex: 0 0 85%;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

#header-sticky.fixed .order-5 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 15%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
}

#header-sticky.fixed {
  background: var(--primary-color);
  color: #000;
  padding: 10px 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
}

#header-sticky.fixed #menu li .content-sub img {
  padding-right: 5px;
}

#header-sticky.fixed #menu li a {
  padding: 10px 0px;
  margin: 0 5px;
}

#header-sticky.fixed #menu {
  margin: 0;
}

.kontakt-contet h2 {
  font-weight: bold;
  color: #79c639;
  margin-bottom: 15px;
}

.kontakt-contet .d-flex.flex-wrap .col-md-4 {
  font-size: 16px;
  padding: 5px 10px;
}

.kontakt-contet .d-flex.flex-wrap .col-md-4 i {
  margin-right: 10px;
  color: #79c639;
}

.kontakt-contet .kontakt-box {
  background: #f2f2f2;
  color: #000;
  padding: 20px 0;
}

.kontakt-contet .kontakt-box i {
  margin-right: 10px;
  color: #79c639;
  font-size: 18px;
}

.kontakt-contet .kontakt-box a {
  color: #000;
  font-weight: bold;
}

.kontakt-contet .kontakt-box h4 {
  font-weight: bold;
  font-size: 18px;
}

.form-control {
  background: #fff !important;
  border: 1px solid #dbdbdb !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0;
  margin-bottom: 15px;
  color: #000;
  font-size: 13px;
  height: 52px;
  padding: 0 15px;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
}

.form-control-bottom {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  color: #000;
  font-size: 13px;
  height: 52px;
  padding: 0 15px;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  border: none;
  border-bottom: 1px solid #dbdbdb;
  width: 100%;
  background: transparent;
}

textarea:focus,
input:focus {
  outline: none;
}

textarea.form-control {
  height: auto;
  padding: 15px;
}

#printvity-customize {
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
}

.filter {
  position: relative;
}

.filter .dropdown {
  position: revert;
}

.filter .dropdown-menu {
  top: auto;
}

.name-filter {
  border: 1px solid #79c639;
  padding: 10px 25px;
  margin: 10px;
}

.list-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px;
}

.filter .checkbox,
.radio {
  position: relative;
  display: block;
  min-width: 20%;
  padding: 5px 10px;
  margin: 0;
}

.filter-title {
  background: #2e6ab2;
  padding: 10px 25px;
  color: #fff;
  margin: 10px;
  font-weight: bold;
}

.filter-custom-design .name-filter {
  text-align: center;
  border: none;
  background: #2e6ab2;
  color: #fff;
  margin: 10px 0;
  font-size: 20px;
}

.filter-custom-design #button-filter {
  font-size: 20px;
  padding: 10px 35px;
}

.grid-baner-servis {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: 180px 20px 180px 20px 180px;
  grid-template-rows: repeat(3, 180px);
  margin-bottom: 50px;
}

.grid-baner-servis>*:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-baner-servis>*:nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.grid-baner-servis>*:nth-child(3) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

.grid-baner-servis div:nth-child(1) {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 0;
  grid-row-end: 1;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 0;
  grid-column-end: 1;
}

.grid-baner-servis div:nth-child(2) {
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
}

.grid-baner-servis div:nth-child(3) {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 0;
  grid-column-end: 2;
}

.grid-baner-servis div:nth-child(4) {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 0;
  grid-column-end: 3;
}

.grid-baner-servis div:nth-child(5) {
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 0;
  grid-column-end: 3;
}

.grid-baner-servis img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg-black {
  background: #000;
  color: #fff;
  padding: 25px;
  height: 100%;
}

.bg-black h2 {
  color: #fff;
}

.servis-box {
  padding: 25px 10px;
  -webkit-box-shadow: 0 0 5px 0px #999292;
  box-shadow: 0 0 5px 0px #999292;
  margin-bottom: 30px;
  height: calc(100% - 30px);
}

.servis-box i {
  font-size: 35px;
  color: #2e6ab2;
}

.servis-box h3 {
  font-weight: bold;
}

.box-input-checbox {
  max-height: 130px;
  overflow-y: scroll;
  margin-bottom: 20px;
}

#servis_protocol .required {
  border: 1px solid #aa1919 !important;
}

.servis-wrap {
  background: #2e6ab2;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  border: 1px solid #2e6ab2;
  margin-top: 50px;
}

.servis-wrap:hover {
  background: #fff;
  color: #2e6ab2;
}

.servis-wrap i {
  margin-right: 10px;
}

.otazky {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  padding: 20px 15px;
  margin: 20px 0;
  border-radius: 10px;
}

.otazky .header {
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.otazky .content {
  margin-top: 10px;
  color: #777;
}

.otazky .collapsed.header i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.order_processing_step .ve-card__section div:nth-child(2) {
  padding-left: 15px;
}

.order_processing_step .ve-card__section div p {
  font-size: 12px;
  line-height: 16px;
  color: #393838;
}

.order_processing_step {
  margin-bottom: 30px;
}

.loga div {
  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;
  max-height: 141px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

.loga div img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 100%;
  margin: 0 auto;
}

.loga {
  gap: 15px;
}

.loga div a {
  height: 100%;
  display: inline-block;

}

.blog-category .blog-box img {
  max-width: 100%;
}

.blog-category .blog-box .blog-box-name {
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  color: #000;
  margin: 10px 0;
  display: block;
}

.blog-category .blog-box {
  padding: 15px;
  border: 1px solid #eeee;
  border-radius: 10px;
}

.blog-category .blog-box:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}

#tab-specification table {
  width: 100%;
  margin-top: 20px
}

.cart-list .qty_data small {
  color: #2e6ab2;
  font-weight: 600;
}

.text-danger-qty {
  color: #a94442;
}

#banner-home-1 {
  padding: 20px 0;
}

.noin {
  display: none;
}

iframe {
  max-width: 100%;
}


#content .xdiscount_ribbon::before {
  border-top: 30px solid #ff4527;
}

#content .xdiscount_ribbon {
  background: #ff4527;
}


header #search #results {
  box-shadow: 0px 0px 15px #00000026;
  position: absolute;
  z-index: 999;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 0 0 20px 20px;
  max-height: 500px;
  overflow-y: auto;
  overflow: hidden;
}

header #search #results .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #dedede;
  padding: 0 15px;
}

header #search #results .item:nth-last-child(1) {
  border: none;
}

header #search #results .item .image {
  max-width: 50px;
  width: 100%;
}

header #search #results .item .image a {
  font-size: 0px;
}

header #search #results .item .image img {
  width: 100%;
  height: auto;
}

header #search #results .item h4 a {
  color: #000;
  text-align: left;
  width: 100%;
  display: block;
  font-weight: normal;
  font-size: 14px;
}

header #search #results .item h4 {
  margin: 0;
  margin-left: 10px;
}

header #search #results .item .content {
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 5px 0;
}

header #search #results .item .price {
  color: var(--main-color);
  font-weight: bold;
}

header #search #results .item.btn-more {
  padding: 14px;
  text-align: center;
  cursor: pointer;
  font-weight: 500;
}

header #search #results .item.btn-more a {
  width: 100%;
  display: block;
  color: #fff;
  color: #000;
  text-transform: uppercase;
  font-size: 13px;
}

#modal_cart .modal-title {
  font-size: 25px;
  color: #ff4527;
}

#moda_cart .modal-body {
  font-size: 16px;
}

#modal_cart .modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2))
}

.apple-banner {
  text-align: center;
  background-color: #2e6ab2;
  margin: 0px 15px 0px 15px;
  padding: 50px 20px;
  width: 100%;
  color: #fff;
  text-decoration: none;

}

.apple-banner:hover,
.apple-banner:focus,
.apple-banner:active {
  color: #fff;
  text-decoration: none;
}

.apple-banner:hover h2 {
  color: #fff;
  text-decoration: underline;
}

.apple-banner h2 {
  font-size: 35px;
  font-weight: bold;
  margin: 0 0px 20px 0;
  text-transform: uppercase;
  color: #fff;

}

.apple-banner p {
  font-size: 18px;
  font-weight: 500;
}

.apple-banner-servis {
  text-align: center;
  background-color: #2e6ab2;
  margin: 0px 15px 0px 15px;
  padding: 40px 20px;
  width: 100%;
  color: #fff;
  text-decoration: none;
}

.apple-banner-servis h2 {
  font-size: 30px;
  font-weight: bold;
  margin: 0 0px 20px 0;
  text-transform: uppercase;
  color: #fff;
}

.apple-banner-servis p {
  font-size: 16px;
  font-weight: 500;
}

.apple-banner-servis:hover,
.apple-banner-servis:focus,
.apple-banner-servis:active {
  color: #fff;
  text-decoration: none;
}

.cc-banner .cc-btn {
    border: 2px solid var(--main-color) !important;
    border-radius: 0;
    text-decoration: none;
}
.cc-banner .cc-btn:hover {
    background: var(--main-color);
    color: #fff;
}
@media (min-width: 1200px) {
  .order_processing_step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .order_processing_step .ve-card {
    width: calc(50% - 10px);
    margin: 0;
  }
}

@media (max-width: 1350px) {
  #menu .nav>li>a {
    margin: 0 5px;
  }

  header .btn-background {
    font-size: 15px;
  }
}

@media (max-width: 1280px) {
  #menu .nav>li>a {
    margin: 0;
  }

  header .btn-background {
    padding: 10px 0;
  }

  header .btn-light {
    padding: 10px 5px;
  }
}



@media (max-width: 1200px) {
  #header-sticky.fixed #menu .nav>li>a {
    font-size: 15px;
    padding: 10px;
    margin: 0;
  }

  header .btn-background {
    padding: 10px;
    height: calc(100% - 20px);
  }

  #menu .dropdown-menu {
    top: auto;
  }
}

@media (max-width: 991px) {
  #menu {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 999;
    border-radius: 0;
    width: 40%;
    height: 100%;
    overflow-y: auto;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
  }

  #menu .nav>li>a {
    padding: 20px 15px;
  }

  #menu .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin: 0 0 10px 0;
  }

  .currecny-tablet {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
  }

  #menu .close {
    position: absolute;
    right: 20px;
    color: #000;
    opacity: 1;
    top: 23px;
    font-size: 25px;
  }

  #menu ul li .dropdown-toggle i {
    margin-left: 10px;
  }

  #menu .nav>li>a:hover,
  #menu .nav>li.open>a {
    background: transparent;
  }

  #menu li .content-sub {
    padding: 0px 15px;
    border-top: 1px solid #d2cece;
  }

  .close {
    position: absolute;
    right: 15px;
    color: #000;
    opacity: 1;
  }

  .breadcrumb {
    margin-top: 20px;
  }

  #menu.open-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
    visibility: visible;
  }

  #header-sticky.fixed .order-5 {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 50%;
  }

  #header-sticky.fixed .container>.row {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .kontakt-contet iframe {
    height: 400px;
  }

  #menu .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
  }

  .servis-wrap {
    font-size: 20px;
  }

  #checkout-cart {
    padding-top: 20px;
  }

  .currecny-tablet .pull-left {
    width: 100%;
  }

  .currecny-tablet .btn-group.currency-box>.btn {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
  }

  .currecny-tablet strong {
    font-weight: normal;
  }

  .currecny-tablet .dropdown-menu {
    position: inherit;
    float: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    margin-top: 35px;
    z-index: 999;
  }

  .vyhody-home .col-12 {
    text-align: center;
    margin-bottom: 20px;
  }



}

@media (max-width: 768px) {
  #checkout-cart .cart-list .cart-item {
    border: 1px solid #d9d9d9;
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 0;
  }

  #checkout-cart .cart-list .cart-item .item-total {
    font-weight: bold;
    padding: 20px;
    margin-top: 20px;
    height: 70px;
    background: #f5f5f5;
  }

  #checkout-cart .cart-list .item-qty {
    margin-top: 20px;
    padding: 15px 10px;
    background: #f5f5f5;
  }

  #checkout-cart .cart-list .item-image,
  #checkout-cart .cart-list .item-name {
    padding: 0;
  }

  #checkout-cart .cart-list .cart-item .item-name a {
    font-size: 14px;
  }

  #menu {
    width: 60%;
  }

  .view-more-button-infinite {
    margin-bottom: 20px;
  }

  #header-sticky.fixed .order-5 {
    width: 70%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }

  .grid-baner-servis {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .grid-baner-servis div {
    width: 100%;
  }

  .category-container .category_bottom {
    background: transparent;
  }

  .category-container .category_bottom.open {
    background: #fff;
  }

  .category-container .category_bottom .info {
    display: none;
  }

  .category-container .category_bottom.open .info {
    display: block;
  }


  .apple-banner h2 {
    font-size: 35px;
  }

  .servis-box{
    margin-left: -15px;
    margin-right: -15px;
  }

  .apple-banner-servis{
    margin:0;
  }
}

@media (max-width: 575px) {
  #cart {
    position: unset;
  }

  .servis-wrap {
    font-size: 18px;
    margin-top: 20px;
  }

  #cart .dropdown-menu {
    left: 5px;
    right: 5px;
    top: 108px;
    min-width: auto;
  }

  #menu {
    width: 90%;
  }

  #product-product .kosik-mobil {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 9999;
    border-top: 1px solid #cecaca;
    margin: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
  }

  #product-product .kosik-mobil .price {
    font-size: 22px !important;
  }

  #product-product h1 {
    font-size: 20px;
    line-height: 30px;
  }

  .thumbnails>li {
    width: 25%;
  }

  #product-product .thumbnails {
    margin-bottom: 20px;
  }

  #product-product .price-wrap {
    margin: 10px 0;
  }

  #product-category #category-sub {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: none;
  }

  #header-sticky.fixed .order-5 .d-none {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  #header-sticky.fixed .order-5 {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
  }

  #header-sticky.fixed {
    padding: 0;
  }

  .kontakt-contet iframe {
    height: 250px;
  }

  #printvity-customize {
    font-size: 16px;
  }

  footer {
    text-align: center;
  }

  .otazky div:nth-child(1) {
    font-size: 14px;
  }

  .filter-custom-design #button-filter {
    font-size: 18px;
  }

  .loga div {
    width: calc(50% - 15px);
  }

  #printvity-customize {
    line-height: 1.4;
    padding: 10px;
    text-align: center;
  }

  .apple-banner {
    padding: 40px 15px;
  }

  .apple-banner-servis h2,
  .apple-banner h2 {
    font-size: 25px;
  }

  .apple-banner p {
    font-size: 16px;
  }
}
