* {
  outline: none;
  box-sizing: border-box;
}

html {
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

*,
::after,
::before {
  box-sizing: border-box;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

a {
  cursor: pointer;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  color: #119da4;
}

a:active,
a:hover {
  outline-width: 0;
}

b,
strong {
  font-weight: bold;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

body,
html {
  height: 100%;
}

img {
  max-width: 100%;
}

.btn-primary {
  font-size: 16px;
  background: #119da4;
  background: #119da4;
  color: #fff;
  border: 0;
  border-radius: 14px;
  padding: 12px 20px;
  transition: 0.7s ease;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 14px;
}
@media (min-width: 576px) {
  .container {
    width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
    padding: 0;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1340px;
    padding: 0;
  }
}

body {
  min-height: 100%;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #474747;
  background: #f8fafd;
  background: #eff5ff;
  overflow-x: hidden;
}

* {
  scrollbar-color: #119da4 #f1f5fb;
  scrollbar-width: thin;
}

*::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

*::-webkit-scrollbar-track {
  background: #f1f5fb;
  border-radius: 8px;
}

*::-webkit-scrollbar-thumb {
  background-color: #119da4;
  border-radius: 8px;
  border: 3px solid #f1f5fb;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: #3a73c2;
}

*::-webkit-scrollbar-corner {
  background: #f1f5fb;
}

.custom-scroll {
  max-height: 300px;
  overflow: auto;
  scrollbar-width: thin;
  padding-right: 4px;
}

.custom-scroll {
  scrollbar-color: #119da4 #f1f5fb;
}

.custom-scroll::-webkit-scrollbar {
  width: 10px;
}

.custom-scroll::-webkit-scrollbar-track {
  background: #f1f5fb;
  border-radius: 8px;
}

.custom-scroll::-webkit-scrollbar-thumb {
  background-color: #119da4;
  border-radius: 8px;
  border: 2px solid #f1f5fb;
}

.custom-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #3a73c2;
}

.scroll-hidden {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scroll-hidden::-webkit-scrollbar {
  display: none;
}

.sphere {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  display: none;
}
@media (min-width: 1200px) {
  .sphere {
    display: block;
  }
}
.sphere.sphere-small {
  width: 13px;
  height: 13px;
  background-color: #119da4;
  transform: translate(-50%, -50%);
}
.sphere.sphere-large {
  width: 27px;
  height: 27px;
  background-color: transparent;
  border: 1px solid #119da4;
  transform: translate(-50%, -50%);
}

.flex {
  display: flex;
}

.nowrap {
  flex-wrap: nowrap;
}

.wrap {
  flex-wrap: wrap;
}

.ail {
  justify-content: flex-start;
}

.fa-shopping-cart {
  display: none;
}

#input-review {
  height: 148px !important;
}

.help-block {
  display: block;
  color: #737373;
  margin: 20px 14px 0;
  text-align: center;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 110;
  background-color: #000;
}
.modal-backdrop.in {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.categoryhead {
  font-size: 32px;
  font-weight: bold;
  margin: 24px 0 20px;
}

.category-desc img {
  float: left;
  width: 80px;
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0 14px;
}

@media (max-width: 1200px) {
  .product-thumb .button-group button,
  .product-thumb .button-group button + button {
    width: 60%;
  }
}
#logo {
  margin: 0;
}

#tab-review {
  width: 100%;
}

#search {
  float: none;
  margin: 0;
  width: 90%;
}
#search .btn-link {
  font-size: 20px;
  color: #fff;
  background: transparent;
  border: none;
  padding: 0;
  outline: 0;
}
#search .btn-lg {
  font-size: 16px;
  line-height: 18px;
  padding: 0;
  text-shadow: 0 0 0;
  margin: 0;
  background: none;
  border: 0;
}
#search .input-lg {
  height: 48px;
  line-height: 20px;
  border-radius: 14px;
  font-size: 16px;
  padding: 14px 17px;
  border: 0;
}
#search .live-search {
  width: 99%;
  position: absolute;
  z-index: 1000;
  padding: 5px 0 34px;
  margin-top: 50px;
  background-color: #fff;
  border: 0px solid #ddd;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-radius: 14px;
  box-shadow: 0 0px 0px #dddddd;
  left: 0;
  display: none;
}
#search .live-search .result-text {
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  line-height: 34px;
  color: #555555;
  background-color: #eff5ff;
  position: absolute;
  bottom: 0;
  width: 100%;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}
#search .live-search .view-all-results {
  color: #119da4;
}
#search .live-search ul li {
  cursor: pointer;
  padding: 14px 8px;
  margin: 0px 5px;
  background-color: #fff;
  min-height: 84px;
  clear: both;
}
#search .live-search ul li .product-add-cart {
  float: right;
  padding: 7px;
  display: none;
}
#search .live-search ul li .product-name p {
  display: none;
}
#search .live-search ul li .product-price {
  text-align: right;
  font-size: 16px;
  font-weight: bold;
  float: right;
  margin-top: 10px;
  width: 25%;
}

#searchModal {
  padding: 0 !important;
}
#searchModal .modal-dialog {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  border: 0;
}
#searchModal .close {
  color: #fff;
  box-shadow: 0 0 0;
  opacity: 1;
  font-size: 34px;
}
#searchModal .modal-content {
  min-height: 100vh;
  border-radius: 0;
  background: none;
  box-shadow: 0 0 0;
  border: 0;
}
#searchModal .modal-body .form-control {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  #searchModal .modal-dialog {
    margin: 0;
    width: 100%;
  }
}

.top {
  padding: 10px 0 14px;
  display: none;
}
@media (min-width: 768px) {
  .top {
    display: block;
  }
}
.top .flex.right {
  justify-content: flex-end;
}
.top .toplinks {
  padding: 0 0 4px;
}
.top .toplinks a {
  margin: 0 0 0 17px;
  color: #575757;
  border: 1px solid #119da4;
  padding: 4px 12px 5px;
  border-radius: 12px;
  font-size: 14px;
  transition: 0.7s ease;
}
.top .toplinks a:hover {
  box-shadow: 0 0 14px #4683d2;
}
.top .toplinks img {
  width: 20px;
  margin-right: 4px;
}

