/* my account */
.sidebar.sidebar-main {
    padding: 0 20px 0 0 !important;
    border: 0px !important;
}
.account-nav .nav > li > a::before, 
.account-nav .nav > li > strong::before {
    display: none !important;
}
.account-nav .nav > li > a {
    font-weight: 600;
    color: #222529 !important;
}
.account-nav .nav > li > strong {
    color: #0D9D5D;
}
.sidebar-main .account-nav-content ul li a:hover {
	color: #0D9D5D !important;
}

body.account .page-wrapper > .breadcrumbs {
    margin-bottom: 0px;
}
body.account #maincontent {
    padding-top: 0px;
}


/* blog */
.post-item-list .post-info-wraper {
	height: 250px;
}
@media (max-width: 767px) {
	.mpblog-search {
		display: none;
	}
	.mpblog-post-index .mpblog-search {
		display: block;
	}
}

/* register */
.customer-account-create .is-conditions,
.customer-account-create .agree,
.customer-account-create .newsletter {
	display: inline-flex;
}
.customer-account-create .is-conditions label,
.customer-account-create #is_conditions-error,
.customer-account-create .newsletter label {
	display: inline;
}
.customer-account-create .field.choice.agree {
	margin-left: 5%;
}
.customer-account-create .field.choice.agree label:after {
	content: '';
	margin: 0px;
}
.customer-account-create .form-create-account .account-social-login:before,
.customer-account-create .form-create-account .account-social-login:after {
	content: '' !important;
	display: none;
}
.customer-account-create .form-create-account .account-social-login {
	margin: 0px !important;
}
.customer-account-create .secondary.text-center.pt-3,
.customer-account-create .text-center.pt-3,
.customer-account-create .suffix-label {
	display: none;
}
@media (max-width: 767px) {
	.form-create-account {
		border: 0px !important;
		box-shadow: none !important;
	}
}

/* forgot password */
.customer-account-createpassword .form.password input {
	max-width: 337px;
}
@media (max-width: 767px) {
	.form.password.forget {
		border: 0px;
		box-shadow: none;
	}
}

/* forgot password reset */
.form.password.reset {
    width: auto;
    margin: 0 auto;
    padding: 20px 10px;
    border-top-color: transparent !important;
}
.form.password.reset .field.password,
.form.password.reset .field.confirmation {
	max-width: 337px;
	margin: 0 auto;
}
@media (min-width: 768px) {
    .form.password.reset {
        width: 808px;
        margin: 0 auto;
        padding: 50px;
        box-shadow: 0 0 6px rgb(0 0 0 / 16%);
    }
}

/* breadcrumbs */
@media (max-width: 767px) {
	.page-wrapper .breadcrumbs {
		display: block;
		/* margin-top: 70px; */
	}
}

/* cms page */
.author_attr {
	min-height: 20px;
}
@media (max-width: 767px) {
	.cms-page-view #maincontent {
		margin-top: 0px;
		padding-top: 15px;
	}
}

/* home */
.cms-index-index .column.main .messages {
	margin: 40px auto;
	max-width: 1280px;
	width: 100%;
	padding: 0 15px;
}
.products-grid .price-box .price {
	font-size: 1.8rem;
}
.cms-index-index .btnViewall a:hover {
	text-decoration: none;
}
/* @supports (-webkit-touch-callout: none) {
	.cms-index-index .products.wrapper.grid.products-grid {
		display: inline-block;
	} 
} */
.product-label.sale-label,
.product-label.new-label {
	font-size: 11px !important;
	line-height: 1 !important;
	padding: 6px 0 0 !important;
}
.owl-theme .owl-nav [class*='owl-']:hover {
	background: transparent;
}
.img-desktop {
	display: block !important;
}
.img-mobile {
	display: none !important;
}
@media (max-width: 767px) {
	.img-desktop {
		display: none !important;
	}
	.img-mobile {
		display: block !important;
	}
	.cms-index-index #maincontent {
		margin-top: -4px !important;
	}
	.banner-slider-main .porto-icon-left-open-big, 
	.banner-slider-main .porto-icon-right-open-big {
		font-size: 2.5rem !important;
	}
}
@media only screen and (min-width: 321px) and (max-width: 639px) {
	.product-item .rating-summary .rating-result > span:before {
		font-size: 1.1rem !important;
	}
}

/* header */
.page-title-wrapper {
	padding-top: 25px;
}
.my-account-fix {
	display: inline-block !important;
	position: absolute;
	top: 50%;
	right: 115px;
	margin-top: -13px;
}
@media (min-width: 768px) {
	.customer-account-login .columns,
	.customer-account-create .columns,
	.customer-account-forgotpassword .columns,
	.customer-account-createpassword .columns {
		padding-top: 50px;
	}
}
@media (max-width: 767px) {
	.page-wrapper {
		padding-top: 110px;
	}
}

/* footer */
.footer .accordion {
	pointer-events: none;
}
@media (max-width: 767px) {
	.footer .accordion {
		color: #444;
		cursor: pointer;
		padding: 2px;
		width: 100%;
		border: none;
		text-align: left;
		outline: none;
		font-size: 15px;
		transition: 0.4s;

		pointer-events: auto;
	}
	.footer .accordion:after{
		content: "\f107";
		font-family: 'FontAwesome';
		float: right;
		font-weight: bold;
	}
	.footer .active:after {
		content: "\f106";
	}
	.footer .panel {
		padding: 0 18px;
		display: none;
		background-color: white;
		overflow: hidden;
	}
}

/* footer newsletter */
@media (max-width: 767px) {
	.page-footer .custom-block .row.align-items-center {
		text-align: center;
		padding: 25px 0 10px 0;
	}
	.page-footer .custom-block .row.align-items-center .col-md-6.col-lg-4 > h4 {
		font-size: 16px !important;
	}
}

/* category view */
.product-item .product-reviews-summary .reviews-actions {
	display: inline-block;
}
.block-content.filter-content .filter-label:after {
	content: '';
}
.toolbar-products:first-child .toolbar-amount {
	display: block !important;
}
@media (min-width: 768px) {
	.block-content.filter-content .filter-label {
		display: none;
	}
	.page-products .products.wrapper.grid .product.details.product-item-details {
		height: 185px;
	}
}

