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

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

/*======new style=====*/
.new_category_page *{
	box-sizing:border-box;
}
.new_category_page{
	font-size:16px;
	line-height:24px;
	color:#58585A;
	font-family:'Roboto', sans-serif !important;
}
.new_category_page .body-inner {padding: 36px 25px;}
.new_category_page .body-inner .breadcrumbs{
	font-size:0.875rem;
}
.new_category_page .body-inner .breadcrumbs .separator{
	width:20px;
}
.new_category_page .body-inner .breadcrumbs span.no-link{color:#FF6600;}
.new_category_page .callout-wrap{width: 100%;float: left;margin-bottom: 15px;}
.new_category_page .newcat-callout-wrap{float:left; width:60%;display: flex;justify-content: flex-end;}
.new_category_page .list-product-layout .listpage-newbanwrap h1.text-section{
	font-family:'Roboto', sans-serif;
	font-size:1.625rem;
	font-weight:500;
	color:#414042;
	float: left;
	width:40%;
	margin:15px 0 0;
	padding-right:15px;
}
.new_category_page .list-product-layout .h2_content_text h2{
	font-size:0.938rem;
	font-family:'Roboto', sans-serif;
	color:#414042;
	margin-bottom:10px;
}
.new_category_page div.header-content, .new_category_page div.header-content p{
	font-size:0.813rem !important;
	font-family:'Roboto', sans-serif !important;
	font-weight:300;
	line-height:18px;
	color:#666 !important;
}



.new_category_page .left-holder-for-responsive{width:20%;padding-right:30px;}
.new_category_page .left-holder-for-responsive #lsb{width:100%;}
.new_category_page #inner-rsb{width:80%;}
.new_category_page #lsb .expand_wrapper, .new_category_page #lsb .posRel, 
.new_category_page #lsb div.expand_heading, .new_category_page #lsb .toggle_container, .new_category_page #lsb .fullwidth{
	width:100%;
}
.new_category_page .sale_item {
    font-size: 0.75rem;
    line-height: 14px;
    color: #CE282A;
}
.new_category_page .list-product-layout .prod-box{
	font-family:'Roboto', sans-serif;
	flex: 0 0 auto;
	width:20%;
	border:0;
	padding:30px 15px 15px;
	margin-bottom:35px;
	float:none;
}
.new_category_page .list-product-layout .prod-box .picbox{
	width:100%;
	height:254px;
}
.new_category_page .list-product-layout .prod-box .picbox img{
	width:auto;
	height:254px;
}
.new_category_page .list-product-layout .prod-bottom-price .item{
	float:none;
	font-size:auto;
}
.new_category_page .list-product-layout .tshirt-class-availaible{
	color:#50BDC6;
	font-size:0.813rem;
}
.new_category_page .list-product-layout span.item-name a{
	font-family:'Roboto', sans-serif;
	font-size:0.875rem;
	line-height:18px;
	font-weight:bold;
	color:#464749;
	display:block;
	margin-bottom:10px;
	height:50px !important;
}
.new_category_page .list-product-layout .product-code{
	font-size:0.813rem;
	font-weight:500;
	color:#606060;
}
.new_category_page .list-product-layout .prod-box .price-txt{
	color:#606060;
	font-size:0.75rem;
	border-left:0;
	text-transform:lowercase;
	width:62%;
	display:flex;
	text-align:left;
}
.new_category_page .list-product-layout .prod-box .price-txt span{
	font-size:0.875rem;
	color:#464749;
	order:2;
	padding-left:4px;
}
.new_category_page .list-product-layout .item-star{
	height:auto;
	padding:0;
}
.new_category_page .item-disname, .new_category_page .list-product-layout .stat-text{display:none;}

.new_category_page .prod-box .newclsmarkdwon {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #ce2828;
	position: absolute;
	top: 5px;
	right: 0;
	background-image: none;
}
.new_category_page .prod-box .newclsmarkdwon span.markdown-text{
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #fff;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	top: 0;
	right: 0;
	width: auto;
	text-align: center;
	padding-top: 8px;
}

