/*
Theme Name: Storefront Child
Theme URI: https://woocommerce.com/storefront/
Template: storefront
Author: Automattic
Author URI: https://woocommerce.com/
Description: Storefront is the perfect theme for your next WooCommerce project. Designed and developed by WooCommerce Core developers, it features a bespoke integration with WooCommerce itself plus many of the most popular customer facing WooCommerce extensions. There are several layout &amp; color options to personalise your shop, multiple widget regions, a responsive design and much more. Developers will love its lean and extensible codebase making it a joy to customize and extend. Looking for a WooCommerce theme? Look no further!
Tags: e-commerce,two-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,featured-images,full-width-template,threaded-comments,accessibility-ready,rtl-language-support,footer-widgets,sticky-post,theme-options,editor-style
Version: 3.7.0.1626938272
Updated: 2021-07-22 07:17:52

.woocommerce-breadcrumb .breadcrumb-separator::after, .woocommerce-breadcrumb a:first-of-type::before {display: none;}
.elementor-8986 .elementor-element.elementor-element-151397b:not(.elementor-motion-effects-element-type-background), .elementor-8986 .elementor-element.elementor-element-151397b > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-image: url(https://www.uphong.com/assets/happynewyearbg.png);
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #e62e2f;
}

header, .elementor-location-footer, .elementor-4670 .elementor-element.elementor-element-3e9159c{
   display: none !important;
}
*/
/* cn 
.kfhw, .kfmsn,  .kfww,  .kfmail-, .tel2996-, .tel3508-, .tel_2996, .tel_3508-{display:none!important;} */
/* hw */
.elementor-element-d4e9752{display:none!important;}
.elementor-element-8ac6d8a .elementor-price-table__price {display: none;}
.kfhw, .kfww,  .kfmsn, .kfmail-, .tel2996, .tel3508-, .tel_2996, .tel_3508-{display:none!important;}