/* product view */
.catalog-product-view #relateditem_carousel .product-item-photo .product-item-photo img {
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
@media only screen and (max-width: 767px) {
	.catalog-product-view.page-product-bundle .product-info-stock-sku .available {
		width: 100% !important;
	}
}

/* cart */
.checkout-cart-index .page-title-wrapper {
	padding-top: 0px;
}
.cart.table-wrapper .product-item-details {
	vertical-align: initial;
}
.checkout-cart-index .coupon .action.apply.primary {
	top: 59px !important;
}
.cart.table-wrapper .col {
	vertical-align: initial;
}
.cart.table-wrapper th.col.qty {
	text-transform: uppercase;
	width: 130px;
}
.cart.table-wrapper .fieldset > .field.qty, .cart.table-wrapper .nested.options-list > .field.qty {
	position: relative;
	width: 106px;
}
.cart.table-wrapper .qty.field .control, .cart.table-wrapper .qty.field .qty-changer {
	margin-left: 25px;
}
.cart.table-wrapper .qty.field {
	position: relative;
}
.cart.table-wrapper .qty.field .qty-changer > a {
	position: absolute;
	top: 0;
	left: 0;
	height: 32px;
	width: 32px;
	line-height: 32px;
	text-align: center;
	margin: 0;
	border-color: #dae2e6;
}
.cart.table-wrapper .qty.field .qty-changer > a:first-child {
	left: auto;
	right: 4px;
}
.cart.table-wrapper .input-text.qty {
	font-family: 'Oswald';
	display: inline-block;
	vertical-align: middle;
	height: 32px;
	width: 48px!important;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	color: #61605a;
	margin: 0;
	border-color: #dae2e6;
	border-radius: 0 !important;
}
.cart.table-wrapper .qty.field .qty-changer > a .porto-icon-up-dir:before {
	content: '\f882';
}
.cart.table-wrapper .qty.field .qty-changer > a .porto-icon-down-dir:before {
	content: '\f883';
}
.cart-summary .block.rewardpoints #block-discount-heading {
	text-transform: capitalize;
	font-weight: normal;
}
.form.form-cart .use-ajax.action.towishlist.action-towishlist {
	display: none;
}
@media (max-width: 767px) {
	.checkout-cart-index .coupon .action.apply.primary {
		height: 36px !important;
	}
}

/* onestep checkout */
.onestepcheckout-index-index .field.street .control .field .label {
	display: none;
}
.onestepcheckout-index-index .block.social-login-authentication-channel {
	padding-top: 5px !important;
}
.onestepcheckout-index-index .block-customer-login.mp-6 .form-login div.secondary {
	margin-top: -55px;
}
.onestepcheckout-index-index .block-customer-login.mp-6 .form-login div.secondary {
	display: none;
}
.onestepcheckout-index-index .social-login-authentication-channel .secondary {
	padding-top: 10px;
}
.onestepcheckout-index-index .social-login-authentication-channel .secondary a {
	color: #0F9D5D;
}
@media (max-width: 767px) {
	.onestepcheckout-index-index .first-br-hide-mobile {
		display: none;
	}
	.onestepcheckout-index-index .block-authentication {
		min-height: 480px !important;
	}
}
@media (min-width: 768px) {
	.onestepcheckout-index-index .or-line {
		display: none !important;
	}
}

/* thank you */
.checkout-success {
	background-color: #f7f7f7;
	border: 1px solid #EBEBEB;
	
	width: 100%;
	max-width: 808px;
	margin: 0 auto;
	padding: 50px;
	text-align: center;
}
.checkout-success .checkout-success-msg {
	margin-top: 30px;
	margin-bottom: 30px;
}
.checkout-success .actions-toolbar {
	text-align: center;
}
.checkout-success .continue {
	border-radius: 6px !important;
}
.checkout-onepage-success #registration {
	display: none;
}

/* my account - dashboard */
.table-wrapper.orders-recent .order-count {
	margin-top: 15px;
	padding-right: 25px;
}

/* my account - edit profile */
.customer-account-edit .suffix-label {
	color: #B8B8B8;
	font-size: 13px;
}

/* my account - my address */
.block.block-addresses-list.block-addresses-default {
	margin-bottom: 0px;
}
.block.block-addresses-list.block-addresses-default .delete {
	color: #d7d7d7;
}
.block.block-addresses-list.block-addresses-default .box.box-address {
	margin-bottom: 15px;
}

/* my account - order history */
.sales-order-history .account-box .block-title {
	position: relative;
}
.sales-order-history .order-status-filter-wrapper {
	top: 0;
	right: 0;
	position: absolute;
}

/* my account - order detail */
.page-title-wrapper.order-detail {
	position: relative;
}
.page-title-wrapper.order-detail .order-print {
	position: absolute;
	top: 0;
	right: 0;
}

/* my account - shipment detail */
.order-details-items.shipments .actions-toolbar {
	display: none;
}

/* my account - invite friend */
.rewardpoints-referral-index .fb-label {
	display: none;
}
@media (max-width: 767px) {
	.rewardpoints-referral-index .fb-label {
		display: block;
		color:#21293c;
	}
}

/* cms - branches */
.sec-drop-branches details div input {
	display: none;
}

/* cms - faq */
@media (max-width: 640px) {
	.sec-faq .tabcontent {
        display: block !important;
	}
	.sec-faq .tab button:before {
		content: '';
		display: block;
		margin-top: -50%;
	}
	.sec-faq .tab button {
		padding-top: 40px !important;
	}
}