.new_category_page .pagination-holder{
	background:#fff;
	border:0;
}
.new_category_page .pagination-holder-r{
	float:none;
	background:#fff;
	border:0;
}
.new_category_page .pagination-holder-r ul{
	display:flex;
	justify-content:center;
	align-items:center;
}
.new_category_page .pagination-holder-r ul li{
	display:inline-block;
	float:none;
}
.new_category_page .pagination-holder-r ul li.deactive-n{
	/*text-shadow:none;*/
	display:none;
}
.new_category_page .pagination-holder-r ul li a{
	text-decoration:none;
	font-size: 0.75rem;
	font-family:'Roboto', sans-serif;
	text-transform:capitalize;
	color:#727C8E;
	background:transparent;
	padding:0;
	text-shadow:none;
	border-bottom:0;
}
.new_category_page .pagination-holder-r ul li a.circle_nav{
	width:12px;
	height:12px;
	background:#727C8E;
	border-radius:50%;
	display:block;
	text-indent:-999em;
}
.new_category_page .pagination-holder-r ul li.active-n .circle_nav{
	background: #17A2B8 !important;
}
.new_category_page .pagination-holder-r ul li .prev_link{
	background: url(/nl/images/back-arrow.svg) no-repeat 0px center; padding-left: 15px;
}
.new_category_page .pagination-holder-r ul li .next_link{
	background: url(/nl/images/next-arrow.svg) no-repeat 100% center; padding-right: 15px;
}
.new_category_page .pagination-holder-l, .new_category_page .pagination-holder .clear{display:none;}
/*======new style=====*/

