/** Shopify CDN: Minification failed

Line 709:134 Unexpected "{"
Line 1087:0 Unexpected "="
Line 1747:16 Comments in CSS use "/* ... */" instead of "//"
Line 1751:4 "transtion" is not a known CSS property
Line 1755:4 Comments in CSS use "/* ... */" instead of "//"
Line 1758:0 Unexpected "}"
Line 1759:18 Comments in CSS use "/* ... */" instead of "//"

**/
/* 
Name: Your Theme Name
Author: HasTech
*/
#YourID, .YourClass{
	color: red;
}
.shopping-cart-content.cart-empty-title h3 {
    font-size: 17px;
    margin: 0;
}
.shopping-cart-content.cart-empty-title {
    padding: 15px 20px!important;
    text-align: center;
}
ul ul, ul ol, ol ol, ol ul {
    margin: 0;
}
.main-menu nav ul li ul.mega-menu > li a {
  color: #242424;
  margin: 0 0 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  display: block;
  line-height: 32px;
  text-align: left;
  padding-top: 0px;
}

.main-menu nav ul li ul.mega-menu > li ul li a {
    color: #333;
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    text-transform: capitalize;
    padding-top: 0px;
  margin: 0 0;
}
.main-menu nav ul li ul.mega-menu.submenu li.sub-menu-li.menu-item a {
    margin: 0!important;
}
.main-menu nav ul li ul.mega-menu.submenu li:hover a {
    padding-left: 0;
}
.main-menu nav ul li ul.mega-menu.submenu > li ul li a::before {
    background: #a749ff none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 7px;
    left: 0px;
    opacity: 0;
    position: absolute;
    top: 13px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 7px;
    z-index: 999;
}
.main-menu nav ul li ul.mega-menu.submenu > li ul li:hover a::before {
    opacity: 1;
}
.main-menu nav ul li ul.mega-menu.submenu > li ul li {
    display: block;
    float: inherit;
    padding: 0px;
}
.main-menu nav ul li ul.mega-menu.submenu > li ul li:hover a {
    padding-left: 12px;
}
.main-menu nav ul li ul.mega-menu.submenu li.mega-menu-li a::before{
	opacity: 0;
}
.blog-wrap .blog-content-wrap .blog-content {
    margin: -64px 30px 0;
}
span.spr-badge-caption {
    display: none;
}
.product-wrap .product-content .product-rating i.spr-icon-star {
    color: #ffa900;
}
.product-wrap .product-content .product-rating {
    height: 23px;
}
.product-wrap .product-img span.sale-title.pink,.product-wrap-3 .product-img span.sale-title.pink,.product-wrap-5 .product-img span.sale-title.pink {
    left: 12px;
    right: auto;
}
.product-wrap .product-img .product-action .pro-same-action .color_button {
    color: #fff;
}