/**
 * Track my order
*/
.trackmyorder-track-guest .page-title-wrapper,
.track-my-order-wrapper.customer .page-title-wrapper {
	padding-left: 10px;
}
.track-my-order-wrapper.guest .track-my-order-item h1,
.track-my-order-wrapper.customer .track-my-order-item h1 {
	color: #000;
}
.track-my-order-wrapper .item-img {
	margin-right: 20px;
}
.track-my-order-wrapper.customer {
    border: 1px solid #c7c7c7;
    padding: 10px 10px;
	margin-top: 25px;
}
.track-my-order-wrapper.guest {
    padding: 10px 10px;
}
.track-my-order-item h3 {
    font-weight: bold;
}
.track-my-order-item table thead {
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
}
.track-my-order-wrapper tbody > tr > td:first-child {
	display: flex !important;
	/* border: 0; */
}
.track-my-order-wrapper tbody > tr:first-child > td:first-child {
	border-top: 0;
}
@media (max-width: 767px) {
	.trackmyorder-track-guest .page-title-wrapper,
	.track-my-order-wrapper.customer .page-title-wrapper {
		padding-left: 0px;
	}
	.trackmyorder-track-guest .page-title-wrapper .page-title .base,
	.trackmyorder-track-customer .page-title-wrapper .page-title .base {
		font-size: 2.3rem;
	}
	.track-my-order-wrapper.guest .track-my-order-item h1,
	.track-my-order-wrapper.customer .track-my-order-item h1 {
		font-size: 2.1rem;
	}
	.track-my-order-wrapper {
		border: 1px solid #cccccc;
		padding: 0px !important;
	}
	.track-my-order-wrapper h1 {
		padding: 10px;
		margin: 0px;
	}
	.track-my-order-wrapper .item-img {
		width: 80px;
		margin-right: 10px;
	}
	.track-my-order-wrapper tbody > tr > td:first-child {
		padding-bottom: 15px !important;
		font-weight: 600;
		color: #555555;
	}
	.track-my-order-wrapper .table td,
	.track-my-order-wrapper tbody > tr > td:last-child {
		border: 0px !important;
	}
}

.sidebar.sidebar-main {
    /* border: 1px solid #ebebeb!important; */
    padding-left: 20px!important;
    padding-top: 15px!important;
}
.catalog-category-view .sidebar.sidebar-main , .catalogsearch-result-index .sidebar.sidebar-main {
	border: 1px solid #ebebeb!important;
}
@media only screen and (max-width: 767px) {
    .catalog-category-view .sidebar.sidebar-main , .catalogsearch-result-index .sidebar.sidebar-main {
		border:none!important;
	}
}

.sidebar.sidebar-main ol.items li.item {
    list-style-type: none;
}

.block-category-list .block-title, .filter-options-item.active .filter-options-title {
    border-bottom: 1px solid #ebebeb!important;
    padding-bottom: 10px;
}
.modes-mode.active {
    color: #2c8c5a;
}
.filter-options-title:after {
    color: #cccccc!important;
}
.products img.product-image-photo {
    width: 100%;
    height: auto;
}

.children-age {
    padding-bottom: 20px;
}
.children-age .item {
    text-align: center;
}

.children-age .item img {  
    object-fit:cover;
    border-radius:50%;
}
.children-types {
    padding-bottom: 20px;
}
/* Address - Add //Aim-Edit */
.content-custom-style1 .form-style1{
	padding: 20px 0 0;
	border: none;
	box-shadow: none;
}
.content-custom-style1 .form-style1 .fieldset:nth-child(1),.form-address-edit .fieldset:nth-child(2){
	float: none;	
	width: 70%;
}
.content-custom-style1 .fieldset{
	margin-bottom:0;
}
.content-custom-style1 .fieldset.all-input{
	width:100%;
	float:none;
}
.content-custom-style1 .fieldset.password.all-input{
	padding-top:18px;
	width:70%;
}
.content-custom-style1 .fieldset.password.all-input .field{
	width: 50%;
    padding-right: 3%;
}
.content-custom-style1 .form-style1 .fieldset > .field{
	padding:0;
}
.content-custom-style1 .form-style1 .fieldset > .field.left-input{
	padding-right:3%;
	width:50%;
	float:left;
}
.content-custom-style1 .form-style1 .fieldset > .field.right-input{
	padding-left:3%;
	width:50%;
	float:right;
}
.content-custom-style1 .form-style1 .form-address-edit{
	margin-bottom:0;
}
.content-custom-style1 .form-style1 .fieldset > .field > .label{
	margin-bottom: 0;
}
.content-custom-style1 .form-style1 .actions-toolbar .action.primary{
	width: 50%;
	margin-top: 15px;
}
.content-custom-style1 input{
	font-family: db_heaventregular;
}
.content-custom-style1 input:read-only{
	background-color: #ebebeb;
	color:#777;
}
.content-custom-style1 .form-style1 select{
	height: 38px;
    line-height: 1.4;
    padding: 10px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
}
.content-custom-style1 .form-style1 select.day,.content-custom-style1 .form-style1 select.year{
	width: 50%;
}
.content-custom-style1 .form-style1 select.month{
	margin-right: 1rem !important;
}
.content-custom-style1 .style-des2{
	color:#777;
}
.content-custom-style1 .choice label:before,.box-style .choice label:before{
	background-color: #fff;
	border-radius: 3px;
    border: 1px solid #ebebeb;
	padding:7px;
}
.content-custom-style1 .additional_info{
	margin-top: 18px;
}
.content-custom-style1 .reward-data{
	padding:18px 0;
	font-size:18px;
	color:#000;
}
.content-custom-style1 .reward-sub-data{
	font-size:14px;
	color:#000;
}
.box-style{
	display:inline-block;
	width: 48%;
}
.box-style .box{
	color:#000;
}
.box-style .title-right{
	padding-left:1rem;
}
.box-style .block-title{
	font-size:20px;
}
.box-style .box-information, .box-style .box-newsletter{
	width:100% !important;
	padding: 0 1rem 2rem 0;
}
.box-style .box-billing-address, .box-style .box-shipping-address{
	width:100% !important;
	padding: 0 0 2rem 1rem;
}
.box-style .box .box-title .action{	
	float:right;
	display:inline-block;
}
.customer-account-index .account-box.ad-account-info.box{
	margin-bottom:10px;
}

.invite-friend-wrapper input{
	font-family: db_heaventregular;
}
.invite-friend-wrapper .fb-share-wrapper img{
	width:100%;
}
.invite-friend-wrapper .invite-des{
	color:#21293c;
}

.products-grid.wishlist .product-item-name{
	text-align: left;
    font-weight: 600;
    text-transform: capitalize;	
	margin-left: 0;
}
.products-grid.wishlist .product-item-link{
	color:#000;
}
.products-grid.wishlist .price-box .price{
	font-size: 1.9rem !important;
}
.products-grid.wishlist .product-item .price-box{
	text-align:left;	
	margin-left: 0;
}
.products-grid.wishlist .comment-box, .products-grid.wishlist .box-tocart .fieldset .field.qty{
	display:none;
}
.products-grid.wishlist .product-item .fieldset .product-item-actions{
	display:inline-block;
	width: 100%;
}
.products-grid.wishlist .product-item .box-tocart .actions-primary{
	width: 100%;
}
.products-grid.wishlist .product-item .tocart{
	width:100%;
	padding-top: 4px;
	border: 1px solid;
}
.products-grid.wishlist .product-item .box-tocart{
	margin-bottom:0;
	width:100%;
}
.products-grid.wishlist .product-item-actions>*{
	text-decoration:underline;
}
.products-grid.wishlist .product-item-photo{
	float: none;
}
.wishlist-index-index .products-grid .product-item .product-item-inner{
	padding:0;
}


