body {
  font-family: "Readex Pro", sans-serif !important;
}

.secondary__title {
  font-size: 42px;
  text-transform: uppercase;
  text-align: center;
  margin: 40px 0;
}

.third__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.related-slider .product.outofstock .product-loop-thumb img {
  opacity: 0.3;
}
.related-slider .product.outofstock .product-loop-thumb {
  position: relative;
}
.related-slider .product.outofstock .product-loop-thumb::before {
  content: "Nema na stanju";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  padding: 0 6px;
  color: #0a1624;
  line-height: 16px;
  font-weight: 600;
  font-size: 16px;
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 1199px) {
  .secondary__title {
    font-size: 36px;
    margin: 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .secondary__title {
    font-size: 30px;
    margin: 20px 0;
  }
}
@media only screen and (max-width: 575px) {
  .secondary__title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 474px) {
  .third__title {
    font-size: 20px;
  }
}
.menu__holder {
  height: 100%;
  display: flex;
  align-items: center;
}

.topbar {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  align-items: center;
}
.topbar__left {
  width: 25%;
}
.topbar__left-text {
  position: relative;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  color: #333333;
  padding-left: 20px;
}
.topbar__left-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  background-image: url("../../img/icons/icons8-location-16-1.png");
  background-repeat: no-repeat;
  background-position: center;
}
.topbar__center {
  text-align: center;
  width: 50%;
  line-height: 1.2;
}
.topbar__center-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  color: #f89934;
  text-transform: uppercase;
}
.topbar__right {
  text-align: right;
  width: 25%;
}

.topbar-holder {
  border-bottom: 1px solid #e1e1e1;
}

.midle_header__search-wrap #midle_header__search-wrap-search {
  outline: none;
}

.site-header {
  position: sticky;
  background-color: #fff;
  z-index: 99;
  top: -148px;
}

.midle_header {
  display: flex;
  align-items: center;
  padding: 25px 0;
}
.midle_header__logo {
  max-width: 290px;
  margin-right: 42px;
}
.midle_header__search {
  flex: 1;
  z-index: 3;
  max-width: 635px;
}
.midle_header__search-wrap {
  position: relative;
}
.midle_header__search-wrap #midle_header__search-wrap-search {
  position: absolute;
  left: 0;
  z-index: 99;
  max-height: 50px;
  height: 100%;
  bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  background-color: #f0f2f5;
  color: #333333;
  padding: 9px 15px 9px 19px;
}
.midle_header .registration-form h2 {
  display: none;
}
.midle_header .aws-container .aws-search-form {
  height: 50px;
}
.midle_header .aws-container .aws-show-clear .aws-search-field {
  padding-left: 185px;
}

.midle_header__info {
  display: flex;
  align-items: center;
  margin-left: 100px;
}
.midle_header__info-num {
  display: flex;
  flex-direction: column;
  margin-right: 40px;
}
.midle_header__info-num span {
  color: #999999;
  font-size: 12px;
  line-height: 20px;
}
.midle_header__info-num a {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  color: #333333;
}
.midle_header__info-icons {
  display: flex;
  gap: 20px;
  align-items: center;
}
.midle_header__info-icons a {
  display: flex;
  align-items: center;
}
.midle_header__info-icons-wishlist {
  position: relative;
  font-size: 0;
  padding: 10px;
  cursor: pointer;
}
.midle_header__info-icons-wishlist::before {
  content: "";
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("../../img/icons/love.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#login-menu img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.navigation {
  background-color: #f36f37;
}

.main-navigation .menu-primary-menu-container {
  display: flex;
  align-items: center;
  height: 100%;
  min-height: 52px;
}
.main-navigation__button {
  display: flex;
  justify-content: flex-start;
  padding: 15.5px 27px;
  background-color: #333333;
}
.main-navigation__button--hide {
  display: none;
}
.main-navigation__button span {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  position: relative;
  padding-left: 30px;
}
.main-navigation__button span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("../../img/icons/icons8-menu-24.png");
}
.main-navigation__call {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
.main-navigation__call__icon {
  margin-right: 15px;
}
.main-navigation__call__icon img {
  max-width: 32px;
}
.main-navigation__call a {
  background-color: #333333;
  height: 100%;
  width: 100%;
  max-width: 215px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding-top: 10px !important;
}
.main-navigation__call a span {
  display: block;
  font-size: 10px;
  line-height: 16px;
  font-weight: 400;
  text-transform: none;
  color: rgba(255, 255, 255, 0.7294117647);
}
.main-navigation__call a p {
  line-height: 18px;
}
.main-navigation a {
  line-height: 12px;
  padding: 12px 0 10px 0;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}
.main-navigation li {
  border-bottom: 1px solid transparent;
  margin-right: 50px;
}
.main-navigation li:hover {
  border-bottom: 1px solid #fff;
  transition: 0.3s ease;
}
.main-navigation .current-menu-item {
  transition: 0.3s ease;
  border-bottom: 1px solid #fff;
}

.hamburger-menu,
.close,
.hamburger__main-menu,
#search-mobile,
#hamburger-menu,
.close__hamburger,
.mobile__categories {
  display: none;
}

.midle_header__logo img {
  display: block;
}

@media only screen and (max-width: 1440px) {
  .midle_header {
    padding: 20px 0px;
  }
  .site-header {
    top: -138px;
  }
}
@media only screen and (max-width: 1280px) {
  #midle_header__search-wrap-search {
    max-width: 150px !important;
    padding: 9px 10px !important;
  }
  .midle_header .aws-container .aws-show-clear .aws-search-field {
    padding-left: 165px;
    padding-right: 15px;
  }
  .midle_header__info-num {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 1100px) {
  .midle_header__logo {
    max-width: 250px;
    flex: 1;
  }
  .midle_header .aws-container .aws-search-form {
    height: 44px;
  }
  .aws-container .aws-search-field {
    font-size: 12px !important;
  }
}
@media only screen and (max-width: 991px) {
  .topbar__right {
    display: none;
  }
  .topbar__left {
    width: 50%;
  }
  .topbar__center {
    text-align: right;
  }
  .midle_header {
    justify-content: space-between;
  }
  .hamburger-menu {
    display: block;
  }
  .midle_header__search {
    position: fixed;
    top: 0;
    padding: 20px 15px;
    display: block;
    width: 100%;
    max-width: 100%;
    left: 0;
    transition: 0.4s ease;
    transform: translateY(-100%);
    background-color: #fff;
  }
  .midle_header__search.open-search {
    transform: translateY(0);
    transition: 0.4s ease;
  }
  .midle_header__search.open-search::before {
    content: "";
    position: fixed;
    left: 0;
    top: 84px;
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .midle_header__info-num {
    display: none;
  }
  .midle_header__search-wrap-search {
    max-width: 80% !important;
    margin: 0 auto;
  }
  .widget.widget_aws_widget {
    max-width: 80% !important;
    margin: 0 auto;
  }
  .midle_header .aws-container .aws-show-clear .aws-search-field {
    padding-left: 109px;
  }
  .close {
    display: block;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
  }
  #close-search {
    display: flex;
  }
  #close-search img {
    width: 20px;
    height: 20px;
  }
  .navigation {
    position: fixed;
    transition: all 350ms cubic-bezier(0.56, 0.12, 0.12, 0.98);
    max-width: 350px;
    transform: translateX(-100%);
    transition: 0.4s;
    height: 100vh;
    z-index: 999;
    background-color: #fff;
    left: 0;
    top: 0;
  }
  .navigation-active {
    transform: translateX(0%);
  }
  .navigation-active::before {
    content: "";
    position: fixed;
    left: 100%;
    top: 0;
    width: 100vw;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .hamburger__main-menu,
  .hamburger__main-menu,
  #search-mobile,
  #hamburger-menu {
    display: block;
  }
  .main-navigation__button span::before {
    display: none;
  }
  .navigation .col-xl-3 {
    padding: 0 !important;
  }
  .main-navigation ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 100%;
  }
  .main-navigation__button span {
    padding: 0;
  }
  .main-navigation__button {
    background-color: #f0f2f5;
  }
  .main-navigation a {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 8px;
  }
  .main-navigation li {
    padding: 10px 8px;
    margin-right: 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1) !important;
  }
  .main-menu-active {
    background-color: #f36f37;
    color: #fff !important;
  }
  .main-navigation__button span {
    padding: 15.5px;
    font-weight: 400;
    color: #000;
  }
  .main-navigation__button {
    padding: 0 20px 0 0;
  }
  .close__hamburger {
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 15px;
  }
  header .menu-holder-active {
    display: block;
  }
  .mobile__categories,
  .menu__holder {
    display: none;
  }
  .hero__sidebar-list .hero__sidebar-list__item {
    border-bottom: unset;
  }
  .midle_header__search-wrap #midle_header__search-wrap-search {
    padding: 9px 10px 9px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .topbar__left {
    width: 100%;
  }
  .topbar__center {
    width: 100%;
    text-align: left;
  }
  .topbar {
    flex-wrap: wrap;
  }
  .midle_header__info {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .midle_header__info {
    margin-left: 20px;
  }
  .topbar__right {
    display: none;
  }
  .topbar {
    flex-direction: column;
    align-items: flex-start;
  }
  .topbar {
    padding: 8px 0px;
  }
  .topbar-close {
    top: 10px;
  }
}
@media only screen and (max-width: 474px) {
  .midle_header {
    flex-direction: column;
  }
  .site-header {
    top: -122px;
  }
  .midle_header__logo {
    max-width: 240px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .midle_header__info {
    margin-left: 0;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 100%;
    border-top: 1px solid rgba(225, 225, 225, 0.2);
    margin-left: 0;
  }
  .midle_header__info-icons {
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
  }
  .midle_header__info a {
    display: block;
  }
  .navigation {
    max-width: 90%;
    width: 100%;
  }
  .midle_header__search {
    padding: 10px;
  }
  .midle_header__search.open-search::before {
    top: 64px;
  }
  .midle_header__search-wrap #midle_header__search-wrap-search {
    display: none;
  }
  .midle_header .aws-container .aws-show-clear .aws-search-field {
    padding-left: 10px;
  }
  .widget.widget_aws_widget {
    max-width: 80%;
    margin: 0 auto 0 0;
  }
}
.page-template-frontpage .main-navigation__call {
  display: none;
}

