@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,400italic,300italic,600,600italic,700,700italic,800,800italic);

@font-face {
  font-family: 'OpenSans - SemiBoldItalic';
  src: url(fonts/OpenSans-SemiBoldItalic.ttf);
}

body{
	font-family: 'Open Sans', sans-serif;
	background:url(../images/bg.jpg) center top;
	}
img {
    height: auto;
    max-width: 100%;
    width: auto;
}
table {table-layout: fixed;}
h1, h2, h3, h4, h5, h6 p{
	margin:0;
	padding:0;
	}
ul{
	padding:0;
	margin:0;
	list-style:none;
	}
input[type="text"]	{
	border-radius:0px !important; 
	appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	-webkit-appearance:none;
}
input[type="search"]	{
	border-radius:0px !important; 
	appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	-webkit-appearance:none;
}
input[type="submit"]	{
	border-radius:0px !important; 
	appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	-webkit-appearance:none;
}
a:focus{outline:none;}
.main_container{
	width:100%;
	float:left;
	}
.home_container{
	width:100%;
	float:left;
	padding:0 15px;
	background:#fff;
	}
header{
	width:100%;
	float:left;
	}
.header_top{
	width:100%;
	float:left;
	padding:10px 0;
	line-height:13px;
	}
	
.header_top li span a {
	float:none;
	padding:0;
	
}

.box-content > div.box-product {
	text-align:center;
}

.header_top li span {
	margin-left:10px;
}
.header_login{
	width:auto;
	float:right;
	padding:0;
	margin:0;
	list-style:none;
	}
.header_login{
	width:auto;
	float:right;
	padding:0;
	margin:0;
	list-style:none;
	}
.header_login li{
	float:left;
	border-right: 1px solid #878787;
	}
.header_login li:last-child{
	border-right: none;
	}
.header_login li a {
    color: #474747;
    float: left;
    padding: 0 10px;
    text-decoration: none;
	font-size:14px;
	line-height:13px;
}
.header_login li:last-child a {
    border-right: none;
	padding-right:0;
}
/*.header_login li a span{
	color:#3399cc;
	}*/
.header_login li a.button span{
	color:#fff !important;
	}
.header_logo{
	width:100%;
	float:left;
	background:#b5cede;
	min-height:115px;
	text-align:center;
	background:url("../image/hdr-bg.jpg") no-repeat scroll center center;
	background-size:cover;
	}
.header_logo .logo{
	width:auto;
	float:left;
	}
.header_nav{
	width:100%;
	float:left;
	display:flex;
	}
.nav.navbar-nav > li {
    text-align: center;
}
.navigation { 
	flex:1 1 auto;
	margin-right:5px;
}

.navigation #menu {
	width:100%;
}

.header_nav #search {
	max-width:300px;
}

.navigation .navbar-nav{
	display:table-row;
	float:none !important;
	background: #3399cc;
	box-shadow: 0 1px 3px 2px #dedede;
	-moz-box-shadow: 0 1px 3px 2px #dedede;
	-ms-box-shadow: 0 1px 3px 2px #dedede;
	-o-box-shadow: 0 1px 3px 2px #dedede;
	-webkit-box-shadow: 0 1px 3px 2px #dedede;
	position:relative;
	}
.navigation .navbar-nav li{
	display:table-cell;
	float:none !important;
	vertical-align:middle;
	position:relative;
	}
.nav > li > a {
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    line-height: 15px;
    padding: 7px 25px !important;
    text-decoration: none;
    text-transform: uppercase;
	text-shadow: 0 0 3px #757575;
	-moz-text-shadow: 0 0 3px #757575;
	-ms-text-shadow: 0 0 3px #757575;
	-o-text-shadow: 0 0 3px #757575;
	-webkit-text-shadow: 0 0 3px #757575;
}
.nav > li > img {
    position:absolute;
	top:0;
	z-index:-1;
	left:0;
	max-width:inherit !important;
}
.nav > li:hover img {
    position:absolute;
	top:-100%;
	z-index:inherit;
}
.nav > li > a:hover {
    color: #f08e2f;
}
.nav > li.active > a {
    color: #f08e2f;
}
.header_advance_search{
	width:100%;
	float:left;
	}
.header_advance_search a{
	color:#000000;
	font-size:14px;
	font-family: 'avantgarde_bk_btdemi';
	text-decoration:none;
	float:right;
	text-transform: uppercase;
	}
.header_advance_search a:hover {
	color:#f08e2f;
}
.header_advance_search_in {
    float: right;
    /*width: 47.5%;*/
	width:31%;
}
.header_advance_search_in span {
    background: #3399cc none repeat scroll 0 0;
    float: left;
    height: 44px;
    padding: 5px;
    width: 100%;
	display:block;
}
.header_advance_search_in input[name="filter_name"] {
    border: medium none;
    color: #bfbfbf;
    float: left;
    font-size: 24px;
    font-weight: 700;
    height: 34px;
	line-height:34px;
    padding: 0 10px;
    width: 100%;
	appearance:none;
	-webkit-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	-webkit-appearance:none;
	border-radius:0px !important;
}
.header_advance_search_in input[type="submit"],
.post-filter input[type="submit"] {
    background: #f08e2f url("../images/search_icon.png") no-repeat scroll center center;
    border: medium none;
    float: right;
    height: 44px;
    width: 50px;
	background-size:24px;
	border-radius:0px !important;
}

.post-filter input[type="submit"] {
	height:38px;
	width:45px;
	float:left;
	margin-left:6px;
}

.post-filter  form {
	overflow:hidden;
}

.post-filter input[name="filter_title"] {
	width:175px;
	float:left;
}

@media (max-width:992px) {
	.post-filter  form {
		width:230px;
		margin:0 auto 20px;
	}
	
	.post-filter .sort {
		float:right;
	}
	
	.post-filter select {
		width:100px;
	}
}

.page_content{
	width:100%;
	float:left;
	margin-top:20px;
	min-height:1260px;
	margin-bottom:25px;
	}
footer{
	width:100%;
	float:left;
	padding-bottom:15px;
	}
.footer{
	width:100%;
	float:left;
	border-top:3px solid #3399cc;
	padding:15px 0;
	}