.theme-default-button:hover {
    background-color: #000;
    color: #fff;
}
.theme-default-button {
    background-color: #a749ff;
    color: #fff;
}
.ajax-popup .modal-content-text h6 {
    font-size: 20px;
}
.ajax-popup .modal-content-text p {
    font-size: 16px;
}
.ajax-popup .modal-close {
    top: -60px;
    right: -60px;
}
.ajax-popup .modal-close button {
    font-size: 65px;
}
.product-wrap .coundown-main,.product-wrap-5 .coundown-main{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    width: 100%;
    text-align: center;
    opacity: 1;
    visibility: visible;
  transition: .5s;
}
.product-wrap-2 .coundown-main{
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 999;
  width: 100%;
  text-align: center;
  opacity: 1;
  visibility: visible;
  transition: .3s;
}
.product-wrap:hover .coundown-main,.product-wrap-2:hover .coundown-main,.product-wrap-5:hover .coundown-main  {
    opacity: 0;
    visibility: hidden;
}
.product-wrap .coundown-main .single-countdown,.product-wrap-2 .coundown-main .single-countdown,.product-wrap-5 .coundown-main .single-countdown {
    background: #a749ff;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 55px;
    margin: 2px;
    padding-top: 5px;
    text-align: center;
    width: 55px;
    text-transform: capitalize;
}
.slider-content-2.text-center h3::before,.slider-content-2.text-right h3::before {
    right: -135px;
    left: 0;
}
.slider-content-2.text-right h3::before {
    right: 160px;
    left: auto;
}
.custom-html-content p,.custom-html-content ul {
    margin-bottom: 20px;
}
.custom-html-content ul li {
    list-style: inside;
    line-height: 30px;
}
.product-wrap-2 .product-img span.sale-title {
    left: 20px;
    right: auto;
}
.product-wrap-2 .product-content-2 .title-price-wrap-2 .price-2 span.old span {
    color: #fa6bff!important;
}
.product-wrap-2 .product-img .product-action-2 .cart_button_2 {
    display: inline-block;
    line-height: 1;
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    background-color: #a749ff;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    margin: 0 3px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}
.product-wrap-2:hover .product-action-2 .cart_button_2 {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
.product-wrap-3 .product-content-3-wrap .product-content-3 .product-action-3 .cart_button_2 {
    display: inline-block;
    line-height: 1;
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    background-color: #a749ff;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    margin: 0 3px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.product-wrap-3 .product-content-3-wrap .product-content-3 .product-action-3 .cart_button_2:hover {
    background-color: #fa6bff;
}
.product-wrap-2 .product-img > span.percent-count {
    left: 60px;
    right: auto;
}
.product-wrap .product-img > span.percent-count,.product-wrap-3 .product-img > span.percent-count,.product-wrap-5 .product-img > span.percent-count {
    left: 65px;
    right: auto;
}
.language-currency-wrap .same-language-currency .lang-car-dropdown {
    width: 210px;
}
.sidebar-menu nav ul li ul.mega-menu.submenu > li > a {
    color: #242424;
    margin: 0 0 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}
.sidebar-menu nav ul li ul.mega-menu.submenu > li ul li a {
    color: #333;
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    text-transform: capitalize;
    padding-top: 0px;
}
.sidebar-menu nav ul li ul.mega-menu.submenu > li > a::before {
    display:none;
}
.sidebar-menu nav ul li ul.mega-menu.submenu > li:hover > a::before {
    padding-left: 0px;
}
.sidebar-menu nav ul li ul.mega-menu.submenu > li ul li a  {
    padding-left: 0px;
}
.sidebar-menu nav ul li ul.mega-menu.submenu > li ul li:hover a  {
    padding-left: 12px;
}
.sidebar-menu nav ul li ul.mega-menu.submenu > li ul li a::before {
    background: #a749ff none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 7px;
    left: 0px;
    opacity: 0;
    position: absolute;
    top: 13px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 7px;
    z-index: 999;
}
.sidebar-menu nav ul li ul.mega-menu.submenu > li ul li:hover a::before {
    opacity: 1;
}
.sidebar-menu nav ul li ul.mega-menu.submenu > li:hover > a {
    padding-left: 0;
}
.shopping-cart-content.single-product-cart.cart-visible {
    overflow-y: auto;
    max-height: 350px;
}
.header-right-wrap .same-style.cart-wrap .shopping-cart-content ul li .shopping-cart-img {
    margin-right: 6px;
}
.header-right-wrap .same-style.cart-wrap .shopping-cart-content ul li .shopping-cart-title {
    flex: 0 0 140px;
}
.stick .logo-hm5 .sticky-block {
    display: block;
}

.logo.logo-hm5 .sticky-block {
    display: none;
}

.logo.logo-hm5 .sticky-block {
    display: none;
}
.stick .logo-hm5 .sticky-none {
    display: none;
}
.product-content-3 .coundown-main {
    margin-top: 20px;
}
.product-content-3 .coundown-main .single-countdown {
    background: #a749ff;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 55px;
    margin: 2px;
    padding-top: 5px;
    text-align: center;
    width: 55px;
    text-transform: capitalize;
}
.footer-white .copyright-2 p {
    color: #000;
}
.copyright-2 p a {
    color: #a749ff;
}
.product-wrap-5 .product-action-4 .pro-same-action .cart_button_2 {
    display: inline-block;
    line-height: 1;
    width: 35px;
    height: 35px;
    line-height: 36px;
    font-size: 16px;
    background-color: #fff;
    color: #000;
    text-align: center;
    border-radius: 50px;
    margin: 0 3px;
  transition: .3s;
}
.product-wrap-5 .product-action-4 .pro-same-action .cart_button_2:hover {
    background-color: #fa6bff;
    color: #fff;
}
.section-title p {
  margin: 20px 0 0;
    color: #333;
}
.funfact-content .timer .countdown-area .single-countdown {
    color: #555;
    margin: 0 32px;
    background: transparent;
    width: auto;
    height: auto;
    padding: 0;
}
.funfact-content .timer .countdown-area .single-countdown .count-number {
    display: inline-block;
    font-size: 48px;
    font-weight: 300;
}
.funfact-content .timer .countdown-area .single-countdown .count-title {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 34px 0 0;
}
ul.breadcrumb-list li {
    display: inline-block;
}
.breadcrumb-list > li > a {
    position: relative;
    margin-right: 30px;
}
.breadcrumb-list > li > a:before {
    position: absolute;
    content: "/";
    font-size: 14px;
    top: -1px;
    right: -20px;
}
.shop-top-bar .select-shoing-wrap .shop-select select {
    border: none;
}
.shop-top-bar .select-shoing-wrap p {
    margin: 8px 0 0;
}
.change-view {
    padding: 0;
}
.shop-top-bar .shop-tab button.change-view.active {
    color: #fa6bff;
}

.shop-top-bar .shop-tab button:first-child {
    margin-left: 0;
}
.shop-top-bar .shop-tab button {
    color: #606060;
    font-size: 18px;
    margin-left: 20px;
}
.pagination a, .pagination .page.current {
    padding: 0;
}
.pro-pagination-style ul li.active a {
    background-color: #007bff;
    color: #fff!important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.pro-pagination-style nav ul {
    width: 100%;
}
.sidebar-widget .sidebar-widget-list ul li a:before  {
     position: absolute;
    content: "\f096";
    font-family: Fontawesome;
    left: 0;
    top: 0;
    transition: .3s;
}
.sidebar-widget .sidebar-widget-list ul li.active a:before {
    content: "\f046 ";
}
.sidebar-widget .sidebar-widget-list ul li.active a {
   color: #a749ff;
}
.shop-select {
    position: relative;
}
.shop-select:before {
    position: absolute;
    content: "\f107";
    left: auto;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Fontawesome";
    font-size: 20px;
    z-index: -1;
}
.rating-review {
    height: 20px;
}
.rating-review span.spr-badge-caption {
    display: inline-block;
    color: #ffcf75;
    margin-left: 10px;
    border-left: 1px solid #d1d1d1;
    padding-left: 14px;
}

.shop-list-wrap .shop-list-content .rating-review .product-list-rating i.spr-icon.spr-icon-star-empty {
    color: #5f5d5d;
}
.shop-list-wrap .shop-list-content .rating-review .product-list-rating i.spr-icon.spr-icon-star {
    color: #ffa900;
}
.shop-list-content .list-coundown {
    margin-bottom: 30px;
}
.shop-list-content .list-coundown .single-countdown {
    background: #a749ff;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 55px;
    margin: 2px;
    padding-top: 5px;
    text-align: center;
    width: 55px;
    text-transform: capitalize;
}
.shop-list-wrap .shop-list-content p {
    margin: 15px 0 20px;
}
.shop-list-wrap .shop-list-content .shop-list-btn .color_button_2 {
    font-size: 14px;
    color: #343538;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1;
    background-color: #343538;
    color: #fff;
    padding: 14px 32px 15px;
    border: 1px solid transparent;
    z-index: 1;
}
.shop-list-wrap .shop-list-content .shop-list-btn .color_button_2:hover {
    border: 1px solid #a749ff;
}
.btn-hover .color_button_2::before, .btn-hover .color_button_2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    z-index: -1;
}
.section-title a {
    display: block;
}
.sidebar-widget-list dt {
    margin-bottom: 15px;
}
.sidebar-widget .sidebar-widget-list ul.archive-sidebar li a:before {
    display:none;
}
.sidebar-widget .sidebar-widget-list ul.archive-sidebar li a {
        margin-left: 0;
}
.cart-table-content td {
    border: none;
}
.cart-shiping-update-wrapper .cart-clear > input {
    background-color: #f2f2f2;
    border-radius: 50px;
    color: #363f4d;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 18px 63px 17px;
    text-transform: uppercase;
  width: auto;
  height: auto;
}
.cart-shiping-update-wrapper .cart-clear > input {
    border: medium none;
    cursor: pointer;
    margin-right: 27px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.cart-shiping-update-wrapper .cart-clear > input:hover {
    background-color: #a749ff;
    color: #fff;
}
.product-quantity .qtybtn {
    display: none;
}
.grand-totall button:hover {
    background-color: #333;
}

.grand-totall button {
    background-color: #a749ff;
    border-radius: 50px;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 18px 10px 17px;
    text-align: center;
    text-transform: uppercase;
  width: 100%;
}
.discount-code-wrapper .title-wrap h4.cart-bottom-title {
    margin: 0 0 20px;
}
 .discount-code-wrapper .culculate-shipping .shipping-info button {
    background-color: #a749ff;
    border: medium none;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    padding: 13px 42px 12px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
       height: auto;
}
.discount-code-wrapper .culculate-shipping .shipping-info button:hover {
    background-color: #333;
}
.culculate-shipping select, .culculate-shipping input {
    border-radius: 0;
    border: 1px solid #e3e1e1;
}
.error-content h4 {
    font-size: 36px;
    color: #282828;
}
.create-custom-page h2 {
    font-size: 32px;
    margin-bottom: 20px;
}
.create-custom-page p ,.create-custom-page ul{
    margin-bottom: 20px;
}
.create-custom-page ul li {
    line-height: 30px;
    list-style: inside;
}
.theme-default-margin, .shopify-challenge__container {
    overflow: hidden;
}
.post-title a,.product-tile--tile-actions a  {
    color: #000;
}
.post-title a:hover,.product-tile--tile-actions a:hover  {
    color: #a749ff;
}
.text--price.pro-price .price--sale {
        font-size: 15px;
    color: #000;
    font-weight: 500;
}
.price--compare.strike-through  {
   font-size: 15px;
    color: #8e8e8e;
    text-decoration: line-through;
   font-weight: 500;
}
.search-page .pro-pagination-style {
    display: inline-block;
      width: 100%;
}
.search-price > span {
    font-size: 18px;
    color: #000;
}
.search-price > span.compare-price {
    color: #8e8e8e;
}
.popup_off {
    font-size: 60px;
    right: 25px;
    top: -6px;
}
#quickViewModal .close {
    font-size: 60px;
    right: 0px;
    top: -5px;
}
.qwick-view-content > h1 {
    color: #000000;
    margin-bottom: 5px;
    font-size: 25px;
    margin-bottom: 0;
}
.product-price.product-info__price.price-part span {
    font-size: 20px;
}
.quick-view-rating i.spr-icon.spr-icon-star {
    color: #ffa900;
}
.quick-view-rating  i.spr-icon.spr-icon-star-empty{
	 color: #5f5d5d;
}
.select-option-part label {
    color: #282828;
    font-size: 18px;
}
#compare-modal td a:hover, #compare-modal .product-price, #compare-modal .modal-close:hover .fa.fa-times-circle {
    color: #a749ff;
}
.product-anotherinfo-wrapper h2 {
    font-size: 30px;
    margin-bottom: 20px;
}
.product-anotherinfo-wrapper p,.product-anotherinfo-wrapper ul {
    margin-bottom: 20px;
}
.product-anotherinfo-wrapper ul li {
    line-height: 30px;
    list-style: inside;
}
.product-anotherinfo-wrapper i.spr-icon.spr-icon-star,a.spr-icon.spr-icon-star {
    color: #ffa900;
}
.product-anotherinfo-wrapper i.spr-icon.spr-icon-star-empty,a.spr-icon.spr-icon-star.spr-icon-star-empty{
	color: #5f5d5d;
}
.product-anotherinfo-wrapper .btn-primary {
    color: #fff;
    background-color: #a749ff;
    border-color: #a749ff;
    padding: 10px 20px;
}
.product-anotherinfo-wrapper .btn-primary:hover {
    color: #fff;
    background-color: #343538;
    border-color: #343538;
}
.product-details-content .pro-details-quality .pro-details-cart .cart_button,.shopify-payment-button .shopify-payment-button__button, {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1;
    padding: 23px 28px 23px;
    z-index: 99;
}
.product-details-content .pro-details-quality .pro-details-cart .cart_button:hover,.shopify-payment-button .shopify-payment-button__button:hover {
    border: none;
  background-color: #a749ff;
}
.shopify-payment-button {
    margin: 0;
  border-radius: 4px;
}
.product-details-content .pro-details-quality .shopify-payment-button {
    margin: 0 25px 0 10px;
}
.product-details-content .pro-details-quality .pro-details-cart.affilate {
    margin: 0;
}
.Payment_button {
    overflow: hidden;
    margin-bottom: 20px;
}
.Payment_button button {
    float: left;
    width: 100%;
}
.Payment_button button.shopify-payment-button__button {
    margin-right: 10px;
    height:50px;
}
.shopify-payment-button__button--unbranded:hover:not([disabled]) {
    background-color: #a749ff!important;
}
.product-details-content .product-description {
    margin-bottom: 30px;
    margin-top:20px;
}
.product-details-content .pro-details-quality {
    margin-top: 0;
}
.product-details-content .product-sku {
    margin-top: 10px;
}
.product-details-content .pro-details-rating-wrap .pro-details-rating:before{
	display:none;
}
.product-details-content .pro-details-rating span.spr-badge-caption {
    display: inline-block;
    margin-left: 10px;
    border-left: 1px solid #d1d1d1;
    padding-left: 10px;
  color: #a749ff;
}
.product-details-content .pro-details-rating-wrap .pro-details-rating {
    margin-right: 0;
    height: 24x;
}
.product-details-content .pro-details-rating-wrap .pro-details-rating i{
    color: #ffa900!important;
}
.product-details-content .pro-details-rating-wrap .pro-details-rating  i.spr-icon.pr-icon-star-empty{
    color: #5f5d5d;
}
.product-details-content  .coundown_single_page{
	 margin-bottom: 30px;

}
.product-details-content  .coundown_single_page .single-countdown {
    background: #a749ff;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 55px;
    margin: 5px;
    padding-top: 5px;
    text-align: center;
    width: 55px;
    text-transform: capitalize;
}
.custom-payment-options{
	margin-top: 12px;
    margin-bottom:20px;
}
.custom-payment-options > div > p {
    font-size: 16px;
    color: #676767;
    text-transform: capitalize;
    margin-bottom: 10px!important;
}
.product-details-content .pro-details-size-color {
    margin-bottom: 30px;
}
.product-details-content .pro-details-size-color .Size label,.product-details-content .pro-details-size-color .Material label {
    background-color: #f1f2f6;
    color: #000;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    padding: 6px 9px 7px;
    text-transform: uppercase;
    margin-right: 12px;
}
.product-details-content .pro-details-size-color .Size label:hover,.product-details-content .pro-details-size-color .Material label:hover {
    background-color: #a749ff;
    color: #fff;
}
.swatch-element.color input:checked + label {
    outline: none;
}