.page-template-frontpage .main-navigation .col-xl-2 {
  display: none;
}

@media only screen and (max-width: 401px) {
  .site-header {
    top: -142px;
  }
}
@media only screen and (max-width: 991px) {
  .main-navigation__button--hide {
    display: block;
  }
  .page-template-frontpage .main-navigation__call {
    display: block;
  }
  .page-template-frontpage .main-navigation .col-xl-2 {
    display: block;
  }
  .main-navigation__call {
    max-width: 100%;
    width: 100%;
    justify-content: center;
    margin-top: 15px;
  }
  .main-navigation__call a {
    max-width: 100%;
    width: 100%;
  }
  .main-navigation__call__text p {
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  #site-navigation > .row {
    overflow-y: scroll;
    padding-bottom: 30px;
  }
}
.mobile__categories .hero__sidebar-list__item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.mobile__categories .hero__sidebar-list__item img {
  max-width: 32px;
}

.navigation,
.navigation .container {
  position: relative;
}

.main-navigation__button {
  cursor: pointer;
}

.header__sidebar {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 15px;
  top: 54px;
  background-color: #fff;
  max-width: calc(25% - 30px);
  width: 100%;
  display: none;
  max-height: 80vh;
  overflow-y: auto;
}
.header__sidebar-list__item {
  font-size: 14px;
  color: #333333;
  font-weight: 400;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 14px 30px;
  gap: 20px;
  transition: 0.4s ease;
}
.header__sidebar-list__item:hover {
  color: #f36f37;
  transition: 0.4s ease;
}
.header__sidebar-list__item:hover img {
  transform: rotate(360deg);
  transition: 0.4s ease;
}
.header__sidebar-list__item img {
  max-width: 24px;
}

@media only screen and (max-width: 1280px) {
  .main-navigation li {
    margin-right: 40px;
  }
  .main-navigation li:last-of-type {
    margin-right: 0;
  }
  .main-navigation__call__icon img {
    max-width: 24px;
  }
  .main-navigation__call__icon {
    margin-right: 8px;
  }
  .main-navigation__call a p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1080px) {
  .main-navigation li {
    margin-right: 30px;
  }
  .main-navigation li:last-of-type {
    margin-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .navigation {
    position: fixed;
  }
  .header__sidebar {
    display: none;
  }
  .main-navigation li {
    margin-right: 0;
  }
  .header__sidebar-list__item {
    border-bottom: none;
  }
  #search-mobile,
  #hamburger-menu {
    width: 20px;
    height: 20px;
  }
  .header__sidebar-list__item {
    display: flex !important;
  }
  .midle_header {
    padding: 15px 0px;
  }
  .midle_header__logo a {
    display: flex;
    align-items: center;
  }
  #login-menu {
    display: flex;
  }
  .sticky_header {
    border-bottom: 1px solid rgba(225, 225, 225, 0.4784313725);
  }
}
@media only screen and (max-width: 474px) {
  .midle_header {
    padding: 15px 0px 12px 0px;
  }
  .midle_header__info {
    padding-top: 12px;
  }
  .midle_header__logo {
    margin-bottom: 15px;
  }
}
.site-footer {
  background-color: #333333;
}

.top-bar {
  background-color: #f36f37;
  padding: 30px 0px;
}
.top-bar_box {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 15px;
}
.top-bar_box__img {
  border-radius: 50%;
  padding: 17.5px;
  display: flex;
  border: 1px solid #000;
  filter: invert(1);
}
.top-bar_box__info-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
}
.top-bar_box__info-desc {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
}