@media (max-width: 1024px) { 
    
.mega_back_button {  
	   opacity: 0;
	   visibility: hidden;
      position: fixed;
      z-index: 101;
      top: 10px;
      left: 20px;
      width: 40px;
      height: 40px;
      background-color: rgba(255, 255, 255, 0.9);
      display: flex;
      align-items: center;
      justify-content: center;
     /* border-radius: 50%;
       box-shadow: 0 2px 5px rgba(0,0,0,0.1); */
      cursor: pointer;
	   user-select: none;
    }
.e-active .mega_back_button {
	opacity: 1;
   visibility: visible;
	 }
    /* 自定义返回箭头 */
    .mega_back_button::before {
      content: '';
      width: 12px;
      height: 12px;
      border-right: 2px solid var(--n-menu-toggle-icon-color-active);
      border-bottom: 2px solid var(--n-menu-toggle-icon-color-active);
      transform: rotate(135deg);
    }
    
	 .megamenu_open {
      overflow: hidden;
      height: 100vh;
}

.elementor-widget-n-menu .e-n-menu-content>.e-con{width: 100%!important;border-width:0!important}

.megamenu .e-n-menu > .e-n-menu-wrapper {top:0px!important;}
.megamenu .e-n-menu-toggle[aria-expanded="true"] {position: fixed; z-index: 9999999999!important;top: 0;}
.megamenu .e-n-menu-toggle .e-close { background: #ffffff;}
.megamenu .e-n-menu-heading {padding-top: 60px!important;}
.megamenu .e-n-menu-title-text {font-size: 18px;color: #333!important;padding-left: 50px;}


.megamenu .e-n-menu-wrapper{height: calc(100vh - 0px);background: #ffffff !important; position: fixed!important;} 
.megamenu .e-n-menu-wrapper .e-n-menu-content.e-active{ background:linear-gradient(to bottom, #ffffff 60px, #fafafc 60px); padding:60px 0 0 40px;display:block;position: fixed!important;top:0!important;margin-top:0!important;}
.megamenu .e-n-menu-wrapper .e-n-menu-content.e-active > .elementor-element, 
.megamenu .e-n-menu-wrapper .e-n-menu-content.e-active .e-active{display:block!important; height:calc(100vh - 60px)!important; padding-right: 40px;overflow-y: auto!important;  -webkit-overflow-scrolling: touch; }
.megamenu .e-n-menu-wrapper .e-active > .elementor-element > .e-con-inner > .elementor-element{ padding-bottom: 80px!important;display: table;}
.megamenu .e-n-menu-item .e-n-menu-content {
  opacity: 0;
  transform: translateY(-20px);
  transition: max-height 0.5s cubic-bezier(0.86, 0, 0.07, 1),
              opacity 0.3s ease,
              transform 0.3s ease;
}
.megamenu_open .megamenu .e-n-menu-item .e-n-menu-content.e-active {opacity: 1;transform: translateY(0);}
}

@media (min-width: 1025px) { 
/* 当子元素.e-n-menu-content具有.e-active类时，显示底部线条 */
.megamenu .e-n-menu .e-n-menu-item:has(.e-n-menu-content.e-active) .e-n-menu-title .e-n-menu-title-text {
    color: var(--e-global-color-primary)!important;
}
/* 
.megamenu .e-n-menu .e-n-menu-item .e-n-menu-title:hover::after, 
.megamenu .e-n-menu .e-n-menu-item:has(.e-n-menu-content.e-active) .e-n-menu-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 40px;
    height: 3px;
    border: none;
    z-index: 4;
    left: 50%;
    transform: translateX(-50%); 
    background-color: #4a90e2;
}  */
.megamenu .e-n-menu .e-n-menu-content.e-active {
    z-index: 3 !important;
    height: calc(100vh - 65px) !important;
    /* 备选方案：提高不透明度 */
    background: rgba(109, 109, 109, 0.7) !important;
    /* 添加浏览器前缀 */
    -webkit-backdrop-filter: blur(20px)!important;
    backdrop-filter: blur(20px)!important;
    transition: opacity .32s cubic-bezier(.4,0,.6,1) 80ms, visibility .32s step-end 80ms;
    border-width: 0;
}

/* 针对不支持backdrop-filter的浏览器的备选方案 */
.no-backdrop-filter .megamenu .e-n-menu .e-n-menu-content.e-active {
    background: rgba(109, 109, 109, 0.9) !important; /* 更高的不透明度 */
}

.elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon {
    position: absolute!important;
    width: 100%!important;
}
.elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon[aria-expanded=true] .e-n-menu-dropdown-icon-opened {
    background: #000;
    width: calc(100% - 20px);
    height: 1px;
    position: absolute;
    bottom: -37px;
    left: -5px;
    z-index: 4;
}

}



.main-menu .topmenu_content {
    opacity: 0;
    transform: translateX(4rem);   
}
.main-menu .e-active .topmenu_content {
	  opacity: 1;
    transform: translateX(0);
	 transition: opacity 300ms cubic-bezier(.1,.25,.3,1) 300ms,transform 600ms cubic-bezier(.16,1,.3,1) 300ms;
}


#post-3 .entry-header{display:none!important;}
#menu-item-23990, #newBridge{display:none!important;}
/* 后台文件管理Real Media Library */
.aiot-tree .aiot-nodes .aiot-node .aiot-node-name {width: calc(100% - 60px)!important;}
/* 后台文件管理Real Media Library end */
.content-area{float:none!important;}
.grecaptcha-badge { visibility: hidden; }
#tm-extra-product-options-fields h3 {margin-bottom: -5px; margin-top: 15px;}
 @media(max-width: 768px){
     #tm-extra-product-options-fields .tcwidth-50 {
    max-width: 47% !important;
}
     }
.elementor-price-table .elementor-price-table__currency{font-size: 0.8em!important;}
table {border-spacing: 1px; background: #e2e6e7;}
.mbbanner .elementor-background-overlay{
    height: 120%;
    width: 120%;
    top: -10%;
	left: -10%;}
.mb0, .mb0 p{ margin-bottom:0px!important;}

table.cart .product-thumbnail img {width: 320px;max-width: 100%;}
@media (min-width: 768px){
table.cart td.product-remove a.remove {font-size: 4em;}
table.cart .product-remove{width: 25px;}
table.cart .product-thumbnail{width: 360px;}
table.cart .product-price{width:135px;}
}
table.cart .product-thumbnail a {display: block;max-height: 240px; overflow: hidden;}
table.cart td a:hover.remove::before{color:#0084b4}
table.cart td.product-remove a.remove {padding: 20px;}
table.cart td .input-text{ background-color: #ffffff;}
table.cart td.actions {background-color: #f8f8f8;}
table.cart td.actions { padding: 10px;}
.cart .product-quantity, .cart .product-subtotal, .single_add_to_cart_button, .hfe-site-header-cart, #jet-mega-menu-item-9029 .jet-mega-menu-item__dropdown{display:none;}
.storefront-breadcrumb {
    padding:0;
    margin: 0;
}
.storefront-breadcrumb .col-full{padding:0 15px !important;margin-left:0px;margin-right:0px;}
.storefront-breadcrumb .col-full {padding: 0!important;}
.single_add_to_cart_button{width:100%;}
.jet-ajax-search__item-title {display: none;}
.jet-ajax-search__item-thumbnail {height: 50px;overflow: hidden;}
#tm-tooltip{background: black;}
@media (max-width: 500px){
.wp24-dc #dc-submit-1 {width: auto!important;}
.wp24-dc form > div, .wp24-dc .dc-form > div{display: flex!important;align-items: center;}
}
@media (max-width: 420px){
.qrpay{float: left;padding-bottom: 1em;margin-top: -1em;}
}
@media (min-width: 1400px){
.megamenu_w{width:60%!important;}
}
@media (max-width:1390px) and (min-width: 1025px){
.megamenu_w{width:80%!important;}
}
@media (min-width: 1025px) {
.logo-w {width: 237px!important;}
}
.jet-mega-menu-item__link { gap:1px;}
.jet-mobile-menu__toggle-icon+.jet-mobile-menu__toggle-text {margin-left: 5px;}
.megamenu_w .jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item__inner, .megawap_w .jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item__inner{
    padding: 20px 0 30px 0;
    margin: 0 20px 0 0;
	 border-style: solid;border-width: 0px 0px 2px 0px;border-color:rgb(255 255 255 / 0%);
}
.jet-mega-menu.jet-mega-menu--animation-none.jet-mega-menu--layout-horizontal .jet-mega-menu-list .jet-mega-menu-sub-menu, .jet-mega-menu.jet-mega-menu--animation-none.jet-mega-menu--layout-horizontal .jet-mega-menu-list .jet-mega-menu-mega-container, .jet-mega-menu.jet-mega-menu--animation-none.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-sub-menu, .jet-mega-menu.jet-mega-menu--animation-none.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-mega-container{
	transform-origin: top;
	transform: scaleY(0);
}
.jet-mega-menu.jet-mega-menu--animation-none.jet-mega-menu--layout-horizontal .jet-mega-menu-list .jet-mega-menu-item--hover.jet-mega-menu-item--mega>.jet-mega-menu-mega-container, .jet-mega-menu.jet-mega-menu--animation-none.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item--hover.jet-mega-menu-item--mega>.jet-mega-menu-mega-container{
	transform: scaleY(1);
    transition: opacity 300ms cubic-bezier(.16,1,.3,1) 20ms,transform 600ms cubic-bezier(.16,1,.3,1) 20ms;
}

.jet-mega-menu .topmenu_content .elementor-column {
    opacity: 0;
    transform: translateX(4rem);   
}
.jet-mega-menu .jet-mega-menu-item--hover .topmenu_content .elementor-column {
	  opacity: 1;
    transform: translateX(0);
	 transition: opacity 300ms cubic-bezier(.1,.25,.3,1) 300ms,transform 600ms cubic-bezier(.16,1,.3,1) 300ms;
}

.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-mega-container__inner{padding:0;border-style: solid;
    border-width: 1px 0px 1px 0px;
    border-color: #D6D6D6;}

.jet-mega-menu .jet-mega-menu-item--hover > .jet-mega-menu-item__inner {
    color: var( --e-global-color-primary );
}
.menu_pc_left .jet-mega-menu .jet-mega-menu-item--hover > .jet-mega-menu-item__inner{
    border-color: var( --e-global-color-primary );
}
.menu_pc_right .jet-mega-menu .jet-mega-menu-item--hover > .jet-mega-menu-item__inner{
    
}
.jet-mega-menu.jet-mega-menu--layout-horizontal {
    max-width: max-content;
}


/* 分页 */
.navigation  .nav-links {
    display: flex;
    justify-content: center;
}
.navigation  .nav-links   .page-numbers{
    min-width: 30px;
    height: 30px;
    border-radius: 20px;
    margin: 5px 5px 5px 5px;
	
	display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    line-height: 1em;
}
.navigation  .nav-links a.page-numbers, .navigation  .nav-links .dots {
    color: #000000;
    background-color: ;
}
.navigation  .nav-links   a.page-numbers {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
}
.navigation   .nav-links  .page-numbers.current{
    background-color: #000000;
    color: #ffffff;
}
.navigation  .nav-links  a.page-numbers:hover {
    color: #6e6e6e;
    background-color: #eeeeee;
}
.pagination, .woocommerce-pagination {
    border: 0px solid rgba(0,0,0,.05);
    border-width: 0px 0;
}
/* 分页 end */

body{font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; font-size: 14px;}
input:focus,input[type="search"]:focus{outline:0px ;background-color: #ffffff;}
a:focus, input:focus, textarea:focus, button:focus {outline: none;}
.site-main {margin: auto;max-width: 1800px;}
.elementor-widget-copyright .hfe-copyright-wrapper{transform: scale(0.8);letter-spacing: 1px;}
.elementor-23186 .elementor-nav-menu .elementor-item, .elementor-23186 .elementor-element.elementor-element-2aafb80 .elementor-icon-list-item{font-size: 12px!important;padding-top: 5px!important;padding-bottom: 5px!important;margin-top: 0!important;}
.elementor-23186 .elementor-element.elementor-element-2aafb80 > .elementor-widget-container {padding: 5px 15px 5px 15px;}
.elementor-element-4a1bf2f{margin-bottom: 0!important;}
.elementor-element-c2d825f .toggle-text{font-size: 12px!important;font-weight: bold!important;}
@media (min-width: 768px){
.elementor-widget-copyright .hfe-copyright-wrapper{margin-left: -11%;}
.elementor-element-c2d825f .toggle-text{font-size: 14px!important;;}
.col-full {
    max-width:none; margin:auto;padding:auto;}
}

.content table, .content td, .content th {
    border: 1px solid rgba(0,0,0,.1);
}

.content td, .content th {
    padding: 8px;
    text-align: left;
    border-width: 0 1px 1px 0;
	  word-wrap: break-word;word-break: normal;
}
.content table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.5em;
    width: 100%;
	 max-width: 100%!important;
}
@media (max-width: 1024px){
	.megamenu_w .jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item__inner, .megawap_w .jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item__inner{
    padding: 20px 0 25px 0;
}
}




/* 演示 */
#theme-demo {
	cursor: pointer;
}
#theme-iframe {
	height: calc(100vh - 60px);
}
#demo-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff; /* 改为白色背景，完全覆盖页面 */
    z-index: 999999; /* 提高z-index确保覆盖所有内容 */
    overflow-y: auto;
    transition: opacity 0.3s ease;
    opacity: 0;
    overflow: hidden;
}

#demo-container.active {
    display: block;
    opacity: 1;
}

.demo-content-wrapper {
    height: 100%;
    padding: 0px;
}

.demo-content {
    padding: 0px;
    margin: 0 auto;
}
.theme-demo #switcher {
    height: 59px;
    background: #ffffff;
    border-bottom: 1px solid #d6d6d6;
    z-index: 99999;
    position: fixed;
    width: 100%;
    top: 0;
}
.theme-demo #close-demo .d-back{
    display: block;
}
.theme-demo #close-demo .d-buy{
    display: none;
}
.theme-demo #close-demo[data-form="demo"] .d-back{
    display: none;
}
.theme-demo #close-demo[data-form="demo"] .d-buy{
    display: block;
}
.theme-demo .share {
    float: right;
    margin-left: 14px;
    border-radius: 2px;
    padding: 6px 0 3px 10px;
    margin-top: 3px;
}

