<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.button.primary {
  border-color: #c2272d;
  color: #c2272d;
}

.button.primary span {
  font-size: 15px;
  font-weight: normal;
}

.button.primary .icon-angle-right:before {
  content: "\f105";
  font-size: 20px;
  margin-top: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-main .wishlist-icon {
  color: #eb3e32;
}

.header-top .nav i {
  color: black;
  margin-right: 5px;
}

.header-top .nav a:after {
  display: none;
}

.header-top a {
  color: white;
}

.header-block img {
  /* -webkit-filter: invert(1);
            filter: invert(1);*/
  margin-right: 5px;
}

.header-block .icon-box-text {
  margin-left: 5px;
}

.header-cart-icon::after {
  background-color: white !important;
  color: #c2272d !important;
}

.header-cart-icon img {
  /* -webkit-filter: invert(1);
           filter: invert(1);*/
}

.header-bottom-nav {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.header-bottom-nav &gt; li img {
  padding-right: 0px !important;
}

.header-bottom-nav &gt; li i {
  color: black;
  opacity: 1;
}

.header-bottom-nav &gt; li a, .header-bottom-nav &gt; li span {
  font-size: 14px;
  font-weight: normal;
}

@media (max-width: 1200px) {
  .header-bottom-nav &gt; li a, .header-bottom-nav &gt; li span {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .header-bottom-nav &gt; li {
    padding: 0 15px !important;
  }
}
.header-bottom-nav .sub-menu {
  padding: 10px 5px;
}

.header-bottom-nav .sub-menu li a {
  color: black;
}

.header-nav-main.nav-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.header-nav-main .cart-item {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 8px;
  color: white;
}

.header-nav-main .cart-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.header-nav-main .cart-item a span {
  color: black;
  text-transform: initial;
  font-size: 15px;
  font-weight: normal;
}

.header-nav-main .cart-item a .header-cart-icon {
  margin-right: 10px;
}

.header-nav-main .col {
  padding-bottom: 0px !important;
  padding-right: 0px;
}

.header-nav-main .col .icon-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-nav-main .col .icon-box p {
  color: black;
}

.header-nav-main .col .icon-box a {
  font-size: 14px;
  color: black;
  font-weight: bold;
}

@media (max-width: 1200px) and (min-width: 991px) {
  .header-nav-main .col {
    padding-right: 0px;
  }
  .header-nav-main .col a {
    font-size: 14px !important;
  }
}
@media (max-width: 991px) {
  .header-nav-main .col {
    display: none;
  }
}
.header-nav-main svg {
  color: #eb3e32;
}

.header-nav-main .searchform-wrapper {
  /* width: 540px;*/
}

@media (max-width: 1200px) {
  .header-nav-main .searchform-wrapper {
    width: 300px;
  }
}
.header-nav-main .searchform-wrapper .searchform {
  background: white;
  padding: 3px 5px;
}

.header-nav-main .searchform-wrapper .search-field {
  border: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.header-nav-main .searchform-wrapper .submit-button {
  background: #c2272d !important;
}

.header-nav-main .searchform-wrapper .submit-button i .icon-search {
  color: white;
}

.header-bottom {
  border-bottom: solid 1px #e4e4e4;
}

.header-bottom .hide-for-medium, .header-bottom .mega-menu-wrap {
  width: 100% !important;
}

.header-bottom #mega-menu-primary &gt; li &gt; .mega-sub-menu {
  border: solid 1px #ebebeb !important;
}

.header-bottom #mega-menu-primary &gt; li &gt; .mega-sub-menu .mega-menu-description {
  display: none;
}

@media (max-width: 845px) {
  .header-bottom {
    background: #db6720 !important;
  }
  .header-bottom .submit-button {
    background-color: #fe5767 !important;
  }
}
@media (max-width: 845px) and (max-width: 845px) {
  .header-bottom .search_categories {
    display: none;
  }
}
@media (max-width: 845px) {
  .header .icon-menu {
    color: white;
  }
}
.header-wrapper #mega-menu-wrap {
  /* display: none;*/
}

.header-wrapper.stuck #mega-menu-wrap {
  display: block;
  width: 235px !important;
}

.header-wrapper.stuck #mega-menu-wrap li:hover a, .header-wrapper.stuck #mega-menu-wrap a:hover a {
  background: white !important;
}

.header-wrapper.stuck .logo {
  display: none;
}

.header-wrapper.stuck #mega-menu-wrap li:hover a, .header-wrapper.stuck #mega-menu-wrap a:hover a {
  color: #c2272d !important;
}

#wide-nav &gt; .flex-row &gt; .flex-left {
  width: 25%;
  max-width: 300px;
}

#mega-menu-wrap {
  width: auto;
  background: transparent;
}

#mega-menu-title {
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px;
  font-size: 16px;
  font-weight: normal;
}

#mega-menu-title .icon-menu:before {
  font-size: 25px !important;
}

.html_topbar_left {
  padding: 2px 10px !important;
  border-radius: 100px;
  color: #fff;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.html_topbar_left i {
  border-radius: 100%;
  font-size: 25px;
  padding: 5px;
  margin: 3px 5px 3px 0px;
}

.html_topbar_left span, .html_topbar_left a {
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-nav-main.nav-right .header-block {
  width: auto;
}

.header-inner {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#mega_menu {
  -webkit-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
  box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
  border: unset;
}

#mega_menu &gt; li {
  position: unset;
}

#mega_menu &gt; li.menu-item-has-children a:before {
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

#mega_menu &gt; li &gt; a {
  color: #323c42;
  border: unset !important;
  padding: 11px 0px;
  padding-left: 10px;
  position: relative;
}

#mega_menu &gt; li &gt; a:hover {
  background-color: #c2272d;
}

#mega_menu &gt; li &gt; a:hover span {
  color: white;
}

#mega_menu &gt; li &gt; a:hover img {
  -webkit-filter: invert(1);
  filter: invert(1);
}

#mega_menu &gt; li &gt; a span {
  font-size: 16px;
}

#mega_menu &gt; li img {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  padding-right: 0px;
}

#mega_menu &gt; li:hover a:after, #mega_menu &gt; li a:after {
  visibility: hidden;
}

#mega_menu &gt; li &gt; .sub-menu {
  width: 750px;
  height: 100%;
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#mega_menu &gt; li &gt; .sub-menu a:after {
  display: none;
}

#mega_menu &gt; li &gt; .sub-menu a, #mega_menu &gt; li &gt; .sub-menu li {
  background: white !important;
}

#mega_menu &gt; li &gt; .sub-menu &gt; li {
  width: 33.33333%;
  float: left;
  border-bottom: unset;
}

#mega_menu &gt; li &gt; .sub-menu &gt; li &gt; a {
  color: black;
  font-weight: bold;
  border-top: unset !important;
  border-bottom: unset;
}

#mega_menu &gt; li &gt; .sub-menu &gt; li &gt; .sub-menu {
  display: block !important;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  left: 0;
  top: 39px;
}

#mega_menu &gt; li &gt; .sub-menu &gt; li &gt; .sub-menu li, #mega_menu &gt; li &gt; .sub-menu &gt; li &gt; .sub-menu a {
  border-bottom: unset;
  border-top: unset !important;
}

