/* Common css */


body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #222 !important;
}
.center-col {
    float: none !important;
    margin-left: auto;
    margin-right: auto;
}
.login-by-credentials  input[type=password],
.login-by-credentials input[type=text] {
    height: auto !important;
    padding: 6px 4px;
	border-radius: 3px;
    /* font-family: 'Dosis', sans-serif; */
}
.login-by-credentials .fieldset>.field>.label{
    padding: 15px 0 6px;
}
.login-by-credentials .action-login.wk-mp-btn{
	color: #222 !important;
    padding: 8px 12px !important;
    line-height: 18px !important;
}
.login-by-credentials .action span,
.login-by-credentials .action{
	/* font-family: 'Dosis', sans-serif; */
    font-size: 14px;
    color: #222;
    text-shadow: none;
    text-transform: none !important;
	font-weight: 600;
}

@media (min-width: 768px), print {
	.popup-authentication .modal-inner-wrap {
		min-width: 768px;
		width: 60%;
	}
	.popup-authentication .block[class] {
		box-sizing: border-box;
		float: left;
		padding: 10px 30px 0 0;
		width: 50%;
	}
	.popup-authentication .block[class]+.block {
		border-left: 1px solid #c1c1c1;
		border-top: 0;
		margin: 0;
		padding: 10px 0 0 40px;
	}
	.block-authentication .block-title {
		font-size: 2.6rem;
		border-bottom: 0;
		margin-bottom: 25px;
	}
	.popup-authentication .block[class]+.block:before {
		left: 0;
		top: 50%;
	}
}
.modal-header{
	border-bottom: none !important;
}
.block-authentication .block-title strong {
    font-weight: 300;
}


/* Start OTP login */
h4.form-login-subtitle {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #222 !important;
    text-align: center !important;
    padding: 15px 0 10px 0;
}
.otp-username-change {
    display: block;
}
.block-authentication .otp-interface-change .provided-user-id {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    padding-top: 5px;
}
.block-authentication .otp-interface-change .edit-link {
    margin-left: 10px;
    position: relative;
    top: 2px;
	color: #333333;
}
.block-authentication .otp-interface-change .edit-link .fa, .fas {
    font-weight: 900;
}

.block-authentication .otp-interface-change .edit-link .fa, 
.block-authentication .otp-interface-change .edit-link .far, 
.block-authentication .otp-interface-change .edit-link .fas {
    font: normal normal normal 14px / 1 FontAwesome;
}
.block-authentication .otp-interface-change .edit-link .fa-edit:before {
    content: "\f044";
}
.otp-container .fieldset{
	padding: 22px 25px 12px 33px;
}
.otp-container .verify-login-otp{
	padding: 8px 12px;
	line-height: 18px
}
.otp-container .verify-login-otp:hover{
	color: #222;
}
.block-new-customer p {
    margin-top: 1em;
    margin-bottom: 1em;
	color: #222;
}
.wk-mp-btn {
    color: #222 !important;
    padding: 8px 12px !important;
    line-height: 18px !important;
    text-transform: none !important;
}

/* Start cookies modal */
.amgdprcookie-buttons-block button.amgdprcookie-button {
    margin-left: 0 !important;
    background: #ffa63d;
    color: #fff;
}
.amgdprcookie-groups-modal .modal-inner-wrap .amgdprcookie-done {
    width: auto;
}
.amgdprcookie-groups-modal .modal-inner-wrap .amgdprcookie-done:hover{
background: linear-gradient(0deg, #fbdd99 0%, #f0c049 100%);
border: transparent;
}
.amgdprcookie-groups-modal .modal-inner-wrap .amgdprcookie-done:focus{
box-shadow: none;
}
.amgdprcookie-cookie-container.-modal .amgdprcookie-header, .amgdprcookie-cookie-container.-modal .amgdprcookie-text{
	width: 100%;
}
@media (min-width: 768px), print {
    .amgdprcookie-cookie-container .amgdprcookie-toggle-cookie {
        padding-left: 0;
    }
}
div#modals_ajaxcart {
    bottom: 10% !important;
    text-align: right !important;
    right: 35% !important;
    left: 35% !important;
}