@media only screen and (max-width: 780px) {
	.content-custom-style1 .form-style1{
		padding-top: 18px;
	}
	.content-custom-style1 .form-style1 .fieldset:nth-child(1),.form-address-edit .fieldset:nth-child(2){
		width: 100%;
	}	
	.form-style1 .fieldset:nth-child(2){
		margin-top:18px;
	}
	.content-custom-style1 .fieldset.password.all-input{
		padding-top:18px;
		width:100%;
	}
	.content-custom-style1 .fieldset.password.all-input .field{
		width: 100%;
		padding-right: 0;
	}
	.content-custom-style1 .form-style1 .fieldset > .field{
		padding:0;
	}
	.content-custom-style1 .form-style1 .fieldset > .field.left-input{
		padding-right:0;
		width:100%;
		float:none;
	}	
	.content-custom-style1 .form-style1 .fieldset > .field.left-input{
		padding:0;
		width:100%;
		float:none;
	}
	.content-custom-style1 .form-style1 .fieldset > .field.right-input{
		padding:0;
		width:100%;
		float:none;
	}
	
	.content-custom-style1 .form-style1 .actions-toolbar .action.primary{
		width: 100%;
		margin-top: 15px;
	}
	.box-style{
		width: 100%;
	}
	.box-style .box-information, .box-style .box-newsletter{	
		padding: 0;
	}
	.box-style .box-billing-address, .box-style .box-shipping-address{
		padding: 0;
	}
	.box-style .block-dashboard-addresses{
		margin-top:2rem;
	}
	.box-style .title-right{
		padding-left:0;
		display:none;
	}
	.products-grid.wishlist .product-item-actions{
		display:none;
	}
	.products-grid.wishlist .product-item{
		border-bottom:none;
		width:48%;
	}	
	.wishlist-index-index .products-grid .product-item .product-item-inner{
		padding:0;
	}
}

.orders-history th, .orders-history td{
	color:#222529;
}
.orders-history td.col.id{
	color:#0D9D5D;
}
.orders-history .col.actions a{
	color:#0D9D5D;
}
.orders-history th,.orders-history td{
	border-bottom: 1px solid #e9ecef !important;
	border-top: none !important;
	padding: 1.5rem .75rem;
}

.items.order-links{
	padding-left: 0;
	margin-bottom: 0;
	color:#222529;
}
.order-links .item strong, .order-details-items,.order-links .item a {
	border-color:#ddd;
	color:#222529;
}
.table-order-items tr > th{
	border-bottom: 1px solid #e9ecef;
}
.order-details-items .table-order-items tbody + tbody{
	border: none;
}
.order-details-items .table-wrapper .data.table > thead > tr > th{
	border-color:#ddd;
}
.order-details-items .mark{
	background: none;
}
.order-details-items tfoot{
	border-top:none;
}

.block.block-addresses-default .block-content .box{
	width:49% !important;
}
.block.block-addresses-default{
	color:#222529;
}
.block.block-addresses-default .box-title .action{
	float:right;
}
.block.block-addresses-default .box-content a{
	color:#222529;
}
.block.block-addresses-default .block-title{
	font-size: 18px;
}
.block-w50{
	width:49%;
}
.block-w50 .primary{
    float: right !important;
    margin: 0 !important;
	width: auto !important;
}
.block-w50 .action.primary{
	background-color: #fff;
    border: 1px solid #0f9d5d;
    color: #0f9d5d;
    padding-left: 25px;
    padding-right: 25px;
}
.customer-address-index .account-box.ad-account-info.box{
	margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
	.block-w50{
		width:100%;
	}
	.block.block-addresses-default .block-content .box{
		width:100% !important;
	}
	.block-w50 .primary{
		float: none !important;
		width: 100% !important;
	}
}

@media only screen and (max-width: 639px){
	.orders-history tr td[data-th]:before{
		width:50%;
		color:#222529 !important
	}
	
	.orders-history .col.actions:before{
		overflow: unset !important;
		position: inherit !important;
		width: 50% !important;
	}
	.orders-history{
		border-top:none;
	}
	.orders-history th,.orders-history td{
		border-bottom:none !important;
	}
	.orders-history td.col.id{
		border-top: 1px solid #e9ecef !important;
	}
	
	.orders-history tr:last-child > td:last-child{
		border-bottom: 1px solid #e9ecef !important;
	}
	
	.order-details-items td[data-th]:before, .order-details-items td{
		color:#222529 !important;
	}
	.order-links .item{
		display: flex;
		flex-direction: column;
	}
	.order-links .item.current strong{
		font-weight:600;
		color:#0D9D5D;
		background:none;
	}
	.order-details-items tfoot{
		border-top:1px solid #ddd;
	}
	.order-details-items{
		padding:0;
	}
	.order-links .item a{
		font-weight:600;
	}
	.block.block-order-details-view{
		color:#222529;
	}
	.block-order-details-view .block-title{
		font-size: 22px;
	}	
	.sales-order-view .column.main{
		padding-bottom:0;
	}
	.order-details-items.ordered{
		margin-bottom: 10px;
	}
	.box.box-order-shipping-address .box-content a{
		color:#222529;
	}
	
}

.customer-account-index .block .block-title strong{
	font-size: 22px;
}
.orders-recent th, .orders-recent td{
	color:#222529;
}
.orders-recent td.col.id{
	color:#0D9D5D;
}
.orders-recent .col.actions a{
	color:#0D9D5D;
}
.orders-recent th,.orders-recent td{
	border-bottom: 1px solid #e9ecef !important;
	border-top: none !important;
	padding: 1.5rem .75rem;
}
.box.box-shipping-address .box-content a, .box.box-billing-address .box-content a{
	color:#222529;
}