.footer {
  padding: 60px 0px 60px 0px;
  background-color: #333333;
}
.footer__logo .widget_media_image {
  max-width: 250px;
}
.footer__logo p {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  margin-top: 20px;
  line-height: 1.5;
}
.footer .widgettitle {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 24px;
}
.footer ul li:not(:last-of-type) {
  margin-bottom: 12px;
}
.footer ul li a {
  font-size: 14px;
  color: #fff;
  display: block;
  font-weight: 300;
  line-height: 1.5;
}
.footer__company-head {
  display: flex;
  align-items: center;
  margin-top: 26px;
}
.footer__company-head-img {
  filter: invert(1);
  display: flex;
  align-content: inherit;
  margin-right: 15px;
}
.footer__company-head-phone span {
  font-size: 10px;
  font-weight: 300;
  color: #fff;
  line-height: 18px;
}
.footer__company-head-phone span,
.footer__company-head-phone a {
  display: block;
}
.footer__company-body-item {
  gap: 5px;
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  line-height: 1.6;
  display: flex;
  align-items: center;
}
.footer-copy {
  background-color: #333;
  padding: 25px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-copy_holder {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.footer-copy_holder__text {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
}
.footer-copy_holder__text a {
  color: #f36f37;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
}

.footer__company-head-phone span.footer__company__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  color: #f36f37;
}

.footer__logo .textwidget ul {
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 12px;
  margin-top: 60px;
}

.footer__logo .textwidget ul li {
  width: 30px;
  height: 30px;
  margin-bottom: 0;
}

.footer__logo .textwidget ul img {
  display: block;
  transition: all 0.4s ease;
}

.footer__logo .textwidget ul a:hover img {
  filter: brightness(99);
  transition: all 0.4s ease;
}

@media only screen and (max-width: 1440px) {
  .top-bar {
    padding: 25px 0px;
  }
}
@media only screen and (max-width: 1280px) {
  .top-bar {
    padding: 20px 0px;
  }
}
@media only screen and (max-width: 991px) {
  .top-bar {
    padding: 18px 0px;
  }
  .top-bar .row {
    gap: 15px 0px;
  }
  .footer .col-md-6 {
    margin-bottom: 40px;
  }
  .footer {
    padding: 50px 0 0px 0;
  }
}
@media only screen and (max-width: 474px) {
  .footer {
    padding: 40px 0 0 0;
  }
  .footer .widgettitle {
    margin-bottom: 10px;
  }
  .footer-copy_holder {
    flex-direction: column;
    align-items: center;
  }
  .footer-copy_holder__text {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.footer-copy_holder {
  justify-content: center;
}

.footer-logotypes-mobile {
  display: none;
}

.footer-logotypes {
  display: flex;
  justify-content: center;
  background-color: #333333;
  gap: 20px;
  margin-bottom: 25px;
}
.footer-logotypes__item img {
  height: 32px;
  object-fit: contain;
}

@media only screen and (max-width: 991px) {
  .footer-logotypes {
    margin-bottom: 15px;
    gap: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-logotypes {
    display: none;
  }
  .footer-logotypes-mobile {
    display: block;
    margin-bottom: 12px;
  }
  .footer-logotypes-mobile__row {
    display: flex;
    justify-content: center;
    gap: 15px;
  }
  .footer-logotypes-mobile__item {
    padding: 7px 0px;
  }
  .footer-logotypes-mobile__item img {
    max-height: 23px;
  }
}
.main__cta {
  background-color: #f36f37;
  display: inline-block;
  border-radius: 100px;
  padding: 13px 32px;
  line-height: 22px;
  color: #fff;
  font-size: 16px;
  transition: all 0.3s ease;
  border: 1px solid #f47d4b;
}
.main__cta:hover {
  color: #f47d4b;
  background-color: #fff;
}

@media only screen and (max-width: 575px) {
  .main__cta {
    padding: 12px 20px;
    font-size: 14px;
  }
}
.page-title {
  background-color: #fcfaf8;
  padding: 30px 0;
  min-height: 180px;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
}
.page-title__heading {
  color: #0a1624;
  font-size: 52px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -1px;
}
.page-title__bredcrumbs {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  font-size: 12px;
  color: #0a1624;
  font-weight: 600;
  line-height: 20px;
}
.page-title__bredcrumbs a {
  color: #0a1624;
  transition: all 0.3s ease;
}
.page-title__bredcrumbs a:hover {
  color: #f36f37;
}
.page-title__bredcrumbs__item:not(:last-of-type) {
  position: relative;
  padding-right: 12px;
  margin-right: 3px;
}
.page-title__bredcrumbs__item:not(:last-of-type)::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../../img/icons/chevron.png");
}

@media only screen and (max-width: 1290px) {
  .page-title {
    min-height: 160px;
  }
  .page-title__heading {
    font-size: 42px;
  }
}
@media only screen and (max-width: 1199px) {
  .page-title {
    min-height: 120px;
  }
  .page-title__heading {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1024px) {
  .page-title {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .page-title__heading {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .page-title {
    min-height: auto;
  }
  .page-title__heading {
    line-height: 40px;
  }
  .page-title__bredcrumbs {
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 575px) {
  .page-title__bredcrumbs {
    justify-content: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .product-categories__title {
    padding-bottom: 0;
  }
}
#cart-sidebar {
  position: fixed;
  top: 0;
  height: 100%;
  right: 0%;
  transform: translateX(100%);
  width: 420px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
  transition: 0.3s ease;
}
#cart-sidebar.open {
  transform: translateX(0%);
}
#cart-sidebar.open::before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  width: 100vw;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
  padding-left: 0;
}

#toggle-cart-sidebar {
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: relative;
}

#toggle-cart-sidebar::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../../img/icons/shopping-bag.png");
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.cart-counter {
  position: absolute;
  font-size: 10px;
  right: 0;
  top: 0;
  padding: 0 5px;
  border-radius: 50%;
  text-align: center;
  transform: translate(50%, -50%);
  color: #fff;
  background: #f36f37;
}

.cart-sidebar__header {
  background-color: #f0f2f5;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}
.cart-sidebar__header-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  line-height: 22px;
}
.cart-sidebar__header-close {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.cart-sidebar__header-close:hover .line {
  transform: rotate(0) translate(0, 0);
  transition: 0.3s;
}
.cart-sidebar__header-close:hover .line--up {
  transform: rotate(0) translate(0, 2px);
}
.cart-sidebar__header .line {
  width: 24px;
  height: 2px;
  background-color: #333333;
  transition: 0.3s;
}
.cart-sidebar__header .line--up {
  transform: rotate(45deg) translate(2px, 1px);
}
.cart-sidebar__header .line--bottom {
  transform: rotate(-45deg);
}
.cart-sidebar__info {
  padding: 40px 20px 20px 20px;
  display: flex;
  align-items: center;
  height: 90%;
  justify-content: space-between;
  flex-direction: column;
}
.cart-sidebar__info .widget_shopping_cart {
  width: 100%;
}
.cart-sidebar__info p {
  padding-top: 16px;
  padding-bottom: 16px;
  flex: 0;
  display: flex;
  font-weight: 600;
  justify-content: space-between;
  width: 100%;
  line-height: 26px;
  color: #333333;
  font-size: 16px;
  position: relative;
}
.cart-sidebar__info .woocommerce-mini-cart__total.total::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  transform: translateX(-30px);
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.cart-sidebar__info .woocommerce-mini-cart__total.total::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120%;
  transform: translateX(-30px);
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.cart-sidebar__info .woocommerce-mini-cart__buttons.buttons {
  display: flex;
  flex-direction: column;
  padding-bottom: 0;
  margin-bottom: 0;
}
.cart-sidebar__info .button.wc-forward {
  background-color: #f4f4f4 !important;
  padding: 12px;
  color: #333333 !important;
  text-align: center;
  margin: 0 0px 15px;
}
.cart-sidebar__info .button.checkout.wc-forward {
  background-color: #333333 !important;
  padding: 12px;
  color: #fff !important;
}
.cart-sidebar .size-woocommerce_thumbnail {
  max-width: 90px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: 15px;
}
.cart-sidebar .mini_cart_item a:last-of-type {
  display: flex;
  color: #333333;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  text-transform: uppercase;
}
.cart-sidebar .quantity {
  padding-left: 105px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.cart-sidebar .cart_list {
  flex: 4;
}
.cart-sidebar .mini_cart_item {
  position: relative !important;
}
.cart-sidebar .remove_from_cart_button .remove_from_cart_button:hover {
  filter: brightness(0);
}

.woocommerce.widget_shopping_cart .cart_list li a.remove {
  position: absolute !important;
  bottom: 0 !important;
  right: 100px !important;
  font-size: 0 !important;
  background-image: url("../../img/icons/icons8-trash-22.png") !important;
  width: 22px !important;
  transform: translateX(3px) !important;
  height: 22px !important;
  top: unset;
  left: unset;
}

.widget_shopping_cart .product_list_widget li a.remove:before {
  display: none !important;
}

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
  padding-top: 16px;
  padding-bottom: 16px;
  flex: 0;
  border-top: unset;
  display: flex;
  font-weight: 600;
  justify-content: space-between;
  width: 100%;
  line-height: 26px;
  color: #333333;
  font-size: 16px;
  position: relative;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  width: 90px;
}

#woocommerce_widget_cart-4 {
  height: 100%;
}
#woocommerce_widget_cart-4 .widget_shopping_cart {
  height: 100%;
}
#woocommerce_widget_cart-4 .widget_shopping_cart_content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

@media only screen and (max-width: 575px) {
  #cart-sidebar {
    width: 100%;
  }
}
.related_products__holder-items {
  margin-left: -15px;
  margin-right: -15px;
}
.related_products__holder-items-item {
  margin-right: 15px;
  margin-left: 15px;
}
.related_products__holder-items-item:hover
  .product-gallery:has(.product__gallery)
  .product__featured {
  transform: translateY(-100%);
  opacity: 0.3;
}
.related_products__holder-items-item:hover
  .product-gallery:has(.product__gallery)
  .product__gallery {
  transform: translateY(0);
  opacity: 1;
}
.related_products__holder-items-item:hover .product-gallery__sidebar {
  opacity: 1;
}
.related_products__holder-items-item:hover .product-gallery a {
  opacity: 1;
  transition: 0.3 ease;
}
.related_products__holder-items-item .product-gallery {
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-bottom: 12px;
  position: relative;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.related_products__holder-items-item .product-gallery--item {
  margin-bottom: 20px;
}
.related_products__holder-items-item .product-gallery__cart {
  position: absolute;
  bottom: 0;
  width: 100%;
  border: unset;
  text-align: center;
}
.related_products__holder-items-item .product-gallery__cart a {
  display: block;
  color: #fff;
  background-color: #f36f37;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  border-radius: unset;
  border: unset;
  transition: 0.4s ease;
  opacity: 0;
  padding: 10px;
  transition: all 0.3s ease;
}
.related_products__holder-items-item .product-gallery__cart a:hover {
  background-color: #f47d4b;
  color: #fff;
}
.related_products__holder-items-item .product-gallery__sidebar {
  position: absolute;
  z-index: 9;
  right: 10px;
  top: 10px;
  padding: 10px;
  opacity: 0;
  transition: 0.4s;
}
.related_products__holder-items-item
  .product-gallery__sidebar
  .yith-wcwl-add-to-wishlist {
  font-size: 0;
  margin: 0;
  position: relative;
}
.related_products__holder-items-item
  .product-gallery__sidebar
  .yith-wcwl-add-to-wishlist::before {
  position: absolute;
  content: "Add to wishlist";
  white-space: nowrap;
  font-size: 11px;
  font-weight: 300;
  right: 45px;
  top: 50%;
  transform: translate(15px, -50%);
  background-color: #383838;
  color: #fff;
  padding: 6px 10px;
  text-shadow: 0 -1px 0 #000;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  z-index: 99;
}
.related_products__holder-items-item
  .product-gallery__sidebar
  .yith-wcwl-add-to-wishlist::after {
  content: "";
  margin-right: -3px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #383838 !important;
  right: 42px;
  height: 20px;
  width: 10px;
  top: 50%;
  transform: translate(15px, -50%);
  background: 0 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  border: 6px solid transparent;
}
.related_products__holder-items-item
  .product-gallery__sidebar
  .yith-wcwl-add-to-wishlist:hover::before {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease,
    transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transform: translate(0, -50%);
}
.related_products__holder-items-item
  .product-gallery__sidebar
  .yith-wcwl-add-to-wishlist:hover::after {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.4s ease, visibility 0.3s ease,
    transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transform: translate(0, -50%);
}
.related_products__holder-items-item .product-gallery__sidebar .yith-wcwl-icon {
  background-color: #fff;
  font-size: 14px;
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  padding: 10px;
}
.related_products__holder-items-item
  .product-gallery__sidebar
  .yith-wcwl-icon:hover {
  -webkit-text-stroke: 1px #fff;
  color: #f36f37;
  background-color: #f36f37;
}
.related_products__holder-items-item
  .product-gallery__sidebar
  .fa-heart-o:before {
  content: "\f004";
  -webkit-text-stroke: 1px black;
  color: #fff;
}
.related_products__holder-items-item
  .product-gallery__sidebar
  .fa-heart-o:hover:before {
  transition: 0.2s ease;
  -webkit-text-stroke: 1px #fff;
  color: #f36f37;
  background-color: #f36f37;
}
.related_products__holder-items-item .product-gallery__price span {
  font-size: 20px;
  color: #f36f37;
}
.related_products__holder-items-item
  .product-gallery__price:has(.sale__price)
  .regular__price {
  color: #999;
  font-size: 14px;
  position: relative;
}
.related_products__holder-items-item
  .product-gallery__price:has(.sale__price)
  .regular__price::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  height: 1px;
  width: 100%;
}
.related_products__holder-items-item .product__featured,
.related_products__holder-items-item .product__gallery {
  transition: 0.4s ease;
}
.related_products__holder-items-item img {
  width: 100%;
  object-fit: cover;
}
.related_products__holder-items-item h2 {
  font-size: 16px;
  color: #333333;
  line-height: 1.25;
  margin-bottom: 12px;
  font-weight: 400;
}
.related_products__holder-items-item h2 a {
  color: #333333;
}
.related_products .slick-dots {
  bottom: -60px;
}
.related_products .slick-dots li.slick-active button:before {
  color: #f36f37;
}
.related_products .slick-dots li button:before {
  font-size: 16px;
}

@media only screen and (max-width: 991px) {
  .related_products__holder-items-item img {
    max-width: 100%;
    margin: 0 auto;
  }
  .hero .container .row > div:last-of-type {
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 474px) {
  .related_products__holder-items,
  .related_products__holder-items-item {
    margin-right: 0;
    margin-left: 0;
  }
  .related_products {
    margin-bottom: 50px;
  }
  .related_products__holder-items-item h2 {
    font-size: 18px;
  }
  .related_products .slick-dots {
    bottom: -50px;
  }
}
.product__gallery--animate {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(100%);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  opacity: 0.3;
}

.cart-login {
  transition: 0.3s ease;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  transform: translateX(100%);
  background-color: #fff;
  width: 420px;
  z-index: 9;
}
.cart-login.open {
  transition: 0.3s ease;
  transform: translateX(0%);
}
.cart-login_wrapper {
  overflow: hidden;
}
.cart-login.open::before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  width: 100vw;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cart-login__header {
  background-color: #f0f2f5;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}
.cart-login__header-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  line-height: 22px;
}
.cart-login__header-close {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.cart-login__header-close:hover .line {
  transform: rotate(0) translate(0, 0);
  transition: 0.3s;
}
.cart-login__header-close:hover .line--up {
  transform: rotate(0) translate(0, 2px);
}
.cart-login__header .line {
  width: 24px;
  height: 2px;
  background-color: #333333;
  transition: 0.3s;
}
.cart-login__header .line--up {
  transform: rotate(45deg) translate(2px, 1px);
}
.cart-login__header .line--bottom {
  transform: rotate(-45deg);
}
.cart-login__body {
  padding: 20px 30px 10px;
  position: relative;
}
.cart-login__body-box {
  transition: all 350ms cubic-bezier(0.56, 0.12, 0.12, 0.98);
}
.cart-login__body .tml-login label {
  color: #333333;
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  font-family: "Readex Pro", sans-serif !important;
}
.cart-login__body .tml-login input {
  outline: unset;
  border: unset;
  font-family: "Readex Pro", sans-serif !important;
  border-bottom: 1px solid #333333;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 14px;
}
.cart-login__body .tml-login button {
  border: none;
  margin-top: 30px;
  background: #f36f37;
  color: #fff;
  cursor: pointer;
  font-family: "Readex Pro", sans-serif !important;
  padding: 17px 35px;
  text-decoration: none;
  text-shadow: none;
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.375;
  width: 100%;
  border-radius: 100px;
  text-align: center;
}
.cart-login__body-lost-password a {
  color: #333333;
  font-size: 14px;
  text-decoration: underline;
  text-align: center;
  display: block;
  margin-top: 15px;
}
.cart-login__body-no-account {
  border-top: 2px dashed;
  border-color: var(--border);
  margin-top: 20px;
  padding: 20px 0;
  text-align: center;
}
.cart-login__body-no-account span span {
  opacity: 0.7;
  font-weight: 400;
}
.cart-login__body-no-account span a {
  opacity: 1;
  font-weight: 600;
  color: #f36f37;
}
.cart-login__body-password {
  padding: 20px 30px 10px;
  transition: all 350ms cubic-bezier(0.56, 0.12, 0.12, 0.98);
  position: absolute;
  transform: translateX(100%);
  right: 0;
  top: 0;
}
.cart-login__body-password-desc p {
  padding: 20px;
  background: #f0f2f5;
  color: #6f7175;
  font-size: 14px;
}
.cart-login__body-password label {
  color: #333333;
  display: block;
  margin-bottom: 0.5em;
  font-weight: 600;
  font-size: 14px;
  font-family: "Readex Pro", sans-serif !important;
}
.cart-login__body-password input {
  padding: 14px;
  font-family: "Readex Pro", sans-serif !important;
}
.cart-login__body-password button {
  border: none;
  background: #f36f37;
  color: #fff;
  cursor: pointer;
  padding: 17px 35px;
  text-decoration: none;
  text-shadow: none;
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.375;
  width: 100%;
  border-radius: 100px;
  font-family: "Readex Pro", sans-serif !important;
  text-align: center;
}
.cart-login__body-password a {
  width: 100%;
  display: block;
  text-align: center;
  font-weight: 600;
  text-align: center;
  color: #f36f37;
}
.cart-login__body-register {
  padding: 20px 30px 10px;
  transition: all 350ms cubic-bezier(0.56, 0.12, 0.12, 0.98);
  position: absolute;
  transform: translateX(100%);
  right: 0;
  top: 0;
}
.cart-login__body-register-desc p {
  padding: 20px;
  background: #f0f2f5;
  color: #6f7175;
  font-size: 14px;
}
.cart-login__body-register label {
  color: #333333;
  display: block;
  margin-bottom: 0.5em;
  font-weight: 600;
  font-size: 14px;
  font-family: "Readex Pro", sans-serif !important;
}
.cart-login__body-register input {
  padding: 14px;
  font-family: "Readex Pro", sans-serif !important;
}
.cart-login__body-register button {
  border: none;
  background: #f36f37;
  color: #fff;
  cursor: pointer;
  padding: 17px 35px;
  text-decoration: none;
  text-shadow: none;
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.375;
  width: 100%;
  border-radius: 100px;
  font-family: "Readex Pro", sans-serif !important;
  text-align: center;
}
.cart-login__body-register a {
  width: 100%;
  display: block;
  text-align: center;
  font-weight: 600;
  text-align: center;
  color: #f36f37;
}

@media only screen and (max-width: 575px) {
  .cart-login {
    width: 100%;
  }
}
.quick-view-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.quick-view-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  opacity: 0.5;
  cursor: url("../../img/icons/light-close.png") 16 16, pointer;
}
.quick-view-popup__content {
  position: relative;
  z-index: 2;
  width: 1040px;
}
.quick-view-popup__close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.17);
  transform: translate(50%, -50%);
  cursor: pointer;
  text-align: center;
  color: #0a1624;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quick-view-popup__close img {
  max-width: 24px;
}

.quick-view-content {
  max-height: calc(100vh - 120px);
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.quick-view-content__wrap {
  max-height: calc(100vh - 180px);
  overflow: scroll;
  padding-right: 43px;
  margin-bottom: 0;
}
.quick-view-content__gallery {
  width: 50%;
}
.quick-view-content__gallery .slick-track {
  display: flex !important;
  height: 100%;
  align-items: center;
}
.quick-view-content__gallery .slick-slide {
  height: inherit !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quick-view-content__gallery .slick-slider {
  margin-bottom: 0;
  height: 100%;
}
.quick-view-content__gallery .slick-list {
  height: 100%;
}
.quick-view-content__gallery .slick-dots {
  bottom: 10px;
}
.quick-view-content__gallery .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0px 6px;
}
.quick-view-content__gallery .slick-dots li button {
  padding: 0;
  width: 10px;
  height: 10px;
}
.quick-view-content__gallery .slick-dots li button::before {
  content: "";
  background-color: #4a5ab2;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.quick-view-content__gallery .slick-dots li button:hover::before {
  background-color: #ff5630;
}
.quick-view-content__gallery .slick-dots li.slick-active button::before {
  background-color: #ff5630;
  opacity: 1;
}
.quick-view-content__info {
  padding: 30px 0 30px 37px;
  width: 50%;
}
.quick-view-content__info__title {
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 4px;
  font-weight: 700;
}
.quick-view-content__info__rating {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  line-height: 1.9;
}
.quick-view-content__info__rating .review-count {
  color: #999;
  font-size: 14px;
  font-weight: 400;
}
.quick-view-content__info__divider {
  border-bottom: 1px solid #e1e1e1;
  padding-top: 15px;
  margin-bottom: 30px;
}
.quick-view-content__info__social-share {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 25px;
  margin-top: 25px;
  border-top: 1px solid #e1e1e1;
  gap: 10px;
}
.quick-view-content__info__social-share img {
  max-width: 30px;
  height: auto;
  object-fit: contain;
}
.quick-view-content__info .star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  font-size: 14px;
  width: 6.3em;
  font-family: star;
  font-weight: 400;
  margin-right: 6px;
}
.quick-view-content__info .price {
  font-size: 24px;
  line-height: 1.3333333333;
  display: flex;
  flex-direction: row-reverse;
  align-items: baseline;
  justify-content: flex-end;
  position: relative;
  color: #f36f37;
  margin-bottom: 10px;
  font-weight: 600;
}
.quick-view-content__info .price del {
  font-size: 18px;
  margin-left: 8px;
  color: #999;
  font-weight: 700;
}
.quick-view-content__info .price ins {
  font-size: 24px;
  color: #ff5630;
  background: transparent;
}
.quick-view-content__info .stock-label-box {
  margin-bottom: 30px;
}
.quick-view-content__info .woocommerce-product-details__short-description {
  margin-bottom: 15px;
  font-size: 14px;
  color: #6f7175;
}
.quick-view-content__info .woocommerce-product-details__short-description ul,
.quick-view-content__info .woocommerce-product-details__short-description li {
  list-style: disc;
  line-height: 1.625;
}
.quick-view-content__info .woocommerce-product-details__short-description ul,
.quick-view-content__info .woocommerce-product-details__short-description ol {
  margin: 0 0 1em 3em;
  padding: 0;
}
.quick-view-content__info .cart {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.quick-view-content__info .quantity {
  position: relative;
  border: 1px solid #e1e1e1;
  display: flex;
  align-items: center;
  margin-right: 12px;
  width: 128px;
  height: 44px;
  border-radius: 30px;
  font-size: 14px;
  margin-top: 10px;
}
.quick-view-content__info .quantity button {
  width: 33.33%;
  height: 35px;
  text-align: center;
  color: #0a1624;
  background: 0 0;
  border-radius: 0;
  padding: 0;
  font-size: 12px;
  border: none;
  cursor: pointer;
  font-size: 18px;
}
.quick-view-content__info .quantity .qty {
  border-radius: 0;
  border: none;
  -moz-appearance: textfield;
  text-align: center;
  font-size: 16px;
  padding: 0;
  width: 33.33%;
  color: #0a1624;
  background-color: transparent;
}
.quick-view-content__info .single_add_to_cart_button {
  margin-top: 10px;
  white-space: nowrap;
  border: none;
  font-size: 14px;
  line-height: 1.2857142857;
  color: #fff;
  text-transform: capitalize;
  padding: 13px 50px;
  background-color: #f36f37;
  margin-left: 0;
  border: none;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  -webkit-appearance: none;
  transform: perspective(1px) translateZ(0);
  transition-property: color;
  transition-duration: 0.3s;
  font-weight: 600;
  border-radius: 100px;
  text-align: center;
  border: 1px solid #f36f37;
}
.quick-view-content__info .single_add_to_cart_button:hover {
  background-color: #fff;
  color: #f36f37;
}
.quick-view-content__info .yith-wcwl-add-button,
.quick-view-content__info .yith-wcwl-wishlistexistsbrowse {
  font-size: 14px;
  color: #0a1624;
  padding-top: 10px;
}
.quick-view-content__info .yith-wcwl-add-button a,
.quick-view-content__info .yith-wcwl-wishlistexistsbrowse a {
  color: #0a1624;
}
.quick-view-content .product_meta {
  margin-top: 30px;
}
.quick-view-content .product_meta .tagged_as {
  position: relative;
  padding-left: 18px;
}
.quick-view-content .product_meta .tagged_as::before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  position: absolute;
  background-image: url("../../img/icons/tag.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 10px;
  left: 0;
}
.quick-view-content .product_meta > span {
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  color: #0a1624;
  display: block;
}
.quick-view-content .product_meta > span span,
.quick-view-content .product_meta > span a {
  color: #999;
  transition: all 0.3s ease;
}
.quick-view-content .product_meta > span a:hover {
  color: #4a5ab2;
}

.quick-view-button {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 5px;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  background-color: #fff;
  align-items: center;
  justify-content: center;
}
.quick-view-button span {
  width: 14px;
  height: 14px;
}
.quick-view-button span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../../img/icons/quick-view.png");
  width: 14px;
  height: 14px;
  transition: all 0.3s ease;
}
.quick-view-button:hover {
  background-color: #ff5630;
  cursor: pointer;
}
.quick-view-button:hover span {
  filter: brightness(1000) invert(1);
}
.quick-view-button::before {
  position: absolute;
  content: "Quick view";
  white-space: nowrap;
  visibility: hidden;
  font-size: 11px;
  font-weight: 300;
  right: 45px;
  top: 50%;
  transform: translate(15px, -50%);
  background-color: #383838;
  color: #fff;
  padding: 6px 10px;
  text-shadow: 0 -1px 0 #000;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  opacity: 0;
  z-index: 99;
}
.quick-view-button::after {
  content: "";
  margin-right: -3px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #383838 !important;
  right: 42px;
  height: 20px;
  visibility: hidden;
  width: 10px;
  top: 50%;
  transform: translate(15px, -50%);
  background: 0 0;
  opacity: 0;
  position: absolute;
  border: 6px solid transparent;
}
.quick-view-button:hover::before {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease,
    transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transform: translate(0, -50%);
}
.quick-view-button:hover::after {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s ease, visibility 0.3s ease,
    transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transform: translate(0, -50%);
}

.woocommerce-product-details__add-to-cart a {
  margin-top: 10px;
  white-space: nowrap;
  border: none;
  font-size: 14px;
  line-height: 1.2857142857;
  color: #fff;
  text-transform: capitalize;
  padding: 13px 50px;
  background-color: #f36f37;
  margin-left: 0;
  border: none;
  cursor: pointer;
  border: 1px solid #f36f37;
  text-decoration: none;
  display: inline-block;
  -webkit-appearance: none;
  transform: perspective(1px) translateZ(0);
  transition-property: color;
  transition-duration: 0.3s;
  font-weight: 600;
  border-radius: 100px;
  text-align: center;
}
.woocommerce-product-details__add-to-cart a:hover {
  background-color: #fff;
  color: #f36f37;
}

@media only screen and (max-width: 1536px) {
  .quick-view-content__info__title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1280px) {
  .quick-view-content__info__title {
    font-size: 24px;
  }
  .quick-view-content__info .woocommerce-product-details__short-description,
  .woocommerce-product-details__add-to-cart a,
  .quick-view-content__info .yith-wcwl-add-button,
  .quick-view-content__info .yith-wcwl-wishlistexistsbrowse,
  .quick-view-content .product_meta > span {
    font-size: 13px;
  }
  .quick-view-popup__content {
    width: 90vw;
  }
}
@media only screen and (max-width: 991px) {
  .quick-view-content__info__title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .quick-view-content__gallery {
    display: none;
  }
  .quick-view-content__info {
    padding: 30px 20px;
    width: 100%;
  }
}
.product__bredcrumbs {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  font-size: 14px;
  color: #0a1624;
  font-weight: 600;
  line-height: 20px;
  padding: 20px 15px;
}

.product__bredcrumbs a {
  color: #6f7175;
  transition: 0.3s;
}

.product__bredcrumbs a:hover {
  color: #f36f37;
}

.product__bredcrumbs .woocommerce-breadcrumb a {
  position: relative;
  padding-right: 15px;
}

.product__bredcrumbs .woocommerce-breadcrumb a::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../../img/icons/chevron.png");
}

