﻿/*
Theme Name: HKSPYMALL
Theme URI: https://maxmedia.com.hk
Description: Maxmedia Design and Production 
Version: 1.0
Author: DreamC
Author URI: https://maxmedia.com.hk
*/
/* ==========================================================================
   Default css class & id styles: opinionated defaults
   ========================================================================== */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
* { padding: 0; margin: 0; outline: 0; box-sizing: border-box;}
body, html {
    color: #000;
    font: 16px/24px "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;     
    overflow-x: hidden;
    position: relative;
}
a {
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}
a {
    text-decoration: none;
    cursor: pointer;
    color: #6990cb;
    outline: none;
}
p{      
    line-height: 26px;
    letter-spacing: 0px;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
}
h1{
    font-size: 2.2rem;
    line-height: 1.264;
}
h2{
    font-size: 2.0rem;
    line-height: 1.368;
}
h3{
    margin: 0px 0 10px 0;
    font-size: 1.8em;
}
h4{
    margin: 0px 0 10px 0;
    font-size: 1.6em;
}
h5{
    margin: 0px 0 10px 0;
    font-size: 1.4em;
}
h6{
    margin: 0px 0 10px 0;
    font-size: 1.2em;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .h {
    font-weight: 500;
    line-height: 1.351;
    margin: 0 0 0.5em;
    color: #282828;
}
img{
    max-width: 100%;
    vertical-align: middle;
    border: 0
}
ul,li,ol{
    list-style: none;
}
.hide{
    display: none;
}
.show {
    display: block !important;
}
.clear{
	clear: both;
}
#loading{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: rgba(0,0,0,0.35);
    display: none;
}
#loading i{
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
    color: rgba(0,115,170,0.7);
}
/* ==========================================================================
   Dreamc 2020 theme Pagenavi styles:
   ========================================================================== */
