.btn-custom {
  background: #1c5b90;
  color: #fff;
  padding: 15px 0;
  text-align: center;
  min-width: 200px;
  border-radius: 10px;
}
.btn-custom:hover {
  background: #30c8ff;
  color: #1c5b90;
}

.btn-w-150 {
  min-width: 150px;
}

.btn-w-200 {
  min-width: 200px;
}

.btn-w-300 {
  min-width: 300px;
}

.fs-7 {
  font-size: 7px !important;
}

.fs-9 {
  font-size: 9px !important;
}

.fs-10 {
  font-size: 10px !important;
}

.fs-11 {
  font-size: 11px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-17 {
  font-size: 17px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-19 {
  font-size: 19px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-21 {
  font-size: 21px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #fed700;
  border-color: #fed700;
}

.pagination > li > a,
.pagination > li > span {
  color: #444;
}

.page-link:hover {
  color: #000;
}

.page-link:focus {
  box-shadow: unset;
}

.page-item.active .page-link {
  background-color: #fed700;
  border-color: #fed700;
}

.submenu-template, .top-menu-head .col-inner.col-products > ul > li.px-menu > ul.submenu, .li-template .submenu, .top-menu-head .col-inner.col-products > ul > li.px-menu > ul.submenu > li .submenu {
  display: none;
  position: absolute;
  width: 250px;
  z-index: 9;
  background: #000;
  border-top: 1px solid #3d3d3d;
  padding-left: 0px;
  box-shadow: 0px 1px 5px 0px rgba(5, 62, 67, 0.75);
}

.li-sub-template, .li-template .submenu > li, .top-menu-head .col-inner.col-products > ul > li.px-menu > ul.submenu > li .submenu > li {
  position: relative;
  list-style: none;
  display: block;
  width: 100%;
  padding: 8px 15px;
}
.li-sub-template a, .li-template .submenu > li a, .top-menu-head .col-inner.col-products > ul > li.px-menu > ul.submenu > li .submenu > li a {
  display: block;
  width: 100%;
  color: #fff;
  text-decoration: unset;
  font-size: 12px;
}
.li-sub-template:hover, .li-template .submenu > li:hover, .top-menu-head .col-inner.col-products > ul > li.px-menu > ul.submenu > li .submenu > li:hover {
  cursor: pointer;
  background: #000;
}
.li-sub-template:hover > .submenu, .li-template .submenu > li:hover > .submenu, .top-menu-head .col-inner.col-products > ul > li.px-menu > ul.submenu > li .submenu > li:hover > .submenu {
  display: block;
}
.li-sub-template:hover > a, .li-template .submenu > li:hover > a, .top-menu-head .col-inner.col-products > ul > li.px-menu > ul.submenu > li .submenu > li:hover > a {
  color: #c8e703;
}

.li-template, .top-menu-head .col-inner.col-products > ul > li.px-menu > ul.submenu > li {
  position: relative;
  list-style: none;
  display: block;
  width: 100%;
  padding: 8px 15px;
}
.li-template .arrow, .top-menu-head .col-inner.col-products > ul > li.px-menu > ul.submenu > li .arrow {
  position: absolute;
  right: 10px;
  top: 11px;
  color: #fff;
  font-size: 13px;
}
.li-template a, .top-menu-head .col-inner.col-products > ul > li.px-menu > ul.submenu > li a {
  display: block;
  width: 100%;
  color: #fff;
  text-decoration: unset;
  font-size: 12px;
}
.li-template .submenu, .top-menu-head .col-inner.col-products > ul > li.px-menu > ul.submenu > li .submenu {
  top: -1px;
  left: 250px;
}
.li-template:hover, .top-menu-head .col-inner.col-products > ul > li.px-menu > ul.submenu > li:hover {
  cursor: pointer;
  background: #000;
}
.li-template:hover > .submenu, .top-menu-head .col-inner.col-products > ul > li.px-menu > ul.submenu > li:hover > .submenu {
  display: block;
}
.li-template:hover > a, .top-menu-head .col-inner.col-products > ul > li.px-menu > ul.submenu > li:hover > a {
  color: #c8e703;
}

header {
  position: relative;
  z-index: 99;
}
header .site-top {
  float: left;
  width: 100%;
  height: 25px;
  background: #e6e6e6;
}
header .site-top .contact-info {
  float: left;
}
header .site-top .contact-info a {
  font-size: 13px;
}
header .site-top .contact-info a:first-child::after {
  content: " | ";
}
@media (max-width: 780px) {
  header .site-top .container {
    padding: 0px;
  }
  header .site-top .contact-info a {
    font-size: 11px;
  }
  header .site-top .contact-info a:first-child {
    display: none;
  }
  header .site-top .langlist {
    font-size: 11px;
  }
  header .site-top .langlist li {
    padding-top: 2px;
    padding-left: 5px !important;
  }
  header .site-top .langlist .doviz {
    padding-top: 7px;
  }
}
@media (max-width: 320px) {
  header .site-top .container {
    padding: 0px;
  }
  header .site-top .contact-info a {
    font-size: 10px;
    margin-top: -2px !important;
  }
  header .site-top .contact-info a:first-child {
    display: none;
  }
  header .site-top .langlist {
    font-size: 10px;
  }
  header .site-top .langlist li {
    padding-left: 5px !important;
    padding-top: 7px;
  }
  header .site-top .langlist li a {
    font-size: 10px !important;
  }
  header .site-top .langlist .doviz {
    padding-top: 8px;
  }
}
header .site-top ul.langlist {
  float: right;
  padding-left: 0px;
  margin-top: -2px;
  margin-bottom: 0px;
}
header .site-top ul.langlist li {
  list-style: none;
  float: left;
  padding-left: 15px;
}
header .site-top ul.langlist li:first-child {
  padding-left: 0px;
}
header .site-top ul.langlist li a {
  font-size: 13px;
}
header .site-top a {
  color: #444;
  text-decoration: none;
}
header .site-top a:hover {
  text-decoration: underline;
}
header .header-top {
  width: 100%;
  padding: 0px;
  float: left;
  clear: both;
  /*.head-row*/
}
@media (max-width: 780px) {
  header .header-top .container {
    padding: 0px;
  }
}
header .header-top .head-row {
  float: left;
  padding: 15px 0 10px 0;
  width: 100%;
  /*.search*/
}
header .header-top .head-row .header-logo {
  float: left;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-items: center;
  width: 450px;
}
header .header-top .head-row .header-logo .logo {
  width: auto;
  max-height: 55px !important;
  max-width: 300px;
}
header .header-top .head-row .search {
  float: left;
  position: relative;
  width: calc(100% - 930px);
}
@media (max-width: 780px) {
  header .header-top .head-row .search {
    display: none;
  }
}
header .header-top .head-row .search input[type=text] {
  border-radius: 20px;
  padding: 8px 15px;
  background: #f8f8f8;
}
header .header-top .head-row .search input[type=text]:focus {
  background: #fff;
}
header .header-top .head-row .search .search-btn {
  position: absolute;
  right: 1px;
  top: 1px;
  font-size: 24px;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 50%;
  border: none;
}
header .header-top .head-row .search .search-btn:hover {
  cursor: pointer;
  background: #000;
  color: #000;
}
header .header-top .head-row .contact-col,
header .header-top .head-row .user-col {
  float: left;
  line-height: 20px;
  width: 200px;
  color: #000;
}
header .header-top .head-row .contact-col {
  position: relative;
  padding-left: 45px;
  margin-left: 50px;
  line-height: 17px;
}
header .header-top .head-row .contact-col label {
  font-size: 13px;
}
header .header-top .head-row .contact-col i {
  position: absolute;
  font-size: 28px;
  left: 0px;
  top: 5px;
}
header .header-top .head-row .contact-col label,
header .header-top .head-row .contact-col span,
header .header-top .head-row .contact-col a {
  float: left;
  width: 100%;
  text-align: left;
  position: relative;
  font-size: 14px;
}
header .header-top .head-row .contact-col label .technical,
header .header-top .head-row .contact-col span .technical,
header .header-top .head-row .contact-col a .technical {
  position: absolute;
  left: 0px;
  top: 0px;
}
header .header-top .head-row .contact-col span,
header .header-top .head-row .contact-col a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
}
header .header-top .head-row .contact-col span:hover,
header .header-top .head-row .contact-col a:hover {
  text-decoration: underline;
  color: #0970f7;
}
header .header-top .head-row .lang-box {
  position: relative;
  float: right;
  width: auto;
  padding: 8px 40px 8px 15px;
  border: 1px solid #444;
  border-radius: 3px;
  margin-right: 25px;
}
header .header-top .head-row .lang-box a {
  color: #000 !important;
  text-decoration: none !important;
}
header .header-top .head-row .lang-box a .name {
  display: block;
}
header .header-top .head-row .lang-box a .code {
  display: none;
}
header .header-top .head-row .lang-box::after {
  position: absolute;
  right: 15px;
  top: 13px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f107";
}
header .header-top .head-row .lang-box:hover {
  cursor: pointer;
}
header .header-top .head-row .lang-box:hover ul {
  display: block !important;
}
header .header-top .head-row .lang-box ul {
  display: none;
  position: absolute;
  top: 38px;
  left: 0px;
  width: 180px;
  padding: 5px;
  background: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
  z-index: 10;
}
header .header-top .head-row .lang-box ul li {
  list-style: none;
  float: left;
  width: 100%;
  padding: 6px 10px;
  font-size: 13px;
}
header .header-top .head-row .lang-box ul li:hover {
  cursor: pointer;
  background: #dcf3fc;
}
@media (max-width: 780px) {
  header .header-top .head-row .lang-box {
    border: none;
    background: #e0dede;
    padding: 5px 20px 5px 5px;
    margin-right: 10px;
  }
  header .header-top .head-row .lang-box a .name {
    display: none;
  }
  header .header-top .head-row .lang-box a .code {
    display: block;
    font-size: 11px;
  }
  header .header-top .head-row .lang-box::after {
    right: 5px;
    top: 8px;
    font-size: 13px;
  }
  header .header-top .head-row .lang-box ul {
    left: unset;
    right: 0px;
  }
}
header .header-top .head-row .user-col {
  float: left;
  width: auto;
}
header .header-top .head-row .user-col .user-box {
  float: right;
  border-right: 1px solid #cdcdcd;
  width: auto;
  padding: 5px 15px 0 0;
  margin-right: 25px;
  text-align: left;
  color: #000;
}
header .header-top .head-row .user-col .user-box i {
  font-size: 28px;
}
header .header-top .head-row .user-col .user-box:hover {
  cursor: pointer;
  color: #c8e703;
}
header .header-top .head-row .user-col .user-box.logined {
  color: #00ae5d;
  padding: 6px 8px;
  border: 1px solid #00ae5d;
  border-radius: 5px;
}
header .header-top .head-row .user-col .user-box.logined i {
  font-size: 22px !important;
}
header .header-top .head-row .user-col .user-box.logined .info {
  font-size: 17px;
}
header .header-top .head-row .user-col .user-box.logined:hover {
  cursor: pointer;
  background: #c8e703;
  color: #fff !important;
  text-decoration: none;
  border-color: #c8e703;
}
header .header-top .head-row .user-col .dropdown li .dropdown-item {
  font-size: 14px;
}
header .header-top .head-row .user-col .shop-box {
  float: right;
  position: relative;
  padding-left: 50px;
  color: #000;
}
header .header-top .head-row .user-col .shop-box a {
  color: #000;
}
header .header-top .head-row .user-col .shop-box i {
  position: absolute;
  font-size: 28px;
  left: 0px;
  top: 5px;
}
header .header-top .head-row .user-col .shop-box .badge {
  position: absolute;
  top: -6px;
  left: 23px;
  font-weight: 400;
  padding: 3px 5px 2px 5px;
}
header .header-top .head-row .user-col .shop-box div {
  float: left;
}
header .header-top .head-row .user-col .shop-box div label,
header .header-top .head-row .user-col .shop-box div span.money {
  display: table-row;
  text-align: right;
}
header .header-top .head-row .user-col .shop-box div span.money {
  font-weight: 600;
}
header .header-top .head-row .user-col .shop-box:hover {
  cursor: pointer;
  color: #c8e703;
}
header .header-top .head-row .user-col .shop-box:hover a {
  color: #c8e703;
}
header .header-top .head-row .user-col .shop-box:hover a.btn {
  color: #fff;
}
header .header-top .header-top-inner {
  float: left;
  width: 100%;
  background: #000;
  margin-bottom: 20px;
}
header.fixed {
  padding-top: 124px;
}
header.fixed .header-top {
  position: fixed;
  background: #fff;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 999;
  animation: 0.5s ease 0s normal both 1 running fixedAnim;
  -webkit-animation: 0.5s ease 0s normal both 1 running fixedAnim;
  -moz-animation: 0.5s ease 0s normal both 1 running fixedAnim;
  -o-animation: 0.5s ease 0s normal both 1 running fixedAnim;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.29);
}
header.fixed .header-top .head-row {
  padding: 10px 0;
}
header.fixed .header-top .header-top-inner {
  display: none;
}

@keyframes slide-down {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fixedAnim {
  0% {
    top: -100%;
  }
  100% {
    top: 0;
  }
}
.top-menu-head {
  text-transform: uppercase;
}
.top-menu-head .col-inner {
  font-weight: 400;
}
.top-menu-head .col-inner.col-category h5 {
  font-weight: 400;
  margin-bottom: 0px;
  color: #39361f;
  padding: 10px 0;
}
.top-menu-head .col-inner.col-products > ul {
  float: left;
  margin: 0px;
  padding: 0px;
}
.top-menu-head .col-inner.col-products > ul > li {
  float: left;
  list-style: none;
  padding: 10px 15px;
}
.top-menu-head .col-inner.col-products > ul > li.current a {
  color: #ffd400;
}
.top-menu-head .col-inner.col-products > ul > li:hover {
  cursor: pointer;
  background: #000;
}
.top-menu-head .col-inner.col-products > ul > li:hover > a {
  color: #c8e703;
}
.top-menu-head .col-inner.col-products > ul > li:last-child {
  border-right: none;
}
.top-menu-head .col-inner.col-products > ul > li > a {
  display: block;
  width: 100%;
  padding: 3px 0;
  text-decoration: unset;
  color: #fff;
  font-size: 13px;
}
.top-menu-head .col-inner.col-products > ul > li.px-menu {
  position: relative;
  padding-right: 25px;
}
.top-menu-head .col-inner.col-products > ul > li.px-menu::after {
  position: absolute;
  right: 10px;
  top: 17px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 11px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #fff !important;
  content: "\f107";
}
.top-menu-head .col-inner.col-products > ul > li.px-menu:hover > ul.submenu {
  display: block;
}
.top-menu-head .col-inner.col-products > ul > li.px-menu > ul.submenu {
  top: 44px;
  left: 0px;
}
.breadcrumb-bar {
  background: linear-gradient(270deg, #fbfbfb, #f6f6f6);
  border-bottom: 1px solid #cdcdcd;
  padding: 10px 0;
}

.breadcrumb-bar-one {
  background-color: #3E5463;
}

.breadcrumb-bar-two {
  background-color: #00284F;
}

.breadcrumb-bar-three {
  background-color: #0071DC;
}

.breadcrumb-bar-four {
  background-color: #263238;
}

.breadcrumb-bar-five {
  background-color: #15558d;
}

.breadcrumb-bar .breadcrumb-title {
  float: left;
  color: #000 !important;
  font-size: 17px;
  font-weight: 700;
  margin: 0;
}

.page-breadcrumb ol {
  float: right;
  background-color: transparent;
  font-size: 12px;
  margin-bottom: 0;
  padding: 0;
}
@media (max-width: 950px) {
  .page-breadcrumb ol {
    float: left;
  }
}

.page-breadcrumb ol li a {
  color: #000 !important;
  text-decoration: unset;
}
.page-breadcrumb ol li a:hover {
  text-decoration: underline;
}

.page-breadcrumb .breadcrumb-pipe, .page-breadcrumb ol li.active {
  color: #000 !important;
}

.page-breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  color: #000 !important;
  font-size: 10px;
}

.about-banner {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin-bottom: 15px;
}
.about-banner::before {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
  content: "";
}
.about-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.about-banner h3 {
  position: absolute;
  left: 0px;
  top: 80px;
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 1;
}
.about-banner a {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 17px;
  z-index: 1;
}

.footer {
  display: block;
  width: 100%;
  background: #333333;
  color: #fff;
  min-height: 250px;
  padding-top: 50px !important;
  font-weight: 100 !important;
  font-size: 14px !important;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  cursor: pointer;
  text-decoration: underline;
}
.footer h3 {
  font-size: 17px !important;
  font-weight: 100 !important;
  border-bottom: 1px solid #535353;
  padding-bottom: 10px;
  color: #8f8b77;
}
.footer .bottom-bar {
  background: #424242;
  padding: 15px 0;
}
.footer .bottom-bar .social a {
  margin-right: 10px;
}
.footer .bottom-bar .social a:hover {
  color: #000;
}
.footer .bottom-bar small {
  margin-left: 25px;
}
.footer .card-logo-bar {
  background: #505050;
  padding: 15px 0;
}
.footer .author-info {
  padding: 5px 0;
  background: #eff2f7;
}
.footer .author-info small {
  color: #000;
  font-weight: 400;
}
.footer .author-info small a {
  color: #3c8ab8;
}

.footer-cookie {
  border-radius: 0;
  position: fixed;
  width: 100%;
  margin: 0;
  z-index: 999;
  bottom: 0;
  text-align: center;
  padding: 5px;
  font-size: 14px;
}

body {
  font-family: Montserrat, sans-serif;
}

.a {
  text-decoration: none;
  color: #0099f3;
}
.a:hover {
  cursor: pointer;
  text-decoration: underline;
}

.btn-success {
  background: #42be52 !important;
  border-color: #42be52 !important;
}
.btn-success:hover {
  background: #33a342 !important;
}

.card {
  border-radius: 5px !important;
}

.fa-star {
  color: #cdcdcd;
}
.fa-star.on {
  color: #fed700;
}

.social-block {
  display: block;
  width: 100%;
  margin: 15px 0;
  padding-top: 15px;
  border-top: 1px solid #cdcdcd;
  text-align: center;
}
.social-block a {
  color: #444444;
  font-size: 28px;
  margin-right: 15px;
}
.social-block a:hover {
  color: #000;
}

.description-cont li {
  font-size: 15px !important;
  font-style: italic;
  color: #494949 !important;
}

.money {
  font-size: 22px;
  color: #333e48;
  font-weight: 600;
}
.money.underline {
  position: relative;
  display: unset;
  width: auto !important;
  font-size: 17px !important;
  color: #4e5861 !important;
  font-weight: 600 !important;
}
.money.underline::after {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 10px;
  border-bottom: 2px solid rgba(255, 0, 0, 0.585);
  content: "";
  transform: rotate(-10deg);
}

.swal2-confirm {
  margin-left: 10px;
}

.list-image {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-right: 10px;
  border: 1px solid #cdcdcd;
  background: #fff;
  padding: 2px;
}

.underline {
  position: relative;
  display: unset;
  width: auto !important;
}
.underline::after {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 10px;
  border-bottom: 2px solid rgba(255, 0, 0, 0.585);
  content: "";
  transform: rotate(-10deg);
}

.table tbody tr.relevant {
  background: #e0ffe4;
}

.section-header-four {
  display: block;
  width: 100%;
}
.section-header-four .title-four {
  font-size: 22px;
  margin-bottom: 0px;
}
.section-header-four .sub-title {
  font-size: 13px;
  margin-bottom: 5px;
}

.section-body-four .grid-col {
  padding: 8px;
}
.section-body-four .grid-col .grid-four {
  float: left;
  position: relative;
  width: 100% !important;
  height: 280px !important;
  background: #fff;
  border: 1px solid #cdcdcd;
  border-radius: 8px;
  padding: 5px;
}
.section-body-four .grid-col .grid-four:hover {
  cursor: pointer;
  background: #dae3e6;
}
.section-body-four .grid-col .grid-four:hover .grid-head,
.section-body-four .grid-col .grid-four:hover .grid-body {
  background: #3d4253;
}
.section-body-four .grid-col .grid-four .grid-head,
.section-body-four .grid-col .grid-four .grid-body {
  position: absolute;
  left: 5px;
  width: calc(100% - 10px);
  background: rgba(61, 66, 83, 0.8705882353);
  text-decoration: none;
  color: #fff;
  font-weight: 100;
}
.section-body-four .grid-col .grid-four .grid-head {
  top: 5px;
  text-align: center;
  font-size: 15px;
  padding: 0 0 2px 0;
  border-bottom: 1px solid #fff;
  border-radius: 5px 5px 0 0;
}
.section-body-four .grid-col .grid-four .grid-body {
  bottom: 5px;
  height: 80px;
  overflow: hidden;
  font-size: 13px;
  line-height: 16px;
  padding: 0px 5px;
  border-top: 1px solid #fff;
  border-radius: 0 0 5px 5px;
}
.section-body-four .grid-col .grid-four .grid-body .grid-head, .section-body-four .grid-col .grid-four .grid-body .head {
  display: block;
  width: 100%;
}
.section-body-four .grid-col .grid-four .grid-body .head-category {
  color: #fff;
  font-size: 11px;
  font-style: italic;
}
.section-body-four .grid-col .grid-four .grid-body .head {
  color: #fffb81;
  font-weight: 400;
}
.section-body-four .grid-col .grid-four .grid-date {
  position: absolute;
  right: 5px;
  bottom: 86px;
  padding: 0px 8px;
  font-size: 11px;
  color: #fff !important;
  z-index: 99;
  background: rgba(42, 61, 153, 0.6862745098);
  border-radius: 3px 3px 0 0;
}
.section-body-four .grid-col .grid-four img {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -o-object-fit: contain;
     object-fit: contain;
}

.mobile-menu-button {
  display: none;
}

@media (max-width: 1024px) {
  header .header-top {
    border-bottom: 1px solid #d1d1d1;
  }
  header .header-top .mobile-menu-button {
    display: block;
    float: left;
    font-size: 32px;
    font-weight: 100;
    color: #797979;
  }
  header .header-top .container .head-row {
    position: relative;
    width: calc(100% - 30px) !important;
    padding: 6px 0;
  }
  header .header-top .container .head-row .header-logo {
    width: auto !important;
    padding-left: 15px;
  }
  header .header-top .container .head-row .header-logo .logo {
    height: 35px;
  }
  header .header-top .container .head-row .search {
    position: absolute;
    width: 100%;
    bottom: 15px;
    left: -15px;
  }
  header .header-top .container .head-row .search input[type=text] {
    padding: 7px 15px;
  }
  header .header-top .container .head-row .search label {
    font-size: 21px;
    width: 36px;
    height: 36px;
  }
  header .header-top .container .head-row .contact-col {
    display: none;
  }
  header .header-top .container .head-row .user-col {
    float: none;
    width: auto;
    position: absolute;
    right: 0px;
  }
  header .header-top .container .head-row .user-col .dropdown {
    display: block;
    float: left;
  }
  header .header-top .container .head-row .user-col .dropdown > a {
    padding: 4px 10px !important;
  }
  header .header-top .container .head-row .user-col .dropdown > a > i {
    font-size: 17px;
  }
  header .header-top .container .head-row .user-col .dropdown > a > span {
    font-size: 17px !important;
    font-weight: 100 !important;
  }
  header .header-top .container .head-row .user-col .user-box,
  header .header-top .container .head-row .user-col .shop-box {
    float: right;
    padding: 0px !important;
    margin: 0px !important;
  }
  header .header-top .container .head-row .user-col .user-box i,
  header .header-top .container .head-row .user-col .shop-box i {
    position: unset !important;
  }
  header .header-top .container .head-row .user-col .user-box {
    padding-right: 8px !important;
  }
  header .header-top .container .head-row .user-col .shop-box {
    padding-left: 8px !important;
  }
  header .header-top .container .head-row .user-col .shop-box .badge {
    top: -10px;
    left: 26px;
  }
  header .header-top .container .head-row .user-col div {
    display: none;
  }
  header .header-top .container .head-row .user-col div.shop-box, header .header-top .container .head-row .user-col div.lang-box {
    display: block;
  }
  header .header-top .header-top-inner {
    display: none;
  }
  header.fixed .header-top {
    border-bottom: none;
  }
  header.fixed .header-top .mobile-menu-button {
    margin-top: 3px;
    margin-left: 0px;
  }
  header.fixed .header-top .head-row {
    padding: 15px 0 !important;
    width: calc(100% - 30px) !important;
  }
  header.fixed .header-top .search {
    display: none;
  }
}
.mobil-menulist a {
  font-size: 13px;
  text-transform: uppercase;
  color: #444;
  text-decoration: none;
}
.mobil-menulist a:hover {
  text-decoration: underline;
}

.sidebar {
  position: fixed;
  top: 0;
  left: -10;
  height: 100%;
  width: 100%;
  background: #f7f7f7;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  transform: translatex(-100%);
  transition: transform 0.4s ease-in-out;
  box-shadow: none;
  z-index: 9999;
  text-transform: uppercase;
}
.sidebar__logo {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 28px;
  padding: 5px 0 0 10px;
}
.sidebar__logo img {
  height: 24px;
}
.sidebar__logo small {
  font-size: 15px;
}
.sidebar__close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fff;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translatex(-100%);
  cursor: pointer;
  transition: transform 0.4s ease-in-out 0.2s;
}
.sidebar__close::before, .sidebar__close::after {
  content: "";
  height: 2px;
  background: #898989;
  width: 24px;
  display: block;
  position: absolute;
}
.sidebar__close::after {
  transform: rotate(90deg);
}
.sidebar hr {
  margin: 0.7rem 0;
}
.sidebar__menu {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  font-size: 15px;
  color: #898989;
  overflow: auto;
  padding-right: 25px;
}
.sidebar__menu a {
  color: currentcolor;
  margin-bottom: 8px;
  text-decoration: none;
  transform: translatex(-80%);
  transition: transform 0.4s ease-in-out;
}
.sidebar__menu a:nth-child(1) {
  transition-delay: 0.05s;
}
.sidebar__menu a:nth-child(2) {
  transition-delay: 0.1s;
}
.sidebar__menu a:nth-child(3) {
  transition-delay: 0.15s;
}
.sidebar__menu a:nth-child(4) {
  transition-delay: 0.2s;
}
.sidebar__menu a:nth-child(5) {
  transition-delay: 0.25s;
}
.sidebar__menu a:nth-child(6) {
  transition-delay: 0.3s;
}
.sidebar__menu a:nth-child(7) {
  transition-delay: 0.35s;
}
.sidebar__menu a:nth-child(8) {
  transition-delay: 0.4s;
}
.sidebar__menu a:nth-child(9) {
  transition-delay: 0.45s;
}
.sidebar__menu a:nth-child(10) {
  transition-delay: 0.5s;
}
.sidebar__menu a:nth-child(11) {
  transition-delay: 0.55s;
}
.sidebar__menu a:nth-child(12) {
  transition-delay: 0.6s;
}
.sidebar__menu a:nth-child(13) {
  transition-delay: 0.65s;
}
.sidebar__menu a:nth-child(14) {
  transition-delay: 0.7s;
}
.sidebar__menu a:nth-child(15) {
  transition-delay: 0.75s;
}
.sidebar__menu a:nth-child(16) {
  transition-delay: 0.8s;
}
.sidebar__menu a:nth-child(17) {
  transition-delay: 0.85s;
}
.sidebar__menu a:nth-child(18) {
  transition-delay: 0.9s;
}
.sidebar__menu a:nth-child(19) {
  transition-delay: 0.95s;
}
.sidebar__menu a:nth-child(20) {
  transition-delay: 1s;
}
.sidebar__menu a:nth-child(21) {
  transition-delay: 1.05s;
}
.sidebar__menu a:nth-child(22) {
  transition-delay: 1.1s;
}
.sidebar__menu a:nth-child(23) {
  transition-delay: 1.15s;
}
.sidebar__menu a:nth-child(24) {
  transition-delay: 1.2s;
}
.sidebar__menu a:nth-child(25) {
  transition-delay: 1.25s;
}
.sidebar__menu a:nth-child(26) {
  transition-delay: 1.3s;
}
.sidebar__menu a:nth-child(27) {
  transition-delay: 1.35s;
}
.sidebar__menu a:nth-child(28) {
  transition-delay: 1.4s;
}
.sidebar__menu a:nth-child(29) {
  transition-delay: 1.45s;
}
.sidebar__menu a:nth-child(30) {
  transition-delay: 1.5s;
}
.sidebar__menu a:nth-child(31) {
  transition-delay: 1.55s;
}
.sidebar__menu a:nth-child(32) {
  transition-delay: 1.6s;
}
.sidebar__menu a:nth-child(33) {
  transition-delay: 1.65s;
}
.sidebar__menu a:nth-child(34) {
  transition-delay: 1.7s;
}
.sidebar__menu a:nth-child(35) {
  transition-delay: 1.75s;
}
.sidebar__menu a:nth-child(36) {
  transition-delay: 1.8s;
}
.sidebar__menu a:nth-child(37) {
  transition-delay: 1.85s;
}
.sidebar__menu a:nth-child(38) {
  transition-delay: 1.9s;
}
.sidebar__menu a:nth-child(39) {
  transition-delay: 1.95s;
}
.sidebar__menu a:nth-child(40) {
  transition-delay: 2s;
}
.sidebar__menu a:nth-child(41) {
  transition-delay: 2.05s;
}
.sidebar__menu a:nth-child(42) {
  transition-delay: 2.1s;
}
.sidebar__menu a:nth-child(43) {
  transition-delay: 2.15s;
}
.sidebar__menu a:nth-child(44) {
  transition-delay: 2.2s;
}
.sidebar__menu a:nth-child(45) {
  transition-delay: 2.25s;
}
.sidebar__menu a:nth-child(46) {
  transition-delay: 2.3s;
}
.sidebar__menu a:nth-child(47) {
  transition-delay: 2.35s;
}
.sidebar__menu a:nth-child(48) {
  transition-delay: 2.4s;
}
.sidebar__menu a:nth-child(49) {
  transition-delay: 2.45s;
}
.sidebar__menu a:nth-child(50) {
  transition-delay: 2.5s;
}
.sidebar__menu .category-box {
  display: block;
  width: 100%;
  padding: 0px !important;
}
.sidebar__menu .category-box li {
  position: relative;
  list-style: none;
  width: 100%;
  padding: 4px 0;
  border-bottom: 1px solid #e9e9e9;
}
.sidebar__menu .category-box li a {
  display: block;
  width: 100%;
  transform: translatex(-80%);
  transition: transform 0.4s ease-in-out;
}
.sidebar__menu .category-box li a:nth-child(1) {
  transition-delay: 0.05s;
}
.sidebar__menu .category-box li a:nth-child(2) {
  transition-delay: 0.1s;
}
.sidebar__menu .category-box li a:nth-child(3) {
  transition-delay: 0.15s;
}
.sidebar__menu .category-box li a:nth-child(4) {
  transition-delay: 0.2s;
}
.sidebar__menu .category-box li a:nth-child(5) {
  transition-delay: 0.25s;
}
.sidebar__menu .category-box li a:nth-child(6) {
  transition-delay: 0.3s;
}
.sidebar__menu .category-box li a:nth-child(7) {
  transition-delay: 0.35s;
}
.sidebar__menu .category-box li a:nth-child(8) {
  transition-delay: 0.4s;
}
.sidebar__menu .category-box li a:nth-child(9) {
  transition-delay: 0.45s;
}
.sidebar__menu .category-box li a:nth-child(10) {
  transition-delay: 0.5s;
}
.sidebar__menu .category-box li a:nth-child(11) {
  transition-delay: 0.55s;
}
.sidebar__menu .category-box li a:nth-child(12) {
  transition-delay: 0.6s;
}
.sidebar__menu .category-box li a:nth-child(13) {
  transition-delay: 0.65s;
}
.sidebar__menu .category-box li a:nth-child(14) {
  transition-delay: 0.7s;
}
.sidebar__menu .category-box li a:nth-child(15) {
  transition-delay: 0.75s;
}
.sidebar__menu .category-box li a:nth-child(16) {
  transition-delay: 0.8s;
}
.sidebar__menu .category-box li a:nth-child(17) {
  transition-delay: 0.85s;
}
.sidebar__menu .category-box li a:nth-child(18) {
  transition-delay: 0.9s;
}
.sidebar__menu .category-box li a:nth-child(19) {
  transition-delay: 0.95s;
}
.sidebar__menu .category-box li a:nth-child(20) {
  transition-delay: 1s;
}
.sidebar__menu .category-box li a:nth-child(21) {
  transition-delay: 1.05s;
}
.sidebar__menu .category-box li a:nth-child(22) {
  transition-delay: 1.1s;
}
.sidebar__menu .category-box li a:nth-child(23) {
  transition-delay: 1.15s;
}
.sidebar__menu .category-box li a:nth-child(24) {
  transition-delay: 1.2s;
}
.sidebar__menu .category-box li a:nth-child(25) {
  transition-delay: 1.25s;
}
.sidebar__menu .category-box li a:nth-child(26) {
  transition-delay: 1.3s;
}
.sidebar__menu .category-box li a:nth-child(27) {
  transition-delay: 1.35s;
}
.sidebar__menu .category-box li a:nth-child(28) {
  transition-delay: 1.4s;
}
.sidebar__menu .category-box li a:nth-child(29) {
  transition-delay: 1.45s;
}
.sidebar__menu .category-box li a:nth-child(30) {
  transition-delay: 1.5s;
}
.sidebar__menu .category-box li a:nth-child(31) {
  transition-delay: 1.55s;
}
.sidebar__menu .category-box li a:nth-child(32) {
  transition-delay: 1.6s;
}
.sidebar__menu .category-box li a:nth-child(33) {
  transition-delay: 1.65s;
}
.sidebar__menu .category-box li a:nth-child(34) {
  transition-delay: 1.7s;
}
.sidebar__menu .category-box li a:nth-child(35) {
  transition-delay: 1.75s;
}
.sidebar__menu .category-box li a:nth-child(36) {
  transition-delay: 1.8s;
}
.sidebar__menu .category-box li a:nth-child(37) {
  transition-delay: 1.85s;
}
.sidebar__menu .category-box li a:nth-child(38) {
  transition-delay: 1.9s;
}
.sidebar__menu .category-box li a:nth-child(39) {
  transition-delay: 1.95s;
}
.sidebar__menu .category-box li a:nth-child(40) {
  transition-delay: 2s;
}
.sidebar__menu .category-box li a:nth-child(41) {
  transition-delay: 2.05s;
}
.sidebar__menu .category-box li a:nth-child(42) {
  transition-delay: 2.1s;
}
.sidebar__menu .category-box li a:nth-child(43) {
  transition-delay: 2.15s;
}
.sidebar__menu .category-box li a:nth-child(44) {
  transition-delay: 2.2s;
}
.sidebar__menu .category-box li a:nth-child(45) {
  transition-delay: 2.25s;
}
.sidebar__menu .category-box li a:nth-child(46) {
  transition-delay: 2.3s;
}
.sidebar__menu .category-box li a:nth-child(47) {
  transition-delay: 2.35s;
}
.sidebar__menu .category-box li a:nth-child(48) {
  transition-delay: 2.4s;
}
.sidebar__menu .category-box li a:nth-child(49) {
  transition-delay: 2.45s;
}
.sidebar__menu .category-box li a:nth-child(50) {
  transition-delay: 2.5s;
}
.sidebar__menu .category-box li .submenu::before {
  position: absolute;
  right: 0px;
  top: 13px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f105";
  color: #8f8f8f;
}
.sidebar__menu .category-box li .submenu ul {
  display: none;
}
.sidebar__menu .category-box li:hover > a {
  color: #000;
}
.sidebar__menu .category-box li:hover > .submenu::before {
  content: "\f107";
}
.sidebar__menu .category-box li:hover > .submenu > ul {
  display: block;
}
.sidebar__usermenu {
  width: 100%;
  padding: 5px 0;
}
.sidebar__usermenu a {
  float: left;
  width: calc(50% - 5px);
  text-align: center;
  background: #ff7e22;
  font-size: 14px;
  border-radius: 15px;
  padding: 5px 0;
  color: #fff;
  text-decoration: unset;
  margin-right: 5px;
}
.sidebar .submit-content {
  text-align: center;
  background: #1c73ad;
  border-radius: 15px;
  font-size: 14px;
  padding: 5px 0;
  color: #fff;
  text-decoration: unset;
  margin-right: 5px;
  margin-bottom: 5px;
}

.menu-control {
  display: none;
}
.menu-control:checked + .sidebar {
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.15);
  transform: translatex(0);
}
.menu-control:checked + .sidebar .sidebar__close {
  transform: translatex(0) rotate(45deg);
}
.menu-control:checked + .sidebar .sidebar__menu a {
  transform: translatex(0);
}