/* start mini cart */
.block-minicart .items-total, .block-minicart .subtotal {
    display: block;
	margin: 0;
    float: none;
}
.block-minicart .items-total span.count {
    color: #000;
}
.block-minicart .subtotal .label span, .block-minicart .items-total span, .block-minicart .subtotal span {
    font-size: 14px;
    color: #333;
    font-weight: 600;
}
.block-minicart .subtotal .label {
    color: #333;
    font-weight: bold;
    padding: 0;
    display: inline-block;
    text-transform: uppercase;
}
.block-minicart .subtotal .amount {
    display: inline-block;
}
.block-minicart .amount .price-wrapper:first-child .price {
    font-size: 18px;
    font-weight: 600;
    color: #c33;
}
.block-minicart .block-content>.actions {
    padding: 0;
}
.block-minicart .block-content>.actions>.primary {
    margin: 0 0 15px;
}
.block-minicart .block-content>.actions>.primary .action.primary {
    border-width: 1px;
    border-style: solid;
    color: #fff;
    display: block;
    height: 33px;
    line-height: 33px;
    margin: 0 auto 15px;
    padding: 0 35px;
    width: auto;
    font-weight: 600;
    font-size: 100%;
    border-radius: 3px;
}
.block-minicart .minicart-items-wrapper {
    overflow: inherit;
}
.minicart-items-wrapper {
    margin: 0;
    padding: 15px 0;
    border: 0;
    overflow-x: auto;
}
.minicart-items .product-item {
    margin: 0;
    padding: 20px 0;
}
.minicart-items-wrapper .product-item-photo {
    display: block;
    overflow: hidden;
    position: relative;
    border: 1px solid #e6e6e6;
}
.minicart-items .product-image-wrapper .product-image-photo {
    width: 100px !important;
}
.minicart-items .product-item-details {
    text-align: left;
    padding-left: 110px;
}
.minicart-items .product-item-name {
    margin: 0 0 5px;
    font-size: 100%;
    line-height: 20px;
}
ol#mini-cart .product-item-details a {
    font-size: 16px !important;
}
.minicart-items .product-item-name a {
    font-weight: 600;
}
.price-including-tax, .price-excluding-tax {
    display: block;
    font-size: inherit;
    line-height: normal;
}
.minicart-items-wrapper #mini-cart .product-item-details .product-item-pricing .price-container span.price {
    font-size: 12px;
}
.minicart-items .product-item-details .price {
    color: #222;
    font-size: 16px;
    font-weight: 600;
}
.minicart-items-wrapper .minicart-items .item-qty {
    margin-right: 5px;
    width: 60px;
}
.minicart-items-wrapper .minicart-items .update-cart-item {
    padding: 0 35px;
}
.minicart-items-wrapper .minicart-items .update-cart-item {
    line-height: 32px;
    height: 32px;
    padding: 0 30px;
    margin-top: 5px;
}
.minicart-wrapper .product .actions {
    margin: -40px 23px 0 !important;
}
.block .actions {
    padding: 6px 0;
}
.minicart-wrapper .product .actions>.primary, .cart.table-wrapper .actions-toolbar>.action-edit {
    margin-right: 10px;
}
ol#mini-cart .product-item-details a {
    font-size: 16px !important;
}

.block .actions a {
    float: left;
    color: #f12b63;
    text-decoration: none;
}
.minicart-items .action.edit::before, .minicart-items .action.delete::before, .cart.table-wrapper .actions-toolbar>.action-delete::before, .cart.table-wrapper .actions-toolbar>.action-edit::before {
    color: #000;
    content: "\f040";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 15px;
    font-weight: normal;
    line-height: 15px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    opacity: .3;
}
.minicart-items .action.edit>span, .minicart-items .action.delete>span, .cart.table-wrapper .actions-toolbar>.action-delete>span, .cart.table-wrapper .actions-toolbar>.action-edit>span {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.block-collapsible-nav .item.current a, .block-collapsible-nav .item.current strong, .action.edit span, .action.back span, .action.remind span, .login-container .fieldset::after, .block.block-dashboard-orders .actions a {
    color: #096baf;
    font-size: 13px;
    font-weight: 400;
}
.minicart-items .action.delete::before, .cart.table-wrapper .actions-toolbar>.action-delete::before {
    content: "\f00d";
    font-size: 18px;
    line-height: 18px;
}
#minicart-content-wrapper a.viewcart {
    color: #222 !important;
}
.block-minicart .block-content>.actions .secondary .viewcart {
    border-radius: 3px;
    font-weight: 600;
    border-width: 1px;
    border-style: solid;
    display: inline-block;
    padding: 0 35px;
    line-height: 33px;
    height: 33px;
    text-align: center;
    float: none;
    color: #222;
}
.block-minicart .block-content>.actions .secondary .viewcart span {
    font-size: 14px;
}


/* Start negotiation_popup modal */
.modal-slide._show.negotiation_popup .modal-inner-wrap,
.catalog-category-view .modal-slide._show.negotiation_popup .modal-inner-wrap,
.catalogsearch-result-index .modal-slide._show.negotiation_popup .modal-inner-wrap {
    margin: 5rem auto;
    width: 47% !important;
}
.modal-popup .modal-title {
    width: 100% !important;
    margin-right: 0 !important;
    text-transform: capitalize;
}
.negotiation_popup .sw-negotiation-request-popup label, .negotiation_popup .sw-negotiation-request-popup label span {
    font-size: 15px;
    font-weight: 500;
}
.catalog-category-view .price-box .price,
.catalogsearch-result-index .price-box .price {
    font-size: 19px;
}
form#sw-negotiation-form input {
    padding: 5px;
    width: 70% !important;
    height: auto;
}
input.input-text, textarea {
    font-weight: 500;
    font-size: 15px;
}

.modal-content {
    width: auto !important;
    border: none !important;
}
.modal-header, .modal-footer {
    border: none !important;
}

