<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sidebar-widget .sidebar-widget-header {
  padding-left: 0;
}
.sidebar-widget .sidebar-widget-body {
  padding: 20px;
}
.sidebar-widget .title {
  font-size: 23px;
  margin-bottom: 15px;
}
.sidebar-widget:last-child {
  margin-bottom: 0;
}

.footer-bottom.base-footer {
  padding: 15px 0;
}
.footer-bottom.base-footer .auto-container .content .logo-copy p {
  margin-bottom: 0;
  color: #ffffff;
}

.main-header.base-header {
  border-bottom: 1px solid #f5f5f5;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.wp-block-button {
  margin-top: 10px;
  margin-bottom: 10px;
}
.wp-block-button .wp-block-button__link {
  color: #ffffff !important;
}

.is-style-outline .wp-block-button__link {
  color: #32373c !important;
}

.wp-block-button__link.is-style-outline {
  color: #32373c !important;
}

.wp-block-search .wp-block-search__input {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid var(--color-high-dark);
  border-radius: 5px;
  background: #fff;
  padding: 10px 15px;
  transition: all 500ms ease;
  max-width: 300px;
  margin-right: 10px;
  margin-top: 0px;
}
.wp-block-search .wp-block-search__button {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid var(--color-high-dark);
  border-radius: 5px;
  background: var(--color-high-dark);
  padding: 10px 15px;
  transition: all 500ms ease;
  color: #fff;
  max-width: 90px;
  cursor: pointer;
  margin-left: 0;
}
.wp-block-search .wp-block-search__button:hover{
  color: #fff;
}
.widget_search .search-form {
  position: relative;
  margin: 0px;
}
.widget_search .search-form .form-group {
  margin-bottom: 0;
}

figure.alignright figcaption {
  text-align: right;
}

figure.aligncenter figcaption {
  text-align: center;
}

figcaption {
  font-weight: 600;
}

.wp-block-media-text {
  margin-bottom: 10px;
}
.post-password-form label {
  font-weight: 600;
  color: #333;
}
.post-password-form input {
  display: block;
}
.post-password-form input[type=submit] {
  border: 1px solid var(--color-high-dark);
  background: var(--color-high-dark);
  color: #fff;
}

.wp-block-rss__item-title a {
  color: #222;
}

.wp-block-latest-posts__list li a {
  color: #222;
}

.wp-block-tag-cloud a {
  position: relative;
  display: inline-block;
  font-size: 15px !important;
  line-height: 26px;
  color: #25283a;
  border: 1px solid #7b7b7b4f;
  border-radius: 4px;
  padding: 7px 21.5px;
  margin-bottom: 5px;
}

.yes-ping .comment {
  padding-left: 0 !important;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  padding: 41px 40px !important;
}

.page-links a,
.page-links .post-page-numbers {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  height: 36px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  color: #061a3a;
  background: transparent;
  z-index: 1;
  border: 1px solid #e6e7ec;
  transition: all 500ms ease;
  border-radius: 3px;
}
.page-links a:hover,
.page-links .post-page-numbers.current,
.page-links .post-page-numbers:hover {
  background: var(--color-high-dark);
  color: #fff;
}
.post-single-link.page-links {
  margin-top: 10px;
  margin-bottom: 10px;
}
.page-wrapper .pagination .nav-links {
  position: relative;
  display: block;
}


.text-center.page-pagination .nav-links {
  margin: 0 auto;
}

.entry-title,
.blog-title {
  word-wrap: break-word;
}

.page-title {
  word-wrap: break-word;
}

.sidebar-side .calendar_wrap table {
  text-align: center;
  margin-bottom: 0;
  width: 100%;
}
.sidebar-side .calendar_wrap table caption {
  padding: 0;
  padding-top: 5px;
}
.sidebar-side .calendar_wrap table a {
  color: var(--color-high-dark);
}
.sidebar-side .calendar_wrap .wp-calendar-nav a {
  color: var(--color-high-dark);
}
.sidebar-side .sidebar-widget {
  margin-bottom: 30px;
}
.sidebar-side .sidebar-widget:last-child {
  margin-bottom: 0px;
}

