/* COMMON CSS CLASSES START */
.modal-backdrop.show {
	opacity: .5;
}
.form-control,
select.form-control:not([size]):not([multiple]) {
	height: 4rem;
	padding: 0.70rem 1rem;
}
.btn {
	padding: 0.85rem 2.5rem;
}
.width50 { width: 50px; }
.width75 { width: 75px; }
.width100 { width: 100px; }
.width120 { width: 120px; }
.width150 { width: 150px; }
textarea.form-control {
	max-width: 100%;
}
.listing-table-heading {
    border-bottom: 1px dashed #aaa;
    padding-bottom: 5px;
    font-weight: 500;
    font-size: 1.8rem;
}
.no-wrap { white-space: nowrap; }

.has-error .error {
	color: #dc3545;
    font-size: 1.3rem;
}

/*
.alert.notify-message {
	position: relative;
	margin-bottom: 1.5rem;
}
.alert.notify-message .heading {
	display: flex;
    flex-direction: row;
    margin-bottom: 0;
    padding-right: 20px;
}
.alert.notify-message button.close {
	position: absolute;
	top: 10px;
	right: 10px;
}
.alert.notify-message .heading i {
	margin-right: 10px;
    font-size: 2rem;
}
.alert.notify-message .heading .title {
	margin-bottom: 0;
}
.alert.notify-message ul {
	list-style: disc;
    padding-left: 40px;
    margin-top: 10px;
    margin-bottom: 0;
}
*/
/* COMMON CSS CLASSES END */

/* HOME PAGE CSS START */
/*
.product-default .alert.notify-message,
.product-single-default .alert.notify-message {
	padding: 0;
    margin-bottom: .5rem;
    background-color: transparent;
    border: none;
}
.product-default .alert.notify-message i.fas.fa-exclamation-triangle,
.product-default .alert.notify-message button.close,
.product-single-default .alert.notify-message i.fas.fa-exclamation-triangle,
.product-single-default .alert.notify-message button.close {
	display: none;
}
.product-default .alert.alert-danger.notify-message .title,
.product-single-default .alert.alert-danger.notify-message .title {
	color: #dc3545;
}
.product-default .alert.alert-success.notify-message .title,
.product-single-default .alert.alert-success.notify-message .title {
	color: #28a745;
}
.product-default .alert.alert-warning.notify-message .title,
.product-single-default .alert.alert-warning.notify-message .title {
	color: #ffc107;
}
.product-default .alert.alert-info.notify-message .title,
.product-single-default .alert.alert-info.notify-message .title {
	color: #17a2b8;
}
*/
/* HOME PAGE CSS END */

.loader {
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:10003;
    background-color:rgba(0,0,0,.8);
    display:none
}
.loader-wrap {
    height:100px;
    width:100px;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%)
}
.loader-text {
    position:absolute;
    bottom:-25px;
    font-size:18px;
    color:#9997aa;
    animation:loaderText 2s infinite ease-in-out both;
    text-align:center;
    width:100%
}
.loader-wrap:after,.loader-wrap:before{
    content:"";
    height:60px;
    width:60px;
    border:10px solid;
    border-radius:10px;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto
}
.loader-wrap:before {
    border-color:#edb41e
}
.loader-wrap:after{
    border-color:#006caa
}
.loader-wrap:before {
    -webkit-animation:animate 2s infinite linear;
    animation:animate 2s infinite linear
}
.loader-wrap:after{
    -webkit-animation:animate2 2s infinite linear;
    animation:animate2 2s infinite linear
}
@keyframes loaderText{
    0% {
        color:#fff
    }
    50%{
        color:rgba(255,255,255,.5)
    }
    100%{
        color:#fff
    }
}
@-webkit-keyframes animate{
    100% {
        -webkit-transform:rotate(180deg);
        transform:rotate(180deg)
    }
}
@keyframes animate{
    100%{
        -webkit-transform:rotate(180deg);
        transform:rotate(180deg)
    }
}
@-webkit-keyframes animate2{
    100%{
        -webkit-transform:rotate(-180deg);
        transform:rotate(-180deg)
    }
}
@keyframes animate2{
    100%{
        -webkit-transform:rotate(-180deg);
        transform:rotate(-180deg)
    }
}
.cat-list.parentcategory-list {
    margin-bottom: 5px;
}
.cat-list.currentcategory-list {
    margin-bottom: 5px;
    margin-left: 5px;
}
.cat-list li.active a, .cat-list li.active a:hover {
    color:rgb(39, 78, 19);
    font-weight: bold;
}
.cat-list.subcategory-list {
    margin-left: 15px;
}

