@charset "UTF-8";

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline;}
body{font-size:62.5%;font-family:Arial,sans-serif;color:#000;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
table{border-collapse:collapse;border-width:0;empty-cells:show}
ul{padding:0 0 1em em;}
ol{padding:0 0 1em 1.3em;}
li{line-height:1.2em;  list-style: none;}
p{padding:0 0 1em 0;}
h1,h2{font-size:1.8em;font-weight:normal;}
h3{font-size:1.1em;}
h4,h5,table{font-size:1em;}
sup,sub{vertical-align: super; font-size: smaller;}
input,select,textarea,option{font-family:inherit;font-size:inherit;}
a,a:link,a:visited,a:active{text-decoration:none;cursor:pointer;color:#06c;}
a:hover{text-decoration:underline;}
*:focus{outline:none;}
* { -webkit-box-sizing: border-box;-moz-box-sizing: border-box; box-sizing: border-box;}
label{cursor:text;}
textarea{overflow:auto; width:auto}
hr{	border:none;color:#ccc;	background-color:#ccc;height:1px}
img{ display:block; border:0; margin:0 auto}
strong{ font-weight: bold !important;}

.clear{	clear:both;	margin: 0px;}
.center { margin:0 auto; text-align:center}
.fleft { float:left}
.fright { float:right}

html, body { padding: 0;color: #47474c;height: 100%;font-size: 16px;line-height: 1.5; letter-spacing: 0.04rem;-webkit-font-smoothing: antialiased; background: #fff;}
a, a:hover, a:visited, a:active, a:focus{color: #1e1313;text-decoration: none;}
p {padding-bottom: 1rem !important;}
div, button,input,select,textarea,label {font-family: 'FuturaStd-Book', 'FuturaStd-LightOblique',"Microsoft YaHei", "微软雅黑", Arial, Helvetica, sans-serif;}
img {width: 100%;}
sup {font-size: 70%; margin-top: -10px; vertical-align: super;}

.desktop {display: none;}
.mobile {display: block;}
.invisible {visibility: hidden;}
.clearfix:before,
.clearfix:after {content: " ";display: table;}
.clearfix:after {clear: both;}
.clearfix {*zoom: 1;}

/* = kv */
.kv-wrapper {position: relative;background: #e5001b;height: 100%;overflow: hidden;z-index: 99;}
.hero {position: relative;width: 100%;margin: 0 auto !important;}
.logo {position: relative;padding:10px;text-align: center; background-color: #fff}
.logo img{ width:100px}
.kv-container {position: relative;float: none;width: 100%;padding: 0%;max-width: 100%;margin: 0% auto 0;z-index: 8;}
.title-container {position: relative;float: none;width: 100%;padding: 20px 5%;margin: 0 auto;max-width: 320px;z-index: 9;}
.title { padding-bottom: 10px;}
.txt-ps {text-align: center; color: #000; width: 100%; font-size: 80%;line-height: 160%;padding: 25px;}

.title-wrapper {width: 100%; background-color: #f0f0f0; text-align: center; padding: 20px}


.address {
    position: absolute;
    top: 6%;
    right: 0;
    text-align: right;
    color: #fff;
    width: 100%;
    font-size: 70%;;
    height: 30px;
    padding: 10%;
    z-index: 10;
}
.address span {
    position: absolute;
    top: 57%;
    right: 0;
    margin: 0 auto;
    background: #fff;
    width: 20px;
    height: 1px;
}
.viewMore {
    position: relative;
    color: #eac78b;
    padding-top: 20px;
    font-size: 90%;
    letter-spacing: 6px;
    text-align: center;
    cursor: pointer;
}
.viewMore span {
    position: absolute;
    top: 120%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #eac78b;
    width: 1px;
    height: 80px;
}
.lineTop {
    background: #fff;
    padding: 20px 0;
    width: 100%;
}

.toptitle {background-color: #f0f0f0; text-align: center; font-size: 180%; padding: 15px; width: 100%!important; line-height: 140%;}

.tab-name {width: 100%; padding: 0px; text-align: center;}
.tab {border: solid 2px #000; margin: 20px; width: 200px;}
.x-content { padding: 20px}
.txt-ta { color: #000000; font-size: 40px; line-height:22px; padding: 20px 10px;margin: auto}
.txt-td { color: #000000; font-size: 15px; line-height:30px; padding: 10px; display: inline-block;}
.mbr {display: none}

.highlight-wrapper { position: relative;clear: both;}


.product-wrapper {
    position: relative;
    padding: 0%;
}
.icon img {width: 30px;  display: inline-block}


/* =mobile hamburger */
.hamburger {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0;
    z-index: 8;
    background: rgba(255, 255, 255, 0.97);
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.hamburger.fade-in {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}


#nav-icon {
  width: 40px;
  height: 25px;
  position: relative;
  margin: 20px auto;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
    z-index: 8;
}
#nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #000;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon span:nth-child(1) {
  top: 0px;
}
#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
  top: 12px;
}
#nav-icon span:nth-child(4) {
  top: 24px;
}
#nav-icon.open span:nth-child(1) {
  top: 12px;
  width: 0%;
  left: 50%;
}
#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon.open span:nth-child(4) {
  top: 12px;
  width: 0%;
  left: 50%;
}

/* isotope style */
.filterNav {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    max-width: 1140px;
    width: 90%;
    margin: 0 auto;
}
.button {
    position: relative;
    display: block;
    width: 100%;
    vertical-align: middle;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    -webkit-transition: background 1s ease;
    transition: background 1s ease;
    cursor: pointer;
    font-size: 100%;
    padding: 4px 10px 4px;
    background: transparent;
    z-index: 3;
    text-transform: uppercase;
}
.buttonName {
    display: block;
    width: 100%;
    margin: 5% auto 0;
    text-align: center;
    color: #a5a5a5;
    font-style: italic;
    border-top: 1px solid #efefef;
    padding-top: 10px;
}
.button:hover {
    color: #000 !important;
}
.button.is-checked {
    color: #000 !important;
background-color: #fff;
}
.button span {
    font-size: 25px;
}
.button::before,
.button::after {
    opacity: 0;
}
button {
    border-color: transparent !important;
}
#filterBtn {
    display: block;
    width: 80%;
    padding: 10px;
    background: #caa74b;
    margin: 10px auto 0;
    text-align: center;
    font-size: 100%;
    color: #fff;
}
/* ---- button-group ---- */

#confirmBtn {
    position: relative;
    max-width: 220px;
    width: 100%;
    padding: 2%;
    background: #000;
    z-index: 9;
    color: #fff;
}

/* online offer btn */
.offerBtn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 4% 2%;
    margin: 0 auto;
    z-index: 5;
    text-align: center;
    background: #000000;
    background-size: 400% 400%;
    -webkit-animation: Gradient 3s ease infinite;
    animation: Gradient 3s ease infinite;
    -webkit-box-shadow: -9px 0px 106px -36px rgba(0,0,0,0.6);
    box-shadow: -9px 0px 106px -36px rgba(0,0,0,0.6);
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    color: #fff;
}
@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}
@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}
.offerBtn.fade-in {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.offerBtn.fade-out {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}


/* sticky nav */
.filterSticky {
    position: fixed;
    bottom: 25%;
    right: 0;
    width: 40px;
    padding: 3%;
    margin: 0 auto;
    font-size: 70%;
    z-index: 7;
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: -9px 0px 106px -36px rgba(0,0,0,0.6);
    box-shadow: -9px 0px 106px -36px rgba(0,0,0,0.6);
    opacity: 1;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.filterSticky.fade-in {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.filterSticky-container {
    max-width: 1140px;
    margin: 0 auto;
}


/* =product */
.product-container {
    max-width: 960px;
    width: 100%;
    margin: 1% auto;
    overflow: hidden;
}
.product {
    
    width: 100%;
    padding: 5% 5% 10%;
}
.product-catalog,
.product-price {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding-top: 10px;
	text-align: center;
}
.product-value {
    text-align: center;
}
.product-catalog {
    font-size: 140%;
    font-weight: 700;
}
.product-price {
    text-align: center;font-size: 180%;
} 

.product-title, .product-title2 {
    text-align: center;
	padding-top: 10px;
	font-size: 80%;
} 

.product-title li { float: left; width: 100%; text-align: center; list-style: disc inside; padding: 2px 2px 2px 0px} 
.product-title2 li { float: left; width: 100%; text-align: center; list-style: disc inside; padding:2px 2px 2px 0px} 


.product-title ul {
 padding-left: 5px
} 
.product-title2 ul {
 padding-left: 5px
}


.product-mask {
    position: relative;
    overflow: hidden;
   
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}

.product img {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}



/* =popup */
.popup-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
.popup-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background: rgba(18, 18, 18, 0.9);
    opacity: 0;
}
.popup-container {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 95%;
    background: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0px 25px 107px -40px rgba(0,0,0,0.8);
    box-shadow: 0px 25px 107px -40px rgba(0,0,0,0.8);
    z-index: 9;
    overflow: hidden;
    visibility: hidden;
}
.popup-blackMask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 9;
}
#popup-kv,
#popup-desc {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
#popup-kv {
    position: relative;
    z-index: 2;
}
#popup-desc {
    position: relative;
    padding: 15px;
    visibility: hidden;
    z-index: 1;
}
.popup-catalog {
    font-size: 110%;
    font-weight: 700;
    background: -webkit-gradient(linear, left top, right top, from(#caa74b), color-stop(50%, #eac78b), to(#bd9536));
    background: linear-gradient(to right, #caa74b 0%, #eac78b 50%, #bd9536 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.popup-title {
    font-size: 100%;
    font-weight: 700;
    padding-bottom: 10px;
}
.popup-detail {
    font-size: 14px;
    line-height: 17px;
    padding-bottom: 10px;
}
.popup-price {
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 25px;
}
.popup-location {
    position: absolute;
    bottom: 0;
    right: 15px;
    font-size: 80%;
    text-align: right;
}
/* =popup close btn */
.popup-close {
    position: absolute;
    top: 0;
    right: 10px;
    width: 25px;
    height: 25px;
    overflow: hidden;
    cursor: pointer;
    z-index: 9;
}
.popup-close span{
    background: transparent;
}
.popup-close span::before, 
.popup-close span::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 1px;
    background: #333;
       -webkit-transition: all .3s ease;
       transition: all .3s ease;
}
.popup-close span::before {
    top: 50%;
left: 5%;
    -webkit-transform: translate(-50%);
	-webkit-transform: rotate(45deg);
    transform: translate(-50%);
    transform: rotate(45deg);
}
.popup-close span::after {
    top: 50%;
left: 5%;
    -webkit-transform: translate(-50%);
	-webkit-transform: rotate(-45deg);
    transform: translate(-50%);
    transform: rotate(-45deg);
}
.popup-close:hover span::before {
    top: 50%;
    -webkit-transform: translate(-50%);-webkit-transform: rotate(0deg);
    transform: translate(-50%);
    transform: rotate(0deg);
}
.popup-close:hover span::after {
    top: 50%;
    -webkit-transform: translate(-50%);-webkit-transform: rotate(0deg);
    transform: translate(-50%);
    
    transform: rotate(0deg);
}


/* =offer */
.offer-wrapper {
    padding: 40px 5%;
    background: #faf6f1;
}
.offer-container {
    position: relative;
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}
.offer-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.offer-title {
    text-align: center;
    font-size: 140%;
    font-weight: 700;;
    padding-bottom: 20px;
    color: #bb8d4d;
}
.offer-content {
    text-align: center;
    padding-bottom: 20px;
}


/* =footer */
.footer-container {
    position: relative;  
    width: 100%;
}
.footer-white {
    max-width: 1140px;
    width: 100%;
    font-size: 70%;
    margin: 0 auto;
    padding: 20px 5%;
    background: #fff;
}
.footer-black {
    position: relative;
    width: 100%;
    font-size: 50%;
    color: #fff;
    text-align: center;
    padding: 10px;
    background: #000;
}
.footer-social {
    font-size: 200%;
    color: #fff !important;
    text-align: center;
    padding: 20px 0 0;
}
.footer-social .icon {
    display: inline;
}
.footer-social i {
    display: inline-block;
    width: 45%;
    width: 30px;
    height: 30px;
    padding: 4px 0 0;
    border-radius: 50%;
    background: #000; 
    border: 1px solid #000;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.footer-social {
    color: #fff;
}
a .fa-facebook:hover,
a .fa-youtube:hover {
    color: #000;
    background: #fff;
    border: 1px solid #000;
}


.product#set8 {position: absolute!important}
.product#set16 {position: absolute!important}

.ast {width: 100%!important; height:130px!important; display: block;}
.ast2 {width: 100%!important; height:240px!important; display: block;}
.ast3 {width: 100%!important; height:80px!important; display: block;}

.shopm { width: 50% !important;float: left; }

.swiper-container{
	height: 100%;
	width: 100%!important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	background:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%237f7f7f'%2F%3E%3C%2Fsvg%3E")!important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	background:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%237f7f7f'%2F%3E%3C%2Fsvg%3E")!important;
}

#set5 .product-title2:after{
	content: '';
	display: block;
	clear: both;
}

/* ============================================================================
============================================================================*/


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 768px) {
    
    
    .kv-container {
        position: relative;
        float: none;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        z-index: 8;
    }
    .title-container {
        position: relative;
        float: none;
        width: 100%;
        padding: 0% 0 0;
        margin: 20px auto;
        max-width: 300px;
        z-index: 9;
    }
    .product {
        margin: auto;
        width: 50%;
        padding: 2%;
    }
   
    .popup-container {
        max-width: 368px;
    }
}

@media only screen and (min-width: 800px) {
	
.ast {width: 100%!important; display: block;}	
.ast2 {width: 100%!important; display: block;}
.ast3 {width: 100%!important; display: block;}

.product#set5{position: inherit!important;}
.product#set6{position: inherit!important;}
.product#set28{position: inherit!important;}
#product3 .swiper-contain.part2.tst{position: inherit!important;}
	
.product-title2 li { float: left; width: 50%; text-align: left; list-style: disc inside; padding:2px 2px 2px 0px} 	
	
.desktop {display: block!important;}
.mobile {display: none!important;}
    .kv-wrapper {
        position: relative;
        width: 100%;
        height: 100%;
        
    }
	.kv-container {
        position: relative;
        float: right;
        width: 60%;
        max-width: 1200px;
        z-index: 8;
    }
    .title-container {
        position: relative;
        float: left;
        width: 40%;
		padding: 0% ;
		margin-left: 0%;
        z-index: 9;
		max-width: 440px;
    }
	.tab-name {width: 100%; padding: 20px 0px; text-align: center; margin: auto; float: left} 
	.tab {border: solid 2px #000; margin: 0px; width: 200px;}
	.x-content {}
	.x-content {width: 995px; margin: auto}
	.txt-ta { color: #000000; font-size: 40px; line-height:22px; padding: 20px; float: left}
	.txt-td { color: #000000; font-size: 15px; line-height:30px; padding: 20px;  float: left}
	
    .address {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 100%;
        color: #fff;
        text-align: right;
        padding: 80px 100px;
        z-index: 9;
    }
    .address span {
        position: absolute;
        top: 60%;
        right: 0;
        margin: 0 auto;
        background: #fff;
        width: 80px;
        height: 1px;
    }
	

	
   
    
    
    
    .shop-container {
        position: absolute;
        float: left;
		bottom: 6px;
		right: 0;
        width: 50%;
        padding: 0% 0 0;
        margin-left: 0%;
        max-width: 480px;
        z-index: 9;
    }
	.shop { width: 49%!important; }
    
    .title {
        padding: 20px;
    }
    .part1 {
        padding-bottom: 10px;
    }
    .address {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 100%;
        color: #fff;
        text-align: right;
        padding: 80px 100px;
        z-index: 9;
    }
    .address span {
        position: absolute;
        top: 57%;
        right: 0;
        margin: 0 auto;
        background: #fff;
        width: 80px;
        height: 1px;
    }
    .viewMore {
        position: relative;
        color: #eac78b;
        
        letter-spacing: 6px;
        text-align: center;
    }
    .viewMore span {
        position: absolute;
        
        left: 0;
        right: 0;
        margin: 0 auto;
        background: #eac78b;
        width: 1px;
        height: 80px;
    }

	

	
	
	

    /* =Product Section */
    .lineTop {
        background: #fff;
        padding: 40px 0;
        width: 100%;
    }

    .product-wrapper {
        position: relative;
        padding: 0%;
    }
    
    
    .offerBtn {
        bottom: 35%;
        left: 0;
        width: 20px;
       
        margin: 0 auto;
        z-index: 9;
        padding: 5% 3% 5% 2%;
    }
    
    /* =scrollNav */
    .filterNav {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        max-width: 1140px;
        width: 90%;
        margin: 0 auto;
        padding: 1% 0;
        z-index: 9;
      
        opacity: 1;
    }
    .filterNav {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        max-width: 1140px;
    }
    .buttonName {
        border-right: 1px solid #adadad;
        border-top: 0;
    }
    .btnInline {
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        margin: 0 auto;
        text-align: center;
        color: #adadad;
        font-size: 90%;
        padding: 3px 10px 4px 10px;
        background: transparent;
    }
    .button {
        margin: 0 auto;
        text-align: center;
        color: #fff;
        -webkit-transition: background 1s ease;
        transition: background 1s ease;
        cursor: pointer;
        font-size: 100%;
        background: transparent;
    }
    
    /* sticky nav */
    .filterSticky {
        bottom: 27%;
        right: 0;
        max-width: 50px;
        width: 100%;
        padding: 1% 3% 2% 2%;
        font-size: 90%;
        -webkit-box-shadow: -9px 0px 106px -36px rgba(0,0,0,0.6);
        box-shadow: -9px 0px 106px -36px rgba(0,0,0,0.6);
    }
    /* button hover line*/
    .button::before,
    .button::after {
        
    }
    .button::before {
        margin: 0px auto 0;
    }
    .button::after {
        margin: 38px auto 0;
    }
    .button:hover::before {
        opacity: 1;
    }
    .button:hover::after {
        opacity: 1;
    }
    .button:active::before {
        opacity: 1;
    }
    .button:hover {
    -webkit-background-clip: text!important;
    }
    .button.is-checked {
		color: #000!important;
         background: #fff;
    }


    /* =product */
    .product-container {
        max-width: 960px;
        width: 100%;
        margin: 0 auto;
    }
    .product {
        
        width: 50%;
        padding: 0 5px 60px;
    }
    .product-catalog,
    .product-price {
        vertical-align: top;
        width: 100%;
        padding-top: 10px;
    }
    .product-catalog {
        font-size: 140%;
        font-weight: 700;
        color: #000;
    }
    .product-price {
        text-align: center;
    }
	.product-value {
        text-align: center;
    }
    .product-mask {
        position: relative;
        overflow: hidden;
     
        -webkit-transition: -webkit-transform .5s ease;
        transition: -webkit-transform .5s ease;
        transition: transform .5s ease;
        transition: transform .5s ease, -webkit-transform .5s ease;
    }
    
    .product img {
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    }
    


    /* =popup */
    .popup-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99;
    }
    .popup-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 2;
        background: rgba(18, 18, 18, 0.9);
    }
    .popup-container {
        position: fixed;
        top: 50%;
        left: 50%;
        max-width: 800px;
        width: 100%;
        background: #fff;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-box-shadow: 0px 25px 107px -40px rgba(0,0,0,0.8);
        box-shadow: 0px 25px 107px -40px rgba(0,0,0,0.8);
        z-index: 9;
        overflow: hidden;
        visibility: hidden;
    }
    .popup-blackMask {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        z-index: 9;
    }
    #popup-kv,
    #popup-desc {
        display: inline-block;
        vertical-align: middle;
        width: 49%;
    }
    #popup-kv {
        position: relative;
        z-index: 2;
    }
    #popup-desc {
        position: relative;
        padding: 30px;
        visibility: hidden;
        z-index: 1;
    }
    .popup-catalog {
        font-size: 140%;
        font-weight: 700;
        background: -webkit-gradient(linear, left top, right top, from(#caa74b), color-stop(50%, #eac78b), to(#bd9536));
        background: linear-gradient(to right, #caa74b 0%, #eac78b 50%, #bd9536 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .popup-title {
        font-size: 120%;
        font-weight: 700;
        padding-bottom: 20px;
		text-align: center;
    }
    .popup-detail {
        line-height: 21px;
        padding-bottom: 20px;
        font-size: 15px;
    }
    .popup-price {
        font-weight: 700;
        padding-bottom: 20px;
    }
    .popup-location {
        position: absolute;
        bottom: 0;
        right: 15px;
        font-size: 80%;
        text-align: right;
    }
    /* =popup close btn */
    .popup-close {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 25px;
        height: 25px;
        overflow: hidden;
        cursor: pointer;
    }
    .popup-close span{
        background: transparent;
    }
    .popup-close span::before, 
    .popup-close span::after {
        content: '';
        position: absolute;
        width: 25px;
        height: 1px;
        background: #333;
           -webkit-transition: all .3s ease;
           transition: all .3s ease;
    }
    .popup-close span::before {
        top: 50%;
        left: 5%;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .popup-close span::after {
        top: 50%;
        left: 5%;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .popup-close:hover span::before {
        top: 50%;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .popup-close:hover span::after {
        top: 50%;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    
    /* =offer */
    .offer-wrapper {
        padding: 80px 5%;
        background: #faf6f1;
    }
    .offer-container {
        position: relative;
        max-width: 1140px;
        width: 100%;
        margin: 0 auto;
    }
    .offer-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .offer-title {
        text-align: center;
        font-size: 140%;
        font-weight: 700;;
        padding-bottom: 20px;
        color: #bb8d4d;
    }
    .offer-content {
        padding-bottom: 20px;
    }
}

@media only screen and (min-width: 1250px) {
	
    .title-container {
        position: relative;
        float: left;
        width: 30%;
		padding: 0% ;
		margin-left: 10%;
        z-index: 9;
		max-width: 520px;
    }
}
@media only screen and (min-width: 1930px) {
    
    .kv-container {
        position: relative;
        float: right;
        width: 60%;
        max-width: 1600px;
        z-index: 8;
    }
    .title-container {
        position: relative;
        float: left;
        padding: 3% 0 0;
        margin-left: 10%;
        max-width: 520px;
        z-index: 9;
    }
}


/* FONTS */

/* FontAwesome */
@font-face{
	font-family:'FontAwesome';		
	src:url('https://imgsrv1.mailer08.net/images/dGVuYW50MTM5YWRtaW4_/WTJGdGNHRnBaMjVmTVRBPQ/fontawesome-webfont.ttf?v=4.2.0') format('truetype'),url("https://imgsrv1.mailer08.net/images/dGVuYW50MTM5YWRtaW4_/WTJGdGNHRnBaMjVmTVRBPQ/FontAwesome.otf") format("opentype");	
	font-weight:normal;font-style:normal}	
.fa {
  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;
}

.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}

/* fonts */
@font-face {
  font-family: 'Playfair';
  src: url("https://imgsrv1.mailer08.net/images/dGVuYW50MjIxYWRtaW4_/WTJGdGNHRnBaMjVmTXc9PQ/playfairdisplay-italic-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FuturaStd-Book';
  src: url("https://imgsrv1.mailer08.net/images/dGVuYW50MjIxYWRtaW4_/WTJGdGNHRnBaMjVmTXc9PQ/FuturaStd-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FuturaStd-LightOblique';
  src: url("https://imgsrv1.mailer08.net/images/dGVuYW50MjIxYWRtaW4_/WTJGdGNHRnBaMjVmTXc9PQ/FuturaStd-LightOblique.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Optima-Regular';
  src: url("https://imgsrv1.mailer08.net/images/dGVuYW50MjIxYWRtaW4_/WTJGdGNHRnBaMjVmTmc9PQ/Optima-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}



/* FontAwesome */
@font-face{	font-family:'FontAwesome';		
src:url('https://imgsrv1.mailer08.net/images/dGVuYW50MTM5YWRtaW4_/WTJGdGNHRnBaMjVmTVRBPQ/fontawesome-webfont.ttf?v=4.2.0') format('truetype'),
url("https://imgsrv1.mailer08.net/images/dGVuYW50MTM5YWRtaW4_/WTJGdGNHRnBaMjVmTVRBPQ/FontAwesome.otf") format("opentype");
font-weight:normal;font-style:normal}
	
.fa {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}

.fa-user-o:before { content: "\f2c0"}
.fa-calendar:before { content: "\f073"}
.fa-child:before { content: "\f1ae"}
.fa-commenting:before { content: "\f27a"}
.fa-plus-square:before { content: "\f0fe"}
.fa-minus-square:before { content: "\f146"}
.fa-address-card-o:before { content: "\f2bc"}
.fa-facebook-f:before,.fa-facebook:before {content: "\f09a"; color: #000}
.fa-youtube:before { content: "\f167"; color: #000}
.fa-chevron-down:before { content: "\f078";}
.fa-chevron-up:before {  content: "\f077";}


.radius {border-radius: 10px;}
.shadow {-webkit-box-shadow:0px 1px 5px 3px rgba(50, 50, 50, 0.2);box-shadow:0px 1px 5px 3px rgba(50, 50, 50, 0.2);}
.flash {-webkit-transition: all 1s ease;transition: all 1s ease;}
.line { background-image:url(https://imgsrv1.mailer08.net/images/dGVuYW50MTQ5YWRtaW4_/WTJGdGNHRnBaMjVmTVRrPQ/160314_line.png); background-repeat:repeat-x top; width:100%; height:29px }
sup {vertical-align: super;font-size: smaller;}

/* form setting */
label.desc {float: none; display: none; /*float: left; display: block*/}