#mega_menu &gt; li &gt; .sub-menu &gt; li &gt; .sub-menu a {
  padding: 0px 0px 0px 15px;
  color: black;
}

.footer .row {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer .list-menu li {
  margin-left: 0px;
}

.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  line-height: 40px;
  border-radius: 5px !important;
  text-align: center;
  margin-right: 8px;
  background: transparent;
  border: solid 2px #fff !important;
  font-size: 17px;
  margin-top: 0px;
}

.footer__social a .fa, .footer__social a .fab, .footer__social a .fas {
  color: #fff;
}

.footer__social a:hover {
  background: #fff;
  border-radius: 45px;
}

.footer__social a:hover .fa, .footer__social a:hover .fab, .footer__social a:hover .fas {
  color: #6e7874;
}

/*
.footer-1 a, .footer-1 p, .footer-1 span, .footer-1 li {
 color: white !important;
}
.footer-1 p {
 color: white !important;
 margin-top: 10px;
}
.footer-1 .widget-title {
 text-transform: initial;
}
.footer-1 .widget_nav_menu .is-divider, .footer-1 .widget_nav_menu .icon-angle-down {
 display: none;
}
.footer-1 .widget_nav_menu .widget-title {
 color: #000000;
}
.footer-1 .widget_nav_menu .menu {
 padding-top: 25px;
}
.footer-1 .widget_nav_menu .menu li {
 border: unset;
}
.footer-1 .widget_nav_menu .menu li a {
 color: #000000;
 padding-bottom: 0px;
}*/
.footer-2 {
  padding-top: 0px !important; /*margin-top:30px ;*/
}

/*.footer-2 .is-divider {
display: none;
}*/
.footer-2 .col {
  padding-bottom: 0px;
}

.footer-2 .row {
  padding-top: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-2 form {
  margin-top: 20px !important;
  background-color: white;
  border-radius: 0px;
}

@media (max-width: 850px) {
  .footer-2 form .ml-half {
    position: absolute;
    right: 0px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.footer-2 form input, .footer-2 form i {
  color: black !important;
  line-height: 50px;
  background-color: white !important;
}

.footer-2 form input::-webkit-input-placeholder, .footer-2 form i::-webkit-input-placeholder {
  color: black !important;
}

.footer-2 form input::-moz-placeholder, .footer-2 form i::-moz-placeholder {
  color: black !important;
}

.footer-2 form input:-ms-input-placeholder, .footer-2 form i:-ms-input-placeholder {
  color: black !important;
}

.footer-2 form input::-ms-input-placeholder, .footer-2 form i::-ms-input-placeholder {
  color: black !important;
}

.footer-2 form input::placeholder, .footer-2 form i::placeholder {
  color: black !important;
}

.footer-2 form .wpcf7-submit {
  text-transform: initial;
  font-weight: normal;
}

.footer-2 form .flex-row .flex-col:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.footer-2 form .flex-row .flex-col:last-child:hover {
  background-color: #c2272d !important;
}

.footer-2 form .flex-row .flex-col:last-child:hover input, .footer-2 form .flex-row .flex-col:last-child:hover i {
  background-color: #c2272d !important;
  color: white !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.footer-2 form .flex-row .flex-col:last-child i {
  margin-left: 10px;
}

.footer-2 form .flex-row .flex-col:last-child input {
  padding-right: 20px;
  background-color: black !important;
  margin-right: 0px;
  border-radius: 0px !important;
  color: white !important;
}

.absolute-footer P {
  margin-bottom: 0px;
}

.absolute-footer a {
  color: #c2272d !important;
}

.back-to-top {
  background-color: black !important;
  border: unset !important;
  color: white !important;
}

.blog-archive {
  padding-top: 0px !important;
  background: #ebebeb;
}

.blog-archive .breadcrumbmain {
  padding: 15px 15px;
}

.blog-archive .breadcrumbmain .row {
  padding: 0px 15px;
}

.blog-archive .archive-page-header {
  display: none;
}

.blog-archive .row-large {
  background-color: white;
}

.blog-archive .post-item .col-inner {
  border: 1px solid #ccc;
  height: 100%;
}

.blog-archive .post-item .col-inner .box-text {
  padding: 10px;
}

.blog-archive .post-title {
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}

.blog-archive .from_the_blog_comments {
  display: none;
}

.blog-archive .row &gt; .large-10 {
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  background: white;
  padding-top: 40px;
}

.blog-archive .is-divider {
  display: none;
}

.blog-archive .cat-label {
  font-size: 12px;
  color: #000000;
  text-transform: inherit;
  opacity: 1;
}

.blog-archive .box-text {
  position: unset;
  vertical-align: top !important;
  padding-top: 0px;
}

.blog-archive .box-blog-post {
  position: relative;
}

.blog-archive .post-item {
  padding-bottom: 0px;
  margin-bottom: 20px;
}

.blog-archive .post-meta {
  background-color: #c2272d;
  text-align: right;
  padding: 0 5px;
  border-radius: 3px;
  float: left;
  line-height: 19px;
  position: absolute;
  top: 5px;
  left: 5px;
  color: #fff;
  opacity: 1;
}

.blog-archive .button {
  border: unset !important;
  padding-left: 0px;
  text-transform: inherit;
  color: red;
  font-weight: normal;
  font-size: 14px !important;
  margin-top: 0px !important;
}

.blog-archive .box-image {
  vertical-align: top !important;
}

.blog-archive .medium-col-first .badge, .blog-archive .medium-col-first .is-divider {
  display: none;
}

.blog-single {
  padding-top: 0px !important;
  padding-bottom: 0px;
  background-color: white;
}

.blog-single .entry-meta {
  font-size: 14px;
}

.blog-single .entry-header {
  padding-bottom: 24px;
  padding-top: 30px;
  border-bottom: solid 1px #ebebeb;
  text-align: center;
  display: none;
}

.blog-single .entry-divider {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  text-align: center;
  width: 100% !important;
  max-width: 90px !important;
  height: 2px !important;
  background-color: #c2272d;
  margin-left: auto !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blog-single .entry-title {
  text-align: center;
  color: #c2272d;
}

.blog-single .row-large {
  background-color: white;
}

.blog-single .breadcrumbmain {
  padding: 15px 0px;
  background: #f1f1f1;
}

.blog-single .breadcrumbmain .row {
  padding: 0px 0px;
}

.blog-single .post-sidebar .widget-area, .blog-single .medium-col-first &gt; article {
  margin-top: 30px;
}

.blog-single .blog-share {
  text-align: left;
}

.blog-single .blog-share .social-icons {
  margin-left: 0px !important;
}

.blog-single .entry-divider, .blog-single .entry-category {
  display: none;
}

.blog-single .entry-header-text {
  padding-bottom: 0px;
}

.blog-single .blog-share .is-divider {
  display: none;
}

.blog-single .blog-share .share-icons i {
  color: white;
}

.blog-single .blog-share .share-icons .button.facebook {
  background-color: #3a589d !important;
  border-color: #3a589d !important;
}

.blog-single .blog-share .share-icons .button.twitter {
  background-color: #2478ba !important;
  border-color: #2478ba !important;
}

.blog-single .blog-share .share-icons .button.email {
  background-color: #111 !important;
  border-color: #111 !important;
}

.blog-single .blog-share .share-icons .button.pinterest {
  background-color: #cb2320 !important;
  border-color: #cb2320 !important;
}

.blog-single .blog-share .share-icons .button.linkedin {
  background-color: #0072b7 !important;
  border-color: #0072b7 !important;
}

.blog-single .form-submit input {
  background-color: rgb(255, 56, 75) !important;
  border-radius: 5px;
  text-transform: inherit;
}

#product-sidebar ul {
  margin-top: 10px !important;
}

@media (min-width: 1200px) {
  .post-sidebar, #product-sidebar {
    padding-right: 20px !important;
    padding-left: 0px !important;
  }
}
.post-sidebar .is-divider, #product-sidebar .is-divider {
  display: none;
}

.post-sidebar .widget-title, #product-sidebar .widget-title {
  font-weight: 700;
  display: inline-block; /* background: #c2272d; */
  padding: 0 15px;
  line-height: 40px;
  position: relative;
  color: black;
  width: 100%;
  border-top-right-radius: 0px;
  text-align: center;
}

.post-sidebar .widget_nav_menu .menu, #product-sidebar .widget_nav_menu .menu {
  border-radius: 0px;
  border: solid 1px #ebebeb;
  border-right: unset;
  border-left: unset;
}