.product-details-content .pro-details-size-color .Color label   {
    border-radius: 50px;
    cursor: pointer;
    display: block;
    float: left;
    height: 20px;
    margin-right: 10px;
    position: relative;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 20px;
  margin-top: 2px;
  border: 1px solid #a3a3a3;
}
.Material .swatch-element {
    padding-right: 0;
}
.swatch-element.color > label {
    position: relative;
}
.swatch-element.color input:checked + label::before {
    content: "\f00c";
    position: absolute;
    font-family: "FontAwesome";
    color: #fff;
    font-size: 12px;
    left: 1px;
    right: 0;
    text-align: center;
    top: 1px;
    z-index: 99;
}
.product-details-img .large-img-style span.new-title.pink {
    right: 30px;
    left: auto;
}
.product-details-img .large-img-style span.percent-count.pink {
    left: 85px;
}
.product-details-img .large-img-style span {
    z-index: 9;
}
a.product-single__thumbnail {
    border: 2px solid transparent!important;
    display: inline-block;
}
.product-details-img .large-img-style .img-popup-wrap {
    top: 70px;
    z-index: 9;
}
.zoompro-wrap .zoompro-span span.new-title.pink {
    right: 30px;
    left: auto;
}
.zoompro-wrap .zoompro-span span.percent-count.pink {
    left: 85px;
}
a.product-single__thumbnail.active {
    border: 2px solid #000!important;
}
.product-details-content p {
    margin: 0 0 10px;
}
.product-variant-option .selector-wrapper select.single-option-selector {
    border: 1px solid #e8e8e8;
    width: 100%;
}
.product-variant-option .selector-wrapper + .selector-wrapper {
    margin-top: 0;
}
.product-variant-option .selector-wrapper label {
    width: 100%;
}
.dec-img-wrap span.new-title.pink {
    right: 30px;
    left: auto;
}
.dec-img-wrap span.percent-count.pink {
    left: 85px;
}
.swatch-element.color.white input:checked + label::before {
    color: #000;
}
.shape:last-child .support-wrap-2.support-shape:before{
	display:none;
}
.shop-top-bar {
  overflow: hidden;
}
  .shop-top-bar .select-shoing-wrap .shop-select select {
  padding-left: 0;
}
.swatch-element.soldout label::before, .swatch-element.soldout label::after {
    top: -18%;
}
.blog-wrap .blog-content-wrap .blog-content {
    padding: 14px 40px;
}
  .header-4 .main-menu nav ul li ul.submenu li {
    padding: 0 20px;
}
.product-wrap .coundown-main, .product-wrap-5 .coundown-main{
	opacity:.8;
}
.main-menu nav ul li ul.submenu {
    width: 180px !important;
}
.main-menu nav ul li ul.mega-menu.submenu {
    width: 720px;
}

