@charset "UTF-8";
:root {
  --clr-links: #FFFFFF;
  --clr-dialog-border: #D9D9D9;
  --clr-product-header: #202020;
  --clr-button-link: #158F05;
  --clr-button-bg: var(--clr-button-link);
  --clr-button-text: #ffffff;
  --clr-opencart-color: #0887E3;
  --clr-footer-titles: #C4C4C4;
  --clr-footer-submenu: #FFFFFF;
  --clr-footer-bg: #1A222D;
  --clr-footer-bg-image: #82828221;
  --clr-menu-color: #303030;
  --clr-menu-sep: #A7A7A7;
  --clr-inactive-menu-color: #666666;
  --clr-badge-bg: var(--clr-opencart-color);
  --clr-logo-text-fill: #47B348;
  --clr-logo-text-stroke: #2CCA1A62;
  --clr-badge-color: #E8E8E8;
  --clr-big-banner-text-color: #FFFFFF;
  --clr-big-banner-button-color: #F9F9F9;
  --clr-big-banner-left-button-bg: #008628;
  --clr-big-banner-right-button-bg: #048ACD;
  --clr-big-banner-bg: #00C023;
  --clr-page-header1-color: #000000;
  --clr-page-icon-color: #00A331;
  --clr-page-dimmed-color: #555555;
  --clr-page-subheader-color: #848484;
  --clr-wish-color: #FF0000;
  --clr-star-color: #F2AB14;
  --clr-dimmed-link: #666666;
  --clr-strong-border: #6B6B6B;
  --clr-page-text: #404040;
  --clr-short-banner-subheader: #DBDBDB;
  --clr-short-banner-header: #EFEFEF;
  --clr-narrow-banner-text: #000000;
  --clr-narrow-banner-icon: #00821C;
  --clr-narrow-banner-bg: #F7FFBA;
  --clr-input-border: #CED4DA;
  --clr-input-text: #495057;
  --clr-input-bg: #FFFFFF;
  --clr-input-placeholder: #6C757D;
  --clr-dialog-header: #FFFFFF;
  --clr-dialog-header-bg: #00A331;
  --clr-page-text-dimmed-extra: #AEAEAE;
  --clr-icon-3rd-party-fill: #222B8B;
  --clr-icon-3rd-party-stroke: #57C0FF;
  --clr-icon-custom-feature: #00AE00;
  --clr-page-text-highlighted: var(--clr-icon-custom-feature);
  --clr-icon-carts: #FF7A1E;
  --clr-icon-carts-stroke: #FF9A18;
  --clr-icon-x: #0918D3;
  --clr-icon-x-store: #1900FF;
  --clr-icon-website-from: #4258E0;
  --clr-icon-website-stroke: #4866B0;
  --clr-icon-migration: #FF7A1E;
  --clr-icon-migration-stroke: #FF9A18;
  --clr-icon-custom-feature-stroke: #1993A9;
  --clr-icon-fix-issue: #9E0FB9;
  --clr-icon-fix-issue-stroke: #A6119E;
  --clr-page-bg: #FFFFFF;
  --clr-icon-custom-feature2: #75A908;
  --clr-tab-bg: #B8B0B0;
  --clr-price: rgb(0, 174, 0);
}
:root {
  --fnt-menu-elements: 1rem;
  --fnt-menu-sub-elements: 0.8rem;
  --fnt-banner-header-one: 1.8rem;
  --fnt-banner-sub-header: 1.2rem;
  --fnt-product-card-descr: 0.9rem;
  --fnt-product-card-title: 1.1rem;
  --fnt-card-tag: 0.8rem;
  --fnt-card-price: 1.2rem;
  --fnt-card--fnt--button--fnt-add-to-cart-: 1rem;
  --fnt-footer-header: 1.1rem;
  --fnt-footer-menu: 0.9rem;
  --fnt-facts-header: 1rem;
  --fnt-facts-text: 1rem;
  --fnt-section-link: 1.2rem;
  --fnt-service-block-text: 1rem;
  --fnt-service-block-title: 1.4rem;
  --fnt-service-price-label: 1rem;
  --fnt-narrow-banner-text: 1.2rem;
  --fnt-page-header-2: 1.8rem;
  --fnt-product-descr: 1.2rem;
  --fnt-product-perks: 1rem;
  --fnt-product-header-3: 1.2rem;
  --fnt-product-price: 1.6rem;
  --fnt-button-link: 1.2rem;
  --fnt-product-label: 1.2rem;
  --fnt-big-banner-action: 1.2rem;
  --fnt-big-banner-button: 1rem;
}
.fnt-menu-elements {
  font-size: var(--fnt-menu-elements);
  font-weight: 400;
}
.fnt-banner-header-one {
  font-size: var(--fnt-banner-header-one);
  font-weight: 500;
}
.fnt-banner-sub-header {
  font-size: var(--fnt-banner-sub-header);
  font-weight: 400;
}
.fnt-product-card-descr {
  font-size: var(--fnt-product-card-descr);
  font-weight: 400;
}
.fnt-product-card-title {
  font-size: var(--fnt-product-card-title);
  font-weight: 500;
}
.fnt-card-tag {
  font-size: var(--fnt-card-tag);
  font-weight: 400;
}
.fnt-card-price {
  font-size: var(--fnt-card-price);
  font-weight: 500;
}
.fnt-card--fnt--button--fnt-add-to-cart- {
  font-size: var(--fnt-card--fnt--button--fnt-add-to-cart-);
  font-weight: 400;
}
.fnt-footer-header {
  font-size: var(--fnt-footer-header);
  font-weight: 400;
}
.fnt-footer-menu {
  font-size: var(--fnt-footer-menu);
  font-weight: 400;
}
.fnt-facts-header {
  font-size: var(--fnt-facts-header);
  font-weight: 400;
}
.fnt-facts-text {
  font-size: var(--fnt-facts-text);
  font-weight: 400;
}
.fnt-section-link {
  font-size: var(--fnt-section-link);
  font-weight: 400;
}
.fnt-service-block-text {
  font-size: var(--fnt-service-block-text);
  line-height: 1.95;
  font-weight: 400;
}
.fnt-service-block-title {
  font-size: var(--fnt-service-block-title);
  font-weight: 400;
}
.fnt-service-price-label {
  font-size: var(--fnt-service-price-label);
  font-weight: 400;
}
.fnt-narrow-banner-text {
  font-size: var(--fnt-narrow-banner-text);
  line-height: 1.333333;
  font-weight: 400;
}
.fnt-page-header-2 {
  font-size: var(--fnt-page-header-2);
  font-weight: 400;
}
.fnt-product-descr {
  font-size: var(--fnt-product-descr);
  font-weight: 400;
}
.fnt-product-perks {
  font-size: var(--fnt-product-perks);
  font-weight: 400;
}
.fnt-product-header-3 {
  font-size: var(--fnt-product-header-3);
  font-weight: 500;
}
.fnt-product-price {
  font-size: var(--fnt-product-price);
  font-weight: 400;
}
.fnt-button-link {
  font-size: var(--fnt-button-link);
  font-weight: 400;
}
.fnt-product-label {
  font-size: var(--fnt-product-label);
  font-weight: 400;
}
.fnt-big-banner-action {
  font-size: var(--fnt-big-banner-action);
  font-weight: 400;
}
.fnt-big-banner-button {
  font-size: var(--fnt-big-banner-button);
  font-weight: 400;
  text-transform: uppercase;
  padding: 1rem 3rem 1rem 3rem;
}
.svg-icon-compare {
  backgrund-image: url("../svg/compare-icon.svg");
  background-size: contain;
}
.svg-icon-circle {
  backgrund-image: url("../svg/circle-icon.svg");
  background-size: contain;
}
/* buttons */
button {
  background-color: #158F05;
  color: #F9F9F9;
  border: unset;
}
.btn.focus, .btn:focus, .btn:hover {
  color: #F9F9F9;
}
.buttons {
  margin: 1em 0;
  min-height: 40px;
}
.btn {
  padding: 6px 10px 6px 10px;
  font-size: 14px;
  border-radius: 0px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-xs {
  font-size: 9px;
}
.btn-sm {
  font-size: 10.2px;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 15px;
}
.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;
}
/* button default */
.btn-default {
  color: #404040;
  background-color: #FFFFFF;
  background-repeat: repeat-x;
  border: 2px solid #158F05;
}
.btn-default:hover, .btn-default:focus, .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
  background-color: #FFFFFF;
  color: #158F05;
  border: 2px solid #158F05;
}
/* button primary */
.btn-primary {
  color: #F9F9F9;
  background-color: #158F05;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  background-color: #158F05;
  color: #F9F9F9;
}
/* button warning */
.btn-warning {
  color: #ffffff;
  background-color: #faa732;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  color: #ffffff;
  background-color: #c17305;
}
/* button success */
.btn-success {
  color: #ffffff;
  background-color: #5bb75b;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  background-color: #347834;
  color: #ffffff;
}
/* button info */
.btn-info {
  color: #ffffff;
  background-color: #df5c39;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  background-color: #993419;
  color: #ffffff;
}
/* button link */
.btn-link {
  cursor: pointer;
  border: 0px;
  padding: 0px;
  box-shadow: none;
  color: #158F05;
}
.btn-block:hover, .btn-block:active, .btn-block:focus {
  cursor: pointer;
  color: #19a806;
}
.btn-link:active, .btn-link:focus, .btn-link:hover, .btn-link[disabled] {
  border: 0px;
  background-image: none;
  box-shadow: none;
  text-decoration: none;
  color: #19a806;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
  background-color: #158F05;
}
.btn-primary.focus, .btn-primary:focus {
  background-color: #158F05;
}
/* input group button */
.input-group-btn > .btn {
  border-width: 1px;
}
.input-group {
  height: 2.6rem;
}
.input-group input, .input-group select {
  height: 100%;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
  z-index: 2;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  background-color: white;
  border-color: white;
}
.btn, .btn-primary, button {
  border-radius: 0.3rem;
  text-transform: uppercase;
  font-size: 1rem;
  padding: 0.5rem 1rem 0.5rem 1rem;
}
.btn-primary {
  color: var(--clr-button-text);
  background-color: var(--clr-button-link);
  border-color: var(--clr-button-link);
}
table.totals tr:nth-child(1) td {
  border-top: none;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    border: 0px;
  }
}
.panel .panel-heading {
  background-color: #FFFFFF;
  border-color: #000;
  color: #b3b3b3;
}
.panel .panel-body {
  background-color: #FFFFFF;
}
[id^="account-"] #column-right .list-group {
  border-left: 1px solid #eee;
}
body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #404040;
  font-size: 1rem;
  width: 100%;
  background-color: #FFFFFF;
}
/* links */
a {
  color: #158F05;
}
a:focus, a:hover {
  color: #19a806;
  text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
  color: #404040;
}
/* default font size */
.fa {
  font-size: 1rem;
}
/* Override the bootstrap defaults */
h1 {
  font-size: 1.875rem;
  margin-bottom: 2rem;
}
h2 {
  font-size: 1.625rem;
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  line-height: 2.6rem;
}
h2.price {
  margin: 0;
}
h3 {
  font-size: 1.25rem;
  max-width: 100%;
  padding-bottom: 6px;
  text-transform: uppercase;
}
h4 {
  font-size: 15px;
}
h5 {
  font-size: 14px;
  border-bottom: 1px solid;
  max-width: 250px;
  padding-bottom: 6px;
}
h6 {
  font-size: 10.2px;
}
@media (max-width: 991px) {
  h2 {
    font-size: 18px;
  }
}
hr {
  border-top: 1px solid #D9D9D9;
}
.nav-tabs {
  margin-bottom: 15px;
}
@media (min-width: 1500px) {
  .container {
    width: 1330px;
  }
}
/* content */
#content {
  min-height: 600px;
}
/* alert */
.alert {
  padding: 8px 14px 8px 14px;
}
.alert-info {
  color: #404040;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
/* breadcrumb */
.breadcrumb {
  margin: 0 0 1rem 0;
  border: 1px solid #ddd;
  background: none;
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li + li:before {
  content: "";
  padding: 0;
}
.breadcrumb > li:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  width: 26px;
  height: 26px;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.breadcrumb {
  border: 0px;
}
.breadcrumb li {
  text-shadow: unset;
  padding: 0px;
}
.breadcrumb > li:before {
  content: "";
  display: inline-block;
  height: 16px;
  border-right: 1px solid #DDD;
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(25deg);
  -o-transform: rotate(25deg);
  transform: rotate(25deg);
  margin-right: 8px;
  margin-left: 8px;
  margin-bottom: -4px;
}
.breadcrumb > li:after {
  display: none;
}
ul.breadcrumb {
  background-color: unset;
  padding: 0px;
}
ul.breadcrumb a, ul.breadcrumb a i {
  color: var(--clr-menu-color);
  font-size: var(--fnt-menu-elements);
}
.breadcrumb > li:first-child:before {
  border-right: 0px;
  content: unset;
}
/* list group */
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  color: #404040;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.list-group a {
  border: 0px solid #DDDDDD;
  padding: 8px 12px;
  font-size: 14px;
}
.list-group a.active, .list-group a.active:hover {
  font-weight: bold;
}
/* carousel */
.carousel-control .icon-prev:before {
  content: "";
  font-family: FontAwesome;
}
.carousel-control .icon-next:before {
  content: "";
  font-family: FontAwesome;
}
/* # swiper */
.swiper-viewport {
  border: 0px;
  margin-bottom: 0 auto 10px;
}
.swiper-pager {
  display: none;
}
.dropdown-menu li button {
  padding-left: 10px;
}
/* pagination */
/* thumbnail */
/* fixes */
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  right: 0px;
  opacity: 1;
}
.panel div.list-group-item {
  max-height: 300px;
  overflow: overlay;
}
#account-login .well {
  height: 100%;
}
@media (min-width: 768px) {
  .flex-sm {
    display: flex;
  }
}
/* modal dialogs */
.modal-title {
  text-transform: uppercase;
}
/* these styles are for editor in multivendor */
.panel-default .panel-heading {
  border-color: #dcdcdc;
  background: #f6f6f6;
}
.panel-default .panel-heading h3 {
  border: none;
}
.alert-dismissable .close, .alert-dismissible .close {
  right: unset;
}
.category_thumb {
  display: inline-block;
  margin-bottom: 10px;
  border: 1px solid #ddd;
}
.category_thumb .image {
  position: relative;
  display: inline-block;
}
.category_list .category_name {
  position: absolute;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  margin-top: -94px;
  height: 100px;
  width: 100%;
  color: #404040;
  line-height: 90px;
  /*    border-top: 3px solid $c-main; */
}
.category_list .category_thumb {
  -webkit-filter: grayscale(25%);
  filter: grayscale(25%);
  margin-bottom: 25px;
}
.category_list .category_name h4 {
  font-size: 36px;
  color: #fff;
}
@media (max-width: 1199px) {
  .category_list .category_name h4 {
    font-size: 30px;
  }
}
.g-featured {
  width: 100%;
  margin-bottom: 3rem;
}
.g-featured .l-products {
  display: flex;
  justify-content: space-around;
  width: 100%;
  gap: 2rem;
  flex-wrap: wrap;
}
.g-featured .l-view-all {
  margin: 2rem auto 1rem;
  display: block;
  text-align: center;
}
/* footer */
footer {
  margin-top: 30px;
  padding-top: 30px;
  background-color: #FFFFFF;
  border-top: 1px solid #ddd;
  color: #404040;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #e5e5e5;
}
footer a {
  color: #404040;
}
footer a:hover {
  color: #404040;
}
footer h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #404040;
  text-transform: uppercase;
}
/* form elements */
legend {
  font-size: 1.2rem;
  padding: 7px 0px;
}
label {
  font-size: 1rem;
  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: 1rem;
  min-height: 2.6rem;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
  font-size: 1rem;
}
.input-group .input-group-addon {
  height: 2.6rem;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
  display: inline;
}
div.required .control-label:before {
  content: "* ";
  font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
  text-decoration: none;
}
/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
  min-width: 50px;
}
.form-control:focus {
  border-color: #404040;
}
/* calendar */
.bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover {
  text-shadow: unset;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  background-color: #404040;
  color: #FFFFFF;
}
header {
  background-color: #FFFFFF;
  padding-top: 14px;
  padding-bottom: 6px;
}
/* top */
#top {
  border-bottom: 1px solid #D9D9D9;
  margin: 0 0 20px 0;
  padding: 6px;
  min-height: 36px;
  font-size: 14px;
  margin-bottom: 0px;
  background-color: #FFFFFF;
}
#top .container {
  padding: 0 20px;
  padding-right: 10px;
  min-height: 26px;
  font-size: 13px;
}
#top .btn {
  font-size: 13px;
}
/* currency and language drop-downs */
#top #form-currency .currency-select, #top #form-language .language-select {
  text-align: left;
  background-color: #FFFFFF;
  color: #404040;
  padding: 10px;
}
#top #form-currency .currency-select:hover, #top #form-language .language-select:hover {
  text-shadow: none;
  background-color: #404040;
  color: #FFFFFF;
}
#top #form-language img {
  margin-right: 8px;
}
#top .btn-link, #top-links li, #top-links a {
  text-decoration: none;
}
#top-links .dropdown-menu a {
  text-shadow: none;
}
#top-links .dropdown-menu a:hover {
  background-color: #FFFFFF;
  color: #404040;
}
#top .btn-link strong {
  font-size: 14px;
  line-height: 14px;
}
#top-links {
  padding-top: 2px;
}
#top-links a + a {
  margin-left: 15px;
}
/* logo */
#logo {
  margin: 0 0 4px 0;
  max-width: 200px;
  height: 50px;
}
@media (max-width: 450px) {
  #logo {
    margin: 4px auto;
  }
}
#logo img {
  max-height: 100%;
  margin: 0px auto;
}
/* search */
#search {
  margin-bottom: 10px;
}
#search .input-lg {
  height: 40px;
  line-height: 20px;
  padding: 0 10px;
}
#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 10px 25px;
  text-shadow: 0 1px 0 #FFF;
  height: 100%;
}
#slogan {
  padding: 6px 0px 0px;
}
#top-links ul {
  margin-bottom: 0px;
}
#search input {
  font-size: 14px;
}
/* cart */
#cart > .btn {
  line-height: 18px;
}
#cart > .btn-link, #cart > .btn-link:hover {
  text-decoration: none;
  box-shadow: none;
}
#cart.open > .btn {
  box-shadow: none;
  text-shadow: none;
}
#cart .btn.btn-lg .fa {
  font-size: 20px;
}
#cart .dropdown-menu {
  background: #FFFFFF;
  z-index: 1001;
}
#cart .dropdown-menu {
  min-width: 300px;
}
@media (max-width: 478px) {
  #cart .dropdown-menu {
    width: 100%;
    right: -20px;
  }
}
#cart .dropdown-menu table {
  margin-bottom: 10px;
}
#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;
}
#cart .totals {
  width: 100%;
  display: block;
}
#cart .totals .table td {
  border-bottom: 0px solid;
}
#cart .totals .table {
  width: unset;
  float: right;
  margin: 0px;
}
#cart .totals .table td:nth-child(2) {
  min-width: 100px;
}
#cart .checkout-link {
  color: var(--clr-opencart-color);
}
.user-section i {
  min-height: 24px;
}
/* menu */
#menu {
  min-height: 40px;
  font-size: 16px;
  border-bottom: 1px solid #D9D9D9;
  border-left: 0px;
  border-right: 0px;
}
#menu .nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 15px 10px 15px;
  min-height: 15px;
  background-color: transparent;
}
.navbar {
  border-radius: unset;
}
#menu ul.navbar-nav {
  display: inline-block;
  margin: 0 auto;
  float: unset;
}
#menu .navbar-collapse {
  text-align: center;
}
#menu .dropdown-inner {
  display: table;
}
#menu .dropdown-inner ul {
  display: table-cell;
}
#menu .dropdown-inner a {
  min-width: 220px;
  display: block;
  padding: 6px 10px 10px;
  clear: both;
  line-height: 22px;
  font-size: 14px;
}
#menu .dropdown-inner li a:hover {
  color: #404040;
  background-color: #FFFFFF;
}
#menu .see-all {
  display: block;
  margin-top: 0.5em;
  border-top: 1px solid #DDD;
  padding: 3px 22px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 3px 3px;
  font-size: 14px;
}
#menu .see-all:hover, #menu .see-all:focus {
  text-decoration: none;
}
#menu #category {
  float: left;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
  font-size: 15px;
  font-stretch: expanded;
  padding: 2px 18px;
  float: right;
}
@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 div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1);
  }
  #menu .dropdown-inner {
    display: block;
  }
  #menu .dropdown-inner a {
    width: 100%;
  }
  #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;
  }
}
.topmenu {
  width: 100%;
  padding: 0px;
}
.user-section {
  display: flex;
  padding-top: 4px;
  width: 100%;
  justify-content: flex-end;
}
.user-section > div {
  display: block;
  text-align: right;
}
.user-section > div + div {
  margin-left: 14px;
}
.user-section .btn .fa {
  font-size: 20px;
  line-height: 20px;
}
.currency-block {
  padding-top: 2px;
}
.swiper-viewport {
  box-shadow: none;
}
#top-links .list-inline i {
  margin-right: 4px;
}
.pull-left + .pull-left {
  margin-left: 10px;
}
@media (max-width: 767px) {
  header {
    z-index: 100;
    position: sticky;
    top: 0px;
  }
}
/* product list */
.product-thumb {
  border: 1px solid #ddd;
  margin-bottom: 20px;
  overflow: auto;
  padding: 0.25em;
}
/* product-thumb: image */
.product-thumb .image {
  background-color: #FFFFFF;
  text-align: center;
}
.product-thumb .image a {
  display: block;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .image img {
  margin-left: auto;
  margin-right: auto;
}
/* caption */
.product-thumb h4 {
  height: 50px;
  overflow: hidden;
  text-align: center;
  margin-top: 6px;
  margin-bottom: 6px;
}
.product-thumb .caption {
  color: 00AE00;
  padding: 0 20px;
  min-height: 40px;
}
.product-thumb .caption h4 a {
  color: #404040;
  font-size: 16px;
  line-height: 26px;
}
/* price */
.product-thumb .price {
  font-size: 20px;
  text-align: center;
}
.product-thumb .price-new {
  font-weight: 600;
}
.product-thumb .price-old {
  color: #444;
  text-decoration: line-through;
  margin-left: 10px;
}
.product-thumb .price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
/* buttons */
.product-thumb .button-group {
  border: 0px;
  overflow: auto;
  text-align: center;
}
.product-list .product-thumb .button-group {
  border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
  .product-list .product-thumb .button-group {
    border-left: none;
  }
}
.product-thumb .button-group button {
  margin: 6px;
  padding: 4px 16px 4px 16px;
  display: inline-block;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
}
.product-thumb .button-group button + button {
  margin: 10px;
  /*	border: 1px solid #888; */
}
/* product grid  */
.product-grid .product-thumb .image {
  float: none;
}
@media (min-width: 767px) {
  .product-list .product-thumb .image {
    float: left;
    padding: 0 15px;
  }
}
/* product list */
.product-list .product-thumb .caption {
  margin-left: 230px;
}
@media (max-width: 1200px) {
  .product-grid .product-thumb .caption {
    padding: 0 10px;
  }
}
@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;
  }
}
/* rating */
.product-thumb .rating {
  padding-bottom: 10px;
  text-align: center;
}
.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;
}
/* thumbnails */
.thumbnails {
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
}
.thumbnails > li {
  margin-left: 20px;
}
.thumbnails {
  margin-left: -20px;
}
.thumbnails > img {
  width: 100%;
}
.image-additional a {
  margin-bottom: 20px;
  padding: 5px;
  display: block;
  border: 1px solid #ddd;
}
.image-additional {
  max-width: 78px;
}
.thumbnails .image-additional {
  float: left;
  margin-left: 20px;
}
@media (min-width: 1200px) {
  #content .col-lg-2:nth-child(6n+1), #content .col-lg-3:nth-child(4n+1), #content .col-lg-4:nth-child(3n+1), #content .col-lg-6:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #content .col-md-2:nth-child(6n+1), #content .col-md-3:nth-child(4n+1), #content .col-md-4:nth-child(3n+1), #content .col-md-6:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #content .col-sm-2:nth-child(6n+1), #content .col-sm-3:nth-child(4n+1), #content .col-sm-4:nth-child(3n+1), #content .col-sm-6:nth-child(2n+1) {
    clear: left;
  }
}
/* fixed colum left + content + right*/
@media (min-width: 768px) {
  #column-left .product-layout .col-md-3 {
    width: 100%;
  }
  #column-left + #content .product-layout .col-md-3 {
    width: 50%;
  }
  #column-left + #content + #column-right .product-layout .col-md-3 {
    width: 100%;
  }
  #content + #column-right .product-layout .col-md-3 {
    width: 100%;
  }
}
/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
  width: 100%;
}
.pagination > li > a, .pagination > li > span {
  color: var(--clr-button-bg);
  background-color: var(--clr-button-text);
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  color: var(--clr-button-text);
  background-color: var(--clr-button-bg);
  border-color: color-mix(in srgb, var(--clr-button-bg) 80%, white);
}
.pagination {
  margin: 0px;
}
@media (max-width: 800px) {
  #product-product #content h1 {
    font-size: 26px;
  }
  #product-product #content h3 {
    font-size: 18px;
    text-transform: none;
  }
}
.option-image {
  margin: auto;
}
.option-image-frame {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  box-shadow: inset 0 0 0 1px #ccc;
  border-radius: 3px;
  cursor: pointer;
  margin-right: 12px;
  margin-bottom: 12px;
  padding: 2px;
}
.option-text-frame {
  display: flex;
  align-items: center;
  box-shadow: inset 0 0 0 1px #ccc;
  border-radius: 3px;
  cursor: pointer;
  margin-right: 12px;
  margin-bottom: 12px;
  padding: 4px 6px 4px 6px;
}
.option-text-frame:hover, .option-image-frame:hover, .oi-frame-selected {
  box-shadow: inset 0 0 0 2px #ff4747;
}
.oi-container {
  display: flex;
  flex-wrap: wrap;
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
  color: var(--clr-button-bg);
}
.l-products .l-product-card {
  max-width: 16rem;
  width: 100%;
  border: 1px solid #d1d0d0;
  border-radius: 4px;
}
.l-products .l-product-card button.l-add-to-wishlist {
  background: none;
  border: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  justify-content: center;
}
.l-product-card .l-thumb {
  width: 100%;
  align-self: center;
}
.l-product-card .l-main-content {
  margin: 1.5rem 0.7rem 1rem 0.7rem;
}
.l-product-card h4 {
  display: block;
  width: 100%;
  text-align: left;
  border: unset;
  max-width: unset;
  padding: unset;
  color: var(--clr-button-link);
  min-height: 2.4rem;
}
.l-product-card .l-descr {
  height: 4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.l-product-card .l-props {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}
.l-product-card .l-props > div {
  display: flex;
  gap: 4px;
}
.l-product-card .svg-star {
  background-color: var(--clr-star-color);
  mask-image: url("../svg/star-icon.svg");
  mask-repeat: no-repeat;
  mask-size: 100%;
  width: 1rem;
  height: 1rem;
  display: inline-block;
}
.l-product-card .svg-download {
  background-color: var(--clr-dimmed-link);
  mask-image: url("../svg/download-icon.svg");
  mask-repeat: no-repeat;
  mask-size: 100%;
  width: 1rem;
  height: 1rem;
  display: inline-block;
}
.l-product-card .svg-comments {
  background-color: var(--clr-dimmed-link);
  mask-image: url("../svg/comments-icon.svg");
  mask-repeat: no-repeat;
  mask-size: 100%;
  width: 1rem;
  height: 1rem;
  display: inline-block;
}
.l-product-card .l-tags {
  display: flex;
  gap: 0.8rem;
  margin-bottom: 1rem;
  overflow-x: scroll;
  scrollbar-width: none;
  height: 2rem;
}
.l-product-card .l-tags > a {
  display: flex;
}
.l-product-card .l-tags::-webkit-scrollbar {
  display: none;
}
.l-product-card .l-tag {
  border: 1px dashed var(--clr-strong-border);
  padding: 0.3rem;
  border-radius: 0.4rem;
  color: var(--clr-button-link);
  white-space: nowrap;
}
.l-product-card .l-price-label {
  margin-bottom: 0.5rem;
  color: var(--clr-page-text-color);
  display: inline-block;
}
.l-product-card .l-price {
  color: var(--clr-price);
  display: inline-block;
}
.l-product-card .l-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.l-product-card .l-button {
  border-radius: 0.3rem;
  border: unset;
  color: var(--clr-button-text);
  background-color: var(--clr-button-link);
  text-transform: uppercase;
  font-size: 1rem;
  padding: 4px 1rem 4px 1rem;
  flex-grow: 1;
  text-decoration: none;
  text-align: center;
}
.l-product-card .svg-heart {
  background-color: var(--clr-wish-color);
  mask-image: url("../svg/heart-icon.svg");
  mask-repeat: no-repeat;
  mask-size: 100%;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}
.l-product-card .wl-button-active .svg-heart {
  mask-image: url("../svg/heart-icon-full.svg");
}
@media screen and (max-width: 1000px) {
  .l-product-card .l-tags {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 500px) {
  .l-products .l-product-card {
    max-width: 100%;
  }
}
.l-product-list .input-group {
  height: 1.8rem;
}
/* global styles for the market theme */
@media (min-width: 1500px) {
  .container {
    max-width: 1600px;
    width: 100%;
  }
}
h2.l-header {
  color: var(--clr-page-header1-color);
  text-align: center;
  display: block;
}
h2 + .l-subheader {
  color: var(--clr-page-subheader-color);
  text-align: center;
  display: block;
  margin-bottom: 2.5rem;
}
html {
  font-size: 16px;
}
@media screen and (max-width: 1600px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  html {
    font-size: 12px;
  }
}
#checkout-cart #content h5 {
  font-size: 1rem;
}
#checkout-cart #content h5:first-child {
  margin-top: 2rem;
}
#product-product .lyt-left-col .thumbnails {
  position: sticky;
  top: 0px;
}
.form-group {
  margin-bottom: 1.8rem;
}