footer .footer_rights {
    color: #000;
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin:0 0 30px 0;
    text-align: center;
    width: 100%;
}
footer .col-sm-3 {
    padding-left: 50px;
}
.footer_in {
    float: left;
    width: 20%;
	margin:25px 2.5% 0 2.5%;
}
.footer_in h3 {
    color: #000;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
	margin-bottom:12px;
}
.footer_in > ul {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.footer_in > ul li {
    float: left;
    padding: 2px 0;
    width: 100%;
}
.footer_in > ul li a {
	color:#868686;
	text-decoration:none;
	font-size:13px;
}

.page_content aside{
	width:24%;
	height:100%;
	background:#eaf4f9;
	height:1260px;
	float:right;
	border:1px solid #dbedf5;
	padding:15px 20px;
	}
.inner_pages{
	width:76%;
	float:left;
	padding-right:25px;
	}
.home_page h1{
	font-size:20px;
	color:#3399cc;
	text-align:center;
	font-weight:bolder;
	margin-bottom:5px;
	}
.home_page p{
	font-size:15px;
	color:#000;
	text-align:center;
	font-weight:500;
	width:100%;
	float:left;
	}
.home_page p b {
    font-size: 18px;
}
.cartoon_categories{
	width:100%;
	float:left;
}

.category-grid {
	overflow:hidden;
	text-align:center;
	margin:30px -25px 0;
}

.category-grid h3 {
	margin:10px 0 20px;
}
.cartoon_categories h2,
.category-title {
    background: #3399cc none repeat scroll 0 0;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    padding: 4px 0;
    text-align: center;
    text-transform: uppercase;
	text-shadow: 0 0 3px #757575;
	-moz-text-shadow: 0 0 3px #757575;
	-ms-text-shadow: 0 0 3px #757575;
	-o-text-shadow: 0 0 3px #757575;
	-webkit-text-shadow: 0 0 3px #757575;
	margin:20px 0 !important;
}
.product-category h1 {
    background: #3399cc none repeat scroll 0 0;
    color: #fff !important;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    padding: 4px 0;
    text-align: center;
    text-transform: uppercase;
	text-shadow: 0 0 3px #757575 !important;
	-moz-text-shadow: 0 0 3px #757575 !important;
	-ms-text-shadow: 0 0 3px #757575 !important;
	-o-text-shadow: 0 0 3px #757575 !important;
	-webkit-text-shadow: 0 0 3px #757575 !important;
}
.cartoon_categories_in{
	width:100%;
	float:left;
	}
.cartoon_categorie_section {
    float: left;
    width: 29%;
	margin-top:15px;
	margin-right:6.4%;
}

.cartoon_categorie_section:nth-child(3n+3){ margin-right:0px !important;}

.cartoon-margin-right{margin-right:0 !important;}
.cartoon_categorie_section img{
	width:100%;
	height:auto;
}
.cartoon_categorie_section figcaption {
    font-family: 'avantgarde_bk_btdemi';
	font-size:16px;
	color:#000;
	text-align:center;
	text-transform:uppercase;
	margin-top:12px;
	margin-bottom:5px;
}
.home_page_search{
	width:100%;
	float:left;
	/*margin-top:18px;*/
	}
.home_page_search span{
  background: #3399cc none repeat scroll 0 0;
    float: left;
    padding:5px;
    width: 100%;
	position:relative;
}
.home_page_search input[type="search"] {
    border: medium none;
    color: #b7b7b7;
    float: left;
    font-size: 30px;
    font-weight: 700;
    height: 44px;
	line-height:44px;
    padding: 0 10px;
    width: 100%;
	border-radius:0px !important; 
	appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	-webkit-appearance:none;
}
.home_page_search input[type="submit"] {
    background: #f08e2f url("../images/search_icon.png") no-repeat scroll center center;
    border: medium none;
    float: right;
    height: 54px;
    width: 53px;
	border-radius:0px !important; 
	appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	-webkit-appearance:none;
}
.home_page_search p {
    color: #000;
    float: left;
    font-weight: normal !important;
    line-height: 22px;
    margin-top: 15px;
    text-align: left;
    width: 100%;
}
.inner_content{
	min-height:auto !important;
	}
.home_aside{
	height:auto !important;
	}
.right_panel{width:100%;
	float:left;
	}
.right_panel_inner {
    border-top: 1px solid #ccc;
    float: left;
    margin: 0;
    padding: 30px 0;
    width: 100%;
}

.right_panel_inner:first-child {
    border-top:none;
    padding: 0px;
}
.daily_cartoon{
	position:relative;
	}
.daily_cartoon > img {
    border: 3px solid #3399cc;
}
.right_panel_inner img {
    margin-bottom: 30px;
}
.daily_cartoon span {
    background: rgba(51, 153, 204, 0.85) none repeat scroll 0 0 !important;
    bottom: 12px;
    color: #fff;
    font-size: 13px !important;
    font-weight: 600;
    padding: 9px !important;
    position: absolute;
    right: 0;
    text-transform: uppercase;
	text-decoration:none;
	margin-bottom:0 !important;
}

.daily_cartoon a {
	float:none;
	width:100%;
}

.right_panel_inner h2{
	font-size:24px;
	float:left;
	width:100%;
	font-weight:600;
	color:#3399cc;
	line-height:24px;
	text-shadow: 0 0 3px #ccc;
	-moz-text-shadow: 0 0 3px #ccc;
	-ms-text-shadow: 0 0 3px #ccc;
	-o-text-shadow: 0 0 3px #ccc;
	-webkit-text-shadow: 0 0 3px #ccc;
	margin-bottom:15px;
	}
.right_panel_inner h3{
	font-size:20px;
	float:left;
	width:100%;
	font-weight:normal;
	color:#3399cc;
	text-shadow: 0 0 3px #ccc;
	-moz-text-shadow: 0 0 3px #ccc;
	-ms-text-shadow: 0 0 3px #ccc;
	-o-text-shadow: 0 0 3px #ccc;
	-webkit-text-shadow: 0 0 3px #ccc;
	margin-bottom:15px;
	text-align:center;
	font-weight:600;
	}
.right_panel_inner p{
	font-size:14px;
	color:#000;
	margin-bottom:20px;
	}
.right_panel_inner a{
	background: #3399cc;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
	text-decoration:none;
	text-shadow: 0 0 3px #555;
	-moz-text-shadow: 0 0 3px #555;
	-ms-text-shadow: 0 0 3px #555;
	-o-text-shadow: 0 0 3px #555;
	-webkit-text-shadow: 0 0 3px #555;
	padding:5px 15px;
	float:left;
	}
.box-product span{
	/*background: #3399cc;
    padding:5px;*/
	width:100%;
	float:left;
	}
.box-product span input[type="text"]{
    color:#484848;
	font-size:14px;
	height:30px;
	width:83%;
	padding:0 5px;
	border:none;
	}
.box-product span input[type="submit"]{
    background:url(../images/icon-2.png) top 9px center no-repeat;
	width:30px;
	height:30px;
	border:none;
	}
.breadcumbs{
	width:100%;
	float:left;
	margin:0;
	padding:0 0 5px 0;
	list-style:none;
	}
.breadcumbs li{
	float:left;
	background:url(../images/breadcumb-arrow.png) right center no-repeat;
	margin-right:10px;
	}
.breadcumbs li:last-child{
	background:none;
	}
.breadcumbs li a {
    color: #bbbcc2;
    font-weight: bold;
    padding-right: 10px;
    text-decoration: none;
}
.breadcumbs li:last-child a {
    padding-right: 0px;
}
.right_panel_inner > ul {
    background: none;
    list-style: outside none none;
    padding: 0;
    width: 100%;
	float:left;
}
.right_panel_inner > ul li {
    float:left;
	width:100%;
	margin-bottom:5px;
}
.right_panel_inner > ul li:last-child {
	margin-bottom:0px;
}
.right_panel_inner > ul li a{
    background:none !important;
	color:#3399cc !important;
	text-shadow: 0 0 3px #dddddd !important;
	-moz-text-shadow: 0 0 3px #dddddd !important;
	-ms-text-shadow: 0 0 3px #dddddd !important;
	-o-text-shadow: 0 0 3px #dddddd !important;
	-webkit-text-shadow: 0 0 3px #dddddd !important;
	padding:0 !important; 
	text-transform:inherit !important;
}
.thumbnail_page p {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
	width:100%;
	float:left;
}
.thumbnail_page p b {
    font-size: 18px;
}
.cartoon_category_list {
    float: left;
    margin-top: 5px;
    width: 100%;
}
.cartoon_category_list h2 {
    background: #3399cc none repeat scroll 0 0;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    padding: 4px 0;
    text-align: center;
    text-transform: uppercase;
	text-shadow: 0 0 3px #757575;
	-moz-text-shadow: 0 0 3px #757575;
	-ms-text-shadow: 0 0 3px #757575;
	-o-text-shadow: 0 0 3px #757575;
	-webkit-text-shadow: 0 0 3px #757575;
	position:relative;
}
.cartoon_category_list h2 span.page_no {
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    right: 15px;
    text-shadow: none;
    text-transform: none;
}
.page_thumbnail{
	width:100%;
	float:left;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin-top:15px;
	padding:10px 0;
	}
.page_thumbnail_left {
    float: left;
    width: auto;
	margin-top:3px;
}
.page_thumbnail_left span{
    margin-right:12px;
}
.page_thumbnail_left span label {
    color: #000;
    font-size: 14px;
    font-weight: normal;
    margin-right: 10px;
}
.page_thumbnail_left span select {
    border: 1px solid #ccc;
    height: 30px;
    width: 122px;
}
.page_thumbnail_left span select option {
    padding: 2px 5px;
}
.product_compare{
	text-decoration:none !important;
	color:#3399cc;
	}
.page_thumbnail_right{
	width:auto;
	float:right;
	}
.page_thumbnail_right img{
	cursor:pointer;
	}
.cartoon_category_list_in {
    float: left;
    width: 100%;
}
.cartoon_category_list_section {
    float: left;
    margin: 15px 1% 15px 1%;
    min-height: 220px;
    position: relative;
    text-align: center;
    width: 23%;
}
.cartoon_category_list_section figure {
    bottom: 0;
    position: absolute;
    width: 100%;
}
.cartoon_category_list_section figcaption {
    font-size:12px;
	color:#000;
}
.cartoon_category_list_section img {
    border: 1px solid #000;
}
.zoom_img {
    border: medium none !important;
    display: none;
    left: 40%;
    position: absolute;
    top: 40%;
}
.cartoon_category_list_section:hover .zoom_img {
    display:block;
}
.home_page_pagination{
	width:100%;
	float:left;
	text-align:center;
	margin:20px 0;
	}
.pagination_main{
	display:inline-block;
	}
.pagination_main .pagination_no{
	color:#bbbcc2;
	font-size:14px;
	margin-left:14px;
	line-height:40px;
	}
.home_page_keyword{
	width:100%;
	float:left;
	margin:15px 0 5px 0;
	overflow:hidden;
	}
.home_page_keyword span{
	float:left;
	margin-bottom:3px;
	}
.home_page_keyword span:last-child{
	margin-bottom:0;
	}
.home_page_keyword label {
    color: #000;
    font-size: 14px;
	line-height:19px;
	text-transform:none;
	padding-right:5px;
	width:100px;
	display:table-cell;
	vertical-align:top;
}

.home_page_keyword .desc-block {
	display:table-row;
}

.home_page_keyword p {
    font-size: 14px;
    margin-bottom: 0;
}

.home_page_keyword .tags {
	display:table-cell;
	width:100%;
	padding-bottom:15px;
}
.home_page_keyword ul{
	padding:0;
	margin:0;
	list-style:none;
	float:left;
	}
.home_page_keyword ul li{
	float:left;
	}
.home_page_keyword a {
    color: #3399cc;
    float: left;
    margin-right: 8px;
    padding-top: 1px;
    text-decoration: none;
	font-size:14px !important;
}
.bottom_content{
	text-align:left !important;
	margin-top:35px;
	}
/*---------18-12-2015--------*/

.cartoon_page_daily_calc {
    float: left;
    width: 100%;
}
.cartoon_page_daily{
	padding-right:0 !important;
	width:100% !important;
	}
.cartoon_page_daily .cartoon_daily_buy_in:last-child ul {
    margin-top: 0;
}
/*.cartoon_page_daily_in{
	width:100%;
	float:left;
	}*/
.cartoon_page_daily_left{
	width:230px;
	float:left;
	text-align:center;
	}
.calc_nav{
	width:100%;
	float:left;
	padding:0;
	list-style:none;
	margin:0 0 12px 0;
	}
.calc_nav > li {
    background: #3399cc;
    color: #fff;
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin: 0 4px 0 0;
    padding: 4px 9px;
}
.calc_nav > li:last-child {
    margin: 0;
}
.calc_table {
    float: left;
    width: 100%;
	border:2px solid #3399cc;
	padding:3px 8px;
	height:172px;
}
.calc_table table{
    float: left;
    width: 100%;
}
.calc_table .current_date{
	background:#3399cc;
	color:#fff !important;
	}
.calc_table td {
    color: #3399cc;
    padding: 2px;
}
.calc_table_nav{
	display:table;
	width:100%;
	padding:3px 0;
	}
.calc_table_nav li {
    display: table-cell;
}

.calc_bottom_nav{
	display:table;
	width:100%;
	padding:12px 0;
	margin-top:20px;
	}
.calc_bottom_nav li {
    display: table-cell;
}
.daily_left_cartoon_print{
	float:left;
	width:100%;
	margin-top: 10px;
	}
.daily_left_cartoon_print > p {
    margin: 0 auto;
    width: 195px;
	background: #ff8533 none repeat scroll 0 0;
	padding: 8px 15px;
}
.daily_left_cartoon_print a {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
}
.daily_left_cartoon_shirt{
	width:100%;
	float:left;
	margin-top: 15px;
	}
.daily_left_cartoon_shirt p {
    background: #3399cc;
	width:195px;
	margin:0 auto;
	padding: 3px 8px;
	text-align:left;
}
.daily_left_cartoon_shirt p a {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    width: 64%;
	line-height:18px;
}
.daily_left_cartoon_shirt p img{
	float:right;
	}
.cartoon_page_daily_img {
    float: right;
    margin-right: 28px;
    text-align: center;
    width: 64%;
}
.Daily_cartoon_potrait .cartoon_page_daily_img {
    float: left;
    margin-left: 12%;
    margin-right: 28px;
    text-align: center;
    width: 35%;
}
.product-product .cartoon_page_daily_like {
    width: 100%;
	background: #eaf4f9 none repeat scroll 0 0;
    float: left;
	margin:92px 0 0;
}

#content .individual_page_daily_left h1 {
	margin-top:22px;
	min-height:29px;
}