.new_category_page .buy-now{display:none !important;}
.new_category_page .star-list .fa.gray{color: #d1d1d1!important;}
.new_category_page .star-list .fa {
    color: #ffc107!important;
    padding: 0;
}

.float-right {
	float: right !important;
}

.sale_red_color {
    color: #CE282A !important;
}

/*====custom_select_box====*/
.sortby_dropdown {max-width: 210px;}
.sortby_dropdown .custom_select_box{width: 210px; height: 36px; position: relative;}
.sortby_dropdown .custom_select_box a{display:block; font-size:0.875rem; line-height:32px; font-weight:bold; color:#126D78; padding:4px 15px 4px 0;}
.sortby_dropdown .custom_select_box a:hover{text-decoration:none;}
.sortby_dropdown .custom_select_box .bdropdown-toggle{position:relative;}
.sortby_dropdown .custom_select_box .bdropdown-toggle:after{content:'';background:url(/nl/images/select_down_arrow.png) no-repeat 100% center; position:absolute; top:17px; right: 10px;width: 12px;height: 8px;}
.sortby_dropdown .custom_select_box .bdropdown-toggle.open:after{transform: rotate(180deg);}
.sortby_dropdown .custom_select_box .dropdown-menu{width:100%; padding:0; border:0; border-radius:0; box-shadow:1px 2px 6px #bbb; position: absolute;z-index: 9999;background: #fff; display:none;}
.sortby_dropdown .custom_select_box .dropdown-item{	font-weight:400; padding:4px 10px; color:#17A2B8}
.custom_select_box .dropdown-item:focus, .custom_select_box .dropdown-item:hover{text-decoration:none; background-color:#ECF8FA;}
.custom_select_box.show .bdropdown-toggle{background:url(/nl/images/select_up_arrow.png) no-repeat 100% center;}
.custom_select_box .dropdown-menu a.selected{background-color:#ECF8FA;}
/*====custom_select_box====*/

.new_category_page .prod-box .prod-box-bot-new {text-align: left;}
.new_category_page .row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;}
.new_category_page .col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;padding-left: 15px;padding-right: 15px;}

.new_category_page .sortby_group {
	margin-bottom: 35px;
	border-bottom: 1px solid #E5E5E5;
}
.new_category_page .list-product-layout #lsb .toggle_container{border-bottom: 0; padding-bottom: 0;}
.new_category_page .list-product-layout #lsb .posRel{border-bottom: 1px solid #E5E5E5; padding-bottom: 10px; margin-bottom: 10px;}
.new_category_page .list-product-layout #lsb .Ceramic-mug-holder{border-bottom: 1px solid #E5E5E5;}
.new_category_page #lsb .Ceramic-mug-holder ul li a:hover{background:transparent;text-decoration: none;}
.new_category_page .newcat_color_filter {
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.new_category_page #lsb ul.item-holder {
	margin-left: 16px;
}

/*====More Product Description====*/
.new_category_page .footer-content-new, .footer-content-new p{font-size:0.813rem; color:#666666; line-height:20px;}
.new_category_page .footer-content-new h2, .footer-content-new h3, .footer-content-new h4, .footer-content-new h5, .footer-content-new h6{font-size:0.813rem; color:#666666;font-weight:bold; line-height:20px;}
.new_category_page .footer-content-new a{color:#50BDC6;}
/*====More Product Description====*/

/*====V1 TOP RUSH,LOWAS,FREE SHIP CALLOUT START ====*/
.new_category_page.cat-v1 .prod-box .free-shiping-new{
	width:138px;
	height:20px;
	position:absolute;
	top:5px;
	left:5px;
	border:1px solid #DEE2E6;
	border-radius:3px;
	font-size:0.563rem;
	color:#444444;
	display:flex;
	justify-content:center;
	align-items:center;
	background: url(/nl/images/truck-small.svg) no-repeat 8px center;
	padding-left: 30px;
}
.new_category_page.cat-v1 .prod-box .free-shiping-new:after, .new_category_page.cat-v1 .prod-box .free-shiping-new:before{
	display:none;
}

.new_category_page.cat-v1 .shipping_callout{flex:0 0 auto; min-width:400px; height:62px; font-size:1rem; background:#ECF8FA; border-radius:4px; color:#17A2B8; padding: 0 16px; width:auto; white-space:nowrap;}
.new_category_page.cat-v1 .rush_callout {font-size: 0.938rem; min-width:360px; white-space:nowrap;}
.new_category_page.cat-v1 .shipping_callout span{color:#F15D2A; padding-left:0px; padding-right:4px; font-size: 0.938rem;}
.new_category_page.cat-v1 .free_ship_callout span{padding-left:4px;}
.new_category_page.cat-v1 .shipping_callout img{margin-right:8px;width: auto;}
.new_category_page.cat-v1 .shipping_callout.lowest_bg{background:#fff3eb !important;}
.new_category_page.cat-v1 .shipping_callout .veiw_link{font-size:1rem; color:#17A2B8; text-decoration:underline;}
.new_category_page.cat-v1 .lowest_price_callout {color:#F15D2A; margin-left:16px;font-size: 0.938rem;}
.new_category_page.cat-v1 .lowest_price_callout span{color:#17A2B8;}
.new_category_page.cat-v1 .lowest_price_callout a {
    color: #17A2B8;
    text-decoration: underline;
    font-size: 1rem;
    text-transform: lowercase;
    font-weight: normal;
	padding-left: 4px;
}
.new_category_page.cat-v1 .free_ship_callout {color: #F15D2A;}
.new_category_page.cat-v1 .free_ship_callout span{color: #17A2B8;}

/*====V1 TOP RUSH,LOWAS,FREE SHIP CALLOUT END ====*/

/*====V2 TOP RUSH,LOWAS,FREE SHIP CALLOUT START ====*/
.new_category_page.cat-v2 .list-product-layout .listpage-newbanwrap h1.text-section{margin-top:5px;}
.new_category_page.cat-v2 .prod-box .free-shiping-new {
	position: absolute;
	top: 5px;
	left: 0;
	font-size: 0.875rem;
	font-weight: bold;
	line-height: 20px;
	color: #FF6600;
	border: 0;
	background: url(/nl/images/tickets-small.svg) no-repeat 8px center;
	padding-left: 23px;
}
.new_category_page.cat-v2 .prod-box .free-shiping-new:after, .new_category_page.cat-v2 .prod-box .free-shiping-new:before{
	display:none;
}
.new_category_page.cat-v2 .rush_callout{
	position: relative;
	flex: 0 0 auto;
	min-width: 377px;
	height: 40px;
	font-size: 0.938rem;
	background: url(/nl/images/rush_bg.png) no-repeat right 0 #17a2b7;
	color: #fff;
	padding-left: 15px;
	display: flex;
	align-items: center;
	justify-content: start;
}
.new_category_page.cat-v2 .rush_callout span, .new_category_page.cat-v2 .lowest_price_callout span{padding-right:4px;}
.new_category_page.cat-v2 .lowest_price_callout span.lowest_price_text::after {content: "!";}
.new_category_page.cat-v2 .shipping_callout img{display:none;}
.new_category_page.cat-v2 .lowest_price_callout, .new_category_page.cat-v2 .free_ship_callout{
	position: relative;
	flex: 0 0 auto;
	min-width: 330px;
	height: 40px;
	font-size: 0.938rem;
	background: url(/nl/images/free_shipping_left.png) no-repeat 0 0 #ff6600;
	color: #fff;
	padding: 0 22px;
	display: flex;
	align-items: center;
	margin-left: 8px;
	text-transform: unset;
	justify-content: center;
}
.new_category_page.cat-v2 .lowest_price_callout:after, .new_category_page.cat-v2 .free_ship_callout:after {
	content: "";
	position: absolute;
	background: url(/nl/images/free_shipping_right.png) no-repeat 0 0 #fff;
	right: 0;
	height: 40px;
	width: 20px;
}

.new_category_page.cat-v2 .lowest_price_callout a {
    color: #fff;
    text-decoration: underline;
    text-transform: lowercase;
    font-weight: normal;
	padding-left: 4px;
}
.new_category_page.cat-v2 .free_ship_callout {
	font-size: 0.875rem;
	min-width: 200px;
}
.new_category_page.cat-v2 .free_ship_callout span{padding-left:4px;}

/*====V2 TOP RUSH,LOWAS,FREE SHIP CALLOUT END ====*/

.new_category_page .custom-control-label {position: relative;margin-bottom: 0; font-size: 0.875rem; color: #5D5E5F;}
.new_category_page .item-holder .page_submit, .custom-control-input {
	position: absolute;
	z-index: -1;
	opacity: 0;
	}
.new_category_page .custom-control-label:before {
	position: absolute;
	top: .25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	content: "";
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #dee2e6;
}
.new_category_page .custom-control-label:after {
	position: absolute;
	top: .25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
}
.new_category_page .custom-radio .custom-control-label:before {
	border-radius: 50%;
}
.new_category_page .custom-radio .custom-control-input:checked ~ .custom-control-label:before {
	background-color: #007bff;
}
.new_category_page .filter_sort_by{margin-bottom:15px;}
.new_category_page .filter_sort_title{background:#EDEEF0; font-size:0.875rem; color:#126D78; padding:0 12px; font-weight:bold; display: block; line-height: 30px;}
.new_category_page .filter_sort_by ul{padding:0 12px;}
.new_category_page .filter_sort_by ul li{border-bottom:1px solid #DCDCDC; padding:8px 0;}
.new_category_page .filter_sort_by ul li:last-child{border-bottom:0;}
.new_category_page .filter_sort_by .custom-control-label{font-size:0.875rem; line-height:21px; width:100%; display:block; color: #5D5E5F;}
.new_category_page .list-product-layout #lsb .Ceramic-mug-holder ul li a { color: #5D5E5F; position:relative; font-size: 0.875rem !important;}
.new_category_page .list-product-layout #lsb .Ceramic-mug-holder ul li a:before{content:''; width:14px; height:14px; left:0; border:1px solid #17A2B8; background:#fff; box-sizing: border-box; border-radius:50%; position:absolute; top:6px; left:23px;}
.new_category_page .list-product-layout #lsb .Ceramic-mug-holder ul li a.active:before{border:4px solid #17A2B8; background:#fff;}


.new_category_page .filter_sort_by .custom-control-label:before, .filter_sort_by .custom-control-label:after{width:14px; height:14px; left:94%;}
.new_category_page .filter_sort_by .custom-control-label:before{border:1px solid #8F8F8F; background:#f0f0f0; box-sizing: border-box;}
.new_category_page .filter_sort_by .custom-control-label:after{top:4.5px; background-size:61%;}
.new_category_page .filter_sort_by .custom-radio .custom-control-input:checked ~ .custom-control-label:before {background-color:#17A2B8; border-color:#17A2B8;}

.category_color_wrap ul{padding:0 12px; margin:0 -3px;}
.category_color_wrap ul li{float:left; margin:5px 1px;}
.category_color_wrap ul li .color_square{width:23px; height:23px; border-radius:6px; display:block; position:relative;}
.category_color_wrap ul li .color_square.selected{border:1px solid #fff; outline:1px solid #C4C4C4; box-shadow:0 4px 4px rgba(0,0,0, 0.28); position:relative;}
.category_color_wrap ul li .color_square.selected:after{content:"x"; position:absolute; top:-5px; right:-4px; width:12px; height:12px; background:#fff; border-radius:50%;
font-size:11px; line-height:10px; font-weight:500; text-align:center; color:#ED3A37; box-shadow:0 4px 4px rgba(0,0,0, 0.20);}
.new_category_page #lsb div.expand_heading{padding-left:12px;}
.new_category_page .collapse_head{font-size:0.875rem; font-weight:500; padding:10px 8px 0 12px;}
.new_category_page .collapse_head a{color:#5D5E5F;}
.new_category_page .collapse_head a:hover{text-decoration:none; color:#5D5E5F;}
.new_category_page .collapse_head a:after, .filter_by_category .collapse_head a.collapsed:after{content:""; background:#F0F0F0; border:1px solid #8F8F8F; border-radius:50%; width:14px; height:14px; position:absolute; right:1px; top:7px; box-sizing: border-box;}
.new_category_page .collapse_head a:after{background:#17A2B8; border:1px solid #17A2B8;}
.new_category_page .collapse_head a.collapse:after{background:#F0F0F0; border:1px solid #8F8F8F;}

.new_category_page .item-holder .custom-control-label:before{border-radius:3px !important; top:1px; border:1px solid #17A2B8; background:#fff; }
.new_category_page .item-holder .page_submit:checked ~ .custom-control-label:after{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
	top:1px;
}
.new_category_page .item-holder .custom-control-label:before, .item-holder .custom-control-label:after{width:14px; height:14px;  box-sizing: border-box;}
.new_category_page .item-holder .page_submit:checked ~ .custom-control-label:before {
    background-color: #17A2B8;
    border-color: #17A2B8;
}

.new_category_page #collapse_subcategory .custom-control-label:before{top:1px; border-radius:50%;}
.new_category_page #collapse_subcategory .custom-control-input:checked ~ .custom-control-label:after{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.new_category_page #collapse_subcategory .custom-control-label:before, .item-holder .custom-control-label:after{width:14px; height:14px;  box-sizing: border-box;}
.new_category_page #collapse_subcategory .custom-control-input:checked ~ .custom-control-label:after{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.new_category_page #collapse_subcategory .custom-control-label:before{border:1px solid #17A2B8; background:#fff; border-radius:50%;}
.new_category_page #collapse_subcategory a: hover{
	background:transparent;
}
.new_category_page #collapse_subcategory a{
	position: relative;
	display: block;
	min-height: 1.5rem;
	padding-left: 45px;
}
.new_category_page #lsb .clearButton{display:none;}

.new_category_page .expand_heading .fa-minus {
	border: 1px solid #17A2B8;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    text-indent: -999em;
    background: #17A2B8;
}

.new_category_page .expand_heading .fa-plus {
    border: 1px solid #8F8F8F;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    text-indent: -999em;
	background: #F0F0F0;
}
.new_category_page .expand_heading{
	height:auto !important; margin: 0 !important;
}
.new_category_page .expand_heading > span, .new_category_page .expand_heading span a {
	font-size: 0.875rem;
    font-weight: 500;
    padding: 0;
	color:#5D5E5F !important;
	font-family:'Roboto', sans-serif;
	line-height: 25px;
	display:block;
}
.new_category_page .expand_heading > span:hover, .new_category_page .expand_heading span a:hover {
	color:#5D5E5F !important;
}
.new_category_page .clearance_text a{color:#FF6600 !important;}

.new_category_page #lsb a.ceramic-more {color: #17A2B8; text-decoration: underline; font-size: 0.875rem !important; margin-left: 6px; padding-left: 39px; position: relative; }
.new_category_page #lsb a.ceramic-more i { padding-left: 15px; position: absolute; left: 0; top: 2px !important; font-size: 22px;}
.new_category_page #lsb a.ceramic-more:hover{background:transparent; color: #17A2B8;}
.new_category_page #lsb a.ceramic-more.show_less img{transform: rotate(180deg);}
.new_category_page .filter_h_line{margin:12px 12px 4px; background:#E5E5E5;}
.new_category_page .apply_filters_btn{background:#17A2B8; border-radius:5px; height:45px; font-size:1rem; font-weight:500;}

.new_category_page #lsb li.name-holder a:hover{background:transparent;}
.new_category_page .ceramic-more {
    color: #17A2B8;
    text-decoration: underline;
    font-size: 0.875rem;
    margin-left: 6px;
}
.new_category_page .list-product-layout #lsb a.total-item{
	position: relative;
	display: block;
	min-height: 26px;
	padding-left: 1.5rem;
	color:#5D5E5F;
}

.category_filter_section{float:none !important;}
.position-relative {
	position: relative !important;
}
.d-block {
	display: block !important;
}

.new_category_page .font-weight-bold{font-weight:bold;}
.new_category_page .text-uppercase{text-transform:uppercase;}
.new_category_page .align-items-center{align-items:center;}
.new_category_page .justify-content-center{justify-content:center;}
.new_category_page .d-flex{display:flex;}
.new_category_page .star-list{float: left; margin: 0; width: 38%; position: relative; display: flex; margin-top: 4px;}
.new_category_page .ajax_content_wraper{display: flex; flex-wrap: wrap;}
@media (max-width: 1550px){
.new_category_page .body-inner {
	max-width: 1400px !important;
	width: auto !important;
}
}
@media (max-width: 1399.98px){
.new_category_page .body-inner {
	width: auto !important;
}
.new_category_page #content_ajax_final .prod-box, .new_category_page .list-product-layout .prod-box{
	width:33.33%;
}
.new_category_page.cat-v1 .rush_callout, .new_category_page.cat-v1 .lowest_price_callout {
	min-width: 310px;
	height: 52px;
	font-size: 0.75rem;
}
.new_category_page.cat-v1 .lowest_price_callout a.veiw_link{font-size: 0.75rem;}
.new_category_page .list-product-layout .listpage-newbanwrap h1.text-section{width: 35%;}
.new_category_page .newcat-callout-wrap{width:65%;}
}

@media (max-width: 1250.98px){
.new_category_page.cat-v2 .rush_callout, .new_category_page.cat-v2 .lowest_price_callout {
	min-width: 280px;
	height: 40px;
	font-size: 0.75rem;
}
.new_category_page.cat-v1 .newcat-callout-wrap{padding-top:15px;}
.new_category_page.cat-v1 .rush_callout, .new_category_page.cat-v1 .lowest_price_callout {
	min-width: 280px;
	height: 40px;
	font-size: 0.75rem;
}
}

@media (max-width: 1199.98px){
.new_category_page .body-inner .breadcrumbs {
    font-size: 0.75rem;
}
.new_category_page .list-product-layout .listpage-newbanwrap h1.text-section {
    font-size: 1.325rem;
}
.new_category_page .list-product-layout .h2_content_text h2 {
    font-size: 0.813rem;
}
.new_category_page div.header-content, .new_category_page div.header-content p {
    font-size: 0.75rem !important;
}
.new_category_page .filter_sort_title {
    font-size: 0.75rem;
}
.new_category_page .filter_sort_by .custom-control-label {
    font-size: 0.75rem;
	font-weight: 500;
}
.new_category_page .collapse_head {
    font-size: 0.75rem;
}
.new_category_page .expand_heading > span, .new_category_page .expand_heading span a {
    font-size: 0.75rem;
}
.new_category_page .list-product-layout #lsb .Ceramic-mug-holder ul li a { font-size: 0.75rem !important;}

.new_category_page .left-holder-for-responsive{width: 35%;}
.new_category_page #inner-rsb {width: 65%;}
.sortby_dropdown .custom_select_box a {
    font-size: 0.75rem;
}
.new_category_page .list-product-layout .tshirt-class-availaible {
    font-size: 0.75rem;
}
.new_category_page .list-product-layout .product-code {
    font-size: 0.75rem;
}
.new_category_page .footer-content-new, .footer-content-new p {
    font-size: 0.753rem;
}
.new_category_page.cat-v1 .shipping_callout .veiw_link{font-size: 0.75rem;}
.new_category_page .list-product-layout .listpage-newbanwrap h1.text-section{width: 30%;}
.new_category_page .newcat-callout-wrap{width:70%;}
}
@media (max-width: 1050.98px){
	.new_category_page .list-product-layout .listpage-newbanwrap h1.text-section{width: 27%;}
	.new_category_page .newcat-callout-wrap{width:73%;}
}

@media (max-width: 1025.98px){
.new_category_page .left-holder-for-responsive #lsb .Ceramic-mug-holder ul li {
	border-top: 0;
	border-bottom: 0;
	line-height: 30px;
}
.new_category_page .left-holder-for-responsive #lsb .expand_wrapper {
	display: block;
}
.new_category_page .left-holder-for-responsive #lsb .Ceramic-mug-holder ul li a {
	padding-left: 45px;
}
.new_category_page .refine-your-search-holder-responsive {
	display: block;
}
.new_category_page .list-product-layout .refine-search-top-hd-holder {
	display: none !important;
}
.new_category_page .left-holder-for-responsive #lsb .posRel {
	margin-left: 0;
}
.new_category_page .left-holder-for-responsive #lsb .Ceramic-mug-holder{
	padding-bottom:10px;
}
}

@media (max-width: 991.98px){
.new_category_page #content_ajax_final .prod-box, .new_category_page .list-product-layout .prod-box{
	width:50%;
}
.new_category_page .list-product-layout .prod-box .picbox img {
    width: auto;
    height: 224px;
}
.new_category_page .footer-content-new, .footer-content-new p {
    font-size: 0.75rem;
}

.new_category_page .list-product-layout .listpage-newbanwrap h1.text-section {
	width: 100%;
	margin: 15px 0 15px;
}

.new_category_page .newcat-callout-wrap {
	width: 100%;
	justify-content: start;
}
.new_category_page.cat-v1 .newcat-callout-wrap{padding-top:0;}
}