html>body {
	background: #f2f2f2;
}

.sale-page-wrap {
	padding: 30px 0;
	width: 100%;
	float: left;
}

.sale-left-panel {
	float: left;
	width: 20%;
	padding-left: 15px;
	padding-right: 15px;
}

.sale-right-panel {
	float: right;
	width: 80%;
	padding-left: 15px;
	padding-right: 15px;
}

/* shop menu
.sale-left-panel:hover ~ .sale-right-panel {
    opacity: 0.2;
} */
.menu-title {
	text-align: center;
	background: #fff;
	border-top: 2px solid #09c1e3;
	border-radius: 3px 3px 0 0;
	font-weight: 600;
	padding: 10px 0;
	text-transform: uppercase;
}

.shopping-menu {
	list-style: none;
	*zoom: 1;
	background: #fff;
	padding: 0;
	margin-bottom: 20px;
}

.shopping-menu:before,
.shopping-menu:after {
	content: " ";
	display: table;
}

.shopping-menu:after {
	clear: both;
}

.shopping-menu ul {
	list-style: none;
	width: 100%;
	padding: 0;
	box-shadow: 7px 7px 21px -3px rgba(0, 0, 0, 0.2);
	background: #fff;
	z-index: 1;
}

.shopping-menu a {
	padding: 10px;
	color: #50555a;
}

.shopping-menu a:hover {
	text-decoration: none;
	color: #f15a29;
}

a.menu-parent {
	position: relative;
}

a.menu-parent::after {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 15px;
	font-weight: normal;
	position: absolute;
	right: 15px;
	top: 20%;
}

.hover>a.menu-parent::after {
	color: #f15a29;
	right: 10px;
}

.shopping-menu li {
	position: relative;
}

.shopping-menu>li {

	border-top: 1px solid #e7eaec;
}

.shopping-menu>li.shopmenu-hover>a {
	background: #fff;
}

.shopping-menu>li>a {
	display: block;
}

.shopping-menu li ul {
	position: absolute;
	left: -9999px;
}

.shopping-menu>li.shopmenu-hover>ul {
	top: 0;
	left: 100%;
}

.shopping-menu li li.shopmenu-hover ul {
	left: 100%;
	top: 0;
	background: #fff;
}

.shopping-menu li li.hover>a {
	background: #fff;
}

.shopping-menu li li a {
	display: block;
	position: relative;
	z-index: 1;
	border-top: 1px solid #e7eaec;
	padding-left: 7px;
}

.shopping-menu li li li a {

	z-index: 200;
	border-top: 1px solid #e7eaec;
	padding-left: 15px;
}

@media screen and (max-width: 1024px) {
	.active {
		display: block;
	}

	.shopping-menu>li {
		float: none;
	}

	.shopping-menu ul {
		display: block;
		width: 100%;
	}

	.shopping-menu>li.shopmenu-hover>ul,
	.shopping-menu li li.shopmenu-hover ul {
		position: relative;
		left: 0;
	}

	.shopping-menu li li a {
		padding-left: 7px;
	}

	.shopping-menu li li li a {
		padding-left: 15px;
	}

	a.menu-parent::after {
		content: "+";
	}

	.shopmenu-hover a.menu-parent::after {
		content: "-";
	}

	.sale-right-panel {
		opacity: 1 !important;
	}
}

/* shop menu End */

.shop-home-wrap {
	background: #ffffff none repeat scroll 0 0;
	box-shadow: 0px 2px 3px #dddddd;
	float: left;
	margin-bottom: 40px;
	width: 100%;
	padding: 25px 0;
}

.store-header {
	font-size: 1.5em;
	margin: 0;
	padding: 5px 15px 20px;
}

.salepage-search {
	position: relative;
}

.salepage-search input[type="text"] {
	padding: 10px 44px 10px 7px;
	width: 100%;
}

input.search-btn[type="submit"] {
	background: rgba(0, 0, 0, 0) url("/images/pro-search.png") no-repeat scroll 0 0;
	height: 25px;
	padding: 0;
	position: absolute;
	right: 10px;
	top: 12px;
	width: 26px;
}