.single-product .current-product {
  width: 100%;
  padding: 0px 15px;
}

.woocommerce-product-gallery {
  position: relative;
}

.single-product .content-single-wrapper {
  display: flex;
  align-items: flex-start;
}

.flex-active-slide {
  height: auto;
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
}

.single-product div.product .woocommerce-product-gallery {
  float: left;
  margin-bottom: 50px;
  width: 50%;
  padding-right: 12px;
  padding-left: 125px;
}

.woocommerce-product-gallery .flex-viewport {
  margin-bottom: 30px;
  border: 1px solid #e1e1e1;
  width: 100%;
}

.single-product div.product .images .woocommerce-product-gallery__image {
  box-sizing: border-box;
  width: 100%;
}

.woocommerce-product-gallery__image img {
  width: 100%;
  height: 500px;
  object-fit: contain;
}

.variations {
  margin-bottom: 0;
}

.woocommerce-product-gallery__trigger img.emoji {
  display: none !important;
}

.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  z-index: 80;
  box-shadow: 0 8px 15px rgba(140, 152, 164, 0.1);
  background-color: #fff;
  text-align: center;
  text-indent: -9999px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
  background-color: #f36f37;
}

.woocommerce-product-gallery .woocommerce-product-gallery__trigger::before {
  content: "";
  display: block;
  background-image: url("../../img/icons/enlarge-black.png");
  width: 15px;
  height: 15px;
}