.post-sidebar .widget_nav_menu .menu li, #product-sidebar .widget_nav_menu .menu li {
  padding-left: 15px;
  border-left: unset;
  border-right: unset !important;
}

.post-sidebar .widget_nav_menu .menu li a, #product-sidebar .widget_nav_menu .menu li a {
  color: #222;
}

.post-sidebar .widget_nav_menu .menu li.active .toggle, #product-sidebar .widget_nav_menu .menu li.active .toggle {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.post-sidebar .widget_nav_menu .menu .toggle, #product-sidebar .widget_nav_menu .menu .toggle {
  margin-right: 8px;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.post-sidebar .widget_nav_menu .menu .sub-menu, #product-sidebar .widget_nav_menu .menu .sub-menu {
  padding-left: 0px;
  border-left: unset;
}

.post-sidebar .flatsome_recent_posts, #product-sidebar .flatsome_recent_posts {
  padding-top: 15px;
}

.post-sidebar .flatsome_recent_posts .mr-half, #product-sidebar .flatsome_recent_posts .mr-half {
  vertical-align: top !important;
  width: 30%;
}

.post-sidebar .flatsome_recent_posts ul, #product-sidebar .flatsome_recent_posts ul {
  border-width: 2px 0px 0px;
  border-style: solid;
}

.post-sidebar .flatsome_recent_posts .recent-blog-posts-li, #product-sidebar .flatsome_recent_posts .recent-blog-posts-li {
  padding-right: 5px;
}

.post-sidebar .flatsome_recent_posts .recent-blog-posts-li:first-child .flex-col.mr-half, #product-sidebar .flatsome_recent_posts .recent-blog-posts-li:first-child .flex-col.mr-half {
  display: block !important;
}

.post-sidebar .flatsome_recent_posts .badge-inner, .post-sidebar .flatsome_recent_posts .post-date, #product-sidebar .flatsome_recent_posts .badge-inner, #product-sidebar .flatsome_recent_posts .post-date {
  width: 100%;
  height: 80px;
}

.post-sidebar .flatsome_recent_posts a, #product-sidebar .flatsome_recent_posts a {
  font-size: 14px;
  color: black;
}

.post-sidebar .flatsome_recent_posts .box-text, #product-sidebar .flatsome_recent_posts .box-text {
  padding-left: 7px;
  padding-right: 0px;
  padding-top: 0px;
  vertical-align: top !important;
}

.post-sidebar .flatsome_recent_posts .post-item, #product-sidebar .flatsome_recent_posts .post-item {
  padding-bottom: 10px !important;
}

.archive .category-page-row {
  background-color: white;
}

.archive .category-page-row .shop-container .woocommerce-notices-wrapper {
  margin-bottom: 20px;
}

.archive .sidebar-inner .yith-wcan-sort-by {
  display: none !important;
}

.archive .woocommerce-result-count {
  /*display: none !important;*/
}

.archive .woocommerce-ordering {
  display: none;
}

.archive .yith-wcan-list-price-filter {
  list-style: none;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin-bottom: 0px;
}

@media (max-width: 991px) {
  .archive .yith-wcan-list-price-filter {
    display: none !important;
  }
}
.archive .yith-wcan-list-price-filter li {
  margin-bottom: 0px;
  margin-right: 10px;
}

.archive .yith-wcan-list-price-filter li a {
  color: #ef4339 !important;
  position: relative;
  padding-left: 20px;
}

.archive .yith-wcan-list-price-filter li a::before {
  content: "";
  border-radius: 50%;
  font-size: 18px;
  border: solid 2px #231f20;
  line-height: 40px;
  position: absolute;
  top: 4px;
  left: 0;
  height: 13px !important;
  width: 13px;
  background: #fff;
}

.archive .yith-wcan-list-price-filter li a.active::before {
  border: solid 2px #ef4339;
}

.archive .yith-wcan-list-price-filter li a.active::after {
  content: "";
  color: #ef4339;
  position: absolute;
  width: 7px;
  height: 7px;
  line-height: 7px;
  border-radius: 50%;
  background: #ef4339;
  top: 7px;
  left: 3px;
}

.archive .yith-wcan-list-price-filter li a span {
  font-size: 14px;
  font-weight: normal;
  color: #ef4339 !important;
}

.archive .yit-wcan-container {
  padding: 0px 10px !important;
}

.archive .products {
  /*border-top: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;*/
}