header {
  padding: 7px 0 4px;
  margin-bottom: 14px;
  border-bottom: 1px solid #c6dfff;
}
@media (min-width: 768px) {
  header {
    padding: 0 0 20px;
    margin: 0;
    border: 0;
  }
}
header .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header .toplogo {
  width: 48%;
}
@media (min-width: 992px) {
  header .toplogo {
    width: auto;
  }
}
header .topmobmenu {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eff5ff;
  height: 50px;
  border-radius: 14px;
}
@media (min-width: 1200px) {
  header .topmobmenu {
    display: none;
  }
}
header .topmobmenu .menu-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  z-index: 77;
}
@media (min-width: 1200px) {
  header .topmobmenu .menu-btn {
    display: none;
  }
}
header .topmobmenu .menu-btn.open {
  z-index: 82;
}
header .topmobmenu .menu-btn.open .menu-btn__burger {
  transform: translateX(-50px);
  background: transparent;
}
header .topmobmenu .menu-btn.open .menu-btn__burger:before {
  transform: rotate(45deg) translate(42px, -36px);
  background: #119da4;
}
header .topmobmenu .menu-btn.open .menu-btn__burger:after {
  transform: rotate(-45deg) translate(45px, 33px);
  background: #119da4;
}
header .topmobmenu .menu-btn.open .menu-btn__burger .menuru {
  opacity: 0;
}
header .topmobmenu .menu-btn .menu-btn__burger:after, header .topmobmenu .menu-btn .menu-btn__burger:before {
  content: "";
  position: absolute;
  width: 37px;
  height: 3px;
  background: #119da4;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
}
header .topmobmenu .menu-btn .menu-btn__burger:before {
  transform: translateY(-5px);
}
header .topmobmenu .menu-btn .menu-btn__burger:after {
  transform: translateY(2px);
}
header .topmobmenu .menu-btn .menu-btn__burger .menuru {
  font-size: 10px;
  margin: 0;
  position: relative;
  transition: all 0.7s ease;
  text-transform: uppercase;
  color: #119da4;
  font-weight: bold;
}
header .toplang {
  display: none;
}
@media (min-width: 992px) {
  header .toplang {
    display: flex;
  }
}
header .toplang form {
  display: flex;
}
header .toplang button {
  margin: 14px !important;
  font-size: 15px;
  background: #119da4;
  background: #119da4 !important;
  color: #fff !important;
  border-radius: 7px;
  transition: 0.7s ease;
  border: 0 !important;
  outline: 0 !important;
}
header .toplang button:hover {
  color: #fff;
  box-shadow: 4px 4px 8px #cbd0d9, -4px -4px 8px #ffffff;
}
header .topsearch {
  display: flex;
  background: #eff5ff;
  padding: 0;
  border-radius: 14px;
  margin-bottom: 0;
  transition: 0.7s ease;
}
@media (min-width: 768px) {
  header .topsearch {
    padding: 5px;
  }
}
header .topsearch:hover {
  background: linear-gradient(145deg, #e7ebf2, #ffffff);
  box-shadow: 5px 5px 11px #cbd0d9, -5px -5px 11px #ffffff;
}
header .topsearch img {
  width: 40px;
}
@media (min-width: 768px) {
  header .topsearch img {
    width: 48px;
  }
}
header .compare {
  background: #eff5ff;
  padding: 10px;
  border-radius: 14px;
  margin-bottom: 0;
  transition: 0.7s ease;
  display: none;
}
@media (min-width: 768px) {
  header .compare {
    display: flex;
  }
}
header .compare:hover {
  background: linear-gradient(145deg, #e7ebf2, #ffffff);
  box-shadow: 5px 5px 11px #cbd0d9, -5px -5px 11px #ffffff;
}
header .compare img {
  width: 40px;
}
header .wishlist {
  background: #eff5ff;
  padding: 10px;
  border-radius: 14px;
  margin-bottom: 0;
  transition: 0.7s ease;
  display: none;
}
@media (min-width: 768px) {
  header .wishlist {
    display: flex;
  }
}
header .wishlist:hover {
  background: linear-gradient(145deg, #e7ebf2, #ffffff);
  box-shadow: 5px 5px 11px #cbd0d9, -5px -5px 11px #ffffff;
}
header .wishlist img {
  width: 40px;
}
header .topcart {
  border-radius: 14px;
}
header .topcart button {
  background: url(/image/icon2/shopping-cart.png);
  background-size: cover;
  border: 0;
  width: 32px;
  height: 32px;
  line-height: 1 !important;
}
@media (min-width: 768px) {
  header .topcart button {
    width: 40px;
    height: 40px;
  }
}
header .topcart button:hover {
  background: url(/image/icon2/shopping-cart.png);
}
header .topcart .carticon {
  position: absolute;
  top: 13px;
  left: 50%;
  background: #eff5ff;
  line-height: 1;
  font-size: 13px;
  padding: 2px 4px 1px;
  border-radius: 4px;
  transform: translateX(-50%);
  color: #119da4;
  font-weight: bold;
  box-shadow: 0 0 18px #119da4;
}
@media (min-width: 768px) {
  header .topcart .carticon {
    top: 17px;
    padding: 4px 6px 3px;
  }
}
header .topphone {
  flex-direction: column;
  display: none;
}
@media (min-width: 1200px) {
  header .topphone {
    display: flex;
  }
}
header .topphone a {
  font-size: 27px;
  margin: 7px 0 7px;
  font-weight: bold;
  color: #575757;
}

#cart {
  background: #eff5ff;
  padding: 0;
  border-radius: 14px;
  margin-bottom: 0;
  transition: 0.7s ease;
}
@media (min-width: 768px) {
  #cart {
    padding: 10px;
  }
}
#cart:hover {
  background: linear-gradient(145deg, #e7ebf2, #ffffff);
  box-shadow: 7px 7px 14px #cbd0d9, -7px -7px 14px #ffffff;
}
#cart .btn {
  transition: 0.7s ease;
}
#cart .btn:hover {
  background-size: cover;
}

#menu {
  background-color: #119da4;
  min-height: auto;
  border: 0;
  background-image: inherit;
  border-radius: 14px;
  background: #119da4;
  transition: 0.7s ease;
  display: none;
}
@media (min-width: 1200px) {
  #menu {
    display: block;
  }
}
#menu:hover {
  box-shadow: 0 0 24px #119da4;
  box-shadow: 7px 7px 14px #a7aebc, -7px -7px 14px #ffffff;
}
#menu .navbar-collapse {
  padding: 0 !important;
}
#menu .navbar-collapse .navbar-nav {
  margin: 0 !important;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#menu .navbar-collapse .navbar-nav li {
  position: relative;
  display: flex;
  float: none !important;
}
#menu .navbar-collapse .navbar-nav li a {
  color: #fff;
  text-shadow: 0 0 0 #000;
  padding: 20px 7px 20px 7px;
  min-height: auto;
  background-color: transparent;
  font-size: 13px;
  display: flex;
  transition: 0.7s ease;
  border-radius: 14px;
}
@media (min-width: 1400px) {
  #menu .navbar-collapse .navbar-nav li a {
    padding: 20px 15px 20px 15px;
    font-size: 15px;
  }
}
#menu .navbar-collapse .navbar-nav li a:hover {
  box-shadow: 0 0 14px hsl(213.6, 91.72%, 34.08%);
}
#menu .navbar-collapse .navbar-nav li a .menuicon {
  width: 40px;
  margin-right: 7px;
}

.breadcrumb {
  margin: 14px 0;
  padding: 8px 0;
  border: 1px solid #a6e6e9;
  background-color: #ffffff;
  border-radius: 14px;
  display: flex;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.breadcrumb li:after {
  border-right: 1px solid #bbd9ff;
  border-bottom: 1px solid #bbd9ff;
}
.breadcrumb li a,
.breadcrumb li span {
  font-size: 14px;
}
.breadcrumb i {
  font-size: 18px;
  position: relative;
  top: 1px;
}
.breadcrumb::-webkit-scrollbar {
  display: none;
}

.filter-mobile {
  background: #119da4;
  color: #fff;
  padding: 7px 18px 7px;
  margin: 0;
  display: flex;
  line-height: 1;
  border-radius: 14px;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
}
@media (min-width: 1200px) {
  .filter-mobile {
    display: none;
  }
}
.filter-mobile img {
  margin-right: 5px;
}

.filter-mobile-hide {
  color: #2b2b2b;
  text-decoration: none;
  padding: 12px 24px;
  line-height: 16px;
  cursor: pointer;
  border: 0;
  margin: 0;
  min-height: 16px;
  background: #ffb224;
  border-radius: 14px;
  background-image: none !important;
}
@media (min-width: 1200px) {
  .filter-mobile-hide {
    display: none;
  }
}

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

.productpage h1 {
  font-size: 28px;
  margin: 24px 0 12px;
  font-weight: bold;
  color: #575757;
  max-width: 878px;
}
@media (min-width: 768px) {
  .productpage h1 {
    font-size: 40px;
  }
}

#tab-specification {
  overflow-x: auto;
}

.image {
  position: relative;
  padding: 14px 14px 0;
}