@media only screen and (max-width: 639px){
	.orders-recent tr td[data-th]:before{
		width:50%;
		color:#222529 !important
	}
	
	.orders-recent .col.actions:before{
		overflow: unset !important;
		position: inherit !important;
		width: 50% !important;
	}
	.orders-recent{
		border-top:none;
	}
	.orders-recent th,.orders-recent td{
		border-bottom:none !important;
	}
	.orders-recent td.col.id{
		border-top: 1px solid #e9ecef !important;
	}
	
	.orders-recent tr:last-child > td:last-child{
		border-bottom: 1px solid #e9ecef !important;
	}
	
	.customer-account-index .column.main{
		display: flex;
		flex-direction: column;
	}
	.block.block-dashboard-orders{
		order:1;
	}
	.block.block-dashboard-orders .block-title.order .action.view{
		color:#222529;
	}
	.box-style{
		order:2;
	}
	#my-rewardpoints-table{
		order:3;
	}
}

.form-address-edit #street_2 {
	display: none;
}
.form-address-edit #street_3 {
	display: none;
}

.table-order-items.history .col.shipping {
	display: none;
}
.customer-account-index .sidebar.sidebar-main{
	border:none !important;
}

/* Address - Add //Aim-Edit */
.content-custom-style1 .form-style1{
	padding: 20px 0 0;
	border: none;
	box-shadow: none;
}
.content-custom-style1 .form-style1 .fieldset:nth-child(1),.form-address-edit .fieldset:nth-child(2){
	float: none;	
	width: 70%;
}
.content-custom-style1 .fieldset{
	margin-bottom:0;
}
.content-custom-style1 .fieldset.all-input{
	width:100%;
	float:none;
}
.content-custom-style1 .fieldset.password.all-input{
	padding-top:18px;
	width:70%;
}
.content-custom-style1 .fieldset.password.all-input .field{
	width: 50%;
    padding-right: 3%;
}
.content-custom-style1 .form-style1 .fieldset > .field{
	padding:0;
}
.content-custom-style1 .form-style1 .fieldset > .field.left-input{
	padding-right:3%;
	width:50%;
	float:left;
}
.content-custom-style1 .form-style1 .fieldset > .field.right-input{
	padding-left:3%;
	width:50%;
	float:right;
}
.content-custom-style1 .form-style1 .form-address-edit{
	margin-bottom:0;
}
.content-custom-style1 .form-style1 .fieldset > .field > .label{
	margin-bottom: 0;
}
.content-custom-style1 .form-style1 .actions-toolbar .action.primary{
	width: 50%;
	margin-top: 15px;
}
.content-custom-style1 input{
	font-family: db_heaventregular;
}
.content-custom-style1 input:read-only{
	background-color: #ebebeb;
	color:#777;
}
.content-custom-style1 .form-style1 select{
	height: 38px;
    line-height: 1.4;
    padding: 10px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
}
.content-custom-style1 .form-style1 select.day,.content-custom-style1 .form-style1 select.year{
	width: 50%;
}
.content-custom-style1 .form-style1 select.month{
	margin-right: 1rem !important;
}
.content-custom-style1 .style-des2{
	color:#777;
}
.content-custom-style1 .choice label:before,.box-style .choice label:before{
	background-color: #fff;
	border-radius: 3px;
    border: 1px solid #ebebeb;
	padding:7px;
}
.content-custom-style1 .additional_info{
	margin-top: 18px;
}
.content-custom-style1 .reward-data{
	padding:18px 0;
	font-size:18px;
	color:#000;
}
.content-custom-style1 .reward-sub-data{
	font-size:14px;
	color:#000;
	letter-spacing: 0.02rem;
}
.box-style{
	display:inline-block;
	width: 48%;
}
.box-style .box{
	color:#000;
}
.box-style .title-right{
	padding-left:1rem;
}
.box-style .block-title{
	font-size:20px;
}
.box-style .box-information, .box-style .box-newsletter{
	width:100% !important;
	padding: 0 1rem 2rem 0;
}
.box-style .box-billing-address, .box-style .box-shipping-address{
	width:100% !important;
	padding: 0 0 2rem 1rem;
}
.box-style .box .box-title .action{	
	float:right;
	display:inline-block;
}
.customer-account-index .account-box.ad-account-info.box{
	margin-bottom:10px;
}

.invite-friend-wrapper input{
	font-family: db_heaventregular;
}
.invite-friend-wrapper .fb-share-wrapper img{
	width:100%;
}
.invite-friend-wrapper .invite-des{
	color:#21293c;
}

.products-grid.wishlist .product-item-name{
	text-align: left;
    font-weight: 600;
    text-transform: capitalize;	
	margin-left: 0;
}
.products-grid.wishlist .product-item-link{
	color:#000;
}
.products-grid.wishlist .price-box .price{
	font-size: 1.9rem !important;
}
.products-grid.wishlist .product-item .price-box{
	text-align:left;	
	margin-left: 0;
}
.products-grid.wishlist .comment-box, .products-grid.wishlist .box-tocart .fieldset .field.qty{
	display:none;
}
.products-grid.wishlist .product-item .fieldset .product-item-actions{
	display:inline-block;
	width: 100%;
}
.products-grid.wishlist .product-item .box-tocart .actions-primary{
	width: 100%;
}
.products-grid.wishlist .product-item .tocart{
	width:100%;
	padding-top: 4px;
	border: 1px solid;
}
.products-grid.wishlist .product-item .box-tocart{
	margin-bottom:0;
	width:100%;
}
.products-grid.wishlist .product-item-actions>*{
	text-decoration:underline;
}
.products-grid.wishlist .product-item-photo{
	float: none;
}
.wishlist-index-index .products-grid .product-item .product-item-inner{
	padding:0;
}