input.search-btn[type="submit"]:hover {
	background: rgba(0, 0, 0, 0) url("/images/pro-search.png") no-repeat scroll 0 0;
}

.product-display {

	border-radius: 3px;
	display: inline-block;
	float: none;
	margin: 0 0 20px;
	overflow: hidden;
	padding: 11px 20px;
	position: relative;
	text-align: center;
	vertical-align: top;
	width: 100%;
	z-index: 0;
}

.rotation .default,
.rotation .front-end {
	overflow: hidden;
	position: relative;
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform-style: preserve-3d;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: rotateY(0deg);
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	z-index: 24;
}


.rotation:hover .default,
.rotation:hover .front-end {
	z-index: 35;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-transition-delay: .2s;
	-moz-transition-delay: .2s;
	transition-delay: .2s;
}

.product-display .product-hover {
	background: #0099c1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	bottom: 0;
	color: #7f7f7f;
	display: none;
	line-height: 20px;
	left: 0;
	padding: 10px 15px 90px;
	position: absolute;
	right: 0;
	top: 0;
	width: auto !important;
}

.rotation .product-hover {
	display: block;
	height: inherit;
	-webkit-transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-transform: rotateY(-180deg);
	-moz-transform-style: preserve-3d;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: rotateY(-180deg);

	width: 100%;
	z-index: 13;
}