.information-information .cartoon_page_daily_like {
    background: #eaf4f9 none repeat scroll 0 0;
    float: left;
    margin: 0;
    width:100%;
}
.cartoon_page_daily_like ul{
    float: left;
    width: 100%;
	text-align:center;
}
.cartoon_page_daily_like ul li {
    margin: 0 12px;
    padding: 10px 0;
	display:inline-block;
}
.cartoon_page_daily .cartoon_page_daily_like {
    margin: 50px 0 15px;
}
.cartoon_page_daily .cartoon_daily_buy_scroll{margin-bottom:0}
.cartoon_daily_buy{
	width:100%;
	height:auto;
	float:left;
	margin-bottom:35px;
	}
.cartoon_daily_buy_in > ul {
    float: left;
    width: auto;
}
.cartoon_daily_buy_left {
    float: left;
    width: 47%;
}
.cartoon_daily_buy_right {
    float: right;
    width: 47%;
}
.cartoon_daily_buy_in {
    background: #eaf4f9 none repeat scroll 0 0;
    float: left;
    padding:10px 15px;
    width: 100%;
	margin-bottom:10px;
	min-height:70px;
}
.cartoon_daily_buy_in:nth-child(even) {
    background: #fff;
}
.cartoon_daily_buy_in > ul li p {
    line-height: 14px;
    margin: 0 0 4px;
}
.cartoon_daily_buy_in p b{
    color:#333;
	font-size:15px}
