﻿/**************************************************** Subscribe ****************************************************/
.subscribe-txt {
	font-size: 16px;
	font-family: kanitlight;
	text-align: right;
}
.wrap-subscribe .sfFormBox input {
	width: 100% !important;
	border: 1px #D5D5D5 solid;
	border-radius: 30px;
	height: 50px;
	font-family: kanitlight;
	font-size: 20px;
	padding: 0 20px;
}
.wrap-subscribe .sfFormSubmit input {
	width: 100%;
	background-color: #FFF;
	height: 50px;
	color: #000;
	font-family: kanitlight;
	font-size: 20px;
	border-radius: 30px;
	border: 0;
}
.wrap-subscribebg {
	/*background:url(../images/default-source/share/subscribebg.png);*/
	background-color: #F2F2F2;
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.subscribewallpaper {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 10;
}
.wrap-subscribe {
	/*height:200px;*/
	padding: 0 25px;
	color: #000;
	padding-top: 80px;
	padding-bottom: 80px;
	z-index: 20;
	position: relative;
}
.wrap-subscribe .sf_colsIn .sfFormBox {
	padding: 0 20px;
	color: #000;
}
.wrap-subscribe .sfFormBox, .wrap-subscribe .sfFormSubmit {
	margin-bottom: 0;
}
.wrap-subscribe .toa-logo {
	width: 50px;
}
.sfFormBox .sfTxtLbl{
	display: none !important;
}
.sfimageWrp img {
	width: 100%;
}
/**************************************************** Product Recomment ****************************************************/
.nav-search {
	margin-top: 30px;
	/*margin-bottom: 10px;*/
	padding: 0 10px 25px 10px;
	/*border-bottom: 1px solid #DDDDDD;*/
	font-family: 'kanitregular';
	vertical-align: middle;
    text-align:center;
    font-size:35px;
    color:#1F5992;
}
#product #product-list .nav-search {
    font-size:inherit;
    text-align:left;
}
.nav-search label {
	vertical-align: middle;
}
.product-items .item {
	padding:20px 30px 0px 30px;
	margin-bottom: 15px;
	text-align: center;
	position: relative;
	height:400px;
}
.product-items .item:hover {
	box-shadow: 0 0px 20px 10px rgba(0,0,0,.1);
	border-radius: 10px;
}
.product-items .item .text a {
	display: block;
}
/*.product-items .item .text a.prdqlt {
	display: none;
}*/
.grouptxt{
	margin-bottom:30px; 
	color:#205992;
	clear:both;
}
.grouptxt h2{
	font-size:35px;	
    line-height:1.4em;
}
.product-items .item .text a.title {
	height: 50px;
	display: table;
	width: 100%;
}
.product-items .item .text a h4 {
	color: #205992;
	font-family: 'kanitregular';
	display: table-cell;
	vertical-align: bottom;
}
.product-items .item .text a p {
	color: #545454;
	font-size: 16px;
}
.item-hover {
	font-family: 'kanitmedium';
	font-size: 16px;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0.85);
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	cursor: pointer;
}
.product-items .item:hover .item-hover {
	visibility: visible;
	opacity: 1;
}
.btn-action {
    width:100%;
	max-width: 190px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 105px;
	margin: auto;
	position: absolute;
}
.btn-action .addcart {
	margin-top: 10px;
	background-color: #DB402B;
}
.btn-action .addcart:hover {
	color: #FFF;
}
.btn-action .addcart {
	margin-top: 10px;
	background-color: #DB402B;
}
#product-list .nav-search .selector  span{
    font-size:30px;
}
.item .text h4{
    line-height:1.3em;
}

/* Large Devices, Wide Screens */
@media (max-width: 1200px) {
}

/* iPad  Landscape*/
@media (min-width: 980px) and (max-width: 1024px) {
	
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
/**************************************************** Subscribe ****************************************************/
.sf_colsIn .sfFormBox {
	padding: 0 !important;
}
.sf_colsIn.container {
	padding: 0 15px !important;
}
.subscribe-txt {
	text-align: center;
}
.subscribe-col-1, .subscribe-col-2 {
	margin-bottom: 20px;
}
/**************************************************** Product Recomment ****************************************************/
.product-items .item {
	padding: 20px 15px 0px 15px;
	height: 350px;
}
.subscribewallpaper {
	display: none;
}
.wrap-subscribebg {
	background: url(../images/default-source/share/subscribebg.png);
	background-color: #F2F2F2;
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
#product #product-list .nav-search {
   /* padding-bottom:0 !important;
    margin-bottom:0 !important;*/
	padding: 0 10px 10px 10px;
	margin-bottom:0 ;
}
#product #product-list .txt-result{
   /* margin-top:100px;*/
}
.grouptxt{
	margin-bottom:20px;	
}
.product-items .item .img{
	width: 80%;
	margin: auto;	
}
.product-items .item .text{
	margin-top:-10px;
	padding: 0 5px;
}
.product-items .item .text a h4{
font-size: 16px;
    font-family: 'kanitmedium';
}
.product-items .item .text a p{
	font-size:14px;
    line-height: 1.3em;
}
#product-list .nav-search .selector  span{
	font-size:25px;	
}
}

/* Small Devices, Tablets */
@media (max-width: 768px) {
/**************************************************** Product Recomment ****************************************************/
.product-items .item {
	padding: 0 10px;
	height: 410px;
}
.product-items .item .text a.prdqlt {
	display: block;
}

.item-hover {
	position: relative;
	visibility: visible;
	opacity: 1;
	height:auto;
	margin-top:10px;
	background:none;
}
.btn-action {
	position: relative;
}
.nav-search div.selector.fixedWidth{
    max-width: auto!important;
}

}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
    .product-items .item {
        height: 250px;
        
    }
	.product-items .item .img{
		width:75%;	
	}
    #product-list .nav-search .selector  span{
		font-size:22px; 
	 }
	.grouptxt h2{
		font-size:25px;	
	}
    .product-items .item .text a h4{
       font-size: 13px;
       font-family: 'kanitregular';
    }
	.product-items .item .text a p{
		font-size: 12px;
	}
	
.item-hover {
	display:none;	
}
	.btn-action .btn{
		font-size:14px;
		font-family: 'kanitregular';
		height: auto;
		line-height: 1.5em;	
	}
	.btn-action .btn.addcart img{
		width:20px;
		height:auto;
	}
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
	.product-items .item{
        height: 230px;
		padding:0 5px;
    }
	.product-items .item .img{
		width:90%;	
	}
	
	.product-items .item .text{
		min-height:100px;	
		
	}
	.item-hover{
		display:none;	
	}
	 #product-list .nav-search .selector  span{
		font-size:20px; 
	 }
}
