body {
  font-family: "CenturyGothic";
  font-weight: 400;
  color: #666;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444;
}
/* 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: #3e7375;
}
a:hover {
  text-decoration: none;
}
legend {
  font-size: 18px;
  padding: 7px 0px;
}
label {
  font-size: 12px;
  font-weight: normal;
}
#product-search aside,
#product-manufacturer aside {
  display: none;
}
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: #f00;
  font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #cd9b69;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#cd9b69),
    to(#cd9b69)
  );
  background-image: -o-linear-gradient(top, #cd9b69, #cd9b69);
  background-image: linear-gradient(to bottom, #cd9b69, #cd9b69);
  background-repeat: repeat-x;
}
/* top */

/* content */
#content {
  min-height: 600px;
}
/* footer */
footer {
  margin-top: 30px;
  padding-top: 30px;
  background-color: #303030;
  border-top: 1px solid #ddd;
  color: #e2e2e2;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}
footer a {
  color: #ccc;
}
footer a:hover {
  color: #333;
}
footer h5 {
  font-family: "CenturyGothic";
  font-size: 13px;
  font-weight: bold;
  color: #333;
}
/* alert */
.alert {
  padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
  margin: 20px auto;
  padding: 8px 0;
  border: 0;
  background-color: #fff;
  max-width: 1680px;
}
.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);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.pagination {
  margin: 0;
}
/* buttons */
.buttons {
  margin: 1em 0;
}
.btn {
  padding: 7.5px 12px;
  font-size: 12px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
  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 > .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: #777;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #e7e7e7;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#eeeeee),
    to(#dddddd)
  );
  background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #cc9966;
  border-color: #cc9966;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #1f90bb;
  background-position: 0 -15px;
}

.btn-primary:hover {
  background-color: #cc9966;
  border-color: #cc9966;
}
.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: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ee5f5b),
    to(#bd362f)
  );
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
}
.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;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#62c462),
    to(#51a351)
  );
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  -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-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #df5c39;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#e06342),
    to(#dc512c)
  );
  background-image: -o-linear-gradient(top, #e06342, #dc512c);
  background-image: linear-gradient(to bottom, #e06342, #dc512c);
  background-repeat: repeat-x;
  border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}
.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #23a1d1;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* 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 {
  margin-bottom: 20px;
  overflow: auto;
}
.product-thumb .image {
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 240px;
  flex: 1 0 240px;
}
.product-thumb .image a {
  display: block;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}

.product-grid .product-thumb .image {
  float: none;
}
@media (min-width: 767px) {
  .product-list .product-thumb .image {
    float: left;
    padding: 0 15px;
  }
}
.product-thumb h4 {
  font-weight: bold;
}
.product-thumb .caption {
  padding: 0 20px;
}
.product-list .product-thumb .caption {
  margin-left: 230px;
}
@media (max-width: 1200px) {
  .product-grid .product-thumb .caption {
    min-height: 210px;
    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;
  }
}
.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 {
  color: #444;
}
.product-thumb .price-new {
  font-weight: 600;
}
.product-thumb .price-old {
  color: #999;
  text-decoration: line-through;
  margin-left: 10px;
}
.product-thumb .price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}

@media (max-width: 768px) {
  .product-list .product-thumb .button-group {
    border-left: none;
  }
}
/* .product-thumb .button-group button {
  width: 100%;
  border: none;
  display: inline-block;
  float: left;
  background-color: #fff;
  color: #888;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.product-thumb .button-group button + button {
  width: 20%;
  border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
  text-decoration: none;
  cursor: pointer;
} */
@media (max-width: 1200px) {
  .product-thumb .button-group button,
  .product-thumb .button-group button + button {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .product-thumb .button-group button,
  .product-thumb .button-group button + button {
    width: 33.33%;
  }
}
.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;
}

/* 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%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^="quantity"] {
  min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}

.d_ajax_filter_popup_button,
body .ajax-filter .irs-bar,
.irs-from,
.irs-to,
.irs-single {
  background: var(--primary) !important;
}

#product-search #column-left,
#product-manufacturer #column-left,
#product-category #column-left {
  display: block;
}

.add-to-cart {
  text-transform: capitalize;
}

.prod-cat-title span {
  position: relative;
}

.prod-cat-title span::after {
  position: absolute;
  bottom: 7px;
  right: -155px;
  content: "";
  background-image: url(../image/about-vector.png);
  width: 132px;
  height: 22px;
}

.prod-cat-title span::after {
  background-image: url(../image/best-title.png);
  bottom: 12px;
}

.selling-points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 100px auto 120px;
  max-width: 1630px;
}

.sell-p__block {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 33.3333%;
  flex: 1 1 33.3333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
}

.sell-p__block p {
  color: #333;
  font-size: 18px;
  font-weight: 200;
  padding-left: 30px;
  margin-bottom: 0;
}

.sell-p__block span {
  display: block;
  font-weight: 800;
  margin-bottom: 10px;
}

.instagram {
  height: 470px;
  background: url(../image/instagram.png) no-repeat center left;
  max-width: 1200px;
  margin: 80px auto 0;
  padding-left: 257px;
  padding-top: 75px;
}

.site-footer {
  height: 600px;
  background: url(../image/footer.jpg) no-repeat center top;
  border: 0;
  margin: 0;
  padding: 0;
  position: relative;
}

.site-footer__container {
  line-height: 40px;
  font-weight: bold;
  color: #333;
  font-size: 18px;
  position: absolute;
  left: 50%;
  bottom: 80px;
  width: 100%;
  max-width: 1720px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.site-footer__container a {
  color: #333;
  text-decoration: underline;
}

.powered {
  float: right;
  margin-top: 7px;
}
/* CHANGE FOR MOBILE */

.top-bar-elements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}

.account-user {
  padding: 11px;
}

.slide-title {
  position: absolute;
  bottom: 190px;
  left: 50%;
  z-index: 1000;
  color: #000;
  max-width: 1200px;
  width: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: left;
  font-weight: 200;
  font-size: 80px;
}

.slide-title span {
  padding: 0 20px;
  background: #fff;
  -webkit-box-shadow: -10px -10px;
  box-shadow: -10px -10px;
}

#product-product {
  max-width: 1200px;
}

#product-product .thumbnail {
  border: 0;
}

#product-product .list-unstyled {
  line-height: 28px;
}

.tab-content {
  font-size: 17px;
  line-height: 30px;
  color: #666;
}

.product-title {
  font-weight: 400;
  line-height: 42px;
  color: #333;
}

.product-price {
  font-size: 25px;
}

/*#product-category {
	max-width: 1200px;
}
*/

[id^="product-"] .caption h4 a {
  color: #333;
  font-size: 24px;
  font-weight: 200;
  line-height: 30px;
}