@media (max-width: 1024px) {
  .col-inner.col-category {
    display: none;
  }
  .col-products {
    width: 100% !important;
    padding: 10px !important;
  }
}
.section {
  margin-top: 15px;
}
.section h2 {
  font-size: 20px;
  font-weight: 600px;
  padding: 10px 0;
  border-bottom: 1px solid #cdcdcd;
}
@media (max-width: 480px) {
  .section h2 {
    font-size: 15px;
  }
}
.section h2 a {
  float: right;
  font-size: 17px;
  font-weight: 100;
  text-decoration: none;
}
@media (max-width: 480px) {
  .section h2 a {
    font-size: 13px;
  }
}
.section .section-content {
  display: block;
  width: 100%;
}

.flex-direction-nav a:before {
  font-size: 25px !important;
  color: #fff !important;
}

.flexslider {
  margin: 0px !important;
  border: none !important;
}

.flexslider .slides img {
  height: 450px !important;
}
@media (max-width: 780px) {
  .flexslider .slides img {
    height: 180px !important;
  }
}

.flex-control-nav {
  bottom: 0px !important;
  padding: 13px 0 0 0 !important;
}

.flex-control-paging li a {
  border-radius: 0px !important;
  background: #fff !important;
}
.flex-control-paging li a.flex-active {
  background: #000 !important;
}