.woocommerce-product-gallery
  .woocommerce-product-gallery__trigger:hover::before {
  background-image: url("../../img/icons/enlarge-white.png");
}

.flex-control-nav {
  display: flex;
  flex-direction: column;
  padding: 0;
  max-width: 120px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 475px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.flex-control-nav .flex-active {
  border: solid 1px #f36f37;
}

.flex-control-nav li:not(:last-child) img {
  margin-right: 10px;
}

.flex-control-nav li img:hover {
  border: solid 1px #f36f37;
}

.flex-direction-nav {
  position: absolute;
  bottom: 30px;
  left: 0px;
  display: flex;
  justify-content: center;
  width: 100px;
  border: 1px solid #000;
  background-color: #fff;
}

.flex-direction-nav::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  left: 50%;
  bottom: 0;
  background-color: #000;
  z-index: 55555;
}

.flex-control-nav li img {
  width: 100px;
  height: 100px;
  max-width: 100px;
}

.flex-next::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  padding: 12px 25px;
  width: 20px;
  height: 20px;
  background-image: url("../../img/icons/chevron.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 12px;
  visibility: visible;
  transform: translateY(-77%);
}

.flex-next {
  visibility: hidden;
  position: relative;
  font-size: 0;
}

.flex-prev {
  visibility: hidden;
  position: relative;
  font-size: 0;
}