/* start header Post Requirement modal */
.spares-seller-reg-form {
    background: #fff;
    border: 5px solid #ff9300;
    padding: 20px;
    /* font-family: 'Dosis', sans-serif; */
    float: left;
    width: 100%;
}
.spares-form-header h1 {
    /* font-family: 'Dosis', sans-serif; */
    font-size: 24px;
    color: #ff9300;
    line-height: 40px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0;
}
.spares-form-header hr {
    margin: 3px 0 0;
}
.spares_sell_reg_fieldset {
    border: 1px solid #ccc;
    border-radius: 6px;
}
.fieldset {
    background: #fff;
    padding: 22px 25px 12px 33px;
    margin: 28px 0;
}
.fieldset .legend {
    font-weight: normal;
    font-size: 14px;
    border: 0;
    color: #252525;
    margin: 0;
    padding: 0 0 10px;
    display: block;
}
.spares_sell_reg_legend {
    background: #d9eaff;
    padding: 4px 10px 7px 10px !important;
    font-weight: 600 !important;
    font-size: 16px;
    border-radius: 6px;
    color: #222;
    width: auto !important;
}
.spares_sell_reg_fieldset input.input-text, textarea {
    padding: 6px 4px;
    height: auto;
    font-size: 13px;
    border-radius: 3px;
    /* font-family: 'Dosis', sans-serif; */
    margin: 0;
}
table#tracking_numbers_table tbody#track_row_container input.input-text, textarea {
    padding: 4px 8px;
    height: 32px;
    font-size: 13px;
    margin-left: 0;
    border-radius: 3px;
    min-height: 85px;
}
.badge-custom_save {
    background: linear-gradient(0deg, #f0c049 0, #fbdd99 100%);
    border: transparent;
    margin-right: 10px;
    padding: 10px 10px;
    margin-left: 10px;
    font-weight: 600;
    color: #222 !important;
    position: relative;
    top: -1px;
    text-decoration: none !important;
}
.wk-mp-page-bottom .footer-copyright .copyright span {
    color: #999999 !important;
}


/* start Confirmation of interest modal */
.auction_details_popup .modal-inner-wrap {
    width: 40%;
}
.auction_details_popup .modal-inner-wrap input.input-text {
    padding: 8px 20px;
    height: 42px;
    font-weight: 500;
    font-size: 15px;
    border-radius: 3px;
    border-color: #ccc;
    /* font-family: 'Dosis', sans-serif; */
}
.auction_details_popup .modal-inner-wrap select{
background: #fff;
border: 1px solid #e6e6e6;
/* font-family: 'Dosis', sans-serif; */
padding: 2px 3px;
}


/* Start block-compare */
.block-compare ol#compare-items {
    padding: 0 18px;
}
.block-compare ol#compare-items li{
width: 100%;
padding-left: 0;
}
.block-compare .action.delete{
    left:inherit
}
.block-compare .action.delete:before {
    color: #ccc;
    content: "\f00d";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 15px;
    font-weight: normal;
    line-height: 15px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}
.block-compare .actions-toolbar{
    padding-left: 18px
}
.block-compare .product-item .product-item-name {
    margin-left: 0;
}
@media (min-width: 768px), print {
    .page-layout-2columns-left .sidebar-additional {
        clear: left;
        float: left;
    }
}


.invoicedocuments-order_invoice-view .order-details-items .actions-toolbar{
    text-align: right;
}
.invoicedocuments-order_invoice-view .order-details-items .actions-toolbar .actions{
	width: auto;
}
.wk-mp-design .fieldset{
padding:inherit;
}
.block.block-compare .counter.qty {
    color: #fff;
    font-weight: 600;
    margin-left: 9px;
}


/* Start styles-custom reflect */
.page-layout-seller-2columns-left button{
    padding: 7px 15px;
	line-height: inherit;
	border-radius: inherit;
}
button.admin__action-dropdown{
	padding: 0.7rem 3.3rem 0.8rem 1.5rem;
}

/* Start Common style */
		.page-header ul, .page-header ol, .page-footer ul, .page-footer ol, .sidebar ul, .sidebar ol, .content-popup-inner ul, .brand-cms-static {
			list-style: none;
		}
		small, .small {
			font-size: 14px;
			font-weight: 500;
		}
		.page-layout-2columns-left .action, .page-layout-2columns-left .button, .page-layout-2columns-left button, .page-layout-2columns-left button.button span, .page-layout-2columns-left button span {
			/* font-family: 'Dosis', sans-serif; */
			font-size: 14px;
			color: #222;
			text-shadow: none;
			text-transform: none !important;
			border: none;
		}
		.breadcrumbs {
			margin: 0;
			padding: 10px 0;
			position: relative;
			z-index: 1;
			background: transparent;
		}
		.breadcrumbs {
			text-align: left;
		}
		.breadcrumbs ul {
			margin: 0;
			padding: 0;
		}
		.items {
			margin: 0;
			padding: 0;
			list-style: none none;
		}

.breadcrumbs li:not(:last-child) {
    padding-inline-end: 12px;
    margin-inline-end: 12px;
}
.breadcrumbs li.home {
    padding-left: 0;
}
.breadcrumbs li.home, .breadcrumbs li.Home {
    background-image: none;
}
.breadcrumbs .inner-breadcrumbs li a, .breadcrumbs li strong, .breadcrumbs li {
    line-height: 20px;
    display: initial;
    color: #fff !important;
    font-weight: 600;
    font-size: 12px;
}
.breadcrumbs li {
    position: relative;
}
.breadcrumbs li {
    display: inline-block;
    line-height: normal;
    padding: 0;
}
.breadcrumbs li a, .breadcrumbs li strong {
    font-size: 11px;
    color: #fff;
    background: #096baf;
    text-transform: none;
    padding: 2px 7px;
}
.breadcrumbs li.item:last-child {
    background: #096baf;
    padding: 2px 7px;
}
.breadcrumbs li:not(:last-child):after {
    color: #e79c0b;
}
.breadcrumbs li:not(:last-child):after {
    content: "/";
    position: absolute;
    right: -4px;
    top: 50%;
    transform: translate(0, -50%);
}
.page-layout-2columns-left .column.main, .page-layout-2columns-right .column.main {
    padding: 0 15px;
    margin-top: 0px;
}