.cartoon_daily_buy_in > ul li p span{
    color:#9fa6a9;
	font-size:13px;
}
.cartoon_daily_buy_in > ul li p em{
    color:#ff8533;
	font-weight:600;
	margin-bottom:0;
	font-size:14px;
}
.cartoon_daily_buy_in > a {
    background: #ff8533 none repeat scroll 0 0;
    color: #fff;
    float: right;
    margin-top: 8px;
    padding: 8px 15px;
    text-decoration: none;
	font-weight:600;
}
/*
.cartoon_daily_buy_scroll{
	width:100%;
	float:left;
	margin-bottom:30px;
	}
.cartoon_daily_buy_scroll > ul {
    display: table;
    margin-left: 5%;
    padding-top: 15px;
    width: 90%;
}
.cartoon_daily_buy_scroll > ul li{
	display:table-cell;
	cursor:pointer;
	text-align:center;
	position:relative;
}
.cartoon_daily_buy_scroll h2 {
    color: #3399cc;
    float: left;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 15px;
    text-shadow: 0 0 3px #ccc;
    width: 100%;
}
.cartoon_daily_buy_scroll ul li img{
	margin-bottom:10px;
}
.cartoon_daily_buy_scroll p {
	margin:0;
	color:#3399cc;
	font-size:14px;
}
*/

.cartoon_daily_buy_scroll {
	clear:both;
	/*margin-bottom:30px;*/
	margin:0 70px 30px;
}

#content .product-carousel .nav-left {
	position:absolute;
	top:41%;
	left:-10px;
	margin-left:-65px;
}

#content .product-carousel .nav-right {
	position:absolute;
	top:41%;
	right:-10px;
	margin-right:-65px;
}

.individual_page_daily {
    padding-right: 0 !important;
    width: 100% !important;
}
.individual_page_daily_left {
    float: right;
    text-align: center;
    width: 42%;
}
.individual_page_daily_img {
    float: left;
    text-align: center;
    width: 58%;
	/*margin-top:30px;*/
}
#content .individual_page_daily_img h2 {
	margin:20px 0;
}
.individual_page_daily_left_in{
	text-align:left;
	}
.individual_page_daily_left_in .cartoon_daily_buy_left{
	width:100% !important; 
	}