.product-variant-option {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.product-variant-option .swatch,.product-variant-option .selector-wrapper {
	margin-bottom: 15px;
	padding-right: 20px;
	flex: 0 0 50%;
}
.product-variant-option .swatch .header {
    display: block;
    float: none;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 500;
}
.support-wrap-2.support-shape {
    padding: 0 20px;
}
.support-wrap-2 .support-content-2 p {
    width: 100%;
}
.slider-area {
    position: relative;
}
.fixed-footer {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    bottom: 0;
}
.shop-details-tab .nav-style-1.owl-carousel .owl-nav div {
    left: -28px;
    opacity: 1;
    visibility: visible;
}
.shop-details-tab .nav-style-1.owl-carousel .owl-nav div.owl-next {
    left: auto;
    right: -28px;
}
.slider-content-3 h1 { 
    line-height: 80px;
}
.main-menu nav ul li ul.mega-menu,.sidebar-menu nav ul li ul.mega-menu {
    padding: 40px 40px 20px 40px;
}
.main-menu nav ul li ul.mega-menu > li.image a::before {
  display:none;
}
.funfact-content h2 {
    line-height: 60px;
}
.form-group.subscribe-form-group p input {
    height: 14px;
}
.slider-content-5 h1 {
    line-height: 80px;
}
.slider-content-2 h1 {
    font-size: 65px;
}
.description-review-bottom .product-anotherinfo-wrapper ul li {
    color: #333;
    font-size: 14px;
    list-style: inside;
    margin: 0 0 0;
}
.spr-icon {
    color: #ffa900;
}
.product-anotherinfo-wrapper i.spr-icon.spr-icon-star-empty, a.spr-icon.spr-icon-star.spr-icon-star-empty {
    color: #ffa900;
}
.product-details-content .product-details-price span.old span {
    color: #333 !important;
}
.shop-list-wrap .shop-list-content .product-list-price span.old span {
    color: #cfcfcf;
text-decoration: line-through;
}
.product-wrap .product-content .product-price span.old span {
    color: #8e8e8e;
  text-decoration: line-through;
}


.instagram-activation .instagram_gallery {
  margin-left: -15px;
  margin-right: -15px;
}
.instagram-activation .instagram_gallery a {
  display: inline-block;
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
#instafeed-header .instagram_gallery{
  display: flex;
  flex-wrap: wrap;
  margin: 32px -7px 30px;
}
#instafeed-header .instagram_gallery a{
  margin: 0 7px 15px;
  position: relative;
}
#instafeed-header a {
  float: left;
  margin: 0 7px 15px;
  position: relative;
  width: 21%;
}
#instafeed-header a::before {
  background: #ff4136 none repeat scroll 0 0;
  content: "";
  height: 100%;
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease 0s;
  width: 100%;
}
#instafeed-header a::after {
  color: #ffffff;
  content: "\e73d";
  font-family: themify;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transition: all 0.5s ease 0s;
  transform: translate(-50%, -50%);
}
#instafeed-header a:hover::before {
  opacity: 0.7;
}
#instafeed-header a:hover::after {
  opacity: 1;
}

.main-menu nav ul li ul.mega-menu-extra,.sidebar-menu nav ul li ul.mega-menu-extra {
    opacity: 0;
}

.main-menu nav ul li:hover ul.mega-menu-extra,.sidebar-menu nav ul li:hover  ul.mega-menu-extra{
    opacity: 1;
}


================ RTE headings ================
.rte {
  color: var(--color-body-text);
  margin-bottom: 35px; }
  .rte:last-child {
    margin-bottom: 0; }
  .rte h1,
  .rte h2,
  .rte h3,
  .rte .h3,
  .rte h4,
  .rte .h4,
  .rte h5,
  .rte .h5,
  .rte h6,
  .rte .h6 {
    margin-top: 55px;
    margin-bottom: 27.5px; }
    .rte h1:first-child,
    .rte h2:first-child,
    .rte h3:first-child,
    .rte .h3:first-child,
    .rte h4:first-child,
    .rte .h4:first-child,
    .rte h5:first-child,
    .rte .h5:first-child,
    .rte h6:first-child,
    .rte .h6:first-child {
      margin-top: 0; }
  .rte li {
    margin-bottom: 4px;
    list-style: inherit; }
    .rte li:last-child {
      margin-bottom: 0; }

.rte-setting {
  margin-bottom: 19.44444px; }
  .rte-setting:last-child {
    margin-bottom: 0; } 


/*footer-alternate*/

.site-footer {
  margin-top:0;
  padding: 25px 0 15px 0; }
  @media only screen and (min-width: 750px) {
    .site-footer {
      padding-bottom: 25x; } }
  .site-footer h4, .site-footer .h4 {
    margin-bottom: 12.5px; }
    @media only screen and (min-width: 750px) {
      .site-footer h4, .site-footer .h4 {
        min-height: calc(var(--font-size-header) * 0.7);
        margin-bottom: 25px; } }

.site-footer__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (max-width: 749px) {
    .site-footer__content {
      margin:0; } }
  @media only screen and (min-width: 750px) {
    .site-footer__content {
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }

.site-footer__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin-bottom: 55px; }
  @media only screen and (min-width: 750px) {
    .site-footer__item {
      padding: 0 15px 0 15px;
      margin-bottom: 15px; } }
  .site-footer__item:first-of-type {
    padding-left: 0; }
  .site-footer__item:last-of-type {
    padding-right: 0px; }
    @media only screen and (max-width: 749px) {
      .site-footer__item:last-of-type {
        margin-bottom: 0; } }

@media only screen and (min-width: 750px) {
  .site-footer__item--full-width {
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%; }
  .site-footer__item--one-half {
    -webkit-flex: 1 1 50%;
    -moz-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%; }
  .site-footer__item--one-third {
    -webkit-flex: 1 1 33%;
    -moz-flex: 1 1 33%;
    -ms-flex: 1 1 33%;
    flex: 1 1 33%; }
  .site-footer__item--one-quarter {
    -webkit-flex: 1 1 25%;
    -moz-flex: 1 1 25%;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%; }
  .site-footer__item--one-fifth {
    -webkit-flex: 1 1 20%;
    -moz-flex: 1 1 20%;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%; }
  .site-footer-newsletter__one-half {
    -webkit-flex: 1 1 50%;
    -moz-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%; } }

@media only screen and (min-width: 750px) {
  .site-footer__item--center {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center; }
    .site-footer__item--center > * {
      text-align: center; } }

.site-footer__item-inner--newsletter {
  width: 100%; }
  .site-footer__item-inner--newsletter .newsletter__submit {
    margin-top: 5px; }
  .site-footer__item-inner--newsletter .newsletter__input {
    margin: 5px 0 0 0;
    width: 100%; }
  @media only screen and (min-width: 750px) {
    .site-footer__item--full-width .site-footer__item-inner--newsletter {
      max-width: 50%; } }

@media only screen and (min-width: 750px) {
  .site-footer__centered--single-block {
    width: 75%;
    margin: 0 auto; } }

.site-footer__hr {
  margin: 20px 0 30px 0; }
  @media only screen and (min-width: 750px) {
    .site-footer__hr {
      margin: 0 0 0 0; } }

@media only screen and (max-width: 749px) {
  .site-footer__linklist.list--inline > li {
    display: block; } }

.site-footer__linklist-item {
  display: block;
  padding: 15px 0; }
  @media only screen and (min-width: 750px) {
    .site-footer__linklist-item {
      padding: 0 30px 5px 0; } }
  .site-footer__linklist-item:last-of-type {
    padding-right: 0; }

.site-footer__icon-list {
  padding-bottom: 30px; }
  @media only screen and (min-width: 750px) {
    .site-footer__icon-list {
      padding-bottom: 15px; } }

@media only screen and (min-width: 750px) {
  .site-footer__social-icons {
    padding-top: 0;
    text-align: center; } }

