@charset "UTF-8";
@import url(assets/vendor/ap8/css/style.css);
@import url(assets/css/font.css);
@import url(assets/vendor/iconsax/style.css);
/*
Theme Name: Oremro
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Develop Uoc Nguyen
Requires at least: 5.3
Tested up to: 6.0
Requires PHP: 5.6
Version: 1.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/
/**
 * SETTINGS
 * File-header..........The file header for the themes style.css file.
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults.
 * Breakpoints..........Mixins and variables for responsive styles
 * Vertical-margins.....Vertical spacing for the main components.
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Clearings............Clearings for the main components.
 *
 * ELEMENTS
 * Blockquote...........Default blockquote.
 * Forms................Element-level form styling.
 * Headings.............H1–H6
 * Links................Default links.
 * Lists................Default lists.
 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
 *
 * BLOCKS
 * Audio................Specific styles for the audio block.
 * Button...............Specific styles for the button block.
 * Code.................Specific styles for the code block.
 * Columns..............Specific styles for the columns block.
 * Cover................Specific styles for the cover block.
 * File.................Specific styles for the file block.
 * Gallery..............Specific styles for the gallery block.
 * Group................Specific styles for the group block.
 * Heading..............Specific styles for the heading block.
 * Image................Specific styles for the image block.
 * Latest comments......Specific styles for the latest comments block.
 * Latest posts.........Specific styles for the latest posts block.
 * Legacy...............Specific styles for the legacy gallery.
 * List.................Specific styles for the list block.
 * Media text...........Specific styles for the media and text block.
 * Navigation...........Specific styles for the navigation block.
 * Paragraph............Specific styles for the paragraph block.
 * Pullquote............Specific styles for the pullquote block.
 * Quote................Specific styles for the quote block.
 * Search...............Specific styles for the search block.
 * Separator............Specific styles for the separator block.
 * Table................Specific styles for the table block.
 * Verse................Specific styles for the verse block.
 * Video................Specific styles for the video block.
 * Utilities............Block alignments.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Comments.............Comment styles.
 * Archives.............Archive styles.
 * 404..................404 styles.
 * Search...............Search styles.
 * Navigation...........Navigation styles.
 * Footer Navigation....Footer Navigation styles.
 * Pagination...........Pagination styles.
 * Single...............Single page and post styles.
 * Posts and pages......Misc, sticky post styles.
 * Entry................Entry, author biography.
 * Widget...............Widget styles.
 * Editor...............Editor styles.
 *
 * UTILITIES
 * A11y.................Screen reader text, prefers reduced motion etc.
 * Color Palette........Classes for the color palette colors.
 * Editor Font Sizes....Editor Font Sizes.
 * Measure..............The width of a line of text, in characters.
 */
/* Categories 01 to 03 are the basics. */
/* Variables */
:root {
  /* Font Family */
  --global--font-primary: Inter, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  --main-color:#db6f31;
  --font-size-lg:24px;
  --second-color:#232f3e;
  --border-color:#d9d9d9;
  --desc-color:#72777d;
  --link-color:#00739e;
}

* {
  box-sizing: border-box;
}

body, input, textarea, button, .button, .faux-button, .wp-block-button__link, .wp-block-file__button, .has-drop-cap:not(:focus)::first-letter, .entry-content .wp-block-archives, .entry-content .wp-block-categories, .entry-content .wp-block-cover-image, .entry-content .wp-block-latest-comments, .entry-content .wp-block-latest-posts, .entry-content .wp-block-pullquote, .entry-content .wp-block-quote.is-large, .entry-content .wp-block-quote.is-style-large, .entry-content .wp-block-archives *, .entry-content .wp-block-categories *, .entry-content .wp-block-latest-posts *, .entry-content .wp-block-latest-comments *, .entry-content p, .entry-content ol, .entry-content ul, .entry-content dl, .entry-content dt, .entry-content cite, .entry-content figcaption, .entry-content .wp-caption-text, .comment-content p, .comment-content ol, .comment-content ul, .comment-content dl, .comment-content dt, .comment-content cite, .comment-content figcaption, .comment-content .wp-caption-text, .widget_text p, .widget_text ol, .widget_text ul, .widget_text dl, .widget_text dt, .widget-content .rssSummary, .widget-content cite, .widget-content figcaption, .widget-content .wp-caption-text {
  font-family: var(--global--font-primary) !important;
}