.cartoon_daily_buy_last_list {
    float: left;
    width: 100% !important;
}
.cartoon_daily_buy_last_list > p {
    float: left;
    margin-bottom: 0;
    margin-top: 25px;
    width: auto;
}
.cartoon_daily_buy_in:last-child ul {
    margin-top: 22px;
}
.cartoon_daily_buy_last_list .daily_left_cartoon_shirt {
    float: right;
    margin-top: 15px;
    width: 148px;
}
.cartoon_daily_buy_last_list .daily_left_cartoon_shirt p {
    background: #3399cc none repeat scroll 0 0;
    margin: 0 auto;
    padding: 3px 8px;
    text-align: left;
    width: 100%;
}
.cartoon_daily_buy_last_list .daily_left_cartoon_shirt p a {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    text-decoration: none;
    width: 50px;
}
.individual_page_daily .home_page_keyword {
    border-top: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
    float: left;
    margin: 15px 0 15px;
    padding: 15px 0 20px 0;
    width: 100%;
}
p.product-text{
	font-size:18px;
	font-weight:bold;
	color:#020202;
	text-align:center;
	line-height:28px;
	margin-bottom:10px;
	margin-top:15px;
}
#column-right .padding h3 {
    text-transform: none;
	margin-bottom:0;
}

.product-grid {
	margin-top: 20px;
	/*overflow:hidden;*/
	overflow:visible;
}

.product-grid .image {
	position:relative;
	text-align:center;
}
.image_zoom {
	pointer-events: none;
    position: absolute;
	margin-top: 48%;
	left: 30%;
    color: #fff;
    display: none;
    font-size: 21px;
    padding: 10px 12px;
    position: absolute;
    text-align: center;
	z-index:99999999;
    width: 20px;
}

.image_zoom i {
    background: rgba(153, 153, 153, 0.5) none repeat scroll 0 0;
    padding: 10px 12px;
	/*margin-left:-32px;*/
	/*margin-left:-20px;*/
}

.product-grid .image_zoom i {
	margin-left:10px;
}

.product-category .image a:hover .land {
	left:43px;
}

.product-grid .padding:hover .image_zoom {
	display:inline-block; 
	z-index:999; 
	cursor:pointer;
}
.owl-carousel .owl-item:hover .image_zoom {
	display:inline-block; 
	cursor:pointer;
}
.product-info .zoomWrapper {
    height: auto !important;
    margin-bottom: 50px;
}
.product-info .cartoon_daily_buy_in a{
    font-size: 13px;
}
.product-info .cartoon_daily_buy_in a b {
    font-size: 16px;
}
.related .price{display:none;}
.related .cart-button{display:none;}
.related .rating{display:none;}
.related .image a{margin-bottom:8px;}
.related .name.maxheight-rel {text-align: center;}
.related .name.maxheight-rel a{color:#3399cc !important;}
.related .related-info{width:145px !important;}
.product-product h1.style-1 {text-shadow: 0 0 3px #ccc !important;text-transform: none; border:none;}
.related .bx-wrapper{margin: 0 auto; max-width:100% !important;}
.related .related-info .name {margin-bottom: 0;}
#page h1{border-bottom: 1px solid #3399cc; text-transform:none; padding-bottom:3px;margin-bottom:15px;}
.checkout-cart td.quantity a {font-size: 15px;font-weight: bold; color:#f08e2f;}
.name-description p{margin-bottom:10px;}
.name-description p b {/*float: right;*/}
.name-description-in {display: inline-block; width: 100%;}
.checkout-cart .shop-cart .table td { padding: 8px 15px;}
.cart-bottom .cart-total1 {color: #333 !important;font-weight: normal !important;}

.product-product #content h1 {
	margin-top:15px;
}

.product-product #content h2.product-mobile-title {
	margin-top:14px;
	text-shadow:none;
}

.name-description {
	color:#000;
}
.cart-save h3{
	background:#3399cc;
	color:#fcad5f;
	font-size:24px;
	padding:6px;
	width:100%;
	text-align:center;
	font-weight:800;
	}
.checkout-cart .table {
   margin-bottom: 0;
}
.checkout-cart .cart-info {
   margin-bottom: 0;
}
.cart-save {
    margin-bottom: 35px;
}
.cart-bottom .buttons{
	margin-top:10px;
	}
.checkout-cart .cart-bottom .left a, .checkout-cart .cart-bottom .right a {
    font-weight: 600;
    text-transform: uppercase;
	font-size:14px;
}
.cart-bottom table#total td:first-child{
	background:#fff; 
	width:60%; 
	vertical-align:middle;
}

.cart-bottom table#total td{
	background:#fff; 
	width:40%; 
	vertical-align:middle;
}

.checkout-cart .text-right {
    text-align: right !important;
}
.pro-favorite-top h3{
	font-size:17px;
	color:#4e9bce;
	font-weight:bold;
	margin-top:30px;
	margin-bottom:35px;
	}
.pro-favorite-top ul li{
	font-size:18px;
	color:#252525;
	font-weight:600;
	line-height:31px;
	}
.pro-favorite-top ul li i {
    margin-right: 15px;
	color:#797979;
}
.favorite-select-cartoon {
    margin-top: 35px;
    text-align: center;
    width: 100%;
}
.favorite-select-cartoon > p {
    color: #4d9acd;
    font-size: 14px;
}
.favorite-select-cartoon > button {
    background: #f08e2f none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
    text-transform: uppercase;
}
.favorite-select-list{text-align:center; margin:25px 0; color:#2c2c2c; font-weight:bold;}
.favorite-select-list span{display:block;}
.favorite-select-option {
    background: #ebf4f9 none repeat scroll 0 0;
    display: inline-block;
    padding: 10px 0;
    text-align: center;
    width: 100%;
	float:left;
}
.favorite-select-option a{color:#fff; font-weight:600; font-size:14px; background:#3399cc; padding:5px 25px; text-decoration:none; display:inline-block; width:100%;}
.favorite-select {
    border: 2px solid #3399cc;
    display: inline-block;
    width: 100%;
	margin:45px 0;
}
.favorite-select-in {
    border-top: 2px solid #3399cc;
    display: inline-block;
    width: 100%;
}
.favorite-select-in p{margin-bottom:0;}
.favorite-select-all {
    border-bottom: 2px solid #3399cc;
}
.pro-favorite {
    position: relative;
    width: 100%;
}
.account-order .order-content {
    color: #030201 !important;
}
.account-order-info .table thead td {
    background-color: #cfe7f3;
    font-size: 16px !important;
    font-weight: bold;
	padding:8px 10px;
}
.account-order-info td, th {
    font-size: 15px !important;
	color:#030201;
	text-transform:none;
}
.account-transaction .table thead td {
    background-color: #cfe7f3;
    font-size: 16px !important;
    font-weight: bold;
	padding:8px 10px;
}
.account-transaction td, th {
    font-size: 15px !important;
	color:#030201;
	text-transform:none;
}
.account-newsletter label{color:#030201;}
#content .left a.button, #content .right a.button{
	background:#f08e2f;
	}
.checkout-checkout #payment-address #payment-existing select{
    border: 2px solid #e3e3e3;
    height: 40px;
    -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
}
.checkout-checkout #payment-address .radio, .checkout-checkout #shipping-address .radio {
	color:#212121;
	font-size:13px;
	font-weight:normal;
	text-transform:none;
	}