.social-icons__item {
  padding: 0 15px; }
  @media only screen and (min-width: 750px) {
    .social-icons__item:last-of-type {
      padding-right: 0; } }

.social-icons__link {
  display: block; }

.site-footer__subwrapper {
  margin-top: 35px; }

@media only screen and (min-width: 750px) {
  .site-footer-item-align-right {
    text-align:center;
    padding-right:15%;} }

.site-footer__copyright-content {
  font-size: calc(((var(--font-size-base) - 3) / (var(--font-size-base))) * 1em); }

.site-footer__payment-icons .payment-icon {
  margin-bottom: 5px;
  margin-left: 5px; }
  .site-footer__payment-icons .payment-icon:first-child {
    margin-left: 0; }

.site-footer-item-center-vertically {
  padding-top: 7.5px; }

@media only screen and (min-width: 750px) {
  .site-footer-item-tall {
    margin-bottom: 15px;
    height: 46px; }
    .site-footer-item-tall .site-footer__icon-list {
      padding-bottom: 0; } }


/*my code change*/
.header-top-area {
  height:0px;
  visibility: hidden;
}


.wishlist {
  height:0px;
  visibility: hidden;
}

.product-wrap .product-img .product-action .pro-wishlist {
    width: 0px;
}

.product-wrap .product-img .product-action .pro-cart {
    width: 100%;
}

#section-16102763553b17862d {
  padding:0 3%; 
  margin-bottom: -40px;
  padding-bottom:70px !important;
}

#section-1541054233975 {
  padding-left: 3%;
  padding-right: 3%;
}

#section-article-template {
  padding-left: 15%;
  padding-right: 15%;
}


.custom-col-5 {
  display: block;
}


.page-width {  
   margin-bottom:10px;
   padding-right:5%;
   padding-left:5%;
}

.grid__item {
   height:0;
   margin-bottom:0;
   margin-top:0;
}

.container-fluid {
   padding-left:8%;
   padding-right:8%;
}

#shopify-product-reviews {
   padding-right:10%;
   padding-left:10%;
}

.create-custom-page {
    padding-left: 15%;
    padding-right: 15%;
}

.mean-container a.meanmenu-reveal {
    width: 10px;
    height: 15px;
}

.custom-row-2 div[class^="col-"] {
    margin: 0 auto; 
}

.contact-form .contact-form-style button {
    background-color: #99D2EC; 
}


.product-wrap-2 .product-content-2 {
    margin: 10px 0 0;
}

.product-wrap-2 .product-content-2 .title-price-wrap-2 h3 a {
    font-size: 18px;
}

i.fa {
    color: #333333;
    FONT-SIZE: 20PX;
}

.mb-25 {
    margin-bottom: 40px;
}

button#AddToCart {
    background-color: #97d5ea08;
    padding: 1em 2em;
    color: #333;
    border: 1px solid;
    border-color: #1c1d1d;
    border-radius: 2px;
    width:100%;
    margin-top: 15px;
    font-weight: 600;
}

button.shopify-payment-button__more-options {
    font-size: 14px;
    color: black;
    background-color: transparent;
    margin-top: 8px;
    text-align: left;
    
}

.fa-user:hover{
   color:#97D5EA !important;
}

.fa-search:hover{
   color:#97D5EA !important;
}

.fa-shopping-cart:hover{
   color:#97D5EA1 !important;
}

/*omnisend sign up form
#section-1611210783d2171c03 {
    padding-top: 0px;
    padding-bottom: 20px;
    margin-bottom: -50px;
    background: #97D5EA no-repeat scroll center center / cover;
}

.span4 {
    padding-top: 35px;
    padding-bottom: 30px;
	width:100%;
    background: #97D5EA no-repeat scroll center center / cover;
    }
.p30 h4{
    color: #ffffff;
	font-size: 48px;
    margin: 0 0 23px;
	line-height: 36px;
	}
.p30 p{
    font-size: 16px;
    color: #ece0e0;
    margin: 0 0 23px;
	font-family: Poppins, sans-serif;
    font-weight: 400;
    font-style: normal;
	line-height: 24px;
	display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
	}
.omnisend-subscribe-form input {
    background: transparent;
    border: none;
    height: 45px;
    padding: 2px 50px 2px 0;
    font-size: 14px;
    color: #ffffff;
    border-bottom: 2px solid #e2e2e2;
   }
button.newsletter-form-group__submit {
    margin-left: -30px;
}

i.fa-envelope {
    color: #FFFFFF;
    FONT-SIZE: 24PX;
}

.omnisend-subscribe-form input::-webkit-input-placeholder { color:#FFFFFF;}
*/


.product-details-img.product-details-tab {
    position: -webkit-sticky;
    height: 420px;
    position: sticky;
    top: 10px; 
}

i.fa-facebook {
    color:#3B5998; 
}
  
i.fa-twitter {
    color:#1DA1F2; 
}
  
i.fa-google-plus {
    color:#DD4E40; 
}
  
i.fa-pinterest-p {
    color:#CD4251; 
}

.pro-details-social span {
    font-size: 16px;
    margin-right: 15px;
    margin-top: -4px;
}

main {
    min-height: calc(100vh - 250px);
}
/*
.grid__item { 
height: unset; 
}
*/
.my-account-checkbox label {
    margin-top: 16px !important;
}
div#AddressProvinceContainerNew {
    display: block !important;
}

#judgeme_product_reviews {
    margin: 0 8%;
}

h1#popup_cart_title {
    font-size: 22px;
    font-weight: 600;
}

p.h4 {
    font-size: 18px;
}

.contact-tab{
	 color: black;
     font-family: 'Futura', sans-serif;
     letter-spacing: 0.025em;
     line-height: 1.6;
     -webkit-font-smoothing: antialiased;
     text-rendering: optimizeSpeed;
     font-size: 16px;
     font-weight: 400;
     box-sizing: border-box;
     text-align: center !important;
     max-width: 1500px;
     margin: 0 auto;
     padding: 0 40px;
     padding-bottom: 30px;
	}

.shopify-policy__container {
    padding-top: 50px;
    padding-bottom: 50px;
}

/*produvt review padding*/
#wc_review_section {
    padding-left: 5%;
    padding-right: 5%;
    padding-top:60px;
}
/*
span.wc_product_review_title {
    display: none !important;
}*/
.wc_product_review_count .wc_product_review_title {
    display: inline-block !important;
}

/*product page form*/

form#AddToCartForm {
    margin-left: 8%;
}

.shop-product-quantity {
    float: left;
    font-size: 14px;
    line-height: 32px;
    color: #333;
    font-weight: 500;
    margin-right: 10px;
}


.main-menu nav ul li>a {
    font-size: 19px;
}

.product-wrap-2 .product-content-2 .title-price-wrap-2 h3 {
    font-family: Neuzeit Office, serif;
}

.product-wrap .product-content h3 {
    font-size: 18px;
    font-family: Neuzeit Office, serif;
}

.account-dropdown ul li {
    list-style: none;
    margin-bottom: 0 !important;
}
.account-dropdown ul {
    margin-bottom: 5px !important;
}

.main-menu nav ul li ul.submenu {
    width: auto;
}

#block-593711ec-f0a6-46f5-99c3-14401b1fb7dd.slider-height-5 .slider-content-6 p {
    font-size: 26px;
    line-height: 40px;
}

#block-593711ec-f0a6-46f5-99c3-14401b1fb7dd.slider-height-5 .slider-content-6 {
    margin-left: 3%;
    margin-right: 3%;
    display:none;
}

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