html, body {
  padding: 0px;
  margin: 0px;
  font-family: var(--global--font-primary);
  font-size: 14px;
  line-height: 1.4;
  color: var(--second-color);
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 0px 15px;
}

a {
  color: var(--link-color);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.site-header {
  background-color: var(--second-color);
  padding: 10px 0px;
}
.site-header .nav-toggle {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
  display: none;
}
.site-header .primary-menu-list {
  display: none;
}
.site-header .container {
  display: flex;
  column-gap: 10px;
  align-items: center;
  justify-content: space-between;
}
.site-header .primary-navigation {
  flex: 1;
  min-width: 0px;
}
.site-header .primary-navigation .close {
  display: none;
}
.site-header .menu-button-container {
  display: none;
}
.site-header .site-logo img {
  height: 30px;
}
.site-header .login{
	display:flex;
	column-gap:10px;
	align-items:center;
}
.site-header .lang{
	color:#fff;
	
	cursor:pointer;
	position:relative;
	padding:5px 10px
	
}
.site-header .lang .inner{
	display:flex;
	column-gap:5px;
	align-items:center;
}
.site-header .lang .dropdown{
	position:absolute;
	background:#fff;
	min-width:120px;
	border-radius:6px;
	border:1px solid #d9d9d9;
	top:100%;
	display:none;
	
}
.site-header .lang:hover .dropdown{
	display:block;
}
.site-header .lang .dropdown .item{
	display:flex;
	column-gap:7px;
	padding:5px 10px;
	align-items:center;
	color:#000;
}
@media(max-width:768px){
	.site-header .lang .inner .text-m{
		display:none;
	}
}
.primary-menu-container ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
}
.primary-menu-container a {
  color: #fff;
  display: block;
  padding: 5px 10px;
  text-decoration: none;
}
.primary-menu-container a:hover {
  color: var(--main-color);
}
.primary-menu-container .current-menu-item > a {
  font-weight: 500;
  color: var(--main-color);
}

.user-box {
  display: flex;
  align-items: center;
  color: #fff;
  column-gap: 10px;
}
.user-box .text-content {
  flex: 1;
}
.user-box .username {
  font-weight: 500;
  margin-bottom: 3px;
}
.user-box .desc {
  font-size: 12px;
  opacity: 0.6;
}
.user-box .desc > a {
  color: #fff;
}
.user-box .avatar img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 50%;
}
.user-box a {
  display: block;
  text-decoration: none;
  color: #fff;
}