#common-home ul.pagination,
#product-category ul.pagination,
#product-manufacturer ul.pagination,
#product-product ul.pagination,
#product-search ul.pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 14px;
}
#common-home ul.pagination li a,
#product-category ul.pagination li a,
#product-manufacturer ul.pagination li a,
#product-product ul.pagination li a,
#product-search ul.pagination li a {
  border: 1px solid #d4e6ff;
  padding: 8px 14px 7px;
  border-radius: 9px !important;
}
#common-home ul.pagination li span,
#product-category ul.pagination li span,
#product-manufacturer ul.pagination li span,
#product-product ul.pagination li span,
#product-search ul.pagination li span {
  border: 1px solid #d4e6ff;
  padding: 8px 17px 7px;
  border-radius: 9px;
  background: #119da4;
}
#common-home .bf-panel-wrapper,
#product-category .bf-panel-wrapper,
#product-manufacturer .bf-panel-wrapper,
#product-product .bf-panel-wrapper,
#product-search .bf-panel-wrapper {
  position: fixed;
  left: -200%;
  top: 0;
  bottom: 0;
  z-index: 77;
  transition: 0.7s ease;
  border-radius: 14px;
  overflow-y: auto;
  padding: 14px;
  background: #eff5ff;
}
@media (min-width: 1200px) {
  #common-home .bf-panel-wrapper,
  #product-category .bf-panel-wrapper,
  #product-manufacturer .bf-panel-wrapper,
  #product-product .bf-panel-wrapper,
  #product-search .bf-panel-wrapper {
    position: relative;
    left: 0;
    padding: 0;
  }
}
#common-home .bf-panel-wrapper.bf-opened,
#product-category .bf-panel-wrapper.bf-opened,
#product-manufacturer .bf-panel-wrapper.bf-opened,
#product-product .bf-panel-wrapper.bf-opened,
#product-search .bf-panel-wrapper.bf-opened {
  left: 0;
}
#common-home .bf-panel-wrapper .box,
#product-category .bf-panel-wrapper .box,
#product-manufacturer .bf-panel-wrapper .box,
#product-product .bf-panel-wrapper .box,
#product-search .bf-panel-wrapper .box {
  border: 1px solid #a6e6e9;
  border-radius: 14px;
  margin-bottom: 20px;
  transition: 0.7s ease;
}
#common-home .bf-panel-wrapper .box:hover,
#product-category .bf-panel-wrapper .box:hover,
#product-manufacturer .bf-panel-wrapper .box:hover,
#product-product .bf-panel-wrapper .box:hover,
#product-search .bf-panel-wrapper .box:hover {
  box-shadow: 0 0 48px hsla(0, 0%, 0%, 0.28);
}
#common-home .bf-panel-wrapper .box-heading,
#product-category .bf-panel-wrapper .box-heading,
#product-manufacturer .bf-panel-wrapper .box-heading,
#product-product .bf-panel-wrapper .box-heading,
#product-search .bf-panel-wrapper .box-heading {
  background: #fff;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  padding: 20px 12px;
  border-bottom: 1px solid #bbd9ff;
  border-radius: 14px 14px 0 0;
  text-align: center;
  font-size: 22px;
  color: #119da4;
  font-weight: bold;
}
#common-home .bf-panel-wrapper .bf-attr-header,
#common-home .bf-panel-wrapper .bf-attr-group-header,
#product-category .bf-panel-wrapper .bf-attr-header,
#product-category .bf-panel-wrapper .bf-attr-group-header,
#product-manufacturer .bf-panel-wrapper .bf-attr-header,
#product-manufacturer .bf-panel-wrapper .bf-attr-group-header,
#product-product .bf-panel-wrapper .bf-attr-header,
#product-product .bf-panel-wrapper .bf-attr-group-header,
#product-search .bf-panel-wrapper .bf-attr-header,
#product-search .bf-panel-wrapper .bf-attr-group-header {
  border-radius: 0;
  border: 0;
  border-top: 1px solid #bbd9ff;
  border-bottom: 1px solid #bbd9ff !important;
  background: #f6faff;
  padding: 14px 12px;
  z-index: 2;
  position: relative;
  font-size: 16px;
}
#common-home .bf-panel-wrapper .bf-attr-group-header,
#product-category .bf-panel-wrapper .bf-attr-group-header,
#product-manufacturer .bf-panel-wrapper .bf-attr-group-header,
#product-product .bf-panel-wrapper .bf-attr-group-header,
#product-search .bf-panel-wrapper .bf-attr-group-header {
  display: none;
}
#common-home .bf-panel-wrapper .bf-attr-block-cont,
#product-category .bf-panel-wrapper .bf-attr-block-cont,
#product-manufacturer .bf-panel-wrapper .bf-attr-block-cont,
#product-product .bf-panel-wrapper .bf-attr-block-cont,
#product-search .bf-panel-wrapper .bf-attr-block-cont {
  background: #fff;
}
#common-home .bf-panel-wrapper .box-content,
#product-category .bf-panel-wrapper .box-content,
#product-manufacturer .bf-panel-wrapper .box-content,
#product-product .bf-panel-wrapper .box-content,
#product-search .bf-panel-wrapper .box-content {
  border: 0;
  padding: 0 0 14px;
  background: #fff;
  border-radius: 14px;
}
#common-home .bf-panel-wrapper .bf-cur-symb,
#product-category .bf-panel-wrapper .bf-cur-symb,
#product-manufacturer .bf-panel-wrapper .bf-cur-symb,
#product-product .bf-panel-wrapper .bf-cur-symb,
#product-search .bf-panel-wrapper .bf-cur-symb {
  padding-bottom: 20px;
  padding-left: 14px;
  padding-top: 20px;
}
#common-home .bf-panel-wrapper input[type=text].bf-range-max,
#common-home .bf-panel-wrapper input[type=text].bf-range-min,
#common-home .bf-panel-wrapper input[type=text].bf-slider-input,
#product-category .bf-panel-wrapper input[type=text].bf-range-max,
#product-category .bf-panel-wrapper input[type=text].bf-range-min,
#product-category .bf-panel-wrapper input[type=text].bf-slider-input,
#product-manufacturer .bf-panel-wrapper input[type=text].bf-range-max,
#product-manufacturer .bf-panel-wrapper input[type=text].bf-range-min,
#product-manufacturer .bf-panel-wrapper input[type=text].bf-slider-input,
#product-product .bf-panel-wrapper input[type=text].bf-range-max,
#product-product .bf-panel-wrapper input[type=text].bf-range-min,
#product-product .bf-panel-wrapper input[type=text].bf-slider-input,
#product-search .bf-panel-wrapper input[type=text].bf-range-max,
#product-search .bf-panel-wrapper input[type=text].bf-range-min,
#product-search .bf-panel-wrapper input[type=text].bf-slider-input {
  width: 80px;
  min-width: 50px;
}
#common-home .bf-panel-wrapper input[type=text],
#product-category .bf-panel-wrapper input[type=text],
#product-manufacturer .bf-panel-wrapper input[type=text],
#product-product .bf-panel-wrapper input[type=text],
#product-search .bf-panel-wrapper input[type=text] {
  border: 1px solid #a6e6e9;
  padding: 8px 9px;
  border-radius: 10px;
}
#common-home .bf-panel-wrapper .bf-cell .ui-slider-horizontal .ui-slider-range,
#common-home .bf-panel-wrapper .bf-slider-range.ui-slider .ui-slider-range,
#product-category .bf-panel-wrapper .bf-cell .ui-slider-horizontal .ui-slider-range,
#product-category .bf-panel-wrapper .bf-slider-range.ui-slider .ui-slider-range,
#product-manufacturer .bf-panel-wrapper .bf-cell .ui-slider-horizontal .ui-slider-range,
#product-manufacturer .bf-panel-wrapper .bf-slider-range.ui-slider .ui-slider-range,
#product-product .bf-panel-wrapper .bf-cell .ui-slider-horizontal .ui-slider-range,
#product-product .bf-panel-wrapper .bf-slider-range.ui-slider .ui-slider-range,
#product-search .bf-panel-wrapper .bf-cell .ui-slider-horizontal .ui-slider-range,
#product-search .bf-panel-wrapper .bf-slider-range.ui-slider .ui-slider-range {
  top: -1px;
  bottom: -1px;
  height: auto;
  background: #119da4;
}
#common-home .bf-panel-wrapper .bf-layout-id-32 .ui-widget-header,
#product-category .bf-panel-wrapper .bf-layout-id-32 .ui-widget-header,
#product-manufacturer .bf-panel-wrapper .bf-layout-id-32 .ui-widget-header,
#product-product .bf-panel-wrapper .bf-layout-id-32 .ui-widget-header,
#product-search .bf-panel-wrapper .bf-layout-id-32 .ui-widget-header {
  background: #119da4;
}
#common-home .bf-panel-wrapper .ui-slider-horizontal .ui-slider-handle,
#product-category .bf-panel-wrapper .ui-slider-horizontal .ui-slider-handle,
#product-manufacturer .bf-panel-wrapper .ui-slider-horizontal .ui-slider-handle,
#product-product .bf-panel-wrapper .ui-slider-horizontal .ui-slider-handle,
#product-search .bf-panel-wrapper .ui-slider-horizontal .ui-slider-handle {
  top: -7px;
  margin-left: -0.6em;
  background: #eff5ff;
  border: 1px solid #119da4;
}
#common-home .bf-panel-wrapper .bf-layout-id-32 .ui-state-default,
#product-category .bf-panel-wrapper .bf-layout-id-32 .ui-state-default,
#product-manufacturer .bf-panel-wrapper .bf-layout-id-32 .ui-state-default,
#product-product .bf-panel-wrapper .bf-layout-id-32 .ui-state-default,
#product-search .bf-panel-wrapper .bf-layout-id-32 .ui-state-default {
  background: #eff5ff;
  border: 1px solid #119da4;
}
#common-home .bf-panel-wrapper .ui-slider-horizontal .ui-slider-handle,
#product-category .bf-panel-wrapper .ui-slider-horizontal .ui-slider-handle,
#product-manufacturer .bf-panel-wrapper .ui-slider-horizontal .ui-slider-handle,
#product-product .bf-panel-wrapper .ui-slider-horizontal .ui-slider-handle,
#product-search .bf-panel-wrapper .ui-slider-horizontal .ui-slider-handle {
  top: -7px;
  margin-left: -0.6em;
}
#common-home .bf-panel-wrapper .bf-c-1,
#product-category .bf-panel-wrapper .bf-c-1,
#product-manufacturer .bf-panel-wrapper .bf-c-1,
#product-product .bf-panel-wrapper .bf-c-1,
#product-search .bf-panel-wrapper .bf-c-1 {
  width: 12px;
  padding-right: 8px;
}
#common-home .bf-panel-wrapper .bf-cell,
#product-category .bf-panel-wrapper .bf-cell,
#product-manufacturer .bf-panel-wrapper .bf-cell,
#product-product .bf-panel-wrapper .bf-cell,
#product-search .bf-panel-wrapper .bf-cell {
  display: table-cell;
  border-bottom: 1px solid #bbd9ff;
  vertical-align: middle;
  padding: 14px 0;
  height: 23px;
  font-size: 16px;
}
#common-home .bf-panel-wrapper .bf-cell label,
#product-category .bf-panel-wrapper .bf-cell label,
#product-manufacturer .bf-panel-wrapper .bf-cell label,
#product-product .bf-panel-wrapper .bf-cell label,
#product-search .bf-panel-wrapper .bf-cell label {
  display: block;
  padding-right: 3px;
  padding-left: 8px;
  margin: 0;
  cursor: pointer;
  font-size: 16px;
}
#common-home .bf-panel-wrapper .bf-count,
#product-category .bf-panel-wrapper .bf-count,
#product-manufacturer .bf-panel-wrapper .bf-count,
#product-product .bf-panel-wrapper .bf-count,
#product-search .bf-panel-wrapper .bf-count {
  float: right;
  background: #119da4;
  color: #fff;
  line-height: 20px;
  padding: 0 3px;
  border-radius: 3px;
  display: block;
  position: relative;
}
#common-home .bf-panel-wrapper .bf-buttonclear-box,
#product-category .bf-panel-wrapper .bf-buttonclear-box,
#product-manufacturer .bf-panel-wrapper .bf-buttonclear-box,
#product-product .bf-panel-wrapper .bf-buttonclear-box,
#product-search .bf-panel-wrapper .bf-buttonclear-box {
  border: 0;
  padding: 20px 10px 7px;
  display: flex;
  width: 100%;
  gap: 14px;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
}
#common-home .bf-panel-wrapper .bf-buttonclear,
#product-category .bf-panel-wrapper .bf-buttonclear,
#product-manufacturer .bf-panel-wrapper .bf-buttonclear,
#product-product .bf-panel-wrapper .bf-buttonclear,
#product-search .bf-panel-wrapper .bf-buttonclear {
  color: #ffffff;
  text-decoration: none;
  padding: 12px 24px;
  line-height: 16px;
  cursor: pointer;
  border: 0;
  margin: 0;
  min-height: 16px;
  background: #119da4;
  border-radius: 14px;
  background-image: none !important;
}
#common-home .productsticky,
#product-category .productsticky,
#product-manufacturer .productsticky,
#product-product .productsticky,
#product-search .productsticky {
  background: #fff;
  margin: 12px 0 17px;
  padding: 7px;
  display: flex;
  overflow: auto;
  position: sticky;
  top: 0;
  z-index: 48;
  border-radius: 14px;
  flex-wrap: nowrap;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  gap: 12px;
}
#common-home .productsticky a,
#product-category .productsticky a,
#product-manufacturer .productsticky a,
#product-product .productsticky a,
#product-search .productsticky a {
  padding: 7px 17px 7px;
  border-radius: 12px;
  transition: 0.7s ease;
  white-space: nowrap;
  background: #119da4;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: -moz-max-content;
  min-width: max-content;
  font-size: 15px;
}
#common-home .productsticky img,
#product-category .productsticky img,
#product-manufacturer .productsticky img,
#product-product .productsticky img,
#product-search .productsticky img {
  width: 20px;
}
#common-home .stock,
#product-category .stock,
#product-manufacturer .stock,
#product-product .stock,
#product-search .stock {
  margin: 0;
  padding: 9px 17px 8px 40px;
  color: #119da4;
  border-radius: 14px;
  font-weight: bold;
  border: 1px solid #a6e6e9;
  display: flex;
  align-items: center;
  gap: 7px;
  width: -moz-max-content;
  width: max-content;
  position: relative;
}
#common-home .stock.bestprice,
#product-category .stock.bestprice,
#product-manufacturer .stock.bestprice,
#product-product .stock.bestprice,
#product-search .stock.bestprice {
  color: #ffb224;
  border: 1px solid #ffb224;
}
#common-home .stock img,
#product-category .stock img,
#product-manufacturer .stock img,
#product-product .stock img,
#product-search .stock img {
  width: 34px;
  position: absolute;
  left: 2px;
}
#common-home .fbl,
#product-category .fbl,
#product-manufacturer .fbl,
#product-product .fbl,
#product-search .fbl {
  margin-bottom: 12px;
}
#common-home .input-group-addon,
#product-category .input-group-addon,
#product-manufacturer .input-group-addon,
#product-product .input-group-addon,
#product-search .input-group-addon {
  background-color: #f6faff;
  border: 1px solid #a6e6e9;
  border-radius: 8px 0 0 8px !important;
  font-size: 16px;
  height: 38px;
}
#common-home .fbl .input-group-addon,
#product-category .fbl .input-group-addon,
#product-manufacturer .fbl .input-group-addon,
#product-product .fbl .input-group-addon,
#product-search .fbl .input-group-addon {
  display: none;
}
@media (min-width: 768px) {
  #common-home .fbl .input-group-addon,
  #product-category .fbl .input-group-addon,
  #product-manufacturer .fbl .input-group-addon,
  #product-product .fbl .input-group-addon,
  #product-search .fbl .input-group-addon {
    display: table-cell;
    border-right: 0;
  }
}
#common-home .form-control,
#product-category .form-control,
#product-manufacturer .form-control,
#product-product .form-control,
#product-search .form-control {
  border: 1px solid #a6e6e9;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  font-size: 16px;
  height: 38px;
}
#common-home .prodquant .form-control,
#product-category .prodquant .form-control,
#product-manufacturer .prodquant .form-control,
#product-product .prodquant .form-control,
#product-search .prodquant .form-control {
  border-radius: 8px !important;
}
#common-home .product-thumb,
#product-category .product-thumb,
#product-manufacturer .product-thumb,
#product-product .product-thumb,
#product-search .product-thumb {
  border: 1px solid #a6e6e9;
  margin-bottom: 30px;
  overflow: auto;
  border-radius: 14px;
  background: #fff;
  position: relative;
  transition: 0.7s ease;
}
#common-home .product-thumb:hover,
#product-category .product-thumb:hover,
#product-manufacturer .product-thumb:hover,
#product-product .product-thumb:hover,
#product-search .product-thumb:hover {
  box-shadow: 0 0 48px hsla(0, 0%, 0%, 0.28);
}
#common-home .product-thumb:hover .xdstickers,
#product-category .product-thumb:hover .xdstickers,
#product-manufacturer .product-thumb:hover .xdstickers,
#product-product .product-thumb:hover .xdstickers,
#product-search .product-thumb:hover .xdstickers {
  box-shadow: 0 0 28px hsla(0, 0%, 0%, 0.28);
}
#common-home .product-thumb:hover .price,
#product-category .product-thumb:hover .price,
#product-manufacturer .product-thumb:hover .price,
#product-product .product-thumb:hover .price,
#product-search .product-thumb:hover .price {
  box-shadow: 0 0 48px hsla(0, 0%, 0%, 0.28);
}
#common-home .product-thumb:hover .rating,
#product-category .product-thumb:hover .rating,
#product-manufacturer .product-thumb:hover .rating,
#product-product .product-thumb:hover .rating,
#product-search .product-thumb:hover .rating {
  box-shadow: 0 0 48px hsla(0, 0%, 0%, 0.28);
  background: #eff5ff;
}
#common-home .product-thumb:hover .button-group > button,
#product-category .product-thumb:hover .button-group > button,
#product-manufacturer .product-thumb:hover .button-group > button,
#product-product .product-thumb:hover .button-group > button,
#product-search .product-thumb:hover .button-group > button {
  background: #119da4;
  background: #119da4;
  color: #fff;
}
#common-home .product-thumb .caption,
#product-category .product-thumb .caption,
#product-manufacturer .product-thumb .caption,
#product-product .product-thumb .caption,
#product-search .product-thumb .caption {
  padding: 0 20px;
  min-height: 200px;
}
#common-home .product-thumb .caption p,
#product-category .product-thumb .caption p,
#product-manufacturer .product-thumb .caption p,
#product-product .product-thumb .caption p,
#product-search .product-thumb .caption p {
  word-break: break-all;
}
#common-home .product-thumb .price,
#product-category .product-thumb .price,
#product-manufacturer .product-thumb .price,
#product-product .product-thumb .price,
#product-search .product-thumb .price {
  color: #ef9b00;
  font-size: 24px;
  font-weight: bold;
  text-align: right;
  padding: 7px 12px 7px;
  position: absolute;
  bottom: 58px;
  right: 8px;
  background: #fff;
  box-shadow: 0 1px 3px hsla(0, 0%, 0%, 0.28);
  line-height: 1;
  border-radius: 14px;
  transition: 0.7s ease;
}
#common-home .product-thumb .rating,
#product-category .product-thumb .rating,
#product-manufacturer .product-thumb .rating,
#product-product .product-thumb .rating,
#product-search .product-thumb .rating {
  position: absolute;
  top: 7px;
  right: 7px;
  border: 1px solid #a6e6e9;
  padding: 2px 7px !important;
  border-radius: 8px;
  transition: 0.7s ease;
  background: #fff;
}
#common-home .product-thumb .price-old,
#product-category .product-thumb .price-old,
#product-manufacturer .product-thumb .price-old,
#product-product .product-thumb .price-old,
#product-search .product-thumb .price-old {
  color: #7f7f7f;
  text-decoration: line-through;
  margin-left: 10px;
  padding-top: 8px;
  display: block;
}
#common-home .product-thumb .button-group,
#product-category .product-thumb .button-group,
#product-manufacturer .product-thumb .button-group,
#product-product .product-thumb .button-group,
#product-search .product-thumb .button-group {
  border-top: 1px solid #bbd9ff;
  background-color: #eee;
  overflow: auto;
}
#common-home .product-thumb .button-group button,
#product-category .product-thumb .button-group button,
#product-manufacturer .product-thumb .button-group button,
#product-product .product-thumb .button-group button,
#product-search .product-thumb .button-group button {
  background-color: #f6faff;
  color: #119da4;
  font-size: 16px;
  padding: 8px;
  transition: 0.7s ease;
}
@media (max-width: 767px) {
  #common-home .product-thumb .button-group button,
  #product-category .product-thumb .button-group button,
  #product-manufacturer .product-thumb .button-group button,
  #product-product .product-thumb .button-group button,
  #product-search .product-thumb .button-group button {
    width: 60%;
  }
}
@media (max-width: 767px) {
  #common-home .product-thumb .button-group button .hidden-xs,
  #product-category .product-thumb .button-group button .hidden-xs,
  #product-manufacturer .product-thumb .button-group button .hidden-xs,
  #product-product .product-thumb .button-group button .hidden-xs,
  #product-search .product-thumb .button-group button .hidden-xs {
    display: inline-block !important;
  }
}
#common-home .product-thumb .button-group button:hover,
#product-category .product-thumb .button-group button:hover,
#product-manufacturer .product-thumb .button-group button:hover,
#product-product .product-thumb .button-group button:hover,
#product-search .product-thumb .button-group button:hover {
  background: #119da4;
  background: #119da4;
  color: #fff;
}
#common-home .product-thumb .button-group button + button,
#product-category .product-thumb .button-group button + button,
#product-manufacturer .product-thumb .button-group button + button,
#product-product .product-thumb .button-group button + button,
#product-search .product-thumb .button-group button + button {
  width: 20%;
  border-left: 1px solid #bbd9ff;
}
@media (max-width: 767px) {
  #common-home .product-thumb .button-group button + button,
  #product-category .product-thumb .button-group button + button,
  #product-manufacturer .product-thumb .button-group button + button,
  #product-product .product-thumb .button-group button + button,
  #product-search .product-thumb .button-group button + button {
    width: 20%;
  }
}
#common-home .product-thumb .button-group button span,
#product-category .product-thumb .button-group button span,
#product-manufacturer .product-thumb .button-group button span,
#product-product .product-thumb .button-group button span,
#product-search .product-thumb .button-group button span {
  display: block !important;
}
#common-home .xdstickers_wrapper.position_upleft,
#product-category .xdstickers_wrapper.position_upleft,
#product-manufacturer .xdstickers_wrapper.position_upleft,
#product-product .xdstickers_wrapper.position_upleft,
#product-search .xdstickers_wrapper.position_upleft {
  top: 7px;
  left: 7px;
  right: auto;
  z-index: 47 !important;
}
#common-home .xdstickers,
#product-category .xdstickers,
#product-manufacturer .xdstickers,
#product-product .xdstickers,
#product-search .xdstickers {
  padding: 3px 10px 2px;
  margin-bottom: 10px;
  border-radius: 8px;
  width: -moz-max-content;
  width: max-content;
  transition: 0.7s ease;
  font-size: 12px;
}
#common-home .xdstickers.xdsticker_freeshipping,
#product-category .xdstickers.xdsticker_freeshipping,
#product-manufacturer .xdstickers.xdsticker_freeshipping,
#product-product .xdstickers.xdsticker_freeshipping,
#product-search .xdstickers.xdsticker_freeshipping {
  max-width: -moz-min-content;
  max-width: min-content;
  line-height: 1;
  padding: 7px 10px 7px !important;
}
#common-home .caption h4 a,
#product-category .caption h4 a,
#product-manufacturer .caption h4 a,
#product-product .caption h4 a,
#product-search .caption h4 a {
  color: #474747;
  font-size: 18px;
}
@media (max-width: 767px) {
  #common-home .product-layout,
  #product-category .product-layout,
  #product-manufacturer .product-layout,
  #product-product .product-layout,
  #product-search .product-layout {
    width: 50%;
    padding: 0 7px;
  }
  #common-home .product-layout .xdstickers,
  #product-category .product-layout .xdstickers,
  #product-manufacturer .product-layout .xdstickers,
  #product-product .product-layout .xdstickers,
  #product-search .product-layout .xdstickers {
    font-size: 9px;
  }
  #common-home .product-layout .time_special,
  #product-category .product-layout .time_special,
  #product-manufacturer .product-layout .time_special,
  #product-product .product-layout .time_special,
  #product-search .product-layout .time_special {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 3px;
    right: 0;
    display: none;
  }
  #common-home .product-layout .caption,
  #product-category .product-layout .caption,
  #product-manufacturer .product-layout .caption,
  #product-product .product-layout .caption,
  #product-search .product-layout .caption {
    min-height: auto;
    padding: 0 10px;
  }
  #common-home .product-layout .caption h4,
  #product-category .product-layout .caption h4,
  #product-manufacturer .product-layout .caption h4,
  #product-product .product-layout .caption h4,
  #product-search .product-layout .caption h4 {
    height: 65px;
  }
  #common-home .product-layout .caption h4 a,
  #product-category .product-layout .caption h4 a,
  #product-manufacturer .product-layout .caption h4 a,
  #product-product .product-layout .caption h4 a,
  #product-search .product-layout .caption h4 a {
    font-size: 15px;
  }
  #common-home .product-layout .caption p,
  #product-category .product-layout .caption p,
  #product-manufacturer .product-layout .caption p,
  #product-product .product-layout .caption p,
  #product-search .product-layout .caption p {
    display: none;
  }
  #common-home .product-layout .caption p.price,
  #product-category .product-layout .caption p.price,
  #product-manufacturer .product-layout .caption p.price,
  #product-product .product-layout .caption p.price,
  #product-search .product-layout .caption p.price {
    font-size: 17px;
    padding: 0;
    position: relative;
    bottom: 0;
    right: 0;
    box-shadow: 0 0 0;
    display: block;
  }
  #common-home .product-layout .rating,
  #product-category .product-layout .rating,
  #product-manufacturer .product-layout .rating,
  #product-product .product-layout .rating,
  #product-search .product-layout .rating {
    right: 65%;
    top: 41%;
    transform: translateX(50%);
    padding: 3px 7px 2px !important;
    width: -moz-max-content;
    width: max-content;
  }
  #common-home .product-layout .button-group button,
  #product-category .product-layout .button-group button,
  #product-manufacturer .product-layout .button-group button,
  #product-product .product-layout .button-group button,
  #product-search .product-layout .button-group button {
    width: 100%;
  }
  #common-home .product-layout .button-group button + button,
  #product-category .product-layout .button-group button + button,
  #product-manufacturer .product-layout .button-group button + button,
  #product-product .product-layout .button-group button + button,
  #product-search .product-layout .button-group button + button {
    display: none;
  }
}