.archive .product__sorting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1200px) and (min-width: 991px) {
  .archive .product__sorting {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.archive .product-sorting img {
  width: 100%;
}

.archive .listlogo {
  margin: 20px 0px !important;
  border-left: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
}

@media (max-width: 845px) {
  .archive .listlogo {
    overflow-x: auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .archive .listlogo .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
.archive .listlogo .col-inner {
  height: 100%;
}

.archive .listlogo .img {
  margin: 0 auto;
}

.archive .listlogo &gt; .col {
  height: 100%;
  padding-bottom: 0px;
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}

@media (min-width: 1200px) {
  .archive .listlogo &gt; .col {
    max-width: 12.5%;
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
  }
}
.archive .listlogo &gt; .col img {
  height: 58px;
  -o-object-fit: contain;
  object-fit: contain;
  text-align: center;
}

.archive .shop-page-title .page-title-inner {
  padding: 0px 15px;
  border-bottom: 1px solid #e4e4e4;
}

.archive .shop-page-title .flex-grow {
  display: block !important;
}

.archive .shop-page-title .flex-col {
  display: none;
}

.archive .shop-page-title .medium-text-center .woocommerce-result-count, .archive .shop-page-title .medium-text-center .orderby {
  display: none !important;
}

.archive .hide-for-medium {
  padding-right: 10px;
}

.archive .orderby {
  list-style: none;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: white;
  border: unset;
  color: #ef4339 !important;
}

.archive .orderby option {
  color: #ef4339;
}

@media (max-width: 1130px) {
  .archive .orderby {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .archive .orderby li {
    margin-right: 5px !important;
    margin-bottom: 5px !important;
  }
}
.archive .orderby li {
  float: left;
  padding: 3px 8px;
  margin: 0 5px 5px 0;
  font-weight: 400;
}

.archive .orderby li a {
  color: #898989;
  font-size: 14px;
  position: relative;
}

.archive .woocommerce-pagination {
  width: 100%;
}

.archive .woocommerce-pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  list-style: none;
  margin-top: 30px;
}

.archive .woocommerce-pagination .page-numbers span, .archive .woocommerce-pagination .page-numbers a.page-numbers {
  float: left;
  margin: 0 3px;
  width: 36px;
  background: white;
  text-align: center;
  height: 36px;
  font-size: 14px;
  line-height: 36px;
  color: #000;
  border-radius: 100%;
  border: none;
  text-decoration: none;
  padding: 0;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: black;
  border: 1px solid #dee2e6;
  border-radius: 5px;
}

.archive .woocommerce-pagination .page-numbers span {
  background-color: #c2272d;
  border: 1px solid #c2272d;
  color: white;
  -webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}

.single-product .product-main &gt; .content-row {
  padding: 15px 0px;
  background-color: white;
}

@media (min-width: 1200px) {
  .single-product .product-main &gt; .content-row {
    max-width: 1240px !important;
  }
}
.single-product .product-sidebar-small .icon-box {
  margin-bottom: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-product .product-sidebar-small .icon-box h3 {
  font-size: 15px;
  font-weight: normal;
}

.single-product .product-sidebar-small .block_widget {
  border: 1px solid #e85933;
  border-radius: 6px;
  margin-top: 15px;
  padding: 15px;
}

/*.single-product .product-onsale {
display: none;
}*/
.single-product .product-images {
  border: 1px solid #ebebeb;
}

.single-product .product .flickity-button {
  opacity: 1;
}

.single-product .product .flickity-button-icon {
  border: 1px solid #ebebeb;
  background: #ebebeb;
  opacity: 1;
  border-radius: 100%;
}

.single-product .product .flickity-button-icon:hover {
  background: white;
}

.single-product .product-gallery .circle {
  visibility: hidden;
}

.single-product .product-gallery .flickity-slider .is-selected a, .single-product .product-gallery .flickity-slider .is-selected:hover a {
  border-color: #c2272d;
  border-radius: 5px;
}

.single-product .product-gallery .flickity-slider img {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.single-product .product__stock {
  margin-bottom: 20px;
}

.single-product .product-info .social-icons, .single-product .product-info .is-divider, .single-product .product-info .breadcrumbmain {
  display: none;
}

.single-product .product-info .price {
  margin: 15px 0 10px;
  padding: 10px 16px;
  padding-left: 0px;
  border-radius: 4px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.single-product .product-info .price ins {
  margin-right: 10px;
}

.single-product .product-info .price ins span {
  font-size: 25px;
}

.single-product .product-info .price del bdi {
  font-size: 15px;
}

.single-product .product-info .price span {
  color: #c2272d;
}

.single-product .product-info .price-on-sale ins bdi {
  color: #c2272d;
}

.buy_now_button {
  background: black !important;
  margin-left: 10px;
}

.single-product .product-info .single_add_to_cart_button {
  line-height: 37px;
  color: black;
  text-decoration: none;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  padding: 0px 35px;
  border-radius: 0px;
  border: 1px solid black !important;
  margin-top: 0px;
  background: white !important;
  min-width: auto;
}

.single-product .product-info .quantity input[type=number] {
  max-width: 4.5em;
  width: 4.5em;
  border-left: unset;
  color: #c2272d;
  border-right: unset;
}

.single-product .product-info .minus, .single-product .product-info .plus {
  color: #000000;
  background-color: white;
  border-radius: 3px;
}

.single-product .product-info .product-title {
  height: auto;
  font-size: 18px;
}

.single-product .product-footer .product-tabs {
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.single-product .product-footer .product-tabs a {
  color: white;
}

.single-product .product-footer .woocommerce-tabs {
  background-color: white;
  margin-bottom: 30px;
  border-top: unset;
}

.single-product .product-footer .tabs {
  padding: 0px 20px;
}

.single-product .product-footer .tabs .active a {
  font-size: 15px;
}

.single-product .product-footer .tabs .active a:before {
  display: none;
}

.single-product .product-footer .tab-panels {
  border-top: unset;
  padding: 15px 15px;
}

.single-product .related {
  background-color: white;
  border-radius: 0.5rem;
  margin-bottom: 30px;
  border-top: 0px;
  padding: 0px 15px;
}

.single-product .related .product-section-title {
  font-size: 18px;
  text-align: left;
  padding-top: 25px !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  text-transform: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

.single-product .related .slider-nav-reveal .flickity-prev-next-button.previous {
  left: 20px !important;
}

.single-product .related .slider-nav-reveal .flickity-prev-next-button.next {
  right: 20px !important;
}

.single-product .related .slider {
  padding: 15px 15px;
}

.single-product .related .flickity-button {
  background: transparent;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.single-product .related .flickity-button:hover {
  background: transparent;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.product-cat, .product .out-of-stock-label, .product .compare {
  display: none;
}

.product .product-main {
  padding-bottom: 0px !important;
}

.cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product .quick-view, .product .add_to_cart_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 10px;
  font-size: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(235, 235, 235);
  color: rgb(50, 60, 66);
  width: auto;
  opacity: 1;
  border-radius: 5px;
}

.product .quick-view {
  margin-left: -50px;
}

.product:hover .add_to_cart_button {
  /*bottom: 30px;*/
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.product:hover .add_to_cart_button i {
  margin-right: 0px !important;
}

.product .add_to_cart_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  border-color: black;
  background: #ffffff !important;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin: 0px 10px !important;
  line-height: 1;
  color: black;
  border-radius: 0px;
}

.product .add_to_cart_button i {
  margin-right: 0px !important;
}

.product .quick-view:hover, .product .add_to_cart_button:hover {
  border-color: #c2272d;
  background: #c2272d !important;
}

.product .quick-view:hover, .product .add_to_cart_button:hover, .product .add_to_cart_button:hover i, .product .quick-view:hover i {
  color: white;
}

.product .image-tools {
  position: absolute;
  left: 0% !important;
  top: 0% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 30px !important;
}

.product-lightbox .is-divider, .product-lightbox .buy_now_button, .product-lightbox .badge-container, .product-lightbox .product-short-description {
  display: none;
}

.product-lightbox .product_meta .product-short-description {
  display: block;
}

.product-lightbox .woocommerce-variation-add-to-cart, .product-lightbox .cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-lightbox .single_add_to_cart_button {
  background: #c2272d !important;
  border: solid 1px #c2272d;
  margin-bottom: 0px;
  opacity: 1 !important;
  text-transform: inherit;
}

.product-lightbox .variations_form {
  display: block !important;
}

.product-lightbox .product_description {
  font-size: 14px;
  color: #707070;
}

.product-lightbox .label label {
  font-size: 14px;
}

.product-lightbox .price-on-sale {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.product-lightbox ins span {
  color: #f26d7d;
  margin-right: 10px;
}

.product-lightbox del {
  font-size: 14px;
  color: #9e9e9e;
}

.product-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-title a {
  color: #323c42;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .product-title {
    height: 1.2rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: initial;
    overflow: hidden;
  }
}
.product .col-inner {
  height: 100%;
}

.product .image-tools {
  padding-top: 0px;
  padding-right: 0px;
}

.product-small .product-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: initial;
  margin: 10px 0 5px;
  font-size: 18px;
  overflow: hidden;
  line-height: 26px;
  font-weight: 600;
  min-height: 52px;
}

.product-small .col-inner {
  border: 1px solid #ccc;
  padding-bottom: 10px;
}

.product-small .product-small {
  border: unset;
}

.product-small .box-text {
  padding: 10px;
}

.product-small img {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.product-small .price {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-small .price bdi {
  color: #c2272d;
  font-size: 18px;
}

.product-small .price del .amount {
  opacity: 1;
}

.product-small .price ins bdi {
  line-height: 23px;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 2px;
  padding-right: 10px;
}

.product-small .price del bdi {
  font-size: 13px;
  color: #9e9e9e;
}

.listproduct h2 span {
  border-bottom: unset;
}

.listproduct .listproduct__item {
  padding-top: 40px !important;
}

.listproduct__blue .featured-box {
  background: #4dabee !important;
}

@media (min-width: 1200px) {
  .listproduct__col5 .flickity-slider &gt; .product-small {
    height: 300px !important;
  }
}
.listproduct__col5 .featured-box {
  background: white !important;
  padding-left: 15px !important;
}

.listproduct__col5 .featured-box h2 {
  color: black !important;
  font-size: 26px !important;
  position: relative;
}

@media (min-width: 845px) {
  .listproduct__col5 .featured-box h2::before {
    content: "";
    width: 80%;
    height: 1px;
    background: #fe5767;
    position: absolute;
    top: 20px;
    right: 0;
    left: auto;
  }
}
.listproduct__col5 .listproduct__item {
  border-top: 0px !important;
}

.listproduct__sale .listproduct__item {
  padding-bottom: 0px;
  padding-top: 0px;
  border: unset;
}

.listproduct__yellow .featured-box {
  background: #f9b513 !important;
}

.listproduct .ux-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.listproduct .ux-menu-link {
  font-size: 14px;
  color: #231f20;
  padding: 0px 10px;
}

.listproduct .featured-box {
  background: #c2272d;
  color: white;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.listproduct .featured-box h2 {
  color: white;
  font-size: 16px;
}

.listproduct .flickity-button {
  opacity: 1;
  background-color: transparent !important;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
}

.listproduct .flickity-button svg {
  border: 1px solid #ebebeb;
  background: #ebebeb;
  opacity: 1;
  border-radius: 100%;
  border: unset !important;
}

.listproduct .flickity-button:hover {
  background-color: transparent !important;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
}

.listproduct__left .row {
  margin-top: 15px !important;
}

.listproduct__item {
  background-color: white;
  padding: 10px 0px 10px 0px;
}

.listproduct__item .col {
  padding-bottom: 0px;
}

.listproduct__item .product-small {
  border: unset;
}

.listproduct__item .flickity-viewport {
  border-bottom: 1px solid #e4e4e4;
}

.listproduct__item .flickity-slider {
  border-top: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
}

.listproduct__item .flickity-slider &gt; .product-small {
  border-right: 1px solid #e4e4e4;
}

@media (min-width: 1200px) {
  .listproduct__item .flickity-slider &gt; .product-small {
    height: 265px;
  }
}
.listproduct__cate {
  background-color: white;
  padding-bottom: 0px;
  padding: 0px 0px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.listproduct__cate .col {
  padding-bottom: 0px !important;
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 845px) {
  .listproduct__cates {
    padding-left: 0px !important;
  }
}
.productcate {
  margin-bottom: 30px;
}

.productcate .header-title {
  text-transform: inherit;
  font-weight: normal;
}

.productcate .featured-box {
  border: solid 1px #ebebeb;
  height: 40px;
  line-height: 40px;
  background: #f8f9fa;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.productcate .featured-box h2 {
  font-size: 18px;
  padding-left: 18px;
}

.productcate__list {
  padding: 0px !important;
}

.productcate__list .box-image {
  overflow: unset !important;
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.productcate__list .box-image &gt; div {
  width: 130px;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 100px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  border: 2px solid #eee;
}

.productcate__list .box-image &gt; div:hover {
  border-radius: 100%;
  border: 2px solid black;
}

.productcate__list .box-image &gt; div:hover img {
  border-radius: 100%;
}

.productcate__title {
  padding: 0px !important;
  padding-left: 0px;
  padding-right: 0px;
}

.productcate .product-category .col-inner {
  padding-top: 20px;
}

.productcate .product-category img {
  max-width: 100%;
  width: 100px;
  height: 100px;
  line-height: 100px;
  margin-bottom: 15px;
  border-radius: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.aboutus .aboutus__title {
  padding-top: 30px;
}

.aboutus .col {
  /* background: #002561;*/
}

.aboutus__1 .aboutus__title {
  padding-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

.aboutus__1 .col {
  background: white;
}

.breadcrumbmain {
  font-size: 14px;
}

.breadcrumbmain .woocommerce-breadcrumb a, .breadcrumbmain .divider {
  color: white !important;
  opacity: 1 !important;
}

.breadcrumbmain .woocommerce-breadcrumb {
  color: #999;
  font-weight: normal;
}

.bannerhome {
  padding-bottom: 0px !important;
}

.header-nav .menu-item:hover {
  /* background: white !important; */
}

.header-nav .menu-item:hover li {
  background: white !important;
}

.header-nav .menu-item:hover li a {
  color: black !important;
}

.header-nav .menu-item:hover &gt; a {
  /* color: black !important; */
}

.page .page-wrapper {
  padding-top: 0px;
  padding-bottom: 0px;
}

.page .content-area {
  background: #ebebeb;
}

.page .content-area .page__row {
  background-color: white;
  max-width: 1240px;
  padding-top: 30px;
}

.page .breadcrumbmain {
  padding: 15px 15px;
}

.page .breadcrumbmain .row {
  padding-top: 0px !important;
}

.contact {
  background-color: white;
  padding-top: 30px;
}

.contact__text i {
  color: #e85933;
  margin-right: 5px;
}

.contact__form .large-6 {
  padding: 0px 15px;
}

.contact__form input[type=submit] {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  background: #c2272d !important;
  color: black !important;
  height: 40px;
  width: 100%;
  line-height: 40px;
  font-weight: normal;
  padding: 0 20px;
  border-radius: 5px;
  display: inline-block;
  text-transform: initial;
  color: white !important;
}

.news .news__title {
  padding-top: 40px;
}

.news .news__title .is-divider {
  display: block;
}

.news .news__title, .news .news__row, .news .col {
  background: white;
}

.news .news__row {
  padding-bottom: 0px;
}

.news .news__title .section-title {
  color: white;
}

.news .news__title .section-title span {
  border-bottom: 2px solid #ff7e00;
  margin-bottom: -2px;
}

.news .news__button {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.news .news__button .button {
  margin-bottom: 0px !important;
}

.news .button {
  text-align: center; /* border: unset; */
  width: 100%;
  padding-right: 0px;
  font-weight: normal;
  text-transform: inherit;
  font-size: 15px !important; /* color: black; */
  /* border: unset !important; */
}

.news .button span, .news .button i {
  color: white;
}

.news p {
  color: black;
}

.news .is-divider {
  display: none;
}

.news .button:hover {
  background: transparent;
  color: #0f8ad8;
}

.news .post-meta {
  position: absolute;
  bottom: 17px;
  font-size: 14px;
  color: #8b8b8b;
}

.news .box-text {
  background: white;
  padding: 10px 20px;
  border: 1px solid #ebebeb;
}

.news .post-title {
  height: 2.7rem;
}

.news .from_the_blog_excerpt {
  color: black;
  padding-bottom: 15px;
}

.absolute-footer {
  display: none;
}

.flickity-button {
  opacity: 1;
  background-color: transparent !important;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
}

.flickity-button svg {
  border: 1px solid #c2272d !important;
  background: white !important;
  opacity: 1;
  border-radius: 100% !important;
  color: #c2272d !important;
}

.flickity-button:hover {
  background-color: transparent !important;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
}

.tech-slideshow {
  background: #c2272d;
}

.tech-slideshow li, .tech-slideshow span, .tech-slideshow a {
  color: white;
}

.productcate__title {
  background: white;
  padding-top: 40px !important;
}

.productcate .header-title {
  text-transform: inherit;
  font-size: 16px;
  font-weight: bold;
  display: block;
  line-height: 24px;
}

.archive .orderby {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-top: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 1130px) {
  .archive .orderby {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .archive .orderby li {
    margin-right: 5px !important;
    margin-bottom: 5px !important;
  }
}
.archive .orderby li {
  float: left;
  padding: 3px 8px;
  padding-left: 0px !important;
  margin: 0 5px 5px 0;
}

.category-page-row {
  margin-bottom: 40px;
}

.archive .orderby li a {
  color: #898989;
  font-size: 16px;
  position: relative;
}

.listtext {
  padding-top: 10px;
  background: white;
  margin-bottom: 30px;
}

.footertop {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

#tab_30d .dat-blogposts .col:nth-child(1), #tab_30d .dat-blogposts .col:nth-child(2), #tab_30d .dat-blogposts .col:nth-child(3), #tab_30d .dat-blogposts .col:nth-child(4) {
  display: none;
}

#tab_30d .dat-blogposts .col:nth-child(4) {
  padding-top: 0px !important;
  margin-top: 0px !important;
  border-top: unset !important;
}

.shop-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.shop-container .term-description {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.shop-container .product-sorting {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.shop-container .orderby {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.shop-container .products {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.news .button {
  /* text-align: right; */
}

.variations &gt; tbody &gt; tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.variations .thwvsf-wrapper-ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.variations li {
  padding: 8px;
  font-size: 13px;
  border-radius: 6px;
  height: 43px !important;
  width: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ddd;
  line-height: 18px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  text-align: left !important;
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
  overflow: hidden;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
}

.variations li:hover {
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
}

.variations li span {
  margin: 5px 0px;
}

.variations li.thwvsf-selected {
  border: 1px solid black !important;
}

.variations li.thwvsf-selected:before {
  content: "";
  padding: 4px;
  font-size: 10px;
  line-height: 1;
  position: absolute;
  top: -15px;
  right: -13px;
  background: black;
  width: 26px;
  height: 24px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.variations li.thwvsf-selected:after {
  content: "";
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAHdElNRQfkCw8RJSHXzNuNAAAAfElEQVQoz7WRsQ2CYBQGLwRCaLRkDwqdwcLCSZjCmj2AgtoJXMbEUquzEAz+8Je89r675sGG59ka0ig+0ZFbJDGbgRwoAXemi/hb1QZw793ebB739cPgTdV2qvzZAFY+VL+VwB4nB59j5RLYhBVXcTBZw7NJDAN49LrFyz67GnkMHStx0wAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAyMC0xMS0xNVQxNzozNzozMyswMDowMGfDTJEAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMjAtMTEtMTVUMTc6Mzc6MzMrMDA6MDAWnvQtAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0px;
  right: 0;
  width: 6px;
  height: 6px;
}

.single-product .product-info .product-title {
  font-weight: 600;
  font-size: 25px;
  color: black;
}

@media (min-width: 1024px) {
  .product-info {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
.product-info .product-title {
  overflow: unset !important;
  white-space: unset !important;
  text-overflow: unset !important;
}

.product-info .label {
  font-size: 20px;
}

.product-info .price span {
  opacity: 1;
}

.product-info ins bdi {
  font-size: 30px;
}

.product-info del bdi {
  color: black !important;
  opacity: 1 !important;
}

.product-info del bdi span {
  color: black !important;
}

.product-info .price &gt; span:nth-child(1) bdi {
  font-size: 30px;
}

.woocommerce-variation-price {
  border-top: unset !important;
  font-size: 0.8em;
  padding: 7.5px 0;
}

.product-tabs {
  margin: 0px 15px !important;
}

.product-info .product-title {
  font-weight: 600;
  font-size: 20px;
  color: #c2272d;
}

@media (min-width: 1024px) {
  .product-info {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
.product-info .product-title {
  overflow: unset !important;
  white-space: unset !important;
  text-overflow: unset !important;
}

.product-info .label {
  font-size: 20px;
}

/*
.single-product .product-type-variable {
.price-wrapper {
opacity: 0;
}

.woocommerce-variation {
position: absolute;
top: 50px;
display: block !important;
}

}
*/
.next-prev-thumbs {
  display: none;
}

.product-main {
  margin-top: 40px;
  padding-top: 10px !important;
}

.product-main &gt; .row {
  padding: 0px 15px !important;
}

.product-thumbnails .is-nav-selected a {
  border-color: black !important;
  border-radius: 5px !important;
  padding: 10px !important;
}

.product-main, .product-footer {
  background: white;
}

#product-sidebar {
  padding-top: 40px;
}

@media (min-width: 1024px) {
  .content-row &gt; #product-sidebar {
    max-width: 20% !important;
    -ms-flex-preferred-size: 20% !important;
    flex-basis: 20% !important;
    padding-right: 0px !important;
  }
  .content-row &gt; .large-9 {
    max-width: 80% !important;
    -ms-flex-preferred-size: 80% !important;
    flex-basis: 80% !important;
  }
}
@media (min-width: 1023px) {
  .maximage .row {
    max-width: 1270px !important;
  }
}
.news__button .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product .image-tools {
  display: none !important;
}

.wc-forward {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

ul.product_list_widget li a.remove {
  position: absolute;
  right: 0px;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 851px) {
  .sofa a span {
    /*      color: white !important;*/
    font-size: 15px !important;
    font-weight: bold !important;
  }
}
@media (max-width: 850px) {
  .sofa a span {
    background-color: white !important;
    border-radius: 5px !important;
    padding: 5px !important;
  }
}
.price-wrapper &gt; .star-rating {
  display: none;
}

.custumrow .col-inner {
  text-align: center;
  margin: 0 auto !important;
}

@media (min-width: 1024px) {
  .custumrow .col-inner {
    max-width: 450px;
  }
}
.box-star {
  padding-left: 10px !important;
}

.summary-text .icon-star {
  font-size: 50px;
  color: #fbcd0a;
}

.secondary.is-underline, .secondary.is-link, .secondary.is-outline, .stars a.active, .star-rating:before, .woocommerce-page .star-rating:before, .star-rating span:before, .color-secondary {
  color: #fbcd0a !important;
}

.lienhe .hotline {
  right: 10px !important;
  top: 0px !important;
  background: rgb(235, 235, 235) !important;
  position: absolute;
  color: black !important;
}

.box_feedback {
  padding-top: 100px !important;
}

.box_feedback h3 {
  font-size: 24px;
}

.box_feedback .flickity-page-dots .dot {
  background: white !important;
  opacity: 1 !important;
}

.box_feedback .flickity-button {
  display: none !important;
}

.box_feedback .dot.is-selected {
  width: 30px !important;
  border-radius: 5px !important;
}

.box_feedback p {
  font-size: 15px;
}

.box_feedback .box_feedbacktop {
  min-height: 70px;
}

.box_feedback .box_feedbacktop dev {
  font-size: 15px;
}

@media (min-width: 1024px) {
  .box_feedback .box_feedbacktop {
    height: 136px;
  }
}
.breadcrumbmain__text h1 {
  font-size: 30px !important;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}

.breadcrumbmain__text h1:last-child {
  display: none !important;
}

.page-title-inner {
  padding-bottom: 30px !important;
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.icon-search {
  color: white !important;
}

.aboutus .button {
  background: white !important;
  border-radius: 5px !important;
}

@media (min-width: 850px) {
  .sectionlienhe {
    padding-top: 60px !important;
    padding-bottom: 30px !important;
  }
}
@media (max-width: 850px) {
  .sectionlienhe {
    padding-top: 10px !important;
  }
  .sectionlienhe form p {
    text-align: center;
  }
  .sectionlienhe .sectionlienhe__row &gt; .col {
    padding: 0px 10px;
  }
}
.sectionlienhe .form_lh &gt; .col-inner {
  padding: 30px !important;
}

@media (max-width: 850px) {
  .sectionlienhe .form_lh &gt; .col-inner {
    padding-top: 50px !important;
  }
  .sectionlienhe .form_lh .title h3 {
    font-size: 30px;
    margin-bottom: 0px;
  }
  .sectionlienhe .form_lh .row &gt; .col {
    padding-bottom: 5px !important;
  }
}
@media (max-width: 850px) {
  .sectionlienhe .form_lh .col-inner {
    padding-top: 50px !important;
  }
}
@media (max-width: 850px) {
  .lienhe .hotline {
    right: 0px !important;
  }
}
.wpcf7-spinner {
  position: absolute !important;
}

.design_air {
  margin-top: 50px;
  margin-left: -15px;
  margin-right: -15px;
}

.first_left {
  position: relative;
  height: 100%;
}

.first_left .img_first_left img {
  width: 100%;
  max-width: 100%;
  margin-left: -15px;
}

.ct_design {
  width: 270px;
}

.ct_design h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  color: #0A0A0B;
}

.ct_design p {
  font-size: 14px;
  line-height: 24px;
  color: #303036;
  margin-bottom: 5px;
}

.ct_design a {
  color: #A9A9B2;
  font-size: 14px;
  text-transform: uppercase;
}

.first_left .ct_design {
  position: absolute;
  right: -310px;
  top: 0;
  z-index: 9;
}

.first_right {
  position: relative;
  height: 80%;
}

.img_first_right {
  width: 55%;
  float: right;
  height: 100%;
  margin-right: -15px;
}

.img_first_right img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.first_right .ct_design {
  position: absolute;
  left: 10.5%;
  bottom: 0;
  width: 225px;
}

.secon_design {
  margin-top: 80px;
}

.secon_left .img_secon_left {
  width: 70%;
  float: left;
}

.secon_left .img_secon_left img {
  width: 100%;
}

.secon_left .ct_design {
  width: 30%;
  float: left;
  padding-left: 40px;
}

.secon_right {
  padding-left: 100px;
  margin-top: -110px;
  margin-right: -5.5%;
}

.img_secon_right img {
  width: 100%;
}

.secon_right .ct_design {
  width: 100%;
  margin-top: 25px;
}

.text.ct_design {
  position: absolute;
  right: -315px;
  top: 0;
  width: 270px;
  z-index: 1;
}

.img.img_first_right .img-inner {
  width: 55%;
  float: right;
  height: 100%;
}

.col.first_right {
  height: auto;
}

.col.first_right .col-inner {
  height: 100%;
}

.row.secon_left .ct_design {
  width: 100%;
  float: left;
  padding-left: 30px;
}

.first_right .ct_design {
  position: absolute;
  left: 10.5%;
  bottom: 0;
  width: 225px;
  top: auto;
}

.header-search-form {
  margin-bottom: 15px !important;
}

@media (min-width: 1024px) {
  .header-main .flex-right {
    position: absolute;
    top: 18px;
    right: 160px;
  }
  .header-main .container {
    position: relative;
    max-width: 1050px !important;
  }
}
.list-menu {
  list-style: none !important;
}

.list-menu li {
  margin-left: 0px !important;
}

.expanded-summary-count span {
  font-size: 22px !important;
}

#woocommerce-product-search-field-2 {
  border-color: white !important;
  border-radius: 0px !important;
}

@media only screen and (max-width: 850px) {
  .row.design_air {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .col.first_right {
    max-width: 100%;
  }
  .row.secon_design {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .row.secon_design .col {
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .first_left .ct_design {
    position: static;
    right: 0;
    top: 16px;
    z-index: 9;
    margin-top: 15px;
  }
  .first_left {
    position: relative;
    height: 100%;
    width: 100%;
    margin-bottom: 25px;
  }
  .img_first_right {
    width: 100%;
    float: right;
    height: 100%;
    margin-right: 0;
  }
  .first_right .ct_design {
    position: static;
    left: 13%;
    bottom: 0;
    width: auto;
    margin-top: 15px;
    float: left;
  }
  .secon_left .img_secon_left {
    width: 100%;
    float: left;
  }
  .ct_design {
    width: 100%;
  }
  .secon_design {
    margin-top: 70px;
  }
  .secon_left .img_secon_left {
    width: 100%;
    float: left;
  }
  .secon_left .ct_design {
    width: 100%;
    float: left;
    padding-left: 0;
    margin-top: 15px;
  }
  .secon_right .img_secon_right {
    width: 100%;
    float: right;
  }
  .secon_right .ct_design {
    width: 100%;
    margin-top: 15px;
    bottom: 0;
    position: static;
    float: left;
  }
  .first_left .img_first_left img {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .secon_right {
    margin-right: 0;
  }
  .content_intro h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 56px;
    color: #0A0A0B;
  }
  .content_intro {
    width: 100%;
    float: left;
    padding: 35px;
    position: relative;
    height: 100%;
  }
  .center_intro {
    margin-left: -15px;
    margin-right: -15px;
    display: block !important;
  }
  .intro_left {
    width: 100%;
    display: block;
  }
  .intro_right {
    width: 100%;
    background: #F6F7F8;
  }
  .intro_right img {
    display: none;
  }
  .content_intro a.viewmore {
    position: static;
  }
  .title_goccamhung span.section-title-main {
    font-size: 30px;
    text-transform: none;
    font-weight: 600;
  }
  .lienhe h3 {
    font-weight: 600;
    font-size: 30px;
    line-height: 56px;
    color: #0A0A0B;
  }
  .form_lh {
    background: #F6F7F8;
    height: 100%;
    padding: 60px 20px;
    position: relative;
    margin-right: 0px;
  }
  .footer .row.dark.large-columns-4.mb-0 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer .wpcf7 input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
    width: 220px;
  }
  .gallery-box.box-normal .box-image img {
    max-width: 100%;
    width: auto;
    margin: 0 auto;
  }
  .footer-secondary .slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button {
    margin-top: -4%;
  }
  .footer-secondary {
    border-top: none;
  }
  .footer-secondary .slider-nav-simple {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0 !important;
    margin-right: 0;
  }
  .breadcrumbs {
    color: #222;
    font-weight: bold;
    letter-spacing: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 300px;
  }
  .single-product .product .product-main .col {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }
  .related.related-products-wrapper.product-section h3 {
    font-size: 30px;
  }
  .single-product .design_air {
    margin-left: 0;
    margin-right: 0;
  }
  .single-product .secon_design {
    padding: 15px;
  }
  .product-summary .quantity {
    width: 100%;
  }
  .product-info .quantity input[type=number] {
    width: 100%;
    max-width: 100%;
  }
  .product-info a.buy-now {
    width: 100%;
  }
  .product-info button.single_add_to_cart_button.button.alt {
    width: 100%;
  }
  .sp_addmore .img_thumb {
    height: 200px;
  }
  p.same-h3 {
    font-size: 30px;
    font-weight: 600;
    color: #0A0A0B;
  }
  .list_iterm_pd .container .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wpcf7-spinner {
    position: absolute;
  }
  .product-small.box .box-image img {
    height: auto;
  }
  body.woocommerce-shop .yith-wcan-filter {
    width: 100%;
  }
  body.woocommerce-shop .filters-container form {
    display: block;
  }
  body.woocommerce-shop .category-page-row {
    display: block;
  }
  body.woocommerce-shop .content_right_more_if a.viewmore {
    text-align: center;
    bottom: 50px;
    left: 50px;
    right: 50px;
  }
  body.woocommerce-shop .content_right_more_if h3 {
    font-size: 1em;
  }
  body.woocommerce-shop .content_right_more_if p {
    font-size: 14px;
  }
  .page-checkout .cart-sidebar input.is-form.expand {
    margin: 4px 0 0 5px;
    height: 35px;
  }
  .page-checkout .cart-collaterals .cart-sidebar {
    padding: 15px;
  }
  .page-checkout .continue-shopping a.button-continue-shopping {
    border: 1px solid #0A0A0B;
    color: #0A0A0B;
    font-size: 12px;
    text-transform: none;
    padding: 5px 9px;
    line-height: normal;
    min-height: 48px;
  }
  .woocommerce-cart-form__cart-item.cart_item .product-description a {
    font-size: 14px;
  }
  .page-checkout .woocommerce .woocommerce.row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  span.page-number.current, ul.page-numbers.nav-pagination li a {
    font-weight: normal;
    font-size: 14px;
  }
  .related.related-products-wrapper .product-small .col-inner:hover .product-box-after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .related.related-products-wrapper .add-to-cart-button {
    float: left;
    width: 50%;
  }
  .related.related-products-wrapper .product-small .add-to-cart-button a {
    font-size: 13px !important;
    margin: 16px 0;
  }
  .related.related-products-wrapper .product-box-after a.buy-now.button {
    font-size: 13px !important;
    margin-top: 17px !important;
    width: 50%;
  }
  .design_air {
    margin-left: 0;
    margin-right: 0;
  }
  .container.secon_design {
    padding-left: 15px;
    padding-right: 15px;
  }
  .last-item {
    width: 100%;
  }
  form#find_stock .form-group {
    padding-bottom: 5px;
  }
  #col-1435097301 &gt; .col-inner {
    padding: 29px 0px 30px 0px;
  }
  .store-location-item.row &gt; .col {
    padding-bottom: 0px;
  }
  .store-location-item &gt; .col .text h4 {
    margin-top: 10px;
  }
  .store-location-item.row {
    border-bottom: 1px solid #ddd;
    padding: 0;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .first_left .ct_design {
    position: static;
    right: 0;
    top: 16px;
    z-index: 9;
    margin-top: 15px;
  }
  .first_left {
    position: relative;
    height: 100%;
    width: 100%;
    margin-bottom: 25px;
  }
  .img_first_right {
    width: 100%;
    float: right;
    height: 100%;
    margin-right: 0;
  }
  .first_right .ct_design {
    position: static;
    left: 13%;
    bottom: 0;
    width: auto;
    margin-top: 15px;
    float: left;
  }
  .secon_left .img_secon_left {
    width: 100%;
    float: left;
  }
  .ct_design {
    width: 100%;
  }
  .secon_design {
    margin-top: 70px;
  }
  .secon_left .img_secon_left {
    width: 100%;
    float: left;
  }
  .secon_left .ct_design {
    width: 100%;
    float: left;
    padding-left: 0;
    margin-top: 15px;
  }
  .secon_right .img_secon_right {
    width: 100%;
    float: right;
  }
  .secon_right .ct_design {
    width: 100%;
    margin-top: 15px;
    bottom: 0;
    position: static;
    float: left;
  }
  .first_left .img_first_left img {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .secon_right {
    margin-right: 0;
  }
}
@media (max-width: 850px) {
  .text.ct_design {
    position: unset !important;
    width: 100% !important;
  }
  .img_first_right {
    margin-right: 0px !important;
  }
  .img_first_right .img-inner {
    width: 100% !important;
  }
  .first_right .ct_design {
    position: unset !important;
    width: 100% !important;
  }
}
.post-date-month, .post-date-day {
  color: black !important;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-item span, .accordion-item i, .accordion-item .toggle {
  color: black !important;
}

.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.accordion-item:not(:first-of-type) {
  border-top: 0;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.price-wrapper .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.product-onsale {
  margin-left: 0;
  height: 35px;
  border-radius: 0;
  width: 36px;
  position: relative;
  background: url(https://nhaxinh.com/wp-content/themes/flatsome-child/assets/images/bg_bage.png) no-repeat;
  background-size: 74% 91%;
  background-position: 9px 2px;
  color: white;
  text-align: center;
  padding-left: 7px;
  font-size: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  float: right;
}

.logo-left .logo {
  margin-right: 55px !important;
}</pre></body></html>