.widget_recent_entries ul li {
  margin-bottom: 8px;
}
.widget_recent_entries ul li a {
  color: #706767;
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 30px;
  background: #f3f3f3;
  position: relative;
  display: block;
}
.widget_recent_entries ul li:hover a {
  color: #fff;
  background: var(--color-high-dark);
}
.widget_recent_entries ul li:last-child {
  margin-bottom: 0;
}

.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul {
  padding-left: 0px !important;
}
.widget_nav_menu ul li,
.widget_meta ul li,
.widget_pages ul li {
    align-content: center;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    padding: 10px 0px;
    color: #666666;
    text-transform: capitalize;
}
.widget_nav_menu ul &gt; li:last-child,
.widget_meta ul &gt; li:last-child,
.widget_pages ul &gt; li:last-child {
  border-bottom: none;
}
.widget_nav_menu ul li a,
.widget_meta ul li a,
.widget_pages ul li a {
  position: relative;
  display: block;
  color: #666666;
  padding: 0px 0px;
  font-size: 16px;
}
.widget_nav_menu ul li a:hover,
.widget_meta ul li a:hover,
.widget_pages ul li a:hover {
  color: var(--color-high-dark);
}
.widget_nav_menu ul li ul li,
.widget_meta ul li ul li,
.widget_pages ul li ul li{
  border-top: 1px solid #e5e5e5;
  border-bottom: none;
  margin-top: 10px;
  padding-bottom: 0;
  padding-left: 20px;
}
td#today {
  background: var(--color-high-dark);
  font-weight: 600;
  color: #fff;
}
td#today a{
  color: #fff;
}
.sidebar-widget ul.wp-block-archives li,
.sidebar-widget ul.wp-block-categories li,
.sidebar-widget.widget_archive ul li{
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
  font-size: 16px;
  padding: 10px 0px;
  color: #666666;
  text-transform: capitalize;
}
.sidebar-widget ul.wp-block-archives li:last-child,
.sidebar-widget ul.wp-block-categories li:last-child,
.sidebar-widget.widget_archive ul li:last-child{
  border-bottom: none;
  padding-bottom: 0;
}
.sidebar-widget ul.wp-block-archives li a,
.sidebar-widget.widget_archive ul li a{
  position: relative;
  display: block;
  color: #666666;
  padding: 0px 0px;
  font-size: 16px;
}
.sidebar-widget ul.wp-block-archives li a:hover,
.sidebar-widget ul.wp-block-categories li a:hover,
.sidebar-widget.widget_archive ul li a:hover {
  color: var(--color-high-dark);
}
.sidebar-widget.widget_archive ul li:last-child{
  margin-bottom: 0;
}
.sidebar-widget.widget_archive ul li ul {
  width: 100%;
  padding-left: 15px;
}
.sidebar-widget.widget_archive ul li ul li{
  padding: 0;
  position: relative;
}
.widget_categories li ul.children {
  display: block;
  width: 100%;
}
.widget_categories li ul.children li {
  border-top: 1px solid #e5e5e5;
  margin-top: 10px;
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 15px;
}
.sidebar-widget.widget_archive ul li ul li a {
  padding: 5px 0px;
}
.sidebar-widget.widget_archive ul li ul li ul{
  padding-left: 25px;
}

.widget_recent_comments ul li {
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
  font-size: 16px;
}
.widget_recent_comments ul li .comment-author-link {
  font-weight: 600;
  margin-right: 5px;
}
.widget_recent_comments ul li .comment-author-link a {
  color: #706767;
}
.widget_recent_comments ul li a {
  color: var(--color-high-dark);
  margin-left: 5px !important;
}
.widget_text {
  color: #222222;
}
.widget_text .textwidget p {
  font-size: 16px;
  line-height: 33px;
  margin-bottom: 5px;
}
.widget_text .textwidget form {
  margin-top: 10px;
}