.flexslider:hover .flex-direction-nav .flex-prev,
.flexslider:hover .flex-direction-nav .flex-next {
  text-align: center;
  border-radius: 50%;
  padding-top: 1px;
  background: rgba(0, 0, 0, 0.3294117647);
}

.col-inner {
  display: block;
}
.col-inner.col-category {
  width: 250px;
  padding: 0;
  z-index: 1;
}
.col-inner.col-category ul.category-box,
.col-inner.col-category ul.custom-menu,
.col-inner.col-category ul.admin-menu {
  border: 1px solid #000;
  border-radius: 5px;
  background: #fff;
  padding: 1px;
}
.col-inner.col-category ul.category-box li,
.col-inner.col-category ul.custom-menu li,
.col-inner.col-category ul.admin-menu li {
  position: relative;
  list-style: none;
  background: #fff;
  padding: 0 15px;
  border-radius: 4px;
  margin-bottom: 1px !important;
}
.col-inner.col-category ul.category-box li.selected a,
.col-inner.col-category ul.custom-menu li.selected a,
.col-inner.col-category ul.admin-menu li.selected a {
  padding-left: 15px;
  color: blue;
}
.col-inner.col-category ul.category-box li.selected a::before,
.col-inner.col-category ul.custom-menu li.selected a::before,
.col-inner.col-category ul.admin-menu li.selected a::before {
  position: absolute;
  left: 15px;
  top: 13px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f105";
}
.col-inner.col-category ul.category-box li a,
.col-inner.col-category ul.custom-menu li a,
.col-inner.col-category ul.admin-menu li a {
  display: block;
  width: 100%;
  padding: 10px 0;
  color: #4e4e4e;
  text-decoration: none;
  font-size: 13px;
  border-bottom: 1px solid #e8e8e8;
}
.col-inner.col-category ul.category-box li a .badge,
.col-inner.col-category ul.custom-menu li a .badge,
.col-inner.col-category ul.admin-menu li a .badge {
  float: right;
  font-weight: 100;
  margin-top: 2px;
}
.col-inner.col-category ul.category-box li:last-child a,
.col-inner.col-category ul.custom-menu li:last-child a,
.col-inner.col-category ul.admin-menu li:last-child a {
  border-bottom: none;
}
.col-inner.col-category ul.category-box li > .submenu,
.col-inner.col-category ul.custom-menu li > .submenu,
.col-inner.col-category ul.admin-menu li > .submenu {
  position: absolute;
  top: 0px;
  right: -251px;
  width: 260px;
}
.col-inner.col-category ul.category-box li > .submenu::before,
.col-inner.col-category ul.custom-menu li > .submenu::before,
.col-inner.col-category ul.admin-menu li > .submenu::before {
  position: absolute;
  left: -10px;
  top: 15px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f105";
  color: #5e5e5e;
}
.col-inner.col-category ul.category-box li > .submenu ul,
.col-inner.col-category ul.custom-menu li > .submenu ul,
.col-inner.col-category ul.admin-menu li > .submenu ul {
  display: none;
  border: 1px solid #000;
  margin-left: 12px;
  padding: 1px;
  border-radius: 5px;
}
.col-inner.col-category ul.category-box li > .submenu ul li a,
.col-inner.col-category ul.custom-menu li > .submenu ul li a,
.col-inner.col-category ul.admin-menu li > .submenu ul li a {
  color: #444;
}
.col-inner.col-category ul.category-box li:hover,
.col-inner.col-category ul.custom-menu li:hover,
.col-inner.col-category ul.admin-menu li:hover {
  background: #000;
}
.col-inner.col-category ul.category-box li:hover > a,
.col-inner.col-category ul.custom-menu li:hover > a,
.col-inner.col-category ul.admin-menu li:hover > a {
  color: #fff !important;
  border-bottom-color: #000;
}
.col-inner.col-category ul.category-box li:hover > a .badge,
.col-inner.col-category ul.custom-menu li:hover > a .badge,
.col-inner.col-category ul.admin-menu li:hover > a .badge {
  color: #444 !important;
}
.col-inner.col-category ul.category-box li:hover > .submenu,
.col-inner.col-category ul.custom-menu li:hover > .submenu,
.col-inner.col-category ul.admin-menu li:hover > .submenu {
  z-index: 90;
}
.col-inner.col-category ul.category-box li:hover > .submenu > ul,
.col-inner.col-category ul.custom-menu li:hover > .submenu > ul,
.col-inner.col-category ul.admin-menu li:hover > .submenu > ul {
  display: block;
  padding-left: 1px;
  background: #fff;
}
.col-inner.col-category ul.category-box li:hover > .submenu::before,
.col-inner.col-category ul.custom-menu li:hover > .submenu::before,
.col-inner.col-category ul.admin-menu li:hover > .submenu::before {
  color: #fff !important;
}
.col-inner.col-category ul.category-box.custom-menu,
.col-inner.col-category ul.custom-menu.custom-menu,
.col-inner.col-category ul.admin-menu.custom-menu {
  border: 1px solid #444;
  background: #f8f8f8;
}
.col-inner.col-category ul.category-box.custom-menu > li.selected,
.col-inner.col-category ul.custom-menu.custom-menu > li.selected,
.col-inner.col-category ul.admin-menu.custom-menu > li.selected {
  background: #444;
}
.col-inner.col-category ul.category-box.custom-menu > li.selected > a,
.col-inner.col-category ul.custom-menu.custom-menu > li.selected > a,
.col-inner.col-category ul.admin-menu.custom-menu > li.selected > a {
  border-bottom-color: #444;
  color: yellow;
}
.col-inner.col-category ul.category-box.custom-menu > li.selected > a::before,
.col-inner.col-category ul.custom-menu.custom-menu > li.selected > a::before,
.col-inner.col-category ul.admin-menu.custom-menu > li.selected > a::before {
  color: yellow;
}
.col-inner.col-category ul.category-box.custom-menu > li ul,
.col-inner.col-category ul.custom-menu.custom-menu > li ul,
.col-inner.col-category ul.admin-menu.custom-menu > li ul {
  border: 1px solid #444;
}
.col-inner.col-category ul.category-box.custom-menu > li:hover,
.col-inner.col-category ul.custom-menu.custom-menu > li:hover,
.col-inner.col-category ul.admin-menu.custom-menu > li:hover {
  background: rgb(112, 112, 112);
}
.col-inner.col-category ul.category-box.custom-menu > li:hover > a,
.col-inner.col-category ul.custom-menu.custom-menu > li:hover > a,
.col-inner.col-category ul.admin-menu.custom-menu > li:hover > a {
  color: #fff !important;
  border-bottom-color: #444;
}
.col-inner.col-category ul.category-box.custom-menu > li:hover > a .badge,
.col-inner.col-category ul.custom-menu.custom-menu > li:hover > a .badge,
.col-inner.col-category ul.admin-menu.custom-menu > li:hover > a .badge {
  background: #fff !important;
  color: #444 !important;
  font-weight: bold !important;
}
.col-inner.col-category ul.category-box.custom-menu > li > .submenu ul li::before,
.col-inner.col-category ul.custom-menu.custom-menu > li > .submenu ul li::before,
.col-inner.col-category ul.admin-menu.custom-menu > li > .submenu ul li::before {
  color: #fff !important;
}
.col-inner.col-products {
  width: calc(100% - 250px);
}