/* CART MINIATURE AND PAGE RELATED CSS START */
#addtocart_qty-error,
#discountcode-error {
	top: 52px;
    position: absolute;
    width: 280px;
}
/*.dropdown-cart-products {
	max-height: 205px;
    overflow-y: auto;
    width: 100%;
}*/
.dropdown-cart-wrapper {
	max-height: 205px;
    overflow-y: auto;
    width: 100%;
}
.dropdown-cart-products .product .product-details {
	width: calc(100% - 30px);
}
.cart-empty,
.cart-table-container .cart-empty {
	font-style: italic;
    font-size: 1.4rem;
    margin: 0 10px;
    border-bottom: 1px solid #e6ebee;
    padding: 10px 0;
    min-height: 50px;
}
.dropdown-cart-products .cart-empty {
	color: #474747;
}
.cart-table-container .cart-empty {
	font-weight: 600;
    font-size: 1.8rem;
    margin: 10px 0 0px;
    border-bottom: none
}
.cart-product-offer-info {
	font-size: 1.1rem;
	color: #66BB6A;
	font-weight: 600;
}
.dropdown-cart-total {
	border-bottom: 1px solid #e6ebee;
}
.dropdown-cart-action {
	margin-top: 15px;
}
.cart-table-container .product-row .product-col {
	display: flex;
    flex-direction: row;
    align-items: center;
}
.cart-table-container .product-row .product-col-1 {
	margin-top: -1px;
}
.cart-table-container .product-row .product-title {
	font-size: 1.5rem;
}
.cart-table-container .product-row div.product-title {
	max-width: calc(100% - 80px);
}
.dropdown-cart-products .product .product-details .configurator-options-container,
.cart-table-container .product-row div.product-title .configurator-options-container {
    margin-bottom: 5px;
    margin-top: 5px;
}
.dropdown-cart-products .product .product-details .configurator-options-container {
	font-size: 1.1rem;
}
.cart-table-container .product-row div.product-title .configurator-options-container {
	font-size: 1.2rem;
	text-align: left;
}
.dropdown-cart-products .product .product-details .configurator-options-container li,
.cart-table-container .product-row div.product-title .configurator-options-container li {
	line-height: 1.4rem;
	margin-bottom: 5px;
}
.cart-table-container .product-row div.product-title .configurator-options-container li {
	line-height: 1.6rem;
}
.dropdown-cart-products .product .product-details .configurator-options-container .questiontitle,
.cart-table-container .product-row div.product-title .configurator-options-container .questiontitle {
	font-weight: 600;
}
.cart-table-container .product-col .product-image-container {
	width: 80px;
}
.cart-table-container .product-col .product-image-container img {
	width: 100%;
}
.cart-table-container .total-col {
	width: 160px;
	text-align: right !important;
}
.cart-table-container .total-col .product-actual-price {
	text-decoration: line-through;
}
.cart-table-container .total-col .product-offer-text {
	color: #66BB6A;
	font-weight: 600;
	font-size: 1.2rem;
}
.cart-table-container .product-action-row td {
	padding-right: 1.2rem !important;
}
.table-totals .shipping-text .order-free-shipping {
	text-align: left !important;
    color: #66BB6A;
    font-weight: bolder;
}
.table-totals .shipping-text .order-free-shipping-error {
	text-align: left !important;
    font-weight: bolder;
}
.order-discount-caption,
.invoice-discount-caption,
.invoice-tax-caption {
	text-align: left !important;
    color: #66BB6A;
    font-weight: bolder;
    font-size: 1.2rem;
}
.product-action-row .btn-move {
	/*font-weight: 600;*/
	margin-right: 15px;
	padding: 0;
	color: #08c;
}
.product-action-row .btn-move.text-muted {
	cursor: not-allowed;
	text-decoration: none;
}
.product-action-row .btn-cart-remove {
	/*margin-left: 10px;*/
	/*margin-right: 0px;*/
	display: inline-block;
    padding: 0;
    font-size: 1.3rem;
    font-weight: 700;
    font-family: "Arial", "Verdana", sans-serif;
    letter-spacing: -.015em;
    text-transform: uppercase;
    white-space: nowrap;
    /*color: #ff0000;*/
}

.order-summary .cart-empty {
	color: #777;
	font-style: italic;
    font-size: 1.5rem;
    margin: 0 0px;
    padding: 15px 0;
    border-bottom: none;
}
.order-summary .product-offer-text {
	color: #66BB6A;
	font-weight: 600;
	font-size: 1.1rem;
}
.order-summary .product-actual-price {
	text-decoration: line-through;
	font-size: 1.2rem;
}
.table-mini-cart .product-col > div {
	padding-top: 0;
}
.table-mini-cart .product-title {
	margin-bottom: 0;
}
.table-mini-cart .price-col {
	padding-top: 1.9rem;
	text-align: right;
	font-size: 1.4rem;
	max-width: 100px;
}
.order-summary .sub-total,
.order-summary .discount,
.order-summary .tax,
.order-summary .delivery-charges {
	font-size: 1.4rem;
	font-weight: 600;
}
.order-summary .order-total {
	font-size: 1.6rem;
	font-weight: 600;
}
.order-summary .sub-total td,
.order-summary .discount td,
.order-summary .delivery-charges td,
.order-summary .tax td {
	border-bottom: none;
	padding-bottom: 0.4rem;
}
.order-summary .sub-total td{
	padding-top: 1.2rem;
}
.order-summary .discount td,
.order-summary .delivery-charges td,
.order-summary .tax td {
	padding-top: 0.4rem;
}
.order-summary .delivery-charges td,
.order-summary .tax td {
	/*padding-bottom: 1.2rem;*/
	padding-bottom: 0.4rem;
}
.order-summary .ordertotalseperator td {
	padding: 0.3rem;
}
.order-summary .order-total td {
	padding-top: 1rem;
	padding-bottom: 1rem;
	border-top: 1px solid #ccc;
}
.order-summary .order-subtotal-text,
.order-summary .order-discount-text,
.order-summary .order-tax-text,
.order-summary .order-total-text,
.order-summary .free-shipping-text,
.order-summary .invoice-discount-text {
	text-align: right;
}
.order-summary .free-shipping-text span {
	color: #66BB6A;
	white-space: nowrap;
}
.order-summary .configurator-options-container  {
    font-size: 1.1rem;
    margin-bottom: 5px;
    margin-top: 5px;
}
.order-summary .configurator-options-container li {
	line-height: 1.4rem;
	margin-bottom: 5px;
}
.order-summary .configurator-options-container .questiontitle {
	font-weight: 600;
}