.widget_rss .widget-title h3 img {
  top: -3px;
  position: relative;
}
.widget_rss .widget-title h3 a {
  color: #222;
}
.widget_rss ul li {
  font-size: 16px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
  color: #222222;
}
.widget_rss ul li:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 0px solid #e5e5e5;
}
.widget_rss ul li .rsswidget {
  margin-bottom: 10px;
  display: block;
  font-weight: 600;
}
.widget_rss ul li .rss-date {
  margin-bottom: 5px;
}
.widget_rss ul li .rssSummary {
  line-height: 28px;
}
.widget_rss ul li cite {
  margin-top: 10px;
  display: block;
  font-weight: 600;
  font-style: normal;
}
.widget_rss ul li a {
  color: #4c4c4c;
}

figcaption {
  margin-top: 10px;
  padding-bottom: 15px;
  font-size: 14px;
}

abbr[title] {
  border-bottom: 1px dotted;
}

acronym {
  border-bottom: 1px dotted;
}

.wp-caption-text,
.gallery-caption,
.bypostauthor {
  opacity: 1;
}

.wp-block-image .aligncenter &gt; figcaption,
.wp-block-image .alignleft &gt; figcaption,
.wp-block-image .alignright &gt; figcaption,
.wp-block-image.is-resized &gt; figcaption {
  text-align: center;
}

.wp-block-image {
  max-width: 100%;
}
.wp-block-image figcaption {
  display: block;
}

.wp-caption img {
  margin-top: 10px;
}

img.aligncenter {
  display: block;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  white-space: pre-wrap;
  word-wrap: break-word;
  background-color: #fff;
  border-radius: 4px;
  overflow: auto;
  margin-top: 10px;
  border: 1px solid #2b3c6b;
}

.wp-block-cover-text {
  font-size: 24px;
  color: #ffffff !important;
}
.wp-block-cover-text a {
  color: #ffffff;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.wp-block-button.alignright {
  text-align: right;
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
  padding: 41px 40px !important;
}

article .text {
  overflow: hidden;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  clear: both;
}

.blocks-gallery-item {
  list-style: outside none;
  padding-left: 0 !important;
}

iframe {
  width: 100%;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-block-cover-text {
  color: #ffffff;
  margin-bottom: 0 !important;
}

.aligncenter {
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

.blocks-gallery-item:before {
  content: none !important;
}

.blog-single-post-area .comment-detail-form {
  margin-bottom: 20px;
}
.blog-single-post-area .comment-reply-title {
  font-size: 20px;
}
.blog-single-post-area .comment-reply-title small {
  margin-left: 10px;
}
.wp-block-calendar table th {
  text-align: center;
}

.yes-ping .comment-details {
  padding-left: 0px !important;
}

.has-text-color.has-background.has-very-light-gray-color {
  color: #fff;
}

ol.wp-block-latest-comments li article footer {
  padding: 0 !important;
  margin: 0 !important;
}

ul.wp-block-latest-posts li {
  margin-bottom: 10px;
}
ul.wp-block-latest-posts li:last-child {
  margin-bottom: 0;
}
ul.wp-block-rss li {
  margin-bottom: 10px;
}
.wp-block-group__inner-container a {
  color: var(--color-high-dark);
  line-height: 26px;
}
.gallery-item {
  display: inline-block;
  padding: 1.79104477%;
  text-align: center;
  vertical-align: top;
}
.gallery-item img {
  display: inline-block !important;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
  width: 100%;
}

@media screen and (min-width: 30em) {
  .gallery-columns-1 .gallery-item {
    max-width: 100%;
  }
}
.gallery-columns-2 .gallery-item {
  max-width: 100%;
  width: 50%;
}

@media screen and (min-width: 30em) {
  .gallery-columns-2 .gallery-item {
    max-width: 50%;
  }
}
.gallery-columns-3 .gallery-item {
  max-width: 100%;
  width: 33.33%;
}

@media screen and (min-width: 30em) {
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
  }
}
.gallery-columns-4 &gt; .gallery-item {
  max-width: 100%;
  width: 25%;
}

@media screen and (min-width: 30em) {
  .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }
}
.gallery-columns-5 .gallery-item {
  max-width: 100%;
  width: 20%;
}