.produckblockbutton {
  padding: 4px 0 0;
  border-top: 1px solid #bbd9ff;
  margin: 10px 0 0;
}

.timerflex {
  display: flex;
  gap: 14px;
  align-items: center;
}
.timerflex .timericon {
  width: 58px;
}

#product-category .time_special {
  position: absolute;
  bottom: 0;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  display: inline-block;
}

.time_special .box-time-date {
  background: #fbfbfb;
  font-size: 9px;
  color: #808080;
  min-width: 48px;
  min-height: 44px;
  text-align: center;
  margin-top: 2px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 8px;
  border: 1px #ffb224 solid;
  display: inline-block;
  margin-right: 5px;
  line-height: 1.2;
}

.time_special .box-time-date span {
  display: block;
  font-size: 16px;
  color: #ffb224;
  margin: 6px 0 0;
}

.box-timer {
  left: 0px;
  text-align: center;
  margin-top: 0;
  position: absolute;
  bottom: 5%;
  width: 100%;
}

.pagination a,
.pagination span {
  position: relative;
  float: left;
  padding: 7px 14px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #119da4;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #a6e6e9;
  font-size: 16px;
}
.pagination .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #119da4;
  border-color: #119da4;
}

#compare-total {
  display: none;
}

#product-product .flex {
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  #product-product .flex {
    flex-wrap: nowrap;
  }
}