.checkout-steps li form {
	max-width: 100%;
}
.shipping-step-addresses {
	max-height: 700px;
	overflow-x: auto;
	margin: 15px 0;
}
.shipping-step-addresses .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #ccc !important;
}
.shipping-step-addresses label {
	display: block;
	width: 100%;
	position: relative;
	color: #555;
}
.shipping-address-box {
	width: 100%;
	min-height: auto;
	padding: 1.8rem 4rem 1.8rem 4rem;
	border-bottom: 1px solid #ccc;
}
.shipping-address-box .selected {
	background-color: #f6f6f6;
	border: 1px solid #ccc;
}
.shipping-address-box .shippingmethod {
	position: absolute;
	top: calc(50% - 15px);
	left: 10px;
}
.shipping-address-box .address-box-action {
	margin-top: 0;
}
.shipping-address-box .address-box-action .btn-edit {
	position: absolute;
	top: 10px;
	right: 5px;
	margin-right: 0;
}
.shipping-address-box address {
	line-height: 2rem;
}
.shipping-address-box .address-customer-details {
	font-size: 1.4rem;
	color: #444;
}
.shipping-address-box .address-customer-details .name,
.shipping-address-box .address-customer-details .addresstype {
	margin-right: 5px;
}
.shipping-methods-container .shipping-methods-listing {
	max-height: 700px;
	overflow-x: auto;
	margin: 15px 0;
}
.shipping-methods-listing .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #ccc !important;
}
.shipping-methods-container .checkout-steps-action {
	margin-top: 15px;
}
/*.shipping-methods-container .shipping-method-row {
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 15px 0;
    border: 1px solid #ccc;
    padding: 15px;
}
.shipping-methods-container .shipping-methods-listing .shipping-method-row:last-child {
	margin-bottom: 0;
}
.shipping-methods-container .shipping-method-row:hover,
.shipping-methods-container .shipping-method-row.selected {
	border-color: #08c;
	background-color: #f5f5f5;
}
.shipping-methods-container .shipping-method-row.selected .btn-select-shipping {
	background-color: #08c;
	border-color: #08c;
	color: #fff;
}
.shipping-methods-container .shipping-method-row .rate-container {
	width: 30%;
	min-width: 30%;
	max-width: 30%;
	text-align: center;
}
.shipping-methods-container .shipping-method-row .logo-container {
	width: 100px;
	min-width: 100px;
	max-width: 100px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.shipping-methods-container .shipping-method-row .logo-container img {
	width: 100%;
	height: auto;
}
.shipping-methods-container .shipping-method-row .description-container {
	width: calc(70% - 100px);
	min-width: calc(70% - 100px);
	max-width: calc(70% - 100px);
}
.shipping-methods-container .shipping-method-row .rate-container,
.shipping-methods-container .shipping-method-row .logo-container,
.shipping-methods-container .shipping-method-row .description-container {
	padding: 10px;
}
.shipping-methods-container .shipping-method-row .rate-container .shipping-charge {
	font-size: 1.6rem;
	font-weight: 600;
}
.shipping-methods-container .shipping-method-row .rate-container .delivery-text {
	font-size: 1.3rem;
	font-weight: 600;
}
.shipping-methods-container .shipping-method-row .rate-container .btn-select-shipping {
	padding: 0.5rem 1.2rem;
    text-transform: capitalize;
    margin: 10px 0 0;
}
.shipping-methods-container .shipping-method-row .description-container .shipping-provider {
	font-size: 1.6rem;
	font-weight: 600;
	margin-bottom: 5px;
}
.shipping-methods-container .shipping-method-row .description-container .service-type {
	margin-bottom: 5px !important;
    font-size: 1.2rem;
    font-weight: 600;
}
.shipping-methods-container .shipping-method-row .description-container .description {
	font-size: 1.2rem;
	margin-bottom: 0;
}*/