@media screen and (min-width: 48em) {
  .gallery-columns-5 .gallery-item {
    max-width: 20%;
  }
}
.gallery-columns-6 .gallery-item {
  max-width: 100%;
  width: 16.66%;
}

@media screen and (min-width: 48em) {
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
  }
}
.gallery-columns-7 .gallery-item {
  max-width: 100%;
  width: 14.28%;
}

@media screen and (min-width: 48em) {
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
  }
}
.gallery-columns-8 .gallery-item {
  max-width: 100%;
  width: 12.5%;
}

@media screen and (min-width: 48em) {
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
  }
}
.gallery-columns-9 .gallery-item {
  max-width: 100%;
  width: 11.11%;
}

@media screen and (min-width: 48em) {
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
  }
}
.main-header .header-upper .logo-box .logo img {
  width: 100%;
}

.wp-block-button.is-style-squared a {
  border-radius: 0;
}

.ri-fat-not-found {
  padding: 34px 40px 40px;
  box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 10px;
}
.ri-fat-not-found .no-found-text {
  font-size: 16px;
  color: #222;
  margin-bottom: 15px;
}
.ri-fat-not-found .nothing-found-search {
  max-width: 400px;
}
.ri-fat-not-found .nothing-found-search .search-form .form-group {
  position: relative;
  margin: 0px;
}


.wp-block-button {
  margin-bottom: 10px;
}

.sticky_post_icon {
  color: var(--color-high-dark);
  font-size: 30px;
}

ol.wp-block-latest-comments li article footer {
  padding: 0 !important;
  margin: 0 !important;
}

ul.wp-block-rss li {
  margin-bottom: 10px;
}

.gallery-item {
  display: inline-block;
  padding: 1.79104477%;
  text-align: center;
  vertical-align: top;
}
.gallery-item img {
  display: inline-block !important;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
  width: 100%;
}

.wp-block-gallery.is-cropped .blocks-gallery-item img {
  height: auto;
}

@media screen and (min-width: 30em) {
  .gallery-columns-1 .gallery-item {
    max-width: 100%;
  }
}
.gallery-columns-2 .gallery-item {
  max-width: 100%;
  width: 50%;
}

@media screen and (min-width: 30em) {
  .gallery-columns-2 .gallery-item {
    max-width: 50%;
  }
}
.gallery-columns-3 .gallery-item {
  max-width: 100%;
  width: 33.33%;
}

@media screen and (min-width: 30em) {
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
  }
}
.gallery-columns-4 &gt; .gallery-item {
  max-width: 100%;
  width: 25%;
}

@media screen and (min-width: 30em) {
  .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }
}
.gallery-columns-5 .gallery-item {
  max-width: 100%;
  width: 20%;
}

@media screen and (min-width: 48em) {
  .gallery-columns-5 .gallery-item {
    max-width: 20%;
  }
}
.gallery-columns-6 .gallery-item {
  max-width: 100%;
  width: 16.66%;
}

@media screen and (min-width: 48em) {
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
  }
}
.gallery-columns-7 .gallery-item {
  max-width: 100%;
  width: 14.28%;
}

@media screen and (min-width: 48em) {
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
  }
}
.gallery-columns-8 .gallery-item {
  max-width: 100%;
  width: 12.5%;
}

@media screen and (min-width: 48em) {
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
  }
}
.gallery-columns-9 .gallery-item {
  max-width: 100%;
  width: 11.11%;
}