.productimage {
  width: 100%;
  position: relative;
  padding: 14px 14px 0;
  background: #fff;
  border-radius: 14px;
}
@media (min-width: 1200px) {
  .productimage {
    width: 50%;
  }
}
.productimage .thumbnail {
  border: 1px solid #a6e6e9;
  border-radius: 8px;
  padding: 24px;
}
.productimage .image-additional .thumbnail {
  border: 1px solid #a6e6e9;
  padding: 7px;
}

.gap17 {
  gap: 17px;
}

.aifs {
  align-items: flex-start;
}

.flexrow {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .flexrow {
    width: 50%;
  }
}

.featuredhead {
  text-align: center;
  font-size: 28px;
  margin: 38px 14px 20px;
  font-weight: bold;
  color: #119da4;
}

.productprice {
  border: 1px solid #a6e6e9;
  border-radius: 14px;
  padding: 14px 24px;
  background-color: #ffffff;
  background-image: url("https://www.transparenttextures.com/patterns/ice-age.png");
  box-shadow: 0 0 24px #b2d4ff;
}
.productprice h1 {
  font-size: 28px !important;
  font-weight: bold;
  color: #575757;
  margin: 7px 0 14px;
}
@media (min-width: 992px) {
  .productprice h1 {
    font-size: 40px !important;
  }
}
.productprice .product-desc li {
  margin: 14px 0;
}
.productprice .product-desc li.prodflexblock {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .productprice .product-desc li.prodflexblock {
    gap: 24px;
  }
}
.productprice .productpr {
  font-size: 34px;
  font-weight: bold;
  color: #ffb224;
  margin: 7px 0;
}
.productprice .productprsp {
  font-size: 32px;
  font-weight: bold;
  color: #119da4;
  text-decoration: line-through;
  margin: 7px 0;
}
.productprice .priceflex {
  display: flex;
  gap: 0;
  flex-direction: column;
}
@media (min-width: 992px) {
  .productprice .priceflex {
    display: flex;
    gap: 17px;
    flex-direction: row;
  }
}
.productprice .produckblockbutton > .form-group {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.productprice .prodquant {
  display: flex;
  flex-direction: column;
  width: 19%;
  padding: 0 24px 0 0;
}
.productprice .prodquant input {
  border-radius: 8px !important;
}
.productprice .productcartbutton {
  background: #119da4;
  background: #119da4;
  border: 0;
  display: inline-block;
  width: auto;
  padding: 10px 34px;
  height: auto;
  font-size: 18px;
  border-radius: 14px;
}

#oneclick {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 14px;
  padding: 17px 14px;
  gap: 10px;
  border: 1px solid #ffb224;
  margin: 14px 0 0;
  background-color: #ffb224;
  background-image: url(https://www.transparenttextures.com/patterns/back-pattern.png);
}
@media (min-width: 768px) {
  #oneclick {
    gap: 0;
  }
}
#oneclick h3 {
  width: 100%;
  margin: 0 0 8px;
  color: #575757;
  font-weight: bold;
}
@media (min-width: 992px) {
  #oneclick h3 {
    width: 42%;
    margin: 0;
  }
}
#oneclick h3 span {
  margin-right: 7px;
}
#oneclick .input-group {
  width: 100%;
}
@media (min-width: 992px) {
  #oneclick .input-group {
    width: 58%;
  }
}
#oneclick .input-group input {
  border: 0;
  border-radius: 12px;
  height: 45px !important;
  min-width: 100%;
}
#oneclick .help-block {
  width: 80%;
  text-align: center;
  margin: 14px auto 0;
  padding: 9px 0 0;
  color: #575757;
  border-top: 1px solid #575757;
}
#oneclick button {
  background: linear-gradient(180deg, #f7f7f7, hsla(0, 0%, 100%, 0.4));
  border: 2px solid #ffb224;
  font-size: 16px;
  border-radius: 14px;
  color: #575757;
  margin: 0 0 0 7px;
  padding: 9px 20px 8px;
  text-shadow: 0 0px 0 #ccc;
  outline: 2px solid #fff;
  transition: 0.7s ease;
  font-weight: 600;
}
@media (min-width: 768px) {
  #oneclick button {
    padding: 9px 20px 7px;
  }
}
#oneclick button:hover {
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0.4), #f7f7f7);
}