.shipping-methods-container .shipping-method-row {
	position: relative;
    margin: 15px 0;
    border: 1px solid #ccc;
    padding: 15px;
    cursor: pointer;
}
.shipping-methods-container .shipping-methods-listing .shipping-method-row:first-child {
	margin-top: 0;
}
.shipping-methods-container .shipping-methods-listing .shipping-method-row:last-child {
	margin-bottom: 0;
}
.shipping-methods-container .shipping-method-row:hover,
.shipping-methods-container .shipping-method-row.selected {
	border-color: #08c;
	background-color: #f5f5f5;
}
.shipping-methods-container .shipping-method-row.selected {
	padding-left: 50px;
}
.shipping-methods-container .shipping-method-row.selected:after {
    color: #66BB6A;
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    font-weight: 600;
    left: 25px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.shipping-methods-container .shipping-method-row .logo-container {
	position: absolute;
    height: 50px;
    width: 50px
}
.shipping-methods-container .shipping-method-row .logo-container img {
	height: 100%;
    width: 100%;
    object-fit: cover;
}
.shipping-methods-container .shipping-method-row .details-container {
	padding-left: 60px;
}
.shipping-methods-container .shipping-method-row .details-container h5 {
	margin-top: 2px;
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 2px;
    color: #777;
    padding-right: 100px;
    position: relative;
}
.shipping-methods-container .shipping-method-row .details-container h5 small {
	font-weight: 600;
}
.shipping-methods-container .shipping-method-row .details-container h5 span {
	position: absolute;
    right: 0
}
.shipping-methods-container .shipping-method-row .details-container.pickupfromstore {
	padding-left: 0px;
}
.shipping-methods-container .shipping-method-row .details-container.pickupfromstore h5 {
	padding-right: 0px;
}
.shipping-methods-container .shipping-method-row .details-container p {
	margin-bottom: 0;
    line-height: 1.7rem;
    font-size: 1.3rem;
}

.checkout-info-box .shipping-customer-name,
#checkout-shipping-address .shipping-customer-name {
	font-size: 1.6rem;
	font-weight: 600;
	margin-bottom: 2px;
}
.checkout-info-box address,
#checkout-shipping-address address {
	line-height: 2rem;
}
.checkout-info-box .shipping-method {
	position: relative;
}
.checkout-info-box .img-block {
	position: absolute;
	height: 50px;
	width: 50px;
}
.checkout-info-box .img-block img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.checkout-info-box .shipping-details {
	/*float: left;*/
	padding-left: 60px;
}
.checkout-info-box .shipping-details.pickupfromstore {
	padding-left: 0px;
}
.checkout-info-box .shipping-details h5 {
	margin-top: 2px;
	font-size: 1.6rem;
	font-weight: 600;
	margin-bottom: 2px;
	color: #777;
}
.checkout-info-box .shipping-details p {
	margin-bottom: 0;
	line-height: 1.7rem;
}
.checkout-payment .form-group {
	max-width: 100%;
}
.checkout-payment .payment-step-title {
	font-size: 1.7rem;
}
.checkout-payment .card.payment-method-container {
	border: none;
	cursor: pointer;
}
.checkout-payment .card.payment-method-container .logo-container {
	width: 100%;
    height: 100px;
    position: relative;
    border: 1px solid #ddd;
}
.checkout-payment .card.payment-method-container .logo-container img {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    padding: 10px;
    width: auto;
}
.checkout-payment .card.payment-method-container .card-body {
	min-height: auto;
	padding: 10px 0 0 0;
	text-align: center;
}
.checkout-payment .card.payment-method-container .card-body h5 {
	color: #777;
}
.checkout-payment .card.payment-method-container.selected .logo-container {
	border-color: #08c;
}
.checkout-payment .card.payment-method-container.selected .card-body h5 {
	color: #08c;
}
.use-loyalty-points-block .custom-control-label {
	font-size: 1.5rem;
    /*color: #08c;*/
}

.top-hide-arrow-sign:after{
    content: '' !important;
    font-family: 'porto';
    font-weight: 400;
    margin-left: 0.5rem;	
}
@media (max-width: 767px) {
	.cart-table-container .total-col {
		width: 100%
	}
	.cart-table-container .product-price {
		text-align: right !important;
	}
	.table.table-cart .product-qty .bootstrap-touchspin.input-group {
		margin-right: 0;
	}
	.shipping-step-addresses {
		max-height: 100%;
	}
	.shipping-methods-container .shipping-methods-listing {
		max-height: 100%;
	}
}
@media (max-width: 576px) {
	/*.shipping-methods-container .shipping-method-row {
	    flex-direction: column;
	}
	.shipping-methods-container .shipping-method-row .rate-container,
	.shipping-methods-container .shipping-method-row .logo-container,
	.shipping-methods-container .shipping-method-row .description-container {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
	}
	.shipping-methods-container .shipping-method-row .logo-container {
		border-left: none;
		border-right: none;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		text-align: -webkit-center;
	}
	.shipping-methods-container .shipping-method-row .logo-container img {
		width: 100px;
		height: auto;
	}*/
	.shipping-methods-container .shipping-method-row .details-container h5 {
	    padding-right: 0;
	}
	.shipping-methods-container .shipping-method-row .details-container h5 span {
		position: relative;
		display: block;
	}
}
/* CART MINIATURE AND PAGE RELATED CSS END */

/* MONERIS PAYMENT FORM AND MODAL START */
#monerisPaymentModal .modal-dialog {
	max-width: 400px;
}
#monerisPaymentModal .modal-header {
	height: 60px;
}
#monerisPaymentModal .modal-title {
	font-size: 1.7rem;
    font-weight: 600;
    line-height: 2;
    text-transform: uppercase;
}
#monerisPaymentModal .form-control,
#monerisPaymentModal select.form-control:not([size]):not([multiple]) {
	height: 4rem;
	padding: 1rem;
}
#monerisPaymentModal .form-footer {
	justify-content: center;
	margin-bottom: 0;
}
#monerisPaymentModal .form-footer .btn {
	margin-right: 0;
	padding: 0.85rem 2.5rem;
}
@media (max-width: 576px) {
	#monerisPaymentModal .modal-dialog {
		max-width: 100%;
	}
}
/* MONERIS PAYMENT FORM AND MODAL END */