.flex-prev::before {
  content: "";
  position: absolute;
  top: 0px;
  padding: 12px 25px;
  right: 0;
  width: 20px;
  height: 20px;
  background-image: url("../../img/icons/chevron.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 12px;
  visibility: visible;
  transform: translateY(-77%) scaleX(-1);
}

.summary.entry-summary {
  display: flex;
  flex-direction: column;
  padding-left: 12px;
  padding-right: 15px;
  margin-top: 0;
}

.product_title {
  font-size: 24px;
  line-height: 1.3333333333;
  margin-bottom: 4px;
  font-weight: 700;
}

.woocommerce-product-rating {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}

.woocommerce-review-link,
.woocommerce-review-link:visited {
  padding-left: 10px;
  color: #999999;
  transition: 0.3s;
}

.woocommerce-review-link:hover {
  padding-left: 10px;
  color: #f36f37;
  text-decoration: underline;
}

.price ins {
  font-size: 24px;
  background-color: #fff;
  order: 1;
}

.summary .price {
  line-height: 1.3333333333;
  display: flex;
  /* flex-direction: row-reverse; */
  align-items: baseline;
  /* justify-content: flex-end; */
  position: relative;
  color: #f36f37;
  margin-bottom: 10px;
}

/* .summary .price.reverse-row {
  flex-direction: row-reverse;
  justify-content: flex-end;
} */

.summary del {
  font-size: 18px !important;
  margin-left: 8px !important;
  color: #999999 !important;
  font-weight: 700 !important;
  order: 2;
}

.woocommerce-product-details__short-description ul {
  margin-top: 20px;
  margin-left: 48px;
}

.woocommerce-product-details__short-description ul li {
  list-style: disc;
}

.woocommerce-product-details__short-description ul br {
  display: none;
}

.variations_form.cart {
  flex-direction: column;
  align-items: flex-start;
}

.variations_form.cart .woocommerce-variation-add-to-cart {
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px 0px;
}

div.quantity button {
  border: none;
}

.quantity {
  border: 1px solid #e1e1e1 !important;
  border-radius: 30px;
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-right: 10px;
}
.quantity__plus,
.quantity__minus {
  border: none;
  font-size: 18px !important;
}

.quantity__plus.hidden-disable {
  pointer-events: none;
  opacity: 0.5;
}
.quantity input {
  outline: none;
}

form.cart {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 0px;
  align-items: center;
}

.single_add_to_cart_button {
  background-color: #f36f37;
  border: 1px solid transparent;
  border-radius: 30px;
  font-size: 14px;
  padding: 13px 50px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid #f36f37;
  transition: all 0.3s ease;
  outline: none;
}
.single_add_to_cart_button:hover {
  background-color: #fff;
  color: #f36f37;
  border-color: #f36f37;
}

.single_add_to_cart_button:hover {
  background-color: #fff;
  border: 1px solid #f36f37;
  color: #f36f37;
}

.wishlist {
  padding-bottom: 15px;
  padding-top: 10px;
}

.single-product .onsale {
  padding: 2px 12px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 3;
  background-color: #e54d2b;
  border-radius: 50px;
  margin-left: 12px;
}

.wishlist .yith-wcwl-add-button span {
  font-weight: 600;
  color: #000;
  font-size: 14px;
}

.wishlist .yith-wcwl-icon {
  color: #000;
}

.wishlist .yith-wcwl-add-button:hover,
.wishlist .yith-wcwl-add-button:visited {
  color: #000;
}

.yith-wcwl-wishlistaddedbrowse a,
.yith-wcwl-wishlistaddedbrowse a:visited,
.yith-wcwl-wishlistaddedbrowse a:hover,
.yith-wcwl-wishlistaddedbrowse a:active,
.yith-wcwl-wishlistexistsbrowse a,
.yith-wcwl-wishlistexistsbrowse a:visited,
.yith-wcwl-wishlistexistsbrowse a:hover,
.yith-wcwl-wishlistexistsbrowse a:active {
  color: #000 !important;
}

.product_meta {
  display: flex;
  flex-direction: column;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
}

.posted_in,
.tagged_as,
.sku_wrapper {
  font-size: 14px;
  color: #000;
}

.posted_in a,
.tagged_as a,
.sku_wrapper .sku {
  font-size: 14px;
  color: #999999;
  transition: 0.3s;
}

.posted_in a:hover,
.tagged_as a:hover {
  color: #e54d2b;
}

.posted_in {
  padding-top: 10px;
  padding-bottom: 10px;
}

.tagged_as {
  position: relative;
  padding-left: 20px;
}

.related .slick-dots {
  position: relative;
  margin-bottom: 50px;
  bottom: 0;
  margin-top: 30px;
}

.tagged_as::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../../img/icons/tag.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
}