.header-bottom {
  background-color: #1c2734;
}
.header-bottom .container {
  display: flex;
  column-gap: 10px;
  align-items: center;
}
.header-bottom .box-search {
  flex: 1;
  min-width: 0px;
}
.header-bottom .categorybox {
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 15px 10px;
  min-width: 200px;
  position: relative;
}
.header-bottom .categorybox .icon {
  opacity: 0.6;
}
.header-bottom .categorybox:hover .dropdown-box {
  display: block;
}
.header-bottom .dropdown-box {
  position: absolute;
  left: 0px;
  top: 100%;
  background-color: #fff;
  z-index: 100;
  box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.2);
  border: 1px solid #d9d9d9;
  width: 500px;
  padding: 10px;
  color: var(--second-color);
  display: none;
}
.header-bottom .dropdown-box:before {
  content: "";
  width: 0px;
  height: 0px;
  top: -8px;
  left: 20px;
  position: absolute;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.header-bottom .dropdown-box .dropdown-title {
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.header-bottom .dropdown-box ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  max-height: 280px;
  overflow: auto;
}
.header-bottom .dropdown-box ul li {
  width: 50%;
}
.header-bottom .dropdown-box a {
  font-weight: normal;
  display: block;
  color: var(--second-color);
  padding: 5px 10px;
  font-size: 14px;
}
.header-bottom .search-form {
  background-color: #fff;
  border-radius: 6px;
  display: flex;
  overflow: hidden;
}
.header-bottom .search-field {
  width: 100%;
  padding: 10px 10px;
  border-radius: 0px;
  border: 0px;
  outline: 0;
  flex: 1;
}
.header-bottom .search-submit {
  width: 40px;
  background-color: var(--main-color);
  color: #fff;
  border: 0px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.header-bottom .shop-cart {
  width: 200px;
  display: flex;
  justify-content: flex-end;
}
.header-bottom .shop-cart .btn {
  font-size: 24px;
  color: #fff;
  text-decoration: none;
}
.header-bottom .hotline {
  font-size: 16px;
  color: #fff;
  display: flex;
  column-gap: 7px;
  align-items: center;
}
.header-bottom .hotline .icon {
  font-size: 24px;
}

.site-footer {
  background-color: var(--second-color);
  padding: 20px 0px;
}
.site-footer .footer-box {
  display: flex;
  column-gap: 30px;
}
.site-footer .box {
  width: 25%;
}
.site-footer .title {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 10px;
}
.site-footer a {
  display: block;
  padding: 5px 0px;
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}
.site-footer .box-info {
  flex: 1;
  min-width: 0px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  color: #fff;
}
.site-footer .box-info .logo img {
  max-width: 160px;
}
.site-footer .box-info .desc {
  opacity: 0.6;
}
.site-footer .info {
  display: flex;
  column-gap: 10px;
  margin-top: 10px;
}
.site-footer .info .icon {
  font-size: 20px;
}

.footer-copyright {
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  margin-top: 20px;
  padding-top: 20px;
  font-size: 12px;
  opacity: 0.6;
}

.page-header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 10px;
}
.page-header .view-all {
  text-decoration: none;
  display: block;
  padding: 7px 10px;
  color: #1c2734;
}

.page-title, .entry-title {
  margin: 0px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  flex: 1;
  text-align: left;
  min-width: 0px;
}

.site-content {
  padding: 20px 15px;
}

.list-cat {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.list-cat li {
  width: 16.6667%;
  border: 1px solid var(--border-color);
  margin-right: -1px;
  margin-bottom: -1px;
  display: flex;
}
.list-cat a {
  text-decoration: none;
  color: var(--second-color);
  display: block;
  text-align: center;
  padding: 30px 10px;
  position: relative;
  font-weight: 500;
  flex: 1;
}
.list-cat a:hover {
  color: var(--main-color);
  box-shadow: inset 0 0 0 2px #d8d8d8;
}
.list-cat .text-m {
  display: block;
}
.list-cat .img img {
  width: 120px;
  height: 120px;
  object-fit: cover;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  column-gap: 5px;
  row-gap: 5px;
}
.breadcrumb a {
  color: var(--second-color);
  text-decoration: none;
  display: block;
}
.breadcrumb span {
  color: var(--desc-color);
}

.section-box {
  margin-bottom: 30px;
}
.section-box .page-title {
  text-align: left;
}

.box-news {
  display: flex;
  column-gap: 20px;
}
.box-news .post-item {
  flex: 1;
}

.entry-title {
  font-size: 32px;
  text-align: left;
}

.post-image {
  display: block;
}
.post-image img {
  width: 100% !important;
  height: 200px !important;
  object-fit: cover !important;
}

.post-title {
  margin: 0px;
  line-height: 1.1;
  margin-bottom: 10px;
}
.post-title > a {
  color: var(--second-color);
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.short-desc p {
  margin: 0px;
}
.short-desc .readmore {
  display: block;
  padding: 5px 0px;
  margin-top: 10px;
  text-decoration: none;
  color: var(--main-color);
}

.woocommerce ul.products, .woocommerce-page ul.products {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce ul.products li.product-category, .woocommerce-page ul.products li.product-category {
  width: 16.6667% !important;
  margin: 0px !important;
  float: none !important;
  border: 1px solid var(--border-color);
  margin-right: -1px !important;
  margin-bottom: -1px !important;
  display: flex;
}
.woocommerce ul.products li.product-category > a, .woocommerce-page ul.products li.product-category > a {
  flex: 1;
  display: block;
  color: var(--second-color);
  font-weight: normal;
  text-align: center;
  padding: 30px 10px !important;
}
.woocommerce ul.products li.product-category > a:hover, .woocommerce-page ul.products li.product-category > a:hover {
  box-shadow: inset 0 0 0 2px #d8d8d8;
}
.woocommerce ul.products li.product-category img, .woocommerce-page ul.products li.product-category img {
  height: 120px !important;
  display: inline-block;
  width: 120px !important;
  margin: auto !important;
  object-fit: cover !important;
}
.woocommerce ul.products .woocommerce-loop-category__title, .woocommerce-page ul.products .woocommerce-loop-category__title {
  font-weight: 500 !important;
}
.woocommerce ul.products .woocommerce-loop-category__title .count, .woocommerce-page ul.products .woocommerce-loop-category__title .count {
  background-color: transparent;
}

.top-banner {
  display: flex;
  column-gap: 2px;
  margin-bottom: 30px;
}
.top-banner .item {
  flex: 1;
  display: flex;
  position: relative;
  overflow: hidden;
}
.top-banner .item:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 2;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 60%);
}
.top-banner .item:hover img {
  transition: all 0.3s ease;
  transform: scale(1.1);
}
.top-banner img {
  width: 100%;
  transition: all 0.3s ease;
}
.top-banner .title {
  margin: 0px;
  margin-bottom: 5px;
  font-size: 20px;
}
.top-banner .text-content {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 3;
  right: 0px;
  padding: 10px 20px;
  color: #fff;
}
.top-banner .arrow {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--main-color);
  display: inline-flex;
  margin-left: 5px;
}

.list-supplies {
  display: flex;
  column-gap: 2px;
}
.list-supplies .item {
  flex: 1;
  background-color: #eee;
  padding: 20px;
  padding-bottom: 10px;
}
.list-supplies .top {
  display: flex;
  column-gap: 10px;
  margin-bottom: 10px;
  min-height: 60px;
}
.list-supplies .top .icon {
  color: var(--main-color);
  font-size: 36px;
  width: 60px;
}
.list-supplies .top .icon img {
  width: 100%;
}
.list-supplies .desc {
  opacity: 0.7;
}
.list-supplies h3 {
  margin: 0px;
  margin-bottom: 5px;
}
.list-supplies h3 > a {
  color: var(--second-color);
  text-decoration: none;
}
.list-supplies h3 > a:hover {
  color: var(--main-color);
}
.list-supplies .links {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0px;
  height: 50px;
  align-items: center;
}
.list-supplies .links a {
  color: var(--link-color);
  font-weight: 500;
}
.list-supplies .links a:after {
  content: "|";
  margin: 0px 5px;
}
.list-supplies .links a:last-child:after {
  display: none;
}
.list-supplies .text-content {
  flex: 1;
  min-width: 0px;
}

.woocommerce-ordering .orderby {
  height: 30px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  padding: 2px 10px;
}

.woocommerce ul.products:not(.owl-carousel) li.product:not(.product-category), .woocommerce-page ul.products:not(.owl-carousel) li.product:not(.product-category) {
  width: 16.6667% !important;
  margin: 0px !important;
  float: none !important;
  display: flex;
}
.woocommerce ul.products li.product:not(.product-category) > a, .woocommerce-page ul.products li.product:not(.product-category) > a {
  flex: 1;
  display: block;
  color: var(--second-color);
  font-weight: normal;
  text-align: center;
  padding: 30px 10px !important;
}
.woocommerce ul.products li.product:not(.product-category) > a:hover, .woocommerce-page ul.products li.product:not(.product-category) > a:hover {
  box-shadow: inset 0 0 0 2px #d8d8d8;
}
.woocommerce ul.products li.product:not(.product-category) img, .woocommerce-page ul.products li.product:not(.product-category) img {
  height: 120px !important;
  display: inline-block;
  width: 120px !important;
  margin: auto !important;
  object-fit: cover !important;
  border: 1px solid #d9d9d9;
}
.woocommerce ul.products li.product:not(.product-category) .button, .woocommerce-page ul.products li.product:not(.product-category) .button {
  display: none;
}
.woocommerce ul.products li.product:not(.product-category) .onsale, .woocommerce-page ul.products li.product:not(.product-category) .onsale {
  display: none;
}

.woocommerce div.product:after {
  content: "";
  display: block;
  clear: both;
}

input, select, textarea {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  width: 100%;
  min-height: 32px;
}

textarea {
  min-height: 160px;
  resize: vertical;
}

.submit {
  background-color: var(--main-color) !important;
  color: #fff !important;
  border: 0px !important;
  padding: 15px 10px !important;
  border-radius: 6px;
}

@media (max-width: 1200px) {
  .list-cat li {
    width: 20%;
  }
  .woocommerce ul.products li.product-category, .woocommerce-page ul.products li.product-category, .woocommerce ul.products:not(.owl-carousel) li.product:not(.product-category), .woocommerce-page ul.products:not(.owl-carousel) li.product:not(.product-category) {
    width: 20% !important;
  }
}
@media (max-width: 991px) {
  .list-cat li {
    width: 25%;
  }
  .woocommerce ul.products li.product-category, .woocommerce-page ul.products li.product-category, .woocommerce ul.products:not(.owl-carousel) li.product:not(.product-category), .woocommerce-page ul.products:not(.owl-carousel) li.product:not(.product-category) {
    width: 25% !important;
  }
  .site-header .nav-toggle {
    display: flex;
  }
  .header-bottom .categorybox, .header-bottom .hotline {
    display: none;
  }
  .site-logo {
    flex: 1;
  }
  .user-box .text-content {
    display: none;
  }
  .overlay-common {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 90;
    bottom: 0px;
    display: none;
    cursor: pointer;
  }
  .overlay-common.show {
    display: block;
  }
  .primary-navigation {
    position: fixed;
    top: 0px;
    left: -100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    bottom: 0px;
    width: 250px;
    z-index: 100;
    background-color: #fff;
  }
  .primary-navigation.show {
    left: 0px;
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease;
  }
  .site-header .primary-navigation .head {
    background-color: var(--second-color);
    padding: 10px;
    text-align: right;
  }
  .site-header .primary-navigation .close {
    border: 1px solid #fff;
    border-radius: 4px;
    display: inline-block;
    color: #fff;
    padding: 5px 20px;
    cursor: pointer;
  }
  .primary-menu-container ul {
    flex-direction: column;
  }
  .primary-menu-container ul a {
    color: var(--second-color);
    padding: 15px 20px;
    font-weight: 600;
    border-bottom: 1px solid #d9d9d9;
  }
}
@media (max-width: 768px) {
  .list-cat li {
    width: 50%;
  }
  .woocommerce ul.products li.product-category, .woocommerce-page ul.products li.product-category, .woocommerce ul.products:not(.owl-carousel) li.product:not(.product-category), .woocommerce-page ul.products:not(.owl-carousel) li.product:not(.product-category) {
    width: 50% !important;
  }
  .top-banner {
    flex-direction: column;
    row-gap: 2px;
  }
  .top-banner img {
    height: 160px;
    object-fit: cover;
  }
  .list-supplies {
    flex-direction: column;
    row-gap: 2px;
  }
  .list-supplies .top {
    min-height: 0px;
  }
  .list-supplies .links {
    height: auto;
  }
  .site-footer .footer-box {
    flex-direction: column;
    row-gap: 20px;
  }
  .site-footer .footer-box .box {
    width: 100%;
  }
}
.nav-links {
  margin-top: 20px;
}
.nav-links > div a {
  display: inline-flex;
  flex-wrap: wrap;
  column-gap: 5px;
  align-items: center;
  border: 1px solid var(--main-color);
  border-radius: 4px;
  color: var(--main-color);
  padding: 5px 10px;
  font-weight: 500;
}
.nav-links .meta-nav {
  margin: 0px !important;
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.nav-links .post-title {
  margin: 0px;
}

.wp-block-post-title {
  font-size: 20px;
  margin: 0px;
}

.wp-block-post-template.wp-block-post-template li {
  margin-bottom: 30px;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 30px;
}

.wp-block-post-date {
  margin-bottom: 0px;
  opacity: 0.6;
}

.post-navigation {
  display: none;
}

.post {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 30px;
  margin: auto;
  margin-bottom: 30px;
}

.wt-related-products {
  border-top: 1px solid #d9d9d9;
  margin-top: 30px;
  clear: both;
}

.wp-block-post {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto 1fr;
  row-gap: 5px;
  column-gap: 20px;
  align-items: flex-start;
}
.wp-block-post .wp-block-post-excerpt__more-text {
  margin-top: 10px;
}
.wp-block-post .wp-block-post-featured-image {
  width: 260px;
  grid-row-start: 1;
  grid-row-end: 4;
}
.wp-block-post-featured-image.alignfull img, .wp-block-post-featured-image.alignwide img{
	width:100% !important;
	height:auto !important;
	max-width:100% !important;
}

@media (max-width: 600px) {
  .wp-block-post {
    display: block;
  }
  .wp-block-post .wp-block-post-featured-image {
    width: 100%;
  }
}
.woocommerce nav.woocommerce-pagination ul {
  display: flex;
  border: 0px;
  column-gap: 5px;
  justify-content: flex-end;
  flex-wrap: wrap;
  row-gap: 5px;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: 0px;
}
.woocommerce nav.woocommerce-pagination ul li > a, .woocommerce nav.woocommerce-pagination ul li > span {
  border: 1px solid #d9d9d9;
  color: var(--second-color);
  border-radius: 3px;
}

.product-item-search {
  display: flex;
  column-gap: 20px;
  margin-top: 20px;
}
.product-item-search .product-title {
  margin-top: 0px;
  margin-bottom: 7px;
}
.product-item-search .product-title > a {
  text-decoration: underline;
}
.product-item-search .product-image {
  width: 200px !important;
  height: 200px !important;
}
.product-item-search .product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
}
@media (max-width: 768px) {
  .product-item-search .product-image {
    width: 120px !important;
    height: 120px !important;
  }
}
.product-item-search .product-content {
  flex: 1;
  min-width: 0px;
}
.product-item-search .product-link {
  opacity: 0.5;
}
.product-item-search .product-link > a {
  color: #000;
}
.product_meta{
	display:flex;
	flex-direction:column;
	row-gap:10px;
}
.woocommerce div.product div.images img{
	width:100% !important;
	max-width:100% !important;
	height:auto !important;
}
.woocommerce-product-gallery__image{
	height:auto !important;
}
.flex-viewport{
	margin-bottom:20px;
}
.woocommerce div.product div.images .flex-control-thumbs{
	display:flex !important;
	column-gap:12.5px;
}
.woocommerce div.product div.images .flex-control-thumbs li{
	width:calc(25% - 10px);
	
}
.theme-twentytwenty .wc-block-grid.has-4-columns .wc-block-grid__product, .wc-block-grid.has-4-columns .wc-block-grid__product{
	max-width:16.6667%;
	flex: 1 0 16.6667%;
	
}

@media(max-width:991px){
	.theme-twentytwenty .wc-block-grid.has-4-columns .wc-block-grid__product, .wc-block-grid.has-4-columns .wc-block-grid__product{
		max-width:25%;
		flex: 1 0 25%;

	}
}
@media(max-width:600px){
	.theme-twentytwenty .wc-block-grid.has-4-columns .wc-block-grid__product, .wc-block-grid.has-4-columns .wc-block-grid__product{
		max-width:50%;
		flex: 1 0 50%;

	}
}
.wc-block-components-product-title{
	font-size:14px !important;
}
.wc-block-grid__products .wc-block-grid__product-image img{
	width:120px;
	height:120px;
	object-fit:cover;
	border:1px solid #d9d9d9;
}
.wp-block-woocommerce-product-price,.wc-block-grid__product-add-to-cart{
	display:none;
}
.wc-block-pagination button{
	width:32px;
	height:32px;
	border:1px solid #d9d9d9;
	border-radius:4px;
	cursor:pointer;
	margin:0px 3px;
	padding:0px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	
}
.wc-block-pagination button.wc-block-pagination-page--active{
	border-color:#db6f31;
	background-color:#db6f31;
	color:#fff;
}
.wc-block-pagination button:hover{
	border-color:#db6f31;
}
.woocommerce-Tabs-panel--description{
	line-height:24px;
}
.woocommerce-Tabs-panel--description p{
	margin-bottom:15px;
}
.woocommerce ul.products li.product .price{
	display:none;
}
.wt-related-products .carousel-wrap{
	padding:0px !important;
}
/*# sourceMappingURL=style.css.map */

.post-box-tag{
	display:flex;
	column-gap:20px;
	flex-wrap:wrap;
	border-bottom:1px solid #d9d9d9;
	padding-bottom:30px;
	margin-bottom:30px;
	
}
.post-box-tag .post{
	border-bottom:0px;
	margin-bottom:0px;
	padding-bottom:0px;
}
.post-box-tag .post-content{
	flex:1;
	min-width:0px;
}
.post-box-tag .post-image-b{
	width:260px;
}
.post-box-tag .post-image-b img{
	width:100% !important;
	height:auto !important;
}
.post-box-tag .entry-title{
	font-size:20px;
	font-weight:bold;
}
@media(max-width:600px){
	.post-box-tag .post-content{
		flex:auto;
	}
	.post-box-tag .post-image-b{
		width:100%;
	}
}

.article{
	line-height:1.4;
	font-size:16px;
}