.searchlist-wrapper {
	display: none;
    position: absolute;
    top: 100%;
    background-color: #fff;
    width: 100%;
    z-index: 2001;
    padding: 15px;
    -webkit-box-shadow: 0px 4px 20px 0px rgba(204,204,204,1);
    -moz-box-shadow: 0px 4px 20px 0px rgba(204,204,204,1);
    box-shadow: 0px 4px 20px 0px rgba(204,204,204,1);
}
.searchlist-wrapper-ul {
    margin-bottom: 0;
    max-height: 250px;
    overflow-y: auto;
}
.searchlist-wrapper-ul li {
    margin-bottom: 10px;
}
.searchlist-wrapper-ul .searchlist-box {
    display: table;
    width: 100%;
}
.searchlist-wrapper-ul .searchlist-box .list-img,
.searchlist-wrapper-ul .searchlist-box .list-content {
    display: table-cell;
    vertical-align: middle;
}
.searchlist-wrapper-ul .searchlist-box .list-img {
    width: 50px;
}
.searchlist-wrapper-ul .searchlist-box .list-content {
}
.searchlist-wrapper-ul .searchlist-box .list-img img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.searchlist-wrapper-ul .searchlist-box .list-content h5 {
    margin-bottom: 0;
    color: #08c;
    font-size: 1.2rem;
}
.searchlist-wrapper-ul .searchlist-box .list-content p {
    margin-bottom: 0;
    font-size: 1.1rem;
}
.searchlist-wrapper-ul li a:hover .searchlist-box .list-content p{
    color: #222529;
}
@media(max-width: 991px) {
    .searchlist-wrapper {
        top: 97px;
        width: 360px;
        right: 0;
    }
}
@media (max-width: 575px) {
    .searchlist-wrapper {
        top: 95px;
        width: 360px;
        right: -90px;
    }
}
@media (max-width: 420px) {
    .searchlist-wrapper {
        width: 250px;
    }
}

/* THANK YOU PAGE CSS START */
.thank-you-block {
	padding: 5rem 0;
}
.thank-you-block .success-icon {
	font-size: 7rem;
	color: #28a745;
	text-align: center;
}
.thank-you-block h4 {
	text-align: center;
	text-transform: uppercase;
	color: #28a745;
	margin-bottom: 0.8rem;
}
.thank-you-block h5 {
	text-align: center;
	color: #777;
	font-size: 1.5rem;
}
/* THANK YOU PAGE CSS END */

/* PAYPAL PAGE CSS START */
.paypal-error-block {
	padding: 5rem 0;
}
.paypal-error-block .error-icon {
	font-size: 7rem;
	color: #dc3545;
	text-align: center;
}
.paypal-error-block h4 {
	text-align: center;
	text-transform: uppercase;
	color: #dc3545;
	margin-bottom: 0.8rem;
}
.paypal-error-block h5 {
	text-align: center;
	color: #777;
	font-size: 1.5rem;
}
/* PAYPAL PAGE CSS END */

/* PAGE NOT FOUND PAGE CSS START */
.page-not-found-block {
	padding: 6rem 0;
}
.page-not-found-block .error-icon {
	font-size: 7rem;
	color: #ffc107;
	text-align: center;
}
.page-not-found-block h4 {
	text-align: center;
	text-transform: uppercase;
	color: #ffc107;
	margin-bottom: 0.8rem;
}
.page-not-found-block h5 {
	text-align: center;
	color: #777;
	font-size: 1.5rem;
}
/* PAGE NOT FOUND PAGE CSS END */

/* CART EMPTY BLOCK ON CART PAGE CSS START */
.cart-empty-block {
	padding: 5rem 0;
}
.cart-empty-block .icon {
	font-size: 7rem;
	color: #08c;
	text-align: center;
}
.cart-empty-block h4 {
	text-align: center;
	text-transform: uppercase;
	color: #555;
	margin-bottom: 0.8rem;
}
.cart-empty-block h5 {
	text-align: center;
	color: #777;
	font-size: 1.5rem;
}
/* CART EMPTY BLOCK ON CART PAGE CSS END */

.toolbox .select-custom .form-control {
	min-width: 50px;
}

/* ORDER DETAIL PAGE CSS START */
.order-details hr {
	margin: 1rem 0;
}
.order-details .order-heading h4 {
	border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px;
    color: #555;
    font-size: 1.8rem;
}
.order-details .checkout-info-box {
	margin-bottom: 1.5rem;
}
.order-details .checkout-info-box .step-title {
	border-bottom: none;
	margin-bottom: 0.4rem;
	font-size: 1.8rem;
}
.order-details .checkout-info-box .emailtext {
	margin-top: 6px;
	line-height: 1.5rem;
}
.order-details .checkout-info-box .orderdate {
	line-height: 2rem;
}
.order-details .checkout-info-box .status {
	line-height: 1.8rem;
}
.order-details .comment-container {
	padding-top: 10px;
}
.order-details .product-widget .product-details {
    width: 100%;
    flex: 1;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-right: 0.75rem;
}
.order-details .product-widget .product-title {
	flex: 1;
}
.order-details .product-widget .configurator-options-container {
	font-size: 1.2rem;
    margin: 10px 0;
    line-height: 1.5;
    color: #999;
}
.order-details .product-widget .configurator-options-container .questiontitle {
	font-weight: 600;
}
.order-details .product-widget .price-box {
	text-align: right;
}
.order-details .product-widget .product-price {
	font-size: 1.3rem;
	color: #999;
}
.order-details .product-widget .product-total {
	font-size: 1.5rem;
	line-height: 2rem;
}
.order-details .product-widget .product-subtotal {
	font-size: 1.2rem;
	text-decoration: line-through;
	margin-left: 4px;
	margin-right: 4px;
	color: #999;
}
.order-details .order-totals td {
	padding: 10px .75rem;
	vertical-align: middle;
}
.order-details .order-totals .label {
	text-align: right;
	font-weight: 600;
}
.order-details .order-totals .label small {
	font-weight: 600;
}
.order-details .order-totals .amount {
	width: 100px;
	font-weight: 600;
	text-align: right;
}
.order-details .order-totals .seperator {
	width: 10px;
	padding: 10px 0;
	font-weight: 600;
}
.order-details .order-totals .order-total td {
	font-weight: bolder;
	font-size: 1.6rem;
}
/* ORDER DETAIL PAGE CSS END */