/*mobile slide menu*/
.clickable-mainmenu .side-logo {
    display: none;
}
#section-header .clickable-mainmenu .clickable-menu-style ul li {
    list-style: none;
    margin-bottom: 15px;
}
#section-header .clickable-mainmenu .clickable-menu-style ul.mega-menu-extra {
    margin-top: 10px;
    margin-left: 15px;
}
.clickable-mainmenu.inside {
    box-shadow: 60px 0px 40px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 60px 0px 40px rgba(0, 0, 0, 0.1);
}

/*back to top icon*/
#scrollUp {
    display: none !important;
}

/*隐藏产品review*/
/*
.product-wrap .product-content .product-rating {
    display: none !important;
}
.wc_product_review_badge {
    display: none !important;
}*/

/*product template padding*/
#section-product-template {
    padding-top: 60px !important;
    padding-bottom: 120px !important;
}

/*add to cart pop content*/
.ajax-popup .modal-close {
    top: -32px;
    right: -30px;
}
.ajax-popup .modal-close button {
    font-size: 45px;
}

/*product page related section*/
.related-product-area {
    margin-top: 20px;
}

/*footer social icon*/
.site-footer__rte a {
    border-bottom: 0 !important;
}
#shopify-section-alternate-footer > footer > div:nth-child(1) > div > div:nth-child(4) > div > div > p:nth-child(1) > a:before {
    content: "\f16d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #fbfafa;
    margin-right: 10px;
}
#shopify-section-alternate-footer > footer > div:nth-child(1) > div > div:nth-child(4) > div > div > p:nth-child(3) > a:before {
    content: "\f231";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #fbfafa;
    margin-right: 10px;
}
#shopify-section-alternate-footer > footer > div:nth-child(1) > div > div:nth-child(4) > div > div > p:nth-child(2) > a:before {
    content: "\f09a";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #fbfafa;
    margin-right: 14px;
}

#faq > div:nth-child(1) > div:nth-child(4) > main > div > div{
    WORD-BREAK: break-word;
}

/*footer mobile menu arrow*/
i.far.fa-chevron-down {
    font-family: 'FontAwesome';
    font-size: 10px;
    display: inline-block;
    float: right;
    margin-top: 6px;
}
.rotate1{       //旋转后的位置
　　transform: rotate(
180deg
);
    transtion: all .3s linear;
    -webkit-transform: rotate(
180deg
);
    //还是兼容一下: ;
    -webkit-transtion: all .3s linear;
}
}
.rotate{          //初始状态的旋转位置
　　transform:rotate(0);
　　transtion:all .3s linear;
　　-webkit-transform:rotate(0);
　　-webkit-transtion:all .3s linear;
}


div#section-1624351837ac49d2aa {
    background-color: #f6f6f6;
    background-image: url(/cdn/shop/files/Jigsawdepot_customer_review.jpg?v=1662097820);
}


/*banner menu*/
.slider-content-6.slider-animated-1.text-center {
    margin-top: 250px;
}

/*product detail word-wrap*/
ul.a-unordered-list.a-vertical.a-spacing-mini {
    word-wrap: break-word;
}

/*mobile products*/
.col-lg-4.col-md-6.col-12 {
    flex: 50%;
}

/*sale_message*/
i.fa.fa-truck {
    font-size: 18px;
    color: #f38616;
    padding-right: 5px;
}
i.fa.fa-check-circle {
    font-size: 18px;
    color: #f38616;
    padding-right: 10px;
    padding-left:3px;
}

.sale_message {
    font-size: 20px;
    line-height: 28px;
}

/*blog grid*/
#section-blog-template .col-lg-4.col-md-6.col-12 {
    flex: 100%;
}

/*paypal button color*/
button.shopify-payment-button__button.shopify-payment-button__button--unbranded._2ogcW-Q9I-rgsSkNbRiJzA._2EiMjnumZ6FVtlC7RViKtj._2-dUletcCZ2ZL1aaH0GXxT {
    background-color: #ff6f05 !important;
}

/*email pop shadow*/
a.soundest-form-wof-open {
    box-shadow: 2px 2px 2px #888888;
}
.soundest-form-wof-open-holder svg path, .soundest-form-wof-open-holder svg rect {
    fill: #ff6f05 !important;
}

/*website homepage 20220708*/
  /*menu underline*/
.main-menu nav ul li>a {
    line-height: 30px;
    margin-top: 20%;
}
.main-menu nav ul li>a i{
    display: none;
}
#section-header .main-menu nav ul li > a:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  height: 2px;
  position: absolute;
  background: #97d5ea;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
  margin-left:15px;
}
.main-menu nav ul li ul.submenu li a:after{
  display:none;
}
#section-header .main-menu nav ul li > a:hover:after { 
  width: 40%; 
  left: 10px; 
}

/*mobile menu*/
@media only screen and (max-width: 991px){
.clickable-menu {
    margin-left: -55% !important;
}
.logo {
    margin-left: 100%;
}
button.icon-cart {
    margin-right: -50px;
}
i.fa.fa-shopping-cart {
    margin-left: 20px;
}
i.fa.fa-user {
    margin-right: -20px;
}
}

@media only screen and (max-width: 320px){
.same-style.header-search {
    display: none;
}
.same-style.account-satting {
    display: none;
}
}



/*arrow icon 20220711*/
i.pe-7s-angle-down {
    float: right;
    font-size: 24px;
    -moz-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
}
i.pe-7s-angle-down.open {
    -moz-transform:scaleY(-1);
    -webkit-transform:scaleY(-1);
    transform:scaleY(-1);
}


@media only screen and (min-width: 749px){
i.pe-7s-angle-down {
  display:none;
}
}

@media only screen and (max-width: 749px){
p.h4 {
    width:100%;
    padding-bottom: 10px;
    border-bottom:0.5px solid #ffffff59;
}
}

/*onmisend subscriber form 20220712*/
.p30 h4 {
    font-family: inherit;
}

input.omnisend-subscribe-input-email {
    background: transparent;
    height: 45px;
    font-size: 14px;
    color: #ffffff;
    float:left;
}

button.newsletter-form-group__submit {
    background-color: #ffffff;
    height: 34px;
    width: 40px;
    float:left;
    margin-left: -40px;
}

.site-footer__item-inner.site-footer__item-inner--html_content {
    width: 100%;
}

.aboutus {
    display: none;
}

/*footer social margin 20220713*/
.site-footer__rte {
    margin: 0 0 15px 20px;
}
.site-footer__item-inner.site-footer__item-inner--text {
    width: 100%;
}

/*footer list open aimation 20220713*/
ul.site-footer__linklist.openlist {
    max-height: 200px !important;
    animation: slide-down .5s ease-in !important;
    -webkit-animation: slide-down .5s ease-in !important; /* Safari 和 Chrome */
    -moz-animation: slide-down .5s ease-in !important;
    -o-animation: slide-down .5s ease-in !important;
    transition: .3s ease-in !important;
    -moz-transition: .3s ease-in !important; /* Firefox 4 */
    -webkit-transition: .3s ease-in !important; /* Safari 和 Chrome */
    -o-transition: .3s ease-in !important; /* Opera */
    transform-origin: 50% 0;
} 


.slideleft {
    animation: slide-left .5s ease-in !important;
    -webkit-animation: slide-left .5s ease-in !important; /* Safari 和 Chrome */
    -moz-animation: slide-left .5s ease-in !important;
    -o-animation: slide-left .5s ease-in !important;
    transition: .3s ease-in !important;
    -moz-transition: .3s ease-in !important; /* Firefox 4 */
    -webkit-transition: .3s ease-in !important; /* Safari 和 Chrome */
    -o-transition: .3s ease-in !important; /* Opera */
    transform-origin: 50% 0;
}