.prod-cat-title {
  font-weight: 800;
  font-size: 40px;
  color: #333;
  margin-bottom: 40px;
  text-align: center;
}

.product-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1720px;
  margin: 0 auto 20px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.nav-tabs > li.active > a {
  color: #3e7375;
}

#cart > .btn {
  background: #fff;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#cart .fa-shopping-cart {
  color: #000;
  font-size: 20px;
}

#cart-total {
  background: #cc9966;
  width: 17px;
  height: 17px;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  top: -10px;
  left: -7px;
  overflow: hidden;
}

.fa-user {
  font-size: 20px;
  color: #000;
}

.caret {
  border: 0;
}

.btn-search {
  background: #fff;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.fa-search {
  font-size: 20px;
  color: #000;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #cd9b69;
  border-color: #cd9b69;
}

.pagination > li > a,
.pagination > li > span {
  color: #222;
}

.top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#top .languages-drop {
  font-size: 18px;
  color: #000;
}

#top .language-select {
  color: #000;
}

#top .language-select img {
  margin-right: 5px;
}
#checkout-cart #content,
#common-success #content,
[id^="product-"] #content {
  max-width: 1680px;
  margin: auto;
  float: none;
}

[id^="product-"] #content {
  float: left;
}

[id^="product-"] .caption h4 a {
  color: var(--primary);
}

@media screen and (max-width: 1720px) {
  .site-footer__container {
    padding: 0 15px;
  }
}

@media screen and (max-width: 1200px) {
  .prod-cat-title span::after {
    display: none;
  }

  #menu .nav > li > a {
    font-size: 15px;
  }
  #content {
    margin-top: 80px;
  }
  #common-home #content {
    margin-top: 0;
  }
  .nav .open > a,
  .nav .open > a:focus,
  .nav .open > a:hover {
    background-color: transparent;
  }
  #menu .nav > li > a {
    color: #fff;
  }

  .navbar-collapse {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  #top {
    background-color: #c96;
    border-bottom: 1px solid #c96;
  }

  .fa-bars {
    color: #fff;
  }

  #cart > .btn,
  #search .btn-search {
    background-color: #c96;
  }

  #top .fa,
  #cart-total,
  #top .languages-drop {
    color: #fff;
    text-shadow: none;
  }

  #top #cart-total {
    background: #fff;
    color: #222;
  }

  #top .languages-drop,
  .top-bar-elements.list-inline li:first-of-type,
  .top-bar-elements.list-inline li:nth-of-type(2) {
    margin-top: 7px;
  }

  .fa-shopping-cart {
    font-size: 23px;
    margin-top: 8px;
  }

  #top {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 12;
  }

  .selling-points {
    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sell-p__block {
    margin-bottom: 50px;
    max-width: 450px;
  }

  .sell-p__img {
    max-width: 100px;
  }

  .sell-p__img img {
    max-width: 100%;
  }

  body {
    padding-top: 68px;
  }

  .slide-title {
    bottom: auto;
    top: 50%;
  }
}

@media screen and (max-width: 680px) {
  .prod-cat-title span::after {
    display: none;
  }

  .swiper-button-next:before,
  .swiper-button-prev:before {
    display: none;
  }

  .site-footer__container {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .site-footer__container {
    position: static;
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-top: 100px;
  }

  .site-footer__container > img {
    margin: 40px;
  }

  .slide-title {
    font-size: 30px;
  }

  #menu .btn-navbar {
    margin-right: 0;
  }
}

@media screen and (max-width: 500px) {
  .swiper-viewport .img-responsive {
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  #top .container {
    padding: 0;
  }

  .language__text {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 100%;
  }

  .navbar-header {
    float: left;
  }

  .navbar-toggle {
    display: none;
  }

  .navbar-collapse.collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

#slideshow0 a img {
  width: 100%;
}

.categories__search {
  padding: 20px 0;
}

.categories__search li a {
  font-size: 16px;
  font-weight: 700;
  color: #81c759;
}

.categories__search {
  display: flex;
  justify-content: space-between;
}

.categories__search li {
  list-style: none;
}

@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .categories__search {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .categories__search li {
    padding: 5px 0;
  }
}

.product-thumb .price-tax {
  display: none;
}

#autosearch_search_results {
  margin-top: 50px;
}

/*
//.......................................................................
//.NNNNNNN......NNNNNN...EEEEEEEEEEEEEEEEEE..WWWW......WWWWWWW.....WWWW..
//.NNNNNNN......NNNNNN...EEEEEEEEEEEEEEEEEE..WWWW.....WWWWWWWW.....WWWW..
//.NNNNNNNN.....NNNNNN...EEEEEEEEEEEEEEEEEE..WWWW.....WWWWWWWW....WWWWW..
//.NNNNNNNN.....NNNNNN...EEEEEEEEEEEEEEEEEE..WWWWW....WWWWWWWWW...WWWWW..
//.NNNNNNNNN....NNNNNN...EEEEEE..............WWWWW...WWWWWWWWWW...WWWWW..
//.NNNNNNNNNN...NNNNNN...EEEEEE..............WWWWW...WWWWWWWWWW...WWWWW..
//.NNNNNNNNNN...NNNNNN...EEEEEE..............WWWWW...WWWWWWWWWW...WWWWW..
//.NNNNNNNNNNN..NNNNNN...EEEEEE..............WWWWWW..WWWWWWWWWW..WWWWWW..
//.NNNNNNNNNNN..NNNNNN...EEEEEE..............WWWWWW.WWWWWWWWWWWW.WWWWWW..
//.NNNNNNNNNNNN.NNNNNN...EEEEEEEEEEEEEEEEE...WWWWWW.WWWWWWWWWWWW.WWWWWW..
//.NNNNNNNNNNNNNNNNNNN...EEEEEEEEEEEEEEEEE....WWWWW.WWWWWWWWWWWW.WWWWW...
//.NNNNNNNNNNNNNNNNNNN...EEEEEEEEEEEEEEEEE....WWWWWWWWWWW..WWWWWWWWWWW...
//.NNNNNN.NNNNNNNNNNNN...EEEEEEEEEEEEEEEEE....WWWWWWWWWWW..WWWWWWWWWWW...
//.NNNNNN..NNNNNNNNNNN...EEEEEE...............WWWWWWWWWWW..WWWWWWWWWWW...
//.NNNNNN..NNNNNNNNNNN...EEEEEE...............WWWWWWWWWW...WWWWWWWWWWW...
//.NNNNNN...NNNNNNNNNN...EEEEEE................WWWWWWWWW....WWWWWWWWW....
//.NNNNNN...NNNNNNNNNN...EEEEEE................WWWWWWWWW....WWWWWWWWW....
//.NNNNNN....NNNNNNNNN...EEEEEE................WWWWWWWWW....WWWWWWWWW....
//.NNNNNN.....NNNNNNNN...EEEEEEEEEEEEEEEEEE....WWWWWWWW.....WWWWWWWWW....
//.NNNNNN.....NNNNNNNN...EEEEEEEEEEEEEEEEEE.....WWWWWWW......WWWWWWW.....
//.NNNNNN......NNNNNNN...EEEEEEEEEEEEEEEEEE.....WWWWWWW......WWWWWWW.....
//.NNNNNN......NNNNNNN...EEEEEEEEEEEEEEEEEE.....WWWWWWW......WWWWWWW.....
//.......................................................................

*/

