<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Storely
Theme URI: https://sellerthemes.com/storely-free/
Author: Seller Themes
Author URI: https://sellerthemes.com/
Description: Storely is a WooCommerce multipurpose WordPress theme designed for shopping online stores. Storely is suitable for eCommerce websites such as fashion, suit, sneaker, shoes, glasses, accessories, supermarket â€¦ or anything you want. The theme is built with lots of cool features and fully eCommerce functionalities in Pro version. Visit Storely pro demo. https://preview.sellerthemes.com/pro/storely
Version: 1.8
Tested up to: 6.2
Requires PHP: 5.6
License: GPLv3 or later
License URI:  https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: storely
Template : storely
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu,  custom-logo, featured-image-header, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, blog, e-commerce, portfolio, editor-style, grid-layout

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/

.wp-block-group .wp-block-image figcaption a {
	color: var(--bs-primary);
}

.wp-block-table figcaption {
	text-align: center;
}
.sidebar .widget .wp-block-group .wp-block-image {
	margin-bottom: 0;
}


ul {
  list-style: none;
  margin: 0px;
}

p {
  font-size: 16px;
/*  line-height: 26px;*/
  letter-spacing: 0.25px;
  font-weight: 300;
}


.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 100%;
    float: left;
}

@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}


div.logo {
/*  display: flex;
  justify-content: center;
  align-items: center !important;*/
  padding-left: 70px;
}
.st-filter-item {
  margin-bottom: -50px!important;
}


/*å…³äºŽæˆ‘ä»¬*/

.what-we-do {
  background-color: #fff;
  padding-bottom: 80px;
}

.what-we-do .tabs li a {
  text-decoration: none;
  color: #121212;
}

.what-we-do .tabs .active .list-item {
  background-color: #f2745f!important;
  color: #fff!important;
}
.what-we-do .tabs .list-item .icon {
  color: #000;
  font-size: 35px;
}
.what-we-do .tabs .active .list-item .icon {
  background-color: #fff;
  color: #000;
  font-size: 35px;
}

.what-we-do .list-item {
  background-color: #f4f4f4;
  text-align: center;
  padding: 40px 0px;
  margin: 15px 0px;
  transition: all 0.5s;
}

.what-we-do .list-item .icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  background-color: transparent;
}

.what-we-do .list-item h4 {
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}

.what-we-do .tab-content-services {
  margin-top: 60px;
}

.what-we-do .tab-content-services .right-image {
    margin-top:50px;
}
.what-we-do .tab-content-services .right-image img {
  margin-left: 30px;
  width: 90%;
  overflow: hidden;
}

.what-we-do .tab-content-services .left-text h4 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 20px;
}

.what-we-do .tab-content-services .left-text p {
  color: #7a7a7a;
}

.what-we-do .tab-content-services .left-text .primary-button {
  margin-top: 35px;
  margin-bottom: 50px;
}


.tabgroup .text-content  {
  background-color: #fff;
  color: #fff;
  padding: 25px;
  text-align: left;
  margin-top: -10px;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  box-shadow: 0px 0px 10px #cdcdcd;
}
.tabgroup .text-content h4 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #121212;
  margin-top: 0px;
  margin-bottom: 15px;
}
.tabgroup .text-content span {
  font-size: 13px;
  color: #33c1cf;
}
.tabgroup .text-content a {
  font-size: 13px;
  color: #33c1cf;
  text-decoration: none;
}
.tabgroup .text-content p {
  margin-top: 17px;
  color: #7a7a7a;
}

.tabgroup .text-content .primary-button {
  margin-bottom: 15px;
  margin-top: 30px;
}

.tabgroup .text-content .primary-button a {
  color: #fff;
}

.clearfix:after {
  content:"";
  display:table;
  clear:both;
}


.left1 {
	float: left;
}
.right1 {
	float: right;
}
/*contact us right informations*/
.contact-item {
  margin-left: 20px;
  margin-bottom: 40px;
}

.item-link {
  display: flex;
  text-decoration: none;
}

.item-link i,
.item-link span {
  color: #5BA997;
/*  transition: all 0.3s ease;*/
}

.item-link:hover i,
.item-link:hover span {
/*  color: #3496d8;*/
	color: #000;
}

.item-link i {
	font-size: 30px;	
}


.text-right {
	padding: 20px 30px;
	background-image: url(assets/images/bg_contact.jpg);
	background-repeat: no-repeat;
}

.wpcf7 form {
	overflow-y: hidden;
	overflow-x: hidden;
}

/*æœ€æ–°åŠ¨æ€ã€æŠ€æœ¯æ”¯æŒåˆ†é¡µæ&nbsp;CSS*/
.page_navi,.post-nav {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}



/*é¡µè„šFooter CSS*/

.container-footer {
   padding-top: 30px;
}

.bg-white {
   background: #fff;
}
.logo-footer {
   margin-bottom: 40px;
   width: 120px;
   height: 38px;
}
.contact-info {
   display: flex;   
}
.contact-info p {
  line-height: 30px;
  height: 20px;
  font-size: 13px;
}
.address-div p {
  line-height: 20px;
}
.contact-icon {
   height: 25px !important;
   width: 25px;
   margin-right: 10px;
}

.social-icon {
   height:45px;
}
footer {
   color: grey;
}
/*footer p, a:not(.wp-block-latest-posts__post-title,.page_navi a,.nav-link,.dropdown-item,.title-link) { /*æŽ’é™¤é¡¶éƒ¨ä¸»èœå•ä¸­ï¼Œå³è¾¹æ&nbsp;æœ€è¿‘æ–‡ç«&nbsp;,åº•éƒ¨åˆ†é¡µæ&nbsp;åŠFAQé—®é¢˜åˆ—è¡¨ä¸­çš„å­—ä½“å¤§å°*/
   font-size: 13px;
}*/
.logo-part p {
  font-size: 13px !important;
}
.logo-slogan {
  font-size: 13px;
}

.product-nav a, .social-list a {
  font-size: 13px;
}
.container-footer h6 {
   font-family: "Microsoft YaHei";
   margin-bottom: 30px;
   position: relative;
   font-size: 13px;
}
footer h6:after {
   position: absolute;
   content: "";
   background: grey;
   width: 12%;
   height: 1px;
   left: 0;
   bottom: -20px;
}

footer ul li {
   list-style: none;
   display: block;
}
footer ul  {
   padding-left: 0;
}
footer ul  li a{
   text-decoration: none;
   color: grey;
   text-decoration:none;
}
a:hover {
   text-decoration: none;
   color: #f5f5f5 !important;
}

.contact-div {
   border-left: 1px solid grey;
   height: 100%;
}
.bottom-div {
   display: flex;
   background-color: #5BA997;
   justify-content: center;
   align-items: center;
   height: 50px;
   line-height: 50px;
}
.bottom-div a {
   text-decoration: none; 
   color: #fff; 
}
.copyright-text, .beian-text{
   color: #fff;
   height: 40px;
   font-size: 13px;
}
.beian-text {
   margin-left: 20px;
}
div#product .page-title {
  font-size: 20px !important;
}</pre></body></html>