.theme-demo #theme_list {
    position: relative;
}

.theme-demo #theme_select, .e-con.e-parent .theme-demo #theme_select {
    background: #2b2b2b url(./images/arrow.png) no-repeat !important;
    width: 200px;
    display: block;
    padding: 10px 9px;
    color: #dfdfdf;
    background-position: 95% 53%;
    border-radius: 2px;
    font-weight: 700;
    margin-top: 3px;
}

.theme-demo #theme_select:hover {
    color: #F0F0F0;
}

.theme-demo #theme_dropdown_list {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 20px;
}

.theme-demo .center {
    margin: auto;
    overflow: hidden;
    padding: 10px 10px 0 10px;
}

.theme-demo .center ul li {
    display: inline;
    float: left;
}

.theme-demo .center ul li ul {
    display: none;
    height: 250px;
    margin-left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: static;
    width: 218px;
    z-index: -1;
}

.theme-demo .center ul li ul li {
    background: #2b2b2b;
    border-bottom: 1px solid #414141;
    width: 100%;
}

.theme-demo .center ul li ul li:hover {
    background: #414141;
}

.theme-demo .center ul li ul li a {
    display: block;
    padding: 10px;
    font-weight: bold;
    min-width: 198px;
    color: #DFDFDF;
}

.theme-demo .center ul li ul li a:hover {
    color: #F0F0F0;
}