:root {
  --max-width: 154rem;
  --padding: 0 1rem;
  --primary: #60a88f;
  --margin-top: 10rem;
}

@font-face {
  font-family: "CenturyGothic";
  src: url("../fonts/CenturyGothic.ttf");
  font-weight: 400;
}

@font-face {
  font-family: "CenturyGothic";
  src: url("../fonts/GOTHICB.TTF");
  font-weight: 700;
}

body {
  font-family: "CenturyGothic", sans-serif;
  font-weight: 400;
  color: #666;
  font-size: 1.6rem;
  line-height: 1.2;
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444;
}
/* 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;
}
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: #f00;
  font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}
/* top */
#top {
  background-color: #eeeeee;
  border-bottom: 1px solid #e2e2e2;
  padding: 4px 0px 3px 0;
  margin: 0 0 20px 0;
  min-height: 40px;
}
#top .container {
  padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
  text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
  text-shadow: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}
#top .btn-link,
#top-links li,
#top-links a {
  color: #888;
  text-shadow: 0 1px 0 #fff;
  text-decoration: none;
}
#top .btn-link:hover,
#top-links a:hover {
  color: #444;
}
#top-links .dropdown-menu a {
  text-shadow: none;
}
#top-links .dropdown-menu a:hover {
  color: #fff;
}
#top .btn-link strong {
  font-size: 14px;
  line-height: 14px;
}
#top-links {
  padding-top: 6px;
}
#top-links a + a {
  margin-left: 15px;
}
/* logo */
#logo {
  margin: 0 0 10px 0;
}
/* search */
#search {
  margin-bottom: 0px;
}
#search .input-lg {
  height: 40px;
  line-height: 20px;
  padding: 0 10px;
}
#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 10px 35px;
  text-shadow: 0 1px 0 #fff;
}
/* cart */
#cart {
  margin-bottom: 10px;
}
#cart > .btn {
  font-size: 12px;
  line-height: 18px;
  color: #fff;
}
#cart.open > .btn {
  background-image: none;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  color: #666;
  box-shadow: none;
  text-shadow: none;
}
#cart.open > .btn:hover {
  color: #444;
}
#cart .dropdown-menu {
  background: #eee;
  z-index: 1001;
}
#cart .dropdown-menu {
  min-width: 100%;
  overflow-y: auto;
  max-height: 800px;
  scrollbar-width: thin;
  overflow-x: hidden;
}
@media (max-width: 478px) {
  #cart .dropdown-menu {
    width: 100%;
  }
}
#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;
}
/* menu */

#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: 18px;
}
#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;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 3px 3px;
  font-size: 18px;
}
#menu .see-all:hover,
#menu .see-all:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #229ac8;
  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: 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 div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1);
  }
  #menu .dropdown-inner {
    display: block;
  }
  #menu .dropdown-inner a {
    width: 100%;
    color: #fff;
  }
  #menu .dropdown-menu a:hover,
  #menu .dropdown-menu ul li a:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #menu .see-all {
    margin-top: 0;
    border: none;
    border-radius: 0;
    color: #fff;
  }
}
/* content */
#content {
  min-height: 600px;
}
/* footer */
footer {
  margin-top: 30px;
  padding-top: 30px;
  background-color: #303030;
  border-top: 1px solid #ddd;
  color: #e2e2e2;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}
footer a {
  color: #ccc;
}
footer a:hover {
  color: #fff;
}
footer h5 {
  font-family: "CenturyGothic";
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}
/* alert */
.alert {
  padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
  border: 1px solid #ddd;
}
.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: 50%;
  right: -5px;
  width: 1rem;
  height: 1rem;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
html[dir="rtl"] .breadcrumb > li::after {
  top: -3px;
  left: -5px;
  width: 26px;
  height: 26px;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  right: unset;
  border-right: unset;
  border-bottom: unset;
}
.pagination {
  margin: 0;
}
/* buttons */
.buttons {
  margin: 1em 0;
}
.btn {
  padding: 7.5px 12px;
  font-size: 12px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  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 > .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: #777;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #e7e7e7;
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #1f90bb;
  background-position: 0 -15px;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #df5c39;
  background-image: linear-gradient(to bottom, #e06342, #dc512c);
  background-repeat: repeat-x;
  border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}
.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #23a1d1;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  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: 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 {
  border: 1px solid #ddd;
  margin-bottom: 20px;
  overflow: auto;
}
.product-thumb .image {
  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;
}
.product-grid .product-thumb .image {
  float: none;
}
@media (min-width: 767px) {
  .product-list .product-thumb .image {
    float: left;
    padding: 0 15px;
  }
}
.product-thumb h4 {
  font-weight: bold;
}
.product-thumb .caption {
  padding: 0 20px;
  min-height: 180px;
}
.product-list .product-thumb .caption {
  margin-left: 0;
}

#menu .dropdown .see-all:hover,
#menu .dropdown .see-all:focus,
.dropdown-menu li > a:hover {
  background-color: white;
  background-image: unset;
  color: var(--primary);
}

#menu .dropdown .dropdown-inner li {
  margin: 1rem 0;
}

#menu .dropdown .dropdown-inner li a:hover {
  color: var(--primary);
}
#menu .dropdown .dropdown-inner a {
  color: white;
}
#menu .dropdown .see-all {
  color: white;
}
#menu .dropdown .see-all,
#menu .dropdown .dropdown-inner a {
  text-align: center;
}
[id^="product-"] .prod-featured {
  margin: 0;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}

[id^="product-"] .prod-featured > div {
  width: unset;
  flex-basis: 32%;
  min-width: 39rem;
}

[id^="product-"] .product-layout,
[id^="product-"] .product-layout .product-thumb {
  border: unset;
}

[id^="product-"] .product-layout .product-thumb {
  padding-top: 1rem;
}

[id^="product-"] .product-layout {
  outline: 1px solid var(--primary);
}

.navbar-nav > li.dropdown .dropdown-menu {
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--primary);
}

.prod-featured__image > a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination-container {
  margin: 4rem 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: unset;
}

.alert {
  width: fit-content;
  position: fixed;
  bottom: 1rem;
  right: 0;
  z-index: 10;
  margin: 0;

  a {
    color: #000;
    box-shadow: 0 1px #000;
  }
}