#czsubbannercmsblock {
  float: left;
  width: 100%;
  clear: both;
  margin: 30px 0 30px;
  position: relative;
}

#czsubbannercmsblock .subbanners {
  margin: 0 -15px;
}

#czsubbannercmsblock .subbanners .one-third {
  position: relative;
  width: 33.33%;
  float: left;
  padding: 0 15px;
  overflow: hidden;
}

#czsubbannercmsblock .subbanners .one-third .subbanner {
  position: relative;
  overflow: hidden;
  vertical-align: top;
  display: inline-block;
}

#czsubbannercmsblock .subbanners .subbanner img {
  max-width: 100%;
  transition: all 0.5s ease;
  transform: scale(1);
}

#czsubbannercmsblock .subbanners .subbanner:hover img {
  transform: scale(1.05);
  transition: all 0.5s ease;
}

#czsubbannercmsblock .subbanners .subbanner a.banner-anchor:before,
#czsubbannercmsblock .subbanners .subbanner a.banner-anchor:after {
  content: "";
  background: linear-gradient(rgba(255, 255, 255, 0.37) 0%, rgba(128, 128, 128, 0.23) 100%);
  height: 150%;
  width: 100%;
  border-radius: 0 100% 0 0;
  opacity: 0;
  position: absolute;
  left: -50%;
  top: 100%;
  z-index: 1;
  transition: border-radius 0.5s ease-out, top 0.5s ease-out, opacity 0.3s ease-out;
}