.theme-demo #iframe-wrap {
    padding-top: 60px;
    overflow: auto;
}

.theme-demo #iframe {
    margin: 0 auto;
    background: white;
}

.theme-demo .logo {
    float: left;
    margin-right: 20px;
    margin-top: -8px;
}

.theme-demo .logo img {
    opacity: 1;
}

.theme-demo .logo img:hover {
    opacity: 0.7;
}

.theme-demo .links {
    float: right;
    margin: 0px;
    margin-top: 3px;
}

.theme-demo .responsive {
    float: left;
    padding: 7px 0;
    margin-top: 3px;
}

.theme-demo .responsive a {
    opacity: 1;
    float: left;
    margin: 0 10px;
    filter: grayscaLe( 100%);
}

.theme-demo .responsive a.desktop, .e-con.e-parent .theme-demo .responsive a.desktop {
    background: url(./images/devices.png) no-repeat 0 0 !important;
    width: 20px;
    height: 19px;
}

.theme-demo .responsive a.tabletlandscape, .e-con.e-parent .theme-demo .responsive a.tabletlandscape {
    background: url(./images/devices.png) no-repeat -30px -3px !important;
    width: 17px;
    height: 19px;
    margin-top: 2px;
}

.theme-demo .responsive a.tabletportrait, .e-con.e-parent .theme-demo .responsive a.tabletportrait {
    background: url(./images/devices.png) no-repeat -59px -1px !important;
    width: 14px;
    height: 19px;
    margin-top: 1px;
}