@media only screen and (max-width: 780px) {
	.content-custom-style1 .form-style1{
		padding-top: 18px;
	}
	.content-custom-style1 .form-style1 .fieldset:nth-child(1),.form-address-edit .fieldset:nth-child(2){
		width: 100%;
	}	
	.form-style1 .fieldset:nth-child(2){
		margin-top:18px;
	}
	.content-custom-style1 .fieldset.password.all-input{
		padding-top:18px;
		width:100%;
	}
	.content-custom-style1 .fieldset.password.all-input .field{
		width: 100%;
		padding-right: 0;
	}
	.content-custom-style1 .form-style1 .fieldset > .field{
		padding:0;
	}
	.content-custom-style1 .form-style1 .fieldset > .field.left-input{
		padding-right:0;
		width:100%;
		float:none;
	}	
	.content-custom-style1 .form-style1 .fieldset > .field.left-input{
		padding:0;
		width:100%;
		float:none;
	}
	.content-custom-style1 .form-style1 .fieldset > .field.right-input{
		padding:0;
		width:100%;
		float:none;
	}
	
	.content-custom-style1 .form-style1 .actions-toolbar .action.primary{
		width: 100%;
		margin-top: 15px;
	}
	.box-style{
		width: 100%;
	}
	.box-style .box-information, .box-style .box-newsletter{	
		padding: 0;
	}
	.box-style .box-billing-address, .box-style .box-shipping-address{
		padding: 0;
	}
	.box-style .block-dashboard-addresses{
		margin-top:2rem;
	}
	.box-style .title-right{
		padding-left:0;
		display:none;
	}
	.products-grid.wishlist .product-item-actions{
		display:none;
	}
	.products-grid.wishlist .product-item{
		border-bottom:none;
		width:48%;
		display:inline-block;
	}	
	.wishlist-index-index .products-grid .product-item .product-item-inner{
		padding:0;
	}
}

.orders-history th, .orders-history td{
	color:#222529;
}
.orders-history td.col.id{
	color:#0D9D5D;
}
.orders-history .col.actions a{
	color:#0D9D5D;
}
.orders-history th,.orders-history td{
	border-bottom: 1px solid #e9ecef !important;
	border-top: none !important;
	padding: 1rem 1.5rem;
}

.items.order-links{
	padding-left: 0;
	margin-bottom: 0;
	color:#222529;
}
.order-links .item strong, .order-details-items,.order-links .item a {
	border-color:#ddd;
	color:#222529;
}
.table-order-items tr > th{
	border-bottom: 1px solid #e9ecef;
}
.order-details-items .table-order-items tbody + tbody{
	border: none;
}
.order-details-items .table-wrapper .data.table > thead > tr > th{
	border-color:#ddd;
}
.order-details-items .mark{
	background: none;
}
.order-details-items tfoot{
	border-top:none;
}

.block.block-addresses-default .block-content .box{
	width:49% !important;
}
.block.block-addresses-default{
	color:#222529;
}
.block.block-addresses-default .box-title .action{
	float:right;
}
.block.block-addresses-default .box-content a{
	color:#222529;
}
.block.block-addresses-default .block-title{
	font-size: 18px;
}
.block-w50{
	width:49%;
}
.block-w50 .primary{
    float: right !important;
    margin: 0 !important;
	width: auto !important;
}
.block-w50 .action.primary{
	background-color: #fff;
    border: 1px solid #0f9d5d;
    color: #0f9d5d;
    padding-left: 25px;
    padding-right: 25px;
}
.customer-address-index .account-box.ad-account-info.box{
	margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
	.block-w50{
		width:100%;
	}
	.block.block-addresses-default .block-content .box{
		width:100% !important;
	}
	.block-w50 .primary{
		float: none !important;
		width: 100% !important;
	}
}

@media only screen and (max-width: 639px){
	.orders-history tr td[data-th]:before{
		width:50%;
		color:#222529 !important
	}
	
	.orders-history .col.actions:before{
		overflow: unset !important;
		position: inherit !important;
		width: 50% !important;
	}
	.orders-history{
		border-top:none;
	}
	.orders-history th,.orders-history td{
		border-bottom:none !important;
	}
	.orders-history td.col.id{
		border-top: 1px solid #e9ecef !important;
	}
	
	.orders-history tr:last-child > td:last-child{
		border-bottom: 1px solid #e9ecef !important;
	}
	
	.order-details-items td[data-th]:before, .order-details-items td{
		color:#222529 !important;
	}
	.order-links .item{
		display: flex;
		flex-direction: column;
	}
	.order-links .item.current strong{
		font-weight:600;
		color:#0D9D5D;
		background:none;
	}
	.order-details-items tfoot{
		border-top:1px solid #ddd;
	}
	.order-details-items{
		padding:0;
	}
	.order-links .item a{
		font-weight:600;
	}
	.block.block-order-details-view{
		color:#222529;
	}
	.block-order-details-view .block-title{
		font-size: 22px;
	}	
	.sales-order-view .column.main{
		padding-bottom:0;
	}
	.order-details-items.ordered{
		margin-bottom: 10px;
	}
	.box.box-order-shipping-address .box-content a{
		color:#222529;
	}
	.products-grid.wishlist .product-item:first-child{
		border-top:none;
	}
	
}

.customer-account-index .block .block-title strong{
	font-size: 22px;
}
.orders-recent th, .orders-recent td{
	color:#222529;
}
.orders-recent td.col.id{
	color:#0D9D5D;
}
.orders-recent .col.actions a{
	color:#0D9D5D;
}
.orders-recent th,.orders-recent td{
	border-bottom: 1px solid #e9ecef !important;
	border-top: none !important;
	padding: 1.5rem .75rem;
}
.box.box-shipping-address .box-content a, .box.box-billing-address .box-content a{
	color:#222529;
}

@media only screen and (max-width: 639px){
	.orders-recent tr td[data-th]:before{
		width:50%;
		color:#222529 !important
	}
	
	.orders-recent .col.actions:before{
		overflow: unset !important;
		position: inherit !important;
		width: 50% !important;
	}
	.orders-recent{
		border-top:none;
	}
	.orders-recent th,.orders-recent td{
		border-bottom:none !important;
	}
	.orders-recent td.col.id{
		border-top: 1px solid #e9ecef !important;
	}
	
	.orders-recent tr:last-child > td:last-child{
		border-bottom: 1px solid #e9ecef !important;
	}
	
	.customer-account-index .column.main{
		display: flex;
		flex-direction: column;
	}
	.block.block-dashboard-orders{
		order:1;
	}
	.block.block-dashboard-orders .block-title.order .action.view{
		color:#222529;
	}
	.box-style{
		order:2;
	}
	#my-rewardpoints-table{
		order:3;
	}
}

.customer-account-index .sidebar.sidebar-main, .sales-order-history .sidebar.sidebar-main, .sales-order-view .sidebar.sidebar-main, .wishlist-index-index .sidebar.sidebar-main, .customer-address-index .sidebar.sidebar-main,.customer-address-form .sidebar.sidebar-main, .rewardpoints-points-index .sidebar.sidebar-main,.rewardpoints-points-index .sidebar.sidebar-main, .rewardpoints-referral-index .sidebar.sidebar-main, .trackmyorder-track-customer .sidebar.sidebar-main, .rma-rma-list .sidebar.sidebar-main{
	border:none !important;
}

