<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&amp;display=swap');

body.cms-index-index {
	background: rgb(221, 204, 223);
	background: -moz-linear-gradient(0deg, rgba(221, 204, 223, 1) 0%, rgba(246, 244, 247, 1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(221, 204, 223, 1) 0%, rgba(246, 244, 247, 1) 100%);
	background: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ddccdf", endColorstr="#f6f4f7", GradientType=1);
}

body {
	position: relative;
}

body,

.checkout-cart-index .checkout-extra #block-summary form .field.note,

.checkout-cart-index .checkout-extra #block-summary .estimate .field .label,

.label,
label,
.field.note,
.form-group.note,

.wk-mp-collection-left .filter-options-content a,

input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],

input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"],

.header:not(.header6):not(.header7) .navigation .nav-main-menu li&gt;ul.dropdown-menu a,

.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr td,

.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr th,

.checkout-cart-index #shopping-cart-table .cart-price .price,

.checkout-cart-index .checkout-extra&gt;.block&gt;.title,

.toolbar select,
.price-box .price {
	color: #000 !important;
	font-weight: 400 !important;
}

.product-item-info,
.list-products .product-item-info {
	position: relative;
	top: 0;
	transition: top ease 0.3s;
}

.list-products .product-item-info:hover,
.product-item-info:hover {
	top: -5px;
	transition: top ease 0.3s;
}


.account section#maincontent .actions-toolbar div.primary {
	display: inline-flex;
}

.account section#maincontent .actions {
	display: inline-flex;
}

.orders-history .table-order-items tbody tr td {
	text-align: left;
}

table#my-orders-table thead tr th:last-child {
	display: inline-flex;
	gap: 5px;
}

.account section#maincontent .actions-toolbar .primary .btn {
	min-width: 180px !important;
}

.account .wk-mp-page-header-before {
	display: none;
}

figure.fig-highlight video {
	margin: 0 auto;
	text-align: center;
	max-width: 1920px !important;
	width: 100%;
	height: auto;
}

.slideHeighlight {
	position: relative;
}

.slideHeighlight .owl-nav {
	position: absolute;
	z-index: 99;
	width: 100%;
	top: 45%;
	margin-top: 0px;
}

.slideHeighlight .owl-nav button {
	border: none;
	border-radius: 100px !important;
	width: 42px;
	height: 42px;
}

.slideHeighlight .owl-nav .owl-prev {
	float: right;
}

.slideHeighlight .owl-nav .owl-next {
	float: left;
}

.slideHeighlight .owl-nav button span {
	font-size: 42px;
	line-height: 28px !important;
	position: inherit !important;
	padding: 0px !important;
	height: auto !important;
}

div#page-header-sliders .owl-carousel .owl-nav&gt;div:not(.disabled):hover {
	background-color: #8379be !important;
	color: #fff !important;
	border-color: #8379be !important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background: #8379be !important;
	color: #FFF;
	text-decoration: none;
}


/* 

.lazy-loading-img .products-grid .product-item-info .product-top,

.lazy-loading-img .list-products .product-item-info .product-image,

.lazy-loading-img .promobanner, .lazy-loading-img .thumbnail-post,

.lazy-loading-img .instagram-item

{

	background-image: none !important;

	position:relative;

	z-index:3;

}





.lazy-loading-img .products-grid .product-item-info .product-top:before,

.lazy-loading-img .list-products .product-item-info .product-image:before,

.lazy-loading-img .promobanner:before, .lazy-loading-img .thumbnail-post:before, 

.lazy-loading-img .instagram-item:before

{

	content: "";

    display: block;

    width: 50px;

    height: 53px;

    margin: 0 auto;

    background-image: url(mgs/af-logo-gif1.png) !important;

    -webkit-animation-name: spinner;

    -webkit-animation-timing-function: linear;

    -webkit-animation-iteration-count: infinite;

    -webkit-animation-duration: 2s;

    animation-name: spinner;

    animation-timing-function: linear;

    animation-iteration-count: infinite;

    animation-delay: 0.6s;

    animation-duration: 2s;

    -webkit-transform-style: preserve-3d;

    -moz-transform-style: preserve-3d;

    -ms-transform-style: preserve-3d;

    transform-style: preserve-3d;



}

 */





/* 

======================= 



	#fuse-splash-screen {

		display: block;

		position: absolute;

		top: 0;

		left: 0;

		right: 0;

		bottom: 0;

		background-color: #2D323D;

		z-index: 99999;

		pointer-events: none;

	}



	#fuse-splash-screen .logo {

		width: 128px;

		margin: 0 auto;



			-webkit-animation-name: spinner; 

			-webkit-animation-timing-function: linear; 

			-webkit-animation-iteration-count: infinite; 

			-webkit-animation-duration: 2s; 

			animation-name: spinner; 

			animation-timing-function: linear; 

			animation-iteration-count: infinite; 

			animation-delay: 0.6s;

			animation-duration: 2s; 

			-webkit-transform-style: preserve-3d; 

			-moz-transform-style: preserve-3d; 

			-ms-transform-style: preserve-3d; 

			transform-style: preserve-3d;



		}





	#fuse-splash-screen .logo img {

		filter: drop-shadow(0px 10px 6px rgba(0, 0, 0, 0.2))

	}



	



	@keyframes outer-rotate {

		0% {

			transform: rotate(0deg) scale(0.5);

		}

		100% {

			transform: rotate(360deg) scale(0.5);

		}

	}



	@keyframes left-wobble {

		0%, 100% {

			transform: rotate(130deg);

		}

		50% {

			transform: rotate(-5deg);

		}

	}



	@keyframes right-wobble {

		0%, 100% {

			transform: rotate(-130deg);

		}

		50% {

			transform: rotate(5deg);

		}

	}



	@keyframes sporadic-rotate {

		12.5% {

			transform: rotate(135deg);

		}

		25% {

			transform: rotate(270deg);

		}

		37.5% {

			transform: rotate(405deg);

		}

		50% {

			transform: rotate(540deg);

		}

		62.5% {

			transform: rotate(675deg);

		}

		75% {

			transform: rotate(810deg);

		}

		87.5% {

			transform: rotate(945deg);

		}

		100% {

			transform: rotate(1080deg);

		}

	}



*/



/* WebKit and Opera browsers 



@-webkit-keyframes spinner { 

	from 

		{ 

		 -webkit-transform: rotateY(0deg); 

		} 

	 to { 

			 -webkit-transform: rotateY(-360deg); 

		} 

} */

/* all other browsers 

	@keyframes spinner { 

	   from { 

		-moz-transform: rotateY(0deg); 

	 -ms-transform: rotateY(0deg); 

	 transform: rotateY(0deg); 

	 } 

		to 

	{ 

	 -moz-transform: rotateY(-360deg); 

	 -ms-transform: rotateY(-360deg); 

	transform: rotateY(-360deg); 



	} 

}*/



/*================================================*/

.seller_view_page .header.header8 .middle-header-content .middle-header-right-content .returns-orders,
.marketplace-account-login .header.header8 .middle-header-content .middle-header-right-content .returns-orders,
.marketplace-registration-index .header.header8 .middle-header-content .middle-header-right-content .returns-orders {
	display: none !important;
}

.cms-index-index .breadcrumbs {
	display: none !important;
}

.customer-account-create .form-create-account,
.multishipping-checkout-register .form-create-account {
	margin-bottom: 50px;
}

.customer-account-create form.account.form-create-account .actions-toolbar .row&gt;div,
.multishipping-checkout-register form.account.form-create-account .actions-toolbar .row&gt;div {
	display: inline-flex !important;
	width: 50% !important;
}

.marketplace-registration-index form.account.form-create-account .actions-toolbar .row&gt;div {
	display: block !important;
	width: 100% !important;
}

a:hover,
a:focus,
a:active,

.products-grid .product-item-info .product-item-details .product-item-name a:hover,

body.account.customer-account-index .block-dashboard-orders .table-order-items tr td a:hover,

body.account.customer-account-index .account-nav-content a:hover,

.order-details-items .table-wrapper tfoot tr.grand_total th strong,

.order-details-items .table-wrapper tfoot tr.grand_total td strong,

.order-details-items .table-wrapper tfoot tr.grand_total th strong,

.order-details-items .table-wrapper tfoot tr.grand_total td strong,

.box-tocart .field.qty&gt;.control span.edit-qty:hover,

.box-tocart .field.qty&gt;.control span.edit-qty:hover,

.box-tocart .field.qty&gt;.control span.edit-qty,

.page-layout-seller-login .secondary a:hover,

.products-grid .product-item-info .product-top .actions-link button:hover,

.opc-estimated-wrapper .estimated-block .estimated-price,

.box-tocart .field.qty&gt;.control span.edit-qty:hover,
.box-tocart .field.qty&gt;.control span.edit-qty,

body.ajaxcart-catalog_product-view .product-detail-infomation .product-info-main .product-add-form .product-options-bottom span.edit-qty.minus,

.multishipping-checkout-overview table tfoot tr.grand.totals th,
.multishipping-checkout-overview table tfoot tr.grand.totals td,

.header:not(.header6):not(.header7) .navigation .nav-main-menu li:hover&gt;ul.dropdown-menu li:hover a:hover,

.product-add-form .product-options-wrapper .swatch-opt .swatch-attribute-label+.swatch-attribute-selected-option,
.shipping-address-items .action span,
.header .header-wl .socail-custom:hover span {
	color: #6b52a3 !important;
}

body .wk-mprma-fieldset.fieldset td.col.actions a.action,
body a.wk-date-info,

.block.review-add .review-form h4 span,

.product.info.detailed .product-data-items-content legend&gt;strong {
	font-weight: 600;
	color: #6b52a3 !important;
	margin-left: 5px;
}

[class^="pe-7s-"],
[class*=" pe-7s-"] {
	font-weight: bold !important;
}

.social-btn .btn-social {
	color: #fff !important;
	font-family: "Poppins" !important;
	font-weight: 400 !important;
}

.btn-secondary:hover,
.social-btn .btn-social {
	color: #fff !important;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.modal-footer input[type=submit],

.minicart-items .product-item .details-qty.qty .update-cart-item,

.checkout-cart-index #shopping-cart-table tbody tr.item-actions td&gt;.actions-toolbar a,

#multiship-addresses-table tbody tr td.actions .action.delete:hover,

.shipping-address-items button.action.action-select-shipping-item:hover {
	background-color: #6b52a3 !important;
	border-color: #6b52a3 !important;
	color: #fff !important;
}

.shipping-address-items .action:hover span {
	color: #fff !important;
}

.checkout-cart-index #shopping-cart-table tbody tr.item-actions td&gt;.actions-toolbar a.action-edit {
	margin-left: 15px;
}

.minicart-items .product-item .details-qty.qty .cart-item-qty,

.minicart-items .product-item .details-qty.qty .cart-item-qty:focus,

.minicart-items .product-item .details-qty.qty .cart-item-qty:active,

.checkout-cart-index #shopping-cart-table tbody tr td.col.qty .input-text.qty,

.checkout-cart-index #shopping-cart-table tbody tr td.col.qty .input-text.qty:hover,

.checkout-cart-index #shopping-cart-table tbody tr td.col.qty .input-text.qty:focus,

.checkout-cart-index #shopping-cart-table tbody tr td.col.qty .input-text.qty:active,

#multiship-addresses-table tbody tr td .field.qty input,
#multiship-addresses-table tbody tr td .field.qty input:focus {
	border-color: #6b52a3 !important;
}

div.tab button.active {
	background-color: #8379be !important;
	color: #fff;
}

form#checkout_multishipping_form .table-wrapper {
	border: 1px solid #6b52a3 !important;
	margin-bottom: 50px;
}

.mgs_quickview-catalog_product-view .share-box,

.mgs_quickview-catalog_product-view .actions.action-add-to {
	margin-left: 0px !important;
}

.mgs_quickview-catalog_product-view .share-box {
	border: 1px solid #6b52a3 !important;
}

body.account.review-customer-index td.col.item a {
	color: #6b52a3 !important;
}

.product-info-main .product-add-form .actions button:hover,

.bundle-info .product-details .actions button:hover,

.product-info-main .product-add-form .actions button:focus,

.bundle-info .product-details .actions button:focus,

.products-list .product-item-info .product-item-details .actions-link .action:hover,

.products-list .action.mgs-quickview:hover,

.irs-slider,
.irs-bar,
.product-info-main .product-add-form .actions button:hover,

.product-info-main .product-add-form .actions button:hover,
.bundle-info .product-details .actions button:hover,

.product-info-main .product-add-form .actions button:focus,
.bundle-info .product-details .actions button:focus,

.owl-carousel .owl-nav&gt;div:not(.disabled):hover,
.owl-carousel .owl-nav&gt;div:not(.disabled):hover,

.product-info-main .product-add-form .actions button:hover,
.bundle-info .product-details .actions button:hover,

.product-info-main .product-add-form .actions button:focus,
.bundle-info .product-details .actions button:focus,

.opc-estimated-wrapper .minicart-wrapper button.action.showcart&gt;.counter.qty,

.checkout-cart-index #shopping-cart-table tbody tr.item-actions td&gt;.actions-toolbar a:hover {
	border-color: #6b52a3 !important;
	background-color: #6b52a3 !important;
}

.products-list .product-item-info .product-item-details .actions-link .action {
	border-color: #6b52a3 !important;
	color: #6b52a3 !important;
}

.products-list .product-item-info .product-item-details .actions-link .action:hover {
	color: #fff !important;
}

.product.info.detailed div#staticproduct_faq_tab .box-description .question-header .wk-qa-action-button::before,

.product.info.detailed div#staticproduct_faq_tab .box-description .question-header .wk-qa-action-button-viewall::before {
	content: "\f00d" !important;
	font-family: "FontAwesome" !important;
	font-size: 12px !important;
	margin-right: 5px !important;
	line-height: normal;
}

.product.info.detailed div#staticproduct_faq_tab .box-description .question-header .wk-qa-action {
	background-color: #6b52a3 !important;
	border-radius: 60px !important;
	border: 2px solid #6b52a3 !important;
	color: #fff;
}

.product.info.detailed div#staticproduct_faq_tab .box-description .question-header .wk-qa-action:hover {
	background-color: #8379be !important;
	border: 2px solid #8379be !important;
	color: #fff !important;
}

.social-btn .btn-social:hover {
	color: #fff !important;
}

.irs-line {
	background-color: #8379be !important;
}





/* ================================================================================== */

/* Outline Button - Purple Round Black Design*/

/* ================================================================================== */



body.account.wishlist-index-index div.tabcontent .products-grid ol .product.details.product-item-details .actions-secondary button,

body.account.wishlist-index-index div.tabcontent .mw-button-actions button,

body.account.wishlist-index-index div.tabcontent button,

.shipping-address-items .action {
	max-height: 40px;
	padding: 8px 10px;
	line-height: normal;
	border-radius: 60px;
	background-color: #fff;
	box-shadow: inherit;
	border: 1px solid #6b52a3;
}





/* ================================================================================== */

/* Hover Outline Button - with Purple BG Design*/

/* ================================================================================== */



body.account.wishlist-index-index div.tabcontent .products-grid ol .product.details.product-item-details .actions-secondary button:hover,

body.account.wishlist-index-index div.tabcontent .mw-button-actions button:hover,

.checkout-cart-index #shopping-cart-table tbody tr.item-actions td&gt;.actions-toolbar&gt;a:hover,

.checkout-cart-index #shopping-cart-table tbody tr.item-actions td&gt;.actions-toolbar&gt;a:focus,

.checkout-cart-index #shopping-cart-table tbody tr.item-actions td&gt;.actions-toolbar&gt;a:active,

.checkout-cart-index #shopping-cart-table tbody tr.item-actions td&gt;.actions-toolbar&gt;a:active,

.shipping-address-items .action:hover {
	background-color: #6b52a3 !important;
	border: 1px solid #6b52a3 !important;
	color: #fff !important;
}











/* ================================================================================== */

/* Button - Purple Round Black Design*/

/* ================================================================================== */



.btn-secondary,

.products-grid .product-item-info .tocart.btn-cart,

.product.info.detailed div#staticproduct_faq_tab .box-description div#search-bar .search_action button.search_button.action.primary,

body.mpqa-customer-viewall button.search_button.action.primary,

.marketplace-product-productlist .modal-footer .action-secondary,

.action.action-apply,

.action.action-cancel,

button.action.action-show-popup,

button#product-addtocart-button,

button.wk-add-showcase-btn,

.btn-default,

.btn-primary,

.buttons-set .action.primary,

button.wk-apply-filter-btn,

.product.info.detailed div#staticproduct_faq_tab .box-description button.action.primary,

.product-data-items-content button.action.primary,
.product-data-items-content input[type=button],

body.mpqa-customer-viewall button.action.primary,
body.mpqa-customer-viewall input[type=button],

.popup-authentication .actions-toolbar .action.primary,

.popup-authentication .actions-toolbar button,

button#apple_signin_btn,

.actions-toolbar .action.primary,

body.marketplace-seller-collection button.action.tocart.primary,

.wk-mp-collection-view-btn a,

body.marketplace-account-dashboard button#askque,

button.action.primary,

.modal-popup._show .modal-footer&gt;button,

body.marketplace-account-dashboard button.askque.button,

.multiplewishlist-index-sharing .product-item-inner input.action.tocart.primary,

.products-list .product-item-info .product-item-details .actions-link .action.tocart,

.product-info-main .product-add-form .actions button.tocart,
.bundle-info .product-details .actions button.tocart,

.products-grid .product-item-info .product-top:hover .tocart.btn-cart,

.product-info-main .product-add-form .actions button.tocart,

.bundle-info .product-details .actions button.tocart,

.payment-method-content .actions-toolbar .action,

.product-info-main .product-add-form .actions button.tocart,

.bundle-info .product-details .actions button.tocart,

body.ajaxcart-catalog_product-view .product-info-main .product-add-form .actions button.tocart,

body.ajaxcart-catalog_product-view.bundle-info .product-details .actions button.tocart,

.product-info-main .product-add-form .actions button.tocart,
.bundle-info .product-details .actions button.tocart,

.catalog-product-view .actions-toolbar.review-form-actions button,

.modal-popup.confirm .modal-inner-wrap .modal-footer button.action-secondary.action-dismiss,

.modal-popup.confirm .modal-inner-wrap .modal-footer button.action-primary.action-accept,

.authentication-wrapper .action-auth-toggle,

.elgentos_frontend2fa_frontend_route-account-authenticate div#send_otp_box button.action.primary,
body.checkout-index-index .form-customer-login .actions-toolbar .action.primary,
body.checkout-index-index .form-password-forget .actions-toolbar .action.primary,
.wk-mp-design button,
button.action-default.action-primary.action-next-step,
button.action-default.action-back-step.disabled,
button.action-cancel.action-tertiary {
	color: #fff !important;
	background-color: #6b52a3 !important;
	border-radius: 60px !important;
	border: 2px solid #6b52a3 !important;
	box-shadow: none !important;
	font-weight: 600 !important;
	padding: 8px 25px !important;
	line-height: 22px !important;
	height: inherit !important;
	min-width: 110px !important;
	max-width: 260px;
	opacity: 1 !important;
}

.marketplace-product-add .wk-border-box-sizing .mce-tinymce.mce-container.mce-panel button {
	background-color: #fff !important;
	color: #000 !important;
	border: #fff !important;
	border-radius: inherit !important;
	min-width: 50px !important;
	padding: 8px 10px !important;
}

.marketplace-product-add .wk-border-box-sizing .mce-tinymce.mce-container.mce-panel button#mceu_9-button,
.marketplace-product-add .wk-border-box-sizing .mce-tinymce.mce-container.mce-panel button#mceu_43-button {
	display: none;
}

.marketplace-order-view #marketplace-shipping-form table#my-orders-table {
	width: 80%;
}

.marketplace-order-view aside.modal-slide .modal-inner-wrap {
	width: 90% !important;
}




/* ------- custom less file ------- */
.marketplace-order-view .modal-inner-wrap .modal-header&gt;button.action-close {
	float: right;
	margin-top: 10px !important;
	/*	margin-right: 50px !important;*/
	margin-right: 0px !important;
}

.marketplace-order-view #modal-content-0 {
	padding: 40px 15px;
	margin-top: 80px;
	box-shadow: none;
}

body._has-modal {
	height: 100%;
	overflow: hidden;
	width: 100%;
}

.modals-overlay {
	z-index: 899;
}

.modal-slide,
.modal-popup {
	bottom: 0;
	left: 0;
	min-width: 0;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
}

.modal-slide._show,
.modal-popup._show {
	visibility: visible;
}

.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
	background-color: #fff;
	box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
	opacity: 1;
	pointer-events: auto;
}

.modal-slide {
	left: 44px;
	z-index: 900;
}

.modal-slide .modal-inner-wrap {
	height: 100%;
	overflow-y: auto;
	position: static;
	transition-duration: .3s;
	-webkit-transition-property: -webkit-transform, visibility;
	transition-property: transform, visibility;
	transition-timing-function: ease-in-out;
	width: auto;
}

.modal-slide._inner-scroll .modal-inner-wrap {
	overflow-y: visible;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.modal-slide._inner-scroll .modal-header {
	-webkit-flex-grow: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}

.modal-slide._inner-scroll .modal-footer {
	-webkit-flex-grow: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	margin-top: auto;
}

.modal-slide._inner-scroll .modal-content {
	overflow-y: auto;
}

.modal-slide .modal-header {
	padding: 2.1rem 2.6rem;
	padding-bottom: 40px !important;
}

.modal-slide .modal-footer {
	padding: 0 2.6rem 2.6rem;
}

.modal-slide .modal-content {
	padding: 0 2.6rem 2.6rem;
}

.modal-slide .action-close {
	padding: 2.1rem 3rem;
}

.modal-slide .page-main-actions {
	margin-bottom: -12.9rem;
	margin-top: 3.1rem;
}

.modal-popup {
	z-index: 900;
	left: 0;
	overflow-y: auto;
}

.modal-popup._show .modal-inner-wrap {
	top: 50%;
	margin-top: 0;
	margin-bottom: 0;
}

.modal-popup .modal-inner-wrap {
	margin: 5rem auto;
	width: 75%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	box-sizing: border-box;
	height: auto;
	left: 0;
	position: absolute;
	right: 0;
	-webkit-transform: translateY(-200%);
	transform: translateY(-200%);
	transition-duration: .2s;
	-webkit-transition-property: -webkit-transform, visibility;
	transition-property: transform, visibility;
	transition-timing-function: ease;
}

.modal-popup._inner-scroll {
	overflow-y: visible;
}

.modal-popup .modal-inner-wrap {
	max-height: 90%;
}

.modal-popup .modal-content {
	overflow-y: auto;
	padding-left: 3rem;
	padding-right: 3rem;
}

.modal-popup .modal-header,
.modal-popup .modal-footer {
	padding-left: 3rem;
	padding-right: 3rem;
	-webkit-flex-grow: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}

.modal-popup .modal-header {
	padding-bottom: 1.2rem;
	padding-top: 3rem;
}

.modal-popup .modal-footer {
	margin-top: auto;
	padding-bottom: 3rem;
	padding-top: 3rem;
}

.modal-popup .modal-footer-actions {
	text-align: right;
}

.modal-popup .modal-title {
	border-bottom: 1px solid #c1c1c1;
	font-weight: 300;
	padding-bottom: 10px;
	font-size: 26px;
	margin-bottom: 0;
	min-height: 1em;
	word-wrap: break-word;
}

.modal-popup .action-close {
	padding: 20px;
}

.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
	background-image: none;
	background: none;
	-moz-box-sizing: content-box;
	border: 0;
	box-shadow: none;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-shadow: none;
	font-weight: 400;
	display: inline-block;
	text-decoration: none;
	position: absolute;
	right: 0;
	top: 0;
}

.modal-custom .action-close:focus,
.modal-custom .action-close:active,
.modal-custom .action-close:hover,
.modal-popup .action-close:focus,
.modal-popup .action-close:active,
.modal-popup .action-close:hover,
.modal-slide .action-close:focus,
.modal-slide .action-close:active,
.modal-slide .action-close:hover {
	background: none;
	border: none;
}

.modal-custom .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close.disabled,
.modal-popup .action-close[disabled],
.modal-slide .action-close.disabled,
.modal-slide .action-close[disabled] {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.5;
}

.modal-custom .action-close&gt;span,
.modal-popup .action-close&gt;span,
.modal-slide .action-close&gt;span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
	-webkit-font-smoothing: antialiased;
	font-size: 20px;
	line-height: 14px;
	color: #fff;
	content: '\f00d';
	font-family: 'FontAwesome';
	margin: 0;
	vertical-align: top;
	display: inline-block;
	font-weight: normal;
	overflow: hidden;
	speak: none;
	text-align: center;
	margin-right: 30px !important;
	margin-top: 10px !important;
}

.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
	color: inherit;
}

.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
	color: #1a1a1a;
}

fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.5;
}

.modal-custom .action-close {
	margin: 25px;
}

.modals-overlay {
	background-color: rgba(51, 51, 51, 0.55);
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
}

body._has-modal-custom .modal-custom-overlay {
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: 899;
}

.modal_newsletter-popup .modal-inner-wrap {
	width: 700px;
	position: relative;
}

.modal_newsletter-popup .modal-inner-wrap .modal-header {
	padding: 0;
	min-height: 0px;
	border: none;
	background: none;
}

.modal_newsletter-popup .modal-inner-wrap .action-close {
	position: absolute;
	top: 10px;
	z-index: 1;
	padding: 10px;
	right: 10px;
}

.modal_newsletter-popup .modal-inner-wrap .action-close:before {
	font-size: 20px;
}

.modal_newsletter-popup .modal-content {
	border-radius: 0;
	padding: 0;
}

#newsletter-popup {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 70px 30px;
	text-align: center;
}

#newsletter-popup h2 {
	margin-top: 0;
}

.block-reorder .actions-toolbar {
	padding-top: 15px;
}

.block-reorder li.product-item {
	border-bottom: 1px solid #ddd;
	margin: 0 !important;
	padding: 8px 0;
}

.block-reorder li.product-item .product-item-name {
	margin: 0;
}

/*-------custom less end ------- */
/* ================================================================================== */











/* ================================================================================== */

/* Button - Lavender Hover &amp; Focus Design*/

/* ================================================================================== */



.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.tocart.btn-cart:hover,
.tocart.btn-cart:focus,
.tocart.btn-cart:active,

.minicart-items .product-item .product.actions .action:hover,

.owl-carousel .owl-nav&gt;div:not(.disabled):hover,

.checkout-cart-index .cart.main.actions button#empty_cart_button:hover,

.marketplace-product-productlist .modal-footer .action-secondary:hover,

.action.action-apply:hover,

.action.action-cancel:hover,

.btn-secondary:hover,
.btn-secondary:focus,

button.action.submit.btn.btn-primary:hover,

.product.info.detailed div#staticproduct_faq_tab .box-description div#search-bar .search_action button.search_button.action.primary:hover,

.product.info.detailed div#staticproduct_faq_tab .box-description button.action.primary:hover,

.product-data-items-content button.action.primary:hover,

button.action.action-show-popup:hover,

button#product-addtocart-button:hover,

button.wk-add-showcase-btn:hover,

.btn-default:hover,

.products-grid .product-item-info .tocart.btn-cart:hover,

.marketplace-product-productlist .modal-footer .action-secondary:hover,

.action.action-apply:hover,

.action.action-cancel:hover,

.btn-secondary:hover,
.btn-secondary:focus,

button.action.submit.btn.btn-primary:hover,

.product.info.detailed div#staticproduct_faq_tab .box-description div#search-bar .search_action button.search_button.action.primary:hover,

.product.info.detailed div#staticproduct_faq_tab .box-description button.action.primary:hover,

.product-data-items-content button.action.primary:hover,

button.action.action-show-popup:hover,

button#product-addtocart-button:hover,

button.wk-add-showcase-btn:hover,

.btn-default:hover,

.buttons-set .action.primary:hover,

button.wk-apply-filter-btn:hover,

.popup-authentication .actions-toolbar .action.primary:hover,

.popup-authentication .actions-toolbar button:hover,

button#apple_signin_btn:hover,

.actions-toolbar .action.primary:hover body.marketplace-seller-collection button.action.tocart.primary:hover,

body.marketplace-seller-profile .wk-mp-collection-view-btn a:hover,

body.marketplace-seller-profile .wk-mp-collection-view-btn a:active,

body.marketplace-seller-feedback .wk-mp-collection-view-btn a:hover,

body.marketplace-seller-feedback .wk-mp-collection-view-btn a:active,

body.marketplace-seller-feedback a.button-large button.button-large:hover,

body.marketplace-seller-collection .wk-mp-collection-view-btn a:active,

body.marketplace-seller-collection a.button-large button.button-large:hover,

body.marketplace-account-dashboard button#askque:hover,

button.action.primary:hover,

.modal-popup._show .modal-footer&gt;button:hover,

button.action.update.btn.btn-default:hover,
.actions-toolbar .action.primary:hover,

.product-info-main .product-add-form .actions button.tocart:hover,

.bundle-info .product-details .actions button.tocart:hover,

body.marketplace-account-dashboard button.askque.button:hover,

.multiplewishlist-index-sharing .product-item-inner input.action.tocart.primary:hover,

.products-list .product-item-info .product-item-details .actions-link .action.tocart:hover,

.product-info-main .product-add-form .actions button.tocart:hover,
.bundle-info .product-details .actions button.tocart:hover,

.products-grid .product-item-info .product-top:hover .tocart.btn-cart:hover,

.product-info-main .product-add-form .actions button.tocart:hover,
.bundle-info .product-details .actions button.tocart:hover,

.payment-method-content .actions-toolbar .action:hover,
a.action.back:hover,

.product-info-main .product-add-form .actions button.tocart:hover,
.bundle-info .product-details .actions button.tocart:hover .product-info-main .product-add-form .actions button.tocart:hover,
.bundle-info .product-details .actions button.tocart:hover,

body.ajaxcart-catalog_product-view .product-info-main .product-add-form .actions button.tocart:hover,

body.ajaxcart-catalog_product-view.bundle-info .product-details .actions button.tocart:hover,

.product-info-main .product-add-form .actions button.tocart:hover,
.bundle-info .product-details .actions button.tocart:hover,

.modal-popup.confirm .modal-inner-wrap .modal-footer button.action-secondary.action-dismiss:hover,

.modal-popup.confirm .modal-inner-wrap .modal-footer button.action-primary.action-accept:hover,

.authentication-wrapper .action-auth-toggle:hover,
.elgentos_frontend2fa_frontend_route-account-authenticate div#send_otp_box button.action.primary:hover,

body.account.wishlist-index-index div.tabcontent button:hover,
body.account.wishlist-index-index div.tabcontent button:focus,

body.account.wishlist-index-index div.tabcontent button:active,

.marketplace-index-index .primary a button.action.submit.primary:hover,
.wk-mp-design button:hover,
button.action-default.action-primary.action-next-step:hover,
button.action-default.action-back-step.disabled:hover,
button.action-cancel.action-tertiary:hover {
	background-color: #8379be !important;
	border: 2px solid #8379be !important;
	color: #fff !important;
	box-shadow: none !important;
}





/* ================================================================================== */



.download-app {
	margin-bottom: 60px;
}

.download-app a&gt;span.appicon img {
	max-width: 110px;
	margin-bottom: 30px;
}

.download-app ul.app-icon-col {
	margin: 50px auto 0 auto;
	text-align: center;
	max-width: 50%;
}

.download-app p.body-text {
	font-size: 21px;
	line-height: normal;
	font-weight: 300;
	max-width: 60%;
	margin: 0 auto;
}

.download-app ul.app-icon-col li {
	display: inline-block;
	margin: 0 10px;
}

body.page-layout-2columns-left .block-content .box .box-content address a {
	color: #000 !important;
}

.opc-wrapper .payment-group {
	text-align: center;
}

.opc-wrapper .payment-group .step-title {
	font-weight: 500;
	text-align: center;
	margin: 0 auto;
	position: relative;
	display: inline-block;
	border-bottom: none;
}

.rewards-social-buttons .share-list {
	border-radius: .15rem .3rem .3rem .15rem;
	border: 1px solid rgba(0, 0, 0, .1);
	margin: 10px 0;
}

.rewards-social-buttons .share-list li {
	display: inline-block !important;
	text-align: left;
	border-bottom: 1px solid #f1f1f1;
	padding: 5px 10px;
}

.rewards-social-buttons .share-list li a&gt;span {
	min-width: 16px;
	text-align: center;
	margin-right: 8px;
}

.rewards-social-buttons .share-list li a.facebook span {
	color: #34529d;
}

.rewards-social-buttons .share-list li a.twitter span {
	color: #1ab2f0;
}

.rewards-social-buttons .share-list li a.linkedin span {
	color: #007abd;
}

.rewards-social-buttons .share-list li a.whatsapp span {
	color: #0dc143;
}

.rewards-social-buttons .share-list li a.email span {
	color: #1ab2f0;
}

.rewards-social-buttons .share-list li a.whatsapp {
	padding-left: 0 !important;
	float: unset !important;
	line-height: unset !important;
}

.opc-wrapper .payment-group .step-title:before {
	content: "";
	display: block;
	width: 100px;
	position: absolute;
	top: 17px;
	left: -129px;
	height: 3px;
	background-color: #000;
}

.opc-wrapper .payment-group .step-title:after {
	content: "";
	display: block;
	width: 100px;
	position: absolute;
	top: 17px;
	right: -129px;
	height: 3px;
	background-color: #000;
}

.checkout-cart-index .cart.main.actions button#empty_cart_button {
	max-width: 220px;
}

.checkout-cart-index .cart.main.actions button#empty_cart_button {
	background-color: #6b52a3 !important;
	border-color: #6b52a3 !important;
	color: #fff !important;
	border-radius: 60px;
}

.cart-container form#form-validate .cart.table-wrapper {
	border: 1px solid #6b52a3;
}

.cart-container form#form-validate .cart.table-wrapper thead {
	background-color: #6b52a3;
}

.cart-container form#form-validate .cart.table-wrapper thead th {
	color: #fff;
}

.checkout-cart-index #shopping-cart-table tbody tr.item-actions td&gt;.actions-toolbar {
	border-top: none;
	padding: 0px 0px 0px 0px;
}

.checkout-cart-index #shopping-cart-table tbody tr.item-actions td&gt;.actions-toolbar a.action-towishlist {
	margin: 0 0px 0px 30px;
}

.checkout-cart-index .cart-discount.wk-gift-card {
	margin-top: 20px;
	cursor: pointer;
	margin-bottom: 30px;
}

.checkout-cart-index #shopping-cart-table .gift-options-cart-item {
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 15px;
	padding-bottom: 9px;
	padding-top: 0px;
	margin-top: -10px;
}

.checkout-cart-index button#applyDiscountGiftCard,

.checkout-cart-index button#clearDiscountGiftCard {
	background-color: #6b52a3 !important;
	border-color: transparent !important;
	color: #fff !important;
	border-radius: 60px;
	padding: 6px 15px !important;
	font-weight: 600;
}

.checkout-cart-index button#applyDiscountGiftCard:hover,
.checkout-cart-index button#applyDiscountGiftCard:focus,

.checkout-cart-index button#clearDiscountGiftCard:hover,
.checkout-cart-index button#clearDiscountGiftCard:focus,

.minicart-items .product-item .details-qty.qty .update-cart-item:hover {
	background-color: #8379be !important;
	border-color: transparent !important;
	color: #fff !important;
}

.checkout-cart-index #shopping-cart-table tbody tr.item-actions div#gift-options-cart-item-6485 {
	border-bottom: inherit !important;
}

.checkout-cart-index .cart.main.actions button#empty_cart_button:hover,

.checkout-cart-index .cart.main.actions button#empty_cart_button:focus,

.checkout-cart-index .cart-summary .checkout-methods-items .item .action.checkout:hover,

.checkout-cart-index .cart-summary .checkout-methods-items .item .action.checkout:focus {
	background-color: #8379be !important;
	border-color: #8379be !important;
	color: #fff !important;
}

.checkout-cart-index #shopping-cart-table tbody tr.item-info td.col.item .product-item-photo {
	width: auto !important;
	max-width: 100px !important;
	max-height: 100px;
}

.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-photo .product-image-container .product-image-wrapper {
	padding: 0 !important;
	display: inherit;
	float: left;
}

.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-photo .product-image-container .product-image-wrapper img.product-image-photo {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.checkout-container .opc-progress-bar .opc-progress-bar-item._active:before,

.checkout-container .opc-progress-bar .opc-progress-bar-item._active&gt;span:before {
	background: a01fa0;
}

.checkout-container .opc-progress-bar .opc-progress-bar-item._active&gt;span:after,

.checkout-container .opc-progress-bar .opc-progress-bar-item._active&gt;span,

.checkout-cart-index .column.main .cart-empty a,

.list-products .product-item-info .product-item-details .product-item-name a:hover,

.list-products .product-item-info .product-image .actions-link button:hover {
	color: #6b52a3 !important;
}

.cms.secure-saving-protection section {
	display: inline-block;
}

.cms.secure-saving-protection h4.sec-title {
	padding-bottom: 10px;
	border-bottom: 2px dotted #dedede;
	margin-bottom: 20px;
	display: inline-block;
}

.cms-home-new .list-products .product-item-info .product-item-details .product-item-name {
	min-height: 20px;
	height: 20px;
	overflow: hidden;
}

.checkout-index-index .opc-sidebar.opc-summary-wrapper .opc-block-summary .block.items-in-cart.active .minicart-items-wrapper.overflowed {
	max-height: 186px;
	height: 186px;
	overflow-y: scroll;
}

.checkout-index-index .payment-option.discount-code .payment-option-title,
.opc-block-summary .items-in-cart&gt;.title strong {
	font-weight: 500;
}

.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details {
	width: calc(100% - 120px) !important;
}

.orders-history .table-order-items tbody tr td,
.items.order-links li a,
.order-details-items .table-wrapper tbody tr td {
	font-weight: 500;
	color: #000;
}

.modal-popup._show .modal-inner-wrap {
	background-color: #fff;
	padding: 0px 0px 30px 0px;
}

.modal-popup._show .fieldset&gt;.field:not(.choice) {
	margin: 0 auto !important;
}

.modal-popup._show .modal-inner-wrap div.modal-content {
	box-shadow: unset;
	border: none !important;
	padding: 10px 15px 10px 15px;
}

.modal-popup._show .modal-inner-wrap .modal-header {
	padding: 15px 15px 15px 15px !important;
	background-color: #6b52a3 !important;
	border-radius: 0px;
}

.modal-popup._show .modal-inner-wrap .modal-header .modal-title {
	color: #fff !important;
}

.modal-popup._show .modal-inner-wrap .modal-header h1.modal-title {
	font-size: 22px;
	color: #fff;
}

.modal-popup._show .modal-inner-wrap .modal-footer {
	padding-bottom: 0px !important;
}

div#page-header-sliders .owl-carousel .owl-nav&gt;div:not(.disabled):hover {
	background-color: #8379be !important;
	color: #fff !important;
	border-color: #8379be !important;
}

.slogan {
	clear: left;
	width: 100%;
	font-size: 11px;
	float: left;
	display: inline-block;
	margin-top: -15px;
	order: 1;
}

.flag-icon {
	display: inline-block;
	width: 16px;
	height: 12px;
	background-image: url(wysiwyg/flag_small.png);
	background-repeat: no-repeat;
	margin-right: 7px;
	margin-top: 1px;
	vertical-align: top;
}

.view-en .flag-icon {
	margin-top: 7px;
	background-position: -64px -187px;
}

.view-fr .flag-icon {
	background-position: -16px -308px;
}

.view-de .flag-icon {
	background-position: -16px -22px;
}

.header.header8 .vertical-title {
	background-color: #6b52a3;
	color: #fff;
	font-size: 17px;
	text-transform: capitalize;
	font-weight: 500;
	float: left;
}

.header.header8 .top-header-content {
	border: 1px solid #ebebec;
}

.header.header8 .top-header-content .header-top-left-msg {
	color: #221924;
	padding: 5px 0;
	font-family: "Poppins";
	font-weight: 400;
	font-size: 13px;
}

.header.header8 .top-header-content .col-md-4.hidden-sm.hidden-xs.col-xs-12 {
	width: auto;
	float: right;
}

.header.header8 .top-header-content .col-md-4.hidden-sm.hidden-xs.col-xs-12 .dropdown-switcher .switcher-toggle .fa-angle-down {
	font-size: 16px;
	margin-left: 2px;
	margin-top: 1px;
}

.header.header8 .top-header-content .col-md-4.hidden-sm.hidden-xs.col-xs-12 .dropdown-switcher {
	display: inline;
	margin-right: 15px;
	float: left;
	border-right: 1px solid #ddddde !important;
	padding-right: 15px;
}

.header.header8 .top-header-content .col-md-4.hidden-sm.hidden-xs.col-xs-12 .dropdown-switcher .switcher-toggle {
	padding: 0px;
	line-height: 32px;
	color: #221924;
	font-size: 13px;
	font-weight: 500;
}

.header.header8 .top-header-content .col-md-4.hidden-sm.hidden-xs.col-xs-12 .app-link,

.header.header8 .top-header-content .col-md-4.hidden-sm.hidden-xs.col-xs-12 .dropdown-switcher .switcher-toggle {
	line-height: 32px;
}

.header.header8 span.livechat-icon {
	background-image: url(wysiwyg/chat-icon.png);
	width: 28px;
	height: 28px;
	display: block;
	float: left;
	margin-right: 5px;
	background-size: contain;
	background-repeat: no-repeat;
}

.header.header8 .bottom-header-content .bottom-header-block {
	padding: 0;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
}

.header.header8 .bottom-header-content .bottom-header-block .marketplace-link {
	float: right;
	margin-right: 0px;
	background-color: transparent;
	padding: 0px;
	width: auto;
	order: -1;
	margin-left: 0;
	margin-right: 33px;
}

.header.header8 .bottom-header-content .bottom-header-block .marketplace-link a.mkplc-button {
	display: inline-block;
	line-height: 22px;
	padding: 0px;
	font-size: 14px;
	border-radius: 3px;
	color: #fff !important;
	margin: 0px;
}

.header.header8 .bottom-header-content .bottom-header-block .marketplace-link a.mkplc-button:hover {
	color: #fff !important;
	border-color: #fff !important;
}

.vertical-menu li.category-menu.category-menu-header a {
	line-height: normal;
	font-weight: 500;
}

ul.vertical-menu li a.level0.dropdown-toggle&gt;span {
	text-transform: capitalize;
}

ul.vertical-menu .categ-menu-group,
ul.vertical-menu .support-setting {
	display: block;
	clear: both;
}

ul.vertical-menu li a,
ul.vertical-menu li.united-flag {
	padding: 8px 40px 8px 25px !important;
	color: #333333;
}

ul.vertical-menu li.united-flag:hover {
	cursor: pointer;
	color: #6b52a3 !important;
}

ul.vertical-menu.nav.nav-pills.nav-main.active li.dropdown a.dropdown-toggle.disable {
	background-color: #6b52a3 !important;
	border-radius: 0px;
	color: #fff !important;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 15px;
	padding: 3px 40px 3px 25px !important;
	border-bottom: none !important;
}

.vertical-menu li.lang-eng&gt;a:before {
	content: "";
	width: 14px;
	height: 14px;
	display: block;
	float: left;
	background-size: contain;
	background-repeat: no-repeat;
	margin-top: 6px;
	margin-right: 8px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='icon' viewBox='0 0 48 48'%3E%3Cdefs%3E%3Cstyle%3E.cls-1,.cls-2%7Bfill:none;stroke-width:2.3px;%7D.cls-1%7Bstroke:%23686868;stroke-miterlimit:10;%7D.cls-2%7Bstroke:%23686868;stroke-linecap:round;stroke-linejoin:round;%7D%3C/style%3E%3C/defs%3E%3Cg id='world'%3E%3Cpath id='Layer-2' class='cls-1' d='M24,5.2V42.8'/%3E%3Cpath id='Layer-3' class='cls-1' d='M42.8,24H5.2'/%3E%3Cpath id='Layer-4' class='cls-1' d='M24,5.2s9.4,7.3,9.4,18.8S24,42.8,24,42.8'/%3E%3Cpath id='Layer-5' class='cls-1' d='M24.1,5.2S14.6,12.5,14.6,24s9.5,18.8,9.5,18.8'/%3E%3Cpath id='Layer-6' class='cls-1' d='M10.9,36.9a19.7,19.7,0,0,1,13-5.4A19.9,19.9,0,0,1,37.1,37'/%3E%3Cpath id='Layer-7' class='cls-1' d='M10.9,11a19.7,19.7,0,0,0,13,5.4,19.9,19.9,0,0,0,13.2-5.5'/%3E%3Ccircle id='Layer-1' class='cls-2' cx='24' cy='24' r='18.8'/%3E%3C/g%3E%3C/svg%3E");
	background-size: 16px;
	background-position: -1px -1px;
}

.vertical-menu li.united-flag&gt;a:before {
	content: "";
	background-image: url(wysiwyg/united-flag.jpg);
	width: 16px;
	height: 16px;
	display: block;
	float: left;
	background-size: contain;
	background-repeat: no-repeat;
	margin-top: 6px;
	margin-right: 8px;
}

.vertical-menu li.your-account&gt;a:before {
	content: "";
	background-image: url(wysiwyg/profile-icon.png);
	width: 14px;
	height: 17px;
	display: block;
	float: left;
	background-size: contain;
	background-repeat: no-repeat;
	margin-top: 4px;
	margin-right: 8px;
}

.vertical-menu li.cust-service&gt;a:before {
	content: "\f025";
	font: normal normal normal 14px/1 FontAwesome;
	color: #686868;
	width: 14px;
	height: 17px;
	display: block;
	float: left;
	background-size: contain;
	background-repeat: no-repeat;
	margin-top: 6px;
	margin-right: 8px;
}

.vertical-menu li.logout&gt;a,
.vertical-menu li.logout&gt;a:before {
	color: #6b52a3 !important;
}

.vertical-menu li.logout&gt;a:before {
	content: "\f08b";
	font: normal normal normal 14px/1 FontAwesome;
	color: #686868;
	width: 14px;
	height: 17px;
	display: block;
	float: left;
	background-size: contain;
	background-repeat: no-repeat;
	margin-top: 6px;
	margin-right: 8px;
}

.vertical-menu li.category-menu.category-menu-header a .fa-user-circle {
	font-size: 18px;
	line-height: normal;
	margin-right: 10px;
}

.header.header8 .bottom-header-content .bottom-header-block .icp-nav-globe-img.mplc-button-globe {
	background-image: url(wysiwyg/global-icon.png);
	width: 13px;
	height: 13px;
	float: left;
	z-index: 9999;
	display: block;
	background-size: auto;
	line-height: normal;
	margin-top: 12px;
	margin-right: 7px;
}

.header.header8 .bottom-header-content .bottom-header-block .app-link a {
	font-size: 14px;
	font-weight: 500;
	color: #fff !important;
	padding: 13.5px 20px;
	display: block;
	float: right;
	background-color: #6b52a3;
	line-height: normal;
}

.header.header8 .bottom-header-content .bottom-header-block .app-link a:hover {
	color: #6b52a3;
}

.header.header8 .middle-header-content&gt;div.container,
.header.header8 .bottom-header-content&gt;div.container {
	width: 100% !important;
}

/* .header.header8 .vertical-menu-widget:hover ul#vertical-menu-2 {

    display: block !important;

    top: 48px;

} */

.vertical-menu li.category-menu.level0.dropdown a.disable span.icon-next {
	display: none;
}

ul#vertical-menu-2 li.category-menu.level0.dropdown.active&gt;a.active-menu:hover,

ul#vertical-menu-2 li.category-menu.level0.dropdown.active&gt;a.active-menu:hover:before,

.vertical-menu li&gt;.dropdown-menu.active li ul li.level1 a:hover,

.vertical-menu li&gt;.dropdown-menu.active li ul li.level1 ul li.level12 a:hover {
	color: #6b52a3 !important;
}

ul#vertical-menu-2 li.category-menu.level0.dropdown.active&gt;a.active-menu:before {
	content: "\f104";
	font-family: "FontAwesome";
	display: block;
	float: left;
	margin-right: 10px;
	line-height: 17px;
	font-size: 20px;
	color: #000;
}



/* .header.header8 .vertical-menu-widget ul#vertical-menu-2 {

    display: none !important;

} */

.header.header8 span.user-icon {
	background-image: url(wysiwyg/profile-icon.png);
	width: 24px;
	height: 27px;
	display: block;
	float: left;
	margin-right: 5px;
	background-size: contain;
	background-repeat: no-repeat;
}

.header.header8 .minicart-wrapper .action.showcart:before {
	content: "" !important;
	background-image: url(wysiwyg/cart-icon.png);
	width: 26px;
	height: 25px;
	display: block;
	float: left !important;
	margin-right: 10px;
	background-size: contain;
	background-repeat: no-repeat;
}

header.header.header8.active-sticky .table-icon-menu.pull-right&gt;div {
	padding: 16px 0px 0px 0px !important;
}

header.header.header8.active-sticky .logo-header .dropdown-switcher {
	display: none;
}

header.header.header8.active-sticky .navigation .nav-main-menu&gt;li&gt;a {
	padding: 20px 18px !important;
}

header.header.header8.active-sticky .logo-header .vertical-menu-widget {
	float: right;
	padding-top: 0px;
	order: 1;
	margin-left: auto;
}

header.header.header8.active-sticky .logo-header .vertical-menu-widget .vertical-title {
	font-size: 13px;
	padding: 0 12px;
}

.header.header8 .table-icon-menu.pull-right&gt;div {
	padding: 30px 0px 0px 0px !important;
}

.header .dropdown-toplinks .dropdown-toggle span.label::after,
.header.header8 .table-icon-menu&gt;div.header-wl .socail-custom span.label::after {
	content: "\f107";
	display: block;
	float: right;
	font-size: 15px;
	color: #909090;
	font-family: "FontAwesome";
	padding-left: 7px;
	font-weight: 600;
	line-height: 10px;
}

.header.header8 .minicart-wrapper .action.showcart&gt;.counter.qty {
	background-color: #6b52a3 !important;
	color: #fff !important;
	left: 10px;
	height: 16px;
	min-width: 16px;
	font-size: 10px;
	line-height: 17px;
}

.header.header8 .col-lg-6.col-md-8.col-xs-12.parent__search {
	width: 40%;
}

.header.header8 .table-icon-menu {
	display: flex !important;
}

header.header.header8.active-sticky .col-lg-3.col-md-2.col-xs-6.middle-header-right-content {
	width: auto !important;
	float: right;
}

.header.header8 .col-lg-3.col-md-2.col-xs-6.middle-header-right-content {
	width: 35% !important;
	float: right;
	padding-left: 0px;
	margin-left: 0px;
}

.header.header8 .table-icon-menu&gt;div.dropdown.dropdown-toplinks,

.header.header8 .table-icon-menu .dropdown-toplinks,

.header.header8 .table-icon-menu&gt;div.header-wl,

.header.header8 .table-icon-menu&gt;div.returns-orders {
	margin-right: 15px;
	position: relative;
}

.header.header8 .table-icon-menu&gt;div.minicart-wrapper {
	min-width: 97px;
}

.header.header8 .top-header-content .col-md-4.hidden-sm.hidden-xs.col-xs-12 .app-link {
	display: inline;
	float: right;
}

.header.header8 .top-header-content .col-md-4.hidden-sm.hidden-xs.col-xs-12 .app-link a {
	font-weight: 600;
	color: #7f187f;
}

.bottom-header-content {
	background-color: #8379be !important;
}

.header.header8 .middle-header-content .logo-header .logo {
	justify-content: left !important;
	-webkit-box-align: left !important;
	-webkit-align-items: left !important;
	-ms-flex-align: left !important;
	align-items: left !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

header.header.header8.active-sticky .logo-header .logo img {
	width: auto;
	max-width: 90px !important;
	height: auto !important;
}

.header .logo-header .logo img {
	width: 100% !important;
	max-width: 169px !important;
	image-rendering: -moz-crisp-edges;
	/* Firefox */
	image-rendering: -o-crisp-edges;
	/* Opera */
	image-rendering: -webkit-optimize-contrast;
	/* Webkit (non-standard naming) */
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
	/* IE (non-standard property) */
	;
}

.header.header8 .middle-header-content .logo-header .logo {
	padding-top: 23px;
	padding-bottom: 23px;
	float: left;
}

.header.header8 .middle-header-content .logo-header .dropdown-switcher {
	padding: 0px;
	float: left;
	margin-left: auto;
	position: relative;
	right: 0;
	order: 0;
	margin-right: 25px;
	align-self: center;
	margin-top: 15px;
}

header.header.header8.active-sticky .slogan {
	clear: left;
	font-size: 8px;
	float: left;
	display: inline-block;
	margin-top: -30px;
	background-color: #fff;
}

.header.header8 .middle-header-content .logo-header .dropdown-switcher .dropdown-menu {
	position: absolute;
	left: 0;
	font-size: 12px;
	top: 100%;
	min-width: 90px;
}

.header.header8 .middle-header-content .logo-header .dropdown-switcher .switcher-toggle {
	padding: 2px 6px !important;
	border: 1px solid #d7d7d7;
}

.header.header8 .middle-header-content .logo-header .dropdown-switcher .dropdown-menu li&gt;a {
	padding: 5px 10px;
	font-size: 11px;
	color: #333;
}

.vertical-menu li:hover&gt;.dropdown-menu ul li a {
	color: #222 !important;
}

.cms-home-new .footer.footer2 .middle-footer .contact-us,
.catalog-category-view .block.filter .block-content.filter-content .filter-options-item .filter-options-content ol.items .item .count {
	right: 0px !important;
}

.catalog-category-view .block.filter .block-content.filter-content .filter-options-item .filter-options-content ol.items .item {
	padding: 10px 30px 7px 15px !important;
}

.catalog-category-view .sidebar.sidebar-main {
	padding-left: 0px !important;
}

.catalog-category-view .footer.footer2 .middle-footer .contact-us,

.checkout-index-index .footer.footer2 .middle-footer .contact-us {
	display: none;
}

.toolbar .form-item-select,
.toolbar .modes .modes-mode,
.toolbar .sorter .sorter-action,

.marketplace-seller-collection .toolbar-products .form-item-select,
.marketplace-seller-profile .toolbar-products .form-item-select {
	border: 1px solid #6b52a3;
	color: #000;
	height: 40px;
}

.toolbar .modes .modes-mode:hover,
.toolbar .modes .modes-mode.active,
.toolbar .sorter .sorter-action:hover,

.marketplace-seller-collection .toolbar-products .form-item-select:hover,
.marketplace-seller-profile .toolbar-products .form-item-select:hover .marketplace-seller-collection .toolbar-products .form-item-select:active,
.marketplace-seller-profile .toolbar-products .form-item-select:active,

.marketplace-seller-collection .toolbar-products .form-item-select:focus,
.marketplace-seller-profile .toolbar-products .form-item-select:focus {
	border: 1px solid #6b52a3;
	color: #6b52a3;
}

.footer.footer2 .middle-footer .free-shipping&gt;ul.menu,

.footer.footer2 .middle-footer .free-shipping&gt;ul.menu,

.footer.footer2 .middle-footer .contact-us {
	float: right !important;
}

body.catalog-category-view .page-title-wrapper {
	padding-bottom: 53px;
}

.footer.footer2 .middle-footer .payment-option ul.payment-col li,

.footer.footer2 .middle-footer .free-shipping&gt;ul.menu,

.footer.footer2 .middle-footer .free-shipping&gt;ul.menu {
	display: inline-block;
	clear: left;
	width: 100%;
}

.footer.footer2 .middle-footer .customer-info,

.footer.footer2 .middle-footer .my-account,

.footer.footer2 .middle-footer .payment-option,

.footer.footer2 .middle-footer .free-shipping {
	width: 25% !important;
}

.footer.footer2 .bottom-footer .copyright {
	margin-top: 44px;
	padding-right: 0px;
}

.footer.footer2 .bottom-footer ul.social-menu {
	margin-top: 43px;
}

a.scroll-to-top {
	bottom: 40px !important;
	z-index: 98;
}



/*.header.header8 .table-icon-menu&gt;div{

    padding: 27.5px 0px 27.5px 0;

    display: inline-block;

    margin-left: 15px;

}

.header.header8 .table-icon-menu&gt;div i {

    font-size: 40px;

}

.header.header8 .table-icon-menu&gt;div .label{

    float: right;

    line-height: 40px;

    margin: 0;

    margin-left: 5px;

    font-size: 14px;

}*/

.header.header8 .search-form .form-search .form.minisearch {
	position: relative;
	border-radius: 6px;
	border-color: #6b52a5;
	border-width: 1.5px;
	border-style: solid;
}

#search_autocomplete {
	display: none !important;
}

.header.header8 .search-form .form-search .form.minisearch div#icon {
	position: absolute;
	top: 10px;
	right: 55px;
}

.header.header8 .search-form .form-search .form.minisearch div#upload-box {
	z-index: 9;
	left: 62%;
	width: 77%;
}

.header.header8 .search-form .form-search .form.minisearch label#browse-label {
	left: 13% !important;
}

.header.header8 .search-form .form-search .form.minisearch i.fa.fa-camera {
	font-size: 17px;
	color: #999;
}

.header.header8 .search-form .form-search .form.minisearch .input-text {
	padding-left: 155px;
	font-size: 13px;
	letter-spacing: 0;
	line-height: normal;
	padding-top: 0px;
	margin-bottom: 0px;
}

.header.header8 .search-form .form-search .form.minisearch .input-text::placeholder {
	color: #565656 !important;
}

.header.header8 .search-form .form-search .form.minisearch .btn-search {
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 0px !important;
	padding: 0 20px !important;
	display: block;
	background-color: #6b52a5 !important;
	border: 0 !important;
	height: 36px !important;
	margin: 2px;
	font-size: 19px;
	font-weight: 500 !important;
	background: url(wysiwyg/magnifying-glass-.png);
	background-repeat: no-repeat;
	background-size: 26px;
	background-position: center center;
	cursor: pointer;
	text-indent: -1000px;
	line-height: 1px !important;
	width: 40px !important;
	border-radius: 0px !important;
	min-width: 0px !important;
}

.header.header8 .search-form .form-search .form.minisearch .btn-search&gt;span {
	display: none;
}

.header.header8 .search-form .form-search .form.minisearch #mpsearch-category {
	border: 0;
	border-right: 1.5px solid #ebebeb;
	border-radius: 5px 0 0 5px;
	color: #565656;
	font-size: 13px;
	font-weight: 400;
	height: 100%;
	margin: 0px;
	line-height: normal;
}

header.header.header8.active-sticky .minicart-wrapper .action.showcart&gt;.label,

header.header.header8.active-sticky .header-wl .socail-custom&gt;.label,

header.header.header8.active-sticky .dropdown-toplinks .dropdown-toggle&gt;.label,
header.header.header8.active-sticky .table-icon-menu&gt;div.returns-orders a&gt;.label {
	display: none;
}

.block.block-dashboard-addresses.my-account-main {
	margin-bottom: 30px;
}

.marketplace-account-editprofile .field.profile .wk-profile-links a.btn-primary {
	display: table-cell;
}

.marketplace-account-editprofile .field.profile .wk-profile-links a.btn-primary:hover {
	border-width: 2px !important;
}

.marketplace-account-editprofile .wk-profile-links {
	width: auto;
}

.marketplace-index-index .header.header8 .search-form .form-search .form.minisearch #mpsearch-category {
	height: 33px;
}

.marketplace-index-index .registration-page {
	display: none;
}

#register-as-seller {
	float: left;
}

.marketplace-index-index .wk-mp-landingpage .form.create.account .field.mobile {
	width: 100%;
	padding-right: 0;
}

.marketplace-index-index .wk-mp-landingpage .form.create.account .field.mobile #country_code {
	height: 33px;
}

.marketplace-index-index .wk-mp-landingpage .form.create.account .field.mobile_confirmation {
	width: 100%;
}

.marketplace-index-index .wk-mp-landingpage .form.create.account .info .field.field-name-lastname {
	padding-right: 15px;
}

.marketplace-index-index .wk-mp-landingpage .form.create.account .account .confirmation {
	padding-right: 15px;
}

.marketplace-index-index .wk-mp-landingpage .form.create.account .field.email_address_confirmation {
	padding-left: 10px;
}

.marketplace-index-index .wk-mp-landingpage .form.create.account .field.email_address {
	padding-right: 10px;
}

.marketplace-index-index .wk-mp-landingpage.wk-mp-landingpage-layout3 .wk-list-container {
	position: relative;
	z-index: 99;
}

header.header.header8.active-sticky .table-icon-menu&gt;div.minicart-wrapper,

header.header.header8.active-sticky .table-icon-menu&gt;div.header-wl,

header.header.header8.active-sticky .table-icon-menu&gt;div.dropdown.dropdown-toplinks {
	min-width: auto !important;
}

header.header.header8.active-sticky .table-icon-menu&gt;div.header-wl a {
	display: flex;
}

.header.header8 .dropdown-toplinks .dropdown-toggle&gt;.label,
.header.header8 .header-wl .socail-custom&gt;.label,
.header.header8 .minicart-wrapper .action.showcart&gt;.label,

.header.header8 .table-icon-menu&gt;div.returns-orders a&gt;.label {
	display: inline-block;
	color: #565656 !important;
	font-size: 13px;
	font-weight: 500;
	line-height: 8px;
}

.header .header-wl .socail-custom {
	background: none;
	border: none;
	color: #000;
	font-size: 24px;
	line-height: 1;
	display: block;
	position: relative;
	cursor: pointer;
}

.header.header8 .table-icon-menu span.hdr-nav-line-1 {
	font-weight: 400;
	display: block;
	line-height: normal;
}

.autocomplete-suggestions {
	border: 1px solid #bbb;
	background: #fff;
	cursor: default;
	border-top: none;
	overflow: auto;
	max-height: 10000px;
}

.autocomplete-suggestion {
	cursor: pointer;
	overflow: hidden;
	padding: 10px 5px 10px 5px;
	font-size: 1.2em;
	border-bottom: 1px solid #eee;
	display: block;
}

.autocomplete-suggestion:last-child {
	border-bottom: none;
}

.search-category,
#mpsearch-category {
	height: 100%;
}

.autocomplete-selected {
	background: #eef3d6;
}

input#searchauto {
	border: 1px solid #bbb;
	border-radius: 2px;
	width: 375px;
}

.suggestion-left {
	float: left;
	width: 15%;
	padding: auto;
}

.suggestion-right {
	width: 82%;
	padding-left: 10px;
	text-align: left;
	color: black;
	float: left;
}

.product-name {
	font-size: 14px;
	color: #3399cc;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
}

.product-price {
	font-size: 12px;
}

.product-des {
	font-size: 12px;
}

.product-des p {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
}

.product-line {
	margin-bottom: 5px;
}

.product-add-form .product-options-wrapper .fieldset&gt;.field&gt;.control {
	padding-bottom: 10px;
}

.product-add-form .product-options-wrapper .fieldset&gt;.field:not(.choice) {
	margin-bottom: 0px;
}

.product-info-main .product-add-form .box-tocart,
.bundle-info .product-details .box-tocart {
	margin-top: 10px;
}

.catalog-product-view .rewardssocial-buttons&gt;div.buttons-referral-like a {
	font-weight: 600;
}

.product-info-main .product-sub-infomation:not(:empty) {
	padding: 0px 0 8px;
}

.product-info-main .sharethis-inline-share-buttons {
	text-align: left !important;
	margin-top: 10px !important;
}

ul#ui-id-1 {
	background: #fff;
	width: 373px;
	font-family: inherit;
	padding: 0px;
	border-bottom: none;
}

p.short-des {
	margin: 0px;
	font-size: 0.9em;
	color: #aaa;
}

#view_all {
	text-align: center;
	background: #eff4f7;
	cursor: pointer;
}

.header.header8 .vertical-menu .btn-close {
	display: none;
}

.cms-index-index .header.header8 .vertical-menu-widget ul#vertical-menu-2 {
	max-height: 360px;
	overflow-x: auto;
}



/* body.active-vertical-menu:before {

    content: "";

    display: block;

    width: 100%;

    position: fixed;

    height: 100vh;

    top: 0;

    z-index: 990;

    background-color: rgba(0,0,0,.8);

}

 */



.cms-index-index .header.header8 .vertical-menu-widget .vertical-menu {
	padding-bottom: 0;
	display: none;
	top: 48px;
}

.header.header8 .vertical-menu li a {
	padding-bottom: 11px;
}

.header.header8 .vertical-menu li.active a,

.header.header8 .vertical-menu li a:hover {
	color: #a01fa0;
}

.vertical-menu&gt;li.deactivate.category-menu-header {
	display: block !important;
}

.active-sticky #mainMenu .level0 a.level0 {
	color: #000 !important;
	z-index: 2;
}

.active-sticky #mainMenu .level0 a.level0:hover {
	color: #ffffff !important;
}

.product.info.detailed div#staticproduct_faq_tab,
body.mpqa-customer-viewall div#staticproduct_faq_tab {
	clear: both;
	width: 100%;
	display: inline-block;
}

body.active-vertical-menu .bottom-header-content div#category-main-menu {
	z-index: 999;
}

.product.info.detailed div#staticproduct_faq_tab .box-description div#search-bar,
body.mpqa-customer-viewall div#search-bar {
	width: 100%;
	position: relative;
	margin-bottom: 20px;
	margin-top: 10px;
	display: inline-block;
}

.product-detail-infomation-sticky-parent .product-detail-media .product.item-image {
	width: 100%;
	height: 560px;
	background: gray;
	overflow: hidden;
	display: block;
	position: relative;
	margin-bottom: 30px;
}

.product-detail-infomation-sticky-parent .product-detail-media .product.item-image img {
	max-width: 100%;
	vertical-align: bottom;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.block.seller-products {
	padding-top: 60px;
}

.product.info.detailed div#staticproduct_faq_tab .box-description div#search-bar .search_bar::before,
body.mpqa-customer-viewall div#search-bar .search_bar::before {
	content: "\f002" !important;
	font-family: "FontAwesome" !important;
	left: 0px !important;
	top: 4px !important;
}

.product.info.detailed div#staticproduct_faq_tab .box-description div#search-bar .search_bar,
body.mpqa-customer-viewall div#search-bar .search_bar {
	width: 100% !important;
	clear: both;
	display: block;
	margin-bottom: 10px;
}

body.mpqa-customer-viewall div#search-bar .search_bar input#wk-searchqa {
	min-height: 46px;
}

.product.info.detailed div#staticproduct_faq_tab .box-description div#search-bar input#searchqa {
	border-radius: 0 60px 60px 0;
	height: 46px;
}

.product.info.detailed div#staticproduct_faq_tab .box-description div#search-bar .search_action,
body.mpqa-customer-viewall div#search-bar .search_action {
	position: absolute !important;
	right: 0 !important;
	top: -2px !important;
	left: inherit;
}

.product.info.detailed div#staticproduct_faq_tab .box-description div#search-bar .search_action button.search_button.action.primary,
body.mpqa-customer-viewall button.search_button.action.primary {
	max-height: 69px !important;
	height: 42px;
	margin-right: 3px !important;
	margin-top: 4px;
}

.product-data-items-menu .data.item.title.active .data.switch {
	border-color: #6b52a3 !important;
}

.product-data-items-menu .data.item.title:hover .data.switch,
.product-data-items-menu .data.item.title.active .data.switch {
	color: #6b52a3 !important;
}

.product.info.detailed div#staticproduct_faq_tab .box-description .question-header {
	margin-top: 0px;
	margin-bottom: 15px;
}

.product.info.detailed div#staticproduct_faq_tab .box-description .question-header&gt;h4 {
	font-size: 18px;
	line-height: 42px;
}

.product.info.detailed div#staticproduct_faq_tab .box-description .question-header&gt;h4 a,
body.mpqa-customer-viewall .question-header&gt;h4 a {
	color: #333 !important;
}

.product.info.detailed div#staticproduct_faq_tab .box-description div#search-bar .wk-header-count,

.product.info.detailed div#staticproduct_faq_tab .box-description div#search-bar .wk-header-text,

body.mpqa-customer-viewall .wk-header-text,
body.mpqa-customer-viewall .wk-header-count {
	background-color: transparent;
	font-weight: 500;
	color: #000;
}

.seller_view_page .header&gt;.panel {
	margin-bottom: 0;
}

.seller_view_page #bottom-header {
	display: none;
}

.custom-landing-page .custom-policies {
	padding: 0px !important;
	box-shadow: inherit !important;
}

.marketplace-account-login .login-container.row {
	margin-right: 0px;
	margin-left: 0px;
	display: flex;
	flex-wrap: wrap;
}

.marketplace-account-login .login-container.row&gt;[class^="col"] {
	padding: 0px;
	margin-bottom: 50px;
}

.marketplace-account-login .wk-img-div img {
	margin-left: 0px;
}

.marketplace-account-login .login-container.row&gt;[class^="col"] .block-customer-login {
	height: 100%;
}

.marketplace-account-login .login-container.row&gt;[class^="col"] .block-customer-login .wk-img-div {
	height: 100%;
}

.marketplace-account-login .login-container.row&gt;[class^="col"] .block-customer-login .wk-img-div img {
	height: 100%;
	object-fit: cover;
}

.minicart-wrapper .close-minicart,
.modal-header,

#multiship-addresses-table thead tr th {
	background-color: #6b52a3;
	color: #fff;
}

.minicart-items .product-item .product.actions .action {
	border: 2px solid #fff !important;
}

.wk-mp-collection-header-box .wk-mp-collection-logo {
	height: 140px;
	bottom: 0%;
	width: 140px;
	object-fit: cover;
}

div#customer-reviews button.button-large {
	margin-right: 0px;
	text-transform: uppercase;
	color: #fff !important;
	background-color: #6b52a3 !important;
	border-radius: 60px !important;
	border: 2px solid #6b52a3 !important;
	box-shadow: none !important;
	font-weight: 600 !important;
	padding: 8px 25px !important;
	line-height: 22px !important;
	height: inherit !important;
	min-width: 110px !important;
	opacity: 1 !important;
}

div#customer-reviews button.button-large:hover {
	background-color: #8379be !important;
	color: #fff !important;
	box-shadow: none !important;
	border: 2px solid #8379be !important;
}

div#customer-reviews p.loginmsg {
	margin-bottom: 40px;
}

.wk-mp-collection-seller-title-container {
	padding-left: calc(2.5% + 70px) !important;
}

.wk-mp-collection-location:before {
	left: -3px;
	font-size: 20px;
	position: relative !important;
	float: left !important;
	top: 0px !important;
}

.sellersubdomain-feedback-index .wk-mp-collection-seller-title-container .wk-mp-collection-header-bottom span.wk-mp-collection-location {
	padding-left: 0px;
}

.category-product-actions {
	display: inline-block;
	width: 100%;
}

.product.info.detailed div#staticproduct_faq_tab .box-description .all-questions&gt;div,
bod y.mpqa-customer-viewall .all-questions&gt;div {
	background: white none repeat scroll 0 0;
	box-shadow: 1px 0px 8px 1px rgba(0, 0, 0, 0.08);
	margin-bottom: 0px;
}

.product.info.detailed div#staticproduct_faq_tab .box-description .all-questions div#q-1,
body.mpqa-customer-viewall .all-questions div#q-1 {
	margin-bottom: 0;
}

.product.info.detailed div#staticproduct_faq_tab .box-description .all-questions,
body.mpqa-customer-viewall .all-questions {
	margin-top: 20px;
}

.alsoviewed-products .content-heading {
	margin-top: 33px;
}

.product.info.detailed div#staticproduct_faq_tab .box-description button.action.primary,

.product-data-items-content button.action.primary,
.product-data-items-content input[type=button],

body.mpqa-customer-viewall button.action.primary,
body.mpqa-customer-viewall input[type=button] {
	background-image: none;
	cursor: pointer;
	display: inline-block;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 10px 15px;
	font-size: 1.4rem;
	line-height: 1.6rem;
	box-sizing: border-box;
	vertical-align: middle;
}

.header.header8 .vertical-menu li a {
	color: #000 !important;
}

.product.info.detailed.after-content .product-data-items-content .data.item.content div#product-review-container div#customer-reviews .block-title&gt;strong {
	color: #000;
	font-size: 24px;
	font-weight: 500;
}

.product.info.detailed.after-content .product-data-items-content .data.item.content div#product-review-container div#customer-reviews .block-content {
	clear: both;
	display: block;
	margin-top: 30px;
}

.product.info.detailed.after-content .product-data-items-content .data.item.content div#product-review-container div#customer-reviews .block-content li.review-item .review-title {
	font-size: 15px;
	font-weight: 600;
	color: #ff5501;
}

div#product-review-container div#customer-reviews .block-content .rating-summary.item .rating-label {
	margin-bottom: 0px;
}

.customer-review.view {
	display: block;
	clear: both;
	padding: 0;
}

.customer-review.view .review-details .review-date {
	font-style: italic;
	color: #6b52a3 !important;
	display: block;
	font-weight: 500;
}

.customer-review.view .review-details {
	padding-top: 0px !important;
	display: inline-block;
}

.block-rewards-account-summary .block-content .fieldset .buttons-set {
	margin-bottom: 40px;
}

.customer-review.view .product-media,
.customer-review.view .product-media img {
	overflow: hidden;
	display: block;
	height: 120px;
	width: 120px;
}

body.account.review-customer-view div.actions-toolbar {
	display: block;
	clear: both;
	width: 100%;
	margin-top: 30px;
}

body.mpqa-customer-viewall .pager {
	background: white none repeat scroll 0 0;
	box-shadow: 1px 0px 8px 1px rgba(0, 0, 0, 0.08);
	padding: 15px !important;
}

body.mpqa-customer-viewall .pager p.toolbar-amount span.toolbar-number {
	margin-top: 6px;
	display: block;
}

body.mpqa-customer-viewall .pager p.toolbar-amount {
	float: left;
}

body.mpqa-customer-viewall .limiter {
	float: right;
}

body.mpqa-customer-viewall .limiter strong.limiter-label {
	line-height: 39px;
	margin-right: 10px;
}

body.mpqa-customer-viewall .limiter select#limiter {
	width: auto;
}

.multishipping-checkout-billing .box-billing-method .box-content dl .item-title:first-child {
	display: none;
}

.multishipping-checkout-overview .checkout-review .action-finish-checkout .action.back {
	float: left !important;
}

.multiplewishlist-social button#share-gmail img {
	width: 26px;
}

.multiplewishlist-social button#share-gmail p {
	display: none;
}

.multiplewishlist-social button#share-gmail {
	background-color: #fff !important;
}

.multiplewishlist-social .twitter_button.social-button {
	padding-top: 5px;
}

.catalog-product-view .rewardssocial-buttons&gt;div.buttons-pinterest-pin {
	display: none;
}

.catalog-product-view .rewardssocial-buttons {
	display: inline;
}

.catalog-product-view .rewardssocial-buttons&gt;div {
	display: inherit;
	text-align: left;
	padding: 0 2px;
	float: left;
}

.catalog-product-view .rewardssocial-buttons .buttons-twitter-like {
	margin-top: 3px;
}

.catalog-product-view .rewardssocial-buttons .buttons-facebook-like {
	margin-top: -1px;
}

.catalog-product-view .product-sub-infomation .rewardssocial-buttons .buttons-facebook-like {
	margin-top: 3px;
	width: 100px;
	margin-left: 0px;
}

.catalog-product-view .actions-toolbar.review-form-actions button {
	border-radius: 0;
	background-image: none;
	background: #eee;
	border: 1px solid #ccc;
	cursor: pointer;
	display: inline-block;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 600;
	margin: 0;
	padding: 7px 15px;
	font-size: 1.4rem;
	line-height: 1.6rem;
	box-sizing: border-box;
	vertical-align: middle;
}

.block.review-list .review-items li.review-item .review-details {
	clear: left;
}

.catalog-product-view .actions-toolbar.review-form-actions div#review-report-74 {
	margin-top: 5px;
}

.catalog-product-view .actions-toolbar.review-form-actions div#review-report-74 a {
	color: #428bca;
}

.product.info.detailed .product-data-items-content {
	background: #fff;
	margin-top: 0;
	padding: 35px 35px 35px 35px;
	border: 1px solid #ccc;
}

.multiplewishlist-index-sharing .pull-right {
	width: 100% !important;
}

.multiplewishlist-index-sharing .products.wrapper.grid.products-grid ol li {
	display: inline-block;
	width: 24.5%;
	text-align: center;
}

.multiplewishlist-index-sharing .products.wrapper.grid.products-grid ol li span.product-image-wrapper {
	height: 300px;
	overflow: hidden;
	display: inline-block;
	width: 100%;
	text-align: center;
	background-color: red;
}

.multiplewishlist-index-sharing .products.wrapper.grid.products-grid ol li span.product-image-wrapper img.product-image-photo {
	height: 100%;
	width: 100%;
	object-fit: cover;
	vertical-align: bottom;
}

.multiplewishlist-index-sharing .product-item-details .product-item-name a {
	color: #000 !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	display: block;
	height: 43px;
	min-width: 43px;
	overflow: hidden;
}

.rating-summary .rating-result&gt;span:before {
	color: #ff5501 !important;
}

.product.info.detailed.after-content .product-data-items-content .data.item.content div#product-review-container div#customer-reviews .block-content .toolbar.review-toolbar {
	display: none;
}

.product-item-details .product-item-name {
	line-height: 18px;
}

.product-item-details .product-item-name a {
	color: #000 !important;
	font-size: 14px !important;
	font-weight: 500 !important;
}

.list-products .product-item-info .product-item-details {
	padding: 12px !important;
}

.product-item-info .product-item-details .swatch-attribute.color {
	display: none;
}

div#deals-of-the-day-section .list-products .product-item-info .product-item-details .btn.btn-cart {
	background-color: #a01fa0 !important;
	color: #fff;
	border: none;
}

.panel-block-row.col-md-12.col-xs-12.text-center img.img-responsive {
	border: 1px solid #fff;
}

.promobanner .banner-text&gt;div {
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
	color: ffff;
}

.promobanner&gt;a&gt;img {
	min-width: 100%;
	border: 1px solid #fff;
}

.welcome-afritia-sec .content-block p {
	color: #333;
	font-weight: 400;
	font-size: 13px;
	line-height: 24px;
}

.list-products .product-item-info .product-item-details .btn.btn-cart {
	border: 2px solid #8379be;
	background-color: #8379be;
	min-height: 25px !important;
	line-height: normal;
	font-size: 10px;
	font-weight: 700;
	padding: 0 8px;
	color: #fff;
	margin-top: 5px;
	text-transform: uppercase;
	border-radius: 1px;
	height: auto;
}

.list-products .product-item-info {
	border: 1px solid #f3f3f3 !important;
}

#deals-of-the-day-section {
	background-color: #fff;
	float: left;
	padding: 10px 0;
	width: 100%;
}

#deals-of-the-day-section .title-box {
	background-color: #a01fa0;
	height: 143px;
	margin-top: -10px;
	margin-bottom: -10px;
	color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
}

#deals-of-the-day-section .title-box .deals {
	font-weight: bold;
	font-size: 54px;
	line-height: 54px;
	margin-bottom: 5px;
}

#deals-of-the-day-section .title-box .of-the {
	width: 30%;
	font-size: 20px;
	float: left;
	text-align: center;
	line-height: 27px;
}

#deals-of-the-day-section .title-box .day {
	width: 70%;
	font-size: 54px;
	font-weight: bold;
	float: right;
	line-height: 54px;
}

#deals-of-the-day-section .list-products .product-item-info {
	margin-bottom: 0;
}

#deals-of-the-day-section .product-reviews-summary {
	display: none;
}

#deals-of-the-day-section .list-products .product-item-info .product-item-details {
	padding-left: 15px;
}

#best-seller-section {
	background-color: #fff;
	float: left;
	padding-top: 15px;
	width: 100%;
}

#recommendation-section {
	background-color: #fff;
	float: left;
	padding-top: 15px;
	width: 100%;
}

#shop-bundle-section {
	background-color: #fff;
	float: left;
	padding-top: 15px;
	width: 100%;
}

.title-new .content-heading {
	text-align: left;
	margin-bottom: 15px;
}

.title-new .content-heading h3.title {
	padding-left: 15px;
	color: #6b52a3 !important;
	font-size: 21px;
	font-weight: 600;
	min-height: 50px;
}

.title-new .content-heading h3.title:before {
	content: "";
	height: 17px;
	width: 2px;
	top: 3px;
	left: 0;
	background-color: #6b52a3;
}

.title-new .content-heading h3.title:after {
	display: none;
}

.list-products .product-item-info .product-image a.photo {
	padding-top: 100% !important;
	background-color: #fff !important;
}

#category-section .category-box {
	background-color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	min-height: 353.95px;
}

#category-section .category-box h6 {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.5px;
}

#category-section .category-box p {
	margin-top: 9px;
	font-size: 12px;
	font-weight: 400;
	color: #000;
	margin-bottom: 9px;
	line-height: normal;
}

#category-section .category-box a.view-more {
	margin-top: 13px;
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	color: #a01ea0;
	line-height: normal;
}

#category-section .category-box .col-md-6 {
	padding-left: 0;
}

.view-more {
	float: right;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: normal;
}

.view-more a {
	color: #a01ea0;
}

.products-grid .product-item-info .product-item-details {
	min-height: 78px;
}

.footer.footer2 .middle-footer .container {
	padding: 40px 15px;
	border-top: inherit !important;
}

.footer.footer2 .middle-footer .container div&gt;h6.margin-bottom30 {
	font-weight: 500;
	letter-spacing: 0px;
	font-size: 19px;
	margin-bottom: 15px;
	color: #fff;
}

.footer.footer2 .middle-footer ul.menu li {
	line-height: 24px;
}

.footer.footer2 .middle-footer ul.menu li a,
.footer.footer2 .middle-footer ul.list-icon li a,
.footer.footer2 .middle-footer ul.list-icon li {
	color: #252525;
	font-size: 13px;
	font-weight: 400;
	line-height: normal;
	color: #fff !important;
}





/*.footer.footer2 .middle-footer .container .row .col-lg-3:last-child ul.menu li { line-height:36px; }*/

.footer.footer2 .middle-footer .container .row .col-lg-3.free-shipping ul.menu li {
	line-height: 36px;
}



/*.footer.footer2 .middle-footer .container .row .col-lg-3:last-child ul.menu li a {

    font-size: 14px;

    font-weight: 500;

    color: #000;

}*/

.footer.footer2 .middle-footer .container .row .col-lg-3.free-shipping ul.menu li a {
	font-size: 14px;
	font-weight: 500;
	color: #000;
}

.footer .middle-footer {
	padding: 0px !important;
	border-top: none !important;
	background-color: #8379be !important;
}

.footer2 .top-footer .footer-newsletter h3 {
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
}

.footer2 .top-footer .footer-newsletter p {
	font-size: 12px;
	margin: 0;
	color: #000;
	font-weight: 400;
	line-height: 17px;
}

.footer2 .top-footer .footer-newsletter img.newsletter {
	max-height: 60px;
	position: absolute;
	top: 0px;
	left: 18px;
	max-width: 60px;
}

.footer2 .top-footer .footer-newsletter .block.newsletter {
	border: 1.5px solid #a01fa0;
	border-radius: 5px;
	padding: 0;
}

.footer.footer2 .middle-footer ul.payment-col li,

.catalog-category-view .footer.footer2 .middle-footer ul.payment-col li {
	display: inline-block;
	width: 100%;
}

/* .catalog-product-view .page-wrapper .page-title-wrapper, .catalog-category-view .page-wrapper .page-title-wrapper {
	padding: 58px 0px 52px 0px !important;
	
} */
.catalog-product-view .page-wrapper .page-title-wrapper,
.catalog-category-view .page-wrapper .page-title-wrapper {
	min-height: 198px !important;
	padding: 0px !important;

}

.page-title-wrapper h1,
.page-title-wrapper .h1 {
	line-height: 198px;
}

.footer.footer2 .middle-footer ul.payment-col li img {
	max-width: 132px;
	border: 1px solid #e7e7e7;
	margin-bottom: 3px;
	border-radius: 5px;
	height: auto;
}

.footer2 .footer-newsletter .block.newsletter .form.subscribe .actions .action.subscribe {
	background-color: #a01fa0;
	border-color: #a01fa0;
	border-radius: 0 60px 60px 0;
	margin-right: 0px;
	padding: 0 15px;
	text-transform: uppercase;
	line-height: normal;
}

.footer .block.newsletter .form.subscribe .form-group input[type="email"],

.footer2 .footer-newsletter .block.newsletter .form.subscribe .actions .action.subscribe {
	height: 28px;
}

.footer2 .footer-newsletter .block.newsletter .form.subscribe .actions .action.subscribe:hover {
	background-color: #fff;
	border-color: #000;
}

.footer2 .middle-footer .menu li .icon {
	width: 35px;
	display: inline-block;
	text-align: center;
}

.footer2 .middle-footer .menu li .icon img {
	display: inline-block;
}

.footer2 .bottom-footer .social-menu a {
	width: auto;
	height: auto;
	color: #fff !important;
	background-color: transparent;
	display: inline-block;
	text-align: center;
	border-radius: 7px;
	font-size: 16px;
	line-height: 28px;
}

.footer2 .bottom-footer .social-menu a&gt;img {
	width: 32px;
	height: 32px;
}

.footer .bottom-footer ul.social-menu li:last-child {
	margin-right: 10px;
}

.footer.footer2 .top-footer {
	background-color: #fff;
}

.footer.footer2 .bottom-footer {
	background-color: #ffffff !important;
}

.footer.footer2 .bottom-footer .footer-newsletter .col-md-12 {
	padding: 0px;
}

.footer.footer2 .bottom-footer .footer-newsletter img.newsletter {
	width: 32px;
	height: 32px;
}

.footer.footer2 .bottom-footer .footer-newsletter&gt;.col-md-12&gt;.col-md-2 {
	width: auto;
	padding: 0;
}

.footer.footer2 .bottom-footer .footer-newsletter&gt;.col-md-12&gt;.col-md-10 h3 {
	font-size: 16px;
}

.footer.footer2 .bottom-footer .footer-newsletter&gt;.col-md-12&gt;.col-md-10 p {
	font-size: 12px;
	color: #000;
}

.footer.footer2 .bottom-footer .footer-newsletter .block.newsletter {
	background-color: #fff !important;
	padding: 1px 1px 1px 2px;
	display: block !important;
}

.wk-qa-action {
	margin-top: 0.3rem;
}

.plabl {
	color: #000;
	font-size: 16px;
	font-weight: 600;
}

.rewards-account-index ul.items.order-links.rewards-links li {
	border-color: #8379be !important;
}

.rewards-account-index ul.items.order-links.rewards-links li.current,
.rewards-account-index ul.items.order-links.rewards-links li:hover {
	border-color: #6b52a3 !important;
	color: #6b52a3 !important;
}

.footer.footer2 .bottom-footer .copyright address {
	line-height: 28px;
	color: #000;
	font-size: 13px;
}

.footer.footer2 .bottom-footer ul.social-menu li {
	margin: 0 5px !important;
}

.review-form .field.choice .control {
	position: relative;
}



/* pratik start contact page*/

.address-info h6 {
	margin-bottom: 5px;
}

.address-info ul {
	padding-left: 25px;
	position: relative;
}

.address-info ul li {
	margin-bottom: 5px;
	color: #222;
}

.address-info ul li .icon {
	position: absolute;
	left: 0;
	margin-top: 4px;
	font-size: 18px;
	color: #6b52a3;
}

.address-info ul li a {
	color: #222;
}

/* pratik end contact page*/



/* start category page*/

.sub-categories .items {
	text-align: left;
}

.sub-categories .items .item a.current {
	font-weight: 500;
}

.sub-categories .items .item a.current:after {
	content: "\f105";
	font-family: "FontAwesome";
	font-weight: bold;
	margin-left: 10px;
}

.block.filter .block-content.filter-content .filter-options-item .filter-options-title:before {
	display: none;
}

/* pratik end category page*/



/*== start new homepage== */



.deals-of-the-day-section {
	margin-bottom: 20px;
	margin-top: 20px;
}

.deals-of-the-day-section&gt;.container&gt;.row {
	margin-left: 0;
	margin-right: 0;
	background-color: #fff;
}

.list-products .product-item-info {
	margin-bottom: 20px;
}


.new-arrivals .list-product-col {
	padding-left: 10px;
	padding-right: 10px;
}

.deals-of-the-day-section .title-box {
	background-color: #8379be;
	min-height: 143px;
	color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}

.deals-of-the-day-section .title-box .deals {
	font-weight: bold;
	font-size: 54px;
	line-height: 54px;
	margin-bottom: 5px;
}

.deals-of-the-day-section .title-box .of-the {
	width: 30%;
	font-size: 20px;
	float: left;
	text-align: center;
	line-height: 27px;
	align-self: center;
}

.deals-of-the-day-section .title-box .day {
	width: 70%;
	font-size: 54px;
	font-weight: bold;
	float: right;
	line-height: 54px;
}

.deals-of-the-day-section .list-products .product-item-info {
	margin-bottom: 0;
}

.deals-of-the-day-section .products-section {
	padding-top: 9px;
}

.best-seller-section .container .row&gt;div&gt;.row,

.trending-products .container .row&gt;div&gt;.row,

.new-arrivals .container .row&gt;div&gt;.row,

.recent-order-product-section .container .row&gt;div&gt;.row,

.recently-viewed-section .container .row&gt;div&gt;.row,

.inspired-by-shopping-list-section .container .row&gt;div&gt;.row,

.flash-deals .container .row&gt;div&gt;.row {
	margin-left: 0;
	margin-right: 0;
}

.best-seller-section .panel-block-row.title-new,

.trending-products .panel-block-row.title-new,

.new-arrivals .panel-block-row.title-new,

.recent-order-product-section .panel-block-row.title-new,

.recently-viewed-section .panel-block-row.title-new,

.inspired-by-shopping-list-section .panel-block-row.title-new,

.flash-deals .panel-block-row.title-new {
	padding-top: 15px;
	background-color: #fff;
}

body.marketplace-seller-profile section#maincontent {
	padding-top: 0px !important;
}

.page-wrapper.lazy-loading-img section#maincontent {
	padding-top: 30px;
}

.cms-home-new .page-wrapper.lazy-loading-img section#maincontent {
	padding-top: 0px;
	min-height: unset;
}

/*== end new homepage== */



.marketplace-index-index div#placeholder-header {
	height: 142px;
}

.marketplace-index-index .header.header8 .search-form .form-search .form.minisearch .btn-search {
	background-size: 22px !important;
	height: 32px;
}

.marketplace-index-index .footer2 .footer-newsletter .block.newsletter .form.subscribe .actions .action.subscribe {
	height: 33px;
	width: auto;
	float: right;
}

.marketplace-index-index .footer.footer2 .bottom-footer .footer-newsletter .block.newsletter {
	padding: 2px 2px 2px 2px;
}

.marketplace-index-index section#maincontent {
	display: none;
}

.marketplace-index-index .wk-mp-design.wk-mp-landingpage.wk-mp-landingpage-layout3 {
	clear: both;
	display: block;
	margin-top: 0px;
}

.marketplace-index-index .header.header8 .search-form .form-search .form.minisearch .btn-search {
	width: 50px;
}

.marketplace-index-index .header.header8 .search-form .form-search .form.minisearch .input-text {
	margin-bottom: 0;
	height: 41px !important;
}

.marketplace-index-index .footer2 .footer-newsletter .block.newsletter .form.subscribe .form-group input[type="email"] {
	float: left;
}

.marketplace-index-index .login-container .block .block-title h2,
.marketplace-index-index .form-create-account h2 {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0 0 5px;
}

.marketplace-index-index .wk-mp-landingpage .form.create.account .fieldset {
	margin-top: 10px;
}

.marketplace-index-index .field&gt;.label,
.marketplace-index-index .form-group&gt;.label,
.marketplace-index-index .field&gt;label,
.marketplace-index-index .form-group&gt;label {
	font-weight: 400;
	font-size: 12px;
	margin-bottom: 0px !important;
}

.marketplace-index-index input[type="text"],
.marketplace-index-index input[type="password"],
.marketplace-index-index input[type="url"],
.marketplace-index-index input[type="tel"],

.marketplace-index-index input[type="search"],
.marketplace-index-index input[type="number"],
.marketplace-index-index input[type="datetime"],
.marketplace-index-index input[type="email"] {
	height: 33px !important;
}

.marketplace-index-index .wk-mp-landingpage .form.create.account .field,

.marketplace-index-index .wk-mp-landingpage .form.create.account .account .password,
.marketplace-index-index .wk-mp-landingpage .form.create.account .account .confirmation {
	margin-bottom: 5px !important;
}

.marketplace-index-index .wk-mp-landingpage #wk-termsconditions-box input {
	float: left;
	margin-right: 5px;
}

.marketplace-index-index .wk-mp-landingpage #wk-termsconditions-box label {
	margin-bottom: 0px;
}

.marketplace-index-index a.action.btn.btn-default.btn-full.back {
	border: 1.5px solid #222;
}

.marketplace-index-index a.action.btn.btn-default.btn-full.back:hover {
	background-color: #a01fa0;
	color: #000 !important;
}

.marketplace-index-index #wk-vender-login-box a {
	font-weight: 600;
	color: red;
	font-size: 13px;
}

.marketplace-index-index button.action.submit.btn.btn-primary.btn-full {
	line-height: normal;
	background-color: #a01fa0;
}

.marketplace-index-index .primary a button.action.submit.primary {
	background-color: #a01fa0 !important;
	padding: 6px 10px;
	font-weight: 600;
	font-size: 13px;
	color: #FFFFFF !important;
	border-radius: 4px;
	border: none;
	margin-top: 20px;
}

.marketplace-index-index .footer2 .top-footer .footer-newsletter img.newsletter,

.marketplace-index-index .footer.footer2 img.newsletter,

.marketplace-index-index .footer2 .top-footer .footer-newsletter .newsletter {
	display: block !important;
}

.footer .block.newsletter .form.subscribe .form-group,
.footer .block.newsletter .form.subscribe .actions {
	display: table-cell !important;
}

.marketplace-index-index .footer .block.newsletter .form.subscribe .form-group {
	margin-bottom: 0 !important;
}

.marketplace-index-index .wk-mp-banner {
	background-color: rgba(66, 3, 147, 1) !important;
	position: relative;
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: center left;
	background-image: inherit !important;
}

.marketplace-index-index .wk-mp-banner:before {
	content: "";
	background: url(marketplace/banner/bannr-image.png);
	opacity: 0.2;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: 0;
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: center left;
}

.page-layout-seller-login {
	background-color: #000 !important;
	position: relative;
}

.marketplace-account-login .message-error.error.message {
	padding: 0;
	line-height: 13px;
}

.marketplace-account-login .message.error&gt;* {
	font-size: 12px !important;
}

.marketplace-account-login .page-main.container&gt;.page.messages {
	margin-top: 15px;
}

.marketplace-account-login .page-main.container&gt;.page.messages .message-success.success.message {
	padding: 0;
	line-height: 13px;
}

.marketplace-account-login .page-main.container&gt;.page.messages .message-success.success.message&gt;* {
	font-size: 12px;
}

.page-layout-seller-login .action-primary {
	padding: 2px 10px !important;
}

body.account.marketplace-account-dashboard .wk-mp-page-header-hgroup .page-title-wrapper {
	background-image: inherit !important;
}

.marketplace-account-notification .wk-mp-page-header .wk-mp-page-header-before,
.account .wk-mp-page-header-actions .wk-mp-page-header-before {
	margin-top: 20px;
	width: auto;
	float: right;
	padding: 0;
	text-align: right;
	margin-right: 30px;
}

.marketplace-account-notification .wk-mp-page-header .wk-mp-page-header-before #switcher-language .switcher-toggle.dropdown-toggle,
.account .wk-mp-page-header-actions .wk-mp-page-header-before div#switcher-language button.switcher-toggle.dropdown-toggle {
	padding: 0px 6px 0px 6px;
	border: 1px solid #d7d7d7;
}

.account .wk-mp-page-header-actions .wk-mp-page-header-before div#switcher-language ul.dropdown-menu {
	min-width: 75px;
	width: 75px;
	max-width: 75px;
}

.account .wk-mp-page-header-actions .wk-mp-page-header-before div#switcher-language .dropdown-menu&gt;li&gt;a {
	padding: 0px 5px 0px 6px;
	font-size: 13px !important;
}

.account .wk-mp-page-header-actions .wk-mp-page-header-before div#switcher-language .switcher-option img {
	display: none;
}

.account .admin__data-grid-pager button.action-previous,
.admin__data-grid-pager button.action-next {
	height: 34px !important;
	padding: 0px !important;
	line-height: 32px !important;
}

.page-title-wrapper:before {
	background: rgba(0, 0, 0, 0.2) !important;
}

body.account.marketplace-account-dashboard .wk-mp-page-header-hgroup .page-title-wrapper:before {}

body.account.marketplace-account-dashboard .wk-mp-page-header-hgroup .page-title-wrapper span.page-header.h1 {
	float: left;
	text-align: left;
	color: #000 !important;
}

body.marketplace-account-login:before {
	/*content: "";*/
	/*background: url(marketplace/banner/bannr-image.png);*/
	/*opacity: 0.3;*/
	/*top: 0;*/
	/*left: 0;*/
	/*bottom: 0;*/
	/*right: 0;*/
	/*position: absolute;*/
	/*z-index: 1;*/
	/*background-size: cover;*/
	/*background-repeat: no-repeat;*/
	/*background-position: center left;*/
}

.mpqa-mpqaquest-showquestions .wk-mp-fieldset .hor-scroll {
	width: 100%;
	overflow: inherit !important;
}

.mpqa-mpqaquest-showquestions .wk-mp-fieldset .hor-scroll {
	overflow-y: scroll !important;
	width: 100% !important;
}

.tooltip-new {
	position: relative;
	overflow: unset !important;
}

.tooltip-new .tooltiptext-new {
	visibility: hidden;
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 10px;
	position: absolute;
	z-index: 1;
	bottom: 105%;
	opacity: 0;
	transition: opacity 0.3s;
	display: none;
}

.tooltip-new .tooltiptext-new::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}

.tooltip-new:hover .tooltiptext-new {
	visibility: visible;
	opacity: 1;
	left: 0;
	display: block;
}

.marketplace-seller-collection .page-title-wrapper,
.marketplace-seller-feedback .page-title-wrapper,
.marketplace-seller-location .page-title-wrapper,
.marketplace-seller-profile .page-title-wrapper {
	display: none !important;
}

body.marketplace-seller-collection .product-item-details .product-item-description {
	display: none;
}

.stock.unavailable span {
	display: inline-block;
	border-radius: 60px;
	text-transform: uppercase;
	font-weight: 600 !important;
	padding: 10px 25px !important;
	line-height: 22px !important;
	font-size: 13px;
	margin-top: 5px;
	color: #666;
}

body.marketplace-seller-profile .products-grid .product-item-info span.product-image-wrapper img.product-image-photo,

body.marketplace-seller-collection .product-item-info span.product-image-wrapper img.product-image-photo {
	max-width: 100%;
	vertical-align: bottom;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: 3s;
}

body.marketplace-seller-profile .wk_mp_design .wk-mp-banner,

body.marketplace-seller-feedback .wk_mp_design .wk-mp-banner,

body.marketplace-seller-collection .wk_mp_design .wk-mp-banner {
	display: block !important;
	border-bottom: 1px solid #ccc !important;
}

body.marketplace-seller-profile section#maincontent,

body.marketplace-seller-feedback section#maincontent,

body.marketplace-seller-collection section#maincontent {
	margin: 0 auto;
	width: 100% !important;
}



/* body.marketplace-seller-profile .products-grid .product-item-info a.product.photo.product-item-photo,

body.marketplace-seller-collection .product-item-info a.product.photo.product-item-photo { 

	min-height: 158px;

    width: 100%;

    height: 158px;

    background: gray;

    overflow: hidden;

    display: block;

    position: relative;



 } */



body.marketplace-seller-collection .product-item-info span.product-image-wrapper {
	width: 100%;
	height: 230px;
	background: gray;
	overflow: hidden;
	display: block;
	position: relative;
	margin-bottom: 30px;
}

body.marketplace-seller-collection .product-item-info span.product-image-wrapper img.product-image-photo {
	max-width: 100%;
	vertical-align: bottom;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: 3s;
}

body.marketplace-seller-collection .stock.unavailable span {
	display: inline-block;
	border-radius: 60px;
	text-transform: uppercase;
	font-weight: 600 !important;
	padding: 10px 25px !important;
	line-height: 22px !important;
	font-size: 13px;
	margin-top: 5px;
	color: #666;
}

.marketplace-seller-collection .page-products div:last-child.toolbar-products {
	margin-top: 60px;
}

.marketplace-seller-collection .product-item-details .product-item-name a {
	color: #222;
	min-height: 30px !important;
	display: inline-block;
}

body.marketplace-seller-profile .page-products.page-with-filter li.item.product.product-item,

body.marketplace-seller-collection li.item.product.product-item {
	display: inline-block;
	text-align: center;
	width: 25%;
	padding: 0 15px;
}

body.marketplace-seller-profile .page-products button.action.tocart.primary,

body.marketplace-seller-feedback a.button-large button.button-large,

body.marketplace-seller-collection button.action.tocart.primary {
	border: 2px solid #e0e0e0;
	background-color: #fefefe;
	line-height: normal;
	font-size: 13px;
	font-weight: 500;
	padding: 8px 15px;
	color: #222;
	margin-top: 5px;
	text-transform: uppercase;
	border-radius: 1px;
	min-width: 120px;
}

body.marketplace-seller-profile .page-products button.action.tocart.primary {
	border-radius: 20px;
	background-color: #a01fa0;
	border: 1px solid #a01fa0;
	color: #fff;
}

body.marketplace-seller-profile .page-products button.action.tocart.primary:hover {
	background-color: #e6d3e4;
	border-color: #e6d3e4;
	color: #000 !important;
}



/* body.marketplace-seller-profile .wk-mp-collection-view-btn a:hover,

body.marketplace-seller-profile .wk-mp-collection-view-btn a:active,

body.marketplace-seller-feedback .wk-mp-collection-view-btn a:hover,

body.marketplace-seller-feedback .wk-mp-collection-view-btn a:active,

body.marketplace-seller-feedback a.button-large button.button-large:hover,

body.marketplace-seller-collection .wk-mp-collection-view-btn a:active,

body.marketplace-seller-collection a.button-large button.button-large:hover 

{ 		background-color: #e6d3e4 !important;

		border-color: #e6d3e4 !important;

		color:#000 !important;

		

}

 */



body.marketplace-seller-profile .wk-mp-collection-seller-title,

body.marketplace-seller-feedback .wk-mp-collection-seller-title,

body.marketplace-seller-collection .wk-mp-collection-seller-title {
	padding: 0 20px;
	padding-left: 15px;
	color: #000 !important;
	font-size: 21px;
	font-weight: 600;
	font-family: "Poppins";
}

body.marketplace-seller-profile .page-products.page-with-filter.fieldset,

body.marketplace-seller-collection .page-products.page-with-filter.fieldset {
	overflow: hidden;
}

body.marketplace-seller-profile .products-grid .product-item-info span.product-image-container,

body.marketplace-seller-collection .product-item-info span.product-image-container {
	display: inline;
}

body.marketplace-seller-profile .products-grid .product-item-info span.product-image-wrapper,

body.marketplace-seller-collection .product-item-info span.product-image-wrapper {
	padding-bottom: 0px !important;
}

.marketplace-seller-collection .toolbar-products .form-item-select,
.marketplace-seller-profile .toolbar-products .form-item-select {
	border: 1px solid #a01fa0;
}

.marketplace-seller-collection .toolbar .sorter .sorter-options,
.marketplace-seller-profile.toolbar .sorter .sorter-action,

.marketplace-seller-collection .toolbar select,
.marketplace-seller-collection .toolbar select {
	border-radius: 60px;
	background-color: transparent !important;
	max-width: 210px !important;
}

.marketplace-seller-collection .toolbar select,
.marketplace-seller-collection .toolbar select {
	line-height: 32px;
}

.marketplace-seller-collection .toolbar select,
.marketplace-seller-collection .toolbar select option,

.marketplace-seller-collection .toolbar select option:selected {
	background-color: #fff !important;
}

.marketplace-seller-collection .toolbar select option:checked {
	background-color: #fff !important;
}

.marketplace-seller-collection .toolbar-products,
.marketplace-seller-profile .toolbar-products {
	margin-top: 15px;
	margin-bottom: 15px;
}

.marketplace-seller-collection .actions-secondary,
.marketplace-seller-profile.toolbar .actions-secondary {
	display: none;
}

.wk-mp-collection-left .filter-options-content a:hover {
	background-color: transparent !important;
}

.block.filter .block-content.filter-content .filter-options-item {
	margin-bottom: 0;
	padding-bottom: 0px !important;
}

.block.filter .block-content.filter-content .filter-options-item .filter-options-title {
	margin-bottom: 10px !important;
	margin-top: 10px !important;
}

.marketplace-seller-collection .products.wrapper.list.products-list ol li.item.product.product-item a.product.photo.product-item-photo {
	float: left;
	margin-right: 15px;
}

.marketplace-seller-collection .products-list .product-item-info .product-item-details .product-item-name a {
	color: #222;
	min-height: 30px !important;
	display: inline-block;
}

.page-layout-seller-login.page-layout-seller-login .wk-mp-page-wrapper {
	background-color: rgba(0, 0, 0, 0);
	box-shadow: none;
}

.page-layout-seller-login .form-actions .actions {
	margin-bottom: 10px;
}

.page-layout-seller-login .secondary a,
.page-layout-seller-login .field.note,

.page-layout-seller-login .form-group.note,
.page-layout-seller-login form .label,
.page-layout-seller-login form .label {
	color: #fff !important;
}

.account-social-login .actions-toolbar.social-btn a.btn.btn-block.btn-social:hover {
	color: #fff !important;
}

.block.social-login-authentication-channel.account-social-login {
	margin-bottom: 30px;
}

.mfp-wrap.mfp-move-from-top div#social-login-popup,
.checkout-index-index .mfp-wrap.mfp-close-btn-in div#social-login-popup {
	max-width: 680px !important;
	width: 100%;
	max-height: inherit !important;
	overflow: unset !important;
}

.mfp-wrap.mfp-move-from-top div#social-login-popup .block-container .block,
.checkout-index-index .mfp-wrap.mfp-close-btn-in div#social-login-popup .block-container .block {
	padding: 20px 25px;
	margin: 0;
	max-height: 80vh;
	overflow-x: hidden;
	overflow-y: auto;
}

body.customer-account-create #social-login-popup .block-container form#social-form-create {}

button#apple_signin_btn {
	margin-left: 170px;
	margin-bottom: 50px;
}

body.customer-account-login button#apple_signin_btn {}

#social-login-popup .block-container .block button#apple_signin_btn {
	max-width: 100% !important;
	width: 100% !important;
}

#social-login-popup .block-container .block button#apple_signin_btn span span:last-child {
	padding-left: 45px;
	font-family: "Poppins";
	font-weight: 400;
}

#social-login-popup .block-container .block button#apple_signin_btn,

body.customer-account-login button#apple_signin_btn,

body.customer-account-create button#apple_signin_btn,
.multishipping-checkout-login button#apple_signin_btn,
.multishipping-checkout-register button#apple_signin_btn {
	margin-left: 0;
	border-radius: 5px !important;
	padding: 8px 10px 8px 0px !important;
	margin-top: 10px;
	display: block;
	text-decoration: none;
	margin-bottom: 0;
	font-size: 15px;
	vertical-align: middle;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	user-select: none;
	background-color: #000 !important;
	border-color: #000 !important;
	width: auto;
	max-width: 205px;
	text-align: left;
	position: relative;
	font-family: "Poppins";
	font-weight: 400;
}

#social-login-popup .block-container .block button#apple_signin_btn:hover,

body.customer-account-create button#apple_signin_btn:hover,

body.customer-account-login button#apple_signin_btn:hover,
.multishipping-checkout-login button#apple_signin_btn:hover,
.multishipping-checkout-register button#apple_signin_btn:hover {
	background-color: #222222 !important;
	color: #fff !important;
}

#social-login-popup .block-container .block button#apple_signin_btn span.fa.fa-apple {
	float: left;
	margin-right: 0;
	max-width: 36px;
	border-right: 1px solid #808080;
	position: absolute;
	top: 0px;
	line-height: 35px;
	width: 31px;
	text-align: center;
}

body.customer-account-create button#apple_signin_btn {
	margin: 0 0 30px 173px;
}

#social-login-popup .block-container .block button#apple_signin_btn .fa-apple:before {
	font-size: 22px;
}

/* body.customer-account-create form.create.account.form-create-account {  max-width: 70%; margin: 0 auto; clear:both; } */

body.customer-account-create fieldset.fieldset.create.account .field,
.multishipping-checkout-register fieldset.fieldset.create.account .field {
	margin-bottom: 10px;
}

body.account.customer-account-index .block.block-reviews-dashboard {
	margin-bottom: 40px;
}

body.customer-address-form .form-address-edit div.message.info {
	display: none;
}

body.customer-account-edit .pull-right .form-edit-account .field.password-info {
	display: none;
}

.form-address-edit .fieldset+.fieldset .field.choice.set {
	display: none;
}

body.customer-account-edit .pull-right .field.row.mobile-number select#country_code {
	min-width: unset !important;
	width: 90px;
}

body.customer-account-edit .pull-right .field.row.mobile-number .field .control div.col-lg-10 {
	width: calc(100% - 62px) !important;
	padding-right: 0px !important;
}

a.add-item-link {
	color: #a01fa0 !important;
	margin-left: 15px;
}

body.account.wishlist-index-index div.tabcontent&gt;div {
	display: block !important;
}

body.account.wishlist-index-index div.tabcontent&gt;div&gt;form {
	display: inline;
}

body.account.wishlist-index-index div.tabcontent button.link {
	border: 0;
	color: #6b52a3;
}

body.account.wishlist-index-index div.tabcontent button.link:hover {
	background-color: #fff !important;
	color: #6b52a3 !important;
	border: 0 !important;
}

body.account.wishlist-index-index div.tabcontent .products-grid ol li a.product.photo.product-item-photo {
	width: 100%;
	height: 210px;
	background: #fff;
	overflow: hidden;
	position: relative;
	display: flex;
	position: relative;
	text-align: center;
	flex-wrap: wrap;
	align-items: center;
}

body.account.wishlist-index-index div.tabcontent .products-grid ol li a.product.photo.product-item-photo span img {
	max-width: 100%;
	vertical-align: bottom;
	width: auto;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
}

.block.social-login-authentication-channel.account-social-login {
	margin-bottom: 50px;
	margin-top: 0px;
}

.block.social-login-authentication-channel.account-social-login .block-content div,
.block.social-login-authentication-channel.account-social-login .block-content button {
	display: inline-block !important;
	margin: 0px !important;
	vertical-align: top;
	text-align: center;
}

.block.social-login-authentication-channel.account-social-login .block-content button#apple_signin_btn {
	padding: 0px 0px 0px 0px !important;
	max-width: 215px;
	width: 100%;
	height: 40px !important;
}

.block.social-login-authentication-channel.account-social-login .block-content button#apple_signin_btn span span:last-child {
	font-weight: 500;
}

.block.social-login-authentication-channel.account-social-login .block-content button#apple_signin_btn span.fa.fa-apple {
	font-size: 20px;
	width: 32px;
	text-align: center;
	height: 46px;
	line-height: 38px;
	border-right: 1px solid rgba(255, 255, 255, .5);
	margin-top: -2px;
	margin-right: 10px;
}

.multiplewishlist-social {
	display: block;
	width: auto !important;
	margin-bottom: 60px;
}

.multiplewishlist-social ul.share-list {
	display: block !important;
	left: 0 !important;
	top: 0 !important;
	width: 38% !important;
}

.multiplewishlist-index-sharing .share-box.multiplewishlist-social ul.share-list&gt;li {
	width: auto !important;
}

body.customer-account-login button#apple_signin_btn,
.multishipping-checkout-login button#apple_signin_btn {
	padding: 7px 15px 7px 0px !important;
	border-radius: 4px !important;
	vertical-align: top;
	margin-top: 0;
	display: inline-block;
	width: 215px !important;
	max-width: 100%;
}

body.customer-account-login button#apple_signin_btn span.fa.fa-apple {
	font-size: 22px;
	margin-right: 8px;
	float: left;
	border-right: 1px solid #808080;
	position: absolute;
	top: 0;
	line-height: 38px;
	width: 32px;
	text-align: center;
}

body.customer-account-login button#apple_signin_btn span span:last-child {
	padding-left: 48px;
	display: inline-block !important;
}

body.customer-account-login button#apple_signin_btn&gt;span&gt;span:last-child {
	display: contents;
}

.share-box {
	position: relative;
	position: relative;
	margin-left: 3px;
	margin-right: 3px;
	border-radius: 60px;
}

.share-box button.share-item:hover {
	background-color: #a01fa0 !important;
	color: #fff !important;
}

.share-box button.share-item span.fa.fa-share-alt {
	font-size: 16px;
	line-height: 21px;
}

.share-box ul.share-list.active {
	display: block;
}

.share-box ul.share-list {
	display: none;
	position: absolute;
	border-radius: .15rem .3rem .3rem .15rem;
	border: 1px solid rgba(0, 0, 0, .1);
	background-color: #fff;
	overflow: hidden;
	z-index: 999;
	right: 0;
	top: 40px;
	z-index: 1;
}

.share-box ul.share-list&gt;li {
	display: inline-block !important;
	clear: both !important;
	width: 100% !important;
	text-align: left;
	margin-bottom: 0px;
	margin-top: 0px;
	border-bottom: 1px solid #f1f1f1;
}

.share-box ul.share-list&gt;li:last-child {
	border-bottom: none;
}

.share-box ul.share-list&gt;li&gt;a {
	display: flex;
	flex-direction: revert;
	text-align: left;
	line-height: 14px;
	padding: 8px 10px;
}

.share-box ul.share-list&gt;li&gt;a.facebook span {
	color: #34529d !important;
}

.share-box ul.share-list&gt;li&gt;a.twitter span {
	color: #1ab2f0 !important;
}

.share-box ul.share-list&gt;li&gt;a.linkedin span {
	color: #007abd !important;
}

.share-box ul.share-list&gt;li&gt;a.pinterest span {
	color: #e60023 !important;
}

.share-box ul.share-list&gt;li&gt;a.whatsapp span {
	color: #0dc143 !important;
}

.share-box ul.share-list&gt;li&gt;a.email span {
	color: #1ab2f0 !important;
}

.share-box ul.share-list&gt;li&gt;a&gt;span {
	min-width: 16px;
	display: block;
	text-align: center;
	margin-right: 8px;
}

.share-box button ul.share-list {
	display: none;
}

.share-box button.share-item {
	padding: 0px !important;
	padding: 0px !important;
	border-radius: 100% !important;
	width: 32px;
	height: 32px;
}

.share-box&gt;button.share-item:hover {
	background-color: inherit !important;
	border-color: inherit !important;
	color: #a01fa0 !important;
	border: inherit !important;
}





/* body.account.wishlist-index-index div.tabcontent .products-grid ol .product.details.product-item-details .share-box{ position:relative; }

body.account.wishlist-index-index div.tabcontent .products-grid ol .product.details.product-item-details .share-box button.share-item span.fa.fa-share-alt { font-size: 16px; }

body.account.wishlist-index-index div.tabcontent .products-grid ol .product.details.product-item-details .share-box ul.share-list.active { display:block; }

body.account.wishlist-index-index div.tabcontent .products-grid ol .product.details.product-item-details .share-box ul.share-list {

    display: none;

    position: absolute;

    border-radius: .15rem .3rem .3rem .15rem;

    border: 1px solid rgba(0,0,0,.1);

    background-color: #fff;

    overflow: hidden;

	z-index:999;

	right:0;

}

body.account.wishlist-index-index div.tabcontent .products-grid ol .product.details.product-item-details .share-box ul.share-list&gt;li {

    display: inline-block;

    clear: both;

    width: 100%;

    text-align: left;

    margin-bottom: 0px;

    margin-top: 0px;

    border-bottom: 1px solid #f1f1f1;

}

body.account.wishlist-index-index div.tabcontent .products-grid ol .product.details.product-item-details .share-box ul.share-list&gt;li:last-child{border-bottom:none; }

body.account.wishlist-index-index div.tabcontent .products-grid ol .product.details.product-item-details .share-box ul.share-list&gt;li&gt;a {

    display: flex;

    flex-direction: revert;

    text-align: left;

    line-height: 14px;

    padding: 8px 10px;

}

body.account.wishlist-index-index div.tabcontent .products-grid ol .product.details.product-item-details .share-box ul.share-list&gt;li&gt;a.facebook span{ color:#34529d !important;}

body.account.wishlist-index-index div.tabcontent .products-grid ol .product.details.product-item-details .share-box ul.share-list&gt;li&gt;a.twitter span{ color:#1ab2f0 !important; }

body.account.wishlist-index-index div.tabcontent .products-grid ol .product.details.product-item-details .share-box ul.share-list&gt;li&gt;a.linkedin span{ color:#007abd !important;}

body.account.wishlist-index-index div.tabcontent .products-grid ol .product.details.product-item-details .share-box ul.share-list&gt;li&gt;a.pinterest span{ color:#e60023 !important;}

body.account.wishlist-index-index div.tabcontent .products-grid ol .product.details.product-item-details .share-box ul.share-list&gt;li&gt;a.whatsapp span{ color:#0dc143 !important; }

body.account.wishlist-index-index div.tabcontent .products-grid ol .product.details.product-item-details .share-box ul.share-list&gt;li&gt;a.email span{ color:#1ab2f0 !important; }

body.account.wishlist-index-index div.tabcontent .products-grid ol .product.details.product-item-details .share-box ul.share-list&gt;li&gt;a&gt;span { min-width: 16px;display: block;text-align: center;margin-right: 8px; }	

body.account.wishlist-index-index div.tabcontent .products-grid ol .product.details.product-item-details .share-box button ul.share-list{ display:none; }

body.account.wishlist-index-index div.tabcontent .products-grid ol .product.details.product-item-details .share-box button.share-item {  padding: 0px !important;  border: none !important;}

body.account.wishlist-index-index div.tabcontent .products-grid ol .product.details.product-item-details .share-box button.share-item:hover { background-color:inherit !important; border-color:inherit !important; color:#a01fa0 !important; border:inherit !important; }

 */



body.account.wishlist-index-index div.tabcontent .products-grid ol li .price-box.price-final_price {
	display: inline-block;
	clear: both;
	margin-bottom: 10px;
}

body.account.wishlist-index-index div.tabcontent .products-grid ol .product.details.product-item-details {
	text-align: center;
}

body.account.wishlist-index-index div.tabcontent .products-grid ol .product.details.product-item-details .actions-primary {
	clear: both;
	display: block;
	margin-bottom: 15px;
	min-height: 42px;
}

body.account.wishlist-index-index div.tabcontent .mw-button-actions button {
	padding: 9px 25px;
}

body.account.wishlist-index-index div.tabcontent .products-grid ol .product.details.product-item-details .actions-secondary button {
	display: inline-block !important;
	padding: 5px 8px;
	margin: 0 3px 10px;
	font-size: 13px;
	font-weight: 500;
}

body.account.wishlist-index-index div.tabcontent .products-grid ol .product.details.product-item-details .product-item-name {
	display: block;
}

body.account.wishlist-index-index div.tabcontent .products-grid ol .product.details.product-item-details .product-item-name a {
	line-height: normal;
	min-height: 38px !important;
	display: block;
}

body.account.wishlist-index-index div.tabcontent .products-grid ol .price-box.price-final_price span.special-price {
	float: right;
}

body.page-layout-2columns-left .wk-showcase-container .wk-showcase-block img {
	display: inline-block;
	min-height: 150px;
	max-height: 100%;
	max-width: 100%;
	position: relative;
	top: 50%;
	transform: translateY(-0%);
	width: 100%;
	object-fit: cover;
}

body.page-layout-2columns-left .block-dashboard-orders .table-order-items tr td a,

body.page-layout-2columns-left .block-dashboard-orders .table-order-items tr td,

body.page-layout-2columns-left .content.account-nav-content a,

body.page-layout-2columns-left .table-order-items tr td a,

body.page-layout-2columns-left .form-edit-account .field.password-info a,

body.page-layout-2columns-left .form-edit-account .field.password-info p,

body.page-layout-2columns-left .form-edit-account .field.choice .label,

body.page-layout-2columns-left .form-edit-account input {
	color: #000 !important;
	font-weight: 500;
}

.block.block-rewards-account-summary .rewards-social-buttons {
	clear: both;
	display: inline-block;
}

.block.block-rewards-account-summary .rewards-social-buttons .fb {
	float: left;
}

.block.block-rewards-account-summary .rewards-social-buttons .fb-like.fb_iframe_widget {
	line-height: 39px;
}

.block.block-rewards-account-summary .rewards-social-buttons .tw {
	padding-top: 4px;
	padding-left: 4px;
	float: left;
	line-height: 45px;
}

.block.block-rewards-account-summary .rewards-social-buttons .whatsapp {
	padding-left: 4px;
	float: left;
	line-height: 43px;
}

.block.block-rewards-account-summary .rewards-social-buttons .whatsapp a {
	position: relative;
	height: 20px;
	box-sizing: border-box;
	padding: 1px 8px 1px 6px;
	background-color: #09cd18;
	color: #fff !important;
	border-radius: 3px;
	font-weight: 500;
	cursor: pointer;
	font-size: 11px;
}

.block.block-rewards-account-summary .rewards-social-buttons .whatsapp a:hover {
	background-color: #0ab117;
}

.block.block-rewards-account-summary .rewards-social-buttons .whatsapp .fa-whatsapp:before {
	font-size: 13px;
}

body.account .block.account-nav li.nav.item.current&gt;strong,

body.account .block.account-nav li.nav.item.current&gt;a {
	padding: 10px 15px;
	color: #6b52a3 !important;
	font-weight: normal;
}

.account-nav-content a:hover,
.order-details-items.invoice .actions-toolbar a.action.print span,
.order-title a.action.print span {
	color: #6b52a3 !important;
}

.order-details-items.invoice a.action.print span:hover,
.order-title a.action.print span:hover {
	color: #e2b5dd !important;
}

body .wk-mp-rma-newrma&gt;a {
	background: #6b52a3 none repeat scroll 0 0;
	border-color: #6b52a3 !important;
	color: #fff !important;
}

.panell.panel-default .panel-heading.uvhead #sort_ticket {
	margin-top: 0px !important;
}

.panell.panel-default .panel-heading.uvhead #uvdesk_create_ticket {
	margin-left: 85%;
	margin-top: 0;
	width: 135px;
	padding: 6px 08px;
	background-color: #a01fa0;
	display: block;
}

.product-info-main .product-add-form .actions button.tocart,
.bundle-info .product-details .actions button.tocart {
	background-color: #6b52a3 !important;
	border-color: #6b52a3 !important;
}

.product-info-main .product-add-form .actions button,
.bundle-info .product-details .actions button {
	color: #6b52a3 !important;
	border: 1px solid #6b52a3 !important;
}

.box-tocart .field.qty&gt;.control {
	border-color: #6b52a3 !important;
}

.product-info-main .product-add-form .actions .share-box {
	margin-left: 10px;
}



/* .product-info-main .product-add-form .actions .share-box button.share-item { border: none !important; } */

.product-info-main .product-add-form .actions button:hover,
.bundle-info .product-details .actions button:hover,

.product-info-main .product-add-form .actions button:active,
.product-info-main .product-add-form .actions button:focus {
	color: #fff !important;
}

.product-detail-infomation .product-name {
	Color: #000;
}

.modal-popup._show {
	background-color: rgba(0, 0, 0, 0.5);
}

.modal-popup._show .fieldset&gt;.field:not(.choice) {
	margin-bottom: 0px;
	padding: 8px;
}

.popup-authentication .modal-header {
	height: 0;
	padding: 0;
	border: none !important;
	box-shadow: inherit !important;
	min-height: 0px;
}

.popup-authentication .modal-inner-wrap .block-authentication .block-content .actions-toolbar {
	margin-top: 10px;
}

.modal-popup .action-close:before {
	line-height: 23px !important;
	font-size: 16px;
	border-width: 2px !important;
	margin-right: 10px !important;
	margin-top: 0px !important;
}

.modal-popup._show .action-close {
	right: 6px;
	top: 50px;
}

.modal-popup._show .modal-inner-wrap {
	background-color: #fff;
}

.modal-popup._show .action-close {
	top: 8px;
}



/* .modal-popup._show .modal-footer&gt;button {

    padding: 5px 10px;

    border: none;

    box-shadow: inset 0 1px 0 0 #fff, inset 0 -1px 0 0 rgba(204,204,204,0.3);

    background-image: none;

    background: #eee !important;

    border: 1px solid #fff !important;

    color: #333;

    cursor: pointer;

    display: inline-block;

    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;

    font-weight: 600;

    margin: 0;

    padding: 10px 15px;

    font-size: 1.4rem;

    line-height: 1.6rem;

    box-sizing: border-box;

    vertical-align: middle;

    border-radius: 3px;

} */



.catalog-product-view .actions-toolbar.review-form-actions .primary.actions-primary .submit.btn.btn-primary {
	width: auto;
	line-height: normal;
	padding: 6px 15px;
}

/* .catalog-product-view .actions-toolbar.review-form-actions .primary.actions-primary .submit.btn.btn-primary:hover { color:#fff !important; } */



button#empty_cart_button {
	background-color: #56cfe1;
	border-color: #56cfe1;
}

button.action.update.btn.btn-default {
	border: 2px solid #56cfe1;
}



/* button.action.update.btn.btn-default:hover, .actions-toolbar .action.primary:hover,

.product-info-main .product-add-form .actions button.tocart:hover, .bundle-info .product-details .actions button.tocart:hover

 {    background-color: #e6d3e4 !important;

	border-color: #e6d3e4 !important;

	color: #000 !important;

	border: inherit !important;} */



.box-tocart .field.qty&gt;.control span.edit-qty:hover {
	color: #a01fa0;
}

.checkout-cart-index .cart-summary .checkout-methods-items .item .action.checkout {
	background-color: #6b52a3 !important;
	border-color: #6b52a3 !important;
	width: auto;
}

.checkout-cart-index .checkout-extra&gt;.block&gt;.title.active {
	color: #6b52a3 !important;
	background-color: #fff !important;
	border-color: #6b52a3 !important;
}

.checkout-cart-index #shopping-cart-table tbody tr.item-actions td&gt;.actions-toolbar&gt;a:hover {
	background-color: #a01fa0;
	border-color: #a01fa0;
	color: #fff !important;
}

.wk-dash-label .status {
	width: 100% !important;
	border-radius: 80px;
}

body.account .items.order-links li.current,

body.account .items.order-links li:hover {
	border-color: #6b52a3 !important;
	color: #6b52a3 !important;
}

body.account .items.order-links li {
	border-color: #8379be !important;
}

body.checkout-index-index .modal-inner-wrap {
	width: 100% !important;
}

a.feedback_button {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
	width: auto;
	height: 45px;
	position: fixed;
	right: -1px;
	font-size: 18px;
	text-align: center;
	line-height: 45px;
	color: #000;
	background-color: #fff;
	z-index: 98;
	bottom: 140px;
	padding: 0 15px;
	transform: rotate(90deg);
}

.wk-mp-login-container .action-primary {
	background-color: #a01fa0;
	border: #a01fa0;
	box-shadow: none;
	padding: 8px 25px !important;
	border-radius: 60px !important;
}

.wk-mp-login-container .action-primary:hover {
	background-color: #e6d3e4 !important;
	color: #000 !important;
	text-shadow: inherit;
}

.list-products .product-image {
	overflow: hidden;
}



/*28/08/20*/



.wk-mp-collection-view-btn a {
	padding: 7px 12px;
	text-transform: capitalize;
	font-size: 12px;
	display: inline-block;
}

.checkout-onepage-success .action.action-apply,

.checkout-onepage-success .action.action-cancel {
	text-transform: uppercase !important;
}

.checkout-index-index .modal-popup._show .modal-inner-wrap {
	overflow-x: hidden;
	overflow-y: hidden !important;
}

.checkout-index-index .modal-popup._show .modal-inner-wrap div.modal-content {
	overflow-y: auto !important;
}

.checkout-index-index .actions-toolbar .action.primary,

.checkout-index-index button.action.submit.btn.btn-primary,

.checkout-index-index button.action.action-show-popup,

.checkout-index-index .payment-option.discount-code .form-discount .actions-toolbar .action.action-apply,

.checkout-onepage-success .checkout-success a.action.primary.continue,

.checkout-onepage-success .action.action-apply,

.checkout-onepage-success .action.action-cancel {
	border-radius: 20px !important;
	background-color: #6b52a3 !important;
	border: 0px solid #6b52a3 !important;
	color: #fff !important;
	padding: 9px 15px !important;
	line-height: normal;
	min-width: 160px !important;
}

.checkout-index-index button.action.action-cancel {
	text-transform: uppercase;
	font-size: 15px !important;
	border-radius: 60px !important;
	line-height: normal;
	padding: 7px 15px !important;
}

.checkout-index-index .payment-option.discount-code button.action.action-cancel:hover {
	border: none !important;
}

.checkout-index-index button.action.action-cancel {
	text-transform: uppercase;
	font-size: 15px !important;
	border-radius: 60px !important;
	font-weight: 600 !important;
	padding: 8px 25px !important;
	line-height: 22px !important;
	height: inherit !important;
	min-height: 40px;
	min-width: 110px !important;
	max-width: 260px;
	opacity: 1 !important;
}

.checkout-onepage-success .page-title-wrapper span.page-header.h1 {
	position: relative;
	z-index: 99;
	color: #fff;
	padding: 6px 0px !important;
}

.checkout-onepage-success .page-title-wrapper a.print {
	position: relative;
	z-index: 99;
	color: #fff !important;
	padding: 6px 0px !important;
	text-transform: capitalize;
	text-decoration: underline;
}

.checkout-index-index .opc-progress-bar .opc-progress-bar-item._active:before,

.checkout-index-index .opc-progress-bar .opc-progress-bar-item._active&gt;span:before {
	background-color: #6b52a3 !important;
}

.checkout-index-index .checkout-container .opc-progress-bar .opc-progress-bar-item._active&gt;span:after {
	color: #6b52a3 !important;
}

.checkout-index-index .actions-toolbar .action.primary:hover,

.checkout-index-index button.action.submit.btn.btn-primary:hover,

.checkout-index-index button.action.action-show-popup:hover,

.checkout-onepage-success .checkout-success a.action.primary.continue:hover,

.checkout-onepage-success .action.action-apply:hover,

.checkout-onepage-success .action.action-cancel:hover,

.checkout-index-index .payment-option.discount-code .form-discount .actions-toolbar .action.action-apply:hover {
	border: 0px !important;
	background-color: #8379be !important;
	color: #fff !important;
}

.checkout-index-index .opc-block-summary .table-totals tr.totals.grand th strong,

.checkout-index-index .opc-block-summary .table-totals tr.totals.grand td strong,

.checkout-index-index .opc-block-summary .table-totals tr.totals.grand th,

.checkout-index-index .opc-block-summary .table-totals tr.totals.grand td .multicheckout.success a,
.checkout-success a,

.checkout-index-index .opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
	color: #6b52a3;
}

.checkout-index-index .payment-methods .payment-method-data {
	margin-bottom: 20px;
}

.checkout-index-index .payment-methods .payment-description {
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 15px;
	text-align: left;
	margin-top: 20px;
}

.checkout-index-index .payment-methods .payment-method-data .payment-icons {
	min-height: 29px;
	background: url(images/payment-icon.png) no-repeat;
	background-position: left;
	margin-bottom: 15px;
	width: 100%;
	float: left !important;
	margin-left: 10px;
}

.opc-payment .payment-methods .payment-method .payment-method-title input {
	top: 2px;
}

.checkout-index-index .payment-option.opc-payment-additional.discount-code {
	clear: both;
}

.checkout-index-index .actions-toolbar .action.primary span,

.checkout-index-index button.action.submit.btn.btn-primary span,

.checkout-index-index button.action.action-show-popup span,

.checkout-index-index .payment-option.discount-code .form-discount .actions-toolbar .action.action-apply,

.checkout-index-index .payment-option.discount-code .form-discount .actions-toolbar .action.action-apply {
	text-transform: none !important;
	font-size: 15px;
}

#social-login-popup .actions-toolbar button#button-create-social {
	width: auto !important;
	margin-bottom: 30px;
}

#social-login-popup .social-login-title {
	background-color: #6b52a3 !important;
}

.marketplace-account-dashboard .modal-inner-wrap {
	background-color: #fff;
	border: 1px solid #ccc;
}

.box-tocart .field.qty&gt;.control span.edit-qty {
	color: #6b52a3 !important;
}

.products-grid.deal-products-grid .product-item-info .product-item-details {
	position: relative;
}

.products-grid.deal-products-grid .product-item-info .product-top a.photo {
	padding-bottom: 0 !important;
	padding-top: 100% !important;
}

.products-grid.deal-products-grid .product-item-info .product-item-details .hurry-text {
	font-size: 13px;
	font-weight: 500;
	color: #ff0000;
	margin-bottom: 10px;
	letter-spacing: 0.5px;
}



/* 3-9-2020 */





/* .marketplace-product-productlist .modal-footer .action-secondary,

.action.action-apply,

.action.action-cancel,

button.action.action-show-popup,

button#product-addtocart-button,

button.wk-add-showcase-btn,

.btn-default

 {

    border: 2px solid #a01fa0 !important;

    background-color: #a01fa0 !important;

    font-weight: 600 !important;

    color: #fff !important;

    border-radius: 20px !important;

} */

/* .marketplace-product-productlist .modal-footer .action-secondary:hover,

.action.action-apply:hover,

.action.action-cancel:hover,

.btn-secondary:hover, .btn-secondary:focus,

button.action.submit.btn.btn-primary:hover,

.product.info.detailed div#staticproduct_faq_tab .box-description div#search-bar .search_action button.search_button.action.primary:hover,

.product.info.detailed div#staticproduct_faq_tab .box-description button.action.primary:hover,

.product-data-items-content button.action.primary:hover,

button.action.action-show-popup:hover,

button#product-addtocart-button:hover,

button.wk-add-showcase-btn:hover,

.btn-default:hover



 {

    background-color: #e6d3e4 !important;

    color:#222 !important;

    border: 2px solid  #e6d3e4 !important;

    box-shadow: none !important;



} */

.btn-primary,

.buttons-set .action.primary,

button.wk-apply-filter-btn {
	padding: 0 35px;
	line-height: 36px;
}

ul.items.order-links.rewards-links li.nav.item.current {
	border-color: #222;
	color: #222;
}

ul.items.order-links.rewards-links li.nav.item.current,

ul.items.order-links.rewards-links li.nav.item:hover {
	border-color: #a01fa0;
	color: #a01fa0;
}

.shipping-address-item.selected-item {
	color: #222 !important;
	border-color: #222 !important;
}

.shipping-address-item.selected-item a {
	color: #222 !important;
}

a.action.primary.continue {
	text-decoration: none;
}

#stripe-payments-card-number {
	width: 220px !important;
}

.wk-mp-design.wk-mp-landingpage.wk-mp-landingpage-layout3 {
	position: relative;
	z-index: 0;
}

.wk_mp_design .wk-mp-banner .wk-mp-banner-image {
	max-height: 400px;
	object-fit: contain;
}

#vertical-menu-2 .btn-close {
	position: absolute;
	right: 0;
	z-index: 1;
	cursor: pointer;
}

#vertical-menu-2 .btn-close .pe-7s-close {
	background-color: #6b52a3 !important;
}

.vertical-menu&gt;li.deactivate {
	display: none !important;
}

.vertical-menu li a:hover {
	background-color: #fafafa !important;
}

.vertical-menu li:hover&gt;.dropdown-menu {
	opacity: 0 !important;
	visibility: hidden !important;
}

.vertical-menu li&gt;.dropdown-menu.active {
	opacity: 1 !important;
	visibility: visible !important;
	position: relative;
	left: 0;
	top: unset !important;
	transform: unset !important;
	-webkit-transform: unset !important;
	-moz-transform: unset !important;
	-o-transform: unset !important;
	width: 100%;
	display: block !important;
	transition: inherit !important;
}

.vertical-menu li.category-menu.level0.dropdown a.disable {
	pointer-events: none;
	color: #ccc !important;
}

.vertical-menu li&gt;.dropdown-menu {
	left: 0px !important;
	display: none !important;
}

.vertical-menu {
	position: fixed;
	top: 0;
	z-index: 9999;
	background: #fff;
	display: none !important;
	height: 100vh;
	height: -webkit-fill-available;
	overflow-y: auto;
	width: 300px;
}

.vertical-menu.active {
	display: block !important;
}

body.active-vertical-menu:before,
.active-vertical-menu {
	content: "";
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100vh;
}

/* .vertical-menu .btn-close {

	position: fixed;

	top: 0;

	z-index: 999;

	left: 300px;

	cursor: pointer;

} */

.vertical-menu .btn-close .pe-7s-close {
	font-weight: normal;
	line-height: normal;
	color: #fff;
	font-size: 37px;
}

.mgs_quickview-catalog_product-view .feedback_button,

.mgs_quickview-catalog_product-view .scroll-to-top,

.mgs_quickview-catalog_product-view .seller-products,

.mgs_quickview-catalog_product-view .alsoviewed-products {
	display: none !important;
}

.mgs_quickview-catalog_product-view .actions.action-add-to .towishlist,

.mgs_quickview-catalog_product-view .actions.action-add-to .tocompare {
	display: none;
}

.ajaxcart-catalog_product-view .product-info-main .product-add-form .actions.action-add-to,

.ajaxcart-catalog_product-view .seller-products,

.ajaxcart-catalog_product-view .block.widget.alsoviewed-products,

.ajaxcart-catalog_product-view .scroll-to-top,

.ajaxcart-catalog_product-view a.feedback_button {
	display: none !important;
}

.stripe-icon-container.right {
	float: right;
	position: relative;
	top: -0.6em;
	margin-left: 20px;
	display: none;
}

.opc-payment .payment-methods .payment-method._active .payment-method-content {
	display: block;
	text-align: left !important;
}

.opc-payment .payment-methods .payment-method._active .payment-method-content .payment-method-billing-address {
	margin-bottom: 15px;
}

.checkout-onepage-success #registration input.action.primary {
	border-radius: 20px !important;
	background-color: #6b52a3 !important;
	border: 0px solid #6b52a3 !important;
	color: #fff !important;
	padding: 9px 15px !important;
	line-height: normal;
	font-weight: 600;
	min-width: 160px !important;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
}

.checkout-onepage-success #registration input.action.primary:hover {
	border: 0px !important;
	background-color: #8379be !important;
	color: #fff !important;
}

.checkout-billing-address .billing-address-details {
	text-align: left;
}

.sellersubdomain-location-index .wk-mp-collection-seller-title-container .wk-mp-collection-header-bottom,
.sellersubdomain-location-index .wk-mp-collection-seller-title-container .wk-mp-collection-header-css {
	padding: 0px 50px 0px 70px !important;
}

.sellersubdomain-location-index.page-layout-1column .wk-mp-collection-seller-title-container {
	padding: 14px 0px;
}

.sellersubdomain-location-index.page-layout-1column .wk-mp-collection-location:before {
	top: 2px !important;
}

.sellersubdomain-location-index .wk-mp-seller-profile-box {
	padding: 0px 7px !important;
}

.sellersubdomain-location-index .wk-mp-seller-profile-box.wk-mp-profile-icon-wrapper a img {
	height: auto !important;
	max-width: 29px !important;
}

.sellersubdomain-location-index .wk-mp-seller-profile-box:last-child&gt;a img {
	max-width: 35px !important;
}

.sellersubdomain-location-index .wk-mp-collection-product-count-container,
.sellersubdomain-location-index .wk-mp-collection-rating-count-container,
.sellersubdomain-location-index .wk-mp-collection-order-count-container {
	padding: 10px 8px;
}

.sellersubdomain-location-index .wk-mp-collection-product-count-container {
	margin-right: 0px;
}

.sellersubdomain-location-index .wk-mp-collection-header-css {
	font-size: 25px;
}

.sellersubdomain-location-index .wk-mp-collection-order-count-container.wk-mp-collection-header-css .wk-mp-collection-count-txt {
	color: #333333;
}

/* About Us */

.seller_profile_about_us .page-wrapper #maincontent {
	width: 100%;
}

.seller_profile_about_us .wk-mp-collection-container div#rating .wk-mp-rating-left {
	width: 100%;
}

.seller_profile_about_us .wk-mp-collection-container div#rating .wk-mp-rating-right {
	width: 100%;
	padding: 30px 20px;
}

.seller_profile_about_us .wk-mp-collection-seller-title-container .wk-mp-collection-header-bottom,
.seller_profile_about_us .wk-mp-collection-seller-title-container .wk-mp-collection-header-css,
.sellersubdomain-feedback-index .wk-mp-collection-seller-title-container .wk-mp-collection-header-bottom,
.sellersubdomain-feedback-index .wk-mp-collection-seller-title-container .wk-mp-collection-header-css {
	padding: 0px 50px 0px 70px !important;
}

.seller_profile_about_us .wk-mp-collection-seller-title-container,
.sellersubdomain-feedback-index .wk-mp-collection-seller-title-container {
	padding: 14px 0px;
}

.seller_profile_about_us .wk-mp-collection-location:before,
.sellersubdomain-feedback-index .wk-mp-collection-location:before {
	top: 2px !important;
}

.seller_profile_about_us .wk-mp-seller-profile-box,
.sellersubdomain-feedback-index .wk-mp-seller-profile-box {
	padding: 0px 7px !important;
}

.seller_profile_about_us .wk-mp-seller-profile-box.wk-mp-profile-icon-wrapper a img,
.sellersubdomain-feedback-index .wk-mp-seller-profile-box.wk-mp-profile-icon-wrapper a img {
	height: auto !important;
	max-width: 29px !important;
}

.seller_profile_about_us .wk-mp-seller-profile-box:last-child&gt;a img,
.sellersubdomain-feedback-index .wk-mp-seller-profile-box:last-child&gt;a img {
	max-width: 35px !important;
}

.seller_profile_about_us .wk-mp-collection-product-count-container,
.seller_profile_about_us .wk-mp-collection-rating-count-container,
.seller_profile_about_us .wk-mp-collection-order-count-container,
.sellersubdomain-feedback-index .wk-mp-collection-product-count-container,
.sellersubdomain-feedback-index .wk-mp-collection-rating-count-container,
.sellersubdomain-feedback-index .wk-mp-collection-order-count-container {
	padding: 10px 8px;
}

.seller_profile_about_us .wk-mp-collection-product-count-container,
.sellersubdomain-feedback-index .wk-mp-collection-product-count-container {
	margin-right: 0px;
}

.seller_profile_about_us .wk-mp-collection-header-css,
.sellersubdomain-feedback-index .wk-mp-collection-header-css {
	font-size: 25px;
}

.seller_profile_about_us .wk-mp-collection-order-count-container.wk-mp-collection-header-css .wk-mp-collection-count-txt,
.sellersubdomain-feedback-index .wk-mp-collection-order-count-container.wk-mp-collection-header-css .wk-mp-collection-count-txt {
	color: #333333;
}

.customer-account-create .fieldset.create.account .phone_code img,
fieldset.fieldset.create.account .phone_code_list img,
.customer-account-edit .phone_code img,
.customer-account-edit .phone_code_list img,
.multishipping-checkout-register .fieldset.create.account .phone_code img {
	max-width: 22px;
}

fieldset.fieldset.create.account .control&gt;div:first-child,
fieldset.fieldset.info .control&gt;div:first-child {
	border: 1px solid #ccc;
	padding: 0 5px 0 8px;
}

.customer-account-create fieldset.fieldset.create.account .mobile .control .col-lg-10.col-md-10.col-sm-9.col-xs-8,
.multishipping-checkout-register fieldset.fieldset.create.account .mobile .control .col-lg-10.col-md-10.col-sm-9.col-xs-8,
.customer-account-edit .control .col-lg-10.col-md-10.col-sm-9.col-xs-8,
body.marketplace-registration-index fieldset.fieldset.create.account .mobile .control .col-lg-10.col-md-10.col-sm-9.col-xs-8 {
	float: right;
	padding-right: 0px;
}

.customer-account-create fieldset.fieldset.create.account .mobile ul#phone_code_list,
.customer-account-edit .mobile ul#phone_code_list,
.multishipping-checkout-register fieldset.fieldset.create.account .mobile ul#phone_code_list,
body.marketplace-registration-index fieldset.fieldset.create.account .mobile ul#phone_code_list {
	width: 100% !important;
	min-width: 310px;
	z-index: 9;
	left: 0px;
	top: 39px;
	position: absolute;
	background: #fff;
	padding: 10px 15px;
	border: 1px solid #f6f6f6;
	line-height: 32px;
	height: 100%;
	overflow-y: scroll;
	min-height: 280px;
	max-height: 280px;
	box-shadow: 0 8px 16px -4px rgb(9 30 66 / 25%), 0 0 0 1px rgb(9 30 66 / 8%);
}

.customer-account-create fieldset.fieldset.create.account .mobile ul#phone_code_list li span,
.customer-account-edit ul#phone_code_list li span,
.multishipping-checkout-register fieldset.fieldset.create.account .mobile ul#phone_code_list li span,
body.marketplace-registration-index fieldset.fieldset.create.account .mobile ul#phone_code_list li span {
	text-transform: capitalize;
}

.customer-account-create fieldset.fieldset.create.account .mobile ul#phone_code_list:hover,
.customer-account-edit ul#phone_code_list:hover,
body.marketplace-registration-index fieldset.fieldset.create.account .mobile ul#phone_code_list:hover {
	cursor: pointer;
}

body.customer-account-create fieldset.fieldset.create.account .mobile,
body.customer-account-create fieldset.fieldset.create.account .mobile_confirmation,
body.multishipping-checkout-register fieldset.fieldset.create.account .mobile,
body.multishipping-checkout-register fieldset.fieldset.create.account .mobile_confirmation {
	width: 100%;
}

body.customer-account-create fieldset.fieldset.create.account .mobile .control div,
.customer-account-edit .mobile .control div,
.multishipping-checkout-register fieldset.fieldset.create.account .mobile .control div,
body.marketplace-registration-index fieldset.fieldset.create.account .mobile .control div {
	line-height: 38px;
}

body.customer-account-create fieldset.fieldset.create.account .mobile .control&gt;div,
.multishipping-checkout-register fieldset.fieldset.create.account .mobile .control&gt;div,
body.marketplace-registration-index fieldset.fieldset.create.account .mobile .control&gt;div {
	display: inline-flex;
	justify-content: space-evenly;
}

.customer-account-edit .mobile .control&gt;div {
	display: inline-flex;
	justify-content: space-evenly;
	width: auto;
}

body.customer-account-create fieldset.fieldset.create.account .mobile .control div#phone_code,
.multishipping-checkout-register fieldset.fieldset.create.account .mobile .control div#phone_code,
.customer-account-edit .mobile .control div#phone_code {
	position: relative;
	width: 100%;
}

body.customer-account-create fieldset.fieldset.create.account .mobile .control div#phone_code:after,
.customer-account-edit .mobile .control div#phone_code:after,
.multishipping-checkout-register fieldset.fieldset.create.account .mobile .control div#phone_code:after,
body.marketplace-registration-index fieldset.fieldset.create.account .mobile .control div#phone_code:after {
	content: "\e688";
	display: block;
	font-family: "Pe-icon-7-stroke";
	font-size: 24px;
	cursor: pointer;
	float: right;
}

body.customer-account-create fieldset.fieldset.create.account .mobile .control div.flag_arrow:after,
.customer-account-edit .mobile .control div.flag_arrow:after,
.multishipping-checkout-register fieldset.fieldset.create.account .mobile .control div.flag_arrow:after,
body.marketplace-registration-index fieldset.fieldset.create.account .mobile .control div.flag_arrow:after {
	content: "\e682" !important;
	display: block;
}

.marketplace-account-login .wk-forgot-password-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
}

.marketplace-account-login .wk-forgot-password-wrapper .span-wk-remember-me {
	margin-left: 4px;
}

.marketplace-account-login .wk-forgot-password {
	margin-left: auto;
}




.success-story_slider .owl-nav&gt;div {
	width: 50%;
	padding: 0;
	min-width: unset;
	border-radius: 0;
	height: 39px;
	border: 2px solid #6b52a3;
	background: #6b52a3;
}

.success-story_slider .owl-nav&gt;div i {
	font: normal normal normal 14px/1 FontAwesome;
}

.success-story_slider .owl-nav&gt;div:hover {
	background: #8379be;
	border: 2px solid #8379be;
}

.wk-mp-landingpage .form.create.account .field .profileurl-input {
	border: 1px solid #ccc;
	display: inline-flex;
	width: 100%;
	line-height: 40px;
}

.wk-mp-landingpage .form.create.account .field .profileurl-input input#profileurl {
	border: none;
	max-width: 50%;
	text-align: right;
	font-weight: 600 !important;
	color: #000 !important;
	padding-right: 8px;
	font-size: 13px !important;
}

.wk-mp-landingpage .form.create.account .field .profileurl-input .url {
	padding-left: 8px;
	font-weight: 500;
	color: #000;
	font-size: 13px !important;
}

.wk-mp-landingpage .form.create.account .field .available.message.success {
	color: #155724 !important;
}

#wantptr .message.error,
#wk-mp-become-seller-box-wrapper .message.error,
.wk-mp-landingpage .form.create.account .field .message.error {
	color: #ff0000 !important;
}

.sidebar-main .filter .filter-options-content .swatch-option.text {
	line-height: 23px;
}

.block.filter .block-content.filter-content .filter-options-item .swatch-attribute-options .swatch-option-link-layered .swatch-option {
	line-height: 24px;
}

.mfp-iframe-scaler iframe {
	padding: 30px !important;
}

div.page-title-wrapper {
	display: block;
	padding: 0;
}

.customer-account-login .page-wrapper .page-title-wrapper,
.contact-index-index .page-wrapper .page-title-wrapper,
.customer-account-create .page-wrapper .page-title-wrapper {
	min-height: 198px !important;
	padding: 0px !important;
}

input#search {
	padding-right: 85px;

}

.success-story_slider .item_inner .left_section {
	position: relative;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
}

.success-story_slider .item_inner .left_section.video img {
	transition: all 300ms;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
}

.success-story_slider .item_inner .left_section.video:hover {
	cursor: pointer;

}

.success-story_slider .item_inner .left_section.video:hover img {
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}

.success-story_slider .item_inner .left_section.video:before {
	content: "";
	background: rgba(0, 0, 0, 0) url(https://merchants.devtest.afritia.com/pub/media/wysiwyg/play_icon.png) no-repeat;
	position: absolute;
	z-index: 999999999;
	width: calc(100% - 30px);
	display: flex;
	justify-content: center;
	background-position: center;
	cursor: pointer;
	height: calc(100% - 30px);
}

div#testimonial-video-popup .modal-content {
	box-shadow: none;
	border: none;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(22, 30, 45, .9);
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-animation: fadeIn;
	animation: fadeIn;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	cursor: pointer;
	z-index: 400;
}

.media-popup-background {
	background: rgba(0, 0, 0, .85);
}

div#testimonial-video-popup .modal-content .model-body span.close {
	font-size: 32px;
	font-weight: 300;
	text-shadow: none !important;
	color: #fff;
	opacity: 1;
	top: -30px !important;
	position: absolute;
	right: 0;
}

div#testimonial-video-popup .modal-content .model-body {
	height: 100%;
	left: 50%;
	max-height: 480px;
	max-width: 854px;
	position: fixed;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

div#testimonial-video-popup .modal-content .model-body,
div#testimonial-video-popup .modal-content .model-body iframe {
	height: 100%;
	width: 100%;
	background: #000;
	border: none;
}

.media-popup-background .popup-header-wrap {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 0 24px 12px;
}

.catalog-product-view .product-detail-infomation .product-name {
	font-size: 22px;
	line-height: 32px;
	font-weight: 400;
}

.account.mprmasystem-customer-newrma .wk-showcase-container .wk-showcase-block img {
	top: 0px;
}

.sellersubdomain-feedback-index section#maincontent {
	padding-top: 0px !important;
}

.footer div.block.newsletter {
	border: 1px solid #6b52a3 !important;
}

.list-products .product-item-info .product-item-details button.btn.btn-cart:hover {
	color: #fff !important;
	background-color: #6b52a3 !important;
	border-color: #6b52a3 !important;
}

div.sell-on-afritia-title a {
	color: #fff !important;
}

.second-banner {
	background-color: #fff;
}

.shopbycateg-sec .panel-block-row .categ-prod-name {
	margin: 7px 0px;
	color: #000;
	max-height: 24px;
	line-height: 25px;
	overflow: hidden;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
}

.shopbycateg-sec .panel-block-row .categ-prod-name:hover {
	color: #8379be !important;
}

.shopbycateg-sec .panel-block-row {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.view-all-btn-link a,
span.recommendation-view-all a {
	font-family: 'Poppins';
	font-size: 14px;
	color: #8379be !important;
	text-decoration: underline;
	font-weight: 500;
}

.view-all-btn-link {
	display: block;
	clear: both;
	margin-top: 20px;
}

span.recommendation-view-all {
	float: right;
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
	background: #8379be !important;
}

.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
	background: #8379be !important;
	color: #fff !important;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-active {
	background: #6b52a3;
	color: #fff !important;
}

.footer.footer2 .middle-footer ul.payment-col li.app-store a {
	display: inline-block;
}

.wk-partner-with-us-main-wrapper {
	margin-bottom: 30px;
}

.custom-landing-page .success-story::before {
	width: auto !important;
	height: auto !important;
}

.customer-account-confirmation .actions-toolbar&gt;div,
.custom-seller-confirmation .actions-toolbar&gt;div {
	display: inline-block;
}

.mobile-countryflag {
	display: none;
}

.field.required .form-control+.mage-error,
.form-group.required .form-control+.mage-error,
.field._required .form-control+.mage-error,
.form-group._required .form-control+.mage-error,
.field.required .input-text+.mage-error,
.form-group.required .input-text+.mage-error,
.field._required .input-text+.mage-error,
.form-group._required .input-text+.mage-error {
	line-height: normal;
}

.checkout-onepage-success .page-title-wrapper .container,
.page-print.account.sales-order-print .page-title-wrapper .container {
	padding: 30px 0px;
}

.checkout-onepage-success .page-title-wrapper span.page-header.h1,
.page-print.account.sales-order-print span.page-header.h1 {
	line-height: 90px;
}

#mainMenu .level0 a.level0 {
	overflow: hidden;
	z-index: 2;
	position: relative;
}

#mainMenu .level0 a.level0:hover:before {
	opacity: 1;
	right: 0;
}

#mainMenu .level0 a.level0:before {
	content: "";
	display: block;
	position: absolute;
	right: 100%;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #6b52a3;
	z-index: -1;
	opacity: 0;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	border-bottom: 2px solid #49347a;
}

.mfp-wrap.mfp-move-from-top div#social-login-popup fieldset.fieldset.create.account div.mobile,
.checkout-index-index .mfp-wrap.mfp-close-btn-in div#social-login-popup fieldset.fieldset.create.account div.mobile {
	position: relative;
}

.mfp-wrap.mfp-move-from-top div#social-login-popup fieldset.fieldset.create.account div.mobile .control&gt;div:first-child,
.checkout-index-index .mfp-wrap.mfp-close-btn-in div#social-login-popup fieldset.fieldset.create.account div.mobile .control&gt;div:first-child {
	float: left;
	padding: 0;
	border: none;
}

.mfp-wrap.mfp-move-from-top div#social-login-popup fieldset.fieldset.create.account div.mobile .control&gt;div:first-child div#phone_code,
.checkout-index-index .mfp-wrap.mfp-close-btn-in div#social-login-popup fieldset.fieldset.create.account div.mobile .control&gt;div:first-child div#phone_code {
	padding: 7px 0px 8px 0px;
	cursor: pointer;
}

.mfp-wrap.mfp-move-from-top div#social-login-popup fieldset.fieldset.create.account div.mobile .control&gt;div:first-child div#phone_code&gt;img,
.checkout-index-index .mfp-wrap.mfp-close-btn-in div#social-login-popup fieldset.fieldset.create.account div.mobile .control&gt;div:first-child div#phone_code&gt;img {
	max-width: 24px;
}

.mfp-wrap.mfp-move-from-top div#social-login-popup fieldset.fieldset.create.account div.mobile ul#phone_code_list,
.checkout-index-index .mfp-wrap.mfp-close-btn-in div#social-login-popup fieldset.fieldset.create.account div.mobile ul#phone_code_list {
	position: absolute;
	background: #fff;
	padding: 10px 10px;
	border: 1px solid #ccc !important;
	max-height: 222px;
	overflow-y: scroll;
}

.mfp-wrap.mfp-move-from-top div#social-login-popup fieldset.fieldset.create.account div.mobile ul#phone_code_list li,
.checkout-index-index .mfp-wrap.mfp-close-btn-in div#social-login-popup fieldset.fieldset.create.account div.mobile ul#phone_code_list li {
	line-height: 1;
	margin-bottom: 10px !important;
	display: flex !important;
	cursor: pointer;
}

.mfp-wrap.mfp-move-from-top div#social-login-popup fieldset.fieldset.create.account div.mobile ul#phone_code_list li img,
.checkout-index-index .mfp-wrap.mfp-close-btn-in div#social-login-popup fieldset.fieldset.create.account div.mobile ul#phone_code_list li img {
	margin-right: 5px;
}

.mfp-wrap.mfp-move-from-top div#social-login-popup fieldset.fieldset.create.account div.mobile ul#phone_code_list li img,
.mfp-wrap.mfp-move-from-top div#social-login-popup fieldset.fieldset.create.account div.mobile ul#phone_code_list li span,
.checkout-index-index .mfp-wrap.mfp-close-btn-in div#social-login-popup fieldset.fieldset.create.account div.mobile ul#phone_code_list li img,
.checkout-index-index .mfp-wrap.mfp-close-btn-in div#social-login-popup fieldset.fieldset.create.account div.mobile ul#phone_code_list li span {
	float: left;
}

.mfp-wrap.mfp-move-from-top div#social-login-popup fieldset.fieldset.create.account div.mobile .col-xs-8,
.checkout-index-index .mfp-wrap.mfp-close-btn-in div#social-login-popup fieldset.fieldset.create.account div.mobile .col-xs-8 {
	width: calc(100% - 42px) !important;
	padding-right: 0px;
	margin-bottom: 15px;
}

.mfp-wrap.mfp-move-from-top div#social-login-popup fieldset.fieldset.create.account div.mobile .field.mobile_popup_confirmation&gt;.control {
	margin-bottom: 15px;
}

.mfp-wrap.mfp-move-from-top div#social-login-popup fieldset.fieldset.create.account div.mobile .control&gt;div:first-child div#phone_code:after,
.checkout-index-index .mfp-wrap.mfp-close-btn-in div#social-login-popup fieldset.fieldset.create.account div.mobile .control&gt;div:first-child div#phone_code:after {
	display: inline-block;
	content: "\f107";
	font-size: 15px;
	color: #000;
	font-family: "FontAwesome";
	padding-left: 4px;
	font-weight: 600;
}

.mfp-wrap.mfp-move-from-top div#social-login-popup fieldset.fieldset.create.account div.mobile .control&gt;div:first-child div#phone_code.flag_arrow:after,
.checkout-index-index .mfp-wrap.mfp-close-btn-in div#social-login-popup fieldset.fieldset.create.account div.mobile .control&gt;div:first-child div#phone_code.flag_arrow:after {
	content: "\f106" !important;
}

.header:not(.header6):not(.header7) .navigation .nav-main-menu li&gt;ul.dropdown-menu li.level1 a {
	overflow: hidden;
	z-index: 2;
	position: relative;
}

.header:not(.header6):not(.header7) .navigation .nav-main-menu li&gt;ul.dropdown-menu li.level1 a:hover:before {
	opacity: 1;
	right: 0;
}

.header:not(.header6):not(.header7) .navigation .nav-main-menu li&gt;ul.dropdown-menu li.level1 a:before {
	content: "";
	display: block;
	position: absolute;
	right: 100%;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #8379be !important;
	z-index: -1;
	opacity: 0;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.header.header8 .bottom-header-content .parent__megameu .navigation .nav-main-menu li.dropdown ul.dropdown-menu li ul li a:hover {
	color: #fff !important;
}

.header.header8 .table-icon-menu&gt;div.dropdown.dropdown-toplinks button:hover span {
	color: #6b52a3 !important;
}

.header.header8 .table-icon-menu&gt;div.dropdown.dropdown-toplinks button:hover span,
.header.header8 .table-icon-menu&gt;div.returns-orders a:hover span.label span,
.header.header8 .table-icon-menu&gt;div.header-wl a:hover span.label span {
	color: #6b52a3 !important;
}

.header.header8 .table-icon-menu&gt;div.minicart-wrapper .action.btn.btn-default span&gt;span {
	color: #fff !important;
}

.header.header8 .table-icon-menu&gt;div.minicart-wrapper .action .counter .counter-number {
	color: #fff !important;
}

.header.header8 .middle-header-content .logo-header .dropdown-switcher .switcher-toggle:hover {
	border-color: #6b52a5 !important;
	color: #6b52a5;
}

.header:not(.header6):not(.header7) .navigation .nav-main-menu li li&gt;a {
	padding: 7px 15px 6px !important;
}

.mfp-wrap.mfp-move-from-top div#social-login-popup #social-form-create .actions-toolbar .primary .secondary,
.checkout-index-index .mfp-wrap.mfp-close-btn-in #social-login-popup .social-login.block-container.forgot .actions-toolbar .secondary,
.checkout-index-index .mfp-wrap.mfp-close-btn-in #social-login-popup .form-customer-create .actions-toolbar .secondary,
.multishipping-checkout-shipping .page-wrapper.lazy-loading-img .form.multicheckout.shipping .actions-toolbar .secondary {
	display: contents;
}

.mfp-wrap.mfp-move-from-top div#social-login-popup #social-form-create .actions-toolbar .primary .secondary .action.back,
.checkout-index-index .mfp-wrap.mfp-close-btn-in div#social-login-popup #social-form-create .actions-toolbar .primary .secondary .action.back {
	padding: 8px 52px !important;
}

.mfp-wrap.mfp-move-from-top .social-login.block-container.forgot .actions-toolbar .secondary .action.back,
.checkout-index-index .mfp-wrap.mfp-close-btn-in #social-login-popup .social-login.block-container.forgot .actions-toolbar .secondary .action.back {
	padding: 8px 35px !important;
}

.mfp-wrap.mfp-move-from-top .social-login.block-container.forgot .actions-toolbar .secondary {
	display: contents;
}

.header.header8 .middle-header-content .middle-header-right-content .social-center-menu .dropdown-menu {
	padding: 0px;
	left: inherit;
	margin: 0px;
	min-width: 0px;
	opacity: 0;
	display: block !important;
	visibility: hidden;
	border-radius: 0px;
	border: none;
	box-shadow: 0 0 3px 0 rgb(0 0 0 / 10%);
	right: 0 !important;
	-webkit-transform: translateY(20px);
	-webkit-transition: all 300ms;
}

.header.header8 .middle-header-right-content .social-center-menu .dropdown-menu ul li&gt;a {
	font-size: 14px;
	padding: 15px 15px;
	border-bottom: 1px solid #eee;
}

.header .social-center-menu:hover .dropdown-menu {
	opacity: 1 !important;
	visibility: visible !important;
	-webkit-transform: translateY(0px) !important;
}

.header.header8 .middle-header-right-content .social-center-menu .dropdown-menu ul&gt;li {
	white-space: nowrap;
}

.header.active-sticky .middle-header-content .parent__search .navigation .nav-main-menu li.dropdown ul.dropdown-menu li ul li a:hover {
	color: #fff !important;
}

.vertical-menu.active li .toggle-menu {
	position: absolute;
	right: 0px;
	font-size: 20px;
	top: 0px;
	width: auto;
	text-align: center;
}

.vertical-menu.active li span.toggle-menu&gt;a {
	padding: 0px !important;
	min-height: 33.5px;
	min-width: 33.5px;
	text-align: center;
	line-height: 33px !important;
}

.vertical-menu li&gt;.dropdown-menu li ul li a,
.vertical-menu li&gt;.dropdown-menu li ul li ul li a,
.vertical-menu.active&gt;li.dropdown.active&gt;.dropdown-menu.active li ul li.level1 a,
.vertical-menu.active&gt;li.dropdown.active&gt;a.active-menu {
	line-height: 1.25;
}

.vertical-menu li .toggle-menu a.active .fa-plus:before {
	content: "\f068";
}

.multishipping-checkout-shipping .page-wrapper.lazy-loading-img .form.multicheckout.shipping .actions-toolbar .primary {
	display: inline-block;
}

.cms-home-new.cms-index-index main&gt;.recommendation-products {
	padding-bottom: 30px !important;
}

.cms-home-new.cms-index-index main&gt;.flash-deals {
	padding-bottom: 0px !important;
}

.seller_view_page #maincontent {
	margin-bottom: 0px !important;
}

.seller_view_page .custom-landing-page .sign-up-btn {
	border: 1px solid transparent;
}


/* ======================================================== */

/*  Home Page Body Background changes  */

/* ======================================================== */

body.cms-home-new.cms-index-index.page-layout-1column.wide,
body {
	background: #f2f3f7 !important;
}

.second-banner {
	background-color: inherit !important;
}

.second-banner .shopbycateg-sec {
	display: inline-block;
	background: #fff;
	padding: 20px 15px;
}

aside.modal-popup.popup-authentication .modal-inner-wrap .loading-mask {
	position: absolute;
	top: 50%;
	left: 50%;
}

.content-block.category-product-cat-block.products-grid,
.page-wrapper #maincontent {
	background: #fff;
}

.page-wrapper #maincontent {
	padding: 25px !important;
	border-radius: 8px;
	margin: 0px auto 40px auto;
}

.content-block.category-product-cat-block.products-grid {
	padding: 20px 15px;
}

.deals-of-the-day-section .title-box,
.deals-of-the-day-section&gt;.container&gt;.row,
.best-seller-section .panel-block-row.title-new,
.trending-products .panel-block-row.title-new,
.new-arrivals .panel-block-row.title-new,
.recent-order-product-section .panel-block-row.title-new,
.recently-viewed-section .panel-block-row.title-new,
.inspired-by-shopping-list-section .panel-block-row.title-new,
.flash-deals .panel-block-row.title-new,
.second-banner .shopbycateg-sec,
.content-block.category-product-cat-block.products-grid,
.promo-bnr-sec .promobanner,
.panel-block-row.col-md-12&gt;a&gt;img.img-responsive {
	border-radius: 8px !important;
}

body.cms-home-new .page-wrapper #maincontent {
	padding: 0px !important;
}

.breadcrumbs {
	background-color: #fff !important;
}

.order-details-items .table-wrapper tbody tr td {
	height: auto !important;
}

.checkout-index-index .mfp-wrap.mfp-close-btn-in #social-login-popup .actions-toolbar button#button-create-social&gt;span {
	font-size: 14px !important;
}

.page-print .table&gt;tbody+tbody {
	border-top: inherit;
}

.sales-order-print .action.nav-toggle {
	display: none;
}

/*

===========================================================================================================================================================================

===========================================================================================================================================================================



Responive CSS Start Here



===========================================================================================================================================================================

===========================================================================================================================================================================

*/

.product-label.sold-out-label {
	background: #db0000;
}

.share-box ul.share-list&gt;li&gt;a.social-center span {
	font-size: 17px;
	color: #6b52a3;
	font-style: normal;
	font-weight: 700;
}

.catalog-product_compare-index .page-wrapper&gt;table.comparison.headings.data.table {
	display: none;
}

.catalog-product_compare-index table#product-comparison {
	display: flow-root;
	max-width: 1150px !important;
	width: 100% !important;
	overflow-x: scroll;
}

.catalog-product_compare-index .table&gt;caption+thead&gt;tr:first-child&gt;td,
.table&gt;caption+thead&gt;tr:first-child&gt;td a {
	font-size: 11px !important;
	line-height: normal !important;
	padding: 5px 8px !important;
	font-weight: 400 !important;
}

.catalog-product_compare-index .main&gt;div.text-right {
	text-align: center !important;
}

table#product-comparison&gt;tbody&gt;tr&gt;td.info .product-item-info .product-image .actions-secondary {
	position: absolute;
	z-index: 9;
	top: 5px;
	left: 5px;
}

table#product-comparison&gt;tbody&gt;tr&gt;td.info .product-item-info .product-image .actions-secondary .towishlist {
	border: none;
	background: inherit;
}

.catalog-product_compare-index table#product-comparison&gt;tbody&gt;tr&gt;td.info {
	padding: 10px 10px;
}

.catalog-product_compare-index table#product-comparison&gt;tbody&gt;tr&gt;td.info .list-products .product-item-info {
	border: none !important;
}

.catalog-product_compare-index table#product-comparison&gt;tbody&gt;tr&gt;td.info .product-item-info .product-image {
	position: relative;
}

.catalog-product_compare-index table#product-comparison&gt;tbody&gt;tr&gt;td.info .product-item-info .product-image a.product-item-photo {
	min-width: 123px;
	min-height: 123px;
	display: inline-block;
	max-height: 123px;
	background: #fff;
	height: 100%;
	overflow: hidden;
}

.catalog-product_compare-index .table&gt;tbody&gt;tr&gt;th,
.catalog-product_compare-index .table&gt;caption+thead&gt;tr&gt;th {
	font-size: 13px !important;
	line-height: 16px;
}

.catalog-product_compare-index table#product-comparison&gt;tbody&gt;tr&gt;td.info .product-item-details {
	display: inline-block;
	width: 100%;
	padding: 0px !important;
}

.catalog-product_compare-index table#product-comparison&gt;tbody&gt;tr&gt;td.info .product-item-details h5.product-item-name {
	font-size: 12px !important;
	min-height: 36px;
	margin-top: 5px;
}

.catalog-product_compare-index table#product-comparison&gt;tbody&gt;tr&gt;td.info .product-item-details span.old-price {
	display: none;
}

.catalog-product_compare-index table#product-comparison&gt;tbody&gt;tr&gt;td.info .product-item-details .price-box {
	margin-bottom: 10px !important;
}

.catalog-product_compare-index table#product-comparison&gt;tbody&gt;tr&gt;td.info .product-item-details h5.product-item-name a {
	font-size: 13px !important;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.catalog-product_compare-index .page-title-wrapper .h1 {
	font-size: 18px;
}

.catalog-product_compare-index table#product-comparison&gt;tbody&gt;tr&gt;td.info .product-item-details .product-item-actions button.action.tocart.btn {
	padding: 0px 10px !important;
	font-size: 13px !important;
	letter-spacing: 0.5px;
	font-weight: 400 !important;
	min-width: auto !important;
}

.wk-partner-with-us .wk-partner-with-us-icons {
	border: none;
	color: white;
	line-height: 1;
	text-align: center;
	transition: transform 250ms ease 0s !important;
	will-change: transform;
	box-shadow: rgb(0 0 0 / 5%) 0px 0px 0px 1px;
	border-radius: 8px;
	-webkit-transition: border .25s;
}

.wk-partner-with-us .wk-partner-with-us-icons:hover {
	transform: translateY(-8px);
}

.login-container form#otp_form .actions-toolbar:last-child {
	margin-top: 20px;
}

body.marketplace-registration-index fieldset.fieldset.create.account .mobile.col-xs-12 {
	width: 100%;
}

body.marketplace-registration-index fieldset.fieldset.create.account .mobile .control div#phone_code {
	position: relative;
	width: 100%;
	cursor: pointer;
}

body.marketplace-registration-index .fieldset.create.account .phone_code img {
	max-width: 22px;
	display: inline-block !important;
}

body.marketplace-registration-index fieldset.fieldset.create.account .mobile .control .col-md-2.col-sm-3.col-xs-4 {
	background-color: #fff;
}

body.marketplace-registration-index .wk-mp-landingpage #wk-termsconditions-box input {
	margin-bottom: 9px;
	margin-top: 1px;
}

body.customer-account-create #wk-termsconditions-box input {
	margin-bottom: 9px;
	margin-top: 1px;
}

body.marketplace-registration-index fieldset.fieldset.create.account .how_did_you_hear {
	width: 100%;
}

body.marketplace-registration-index fieldset.fieldset.create.account .mobile ul#phone_code_list&gt;li img {
	display: inline-block !important;
}

.rating-summary .rating-result:before {
	color: #fb0 !important;
}

#wk-customer-login-box a {
	font-weight: 700;
}

.customer-account-create #wk-termsconditions-box label a {
	color: #428bca !important;
}

.wk-mp-landingpage #wk-termsconditions-box label a {
	color: #428bca !important;
}

.account.mprmasystem-customer-newrma .wk-showcase-container .wk-showcase-block {
	width: 22%;
	margin-bottom: 20px
}

.account.mprmasystem-customer-newrma .wk-mprma-container table#orders-item-table .wk-mp-rma-img img {
	width: 100px;
	height: 70px;
}

.customer-account-edit button#customer-deactive-btn {
	color: #fff !important;
	background-color: #6b52a3 !important;
	border-radius: 60px !important;
	border: 2px solid #6b52a3 !important;
	box-shadow: none !important;
	font-weight: 600 !important;
	padding: 8px 25px !important;
	line-height: 22px !important;
	height: inherit !important;
	min-width: 110px !important;
	opacity: 1 !important;
	position: relative;
	top: -42px;
	right: 0 !important;
	float: right;
}

.modal-popup._show .modal-inner-wrap footer.modal-footer {
	display: block;
	border: none;
}

.modal-popup._show.customer_deactive_modal .modal-inner-wrap {
	padding-bottom: 0;
}

.customer_deactive_modal .modal-inner-wrap .modal-content {
	padding: 20px 30px 30px 20px !important;
}

.customer_deactive_option button#customer-deactive-submit {
	color: #fff !important;
	background-color: #6b52a3 !important;
	border-radius: 60px !important;
	border: 2px solid #6b52a3 !important;
	box-shadow: none !important;
	font-weight: 600 !important;
	padding: 8px 25px !important;
	line-height: 22px !important;
	height: inherit !important;
	min-width: 110px !important;
	opacity: 1 !important;
	margin-top: 10px;
}

.marketplace-account-editprofile .wk-mp-column.wk-mp-main button#seller-deactive-btn {
	width: 100%;
	max-width: 110px;
	margin-top: -5px !important;
	float: right;
	position: relative;
	top: 47px;
	right: 18px;
}

.marketplace-account-editprofile #save-btn {
	margin-right: 138px;
}

.marketplace-account-editprofile .wk-mp-page-title.legend.wk-mp-fixed #save-btn {
	margin-right: 138px;
}

.marketplace-account-editprofile .wk-mp-page-wrapper main#wk-mp-maincontent .wk-mp-columns .wk-mp-column.wk-mp-main button.seller_deactive_button.wk-mp-fixed {
	top: 22px !important;
	z-index: 999 !important;
	position: fixed;
	right: 38px !important;
}

.cms-home-new .recently_products .owl-carousel .product-top .photo.product-item-photo .img-thumbnail {
	opacity: 1;
	position: absolute;
}

.cms-home-new .recently_products .owl-carousel .owl-nav .owl-prev,
.cms-home-new .recently_products .owl-carousel .owl-nav .owl-next {
	border-radius: 50%;
	color: #222;
	background: none;
	font-size: 30px;
	display: inline-block;
	margin-top: -19px;
	padding: 0;
	margin-left: 0px;
	margin-right: 0px;
}

.cms-home-new .recently_products .col-lg-12&gt;.row:first-child {
	margin: 0;
}

.cms-home-new .recently_products .owl-carousel .product-top {
	max-height: 165px;
}

.cms-home-new .recently_products .owl-carousel .owl-nav&gt;div.disabled {
	color: #c2c2c2;
}

.cms-home-new .recently_products .owl-carousel .product-top .photo.product-item-photo {
	padding-top: 0px !important;
	padding-bottom: 100%;
}

.account.customer-account-index .page-title-wrapper {
	position: relative;
}

.account.customer-account-index .customer_follow_list {
	position: absolute;
	right: 0px;
	bottom: 10px;
	cursor: pointer;
}

.account.customer-account-index .total-followers span {
	color: #fff;
	font-weight: 500;
	font-size: 20px;
}

.account.customer-account-index .customer_follow_list .follow-list {
	position: absolute;
	top: 100%;
	z-index: 111;
	background: rgb(255, 255, 255);
	right: 0;
	box-shadow: 0 0 10px 0px #00000063;
	max-height: 140px;
	overflow: auto;
	border-radius: 6px;
}

.nav-open .account.customer-account-index .customer_follow_list .follow-list {
	z-index: 11;
}

.account.customer-account-index .customer_follow_list .follow-list li a span {
	color: #333;
	font-size: 14px;
	line-height: normal;
}

.account.customer-account-index .customer_follow_list .follow-list li {
	padding: 5px 10px;
}

.account.customer-account-index .customer_follow_list .follow-list li {
	padding: 5px 10px;
	border-bottom: 1px solid #6b52a3;
}

.account.customer-account-index .customer_follow_list .follow-list li:last-child {
	border-bottom: none;
}

.seller_profile_about_us .about_us .seller_total_followers {
	padding: 0px 50px 0px 70px !important;
}

.account.customer-account-index .customer_followers {
	position: relative;
}

.customer-account-index .page-title-wrapper&gt;.container .customer_details {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	align-items: center;
}

.customer-account-index .page-title-wrapper .customer_avtar img {
	border-radius: 100px;
	max-width: 120px;
	opacity: 1;
}

.customer-account-index .page-title-wrapper .customer_avtar {
	text-align: left;
	background: #fff;
	float: left;
	padding: 5px;
	opacity: 1;
	z-index: 9;
	position: relative;
	order: 1;
	margin-bottom: 5px;
	border-radius: 100px;
}

.customer-account-index .page-title-wrapper .customer_name {
	float: left;
	color: #fff;
	font-size: 16px;
	z-index: 999;
	position: relative;
	margin-left: 30px;
	text-transform: capitalize;
	font-weight: 500;
	order: 2;
}

/* Pickup Details css desktop view start */

.marketplace-order-view .page-title-wrapper .actions-toolbar.order-actions-toolbar,
.marketplace-order-view .page-title-wrapper span.order-status {
	z-index: 9;
}

.marketplace-order-view .modal-popup._show footer.modal-footer {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
}

.marketplace-order-view aside.modal-slide .delivery_details {
	display: flex;
	justify-content: space-evenly;
}

.marketplace-order-view aside.modal-slide .delivery_details .delivery_option {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	padding: 15px;
	background-color: #f7f8fa;
	border-radius: 10px;
	border: 1px solid transparent;
}

.marketplace-order-view aside.modal-slide .delivery_details .delivery_option.selected {
	border-color: #6b52a3;
}

.marketplace-order-view aside.modal-slide .delivery_details .delivery_option img {
	max-width: 120px;
	height: 100%;
	border-radius: 15px;
}

.marketplace-order-view aside.modal-slide .delivery_details .delivery_option span {
	width: auto;
	text-align: center;
	margin-top: 8px;
	color: #333333;
	font-size: 18px;
	font-weight: 500;
}

.header.header8.active-sticky .middle-header-content {
	z-index: 99999999;
}

.products-grid.wishlist .product-item-info .box-tocart .product-item-actions {
	float: left;
	margin-top: 10px;
}

.products-grid.wishlist .product-item-info .product-item-name {
	margin-top: 7px;
	display: block;
	font-size: 16px;
	color: #2a2a2a;
	font-weight: 400;
	line-height: normal;
	min-height: 50px;
}

.products-grid.wishlist .product-item-info .box-tocart .field.qty {
	margin: 0px 0px 10px 0px !important;
}

.products-grid.wishlist .product-item-info .product-item-name {
	line-height: normal;
	min-height: 50px;
	overflow: hidden;
}

.form-wishlist-items .actions-toolbar button.action {
	text-transform: capitalize;
}

.mgs_quickview-catalog_product-view .product-detail-infomation {
	display: inline-table;
	margin-bottom: 30px;
	height: auto;
}

.related-product-main.related {
	margin-bottom: 30px;
}

.related-product-main.related .content-heading {
	text-align: center;
	margin-bottom: 25px;
}

.viewed-product-main .content-heading {
	text-align: center;
	margin-bottom: 25px;
}

/* Pickup Details css end */


@media (min-width: 320px) and (max-width: 575px) {
	.checkout-index-index .modal-popup._show .modal-inner-wrap {
		background-color: #fff;
		width: 90% !important;
	}

	.product.info.detailed .item.content .table.additional-attributes tr th {
		padding: 8px;
	}

	.marketplace-account-editprofile .wk-mp-column.wk-mp-main button#seller-deactive-btn {
		top: 68px !important;
	}

	.marketplace-account-editprofile .wk-mp-page-wrapper main#wk-mp-maincontent .wk-mp-columns .wk-mp-column.wk-mp-main button.seller_deactive_button.wk-mp-fixed {
		top: 45px !important;
	}
}



@media (max-width: 1200px) {
	.custom-landing-page .service-section .wk-list-container-wrapper.wk-text-transform-left .col-lg-3.col-md-6.col-sm-12 {
		width: 50% !important;
	}

	.custom-landing-page .service-section .wk-list-container-wrapper.wk-text-transform-left .col-sm-12 {
		width: 50% !important;
	}

	.custom-landing-page .service-section .wk-list-container-wrapper.wk-text-transform-left&gt;div {
		width: 50% !important;
	}
}

@media (min-width: 1200px) {
	.middle-header-content&gt;.container&gt;.row&gt;.logo-header .logo img {
		max-width: 146px !important;
	}

	.vertical-menu li .icon-next {
		top: 8px !important;
	}

	.vertical-menu li.level0.dropdown li.level1.dropdown-submenu&gt;a .icon-next {
		display: none !important;
	}

	.vertical-menu li.level0.dropdown li.level1.dropdown-submenu .toggle-menu {
		display: block !important;
	}
}

@media (max-width: 1199px) {

	.header:not(.header6):not(.header7) .megamenu-content .nav-tabs&gt;li&gt;a {
		color: #fff !important;
		padding: 10px 0;
		background-color: #6b52a3 !important;
	}

	.header:not(.header6):not(.header7) .megamenu-content .nav-tabs&gt;li.active&gt;a {
		color: #000 !important;
		background-color: #fff !important;
	}

	.header:not(.header6):not(.header7) .nav-main-menu li&gt;a+.toggle-menu a {
		padding: 0;
		background-color: #fafafa !important;
		display: block;
		height: 41px;
	}

	.header:not(.header6):not(.header7) .nav-main-menu li&gt;a+.toggle-menu:hover a {
		background-color: #6b52a3 !important;
		color: #fff !important;
	}

	.header:not(.header6):not(.header7) .nav-main-menu li&gt;ul.dropdown-menu.active {
		display: block;
	}

	.vertical-menu li.level0.dropdown&gt;a .icon-next {
		display: block !important;
		position: absolute;
		right: 15px;
		font-size: 14px;
		top: 7px;
	}

	.vertical-menu li.level0.dropdown .icon-next .fa:before {
		content: "\f105";
	}

	.vertical-menu li.level0.dropdown&gt;a.disable .icon-next {
		display: none !important;
	}

	.vertical-menu li.level0.dropdown&gt;.toggle-menu {
		display: none;
	}

	.header.header8 .table-icon-menu&gt;div.minicart-wrapper {
		min-width: auto;
	}

	.header.header8 .bottom-header-content .parent__megameu {
		float: right;
		width: auto;
	}

	.header.header8 .col-lg-3.col-md-2.col-xs-6.middle-header-right-content {
		width: auto !important;
		order: 3;
		margin-left: auto;
	}

	.header.header8 .table-icon-menu&gt;div.minicart-wrapper {
		padding-top: 35px !important;
	}

	.header.header8 .bottom-header-content .col-lg-3.col-sm-6.col-xs-12.hidden-xs {
		float: right;
	}

	.footer2 .bottom-footer .social-menu a&gt;img {
		width: 24px;
		height: 24px;
	}

	.header.header8 .table-icon-menu&gt;div.returns-orders,
	.header.header8 .minicart-wrapper .action.showcart&gt;.label {
		display: none;
	}

	.checkout-index-index .modal-popup._show .modal-inner-wrap {
		background-color: #fff;
		width: 40% !important;
	}
}

.header.header8 .table-icon-menu&gt;div.minicart-wrapper {
	padding-top: 35px !important;
	min-width: auto;
}

@media(min-width:1001px) {

	body.marketplace-registration-index fieldset.fieldset.create.account .mobile .control .col-md-2.col-sm-3.col-xs-4 {
		width: auto !important;
	}

	body.marketplace-registration-index fieldset.fieldset.create.account .mobile .control .col-lg-10.col-md-10.col-sm-9.col-xs-8 {
		width: calc(100% - 62px) !important;
	}
}


@media(min-width:1600px) {

	body.catalog-product-view.mgs_quickview-catalog_product-view .page-wrapper.lazy-loading-img .container {
		width: 100%;
	}

	.checkout-index-index .modal-popup._show .modal-inner-wrap {
		background-color: #fff;
		width: 40% !important;
	}
}

@media (min-width:1200px) and (max-width:1249px) {
	.header.header8 .bottom-header-content .col-lg-3.col-sm-4 {
		width: 23%;
	}

	.header.header8 .bottom-header-content .col-lg-3.col-sm-4 .vertical-title {
		padding: 0px 20px;
	}
}

@media (min-width:1200px) and (max-width:1599px) {

	body.catalog-product-view.mgs_quickview-catalog_product-view .page-wrapper.lazy-loading-img .container {
		width: 100%;
	}

	.header.header8 .bottom-header-content .parent__megameu {
		padding: 0;
		width: 45%;
	}

	.header.header8 .bottom-header-content .hdr-btm-right-col {
		width: 30%;
		float: right;
	}

	header.header.header8.active-sticky .logo-header {
		width: 30%;
	}

	header.header.header8.active-sticky .logo-header .vertical-title .fa {
		margin-right: 5px;
	}

	.checkout-index-index .modal-popup._show .modal-inner-wrap {
		background-color: #fff;
		width: 40% !important;
	}
}



@media (min-width:992px) and (max-width:1199px) {

	.catalog-product-view .page-wrapper .page-title-wrapper,
	.catalog-category-view .page-wrapper .page-title-wrapper {
		min-height: 160px !important;
		padding: 0px !important;
	}

	.attribute-products-grid .product-item-info .product-top:hover .action.tocart.btn-cart,
	.category-products-grid .product-item-info .product-top:hover .action.tocart.btn-cart {
		height: 35px !important;
		font-size: 13px;
		max-width: 70px;
		min-width: 100px !important;
	}

	.attribute-products-grid .product-item-info .product-top .action.tocart.btn-cart,
	.category-products-grid .product-item-info .product-top .action.tocart.btn-cart {
		height: 35px !important;
		font-size: 13px;
		max-width: 70px;
		min-width: 100px !important;
	}

	.attribute-products-grid .product-item-info .product-top .actions-link button,
	.category-products-grid .product-item-info .product-top .actions-link button {
		font-size: 16px;
		padding: 8px 6px;
	}

	body.catalog-product-view.mgs_quickview-catalog_product-view .page-wrapper.lazy-loading-img .container {
		width: 100%;
	}

	html.use-header8.nav-before-open.nav-open .header:not(.header6):not(.header7) .megamenu-content .nav-tabs {
		border-bottom: 1px solid #ddd !important;
	}

	html.use-header8.nav-before-open.nav-open #mainMenu .level0 a.level0 {
		color: #272727 !important;
	}

	.header.header8 .search-form .form-search .form.minisearch {
		margin: 13px 0px !important;
		min-width: 66px;
	}

	html.use-header8.search-open .search-form .form-search .form.minisearch .input-text::placeholder {
		opacity: 0;
	}

	.header.header8 .bottom-header-content .hdr-btm-right-col {
		width: 50%;
		float: right;
	}

	.checkout-index-index .modal-popup._show .modal-inner-wrap {
		background-color: #fff;
		width: 40% !important;
	}
}




@media (min-width:768px) and (max-width:1000px) {

	.catalog-product-view .page-wrapper .page-title-wrapper,
	.catalog-category-view .page-wrapper .page-title-wrapper {
		min-height: 120px !important;
		padding: 0px !important;
	}

	body.catalog-product-view.mgs_quickview-catalog_product-view .page-wrapper.lazy-loading-img .container {
		width: 100%;
	}

	.marketplace-index-index .wk-mp-landingpage.wk-mp-landingpage-layout3 .wk-list-container {
		width: 100% !important;
	}

	.wk-mp-landingpage .wk-mp-banner .wk-mp-header h1 {
		padding-top: 1% !important;
	}

	.multiplewishlist-index-sharing .products.wrapper.grid.products-grid ol li {
		display: inline-block;
		width: 32.5%;
		text-align: center;
	}

	.multiplewishlist-index-sharing .pull-right div&gt;b {
		font-size: 22px !important;
	}

	.checkout-index-index .modal-popup._show .modal-inner-wrap {
		background-color: #fff;
		width: 40% !important;
	}
}

@media (min-width: 768px) and (max-width: 1000px) {

	.wk-mp-landingpage.wk-mp-landingpage-layout3 .wk-list-container,
	.wk-mp-landingpage-layout3 .wk-mp-header {
		width: 100% !important;
	}

	#register-as-seller {
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
	}

	footer.footer.footer2 .footer-container .middle-footer .container .row&gt;div:nth-child(4) {
		width: 25% !important;
	}
}

@media (min-width:991px) and (max-width:1199px) {
	.custom-landing-page .service-card .service-card-hover .wk-icon-div {
		min-height: auto;
	}

	.custom-landing-page .wk-list-container-wrapper {
		display: flex !important;
		flex-wrap: wrap !important;
		width: 100%;
	}
}

@media (min-width:768px) and (max-width:991px) {

	.multishipping-checkout-billing .column.main #multishipping-billing-form .actions-toolbar .margin-top15 {
		width: 39%;
	}

	.multishipping-checkout-addresses .column.main form#checkout_multishipping_form .actions-toolbar .margin-top15&gt;button {
		padding: 8px 11px !important;
	}

	.shopbycateg-sec .col-xs-6 {
		margin-bottom: 20px;
	}

	.header .search-form .form-search .form.minisearch .input-text {
		text-align: left;
	}

	.attribute-products-grid .product-item-info .product-top:hover .action.tocart.btn-cart,
	.category-products-grid .product-item-info .product-top:hover .action.tocart.btn-cart {
		height: 26px !important;
		font-size: 10px;
		min-width: 70px !important;
		max-width: 75px;
	}

	.attribute-products-grid .product-item-info .product-top .action.tocart.btn-cart,
	.category-products-grid .product-item-info .product-top .action.tocart.btn-cart {
		height: 26px !important;
		font-size: 10px;
		min-width: 70px !important;
		max-width: 75px;
	}

	.attribute-products-grid .product-item-info .product-top .actions-link button,
	.category-products-grid .product-item-info .product-top .actions-link button {
		font-size: 14px;
		padding: 5px 5px;
	}

	.attribute-products-grid .product-item-info .product-item-details .product-item-name a,
	.category-products-grid .product-item-info .product-item-details .product-item-name a {
		font-size: 12px !important;
	}

	.attribute-products-grid .product-item-info .product-item-details .product-item-name,
	.category-products-grid .product-item-info .product-item-details .product-item-name {
		line-height: 13px;
		margin-bottom: 2px;
	}

	.attribute-products-grid .product-item-info .price-box .price-final_price span,
	.category-products-grid .product-item-info .price-box .price-final_price span {
		font-size: 12px;
	}

	.custom-landing-page h3.sec-heading {
		margin-bottom: 10px !important;
	}

	.howitwork .wk-list-container-wrapper .mb-3 {
		width: 100%;
	}

	.wk-mp-design.wk-mp-landingpage .custom-landing-page .signup-section .container .row&gt;div {
		padding-right: 15px !important;
		padding-left: 15px !important;
	}

	body.catalog-product-view.mgs_quickview-catalog_product-view .page-wrapper.lazy-loading-img .container {
		width: 100%;
	}

	.multiplewishlist-index-sharing .pull-right div&gt;b {
		font-size: 22px !important;
	}

	.multiplewishlist-index-sharing .product.actions.product-item-actions form.tocart-form input.action.tocart {
		margin-top: 10px;
	}

	.multiplewishlist-index-sharing .products.wrapper.grid.products-grid ol li {
		display: inline-block;
		width: 32.5%;
		text-align: center;
	}

	html.use-header8.nav-before-open.nav-open #mainMenu .level0 a.level0 {
		color: #272727 !important;
	}

	html.use-header8.search-open form#search_mini_form {
		padding: 0;
	}

	html.use-header8.search-open .search-form .form-search .form.minisearch .input-text {
		padding-left: 155px;
		font-size: 13px;
		letter-spacing: 0;
		background-color: #fff;
		text-align: left;
		color: #000;
	}

	.header.header8 .table-icon-menu .search-form .actions-search .action-search i.pe-7s-search {
		font-weight: bold;
		font-size: 27px;
	}

	html.use-header8.search-open .search-form .form-search .form.minisearch .input-text::placeholder {
		opacity: 0;
	}

	.header.header8 .vertical-title {
		margin-right: 10px;
		font-size: 13px;
	}

	.header.header8 .vertical-title .fa {
		margin-right: 10px;
	}

	/*.header.header8 .table-icon-menu&gt;div.minicart-wrapper {    padding: 20px 0px 0px 0px !important; min-width: 66px;}*/

	.header.header8 .top-header-content {
		padding-bottom: 0px !important;
	}

	.footer.footer2 .bottom-footer .footer-newsletter&gt;.col-md-12&gt;.col-md-2 {
		float: left;
		margin-right: 10px;
	}

	.footer.footer2 .bottom-footer .copyright {
		margin-top: 15px;
	}

	.footer.footer2 .bottom-footer ul.social-menu {
		margin-top: 15px;
	}

	.header.header8 .bottom-header-content .hdr-btm-right-col {
		width: 50%;
		float: right;
	}

	.footer.footer2 .middle-footer .customer-info,

	.footer.footer2 .middle-footer .my-account,

	.footer.footer2 .middle-footer .payment-option,

	.footer.footer2 .middle-footer .free-shipping {
		width: 25% !important;
		min-height: 248px;
	}

	.footer.footer2 .middle-footer .free-shipping&gt;ul.menu {
		float: left;
	}

	.footer.footer2 .middle-footer .clearfix.visible-sm {
		display: none !important;
	}

	.account.customer-account-index .customer_follow_list {
		right: 15px;
	}

	.account.customer-account-index .total-followers span {
		font-size: 18px;
	}

	.account.customer-account-index .customer_follow_list .follow-list li a span {
		font-size: 13px;
	}

	.account.customer-account-index .customer_follow_list .follow-list li {
		padding: 3px 7px;
	}

	.account.customer-account-index .customer_followers {
		position: unset;
		width: auto !important;
	}
}

@media (min-width:576px) and (max-width:767px) {



	body.catalog-product-view.mgs_quickview-catalog_product-view .page-wrapper.lazy-loading-img .container {
		width: 100%;
	}

	.vertical-menu.active .btn-close {
		position: absolute;
		right: 0;
	}

	.checkout-index-index .modal-popup._show .modal-inner-wrap {
		background-color: #fff;
		width: 40% !important;
	}

	.multiplewishlist-index-sharing .pull-right div&gt;b {
		font-size: 22px !important;
	}

	.multiplewishlist-index-sharing .product.actions.product-item-actions form.tocart-form input.action.tocart {
		margin-top: 10px;
	}

	.multiplewishlist-index-sharing .breadcrumbs {
		margin-bottom: 0px;
	}

	.multiplewishlist-index-sharing .pull-right div&gt;b {
		font-size: 18px !important;
	}

	.multiplewishlist-index-sharing .products.wrapper.grid.products-grid ol li {
		display: inline-block;
		width: 15.5%;
		text-align: center;
	}

	.deals-of-the-day-section .title-box&gt;div {
		float: left !important;
		width: auto !important;
	}

	html.use-header8.nav-before-open.nav-open .header:not(.header6):not(.header7) .megamenu-content .nav-tabs {
		border-bottom: 1px solid #ddd !important;
	}

	html.use-header8.nav-before-open.nav-open #mainMenu .level0 a.level0 {
		color: #272727 !important;
	}

	html.use-header8.search-open .search-form .form-search .form.minisearch .input-text {
		padding-left: 155px;
		font-size: 13px;
		letter-spacing: 0;
		background-color: #fff;
		text-align: left;
	}

	html.use-header8.search-open .search-form .form-search .form.minisearch .input-text::placeholder {
		opacity: 0;
	}

	.header.header8 .table-icon-menu.pull-right .search-form.select-search {
		margin-right: 15px;
		padding-top: 19px !important;
	}

	.header.header8 .table-icon-menu .search-form .actions-search .action-search i.pe-7s-search {
		font-weight: bold;
		font-size: 27px;
	}

	.header.header8 .vertical-title {
		margin-right: 10px !important;
		font-size: 13px;
		float: left;
		padding: 0 15px;
	}

	.header.header8 .top-header-content {
		padding-bottom: 0px !important;
	}

	.header.header8 .table-icon-menu.pull-right&gt;div.actions-customer {
		padding-top: 0px !important;
		width: 46px;
		line-height: 70px;
		margin-right: 15px;
	}

	.footer.footer2 .bottom-footer .copyright {
		margin-top: 15px;
	}

	.footer.footer2 .bottom-footer ul.social-menu {
		margin-top: 15px;
	}

	.cms-home-new .footer.footer2 .middle-footer .customer-info,

	.cms-home-new .footer.footer2 .middle-footer .my-account,

	.cms-home-new .footer.footer2 .middle-footer .payment-option,

	.cms-home-new .footer.footer2 .middle-footer .free-shipping,

	.catalog-category-view .footer.footer2 .middle-footer .customer-info,

	.catalog-category-view .footer.footer2 .middle-footer .my-account,

	.catalog-category-view .footer.footer2 .middle-footer .payment-option,

	.catalog-category-view.footer.footer2 .middle-footer .free-shipping,

	.checkout-index-index .footer.footer2 .middle-footer .customer-info,

	.checkout-index-index .footer.footer2 .middle-footer .my-account,

	.checkout-index-index .footer.footer2 .middle-footer .payment-option,

	.checkout-index-index .footer.footer2 .middle-footer .free-shipping {
		width: 50% !important;
		min-height: 248px;
	}

	.footer.footer2 .middle-footer .free-shipping&gt;ul.menu {
		float: left;
	}

	.block-content .block-dashboard-orders .table-wrapper.orders-recent .table#my-orders-table .thead {
		overflow-x: auto;
	}

	body.marketplace-seller-profile .page-products.page-with-filter li.item.product.product-item,

	body.marketplace-seller-collection li.item.product.product-item {
		width: 48% !important;
	}
}

@media (min-width: 481px) and (max-width: 767px) {

	.mfp-wrap.mfp-close-btn-in #social-login-popup .social-login .action.login.primary {
		width: 160px !important;
	}

	.mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-ready div#social-login-popup #social-login-authentication,
	.mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-ready div#social-login-popup .social-login-authentication-channel {
		width: 100%;
	}

	.mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-ready div#social-login-popup .block.col-mp.mp-12 .col-mp.mp-7 {
		width: 100%;
	}

	.customer-account-confirmation .actions-toolbar,
	.customer-account-forgotpassword .actions-toolbar,
	.custom-seller-forgotpassword .actions-toolbar {
		margin-bottom: 30px;
	}

	.shopbycateg-sec .panel-block-row .col-xs-12 {
		width: 50%;
	}

	/* .shopbycateg-sec .col-xs-6 {
    	margin-bottom: 20px;
	} */
	.shopbycateg-sec .categ-col2 {
		min-height: 332px;
	}

	.custom-landing-page h3.sec-heading {
		margin-bottom: 20px !important;
	}

	.custom-landing-page .signup-section .signup-left {
		text-align: center;
	}

	.custom-landing-page .signup-section .signup-right {
		text-align: center;
	}

	.marketplace-account-login .continue-link-wk-1,
	.marketplace-account-login .continue-link-wk-2 {
		width: 31%;
	}

	.wk-mp-landingpage.wk-mp-landingpage-layout3 .wk-list-container,
	.wk-mp-landingpage-layout3 .wk-mp-header {
		width: 100% !important;
	}

	.marketplace-registration-index .wk-mp-header .wk-mp-header-container h1 {
		font-size: 28px !important;
		padding-top: 20px !important;
	}

	.wk-mp-landingpage.wk-mp-landingpage-layout3 .wk-list-container,
	.wk-mp-landingpage-layout3 .wk-mp-header {
		width: 100% !important;
	}

	#register-as-seller {
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
	}

	.field.email_address.required {
		padding-right: 15px !important;
	}

	.field.email_address_confirmation.required {
		padding-left: 15px !important;
	}

	.footer.footer2 .middle-footer .container .customer-info,
	.footer.footer2 .middle-footer .container .my-account,
	.footer.footer2 .middle-footer .container .free-shipping {
		width: 25% !important;
	}

	footer.footer.footer2 .footer-container .middle-footer .container .row&gt;div:nth-child(4) {
		width: 25% !important;
		padding: 0px 10px;
	}

	.footer.footer2 .middle-footer .container .customer-info {
		padding-right: 10px;
	}

	.footer.footer2 .middle-footer .container .my-account {
		padding: 0px 5px;
	}

	.footer.footer2 .middle-footer .container .free-shipping {
		padding-left: 10px;
	}

	.footer.footer2 .middle-footer .container div&gt;h6.margin-bottom30 {
		font-size: 14px !important;
		line-height: 18px;
	}

	.footer.footer2 .middle-footer ul.payment-col li&gt;img {
		max-width: 48px !important;
	}

	.footer.footer2 .middle-footer .container .free-shipping {
		padding-left: 10px !important;
	}

	.footer.footer2 .middle-footer ul.payment-col li .icon img {
		max-width: 96px;
	}
}

@media (min-width:481px) and (max-width:575px) {
	.block.social-login-authentication-channel.account-social-login {
		margin-bottom: 25px;
		margin-top: 0px;
	}

	.block.social-login-authentication-channel.account-social-login .block-content div,
	.block.social-login-authentication-channel.account-social-login .block-content button {
		margin: 0px 0px !important;
	}

	.social-btn .btn-social,
	.block.social-login-authentication-channel.account-social-login .block-content button#apple_signin_btn {
		width: 36px !important;
		height: 36px !important;
		overflow: hidden !important;
		padding: 6px 17px !important;
		color: transparent !important;
	}

	.social-btn .btn-social&gt;span {
		display: inline;
		width: 38px;
		color: #fff;
	}

	.account-social-login .actions-toolbar.social-btn,
	.block.social-login-authentication-channel.account-social-login div.block-content button#apple_signin_btn {
		width: 36px !important;
		display: inline !important;
		overflow: hidden !important;
		min-width: 36px !important;
	}

	.block.social-login-authentication-channel.account-social-login .block-content button#apple_signin_btn span.fa.fa-apple {
		width: 36px;
		overflow: hidden !important;
		float: left;
		display: block;
		color: #fff;
		position: absolute;
		left: 0px !important;
		margin-right: 0px !important;
		height: 31px !important;
		margin-top: 0px !important;
		border: none !important;
		padding: 0px !important;
		line-height: 32px !important;
	}

	.block.social-login-authentication-channel.account-social-login .block-content button#apple_signin_btn&gt;span&gt;span:last-child {
		display: none !important;
	}

	.block.social-login-authentication-channel.account-social-login {
		margin-bottom: 25px !important;
	}


	.multishipping-checkout-shipping .page-wrapper.lazy-loading-img .form.multicheckout.shipping .actions-toolbar .primary button.action.primary.continue {
		padding: 8px 11px !important;
	}

	.multishipping-checkout-shipping .page-wrapper.lazy-loading-img .form.multicheckout.shipping .actions-toolbar .primary,
	.multishipping-checkout-shipping .page-wrapper.lazy-loading-img .form.multicheckout.shipping .actions-toolbar .secondary {
		display: inline-block;
		font-size: 13px;
	}

	.multishipping-checkout-shipping .page-wrapper.lazy-loading-img .form.multicheckout.shipping .actions-toolbar .secondary&gt;.action.back {
		padding: 8px 15px !important;
	}

	.vertical-menu.active .btn-close {
		position: absolute;
		right: 0;
	}

	body.active-vertical-menu {
		position: relative;
	}

	body.active-vertical-menu .vertical-menu.active {
		position: fixed !important;
		width: 280px;
	}

	body.active-vertical-menu .vertical-menu.active .btn-close {
		position: absolute;
		z-index: 99999;
		right: 0;
		top: 0;
	}

	#social-login-popup .block-container {
		max-height: 80vh;
		overflow-y: auto;
	}

	#social-login-popup .block-container .block button#apple_signin_btn {
		max-width: 100% !important;
		min-width: 234px !important;
		width: 100% !important;
	}

	.multiplewishlist-index-sharing .pull-right div&gt;b {
		font-size: 18px !important;
	}

	.multiplewishlist-index-sharing .product.actions.product-item-actions form.tocart-form input.action.tocart {
		margin-top: 10px;
	}

	.multiplewishlist-index-sharing .products.wrapper.grid.products-grid ol li {
		display: inline-block;
		width: 15.5%;
		text-align: center;
	}

	.multiplewishlist-index-sharing .breadcrumbs {
		margin-bottom: 0px;
	}

	.multiplewishlist-index-sharing .pull-right div&gt;b {
		font-size: 18px !important;
	}

	body.account.wishlist-index-index div.tabcontent .products-grid ol li {
		display: block;
		width: 100%;
	}

	body.account.wishlist-index-index div.tabcontent .products-grid ol .product.details.product-item-details .product-item-name a {
		min-height: auto !important;
	}

	body.marketplace-seller-profile .products-grid .product-item-info a.product.photo.product-item-photo,
	body.marketplace-seller-collection .product-item-info a.product.photo.product-item-photo,
	body.marketplace-seller-profile .product-item-info a.product.photo.product-item-photo,
	body.marketplace-seller-profile .products-grid .product-item-info a.product.photo.product-item-photo {
		display: inline-block;
		min-height: 158px;
	}

	body.page-layout-seller-1column.wide .page-products.page-with-filter li.item.product.product-item button.action.tocart.primary,
	body.marketplace-seller-profile li.item.product.product-item button.action.tocart.primary {
		padding: 5px 2px !important;
		font-size: 12px;
	}

	.products-grid .product-item-info .product-item-details .product-item-name {
		margin-bottom: 6px;
		line-height: 1.1;
		min-height: 30px !important;
		display: block;
	}

	body.marketplace-seller-profile .page-products.page-with-filter li.item.product.product-item,
	body.marketplace-seller-collection li.item.product.product-item {
		width: 100%;
		display: inline-flex;
		width: 50%;
	}

	body.marketplace-seller-profile .products-grid .product-item-info a.product.photo.product-item-photo,
	body.marketplace-seller-collection .product-item-info a.product.photo.product-item-photo,
	body.page-layout-seller-1column.wide .product-item-info a.product.photo.product-item-photo {
		min-height: auto;
	}

	.header.header8 .col-lg-6.col-md-8.col-xs-12.parent__search {
		width: auto;
	}

	.deals-of-the-day-section .title-box&gt;div {
		float: left !important;
		width: auto !important;
	}

	html.use-header8.nav-before-open.nav-open .header:not(.header6):not(.header7) .megamenu-content .nav-tabs {
		border-bottom: 1px solid #ddd !important;
	}

	html.use-header8.nav-before-open.nav-open #mainMenu .level0 a.level0 {
		color: #272727 !important;
	}

	.header:not(.header6):not(.header7) .megamenu-content .nav-tabs&gt;li&gt;a {
		padding: 15px 0 !important;
	}

	.header:not(.header6):not(.header7) .megamenu-content .nav-tabs&gt;li.active&gt;a,
	.header:not(.header6):not(.header7) .megamenu-content .nav-tabs&gt;li.active&gt;a:hover,
	.header:not(.header6):not(.header7) .megamenu-content .nav-tabs&gt;li.active&gt;a:focus {
		background-color: #8379be !important;
		color: #fff !important;
	}

	.header:not(.header6):not(.header7) .megamenu-content .nav-tabs&gt;li&gt;a:hover {
		color: #fff !important;
	}

	html.use-header8.search-open .search-form .form-search .form.minisearch .input-text {
		padding-left: 155px;
		font-size: 13px;
		letter-spacing: 0;
		background-color: #fff;
		text-align: left;
	}

	.header.header8 .table-icon-menu.pull-right .search-form.select-search {
		margin-right: 15px;
		padding-top: 23px !important;
	}

	.header.header8 .table-icon-menu .search-form .actions-search .action-search i.pe-7s-search {
		font-weight: bold;
		font-size: 27px;
	}

	.header.header8 .vertical-title {
		margin-right: 10px !important;
		font-size: 13px;
		float: left;
		padding: 0 15px;
	}

	.header.header8 .top-header-content {
		padding-bottom: 0px !important;
	}

	html.use-header8.search-open .search-form .form-search .form.minisearch .input-text::placeholder {
		opacity: 0;
	}

	.header.header8 .table-icon-menu.pull-right&gt;div.actions-customer {
		padding-top: 0px !important;
		width: 46px;
		line-height: 70px;
		margin-right: 15px;
	}

	.footer.footer2 .bottom-footer .copyright {
		margin-top: 15px;
	}

	.footer.footer2 .bottom-footer ul.social-menu {
		margin-top: 15px;
	}

	.block-content .block-dashboard-orders .table-wrapper.orders-recent .table#my-orders-table .thead {
		overflow-x: auto;
	}
}

@media (min-width:481px) and (max-width:768px) {
	.admin__page-section-title {
		padding: 0 20px 0 0px;
	}

	.header.header8 .col-lg-3.col-md-2.col-xs-6.logo-header {
		min-width: auto !important;
		width: auto !important;
	}

	.marketplace-account-login .wk-mp-login-container {
		margin-top: 20px;
	}

	.login-container.row&gt;div.margin-bottom50 {
		margin-bottom: 20px;
	}

	.block-customer-login .block-content.wk-img-div {
		padding: 0px 15px;
		text-align: center;
	}

	.marketplace-account-login .wk-img-div img {
		margin: 0px auto !important;
		border-radius: 10px;
		max-height: 280px;
		width: auto;
	}

	.marketplace-account-login .login-logo {
		padding-left: 0;
		max-width: 90%;
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}

	.login-logo a img.login-logo-img {
		max-width: 160px;
	}

	.marketplace-account-login #seller-login-form {
		margin-left: 0px;
		padding-left: 15px;
		padding-right: 15px;
		text-align: center;
	}

	.marketplace-account-login .login-head-wk {
		max-width: 80% !important;
		margin: 0 auto !important;
	}

	.wk-partner-with-us-head {
		font-size: 28px !important;
		line-height: 32px !important;
		margin: 30px 0px !important;
	}

	.wk-partner-with-us.row .wk-partner-with-us-icons div:nth-child(1) {
		display: flex;
		flex-direction: column;
		text-align: center;
	}

	.wk-partner-with-us.row .wk-partner-with-us-icons div:nth-child(1) .wk-icon-img-div {
		width: 100%;
		margin-bottom: 15px;
	}

	.wk-partner-with-us.row .wk-partner-with-us-icons div:nth-child(1) .wk-icon-img-div img {
		margin: 0 auto;
		max-height: 50px;
	}

	.wk-partner-with-us.row .wk-partner-with-us-icons div:nth-child(1) .wk-icon-related-msg {
		font-size: 14px !important;
		line-height: 18px;
		min-height: 75px;
	}
}

@media (min-width:484px) and (max-width:590px) {
	.shopbycateg-sec .col-lg-3 {
		min-height: 378px;
	}
}

@media (max-width:480px) {
	.marketplace-order-view #modal-content-0 {
		padding: 15px;
		margin-top: 30px;
	}

	.marketplace-order-view #modal-content-0 .admin__page-section .admin__control-table-wrapper {
		margin-top: 25px;
	}

	.marketplace-order-view .modal-inner-wrap .modal-header&gt;button.action-close {
		margin-right: 0px !important;
	}

	.modal-slide .modal-header {
		display: inline-block;
	}

	.modal-slide .page-main-actions {
		margin-bottom: 0rem;
	}

	.block.social-login-authentication-channel.account-social-login {
		margin-bottom: 25px;
		margin-top: 0px;
	}

	.block.social-login-authentication-channel.account-social-login .block-content div,
	.block.social-login-authentication-channel.account-social-login .block-content button {
		margin: 0px 0px !important;
	}

	.social-btn .btn-social,
	.block.social-login-authentication-channel.account-social-login .block-content button#apple_signin_btn {
		width: 36px !important;
		height: 36px !important;
		overflow: hidden !important;
		padding: 6px 17px !important;
		color: transparent !important;
	}

	.social-btn .btn-social&gt;span {
		display: inline;
		width: 38px;
		color: #fff;
	}

	.account-social-login .actions-toolbar.social-btn,
	.block.social-login-authentication-channel.account-social-login div.block-content button#apple_signin_btn {
		width: 36px !important;
		display: inline !important;
		overflow: hidden !important;
		min-width: 36px !important;
	}

	.block.social-login-authentication-channel.account-social-login .block-content button#apple_signin_btn span.fa.fa-apple {
		width: 36px;
		overflow: hidden !important;
		float: left;
		display: block;
		color: #fff;
		position: absolute;
		left: 0px !important;
		margin-right: 0px !important;
		height: 31px !important;
		margin-top: 0px !important;
		border: none !important;
		padding: 0px !important;
		line-height: 32px !important;
	}

	.block.social-login-authentication-channel.account-social-login .block-content button#apple_signin_btn&gt;span&gt;span:last-child {
		display: none !important;
	}

	.block.social-login-authentication-channel.account-social-login {
		margin-bottom: 25px !important;
	}

	.customer-account-forgotpassword .actions-toolbar .margin-top15:last-child,
	.custom-seller-forgotpassword .actions-toolbar .margin-top15:last-child {
		padding-left: 15px !important;
	}

	.sellersubdomain-collection-index .wk-mp-collection-seller-title-container .wk-mp-collection-header-bottom,
	.sellersubdomain-collection-index .wk-mp-collection-seller-title-container .wk-mp-collection-header-css {
		padding: 0px 0px 0px 13px !important;
	}

	.sellersubdomain-collection-index .wk-mp-collection-seller-title-container .wk-mp-collection-header-bottom {
		width: 55%;
	}

	.sellersubdomain-collection-index .wk-mp-profile-icon-wrapper a img {
		max-width: 26px;
	}

	.sellersubdomain-collection-index .wk-mp-profile-icon-wrapper {
		padding-top: 10px;
	}

	.sellersubdomain-collection-index section#maincontent .row .column.main .wk-mp-collection-container {
		margin-top: 80px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.wk-mp-collection-container {
		width: 90%;
		margin: 0 15px;
		display: inline-block;
		box-sizing: border-box;
	}

	.sellersubdomain-collection-index section#maincontent .row .column.main .wk-mp-collection-header-right-wrapper {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: stretch;
		height: 140px;
		margin-top: 20px;
	}

	.marketplace-account-login .wk-forgot-password-wrapper {
		width: 100%;
	}

	.wk-mp-collection-header-box .wk-mp-collection-header-right.wk-mp-seller-profile-wrapper {
		width: auto !important;
		max-width: 100%;
		padding: 0px !important;
		margin-bottom: 5px;
	}

	.seller_profile_about_us .wk-mp-seller-profile-box,
	.sellersubdomain-feedback-index .wk-mp-seller-profile-box {
		padding: 0px 4px !important;
	}

	.seller_profile_about_us .wk-mp-seller-profile-box.wk-mp-profile-icon-wrapper a img,
	.sellersubdomain-feedback-index .wk-mp-seller-profile-box.wk-mp-profile-icon-wrapper a img {
		height: auto !important;
		max-width: 20px !important;
	}

	.seller_profile_about_us .wk-mp-seller-profile-box:last-child&gt;a img,
	.sellersubdomain-feedback-index .wk-mp-seller-profile-box:last-child&gt;a img {
		max-width: 25px !important;
	}

	.seller_profile_about_us .wk-mp-seller-profile-box a {
		font-size: 12px;
	}

	.seller_profile_about_us .wk-mp-collection-seller-title-container .wk-mp-collection-header-bottom,
	.sellersubdomain-feedback-index .wk-mp-collection-seller-title-container .wk-mp-collection-header-bottom {
		padding-left: 15px !important;
		padding-right: 0px !important;
		clear: left;
		width: 55%;
	}

	.wk-list-th-display {
		display: table-cell;
	}

	body.customer-account-create.page-layout-1column.wide section#maincontent {
		padding-top: 0;
	}

	.block.social-login-authentication-channel.account-social-login .block-content div,
	.block.social-login-authentication-channel.account-social-login .block-content button {
		margin: 5px 0px !important;
	}

	.catalog-product-view .product-sub-infomation .rewardssocial-buttons .buttons-facebook-like {
		margin-top: 3px;
		width: 100px !important;
		margin-left: 0px;
	}

	.vertical-menu.active .btn-close {
		position: absolute;
		right: 0;
	}

	body.active-vertical-menu {
		position: relative;
	}

	body.active-vertical-menu .vertical-menu.active {
		position: fixed !important;
		width: 280px;
		overflow-x: hidden;
	}

	body.active-vertical-menu .vertical-menu.active .btn-close {
		position: absolute;
		z-index: 99999;
		right: 0;
		top: 0;
	}

	#social-login-popup .block-container {
		max-height: 80vh;
		overflow-y: auto;
	}

	body.customer-account-login .login-container a.margin-left15.action.remind {
		display: block;
		margin-top: 10px;
	}

	.footer.footer2 .middle-footer .container .row .col-lg-3.free-shipping ul.menu li a {
		font-size: 12px;
	}

	#social-login-popup .block-container .block button#apple_signin_btn {
		max-width: 100% !important;
		min-width: 204px !important;
		width: 100% !important;
	}

	body.customer-account-create button#apple_signin_btn {
		margin: 0 0 30px 0px;
	}

	.vertical-menu {
		height: 100vh;
		height: -webkit-fill-available;
		max-height: 100vh;
		max-height: -webkit-fill-available;
		overflow-y: auto;
	}

	.vertical-menu.active {
		display: block !important;
		width: 280px;
	}

	.vertical-menu .btn-close .pe-7s-close {
		font-size: 38px !important;
		width: auto;
		height: auto;
	}

	button#apple_signin_btn {
		margin-left: 0;
		margin-bottom: 30px;
	}

	body.customer-account-create form.create.account.form-create-account {
		max-width: 100%;
		width: 100%;
	}

	.breadcrumbs {
		margin-bottom: 15px;
	}

	.block.block-rewards-account-summary .rewards-social-buttons .fb_iframe_widget.fb_iframe_widget_fluid {
		display: inline-block !important;
	}

	div.tab button {
		padding: 10px 10px;
		font-size: 14px;
		text-transform: capitalize;
	}

	form#add-new input#new-name {
		width: 100% !important;
		margin-bottom: 15px;
	}

	body.account.wishlist-index-index div.tabcontent .products-grid ol .product.details.product-item-details .actions-secondary button,
	body.account.wishlist-index-index div.tabcontent .mw-button-actions button {
		font-size: 12px;
		font-weight: 500;
	}

	.download-app h2.text-uppercase {
		font-size: 15px;
		line-height: normal;
	}

	.download-app p.body-text {
		max-width: 100%;
		font-size: 14px;
		font-weight: 400;
	}

	.download-app ul.app-icon-col {
		max-width: 100%;
		margin-top: 20px;
	}

	body.customer-account-edit .pull-right .field.row.mobile-number .field .control div.col-lg-10 {
		width: 100% !important;
		padding-right: 0px !important;
		padding-left: 0px;
		margin-top: 10px;
	}

	.multiplewishlist-index-sharing .product-item-details .product-item-name a {
		display: block;
	}

	.multiplewishlist-index-sharing .product.actions.product-item-actions form.tocart-form input.action.tocart {
		margin-top: 10px;
	}

	.multiplewishlist-index-sharing .breadcrumbs {
		margin-bottom: 0px;
	}

	.multiplewishlist-index-sharing .pull-right div&gt;b {
		font-size: 18px !important;
	}

	.multiplewishlist-index-sharing .products.wrapper.grid.products-grid ol li {
		display: inline-block;
		width: 100%;
		text-align: center;
	}

	.multiplewishlist-index-sharing .pull-right {
		padding-right: 0;
	}

	.related-product-main,
	.upsell-products-list,
	.brand-related-products {
		padding-top: 30px;
	}

	.catalog-category-view.page-layout-2columns-left .block.filter .block-content.filter-content {
		max-width: 280px;
	}

	body.account.rewards-account-referral .items.order-links li {
		padding: 10px 10px;
	}

	body.marketplace-account-dashboard .wk-mp-design .mp-widgets center img {
		width: 100%;
	}

	body.account.wishlist-index-index div.tabcontent .products-grid ol li {
		display: block;
		width: 100%;
	}

	body.account.wishlist-index-index div.tabcontent .products-grid ol .product.details.product-item-details .product-item-name a {
		min-height: auto !important;
	}

	.sidebar .block .block-title .title {
		margin-top: 15px !important;
	}

	form.form.form-edit-account div.actions-toolbar {
		margin-bottom: 25px;
	}

	form.form.form-edit-account hr {
		display: none;
	}

	#social-login-popup .block-container .social-login-title h2 {
		font-size: 17px;
	}

	#social-login-popup .block-container .action.primary {
		width: auto;
	}

	body.marketplace-seller-collection .wk-mp-collection-seller-title {
		font-size: 17px !important;
	}

	.wk_mp_design .wk-mp-banner .wk-mp-banner-image {
		max-height: 180px !important;
	}

	.wk_mp_design .wk-mp-collection-container {
		margin-top: 0px;
	}

	.wk_mp_design .wk-mp-collection-container div.wk-mp-aboutus-title {
		font-size: 22px;
	}

	.seller_profile_about_us .wk-mp-seller-profile-box.wk-mp-profile-icon-wrapper {
		margin-top: 10px;
	}

	.wk-dash-label .status {
		width: 100% !important;
		border-radius: 80px;
	}

	body.marketplace-seller-profile .products-grid .product-item-info a.product.photo.product-item-photo,
	body.marketplace-seller-collection .product-item-info a.product.photo.product-item-photo {
		display: inline-block;
		min-height: 158px;
	}

	body.page-layout-seller-1column.wide .page-products.page-with-filter li.item.product.product-item button.action.tocart.primary,
	body.marketplace-seller-profile .page-products.page-with-filter li.item.product.product-item button.action.tocart.primary {
		padding: 5px 2px !important;
		font-size: 12px;
	}

	.products-grid .product-item-info .product-item-details .product-item-name {
		margin-bottom: 6px;
		line-height: 1.1;
		min-height: 30px !important;
		display: block;
	}

	body.marketplace-seller-profile .page-products.page-with-filter li.item.product.product-item,
	body.marketplace-seller-collection li.item.product.product-item {
		width: 100%;
		display: inline-flex;
		width: 50%;
	}

	.wk-mp-collection-seller-title-container {
		padding-top: 0px !important;
		padding-left: 10px !important;
		width: auto !important;
		margin-top: 0px;
		display: inline-block;
	}

	.wk-mp-collection-seller-title-container span.wk-mp-collection-seller-title.wk-mp-collection-header-css {
		padding: 0px 0px 0px 15px !important;
		font-size: 18px;
		margin-top: 15px;
	}

	.wk-mp-collection-seller-title-container a .wk-mp-collection-header-bottom-txt {
		margin-left: 0px;
		padding-left: 0;
	}

	.wk-mp-collection-seller-title-container&gt;a {
		float: left;
		margin-top: -30px;
	}

	.wk-mp-seller-profile-wrapper {
		width: 100%;
		margin-bottom: 10px;
		margin-top: 0;
	}

	.wk-mp-collection-header-box .wk-mp-collection-logo {
		position: relative;
		left: 0;
	}

	.wk-mp-seller-profile-wrapper {
		width: 100%;
		margin-bottom: 20px;
	}

	.wk-mp-collection-count-txt {
		font-size: 2rem;
	}

	body.marketplace-seller-collection li.item.product.product-item {
		margin-bottom: 25px;
	}

	body.account .box.box-newsletter,
	body.account .box.box-shipping-address {
		margin-top: 20px;
	}

	body.account.page-layout-2columns-left .block-title--myac {
		margin-bottom: 20px;
		margin-top: 15px;
	}

	/*.header.header8 .col-lg-6.col-md-8.col-xs-12.parent__search {

		 width: auto;

	}*/

	.deals-of-the-day-section .title-box&gt;div {
		float: left !important;
		width: auto !important;
	}

	html.use-header8.nav-before-open.nav-open .header:not(.header6):not(.header7) .megamenu-content .nav-tabs {
		border-bottom: 1px solid #ddd !important;
	}

	html.use-header8.nav-before-open.nav-open #mainMenu .level0 a.level0 {
		color: #272727 !important;
	}

	.header:not(.header6):not(.header7) .megamenu-content .nav-tabs&gt;li&gt;a {
		padding: 15px 0 !important;
		color: #000;
		background-color: #fff;
	}

	.box.box-information .box-actions a.action.btn.btn-xs.btn-default.change-password {
		margin-bottom: 15px;
	}

	.box.box-information .box-actions a.action.btn.btn-xs.btn-default.change-password {
		margin-bottom: 15px;
	}

	.box.box-information .box-actions a.action.btn.btn-xs.btn-secondary.margin-left10.edit {
		margin-left: 0px;
	}

	.header:not(.header6):not(.header7) .megamenu-content .nav-tabs&gt;li.active&gt;a,
	.header:not(.header6):not(.header7) .megamenu-content .nav-tabs&gt;li.active&gt;a:hover,
	.header:not(.header6):not(.header7) .megamenu-content .nav-tabs&gt;li.active&gt;a:focus {
		background-color: #8379be !important;
		color: #fff !important;
	}

	.header:not(.header6):not(.header7) .megamenu-content .nav-tabs&gt;li&gt;a:hover {
		color: #fff !important;
	}

	.header:not(.header6):not(.header7) .megamenu-content .nav-tabs&gt;li&gt;a,
	.header:not(.header6):not(.header7) .megamenu-content .nav-tabs&gt;li,
	html.use-header8.nav-before-open.nav-open .header:not(.header6):not(.header7) .megamenu-content .nav-tabs {
		background-color: #6b52a3 !important;
		color: #fff !important;
	}

	.fs-apple-btn {
		width: 100% !important;
	}

	.footer.footer2 .middle-footer .container .row .col-lg-3.free-shipping ul.menu li {
		line-height: normal;
		margin-bottom: 15px;
	}

	.page-wrapper .page-title-wrapper {
		padding: 95px 0 50px;
	}

	/*.header.header8 .col-lg-6.col-md-8.col-xs-12.parent__search {

		 width: auto;

	}*/

	.marketplace-index-index .wk-mp-landingpage.wk-mp-landingpage-layout3 .wk-list-container {
		width: 100% !important;
	}

	.page-layout-seller-login.page-layout-seller-login .wk-mp-page-wrapper {
		background-color: rgba(0, 0, 0, 0);
		box-shadow: none;
		width: 100% !important;
		max-width: 100%;
	}

	.cms-home-new .footer.footer2 .middle-footer .customer-info,
	.cms-home-new .footer.footer2 .middle-footer .my-account,
	.cms-home-new .footer.footer2 .middle-footer .payment-option,
	.cms-home-new .footer.footer2 .middle-footer .free-shipping,
	.catalog-category-view .footer.footer2 .middle-footer .customer-info,
	.catalog-category-view .footer.footer2 .middle-footer .my-account,
	.catalog-category-view .footer.footer2 .middle-footer .payment-option,
	.catalog-category-view .footer.footer2 .middle-footer .free-shipping,
	.checkout-index-index .footer.footer2 .middle-footer .customer-info,
	.checkout-index-index .footer.footer2 .middle-footer .my-account,
	.checkout-index-index .footer.footer2 .middle-footer .payment-option,
	.checkout-index-index .footer.footer2 .middle-footer .free-shipping {
		width: 50% !important;
	}

	.footer2 .middle-footer .menu li .icon {
		width: 18px !important;
	}

	.footer.footer2 .middle-footer .container .row .col-lg-3:last-child ul.menu li a {
		font-size: 13px;
	}

	.footer.footer2 .middle-footer .payment-option {
		clear: both;
	}

	.footer.footer2 .middle-footer .free-shipping&gt;ul.menu,
	.footer.footer2 .middle-footer .free-shipping&gt;ul.menu {
		float: left !important;
	}

	.footer.footer2 .bottom-footer .footer-newsletter .block.newsletter {
		padding: 0px 1px 1px 2px;
	}

	a.feedback_button,
	a.scroll-to-top {
		bottom: 50px !important;
	}

	a.scroll-to-top {
		right: 15px;
	}

	.deals-of-the-day-section .title-box .deals,
	.deals-of-the-day-section .title-box .of-the,
	.deals-of-the-day-section .title-box .day {
		font-size: 18px;
		line-height: normal;
		float: left;
		width: auto;
	}

	.page-wrapper.lazy-loading-img .page-wrapper .page-title-wrapper {
		padding: 23px 0 50px;
	}

	.deals-of-the-day-section .title-box {
		height: auto;
		float: left;
		width: 100%;
		padding-top: 5px;
		padding-bottom: 0px;
	}

	.footer {
		margin-top: 30px;
	}

	.catalog-product-view .block.widget.alsoviewed-products .content-heading {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.product.info.detailed {
		margin-top: 20px;
	}

	.catalog-product-view .product-info-main {
		margin-bottom: 15px;
	}

	.catalog-product-view .breadcrumbs {
		padding: 18px 0 13px;
		margin-bottom: 20px;
	}

	.slogan {
		font-size: 7px;
	}

	.product.info.detailed .product-data-items-content {
		padding: 35px 15px 35px 15px !important;
	}

	.block.review-add .block-content fieldset legend&gt;span,
	.block.review-add .block-content fieldset legend&gt;strong {
		display: block;
		font-size: 16px;
		font-weight: 500;
		line-height: normal;
	}

	.product.info.detailed div#staticproduct_faq_tab .box-description .question-header&gt;h4 {
		float: inherit;
		text-align: left;
	}

	body.mpqa-customer-viewall .question-header&gt;h4 {
		float: none;
	}

	body.mpqa-customer-viewall .question-header {
		margin-bottom: 15px;
	}

	.question-header&gt;.header-links {
		float: none;
		margin: 0 auto;
		display: block;
		text-align: left;
	}

	.product.info.detailed div#staticproduct_faq_tab .box-description div#search-bar .search_action,
	body.mpqa-customer-viewall div#search-bar .search_action {
		position: inherit !important;
		width: 100%;
	}

	body.mpqa-customer-viewall .box-collateral.box-description .pinfo .nlabl {
		font-size: 14px;
		font-weight: 400 !important;
	}

	body.mpqa-customer-viewall .box-collateral.box-description .pinfo {
		margin-left: 0;
		width: 100%;
	}

	body.mpqa-customer-viewall .box-collateral.box-description .pimg {
		margin: 0 auto;
		float: inherit !important;
		display: block;
		width: 50%;
	}

	.header.header8 .table-icon-menu.pull-right .header-wl {
		display: block !important;
		margin-right: 5px !important;
		padding-top: 21px !important;
	}

	.trending-products .owl-carousel .owl-dots {
		display: none;
	}

	/*.header.header8 .col-lg-6.col-md-8.col-xs-12.parent__search {

		 width:auto !important;

	}*/

	html.use-header8.nav-before-open.nav-open .header:not(.header6):not(.header7) .megamenu-content .nav-tabs {
		border-bottom: 1px solid #ddd !important;
	}

	html.use-header8.search-open .search-form .form-search .form.minisearch .input-text {
		padding-left: 155px;
		font-size: 13px;
		letter-spacing: 0;
		background-color: #fff;
		text-align: left;
		color: #878787;
	}

	.header.header8 .table-icon-menu.pull-right .search-form.select-search {
		margin-right: 15px;
		padding-top: 23px !important;
	}

	.header.header8 .table-icon-menu .search-form .actions-search .action-search i.pe-7s-search {
		font-weight: bold;
		font-size: 27px;
	}

	html.use-header8.search-open .search-form .form-search .form.minisearch .input-text::placeholder {
		opacity: 0;
	}

	.header.header8 .vertical-title {
		margin-right: 0px !important;
		font-size: 12px;
		float: left;
		padding: 0 10px;
	}

	.header.header8 .table-icon-menu&gt;div.minicart-wrapper {
		padding: 23px 0px 0px 0px !important;
		min-width: auto;
	}

	.header.header8 .top-header-content {
		padding-bottom: 0px !important;
	}

	.header.header8 .table-icon-menu.pull-right&gt;div.actions-customer {
		padding-top: 0px !important;
		width: 46px;
		line-height: 70px;
		margin-right: 15px;
	}

	#deals-of-the-day-section .title-box {
		height: auto;
	}

	#deals-of-the-day-section .title-box .deals,
	#deals-of-the-day-section .title-box .of-the,
	#deals-of-the-day-section .title-box .day {
		font-size: 18px;
		line-height: normal;
		float: left;
		width: auto;
	}

	#deals-of-the-day-section .title-box .of-the {
		margin-left: 5px;
		margin-right: 5px;
	}

	#deals-of-the-day-section .panel-block-row.col-md-10.col-xs-12.title-v2 {
		clear: both;
		display: block;
		margin-top: 25px;
		margin-bottom: 5px;
	}

	.title-new .content-heading {
		text-align: left;
		margin-bottom: 10px;
	}

	.title-new .content-heading h3.title {
		font-size: 18px;
		padding-left: 0px;
	}

	.view-more {
		line-height: 30px;
	}

	.comp-ad-bnr .margin-bottom30 {
		margin-bottom: 0px;
	}

	.footer.footer2 .middle-footer .container {
		padding: 20px 15px !important;
	}

	.footer .middle-footer div[class*="col-lg"]:not(:last-child) {
		margin-bottom: 20px;
	}

	.footer.footer2 .middle-footer ul.payment-col li {
		display: block;
		margin: 5px 0;
	}

	.footer.footer2 .bottom-footer .copyright address {
		font-size: 12px;
	}

	.footer-newsletter {
		text-align: center;
		margin-bottom: 10px;
	}

	div#placeholder-header {
		height: 100px !important;
	}

	.footer.footer2 .bottom-footer .copyright {
		margin-top: 15px;
	}

	.footer.footer2 .bottom-footer ul.social-menu {
		margin-top: 15px;
	}

	.minicart-wrapper .close-minicart {
		background-color: #6b52a3;
	}

	.block-content .block-dashboard-orders .table-wrapper.orders-recent .table#my-orders-table .thead {
		overflow-x: auto;
	}

	.table-wrapper.reviews {
		overflow-x: auto;
	}

	.table-wrapper.orders-history {
		overflow-x: auto;
	}

	.wk-mp-rma-allrma {
		overflow-x: auto;
	}

	.home-page-slider {
		margin-top: 0px;
	}

	.table-wrapper.field {
		overflow-x: auto;
	}

	.btn-secondary,
	.products-grid .product-item-info .tocart.btn-cart,
	.product.info.detailed div#staticproduct_faq_tab .box-description div#search-bar .search_action button.search_button.action.primary,
	body.mpqa-customer-viewall button.search_button.action.primary,
	.marketplace-product-productlist .modal-footer .action-secondary,
	.action.action-apply,
	.action.action-cancel,
	button.action.action-show-popup,
	button#product-addtocart-button,
	button.wk-add-showcase-btn,
	.btn-default,
	.btn-primary,
	.buttons-set .action.primary,
	button.wk-apply-filter-btn,
	.product.info.detailed div#staticproduct_faq_tab .box-description button.action.primary,
	.product-data-items-content button.action.primary,
	.product-data-items-content input[type=button],
	body.mpqa-customer-viewall button.action.primary,
	body.mpqa-customer-viewall input[type=button],
	.popup-authentication .actions-toolbar .action.primary,
	.popup-authentication .actions-toolbar button,
	button#apple_signin_btn,
	.actions-toolbar .action.primary,
	body.marketplace-seller-collection button.action.tocart.primary,
	.wk-mp-collection-view-btn a,
	body.marketplace-account-dashboard button#askque,
	button.action.primary,
	.modal-popup._show .modal-footer&gt;button,
	body.marketplace-account-dashboard button.askque.button {
		padding: 7px 10px !important;
	}

	.page-wrapper.lazy-loading-img section#maincontent {
		padding-top: 0px;
	}

	div#placeholder-header {
		display: none !important;
	}

	header.header.header8 {
		position: relative !important;
	}

	.header.header8 .table-icon-menu&gt;div.dropdown.dropdown-toplinks {
		position: absolute;
		display: block !important;
		top: 70px;
		z-index: 999;
		right: -23px;
		padding-top: 0 !important;
	}

	.header.header8 .table-icon-menu .dropdown-toplinks .dropdown-toggle&gt;.label {
		display: none;
	}

	.header.header8 .table-icon-menu .header-wl .label {
		display: none;
	}
}



/* start mobile header */

/* end mobile header */

.sales-order-printinvoice #maincontent {
	margin-top: 0;
}

.sales-order-printinvoice .logo img {
	width: auto;
}

.sales-order-printinvoice .feedback_button,
.sales-order-printinvoice .scroll-to-top {
	display: none;
}

.sales-order-print section#maincontent {
	margin-top: 0;
}

.sales-order-print .logo img {
	width: auto;
}

.sales-order-print .logo {
	margin-bottom: 30px;
}

.sales-order-print .feedback_button,

.sales-order-print .scroll-to-top {
	display: none;
}

#shipping-method-buttons-container .button.action.back {
	margin-right: 15px;
}

@media (min-width: 320px) and (max-width: 575px) {

	.customer-account-edit button#customer-deactive-btn {
		position: initial;
		float: left;
		width: 100%;
		top: auto;
		margin-bottom: 50px;
		margin-top: 5px;
	}

	.account section#maincontent .actions-toolbar .primary .btn {
		margin: 5px 0px;
		width: 100%;
	}

	.account section#maincontent .actions-toolbar .primary {
		display: block;
	}

	.customer-account-create form.account.form-create-account .actions-toolbar .row&gt;div,
	.multishipping-checkout-register form.account.form-create-account .actions-toolbar .row&gt;div {
		display: block !important;
		width: 100% !important;
		margin: 5px 0px;
		padding: 0;
	}

	.slideHeighlight .owl-nav {
		top: 30%;
	}

	.slideHeighlight .owl-nav button {
		width: 32px;
		height: 32px;
	}

	.slideHeighlight .owl-nav button span {
		font-size: 32px;
		line-height: 20px !important;
	}

	.header.header8.sticky .middle-header-content {
		box-shadow: 0 0 3px 0 rgb(0 0 0 / 50%);
	}

	.header.header8.sticky .col-lg-6.col-md-8.col-xs-12.parent__search,
	.header.header8.sticky .bottom-header-content {
		display: none !important;
	}

	.header .header-wl.social-center-menu:hover .dropdown-menu {
		opacity: 0 !important;
	}

	.header .header-wl.social-center-menu.social-open .dropdown-menu {
		opacity: 1 !important;
		visibility: visible !important;
	}

	.header.header8 span.livechat-icon {
		width: 26px;
		height: 24px;
	}

	.nav-before-open #mainMenu .level0 a.level0:before {
		display: none;
	}

	.nav-before-open.nav-open .megamenu-content .tab-content nav.navigation .level0 a.level0:hover:before {
		display: none;
		background-color: transparent !important;
		border: none !important;
		right: inherit !important;
		left: 0;
		width: calc(100% - 46px) !important;
	}

	.header.header8 .col-lg-6.col-md-8.col-xs-12.parent__search {
		padding: 0 10px;
	}

	.header.header8 .bottom-header-content .parent__megameu button.action.nav-toggle {
		margin-top: -1px;
		height: 49px;
	}

	.header.header8 .bottom-header-content .bottom-header-block .marketplace-link.country_flag {
		height: 48px;
		padding: 5px 0px !important;
	}

	.header.header8 .bottom-header-content .bottom-header-block .marketplace-link.country_flag .parent_flag {
		position: relative;
	}

	.header.header8 .bottom-header-content .bottom-header-block .marketplace-link.country_flag .parent_flag:after {
		display: inline-block;
		content: "\f107";
		font-size: 15px;
		color: #ffffff;
		font-family: "FontAwesome";
		padding-left: 7px;
		font-weight: 600;
	}

	.header.header8 .bottom-header-content .bottom-header-block .app-link {
		display: none;
	}

	.header.header8 .bottom-header-content .bottom-header-block .marketplace-link.country_flag&gt;.parent_flag&gt;span.icp-color-base {
		display: none;
	}

	/* .header.header8 .bottom-header-content .col-lg-3.col-sm-6.col-xs-12.hidden-xs.hdr-btm-right-col {
		display: block !important;
	} */
	.customer-account-forgotpassword .form-password_forget .required .label,
	.custom-seller-forgotpassword .form-password_forget .required .label {
		width: 100%;
		word-break: break-word;
		white-space: break-spaces;
	}

	div#product-review-container select#sort-order,
	div#product-review-container input#review-keyword {
		width: 62%;
	}

	div#product-review-container div#customer-reviews .block-content .rating-summary.item .rating-label {
		margin-bottom: 0px;
		font-size: 14px;
		font-weight: 600 !important;
	}

	.rating-summary .rating-result:before,
	.rating-summary .rating-result&gt;span:before {
		font-size: 16px;
	}

	div#product-review-container .lof-helpful {
		margin-bottom: 0px !important;
	}

	div#product-review-container .lof-helpful p {
		color: #666;
		margin-top: 10px;
	}

	.block.review-list .review-items li.review-item .review-ratings {
		margin-bottom: 15px !important;
	}

	div#product-review-container .review-content .lof-review-gallery {
		margin-top: 15px;
	}

	div#product-review-container .lof-review-customize {
		margin-bottom: 15px;
	}

	div#product-review-container .block.review-list .review-details .review-date {
		margin-left: 0px;
		color: #666;
	}

	div#product-review-container .lof-review-customize p {
		margin: 0px;
		font-weight: 500;
	}

	.header.header8 .table-icon-menu.pull-right .search-form.select-search {
		display: none !important;
	}

	.header.header8 .dropdown-toplinks .dropdown-toggle&gt;.label,
	.header.header8 .header-wl .socail-custom&gt;.label,
	.header.header8 .minicart-wrapper .action.showcart&gt;.label,
	.header.header8 .table-icon-menu&gt;div.returns-orders a&gt;.label {
		display: none !important;
	}

	.header.header8 .table-icon-menu.pull-right .header-wl {
		padding-top: 30px !important;
		margin-right: 20px !important;
	}

	/*    .header.header8 .table-icon-menu&gt;div.minicart-wrapper{
    	padding: 32px 0px 0px 0px !important;
    }*/
	/*    .header.header8 .table-icon-menu&gt;div.dropdown.dropdown-toplinks, 
    .header.header8 .table-icon-menu .dropdown-toplinks, 
    .header.header8 .table-icon-menu&gt;div.header-wl, 
    .header.header8 .table-icon-menu&gt;div.returns-orders{
	    margin-right: 40px !important;
    }*/
	.header.header8 .table-icon-menu&gt;div.dropdown.dropdown-toplinks {
		top: 30px !important;
	}

	.header.header8 .col-lg-3.col-md-2.col-xs-6.logo-header .slogan {
		font-size: 7px !important;
		width: 100% !important;
	}

	.header.header8 .table-icon-menu.pull-right .header-wl {
		display: block !important;
		padding-top: 0px !important;
		margin-right: 5px !important;
	}
}

@media(max-width: 480px) {
	.header.header8 .bottom-header-content .parent__megameu .nav-toggle {
		display: inline-block;
		position: inherit;
	}

	#register-as-seller .actions-toolbar .margin-top15:last-child {
		padding-left: 15px !important;
	}

	.header.header8 .search-form .form-search .form.minisearch .input-text {
		padding: 5px 10px !important;
	}
}

@media (min-width: 320px) and (max-width: 372px) {
	.header.header8 .middle-header-content .logo-header .dropdown-switcher {
		margin-left: 10px !important;
	}

	.header.header8 .middle-header-content .logo-header .dropdown-switcher .switcher-toggle {
		font-size: 13px;
		padding: 2px 5px !important;
	}

	/*.header.header8 .table-icon-menu.pull-right .header-wl {
        display: block !important;
	    margin-right: 5px !important;
	    padding-top: 22px !important;
    }*/
	/*.header.header8 .table-icon-menu.pull-right .search-form.select-search {
        margin-right: 15px;
        padding-top: 20px !important;
        display: block !important;
    }*/
	.header.header8 .table-icon-menu&gt;div.minicart-wrapper {
		/*padding: 37px 0px 0px 0px !important;*/
		min-width: auto;
	}

	/*.header.header8 span.user-icon{
        width: 18px !important;
        height: 18px !important;
        margin-top: 2px !important;
        margin-right: 5px !important;
    }*/
	.header.header8 span.livechat-icon {
		width: 18px !important;
		height: 18px !important;
	}
}

.page-layout-seller-login form .label,
.page-layout-seller-login form .label {
	color: #000 !important;
}

.best-seller-section .attribute-products-list&gt;.block-content {
	display: flex;
	flex-wrap: wrap;
}

.best-seller-section .list-products .product-item-info {
	margin-bottom: 0px;
	height: 100%;
}

.best-seller-section .list-products .list-product-col {
	margin-bottom: 20px;
	padding-left: 10px !important;
	padding-right: 10px;
}

.marketplace-registration-index .wk-mp-header .wk-mp-header-container h1 {
	color: #000 !important;
}

.marketplace-registration-index .wk-mp-header .wk-mp-header-container h2 {
	color: #6b52a3 !important;
}

.middle-header-content&gt;.container&gt;.row&gt;.logo-header {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.marketplace-registration-index .page-wrapper.lazy-loading-img section#maincontent {
	padding: 0px;
	min-height: unset;
}

.wk-mp-landingpage .form.create.account .fieldset.create.account {
	margin-top: 0;
}

div.lazy-loading-img .page-main&gt;div.row {
	margin-right: -15px;
}

.products-list .product-item-info .product-image-content a.photo {
	padding-bottom: 100% !important;
}

div#placeholder-header {
	display: none;
}

.header {
	position: static !important;
}

.account div.lazy-loading-img .page-main&gt;div.row {
	margin-bottom: 30px;
}

.custom-landing-page&gt;p {
	margin-bottom: 0;
	display: block;
	clear: both;
}

.custom-landing-page .custom-policies .col-lg-3 {
	background: #f8f7fd !important;
	padding: 25px 0px;
}

.custom-landing-page .custom-policies .col-lg-3 .policy-card,
.custom-landing-page .custom-policies .policy-card:hover {
	background: transparent !important;
}

.custom-landing-page .custom-policies .policy-card {
	background: transparent;
	padding: 0;
	margin-bottom: 10px;
}

.custom-landing-page .policy-card span.icon {
	text-align: center;
	margin: auto;
	padding-bottom: 0px;
	display: flex;
	min-height: 30px;
	height: 30px;
}

.custom-landing-page .custom-policies .col-lg-3 p {
	margin-bottom: 0px;
}

.custom-landing-page .service-section .wk-list-container-wrapper.wk-text-transform-left {
	padding-bottom: 0;
}

.custom-landing-page .service-card .service-card-hover {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	padding: 40px 25px;
}

.custom-landing-page .service-card .service-card-hover .wk-layout2-box-span-container {
	padding: 0px !important;
}

.custom-landing-page .service-card .service-card-hover .wk-icon-div {
	padding: 0px;
	min-height: 110px;
	height: 100%;
}

.custom-landing-page .service-section .service-card {
	padding: 0px;
}

.custom-landing-page .service-section .service-card .service-icon {
	width: 70px;
	height: 70px;
	display: flex;
	text-align: center;
	border-radius: 50%;
	background-color: #fff;
	border: 1px solid #fff;
	transition: 0.3s ease;
	margin: 15px auto;
	min-height: 70px;
	justify-content: center;
	align-items: center;
}

.bottom-header-block .marketplace-link.country_flag .parent_flag,
.bottom-header-block .marketplace-link.country_flag .marketplace_flag {
	cursor: pointer;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.custom-landing-page .signup-section .container .row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.custom-landing-page .signup-section .container .row&gt;div {
	padding: 0px !important;
	margin: 0px !important;
	height: fit-content;
}

.custom-landing-page .wk-list-container-wrapper {
	padding-bottom: 0px !important;
}

#mainMenu .level0 a.level0 {
	color: #ffffff !important;
}

p:empty {
	display: none;
}

.products-grid .product-item-info .tocart.btn-cart {
	width: 135px;
	padding: 0 !important;
	height: 42px !important;
}

.products-grid .product-item-info .product-top:hover .tocart.btn-cart {
	padding: 0px !important;
	height: 42px !important;
}

.header .dropdown-switcher .dropdown-menu li&gt;a img {
	display: none;
}

body.account.wishlist-index-index div.tabcontent .products-grid ol .product.details.product-item-details .actions-secondary .share-box button {
	margin: 0;
}

.account .share-box {
	vertical-align: top;
}

body.account.wishlist-index-index div.tabcontent .products-grid ol {
	display: flex;
	flex-wrap: wrap;
}

body.account.wishlist-index-index div.tabcontent .products-grid ol li {
	width: 33.33333333%;
	display: inline-block;
	vertical-align: top;
}

body.account.wishlist-index-index div.tabcontent .products-grid .mw-button-actions {
	width: 100%;
}

body.account.wishlist-index-index div.tabcontent .mw-button-actions .all-to-cart-main button:hover {
	border-width: 2px !important;
}

.wk-buyer-rma-table .wk-table-head-action select {
	width: 120px;
}

div#searched-image img {
	max-width: 100%;
}

#minicart-content-wrapper .sharecart a {
	color: #fff !important;
	background-color: #6b52a3 !important;
	border-radius: 60px !important;
	border: 2px solid #6b52a3 !important;
	box-shadow: none !important;
	font-weight: 600 !important;
	padding: 8px 25px !important;
	line-height: 22px !important;
	height: inherit !important;
	width: 100% !important;
	margin-bottom: 15px;
	display: block;
	opacity: 1 !important;
	min-width: 110px !important;
	max-width: 260px;
}

#minicart-content-wrapper .sharecart a:hover {
	background-color: #8379be !important;
	border: 2px solid #8379be !important;
	color: #fff !important;
	box-shadow: none !important;
}

.btn {
	white-space: normal;
}

.header.header8 .bottom-header-content .bottom-header-block .app-link {
	margin-left: 33px;
	order: 1;
}

.how-it-works-link {
	float: right;
	padding: 0px;
	margin-right: 59px;
	order: -1;
}

.how-it-works-link-a {
	color: #fff;
	font-size: 15px;
}

.header.header8 .bottom-header-content .bottom-header-block .marketplace-link a.mkplc-button img {
	margin-right: 4px;
	float: left;
	margin-top: 3px;
}

.header .dropdown-toplinks .dropdown-toggle {
	line-height: normal;
}

.header.header8 .bottom-header-content .bottom-header-block .marketplace-link.country_flag {
	order: 0;
	margin-right: 0;
	padding: 13px 0px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: end;
}

.header.header8 .bottom-header-content .bottom-header-block .marketplace-link.country_flag ul.sub-nav {
	position: absolute;
	top: 100%;
	z-index: 11;
	background: #e6d3e4;
}

.toolbar .sorter {
	white-space: normal;
}

.toolbar .modes,
.toolbar .sorter {
	flex: 0 0 auto;
}

.toolbar .limiter {
	flex: 0 0 auto;
	margin: 0 auto;
}

.custom-landing-page&gt;p img {
	width: 100%;
	height: auto;
}

.custom-landing-page .sign-up-btn span.middle {
	padding-right: 0px;
}

.toolbar select {
	line-height: 40px;
}

.toolbar .sorter .sorter-options,
.toolbar .sorter .sorter-action {
	vertical-align: top;
}

.catalog-product-view .lazy-loading-img .page-main&gt;div.row {
	margin-right: -15px;
}

.product.info.detailed {
	margin-bottom: 30px;
}

.checkout-cart-index .cart.main.actions button.download.cart {
	background: #6b52a3;
	border: 2px solid #6b52a3;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding: 8px 25px;
	border-radius: 60px;
	min-width: 110px;
	margin-left: 15px;
	line-height: 22px;
}

.checkout-cart-index .cart.main.actions button.download.cart:hover {
	background-color: #8379be !important;
	border: 2px solid #8379be !important;
	color: #fff !important;
	box-shadow: none !important;
}

.header.header8 .bottom-header-content .bottom-header-block .marketplace-link.country_flag span {
	color: #fff;
	font-size: 14px;
	line-height: normal;
}

.header.header8 .bottom-header-content .bottom-header-block .marketplace-link.country_flag img {
	vertical-align: top;
	margin-right: 3px;
}

.header.header8 .bottom-header-content .bottom-header-block .marketplace-link.country_flag ul.sub-nav {
	position: absolute;
	top: 100%;
	z-index: 11;
	background: #fff;
	width: 140px;
	right: 0;
}

.header.header8 .bottom-header-content .bottom-header-block .marketplace-link.country_flag ul.sub-nav a {
	display: flex;
	padding: 5px 10px;
	text-align: left;
	flex-wrap: wrap;
	align-items: center;
}

.header.header8 .bottom-header-content .bottom-header-block .marketplace-link.country_flag ul.sub-nav li {
	border-bottom: 1px solid #6b52a3;
}

.header.header8 .bottom-header-content .bottom-header-block .marketplace-link.country_flag ul.sub-nav li:last-child {
	border-bottom: none;
}

.header.header8 .bottom-header-content .bottom-header-block .marketplace-link.country_flag ul.sub-nav li span {
	color: #333;
}

#shipping-method-buttons-container {
	margin-bottom: 25px;
}

.opc-block-shipping-information {
	margin-bottom: 25px;
}

.payment-option.discount-code .form-discount .actions-toolbar&gt;div {
	margin-right: 0px;
}

.payment-option.discount-code .form-discount .actions-toolbar .action {
	border: none !important;
}

.hidden-xs .bottom-header-block .marketplace-link.country_flag .parent_flag span:after,
.hidden-xs .bottom-header-block .marketplace-link.country_flag .marketplace_flag span:after {
	display: inline-block;
	content: "\f107";
	font-size: 15px;
	color: #ffffff;
	font-family: "FontAwesome";
	padding-left: 7px;
	font-weight: 600;
}

body .wk-mp-landingpage .form.create.account .info .field.field-name-lastname,
body .wk-mp-landingpage .form.create.account .account .confirmation {
	padding-right: 15px !important;
}

div#wk-termsconditions-box .input-box {
	display: flex;
	align-items: flex-start;
}

.wk-mp-landingpage #wk-termsconditions-box label {
	margin-left: 10px;
	line-height: normal;
}

.customer-account-create #wk-termsconditions-box label {
	margin-left: 10px;
	line-height: normal;
}

.field.email_address.required {
	padding-right: 10px;
}

.field.email_address_confirmation.required {
	padding-left: 10px;
}

.wk-mp-landingpage .form.create.account .account .password,
.wk-mp-landingpage .form.create.account .account .confirmation {
	margin-bottom: 10px !important;
}

.actions-toolbar.padding-top15 .row .margin-top15 {
	width: 100%;
}

.success-ajax--popup .mfp-inline-holder .mfp-content {
	max-width: 100%;
}

.payment-option.discount-code .payment-option-title:after {
	bottom: 50%;
	transform: translate(0px, 50%);
}

.btn {
	font-size: 14px;
}

#my-orders-table thead tr th {
	white-space: normal;
	min-width: 110px;
}

#my-orders-table thead tr th input {
	margin-bottom: 0;
}

#my-orders-table thead tr th:last-child {
	padding: 15px 0;
}

#my-orders-table input[type="text"]::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #878787;
}

#my-orders-table input[type="text"]::-moz-placeholder {
	/* Firefox 19+ */
	color: #878787;
}

#my-orders-table input[type="text"]:-ms-input-placeholder {
	/* IE 10+ */
	color: #878787;
}

#my-orders-table input[type="text"]:-moz-placeholder {
	/* Firefox 18- */
	color: #878787;
}

.table-order-items .btn-primary:first-child {
	margin-right: 0;
}

.order-details-items .table-wrapper tbody tr td img {
	width: auto;
	max-width: 100%;
}

body.account.wishlist-index-index div.tabcontent .products-grid .mw-button-actions .all-to-cart-main {
	margin-right: 0 !important;
}

body.account.wishlist-index-index div.tabcontent .products-grid .mw-button-actions form:first-child {
	margin-left: 0px !important;
}

#add-new input#new-name {
	vertical-align: top;
}

#add-new #add-wishlist {
	height: 40px !important;
	line-height: normal !important;
}

.field&gt;.label,
.form-group&gt;.label,
.field&gt;label,
.form-group&gt;label {
	vertical-align: top;
	line-height: normal;
}

.control.customer-dob {
	position: relative;
}

.ui-datepicker {
	min-width: 23%;
	max-width: 280px;
}

.control.customer-dob .ui-datepicker-trigger {
	position: absolute;
	z-index: 9;
	width: 100%;
	left: 0;
	line-height: 42px;
	border: none;
	background: transparent;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: end;
	top: 0;
	margin: 0;
	height: 38px;
	padding: 0px 10px;
}

.control.customer-dob .ui-datepicker-trigger span {
	display: none;
}

.form-edit-account .field.choice input {
	top: 0;
}

.control.customer-dob .ui-datepicker-trigger:hover {
	color: #000;
}

.customer-account-edit .ui-datepicker .ui-datepicker-title {
	margin: 0 1.3em;
}

.password-strength-meter {
	height: auto;
	min-height: 32px;
	line-height: normal;
}

.field.choice .control,
.form-group.choice .control,
.field.choice&gt;input,
.form-group.choice&gt;input {
	top: 0px;
}

.hidden-xs .bottom-header-block .marketplace-link.country_flag .parent_flag span:after {
	display: inline-block;
	content: "\f107";
	font-size: 15px;
	color: #ffffff;
	font-family: "FontAwesome";
	padding-left: 7px;
	font-weight: 600;
}

.bottom-header-block .marketplace-link.country_flag .parent_flag {
	cursor: pointer;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.pci-dss-info-block {
	margin: 0px 15px 15px 0px;
}

#pci-svg {
	left: 0;
}

.pci-dss-info-text {
	width: calc(100% - 26px);
	vertical-align: top;
	top: 0;
}

#my-orders-table thead tr th #start-date {
	width: 110px;
}

span.product-image-container {
	width: 100% !important;
}

.seller_profile_about_us.cms-index-index span.product-image-container {
	width: auto !important;
}

.seller_profile_about_us.cms-index-index span.product-image-wrapper {
	padding-bottom: 10px !important;
}

.seller_profile_about_us.cms-index-index img.product-image-photo {
	width: 100% !important;
}

.page-print.account.sales-order-printinvoice span.action.nav-toggle {
	display: none;
}

.product-detail-infomation-sticky-parent .product-detail-media .product.item-image {
	background: #fff !important;
}

.seller_profile_about_us section#maincontent {
	padding: 0px !important;
}

.minicart-wrapper .block-content .minicart-items-wrapper {
	overflow: auto;
}

.block-customer-login form&gt;.actions-toolbar&gt;.primary .btn:hover {
	color: #fff !important;
}

.checkout-shipping-method {
	margin-bottom: 20px;
}

.seller_view_page .panel.header {
	margin-bottom: 0px;
	box-shadow: none;
	border: none;
}

.seller_view_page .panel.wrapper {
	border: none;
	box-shadow: none;
}

.marketplace-add-banner-image img {
	max-width: 100%;
}

.header.header8 .vertical-menu-widget:first-of-type {
	display: none;
}

.header.header8 .vertical-menu-widget:last-of-type {
	display: block;
}

div.lazy-loading-img .page-main&gt;div.row {
	margin-right: -15px;
}

.header .dropdown-toplinks .dropdown-toggle img {
	vertical-align: top;
	max-height: 27px;
}

.header .dropdown-toplinks .dropdown-toggle span {
	display: inline-block;
	vertical-align: top;
}

.header .dropdown-toplinks.wk-social-center .dropdown-toggle img {
	max-height: 28px;
}

.marketplace-account-login div.lazy-loading-img .page-main&gt;div.row {
	margin-right: 0px;
	margin-left: 0px;
}

.marketplace-account-login div.lazy-loading-img .page-main&gt;div.row&gt;.column.main {
	padding-left: 0px;
	padding-right: 0px;
}

.header .dropdown-toplinks .dropdown-toggle&gt;span {
	float: left;
	margin-right: 7px;
}

.header.header8 .minicart-wrapper .action.showcart&gt;.counter.qty.empty {
	display: none;
}

.wk-partner-with-us.row {
	margin-left: 0px;
	margin-right: 0px;
}

.wk-partner-with-us .wk-list-container-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin-left: -12.5px;
	margin-right: -12.5px;
}

.wk-partner-with-us .wk-partner-with-us-icons {
	margin-left: 12.5px;
	margin-right: 12.5px;
	width: calc(25% - 25px);
	padding: 30px 15px;
	height: auto;
}

.wk-partner-with-us .wk-partner-with-us-icons .wk-icon-img-div img {
	margin-top: 15px !important;
	margin-bottom: 30px;
}

.header.header8 .middle-header-content .logo-header .dropdown-switcher+.dropdown-switcher {
	display: none;
}

.cms-page-view #maincontent&gt;.row&gt;.col-lg-12 {
	padding-left: 0px;
	padding-right: 0px;
}

.catalog-category-view .page-wrapper .page-title-wrapper.image,
.catalog-product-view .page-wrapper .page-title-wrapper.image {
	background-image: none;
	min-height: auto !important;
}

.wk-mp-page-header-hgroup&gt;.page-title-wrapper&gt;.container {
	padding: 0;
}

.wk-mp-notification .wk-mp__action-dropdown {
	border: none;
}

.page-title-wrapper .order-date {
	z-index: 1;
}

.page-title-wrapper h1 {
	z-index: unset;
}

.account .wk-mp-home&gt;a,
.marketplace-account-notification .wk-mp-page-header-actions .wk-mp-home&gt;a {
	margin: 24px 0;
	padding: 0;
	line-height: normal;
	display: inline-block;
	vertical-align: top;
	width: 24px;
	height: 23px;
	border: none;
}

.wk-mp-home&gt;a:after {
	line-height: 2.2rem;
}

.wk-mp-page-header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.data-grid-filters-action-wrap .action-default {
	padding-top: 3px;
	line-height: 19px;
	padding-bottom: 3px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.download-app-blocks .app-link {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	display: block;
	float: right;
	background-color: #6b52a3;
	line-height: normal;
	padding: 13.5px 20px;
	margin-left: 33px;
	cursor: pointer;
}

.header.header8 .bottom-header-content .download-app-blocks .app-link {
	margin-left: 0px;
}

.download-app-blocks {
	margin-left: 33px;
	float: right;
}

.bottom-header-content .col-lg-9 {
	text-align: right;
}

.download-app-close a {
	font-size: 34px;
	line-height: normal;
	display: inline-block;
	vertical-align: top;
}

.download-app-close {
	text-align: right;
}

.download_content_info {
	background: #fff;
	border-radius: 8px;
	max-width: 500px;
	margin: 0 auto;
	max-height: 100%;
	overflow: auto;
}

.download-popup-scrollbar {
	overflow: hidden;
}

.modal-popup.download_modal .modal-inner-wrap header.modal-header {
	background: none !important;
}

.download_modal.modal-popup._show .modal-inner-wrap div.modal-content {
	box-shadow: none;
}

.download_modal .action-close:before {
	margin: 0 !important;
	border: none;
	padding: 4px 0;
}

.download_modal .modal-footer {
	display: none;
}

.download_modal .action-close:hover:before {
	color: #fff !important;
}

/*.header.header8 .dropdown-toplinks .dropdown-toggle&gt;.label{ max-width: calc(100% - 29px); white-space: normal; } 
.header.header8 .header-wl a&gt;.label span.hdr-nav-line-1, .header.header8 .header-wl a&gt;.label span.hdr-nav-line-2{ max-width: calc(100% - 40px);
    display: inline-block;
    white-space: normal;
    line-height: 13px; }
.header.header8 .header-wl a&gt;.label{ max-width: calc(100% - 33px); display: inline-block; white-space: normal;}*/

/* Responsive Css start 2022-03-26 */

@media (min-width: 410px) {
	.wk-mp-notification .wk-mp__action-dropdown {
		margin: 24px 29px;
		padding: 0px;
		border: none;
		line-height: 21px;
		width: 19px;
		text-indent: -2px;
		height: 21px;
	}
}

@media (max-width: 1250px) {
	.header.header8 .middle-header-content .logo-header .dropdown-switcher {
		margin-right: 0;
	}
}

@media (max-width: 1199px) {

	.header:not(.header6):not(.header7) .navigation .nav-main-menu li&gt;ul.dropdown-menu li.level1 a:hover:before,
	#mainMenu .level0 a.level0:hover:before {
		opacity: 0;
		right: 0;
	}

	html.use-header8.nav-before-open.nav-open #mainMenu .level0 a.level0 {
		color: #272727 !important;
	}

	.parent__megameu .megamenu-content .mobile_country_flag .mobile_parent_flag {
		padding: 14px 0px 14px 15px;
		border-bottom: 1px solid #ddd;
		cursor: pointer;
	}

	.parent__megameu .megamenu-content .mobile_country_flag .mobile_parent_flag span.icp-color-base:after {
		display: inline-block;
		content: "\f107";
		font-size: 12px;
		font-family: "FontAwesome";
		padding-left: 7px;
	}

	.parent__megameu .megamenu-content .mobile_country_flag .mobile-sub-nav {
		padding-left: 15px;
	}

	.header.header8 .bottom-header-content .parent__megameu .nav-toggle {
		display: block;
		background: #56cfe1;
		z-index: 1;
	}

	a.feedback_button {
		height: 30px !important;
		line-height: 30px !important;
		padding: 0 10px !important;
		font-size: 16px !important;
		right: inherit !important;
		left: -17px !important;
	}

	.nav-open header.header {
		z-index: 101;
	}

	.header:not(.header6):not(.header7) .nav-main-menu li&gt;a+.toggle-menu {
		width: 45px;
		z-index: 2;
	}

	.header:not(.header6):not(.header7) .nav-main-menu li&gt;ul.sub-menu&gt;li&gt;a,
	.header:not(.header6):not(.header7) .nav-main-menu li&gt;ul.dropdown-menu&gt;li a {
		padding-left: 25px !important;
	}

	.deals-of-the-day-section .title-box .deals {
		font-size: 40px;
		line-height: 40px;
	}

	.deals-of-the-day-section .title-box .of-the {
		font-size: 18px;
		line-height: 20px;
	}

	.deals-of-the-day-section .title-box .day {
		font-size: 40px;
		line-height: 40px;
	}

	.deals-of-the-day-section .title-box {
		display: flex;
		flex-wrap: wrap;
		align-content: center;
	}

	.list-products .product-item-info .product-image {
		width: 110px;
	}

	.header.header8 .minicart-wrapper .action.showcart:before {
		margin-right: 0px;
	}

	.middle-header-content&gt;.container&gt;.row {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

	.header.header8 .table-icon-menu&gt;div.dropdown.dropdown-toplinks {
		z-index: 1;
		display: block !important;
		padding: 0 !important;
		margin-right: 15px;
		position: static !important;
	}

	.header.header8 .dropdown-toplinks .dropdown-toggle&gt;.label {
		display: none;
	}

	.header.header8 span.user-icon {
		margin-right: 0;
	}

	.header.header8 .table-icon-menu&gt;div.minicart-wrapper {
		padding-top: 0px !important;
		margin-top: 0 !important;
	}

	.header.header8 span.user-icon {
		width: 21px;
		height: 25px;
	}

	.header.header8 .middle-header-content .logo-header .logo {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
		min-height: unset;
		margin: 0;
	}

	.slogan {
		margin-top: 0px;
		width: 100% !important;
		order: 1;
	}

	.middle-header-content {
		padding: 10px 0px;
	}

	nav.navigation {
		display: none;
	}

	.nav-open nav.navigation {
		display: block;
	}

	header.header.header8.active-sticky .table-icon-menu.pull-right&gt;div {
		padding: 0px !important;
	}

	header.header.header8.active-sticky .slogan {
		margin-top: -13px;
	}

	header.header.header8.active-sticky .logo-header .vertical-menu-widget {
		margin-left: 20px;
	}

	header.header.header8.active-sticky .logo-header {
		width: auto;
	}

	header.header.header8.active-sticky .col-lg-6.col-md-8.col-xs-12.parent__search {
		width: auto;
	}

	.middle-header-content&gt;.container&gt;.row&gt;.logo-header {
		width: 35%;
	}

	.header.header8 .middle-header-content .logo-header .dropdown-switcher {
		align-self: end;
	}

	.header .dropdown-toplinks:hover .dropdown-menu {
		opacity: 0;
	}

	.header .dropdown-toplinks.open .dropdown-menu {
		opacity: 1;
		visibility: visible;
	}

	.header.header8 .table-icon-menu&gt;div.dropdown.dropdown-toplinks .dropdown-backdrop {
		display: none;
	}

	.toolbar .form-item-select {
		width: calc(100% - 70px);
	}

	.order-items tr td.image {
		height: auto;
	}

	.orders-history .table-order-items tbody tr td,
	.orders-history .table-order-items thead tr th,
	.items.order-links li a,
	.order-details-items .table-wrapper tbody tr td {
		white-space: normal;
	}

	.order-details-items .table-wrapper tbody tr td:first-child {
		width: auto;
	}

	.order-details-items .table-wrapper tbody tr td.image img {
		width: 120px;
		max-width: 100%;
	}

	.wk-mprma-fieldset.table-wrapper .wk-buyer-rma-table th {
		padding: 15px 5px;
	}

	.list-products .product-item-info .product-item-details {
		width: calc(100% - 110px);
	}

	.header .dropdown .dropdown-toggle {
		line-height: normal;
		font-size: unset;
	}

	.header.header8 .bottom-header-content .col-lg-9 {
		width: auto;
		float: right;
	}

	.header.header8 .bottom-header-content .col-lg-3 {
		width: auto;
	}

	.header.header8 .bottom-header-content .col-lg-3 .container {
		width: auto;
	}

	.toolbar .field.limiter .form-item-select {
		width: 100%;
	}

	.account .btn {
		padding: 8px 18px !important;
	}

	.order-details-items .table-wrapper tbody tr td:first-child {
		width: auto;
		height: auto;
	}

	#my-orders-table thead tr th button#submit {
		margin-bottom: 15px;
	}

	.footer.footer2 .bottom-footer .copyright address {
		line-height: normal;
	}

	.header:not(.header6):not(.header7) .megamenu-content .dropdown-switcher .dropdown-menu {
		position: relative;
		left: 0;
		width: 100%;
	}

	.header:not(.header6):not(.header7) .megamenu-content .dropdown-switcher a {
		padding: 14px 25px;
		font-size: 14px;
	}

	.header:not(.header6):not(.header7) .megamenu-content .dropdown-switcher {
		border-bottom: none;
	}

	.header:not(.header6):not(.header7) .megamenu-content .dropdown-switcher .switcher-toggle {
		border-bottom: 1px solid #ddd;
	}

	.checkout-cart-index .checkout-extra&gt;.block+.block&gt;.title {
		margin-top: 68px;
	}

	.header.header8.active-sticky .middle-header-content {
		position: static;
	}

	header.header.header8.active-sticky .logo-header .vertical-menu-widget .vertical-title {
		font-size: 17px;
		padding: 0 28px;
	}

	.header.header8 .table-icon-menu&gt;div.dropdown.dropdown-toplinks.open {
		z-index: 9;
	}

	.header .dropdown-toplinks .dropdown-toggle&gt;span {
		margin-right: 0;
	}

	.wk-partner-with-us .wk-partner-with-us-icons {
		height: auto;
		padding: 25px 15px;
	}

	.header.header8 .table-icon-menu .dropdown.dropdown-toplinks.wk-social-center {
		display: none !important;
	}

	.footer .middle-footer {
		max-width: 100%;
		padding: 0 30px !important;
	}

}

@media (min-width: 768px) {
	.mfp-mgs-quickview-frame .product-detail-infomation {
		display: inline-table;
		margin-bottom: 00px;
		height: auto;
	}

	.marketplace-account-login .wk-login-main-content .wk-forgot-password-wrapper {
		float: left !important;
	}

	.marketplace-account-login #maincontent.container {
		width: 780px;
		padding: 0 15px !important;
	}
}

@media(min-width: 992px) {
	.catalogsearch-result-index .page-title-wrapper .h1 {
		line-height: normal;
	}

	.catalogsearch-result-index .page-title-wrapper {
		min-height: 198px;
		justify-content: center;
		display: flex;
		align-items: center;
	}

	.marketplace-account-login #maincontent.container {
		width: 1000px;
		padding: 0 15px !important;
	}

	.cms-page-view #maincontent {
		width: 1000px !important;
		max-width: 100%;
		padding: 0 15px;
	}

	.container {
		max-width: 100%;
	}
}

@media (min-width: 1200px) {
	.marketplace-account-login #maincontent.container {
		width: 1230px !important;
		max-width: 100%;
		padding: 0 15px !important;
	}

	.cms-page-view #maincontent {
		width: 1230px !important;
		max-width: 100%;
		padding: 0 15px;
	}
}

@media (max-width: 768px) {
	.checkout-index-index .modal-popup._show .modal-inner-wrap {
		background-color: #fff;
		width: 90% !important;
	}

	.product.info.detailed .item.content .table.additional-attributes tr th {
		padding: 8px;
	}

	.wk-mp-collection-header-box .customer_details .customer_follow_btn {
		padding: 6px !important;
		min-width: 110px !important;
	}

	.wk-mp-collection-header-box .wk-mp-collection-logo {
		height: 110px;
		bottom: 0%;
		width: 110px;
		object-fit: cover;
	}

	.wk-mp-collection-header-box .wk-mp-collection-seller-title-container .wk-mp-collection-seller-title {
		padding-right: 5px !important;
		padding-left: 50px !important;
		font-size: 20px;
	}

	.wk-mp-collection-header-right-wrapper {
		float: right;
		margin-top: 0px;
	}

	.wk-mp-collection-header-box .wk-mp-collection-seller-title-container {
		float: left;
		width: auto !important;
	}

	.header.header8 .search-form .form-search .form.minisearch {
		max-width: calc(100% - 10px);
		border: none;
		background: #6b52a3 !important;
		border-radius: 0;
		padding: 2px !important;
		margin: 5px 5px 0px !important;
	}

	.header.header8 .col-lg-6.col-md-8.col-xs-12.parent__search {
		width: 100% !important;
		order: 3;
		padding: 0px 10px;
	}

	.header.header8 .search-form .form-search .form.minisearch .input-text {
		background: #fff;
		padding-left: 11px !important;
		text-align: left;
		padding-right: 75px !important;
	}

	.header.header8 .parent__search .search-form .form-search .form.minisearch .btn-search {
		right: 0px;
		height: 40px !important;
		margin: 0;
		top: 2px !important;
	}

	.search-category {
		display: none;
	}

	.header.header8 .search-form .form-search .form.minisearch div#icon {
		top: 50% !important;
		transform: translate(0px, -50%);
		line-height: 14px;
	}

	.header.header8 .search-form .form-search .form.minisearch div#icon {
		right: 50px !important;
	}



	.header.header8 .middle-header-content .logo-header .dropdown-switcher {
		margin-top: 12px;
		margin-left: 15px;
		align-self: flex-start;
	}

	.catalogsearch-result-index .page-wrapper .page-main .wk-image-search #related-suggestions&gt;a span.wk-search-terms {
		margin: 4px;
	}

	.catalogsearch-result-index .page-wrapper .page-title-wrapper {
		padding: 5px 0px !important;
	}

	.catalogsearch-result-index .page-wrapper .page-title-wrapper .page-header.h1&gt;.base {
		font-size: 21px;
	}

	.catalogsearch-result-index .page-wrapper .page-main .wk-image-search #searched-image {
		margin-left: 4%;
	}

	.header.header8 .bottom-header-content .parent__megameu .navigation .nav-main-menu ul.dropdown-menu.active ul li span.toggle-menu&gt;a {
		padding-left: 0px !important;
	}

	.catalog-product-view .page-wrapper .page-title-wrapper,
	.catalog-category-view .page-wrapper .page-title-wrapper {
		min-height: 120px !important;
		padding: 0px !important;
	}

	main .page-wrapper .page-title-wrapper {
		padding: 0px !important;
		min-height: 110px;
	}

	.page-wrapper .page-title-wrapper span.page-header.h1 {
		line-height: 1.2;
	}

	main .page-wrapper .page-title-wrapper {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	body.customer-account-login .page-wrapper .page-title-wrapper,
	body.contact-index-index .page-wrapper .page-title-wrapper,
	body.customer-account-create .page-wrapper .page-title-wrapper {
		padding: 0px !important;
	}

	.customer-account-login .page-wrapper .page-title-wrapper,
	.contact-index-index .page-wrapper .page-title-wrapper,
	.customer-account-create .page-wrapper .page-title-wrapper {
		min-height: 110px !important;
		padding: 0px !important;
	}

	.catalog-product-view .page-wrapper .page-title-wrapper,
	.catalog-category-view .page-wrapper .page-title-wrapper {
		min-height: 110px !important;
		padding: 0px !important;
	}

	.page-title-wrapper h1,
	.page-title-wrapper .h1 {
		line-height: 110px;
	}

	body.catalog-category-view .page-wrapper .page-title-wrapper {
		padding: 0px !important;
	}

	.products-list .product-image-photo.img-thumbnail {
		position: relative;
	}

	.products-list .product-item-info.product-item .row .col-md-3 {
		width: 40%;
	}

	.products-list .product-item-info.product-item .row .col-md-9 {
		width: 60%;
	}

	.products-list .product-item-info.product-item .row .col-md-9 .padding-top20 {
		padding-top: 0px;
	}

	.products-list .product-item-info .product-item-details .product-item-name {
		margin-bottom: 5px;
	}

	.products-list .product-item-info .product-item-details .actions-link {
		margin-top: 8px;
	}

	.page-products .products-list .product-item-info .product-item-details .actions-link .action.tocart {
		padding: 5px 15px !important;
		font-size: 12px;
	}

	.products-list .full-review.product-reviews-summary .reviews-actions {
		line-height: 1.1;
		font-size: 13px;
	}

	.products-list .product-item-info .product-item-details .price-box .price {
		font-size: 13px;
	}

	.products-list .product-item-info .product-item-details .actions-link li+li:not(:empty) {
		margin-left: 10px;
		line-height: 36px;
	}

	.products-list .product-item-info .product-item-details .actions-link .action {
		line-height: 25px;
		height: 25px;
		min-width: 25px;
		font-size: 13px;
	}

	.seller_profile_about_us .about_us .seller_total_followers {
		padding-right: 5px !important;
		padding-left: 50px !important;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {

	.header.header8 .bottom-header-content .parent__megameu .navigation .nav-main-menu li.dropdown ul.dropdown-menu li ul li a:hover,
	html.use-header8.nav-before-open.nav-open #mainMenu .level0 a.level0:hover {
		color: #6b52a3 !important;
	}

	.form-login-page-wk .login-logo a img.login-logo-img {
		max-width: 160px;
	}

	.marketplace-account-login .form-login-page-wk {
		padding-top: 5%;
	}

	.marketplace-account-login .login-head-wk {
		font-size: 22px;
	}

	.marketplace-account-login .continue-link-wk-1,
	.marketplace-account-login .continue-link-wk-2 {
		width: 22%;
	}

	.fieldset&gt;.field:not(.choice) {
		margin-bottom: 10px;
	}

	.marketplace-account-login .field-icons-wk {
		margin: auto;
	}

	.wk-continue-with-google-content,
	.marketplace-account-login .wk-continue-with-apple {
		font-size: 14px;
	}

	.wk-partner-with-us-head {
		font-size: 28px !important;
		line-height: 32px !important;
		margin: 30px 0px !important;
	}

	.secondary.wk-forgot-password-wrapper .span-wk-remember-me,
	.marketplace-account-login .remind span {
		font-size: 13px;
	}

	.wk-partner-with-us.row .wk-partner-with-us-icons div:nth-child(1) .wk-icon-img-div {
		width: 100%;
		margin-bottom: 15px;
	}

	.wk-partner-with-us.row .wk-partner-with-us-icons div:nth-child(1) .wk-icon-img-div img {
		margin: 0 auto;
		max-height: 50px;
	}

	.wk-partner-with-us.row .wk-partner-with-us-icons div:nth-child(1) .wk-icon-related-msg {
		font-size: 14px !important;
		line-height: 18px;
		min-height: auto;
	}

	.footer.footer2 .middle-footer .customer-info,
	.footer.footer2 .middle-footer .my-account,
	.footer.footer2 .middle-footer .payment-option,
	.footer.footer2 .middle-footer .free-shipping {
		min-height: 175px !important;
	}
}

@media (max-width: 1024px) {
	.mgs_quickview-catalog_product-view .product-detail-infomation {
		display: inline-table;
		margin-bottom: 30px;
		height: auto;
	}

	body.page-layout-seller-2columns-left .wk-mp-page-header .wk-mp-page-header-hgroup {
		width: 40%;
	}

	body.page-layout-seller-2columns-left .wk-mp-page-header .wk-mp-page-header-actions {
		width: 60%;
	}
}

@media (max-width: 991px) {
	.wk-product-price-and-addtocart-section-theme2 {
		flex-direction: column;
		align-items: center;
	}

	.header .search-form .actions-search .action-search {
		width: 25px;
		height: 24px;
		color: #a01ea0;
	}

	.header .search-form .actions-search .action-search:hover {
		color: #a01ea0;
	}

	.header.header8 .table-icon-menu .search-form .actions-search .action-search i.pe-7s-search {
		position: relative;
		top: -2px;
		left: -2px;
	}

	.header:not(.header6):not(.header7) .megamenu-content .nav-tabs {
		border-bottom: 1px solid #ddd !important;
	}

	.header:not(.header6):not(.header7) .nav-main-menu li&gt;ul.sub-menu,
	.header:not(.header6):not(.header7) .nav-main-menu li&gt;ul.dropdown-menu {
		padding-left: 0px !important;
	}

	.deals-of-the-day-section .title-box .deals {
		margin: 0;
	}

	.deals-of-the-day-section .title-box {
		display: flex;
		flex-wrap: wrap;
		align-content: center;
		justify-content: center;
	}

	.deals-of-the-day-section .title-box .of-the {
		align-self: center;
		font-size: 20px;
		line-height: 27px;
		margin: 0 10px;
		width: auto;
	}

	.deals-of-the-day-section .title-box .day {
		font-size: 54px;
		line-height: 54px;
		width: auto;
	}

	.deals-of-the-day-section .title-box .deals {
		font-size: 54px;
		line-height: 54px;
		margin: 0;
	}

	.deals-of-the-day-section .products-section {
		padding-bottom: 0px;
		padding-top: 30px;
	}

	.deals-of-the-day-section .attribute-products-list .list-product-col {
		margin-bottom: 30px;
	}

	.deals-of-the-day-section .list-products .list-product-col:last-of-type .product-item-info {
		margin-bottom: 0px;
	}

	.best-seller-section+div {
		padding: 10px 0 !important;
	}

	.trending-products .product-item-info {
		margin: 0 0 20px;
	}

	.trending-products+div {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}

	.list-products .product-item-info {
		margin-bottom: 20px;
	}

	.header.header8 .table-icon-menu {
		flex-wrap: wrap;
	}

	.header.header8 .table-icon-menu .search-form .actions-search .action-search i.pe-7s-search {
		font-size: 29px;
	}

	.header.header8 span.user-icon {
		width: 21px;
		height: 24px;
	}

	.header.header8 .minicart-wrapper .action.showcart:before {
		width: 26px;
		height: 24px;
	}

	.header.header8 .col-lg-6.col-md-8.col-xs-12.parent__search {
		width: auto;
	}

	.footer.footer2 .middle-footer .container {
		padding: 0 15px !important;
	}

	.footer .middle-footer div[class*="col-lg"]:not(:last-child) {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.header.header8 .table-icon-menu.pull-right .search-form.select-search {
		display: none;
	}

	.header .search-close {
		display: none;
	}

	.header.header8 .search-form .form-search .form.minisearch {
		margin: 0px;
		padding: 0;
	}

	.header .search-form .form-search {
		position: static;
		background: none !important;
		opacity: 1;
		visibility: visible;
		padding: 0;
	}

	.header .logo-header .logo img {
		max-width: 140px !important;
	}

	.footer.footer2 .middle-footer .container div&gt;h6.margin-bottom30 {
		font-size: 16px;
	}

	.page-wrapper.lazy-loading-img section#maincontent {
		padding-top: 0;
	}

	.checkout-index-index .authentication-wrapper .action-auth-toggle {
		margin-top: 0;
	}

	.checkout-index-index .authentication-wrapper {
		padding-top: 15px;
	}

	.checkout-index-index div.breadcrumbs {
		margin-bottom: 0;
	}

	.checkout-index-index .opc-estimated-wrapper .minicart-wrapper button.action.showcart&gt;.counter.qty {
		left: 11px;
		height: 16px;
		min-width: 16px;
		font-size: 10px;
		line-height: 17px;
		margin-top: 0;
		border-radius: 50%;
	}

	.checkout-index-index .opc-sidebar.opc-summary-wrapper._show+.modal-custom-overlay {
		position: static;
	}

	body.checkout-index-index._has-modal-custom:before {
		position: static;
	}

	.checkout-index-index .opc-sidebar.opc-summary-wrapper .modal-inner-wrap .modal-header .action-close:after {
		color: #000000;
	}

	.account div.lazy-loading-img .page-main&gt;div.row {
		display: flex;
		flex-wrap: wrap;
	}

	.account .sidebar.sidebar-main&gt;.block+.sidebar-additional {
		margin-bottom: 30px;
	}

	.block-dashboard-orders {
		margin-bottom: 20px;
	}

	.header.header8.active-sticky .parent__search&gt;.search-form {
		display: none;
	}

	.catalog-category-view.page-layout-3columns .category-product-actions .filter-toggle,
	.catalog-category-view.page-layout-2columns-right .category-product-actions .filter-toggle,
	.catalog-category-view.page-layout-2columns-left .category-product-actions .filter-toggle {
		width: 30px;
		height: 29px;
		line-height: normal;
		overflow: hidden;
	}

	.catalog-category-view.page-layout-3columns .category-product-actions .filter-toggle .title&gt;span,
	.catalog-category-view.page-layout-2columns-right .category-product-actions .filter-toggle .title&gt;span,
	.catalog-category-view.page-layout-2columns-left .category-product-actions .filter-toggle .title&gt;span {
		position: relative;
		top: -3px;
		left: -3px;
	}

	.catalog-category-view.page-layout-3columns .category-product-actions .toolbar.toolbar-products,
	.catalog-category-view.page-layout-2columns-right .category-product-actions .toolbar.toolbar-products,
	.catalog-category-view.page-layout-2columns-left .category-product-actions .toolbar.toolbar-products {
		width: calc(100% - 31px);
	}

	.category-product-actions {
		display: inline-flex;
		width: 100%;
		align-items: center;
		flex-wrap: wrap;
	}

	.checkout-cart-index .cart.main.actions button {
		padding: 8px 15px !important;
	}

	.checkout-cart-index .cart.main.actions button+button {
		margin-right: 10px;
	}

	.checkout-cart-index .cart.main.actions button.download.cart {
		margin-left: 10px;
	}

	.opc-estimated-wrapper {
		margin-top: 30px;
	}

	.shipping-address-items .shipping-address-item {
		margin: 0px;
	}

	.shipping-address-items {
		margin-left: 0;
		margin-right: 0;
	}

	.opc-block-summary&gt;.title {
		padding-right: 20px;
		line-height: normal;
	}

	.table-checkout-shipping-method tbody tr td {
		padding: 14px 5px 11px;
	}

	.sidebar.sidebar-main&gt;.block+.sidebar-additional {
		margin-top: 0px;
	}

	.footer .bottom-footer .copyright address {
		margin-bottom: 0px;
	}

	.checkout-cart-index .checkout-extra&gt;.block+.block&gt;.title {
		margin-top: 45px;
	}

	.marketplace-account-login .login-container.row&gt;[class^="col"] {
		margin-bottom: 0px;
	}

	.header .dropdown-toplinks .dropdown-toggle img {
		max-height: 24px;
	}

	.footer.footer2 .middle-footer .container {
		padding: 0px !important;
	}

	.sales_by_locations_date .button {
		margin-bottom: 4px;
	}

	.sales_by_locations_date {
		width: 100%;
	}

	.sales_by_locations * {
		box-sizing: border-box;
	}

	.sales_by_locations_date {
		padding-bottom: 0px !important;
	}

	.sales_by_locations_date .button {
		margin-bottom: 2px;
	}

	.sales_by_stats_btn {
		width: 100%;
		box-sizing: border-box;
	}

	.sales_by_stats_btn * {
		box-sizing: border-box;
	}

	.wk-mp-notification .wk-mp__action-dropdown {
		margin: 2.4rem 1.5rem;
	}

	.account .wk-mp-home&gt;a {
		margin: 23px 0;
	}

	.download_modal .modal-inner-wrap {
		max-width: 70%;
		width: 100% !important;
	}

	.download-app p.body-text {
		max-width: 100%;
	}

	.download_content_info {
		max-width: 575px;
	}

	.download_content_info h2 {
		margin-top: 15px;
	}

	.download-app ul.app-icon-col {
		max-width: 70%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.cms-home-new .recently_products .owl-carousel .product-item-info {
		margin: 0 0 20px;
	}

	/* Pickup Details css tablet view start	*/

	.marketplace-order-view #modal-content-0 {
		margin-top: 50px;
		padding: 30px 15px;
	}

	.marketplace-order-view aside.modal-slide .delivery_details .delivery_option img {
		max-width: 110px;
	}

	.marketplace-order-view aside.modal-slide .delivery_details .delivery_option span {
		font-size: 16px;
	}

	/* Pickup Details css tablet view end */
}

@media (max-width: 870px) {
	.checkout-cart-index .cart.main.actions button {
		padding: 8px 10px !important;
		font-size: 12px;
	}

	.checkout-cart-index .cart.main.actions a.continue {
		padding: 8px 10px !important;
		font-size: 12px;
	}

	.checkout-cart-index .cart.main.actions button.download.cart {
		font-size: 12px;
	}
}

@media (max-width: 820px) {
	.wk-buyer-rma-table {
		width: 820px;
		max-width: unset;
	}

	.wk-mprma-fieldset.fieldset {
		overflow: auto;
	}
}

@media (max-width: 800px) {

	.sales_by_locations_date .button,
	.sales_by_stats .button {
		width: calc(50% - 4px);
		float: left;
		margin: 0 2px 2px;
		min-width: unset !important;
	}
}

@media (max-width: 767px) {
	.download-app {
		margin-bottom: 10px;
	}

	.download_content_info p.body-text {
		font-size: 18px;
	}

	.download_content_info h2 {
		font-size: 20px;
	}

	.download_content_info span.appicon img {
		max-width: 160px;
	}

	.download_content_info span.appicon {
		display: inline-block;
	}

	.download_modal .modal-inner-wrap {
		max-width: 90%;
	}

	.marketplace-account-dashboard .sales_by_locations_date,
	.marketplace-account-dashboard .sales_by_stats_btn {
		display: none;
	}

	.marketplace-account-dashboard #wk-location-mobile,
	.marketplace-account-dashboard #wk-stats-mobile {
		display: block !important;
		border-radius: 50px;
	}

	.checkout-cart-index .cart.main.actions button#empty_cart_button {
		max-width: 260px;
		float: unset;
	}

	.checkout-cart-index .cart.main.actions button.btn.update {
		max-width: 260px;
		float: unset;
	}

	.header.header8 .bottom-header-content .col-lg-3.col-sm-6.col-xs-12.hidden-xs.hdr-btm-right-col {
		display: block !important;
	}

	.header.header8 .bottom-header-content .col-lg-3.col-sm-6.col-xs-12.hidden-xs.hdr-btm-right-col .app-link {
		display: none;
	}

	.minicart-items .product-item .details-qty.qty .cart-item-qty {
		width: 65px;
		height: 30px;
	}

	.minicart-items .product-item .details-qty.qty .update-cart-item {
		height: 30px;
		padding: 0px 8px;
		line-height: 28px;
	}

	.deals-of-the-day-section {
		margin-bottom: 25px;
		margin-top: 25px;
	}

	.cms-home-new .content-block.attribute-products-block .block.widget.list-products .col-xs-6:nth-child(even) {
		padding-left: 7.5px;
	}

	.cms-home-new .content-block.attribute-products-block .block.widget.list-products .col-xs-6:nth-child(odd) {
		padding-right: 7.5px;
	}

	.list-products div.product-item-info {
		margin-bottom: 15px;
	}

	.best-seller-section .list-products .list-product-col {
		margin-bottom: 15px;
	}

	.products-grid.slider-1-row .owl-item {
		padding: 0 7.5px;
	}

	.trending-products .owl-dots {
		display: none;
	}

	.header .search-form .form-search .form.minisearch {
		padding: 0 15px;
	}

	.deals-of-the-day-section .products-section {
		padding-bottom: 0px;
		padding-top: 15px;
	}

	.deals-of-the-day-section .attribute-products-list .list-product-col {
		margin-bottom: 15px;
	}

	.footer.footer2 .middle-footer .customer-info,
	.footer.footer2 .middle-footer .my-account,
	.footer.footer2 .middle-footer .payment-option,
	.footer.footer2 .middle-footer .free-shipping {
		width: 50% !important;
		min-height: 175px;
	}

	.middle-header-content&gt;.container&gt;.row&gt;.logo-header {
		width: calc(100% - 77px);
	}

	.toolbar .form-item-select {
		width: auto;
	}

	.checkout-cart-index #shopping-cart-table tbody tr td {
		text-align: center;
	}

	.checkout-cart-index #shopping-cart-table tbody tr.item-info td.col.item .product-item-photo {
		margin: 0 auto;
	}

	.checkout-cart-index #shopping-cart-table tbody tr.item-actions td&gt;.actions-toolbar {
		text-align: center;
	}

	.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details {
		width: 100% !important;
		text-align: center;
	}

	.products-list .product-item-info .product-image-content a.photo {
		height: auto;
		padding-bottom: 0% !important;
	}

	.customer-account-index .my-account-main .box {
		width: 50%;
	}

	.customer-account-index .my-account-main .box .btn {
		min-width: unset !important;
		padding: 8px 18px !important;
		vertical-align: top;
	}

	.block-dashboard-addresses {
		margin-top: 30px;
	}

	.block-dashboard-orders .table-order-items {
		width: 750px;
		max-width: unset;
	}

	body.account .table-wrapper.orders-recent {
		overflow: auto;
	}

	.block-dashboard-orders {
		margin-bottom: 0;
	}

	.custom-landing-page .signup-section .container .row {
		display: block;
	}

	.footer.footer2 .middle-footer .container div&gt;h6.margin-bottom30 {
		font-size: 13px;
		font-weight: 600;
		margin-bottom: 10px;
	}

	.custom-landing-page .signup-left h3 {
		margin-bottom: 15px;
	}

	.custom-landing-page .sign-up-btn:hover span {
		color: #fff;
		padding: 0;
	}

	.products-grid .product-item-info .tocart.btn-cart {
		width: 110px;
		height: 42px !important;
	}

	.products-grid .product-item-info .product-top:hover .tocart.btn-cart {
		height: 42px !important;
	}

	.order-items {
		overflow: auto;
	}

	.order-items .table-order-items {
		width: 750px;
		max-width: unset;
	}

	body.account .items.order-links li {
		width: 50%;
	}

	.customer-address-index .column.main&gt;.row&gt;.block {
		width: 50%;
	}

	.toolbar .sorter {
		flex: 0 0 100%;
	}

	.product.info.detailed {
		margin-top: 20px;
	}

	#maincontent {
		min-height: unset;
	}

	.checkout-cart-index .cart.main.actions button.download.cart {
		width: 100%;
		margin-left: 0px;
		max-width: 260px;
		float: unset;
	}

	.checkout-cart-index .cart.main.actions {
		text-align: center;
	}

	.checkout-cart-index #shopping-cart-table tbody tr.item-actions td&gt;.actions-toolbar a.action-edit {
		margin-left: 0px;
	}

	.checkout-cart-index .cart.main.actions button {
		font-size: 14px;
	}

	.checkout-cart-index .cart.main.actions a.continue {
		font-size: 14px;
	}

	.checkout-cart-index .cart.main.actions button.download.cart {
		font-size: 14px;
		margin-bottom: 15px;
	}

	.checkout-cart-index .cart-summary .checkout-methods-items .item .action.checkout {
		letter-spacing: normal;
	}

	.opc-wrapper .payment-group .step-title:before {
		max-width: calc(50% - 105px);
		left: 0px;
	}

	.opc-wrapper .payment-group .step-title:after {
		max-width: calc(50% - 105px);
		right: 0px;
	}

	.opc-wrapper .payment-group .step-title {
		width: 100%;
	}

	.checkout-index-index .actions-toolbar .action.primary {
		letter-spacing: normal;
	}

	.checkout-index-index .payment-option.discount-code .payment-option-title,
	.opc-block-summary .items-in-cart&gt;.title strong {
		padding-right: 20px;
		line-height: normal;
	}

	#add-new input#new-name {
		margin-right: 0px !important;
		width: 100% !important;
		margin-bottom: 15px;
	}

	#add-new select#wishlist-type {
		margin: 0 0px 15px 0 !important;
		float: left;
		width: 100% !important;
	}

	#add-new #add-wishlist {
		width: 100%;
	}

	body.account .items.order-links.rewards-links li {
		display: inline-block;
		vertical-align: top;
		width: 100%;
		text-align: left;
	}

	.mobile-number .field.country {
		margin-top: 15px;
	}

	.orders-history {
		overflow: auto;
	}

	.marketplace-account-login .login-container.row&gt;[class^="col"] {
		margin-bottom: 30px;
	}

	header.header.header8.sticky {
		position: fixed !important;
	}

	.wk-partner-with-us.row .wk-partner-with-us-icons {
		text-align: center;
		width: calc(50% - 20px);
		height: auto;
		padding: 25px;
		flex-direction: column;
		margin: 0px 10px;
		float: inherit;
		align-items: center;
	}

	.wk-partner-with-us .wk-list-container-wrapper {
		margin-left: -10px;
		margin-right: -10px;
	}

	.wk-partner-with-us-main-wrapper {
		padding: 0 15px;
	}

	.footer .middle-footer {
		padding: 0 15px !important;
	}

	a.wk-mp__action-dropdown {
		padding: 0;
		margin: 1.3rem 0;
	}

	.wk-mp-seller-header-logo-wrapper {
		position: static;
		width: auto;
		height: auto;
		border: none;
		margin: 0 0 1px;
	}

	.wk-mp-page-header-actions .wk-mp-user a {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}

	.marketplace-account-dashboard .mp-widgets .cotainer {
		padding-right: 0;
	}

	.marketplace-account-dashboard .wk-mp-design .mp-widgets {
		width: 100%;
	}

	.marketplace-account-dashboard .wk-mp-design .mp-sales-widgets {
		width: 100%;
	}

	.wk-mp__action-dropdown {
		padding: 0;
	}

	.wk-mp-seller-header-logo-wrapper {
		position: static;
		width: auto;
		height: auto;
		border: none;
		margin: 0 0 1px;
	}

	.wk-mp-page-header-actions .wk-mp-user a {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}

	.cms-home-new .recently_products .owl-carousel .product-top {
		max-height: 353.5px;
	}

	.cms-home-new .recently_products .owl-carousel .owl-nav {
		display: none;
	}

	.account.customer-account-index .customer_follow_list {
		right: 15px;
		bottom: 5px;
	}

	.account.customer-account-index .total-followers span {
		font-size: 18px;
	}

	.account.customer-account-index .customer_follow_list .follow-list li a span {
		font-size: 13px;
	}

	.account.customer-account-index .customer_follow_list .follow-list li {
		padding: 3px 8px;
	}

	/* Pickup Details css mobile view start */
	.marketplace-order-view aside.modal-slide .delivery_details {
		justify-content: space-between;
	}

	.marketplace-order-view #modal-content-0 {
		margin-top: 20px;
	}

	.marketplace-order-view aside.modal-slide .delivery_details .delivery_option img {
		max-width: 90px;
	}

	.marketplace-order-view aside.modal-slide .delivery_details .delivery_option img {
		max-width: 72px;
		border-radius: 12px;
	}

	.marketplace-order-view aside.modal-slide .delivery_details .delivery_option span {
		margin-top: 5px;
		font-size: 14px;
	}

	.marketplace-order-view aside.modal-slide .delivery_details .delivery_option {
		padding: 10px;
		border-radius: 8px;
	}

	/* Pickup Details css mobile view end */


}

@media (max-width: 650px) {
	.saved-cards {
		width: 650px;
	}

	.table-wrapper.stripe-payments {
		overflow: auto;
	}

	.customer-account-index .my-account-main .box .btn {
		padding: 8px 10px !important;
	}

	.customer-account-index .my-account-main .box .btn.btn-secondary {
		margin-left: 4px;
	}
}

@media (max-width: 575px) {

	header.header.header8 .banner-popup {
		border: 1px solid #8379be !important;
		background: #8379be !important;
	}

	header.header.header8 .banner-popup a.app-link-btn {
		background: #6b52a3;
		border-color: #6b52a3;
		color: #fff !important;
		margin-right: 7px;
	}

	header.header.header8 .banner-popup .banner-popup-icon {
		background: transparent !important;
		width: 25px;
		height: auto;
		padding: 0;
		margin-right: 5px;
	}

	/*.header.header8 .table-icon-menu.pull-right .search-form.select-search { display: none !important; }*/
	.nav-before-open .header.header8 .table-icon-menu&gt;div.dropdown.dropdown-toplinks {
		z-index: 0;
	}

	.deals-of-the-day-section .title-box .day {
		font-size: 40px;
		line-height: 40px;
	}

	.deals-of-the-day-section .title-box .of-the {
		align-self: center;
		font-size: 18px;
		line-height: normal;
	}

	.deals-of-the-day-section .title-box .deals {
		font-size: 40px;
		line-height: 40px;
	}

	.deals-of-the-day-section .title-box {
		min-height: 80px;
	}

	.cms-home-new .content-block.attribute-products-block .block.widget.list-products .col-xs-6 {
		width: 50%;
		display: inline-block;
	}

	.cms-home-new .content-block.attribute-products-block .block.widget.list-products .col-xs-6 .product-item-info .product-image,
	.cms-home-new .content-block.attribute-products-block .block.widget.list-products .col-xs-6 .product-item-info .product-item-details {
		width: 100%;
		display: block;
		clear: both;
	}

	.cms-home-new .content-block.attribute-products-block .block.widget.list-products .col-xs-6:last-child .product-item-info {
		margin-bottom: 0;
	}

	.header .logo-header .logo img {
		max-width: 110px !important;
	}

	.checkout-cart-index .checkout-extra #block-summary .estimate .field .label {
		display: block;
		width: 100%;
		padding-bottom: 0;
	}

	.checkout-cart-index .checkout-extra #block-summary .estimate .field .control {
		display: block;
		padding-bottom: 0;
	}

	.checkout-cart-index .checkout-extra #block-summary .estimate div.field {
		display: block;
	}

	.checkout-cart-index .checkout-extra #block-summary form+form {
		margin-top: 10px;
	}

	.customer-account-index .my-account-main .box {
		width: 100%;
	}

	.customer-account-index .my-account-main .box-shipping-address {
		margin-top: 30px;
	}

	.customer-account-index .my-account-main .box-newsletter {
		margin-top: 30px;
	}

	body.account.wishlist-index-index div.tabcontent .products-grid ol li {
		width: 50%;
	}

	.customer-address-index .column.main&gt;.row&gt;.block {
		width: 100%;
	}

	.customer-address-index .column.main&gt;.row&gt;.block-addresses-list {
		margin-top: 30px;
	}

	.parent__search .search-form {
		padding: 0px !important;
	}

	.header.header8 .table-icon-menu&gt;div.minicart-wrapper {
		margin-right: 0px !important;
	}

	.product-info-main .product-add-form .box-tocart&gt;.fieldset,
	.bundle-info .product-details .box-tocart&gt;.fieldset {
		width: 100%;
	}

	.product-info-main .product-add-form .actions.action-add-to,
	.bundle-info .product-details .actions.action-add-to {
		margin-left: 0;
	}

	.checkout-cart-configure .product-detail-infomation .product-info-main .box-tocart fieldset.fieldset {
		width: auto;
	}

	.account.customer-account-index .total-followers span {
		font-size: 14px;
	}

	.account.customer-account-index .customer_follow_list .follow-list li a span {
		font-size: 12px;
	}

	.account.customer-account-index .customer_follow_list .follow-list li {
		padding: 2px 5px;
	}

	.customer-account-index .page-title-wrapper .customer_avtar img {
		max-width: 100px;
	}

	.customer-account-index .page-title-wrapper .customer_name {
		margin-left: 15px;
	}

}

@media (min-width: 481px) and (max-width: 767px) {

	.header.header8 .bottom-header-content .parent__megameu .navigation .nav-main-menu li.dropdown ul.dropdown-menu li ul li a:hover,
	html.use-header8.nav-before-open.nav-open #mainMenu .level0 a.level0:hover {
		color: #6b52a3 !important;
	}

	.header.header8 .bottom-header-content .parent__megameu {
		width: 70px !important;
	}

	.marketplace-account-login .login-head-wk {
		text-align: center;
		font-size: 22px;
	}

	.header.header8 .middle-header-content .container .row {
		margin-bottom: 0px !important;
	}

	.marketplace-account-login .wrapper-wk-not-have-acc {
		width: 100%;
	}

	.bottom-footer .container .footer-newsletter .col-md-12:nth-child(1) {
		display: flex;
	}

	.login-container.row&gt;div.pull-right {
		margin-bottom: 30px !important;
	}

}

@media (max-width: 480px) {
	.header.header8 .bottom-header-content .parent__megameu .navigation .nav-main-menu li.dropdown ul.dropdown-menu li ul li a:hover {
		color: #272727 !important;
	}

	.custom-landing-page .service-section .container .wk-list-container-wrapper.wk-text-transform-left .col-lg-3.col-md-6.col-sm-12 {
		width: 100% !important;
	}

	.footer2 .footer-newsletter .block.newsletter .form.subscribe .actions .action.subscribe {
		margin-top: 1px;
	}

	.customer-account-index .my-account-main .box .btn {
		padding: 8px 20px !important;
	}

	body.customer-account-edit .pull-right .field.row.mobile-number .field .control div.col-lg-10 {
		width: calc(100% - 80px) !important;
		margin: 0 0 0 10px;
	}

	body.account.wishlist-index-index div.tabcontent .products-grid ol li a.product.photo.product-item-photo {
		height: 170px;
	}

	.share-box button.share-item {
		width: 30px;
		height: 30px;
	}

	body.account.wishlist-index-index div.tabcontent .products-grid .mw-button-actions form:first-child button {
		padding: 10px 25px;
	}

	body.account.wishlist-index-index div.tabcontent .products-grid .mw-button-actions .all-to-cart-main {
		margin-left: 10px !important;
	}

	.middle-header-content&gt;.container&gt;.row&gt;.logo-header {
		width: calc(100% - 131px) !important;
	}

	.marketplace-account-login .wk-login-btn {
		width: 100%;
	}

	.wk-partner-with-us .wk-list-container-wrapper {
		margin-left: 0;
		margin-right: 0;
	}

	.marketplace-account-dashboard .sales_by_locations_date .button,
	.marketplace-account-dashboard .sales_by_stats .button {
		margin: 0px 0px 2px !important;
		width: 100%;
	}

	/* Pickup Details css mobile view start */
	.marketplace-order-view .modal-slide div.modal-inner-wrap {
		margin-right: auto;
		margin-left: auto !important;
		padding: 0px 0px 15px 0px;
	}

	.marketplace-order-view aside.modal-slide .delivery_details {
		flex-wrap: wrap;
		row-gap: 15px;
	}

	.marketplace-order-view aside.modal-slide .delivery_details .delivery_option {
		width: calc(50% - 28px);
	}

	.marketplace-order-view aside.modal-slide .delivery_details .delivery_option img {
		max-width: 90px;
	}

	.marketplace-order-view #modal-content-0 {
		margin-top: 0;
		padding: 25px 15px;
	}

	.marketplace-order-view .modal-popup._show footer.modal-footer {
		padding-top: 15px;
	}

	/* Pickup Details css mobile view end */
}

.stripe_payments-customer-cards .table-wrapper.stripe-payments span.type.unionpay {
	background: url(../../frontend/Mgs/claue_child/en_GB/StripeIntegration_Payments/img/unionpay.png) no-repeat;
	background-position-y: -3px;
	display: inline-block;
	height: 22px;
	font-size: 16px;
	background-size: 30px;
	padding-left: 40px;
}

.checkout-index-index .shipping-address-items .shipping-address-item {
	padding: 15px;
	margin: 0;
}

.checkout-index-index .shipping-address-items {
	margin-left: -10px;
	margin-right: -10px;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	padding: 0;
	margin: 0;
}

@media (max-width: 400px) {
	body.account.wishlist-index-index div.tabcontent .products-grid ol li a.product.photo.product-item-photo {
		width: 100%;
		height: auto;
	}

	body.account.wishlist-index-index div.tabcontent .products-grid ol li {
		width: 100%;
	}

	.checkout-index-index .payment-option.discount-code .form-discount .actions-toolbar .action.action-apply,
	.checkout-index-index .payment-option.discount-code .form-discount .actions-toolbar .action.action-apply {
		font-size: 13px;
		min-width: unset !important;
	}

	.checkout-index-index button.action.action-cancel {
		padding: 6px 15px !important;
		font-size: 13px !important;
	}

	.checkout-index-index .actions-toolbar .action.primary,
	.checkout-index-index button.action.submit.btn.btn-primary,
	.checkout-index-index button.action.action-show-popup,
	.checkout-index-index .payment-option.discount-code .form-discount .actions-toolbar .action.action-apply,
	.checkout-onepage-success .checkout-success a.action.primary.continue,
	.checkout-onepage-success .action.action-apply,
	.checkout-onepage-success .action.action-cancel {
		min-width: unset !important;
		padding: 6px 10px !important;
	}

	.customer-address-index .actions-toolbar .add {
		padding: 8px 10px !important;
		font-size: 13px;
	}

	.customer-address-index .actions-toolbar .back {
		margin-left: 0;
		font-size: 13px;
		min-width: unset !important;
	}

	.promobanner .banner-text&gt;div {
		font-size: 16px !important;
		line-height: 16px !important;
	}
}

@media (max-width: 372px) {
	.header.header8 .minicart-wrapper .action.showcart&gt;.counter.qty {
		left: 7px;
		height: 15px;
		min-width: 15px;
		line-height: 16px;
	}

	.header.header8 .table-icon-menu .search-form .actions-search .action-search i.pe-7s-search {
		top: -3px;
		left: -1px;
	}

	.header .search-form .actions-search .action-search {
		width: 18px;
		height: 17px;
	}

	.header.header8 .table-icon-menu.pull-right .search-form.select-search {
		margin-right: 10px;
	}

	.header.header8 .table-icon-menu&gt;div.dropdown.dropdown-toplinks {
		margin-right: 10px;
	}

	.header .search-form .actions-search .action-search {
		width: 19px;
		height: 18px;
	}

	.header.header8 .minicart-wrapper .action.showcart:before {
		width: 20px !important;
		height: 19px !important;
	}

	.header.header8 .table-icon-menu .search-form .actions-search .action-search i.pe-7s-search {
		top: -2px;
		left: -2px;
		font-size: 22px;
	}

	.header .dropdown-toplinks .dropdown-toggle img {
		max-height: 18px;
	}
}

@media (max-width: 370px) {

	.customer-account-create form.account.form-create-account .actions-toolbar .row&gt;div:nth-child(1),
	.multishipping-checkout-register form.account.form-create-account .actions-toolbar .row&gt;div:nth-child(1) {
		width: 42% !important;
	}

	.customer-account-create form.account.form-create-account .actions-toolbar .row&gt;div:nth-child(1) .action.btn,
	.multishipping-checkout-register form.account.form-create-account .actions-toolbar .row&gt;div:nth-child(1) .action.btn {
		min-width: 90px !important;
	}

	.account div.actions-toolbar .btn {
		padding: 8px 4px !important;
	}

	.customer-account-create form.account.form-create-account .actions-toolbar .row&gt;div:nth-child(2),
	.multishipping-checkout-register form.account.form-create-account .actions-toolbar .row&gt;div:nth-child(2) {
		width: 58% !important;
	}

	.deals-of-the-day-section .title-box .day {
		font-size: 34px;
		line-height: 35px;
	}

	.deals-of-the-day-section .title-box .of-the {
		font-size: 17px;
	}

	.deals-of-the-day-section .title-box .deals {
		font-size: 34px;
		line-height: 35px;
	}

	.recommendation-products .panel-block-row.col-md-12.title-new .content-heading h3.title {
		font-size: 15px;
		min-height: 20px;
	}

	.recommendation-products .panel-block-row.col-md-12.title-new .content-heading .recommendation-view-all&gt;a {
		font-size: 12px;
	}
}

@media (max-width: 350px) {
	.footer.footer2 .bottom-footer .footer-newsletter&gt;.col-md-12&gt;div.col-md-10 h3 {
		font-size: 15px;
	}

	.title-new .content-heading h3.title {
		font-size: 17px;
	}

	.cms-home-new .list-products .product-item-info .product-item-details .btn.btn-cart {
		padding: 0 6px;
		max-width: 100%;
	}

	.header .logo-header .logo img {
		max-width: 120px !important;
	}

	.slogan {
		font-size: 7.75px !important;
	}

	.middle-header-content&gt;.container&gt;.row&gt;.logo-header {
		width: calc(100% - 70px);
	}

	.footer.footer2 .middle-footer .payment-option ul.payment-col li img {
		max-width: 55px;
	}

	.toolbar .sorter .sorter-action {
		margin-left: 3px;
	}

	.checkout-index-index .payment-option.discount-code .form-discount .actions-toolbar .action.action-apply,
	.checkout-index-index .payment-option.discount-code .form-discount .actions-toolbar .action.action-apply {
		font-size: 12px;
	}

	.checkout-index-index button.action.action-cancel {
		font-size: 12px !important;
	}

	.form-address-edit .actions-toolbar .back {
		min-width: unset !important;
		padding: 8px 20px !important;
	}

	.middle-header-content&gt;.container&gt;.row&gt;.logo-header {
		width: calc(100% - 88px) !important;
	}

	.promobanner .text {
		padding: 10px;
	}

	.wk-mp-notification .wk-mp__action-dropdown {
		margin: 1.3rem 1rem;
	}

	.account .wk-mp-page-header-actions .wk-mp-page-header-before {
		margin-right: 10px;
	}

}

@media (min-width: 481px) {

	.success-ajax--popup .popup__main.popup--result .popup__result-view-cart .btn.btn-xs.btn-default {
		padding: 8px 20px !important;
	}

}

@media (min-width:320px) and (max-width:480px) {

	.seller_deactive_modal .modal-inner-wrap .modal-content {
		padding: 20px 10px 20px 10px !important;
	}

	.modal-popup._show .modal-inner-wrap .modal-header {
		padding: 10px 10px 10px 10px !important;
	}

	.modal-popup .action-close:before {
		line-height: 20px !important;
		font-size: 15px;
		margin-top: -3px !important;
		margin-right: 0px !important;
		width: 26px;
		height: 26px;
		padding-right: 2px;
	}

	.seller_deactive_modal .seller_delete_option&gt;p {
		line-height: normal;
	}

	.seller_deactive_modal .seller_deactive_submit {
		padding: 5px 15px !important;
		height: inherit !important;
		min-width: auto !important;
	}

	.multishipping-checkout-addresses .column.main form#checkout_multishipping_form .actions-toolbar .margin-top15:last-child,
	.multishipping-checkout-billing .column.main #multishipping-billing-form .actions-toolbar .margin-top15:last-child {
		padding-left: 15px !important;
	}

	.multishipping-checkout-shipping .page-wrapper.lazy-loading-img .form.multicheckout.shipping .actions-toolbar {
		text-align: center;
	}

	.multishipping-checkout-shipping .page-wrapper.lazy-loading-img .form.multicheckout.shipping .actions-toolbar .primary button.action.primary.continue {
		padding: 8px 24px !important;
	}

	.multishipping-checkout-shipping .page-wrapper.lazy-loading-img .form.multicheckout.shipping .actions-toolbar&gt;.secondary {
		margin-top: 5px !important;
		display: inline-block;
	}

	.multishipping-checkout-shipping .page-wrapper.lazy-loading-img .form.multicheckout.shipping .actions-toolbar .secondary&gt;a {
		padding: 8px 44px !important;
	}

	body.checkout-index-index .actions-toolbar .action.primary {
		padding: 8px 10px !important;
	}

	.checkout-index-index .mfp-wrap.mfp-close-btn-in div#social-login-popup #social-form-create .actions-toolbar .primary .secondary a.action.back {
		padding: 8px 43px !important;
	}

	.checkout-index-index .mfp-wrap.mfp-close-btn-in div#social-login-popup .actions-toolbar button#button-create-social&gt;span {
		font-size: 13px !important;
	}

	.mfp-wrap.mfp-move-from-top div#social-login-popup #social-form-create .actions-toolbar .primary .secondary a.action.back {
		padding: 8px 46px !important;
	}

	.header.header8 .vertical-title .fa {
		margin-right: 5px;
	}

	.checkout-index-index .payment-methods .payment-method-data .payment-method-list .payment-method-title {
		padding-left: 0px;
		margin-bottom: 15px;
	}

	.checkout-index-index .payment-methods .payment-method-data .payment-method-list .payment-method-title label.label {
		font-weight: 500 !important;
	}

	.checkout-index-index .payment-methods .payment-description {
		line-height: 22px;
		margin-bottom: 20px !important;
	}

	.payment-method-billing-address .checkout-billing-address .field label {
		float: left;
	}

	.checkout-index-index .payment-option.discount-code .form-discount .actions-toolbar .action.action-apply {
		font-size: 15px;
		padding: 6px 15px !important;
	}

	.payment-method-billing-address .checkout-billing-address button.action.action-update {
		margin-bottom: 10px;
	}

	.payment-method-billing-address .checkout-billing-address button.action.action-cancel {
		font-size: 15px !important;
	}

	.customer-account-confirmation .actions-toolbar .secondary .action.back {
		padding: 8px 24px !important;
	}

	.checkout-cart-index .cart-discount.wk-gift-card {
		margin-bottom: 0px;
	}

	.custom-landing-page .signup-section {
		padding-left: 15px;
		padding-right: 15px;
	}

	.custom-landing-page .service-section,
	.custom-landing-page .success-story,
	.howitwork {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.custom-landing-page .service-card .service-card-hover .wk-icon-div {
		min-height: auto;
	}

	.flash-deals {
		padding-bottom: 0px !important;
	}

	.second-banner .shopbycateg-sec .col-xs-6 {
		width: 100% !important;
		padding: 0;
		margin-bottom: 30px;
	}

	.shopbycateg-sec .panel-block-row .col-xs-12 {
		width: 50%;
	}

	.header.header8 .parent__search .search-form .form-search .form.minisearch .btn-search {
		top: 2px !important;
		right: 2px !important;
	}

	.header.header8 .search-form .form-search .form.minisearch {
		padding: 2px !important;
	}

	.custom-landing-page .custom-policies {
		padding: 0px;
	}

	.custom-landing-page h3.sec-heading {
		margin-bottom: 20px;
	}

	.success-story_slider .item {
		padding: 30px 20px;
	}

	.success-story_slider .item_inner .right_section .content_item h3 {
		display: block;
		padding-bottom: 0px;
	}

	.content_item h3 {
		margin-bottom: 0px;
	}

	.success-story_slider .item .right_section .content_item p {
		transform: inherit;
	}

	.footer .footer-container .middle-footer&gt;.container {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}

	footer.footer.footer2 .footer-container .middle-footer .container .row .customer-info,
	.my-account {
		margin-top: 0px !important;
	}

	footer.footer.footer2 .footer-container .middle-footer .container .row .free-shipping {
		margin-bottom: 0px !important;
	}

	footer.footer.footer2 .footer-container .middle-footer .container .row&gt;div:nth-child(4) {
		width: 50%;
		margin-bottom: 0px;
	}

	.footer.footer2 .middle-footer ul.payment-col li&gt;img {
		max-width: 63px !important;
	}

	.wk-mp-landingpage.wk-mp-landingpage-layout3 .wk-list-container,
	.wk-mp-landingpage-layout3 .wk-mp-header {
		width: 100% !important;
	}

	.marketplace-registration-index .wk-mp-header .wk-mp-header-container h1 {
		font-size: 28px !important;
		padding-top: 20px !important;
	}

	.marketplace-registration-index .wk-mp-header .wk-mp-header-container h2 {
		font-size: 20px !important;
	}

	#register-as-seller {
		padding-left: 15px;
		padding-right: 15px;
	}

	.field.email_address.required {
		padding-right: 15px;
	}

	.field.email_address_confirmation.required {
		padding-left: 15px;
	}

	.wk-mp-landingpage.wk-mp-landingpage-layout3 .wk-list-container,
	.wk-mp-landingpage-layout3 .wk-mp-header {
		width: 100% !important;
	}

	.marketplace-registration-index .wk-mp-header .wk-mp-header-container h1 {
		font-size: 28px !important;
		padding-top: 20px !important;
	}

	.marketplace-registration-index .wk-mp-header .wk-mp-header-container h2 {
		font-size: 20px !important;
	}

	#register-as-seller {
		padding-left: 15px;
		padding-right: 15px;
	}

	.field.email_address.required {
		padding-right: 15px;
	}

	.field.email_address_confirmation.required {
		padding-left: 15px;
	}

	.page-wrapper.lazy-loading-img header.header.header8 .middle-header-content .middle-header-right-content .table-icon-menu .minicart-wrapper {
		margin-top: 0px !important;
	}

	header.header.header8 .middle-header-content .container&gt;.row {
		margin-bottom: 0px !important;
	}

	.block-content.wk-img-div {
		padding: 0px 15px;
		text-align: center;
	}

	.marketplace-account-login .wk-img-div img {
		margin: 0px auto !important;
		border-radius: 10px;
		max-height: 280px;
		width: auto;
	}

	.marketplace-account-login .login-logo {
		padding-left: 0;
		max-width: 90%;
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}

	.login-logo a img.login-logo-img {
		max-width: 120px;
	}

	.marketplace-account-login #seller-login-form {
		margin-left: 0px;
		padding-left: 15px;
		padding-right: 15px;
		text-align: center;
	}

	.marketplace-account-login #seller-login-form fieldset.fieldset.login .field.login-head-wk {
		font-size: 18px;
		text-align: center;
		margin-bottom: 0px;
	}

	.marketplace-account-login #seller-login-form fieldset.fieldset.login .wk-fields-div {
		width: 100%;
		align-items: center;
	}

	.wk-partner-with-us-main-wrapper {
		padding-left: 15px;
		padding-right: 15px;
	}

	.wk-partner-with-us-head {
		font-size: 20px !important;
		line-height: 32px !important;
		margin: 30px 0px !important;
	}

	.wk-partner-with-us.row .wk-partner-with-us-icons {
		width: 100%;
		padding: 25px 10px;
		flex-direction: row;
		margin: 0px;
	}


	.wk-partner-with-us.row .wk-partner-with-us-icons div:nth-child(1) .wk-icon-img-div {
		width: 100%;
		margin-bottom: 15px;
	}

	.wk-partner-with-us.row .wk-partner-with-us-icons div:nth-child(1) .wk-icon-img-div img {
		margin: 0 auto;
		max-height: 50px;
	}

	.wk-partner-with-us.row .wk-partner-with-us-icons div:nth-child(1) .wk-icon-related-msg {
		font-size: 14px !important;
		line-height: 18px;
		min-height: auto;
	}

	.marketplace-account-login .wrapper-wk-not-have-acc {
		width: 100% !important;
		padding: 0 15px !important;
		margin-bottom: 30px;
		margin-top: 15px;
	}

	.marketplace-account-login .continue-link-wk-1,
	.marketplace-account-login .continue-link-wk-2 {
		width: 20%;
	}

	.wk-continue-with-google-content,
	.marketplace-account-login .wk-continue-with-apple {
		font-size: 14px;
	}

	.login-container.row&gt;div.margin-bottom50 {
		margin-bottom: 20px;
	}

	.page-wrapper .page-title-wrapper {
		padding: 73px 0px !important;
	}

	.account .actions-toolbar .btn {
		padding: 8px 5px !important;
	}

	.actions-toolbar .margin-top15:last-child {
		padding-left: 0px !important;
	}

	.account .btn {
		font-size: 12px;
	}

	.customer-account-create .form-create-account,
	.multishipping-checkout-register .form-create-account {
		margin-bottom: 10px !important;
	}

	.catalog-product-view .product-detail-infomation .product-name {
		font-size: 18px;
		line-height: 28px;
	}



}

.marketplace-product-create #form-customer-product-new legend.legend {
	float: initial !important;
}

.seller_deactive_modal footer.modal-footer {
	display: none;
}

.seller_deactive_modal .modal-inner-wrap {
	padding-bottom: 0px !important;
}

.seller_deactive_modal .modal-inner-wrap .modal-content {
	padding: 20px 30px 30px 20px !important;
}

.seller_deactive_modal .seller_delete_option&gt;div {
	display: flex;
	align-content: center;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 5px;
}

.seller_deactive_modal .seller_delete_option&gt;div input {
	margin: 0 5px 0 0;
}

.seller_deactive_modal .seller_delete_option&gt;div label {
	margin-bottom: 0;
}

.marketplace-account-editprofile .info .profile .control input[type=file] {
	display: block;
	margin-bottom: 20px;
}

.seller_deactive_modal .seller_deactive_submit,
button#seller-deactive-btn {
	color: #fff !important;
	background-color: #6b52a3 !important;
	border-radius: 60px !important;
	border: 2px solid #6b52a3 !important;
	box-shadow: none !important;
	font-weight: 600 !important;
	padding: 8px 25px !important;
	line-height: 22px !important;
	height: inherit !important;
	min-width: 110px !important;
	opacity: 1 !important;
	margin-top: 10px;
}

.modal-popup .action-close:before {
	line-height: 23px !important;
	font-size: 16px;
	border-width: 2px !important;
	margin-right: 10px !important;
	padding-right: 2px;
}

/* Responsive Css end 2022-03-26 */

button#empty_cart_button {
	text-transform: unset;
}

button.action.save.btn.btn-primary {
	text-transform: unset;
}

button.action.btn.btn-primary.add {
	text-transform: unset;
}

button#reset {
	text-transform: unset;
}

.catalog-product-view .page-title-wrapper {
	background-image: none;
}

.marketplace-order-view .page-title-wrapper {
	background-image: none;
}

.recently_products .owl-carousel .owl-item img.product-image-photo {
	position: static;
	opacity: 1;
}

.recently_products .owl-carousel .owl-item a.product-item-photo {
	height: auto;
}

.recently_products .owl-carousel {
	margin: 0;
}

.seller_profile_about_us div.wk-mp-seller-profile-box,
.sellersubdomain-feedback-index div.wk-mp-seller-profile-box {
	padding: 0px 6px !important;
}

@media (max-width: 480px) {

	.seller_profile_about_us div.wk-mp-seller-profile-box,
	.sellersubdomain-feedback-index div.wk-mp-seller-profile-box {
		padding: 0px 2px !important;
	}

	.sellersubdomain-collection-index section#maincontent .row .column.main div.wk-mp-collection-header-right-wrapper {
		margin-top: 0px;
		justify-content: start;
		width: 100%;
	}

	.seller_profile_about_us .about_us .seller_total_followers {
		padding: 0px 0px 0px 105px !important;
	}

	.customer-account-index .page-title-wrapper .customer_avtar img {
		max-width: 80px;
	}

}

@media (max-width: 319px) {
	.seller_profile_about_us .about_us .seller_total_followers {
		padding: 0px 0px 0px 125px !important;
	}
}

button.action.submit.btn.btn-primary.btn-full {
	text-transform: none;
}





.wk-mp-collection-header-box .customer_details {
	float: right;
	padding-top: 15px;
}

.wk-mp-collection-header-right-wrapper {
	float: right;
	margin-top: 80px;
}

.wk-mp-collection-header-box .customer_details .customer_follow_btn {
	display: none;
	padding: 10px;
	background: #6b52a3 !important;
	border-radius: 60px;
	min-width: 120px;
	text-align: center;
	color: #fff;
	text-transform: capitalize;
	cursor: pointer;
}

.wk-mp-collection-header-box .customer_details .customer_follow_btn a {
	color: #fff !important;
}

.wk-mp-collection-header-box .customer_details .customer_follow_btn.active {
	display: inline-block;
}

.customer-account-index .sidebar .block .block-title .title {
	font-size: 16px;
}

.customer-account-forgotpassword .page-wrapper #maincontent button,
.customer-account-forgotpassword .modal-popup._show .modal-content button,
.afritiaapp-customer-question .page-wrapper #maincontent div#question-content button {
	color: #fff !important;
	background-color: #6b52a3 !important;
	border-radius: 60px !important;
	border: 2px solid #6b52a3 !important;
	box-shadow: none !important;
	font-weight: 600 !important;
	padding: 8px 25px !important;
	line-height: 22px !important;
	height: inherit !important;
	min-width: 110px !important;
	margin-top: 20px;
}

@media (max-width: 767px) {

	.customer-account-index .page-title-wrapper&gt;.container .page-header.h1 {
		line-height: normal;
		margin: 30px 0px 30px 30px;
	}

	.account.customer-account-index .customer_followers {
		padding: 0;
		position: unset;
	}

	.account.customer-account-index .page-title-wrapper .container:first-child {
		width: 100%;
	}
}

.form-password_forget .actions-toolbar .col-sm-6 {
	width: auto;
}

.customer-account-forgotpassword .page-wrapper #maincontent button {
	margin-top: 0;
}

.customer-account-forgotpassword .page-wrapper #maincontent button.send_otp {
	margin-top: 15px;
}

.sidebar .block.block-reorder .actions-toolbar&gt;.secondary {
	margin-top: 15px;
}

.validate_error {
	color: #ff0000;
}

.customer-account-forgotpassword .modal-inner-wrap footer.modal-footer button.submit_otp {
	float: left;
}

button#top-cart-btn-checkout {
	text-transform: none;
}

button.action.action-cancel {
	text-transform: none !important;
}

button.action.action-update {
	text-transform: none !important;
}

.checkout-index-index .checkout-shipping-address .field.field-select-shipping {
	padding-right: 15px;
	margin-bottom: 15px;
}

.checkout-index-index .shipping-address-items .shipping-address-item.not-selected-item,
.checkout-index-index .shipping-address-items .shipping-address-item.selected-item:not([data-key="new-customer-address"]) {
	display: none;
}

.checkout-index-index .shipping-address-items .shipping-address-item.selected-item[data-key="new-customer-address"] {
	display: block;
}

.account.customer-account-index div.modal-content {
	max-height: 250px;
	overflow: auto;
}

.account.customer-account-index .modal-footer {
	padding-top: 10px;
	margin-bottom: 10px;
}

.account.customer-account-index .modal-inner-wrap {
	padding-bottom: 0px !important;
}

.products-grid.wishlist .product-item-info .box-tocart .product-item-actions .actions-primary .action {
	display: flex;
	align-items: center;
	gap: 5px;
	text-transform: capitalize;
}

.table-comparison .remove .btn-primary {
	text-transform: capitalize;
}

.wk-theme2-prod-whislist-comapre-wrapper .wk-theme2-prod-whislist .towishlist {
	max-width: 85px;
	display: inline-block;
}

.wk-theme2-prod-whislist-comapre-wrapper .wk-theme2-prod-comapre .tocompare {
	max-width: 85px;
	display: inline-block;
}

.catalog-category-view .page-wrapper .page-title-wrapper.image,
.catalog-product-view .page-wrapper .page-title-wrapper.image {
	background-image: none;
	min-height: auto !important;
	max-height: 210px;
	overflow: hidden;
}

.swatch-option.text {
	color: #222;
}

.share-box ul.share-list&gt;li&gt;a.twitter::before {
	content: "";
	display: block;
	background: url(images/twitter-logo-black.png);
	width: 14px;
	height: 14px;
	background-position: center;
	background-size: 14px;
	margin-right: 10px;
}

.share-product-cart .share-box a.twitter {
	color: #000 !important;
	border: 2px dashed #000;
}

.share-product-cart .share-box a:hover.twitter {
	background: #000;
}

.share-product-cart .share-box a:hover svg {
	fill: #fff;
}

.form-login .password .control {
	position: relative;
}

.form-login .password .control .show_password {
	position: absolute;
	top: 1px;
	right: 1px;
	height: 38px;
	padding: 10px;
	cursor: pointer;
	display: flex;
	align-items: center;
	background: #fff;
}

.marketplace-account-login .form-login .password .control .show_password {
	height: 48px;
}

.success-story_slider .owl-nav {
    position: relative;
    width: 100px;
    left: calc(100% - 10%);
    bottom: 78px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.success-story_slider .owl-nav&gt;div {
    position: relative;
    display: inline-flex;
    width: auto !important;
    height: auto;
    top: inherit !important;
    margin: inherit !important;
    line-height: normal !important;
}
.success-story_slider .owl-nav&gt;div i.fa {
    font-size: 28px;
    padding: 0px 10px;
    color:#fff;
}
.success-story_slider .owl-nav&gt;div.owl-prev {
    left: 0px !important;
}
.success-story_slider .owl-nav&gt;div.owl-next {
    right: 0px !important;
}</pre></body></html>