.theme-demo .responsive a.mobilelandscape, .e-con.e-parent .theme-demo .responsive a.mobilelandscape {
    background: url(./images/devices.png) no-repeat -87px -1px !important;
    width: 14px;
    height: 19px;
    margin-top: 1px;
}

.theme-demo .responsive a.mobileportrait, .e-con.e-parent .theme-demo .responsive a.mobileportrait {
    background: url(./images/devices.png) no-repeat -117px -1px !important;
    width: 11px;
    height: 19px;
    margin-top: 1px;
}

.theme-demo .responsive a.active, .theme-demo .responsive a:hover {
    opacity: 1;
    color: #fff;
    filter: none;
}

.theme-demo .purchase a {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    margin-top: -3px;
    float: left;
    border-radius: 5px;
    font-size: 14px;
    background-color: #111111;
    color: #FFFFFF!important;
    text-decoration: none;
}

.theme-demo .purchase a:hover {
    background-color: #278AB7;
    color: #FFFFFF!important;
}

.theme-demo .purchase a:focus {
    border-color: #0E3950;
    color: #FFFFFF!important;
}

.theme-demo .purchase a img {
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -3px;
}

.theme-demo .close a {
    padding: 9px 15px 10px 10px;
    float: left;
    border-radius: 2px;
    font-weight: bold;
    margin-left: 15px;
}

.theme-demo .close a img {
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -3px;
}