.checkout-checkout #payment-address .checkout-content p, .checkout-checkout #shipping-address .checkout-content p  {
	margin-bottom:0;
	}
.checkout-checkout #payment-address .checkout-content p label, .checkout-checkout #shipping-address .checkout-content p label {
	margin:0;
	}
.checkout-checkout #payment-address .checkout-content .right a, .checkout-checkout #shipping-address .checkout-content .right a{
	margin-top:0px !important;
	}
.checkout-checkout #payment-address  .checkout-content, .checkout-checkout #shipping-address  .checkout-content  {
    border: 2px solid #e3e3e3;
    padding: 5px 15px 25px;
}

.checkout-checkout #shipping-method  .checkout-content  {
    border: 2px solid #e3e3e3;
    padding: 15px 15px 25px;
}
.checkout-checkout #shipping-method  .checkout-content  p{
    font-size:13px;
	margin-bottom:10px;
}
.checkout-checkout #shipping-method  .checkout-content  div b{
    font-size:13px;
	color:#212121;
	font-weight:bold;
}
.checkout-checkout #shipping-method  .checkout-content .radio {
	color:#212121;
	font-size:13px;
	font-weight:normal;
	text-transform:none;
	margin-bottom:0;
	}
.checkout-checkout #shipping-method  .checkout-content  label{
    font-size:13px;
	color:#212121;
	font-weight:bold;
	text-transform:none;
}
.checkout-checkout #shipping-method  .checkout-content  textarea{
    width:100% !important;
	height:180px; 
}
.checkout-checkout #payment-method  .checkout-content  {
    border: 2px solid #e3e3e3;
    padding: 15px 15px 25px;
}
.checkout-checkout #payment-method  .checkout-content p {
	color:#212121;
	font-size:13px;
	font-weight:normal;
	text-transform:none;
	margin-bottom:0;
	}
.checkout-checkout #payment-method  .checkout-content .radio {
	color:#212121;
	font-size:13px;
	font-weight:normal;
	text-transform:none;
	margin-bottom:0;
	}
.checkout-checkout #payment-method  .checkout-content  textarea{
    width:100% !important;
}

.checkout-checkout #payment-method  .checkout-content  div.buttons{
    width:auto;
	text-align:right;
}
.checkout-checkout #payment-method  .checkout-content  div.buttons .checkbox > input {
    float: right !important;
	margin:4px !important;
}
.checkout-checkout #payment-method  .checkout-content  div.buttons .checkbox{
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
	margin-top:20px;
}
.checkout-checkout #payment-method  .checkout-content  div.buttons b{
    font-size: 14px;
}
.checkout-checkout #payment-method  .checkout-content  div.buttons .colorbox {
	padding:0px !important;
	}
.checkout-checkout #payment-address .left h2, .checkout-checkout #payment-address .right h2{
    border:none;
}
.checkout-checkout #payment-address .left, .checkout-checkout #payment-address .right{
    color:#252525;
}
.checkout-checkout #payment-address .left .large-field, .checkout-checkout #payment-address .right .large-field {
    width: 100%;
}
.checkout-checkout #shipping-address td{font-size:14px; color:#252525;}

.checkout-checkout #payment-address a.button span, a.button-prod span {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    padding: 6px 8px;
    text-transform: none;
    white-space: nowrap;
}
.checkout-checkout #payment-address .checkbox {
    font-size: 13px;
    font-weight: 600;
    text-transform: none;
}
.checkout-checkout #checkout .login-content .right, .checkout-checkout #checkout .login-content .left {
    min-height:0px;
}
.display-none{display:none;}
select{
 background-color: #ffffff;
    border: 2px solid #e3e3e3;
    height: 38px;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	width:100%;
	}
.delivery-detail-main {
    display: inline-block;
    width: 100%;
	margin-bottom:15px;
}
.delivery-detail-wrapper .col-sm-2{text-align:right; color:#252525;}

.checkout-checkout a.button span, a.button-prod span {
    padding: 6px 8px;
    text-transform: none;
}
.checkout-checkout .padding-left{padding-left:0px;}
.checkout-checkout #payment-method img {
    margin: 10px 15px;
}
.checkout-checkout .text-right {
    text-align: right;
}
#confirm .checkout-content {
    padding: 0 20px;
}
#confirm .checkout-content td {
    padding: 8px 10px;
}
#confirm .shop-cart thead td {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-top:1px solid #cfe7f3;
	font-size:14px;
}

#confirm .checkout-content .price {
    font-size: 12px;
    line-height: 22px;
    text-align: left;
}
#confirm .name-description-in p {
    font-size: 12px;
}
#confirm .shop-cart .quantity b {
    color: #3399cc !important;
	font-size:15px;
}
#confirm .shop-cart .quantity a {
    color: #f08d2f !important;
    font-weight: bold;
	line-height:50px;
}
.shop-cart .wrapper.mt5 {
    width: auto;
}

/*-----------------------------------*/

.right_panel_s {
    text-align: center;
}
.right_panel_search_content > input[type="search"] {
    border: 1px solid #c3c3c3;
    float: left;
    height: 38px;
    margin-right: 1%;
    padding: 0 10px;
    width: 79%;
}
.right_panel_search_content input[type="button"],
.cart-top-add-in input[type=button]{
    background: #f08e2f url("../images/search_icon.png") no-repeat scroll center center !important;
	background-size:25px;
    height: 38px !important;
    width: 38px !important;
	border:none;
}
.right_panel_search_content {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
.more_fun  a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	    float: right !important;
    padding: 0 !important;
}
.more_fun  a img{
    margin-bottom:0;
}
.more_fun > p {
    text-align: left;
}
.right_panel_s a {
    float: none;
    text-align: center !important;
}
.home_aside_search{
	background: #eaf4f9 none repeat scroll 0 0;
    border: 1px solid #dbedf5;
	padding: 15px 20px;
	float:left;
	}