@media screen and (min-width: 48em) {
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .blog-single-post-area .comment-wrap .comment-detail .comment-detail-list .single-comment + .children {
    padding-left: 10px;
  }
  .blog-single-post-area .comment-wrap .comment-detail .comment-detail-list .single-comment .comment__text {
    width: 100%;
    display: block;
  }
  .blog-single-post-area .comment-wrap .comment-detail .comment-detail-list .single-comment .comment__image {
    display: block;
    margin-bottom: 20px;
  }
}
.comment.single-comment.yes-ping {
  padding: 0;
}
.sticky_post_icon {
  position: absolute;
  top: 11px;
  right: 15px;
}

.blog-details-content .comment-box {
  padding: 35px 40px;
}
.comment-box .group-title {
  margin-bottom: 20px;
}
.comment-box .group-title small {
  margin-left: 10px;
}
.comment-box .group-title small a {
  color: #222222;
}
.comment-box .comment-list-area {
  margin-bottom: 0;
  padding-left: 0 !important;
}
.comment-box .comment-list-area li {
  list-style: none !important;
}
.comment-box .comment-list-area li:last-child .comment {
  border-bottom: 0px solid #8082881c;
  padding-bottom: 0;
}
.comment-box .comment-list-area li:last-child .comment + .comments-form-area {
  margin-top: 29px;
}
.comment-box .comment-list-area li ol li:last-child .comment {
  border-bottom: 1px solid #8082881c !important;
  padding-bottom: 32px !important;
}
.comment-box .comment-list-area .comment {
  margin-bottom: 0 !important;
  margin-top: 32px !important;
  border-bottom: 1px solid #8082881c;
  padding-bottom: 32px;
}
.comment-box .comment-list-area .comment .comment-inner {
  padding-bottom: 0 !important;
  border: 0 !important;
}
.comment-box .comment-list-area .comment .comment-inner .comment-info h5 a {
  color: #222222;
}
.comment-box .comment-list-area .comment .comment-inner .main-text-content-single p a {
  color: var(--color-high-dark);
  font-weight: 600;
}
.base-theme .main-text-content-single a {
  color: #222222;
}
.base-theme .main-text-content-single h1,
.base-theme .main-text-content-single h2,
.base-theme .main-text-content-single h3,
.base-theme .main-text-content-single h4,
.base-theme .main-text-content-single h5,
.base-theme .main-text-content-single h6 {
  font-weight: 700;
  line-height: 1.7em !important;
  margin-bottom: 0 !important;
}
.base-theme .main-text-content-single .news-block-one .inner-box .lower-content img {
  max-width: 100%;
  height: auto;
}
.base-theme .main-text-content-single figcaption a {
  color: var(--color-high-dark);
}
blockquote {
  font-style: normal;
  padding: 41px 40px;
  background: #fff5f6;
  border-left: 2px solid var(--color-high-dark);
  margin-bottom: 10px;
}
blockquote p,
blockquote cite {
  font-weight: 700;

}
.base-theme blockquote p{
  margin-bottom: 0 !important;
}
blockquote cite {
  color: var(--color-high-dark) !important;
}
blockquote a {
  color: var(--color-high-dark);
}
blockquote p,
blockquote cite {
  font-size: 20px;
  color: #222;
}

.base-theme .main-text-content-single .wp-block-button .wp-block-button__link {
  color: #ffffff;
}