.alert-dismissable .close,
.alert-dismissible .close {
  right: -7px;
}

#cart .dropdown-menu {
  max-height: 80vh;
}

@media (max-width: 1200px) {
  .product-grid .product-thumb .caption {
    min-height: 210px;
    padding: 0 10px;
  }
  header {
    background-color: #fff !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
      rgba(0, 0, 0, 0.06) 0px 1px 2px 0px !important;
    display: flex;
    position: relative;
  }
  header + #common-home.container {
    padding-top: 10rem !important;
  }
  header > .container:nth-child(2) {
    align-items: center;
    justify-content: flex-end;
    position: static;
  }
  #menu .btn-navbar {
    position: static;
  }

  .navbar-collapse {
    position: absolute;
    left: 0;
    top: 10rem;
    width: 100%;
  }

  #menu {
    position: static;
  }

  .navbar-nav {
    width: 100%;
    background-color: white;
    margin: 0;
    flex-direction: column;
    padding: 2rem 0;
  }

  .navbar-collapse {
    background-color: white;
    padding: 2rem 0 4rem;
  }
  .header__right {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 3rem;
  }
  #menu .nav > li > a {
    font-size: 2rem;
    padding: 1.5rem 0;
    color: var(--primary);
  }
  .navbar-nav .dropdown .dropdown-menu {
    position: static;
    max-height: 0;
    border: unset;
    box-shadow: unset;
    padding: 0;
    float: unset;
    transition: all 0.6s;
  }

  .navbar-nav .dropdown,
  .dropdown.open {
    text-align: center;
  }
  .navbar-nav .dropdown.open .dropdown-menu {
    max-height: 100vh;
  }

  .navbar-nav .dropdown .dropdown-menu * {
    display: none !important;
  }
  .navbar-nav .dropdown.open .dropdown-menu * {
    display: block !important;
  }

  #menu .dropdown:hover .dropdown-menu * {
    font-size: 18px;
  }
  #menu .dropdown-inner a {
    display: block;
    margin: 1.2rem 0;
  }
  #menu .see-all:focus-visible,
  #menu .see-all:hover,
  #menu .see-all:focus,
  .dropdown-menu li > a:hover {
    background-color: unset;
    background-image: unset;
  }
  #menu .dropdown-inner li a,
  #menu .dropdown-inner li a:hover {
    color: var(--primary);
  }
  #menu .dropdown:hover .dropdown-menu * {
    color: var(--primary);
  }
  .navbar-nav .dropdown.open .dropdown-menu *,
  #menu .see-all,
  .navbar-nav .dropdown-inner * {
    text-align: center;
  }
  #menu .btn-navbar:hover,
  #menu .btn-navbar:focus,
  #menu .btn-navbar:active,
  #menu .btn-navbar.disabled,
  #menu .btn-navbar[disabled],
  #menu .btn-navbar {
    background-color: unset;
    background-image: unset;
    box-shadow: unset;
    border-color: unset;
    margin: 0;
    outline: unset;
  }
  .fa-navicon:before,
  .fa-reorder:before,
  .fa-bars:before {
    font-size: 2rem;
  }
  .fa-bars {
    color: var(--primary);
  }

  #menu {
    align-items: center;
  }
}
@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 {
  color: #444;
}
.product-thumb .price-new {
  font-weight: 600;
}
.product-thumb .price-old {
  color: #999;
  text-decoration: line-through;
  margin-left: 10px;
}
.product-thumb .price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
.product-thumb .button-group {
  border-top: 1px solid #ddd;
  background-color: #eee;
  overflow: auto;
}
.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 {
  width: 60%;
  border: none;
  display: inline-block;
  float: left;
  background-color: #eee;
  color: #888;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.product-thumb .button-group button + button {
  width: 20%;
  border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
  color: #444;
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .product-thumb .button-group button,
  .product-thumb .button-group button + button {
    width: 33.33%;
  }
  .navbar-nav > li.dropdown:not(.open) .dropdown-menu,
  .navbar-nav > li.dropdown .dropdown-menu {
    transform: unset;
    background-color: white;
  }
}
@media (max-width: 767px) {
  .product-thumb .button-group button,
  .product-thumb .button-group button + button {
    width: 33.33%;
  }
}
.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;
}
.prod-featured__body .caption p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 3.8rem;
}

@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%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^="quantity"] {
  min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}
html[dir="rtl"] .checkbox input[type="checkbox"],
html[dir="rtl"] .checkbox-inline input[type="checkbox"],
html[dir="rtl"] .radio input[type="radio"],
html[dir="rtl"] .radio-inline input[type="radio"] {
  position: absolute;
  margin-top: 4px\9;
  margin-right: -20px;
  margin-left: unset;
}
html[dir="rtl"] .input-group-btn:last-child > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
html[dir="rtl"] .input-group .form-control:first-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}
html[dir="rtl"] .container .row:first-child .col-sm-4,
html[dir="rtl"] .container .row:first-child .col-sm-5 {
  float: right;
}
html[dir="rtl"] #cart .dropdown-menu {
  left: 0;
  right: auto;
}
@media (min-width: 768px) {
  html[dir="rtl"] .navbar-nav {
    float: right;
    margin: 0;
  }

  html[dir="rtl"] .navbar-nav > li {
    float: right;
  }
}

/* MY STYLE */
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  transition: background-color 0.3s;
  background-color: rgba(255, 255, 255, 0);
}

header ~ #common-home.container {
  padding-top: 17rem;
}

header.scroll {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

header > .container {
  width: 100%;
  max-width: var(--max-width);
  padding: var(--padding);
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 10rem;
  position: relative;
  z-index: 3;
}

header > .container:nth-child(2) {
  height: unset;
  z-index: 2;
}

#logo {
  margin: 0 0 0 0;
}

header > .container::after,
header > .container::before {
  display: none;
}

#search .input-lg {
  font-size: 2rem;
  color: var(--primary);
  border-radius: 3rem;
  border: 2px solid var(--primary);
  padding-right: 3.5rem;
}

#search {
  position: relative;
}

#search input::placeholder {
  color: var(--primary);
  box-shadow: none;
}

#search .btn-lg {
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  right: 1.2rem;
  line-height: 2rem;
  text-shadow: none;
}

#search .btn-lg .fa {
  color: var(--primary);
  font-size: 2.5rem;
}

#menu {
  display: flex;
  align-items: center;
  border-bottom: unset;
  border-radius: 0;
  margin-bottom: 0;
  padding-top: 3.2rem;
}
#menu .btn-navbar {
  border: unset;
}
header.scroll #menu {
  padding-top: 0;
}