/*导航栏透明*/
.transparent-bar{
    background-color: rgba(0,0,0,0) !important;
    padding-top: 20px;
}
.transparent-bar-font{
      color: #ffffff !important;
}
.transparent-bar .main-menu nav ul li > a {
    color: #f9f9f9 !important;
}
.transparent-bar .main-menu nav ul li ul.submenu li a {
    color: #555252 !important;
}
#section-header .main-menu nav ul li ul.submenu li a:hover {
    color: #97d5ea !important;
}
.transparent-bar i.fa {
    color: #ffffff !important;
}

/*user words*/
#section-1624351837ac49d2aa {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    background: #d1d9dd no-repeat scroll center center / cover;
}

/*desktop service list*/
@media (max-width: 767px){
#section-1657784711fa661722 {
    display:none;
}
}
#section-1657784711fa661722 {
    padding-bottom: 10px !important;
    padding-top: 25px !important;
}
img.animated {
    height: 50px;
}

/*mobile service list*/
@media (min-width: 767px){
#section-1657786376ce895d3f {
    display:none;
}
}
@media (max-width: 767px){
#section-1657786376ce895d3f {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin-left: 4%;
}
}
.support-wrap .support-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 20px;
    margin-right: 5px;
}
.support-wrap .support-icon img {
    height: 20px;
}
.support-wrap .support-content h5 {
    color: #000000;
    margin-top: 8% !important;
    font-size: 10px;
}
#section-1657786376ce895d3f .mb-30 {
    margin-bottom: 0px;
}
#section-1657786376ce895d3f .col-lg-4.col-md-6.col-12 {
    flex: 25%;
}
#section-1657786376ce895d3f .col-lg-4.col-md-6.col-12 {
    flex: 25%;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

/*desktop footer margin*/
@media (min-width: 767px){
.page-width {
   padding-right: 12%;
   padding-left: 12%;
}
input.omnisend-subscribe-input-email {
    width: 80% !important;
}
  p.h4 {
  width:100%;
  border-bottom: 0.5px solid #ffffff59;
}
  .p30 h4 {
  width:100%;
  border-bottom: 0.5px solid #ffffff59;
}
  .site-footer__item-inner.site-footer__item-inner--link_list {
  width: 100%;
}
  #wc_review_section {
    padding-left: 12%;
    padding-right: 12%;
    padding-top: 100px;
}
}

/*
@media (min-width: 1200px){
.container {
    max-width: 1400px !important;
}
}*/

body{
        max-width: 100%;
        overflow-x:hidden;

    }
.soundest-form-wof-mob-friendly-holder{
     width:94% !important;
}
.soundest-form-wof-mob-friendly-holder {
    display: none;
}


/*middle banner padding 20220719*/
@media only screen and (min-width: 1550px){
#section-1624355017f8adb5c6 {
    max-width: 1450px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
}
@media only screen and (min-width: 1201px) and (max-width: 1550px) {
#section-1624355017f8adb5c6 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 4%;
    padding-right: 4%;
}
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
#section-1624355017f8adb5c6 {
    max-width: 960px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
}

@media (max-width: 1200px){
div#shopify-section-1624355017f8adb5c6 {
    padding-right: 4%;
    padding-left: 4%;
}
}
#shopify-section-1624355017f8adb5c6 .owl-stage-outer {
    border-radius: 5px;
}
@media only screen and (max-width: 767px){
div#block-593711ec-f0a6-46f5-99c3-14401b1fb7dd {
    height: 200px;
}
h1.animated {
    display: none;
}
p.animated {
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 28px !important;
}
#block-593711ec-f0a6-46f5-99c3-14401b1fb7dd > div > div > div > div > div > a {
    font-size: 12px;
}
  .slider-btn-5 a{
    padding: 15px 20px 15px;
}
}

/*top banner arrow*/
#section-1549441904306 .nav-style-3.owl-carousel > .owl-nav div {
    background-color: #f8f9fa !important;
}
#section-1549441904306 .nav-style-3.owl-carousel > .owl-nav div:hover {
    color: #ffffff;
    background-color: #ddd !important;
}

/*custom page 20220720*/
@media (max-width: 767px){
.create-custom-page {
    padding-left: 0;
    padding-right: 0;
    padding-top:50px;
}
}

/*fa-light 20220720*/
.fa-light {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
i.fa-light {
    color: #333333;
    FONT-SIZE: 20PX;
}

/*hide homepage products review*/
#section-1541054233975 .wc_product_review_badge {
    display: none;
}

/*homepage first featured products card*/
.product-wrap-2 {
    border: 1px solid #e9ecef;
    height: 95%;
}
.product-content-2 {
    text-align: center;
}
.title-price-wrap-2 {
    margin-left: 5%;
}
@media only screen and (max-width: 767px){
.custom-col-5 {
    padding-right: 5px;
    padding-left: 5px;
}
div#section-16102763553b17862d {
    padding-right: 2%;
    padding-left: 2%;
}
#section-1541054233975 {
    padding-left: 2%;
    padding-right: 2%;
}
  h3.popup_cart_title {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px !important;
}
  #shopify-section-collection-template .col-lg-3.col-md-4.col-6 {
    padding-right: 5px !important;
    padding-left: 5px !important;
}
  #shopify-section-collection-template .col-lg-12.col-12 {
    padding-right: 6px;
    padding-left: 6px;
}
}

/*mobile shopping cart margin20220722*/
@media only screen and (max-width: 767px){
.shopping-cart-content.single-product-cart.cart-visible {
    margin-right: -40px;
}
.shopping-cart-content.cart-empty-title.cart-visible {
    margin-right: -40px;
}
}

/*logo list area 20220726*/
.logo-list-detail {
    text-align: center !important;
}
.logo-bar {
    margin-top: 20px !important;
}
.logo-bar__item {
    margin: 0 80px 34px !important;
}
#shopify-section-1658820101de980976 h2 {
    font-size: 24px;
}

@media only screen and (max-width: 767px){
.logo-bar__item {
    margin: 0 10px 24px !important;
}
.logo-bar__item {
    max-width: 25% !important;
}
}

/*mobile clooection page filter 20220727*/
@media only screen and (max-width: 767px){
.shop-top-bar .select-shoing-wrap {
    display: none !important;
}
.filter-active a {
    margin-left: 20px;
}
.shop-top-bar {
    margin-top: 10px;
}
.mt-35 {
    margin-top: 0;
}
  .sidebar-style {
    display: none;
}
  .pro-pagination-style nav ul {
    margin: 0;
}
}

/*menu icon black color*/
.menu-color {
    color: red !important;
}

/*new header menu icon 20220729*/
.transparent-bar .search-icon {
    color: #ffffff;
}
.transparent-bar .icon--cart {
    color: #ffffff;
}
.transparent-bar .account-satting-active .icon-user{
  fill:#ffffff;
}
@media only screen and (max-width: 991px){
svg.menu-icon {
    color: #333333;
}
.same-style.account-satting {
    display: none;
}
}

/*product shop area width 20220803*/
@media (min-width: 1200px){
.container {
    max-width:1450px !important;
}
.header-area .container-fluid {
    max-width: 1580px;
}
}

/*product quantity selector 20220802*/
span.btnqty {
    background-color: #ffffff;
    border: 1px solid rgba(17,17,17,.2);
    position: absolute;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 20px;
    color: #333;
    cursor: pointer;
}
.product-details-content .pro-details-quality .cart-plus-minus{
    margin-left: 29px !important;
}