a#cancel-comment-reply-link {
  color: var(--color-high-dark);
  font-size: 18px;
  font-weight: 500;
  margin-left: 10px;
}
.base-theme .blog-details-content ul li {
  list-style: disc !important;
}
.base-theme .blog-details-content ol li {
  list-style: decimal;
}
.base-theme .blog-details-content .main-text-content-single ol li {
  list-style: decimal !important;
}
.base-theme .blog-details-content ol, 
.base-theme .blog-details-content ul {
  padding-left: 25px;
}
tbody tr th, thead th {
  color: black;
}
table a {
  color: #555555;
  font-weight: 600;
}
.base-theme .blog-details-content .news-block-one .lower-content .text p {
  margin-bottom: 15px;
}
.base-theme .blog-details-content p{
  margin-bottom: 18px;
  line-height: 28px;
}
.post-password-form input[type=password] {
  max-width: 350px;
  min-width: 350px;
}
.blog-details-content .comment-list-area .comments-form-area {
  padding: 40px 40px 20px 40px;
  margin-top: 0;
}
p.no-comments {
  margin-top: 20px;
}
.base-theme .page-content {
  clear: both;
  overflow: hidden;
  margin-bottom: 30px;
}
.page-links {
  clear: both;
}
.base-theme .page-content h2{
  margin-top: 15px;
  margin-bottom: 10px;
}
.base-theme .page-content h1+h2{
  margin-top: 0;
  margin-bottom: 0;
}
.base-theme .brator-blog-single-post-content h2+h3{
  margin-bottom: 0;
  font-weight: 700;
}
ul.blocks-gallery-grid {
  padding: 0 !important;
}
.display-flex {
  display: flex;
  align-items: center;
}
.display-flex .brator-header-menu-with-info {
  margin-left: auto;
}
.brator-blog-post-sidebar ul,
.brator-blog-post-sidebar ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.base-theme .brator-footer-area {
  border-top: 1px solid #e5e5e5;
}
.logged-in-as {
  margin-bottom: 10px;
}
.base-theme .brator-blog-single-post-content ul{
  margin: 0;
}
.base-theme .brator-blog-single-post-content p{
  margin-bottom: 10px;
}
.base-theme .brator-blog-single-post-content {
  overflow: hidden;
}
.single-comment .single-comment {
  margin-left: 30px;
}
.single-comment .single-comment .blog-comment-single-item{
  margin-top: 35px;
}
.blog-comment-list-items .comments-form-area {
  margin-bottom: 50px;
  margin-top: 50px;
}
@media only screen and (min-width: 300px) and (max-width: 1299px){
.base-theme .brator-header-menu-area {
    display: block;
}
}
.base-theme .brator-logo-area .brator-logo button {
  display: none;
}
.admin-bar .brator-slide-menu-content {
  top: 32px;
}
.base-theme .brator-footer-area .col-lg-4.col-md-6.col-12 {
  width: 100%;
}
.base-theme .brator-copyright-area p{
 text-align: center;
}
@media only screen and (max-width: 1200px){
  .base-theme .brator-logo-area {
    width: 100%;
  }
  .base-theme .brator-logo-area .brator-logo button {
    display: block;
    margin-left: auto;
  }
  .base-theme .display-flex .brator-header-menu-with-info {
    display: none;
  }
  .base-theme .brator-footer-area {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .base-theme .brator-copyright-area p {
    margin-bottom: 22px;
  }

}
@media only screen and (max-width: 767px){
  .sticky_post_icon {
    top: 15px;
    right: 0;
  }
}
@media only screen and (max-width: 782px){
  .admin-bar .brator-slide-menu-content {
    top: 46px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px){
  .base-theme .brator-inline-product-filter-area {
    flex-wrap: unset;
  }
  .base-theme .brator-inline-product-filter-area .brator-inline-product-filter-right .brator-filter-short-by {
    justify-content: flex-end;
  }
  .brator-inline-product-filter-area .brator-inline-product-filter-right{
    margin-top: 0;
  }
}
.base-theme  a.post-view-count {
  display: none;
}



@media screen and (max-width:1651px) {
    #dropdown11 {

        margin-left: 15px;
    }
}

@media screen and (max-width:1606px) {
    #dropdown11 {

        margin-left: 15px;
    }
}



/*æ–°å¼€å‘å¯¼èˆªæ–°æ·»åŠ&nbsp;æ&nbsp;·å¼*/
#dropdown11{
    /*opacity: 0.9;*/
    position: relative;
    z-index: 999;
   width: 91%;
    padding: 0px;
    margin-top: 1px;
   
    
}