/* Start Quick Modal */
.catalog-category-view .modal-popup {
    z-index: 910;
    background: #333333a6;
}
.modal-popup._inner-scroll {
    overflow-y: visible;
}
.modal-popup {
    z-index: 900;
    left: 0;
    overflow-y: auto;
}
.modal-slide, .modal-popup {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
}
.modal-slide._show, .modal-popup._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.modal-popup.modals-quickview .modal-inner-wrap {
    max-width: 900px;
}
.modal-popup._show .modal-inner-wrap {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.modal-slide._show .modal-inner-wrap, .modal-popup._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 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%);
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: transform .2s ease;
	overflow-y: auto;
}
.popup-authentication .modal-inner-wrap {
	min-width: 768px;
	width: 60%;
}
.modal-slide .modal-inner-wrap, .modal-popup .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
}
.modals-quickview .modal-inner-wrap .modal-header {
    border: 0 none;
    display: block;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.modal-popup .modal-header {
    padding-bottom: 1.2rem;
    padding-top: 10px;
}
.modal-popup .modal-header, .modal-popup .modal-footer {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}
.modal-header{
	border-radius: 4px 4px 0 0;
}
.modal-header, .modal-footer {
    border: none;
}
.catalog-category-view .modal-slide .action-close {
    /* position: absolute;
    right: 20px;
	padding: 5px; */
}
.modals-quickview.modal-popup .action-close {
    height: 30px;
    line-height: 30px;
}
.modal-slide .action-close,
.cms-index-index .modal-slide .action-close {
    position: absolute;
    right: 3px !important;
    /* top: 2px; */
}
.modal-custom .action-close, .modal-popup .action-close, .modal-slide .action-close {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
    box-sizing: content-box;
    display: inline-block;
    font-weight: 400;
    line-height: inherit;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 2px !important;
    padding: 0 !important;
    text-decoration: none;
    text-shadow: none;
    top: 2px;
}
.modal-custom .action-close:focus, .modal-popup .action-close:focus, .modal-slide .action-close:focus {
	outline-color:transparent;
}
.modals-quickview.modal-popup .action-close:before {
    line-height: normal;
}
.modal-custom .action-close::before, .modal-popup .action-close::before, .modal-slide .action-close::before {
    color: #000;
    content: "\f00d";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 15px;
    font-weight: normal;
    line-height: 15px;
    margin: 0;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
}
.modal-custom .action-close>span, .modal-popup .action-close>span, .modal-slide .action-close>span {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.modals-quickview .modal-inner-wrap .modal-content {
    padding: 15px 0 15px 15px;
}
.modal-inner-wrap .modal-content {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    border: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.modal-content {
    width: auto;
    border: none;
}
.page-wrapper {
    overflow: hidden;
}
.modals-quickview .images-breadcrumbs {
    display: none;
}
.content-quickview .page-main-pal.container, .cms-index-index .content-quickview .page-main-pal .page-title-wrapper {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
	margin: 0 0 15px;
}
.page-products .page-title-wrapper, .catalog-category-view .page-title-wrapper {
    margin: 0 0 15px;
}
.messages {
    z-index: 8;
}

.messages {
    width: 100%;
    overflow: hidden;
    z-index: 88;
    position: relative;
}
.messages, .messages ul {
    list-style: none !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.messages {
    z-index: 8;
}
.messages {
    width: 100%;
    overflow: hidden;
    z-index: 88;
    position: relative;
}

.messages, .messages ul {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.messages .remove-msg {
    position: absolute;
    top: 10px;
    right: 15px;
    left: auto;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Linearicons-Free';
    color: #222;
}
.page-layout-2columns-left .alocolumns, .page-layout-2columns-right .alocolumns {
    margin: 0 -15px;
}
.page-layout-2columns-left .content-quickview .column.main, .page-layout-2columns-right .content-quickview .column.main {
    width: 100%;
}
.product-view {
    margin: 0 0 10px;
}
.product-primary-column {
    width: 100%;
}
.page-layout-2columns-left .product-view .product.media, .page-layout-2columns-right .product-view .product.media, .page-layout-3columns .product-view .product.media {
    width: 50%;
}
.gallery-placeholder {
    min-height: 210px;
}
.page-layout-2columns-left .product-view .product-info-main, .page-layout-2columns-right .product-view .product-info-main, .page-layout-3columns .product-view .product-info-main {
    width: 48%;
}
.product-view .product-shop {
    /* max-height: calc(100vh - 210px); */
    /* overflow-y: scroll;
    overflow-x: hidden; */
}
.product-view .product-shop {
    text-align: left;
}
.page-products .content-quickview .page-title-wrapper {
    text-align: left;
}
.page-products .page-title-wrapper, .catalog-category-view .page-title-wrapper {
    margin: 0 0 15px;
    text-align: left;
}
.product-view .product-shop .page-title-wrapper .page-title {
    margin: 0;
    padding: 0;
}

.product-info-main .page-title-wrapper .page-title {
    line-height: 1.42857143;
}
.page-layout-2columns-left h1.page-title {
    margin-bottom: 0;
}
.catalog-category-view .page-title {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}
.product-view .product-shop .page-title-wrapper .page-title span {
    font-size: 18px;
    overflow-wrap: anywhere;
    text-overflow: ellipsis;
    font-weight: 600;
    color: #222 !important;
}

.product-view .product-shop .page-title-wrapper .page-title span {
    display: block;
    margin: 0;
    text-transform: capitalize;
}
.product-shop-content, .product-add-form {
    padding-left: 0;
}
.product-shop-content {
    padding: 0;
}
.cms-index-index .price-final_price, .catalog-category-view .price-final_price, .catalogsearch-result-index .price-final_price {
    width: 67%;
    display: inline-block;
    text-align: left;
}

.product-info-main .price-box {
    margin: 0;
}
.product-info-main .price-box .price-including-tax+.price-excluding-tax, .product-options-bottom .price-box .price-including-tax+.price-excluding-tax, .product-info-main .price-box .weee+.price-excluding-tax, .product-options-bottom .price-box .weee+.price-excluding-tax, .product-info-main .price-box .weee, .product-options-bottom .price-box .weee {
    line-height: normal;
}
span.exclusive-taxes-declaration {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #1b1640;
    text-transform: initial;
}
.cms-index-index .product-shop.product-info-main .stock.available, .catalog-category-view .product-shop.product-info-main .stock.available, .catalogsearch-result-index .product-shop.product-info-main .stock.available {
    padding-right: 7px;
}
.product-shop.product-info-main .stock.available, .product-shop.product-info-main .stock.unavailable {
    text-transform: capitalize;
}

.product-info-main .stock.available, .product-info-main .stock.unavailable {
    display: inline-block;
    font-weight: 700;
    margin-right: 20px;
    text-transform: uppercase;
    vertical-align: top;
}
.available {
    margin: 2px 0;
}
.available {
    margin: 10px 0;
    padding: 5px 0 5px 30px;
    display: block;
    line-height: 1.2em;
    font-size: 1.3rem;
    color: #006400;
    background: url(../../images/check-symbol.png) no-repeat scroll 6px 3px #e5efe5;
}
.product-info-main .price-box .price-wrapper .price, .product-options-bottom .price-box .price-wrapper .price {
    font-size: 18px;
    font-weight: 600;
}
.cms-index-index .product-info-stock-sku, .catalog-category-view .product-info-stock-sku, .catalogsearch-result-index .product-info-stock-sku {
    padding-top: 3px;
    margin: 0;
    padding-bottom: 5px;
}

.product-info-stock-sku {
    margin: 0 0 20px;
    padding: 20px 0 0;
}
.product-info-main .product.attribute.sku .type, .product-info-main .product.attribute.sku .value, .product-item-inner .product.attribute .type, .product-item-inner .product.attribute .value {
    display: inline-block;
    font-size: 15px;
}

.product-info-main .product.attribute.sku .type, .product-item-inner .product.attribute .type {
    color: #333;
    font-weight: bold;
}
.product-info-main .product.attribute.sku .type:after, .product-item-inner .product.attribute .type:after {
    content: ":";
}
.cms-index-index .shipping-estimation, .catalog-category-view .shipping-estimation, .catalogsearch-result-index .shipping-estimation {
    border: 1px solid #c3c3c3;
    width: 450px;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
    background: #f3f3f3;
}
.cms-index-index .shipping-estimation .fieldset, .catalog-category-view .shipping-estimation .fieldset, .catalogsearch-result-index .shipping-estimation .fieldset {
    margin: 0;
    padding: 0;
    background: #f3f3f3;
}
.estimation-header {
    padding-bottom: 5px;
}
.cms-index-index .additional-top-attributes .top-attributes, .catalog-category-view .additional-top-attributes .top-attributes, .catalogsearch-result-index .additional-top-attributes .top-attributes {
    padding-bottom: 7px;
}
strong {
    font-weight: bold;
}
.form-list label, .fieldset label {
    display: inline-block;
    color: #222;
    font-weight: 500;
    font-size: 15px;
    padding: 0;
    margin: 0;
    line-height: normal;
}

.label {
    white-space: normal;
}
.form-list label, .fieldset label span {
    font-size: 15px;
    font-weight: 500;
}
.required label:first-child span::after {
    content: "*";
    color: red;
    margin-left: 2px;
}
#mse-estimate_postalcode, #estimate_qty {
    /* font-family: 'Dosis'; */
    width: 65px;
}
.page-layout-2columns-left .action, .page-layout-2columns-left .button, .page-layout-2columns-left button, .page-layout-2columns-left button.button span, .page-layout-2columns-left button span {
    /* font-family: 'Dosis', sans-serif; */
    font-size: 14px;
    color: #222;
    text-shadow: none;
    text-transform: none !important;
    border: none;
}
button.button, button, .cart .continue, .actions-toolbar .primary a.action {
    display: inline-block;
    vertical-align: top;
    overflow: visible;
    width: auto;
    border-style: solid;
    border-width: 1px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    height: auto;
    line-height: 42px;
    padding: 0 35px;
    border-radius: 3px;
}
button.button:hover, button:hover, .cart .continue:hover, .actions-toolbar .primary a.action:hover {
    color: #000 !important;
}
button:focus {
    outline-width: 0;
}
.estimation-body {
    padding-top: 7px;
}
.deliver-to a {
    padding-bottom: 5px;
    padding-top: 10px;
    display: block;
}
.deliver-to a span {
    font-weight: 600;
}
.modals-quickview .superseller-link, .catalog-product-view .superseller-link {
    margin: 8px 0 17px;
}
.modals-quickview .superseller-link a, .catalog-product-view .superseller-link a {
    border: 1px solid #096baf;
    padding: 5px;
    border-radius: 6px;
    background: #d3e8ff;
    color: #096baf !important;
    font-weight: 700;
}
.cms-index-index .product-info-main .product.attribute.overview, .catalog-category-view .product-info-main .product.attribute.overview, .catalogsearch-result-index .product-info-main .product.attribute.overview {
    padding: 10px 0 0;
}
.cms-index-index .product-info-main .product.attribute.overview p{
line-height: normal;
margin-bottom: inherit;
margin-top: 0;
color: inherit;
}
.content-quickview .product.attribute.overview {
    margin-bottom: 7px;
}
.product-info-main .product.attribute.overview {
    border-top: 1px solid #e6e6e6;
    color: #222;
    font-size: 14px;
    margin: 0;
	margin-bottom: 7px;
    padding: 15px 0 0;
}
.box-tocart {
    padding: 0;
}
.product-add-form .fieldset {
    padding: 0;
    margin: 0;
}
#product_addtocart_form .add-to-cart {
    margin: 0;
    padding: 4px 0 0 !important;
}
.add-to-cart, .out-of-stock {
    /* float: left; */
}
.add-to-cart .qty {
    display: inline-block;
    margin-right: 0;
}
.cms-index-index .box-tocart .add-to-cart label.label, .catalog-category-view .box-tocart .add-to-cart label.label, .catalogsearch-result-index .box-tocart .add-to-cart label.label {
    width: auto;
    display: inline-block;
    padding: 0 15px 0 0;
    vertical-align: text-bottom;
}

.product-add-form .field.qty label, .block-bundle-summary .product-details .field.qty .label span {
    color: #333;
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 10px;
    line-height: normal;
    display: block;
    float: none;
}
.product-view .field.qty label, .product-view .field.qty label span, .block-bundle-summary .product-details .field.qty .label span {
    color: #333;
    font-size: 13px;
    font-weight: normal;
    margin: 0 0 10px 0;
    line-height: normal;
    display: block;
    float: none;
}
.cms-index-index .product-view .product-qty, .catalog-category-view .product-view .product-qty, .catalogsearch-result-index .product-view .product-qty {
    margin: 10px 0 5px 0;
    padding: 0;
    display: inline-block;
}
.product-view .product-qty .custom-qty, .block-bundle-summary .product-details .product-qty .custom-qty {
    background-color: #ffffff;
    border-color: #e6e6e6;
}
.product-view .product-qty .custom-qty, .block-bundle-summary .product-details .product-qty .custom-qty {
    border-width: 1px;
    border-style: solid;
    margin: 0;
    padding: 5px 14px;
    border-radius: 3px;
    background-color: #f7f7f7;
	float: left;
}
.product-add-form .product-qty .custom-qty .btn-plus {
    float: left;
}
.cms-index-index .negotiation-section {
    top: -7px;
    left: -15px;
}
.product-view .product-shop .add-to-cart .items, .box-tocart .items, .product-shop .add-to-box .items {
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    border-radius: 100%;
    font-size: 13px;
    border-width: 1px;
    border-style: solid;
    border-color: #e7e7e7;
    margin: 0;
    padding: 0;
    color: #fff;
    cursor: pointer;
    float: left;
    text-align: center;
    line-height: 26px;
    height: 26px;
    width: 26px;
}
.box-tocart .items.reduced {
    background-image: url(../../../en_US/images/alothemes/ion-minus.png);
}
.box-tocart .items.increase {
    background-image: url(../../../en_US/images/alothemes/ion-plus.png);
}
.product-view .product-shop input.qty, .block-bundle-summary .product-details input.qty {
    color: #000000;
    background-color: rgba(0, 0, 0, 0);
}
.product-view .product-shop input.qty, .block-bundle-summary .product-details input.qty {
    border-width: 0;
    border-style: solid;
    border-color: #e6e6e6;
    border-radius: 0;
    color: #000;
    float: left;
    font-size: 14px;
    height: 26px;
    padding: 0 5px;
    text-align: center;
    width: 65px !important;
    font-weight: bold;
}
.add-to-cart .qty {
    display: inline-block;
    margin-right: 0;
}
.cms-index-index #product-addtocart-button, .catalog-category-view #product-addtocart-button, .catalogsearch-result-index #product-addtocart-button {
    display: inline-block;
    width: 109px;
    margin: 10px 0 0 5px;
    padding: 9px !important;
    line-height: 13px !important;
    height: 36px;
}
.product-view .add-to-cart button.button {
    background: linear-gradient(0deg, #f0c049 0%, #fbdd99 100%);
}
.product-view .add-to-cart button.button {
    color: #222222;
    border-color: rgba(0, 0, 0, 0);
}
.product-view .add-to-cart button.button span {
    padding-left: 14px;
}

.product-view .add-to-cart button.button span {
    height: auto;
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
    text-transform: capitalize;
    font-size: 14px;
}
.cms-index-index #instant-purchase, .catalog-category-view #instant-purchase, .catalogsearch-result-index #instant-purchase {
    display: inline-block;
}
.catalog-category-view .modals-quickview .negotiation-section {
    display: inline-block;
    top: -6px;
    text-align: center;
    width: 25%;
    background: none;
    right: 0;
    padding: 0px 0px 4px 0px;
    border-radius: 4px;
    font-weight: 600;
	vertical-align: text-bottom;
}
.cms-index-index .product-view .add-to-cart a.sw-negotiation-open-modal-form, .catalog-category-view .product-view .add-to-cart a.sw-negotiation-open-modal-form, .catalogsearch-result-index .product-view .add-to-cart a.sw-negotiation-open-modal-form {
    background: linear-gradient(0deg, #f0c049 0, #fbdd99 100%);
    display: table;
    text-align: center;
    font-size: 14px;
    color: #222;
    margin: 0 0 0 15px;
    height: 36px;
    line-height: 33px;
    padding: 0 22px;
    width: 100%;
    border-radius: 3px;
    font-weight: 600;
}
.catalog-category-view .modals-quickview a.sw-negotiation-open-modal-form, .catalogsearch-result-index .modals-quickview a.sw-negotiation-open-modal-form {
    margin: 0 0 0 12px !important;
}
.catalog-category-view .modals-quickview .negotiation-section a span, .catalogsearch-result-index .modals-quickview .negotiation-section a span {
    font-size: 14px;
}
.catalog-category-view .modals-quickview .pl-140, .catalogsearch-result-index .modals-quickview .pl-140 {
    left: 120px;
}

.pl-140 {
    left: 140px;
}
.field-tooltip {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 1px;
}
.tooltip-right .field-tooltip-content {
    right: 38px !important;
    /* left: auto !important; */
}

.field-tooltip .field-tooltip-content {
    background: #f4f4f4;
    border: 1px solid #999999;
    border-radius: 1px;
    font-size: 14px;
    padding: 12px;
    width: 270px;
    display: none;
    left: 38px;
    position: absolute;
    text-transform: none;
    top: -9px;
    word-wrap: break-word;
    z-index: 2;
}
.product-view .add-to-cart button.button span::before {
    content: "\f217";
    position: relative;
    font: normal normal normal 16px / 1 FontAwesome;
    font-size: inherit;
    left: -10px;
}
.catalog-category-view .modals-quickview .negotiation-section {
    display: inline-block;
    top: -6px;
    text-align: center;
    width: 25%;
    background: none;
    right: 0;
    padding: 0px 0px 4px 0px;
    border-radius: 4px;
    font-weight: 600;
	vertical-align: text-bottom;
	letter-spacing: normal;
}
.cms-index-index .product-view .add-to-cart a.sw-negotiation-open-modal-form, .catalog-category-view .product-view .add-to-cart a.sw-negotiation-open-modal-form, .catalogsearch-result-index .product-view .add-to-cart a.sw-negotiation-open-modal-form {
    background: linear-gradient(0deg, #f0c049 0, #fbdd99 100%);
    display: table;
    text-align: center;
    font-size: 14px;
    color: #222;
    margin: 0 0 0 15px;
    height: 36px;
    line-height: 33px;
    padding: 0 22px;
    width: 100%;
    border-radius: 3px;
    font-weight: 600;
}
.catalog-category-view .modals-quickview a.sw-negotiation-open-modal-form, .catalogsearch-result-index .modals-quickview a.sw-negotiation-open-modal-form {
    margin: 0 0 0 12px !important;
}
.catalog-category-view .modals-quickview .negotiation-section a span, .catalogsearch-result-index .modals-quickview .negotiation-section a span {
    font-size: 14px;
}
.catalog-category-view a.negotiation-list-item span {
    font-weight: 600;
}
.product-view .product-shop .product-social-links, .product-add-form .product-social-links {
    display: block;
    margin: 0;
    padding: 0 0 25px;
    border-bottom: 1px solid #e6e6e6;
}
.product-view .product-shop .add-to-links, .product-add-form .add-to-links {
    text-align: left;
}

.product-view .product-shop .add-to-links, .product-add-form .add-to-links {
    margin: 0;
}
.add-to-links {
    font-size: 11px;
}
.product-view .product-shop .product-social-links a, .product-add-form .product-social-links a {
    color: #666666;
}
.product-view .product-shop .product-social-links a, .product-add-form .product-social-links a {
    font-size: 14px;
    font-weight: 600;
    margin: 0 15px 0 0;
    padding: 0;
    text-decoration: none;
    display: inline-block;
    border-style: solid;
    border-width: 0;
}
.product-view .product-shop .product-social-links a .icons, .product-add-form .product-social-links a .icons {
    margin: 0 5px 0 0;
}
.catalog-category-view a.tocompare i, .catalog-category-view a.towishlist i {
    margin-right: 10px;
    color: #e79c0b !important;
}
.wk-supplier-product-block {
    border-top: 1px solid #ccc;
    padding-top: 15px;
}
.modals-quickview .wk-supplier-product-row {
    text-align: left;
}

.wk-supplier-product-row {
    padding: 5px 0;
}
.product-view .product-shop .product-social-links a:last-child, .product-add-form .product-social-links a:last-child {
    margin: 0;
}

.product-view .product-shop .product-social-links a, .product-add-form .product-social-links a {
    color: #666666;
}
.modals-quickview .wk-supplier-product-row a.wk-supplier-title {
    color: #096baf !important;
}
.product-view .product-shop .product-social-links a, .product-add-form .product-social-links a {
    font-size: 14px;
    font-weight: 600;
    margin: 0 15px 0 0;
    padding: 0;
    text-decoration: none;
    display: inline-block;
    border-style: solid;
    border-width: 0;
}
.cms-index-index .warehouse-address, .catalog-category-view .warehouse-address, .catalogsearch-result-index .warehouse-address {
    padding: 12px 0 7px;
    text-align: left;
}
.cms-index-index .warehouse-address strong, .catalog-category-view .warehouse-address strong, .catalogsearch-result-index .warehouse-address strong {
    padding-right: 15px;
}

.warehouse-address .title {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
}
.warehouse-address label {
    display: inline;
    font-size: 14px;
    font-weight: 500;
}

.form-list label, .fieldset label {
    display: inline-block;
    color: #222;
    font-weight: 500;
    font-size: 15px;
    padding: 0;
    margin: 0;
    line-height: normal;
}
.cms-index-index .product-view .product-shop .addit, .catalog-category-view .product-view .product-shop .addit, .catalogsearch-result-index .product-view .product-shop .addit {
    clear: both;
    padding: 2px 0 0 0;
    float: none;
    margin: 0;
}
.custom-html {
    padding-top: 5px;
}
.alo-social-links .custom-html .title-social {
    padding: 0 10px 0 0;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    line-height: 25px;
}

.icon-share, .title-social {
    display: inline-block;
    vertical-align: middle;
}
.alo-social-links .custom-html .icon-share {
    margin: 0;
}

.icon-share, .title-social {
    display: inline-block;
    vertical-align: middle;
}
.alo-social-links .custom-html ul li {
    padding: 0;
    margin: 0;
    float: left;
}
.social-link:last-child {
    margin-right: 0;
}

body.page-layout-1column a, body.page-layout-2columns-left a, body.page-layout-2columns-right a, .block-collapsible-nav .item a {
    color: #333333;
}
a:visited, .alink:visited {
    color: #1979c3;
    text-decoration: none;
}
.social-link {
    margin: 0 20px 0 0;
    border-radius: 10%;
    display: inline-block;
    height: 43px;
    line-height: 43px;
    text-align: center;
    width: 43px;
    font-size: 18px;
    color: #222;
}
.social-link .fa {
    width: 43px;
    height: 43px;
    line-height: 43px;
}
.hidden {
    display: block !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}

.custom-container {
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media only screen and (min-width: 1680px) {
    .custom-container {
        max-width: 1650px;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    .tsuk-theme .container.custom-container {
        max-width: 1140px;
        padding-right: 0;
        padding-left: 0;
        margin-right: auto;
        margin-left: auto;
    }
    }
    @media (min-width: 1200px) {
        .tsuk-theme .container.custom-container {
            max-width: 1140px;
            padding-right: 0;
        padding-left: 0;
        }
    }
    .outofstock-li .category-products-grid .product-item-name .product-item-link {
        color: #8d8c8c !important;
    }
    .sold-out-item{
        font-weight: 600;
        font-size: 17px;
        text-align: left;
        width: 64.9%;
        display: inline-block;
        padding-left: 0;
        color: gray;
    }
    button.amgdprcookie-button:hover {
        color:#fff !important;
    }


/* Start For account */
.customer-address-form .legend,
.buyer-edit-profile .legend{
    padding: 10px !important;
}
.customer-address-form div.mage-error[generated]{
    float: none;
}
.mask-changing-button {
    cursor: pointer;
}

.modal-popup.modals-quickview .field-tooltip{
    display: none;;
}
.price-box .price {
    font-size: 17px;
    color: #000 !important;
    font-weight: 600;
}
.template-exclude-tax {
    width: 67%;
    display: inline-block;
    margin-bottom: 10px;
}
.mjproduct-price.taxes-declaration {
    color: #234868;
    font-weight: 600;
    font-size: 13px;
    width: fit-content;
}
.mjproduct-price.taxes-declaration i{
    margin-left: 5px;
    font-size: 1.3em;
}
.searchsuite-autocomplete .template-exclude-tax{
    width: fit-content;
}
table#shopping-cart-table .col{
    width: auto;
}
table#shopping-cart-table .col.item {
	width: 40%;
}
table .col.qty{
    text-align: center;
}

.customer-account-index .table-order-items td.col.total{
     text-align: right;
}

.old-price .price-label {
    display: none;
  }
  .special-price .price-label {
      display: none;
  }
  .price-box .old-price .price {
    text-decoration: line-through;
    font-size: 16px !important;
    color: #888 !important;
    font-weight: 600;
}
.product-info-main .special-price {
    margin-top: 0;
    /* text-align: right; */
}

/* start popover GST */
.applicabletax-popover__wrapper {
    position: relative;
    /* margin-top: 1.5rem; */
    display: inline-block;
  }
  .applicabletax-popover__wrapper i{
    cursor: pointer;
      }
  .applicabletax-popover__content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -89px;
    transform: translate(0, 10px);
    background-color: #f2f2f2;
    padding: 1.5rem;
    box-shadow: 0px 5px 15px 4px rgba(0, 0, 0, 0.26);
    width: 300px;
  }
  @media only screen and (max-width: 1555px) {
    .catalogsearch-result-index .applicabletax-popover__content,
    .catalog-category-view .applicabletax-popover__content {
      left: -176px;
    }
    .catalogsearch-result-index .applicabletax-popover__content:before,
    .catalog-category-view .applicabletax-popover__content:before{
        right: calc(37% - 10px);
    }
  }
  .applicabletax-popover__content:before {
    position: absolute;
    z-index: -1;
    content: "";
    right: calc(66% - 10px);
    top: -8px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #f2f2f2 transparent;
    transition-duration: 0.3s;
    transition-property: transform;
  }
  .applicabletax-popover__wrapper:hover .applicabletax-popover__content {
    z-index: 11111;
    opacity: 1;
    visibility: visible;
    transform: translate(0, 6px);
    transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
  }
  .applicabletax-popover__message {
    text-align: center;
  }
  .applicabletax-popover__content.price-box .price{
    text-align: right;
  }
  .applicabletax-popover__content.price-box table td {
	padding: 2px 0;
	padding-bottom: 4px;
  }
  .applicabletax-popover__content.price-box table tr:last-child td{
    border-top: 2px solid #fbdd99;
  padding-top: 5px;
  padding-bottom: 0;
 }
/* end popover GST */


/* Start alert popup */
div#modals_ajaxcart {
    bottom: 10% !important;
    text-align: right !important;
    right: 35% !important;
    left: 35% !important;
}
div#modals_ajaxcart.show,
div#modals_ajaxcart.hide {
    position: fixed;
    -webkit-animation-name: animatetobottom;
    -webkit-animation-duration: 2s;
    animation-name: animatetobottom;
    animation-duration: 0.5s;
    z-index: 9999;
    bottom: 15%;
    text-align: right;
    right: 60px;
}
div#modals_ajaxcart .message.success {
    background: #4eb051;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 12px 20px 12px 45px;
    z-index: 999999;
    text-transform: none;
    font-size: 15px;
}
div#modals_ajaxcart .message.success > *:first-child:before {
    color: #fff;
    border: 1px solid;
    width: 20px;
    padding: 0px;
    height: 20px;
    top: 25px;
    left: 10px;
    border-radius: 50%;
    font-size: 18px;
    line-height: 18px;
}
/* End alert popup */

.negotiation-proposal-index .modal-popup.confirm .modal-inner-wrap .modal-content {
    padding-right: 3rem;
}
.negotiation-proposal-index .mass-reject {
    margin-top: 13px;
}
.negotiation-proposal-index .mass-reject .required strong::after {
    content: "*";
    color: red;
    margin-left: 2px;
}
.negotiation-proposal-index textarea#reject_reason{
    width: 100% !important;
    margin-bottom: 2px;
}
.negotiation-proposal-index textarea#reject_reason ~ .mage-error{
    float: left;
    width: 100%;
}