/* TIMELINE CSS START */
.timeline {
	list-style: none;
	padding: 20px 0 20px;
	position: relative;
}

.timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 3px;
	background-color: #66BB6A;
	left: 30px;
	margin-left: -1.5px;
}

.timeline > li {
	margin-bottom: 20px;
	position: relative;
}

.timeline > li:before,
.timeline > li:after {
  	content: " ";
  	display: table;
}

.timeline > li:after {
  	clear: both;
}

.timeline > li:before,
.timeline > li:after {
  	content: " ";
  	display: table;
}

.timeline > li:after {
  	clear: both;
}

.timeline > li > .timeline-panel {
	/*width: calc(100% - 70px);*/
	width: 40%;
	margin-left: 65px;
	float: left;
	border: 1px solid #d4d4d4;
	border-radius: 2px;
	padding: 15px;
	position: relative;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel:before {
	position: absolute;
	top: 9px;
	right: -15px;
	display: inline-block;
	border-top: 15px solid transparent;
	border-left: 15px solid #ccc;
	border-right: 0 solid #ccc;
	border-bottom: 15px solid transparent;
	content: " ";
}

.timeline > li > .timeline-panel:after {
	position: absolute;
	top: 10px;
	right: -14px;
	display: inline-block;
	border-top: 14px solid transparent;
	border-left: 14px solid #fff;
	border-right: 0 solid #fff;
	border-bottom: 14px solid transparent;
	content: " ";
}

.timeline > li > .timeline-badge {
	color: #fff;
	width: 20px;
	height: 20px;
	line-height: 50px;
	font-size: 1.4em;
	text-align: center;
	position: absolute;
	top: 16px;
	left: 21px;
	/*margin-left: -25px;*/
	background-color: #999999;
	z-index: 100;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
}

/*.timeline > li.timeline-inverted > .timeline-panel {
  	float: right;
}*/

.timeline > li.timeline-inverted > .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}

.timeline-badge.primary {
  background-color: #2e6da4 !important;
}

.timeline-badge.success {
  background-color: #66BB6A !important;
}

.timeline-badge.warning {
  background-color: #f0ad4e !important;
}

.timeline-badge.danger {
  background-color: #d9534f !important;
}

.timeline-badge.info {
  background-color: #5bc0de !important;
}

.timeline-title {
  	margin-top: 0;
  	color: inherit;
  	font-size: 1.7rem;
  	margin-bottom: 0px;
}
.timeline-heading p {
	margin-bottom: 1rem;
}

.timeline-body  {
	font-size: 1.3rem;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}

.timeline-body .storelocation h5 {
	margin-top: 1rem;
    margin-bottom: .3rem;
}
.timeline-body .storelocation address {
	margin-bottom: 0;
}

.timeline-body > p + p {
  margin-top: 5px;
}
.shipping-tracking-error {
	margin: 10px 10px 20px;
}
@media (max-width: 991px) {
    .timeline > li > .timeline-panel {
		width: calc(100% - 70px);
	}
}
@media (max-width: 767px) {
    .timeline:before {
    	left: 15px;
    }
    .timeline > li > .timeline-badge {
    	left: 5px;
    }
    .timeline > li > .timeline-panel {
		width: calc(100% - 50px);
		margin-left: 48px;
	}
}
/* TIMELINE CSS END */

/* LOYALTY PAGE CSS START */
.loyalty-points-balance {
	float: right;
}
.loyalty-points-balance h4 {
	font-weight: 500;
}
.loyalty-points-balance h4 span {
	color: #08c;
    font-weight: 600;
}
.loyalty-bonus-text {
	font-size: 1.8rem;
	font-weight: 600;
}
.loyalty-points-listing .order-heading h4 {
	border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px;
    color: #555;
    font-size: 1.8rem;
}
.loyalty-points-listing .product-widget .product-details {
    width: 100%;
    max-width: 100%;
    flex: 1;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-right: 0.75rem;
}
.loyalty-points-listing ol {
	margin-bottom: 0;
}
.loyalty-points-listing .comment-container {
	padding-top: 15px;
	padding-bottom: 0;
}
.loyalty-points-listing .product-widget .product-title {
	flex: 1;
	font-size: 1.5rem;
}
.loyalty-points-listing .product-widget .price-box {
	text-align: right;
}
.loyalty-points-listing .product-widget .product-price {
	font-size: 1.2rem;
	color: #999;
}
.loyalty-points-listing .product-widget .product-total {
	font-size: 1.6rem;
	line-height: 2rem;
}
.loyalty-points-listing .product-widget .product-subtotal {
	font-size: 1.2rem;
	text-decoration: line-through;
	margin-left: 4px;
	margin-right: 4px;
	color: #999;
}
@media (max-width: 767px) {
    .loyalty-points-balance {
		float: left;
	}
	.listing-table-heading.loyalty-points {
		clear: both;
	}
}
/* LOYALTY PAGE CSS END */