.productguarant {
  border-radius: 14px;
  background: #119da4;
  padding: 14px 14px;
  color: #fff;
  margin: 14px 0 0;
  background-color: #119da4;
  background-image: url(https://www.transparenttextures.com/patterns/dark-stripes-light.png);
}
.productguarant h3 {
  margin: 0 0 14px;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}
.productguarant p {
  margin: 0 0 8px 8px;
}

.productinstall {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #119da4;
  padding: 20px 24px;
  color: #fff;
  border-radius: 14px;
  background-color: #119da4;
  background-image: url(https://www.transparenttextures.com/patterns/binding-light.png);
  margin-top: 17px;
}
@media (min-width: 768px) {
  .productinstall {
    width: 48%;
    margin-top: 17px;
  }
}
@media (min-width: 1200px) {
  .productinstall {
    width: 25%;
    margin: 17px 0;
  }
}
.productinstall .producticon {
  width: 40px;
  margin: 7px 0 12px;
}
.productinstall a {
  font-size: 24px;
  font-weight: bold;
  color: #eff5ff;
}
.productinstall span {
  font-size: 16px;
  font-weight: normal;
  background: #ffffff;
  color: #119da4;
  padding: 7px 20px;
  display: inline-block;
  border-radius: 5px;
  margin: 15px 0 0;
}

.productrepair {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #119da4;
  padding: 20px 24px;
  color: #fff;
  border-radius: 14px;
  background-color: #119da4;
  background-image: url("https://www.transparenttextures.com/patterns/grid-noise.png");
}
@media (min-width: 768px) {
  .productrepair {
    width: 48%;
    margin-top: 17px;
  }
}
@media (min-width: 1200px) {
  .productrepair {
    width: 25%;
    margin: 17px 0;
  }
}
.productrepair .producticon {
  width: 48px;
  margin: 7px 0 4px;
}
.productrepair a {
  font-size: 24px;
  font-weight: bold;
  color: #eff5ff;
}
.productrepair span {
  font-size: 16px;
  font-weight: normal;
  background: #ffffff;
  color: #119da4;
  padding: 7px 20px;
  display: inline-block;
  border-radius: 5px;
  margin: 15px 0 0;
}

.productpayment {
  width: 100%;
  background-color: #ffffff;
  background-image: url("https://www.transparenttextures.com/patterns/ice-age.png");
  border: 1px solid #a6e6e9;
  border-radius: 14px;
  padding: 17px;
  margin: 0;
}
@media (min-width: 768px) {
  .productpayment {
    width: 48%;
    margin-bottom: 17px;
  }
}
@media (min-width: 1200px) {
  .productpayment {
    width: 25%;
    margin: 17px 0;
  }
}
.productpayment h3 {
  margin: 0 0 14px;
  font-weight: bold;
  color: #119da4;
  font-size: 24px;
  display: flex;
  align-items: center;
  line-height: 1;
  width: 100px;
}
.productpayment span {
  color: #119da4;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #bbd9ff;
}

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #a6e6e9;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #bbd9ff;
}

.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom-width: 2px;
  border-top: 1px solid #bbd9ff !important;
  border-bottom: 0;
}

.productdelivery {
  width: 100%;
  background-color: #ffffff;
  background-image: url("https://www.transparenttextures.com/patterns/ice-age.png");
  border: 1px solid #a6e6e9;
  border-radius: 14px;
  padding: 17px;
  margin: 0 0 17px;
}
@media (min-width: 768px) {
  .productdelivery {
    width: 48%;
    margin-bottom: 17px;
  }
}
@media (min-width: 1200px) {
  .productdelivery {
    width: 25%;
    margin: 17px 0;
  }
}
.productdelivery h3 {
  margin: 0 0 14px;
  font-weight: bold;
  color: #119da4;
  font-size: 24px;
  display: flex;
  align-items: center;
  line-height: 1;
  width: 100px;
}
.productdelivery span {
  color: #119da4;
}

.productdescription {
  width: 100%;
  background-color: #ffffff;
  background-image: url("https://www.transparenttextures.com/patterns/ecailles.png");
  border: 1px solid #a6e6e9;
  border-radius: 14px;
  padding: 24px;
  position: relative;
  max-height: 478px;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .productdescription {
    max-height: 737px;
  }
}
@media (min-width: 1200px) {
  .productdescription {
    width: 50%;
  }
}
.productdescription h2 {
  margin: 0 0 14px;
  font-size: 28px;
  font-weight: bold;
  color: #119da4;
}
.productdescription h3 {
  font-size: 19px;
  margin: 17px 0 10px;
  color: #119da4;
  font-weight: bold;
}
.productdescription h4 {
  font-size: 17px;
  margin: 17px 0 10px;
  color: #119da4;
  font-weight: bold;
}

.description-container {
  position: relative;
  overflow: hidden;
  max-height: 642px;
  transition: max-height 0.7s ease-out;
  padding-bottom: 40px;
}

.description-container.expanded {
  max-height: none;
}

#tab-description {
  line-height: 1.6;
  color: #333;
}

.answer_admin {
  background: #119da4;
  padding: 14px 17px 7px;
  color: #fff;
  border-radius: 14px;
  font-size: 13px;
}

.expand-button {
  display: block;
  margin: 15px auto 0;
  padding: 10px 20px;
  background-color: #119da4;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.expand-button:hover {
  background-color: #0056b3;
}

.productspecification {
  width: 100%;
  background-color: #ffffff;
  background-image: url("https://www.transparenttextures.com/patterns/ecailles.png");
  border: 1px solid #a6e6e9;
  border-radius: 14px;
  padding: 24px 24px 7px;
}
@media (min-width: 1200px) {
  .productspecification {
    width: 50%;
  }
}
.productspecification h2 {
  margin: 0 0 14px;
  font-size: 28px;
  font-weight: bold;
  color: #119da4;
}