.navbar-nav {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

.navbar-nav::after,
.navbar-nav::before {
  display: none;
}

.navbar-nav > li > a {
  padding: 0;
  font-size: 2.2rem;
  color: #fff;
  padding-bottom: 1.5rem;
  transition: color 0.3s;
}

header.scroll .navbar-nav > li > a {
  color: var(--primary);
}

.navbar-nav > li:hover > a {
  background-color: transparent;
}

.navbar-collapse {
  padding: 0;
}

.header__right {
  display: flex;
  align-items: center;
}

.header__right > ul {
  margin: 0;
  list-style: none;
  padding-left: 0;
  display: flex;
  gap: 4rem;
  align-items: center;
  margin-left: 2.5rem;
}

.header__right > .pull-left {
  margin-left: 2rem;
}

.header__right > .pull-left .dropdown-toggle {
  font-size: 1.8rem;
  color: var(--primary);
  font-weight: 700;
}

#cart {
  margin-bottom: 0;
  position: relative;
  top: -3px;
}

#cart::after {
  content: "";
  position: absolute;
  left: -2.2rem;
  top: 50%;
  transform: translateY(-50%);
  height: 75%;
  width: 3px;
  background-color: var(--primary);
  border-radius: 1rem;
}

#cart > .btn {
  border: none;
  box-shadow: none;
  background-color: transparent;
  text-shadow: none;
  background: unset;
  padding: 0;
}

/* SLIDESHOW */
#common-home #content {
  padding: 0;
}

#common-home .row {
  margin-left: 0;
  margin-right: 0;
}

#common-home.container {
  width: 100%;
  padding: 0;
  margin-top: -7rem;
}

#common-home .swiper-viewport {
  padding: 0;
  border: none;
  box-shadow: none;
}

#common-home .swiper-viewport #slideshow0 img {
  border-top-left-radius: 10rem;
  border-bottom-right-radius: 10rem;
	width: 100%;
	object-fit:cover;
}

#common-home .swiper-slide {
  position: relative;
}

#common-home .swiper-slide__image {
  height: 100%;
}
#common-home .swiper-slide__image img {
  height: 100%;
}

#common-home .swiper-slide .swiper-slide__image::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    180deg,
    rgba(96, 168, 143, 0.8) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  border-top-left-radius: 10rem;
  border-bottom-right-radius: 10rem;
}

.swiper-slide__text {
  bottom: 17rem;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}

.swiper-slide__text p {
  font-size: 6rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 3rem;
}

.swiper-slide__text a {
  padding: 2rem 5rem;
  background-color: #fff;
  color: var(--primary);
  font-size: 2.6rem;
  border-radius: 3rem;
  font-weight: 700;
  display: inline-block;
  transition: 0.3s;
}

.swiper-slide__text a:hover {
  background-color: var(--primary);
  color: #fff;
}

.bio__blocks {
  margin-top: var(--margin-top);
  margin-left: auto;
  margin-right: auto;
  max-width: calc(var(--max-width) + 5.5rem);
  padding: var(--padding);
}

.bio__blocks > h2 {
  font-size: 4.6rem;
  line-height: 1.2;
  color: var(--primary);
  margin-bottom: 4rem;
  font-weight: 700;
}

#cart.open > .btn {
  border: unset;
}

#cart .dropdown-menu {
  width: max-content;
  padding: 0 2rem;
}

.bio__blocks--list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 5.5rem;
  column-gap: 1rem;
}

.bio__blocks--list > div {
  position: relative;
  min-width: 49%;
}

.bio__blocks--list > div > div:nth-child(2) {
  background-color: #fff;
  max-width: 47rem;
  padding: 5.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  border-top-left-radius: 8rem;
  border-bottom-right-radius: 8rem;
  transition: background-color 0.4s;
}

.bio__blocks--list > div > div:nth-child(2)::after {
  content: url("../image/leaf-icon.png");
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  opacity: 0;
  transition: opacity 0.3s;
}

.bio__blocks--list > div:hover > div:nth-child(2)::after {
  opacity: 0.2;
}

.bio__blocks--list > div:hover > div:nth-child(2) {
  background-color: var(--primary);
}

.bio__blocks--list > div > div:nth-child(2) > p {
  font-size: 2.2rem;
  color: var(--primary);
  text-align: justify;
  margin-bottom: 3rem;
  transition: color 0.3s;
  hyphens: auto;
}

.bio__blocks--list > div:hover > div:nth-child(2) > p {
  color: #fff;
}

.bio__blocks--list > div > div:nth-child(2) > p:nth-child(1) {
  font-size: 2.6rem;
}

.bio__blocks--list > div > div:nth-child(2) > p:nth-child(3) {
  display: none;
}

.bio__blocks--list > div > div:nth-child(2) > a {
  font-weight: 700;
  font-size: 2.4rem;
  color: var(--primary);
  border-bottom: 2px solid;
  border-color: var(--primary);
  transition: color 0.3s;
}

.bio__blocks--list > div:hover > div:nth-child(2) > a {
  color: #fff;
  border-color: #fff;
}

.bio__blocks--all {
  margin-top: var(--margin-top);
  text-align: center;
}

.bio__blocks--all > a {
  font-size: 2.6rem;
  padding: 0 2rem;
  color: var(--primary);
  font-weight: 700;
  border-bottom: 3px solid var(--primary);
  padding-bottom: 0.4rem;
}

.about {
  margin-top: var(--margin-top);
  max-width: var(--max-width);
  padding: var(--padding);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: flex-start;
  position: relative;
}

.about::after {
  content: url("../image/symbol-2.png");
  position: absolute;
  z-index: -1;
  bottom: -6rem;
  left: -19rem;
}

.about__image {
  position: relative;
}

.about__image > img:first-child {
  border-top-left-radius: 18rem;
  border-bottom-right-radius: 18rem;
  border: 1rem solid #fff;
}

.about__image > img:last-child {
  border-top-left-radius: 8rem;
  border-bottom-right-radius: 8rem;
  position: absolute;
  z-index: -1;
  bottom: -10rem;
  right: -26rem;
}

.about__text {
  padding-left: 2rem;
  text-align: right;
  position: relative;
}

.about__text::after {
  content: url("../image/symbol.png");
  position: absolute;
  bottom: -26rem;
  right: 5.5rem;
}

.about__text > h2 {
  margin-top: 0;
  text-align: right;
  margin-bottom: 2rem;
  font-size: 4.6rem;
  font-weight: 700;
  color: var(--primary);
}

.about__text > p {
  text-align: justify;
  text-align-last: right;
  font-size: 2.4rem;
  color: var(--primary);
  margin-bottom: 3rem;
  line-height: 1.4;
}

.about__text > a {
  font-size: 2.4rem;
  color: var(--primary);
  border-bottom: 1px solid var(--primary);
  position: relative;
  z-index: 1;
}