#czsubbannercmsblock .subbanners .subbanner a.banner-anchor:after {
  border-radius: 100% 0 0 0;
  left: 50%;
}

#czsubbannercmsblock .subbanners .subbanner:hover a.banner-anchor:before,
#czsubbannercmsblock .subbanners .subbanner:hover a.banner-anchor:after {
  top: -50%;
  opacity: 0.9;
  border-radius: 0 0% 0 0;
}

#czsubbannercmsblock .subbanners .subbanner a.banner-anchor {
  display: block;
  position: relative;
  overflow: hidden;
}

#czsubbannercmsblock .subbanners .one-third .subbanner .subbanner-text {
  position: absolute;
  left: 18px;
  text-align: left;
  top: 42px;
  bottom: auto;
  z-index: 1;
}

#czsubbannercmsblock .subbanners .one-third .subbanner .subbanner-text .offer-title {
  color: #000000;
  font-size: 17px;
  font-weight: 300;
  line-height: 24px;
  display: inline-block;
  vertical-align: top;
}

#czsubbannercmsblock .subbanners .one-third .subbanner .subbanner-text .main-title {
  font-size: 21px;
  font-weight: 500;
  line-height: 26px;
  color: #000000;
  padding: 5px 0px 0px;
}

#czsubbannercmsblock .subbanners .one-third .subbanner .subbanner-text .main-title span {
  display: block;
}