.producticon {
  width: 27px;
  margin: 0 4px;
}

.reviewbl {
  width: 100%;
  background-color: #ffffff;
  background-image: url(https://www.transparenttextures.com/patterns/ecailles.png);
  border: 1px solid #a6e6e9;
  border-radius: 14px;
  padding: 24px;
  margin: 24px 0 0;
  height: 522px;
  overflow-y: auto;
}
@media (min-width: 1200px) {
  .reviewbl {
    width: 50%;
    margin: 24px 0;
  }
}
.reviewbl h2 {
  margin: 0 0 14px;
  font-size: 28px;
  font-weight: bold;
  color: #119da4;
}
.reviewbl hr {
  margin: 0;
  border: 0;
}
.reviewbl .fa-star {
  color: #ffb224;
  font-size: 15px;
}
.reviewbl .fa-star + .fa-star-o {
  color: #ffb224;
}

#button-review {
  background: #119da4;
  border: 0;
  border-radius: 14px;
  font-size: 16px;
  padding: 8px 24px;
}

#product-category #content,
#product-product #tab-description,
#information-information #content {
  font-size: 16px;
}

.writereviewbl {
  width: 100%;
  background-color: #ffffff;
  background-image: url(https://www.transparenttextures.com/patterns/ecailles.png);
  border: 1px solid #a6e6e9;
  border-radius: 14px;
  padding: 24px;
  margin: 0;
}
@media (min-width: 1200px) {
  .writereviewbl {
    width: 50%;
    margin: 24px 0;
  }
}
.writereviewbl h2 {
  margin: 0 0 14px;
  font-size: 28px;
  font-weight: bold;
  color: #119da4;
}

footer {
  margin-top: 30px;
  padding-top: 30px;
  background-color: #119da4;
  background: #119da4;
  border-top: 7px solid #01888f;
  color: #fff;
}
footer h4 {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
footer h5 {
  font-family: inherit;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
footer a {
  color: #ffffff;
  margin: 0 0 14px;
  display: block;
}
footer .footericon {
  width: 28px;
  margin: 0 7px 0 0;
  position: relative;
  top: -2px;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #ffffff;
}
footer .copyright {
  text-align: center;
  display: block;
  margin: 0 0 20px;
}
footer .footerlogo {
  width: 100%;
  padding: 0 14px;
}
@media (min-width: 768px) {
  footer .footerlogo {
    width: 48%;
  }
}
@media (min-width: 1200px) {
  footer .footerlogo {
    width: 25%;
  }
}
footer .footerlogo img {
  max-width: 270px;
  margin-bottom: 14px;
}
footer .footernav {
  width: 100%;
  padding: 0 14px;
}
@media (min-width: 768px) {
  footer .footernav {
    width: 48%;
  }
}
@media (min-width: 1200px) {
  footer .footernav {
    width: 30%;
  }
}
footer .footerinfo {
  width: 100%;
  padding: 0 14px;
}
@media (min-width: 768px) {
  footer .footerinfo {
    width: 48%;
  }
}
@media (min-width: 1200px) {
  footer .footerinfo {
    width: 18%;
  }
}
footer .footercontact {
  width: 100%;
  padding: 0 14px;
}
@media (min-width: 768px) {
  footer .footercontact {
    width: 48%;
  }
}
@media (min-width: 1200px) {
  footer .footercontact {
    width: 20%;
  }
}

.menubodyblock li a {
  display: flex;
  flex-wrap: nowrap;
  color: #fff;
  align-items: center;
}
.menubodyblock li a:hover, .menubodyblock li a:focus {
  background: inherit;
}
.menubodyblock li a img {
  width: 48px;
  margin: 0 12px 0 0;
}
.menubodyblock .phonelinkmob {
  color: #fff;
  font-size: 24px;
  display: block;
  margin: 7px 0 14px;
}
.menubodyblock .flexmenutop {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
.menubodyblock .flexmenutop img {
  width: 50%;
  height: -moz-max-content;
  height: max-content;
}
.menubodyblock .toplang {
  display: flex;
}
.menubodyblock .toplang button {
  background: linear-gradient(180deg, #e5e5e5, #ffffff) !important;
  color: #119da4 !important;
  padding: 4px 8px;
  font-size: 14px;
}
.menubodyblock .toplinks {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
}
.menubodyblock .toplinks a {
  color: #119da4;
  padding: 8px 14px;
  background: #fff;
  display: flex;
  border-radius: 8px;
  align-items: center;
  gap: 7px;
}
.menubodyblock .toplinks a img {
  width: 22px;
}

.modalmenu {
  display: flex;
  position: fixed;
  z-index: 1000;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  justify-content: center;
  align-items: flex-start;
  transition: 1.4s ease;
}
.modalmenu .modal-content {
  margin: 0;
  padding: 20px 20px 0;
  width: 100%;
  min-height: 100%;
  max-width: 980px;
  box-shadow: 0 0 48px rgba(0, 0, 0, 0.47);
  background: #119da4;
  position: relative;
}
.modalmenu .close {
  color: #fff;
  font-size: 42px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 4px;
  z-index: 7;
  right: 10px;
  opacity: 1;
}
.modalmenu .close:hover, .modalmenu .close:focus {
  color: rgb(236, 236, 236);
  text-decoration: none;
  cursor: pointer;
}
.modalmenu.modal-show {
  left: 0;
}

#common-home h2 {
  text-align: center;
  font-size: 28px;
  margin: 38px 14px 20px;
  font-weight: bold;
  color: #119da4;
}
#common-home .row {
  display: flex;
  flex-wrap: wrap;
}
#common-home .hometext h1 {
  font-weight: bold;
  margin: 24px 0;
  font-size: 28px;
  color: #119da4;
}
#common-home .hometext h2 {
  font-weight: bold;
  margin: 24px 0 12px;
  font-size: 22px;
  color: #119da4;
}
#common-home .hometext h3 {
  font-weight: bold;
  margin: 24px 0 12px;
  font-size: 20px;
  color: #119da4;
}

.homeflexmega {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
}
@media (min-width: 768px) {
  .homeflexmega {
    flex-wrap: nowrap;
  }
}
.homeflexmega img {
  height: auto;
  border-radius: 14px 48px 14px;
}
.homeflexmega a {
  position: relative;
  display: flex;
}
.homeflexmega a:before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 7px 37px 7px;
  z-index: 1;
  box-shadow: inset 0 0 18px hsla(0, 0%, 0%, 0.48);
}
.homeflexmega .homeflexmeganame {
  position: absolute;
  bottom: 42px;
  left: 0;
  font-size: 16px;
  line-height: 1.2;
  width: 240px;
  padding: 12px 17px;
  border-radius: 0 14px 14px 0;
}
@media (min-width: 1400px) {
  .homeflexmega .homeflexmeganame {
    bottom: 44px;
    font-size: 20px;
    width: 348px;
    padding: 14px 20px;
  }
}
.homeflexmega .homeflexmegaprice {
  position: absolute;
  top: 65px;
  right: 0;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  padding: 12px 17px;
  border-radius: 14px 0 0 14px;
}
@media (min-width: 1400px) {
  .homeflexmega .homeflexmegaprice {
    top: 94px;
    font-size: 24px;
    padding: 14px 20px;
  }
}
.homeflexmega .homecond1 .homeflexmeganame,
.homeflexmega .homecond1 .homeflexmegaprice,
.homeflexmega .homecond3 .homeflexmeganame,
.homeflexmega .homecond3 .homeflexmegaprice {
  background: #4988da;
  background: #119da4;
  color: #fff;
}
.homeflexmega .homecond2 .homeflexmeganame,
.homeflexmega .homecond2 .homeflexmegaprice {
  background: #ffbb3e;
  color: #57574e;
}
@media (min-width: 768px) {
  .homeflexmega .homecond3 {
    display: none;
  }
}
@media (min-width: 1200px) {
  .homeflexmega .homecond3 {
    display: block;
  }
}