.featured > h3 {
  max-width: var(--max-width);
  padding: var(--padding);
  margin-left: auto;
  margin-right: auto;

  font-size: 4.6rem;
  color: var(--primary);
  font-weight: 700;
  margin-bottom: 7rem;
  margin-top: 9rem;
}

.product-layout {
  padding: 0;
}

.product-layout:nth-child(4n + 4) .product-thumb {
  border-right: 0;
}

.product-layout .product-thumb {
  border-color: var(--primary);
  border-left: 0;
  margin-bottom: 0;
  border-top: 0;
  border-width: 2px;
  position: relative;
}

.product-layout .product-thumb::after {
  content: url("../image/olive.png");
  top: 1rem;
  left: 1rem;
  position: absolute;
  opacity: 0;
  transition: opacity 0.3s;
}

.product-layout .product-thumb:hover::after {
  opacity: 1;
}

.product-layout:nth-child(1),
.product-layout:nth-child(2),
.product-layout:nth-child(3),
.product-layout:nth-child(4) {
  border-top: 2px solid var(--primary);
}

[id^="product-"] .product-layout {
  border: unset;
}

[id^="product-"] .list-unstyled a {
  color: var(--primary);
}

.product-thumb .caption {
  min-height: unset;
}

.product-thumb .caption span {
  font-size: 2.6rem;
  color: var(--primary);
  font-weight: 700;
  display: block;
}

.product-thumb .caption h4 {
  font-weight: 400;
  margin: 0;
  margin-top: 0.5rem;
}

.product-thumb .caption h4 a {
  font-size: 2.6rem;
  color: var(--primary);
  height: 60px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-thumb .button-group {
  padding: 0 2rem;
  margin-bottom: 2rem;
  background-color: unset;
  box-shadow: none;
  border: none;
}

.product-thumb .button-group button {
  width: 100%;
  background-color: transparent;
  border: 2px solid var(--primary);
  margin-top: 2rem;
  font-size: 2.1rem;
  color: var(--primary);
  font-weight: 400;
  text-transform: lowercase;
  padding: 1rem 0;
  transition: 0.3s;
}

.product-thumb .button-group button:hover {
  color: #fff;
  background-color: var(--primary);
}

.product-thumb .button-group button span {
  font-weight: 400;
}

.product-thumb .button-group button .price-old {
  color: var(--primary);
  transition: 0.3s;
  position: absolute;
  opacity: 0.4;
  font-size: 1.4rem;
  font-weight: 700;
}

.product-thumb .button-group button:hover .price-old {
  color: #fff;
}

.product-thumb .button-group button .add-cart-text {
  width: max-content;
}

#carousel0 {
  margin-top: var(--margin-top);
}

#carousel0 .swiper-slide img {
  filter: grayscale(1);
  transition: 0.3s;
}

#carousel0 .swiper-slide img:hover {
  filter: grayscale(0);
}

.carousel.swiper-viewport {
  margin-bottom: 7rem;
}

.brands__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  overflow: hidden;
}

.brands__list > div {
  position: relative;
}

.brands__list > div::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(96, 168, 143);
  background: linear-gradient(
    0deg,
    rgba(96, 168, 143, 1) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  height: 100%;
  width: 100%;
  pointer-events: none;
  opacity: 0.65;
}

.brands__list > div:nth-child(1) {
  grid-area: 1 / 1 / 2 / 2;
}
.brands__list > div:nth-child(2) {
  grid-area: 1 / 2 / 2 / 3;
}
.brands__list > div:nth-child(3) {
  grid-area: 2 / 1 / 4 / 2;
}
.brands__list > div:nth-child(4) {
  grid-area: 2 / 2 / 4 / 3;
}
.brands__list > div:nth-child(5) {
  grid-area: 1 / 3 / 4 / 4;
}

.brands__list > div > a:nth-child(2) {
  position: absolute;
  left: 3rem;
  bottom: 3rem;
  color: #fff;
  z-index: 2;
}

.brands__list > div > a strong {
  display: block;
}

.brands__list > div > a:nth-child(1) {
  display: block;
  height: 100%;
}

.brands__list > div > a:nth-child(1) > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

footer {
  background-color: unset;
  border-top: unset;
  margin-top: 0;
  padding: 8rem 0;
}

footer > .container {
  max-width: var(--max-width);
  padding: var(--padding);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}

footer > .container::after,
footer > .container::before {
  display: none;
}

footer > .container > div > h4 {
  font-size: 3.2rem;
  color: var(--primary);
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 2rem;
}

footer > .container > div > ul {
  margin-left: 0;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

footer > .container > div > ul > li {
  list-style: none;
}

footer > .container > div > ul > li > a {
  font-size: 2.2rem;
  color: var(--primary);
}

footer > .container > div > p {
  margin-top: 0;
  margin-bottom: 2rem;
}

footer > .container > div > p,
footer > .container > div > p > a {
  font-size: 2.2rem;
  color: var(--primary);
}

footer > .container > div:last-child > p,
footer > .container > div:last-child > h4 {
  text-align: right;
}

.footer__logo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

footer > .container:nth-child(2) {
  margin-top: 1rem;
  align-items: center;
}

footer > .container:nth-child(2) > p,
footer > .container:nth-child(2) > p a {
  font-size: 2.2rem;
  margin: 0;
  color: var(--primary);
}

.social {
  bottom: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -6rem;
  z-index: 2;
}

.social p {
  font-size: 2.2rem;
  color: var(--primary);
  font-weight: 700;
  margin-bottom: 5rem;
  text-align: center;
}

.social div {
  display: flex;
  align-items: center;
  gap: 4rem;
  justify-content: center;
}

.navbar-header:focus-visible {
  border: unset;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled],
.btn-primary {
  background-color: var(--primary);
  background-image: unset;
  background-repeat: unset;
  border-color: unset;
}

.innerpage > .container:first-of-type {
  padding-top: 16rem;
}

#product-search {
  max-width: 154rem;
  margin: 0 auto;
}

.innerpage header {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  background-color: white;
}

.innerpage header #menu {
  padding-top: 0;
}

.innerpage .navbar-nav > li > a {
  color: var(--primary);
}
.product-manufacturer a {
  color: var(--primary);
}

.language-select {
  color: var(--primary);
}

.breadcrumb {
  width: fit-content;
  border: unset;
  background-color: var(--primary);
}

.breadcrumb a {
  color: white;
  letter-spacing: 1.2px;
}

.breadcrumb li:last-of-type::after {
  display: none;
}

#information-information {
  max-width: 90rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0 auto;
  letter-spacing: 1px;
  line-height: 1.4;
}

#checkout-cart td a {
  color: var(--primary);
}

[id^="account-"],
[id^="checkout-"] {
  max-width: 154rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0 auto;
}