.page_navi{
    width:100%;
    height:80px;
    line-height:36px;
    text-align:center;
    overflow:hidden;
    padding-top:1em;
}
.page_navi a{
    padding:5px 12px;
    margin:2px;
    text-decoration:none;
    color:#6699cc;
    border:1px solid #6699cc;
}
.page_navi a:hover,.page_navi a.current{
    border:1px solid #6699cc;
    color:#fff;
    background:#6699cc;
    font-weight:bolder;
}
.fixed-whatsapp{
    position: fixed;
    right: 20px;
    top: 50%;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    z-index: 9999;
    text-align: center;
}
.fixed-whatsapp a:before {
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    color: #fff;
    font-size: 28px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    background-clip: padding-box;
    background-color: #333;
    background-color: #43d854;
    content: "\f232";
}
.fixed-whatsapp a:hover:before {
  color: #333;
  background-color: #dedede; 
}
.fixed-wechat{
    position: fixed;
    right: 20px;
    top: 50%;
    margin-top: 40px;
    width: 60px;
    height: 60px;
    z-index: 9999;
    text-align: center;
}
.fixed-wechat a:before {
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    color: #fff;
    font-size: 28px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    background-clip: padding-box;
    background-color: #333;
    background-color: #43d854;
    content: "\f1d7";
}
.fixed-wechat a:hover:before {
  color: #333;
  background-color: #dedede; 
}
.footer-count{
  position: absolute;
  top: -20px;
  width: 250px;
  left: 50%;
  margin-left: -125px;
  z-index: 2;
  background: url(/wp-content/themes/hkspymall/images/nav.png) repeat-x;
  height: 40px;
  text-align: center;
}
.footer-count p{
  line-height: 40px;
    font-size: 16px;
    color: #fff;
}
.dccount{
  display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.dccount i{
  width: 15px;
  height: 23px;
  display: inline-block;
  background: url(/wp-content/themes/hkspymall/images/number.png) no-repeat;
  background-position: 0 0;
  text-indent: -999em;
}
.mobile-login{
    display: none;
} 
.mobile-login a{
    width: 55px;
    height: 55px;
    margin-left: 10px;
    display: inline-block;
    margin-top: 0;
    margin-right: 20px;
    background-color: rgba(245,245,245,1);
    padding: 5px;
    border-radius: 5px;
    text-align: center;
}
.mobile-login a i{
    color: #000 !important;
    font-size: 32px;
    width: 45px;
    height: 45px;
    line-height: 45px;
}
@media only screen and (max-width: 40em){
    .mobile-login{display: inline-block;}
}
/* ==========================================================================
   Dreamc 2020 theme main styles:
   ========================================================================== */
.top{
    position: relative;
    height: 45px;
    background: rgba(51,51,51,1);
    border-bottom: 0px solid rgba(51,51,51,1);
}
.top-content{
    width: 1200px;
    margin:0 auto;
}
.top-content:before,.top-content:after{
    content: "";
    display: table;
}
.account-nav{
    float: right;
}
#my-account{
    float: right;
}
#my-account>li{
    float: left;
    margin-right: 15px;
    position: relative;
}
#my-account>li.active{
    background: #0073aa;
}
#my-account>li>a{
    line-height: 42px;
    margin: 1.5px 0;
    font-size: 12px;
    display: block;
    text-align: center;
    color: #fff;
    padding: 0 10px;
}
#my-account>li>a>i{
    font-size: 14px;
    margin-right: 4px;
}
#my-account>li>a:hover{
    background: #0073aa;
}
#my-account>li>ul.sub-menu{
    display: none;
    position: absolute;
    left: 0;
    top: 44px;
    width: 120px;
    background: #0073aa;
    z-index: 99999;
}
#my-account>li>ul.sub-menu>li{
    line-height: 25px;
}
#my-account>li:hover>ul.sub-menu{
    display: block;
}
#my-account>li>ul.sub-menu>li:hover>a{
    background-color: #084773;
    color: #fff;
}
#my-account>li>ul.sub-menu>li>a{
    display: block;
    padding: 0 10px;
    color: #fff;
    font-size: 12px;
}
.header{
	height: 140px;
    border-bottom: 1px solid #eaeaea;
    background: #fff;
    transition: all 0.3s;
}
.headerfixed{
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 9999;
    top: 0;
    height: 90px;
}
.headerfixed .logo a img{
    height: 60px;
    margin: 15px 0;    
}
.headerfixed .tools{
    margin-top: 15px;
}
.header-content{
	width: 1200px;
	margin: 0 auto;
}
.logo{
	float: left;
}
.logo a{
	display: block;
}
.logo a img{
	height: 80px;
	margin: 30px 0;
}
.tools{
    float: right;
    margin-top: 45px;
}
.search{
    float: left;
    margin-right: 50px;
}
.search form{
    position: relative;
}
.search form .search-field{
    width: 350px;
    height: 55px;
    border-radius: 6px;
    padding: 0rem 1.25rem;
    padding-right: 60px;
    background-color: rgba(245,245,245,1);
    border-left: 0px solid rgba(245,245,245,1);
    border-right: 0px solid rgba(245,245,245,1);
    border-top: 0px solid rgba(245,245,245,1);
    border-bottom: 0px solid rgba(245,245,245,1);
}
.search form button{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2px;
    width: 55px;
    height: 55px;
    margin: 0;
    font-size: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    vertical-align: middle;
    opacity: 1;
}
.search form button i{
    font-size: 26px;
    font-weight: 300;
    cursor: pointer;
}
.nav{
    background-color: rgba(255,255,255,1);
    border-top: 1px solid rgba(245,245,245,1);
    border-bottom: 1px solid rgba(245,245,245,1);
}
.nav-content{
    width: 1200px;
    margin: 0 auto;
}
.nav-content:before,.nav-content:after{
    display: table;
    content: "";
}
#nav{
	overflow: hidden;
}
#nav>li{
    display: inline-block;
    position: relative;
    text-align: left;
    float: left;
    vertical-align: middle;
    height: 75px;
    line-height: 75px;
    padding: 0;
    margin: 0;
    z-index: 99996;
}
#nav>li>a{
    display: inline-block;
    position: relative;
    vertical-align: middle;
    padding: 0 18px;
    color: #000;
	font-family: Lato;
    text-transform: uppercase;
    line-height: 26px;
    letter-spacing: 0px;
    font-weight: 700;
    font-style: normal;
    font-size: 17px;
    margin: 25px 0;
}  
#nav>li.current-menu-item>a,
#nav>li.current-product-ancestor>a,
#nav>li.current-menu-parent>a,
#nav>li.current-product-parent>a,
#nav>li:hover>a{
    color: #333;
    opacity: 0.7;
}
#home-slider{
	position: relative;
}
#home-slider ul.slides li{
	text-align: center;
	position: relative;
	background: #fff;
}
#home-slider ul.slides li .over{
	position: absolute;
	width: 1200px;
	left: 50%;
	top: 20%;
	margin-left: -600px;
	text-align: left;
}
#home-slider ul.slides li img{

}
#home-slider .flex-control-nav{
	position: absolute;
	bottom: 20px;
	width: 150px;
    left: 50%;
    margin-left: -75px;
}
#home-slider .flex-control-nav li a{
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #92c32c;
	border:1px solid #fff;
	font-size: 0;
}
#home-slider .flex-control-nav li a.flex-active{
    background-color: #f08519;
}
#home-slider ul.slides li .over .title{
	font-size: 4em;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 1px 2px #000;
    text-transform: uppercase;
    display: block;
    padding-bottom: 40px;
    position: relative;
}
#home-slider ul.slides li .over .title:before{
	content: "";
	position: absolute;
	bottom: 0;
	width: 30px;
	height: 5px;
	background-color: #fff;
	left: 0;
}
#home-slider ul.slides li .over .des{
	padding: 40px 0 20px;
    font-size: 18px;
    width: 50%;
    line-height: 30px;
    color: #fff;
    text-shadow: 0 1px 2px #000;
}
#home-slider ul.slides li .over .btns{
	overflow: hidden;
}
#home-slider ul.slides li .over .btns .btn1{
	margin-right: 25px;
	font-size: 16px;
}
#home-slider ul.slides li .over .btns .btn1 em{
	font-style: normal;
	margin-right: 3px;
	font-size: 12px;
}
.btn1{
	display: inline-block;
	padding: 10px 20px;
	text-align: center;
	color: #fff;
	background-color: #f08519;
}
.btn2{
	display: inline-block;
	padding: 10px 20px;
	text-align: center;
	color: #fff;
	border:1px solid #fff;
}
.main-content{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.homefeature{
    padding: 40px 0;
    background: #fff;
}
.featitle{
    font-size: 16px;
    font-weight: 100;
    text-align: center;
    max-width: 500px;
    margin: 20px auto 40px;
    text-transform: uppercase;
    color: #7c7c7c;
    font-style: italic;
}
.fealist{
    overflow: hidden;
}
.feabox{
    width: 31.3333%;
    float: left;
    margin-right: 3%;
    height: 360px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.fealist .feabox:last-child{
    margin-right: 0;
}
.feabox .best{
    display: block;
    background: #f5f5f5;
    position: relative;
    text-align: center;
    width: 100%;
    height: 360px;
    padding-top: 20px;
    transition: all 0.3s;
}
.feabox .best:hover{
    background-color: #92c32c;
}
.feabox .best:hover span{
    border-color: #f08519;
}
.feabox .best:hover h3,.feabox .best:hover p{
    color: #fff;
}
.feabox .best span{
    width: 215px;
    height: 215px;
    display: block;
    border:5px solid #cecece;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
}
.feabox .best h3{
    margin-bottom: 5px;
    margin-top: 15px;
    line-height: 25px;
}
.feabox .best p{
    width: 60%;
    margin: 0 auto;
    color: #858585;
}
.feabox .brand{
    background-color: #262f34;
    height: 360px;
    padding-top: 25px;
}
.feabox .brand .box{
    border: 1px solid #c7d1d6;
    height: 310px;
    width: 325px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
}
.feabox .brand .box h3{
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    margin: 35px 0 45px;
}
.feabox .brand .box p{
    line-height: 22px;
    margin: 0;
    font-size: 13px;
}
.btn{
    display: block;
    text-align: center;
    max-width: 210px;
    height: 32px;
    line-height: 32px;
    margin: 10px auto;
    color: #fff;
}
.btn-white{
    background-color: #fff;
    color: #282828;
}
.feabox .brand .box .btn-white{
    margin-top: 40px;
}
.btn-red{
    background-color: #de4254;
    color: #fff;
}
.btn-orange{
    background-color: #f08519;
    color: #fff;
}
.btn-green{
    background-color: #92c32c;
    color: #fff;
}
.feabox .top{
    display: block;
    height: 360px;
    overflow: hidden;
    position: relative;
}
.feabox .top div{
    position: absolute;
    width: 300px;
    padding: 25px 15px;
    left: 50%;
    bottom: 20px;
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    text-align: center;
    margin-left: -150px;
    text-transform: uppercase;
}
.homeabout{
    padding: 90px 0;
    position: relative;
    overflow-y: hidden;
    background: #fff;
}
.aboutbox{
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.hbg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 800px;
    background-color: #262f34;
    z-index: 1;
}
.about-info{
    width: 36.6666%;
    float: left;
}
.about-info h2{
    text-transform: uppercase;
    font-style: oblique;
    padding-bottom: 60px;
    position: relative;
    color: #fff;
}
.about-info h2:before{
    position: absolute;
    content: "";
    width: 30px;
    bottom: 20px;
    height: 5px;
    left: 0;
    background-color: #f08519;
}
.about-info .exp{
    color: #858585;
    text-transform: uppercase;
    line-height: 22px;
}
.about-img{
    width: 52.8333%;
    float: right;
}
.footer{
    background: #333;
    padding: 40px 0 20px;
    position: relative;
}
.footer-navigation{
    border-top: 1px solid rgba(255, 255, 255, 0.03);
    height: 60px;
    background-color: #333;
}
.footer-nav{
    margin-bottom: 40px;
}
#footer-nav{
    overflow: hidden;
    margin-top: 22px;
}
#footer-nav>li{
    display: inline-block;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding-right: 18px;
    padding-left: 15px;
    height: 18px;
    line-height: 16px;
    vertical-align: top;
}
#footer-nav>li>a{
    color: rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 12px;
    line-height: 19.2px;
    font-weight: 400;
    line-height: 14px;
}
.copyright{
    background: #2f2f2f;
    color: rgba(255, 255, 255, 0.5);
    padding: 30px 0;
}
.copyright .text{
    float: left;
    font-size: 14px;
}
.copyright .payimg{
    float: right;
}
.fixed-bar{
    position: fixed;
    right: 0;
    height: 100%;
    width: 35px;
    background-color: #282828;
    color: #fff;
    top: 0;
    z-index: 9999;
    display: none;
}
.fixed-top{
    position: absolute;
    top: 80px;
    height: 180px;
    width: 35px;
    text-align: center;
    left: 0;
}
.fixed-bottom{
    position: absolute;
    bottom: 80px;
    height: 140px;
    width: 35px;
    text-align: center;
    left: 0;
}
.fixed-top>div{
    width: 35px;
    height: 42px;
    font-size: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
}
.fixed-top>div>a,.fixed-bottom>div>a{
    color: #fff;
}
.fixed-top>div>span,.fixed-top>div>a>span{
    width: 35px;
    height: 42px;
    display: block;
    line-height: 42px;
}
.fixed-top>div>span:hover,.fixed-top>div>a>span:hover{
    background-color: #f08519;
    color: #fff;
}
.fixed-top>div>span>i,.fixed-top>div>a>span>i{
    line-height: 42px;
}
.fixed-bottom>div{
    width: 35px;
    height: 42px;
    font-size: 20px;
    margin-bottom: 20px;
    cursor: pointer;    
}
.fixed-bottom>div>span,.fixed-bottom>div>a>span{
    width: 35px;
    height: 42px;
    display: block;
    line-height: 42px;   
}
.fixed-bottom>div>span:hover,.fixed-bottom>div>a>span:hover{
    background-color: #f08519;
    color: #fff;
}
.fixed-bottom>div>span>i,.fixed-bottom>div>a>span>i{
    line-height: 42px;
}
.fixed-bottom .fix-top span b{
    line-height: 22px;
    font-size: 13px;
}
.fixed-bottom .fix-top span i{
    font-size: 16px;
    line-height: 16px;
    display: block;
}
.fixed-top .fix-cart span{
    height: 50px;
}
.fixed-top .fix-cart span b{
    padding: 2px;
    display: inline-block;
    background: #92c32c;
    height: 20px;
    width: 20px;
    line-height: 16px;
    margin-top: 8px;
    border-radius: 50%;
    font-size: 12px;
}
.fixed-top .fix-cart span i{
    line-height: 20px;
    display: block;
}
.over-cart{
    position: absolute;
    right: 0;
    top: 3.4375rem;
    display: none;
}
.over-cart #woo_pp_ec_button{
    display: none;
}
.fixed-top .fix-cart:hover .over-cart{
    display: block;
}
.dropdown-cart-button{
    background-color: #fff;
}
.dropdown-cart-button .dropdown .cart_list a.remove{
    width: 20px !important;
    text-align: center !important;
    display: block;
    padding-right: 0 !important;
}
.dropdown-cart-button .dropdown{
    color: #282828;
}
.dropdown-cart-button .dropdown .buttons .wc-forward{
    margin-right: 10px;
}
.woocommerce-page .page-detail{
    background-color: #fff;
}
.crumb {
    padding: 15px 0;
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 22px !important;
    display: block;
    margin: 10px 0 0;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: 1rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
}
.crumb a{
    color: rgba(255, 255, 255, 0.9);
}
.page-detail{
    padding: 20px;
    background: #eaeaea;
}
.woocommerce form .form-row input{
    padding: 5px 10px;
    border-radius: 6px;
    border: 1px solid #eaeaea;
    height: 38px;
}
.select2-container--default .select2-selection--single{
    padding: 5px 10px;
    border-radius: 3px !important;
    border: 1px solid #eaeaea !important;
}
.woocommerce form .form-row textarea{
    padding: 5px 10px;
    border-radius: 3px;
    border: 1px solid #eaeaea;
}
.woocommerce-account .woocommerce-MyAccount-navigation{
    width: 100% !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul{
    overflow: hidden;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li{
    float: left !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a{
    padding: 10px 20px;
    display: block;
    background: #eaeaea;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a{
    background-color: #92c32c;
    color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover a{
    background-color: #f08519;
    color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-content{
    width: 100% !important;
    padding: 20px 0 50px;
}
fieldset{
   margin-bottom: 20px;
}
.account-h2{
    font-size: 22px;
}
.dc-contactform{
    overflow: hidden;
    padding: 10px;
    background: #f4f4f4 url(/wp-content/themes/hkspymall/images/xinfeng.jpg) repeat-x top;
}
.form-group{
    width: 46%;
    float: left;
    padding: 0 2%;
    margin: 10px 0;
    position: relative;
}
.form-group label,.form-group-full label{
    position: absolute;
    left: 0;
    top: 12px;
    color: #d00;
    z-index: 999;
    font-size: 20px;
}
.form-group-full{
    float: left;
    width: 96%;
    padding: 0 2%;
    margin: 10px 0;
    position: relative;
}
.form-group-full input{
    width: 98%;
}
.page-content{
    padding: 40px 0;
}
.dc-contactform input{
    margin: 5px 0;
    padding: 5px 2%;
    line-height: 25px;
    border-radius: 5px;
    width: 96%;
    border: 1px solid #dcdcdc;
}
.dc-contactform textarea{
    margin: 5px 0;
    padding: 5px 2%;
    min-height: 80px;
    border-radius: 5px;
    width: 98%;
    border: 1px solid #dcdcdc;
    font-family: "Lucida Grande",sans-serif;
}
.dc-contactform select{
    margin: 5px 0;
    padding: 5px 2%;
    border-radius: 5px;
    width: 96%;
    border: 1px solid #dcdcdc;  
}
.dc-contactform input:focus,.dc-contactform textarea:focus{
    border: 1px solid #51aa4c; 
}
.dc-contactform input[type="submit"]{
    background: #51aa4c;
    padding: 5px 15px;
    width: 150px;
    font-size: 16px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    border: 1px solid #51aa4c;
}
.dc-contactform input[type="submit"]:hover{
    background: #f39501;
    border: 1px solid #f39501;
}
.section-title{
    margin-top: 30px;
    margin-bottom: 50px;
    overflow: hidden;
}
.section-title h4{
    padding: 0 .8em 0 0;
    font-size: 26px;
    margin: 0;
    font-weight: 500;
    font-style: normal;
    float: left;
}
.section-title span.sep{
    float: left;
    height: 5px;
    background: #f5f5f5;
    min-width: 90%;
    margin-top: 15px;
    max-width: 90%;
}
.product-sidebar{
    width: 25%;
    float: left;
}
.product-sidebar .widget{
    margin-bottom: 45px;
}
.product-sidebar .widget h5{
    font-size: 1rem;
    line-height: 1.6rem;
    margin: 0 0 20px 0;
    padding: 0;
}
.product-sidebar .widget ul{
    font-size: 15px;
}
.archive-list{
    width: 72%;
    float: right;
}
.archive-list .product-item{
    width: 25%;
}
.widget_product_search{
    position: relative;
}
.widget_product_search form .search-field{
    width: 350px;
    height: 55px;
    border-radius: 6px;
    padding: 0rem 1.25rem;
    padding-right: 60px;
    background-color: rgba(245,245,245,1);
    border-left: 0px solid rgba(245,245,245,1);
    border-right: 0px solid rgba(245,245,245,1);
    border-top: 0px solid rgba(245,245,245,1);
    border-bottom: 0px solid rgba(245,245,245,1);
}
.widget_product_search form button{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2px;
    width: 55px;
    height: 55px;
    margin: 0;
    font-size: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    vertical-align: middle;
    opacity: 1;
}
.widget_product_search form button:before{
    content: "\f002";
    font-size: 26px !important;
    font-weight: 300;
    cursor: pointer;
    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;
}
.widget_product_categories .product-categories{
    padding: 5px 0;
    background: rgba(0, 0, 0, 0.03);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    background-clip: padding-box;
}
.widget_product_categories .product-categories li {
    border-color: #ffffff;
    margin: 0 !important;
    border-bottom: 1px solid #fff;
}
.widget_product_categories .product-categories li > a {
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    line-height: 19.2px;
    font-size: 0.75rem;
    line-height: 1.2rem;
    text-transform: uppercase;
    font-weight: bold;
    font-weight: 600;
    padding: 13px 5px 13px 20px;
    display: inline-block;
}
.widget_product_categories .product-categories > .cat-item .count {
    font-size: 12px;
    line-height: 19.2px;
    font-size: 0.75rem;
    line-height: 1.2rem;
    display: inline-block;
    color: rgba(0, 0, 0, 0.6);
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
    background-color: #6990cb !important;
}
.woocommerce .widget_price_filter .price_slider_amount .button{
    background-color: #6990cb !important;
    color: #fff;
}
.product-sidebar .widget ul.product_list_widget{
    margin-top: 40px;
}
.product-sidebar .widget ul.product_list_widget li {
    padding: 0 0 30px 90px;
    border: 0;
}
.product-sidebar .widget ul.product_list_widget li img {
    float: left;
    margin: 0;
    width: 70px;
    height: auto;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    margin-left: -90px;
}
.top_bar_shop{
    overflow: hidden;
}
/* ==========================================================================
   archive style :page style
   ========================================================================== */
.page-header{
    width: 100%;
    padding-top: 130px;
    padding-bottom: 150px;
    overflow: hidden;
    position: relative;
    background-position: center center; 
    background-repeat: no-repeat; 
    background-attachment: fixed;
    background-size: cover; 
}
.page-header h2{
    font-size: 3.125rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.page-header p{
    position: absolute;
    font-size: 16px;
    top: 180px;
    text-transform: uppercase;
    width: 440px;
    line-height: 22px;
    padding-bottom: 40px;
    padding-left: 100px;
}
.product-section{
    padding: 40px 0;
    background-color: #fff;
}
.product-list{
    overflow: hidden;
}
.product-list:before,
.product-list:after{
    content: ' ';
    display: table;
}
.product-item{
    width: 20%;
    float: left;
    position: relative;
    margin-right: -1px;
    margin-bottom: -1px;
    border: 1px solid #f5f5f5;
    height: 466px;
    cursor: pointer;
}
.product-item:hover img{
    -webkit-transform:translateY(-20px);
    -moz-transform:translateY(-20px);
    -ms-transform:translateY(-20px);
    -o-transform:translateY(-20px);
    transform:translateY(-20px);
    border-top: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
}
.product-list .product-item:nth-child(4n){
    margin-right: 0;
}
figure.product-inner {
    display: block;
    margin: 0;
    padding: 20px 20px 20px 20px;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1;
    height: auto !important;
}
.product-item .thumb{
    position: relative;
    margin-bottom: 15px;
    height: 245px;
}
.product_thumbnail_background{
    width: 100%;
    height: 100%;
    opacity: 0;
    display: block;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: opacity 0ms ease 0.3s !important;
    -moz-transition: opacity 0ms ease 0.3s !important;
    transition: opacity 0ms ease 0.3s !important;
}
.product-item .thumb img {
    opacity: 1 !important;
    transform: translateZ(0) rotate(0);
    -webkit-transform: translateZ(0) rotate(0);
    -webkit-transition: opacity 300ms ease 0s;
    -moz-transition: opacity 300ms ease 0s;
    -ms-transition: opacity 300ms ease 0s;
    -o-transition: opacity 300ms ease 0s;
    transition: opacity 300ms ease 0s;
}
.product-item:hover .thumb img {
    opacity: 0 !important;
}
.product-item:hover .product_thumbnail_background{
    opacity: 1 !important;
}
.product-item .title h4{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 10px 0;
    height: 44px;
    line-height: 22px;
    overflow: hidden;
}
.pcat a{
    line-height: 12px;
    display: block;
    margin: 10px 0 0 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
}
.addtocart a{
    background: #6990cb;
    color: #fff;
    font-size: 12px;
    padding: 5px 20px;
    border-radius: 5px;
    margin: 20px 0 30px;
    display: inline-block;
    width: 100px;
}
a.added_to_cart{
    background-color: #d00;
}
.inner-desc{

}
.description-list{
    font-size: 0.75rem;
    line-height: 1.2rem;
    color: rgba(0, 0, 0, 0.7);
}
.product-item .price{
    overflow: hidden;
    line-height: 30px;
    display: block;
    font-size: 16px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.8);
    font-family: Lato;
    transition:all 0.3s;
}
.product-item .price del{
    float: right;
    text-decoration: line-through;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
}
figure.product-inner:hover {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    -moz-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    z-index: 9999; 
}
figure.product-inner:hover .inner-desc {
  -webkit-animation: fadeIn 0.6s;
  -moz-animation: fadeIn 0.6s;
  -ms-animation: fadeIn 0.6s;
  -o-animation: fadeIn 0.6s;
  animation: fadeIn 0.6s;
  display: block; 
}
figure.product-inner:hover .price{
    display: none;
    -webkit-animation: fadeOut 0.6s;
  -moz-animation: fadeOut 0.6s;
  -ms-animation: fadeOut 0.6s;
  -o-animation: fadeOut 0.6s;
  animation: fadeOut 0.6s;
}
figure.product-inner .inner-desc {
    position: relative;
    text-align: left;
    display: none;
    margin-top: 15px;
}
.feature-section{
    padding: 30px 0;
    margin-bottom: 50px;
}
.product-list{
    padding: 20px 0;
}
.home-block{
    overflow: hidden;
    margin-bottom: 100px;
}
.block-bg{
    width: 50%;
    height: 600px;
    position: relative;
}
.block-bg img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.block-list{
    width: 46%;
    padding: 0 2%;
    float: left;
}
#homeblock1 .block-bg{
    float: left;
}
#homeblock2 .block-bg{
    float: right;
}
.block-list h1{
    font-size: 45px;
    color: #eeeeee;
    line-height: 40px;
    text-align: left;
    font-family: Lato;
    font-weight: 900;
    font-style: normal;
}
.block-list h6{
    font-size: 20px;
    color: #555;
    line-height: 20px;
    text-align: left;
    font-weight: 300;
    font-family: Lato;
    margin-top: -30px !important;
    margin-bottom: 30px !important;
    margin-left: 10px !important;
}
.block-list .product-item{
    width: 33.3333%;
}
.viewshop a{
    border:1px solid #222;
    border-radius: 6px;
    width: 100px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    display: inline-block;
    margin: 15px 0 25px;
    color: #333;
    transition: all 0.3s;
    margin-left: 20px;
}
.viewshop a:hover{
    background-color: #222;
    color: #fff;
}
.top-contact{
    background-color: rgba(245,245,245,1);
    border-left: 0px solid rgba(245,245,245,1);
    border-right: 0px solid rgba(245,245,245,1);
    border-top: 0px solid rgba(245,245,245,1);
    border-bottom: 0px solid rgba(245,245,245,1);
    width: auto;
    min-width: 270px;
    position: relative;
    text-align: left;
    border-radius: 6px;
    height: 3.4375rem;
    line-height: 3.125rem;
    padding: 0 1.25rem 0 0.9375rem;
    cursor: pointer;
    float: left;
}
.social-icons li a{
	width: 36px;
    height: 36px;
    display: block;
    border-radius: 50%;
    text-align: center
}
.social-icons li a i{
    font-size: 25px;
    line-height: 36px;
    display: inline-block;
    vertical-align: middle;
}
.instagram{
	background-color: #cd1c1f;
    color: #fff;
}
.instagram:hover{
	background-color: #282828;
}
.facebook:hover{
	background-color: #127bb6;
}
.top-contact span.title{
    display: inline-block;
    vertical-align: middle;
    height: 32px;
    line-height: 16px;
    font-size: 17px;
    font-weight: 700;
}
.top-contact span.title span{
    margin-top: -2px;
    font-size: 12px !important;
    line-height: 16px !important;
    letter-spacing: 0px;
    font-weight: 300;
    font-style: normal;
    display: block;
}
.top-contact i.fa-volume-control-phone{
    margin-right: 10px;
    font-size: 30px;
    vertical-align: middle;
}
.top-contact i.fa-angle-down{
    float: right;
    display: inline-block;
    font-size: 30px;
    vertical-align: middle;
    padding-top: 12px;
}
.inside{
    display: none;
    min-width: 270px;
    position: absolute;
    right: 0;
    top: 40px;
    padding-top: 15px;
    z-index: 9999999;
    cursor: inherit;
    clear: both;
}
.inside-content{
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    padding: 20px;
    color: #000;
    z-index: 103;
    font-size: 0.875rem;
    line-height: 1.4rem;
    border-radius: 6px;
    background-color: rgba(255,255,255,1);
}
.in-item{
    margin-bottom: 10px;
}
.in-item span.city{
    font-size: 1.375rem;
    line-height: 2.2rem;
    display: block;
    margin-bottom: 5px;
}
.in-item span.tel{
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
}
.in-item span.addr{
    text-transform: uppercase;
    font-weight: 400;
    font-size: 11px;
    line-height: 20px;
    margin-top: 5px;
    color: rgba(0, 0, 0, 0.4);
}
.in-item span.mail{
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    margin-top: 15px;
    color: rgba(0, 0, 0, 0.4);
    display: block;
}
.in-item span.what{
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    margin-top: 5px;
    color: rgba(0, 0, 0, 0.4);
    display: block;
}
.social-icons{
    overflow: hidden;
    margin-top: 7px;
    padding-top: 8px;
    border-top: 1px solid #eaeaea;
}
.social-icons li {
    margin: 0 4px 4px 0;
    float: left;
    position: relative;
}
.social-icons li.whatsapp a:before{
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    color: #fff;
    font-size: 22px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    -ms-border-radius:18px;
    border-radius: 18px;
    background-clip: padding-box;
    background-color: #333;
    background-color: #43d854;
    content: "\f232";
    text-align: center;
}
.social-icons li.whatsapp a:hover:before{
    color: #333;
    background-color: #dedede;
}
.top-contact:hover .inside{
    display: block;
}
.shop-bag.havecart i,
.shop-bag.havecart .overview span.bag-items-number,
.shop-bag.havecart .overview .amount{
    color: #0073aa;
}
.shop-bag{
    border-left: 0px solid rgba(245,245,245,1);
    border-right: 0px solid rgba(245,245,245,1);
    border-top: 0px solid rgba(245,245,245,1);
    border-bottom: 0px solid rgba(245,245,245,1);
    min-width: 100px;
    position: relative;
    text-align: left;
    border-radius: 6px;
    height: 3.4375rem;
    line-height: 3.125rem;
    padding: 0 1.25rem 0 0.9375rem;
    cursor: pointer;
    float: right;
    margin-left: 20px;
}
.shop-bag:hover{
    background-color: rgba(245,245,245,1);
}
.shop-bag .num{
    display: none;
}
.shop-bag i{
    float: left;
    font-size: 30px;
    height: 3.4375rem;
    line-height: 3.125rem;
    color: #333;
}
.shop-bag .overview{
    float: right;
    margin-left: 5px;
    margin-top: -5px;
}
.shop-bag .overview span.bag-items-number{
    line-height: 20px;
    margin-top: 11px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.5);
    display: block;
}
.shop-bag .overview .amount{
    font-size: 16px !important;
    line-height: 14px !important;
    font-weight: bold !important;
    letter-spacing: 0 !important;
    color: #000;
    font-family: Lato;
}
.main{
    width: 100%;
    padding-top: 130px;
    padding-bottom: 150px;
    overflow: hidden;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.contact-info{
    width: 65%;
    float: left;
}
.contact-form{
    width: 30%;
    float: right;
    background-color: #fff;
    padding: 30px;
    background-color: #fff;
}
.septitle{
    text-align: center;
    position: relative;
}
h2.septitle{
    font-size: 26px;
    font-weight: 500;
}
h4.septitle{
    font-size: 22px;
    font-weight: 500;
}
.septitle:before{
    content: "";
    height: 2px;
    background-color: #ccc;
    width: 35%;
    left: 0;
    position: absolute;
    top: 14px;
}
.septitle:after{
    content: "";
    height: 2px;
    background-color: #ccc;
    width: 35%;
    right: 0;
    position: absolute;
    top: 14px;
}
.contact-txt{
    margin-top: 40px;
}
.contact-form h1{
    font-size: 50px;
    color: #eeeeee;
    line-height: 60px;
    text-align: left;
    font-family: Lato;
    font-weight: 900;
    font-style: normal;
}
.contact-form h6{
    font-weight: 300;
    font-size: 30px;
    color: #777;
    line-height: 30px;
    text-align: left;
    margin-top: -40px !important;
    margin-bottom: 30px !important;
    margin-left: 10px !important;
}
input.wpcf7-form-control{
    background-color: rgba(0, 0, 0, 0.03);
    border:0;
    height: 40px;
    margin: 15px 0 25px;
    border-radius: 3px;
}
textarea.wpcf7-textarea{
    background-color: rgba(0, 0, 0, 0.03);
    border:0;
    height: 120px;
    margin: 15px 0 25px;
    border-radius: 3px;
}
input.wpcf7-submit{
    background-color: #79a6e9;
    display: block;
    width: 100px;
    padding:5px 15px;
    text-align: center;
    color: #fff;
    margin: 15px 0 20px;
}
.slider-section{
    margin-bottom: 40px;
}
.cats-list{
    overflow: hidden;
}
.cats-item{
    width: 22%;
    float: left;
    margin-right: 4%;
    margin-bottom: 20px;
}
.cats-item a{
    display: block;
    position: relative;
    overflow: hidden;
    height: 280px;
}
.cats-item a img{
    transition: all 1s;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cats-item a h2{
    position: absolute;
    bottom: 10%;
    left: 10%;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
.cats-item a h2 small{
    font-size: 16px;
    font-weight: 300;
}
.cats-item a:hover img{
    transform: scale(1.2);
}
.cats-list .cats-item:nth-child(4n){
    margin-right: 0;
}
/* ==========================================================================
   single post style :single post style
   ========================================================================== */
.single-section{
    background-color: #fff;
    padding: 40px 0;
}
.single-header{
    overflow: hidden;
}
.single-thumbs{
    width: 41.6666%;
    float: left;
}
.single-info{
    width: 53.6666%;
    float: right;
}
.single-info h1{
    width: 500px;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 30px;
    line-height: 40px;
}
.single-info h1 span#qcode{
    float: right;
    display: block;
    line-height: 40px;
    height: 40px;
    width: 40px;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.single-info h1 span#qcode i{
    line-height: 40px;
    font-size: 24px;
}
#qcode:hover canvas,#qcode:hover b{
    display: block;
}
#qcode canvas{
    position: absolute;
    right: 40px;
    width: 120px;
    height: 120px;
    top: 10px;
    border: 1px solid #eaeaea;
    background: #eaeaea;
    padding: 10px;
    display: none;
}
#qcode b{
    position: absolute;
    top: 130px;
    right: 40px;
    width: 120px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 20px;
    background: #92c32c;
    border-top: 1px solid #ccc;
    color: #fff;
    display: none;
}
.single-info>span.price{
    overflow: hidden;
    line-height: 40px;
    display: block;
}
.single-info>span.price .td{
    display: block;
    width: 55px;
    float: left;
}
.single-info>span.price ins{
    float: left;
    text-decoration: none;
    color: #d00;
    font-size:30px;
    text-align: left;
    font-weight: 700;
}
.single-info>span.price del{
    color: #767676;
    text-decoration: line-through;
    text-align: left;
    font-size: 16px;
    padding-left: 10px;
}
.product_meta{
    margin: 20px 0;
}
.single-middle{
    margin: 25px 0;
}
.single-tabs{
    overflow: hidden;
    border: 1px solid #eaeaea;
}
.single-tabs>li{
    line-height: 50px;
    border-right: 1px solid #eaeaea;
    float: left;
    width: 115px;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
}
.single-tabs>li.active{
    border-top: 5px solid #f08519;
    color: #f08519;
}
.single-tabcontent{
    display: none;
    padding: 20px 0;
}
.single-tabcontent .woocommerce-Reviews-title{
    display: none;
}
.comment-form-rating label,.comment-form-comment label{
    line-height: 30px;
}
.comment-form-rating p.stars a{
    font-size: 1.5em;
}
.comment-form-rating p.stars:hover a,
.comment-form-rating p.stars.selected a.active{
    color: #92c32c;
}
.comment-form-comment #comment{
    padding: 5px 10px;
    border-radius: 5px;
}
.single-tabcontents .active{
    display: block;
}
.single-info .quantity{
    margin: 15px 0;
    padding: 15px 0;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    width: 500px;
}
.single-info .qty{
    width: 45px !important;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;
}
.single-info .screen-reader-text{
    width: 75px;
    display: inline-block;
    height: 40px;
    position: relative !important;
    line-height: 40px;
    vertical-align: middle;
}
.single-info .cart .button{
    background-color: #f08519 !important;
    padding: 15px 25px;
    display: inline-block;
    vertical-align: middle;
}
.amazon-btn{
    width: 123px;
    height: 44px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 3px;
    margin-left: 50px;
}
.amazon-btn img{
    height: 100% !important;
    width: 100%;
    border-radius: 3px;
}
.social-share span{
    display: inline-block;
    vertical-align: middle;
}
.social-share span i{
    font-size: 16px;
    margin-right: 3px;
}
.social-share a{
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    transition: all 0.3s;
}
.social-share a i{
    line-height: 30px;
    font-size: 20px;
}
.social-share a:hover{
    background-color: #363636;
}
.facebook{
    background-color: #3a579a;
    color: #fff;
}
.twitter{
    background-color: #00abf0;
    color: #fff;
}
.google{
    background-color: #ea4335;
    color: #fff;
}
.linkedin{
    background-color: #127bb6;
    color: #fff;
}
.pinterest{
    background-color: #cd1c1f;
    color: #fff;
}
.woocommerce-product-details__short-description{
    margin: 20px 0 10px;
    padding: 20px 0 10px;
    border-top: 1px solid #eaeaea;
    width: 500px;
    color: #555;
}
.woocommerce-product-details__short-description ul{
    margin-left: 20px;
}
.woocommerce-product-details__short-description ul li{
    list-style: square;
}
.qcode i{
    line-height: 40px;
    font-size: 24px;
}
.qcode:hover canvas,.qcode:hover b{
    display: block;
}
.qcode canvas{
    position: absolute;
    right: 40px;
    width: 120px;
    height: 120px;
    top: 10px;
    border: 1px solid #eaeaea;
    background: #eaeaea;
    padding: 10px;
    display: none;
}
.qcode b{
    position: absolute;
    top: 130px;
    right: 40px;
    width: 120px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 20px;
    background: #92c32c;
    border-top: 1px solid #ccc;
    color: #fff;
    display: none;
}
.footer-con{
    overflow: hidden;
}
.footarea{
    width: 22.5%;
    float:left;
    margin-right: 3.3333%;
    padding: 25px 0;
    color: #3A5564;
}
.footer-con .footarea:nth-child(4n){
    margin-right: 0;
}
.footer-con .textwidget{
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    font-size: 14px;
    line-height: 22.4px;
    font-size: 0.875rem;
    line-height: 1.4rem;
    color: #fff;
}
.footarea .widget h5{
    color: #fff;
    font-size: 1rem;
    line-height: 1.6rem;
    margin: 0 0 20px 0;
    padding: 0;
    position: relative;
}
.aboutproduts{
    position: relative;
    z-index: 2;
    margin-top: 150px;
}
.page-subtitle{
    font-size: 28px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
}
ul.archive-list{
    overflow: hidden;
    margin: 15px 0;
}
ul.archive-list li{
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px solid #eaeaea;
}
ul.archive-list li:first-child{
    border-top: 1px solid #eaeaea;
}
ul.archive-list li .thumb{
    width: 30%;
    float: left;
    height: 200px;
    overflow: hidden;
}
ul.archive-list li .info{
    width: 65%;
    float: left;
    margin-left: 4%;
    height: 200px;
    position: relative;
}
ul.archive-list li .info h2{
    font-size: 24px;
}
ul.archive-list li .info .pcat-btn{
        display: inline-block;
    padding: 10px 15px;
    background: #92c32c;
    color: #fff;
    position: absolute;
    right: 10px;
    bottom: 10px;
}
#product-slider{
    position: relative;
    background: rgba(249,249,249,0.75);
    margin-bottom: 5px;
}
#product-thumbs{
    position: relative;
    padding: 0 20px;
}
#product-thumbs .slides > li{
    border:1px solid #eaeaea;
    cursor: pointer;
    position: relative;
    height: 90px;
}
#product-thumbs .slides > li img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    left: 0;
    top: 0;
}
#product-thumbs .slides > li.flex-active-slide{
    position: relative;
}
#product-thumbs .slides > li.flex-active-slide:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(240,133,25,0.5);
}
.footarea .woocommerce ul.product_list_widget {
    margin-top: 25px !important;
}
.footarea .woocommerce ul.product_list_widget li{
    padding: 0 0 30px 90px;
}
.footarea .woocommerce ul.product_list_widget li del{
	display: none;
}
.footarea .woocommerce ul.product_list_widget li img{
    float: left;
    margin: 0;
    width: 70px;
    height: auto;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    margin-left: -90px;
}
.footarea .woocommerce ul.product_list_widget li span.product-title{
    font-size: 16px !important;
    line-height: 20px !important;
    color: #fff;
}
.footarea .woocommerce ul.product_list_widget li .amount{
    color: rgba(255, 255, 255, 0.8);
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce .woocommerce-form-register .woocommerce-form-register__submit{
    background-color: #0073aa;
    color: #fff !important;
    min-width: 120px;
    text-align: center;
    font-weight: normal;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover,
.woocommerce .woocommerce-form-register .woocommerce-form-register__submit:hover{
    background-color: #d00;
}
/* ==========================================================================
   Other model style
   ========================================================================== */
.share-box{
    overflow: hidden;
    margin: 20px 0;
}
.share-box .bdsharebuttonbox{
    float: left;
}
.share-box .bdsharebuttonbox a {
    width: 24px;
    height: 24px;
    float: left;
    display: block;
    margin-left: 5px;
}
.share-box .bds_more {background:url(/wp-content/themes/hkspymall/images/fenxiang.gif) no-repeat 0px 0px;}
.share-box .bds_sqq {background:url(/wp-content/themes/hkspymall/images/fenxiang.gif) no-repeat -31px 0px;}
.share-box .bds_weixin {background:url(/wp-content/themes/hkspymall/images/fenxiang.gif) no-repeat -62px 0px;}
.share-box .bds_tsina {background:url(/wp-content/themes/hkspymall/images/fenxiang.gif) no-repeat -93px 0px;}
.share-box .bds_qzone {background:url(/wp-content/themes/hkspymall/images/fenxiang.gif) no-repeat -124px 0px;}
.share-box .bds_tqq {background:url(/wp-content/themes/hkspymall/images/fenxiang.gif) no-repeat -155px 0px;}
.share-box .bds_renren {background:url(/wp-content/themes/hkspymall/images/fenxiang.gif) no-repeat -186px 0px;}
.share-box .bds_tieba {background:url(/wp-content/themes/hkspymall/images/fenxiang.gif) no-repeat -217px 0px;}
.share-box .bds_isohu {background:url(/wp-content/themes/hkspymall/images/fenxiang.gif) no-repeat -279px 0px;}
.share-box .bds_douban {background:url(/wp-content/themes/hkspymall/images/fenxiang.gif) no-repeat -248px 0px;}
.share-box .bds_h163 {background:url(/wp-content/themes/hkspymall/images/fenxiang.gif) no-repeat -310px 0px;}
.share-box .bds_ty {background:url(/wp-content/themes/hkspymall/images/fenxiang.gif) no-repeat -343px 0px;}
.share-box .bds_tqf {background:url(/wp-content/themes/hkspymall/images/fenxiang.gif) no-repeat -374px 0px;}
.share-box a.bds_more:hover {background-position:0px -24px;}
.share-box a.bds_sqq:hover {background-position:-31px -24px;}
.share-box a.bds_weixin:hover {background-position:-62px -24px;}
.share-box a.bds_tsina:hover {background-position:-93px -24px;}
.share-box a.bds_qzone:hover {background-position:-124px -24px;}
.share-box a.bds_tqq:hover {background-position:-155px -24px;}
.share-box a.bds_renren:hover {background-position:-186px -24px;}
.share-box a.bds_tieba:hover {background-position:-217px -24px;}
.share-box a.bds_isohu:hover {background-position:-279px -24px;}
.share-box a.bds_douban:hover {background-position:-248px -24px;}
.share-box a.bds_h163:hover{background-position:-310px -24px;}
.share-box a.bds_ty:hover {background-position:-343px -24px;}
.share-box a.bds_tqf:hover {background-position:-374px -24px;}
.p-comments{display: none;width: 1200px;margin: 0 auto}
/* ==========================================================================
   Default comments style:
   ========================================================================== */    
.post-comments{
    width: 100%;
    margin: 0 auto;
}
.comments-body{
    width: 100%;
    overflow: hidden;
}
.comments-body p{
    font-size: 1.0rem;
    margin-bottom: 10px;
    line-height: 20px;
}
.comments-body h3{
    font-size: 1.2rem;
    font-weight: bolder;
    border-bottom: 1px solid rgb(225, 225, 225);
    padding: 10px 0px;
}
.comments-body ol.commentlist li{
    padding: 5px 0px;
    border-bottom: 1px solid rgb(225, 225, 225);
    margin-bottom: 10px;
    overflow: hidden;
}
.comments-body ol.commentlist li .gravatar{
    width: 10%;
    float: left;
    padding:2%;
}
.comments-body ol.commentlist li .gravatar img{
    border-radius: 50%;
}
.comments-body ol.commentlist li .comment_content{
    float: left;
    width: 85%;
    padding: 5px 0;
}
.comments-body ol.commentlist li .comment_content .comment_author{
    overflow: hidden;
    position: relative;
}
.comment_author .author_name{
    height: 30px;
    line-height: 30px;
    font-size: 1.0rem;
    font-style: normal;
    font-weight: 600;
}
.author_name a:hover{
    color: rgba(200,15,51,0.9);
}
.comment_author a.comment-edit-link{
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px 5px;
    background: rgba(51, 51, 51, 0.5);
    color: rgb(51, 51, 51);
    font-size: 12px;
    display: none;
}
.comments-body ol.commentlist li .comment_content:hover .comment_author a.comment-edit-link{
    display: block;
}
.comment_author a.comment-edit-link:hover{
    color: rgb(255,255,255);
    background: rgba(200, 15, 51, 0.9);
}
.reply{
    position: relative;
    height: 25px;
}
.reply a{
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px 5px;
    background: #d33f5c;
    color: #fff;
    font-size: 12px;
}
.comments-body ol.commentlist li ul.children{
    width: 100%;
    border-top: 1px solid rgb(238, 238, 238);
    margin: 5px 0px;
}
.comments-body ol.commentlist li ul.children li{
    width: 90%;
    margin-left: 10%;
}
#commentform ul li label{
    display: none;
}
#commentform ul li.comment-note{
    padding: 5px;
    background: rgb(225, 225, 225);
    height: 25px;
    line-height: 25px;
    position: relative;
}
#commentform ul li.comment-note a{
    font-weight: 600;
    padding: 0px 5px;
}
#commentform ul li.comment-note a:hover{
    color: rgba(200,15,51,0.9);
}
#commentform ul li.comment-note a.comment-logout{
    position: absolute;
    right: 0;
}
#commentform ul li.comment-name,
#commentform ul li.comment-email{
    display: inline-block;
    width: 32.3333%;    
    height: 40px;
}
#commentform ul li.comment-website{
    display: inline-block;
    width: 32.3333%;
    height: 40px;
}
#commentform ul li.comment-name input,
#commentform ul li.comment-email input,
#commentform ul li.comment-website input{
    height: 40px;
    width: 100%;
    line-height: 40px;
    padding-left: 10px;
    border:1px solid rgb(225,225,225);
    color: rgb(170,170,170);
    background: rgb(255,255,255);
}
#commentform ul li.comment-message{
    width: 100%;
    margin: 10px 0;
}
#commentform ul li.comment-message textarea{
    width: 96.8%;
    padding: 10px;
    border:1px solid rgb(225,225,225);
    color: rgb(170,170,170);
    background: rgb(255,255,255);
}
#commentform ul li.comment-submit{
    margin: 10px 0;
}
#commentform ul li.comment-submit a.button{
    display: block;
    width: 120px;
    padding: 10px 15px;
    background: #28a7e1;
    color: #fff;
    text-align: center;
}
#commentform ul li.comment-submit a.button:hover{
    background: rgba(200,15,51,0.8);
    color: rgb(255,255,255);
}
/*Mobile Css*/
.mobile-header {
    position: relative;
    min-height: 64px;
    background: #fff;
    border-bottom: 1px solid #eaeaea;
    z-index: 10000;
}
.mobile-logo {
    width: 35%;
    float: left;
    margin-left: 5%;
}
.mobile-logo a{
    display: block;
    margin: 16px 0;
}
.mobile-logo a img {
    height: 32px;
}
.mobile-btn {
    width: 10%;
    float: right;
    margin: 0 5% 0 0;
    height: 64px;
    cursor: pointer;
}
.mobile-btn span {
    display: block;
    width: 30px;
    height: 30px;
    margin-top: 17px;
    line-height: 30px;
    font-size: 22px;
    color: #0073aa;
    text-align: center;
    font-weight: 600;
}
.mobile-btn span i {
    line-height: 30px;
    font-size: 28px;
}
.mobile-nav {
    display: none;
    position: fixed;
    left: 0;
    width: 0%;
    top: 0;
    background: #666;
    z-index: 9999;
    height: 0%;
}
.mobile-nav ul {
    margin: 0;
}
.mobile-nav ul li {
    margin: 20px 25px;
    text-align: left;
}
.mobile-nav ul li a {
    font-size: 18px;
    color: #f9f9f9;
    font-weight:400;
}
#mobile-nav>li.current-menu-item>a,
#mobile-nav>li.current-product-ancestor>a,
#mobile-nav>li.current-menu-parent>a,
#mobile-nav>li.current-product-parent>a,
#mobile-nav>li:hover>a{
    font-weight: bold;
    color: #92c32c;
}
.mobile-header {
    display: none;
}
.mobile-page{
    width: 100%;
}
.about-second{
    padding:140px 0;
}
.about-second h4{
    width: 60%;
    margin: 0 auto 13px;
    font-size: 23px;
    text-transform: capitalize;
}
.about-stage p{
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}
.about-second .image-wrapper{
    float: left;
    width: 50%;
    margin-right: 45px;
    max-width: 680px;
}
.woocommerce-shipping-destination{
    display: none;
}
.woocommerce-shipping-calculator{
    display: none;
}
.select2-container .select2-selection--single{
    height: 38px !important;
}
.widget_recent_entries{
    margin-bottom: 25px;
}
ins{
    text-decoration-line: none !important;
}
#product-slider ul.slides li{
    position: relative;
    height: 500px;
}
#product-slider ul.slides li img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    left: 0;
    top: 0;
}
/* ==========================================================================
   Media < 640px style:
   ========================================================================== */