.right_panel_s .box-heading {
    border: medium none;
	font-size:23px;
}
.more_fun p {
    text-align: left;
}
.right_panel_s {
    text-align: center;
}
.right_panel_s .padding {
    padding-bottom: 0 !important;
}
.right_panel_s h2 {
    border:none !important;
}
.right_panel_s .padding {
    padding: 0 15px;
}
aside#column-right {
    /*padding: 0 10px;*/
}
#payment-new.payment-new {
    display: inline-block;
    width: 100%;
}
#payment-new.payment-new h2 {
    border: none;
}
.mobile-footer .box-heading {
    color: #393939 !important;
    font-size: 14px !important;
    line-height: 19px;
    margin-bottom: 0;
    padding: 15px;
}
.mobile-footer h3 {
    padding: 0 15px;
}
.mobile-footer ul li {
    padding: 4px 15px;
}
.mobile-footer i.fa.fa-chevron-right {
    display: inline;
    font-size: 10px;
}
#confirm .cart-bottom table#total td {
    background: #fff none repeat scroll 0 0;
    width: 50%;
	color: #393939;
    font-size: 14px;
    line-height: 24px;
	padding:20px;
}
#confirm .cart-bottom .text-right {
    text-align:right;
}
.swipe i {
    text-align: left !important;
    width: 32px;
}
h1.style-1 {
    margin-bottom: 30px;
    position: relative;
}
h1.style-1 > span {
    float: right !important;
    font-size: 14px;
    position: absolute;
    right: 12px;
}

.style-1 span {
	font-size:15px;
	position:absolute;
	right:30px;
}

.product-filter select {
    height: 34px;
}
.product-filter select {
    height: 34px;
    width: 138px !important;
}
.product-filter select {
    border: 1px solid #ccc;
    height: 34px;
    /*width: 200px !important;*/
}
.home_page_pagination {
    float: left;
    margin: 20px 0;
    text-align: center;
    width: 100%;
}
.pagination_main {
    display: inline-block;
}
.pagination_main .pagination_no {
    color: #bbbcc2;
    font-size: 14px;
    line-height: 40px;
    margin-left: 14px;
}
.pagination > li > a, .pagination > li > span {
    background-color: #3399cc;
    color: #fff;
    float: left;
    font-size: 15px;
    font-weight: 600;
    height: 40px;
    margin-left: 5px !important;
    position: relative;
    text-decoration: none;
    width: 40px;
	border-radius:0px !important;
}
.pagination > li {
    display: inline;
}
.pagination {
    border-radius: 4px;
    display: inline;
    padding-left: 0;
}
.pagination a:hover {
    background: #000 none repeat scroll 0 0 !important;
    color: #fff !important;
}
.product-search .box-container,
.product-advsearch .box-container {display:none;}
.product-search #content .header,
.product-advsearch #content .header{
background: #3399cc none repeat scroll 0 0;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    padding: 4px 0 4px 12px;
    position: relative;
    text-align: center;
    text-shadow: 0 0 3px #757575;
	text-align:left;
	clear:both;
    }
.product-search #content .header span,
.product-advsearch #content .header span {
    font-size: 15px;
    position: absolute;
    right: 12px;
	font-weight:normal;
}
.product-search #content .header a,
.product-advsearch #content .header a {
	color:#FFF;
	font-size:15px;
	padding-right:2px;
}
.product-search .padding .cart,
.product-advsearch .padding .cart {
    display: none;
}
.dir-keyword > p {
    color: #7d7d7d;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
}
.dir-keyword h4 {
    color: #7e7e7e;
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
}
.dir-keyword {
    padding: 6px 0;
}

#dir-keywords {
	border-bottom:3px solid #3399cc;
	padding:10px 30px 15px;
	margin-bottom:20px;
}

#dir-keywords .title {
	color:#3399cc;
	display:block;
	text-align:center;
	font-weight:600;
	margin-bottom:10px;
}

#dir-keywords a {
	font-size:8px;
	color:#000;
}

#dir-keywords a:hover {
	color:#3399cc;
}

.information-information h1.style-1 {
    display: none;
}
.information-information .calc_bottom_nav {
    margin-bottom: 10px;
}
.information-information .calc_table select {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: none;
    height: 23px;
    margin-left: 2px;
    padding: 2px;
    width: 78px;
}
a#example1 {
    float: left;
    position: relative;
    text-align: center;
    width: 100%;
	margin:20px 0 27px;
}

.product-product .img-land-wrapper a#example1 {
	/*margin: 60px 0 0;*/
}

.product-product .img-land-wrapper .cartoon_page_daily_like {
	margin-top:55px;
}

.product-product a#example1 {
	/*margin:127px 0 10px;*/
}

a#example1 .image_zoom {
	margin:-40px;
	top:50%;
	left:50%;
}

a#example1:hover .image_zoom {
    display:inline-block;
	z-index:999;
	/*margin-left:30px;*/
}
#fancybox-close {
    right: -30px !important;
}
#fancybox-overlay {
    background-color: #000 !important;
}

#information-box .info-heading-1 {
	font-size:35px;
	font-weight:normal;
	color:#000;
	text-shadow:none;
	border:none;
}

#information-box .info-heading-2 {
	font-size:20px;
	font-weight:normal;
	color:#000;
	text-shadow:none;
	border:none;
}

#information-box .info-text-1 {
	font-size:15px;
}

#information-box .info-text-2 {
	font-size:12px;
}

@media screen and (max-width:767px){
	#information-box .info-heading-1 {
		font-size:25px;
	}
}

.pricing-calculator {
	overflow:hidden;
	width:100%;
}

.cartoon_page_daily_in {
	overflow:hidden;
	position:relative;
}

.daily_calendar_wrapper {
	/*float:left;
	width:43.5%;
	height:100%;*/
	text-align:center;
	margin-bottom:40px;
}

.daily_calendar_wrapper #daily-cal {
	/*position:absolute;
	top:50%;
	right:20px;
	margin:-95px 0;*/
}

.cal-controls {
	overflow:hidden;
	width:249px;
	margin:0 auto;
}

.cal-btn {
	float:left;
	margin:10px 2px 0 11px;
}

.cal-btn img:hover {
	-webkit-filter:hue-rotate(-172deg) saturate(136%) brightness(101%);
	filter:hue-rotate(-172deg) saturate(136%) brightness(101%);
}