.block-dashboard-info .box.box-newsletter{
	display:none;
}
.block-dashboard-orders{
	width:96%;
}
.customer-account-index .embedded-iframe-container, .sales-order-history .embedded-iframe-container{
	display:none;
}
.box .box-content{
	padding: 20px 15px 10px 15px;
}
@media only screen and (max-width: 639px){
	.block-dashboard-orders{
		width:100%;
	}	
	.box-style.m-space{
		margin-top:-20px;
	}
	
	.sales-order-history .account-box.ad-account-info.box, .sales-order-history .account-box.ad-account-info.box .account .table-wrapper {
		margin-bottom:0;
	}
	.block-order-details-view .box .box-content{
		min-height:auto;
	}
}

.account .column.main .block:not(.widget) .box-title, .sales-order-view .box .box-content{
	color:#222529;
}
.sales-order-view .box .box-title{
	padding: 5px 15px;
}
.sales-order-view .box-content.delivery-information{
	display:none;
}
.products-grid.wishlist .product-item-actions .action.edit{
	display:none;
}
.wishlist-index-index .actions-toolbar{
	display:none;
}
/* .block.block-addresses-list{
	display: none;
} */
.rewardpoints-referral-index .column.main{
	padding-bottom: 0;
}
/* Blog Aim Edit */
.page-wrapper>.breadcrumbs{
	margin-bottom:0;
	padding:12px 0 5px 0 !important;
}
.page-main{
	padding-top:0 !important;
}

.mpblog-category-view .sidebar.sidebar-main{
	padding: 0 0 0 10px !important;
    margin-left: 0;
    margin-right: 0;
}

.mpblog-category-view.page-layout-2columns-right .sidebar-main{
	/*width: 24%;*/
}
.mp-sidebar.product.info.detailed{
	overflow: hidden;
}

.mpblog-category-view .post-list-item .mp-post-info .mp-info{
	padding-right: 0.25rem;
}

.mpblog-category-view .mp-sidebar.mpcss .row{
	margin: 10px 0 0 10px;
}

.mpblog-category-view .mp-sidebar.mpcss .row .sidebar-archives {
    margin-left: 0;
    margin-top: 0;
}

.mpblog-category-view .sidebar.sidebar-additional{
	padding-left:10px;
}
.mpblog-category-view .column.main .mpblog-search{
	display:none;
}
.mpblog-category-view .post-list-item .post-short-description{
	max-height: 83px;
    overflow: hidden;
	margin-bottom: 10px;
}
.post-item-list .post-info-wraper{
	height:auto;
	padding: 20px 0 10px 0;
}
@media only screen and (max-width: 767px){
	.mpblog-category-view .column.main .mpblog-search{
		display:block;
		margin-bottom: 12px;
	}
	.mpblog-category-view .sidebar.sidebar-main .mpblog-search{
		display:none;
	}
	.mpblog-category-view .post-list-item .post-short-description{
		max-height: 160px;
	}	
	.page-main {
		margin-top: 0 !important;
	}
}

@media only screen and (max-width: 767px){
	.login-container{
		border: none;
		box-shadow: none;
	}
}
.page-header.type2.header-newskin .minicart-wrapper .action.showcart{
	background: url(/pub/media/wysiwyg/smartwave/porto/icon/icon-cart.svg) !important;
}
.topMenuRight .pr-3, .px-3 {
    padding-right: 0.5rem !important;
}