[id^="product-"] > .row {
  margin: 0;
}

.input-group-addon {
  background-color: var(--primary);
  color: white;
}

.categories-search-container {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 4rem;

  & > div {
    width: fit-content;
    padding: 0;
  }

  & > div a {
    color: var(--primary);
  }
}

.tab-content > .tab-pane * {
  font-family: "CenturyGothic" !important;
  line-height: 1.4 !important;
  letter-spacing: 1px !important;
  font-size: 1.8rem !important;
}

.tab-content > .tab-pane p {
  margin: 0 0 10px !important;
}

#autosearch_search_results name {
  font-weight: bold;
  color: var(--primary) !important;
}
#autosearch_search_results model {
  padding-left: 5px;
  color: var(--primary) !important;
}

#autosearch_search_results ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

#product-manufacturer #content p a,
#product-manufacturer #content .col-sm-3 a {
  color: var(--primary);
}

#information-contact {
  max-width: 154rem;
  padding-left: 1rem;
  padding-right: 1rem;

  .form-horizontal {
    max-width: 90rem;
    margin: 0 auto;
    background-color: var(--primary);
    border-radius: 3rem;

    & > .buttons {
      float: left !important;
      position: relative;
      left: 50%;
      transform: translateX(-50%);
    }
    input {
      font-size: 2rem;
      font-weight: 700;
    }
  }

  fieldset > legend {
    text-align: center;
    color: #fff;
    font-weight: 700;
  }

  fieldset > fieldset > div > div {
    text-align: center;

    img {
      margin-top: 1rem;
    }
  }

  .form-horizontal .form-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    label {
      width: fit-content;
      color: white;
      font-weight: 700;
      font-size: 2rem;
      padding-bottom: 1rem;
    }

    label:before {
      color: white;
    }
  }
}

@media screen and (max-width: 1520px) {
  #menu {
    margin-left: 5rem;
  }

  .navbar-nav > li > a {
    font-size: 2rem;
  }

  .navbar-nav {
    gap: 1.5rem;
  }

  .bio__blocks--list > div > div:nth-child(2) > p:nth-child(1) {
    font-size: 2.4rem;
  }

  .bio__blocks--list > div > div:nth-child(2) > p,
  .bio__blocks--list > div > div:nth-child(2) > a {
    font-size: 2.1rem;
  }

  .about__text {
    max-width: 67.2rem;
  }

  .about__image > img:first-child {
    max-width: 70rem;
  }

  .about__text > p,
  .about__text > a {
    font-size: 2.1rem;
  }

  .about__image > img:last-child {
    bottom: -18rem;
    right: -13rem;
  }

  .featured > h3 {
    margin-top: 17rem;
  }

  .product-thumb .button-group button {
    font-size: 1.8rem;
  }

  .brands__list {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }
}