@media screen and  (min-width:320px) and (max-width: 767px) {
    .header{display: none;}
    .mobile-header,.m_nav_active{display: block;}
    .fixed-bar{height: 50px;width: 100%;bottom: 0;top: auto;}
    .fixed-top{top: auto;height: 50px;width: 50%;}
    .fixed-top>div,.fixed-bottom>div{width: 30%;margin:0 10%;height: 50px;float: left;}
    .fix-fav,.fix-qcode{display: none;}
    .fixed-top>div>span, .fixed-top>div>a>span,.fixed-bottom>div>span, .fixed-bottom>div>a>span{width: 100%;text-align: center;height: 50px;line-height: 50px;}
    .fixed-top>div>span>i, .fixed-top>div>a>span>i,.fixed-bottom>div>span>i, .fixed-bottom>div>a>span>i{line-height: 50px;font-size: 30px;}
    .fixed-bottom{width: 50%;right: 0;bottom: 0;height: 50px;left: auto;}
    .fixed-top .fix-cart span i{float: left;line-height: 50px;}
    .fixed-top .fix-cart span b{}
    .fixed-top .fix-cart span{position: relative;}
    .fixed-bottom .fix-top span i{margin-top: 5px;}
    .over-cart{position: fixed;right: 0;top: auto;bottom: 50px;}
    .dropdown-cart-button .dropdown{bottom: 87px;top: auto !important;width: 100% !important;position: fixed !important;}
    a.dropdown-total i.fa-caret-down:before{content: "\f0d8";}
    /*SLIDER*/
    #home-slider ul.slides li .over{display: none;}
    /*MAIN & INDEX*/
    .main-content{width: 90%}
    .feabox{width: 100%}
    .about-info{width: 100%;}
    .about-img{width: 100%;margin-top: 20px;}
    h2{font-size: 26px;}
    .aboutproduts{margin-top: 50px;}
    .product-item{width: 100%;height: 496px;}
    .product-item .thumb{height: 295px;}
    .product-item a,.product-item a img{height: auto;}
    .footarea{width: 100%;padding: 15px 0;}
    #footnav>li{margin-right: 20px;margin-bottom: 15px;}
    .copyright{padding: 10px 0;}
    .payimg{display: none;}
    .footer-nav{margin-bottom: 0;}
    /*PAGE*/
    .page-header{height: 165px;}
    .page-header img{display: none;}
    .page-header h2{padding-left: 0px;top: 15px;padding-bottom: 30px;}
    .page-header p{padding-left: 0px;top: 85px;width: 90%;}
    .page-header h2:before{left: 0;bottom: 15px;}
    .form-group{width: 96%;}
    .woocommerce-account .woocommerce-MyAccount-navigation ul li{float: none !important}
    .single-thumbs,.single-info{width: 100%}
    .single-info h1{width: 100%;margin: 15px 0;}
    /****/
    .top-content{width: 100%;}
    .nav{display: none;}
    .cats-item{width: 48%;}
    .cats-item a{height: 160px;}
    .cats-item a h2{font-size: 15px;}
    .cats-list .cats-item:nth-child(2n){margin-right: 0;}
    .block-bg{width: 100%;height: 300px;margin-bottom: 20px;}
    .block-list{width: 100%;margin: 0 0 20px 0;}
    .block-list h1{font-size: 32px;}
    .block-list h6{font-size: 18px;}
    .block-list .product-item{width: 100%;}
    .product-sidebar{width: 100%;}
    .archive-list{width: 100%;}
    .archive-list .product-item{width: 100%;}
    .contact-info{width: 100%;}
    .contact-form{width: 100%;}
    h2.septitle:before,h2.septitle:after{width: 15%;}
    .contact-txt h3{font-size: 18px;}
    input.wpcf7-form-control{width: 100%;}
    .shop-bag{line-height: 40px;height: 40px;margin: 10px 0;margin-right: 10px;}
    .shop-bag i{font-size: 28px;line-height: 45px;height: 40px;}
    .shop-bag .overview .amount{font-size: 12px !important;}
    #product-slider ul.slides li{height: 320px;}
}
@media screen and  (min-width:768px) and (max-width: 1023px){
	
}
@media screen and  (min-width:1024px) and (max-width: 1279px){
    
}
@media screen and  (min-width:1280px) and (max-width: 1439px){
    
}
@media screen and  (min-width:1440px) and (max-width: 1599px){
    
}
@media screen and  (min-width:1600px){
    .main-content,.header-content,.nav-content,.top-content{width: 1440px;}
}