.socials {
  padding-top: 25px;
}
.socials a {
  margin-right: 5px;
  width: 30px;
  height: 30px;
  line-height: 27px;
  text-align: center;
  color: #fff !important;
  border-radius: 30px;
  display: inline-block;
  position: relative;
}
.socials a::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s;
}
.socials__face {
  background-color: #3b5998;
}
.socials__face::before {
  background-image: url("../../img/icons/facebook.png");
}
.socials__face:hover {
  background-color: #2d4373;
}
.socials__twiter {
  background-color: #00aced;
}
.socials__twiter::before {
  background-image: url("../../img/icons/twitter.png");
}
.socials__twiter:hover {
  background-color: #0087ba;
}
.socials__linkedin {
  background-color: #007bb6;
}
.socials__linkedin::before {
  background-image: url("../../img/icons/linkedin.png");
}
.socials__linkedin:hover {
  background-color: #005983;
}
.socials__pinterest {
  background-color: #cb2027;
}
.socials__pinterest::before {
  background-image: url("../../img/icons/pinterest.png");
}
.socials__pinterest:hover {
  background-color: #9f191f;
}
.socials__mail {
  background-color: #dd4b39;
}
.socials__mail::before {
  background-image: url("../../img/icons/email.png");
}
.socials__mail:hover {
  background-color: #c23321;
}

.woocommerce-tabs.wc-tabs-wrapper {
  border: 1px solid #e1e1e1;
  margin-top: 70px;
  margin-bottom: 45px;
  padding: 30px;
  width: 100%;
  font-size: 14px;
  color: #6f7175;
  margin-left: 15px;
  margin-right: 15px;
}

.comment-form-cookies-consent {
  margin-bottom: 20px;
}

.comment-respond {
  margin-bottom: 10px;
}

.tabs.wc-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 30px;
  margin: 0;
  list-style: none;
  position: relative;
  margin-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
}

.tabs.wc-tabs li a {
  color: #999999;
  font-family: readex pro, helveticaneue-light, helvetica neue light,
    helvetica neue, Helvetica, Arial, lucida grande, sans-serif;
  padding: 10px 0;
  font-size: 20px;
  line-height: 28px;
  display: block;
  position: relative;
  font-weight: 700;
  transition: 0.3s;
}

.tabs.wc-tabs li a:after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #f36f37;
  transition: all ease 0.3s;
}

.tabs.wc-tabs li.active a {
  color: #0a1624;
}

.tabs.wc-tabs li a:hover {
  color: #0a1624;
}

.tabs.wc-tabs li a:hover::after {
  width: 100%;
}

.tabs.wc-tabs li.active a:after {
  width: 100%;
}

.woocommerce-Tabs-panel--description strong {
  color: #000;
}

.woocommerce-Tabs-panel--description p {
  margin-bottom: 16px;
}

.woocommerce-Tabs-panel--description ul {
  margin-left: 3em;
  margin-bottom: 1em;
  list-style: disc;
}

.woocommerce-Tabs-panel--description ul li {
  list-style: disc;
}

.woocommerce-Reviews-title {
  color: #000;
}

#reviews .commentlist {
  margin-left: 0;
  padding-left: 0;
  margin-top: 25px;
}

#reviews .commentlist li {
  margin-bottom: 30px;
  padding-bottom: 30px;
  list-style: none;
  clear: both;
  border-bottom: 1px solid #e1e1e1;
}

#reviews .commentlist li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

#reviews .comment_container {
  display: flex;
}

#reviews .avatar {
  width: 60px;
  height: 60px;
  margin-right: 30px;
  border-radius: 50%;
}

#reviews .commentlist li .comment_container .comment-text {
  width: calc(100% - 90px);
  float: right;
  display: flex;
  flex-wrap: wrap;
}

#reviews .meta {
  order: -1;
  margin-bottom: 10px;
  margin-right: auto;
}

.woocommerce-review__author {
  color: #000;
}

.woocommerce-review__dash {
  display: none;
}

.woocommerce-review__published-date {
  display: block;
  color: #999999;
}

#reviews .description {
  width: 100%;
  padding: 20px;
  background: #f0f2f5;
  width: 100%;
  margin-top: 5px;
  position: relative;
}

#reviews .description::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 6px solid;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 0;
  top: -6px;
  left: 35px;
  border-bottom-color: #f0f2f5;
}

#reviews .review-for {
  font-size: 18px;
  color: #000;
  font-weight: 600;
}

#reviews .comment-notes {
  color: #999999;
  padding-bottom: 20px;
  padding-top: 10px;
}

#reviews .comment-form-rating {
  margin-bottom: 20px;
}

#reviews .comment-form-rating {
  margin-bottom: 20px;
}

#reviews .comment-form-rating label {
  font-weight: 600;
  color: #000;
  margin-right: 10px;
}

#reviews #comment,
#reviews .comment-form-name input,
#reviews .comment-form-mail input {
  padding: 14px;
  color: #6f7175;
  border: 2px solid #e1e1e1;
  -webkit-appearance: none;
  border-radius: 5px;
  box-sizing: border-box;
  outline: 0;
  transition: all ease-in-out 0.3s;
  font-size: 14px;
  line-height: 24px;
}

#reviews #comment:focus,
#reviews .comment-form-name input:focus,
#reviews .comment-form-mail input:focus {
  border-color: #f36f37;
}

#reviews #comment::placeholder,
#reviews .comment-form-name input::placeholder,
#reviews .comment-form-mail input::placeholder {
  transition: 0.7s ease-in;
}

#reviews #comment:focus::placeholder,
#reviews .comment-form-name input:focus::placeholder,
#reviews .comment-form-mail input:focus::placeholder {
  color: transparent;
}

#reviews .comment-form-name {
  margin-right: 10px;
}

#reviews .comment-form-name,
#reviews .comment-form-mail {
  display: inline-block;
  width: calc(50% - 5px);
}

#reviews .comment-form-name input,
#reviews .comment-form-mail input {
  width: 100%;
}

#reviews .comment-form-checkbox {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #999999;
}

#reviews .comment-form-checkbox #additional_check {
  margin-right: 10px;
}

#reviews .submit {
  margin-right: 10px;
  background-color: #f36f37;
  border: 1px solid transparent;
  color: #fff;
  cursor: pointer;
  padding: 17px 35px;
  text-decoration: none;
  text-shadow: none;
  display: inline-block;
  -webkit-appearance: none;
  transform: perspective(1px) translateZ(0);
  transition-property: color;
  transition-duration: 0.3s;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.375;
  border-radius: 100px;
  text-align: center;
  border: 1px solid #f36f37;
}

#reviews .submit:hover {
  background-color: #fff;
  border: 1px solid #f36f37;
  color: #f36f37;
}

table.shop_attributes {
  margin-bottom: 0;
  border-collapse: collapse;
}

table.shop_attributes tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

table.shop_attributes td,
table.shop_attributes th {
  line-height: 1.625;
  border: none !important;
  padding: 1em 1.41575em;
  text-align: left;
  color: #000;
}

table.shop_attributes td {
  width: 65%;
}

table.shop_attributes th {
  width: 35%;
}

.related.products {
  width: 100%;
}

.related.products h2 {
  padding-left: 15px;
  padding-right: 15px;
}

.related-item li {
  position: relative;
  margin: 0 auto;
}

.related-item .onsale {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 50;
  padding: 2px 12px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 3;
  background-color: #f36f37;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.related-item .woocommerce-loop-product__title a {
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  color: #000;
  padding-top: 0px;
  transition: 0.3s;
}

.related-item .woocommerce-loop-product__title a:hover {
  color: #f36f37;
}

.related-item del {
  color: #999999 !important;
}

.related-item .price {
  color: #f36f37;
}

.related-item .loop-reviews {
  display: flex;
  align-items: center;
  font-size: 12px;
}

.related-item .review-count {
  color: #999999;
  margin-left: 10px;
}