#dropdown11 li a:hover{
        background-color: #ED3334;
        color: #fff !important;
    }
    
 #dropdown11  .la{
  
    display: inline-block;
    padding-left: 10px;
    font-size: 0.8vw;
    line-height: 1.5vw !important;
}
.login-buton li{
    font-size: 14px;
   
} 

.login-buton .login &gt; *,.cart_tag &gt; * {
  transform: skewX(10deg) !important;
}

.aodes-menu-my{
    width:100%;
   
    background-color:#CDCDCD;
    
}

.aodes-menu-my ul{
    padding: 0px !important;
}

.aodes-ul-parent{
       display: flex;
    width: 100%;
    height: 2.91vw;
    padding: 0px;
    margin: 0px;
}

.aodes-menu-my  .aodes-li-one,.aodes-li-one1{
  
    background: #EBEBEB;
    border-right: 3px solid #fff;
    cursor: pointer;
    position: relative;
    color: #0F1423;
    font-size: 0.8333vw;
    align-items: center;
    z-index: 1;
    transition: 0.3s;
    line-height: 60px;
        padding-left: 0.5vw;
    padding-right: 1.3vw;
    display: flex;
}
.aodes-menu-my .aodes-li-one1{
    background-color: #CDCDCD;
    padding-right: 4vw;
    width: 14.5vw;
}

.aodes-menu-my .aodes-li-one1 a{
    background: #CDCDCD;
    font-size: 1.1458vw;
    font-weight: bold;
    margin-right: 3px;
    color: #0F1423;
    cursor: pointer;
   
    text-align: left;
}

.aodes-menu-my .aodes-li-one .one-a{
    font-family: "Microsoft YaHei" !important;
    white-space: nowrap;
}
.aodes-menu-my .aodes-li-one1  img{
    width: 20px;
    height: 20px;
}
.aodes-menu-my .aodes-li-one:nth-child(n+2) img{
    width: auto;
    height: 0.8854vw;
    min-height: 14px;
    margin-right: 0.5vw;
}

.el-icon-caret-bottom::before {
  content: '\f140';
    font-family: dashicons;
    font-weight: normal;
    display: inline-block;
    margin: 0 0 0 6px;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(0);
    color: inherit;
    position: relative;
    background: transparent;
    height: auto;
    width: auto;
    right: auto;
    line-height: inherit;
    font-size: 20px;
}
.el-icon-caret-bottom-up::before {
  content: '\f140';
    font-family: dashicons;
    font-weight: normal;
    display: inline-block;
    margin: 0 0 0 6px;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(0);
    color: inherit;
    position: relative;
    background: transparent;
    height: auto;
    width: auto;
    right: auto;
    line-height: inherit;
    font-size: 20px;
}


.trsna::before{
            transform: rotate(360deg) !important;

}

.el-icon-caret-right:after{
     content: '\f139';
    font-family: dashicons;
    font-weight: normal;
    display: inline-block;
    margin: 0 0 0 6px;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(0);
    color: inherit;
    position: relative;
    background: transparent;
    height: auto;
    width: auto;
    right: auto;
    line-height: inherit;
     font-size: 20px;
}

.el-icon-caret-right{
    position: absolute;
right: 5px;
top: 50%;
transform: translateY(-50%);
color: #818181;
}


.el-icon-caret-bottom ,.el-icon-caret-bottom-up{
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  color: #818181;
  
}


.aodes-two{
    padding-top: 4px;
    position: absolute;
    left: 0;
    min-width: 100%;
    width: auto;
    top: 2.93vw;
    transition: 0.3s;
    z-index: 99;
    display: none;
     border-top: 2px solid #fff;
}

.aodes-three li,.aodes-two li{
    min-width: 100%;
   
    font-size: 0.8333vw;
    color: #0F1423;
    padding: 0 20px;
    white-space: nowrap;
    position: relative;
    z-index: 99;
    background: #EBEBEB;
    margin-right: 3px;
    cursor: pointer;

    transition: 0.3s;

}