.homeflex {
  display: flex;
  gap: 17px;
  margin: 14px 0 24px;
  flex-wrap: wrap;
}
@media (min-width: 1400px) {
  .homeflex {
    flex-wrap: nowrap;
  }
}
.homeflex img {
  border-radius: 17px;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 100%;
}
.homeflex a {
  display: block;
  position: relative;
}
.homeflex a:before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 9px;
  box-shadow: inset 0 0 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .homeflex a:before {
    box-shadow: inset 0 0 18px hsla(0, 0%, 0%, 0.48);
  }
}
.homeflex .homecond {
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .homeflex .homecond {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .homeflex .homecond {
    width: 50%;
  }
}
@media (min-width: 1400px) {
  .homeflex .homecond {
    width: 50%;
  }
}
.homeflex .homecond span {
  position: absolute;
  bottom: 24px;
  left: 0;
  font-size: 13px;
  font-weight: bold;
  background: #4988da;
  background: #119da4;
  color: #ffffff;
  padding: 12px;
  border-radius: 0 14px 14px 0;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .homeflex .homecond span {
    font-size: 18px;
    padding: 20px;
    bottom: 48px;
  }
}
@media (min-width: 992px) {
  .homeflex .homecond span {
    font-size: 24px;
    padding: 24px;
  }
}
@media (min-width: 1200px) {
  .homeflex .homecond span {
    font-size: 24px;
    padding: 24px;
  }
}
.homeflex .homevodo {
  width: 47%;
  position: relative;
}
@media (min-width: 768px) {
  .homeflex .homevodo {
    width: 31.5%;
  }
}
@media (min-width: 992px) {
  .homeflex .homevodo {
    width: 31.5%;
  }
}
@media (min-width: 1400px) {
  .homeflex .homevodo {
    width: 25%;
  }
}
.homeflex .homevodo span {
  position: absolute;
  bottom: 24px;
  left: 0;
  font-size: 13px;
  font-weight: bold;
  background: #ffbb3e;
  color: #57574e;
  padding: 12px;
  border-radius: 0 14px 14px 0;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .homeflex .homevodo span {
    font-size: 18px;
    padding: 20px;
    bottom: 48px;
  }
}
@media (min-width: 992px) {
  .homeflex .homevodo span {
    font-size: 24px;
    padding: 24px;
  }
}
@media (min-width: 1200px) {
  .homeflex .homevodo span {
    font-size: 24px;
    padding: 24px;
  }
}
.homeflex .homerek {
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .homeflex .homerek {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .homeflex .homerek {
    width: 50%;
  }
}
@media (min-width: 1400px) {
  .homeflex .homerek {
    width: 50%;
  }
}
.homeflex .homerek a {
  display: flex;
  min-height: 100%;
}
.homeflex .homerek img {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 100%;
  -o-object-position: right;
     object-position: right;
}
.homeflex .homerek span {
  position: absolute;
  bottom: 60px;
  left: 0;
  font-size: 13px;
  font-weight: bold;
  background: #4988da;
  background: #119da4;
  color: #ffffff;
  padding: 12px;
  border-radius: 0 14px 14px 0;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .homeflex .homerek span {
    font-size: 18px;
    padding: 20px;
    bottom: 48px;
  }
}
@media (min-width: 992px) {
  .homeflex .homerek span {
    font-size: 24px;
    padding: 24px;
  }
}
@media (min-width: 1200px) {
  .homeflex .homerek span {
    font-size: 24px;
    padding: 24px;
  }
}
.homeflex .homeserv {
  width: 47%;
  display: flex;
  gap: 17px;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .homeflex .homeserv {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .homeflex .homeserv {
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .homeflex .homeserv {
    flex-direction: column;
    width: 25%;
  }
}
.homeflex .homeserv .bluebg {
  background: #4988da;
  background: #119da4;
  color: #fff;
  padding: 14px 13px;
  font-size: 13px;
  border-radius: 17px;
  position: relative;
  line-height: 1.1;
  width: 100%;
}
@media (min-width: 768px) {
  .homeflex .homeserv .bluebg {
    padding: 15px 20px;
    font-size: 18px;
    width: 31.5%;
  }
}
@media (min-width: 992px) {
  .homeflex .homeserv .bluebg {
    padding: 15px 20px;
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  .homeflex .homeserv .bluebg {
    padding: 15px 20px;
    font-size: 18px;
    width: 100%;
  }
}
.homeflex .homeserv .bluebg:before {
  content: "";
  position: absolute;
  inset: 5px;
  border: 1px dashed rgba(255, 255, 255, 0.27);
  border-radius: 13px;
  box-shadow: 0 0 0;
}
.homeflex .homeserv .orangebg {
  background: #ffbb3e;
  color: #57574e;
  padding: 14px 13px;
  font-size: 13px;
  border-radius: 17px;
  position: relative;
  line-height: 1.1;
  width: 100%;
}
@media (min-width: 768px) {
  .homeflex .homeserv .orangebg {
    padding: 15px 20px;
    font-size: 18px;
    width: 31.5%;
  }
}
@media (min-width: 992px) {
  .homeflex .homeserv .orangebg {
    padding: 15px 20px;
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  .homeflex .homeserv .orangebg {
    padding: 15px 20px;
    font-size: 18px;
    width: 100%;
  }
}
.homeflex .homeserv .orangebg:before {
  content: "";
  position: absolute;
  inset: 5px;
  border: 1px dashed hsla(60, 5.45%, 32.35%, 0.27);
  border-radius: 13px;
  box-shadow: 0 0 0;
}

#product-category .homeflexmega {
  margin-bottom: 24px;
}

#smca-modal-body {
  background: #fff;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  min-height: 100px;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-content: space-between;
}
#smca-modal-body .modal-footer {
  height: auto !important;
  overflow: auto;
}

#information-information h1 {
  font-size: 37px;
  font-weight: bold;
  color: #119da4;
  text-align: center;
  margin: 14px;
}
#information-information .infoflexblock {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
}
#information-information .infoflexblock h3 {
  margin: 0 0 14px;
  font-weight: bold;
  color: #119da4;
}
#information-information .infoflexbl {
  width: 100%;
  padding: 17px 24px;
  background: #fff;
  border-radius: 17px;
  border: 1px solid #a6e6e9;
}
@media (min-width: 1200px) {
  #information-information .infoflexbl {
    width: 49%;
  }
}
#information-information .infoflexbl.w1 {
  width: 100%;
}
#information-information .infoflexbl.w3 {
  width: 100%;
}
@media (min-width: 1200px) {
  #information-information .infoflexbl.w3 {
    width: 32.2%;
  }
}
#information-information .infoflexbl.w3.ibblue {
  background: #447fcb;
  background: #119da4;
  color: #fff;
}
#information-information .infoflexbl.w3.ibblue h3 {
  color: #fff;
}
#information-information .infoflexbl.w3.orange {
  background-image: url(/image/catalog/bglink.jpg);
  background-size: cover;
  color: #474747;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 0;
  box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.28);
  padding: 24px;
}
@media (min-width: 768px) {
  #information-information .infoflexbl.w3.orange {
    padding: 24px 48px;
  }
}
#information-information .infoflexbl.w3.orange h3 {
  color: #474747;
  font-size: 27px;
  text-align: center;
  margin: 14px 0;
}
@media (min-width: 768px) {
  #information-information .infoflexbl.w3.orange h3 {
    margin: 0 0 14px;
  }
}
#information-information .infoflexbl.w3.orange hr {
  border-top: 1px solid #474747;
  border-bottom: 1px solid #ededed;
  width: 100%;
}
#information-information .infoflexbl.w3.orange a {
  color: #474747;
  font-size: 24px;
  margin: 14px 0;
}
@media (min-width: 768px) {
  #information-information .infoflexbl.w3.orange a {
    font-size: 27px;
  }
}
#information-information .infoflexbl.w3.orange a:hover {
  text-decoration: underline;
}
#information-information .fleximg {
  display: flex;
  width: 100%;
  gap: 17px;
  justify-content: space-evenly;
}
@media (min-width: 1200px) {
  #information-information .fleximg {
    width: 49%;
  }
}
#information-information .fleximg img {
  width: 46%;
  min-height: 100%;
  height: auto;
  border-radius: 17px;
  box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.27);
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  #information-information .fleximg img {
    width: 49%;
  }
}

.infopageblock {
  border: 1px solid #a6e6e9;
  background-color: #ffffff;
  border-radius: 14px;
  padding: 14px;
}
@media (min-width: 768px) {
  .infopageblock {
    padding: 24px;
  }
}
.infopageblock h2 {
  font-size: 24px;
}
.infopageblock hr {
  margin: 27px 0;
}

#quickcheckoutconfirm .quickcheckout-heading {
  font-size: 16px;
  color: #000000;
  margin-top: 10px;
  background: #ffffff;
  padding: 14px;
  border-radius: 14px 14px 0 0;
  border: 1px solid #a6e6e9;
}
#quickcheckoutconfirm .quickcheckout-content {
  border: 1px solid #a6e6e9;
  border-top: 0;
  padding: 14px;
  overflow: auto;
  margin-bottom: 0;
  border-radius: 0;
}
#quickcheckoutconfirm .quickcheckout-content .form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 7px 14px;
  font-size: 16px;
  border: 1px solid #a6e6e9;
  border-radius: 12px;
}
#quickcheckoutconfirm table.quickcheckout-cart {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #bbd9ff;
  border-left: 1px solid #bbd9ff;
  border-right: 1px solid #bbd9ff;
  border-radius: 14px;
  margin-bottom: 0;
}
#quickcheckoutconfirm table.quickcheckout-cart thead td,
#quickcheckoutconfirm table.quickcheckout-cart tbody td {
  background-color: #ffffff;
  border-bottom: 1px solid #bbd9ff;
  color: #4d4d4d;
  font-weight: bold;
  padding: 13px;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999 !important;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}/*# sourceMappingURL=template.css.map */