@media (max-width: 1199px) {
  #czsubbannercmsblock .subbanners .one-third .subbanner .subbanner-text {
    top: 22px;
    left: 15px;
  }
  #czsubbannercmsblock .subbanners .one-third .subbanner .subbanner-text .offer-title {
    font-size: 15px;
    line-height: 20px;
  }
  #czsubbannercmsblock .subbanners .one-third .subbanner .subbanner-text .main-title {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  #czsubbannercmsblock .subbanners {
    margin-left: -10px;
    margin-right: -10px;
  }
  #czsubbannercmsblock .subbanners .one-third {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 650px) and (min-width: 576px) {
  #czsubbannercmsblock .subbanners .one-third .subbanner .subbanner-text {
    top: 20px;
  }
  #czsubbannercmsblock .subbanners .one-third .subbanner .subbanner-text .offer-title {
    font-size: 14px;
    line-height: 18px;
  }
  #czsubbannercmsblock .subbanners .one-third .subbanner .subbanner-text .main-title {
    font-size: 16px;
    line-height: 22px;
    padding-top: 2px;
  }
}
@media (max-width: 575px) and (min-width: 501px) {
  #czsubbannercmsblock .subbanners .one-third .subbanner .subbanner-text {
    top: 12px;
    left: 12px;
  }
  #czsubbannercmsblock .subbanners .one-third .subbanner .subbanner-text .offer-title {
    font-size: 14px;
    line-height: 16px;
  }
  #czsubbannercmsblock .subbanners .one-third .subbanner .subbanner-text .main-title {
    font-size: 16px;
    line-height: 22px;
    padding-top: 0px;
  }
}
@media (max-width: 500px) {
  #czsubbannercmsblock {
    margin-bottom: 10px;
  }
  #czsubbannercmsblock .subbanners .one-third {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  #czsubbannercmsblock .subbanners .one-third .subbanner .subbanner-text {
    top: 35px;
  }
}
.product-detail .product-image {
  display: block;
  width: 100%;
}
.product-detail .product-image .image-view {
  display: block;
  width: 100%;
  height: 350px;
  border: 1px solid #cdcdcd;
  background: #f5f5f5;
  padding: 3px;
}
.product-detail .product-image .image-view .image {
  display: block;
  height: 100%;
  margin: 0 auto;
}
.product-detail .product-image .image-list {
  display: block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.product-detail .product-image .image-list img {
  display: inline-block;
  width: 90px;
  height: 90px;
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px solid #cdcdcd;
  background: #fff;
  padding: 2px;
}
.product-detail .product-image .image-list img:hover {
  cursor: pointer;
  border: 1px solid #4170ff;
}
.product-detail .product-image .image-list img.select {
  border: 1px solid #ff6a00;
}
.product-detail .product-info {
  display: block;
  width: 100%;
  padding: 10px 25px 25px 25px;
  border: 1px solid #cdcdcd;
  background: #fefefe;
  min-height: 350px;
}
.product-detail .product-info .category,
.product-detail .product-info .brand,
.product-detail .product-info .name,
.product-detail .product-info .code,
.product-detail .product-info .money,
.product-detail .product-info .favorite,
.product-detail .product-info .shop-box {
  display: block;
  width: 100%;
}
.product-detail .product-info .category {
  font-size: 15px;
  color: #798a97;
  font-weight: 500;
}
.product-detail .product-info .brand {
  color: #666666;
}
.product-detail .product-info .name {
  font-size: 22px;
}
.product-detail .product-info .code {
  font-size: 13px;
  margin-bottom: 15px;
}
.product-detail .product-info .stock {
  font-size: 15px;
  margin-left: 0px;
  font-weight: 600;
}
.product-detail .product-info .stock.notfound {
  color: red;
}
.product-detail .product-info .stock.found {
  color: blue;
}
.product-detail .product-info .money {
  margin-top: 25px;
  font-size: 32px;
}
.product-detail .product-info .shop-box {
  margin-top: 25px;
}
.product-detail .product-info .shop-box .quantity {
  display: inline-block;
  width: 100px;
  margin-right: 15px;
}
.product-detail .product-info .shop-box .quantity input {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
}
.product-detail .product-info .shop-box .btn {
  display: inline-block;
}
.product-detail .product-info .favorite {
  margin-top: 15px;
  font-size: 17px;
}
.product-detail .product-info .favorite i {
  margin-right: 8px;
}
.product-detail .product-info .favorite:hover {
  cursor: pointer;
  color: red;
}

.product-description,
.product-comments {
  display: block;
  width: 100%;
  margin-top: 15px;
  border: 1px solid #cdcdcd;
  background: #fefefe;
  padding: 15px;
  background: #fcfcfc;
  border: 1px solid #b4c3ce;
  border-radius: 3px;
}
.product-description > p.desc-text,
.product-comments > p.desc-text {
  display: block;
  width: 100%;
  max-height: 300px;
  margin-bottom: 0px;
  overflow: auto;
}

.product-description {
  margin-top: 0px;
}
.product-description > p.desc-text {
  min-height: 250px;
}

.product-comments > p.desc-text {
  min-height: 150px;
}

.product-form-offer {
  display: block;
  width: 100%;
  padding: 15px;
  background: #fcfcfc;
  border: 1px solid #b4c3ce;
  border-radius: 3px;
}

.product-examples-container .product-examples {
  list-style: none;
  padding-left: 0px;
}
.product-examples-container .product-examples li {
  padding: 15px;
  border-bottom: 1px solid #cdcdcd;
  border-right: 3px solid #fff;
}
.product-examples-container .product-examples li.selected {
  border-color: #000;
  background: #3d3d3d;
}
.product-examples-container .product-examples li:hover {
  cursor: pointer;
  font-weight: bold;
  border-bottom-color: #000;
}
.product-examples-container .mediatabs {
  padding: 5px 0;
  border-bottom: 1px solid #cdcdcd;
}
.product-examples-container .mediatabs .nav-link.active,
.product-examples-container .mediatabs .nav-pills .show > .nav-link {
  background-color: #000;
}
.product-examples-container .media-container {
  float: left;
  width: 100%;
  min-height: 300px;
  max-height: 500px;
  overflow: auto;
}
.product-examples-container .media-container .media {
  float: left;
  width: 100%;
}
.product-examples-container .media-container .media .media-item {
  float: left;
  position: relative;
  width: calc(33.3333333333% - 16px);
  height: 220px;
  padding: 5px;
  margin: 8px;
  background: #fff;
  border: 1px solid #cdcdcd;
}
.product-examples-container .media-container .media .media-item[data-type=image] .head {
  background: rgb(233, 233, 233);
}
.product-examples-container .media-container .media .media-item[data-type=image] .head .filigran {
  display: none;
}
.product-examples-container .media-container .media .media-item[data-type=video] .head {
  background: #d70000;
  color: #fff;
}
.product-examples-container .media-container .media .media-item[data-type=video] .head button {
  color: yellow;
}
.product-examples-container .media-container .media .media-item .head {
  position: absolute;
  width: calc(100% - 10px);
  padding: 1px 8px;
  z-index: 3;
}
.product-examples-container .media-container .media .media-item .head span {
  float: left;
  font-weight: bold;
  font-size: 15px;
}
.product-examples-container .media-container .media .media-item .head button {
  float: right;
  font-size: 15px;
}
.product-examples-container .media-container .media .media-item img {
  float: left;
  width: 100%;
  height: 100%;
}
.product-examples-container .media-container .media .media-item .filigran {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  font-size: 42px;
  background: rgba(0, 0, 0, 0.545);
  color: #fff;
  text-align: center;
  padding-top: 28%;
}
.product-examples-container .media-container .media .media-item:hover .filigran {
  display: block;
  background: rgba(0, 0, 0, 0.745);
  color: #992222;
}

#contact .maps-block iframe {
  display: block;
  width: 100%;
  height: 430px;
  border: 1px solid #cdcdcd;
  border-radius: 3px;
}

#bloglist .blog-col {
  display: inline-block;
  width: calc(25% - 15px);
  margin: 5px;
  padding: 0px;
}
@media (max-width: 780px) {
  #bloglist .blog-col {
    width: calc(33.3333333333% - 15px);
  }
}
@media (max-width: 576px) {
  #bloglist .blog-col {
    width: calc(50% - 15px);
  }
}
@media (max-width: 380px) {
  #bloglist .blog-col {
    width: calc(100% - 15px);
  }
}