.aodes-three li a,.aodes-two li a{
    line-height: 2.1354vw !important;
    font-size: 0.8333vw !important;
}

.aodes-three{
    padding-left: 3px;
    left: 100%;
    position: absolute;
    top: 0px;
    z-index: 99;
    padding-top: 4px;
    min-width: 100%;
    width: auto;
    transition: 0.3s;
    display: none;
    border-left: 3px solid transparent;

}
.popper__arrow::after {
    top: 1px;
    margin-left: -6px;
    border-top-width: 0;
    border-bottom-color: #FFF;
    
}

.select_ul li {
    font-size: 0.85vw;
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #606266;
    height: 2vw;
    line-height: 2vw;
    box-sizing: border-box;
    cursor: pointer;
    padding-left: 12px;
}
.select_ul li span{
    line-height: 2vw !important;
}
.select_ul li:hover {
    background-color: #F5F7FA;
}
 .select_par input {
    cursor: pointer;
    background-color: #f5f5f5;
    border: none;
    padding: 10px;
    font-size: 16px;
    color: #333;
  }

   .select_par input:focus {
    outline: none;
  }
  
  .selected_s{
          color: #409EFF !important;
         font-weight: 700;
  }
  
  .search_button:hover {
        color: #409EFF;
        border-color: #c6e2ff;
        background-color: #ecf5ff;
  }
  
  #myForm #prosearch{
      padding-left: 9px;
      height: 2vw; 
      border: none;  
      background-color: #F3F4F6; 
      border:1px solid #DCDFE6;
      color: #ADAEB0; 
      width: 18.0729vw;  
      margin-right:0.5729vw; 
      font-size: 0.85vw;
  }
  
  #myForm .select_par{
      width: 12.1354vw;
      position:relative; 
      margin-right: 0.3646vw;
      height: 2vw;
  }
  
  #myForm .select_input{
      height:2vw;
       background-color: #F3F4F6; 
      border:1px solid #DCDFE6 !important;
      position:absolute;
      border:none;
      font-size: 0.85vw;
  }
   #myForm .select_input:hover{
       border-color: #c0c1c3 !important;
   }
     #myForm .search-1:focus {
        border-color: #8dbfed !important;
    }
  #myForm .popper__arrow{
      left: 35px;top: -6px;
    left: 50%;
    margin-right: 3px;
    border-top-width: 0;
    border-bottom-color: #EBEEF5;
    border-width: 6px;
    filter: drop-shadow(0 2px 12px rgba(0, 0, 0, .03));
    
  }
  #myForm .select_ul{
        min-width: 100%;
        transform-origin: center top;
        z-index: 2004;
        position: absolute;
        top: 1.1vw;
        background-color: #fff;
        left: 0vw;
            border: 1px solid #E4E7ED;
        border-radius: 4px;
        background-color: #FFF;
        box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
        box-sizing: border-box;
        padding:0px;
        display:none;
  }
  #myForm .search_button{
    position: relative;
    height:2vw;
    font-size: 0.625vw;
    line-height: 1vw;
    
    background-color: #fff;
    border: 1px solid #ADAEB0;
    width: 100px;
    margin-left: 10px;
    color: #ADAEB0;  cursor: pointer;border-radius:4px
  }
  
  #myForm .search_button:hover {
    color: #409EFF;
    border-color: #c6e2ff;
    background-color: #ecf5ff;
   }
   
   
    
   #myForm .select_input:hover{
       border-color: #c0c1c3 !important;
   }
  .header-cart-count-new{
      display: block;
    width: 1.1979vw;
    height: 1.1979vw;
    text-align: center;
    line-height: 1.1979vw;
    background: #ED3334;
    color: #fff;
    position: absolute;
    border-radius: 50%;
    right: -8px !important;
    font-size: 0.7292vw;
  }
  .skew-text{
      display: block;
      transform: skewX(10deg) !important;
      font-size:0.8vw
  }
  
  
  
</pre></body></html>