.cal-btn:last-child {
	margin-right:0;
}

.cal-btn .i_flip {
	transform:rotate(180deg);
}

.daily_page_img .img-responsive {
	margin:0 auto;
}

#example1 .img-landscape {
	margin:102px 0 115px;
}

.daily_page_img #example1 .img-responsive {
	/*width:50%;
	/*margin-bottom:50px;
	margin-bottom:50px;*/
	margin-left:0;
	margin-right:0;
}

.daily_page_img #example1 .img-landscape {
	width:100%;
}

.daily_page_img .image_zoom {
	left:15%;
	margin:-20px;
}

.landscape-img .daily_page_img #example1 .img-responsive {
	/*margin-bottom:155px;*/
	margin-top:56px;
/* 	margin-top:110px; */
}

.landscape-img .image_zoom {
	left:46%;
}

.daily_page_img .land-plus {
	left:50%;
}

.cartoon_page_daily_like {
	margin:20px;
	clear:both;
	background-color:#eaf4f9;
}

#daily-cal .button,
.product-carousel .nav-left,
.product-carousel .nav-right {
	color:#FFF;
	margin:0 3px 5px 0;
	font-weight:bold;
	font-size:13px;
	padding:4px 9px;
}

#daily-cal #cal-today {
	margin-right:0;
}

.product-carousel .nav-left,
.product-carousel .nav-right { 
	font-size:12px;
}

#cal > div {
	margin:0 auto;
}

#content .daily_calendar_wrapper h1 {
	border:0;
	color: #000;
	text-align:center;
	font-size:15px;
}

.additional-options {
	overflow:hidden;
}

.additional-options input[type=radio] {
	visibility:hidden;
	display:none;
}

#content .additional-options label {
	float:none;
	width:200px;
	padding-bottom:15px;
	padding-top:15px;
}

#content .product-mobile-title,
.product-mob-title {
	color:#000;
	border:none;
	font-size:18px;
	text-align:left;
	padding-left:20px;
	margin:0;
}

.product-mob-title {
	display:none;
	margin-bottom:15px;
}

.product-carousel {
	max-width: 960px;
	margin: 0 auto 30px;
	clear: both;
}

.product-carousel .name {
	display:block;
	text-align:center;
}

.social-wrapper .addthis_button_email,
.social-wrapper .addthis_button_compact {
	padding-top: 2px !important;
}

.social-wrapper .addthis_button_compact {
    padding-right: 0 !important;
}

.social-wrapper .wish-list {
	padding-top: 0 !important;
}

.social-wrapper .wish-list,
.social-wrapper .addthis_button_email,
.social-wrapper .addthis_button_facebook_like,
.social-wrapper .addthis_button_tweet {
	padding-right:25px!important;
}

.product-product .social-wrapper .addthis_button_email {
	padding-right:0!important;
}

.social-wrapper .addthis_button_google_plusone {
	padding-right:70px!important;
}

.social-wrapper .wish-list img {
	width:16px;
}

.social-wrapper .addthis_button_email,
.social-wrapper .wish-list {
	float:left;
}

.social-wrapper .addthis_button_email .at-icon-wrapper {
	background-color:#3399cc!important;
}

.social-wrapper .addthis_button_google_plusone {
	width:66px !important;
	margin-right:10px;
}

.social-wrapper .addthis_toolbox a {
	margin-bottom:0;
}

.social-wrapper .addthis_toolbox a > div {
	height:20px!important;
}

.category-image {
	min-height:197px;	
}

#column-right .custombox .example-searches a {
	font-size:13px;
	margin-bottom:10px;
	background:none;
	color:#8d8c8c;
	text-shadow:none;
	text-transform:none;
	padding:0;
	display:block;
	float:none;
}

#column-right .custombox .example-searches a img {
	float:right;
}

#inner_body h2 {
	margin-top:30px;
}

#inner_body ul {
	margin-bottom:30px;
}

#column-right .account {
	margin-top:81px;
}

#form-cart .name-description-in .xs-padding-right {
    text-align: right;
}

#confirm .name-description-in .xs-padding-left {
	text-align:right;
}

.checkout_thanks {
	margin-bottom:25px;
}

#order_dtl_footer {
	height:60px;
	overflow:hidden;
}

#order_dtl_footer img {
	margin-right:20px;
}

#order_dtl_footer > * {
	float:left;
}

#order_dtl_footer > div {
	width:70%;
	margin-top:10px;
}

.checkout_instructions h2 {
    font-size: 15px;
    line-height: 18px;
}

.checkout_instructions h2 a:hover {
	color:#f08e2f;
}

.box-heading-small p {
	margin-top:20px;
}

.black-hover-teal {
	color:#000;
}

.black-hover-teal:hover {
	color:#3d9acc;
}

.orange-hover-teal {
	color:#f08e2f;
}

.orange-hover-teal:hover {
	color:#3d9acc;
}

.landscape-img #example1 {
	margin-left:-15px;
}

.comments-title {
	position:relative;
}

.comments-title > span {
	position:absolute;
	width:100%;
	text-align:center;
	bottom:6px;
	color:#f08e2f;
}

/** Social share bar **/
.share-cartoon {
	background-color: #eaf4f9;
    display: inline-block;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
}
.share-cartoon.daily-toon {
	margin:20px;
	width:-webkit-fill-available;
	text-align: center;
}

.share-cartoon .icon {
	display:inline-block;
	margin-right:25px;
}
.share-cartoon .icon.favorite {
	float:right;
}
.share-cartoon .favorite span {
	color: #3399cc;
    font-size: 10px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    line-height: 1;
    padding-left: 6px;
}
.share-cartoon img {
	width: 32px;
}

@media (max-width: 767px) {
	.share-cartoon .col-sm-3 {
		width: 18%;
		display: inline-block;
	}
	.share-cartoon .col-sm-3:last-child {
		width: 38%;
	}
}

/** contact pages file attachments */
.file_uploader {
	margin-top:5px;
}
#custom-text {
  margin-left: 5px;
  color: #000;
  font-weight: 600;
}
.npt {
	padding-top:0 !important;
}

/* popup header close icon change */
.success img.close {
	opacity:1;
	border: 1px solid #ec7406;
	background-color: #fff;
}
.success img.close:hover {
	background-color: #efeeee;
}