.blog-item {
  display: block;
  position: relative;
  width: 100%;
  margin: 5px;
  border: 1px solid #c3d1e5;
  background: #fff;
  height: 380px;
  overflow: hidden;
  text-decoration: unset;
  border-radius: 8px 8px 0 0;
}
.blog-item img {
  display: block;
  width: 100%;
  height: 194px;
  transition: transform 0.6s; /* Animation */
}
.blog-item p.blog-datail {
  float: left;
}
.blog-item .detail {
  float: left;
  width: 100%;
  height: 140px;
  padding: 10px;
  font-size: 14px;
  color: #000;
}
.blog-item .detail .date,
.blog-item .detail .category,
.blog-item .detail .title {
  float: left;
  width: 100%;
}
.blog-item .detail .date {
  color: #000;
}
.blog-item .detail .date i {
  color: #114793;
  margin-right: 3px;
}
.blog-item .detail .category {
  color: #1b304e;
}
.blog-item .detail .title {
  color: #0091b1;
}
.blog-item:hover img {
  transform: scale(1.05);
}
.blog-item:hover .title {
  text-decoration: underline;
}
.blog-item .button {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding: 8px 0;
  background: #fff;
  border-top: 1px solid #c3d1e5;
}
.blog-item .button .btn-read {
  display: table;
  padding: 8px 25px;
  border-radius: 25px;
  background: #0091b1;
  color: #fff;
  margin: 0 auto;
}
.blog-item .button .btn-read:hover {
  background: #55adc1;
}

#blogdetail h5 {
  margin: 0 0 5px 0;
}
#blogdetail .blog-image {
  float: left;
  margin: 0 15px 15px 0;
  padding: 8px;
  border: 1px solid #cdcdcd;
  max-width: 400px;
}
#blogdetail .blog-date {
  display: block;
  width: 100%;
  margin: 0;
}
#blogdetail .last-data {
  display: block;
  width: 100%;
}
#blogdetail .last-data .blog-item {
  float: left;
  height: auto;
  margin: 8px 0;
}
#blogdetail .last-data .blog-item img {
  float: left;
  width: 90px;
  height: 90px;
  padding: 0px;
  margin: 0px;
  transition: transform 0.6s; /* Animation */
}
#blogdetail .last-data .blog-item .head,
#blogdetail .last-data .blog-item .date {
  position: unset;
  float: right;
  width: calc(100% - 100px);
  background: unset;
  padding-left: 0px;
}
#blogdetail .last-data .blog-item .date {
  padding-left: 0px;
}
#blogdetail .last-data .blog-item .head {
  height: 100%;
  border-top: none;
}
#blogdetail .last-data .blog-item:hover img {
  transform: scale(1.2);
}

.auth-input-mail,
.auth-input-user,
.auth-input-phone,
.auth-input-pass {
  position: relative;
}
.auth-input-mail::before,
.auth-input-user::before,
.auth-input-phone::before,
.auth-input-pass::before {
  position: absolute;
  left: 25px;
  top: 20px;
  font-size: 24px;
  color: #fb4141;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 22px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.auth-input-mail input,
.auth-input-user input,
.auth-input-phone input,
.auth-input-pass input {
  padding-left: 45px;
}

.auth-input-user::before {
  content: "\f007";
}

.auth-input-mail::before {
  content: "@";
}

.auth-input-pass::before {
  content: "\f084";
}

.auth-input-phone::before {
  content: "\f095";
}

.auth-input-pass.mini::before {
  left: 10px !important;
}

#frmuser label {
  font-size: 13px !important;
}

.search-selected {
  border-color: #e9e9e9;
  background: #f9f9f9;
  border-top: 1px solid #d2d2d2;
}
.search-selected .card-body {
  padding: 5px;
}
.search-selected .card-body ul {
  padding: 0px;
}
.search-selected .card-body ul li {
  list-style: none;
  float: left;
  margin: 5px;
  padding: 3px 8px;
  background: #e4e4e4;
  border-radius: 3px;
  color: #000;
  font-size: 12px;
  cursor: default;
}
.search-selected .card-body ul li:hover {
  background: #ececec;
}
.search-selected .card-body ul li .input-group {
  width: auto !important;
}
.search-selected .card-body ul li .input-group label {
  margin-bottom: 0px !important;
}

.selected-remove {
  margin-right: 3px;
}
.selected-remove:hover {
  cursor: pointer;
  color: red;
}

.offer-subcategorys {
  list-style: none;
  padding-left: 0px;
}
.offer-subcategorys li {
  list-style: none;
  float: left;
  margin: 0px 15px 8px 0px;
  padding: 0px;
}
.offer-subcategorys li a {
  float: left;
  padding: 8px 18px;
  border: 1px solid #cdcdcd;
  border-radius: 3px;
  font-size: 12px;
  color: #000;
  font-weight: 500;
  text-decoration: none;
  text-transform: capitalize;
}
.offer-subcategorys li.selected a {
  background: #000;
  border-color: #fff;
  color: #fff;
}
.offer-subcategorys li:hover a {
  background: #3d3d3d;
  border-color: #fff;
  color: #fff;
}

.category-head {
  background: #f9f9f9;
  margin: 10px 0;
  padding: 10px;
  font-weight: 400;
  font-size: 15px;
  border-radius: 5px;
  border: 1px solid #d2d2d2;
  color: #444;
}
.category-head i {
  color: #000000;
}