/* LOGIN MODAL START */
#loginModal .modal-content {
	margin-top: 50%;
}
#loginModal .modal-dialog {
	max-width: 400px;
}
#loginModal .modal-header {
	height: 60px;
}
#loginModal .modal-title {
	font-size: 1.5rem;
    font-weight: 600;
    line-height: 2;
    text-transform: uppercase;
}
#loginModal .modal-body {
	/*padding: 3rem;*/
	padding: 0;
}
#loginModal .modal-body form {
	padding: 2rem 3rem;
}
/*#loginModal .form-control,
#loginModal select.form-control:not([size]):not([multiple]) {
	height: 4rem;
	padding: 1rem;
}*/
#loginModal .form-footer {
	flex-direction: column;
	justify-content: flex-start;
	margin-bottom: 0;
}
#loginModal .form-footer .btn {
	/*margin-right: 2rem;*/
	width: 100%;
	margin-right: 0;
	padding: 0.85rem 2.5rem;
}
#loginModal .forget-pass {
	font-size: 1.4rem;
    margin-top: 1rem;
    width: 100%;
    text-align: center;
}
#loginModal .signup-block {
    padding: 1.5rem 0 0;
    border-top: 1px solid #e9ecef;
    text-align: center;
    padding: 2rem 3rem;
}
@media (max-width: 991px) {
	#loginModal .modal-content {
		margin-top: 20px;
	}
}
@media (max-width: 480px) {
	#loginModal .modal-dialog {
		max-width: 100%;
	}
}
/* LOGIN MODAL END */
.super-product-table.table td, .super-product-table.table th {
    padding: 1.75rem 0.75rem;
    position: relative;
}
.super-product-table .has-error .error {
    position: absolute;
    right: 0.75rem;
    width: 290px;
    text-align: right;
}
.super-product-table .row-disabled td::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(128, 128, 128, 0.25);
}
.super-product-img {
    height: 50px;
    width: 50px;
    object-fit: contain;
}
.zoomWindowContainer .zoomWindow {
	background-color: #fff;
}
.cart-dropdown .product-image-container {
    max-width: 30px;
}
.cart-dropdown .product-image-container img {
    object-fit: contain;
}

.product-main .product {
    border-bottom: 0;
}
.product-main .product {
    border-bottom: 0;
    padding: 0.5rem 1rem;
}
.product-main .product .product-image-container {
    max-width: 50px;
}
.product-main .product .product-details {
    width: calc(100% - 50px);
}
.product-sub .product {
    margin-left: 3rem !important;
    padding: 0.5rem 1rem 0.5rem 0 !important;
}

/*.cart-dropdown .dropdown-menu {
	visibility: visible;
	opacity: 1;
	top: 0;
}*/
.product-single-tabs .nav.nav-tabs .nav-link {
    background: transparent;
}
.salescustomer-select-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    background-color: rgba(0,0,0,.5);
    right: 0;
}
.salescustomer-box {
    position: absolute;
    z-index: 10001;
    background-color: #fff;
    display: inline-block;
    top: 50%;
    width: 400px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
/*.cart-dropdown .dropdown-arrow {
	position: relative;
	padding-right: 20px;
}
.cart-dropdown .dropdown-arrow:after {
	position: absolute;
    right: -20px;
    top: 0;
    bottom: 0;
    margin: auto;
}*/
.cart-dropdown .dropdown-arrow .loginname{
	top: -5px;
	position: relative;
}
@media(max-width: 575px) {
	.salescustomer-box {
        left: 15px;
	    right: 15px;
	    transform: translate(0, -50%);
	    width: auto;
	}
}
.product-single-details .product-sku {
	font-size: 1.8rem;
	margin-top: -5px;
	margin-bottom: 5px;
}
.header-menu .currencydropdown {
	max-height: 300px;
	overflow-x: auto;
}

.not-allowed {
	opacity: .5;
	cursor: not-allowed !important;
}

/* SHIPMENT PREFERENCE MODAL START */
#shipmentPreferenceModal .modal-content {
	margin-top: 50%;
}
#shipmentPreferenceModal .modal-dialog {
	max-width: 400px;
}
#shipmentPreferenceModal .modal-header {
	height: 60px;
}
#shipmentPreferenceModal .modal-title {
	font-size: 1.5rem;
    font-weight: 600;
    line-height: 2;
    text-transform: uppercase;
}
#shipmentPreferenceModal .modal-body {
	/*padding: 3rem;*/
	padding: 0;
}
#shipmentPreferenceModal .modal-body form {
	padding: 2rem 3rem;
}
#shipmentPreferenceModal .form-footer {
	flex-direction: column;
	justify-content: flex-start;
	margin-bottom: .9rem;
	margin-top: 1rem;
}
#shipmentPreferenceModal .form-footer .btn {
	/*margin-right: 2rem;*/
	width: 100%;
	margin-right: 0;
	padding: 0.85rem 2.5rem;
}
#shipmentPreferenceModal .forget-pass {
	font-size: 1.4rem;
    margin-top: 1rem;
    width: 100%;
    text-align: center;
}
#shipmentPreferenceModal .signup-block {
    padding: 1.5rem 0 0;
    border-top: 1px solid #e9ecef;
    text-align: center;
    padding: 2rem 3rem;
}
@media (max-width: 991px) {
	#shipmentPreferenceModal .modal-content {
		margin-top: 20px;
	}
}
@media (max-width: 480px) {
	#shipmentPreferenceModal .modal-dialog {
		max-width: 100%;
	}
}
/* SHIPMENT PREFERENCE MODAL END */
/* HOME PAGE NEW BANNERS START */
.home-banner-left{
	width: 590px;
	height: 600px;

}
.home-banner-left .card-img-overlay{
	position: absolute;
	display: block;
	text-align: center;
	bottom: 15px;
	align-content:end;
}
.home-banner-right-top{
	width: 615px;
	height: 285px;
}