.related-slider .slick-dots li button:before {
  font-size: 10px;
  color: #f36f37 !important;
}

.related-slider {
  margin-bottom: 60px !important;
}

.related-slider .slick-track {
  display: flex;
  gap: 30px;
}

.product-loop-thumb__img {
  margin: 0 auto;
}

.product-loop-thumb img {
  margin: 0 auto;
}

.single-product .single_variation_wrap .stock {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.single-product .single_variation_wrap .stock.stock.out-of-stock::after {
  content: "";
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../../img/icons/red-flag.png");
  margin-left: 15px;
}

.single-product .single_variation_wrap .stock.few-in-stock {
  color: #e7c503;
}

.single-product .single_variation_wrap .stock.few-in-stock::before {
  color: #e7c503;
  background-color: #e7c503;
}

.single-product .single_variation_wrap .stock.out-of-stock {
  color: #dd0100;
}

.single-product .single_variation_wrap .stock.out-of-stock::before {
  color: #dd0100;
  background-color: #dd0100;
}

.single-product .single_variation_wrap .stock.in-stock::after {
  content: "";
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../../img/icons/green-flag.png");
  margin-left: 15px;
}

.single-product .single_variation_wrap .stock.few-in-stock::after {
  content: "";
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../../img/icons/yellow-flag.png");
  margin-left: 15px;
}

.single .quantity-flag {
  width: 28px;
  height: 28px;
  margin-left: 12px;
}

.product-loop-thumb {
  position: relative;
  border: 1px solid #e1e1e1;
  margin-bottom: 20px;
  overflow: hidden;
}
.product-loop-thumb__sidebar {
  position: absolute;
  right: 20px;
  top: 20px;
  opacity: 0;
  transition: 0.4s;
}
.product-loop-thumb__sidebar .yith-wcwl-add-to-wishlist {
  font-size: 0;
  margin: 0;
  position: relative;
}
.product-loop-thumb__sidebar .yith-wcwl-add-to-wishlist::before {
  position: absolute;
  content: "Add to wishlist";
  white-space: nowrap;
  font-size: 11px;
  font-weight: 300;
  right: 45px;
  top: 50%;
  transform: translate(15px, -50%);
  background-color: #383838;
  color: #fff;
  padding: 6px 10px;
  text-shadow: 0 -1px 0 #000;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  opacity: 0;
  z-index: 99;
}
.product-loop-thumb__sidebar .yith-wcwl-add-to-wishlist::after {
  content: "";
  margin-right: -3px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #383838 !important;
  right: 42px;
  height: 20px;
  width: 10px;
  top: 50%;
  transform: translate(15px, -50%);
  background: 0 0;
  opacity: 0;
  position: absolute;
  border: 6px solid transparent;
}
.product-loop-thumb__sidebar .yith-wcwl-add-to-wishlist:hover::before {
  opacity: 1;
  transition: opacity 0.3s ease, visibility 0.3s ease,
    transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transform: translate(0, -50%);
}
.product-loop-thumb__sidebar .yith-wcwl-add-to-wishlist:hover::after {
  opacity: 1;
  transition: opacity 0.4s ease, visibility 0.3s ease,
    transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transform: translate(0, -50%);
}
.product-loop-thumb__sidebar .yith-wcwl-icon {
  background-color: #fff;
  font-size: 14px;
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  padding: 10px;
}
.product-loop-thumb__sidebar .yith-wcwl-icon:hover {
  -webkit-text-stroke: 1px #fff;
  color: #f36f37;
  background-color: #f36f37;
}
.product-loop-thumb__sidebar .fa-heart-o:before {
  content: "\f004";
  -webkit-text-stroke: 1px black;
  color: #fff;
}
.product-loop-thumb__sidebar .fa-heart-o:hover:before {
  transition: 0.2s ease;
  -webkit-text-stroke: 1px #fff;
  color: #f36f37;
  background-color: #f36f37;
}
.product-loop-thumb:hover .product-loop-thumb__sidebar {
  opacity: 1;
}
.product-loop-thumb .onsale {
  position: absolute;
  left: -1px;
  top: 10px;
  z-index: 3;
  padding: 2px 12px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 3;
  background-color: #e54d2b;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.product:hover .add_to_cart_button {
  background-color: #f36f37;
  opacity: 1;
  transform: translateY(0);
}

.product-loop-thumb__img--transition {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(100%);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  opacity: 0.3;
}

.product-loop-thumb__img {
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.product-loop-thumb--transition:hover .product-loop-thumb__img {
  transform: translateY(-100%);
  opacity: 0.3;
}
.product-loop-thumb--transition:hover .product-loop-thumb__img--transition {
  transform: translateY(0);
  opacity: 1;
}

.variations #pa_boja {
  padding: 10px;
  outline: none;
  border-radius: 5px;
}

.variations .reset_variations {
  color: #f36f37;
}

.variations .reset_variations:hover {
  color: #f36f37;
}

.variations_form.cart table th {
  text-align: left;
}

@media only screen and (max-width: 1350px) {
  .flex-viewport {
    height: 450px !important;
  }
  .flex-control-nav {
    height: 450px;
    margin-left: 0;
  }
  .single-product div.product .woocommerce-product-gallery {
    width: 587px;
  }
  .woocommerce-product-gallery__image img {
    height: 450px;
    object-fit: contain;
  }
}
@media only screen and (max-width: 992px) {
  .flex-control-nav {
    flex-direction: row;
    position: relative;
    overflow: hidden;
    overflow-x: scroll;
    height: 100px;
    max-width: 100%;
    margin-left: 0;
  }
  .flex-direction-nav {
    bottom: 0;
    right: 12px;
    left: auto;
    display: flex;
    width: 50px;
    height: 100px;
    flex-direction: column;
    background-color: #fff;
  }
  .flex-control-nav li img {
    width: 100px;
    height: 100px;
    max-width: 100px;
  }
  .flex-prev::before {
    left: -3px;
  }
  .flex-next::before {
    top: 11px;
  }
  .flex-prev::before {
    top: -11px;
  }
  .flex-direction-nav::after {
    height: 1px;
    width: 100%;
    left: 0;
    bottom: 50%;
  }
  .single-product div.product .woocommerce-product-gallery {
    width: 390px;
    padding-left: 0;
  }
  .flex-viewport {
    height: 390px !important;
  }
  .woocommerce-product-gallery__image img {
    width: 100%;
    height: 390px;
    object-fit: contain;
  }
  .related.products {
    padding-left: 0;
  }
  .related-slider .slick-track {
    gap: 0;
  }
  .related-item.slick-slide {
    margin-left: 12px;
    margin-right: 12px;
  }
  .product__bredcrumbs {
    padding-left: 12px;
    padding-right: 12px;
  }
  .related.products h2 {
    padding-left: 12px;
    padding-right: 12px;
  }
  .woocommerce-tabs.wc-tabs-wrapper {
    margin-left: 12px;
    margin-right: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .single-product .current-product {
    display: flex;
    flex-direction: column;
  }
  .product__bredcrumbs {
    padding-left: 15px;
    padding-right: 15px;
  }
  .summary.entry-summary {
    padding: 0;
  }
  .flex-viewport {
    height: auto !important;
  }
  .single-product div.product .woocommerce-product-gallery {
    width: 100%;
  }
  .woocommerce-product-gallery__image img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .single-product div.product .woocommerce-product-gallery {
    padding-right: 0;
  }
  .woocommerce-tabs.wc-tabs-wrapper {
    padding: 12px;
    margin-top: 20px;
  }
  .single-product .onsale {
    margin-left: 0;
    margin-right: 12px;
    max-width: 140px;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 567px) {
  #reviews .comment_container {
    display: flex;
    flex-direction: column;
  }
  #reviews .commentlist li .comment_container .comment-text {
    width: 100%;
  }
  #reviews .comment-form-name,
  #reviews .comment-form-mail {
    width: 100%;
    margin-bottom: 10px;
  }
}
.rudr-variation-radios {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.rudr-variation-radios input {
  display: none;
}

.rudr-variation-radios label {
  padding-left: 0;
  background: none;
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
  color: #6f7175;
  border: 1px solid #e1e1e1;
  padding: 5px 14px;
  transition: all 0.3s ease;
  margin-bottom: 0;
}

.rudr-variation-radios label:hover {
  color: #fff;
  background-color: #f36f37;
}

.related.products h2.woocommerce-loop-product__title {
  padding-left: 0;
  padding-right: 0;
}

/*# sourceMappingURL=single-product.css.map */