.product-display.rotation:hover .product-hover {
	z-index: 46;
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform: rotateX(0deg) rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transition-delay: .2s;
	-moz-transition-delay: .2s;
	transition-delay: .2s;
	-moz-transition: all .6s ease-in-out;
	-webkit-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.product-display a.prdctTitle {
	color: #0d4777;
	display: block;
	line-height: 20px;
	margin: 0 0 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.product-display .prodctPrice {
	font-weight: 600;
	color: #000;
	line-height: 20px;
	margin: 5px 0;
}

.product-hover .prdctTitle a.prdctTitle {
	color: #ffffff;
	font-size: 0.9em;
	height: 55px;
	line-height: 18px;
	overflow: hidden;
	white-space: normal;
	margin-bottom: 10px;
}

.product-hover img {
	width: 100px;
	margin-bottom: 0px;
}

.wish-list-btn {
	text-align: right;
}

.btnWish {
	background: url("/images/wish-list.png") repeat-x scroll 0 0;
	width: 34px;
	height: 34px;
	display: block;
	text-align: right;
	margin: -4px -4px 0 10px;
	font-size: 0;
	float: right;
	transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
}

.btnWish:hover {
	background: url("/images/wish-list.png") repeat-x scroll 0 -83px;
}

.product-hover .viewDetail input,
.product-list input.addcart,
.product-list a.addcart {
	background: #ffffff url("/images/cart-icon.png") no-repeat scroll 2px 8px;
	border-radius: 2px;
	color: #0d4777;
	display: inline-block;
	font-weight: normal;
	padding: 10px 17px 10px 36px;
	text-shadow: none;
	transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;

}

.product-hover .viewDetail input:hover,
.product-list input.addcart:hover,
.product-list a.addcart:hover {
	background: #0d4777 url("/images/cart-icon.png") no-repeat scroll 2px -29px;
	color: #fff;
	border: 1px solid transparent;
}

.product-list.list-group-item input.addcart,
.product-list.list-group-item a.addcart {
	background: #09c1e3 url("/images/cart-icon.png") no-repeat scroll 2px -29px;
	color: #fff;
	text-shadow: none;
	padding: 10px 17px 10px 36px;
	transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
	white-space: nowrap;

}

.product-list.list-group-item input.addcart:hover,
.product-list.list-group-item a.addcart:hover {
	background: #0d4777 url("/images/cart-icon.png") no-repeat scroll 2px -29px;
	color: #fff;
	border: 1px solid transparent;
}

.product-hover .pc-btn {
	background: #ffffff;
	color: #0d4777;
	text-shadow: none;
	padding: 10px 17px;
	transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;

}


.product-hover .prdctTitle {
	clear: both;
}

.product-display:hover {
	box-shadow: 1px 2px 3px #aaaaaa;
}

/*.shop-home-wrap .post-hidden{ opacity:0;}
.shop-home-wrap .post-visible {  opacity: 1;}
.post-img{  transform:scale(0.8);  transition:opacity 0.2s ease-in 0s, transform 0.2s ease-in 0s, -webkit-transform 0.2s ease-in 0s;}
.post-scale-img.post-img{  transform:scale(1); opacity:1; }*/


.category-wrap a.prdctTitle {
	font-size: 16px;
}

.category-proimg {
	text-align: center;
	margin-bottom: 20px;
}


.category-proimg img {
	margin: 0 auto;
}

.category-wrap .product-display {
	border: 1px solid #eee;
}

.pager-wrap .storenext {
	background: rgba(0, 0, 0, 0) url("/images/store-next.png") no-repeat scroll 0 3px;
	display: inline-block;
	height: 22px;
	margin: 0;
	width: 25px;
	text-indent: -9999px;
	font-size: 0;
	vertical-align: top;
}

.store-page-no {
	display: inline-block;
	margin: 0 5px;
}

.pager-wrap .storeprev {
	background: rgba(0, 0, 0, 0) url("/images/store-prev.png") no-repeat scroll 0 3px;
	display: inline-block;
	height: 22px;
	margin: 0;
	width: 25px;
	text-indent: -9999px;
	font-size: 0;
	vertical-align: top;
}

.pager-wrap {
	margin: 10px 20px;
	float: right;
}

.top_panel_common {
	float: right;
	margin: 0 20px;
}

.cart-panel {
	padding-top: 110px;
}

.cart-added-txt {
	text-align: center;
}

.cart-added-txt img {
	margin-right: 5px;
	margin-top: -6px;
}

.pager-wrap [disabled="disabled"] {
	opacity: 0.4;
}

/* myaccount */
.myrecent-title {
	text-align: center;
	background: #fff;
	border-top: 2px solid #09c1e3;
	border-radius: 3px 3px 0 0;
	font-weight: 600;
	padding: 10px 0;
	text-transform: uppercase;
}

.myrecent-menu {
	list-style: none;
	*zoom: 1;
	background: #fff;
	padding: 0;
	margin-bottom: 20px;
}

.myrecent-menu:before,
.myrecent-menu:after {
	content: " ";
	display: table;
}

.myrecent-menu:after {
	clear: both;
}

.myrecent-menu>ul {
	margin: 0 0 10px;
	padding: 0;
}

.myrecent-menu a {
	color: #50555a;
	display: block;
	padding: 7px 10px 7px 25px;
}

.myrecent-menu a:hover {
	text-decoration: none;
	color: #f15a29;
}

.myrecent-menu li {
	border-bottom: 1px dashed #dddddd;
	list-style: outside none none;
	padding: 0;
	position: relative;
}

.myrecent-menu li::before {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 15px;
	font-weight: normal;
	position: absolute;
	left: 10px;
	top: 18%;
	color: #f15a29;
}

.myrecent-menu li:last-child {
	border-bottom: medium none;
}

.product_top {
	padding-left: 0;
	padding-right: 0;
}

.btn-group .btn-sm,
.btn-group-sm>.btn {
	font-size: 19px;
}

.product-list {
	padding-left: 10px;
	padding-right: 10px;
}

.product-list .product-display {
	padding: 0;
}

.gridview-hidden,
.gridview-hidden a {
	color: #ffffff;
	font-size: 15px;
	margin-top: 5px;
	max-height: 80px;
	overflow: hidden;
}

.product-display.rotation:hover .product-hover .gridview-hidden,
.product-display.rotation:hover .product-hover.gridview-hidden a {
	margin-bottom: 0px;
}

.list-group-item-text {
	display: none;
}

.product-list .listview-content h2 {
	color: #0d4777;
	display: block;
	font-size: 15px;
	line-height: 20px;
	margin: 18px 0 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.product-list .listview-content h2 a {
	color: #0d4777;
}

.product-list .col-sm-2,
.product-list .col-sm-10,
.product-list .col-sm-9,
.product-list .col-sm-3 {
	width: 100%;
	padding: 0;
}

.list-group-item.product-list .col-sm-2 {
	width: 15%;
	padding-right: 5px;
	margin-bottom: 20px;
}

.list-group-item.product-list .col-sm-10 {
	width: 85%;
	padding: 0px 0px 0px 5px;
}

.list-group-item.product-list .col-sm-9 {
	width: 78%;
	padding-right: 8px;
}

.list-group-item.product-list .col-sm-3 {
	width: 22%;
	padding: 0 10px;
}

.list-group-item.product-list {
	clear: both;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	text-align: left;
	border: none;
	border-bottom: 2px solid #eeeeee;
}

.list-group-item.product-list .prdctTitle {
	display: none;
}

.list-group-item.product-list .gridview-hidden {
	display: none;
}

.list-group-item.product-list .product-display {
	margin: 0;
	border: medium none;
	text-align: left;
	padding: 0;
	box-shadow: none;
}

.product-list.gridview-hidden {
	display: block;
}

.list-group-item.product-list.gridview-hidden {
	display: none;
}

.listview-img {
	padding-left: 0;
	padding-right: 0;
	padding-top: 10px;
}

.listview-img img {
	width: 130px;
}

.list-group-item.product-list h2 {
	font-size: 17px;
	line-height: 1.2;
	margin: 0;
	white-space: normal;
	width: 75%;
}

.list-group-item .list-group-item-text {
	color: #444444;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 22px;
	text-align: justify;
	display: block;
}

.listview-content {
	padding-left: 0;
	padding-right: 0;
}

.gridview-price {
	color: #0058a1;
	font-weight: 600;
	text-align: center;

}

.price-amount {
	font-size: 14px;
}

.category-wrap .grid-group-item.product-list.list-group-item .product-display .gridview-price .enter-amt-txt {
	font-size: 13.5px;
}

.list-group-item.product-list .rotation .product-hover {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	float: right;
	left: inherit;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	right: 10px;
	text-align: center;
	transform: rotateY(0deg);
	width: auto !important;
	z-index: 999;
	top: auto;
	bottom: 20px;
}

.list-group-item.product-list .thumbnail {
	margin-bottom: 10px;
	padding-top: 15px;
}

.list-group-item.product-list .rotation:hover .default {
	transform: rotateY(0deg);
}

.thumbnail {
	border: medium none;
	margin-bottom: 0;
}

/* serach result page */
.vaaakPagerComments {
	float: right;
	font-weight: bold;
}

.vaaakPaging {
	float: right;
	margin: 0 20px;
}

.vaaakPaging table td {
	font-weight: bold;
	padding: 0 4px;
}

.search-filter select,
.search-filter input[type="text"],
.sortby-txt select {
	margin-bottom: 10px;
	width: 200px;
}

.search-filter input[type="submit"] {
	padding: 7px 17px 10px;
}

.H2White font {
	color: #0d4777;
}

.department-content img {
	float: left;
	margin: 0 10px 0 0;
}


.list-group-item.product-list {
	padding: 0px;
}

.product-innerwrap .product-display .gridview-price {
	position: relative;
}

.searchresult .product-innerwrap .product-list.list-group-item .rotation .product-hover {
	top: auto;
	bottom: 0px;
	right: -10px;
}

.category-wrap .grid-group-item.product-list .product-display {
	padding: 10px;
	height: 290px;
}

.category-wrap .grid-group-item.product-list.list-group-item .product-display {
	padding: 6px;
	height: auto;
}

.searchresult .list-group-item.product-list .rotation .product-hover {
	right: 0px;
}

.searchresult .product-innerwrap .product-list.list-group-item .col-sm-10 {

	padding: 0px 0px 0px 0px;
}

.searchresult .product-innerwrap .product-display .gridview-price {
	position: relative;

	margin-top: -28px;
	padding: 0px;
}

.searchresult .product-innerwrap .gridview-hidden,
.gridview-hidden a {
	color: #ffffff;
	font-size: 15px;
	margin-top: 5px;
	max-height: 50px;
	overflow: hidden;
}

.searchresult .product-innerwrap .product-display .gridview-hidden a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.category-wrap .grid-group-item.product-list.list-group-item .product-display .gridview-price {
	padding: 0px;
	position: relative;
	margin-top: -27px;
}

.gridview-price .line-item {
	padding: 5px !important;
}


.thankpage-wrap {
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 2px 3px #dddddd;
	float: left;
	margin: 25px auto;
	padding: 20px;
	width: 100%;
}

.cong_tick {
	color: #569e01;
	font-size: 1.6em;
	margin-bottom: 20px;
	text-align: center;
}

.thankpage-wrap>h4.ref-no {
	color: #444;
	font-size: 1.2em;
	font-weight: 600;
}

.ref-no span {
	color: #04489c;
}

.thank-share-wrap {
	border: 1px solid #e5e5e5;
	margin: 20px auto;
	padding-bottom: 25px;
	padding-top: 10px;
}

.thank-share-wrap>h4 {
	color: #04489c;
	font-size: 1.3em;
}

.thank-pro-img {
	text-align: center;
}

.thank-pro-desc {
	padding-bottom: 20px;
}

.thank-share-txt {
	color: #333;
	font-size: 1.3em;
	font-weight: 600;
	margin-right: 10px;
}

.freeship-txt {
	color: #1d4baa;
	font-weight: 600;
	background: url(/images/shipping-icon.png) no-repeat 1px 6px;
	padding: 2px 0 4px 30px;
	position: relative;
	margin-left: 0;
	background-size: 25px;
	border-top: 1px dashed #ddd;
	border-bottom: 1px dashed #ddd;
	font-size: 13px;
}

.grid-group-item.group_adjust.product-list .freeship-txt {
	position: absolute;
	bottom: 7px;
	left: 35px;
}

.grid-group-item.group_adjust.product-list.list-group-item .freeship-txt {
	position: relative;
	left: 0;
	bottom: 0;
}

.price_adjust.left_txt_adjust {
	margin-bottom: 5px;
}

.product-display .pc-btn {
	font-size: 15px;
}

.product-display .product-hover .pc-btn {
	font-size: 15px;
}

.product-display .post-img {
	height: 111px;
	object-fit: cover;
	object-position: center;
}

.product-display .product-hover .prdctTitle a.prdctTitle {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 37px;
	text-overflow: ellipsis;
}

.product-display .prodctPrice {
	margin-bottom: 40px;
}


@media screen and (max-width: 767px) {

	.shop-home-wrap .product-display.rotation:hover .product-hover img{width: 100px !important;}

	.searchresult .product-innerwrap .product-display .gridview-price {
		margin-top: 0px !important;
	}

	.sale-right-panel {
		float: none;
		width: 100%;
		padding: 0;
	}

	.sale-left-panel {
		width: 100%;
	}

	.cart-panel .check-out {
		clear: both;
		margin: 30px auto;
		text-align: center;
	}

	.cart-panel .keep-shop {
		text-align: center;
	}

	.list-group-item.product-list .rotation .product-hover {
		float: none;
		margin-bottom: 20px;
		position: relative;
		width: 100% !important;
		right: 0;
		margin-top: 10px;
	}

	.category-wrap .default {
		padding-bottom: 0;
	}

	.department-content img {
		float: none;
		margin: 0 0 10px 0;
	}

	.list-group-item.product-list .col-sm-2 {
		width: 100%;
	}

	.list-group-item.product-list .col-sm-10 {
		padding: 0 10px 0px 0px;
		width: 100% !important;
	}

	.list-group-item.product-list .col-sm-9 {
		width: 100% !important;
	}

	.list-group-item.product-list .col-sm-3 {
		width: 100% !important;
	}

	.search-filter select,
	.search-filter input[type="text"],
	.sortby-txt select {
		margin-bottom: 10px;
		width: 100%;
	}

	.product-hover .prdctTitle a.prdctTitle {
		font-size: 1em;
		height: auto;
	}



	.category-wrap .grid-group-item.product-list.list-group-item .product-display .gridview-price {
		margin-top: 0px !important;
	}

	.list-group-item.product-list h2 {
		width: 100% !important;
		margin-right: 0px;
	}

	.list-group-item.product-list .col-sm-2 {
		margin-bottom: 10px !important;
	} 

	.product-list .listview-hidden a {
		color: #0d4777;
		margin-bottom: 15px;
		/* display: inline-block; */
	}

	.category-wrap .grid-group-item.product-list .product-display {
		padding: 10px;
		height: auto;
	}

	.product-list .listview-content h2 {
		margin: 10px 0px 6px;
		line-height: 1.5;
		text-align: center;
	}
}




@media all and (device-width: 768px) and (device-height: 1024px) {
	.list-group-item.product-list {
		padding: 0px !important;
	}

	.list-group-item.product-list .col-sm-9 {
		width: 75%;
	}

	.list-group-item.product-list .col-sm-3 {
		width: 25%;
	}

	.txtbcg {
		background-size: 140%;
		height: 130px !important;
		background-position: bottom !important;
		background-repeat: no-repeat;
		background-color: transparent !important;
	}

	.searchresult .product-innerwrap .product-list.list-group-item .rotation .product-hover {
		top: auto;
		bottom: 0px;
		right: 0px !important;
	}

	.searchresult .list-group-item.product-list .col-sm-9 {
		padding-right: 30px !important;
	}

	.shop-home-wrap .category-wrap .product-list .product-display {
		padding: 0px;
		height: auto;
	}

	.list-group-item.product-list .col-sm-10 {
		width: 84%;
		padding: 0px 0px 10px 10px;
	}

	.category-wrap .product-innerwrap .grid-group-item.product-list.list-group-item .product-display .gridview-price {
		padding: 0px;
	}

	.product-list.list-group-item input.addcart {
		padding: 10px 10px 10px 36px;
	}

	.category-wrap .grid-group-item.product-list.list-group-item .col-sm-3 {
		padding: 0px;
	}

	.category-wrap .grid-group-item.product-list.list-group-item .product-display .gridview-price {
		padding: 0px;
	}

	.category-wrap .grid-group-item.product-list.list-group-item .product-display {
		padding: 0 !important;
		height: auto;
	}

	.category-wrap .product-list.list-group-item input.addcart {
		right: 0px;
		position: relative;
		padding: 10px 10px 10px 36px;
	}

	.product-list.list-group-item .listview-img img {
		padding: 0px;
	}

	.searchresult .list-group-item.product-list {
		padding: 5px;
	}
}


@media screen and (max-width: 820px) and (max-width: 1180px) {
	.sale-right-panel {
		float: none;
		width: 100%;
		padding: 0;
	}

	.sale-left-panel {
		width: 100%;
	}


	.category-wrap .default {
		padding-bottom: 0;
	}

	.list-group input.addcart,
	.list-group a.addcart {
		background: #09c1e3;
		padding: 7px 16px;
		font-size: 13px;
	}

	.list-group input.addcart:hover,
	.list-group a.addcart:hover {
		background: #0d4777;
	}

	.listview-img {
		padding-top: 7px;
	}

	.listview-img img {
		padding: 7px;
	}

	.list-group-item.product-list h2 {
		font-size: 17px;
	}

	.search-filter {
		text-align: center;
	}

	.sortby-txt {
		text-align: right;
	}

	.list-group-item.product-list {
		padding: 0 !important
	}

	.txtbcg {
		background-size: 140%;
		height: 160px !important;
		background-position: bottom !important;
		background-repeat: no-repeat;
		background-color: transparent !important;
	}

	.list-group-item.product-list .col-sm-10 {
		width: 85%;
		padding: 0px 0px 10px 5px;
	}

	.category-wrap .product-innerwrap .grid-group-item.product-list.list-group-item .product-display .gridview-price {
		padding: 0px;
	}

	.category-wrap .product-list.list-group-item input.addcart {
		right: 3px;
		position: relative;
		padding: 10px 10px 10px 36px;
	}

	.product-list.list-group-item .listview-img img {
		padding: 0px;
	}

	.searchresult .product-innerwrap .product-list.list-group-item .rotation .product-hover {
		top: auto;
		bottom: 0px;
		right: 5px !important;
	}

	.searchresult .list-group-item.product-list .col-sm-9 {
		padding-right: 30px !important;
	}

	.list-group-item.product-list .col-sm-9 {
		width: 75%;
	}

	.list-group-item.product-list .col-sm-3 {
		width: 25%;
	}

	.category-wrap .grid-group-item.product-list.list-group-item .product-display .gridview-price .enter-amt-txt {
		font-size: 12px;
	}

	.sale-right-panel {
		float: none;
		width: 100%;
		padding: 0;
	}

	.sale-left-panel {
		width: 100%;
	}

	.list-group-item.product-list .col-sm-2 {
		margin-bottom: 25px;
	}

	.category-wrap .default {
		padding-bottom: 0;
	}

	.list-group input.addcart,
	.list-group a.addcart {
		background: #09c1e3;
		padding: 7px 16px;
		font-size: 13px;
	}

	.list-group input.addcart:hover,
	.list-group a.addcart:hover {
		background: #0d4777;
	}

	.listview-img {
		padding-top: 7px;
	}

	.listview-img img {
		padding: 7px;
	}

	.list-group-item.product-list h2 {
		font-size: 17px;
	}

	.search-filter {
		text-align: center;
	}

	.sortby-txt {
		text-align: right;
	}
}

@media screen and (max-width: 1024px) {
	.sale-right-panel {
		float: none;
		width: 100%;
		padding: 0;
	}

	.sale-left-panel {
		width: 100%;
		padding: 0;
	}

}
.top-partner-wrap .top-partner-site {margin-top:0px !important;}
.top-partner-site li a::after {width:390px;}
.top-partner-site .pillai-academy {padding-right:40px;}
.top-partner-site li a {font-size:14px; font-weight:600; text-decoration:none;}
.top-social {display:flex; gap:5px; margin:10px 0px; padding-right:0px; justify-content:right;}
.top-social li:hover a {color:#00dfea; background:transparent; cursor:pointer; border:1px solid #00dfea;}
.top-social li {list-style:none; border-radius:50%;}
.top-social li a {list-style:none; margin:0 2px; height:32px; width:32px; color:#bae8e8; border:1px solid #014168; border-radius:50%; display:flex; justify-content:center; align-items:center; font-size:14px; text-decoration:none; transition:all ease 0.3s;}
.top-partner-site {margin-top:0px;}
.top-social svg {color:#bae8e8; width:14px; fill:#bae8e8;}
.top-social li a:hover {height:32px; width:32px;}
.top-social li:hover svg {color:#00dfea; width:14px; position:relative; fill:#00dfea;}
.top-social svg:hover {color:#00dfea; width:14px; fill:#00dfea; position:relative;}
footer #footer{padding-bottom:0px !important;}
#footer .copyright-txt a{color:#333 !important;}
@media only screen and (min-device-width : 768px) and (max-device-width:1024px) {
header .col-md-4 {width:33%; float:left;}
header .col-md-8 {width:67%; float:left;}
header .container {padding:0px 10px; max-width:100%; width:100%;}
.top-partner-site li a {padding-bottom:8px; padding-top:10px;}
header .col-md-4 .logo {background-size:100%;}
}