@media screen and (max-width: 1240px) {
  #menu {
    margin-left: 0;
    padding: 0;
  }

  #common-home .swiper-viewport #slideshow0 img,
  #common-home .swiper-slide .swiper-slide__image::after {
    border-top-left-radius: 0rem;
    border-bottom-right-radius: 0rem;
  }

  .swiper-slide__text {
    bottom: unset;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .navbar-nav > li > a {
    font-size: 1.6rem;
  }

  .swiper-slide__text p {
    font-size: 4rem;
  }

  .swiper-slide__text a {
    font-size: 2.1rem;
    padding: 1.5rem 4rem;
  }

  .bio__blocks {
    padding: 0;
  }

  .bio__blocks > h2 {
    font-size: 2.8rem;
    text-align: center;
  }

  .bio__blocks--list > div > div:nth-child(2) > p:nth-child(1) {
    font-size: 2.1rem;
    margin-bottom: 2rem;
  }

  .bio__blocks--list > div > div:nth-child(2) > p,
  .bio__blocks--list > div > div:nth-child(2) > a {
    font-size: 1.8rem;
  }

  .bio__blocks--list {
    justify-content: space-evenly;
    gap: 0rem;
  }

  .bio__blocks--list > div {
    width: 100%;
    min-width: unset;
    display: flex;
    align-items: center;
  }

  .bio__blocks--list > div:nth-child(even) {
    flex-direction: row-reverse;
  }

  .bio__blocks--list > div > a {
    width: 50%;
  }

  .bio__blocks--list > div > a > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .bio__blocks--list > div > div {
    height: 100%;
    width: 50%;
  }

  .bio__blocks--list > div > div:nth-child(2) {
    position: relative;
    transform: unset;
    top: unset;
    right: unset;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .bio__blocks--list > div > div:nth-child(2) {
    max-width: 100%;
    padding: 2.5rem;
  }

  .bio__blocks--all > a {
    font-size: 2.1rem;
  }

  .about {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .about__text > h2 {
    text-align: center;
    font-size: 2.8rem;
  }

  .about__text > p {
    text-align-last: center;
    font-size: 1.8rem;
  }

  .about__text {
    padding: var(--padding);
    max-width: 78.7rem;
  }

  .about__text::after {
    bottom: 0;
    right: -30rem;
  }

  .about::after {
    bottom: 0;
    left: 0;
  }

  .about__image > img:first-child {
    border: unset;
    margin-top: 2.5rem;
  }

  .about__image > img:last-child {
    display: none;
  }

  .featured > h3 {
    margin-top: var(--margin-top);
    font-size: 2.8rem;
    margin-bottom: 3.5rem;
  }

  .featured .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5rem;
    list-style: none;
    gap: 1rem;
  }

  .featured .slick-dots button {
    background-color: var(--primary);
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    text-shadow: none;
    font-size: 0;

    border: none;
  }

  .featured .slick-slide > div {
    max-width: 44.5rem;
    margin: auto;
  }

  .product-layout .product-thumb,
  .product-layout:nth-child(1),
  .product-layout:nth-child(2),
  .product-layout:nth-child(3),
  .product-layout:nth-child(4) {
    border: none;
    border-top: none;
  }

  footer {
    padding: 4rem 0;
  }

  footer > .container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  footer > .container > div {
    max-width: 78.7rem;
    width: 100%;
    padding: var(--padding);
  }

  footer > .container > div:nth-child(2) {
    order: 1;
  }

  footer > .container > div:nth-child(1) {
    order: 2;
  }

  footer > .container > div:nth-child(3) {
    order: 3;
  }

  .footer__logo {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    display: flex;
    justify-content: center;
  }

  .social {
    position: relative;
    left: unset;
    transform: unset;
    bottom: unset;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    justify-content: center;
  }

  .social p {
    margin-bottom: 0;
  }

  .social div {
    gap: 1.5rem;
  }

  .social img {
    width: 4.8rem;
    height: auto;
  }

  footer > .container > div:nth-child(1) {
    margin-top: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  footer > .container > div > ul > li {
    text-align: center;
  }

  footer > .container > div:last-child > p,
  footer > .container > div:last-child > h4 {
    text-align: center;
  }

  footer > .container > div:last-child > h4 {
    margin-top: 2.5rem;
  }

  footer > .container:nth-child(2) {
    margin-top: 0;
    gap: 2.5rem;
  }

  footer > .container > div > h4 {
    font-size: 2.2rem;
  }

  footer > .container > div > ul {
    margin-bottom: 0;
  }

  footer > .container > div > ul > li > a,
  footer > .container > div > p,
  footer > .container > div > p > a {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  #common-home .swiper-viewport {
    margin-bottom: 0rem;
  }

  header + #common-home.container {
    padding-top: 1rem !important;
  }

  :root {
    --margin-top: 5rem;
  }

  header > .container > .header__right {
    display: none;
  }

  header > .container {
    height: auto;
  }

  header > .container:nth-child(2) {
    position: unset;
  }

  #common-home.container {
    margin-top: 0;
  }

  header + #common-home.container {
    padding-top: 8rem;
  }

  #menu {
    display: block;
    width: 100%;
    border-bottom: 0;
    padding-top: 0;
    min-height: unset;
  }

  #menu .btn-navbar {
    margin: 0;
  }

  #menu .navbar-header {
    position: static;
  }
  .navbar-nav {
    display: block;
    margin: 0;
  }

  header > .container:nth-child(2) {
    padding: 0;
  }

  .swiper-slide__text {
    width: 100%;
  }
  .navbar-collapse {
    top: 6rem;
  }
  .swiper-slide__text p {
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
  }

  .swiper-slide__text a {
    font-size: 1.6rem;
    padding: 1.3rem 5rem;
  }

  .bio__blocks--all > a {
    font-size: 1.8rem;
  }

  .bio__blocks--list > div > div:nth-child(2) > p:nth-child(1) {
    font-size: 1.7rem;
  }

  .bio__blocks--list > div > div:nth-child(2) > p,
  .bio__blocks--list > div > div:nth-child(2) > a {
    font-size: 1.6rem;
  }

  .bio__blocks--list > div > a {
    height: 100%;
  }

  .bio__blocks--list > div > div:nth-child(2) > p {
    margin-bottom: 1rem;
  }

  .about {
    padding: 0;
  }

  .about__text {
    padding: 0 1rem;
  }

  .about__text > p {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }

  .about__text > p,
  .about__text > a {
    font-size: 1.6rem;
  }

  .about__text::after,
  .about::after {
    content: "";
    display: none;
  }

  .about__image {
    width: 100%;
  }

  .about__image > img:first-child {
    border-radius: 0;
    width: 100%;
    max-width: 100%;
  }

  .featured > h3 {
    text-align: center;
  }

  .brands {
    margin-top: var(--margin-top);
  }

  .brands__list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .brands__list > div > a:nth-child(2) {
    bottom: 1rem;
    left: 1rem;
  }

  .social p,
  footer > .container > div > h4 {
    font-size: 1.8rem;
  }

  footer > .container > div > h4 {
    margin-bottom: 1rem;
  }

  footer > .container > div > ul {
    gap: 1rem;
  }

  footer > .container:nth-child(2) > p,
  footer > .container:nth-child(2) > p a {
    font-size: 1.8rem;
  }

  footer > .container:nth-child(2) {
    gap: 1rem;
  }

  footer > .container:nth-child(2) > a > img {
    max-height: 4rem;
    width: auto;
  }

  footer {
    padding: 2rem 0;
  }

  .footer__logo img {
    max-width: 30rem;
    margin: auto;
  }

  footer > .container > div > p {
    margin-bottom: 1rem;
  }

  .product-thumb .caption h4 a,
  .product-thumb .caption span {
    font-size: 1.8rem;
  }

  .product-thumb .button-group button {
    font-size: 1.6rem;
  }

  #carousel0 .swiper-slide img {
    margin: auto;
  }

  #carousel0 .swiper-slide img {
    filter: grayscale(0);
    object-fit: contain;
  }

  .navbar-nav > li > a {
    padding-bottom: 0;
    padding: 1rem 0;
    text-align: center;
  }

  header {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
      rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  }

  .innerpage > .container:first-of-type {
    padding-top: 1rem;
  }

  .product-filters.row {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;

    .form-group {
      margin: 0;
    }
  }

  #product-search .caption h4 a,
  #product-manufacturer .caption h4 a,
  #product-category .caption h4 a,
  #product-product .list-unstyled li a {
    font-size: 1.6rem;
  }

  .pagination-container {
    flex-direction: column;
    gap: 1.5rem;
  }
}

@media screen and (max-width: 460px) {
  .bio__blocks--list > div:nth-child(even),
  .bio__blocks--list > div {
    display: block;
  }

  .bio__blocks--list .slick-slide div a {
    display: block;
  }

  .bio__blocks--list .slick-slide div a img {
    width: 100%;
    margin-bottom: 2rem;
  }

  .bio__blocks--list .slick-slide > div > div > div > p,
  .bio__blocks--list .slick-slide > div > div > div > a {
    font-size: 1.6rem;
    color: var(--primary);
    line-height: 2.2rem;
  }

  .bio__blocks--list .slick-slide > div > div > div > a {
    border-bottom: 1px solid var(--primary);
    display: flex;
    width: max-content;
    margin: auto;
    font-weight: 700;
    padding: 0 1.5rem;
  }

  .bio__blocks--list .slick-slide div div p:nth-child(1) {
    color: var(--primary);
    font-weight: 700;
    text-align: center;
    font-size: 1.8rem;
  }

  .bio__blocks--list .slick-slide > div > div > div {
    padding: 0 1rem;
    text-align: center;
  }

  .bio__blocks--all {
    display: none;
  }

  .brands__list {
    display: flex;
    flex-wrap: wrap;
    gap: unset;
  }

  .brands__list > div {
    width: 50%;
  }

  .brands__list > div:nth-child(5) {
    max-height: 39rem;
    width: 100%;
  }

  .social img {
    width: 3.6rem;
    height: auto;
  }

  header > .container:first-child {
    height: 8rem;
  }

  #logo img {
    max-height: 5rem;
  }

  .bio__blocks > h2,
  .about__text > h2,
  .featured > h3 {
    font-size: 2.4rem;
  }

  footer > .container > div > ul > li > a,
  footer > .container > div > p,
  footer > .container > div > p > a {
    font-size: 1.6rem;
  }

  .social p,
  footer > .container > div > h4 {
    font-size: 1.6rem;
  }

  #product-search .prod-featured > div,
  #product-manufacturer .prod-featured > div,
  #product-category .prod-featured > div {
    min-width: 100%;
  }
}

header + .container {
  padding: 0;
}