/*homepage middle banner desktop height 20220804*/

#block-593711ec-f0a6-46f5-99c3-14401b1fb7dd {
    height: 550px !important;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
div#block-593711ec-f0a6-46f5-99c3-14401b1fb7dd {
    height: 400px;
}
}
@media only screen and (min-width: 767px) and (max-width: 992px) {
div#block-593711ec-f0a6-46f5-99c3-14401b1fb7dd {
    height: 320px;
}
}

/*mobile search box design 20220804*/
@media only screen and (max-width: 767px){
.header-right-wrap .same-style.header-search .search-content {
    position: fixed;
    z-index: 999;
    top: 30px;
    left: 0;
    right:0;
    padding-top: 40px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    box-shadow: 1px 10px 10px #3333337a;
}
.search__nav-item {
    float: left;
    width: 48%;
    margin-right: 2%;
    margin-bottom: 8px;
}
.search__nav-items.o-list-bare {
    list-style: none;
    margin-left: 0;
}
.search__nav-title.h5 {
    font-size: 19px !important;
    FONT-WEIGHT: 600;
    margin-top: 10px;
    margin-bottom: 10px;
}
a.search__nav-link.navigable {
    font-size: 14px !important;
}
  }

/*desktop search box design 20221011
@media only screen and (min-width: 767px){
div#search-content-box {
    display: block;
    z-index: 999;
    top: 0;
    position: fixed;
    width: 100%;
    height: 120px;
    padding-top: 40px;
}
.search__nav {
    display: none;
}
}*/

/*top bar design 20220805*/
.top-notification-bar {
    height: 30px;
    padding-top: 5px;
}
.notification-entry p {
    font-size: 12px;
}

/*mobile cart page design 20220808*/
@media (max-width: 767px){
.cart-table-content table tbody>tr td.product-quantity {
    display: block;
    text-align: left;
}
.cart-table-content table tbody>tr td.product-thumbnail {
    width: auto !important;
    float: left;
}
.cart-table-content table tbody>tr td.product-name {
    text-align: left;
}
.cart-table-content table tbody>tr td.product-price-cart {
    text-align: left;
}
.cart-table-content table tbody>tr td.product-quantity {
    text-align: left;
}
.cart-table table tbody tr td.pro-subtotal {
    display: none;
}
i.fa.fa-times {
    margin-right: -50%;
}
h3.cart-page-title {
    text-align: center;
}
#section-cart-template {
    padding-top: 20px !important;
}
  i.fa.fa-times {
    background-color: #ddd;
    padding: 3px;
    font-size: 13px;
}
.cart-shiping-update-wrapper {
    display: none;
}
 .discount-code-wrapper {
    background-color: rgba(0,0,0,0);
    border: none;
}
h4.cart-bottom-title.section-bg-gray {
    background-color: rgba(0,0,0,0) !important;
}
.discount-code-wrapper .title-wrap:before{
height:0px;
}
textarea#CartSpecialInstructions {
    background: rgba(0,0,0,0);
    border: 1px solid #ddd;
    min-height:50px;
}
.discount-code-wrapper {
    margin: 10px 0;
}
.discount-code-wrapper {
    padding: 0;
}
.grand-totall {
    background-color: rgba(0,0,0,0);
    border: none;
    padding: 0;
}
.grand-totall h4.grand-totall-title {
    display: none;
}
.grand-totall h5 {
    margin: 26px 0 27px;
}
.grand-totall button {
    border-radius: 0;
    background-color: #f2ba36 !important;
    font-size: 16px;
    letter-spacing: 1px;
}
  .cart-table-content table tbody>tr td.product-quantity .cart-plus-minus input.cart-plus-minus-box{
     width: 40px;
}
.cart-table-content table tbody>tr td.product-quantity .cart-plus-minus{
width: 40px;
}
}

@media (max-width: 400px){
 .cart-table-content table tbody>tr td.product-remove {
    width: 5% !important;
    float: right;
    margin-right: 8%;
    margin-top: -30px;
}
}


@media (max-width: 320px){
.cart-table-content table tbody>tr td.product-quantity .cart-plus-minus input.cart-plus-minus-box{
     width: 30px;
}
.cart-table-content table tbody>tr td.product-quantity .cart-plus-minus{
width: 30px;
}
.cart-table-content table tbody>tr td.product-remove {
    margin-top: -40px;
}
}

/*desktop cart page design 20220811*/
@media (min-width: 768px){
.cart-table table thead tr th {
    border-bottom: none;
    border-right: none;
    font-weight: 600;
}
h3.cart-page-title {
    text-align: center;
    margin-bottom: 30px !important;
}
.cart-table table tbody tr td {
    border-bottom: none !important;
    border-right: none !important;
}
.cart-shiping-update-wrapper .cart-clear>a {
  display:none !important;
}
.cart-shiping-update-wrapper .cart-shiping-update>a{
    background-color:rgba(0,0,0,0) !important;
    padding: 15px 43px 15px !important;
    border: 1px solid #E6E6E6 !important;
    font-weight: 600 !important;
    border-radius: 0 !important;
}
  .cart-shiping-update {
    margin-right: 20px;
}
  .cart-shiping-update-wrapper .cart-clear > input{
    padding: 15px 43px 15px !important;
    border: 1px solid #E6E6E6 !important;
    font-weight: 600 !important;
    border-radius: 0 !important;
  }
  .cart-shiping-update-wrapper .cart-shiping-update>a:hover {
      color: #97d5ea !important;
}
  .grand-totall button{
    background-color: #f2ba36 !important;
    border-radius: 0 !important;
    font-weight: 600 !important;
    letter-spacing: 1px;
}
h4.grand-totall-title {
    display: none;
}
  textarea {
    resize: vertical;
    background: #ffffff;
    border: 1px solid #666;
}
  .cart-table-content table tbody>tr td.product-thumbnail {
    padding-top: 30px;
    padding-bottom: 30px;
}
}

/*top menu margin 20220809*/
@media only screen and (max-width: 1199px) and (min-width: 992px){
  .main-menu nav ul li {
    margin-right: 10px;
}
}

@media only screen and (max-width: 991px) and (min-width: 768px){
.clickable-menu {
    margin-left: -110% !important;
}
.header-right-wrap {
    margin-top: 20px;
}
.logo {
    margin-left: 85%;
   margin-top: 10px;
}
}

/* collection page top banner 20220809*/
.collection-banner-top{
    height: 330px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
@media (max-width: 768px){
.collection-banner {
    display: none;
}
}

/*category section button20220831*/
.single-banner .banner-content a:hover {
    background-color: #6cdee3;
}
#section-1658214610a48e5cf0 > div {
    max-width: 1290px !important;
}
@media (max-width: 768px){
div#shopify-section-1658214610a48e5cf0 {
    display: none;
}
}

/*collection filter 20220831*/
.shop-tab {
    margin-left: 56%;
}

/*blog style*/
@media screen and (min-width: 1008px){
  .blog-details-wrapper {
    max-width: 780px !important;
    margin: 0 auto;
}    
}

/*inner page margin bottom*/
ul.list--inline.site-footer__social-icons.social-icons.site-footer__icon-list {
    margin-bottom: 0;
}

/*sale popup info right float
.notifyjs-corner {
    right: -80% !important;
}*/

/*blog content a hover 20230526*/
.blog-details-content a:hover {
    text-decoration: underline;
}

/*order now, ship tomorrow 20240423*/
.shipping-info {
    display: none;
}

/*gift note*/
.discount-code-wrapper {
    display: none;
}

.template-collection .rivyoReviewWidget{justify-content: center;}