.referance {
  float: left;
  width: calc(100% - 20px);
  height: 350px;
  border-radius: 5px;
  border: 1px solid #cdcdcd;
  padding: 10px;
  margin: 10px;
}
.referance img {
  display: block;
  margin: 0 auto;
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.referance .name, .referance a {
  display: block;
  width: 100%;
}
.referance .name {
  padding-top: 15px;
  text-align: center;
  font-size: 16px;
}

.shop-box .mini-order-box {
  display: none;
  position: absolute;
  right: 0px;
  bottom: -320px;
  background: #fff;
  width: 330px;
  height: auto;
  z-index: 99;
  border-radius: 5px;
  padding: 8px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
  color: #000 !important;
}
.shop-box .mini-order-box.shown {
  display: block;
}
.shop-box .mini-order-box h5 small {
  float: right;
  font-size: 13px;
  font-style: italic;
  font-weight: 500;
}
.shop-box .mini-order-box .products {
  display: block;
  margin: 0px;
  width: 100%;
  height: 230px;
  margin-bottom: 3px;
  background: #f5f5f5;
  padding: 3px;
  overflow-y: auto;
}
.shop-box .mini-order-box .products ul {
  padding-left: 0px;
}
.shop-box .mini-order-box .products ul li {
  list-style: none;
  display: block;
  width: 100%;
}
.shop-box .mini-order-box .products ul li:last-child .box-item {
  border-bottom: 1px solid #cdcdcd;
}
.shop-box .mini-order-box .products ul li .box-item {
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid #cdcdcd;
  border-bottom: none;
  padding: 2px;
}
.shop-box .mini-order-box .products ul li .box-item img {
  float: left;
  width: 70px;
  height: 70px;
  border-radius: 3px;
}
.shop-box .mini-order-box .products ul li .box-item .info {
  float: right;
  width: calc(100% - 75px);
  font-size: 12px;
}
.shop-box .mini-order-box .products ul li .box-item .info .name {
  float: left;
  width: 100%;
}
.shop-box .mini-order-box .products ul li .box-item .info .money {
  float: left;
  color: #4e5861 !important;
  font-weight: 600;
  margin-right: 10px;
}
.shop-box .mini-order-box .products ul li .box-item .info .money.underline {
  position: relative;
  display: unset;
  width: auto !important;
}
.shop-box .mini-order-box .products ul li .box-item .info .money.underline::after {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 10px;
  border-bottom: 2px solid rgba(255, 0, 0, 0.585);
  content: "";
  transform: rotate(-10deg);
}
.shop-box .mini-order-box .products ul li .box-item .info button {
  float: left;
  width: 100%;
  text-align: left;
  padding: 0px;
  font-size: 11px;
}
.shop-box:hover .mini-order-box {
  display: block;
  color: #000 !important;
}

.orderbox-pinfo img {
  float: left;
  width: 60px;
  height: 60px;
  border: 2px solid #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.55);
}
.orderbox-pinfo ul {
  float: left;
  width: calc(100% - 75px);
  margin-left: 15px;
  padding-left: 0px;
  font-size: 15px;
}
.orderbox-pinfo ul li {
  list-style: none;
}
.orderbox-pinfo ul li .remove-orderbox-item {
  font-size: 11px;
}

.agreement-doc {
  display: inline-block;
  width: 100%;
  height: 200px;
  overflow: auto;
  padding: 12px;
  background: #f4f4f4;
  font-size: 13px;
}
.agreement-doc h1,
.agreement-doc h2,
.agreement-doc h3,
.agreement-doc h4,
.agreement-doc h5 {
  font-size: 17px;
}

.selected-address {
  display: block;
  position: relative;
  width: 100%;
  min-height: 70px;
  height: auto;
  background: #eeeeee;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  padding: 10px 25px 10px 10px;
  font-size: 13px !important;
}
.selected-address:hover {
  background: #eef8ff;
  border: 1px solid #b4c9ea;
}
.selected-address:hover .fa-angle-down {
  color: #0e3856;
}
.selected-address::after {
  position: absolute;
  right: 0px;
  top: 0pc;
  padding: 10px 5px;
  height: 100%;
  background: #dededf;
  font-size: 17px !important;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  content: "\f107";
}
.selected-address:hover::after {
  cursor: pointer;
}

.invoce_address_status {
  width: 100% !important;
  padding: 0 15px;
  margin: 0px;
}

.address-tab li {
  width: 50%;
  border: 1px solid #cdcdcd;
}
.address-tab li:first-child {
  border-right: none;
}
.address-tab li button {
  height: 95px;
  color: #000;
  border: 1px solid #fff;
  overflow: hidden;
}
.address-tab .nav-link,
.address-tab .show > .nav-link {
  border-bottom: 5px solid #fff;
  border-radius: 0px;
}
.address-tab .nav-link.active,
.address-tab .show > .nav-link {
  color: #000;
  background-color: #f9f9f9 !important;
  border-bottom: 5px solid #c8e703;
  border-radius: 0px;
}

.exchange_data ul {
  list-style: none;
}
.exchange_data ul li {
  text-align: right;
  font-weight: 500;
}
.exchange_data ul li small {
  font-weight: normal !important;
}

.bank-list {
  float: left;
  width: 100%;
}
.bank-list tbody tr td {
  padding: 10px;
}

.bank-list tr:has(input:checked) {
  background: #b5deff;
}

.products {
  display: block;
  position: relative;
  width: 100%;
  padding: 0 -0.5rem;
}
.products .product-cont {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 5px !important;
  border: 1px solid #ececec;
  border-bottom-width: 3px;
}
.products .product-cont .info {
  border-top: 1px solid #eaeaea;
}
.products .product-cont .category_name {
  position: absolute;
  top: 0px;
  left: 0px;
  width: calc(100% - 1px);
  background: #3398a0;
  color: #fff;
  text-align: center;
  padding: 5px 5px;
  border-radius: 4px 4px 0 0;
  font-size: 13px;
  z-index: 9;
}
.products .product-cont:hover {
  border-width: 1px !important;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.35);
}
.products.product-view-mini .product-cont {
  width: 100%;
  margin-bottom: 0px;
  height: 90px;
}
.products.product-view-mini .product-cont .buttons {
  display: none;
  position: absolute;
  top: 5px;
  left: -60px;
  width: auto;
  z-index: 98;
  opacity: 0;
  transition: all 500ms ease 0s;
}
.products.product-view-mini .product-cont .buttons li {
  float: left;
  list-style: none;
  width: 30px;
  height: 30px;
  background: #dfdfdf;
  border-radius: 50%;
  margin-right: 5px;
  text-align: center;
  padding-top: 5px;
  font-size: 15px;
  color: #000;
}
.products.product-view-mini .product-cont .buttons li a {
  color: #000 !important;
}
.products.product-view-mini .product-cont .buttons li:hover {
  cursor: pointer;
  background: #fed700;
}
.products.product-view-mini .product-cont .buttons li:last-child {
  margin-bottom: 0px;
}
.products.product-view-mini .product-cont img {
  float: left;
  width: 85px;
  height: 90px;
  transition: transform 0.6s; /* Animation */
  border-radius: 5px 0 0 5px;
  -o-object-fit: contain;
     object-fit: contain;
  background: #f7f7f7;
}
.products.product-view-mini .product-cont .info {
  float: right;
  position: relative;
  width: calc(100% - 90px);
  padding: 8px;
  height: 90px;
  background: #f7f7f7;
  border-left: 1px solid #eaeaea;
  font-size: 13px;
}
.products.product-view-mini .product-cont .info .brand,
.products.product-view-mini .product-cont .info .name,
.products.product-view-mini .product-cont .info .money,
.products.product-view-mini .product-cont .info .discount {
  display: block;
  width: 100%;
  padding: 0px 0;
  text-decoration: none;
}
.products.product-view-mini .product-cont .info .brand {
  display: none;
}
.products.product-view-mini .product-cont .info .discount {
  padding: 0px 0;
  text-decoration: none;
  color: red;
  font-size: 11px;
  margin-bottom: -7px;
}
.products.product-view-mini .product-cont .info .name {
  color: #0062bd;
  font-size: 12px;
  font-weight: 400;
  text-transform: initial;
  line-height: 13px;
}
.products.product-view-mini .product-cont .info .name:hover {
  cursor: pointer;
  color: #fed700;
}
.products.product-view-mini .product-cont .info .money {
  float: right;
  width: auto;
  font-size: 15px;
  color: #333e48;
  font-weight: 600;
  margin-bottom: -7px;
  text-align: right;
}
.products.product-view-mini .product-cont .info .money.underline {
  position: relative;
  display: unset;
  width: auto !important;
  font-size: 12px !important;
  color: #4e5861 !important;
  font-weight: 600 !important;
}
.products.product-view-mini .product-cont .info .money.underline::after {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 7px;
  border-bottom: 2px solid rgba(255, 0, 0, 0.585);
  content: "";
  transform: rotate(-10deg);
}
.products.product-view-mini .product-cont .info .bottom {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  padding: 0 5px 5px 8px;
}
.products.product-view-mini .product-cont .info .bottom .fa-star {
  margin-top: 17px;
  color: #cdcdcd;
  font-size: 9px;
}
.products.product-view-mini .product-cont .info .bottom .fa-star.on {
  color: #fed700;
}
.products.product-view-mini .product-cont .info .bottom .btn-add-shopbox {
  float: right;
  width: 30px;
  height: 30px;
  text-align: center;
  border: none;
  background: #fff;
  border-radius: 50%;
  color: #333e48;
  border: 1px solid #eaeaea;
  margin: 0 0 5px 5px;
}
.products.product-view-mini .product-cont:hover .buttons {
  left: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 500ms ease 0s;
}
.products.product-view-mini .product-cont:hover .info .btn-add-shopbox {
  background: #fed700;
}
.products.product-view-mini .product-cont:hover img {
  transform: scale(1.2);
}
.products.product-view-normal .product-cont {
  position: relative;
  width: calc(25% - 1.2rem);
  margin: 0.5rem;
  height: 380px;
}
@media (max-width: 780px) {
  .products.product-view-normal .product-cont {
    width: calc((100% - 8px) / 3);
    height: 375px;
  }
}
@media (max-width: 500px) {
  .products.product-view-normal .product-cont {
    width: calc((100% - 5px) / 2);
    height: 375px;
  }
}
@media (max-width: 435px) {
  .products.product-view-normal .product-cont {
    width: 100%;
    height: 375px;
  }
}
.products.product-view-normal .product-cont .buttons {
  position: absolute;
  top: -60px;
  right: 8px;
  width: auto;
  z-index: 98;
  opacity: 0;
  transition: all 500ms ease 0s;
}
.products.product-view-normal .product-cont .buttons li {
  list-style: none;
  width: 36px;
  height: 36px;
  background: #f2f2f2;
  border-radius: 50%;
  margin-bottom: 5px;
  text-align: center;
  padding-top: 5px;
  font-size: 18px;
  color: #000 !important;
}
.products.product-view-normal .product-cont .buttons li a {
  color: #000 !important;
}
.products.product-view-normal .product-cont .buttons li:hover {
  cursor: pointer;
  background: #fed700;
}
.products.product-view-normal .product-cont .buttons li:last-child {
  margin-bottom: 0px;
}
.products.product-view-normal .product-cont img {
  display: block;
  width: 100%;
  height: 220px;
  transition: transform 0.6s; /* Animation */
  border-radius: 5px 5px 0 0;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 780px) {
  .products.product-view-normal .product-cont img {
    height: 180px;
  }
}
.products.product-view-normal .product-cont .info {
  display: block;
  position: relative;
  width: 100%;
  padding: 12px;
  height: 160px;
  background: #f7f7f7;
  font-size: 15px;
}
@media (max-width: 780px) {
  .products.product-view-normal .product-cont .info {
    height: 195px;
  }
}
.products.product-view-normal .product-cont .info .stock {
  position: absolute;
  font-size: 12px;
  right: 5px;
  top: -30px;
  font-weight: 500;
  border-radius: 10px;
  padding: 1px 15px;
  border-right: none;
}
.products.product-view-normal .product-cont .info .stock.stock-status-true {
  color: #0c2405;
  background: #05ee1b;
}
.products.product-view-normal .product-cont .info .stock.stock-status-false {
  color: red;
  background: rgb(255, 221, 221);
}
.products.product-view-normal .product-cont .info .brand,
.products.product-view-normal .product-cont .info .name,
.products.product-view-normal .product-cont .info .money,
.products.product-view-normal .product-cont .info .discount {
  float: left;
  display: block;
  width: 100%;
  padding: 0px 0;
  text-decoration: none;
  color: red;
  font-size: 19px;
}
.products.product-view-normal .product-cont .info .money {
  float: right;
  width: auto;
  margin-top: 5px;
  margin-right: 5px;
}
.products.product-view-normal .product-cont .info .brand {
  color: #666666;
  font-weight: 400;
}
.products.product-view-normal .product-cont .info .name {
  color: #0062bd;
  font-size: 15px;
  font-weight: 400;
  text-transform: initial;
  text-decoration: none;
}
.products.product-view-normal .product-cont .info .name:hover {
  cursor: pointer;
  color: #fe5d00;
}
.products.product-view-normal .product-cont .info .bottom {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  padding: 0 5px 5px 8px;
}
.products.product-view-normal .product-cont .info .bottom .btn-add-shopbox {
  float: right;
  width: 40px;
  height: 40px;
  text-align: center;
  border: none;
  background: #fff;
  border-radius: 50%;
  color: #333e48;
  border: 1px solid #eaeaea;
  margin: 0 0 5px 5px;
}
.products.product-view-normal .product-cont:hover .buttons {
  top: 8px;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 500ms ease 0s;
}
.products.product-view-normal .product-cont:hover .info .btn-add-shopbox {
  background: #fed700;
}
.products.product-view-normal .product-cont:hover img {
  transform: scale(1.2);
}
.products .product-cont.relevant {
  border-color: #32a354 !important;
}
.products .product-cont.relevant .info {
  background: #f3fdf4;
}

.footer .footer-logo {
  width: 70% !important;
}