.theme-demo .close a {
    background-color: #3b3b3b;
    background-image: linear-gradient(to bottom, #2a2a2a, #3b3b3b);
    border-color: #3b3b3b #3b3b3b #555555;
    box-shadow: 0 1px 0 rgba(85, 85, 85, 0.5) inset;
    color: #FFFFFF;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.theme-demo .close a:hover {
    background-color: #2a2a2a;
    background-image: linear-gradient(to bottom, #3b3b3b, #2a2a2a);
    border-color: #555555;
    box-shadow: 0 1px 0 rgba(85, 85, 85, 0.6) inset;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}

.theme-demo .close a:focus {
    border-color: #0E3950;
    box-shadow: 0 1px 0 rgba(120, 200, 230, 0.6) inset, 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.theme-demo img.preview {
    display: none;
    position: absolute;
    z-index: 999;
    top: 8px;
    left: 242px;
    background: #2b2b2b;
    padding: 7px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.7);
    box-shadow: 0px 2px 5px rgba(0,0,0,0.7);
    -moz-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
}

.theme-demo .center ul li ul li:hover img.preview {
    display: inline;
    opacity: 1;
}

.theme-demo .center ul li ul li span {
    float: right;
    font-size: 11px;
    font-weight: bold;
    background: #21759B;
    border-radius: 2px;
    padding: 3px 8px;
    color: #ffffff;
    margin-top: -2px;
    min-width: 40px;
    text-align: center;
}

@media (min-width: 768px) and (max-width: 1439px) {
    .theme-demo img.preview {
        width: 360px;
    }
}

@media (max-width: 767px) {
    .theme-demo img.preview {
        width: 300px;
        left: 191px;
    }

    .theme-demo .center ul li ul li a {
        min-width: 190px;
    }

    .theme-demo .logo {
        margin-right: 10px;
    }

    .theme-demo .close a {
        padding: 10px 5px;
        margin-left: 6px;
    }

    .theme-demo .links {
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    .theme-demo img.preview {
        display: none !important;
    }

    .theme-demo .close a {
        padding: 10px 5px;
        margin-left: 6px;
    }

    .theme-demo .purchase a img, .theme-demo .close a img {
        margin-right: 0;
    }
}

 @media (max-width: 767px) {
.theme-demo .pro-pc .desktop {display: none;}
#mobiletodesktop, .mtoblock{display:block !important;}
}

@media (max-width: 380px) {
.theme-demo .center ul li ul {
    width: 194px;
}

.theme-demo #theme_select {
    width: 176px;
}

.theme-demo .center ul li ul li a {
    font-size: 12px;
    min-width: 180px;
    padding: 10px 5px;
}
}

.theme-demo .c375 #iframe {
    min-width: 337px !important;
}

.theme-demo .c768 #iframe {
    min-width: 768px !important;
}
.theme-demo .c1024 #iframe {
    min-width: 1024px !important;
}
.theme-demo .c100 #iframe {
    min-width: 1280px !important;
}
.theme-demo .pro-pc .c100 #iframe {
    min-width: auto !important;;
}
@media (min-width: 768px) {
    #mobiletodesktop,#mobiletodesktopid{display: none;}
    .theme-demo .c375, .e-con.e-parent .theme-demo .c375 {
        box-shadow: inset -2px -2px 6px 2px #b3b3b3;
        border-radius: 23px;
        width: 359px!important;
        height: 679px !important;
        margin: 80px auto 20px auto ;
        background: url(./images/s1.png) no-repeat #f6f6f6 !important;
        padding-top: 0px!important;
    }

    .theme-demo .c375 #iframe {
        width: 337px!important;
        height: 568px !important;
        margin-left: 11px;
        margin-top: 56px !important;
        padding-bottom: 0px!important;
    }
}


@media (min-width: 1024px) {
    .demo-content-wrapper:has(.c768), .demo-content-wrapper:has(.c375) {overflow: auto;}
    .theme-demo .c768 {
        box-shadow: inset -2px -2px 6px 2px #b3b3b3;
        border-radius: 23px;
        width: 858px !important;
        height: 1180px !important;
        margin: 80px auto 20px auto ;
        background: url(./images/p1.png) no-repeat #f6f6f6 !important;
        padding-top: 0px!important;
    }

    .theme-demo .c768 #iframe {
        width: 768px !important;
        height: 1023px !important;
        margin-left: 45px;
        margin-top: 78px !important;
        padding-bottom: 0px !important;
    }
}

@media (min-width: 1440px) {
    .theme-demo .c1024 {
        box-shadow: inset -2px -2px 6px 2px #b3b3b3;
        border-radius: 23px;
        width: 1180px !important;
        height: 858px !important;
        margin: 80px auto 20px auto ;
        background: url(./images/p2.png) no-repeat #f6f6f6 !important;
        padding-top: 0px!important;
    }

    .theme-demo .c1024 #iframe {
        width: 1023px!important;
        height: 768px !important;
        margin-left: 77px;
        margin-top: 45px !important;
        padding-bottom: 0px!important;
    }
}