.home-banner-right-top .card-img-overlay{
	position: absolute;
	display: block;
	align-content:center;
}

.home-banner-right-bottom1{
	width: 295px;
	height: 288px;
	float: left;
}

.home-banner-right-bottom1 .card-img-overlay{
	position: absolute;
	display: block;
	text-align: center;
	bottom: 5px;
	align-content:end;
}
.home-banner-right-bottom2{
	width: 295px;
	height: 288px;
	float: right;
	right: 5px;
}

.home-banner-right-bottom2 .card-img-overlay{
	position: absolute;
	display: block;
	text-align: center;
	bottom: 5px;
	align-content:end;
}

.banner-right-bottom-box{
	margin-right: -50px;
}
/* HOME PAGE NEW BANNERS END */

/* HOME PAGE SPECIAL CATEGORIES START */
/* Cat 1 */
.special-category1-main{
	background:linear-gradient(#afd1f3, #e8f0f9);
	border-radius: 8px;
}
.special-category1-main .owl-item{
	height: 350px;
	background-color: #fff;
	padding: 10px;
	border-radius: 8px;
}

.special-cat1-section1{
	align-content:center;
}
/* Cat 2 */
.special-category2-main{
	background:linear-gradient(#005aff, #a7d2ff);
	border-radius: 8px;
}
.special-category2-main .owl-item{
	height: 350px;
	background-color: #fff;
	padding: 10px;
	border-radius: 8px;
}

.special-cat2-section1{
	align-content:center;
	color: #fff;
}

.special-cat2-section1 h2{
	color: #fff;
}
/* Cat 3 */
.special-category3-main{
	background:linear-gradient(#19a0e1, #67707a);
	border-radius: 8px;
}
.special-category3-main .owl-item{
	height: 350px;
	background-color: #fff;
	padding: 10px;
	border-radius: 8px;
}

.special-cat3-section1{
	align-content:center;
	color: #fff;
}

.special-cat3-section1 h2{
	color: #fff;
}
/* Cat 4 */
.special-category4-main{
	background:linear-gradient(#19e1af, #8fcec0);
	border-radius: 8px;
}
.special-category4-main .owl-item{
	height: 350px;
	background-color: #fff;
	padding: 10px;
	border-radius: 8px;
}

.special-cat4-section1{
	align-content:center;
	color: #fff;
}

.special-cat4-section1 h2{
	color: #fff;
}

/* Cat 5 */
.special-category5-main{
	background:linear-gradient(#1970e1, #8f98ce);
	border-radius: 8px;
}
.special-category5-main .owl-item{
	height: 350px;
	background-color: #fff;
	padding: 10px;
	border-radius: 8px;
}

.special-cat5-section1{
	align-content:center;
	color: #fff;
}

.special-cat5-section1 h2{
	color: #fff;
}

/* Cat 6 */
.special-category6-main{
	background:linear-gradient(#1987e1, #8fa8ce);
	border-radius: 8px;
}
.special-category6-main .owl-item{
	height: 350px;
	background-color: #fff;
	padding: 10px;
	border-radius: 8px;
}

.special-cat6-section1{
	align-content:center;
	color: #fff;
}

.special-cat6-section1 h2{
	color: #fff;
}

@media (max-width: 480px) {
	.home-banner-left{
		width: auto;
		height: auto;
	
	}
	.home-banner-right-top{
		width: 90%;
		height: auto;
	}
	
	.home-banner-right-bottom1{
		width: 90%;
		height: auto;
	}
	
	.home-banner-right-bottom2{
		width: 90%;
		height: auto;
		float: none;
    	right: 0px;
	}
}
/* HOME PAGE SPECIAL CATEGORIES END */

.product-options-ul {
    display: flex;
    flex-wrap: wrap; /* Allows items to wrap to the next line */
    padding: 0;
    margin: 0;
    list-style-type: none;
  }

  .product-options-ul > li {
	padding: 2px 15px 2px 0px;
  }


  .category-list > .product-category{
	text-wrap: wrap;
  }


  .searchlist-wrapper-ul{
	color: #000;
  }


  html, body {
    /* height: 100%; */
    margin: 0;
    padding: 0;
}

/* Main container to push the footer down */
.page-wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}