/* Aim Edit 24/5/2021 */
/* Edit 25/5/2564 */
/* Menu Mobile */
@media only screen and (max-width: 767px){
	.navigation li.level0>a.ui-state-active, .navigation .submenu ul>li a {
		color: #252525!important;
	}
	.navigation .level0{
		font-size: 1.5rem;
	}
	.navigation a{
		padding-left:40px;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.navigation .submenu ul{
		padding-left:0 !important;
	}
	.navigation .submenu .container .row, .navigation .submenu .container{
		margin-left:0;
		margin-right:0;
		padding-left:0;
		padding-right:0;
	}
	.navigation li.level0 > a.ui-state-active + .submenu, .navigation li.level0 > a.ui-state-active{
		background-color:unset;
	}
	.navigation .submenu ul > li.ui-menu-item:not(:last-child){
		border-bottom:1px solid #dddddd;
	}
	.page-header.type2.header-newskin .navigation .level0 > .level-top, .nav-sections .header.links a{
		color: #252525 !important;
		font-weight: 600;
		text-transform: unset;
		font-size: 1.7rem;
		padding: 10px 20px !important;
		line-height: 16px;
	}	
	.nav-sections .header.links span a{
		padding: 10px 0px !important;
	}
	.nav-open .nav-sections {
		width: 95%;
	}
	.navigation li.level0:nth-child(3) .ui-menu-item > a:before{
		display:inline-block;			
	}
	.navigation li.level0:nth-child(3) .ui-menu-item > a:before{
		background-color:#127239;
		content: "";
		mask-repeat: no-repeat;
		-webkit-mask-repeat: no-repeat;
		mask-position: center;
		-webkit-mask-position: center;
		width: 20px;
		height: 16px;
	}
	
	.navigation li.level0:nth-child(3) .ui-menu-item:nth-child(1) > a:before{
		mask-image: url(/media/wysiwyg/smartwave/porto/icon/category/categoly_Arts_Design.svg);
		-webkit-mask-image: url(/media/wysiwyg/smartwave/porto/icon/category/categoly_Arts_Design.svg);
	}
	.navigation li.level0:nth-child(3) .ui-menu-item:nth-child(2) > a:before{
		mask-image: url(/media/wysiwyg/smartwave/porto/icon/category/categoly_Arts_Design.svg);
		-webkit-mask-image: url(/media/wysiwyg/smartwave/porto/icon/category/categoly_Arts_Design.svg);
	}	
	.navigation li.level0:nth-child(3) .ui-menu-item:nth-child(3) > a:before{
		mask-image: url(/media/wysiwyg/smartwave/porto/icon/category/categoly_Business_Management.svg);
		-webkit-mask-image: url(/media/wysiwyg/smartwave/porto/icon/category/categoly_Business_Management.svg);
	}
	.navigation li.level0:nth-child(3) .ui-menu-item:nth-child(4) > a:before{
		mask-image: url(/media/wysiwyg/smartwave/porto/icon/category/categoly_ChildrenSBooks.svg);
		-webkit-mask-image: url(/media/wysiwyg/smartwave/porto/icon/category/categoly_ChildrenSBooks.svg);
	}
	.navigation li.level0:nth-child(3) .ui-menu-item:nth-child(5) > a:before{
		mask-image: url(/media/wysiwyg/smartwave/porto/icon/category/categoly_ReferenceLanguage.svg);
		-webkit-mask-image: url(/media/wysiwyg/smartwave/porto/icon/category/categoly_ReferenceLanguage.svg);
	}
	.navigation li.level0:nth-child(3) .ui-menu-item:nth-child(6) > a:before{
		mask-image: url(/media/wysiwyg/smartwave/porto/icon/category/categoly_Fiction_Literature.svg);
		-webkit-mask-image: url(/media/wysiwyg/smartwave/porto/icon/category/categoly_Fiction_Literature.svg);
	}
	.navigation li.level0:nth-child(3) .ui-menu-item:nth-child(7) > a:before{
		mask-image: url(/media/wysiwyg/smartwave/porto/icon/category/categoly_Lifestyle.svg);
		-webkit-mask-image: url(/media/wysiwyg/smartwave/porto/icon/category/categoly_Lifestyle.svg);
	}
	.navigation li.level0:nth-child(3) .ui-menu-item:nth-child(8) > a:before{
		mask-image: url(/media/wysiwyg/smartwave/porto/icon/category/categoly_Non-Fiction.svg);
		-webkit-mask-image: url(/media/wysiwyg/smartwave/porto/icon/category/categoly_Non-Fiction.svg);
	}
	.navigation li.level0:nth-child(3) .ui-menu-item:nth-child(9) > a:before{
		mask-image: url(/media/wysiwyg/smartwave/porto/icon/category/categoly_Arts_Design.svg);
		-webkit-mask-image: url(/media/wysiwyg/smartwave/porto/icon/category/categoly_Arts_Design.svg);
	}
	.navigation li.level0:nth-child(3) .ui-menu-item:nth-child(10) > a:before{
		mask-image: url(/media/wysiwyg/smartwave/porto/icon/category/categoly_Travel_Maps.svg);
		-webkit-mask-image: url(/media/wysiwyg/smartwave/porto/icon/category/categoly_Travel_Maps.svg);
	}
	.navigation li.level0:nth-child(3) .ui-menu-item:nth-child(11) > a:before{
		mask-image: url(/media/wysiwyg/smartwave/porto/icon/category/categoly_Arts_Design.svg);
		-webkit-mask-image: url(/media/wysiwyg/smartwave/porto/icon/category/categoly_Arts_Design.svg);
	}
	
	header.page-header .nav-sections-item-title{
		width: 49.9%;
	}
	header.page-header .nav-sections-item-title.active > a{
		color: #252525 !important;
		font-weight: 600;
	}
	header.page-header .nav-sections-item-title[aria-controls="store.menu"]>a:before{
		font-size: 18px;
		margin: 3px 5px 0 0;
	}
	.nav-sections .header.links li span{
		margin-top:0 !important;
		margin-bottom:0 !important;
	}
	.nav-sections .switcher{
		padding: 10px 20px;		
		max-height:36px;
	}
	.page-header .switcher .options .action.toggle{
		line-height: 16px;
	}	
	.page-header .switcher .options .action.toggle:after{
		content: '\f811';
	}
}



/* Flash Sale - Time */
/* Edit 25/5/2564 */
.counter ul.countdown li div.countdown_num{
	padding-top: 3px;
    letter-spacing: 1px;
    font-size: 18px;
    margin-bottom: 0px;
}
.counter .countdown_num{
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.counter ul.countdown li div{
	text-transform: capitalize;
	letter-spacing: 0.2px;
	color: #f3d9d9;
}
.counter #cd_minute{
	position: absolute;
    width: 30.41px;
    margin-left: 0px;
    text-align: center;
}
.counter #cd_second{
	position: absolute;
    width: 33.48px;
    margin-left: -1.7px;
    text-align: center;
}



/**
 * Sitemap
 */
.sitemap-index-index .page-title-wrapper .page-title {
	padding-top:20px;
}
.sitemap-index-index #mageplaza-seo-html-sitemap h2 {
	color: #000;
}

.catalog-category-view .sidebar.sidebar-main ol.items li.item {
	color: #21293c;
}
.catalog-category-view .sidebar.sidebar-main ol.items li.item .filter-value {
	color: #21293c;
}

.catalog-category-view .sidebar.sidebar-main .filter-options-content a {
	color: #21293c!important;
}
.catalog-category-view .sidebar.sidebar-main .filter-actions {
	padding-right: 0;
	border-top: 1px #efefef solid ;
	border-bottom: none;
}
.catalog-category-view .sidebar.sidebar-main .filter-actions a {
	font-size: 1.6rem;
}

/* Real category accordion css 6 Aug */

.catalog-category-view .filter-options-item .filter-options-content {
    /*display: none !important;*/
    display: none;
}

.catalog-category-view .filter-options#narrow-by-list .filter-options-item {
    border-bottom: 1px solid #ebebeb !important;
}
.filter-content .block-category-list .block-title strong, .catalog-category-view .filter-options-item .filter-options-title, .catalog-category-view .filter .filter-current-subtitle{
    font-weight: 300 !important;
    font-size: 17px !important;
}
.filter-options .block-category-list .block-content .item a, .sidebar>.block.filter .item a{
	font-size: 17px;
    font-weight: 300;
}
.catalog-category-view .filter-options-item .filter-options-title
.filter-options-item .filter-options-title:after{
	margin-top: -8px;
}

.cms-index-index img.img-responsive.desktop-image, .cms-index-index img.img-responsive.mobile-image {
    width: 100%;
}

.block-category-list .block-title, .filter-options#narrow-by-list .filter-options-item:first-child{
	border-bottom: none !important;
}

/* search result */
.catalogsearch-result-index .product-labels .product-label {
	width: 37px !important;
    height: 37px !important;
    font-size: 14px !important;
	font-weight: normal;
}
