/* Minification failed. Returning unminified contents.
(2297,1): run-time error CSS1019: Unexpected token, found '@'
(2297,2): run-time error CSS1019: Unexpected token, found '@keyframes'
(2298,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(3150,39): run-time error CSS1046: Expect comma, found '0'
(3150,43): run-time error CSS1046: Expect comma, found '/'
(3806,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(3807,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(4531,35): run-time error CSS1046: Expect comma, found '0'
(4531,39): run-time error CSS1046: Expect comma, found '/'
 */
#nprogress{pointer-events:none}#nprogress .bar{background:#29d;position:fixed;z-index:1031;top:0;left:0;width:100%;height:2px}#nprogress .peg{display:block;position:absolute;right:0;width:100px;height:100%;box-shadow:0 0 10px #29d,0 0 5px #29d;opacity:1;-webkit-transform:rotate(3deg) translate(0,-4px);-ms-transform:rotate(3deg) translate(0,-4px);transform:rotate(3deg) translate(0,-4px)}#nprogress .spinner{display:block;position:fixed;z-index:1031;top:15px;right:15px}#nprogress .spinner-icon{width:18px;height:18px;box-sizing:border-box;border:2px solid transparent;border-top-color:#29d;border-left-color:#29d;border-radius:50%;-webkit-animation:nprogress-spinner 400ms linear infinite;animation:nprogress-spinner 400ms linear infinite}.nprogress-custom-parent{overflow:hidden;position:relative}.nprogress-custom-parent #nprogress .bar,.nprogress-custom-parent #nprogress .spinner{position:absolute}@-webkit-keyframes nprogress-spinner{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}@keyframes nprogress-spinner{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

/*=====================================================
    
    RESPONSIVE

=====================================================*/

@media all and (min-width: 240px) {
	.menu-title {
		text-align: center;
	}

	.mega-menu, .header-menu .menu-title {
		display: none;
	}

	.mega-menu-responsive {
		display: block !important;
	}
}

@media all and (max-width: 1000px) {
	.dropdown .topic-wrapper {
		display: none;
	}
}

/*=====================================================
    
    DESKTOP

=====================================================*/

@media all and (min-width: 1001px) {

	.menu-title,
	.close-menu {
		display: none;
	}

	/* MAIN PANEL & DROPDOWN*/

	.mega-menu {
		position: relative;
		z-index: 1001;
		display: block;
	}

	.mega-menu-responsive {
		display: none !important;
	}

	.mega-menu .dropdown {
		display: none;
		position: absolute;
		margin: 27px 0 0;
		box-shadow: 0 1px 3px rgba(0,0,0,0.3);
		background-color: #fff;
		overflow: hidden;
		z-index: 3; /*necessary of there is a :before or :after with another z-index*/
		color: #333;
	}

		.mega-menu .dropdown.fullWidth {
			right: 0;
			width: 980px;
		}

		.mega-menu .dropdown.active {
			display: block;
		}

	/* ROWS AND BOXES */

	.mega-menu .row {
		position: relative;
		overflow: hidden;
	}

	.categories.fullWidth .row:before,
	.manufacturers.fullWidth .row:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		width: 100%;
		height: 40px;
		background: #c03;
	}

	.mega-menu .box,
	.mega-menu .empty-box {
		float: left;
		background-color: #fff;
	}

	.categories .box,
	.manufacturers .box {
		width: 250px;
	}

	.categories.fullWidth .box,
	.categories.fullWidth .empty-box {
		position: relative;
		width: 25%;
	}

		.categories.fullWidth .box:before,
		.categories.fullWidth .empty-box:before {
			content: "";
			position: absolute;
			top: 40px;
			left: 0;
			width: 0;
			height: 1200px;
			border-right: 1px dotted #ccc;
		}

	/* BOX TITLE */

	.mega-menu .title {
		border-left: 1px solid rgba(0,0,0,0.25);
		background-color: #c03;
		padding: 12px;
		font-size: 14px;
		text-transform: uppercase;
		color: #fff;
	}

	.mega-menu .box:first-child .title {
		border-left: none;
	}

	.mega-menu .empty-box:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 1px;
		height: 40px;
		border-left: 1px solid rgba(0, 0, 0, 0.1);
	}

	.mega-menu .title strong {
		font-weight: normal;
	}

	/* INNER LIST (both layouts) */

	.mega-menu .box ul {
		height: 100%;
		border-left: 1px dotted #ccc;
	}

	.mega-menu .box:first-child ul {
		border-left: none;
	}

	.categories.fullWidth .box ul {
		margin: 0 0 0 110px;
		border: none;
		padding: 10px 0;
	}

	.mega-menu .box li {
		position: relative;
		border-top: 1px dotted #ccc;
	}

	.categories.fullWidth .box li {
		border: none;
	}

	.mega-menu .box li a {
		display: block;
		padding: 10px 12px;
		font: normal 12px 'eurostile';
		color: #333;
	}

	.categories.fullWidth .box li a {
		padding: 6px 12px;
		font: normal 11px Arial, Helvetica, sans-serif;
		text-transform: uppercase;
	}

	.mega-menu .box li a:hover {
		color: #c03;
	}

	.mega-menu li a.view-all {
		font-weight: bold;
		background: none;
	}

	/* BOX PICTURE */

	.mega-menu .picture {
		float: left;
		width: 80px;
		height: 80px;
		margin: 15px;
		overflow: hidden;
		text-align: center;
	}

		.mega-menu .picture a {
			display: block;
		}

	/* MANUFACTURERS */

	.manufacturers.fullWidth .box {
		width: 16.66666%;
	}

	.manufacturers.fullWidth li * {
		background: none !important;
		padding-left: 0;
	}

	/* TOPIC */

	.mega-menu .topic-wrapper {
		overflow: hidden;
	}

		.mega-menu .topic-wrapper p {
			padding: 15px;
			font-size: 11px;
			line-height: 20px;
		}

		.mega-menu .topic-wrapper strong {
			display: block;
			border-bottom: 1px solid #999;
			padding-bottom: 5px;
			font-size: 14px;
			text-transform: uppercase;
			color: #222;
		}
}

/*=====================================================
    
    MAIN CSS / SMALLER MOBILE DEVICES

=====================================================*/


/*********** CSS RESET **********/
* {
    margin: 0;
    outline: none;
    padding: 0;
    text-decoration: none;
}
u {
    text-decoration: underline !important;
    text-underline-offset: 3px;
    text-decoration-thickness: 2px; /* Adjust the thickness of the underline */
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    margin: 0 !important;
    -webkit-text-size-adjust: none;
}
/* NProgress Customize the progress bar color */
#nprogress .bar {
    background: orange; /* Change to your preferred color */
    z-index: 2147483648;/* to ba above mobile-only fly menu */
    position: fixed;
    top: 0;
}
/* Customize the spinner (if you decide to use it) */
#nprogress .spinner {
    z-index: 2147483648;
}
#nprogress .spinner-icon {
    z-index: 2147483648;
    border-top-color: orange;
    border-left-color: orange;
    position: fixed;
    top: 10px;
    left: 10px;
}
/* Change the thickness of the progress bar */
#nprogress .bar {
    height: 4px; /* Change to your preferred thickness */
}
.page-body.sis-custom-form {
    gap: 0;
}
/* Styles for the loading dots */
.sis-custom-form button[type=submit] {
    text-transform: uppercase;
    min-width: 120px;/* for the 3 loading dots to show */
}
.submit-loading-dots-container {
    display: flex;
    justify-content: center;
}
/* Style for the loading dots */
.loading-dots {
    display: none; /* Initially hidden */
}

    .loading-dots span {
        display: inline-block;
        margin: 0 6px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: white;
        animation: scaleAnimation 0.75s infinite;
    }
    .loading-dots span:nth-child(1) {
        animation-delay: 0s;
    }
    .loading-dots span:nth-child(2) {
        animation-delay: 0.5s;
    }
    .loading-dots span:nth-child(3) {
        animation-delay: 1s;
    }
div[type="button"] {
    cursor: pointer;
}

@keyframes scaleAnimation {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }
}
#site-notifications {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100001;
    text-align: center;
}
.bootstrap-iso#site-notifications .alert {
    margin-bottom: 0;
}

.padded-page {
    padding: 0 15px;
}
section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    text-align: center;
}
section.padded {
    padding: 12px;
}
    section.light-background {
        background: #eee;
    }
.sis-button {
    display: flex;
    flex-direction: row;
    align-content: stretch;
    flex-wrap: nowrap;
    align-items: center;
}
    .sis-button.light-background {
        color: #333;
        background: #eee;
    }
    section > h2 {
        text-transform: uppercase;
    }
section > .sub-section {
    clear: both;
    margin: 14px 0;
}
    section > .sub-section.padded-sides {
        padding: 0 1%;
    }
        section > h2 .more.fa {
            padding-right: 6px;
            font-size: 16px;
        }
section > h2 .expand.fa {
    width: 100%;
    text-align: center;
    margin: 0;
    font-size: 20px;
    margin-top: 8px;
}
        section > h2.dark-background {
            margin: 0 0 14px 0;
            color: white;
            background-color: #333;
            padding:14px 8px;
        }
    .sis-button.dark-background {
        color: white;
        background-color: #333;
    }
        section > h2.theme-color {
            color: #c03;
        }
        section > h2:first-letter {
            font-size: 18px;
        }
section > h2.small {
    font-size: 12px;
}
        section > h2.small:first-letter {
            font-size: 18px;
        }
section > .sub-section.left {
    display: inline-block;
    text-align: left;
}
ol, ul {
    list-style: none;
}

a img {
    border: none;
}

a:active {
    outline: none;
}
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    margin: 0;
    border: 0;
    padding: 0;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
input[type="password"],
textarea {
    border-radius: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 1000px #fff;
}
.table-wrapper {
    overflow: auto;
}
script {
    display: none !important;
}


/*********** GLOBAL STYLES **********/
.sis-ads-place {
    margin-bottom: 25px;
}
.sis-ads-place.localhost {
    border: 1px solid #333;
    background: lightgrey;
}
.sis-ads-place.margin-top{
    margin-top:25px;
}
.sis-blue {
    color: #1206b3;
}
.sis-green {
    color: #008800 !important;
}
.sis-red {
    color: #c00 !important;
}
.sis-titled-image {

}
body {
    max-width: 100%;
    background: #fff;
    overflow-x: hidden;
    font: normal 14px Calibri, Arial, Helvetica, sans-serif;
    color: #333;
}
.sis-loader {
    margin-top: calc((50% - 15px) / 2);
    margin-left: calc(50% - 30px);
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #c03;
    border-bottom: 8px solid #c03;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
}
.blueimp-gallery .close{
    color: #fff !important;
}
.sis-table-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    display: block;
}

.sis-data-table {
    display: flex;
    flex-direction: column;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}

.sis-table-header {
    display: flex;
    background: #f4f4f4;
    font-weight: bold;
    padding: 10px;
}

.sis-table-row {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #ddd;
    padding: 10px;
}

.sis-column, .sis-cell {
    flex: 1;
    padding: 10px;
    min-width: 60px;
    border-right: 1px solid #ddd;
}

    .sis-cell:last-child, .sis-column:last-child {
        border-right: none;
    }
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

a {
    color: inherit;
    cursor: pointer;
}

    a img {
        opacity: 0.99; /*firefox scale bug fix*/
    }
img.darkened {
    -webkit-filter: brightness(70%);/* Safari 6.0 - 9.0 */
    filter: brightness(70%);
}
table {
    width: 100%;
    border-collapse: collapse;
}
input[type="text"],
input[type="password"],
textarea, select {
    height: 36px; /*safari padding fix*/
    border: 1px solid #ccc;
    background-color: #f6f6f6;
    padding: 8px;
    vertical-align: middle;
}
.validation-summary {
    background-color: #c03;
    padding: 6px;
    font-size: 1.2em;
    font-weight: 700;
    color: white;
}
input, textarea {
    font-size: 13px;
}
textarea {
    min-height: 150px;
}
select {
    min-width: 50px;
    height: 32px; /*safari padding fix*/
    padding: 6px;
}
    input[type="text"]:focus,
    input[type="password"]:focus,
    textarea:focus, select:focus {
        border-color: #999;
    }
input[type="checkbox"],
input[type="radio"],
input[type="checkbox"] + *,
input[type="radio"] + * {
    vertical-align: middle;
}

input[type="button"], input[type="submit"],
button, .button-1, .button-2 {
    cursor: pointer;
}
.master-wrapper-page {
    overflow: hidden;
}

.master-wrapper-content {
    width: 96%;
    margin: 0 auto;
}

.home .master-wrapper-content {
    width: auto;
}
.master-column-wrapper {
    margin: 20px auto;
}


.master-column-wrapper:after {
    content: "";
    display: block;
    clear: both;
}

.center-1 {
    padding: 0 0 50px;
}
.center-2 {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.side-2 {
    background: #eeeeee;
}
#loading-spinner {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 5vw;
    height: 5vw;
    border: 5px solid transparent;
    border-top-color: blue;
    border-right-color: white;
    border-bottom-color: red;
    border-left-color: white;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 9999;
    transform: translate(-50%, -50%); /* Ensures centering */
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.page, .page-body {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    width: 100%;
}
        .page-body > div:empty {
            display: none;
        }

.page-title {
    width: 100%;
    text-align: center;
}
.page-title h1 {
    margin: 0;
}

    .page-title h2 {
    font-size: 15px;
    font-weight: bold;
    color: white;
    background-color: #333;
    padding: 8px;
    margin: 20px 0 14px 0;
    line-height: 20px;
    }
.buttons {
    text-align: center;
}
.link-rss {
    display: none;
    width: 30px;
    height: 30px;
    overflow: hidden;
    background: url('../img/rss-icon.png') center no-repeat;
    text-indent: 999px;
}

.modal-body {
    max-height: calc(100vh - 240px); /* Adjust as needed */
    overflow-y: auto;
    scrollbar-width: thin; /* For Firefox */
    scrollbar-color: #888 #eee; /* For Firefox */
}

    .modal-body::-webkit-scrollbar {
        width: 8px;
    }

    .modal-body::-webkit-scrollbar-track {
        background: #eee;
    }

    .modal-body::-webkit-scrollbar-thumb {
        background-color: #888;
        border-radius: 4px;
        border: 2px solid #eee;
    }
.flyout-cart {
    display: none;
}

.filters-button {
    display: none;
}

#goToTop {
    display: none;
    position: fixed;
    bottom: 56px;
    right: 20px;
    z-index: 10001;
    width: 54px;
    height: 54px;
    border: 2px solid #333;
    border-radius: 50%;
    box-shadow: 0 0 0 5px #fff;
    background: #fff url('../img/goTop.png') no-repeat center 45%;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.arrow-box {
    margin-right: 20px !important;

    position: relative;
}
.red.arrow-box {
    background-color: #c03;
}
.black.arrow-box {
    background-color: #333;
}
.arrow-box:before,
.arrow-box:after {
  width: 20px;
  height: 50%;
  position: absolute;
  left: 100%;
  content: "";
}
.red.arrow-box:before {
  top: 0px;
  background: -webkit-linear-gradient(left bottom, #c03 50%, rgba(0, 0, 0, 0) 50%);
  background: linear-gradient(to right top, #c03 50%, rgba(0, 0, 0, 0) 50%);
}
.black.arrow-box:before {
  top: 0px;
  background: -webkit-linear-gradient(left bottom, #333 50%, rgba(0, 0, 0, 0) 50%);
  background: linear-gradient(to right top, #333 50%, rgba(0, 0, 0, 0) 50%);
}

.red.arrow-box:after {
  top: 50%;
  background: -webkit-linear-gradient(left top, #c03 50%, rgba(0, 0, 0, 0) 50%);
  background: linear-gradient(to right bottom, #c03 50%, rgba(0, 0, 0, 0) 50%);
}
.black.arrow-box:after {
  top: 50%;
  background: -webkit-linear-gradient(left top, #333 50%, rgba(0, 0, 0, 0) 50%);
  background: linear-gradient(to right bottom, #333 50%, rgba(0, 0, 0, 0) 50%);
}
.captcha-box input {
    height: auto;
}
.sis-expandible{
    clear:both !important;
    /*padding:0 10px;*/
}
.sis-expandible button{
    margin:10px !important;
    padding: 3px 5px 4px 8px !important;
    border-radius:0 !important;
    background-color:#333 !important;
    border-color: #333 !important;
    white-space: normal !important;
    /*width: 100%;*/
}
.sis-expandible button:focus{
    box-shadow: none !important;
}
    .sis-expandible button .fa {
        color: white !important;
    }
.sis-expandible .fa{
    margin:0 5px !important;
}
.publication-info time {
    font-style:italic;
    color:#c03;
}
.sis-icon-link {
    font-size: 16px;
    display: inline-flex;
    margin: 10px 0;
}
    .sis-icon-link span {
        display: flex;
        align-items: center;
    }
.sis-icon-link i{
    font-size:20px;
    margin:0 8px;
    color:#c03;
}
.sis-icon-link i.fa-chevron-right{
    font-size:14px;
    margin-left:4px;
    color:#333;
}
/*External Url Links*/
.external-link-previews {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    font-size: 10px;
}

.item-box .external-link-previews {
    margin-bottom: 0;
}
.post-item .external-link-previews .domain-name {
    font-size: 12px;
    margin-bottom: 0;
}

.external-link-preview {
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    align-items: center;
    gap: 5px;
}
/*********** GLOBAL FORMS ***********/
.fieldset, .section {
    position: relative;
    margin: 0 0 40px;
}

    .fieldset .title,
    .section .title {
        margin: 0 0 15px;
        border-bottom: 1px solid #ccc;
        text-align: center;
    }

        .fieldset .title strong,
        .section .title strong {
            display: inline-block;
            margin: 0 0 -1px;
            box-shadow: 0 0 0 3px #fff;
            background-color: #333;
            padding: 10px 20px;
            font-size: 13px;
            color: #fff;
            text-transform: uppercase;
        }

.form-fields {
    position: relative;
    margin: 0 10px;
}

.inputs {
    position: relative;
    margin: 0 0 10px;
    text-align: center;
    white-space: nowrap;
    font-size: 0;
}

    .inputs.custom-attributes {
        white-space: normal;
    }

    .inputs:after {
        content: "";
        display: block;
        clear: both;
    }

    .inputs label {
        display: block;
        width: 100%;
        margin: 0 0 5px;
        text-align: center;
        font-size: 12px;
    }

    .inputs input[type="text"],
    .inputs input[type="password"],
    .inputs select, .inputs textarea,
    .inputs.input-width {
        width: 350px;
        max-width: 100%;
        vertical-align: middle;
    }

    .inputs .option-list {
        overflow: hidden;
        display: inline-block;
        vertical-align: middle;
    }

        .inputs .option-list li {
            float: left;
            margin: 0 7px 5px;
        }

        .inputs .option-list label {
            display: inline;
            width: auto;
            margin-left: 3px;
            vertical-align: middle;
        }

    .inputs.reversed {
        margin: 0 0 20px;
        text-align: center;
    }
.message-error,
.field-validation-error,
.username-not-available-status,
.poll-vote-error,
.password-error {
    display: block;
    text-align: center;
    font-size: 11px;
    color: #c00;
}

.field-validation-valid {
    display: block;
    font-size: 11px;
    color: #690;
}

.captcha-box {
    margin: 0 0 15px;
    text-align: center;
    line-height: 0; /*firefox line-height bug fix*/
}

    .captcha-box > div {
        display: inline-block;
    }


/*********** BAR NOTIFICATION & JQUERY POPUPS  ***********/



.bar-notification {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10002;
    width: 100%;
    padding: 12px 25px 12px 10px;
    color: #fff;
    opacity: 0.95;
}

    .bar-notification.success {
        border-bottom: 1px solid #bd2;
        background-color: #9b0;
    }

    .bar-notification.error {
        border-bottom: 1px solid #f55;
        background-color: #f00;
    }

    .bar-notification .content {
        float: left;
        margin: 0 10px 0 0;
    }

        .bar-notification .content a {
            color: #fff;
            text-decoration: underline;
        }

    .bar-notification .close {
        position: absolute;
        top: 0;
        right: 0;
        width: 32px; /*even numbers only*/
        height: 32px; /*even numbers only*/
        margin: 5px;
        border: 1px solid #666;
        box-shadow: inset 0 0 1px #999;
        background: #fff url('../img/close.png') center no-repeat;
        cursor: pointer;
        opacity: 0.7;
    }

        .bar-notification .close:hover {
            opacity: 0.9;
        }

.ui-dialog {
    z-index: 1008;
    width: 350px !important;
    max-width: 95%;
    border: 1px solid #ccc;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    overflow: hidden;
    background-color: #fff;
}

.ui-dialog-titlebar {
    border-width: 1px;
    border-style: solid;
    border-color: #fff #fff #bbb;
    box-shadow: 0 0 0 1px #eee;
    overflow: hidden;
    background-color: lightgray;
    padding: 10px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #eee;
}

    .ui-dialog-titlebar span {
        float: left;
        text-transform: uppercase;
    }

    .ui-dialog-titlebar button {
        position: absolute;
        top: 0;
        right: 0;
        width: 24px; /*even numbers only*/
        height: 24px; /*even numbers only*/
        margin: 6px;
        overflow: hidden;
        border: 1px solid #666;
        box-shadow: inset 0 0 1px #999;
        background: #fff url('../img/close.png') center no-repeat;
        text-indent: 999px;
        opacity: 0.7;
    }

        .ui-dialog-titlebar button:hover {
            opacity: 0.9;
        }

        .ui-dialog-titlebar button * {
            display: none;
        }

.ui-dialog-content {
    height: auto !important;
    padding: 10px;
    line-height: 20px;
}

    .ui-dialog-content .topic-block {
        margin: 10px 0 0;
    }

    .ui-dialog-content .topic-html-content-body {
        max-height: 200px;
        overflow-y: scroll;
    }

    .ui-dialog-content .topic-block p {
        margin: 0;
    }

.ui-dialog-buttonset {
    padding: 10px;
    text-align: right;
}

    .ui-dialog-buttonset button {
        min-width: 60px;
        margin-left: 5px;
        border: 1px solid #bbb;
        box-shadow: 0 0 1px #ddd, inset 0 0 1px #fff;
        background-color: #eee;
        padding: 5px;
    }

        .ui-dialog-buttonset button:hover {
            background-color: #f6f6f6;
        }

.eu-cookie-bar-notification {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1002;
    width: 320px;
    height: 180px;
    margin: -90px 0 0 -160px;
    border: 1px solid #bbb;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2), inset 0 0 0 1px #fff;
    background-color: #fff;
    padding: 20px;
    text-align: center;
}

    .eu-cookie-bar-notification .text {
        margin-bottom: 20px;
        line-height: 20px;
    }

    .eu-cookie-bar-notification button {
        min-width: 60px;
        margin: 10px 0;
        border: 1px solid #bbb;
        background-color: #eee;
        padding: 5px;
        font-size: 14px;
        color: #333;
    }

        .eu-cookie-bar-notification button:hover {
            border-color: #aaa;
            background-color: #ddd;
        }

    .eu-cookie-bar-notification a {
        display: block;
        text-decoration: underline;
    }

.noscript {
    border-bottom: 1px solid #333;
    background-color: #ff9;
    padding: 30px 15px;
    text-align: center;
    line-height: 22px;
    color: #444;
}

/*********** HEADER & NAVIGATION ***********/
#dark-mode-toggle {
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 100000;
    background: black;
    border-radius: 50%;
    width: 26px;
    height: 26px;
}
    #dark-mode-toggle.dark {
        filter: invert(1);
    }
#icon-day-night {
    transition: color 0.3s ease;
}
ul.mega-menu-responsive > li > a:first-letter, ul.mega-menu-responsive > li > span:first-letter {
    font-size: 17px;
}
.sis-icon {
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.admin-header-links {
    position: fixed;
    display: flex;
    column-gap: 10px;
    padding: 0 10px;
    background-color: #ff8900;
    white-space: nowrap;
    color: #fff;
    font-size: 12px;
    z-index: 10001;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

    .admin-header-links a {
        margin: 0 10px;
        line-height: 35px;
        font-weight: bold;
        color: #fff;        
    }

    .admin-header-links .impersonate {
        line-height: 35px;
    }

        .admin-header-links .impersonate a {
            display: inline-block;
            text-decoration: underline;
        }
.header {
    display: none;    
}
.logo-wrapper {
    background-color: #333;
    font-size: 0;
}
.header-logo {
    padding: 10px;
    text-align: center;
}
    .header-logo a {
        display: inline-block;
        max-width: 100%;
        line-height: 0; /*firefox line-height bug fix*/
}

        .header-logo a img {
            max-width: 100%;
        }

.logo-header-link img {
    max-width:95%;
}

.header-links-wrapper {
    position: relative;
    margin: 0 0 20px;
    font-size: 0;
}

.header-links {
    padding: 5px;
    /*text-transform: capitalize;*/
}

    .header-links li {
        display: inline-block;
        position: relative;
        margin: 5px 30px 5px 0;
    }
        .header-links li.register {
            margin-right: 0;
        }
    .header-links a {
        display: flex;
        font-size: 16px;
        line-height: 32px;
        color: #333;
        flex-direction: row;
        align-content: center;
        align-items: center;
        justify-content: space-evenly;
        column-gap: 5px;
    }
.inbox-qty,
.wishlist-qty,
.cart-qty {
    position: absolute;
    top: 0;
    right: -16px;
    width: 18px;
    height: 18px;
    padding: 2px 0 0;
    line-height: normal;
    font-size: 11px;
    font-weight: 700;
    color: white;
    background: #c03;
    border-radius: 50%;
    text-align: center;
    z-index:-10;
}

.header-selectors-wrapper {
    background-color: #eee;
    padding: 5px 0;
    font-size: 0;
}

    .header-selectors-wrapper > div {
        display: inline-block;
        margin: 5px;
        vertical-align: top;
    }

.search-box-reference {
    display: none;
}

.header-selectors-wrapper select {
    min-width: 100px;
    background-color: #fff;
}

.language-list {
    max-width: 100%;
    font-size: 0;
}

    .language-list li {
        display: inline-block;
        margin: 0 1px;
    }

    .language-list a {
        display: block;
        position: relative;
        width: 32px;
        height: 32px;
        line-height: 0;
    }

    .language-list img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        padding:2px;
        border: 1px solid transparent;
    }

        .language-list .selected {
        border-color:#333;
    }

.search-box.store-search-box {
    font-size: 12px;
}

    .search-box.store-search-box form {
        display: inline-block;
        position: relative; /*category search*/
        border: 1px dotted #ccc;
        background-color: #eee;
    }

        .search-box.store-search-box form:after {
            content: "";
            display: block;
            clear: both;
        }

    .search-box.store-search-box input.search-box-text {
        float: left;
        width: 250px !important;
        height: 32px;
        font-size: 13px;
        font-style: italic;
        color: #666;
    }
        .search-box.store-search-box input.search-box-text::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #c03;
            opacity: 1; /* Firefox */
        }

#sis-small-searchterms-2:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #c03;
}
.search-box.store-search-box .search-box-button {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1000 1000' enable-background='new 0 0 1000 1000' xml:space='preserve'%3E%3Cmetadata%3E Svg Vector Icons : http://www.onlinewebfonts.com/icon %3C/metadata%3E%3Cg%3E%3Cg%3E%3Cpath fill='currentColor' d='M375.2 627.4c70.1 0 129.6-24.5 178.7-73.6c49-49 73.6-108.6 73.6-178.7c0-70.1-24.5-129.6-73.6-178.7c-49-49-108.6-73.6-178.7-73.6s-129.6 24.5-178.7 73.6S123 305.1 123 375.2c0 70.1 24.5 129.6 73.6 178.7C245.6 602.9 305.1 627.4 375.2 627.4z M711.5 627.4L990 905.9L905.9 990L627.4 711.5v-44.7l-15.8-15.8c-66.6 57.8-145.4 86.7-236.5 86.7c-101.6 0-187.9-35-258.8-105.1C45.5 562.6 10 476.8 10 375.2c0-101.6 35.5-187.9 106.4-258.8C187.3 45.5 273.6 10 375.2 10s187.4 35.5 257.5 106.4c70.1 70.9 105.1 157.2 105.1 258.8c0 91.1-28.9 169.9-86.7 236.5l15.8 15.8H711.5z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px;
    background-color: initial;
    float: left;
    width: 36px;
    height: 32px;
    border: none;
    overflow: hidden;
    text-indent: 999px;
    color: #c03;
}
    .search-box .ui-autocomplete-loading {
    background: #fff url(../img/ajax-loader-small.gif) right center no-repeat;
}
.search-box.sisbox {
    position: initial;
    background-color: #333;
    max-width: 420px;
    display: block;
    box-shadow: none;
}
.search-box.sisbox .ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
    position: absolute;
    z-index: 100000000 !important;
}
.ui-helper-hidden-accessible {
    display: none;
}
/*FOR DEBUG ONLY to avoid autocomplete from closing if click in another window*/
/*.ui-autocomplete { display: inline-block !important; }*/

.ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
    position: absolute;
    z-index: 10000000 !important;
    width: 286px !important;
    max-width: 100%;
    border: 1px solid #ccc;
    border-top: none;
    overflow-y: scroll;
    background-color: #fff;
    max-height: 350px;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content:empty {
   border:none;
}
    .ui-autocomplete.ui-menu.ui-widget.ui-widget-content li {
        border-top: 1px solid #ccc;
        text-align: left;
        /*height:60px;*/
    }
    .ui-autocomplete.ui-menu.ui-widget.ui-widget-content li:hover {
        background: #f6f6f6;
    }
        .ui-autocomplete.ui-menu.ui-widget.ui-widget-content li:first-child {
            border-top: none;
        }

        .ui-autocomplete.ui-menu.ui-widget.ui-widget-content li a span {
            font-size: 12px;
        }

    .ui-autocomplete.ui-menu.ui-widget.ui-widget-content a {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 8px;
    }
    .ui-autocomplete.ui-menu.ui-widget.ui-widget-content .img-block {
        position: relative;
        float: left;
        overflow: hidden;
        width: 30%;
        margin: 0 10px 0 0;
        background-color:transparent;
        text-align: center;
    }
    .ui-autocomplete.ui-menu.ui-widget.ui-widget-content .details {
        display: flex;
        flex-direction: column;
        row-gap: 4px;
        max-width: 70%;
    }
    .ui-autocomplete.ui-menu.ui-widget.ui-widget-content .title {
        color: #c03;
        font-weight: 600;
        font-size: 14px;
    }
    .ui-autocomplete.ui-menu.ui-widget.ui-widget-content img {
        max-width: 100%;
        max-height: 100%;
        margin: auto;
        background-color: transparent;
    }
.ui-autocomplete .desc {
    font-size: 13px;
    font-weight: 600;
}
.responsive-nav-wrapper .menu-icon {
    color: #333;
}
.responsive-nav-wrapper .context-info {
    font-size: 12px;
    border: 1px solid;
    padding: 0 3px;
    /*font-weight: bold;*/
    background-color: #333;
    color: #cecece;
}
.responsive-nav-wrapper .filters-button {
    /*display:none;*/
}

/*********** QUICK TABS & HOME TABS ***********/
.home-page .topic-block-title h2 {
    font-size: 21px;
}

/*********** FOOTER ***********/
    .footer-upper {
    margin: 0 auto 20px;
    overflow: hidden;
}
.footer-upper .center {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
    flex-direction: column;
}

.footer-block {
    margin: 0 0 15px;
}

    .footer-block .title {
        display: table;
        width: 100%;
        height: 60px;
        background-color: #333;
        text-align: center;
        cursor: pointer;
        padding: 0 15px;
    }

        .footer-block .title strong {
            display: table-cell !important;
            vertical-align: middle;
            color: #fff;
            text-transform: uppercase;
        }

            .footer-block .title strong:first-letter {
                font-size: 18px;
            }

    .footer-block ul {
        margin: 0 0 20px;
        padding: 10px;
    }

    .footer-block li {
        font-size: 14px;
    }

    .footer-block.contacts li {
        padding: 10px 0 10px 30px;
    }
        .footer-block.contacts li.contact-page-link {
            padding-left: 0;
        }

        .footer-block.contacts li a {
            padding: 0 !important;
        }
    .footer-block .phone {
        background: url('../img/footer-icon-1.png') left center no-repeat;
    }

    .footer-block .fax {
        background: url('../img/footer-icon-2.png') left center no-repeat;
    }

    .footer-block .mobile {
        background: url('../img/footer-icon-3.png') left center no-repeat;
    }
    .footer-block .whatsapp {
        background: url('../img/footer-icon-whatsapp.png') left center no-repeat;
    }
    .footer-block .email {
        background: url('../img/footer-icon-4.png') left center no-repeat;
    }
    .footer-block .email.as-image{
        display: none;
    }
    .footer-block .email .info-email-img{
        background: url(../img/info-email-3.png) left center no-repeat;
        background-size: 120px 26px;
        height: 18px;
        width: 150px;
    }
    
    .footer-block .skype {
        background: url('../img/footer-icon-5.png') left center no-repeat;
    }
    .footer-block li {
        display:table;
    }
    .footer-block li a {
        display: block;
        position: relative;
        padding: 5px 0 5px 20px;
        float:left;
        letter-spacing:0.5px;
    }

        .footer-block li a:before {
            content: '';
            display: block;
            width: 12px;
            height: 11px;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            background: #666 url('../img/bullet.png') center no-repeat;
            border: 1px solid #666;
            border-radius: 100%;
        }
    .footer-block.contacts li a:before {
        content: none;
    }

    .footer-block.contacts .product-picture {
        display: none;
    }

    .footer-block .news-items .news-item {
        background: transparent;
        margin: 0;
    }

        .footer-block .news-items .news-item .buttons {
            margin: 0;
        }
        .footer-block.contacts .email.write a:before, .footer-block.contacts .whatsapp a:before, .footer-block.contacts .mobile a:before{
            background:none;
            border: none;
        }
    .footer-block .hand-on-hover:hover {
        cursor:pointer;
    }
    .footer-block .link {
        padding-left:8px;
        font-weight:700;
    }
    .footer-block.contacts .mother-company {
        padding-left: 0;
    }
.footer-middle {
    margin: 0 auto 20px;
    overflow: hidden;
}
    .footer-middle .center {
        display: flex;
        align-items: stretch;
        margin: 0 5%;
        flex-direction: column;
        gap: 20px;
    }
.social-sharing {
    display: flex;
    justify-content: space-evenly;
}
    .social-sharing li {
        display: inline-block;
        margin: 0 10px 10px;
        border: 1px solid #bbb;
    }

    .social-sharing a {
        display: block;
        width: 32px;
        height: 32px;
        background: url('../img/social_sprite.png') no-repeat;
    }

    .social-sharing .twitter {
        background-position: 0 0;
    }

    .social-sharing .facebook {
        background-position: -32px 0;
    }

    .social-sharing .youtube {
        background-position: -64px 0;
    }

    .social-sharing .pinterest {
        background-position: -128px 0;
    }

    .social-sharing .google {
        background-position: -96px 0;
    }

    .social-sharing .rss {
        background-position: -192px 0;
    }

    .social-sharing .vimeo {
        background-position: -160px 0;
    }

    .social-sharing a.instagram {
        background: url('../img/instagram.png') no-repeat center;
    }

.newsletter {
    border: 1px dotted #ccc;
    background-color: #fff;
    padding: 20px 0;
    text-align: center;
}

.newsletter-subscribe {
    display: block !important;
}

.newsletter .title {
    margin: 0 0 5px;
}

.newsletter-email {
    display: inline-block;
    overflow: hidden;
    border: 1px dotted #ccc;
    background-color: #eee;
}

    .newsletter-email > input {
        border-bottom: 1px dotted #cccccc !important;
    }

    .newsletter-email .options span {
        display: inline-block;
        padding: 12px 5px;
    }

    .newsletter-email input[type="text"] {
        float: left;
        width: 220px;
        height: 36px;
        border: none;
        background: none;
        font-size: 13px;
        font-style: italic;
        color: #666;
    }

    .newsletter-email .options {
        background: #fff;
        clear: both;
    }

    .newsletter-email input[type="button"] {
        float: left;
        width: 36px;
        height: 36px;
        border: none;
        overflow: hidden;
        background: url('../img/subscribe-button.png') center no-repeat;
        text-indent: 999px;
    }

.newsletter-subscribe input.newsletter-unsubscribe-button {
    text-indent: 0;
    background: none;
    float: none;
    border: none;
    margin: 10px auto 0;
    display: block;
    font-style: italic;
}

.newsletter-validation,
.newsletter-result-block {
    width: 100%;
    overflow: hidden;
    line-height: 28px;
}

    .newsletter-validation .please-wait {
        display: none !important;
    }
.accepted-payment-methods {
    text-align: center;
}
.accepted-payment-methods img {
    text-align: center;
    font-size: 0;
    display: inline-block;
    max-height: 60px;
    filter: none !important; /* To prevent any color inversion */
}

    .accepted-payment-methods .method1 {
        background-position: 0 0;
    }

    .accepted-payment-methods .method2 {
        background-position: -57px 0;
    }

    .accepted-payment-methods .method3 {
        background-position: -114px 0;
    }

    .accepted-payment-methods .method4 {
        background-position: -171px 0;
    }

.footer-lower {
    overflow: hidden;
    background-color: #666;
    padding: 10px;
    text-align: center;
    font-size: 11px;
    color: #ccc;
}

    .footer-lower .center > div {
        margin: 5px 0;
    }

.footer-designed-by {
    margin-top: -10px !important;
}
.footer-disclaimer {
    float: left;
}
.footer-disclaimer span {
    display: block;
}
.footer-powered-by {
    float:right;
}
.footer-powered-by a,
.footer-designed-by a {
    color: #fff;
    text-decoration: underline;
}

.footer-tax-shipping a {
    text-decoration: underline;
}

.footer-store-theme select {
    width: 170px;
    border: none;
}
.header-menu > ul.user-and-business > li i {
    font-size: 13px;
    text-align: right;
    margin-right: 10px;
    width: 20px;
}
.header-menu > ul.user-and-business > li.business i {
    font-size: 15px;
}
/*********** LEFT/RIGHT COLUMN ***********/
.block {
    letter-spacing: 0.5px;
}

    .block .title {
        background-color: #c03;
        text-align: center;
        cursor: pointer;
    }
        .block .title.clickable-link {
            background-color: white;            
            border: 1px dotted #c03;
        }

        .block .title strong {
            display: block;
            padding: 12px 15px;
            color: #fff;
            text-transform: uppercase;
        }
        .block .title.clickable-link strong {
            color: #c03;
        }
        .block .title .fa {
            margin-left: 10px;
            font-size: 15px;
        }
            .block .title strong:first-letter {
                font-size: 18px;
            }
    .padded-content {
        padding: 10px;
    }
.side-2.mobile-top {
    margin-bottom: 17px;
}
    .block .listbox {
        display: none;
        margin: 0 0 30px;
        padding: 0 10px;
    }

        .block .listbox:after {
            content: "";
            display: block;
            clear: both;
        }

    .block .list > li {
        border-bottom: 1px dotted #333;
        font-size: 16px;
    }

.block .list a {
    display: flex;
    align-items: center;
    padding: 7px 5px;
    gap: 7px;
    overflow: hidden;
}

        .block .list a:before {
            content: '';
            display: block;
            width: 12px;
            height: 11px;
            background: #666 url('../img/bullet.png') center no-repeat;
            border: 1px solid #666;
            border-radius: 100%;
        }
        .block .list.no-bullet a:before {
            content: none;
            display: none;
        }
    .block .list .fa.fa-chevron-circle-right {
        font-size: 13px;
    }
.block .list.badged-list a .badged-title {
    /*color: #333;*/
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 7px;
}
    .block .list .topic-section {
        margin-left: 5px;
        padding: 5px 0;
        line-height: normal;
        border-top: 1px dotted #ccc;
        font-size: 14px;
    }

.block .sublist {
    margin: 5px 0 25px 20px;
    padding: 0 0 0 10px;
}

        .block .sublist .sublist {
            margin-bottom: 5px;
            border: none;
        }

    .block .product-picture {
        display: none;
    }

        .block .product-picture a {
            background: none;
            padding: 0;
        }

    .block .view-all {
        margin: 10px 0;
    }

.block .sislistbox .view-all a {
    border: 1px solid #ccc;
    background-color: #ffffff;
    padding: 8px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: baseline;
}
        .block .view-all a .fa {
            margin-left: 5px;
        }
    .block .sislistbox a:before {
        content: none;
    }
.block .sislistbox a {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
    .block .sislistbox a:hover {
        border-top: 1px solid;
        border-bottom: 1px solid;
    }
    .block.block-vendor-navigation a.register-your-business {
        display: flex;
        background: none;
        border: none;
        margin: 0;
        padding: 16px 0 10px 0;
        flex-wrap: wrap;
        line-height: 10px;
        text-transform: none;
    }
    .block a img {
        max-width: 50px;
        max-height: 50px;
    }
.block-popular-tags .listbox {
    padding: 0 0 10px;
}

.block .tags {
    margin: 0 0 10px;
}

    .block .tags ul {
        border-bottom: 1px dotted #ccc;
        padding: 5px 0 10px;
        font-size: 0;
    }

    .block .tags li,
    .product-tags-all-page li {
        display: inline-block;
        position: relative;
        margin: 0 10px;
        overflow: hidden;
        font-size: 16px !important; /*setting base size*/
    }

        .block .tags li a,
        .product-tags-all-page li a {
            float: left;
            line-height: 30px;
        }
/********** CATEGORY PAGE **********/
.top-cat-nav {
    display: inline-block;
    position: relative;
    max-width: calc(100% - 20px);
    overflow-x: hidden;
    overflow-y: hidden;
    margin:0 10px;
    text-align: center;
}

.top-cat-nav .nav	{
    font-size: 0;
	box-sizing: border-box;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
}

    .top-cat-nav .nav .item {
        font-size: 12px;
        display: inline-block;
        height: 20px;
        box-sizing: border-box;
        margin-right: 12px;
        border-bottom: 2px solid transparent;
    }
    .top-cat-nav .nav .item:not(.active):hover {
        border-bottom: 2px solid #333;
    }
/* Hide scrollbar for Chrome, Safari and Opera */
.sis-hide-scrollbar::-webkit-scrollbar {
    display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.sis-hide-scrollbar {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.top-cat-nav .paddle {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 20px;
    height: 18px;
    padding-top: 1px;
    background-color: #333;
    color: white;
    border: none;
    font-size: 15px;
    opacity: 0.75;
}
.top-cat-nav .left-paddle {
    left: 0;
    border-radius: 6px 0 0 6px;
}
.top-cat-nav .right-paddle {
    right: 0;
    border-radius: 0 6px 6px 0;
}
.top-cat-nav .hidden {
	display: none;
}

.print {
	margin: auto;
	max-width: 500px;
}

.print	span {
		display: inline-block;
		width: 100px;
	}
.top-cat-nav .nav-link {
    padding: 0;
}
.top-cat-nav .auto .nav-link {
    padding:0 0 0 60px;
}
.top-cat-nav a {
    padding:0 10px 0 50px;
    font-weight:700;
    font-size: 15px;    
}
.top-cat-nav .item.active {
    border-bottom: 2px solid #c03;
}
.top-cat-nav .item.active a {
    color:#c03;
}
.top-cat-nav-bottom {
    border-bottom: 1px solid lightgrey;
}
.product-filter .sis-filter-info {
    display: block;
    margin: 0;
}
    .product-filter .sis-filter-info .buttons.delete-filters {
        display: none;
    }
    .product-filter .sis-filter-info .sis-open-filter {
        border-radius: 0;
        margin: 0;
        color: #333;
        border: 1px solid #333;
        display: flex;
        justify-content: center;
    }
.sis-filter-info svg {
    margin-right: 10px;
}
    .product-filter .sis-filter-info .active-filters *:hover {
        cursor: default;
    }
    .product-filter .sis-filter-info .active-filters .title {
        margin: 12px 0 8px;
    }
.category-page .register-business-type, .category-description {
    padding: 0 20px;
}
.category-page .buy-sale-buttons {
    margin: 0 20px;
    display: flex;
    align-items: baseline;
    gap: 20px;
    justify-content: center;
}
.category-page .buy-sale-buttons button {
    background: #c03;
}
.category-page .country {
    float:left;
    margin: 0 10px;
    display: none;
}
.category-page .country img {
    height:26px;
}
.category-page .header-pic, .topic-page .header-pic {
    width: 90%;
    max-width: 370px;
}
.category-navigation {
    letter-spacing: 0.5px;
    text-transform: capitalize;
    padding-bottom: 10px;
}
.block.category-navigation .list a {
    gap: 0;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0;
}
.block.category-navigation .list > li:not(:last-of-type) {
    margin-bottom: 5px;
}
    .category-navigation .category-list {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
        .category-navigation .category-list > .category-item {
            /*border-bottom: 1px dotted;*/
            padding-bottom: 10px;
        }
        .category-navigation .category-list > .category-item > a {
            text-transform: uppercase;
        }
            .category-navigation.block .list a::before {
                content: none;
            }
.category-navigation .cat-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 5px;
    padding-right: 10px;
    width: 100%;
}
.category-navigation .cat-number {
    flex-shrink: 0;
    border-left: 1px dotted;
    padding-left: 10px;
    padding-right: 5px;
    font-size: smaller;
}
    .category-navigation .category-item.active-cat-ancestor > a {
        font-weight: bold;
        color: #183159;
    }
/* Loading spinner styles */
#loading-indicator {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    display: none;
    font-size: 18px;
    color: #333;
    pointer-events: none; /* Prevent blocking map interactions */
}

    #loading-indicator .spinner {
        border: 4px solid #f3f3f3; /* Light gray background */
        border-top: 4px solid blue; /* Blue border */
        border-right: 4px solid white; /* White border */
        border-bottom: 4px solid red; /* Red border */
        border-left: 4px solid white; /* White border */
        border-radius: 50%;
        width: 24px;
        height: 24px;
        animation: spin 1s linear infinite;
        margin-right: 10px;
    }

/* Keyframes for spinner animation */
@@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Ensure the spinner is positioned relative to the map */
#mapid {
    position: relative;
}

#loading-indicator {
    position: absolute;
    top: 50%; /* Align vertically within the map */
    left: 50%; /* Align horizontally within the map */
    transform: translate(-50%, -50%);
}
.navigation-container.ajax-loading-block {
    min-height: 120px;
    position: relative;
}
.block #loading-indicator {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.6);
    z-index: 10;
}
.breadcrumb-container {
    display: grid;
}
.breadcrumb {
    margin: 0 10px;
    font-size: 12px;
    display: flex;
    justify-content: center;
}
.breadcrumb.nav {
    overflow: hidden; /* Hides overflow content */
    position: relative; /* Allows paddles to be positioned inside the breadcrumb */
}
    .breadcrumb ul {
        display: flex;
        gap: 5px;
        flex-direction: row;
    }
    .breadcrumb.nav ul {
        display: flex;
        gap: 2px;
        flex-direction: row;
        overflow-x: auto;
        scroll-behavior: smooth;
        padding: 0;
        margin: 0;
    }
    .breadcrumb li {
        display: inline-flex;
        padding: 0 0 0 2px;
        flex-direction: row;
        align-items: center;
        white-space: nowrap;
    }
    .breadcrumb.nav li:first-of-type {
        margin-left: 15px;
    }
    .breadcrumb.nav li:first-of-type a {
        border: none;
        padding: 0;
    }
        .breadcrumb.nav li .fa.fa-home {
            font-size: 20px;
        }
    .breadcrumb.nav li:last-of-type {
        margin-right: 15px;
    }
    .breadcrumb.list a {
        margin: 5px 10px 5px 0;
        display: inline-block;
        background-color: white;
    }
.business-info .breadcrumb.list .fa {
    margin-right: 5px;
}
    .breadcrumb li .fa.fa-chevron-right {
        margin-left: 5px;
    }
    .breadcrumb.list .fa.fa-chevron-right {
        margin: 0 6px 0 0;
        font-size: 10px;
    }
    .breadcrumb strong {
        color: #c03;
    }
    .breadcrumb a, .breadcrumb .current-item {
        border: 1px solid #ccc;
        padding: 2px 5px;
        display: inline-flex;
    }
    .breadcrumb .current-item {
        border-color: initial;
        padding-right: 5px;
    }

    .breadcrumb a:hover {
        background-color: #ccc;
    }

    /* Paddles for scrolling */
    .breadcrumb.nav::before,
    .breadcrumb.nav::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 13px; /* Adjust paddle size */
        
        pointer-events: none; /* Allows clicks to pass through */
    }

.breadcrumb.nav::before {
    left: 0;
    background: linear-gradient(to right, white, rgba(255, 255, 255, 0)); /* Fade effect */
}

.breadcrumb.nav::after {
    right: 0;
    background: linear-gradient(to left, white, rgba(255, 255, 255, 0)); /* Fade effect */
}

    /* Show paddles only when scrolling is possible */
    .breadcrumb.nav ul {
        scrollbar-width: none; /* Hides the scrollbar in Firefox */
    }

        .breadcrumb.nav ul::-webkit-scrollbar {
            display: none; /* Hides scrollbar in WebKit browsers */
        }
.cat-info-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}
.category-description, .manufacturer-description, .vendor-description, .topic-body {
    font-size: 16px;
    line-height: 1.7;
    text-align: left;
}
.product-selectors {
    font-size: 14px !important;
    background-color: inherit;
    padding: 10px 0;
}

    .product-selectors:after {
        content: "";
        display: block;
        clear: both;
    }

    .product-selectors > div {
        display: inline-block;
        margin: 5px 0;
    }

        .product-selectors .number-of-returned-products {
        margin: 5px 0 0;
    }

div.product-viewmode {
    display: none;
}

.product-selectors .product-sorting span, .product-selectors .product-page-size span {
    display: none;
}

.product-selectors select {
    background-color: #fff;
    text-transform: lowercase;
}
.item-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); /* Adjust the min width as needed */
    gap: 10px; /* Space between boxes */
    margin-top: 10px;
}
section.paged-filtered-item-grid {
    background-color: #eee;
}
    section.paged-filtered-item-grid h2 {
        margin: 0;
    }
    section.paged-filtered-item-grid .sub-section {
        margin: 0;
        text-align: center;
    }
        section.paged-filtered-item-grid .sub-section .product-selectors {
            margin-top: 0;
        }
.item-box {
    width: calc(50% - 5px);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    flex-wrap: nowrap;
}
.sis-img-tile {
    /* Important to void CLS while gallery loads */
    height: 240px;
}
.item-box .picture {
    overflow: hidden;
}
.item-box .picture, .sis-gallery .picture {
    position: relative;
}
.item-box .more-imgs, .sis-gallery .more-imgs {
    position: absolute;
    display: flex;
    bottom: 10px;
    right: 10px;
    color: white;
    font-size: 20px;
    line-height: 20px;
    pointer-events: none;
    z-index: 1;
    background: dimgrey;
    padding: 4px;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 10px;
    align-items: center;
}
.item-box .more-imgs .fa, .sis-gallery .more-imgs .fa{
font-size: 16px;
}
.item-box .details, .post-page .main-info {
    text-align: left;
    margin: 0 5px;
}
.item-box .product-title, .sis-list-item-container .product-title {
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
}
.sis-list-item-container .product-title{
    text-align: initial;
}
        .item-box .title a {
            float: left;
            display: block;
        }

    .item-box .year {
        float: right;
    }

    .item-box .second-row {
        width: 100%;
        font-size: 16px;
        max-height: 20px;
    }

        .item-box .second-row .province {
            float: left;
            width: 50%;
        }

        .item-box .second-row .mileage {
            float: right;
            text-align: right;
            width: 50%;
        }

    .item-box .third-row, .post-page .main-info .third-row {
        display: inline-block;
        width: 100%;
        max-height: 24px;
    }

        .item-box .third-row .prices {
            width: 50%;
            float: left;
        }

        .item-box .third-row .position {
            float: right;
            width: 50%;
            font-size: 14px;
            text-align: right;
            font-style: italic;
        }
            .item-box .third-row .position.sold {
                color: #c03;
                font-style: normal;
                font-size: 16px;
                font-weight: bold;
            }

    .item-box .description {
        display: none;
        margin: 0 0 20px;
        font-size: 14px;
    }

        .item-box .description a {
            display: block;
            overflow: hidden;
        }

    .item-box .prices {
        margin: 0;
        font-size: 13px;
    }

    .item-box .old-price {
        margin-right: 8px;
        vertical-align: middle;
        color: #999;
        text-decoration: line-through;
    }

    .item-box .actual-price {
        margin-right: 8px;
        vertical-align: middle;
        font-size: 16px;
        font-weight: bold;
        color: #c03;
    }

        .item-box .actual-price:empty {
            display: none;
        }

.tax-shipping-info {
    display: inline-block;
    border-left: 1px solid #ccc;
    padding: 1px 8px;
    vertical-align: middle;
    color: #999;
}

    .tax-shipping-info a {
        color: #c03;
    }

.item-box .product-rating-box {
    margin: 0 0 20px;
}

.item-box .rating {
    display: inline-block;
    background: url('../img/rating1.png') repeat-x;
    width: 130px;
    height: 23px;
}

    .item-box .rating div {
        background: url('../img/rating2.png') repeat-x;
        height: 23px;
    }

.item-box .buttons {
    margin: 0;
    font-size: 0;
}

.item-box .compare-products {
    display: none;
}

.item-box input[type="button"] {
    border: none;
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
}
/*Financing CTA*/
.financing-cta {
    background: #eee;
    font-weight: 600;
}
.home-page .financing-cta, .category-page .financing-cta {
    padding: 0;
    background: none;
}
.financing-cta .title {
    font-size: 15px;
    margin-top: 4px;
    text-transform: uppercase;
}
.financing-cta .commitment {
    /*width: 100%;*/
    padding: 8px;
    color: #eee;
    background-color: #333;
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    display: none;
}
.financing-cta .sub-section {
    margin-bottom: 0;
}
        .financing-cta .commitment i {
            margin:0 6px;
        }
    .financing-cta .product-financing {
        text-transform: uppercase;
        line-height: 20px;
        color: white;
        padding: 6px 10px 4px;
        display: inline-block;
    }
.home-page .product-financing {
    margin-top: 0;
}
.financing-cta .other-product-financing {
    color: #c03;
    margin: 10px 0 10px;
}
.h1-wrapper {
    display: flex;
    flex-direction: column;
    align-items: inherit;
    font-size: 16px;
    padding: 20px;
    width: 100%;
    gap: 20px;
}
    .h1-wrapper.medium {
        background-color: #cbcbcb6e;
    }
    .h1-wrapper.dark {
        background-color: #333;
    }
        .h1-wrapper.dark h1, .h1-wrapper.dark .content {
            color: #fff;
        }
    .h1-wrapper.light {
        color: #333;
        background-color: #e6e6e6;
    }
    .h1-wrapper .search-box.sisbox {
        padding: 0 !important;
    }
.h1-wrapper.buying .financing{
    display: inline-block;
}
    .h1-wrapper.selling h1 {
        font-weight: bold;
    }
    .h1-wrapper.buying .financing .product-financing {
        margin:0;
    }
    .h1-wrapper .buttons {
        display: flex;
        gap: 20px;
        margin: 0;
    }
        .h1-wrapper .buttons .sis-button {
            margin: 0;
        }
    .h1-wrapper .buttons a{
        display: contents;
    }
    .h1-wrapper.vendors h1 {
        margin-bottom: 5px;
    }
    .h1-wrapper.selling .buttons {
        line-height: 1em;
    }
    .h1-wrapper.dark .sis-light-button {
        border: none;
    }
.register-business-type {
    letter-spacing: 0.5px;
    font-size: smaller;
}
.h1-wrapper .register-business-type {
    padding: 20px 0 6px;
}
.sis-center-outer {
    width: 100%;
    text-align: center;
    display: inline-block;
}
form .sis-center-outer {
    width: auto;
    display: flex;
    justify-content: center;
}
    .sis-button.button-2{
        border-color:#333;
        color:#333;
    }
.category-grid .sub-category-item.no-pic{
    height: 46px;
}
.sub-category-grid, .vendor-grid {
    background: #eee url('../img/category-pad.jpg') center top no-repeat;
    padding: 10px;    
}
    .sub-category-grid .item-grid {
        display: flex;
        gap: 10px;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        gap: 10px;
    }

    .home-page-category-grid .title,
    .overview-link-list .title,
    .sub-category-grid .title,
    .manufacturer-grid .title,
    .vendor-grid .title {
        position: absolute;
        bottom: 0;
        z-index: 1;
        width: 100%;
        height: auto;
        background-color: rgba(0,0,0,0.52);
        font-size: 12px;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
    }
.home-page-category-grid .title {
    font-size: 7px;
}

    .home-page-category-grid .title a,
    .sub-category-grid .title a,
    .manufacturer-grid .title a,
    .vendor-grid .title a {
        padding: 10px;
        float: unset;
    }
.sub-category-grid .title a {
    display: flex;
    align-items: center;
}
    .sub-category-grid .title a i {
        padding: 0 5px;
    }

    .home-page-category-grid .title a {
        padding: 10px 1px;
    }
    .home-page-category-grid .picture,
    .sub-category-grid .picture,
    .manufacturer-grid .picture,
    .vendor-grid .picture {
        margin: 0;
    }

        .home-page-category-grid .picture a:before,
        .sub-category-grid .picture a:before,
        .manufacturer-grid .picture a:before,
        .vendor-grid .picture a:before {
            padding-top: 70%;
        }
.sub-category-grid .item-box .sub-category-item .picture img {
    width: 100%;
}
.home-page-category-grid .item-grid {
    display: flex;
    gap: 3px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-content: stretch;
    min-height: 70px;
}
    .home-page-category-grid .item-box {
        flex: 0 0 32%;
    }
    .home-page-category-grid .item-box .picture img {
        width: 100%;
        height: auto;
        vertical-align: middle;
    }    
.home-page .product-grid, .home-page .product-list {
    background-color: #eee;
}
.product-grid .title {
    margin: 0 0 10px;
    border-bottom: 1px solid #ccc;
    text-align: center;
    display: grid;
}

    .product-grid .title strong {
        display: inline-block;
        margin: 0 0 -1px;
        box-shadow: 0 0 0 3px #fff;
        background-color: #333;
        padding: 15px 18px;
        color: #fff;
        text-transform: uppercase;
        line-height: 20px;
    }

        .product-grid .title strong:first-letter {
            font-size: 18px;
        }

.product-grid .item-box, .product-list .item-box {
    border-bottom: 1px dotted #333;
    width: 100%;
    display: block;
    padding: 10px 0 20px;
}

.cross-sells {
    margin: 40px 0 0;
}
    .pager .individual-page {
        display:none;
    }
    .pager ul {
        font-size: 0;
    }

    .pager li {
        display: inline-block;
        margin: 15px 5px;
    }
    .pager li:last-of-type {
        margin-right: 0;
    }
        .pager li span,
        .pager li a {
            display: block;
            min-width: 34px;
            border: 1px solid #ccc;
            overflow: hidden;
            background-color: #eee;
            padding: 8px;
            text-align: center;
            font-size: 14px;
            cursor: pointer;
        }

        .pager li span {
            border-color: #c03;
            background-color: #c03;
            color: #fff;
        }

        .pager li a:hover {
            background-color: #eee;
        }
.pager {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: inherit;
}
    .pager.top {
        border-top: none;
        border-bottom: 1px dashed #333;
    }
.paged-filtered-item-grid .pager li a {
    background-color: white;
}
.product-filters {
    margin: 0 0 15px;
    overflow: hidden;
    padding: 0;
}
.product-filters .h1-wrapper {
    padding: 10px;
}
    .product-filters .product-filter {
        font-size: 14px;
    }
        .product-filters .product-filter .filter-content .collapse.show {
            margin: 0 0 10px;
        }

        .product-filters .product-filter .filter-title {
            background: #cc0033;
        }
    .product-filters .filter-content .current-filter .title {
        padding: 7px 0 0;
        font-weight: 700;
        color: #cc0033;
        text-transform: uppercase;
    }
            .product-filters .product-filter .filter-title strong {
                margin-bottom: 10px;
                color: #ffffff;
                display: block;
                padding: 12px 15px;
                text-transform: uppercase;
            }

    .product-filters .filtered-items, .product-filters .remove-filter {
        clear:both;
    }
    .product-filters .remove-filter {
        clear: both;
        padding: 7px 0 0;
        font-weight: 700;
        color: #cc0033;
        background-color: transparent;
    }
.bootstrap-iso.product-filters .remove-filter a, .bootstrap-iso.product-filters .remove-filter a span {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    color: #cc0033 !important;
    display: flex;
    align-items: center;
}
        .product-filters .remove-filter a span {
            margin:0 7px 0;
        }
   .product-filters .filter-content .current-filter{
        padding: 10px;
        border: 1px dotted #ccc;
    }

    .product-filters .filter-content .title {
        line-height:1.3;
    }

    .product-filters .filter-content ul {
        max-height: 150px;
        overflow: auto;
        scroll-behavior: auto;
        margin: 0 10px;
        padding: 4px 0;
        border-bottom: 1px dashed #c03;
        text-overflow: ellipsis;
    }
    .product-filters .filter-content ul li {
        float:left;
    }
        .product-filters .filter-content ul li.title {
            clear:both;
            padding: 7px;
            line-height: 1.0 !important;
            color:#c03;
        }
    .product-filters .filter-content .item,
    .product-filters .group.price-range-group > li {
        color: #000000;
        cursor: pointer;
        display: block;
        line-height: 1.0;
        padding: 5px 10px;
        position: relative;
        -webkit-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s;
    }
        .product-filters .available-items {
            font-size:14px;
        }
            .product-filters .available-items ul li.item {
            padding: 7px;
        }
           .product-filters .available-items ul li.item a {
            color:black !important;
        }
.sis-open-filter {
    margin: 0;
    padding: 0;
}
.contact-vendor .button-2 {
    margin: 0 0 20px;
    border: none;
    padding: 10px 20px;
    color: #fff;
}

    .contact-vendor .button-2:hover {
        opacity: .8;
    }
/********** MANUFACTURER PAGE **********/
.manufacturer-page .page-title img {
    max-width: 20vw;
    max-height: 10vw;
    margin: 1% 0;
}
.manufacturer-page.location .page-title img {
    max-width: 300px;
    max-height: 150px;
    margin-top: 10px;
}
.manufacturer-page.location .manufacturer-description {
    margin-bottom: 10px;
}
.manufacturer-page .intro {
    text-transform: uppercase;
}
.manufacturer-page .top-modelos {
    text-align:inherit;
}
    .manufacturer-page .top-modelos .sis-expandible button {
        width:calc(100% - 20px);
    }
.manufacturer-page .modelo {
    float: left;
    font-size: 13px;
}
.manufacturer-page .top-modelos .fa{
    margin:0 10px;
}
.manufacturer-page .top-modelos-title {
    margin: 20px 0 5px 0;
    border-top: 1px dotted;
    padding-top: 5px;
    text-transform: uppercase;
}
/*********** LIST PAGEs ***********/
.manufacturer-list-page .manufacturer-grid {
    padding: 10px;
    width: 100%;
}
    .manufacturer-list-page .manufacturer-grid .item-grid {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    }
.manufacturer-list-page .item-box {
    width: 100%;
}
.manufacturer-list-page .item-box .picture img {
    width: 100%;
}
/*-- SIS List View Mode (used for vendor grids, etc.)*/
.item-grid.sis-list {
    padding: 0 0.5rem;
    grid-template: none;
}
    .item-grid.sis-list .item-box, .sis-list-item-container {
        width: 100%;
        padding: 10px !important;
        box-shadow: 0 1px 5px 0 rgb(0 0 0 / 30%);
        background-color: white;
    }
.product-item .vendor .spec-att, .product-item .vendor .position {
    float: left;
    text-align: left;
}
.sis-ads-place.sis-top-banner, .sis-ads-place.sis-category {
    margin-top: 8px;
    margin-bottom: 15px;
}
/* Item-Box Post-Item */
.item-box .post-item {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.item-box .post-item .details {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    align-items: center;
    background: transparent;
}
.item-box .post-item .actual-price {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}

.item-box .post-item .product-title {
    /*    margin: 0 0 5px 0;
    display: inline-block;*/
    font-size: 15px;
}

    .item-box .post-item .product-title a {
        float: left;
        display: block;
        font-weight: 600;
    }

.item-box .post-item .details .second-row {
    overflow: hidden;
}
.item-box .post-item .second-row, .item-box .post-item .third-row {
    width: auto;
    display: grid;
}
.item-box .post-item .second-row .province {
    float: left;
    /*display: contents;*/
    font-weight: 500;
    max-height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
}

.item-box .post-item .third-row .prices {
    width: 100%;
    float: none;
}

.item-box .post-item .third-row .dates {
    margin-right: 8px;
    font-size: 13px;
    line-height: 18px;
    color: #e9592d;
    font-weight: 500;
    max-height: 36px;
    overflow: hidden;
}
/* CSS for the fullscreen overlay */
.fullscreen-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 999999;
    text-align: center;
}
.fullscreen-overlay img{
    max-width: 90%;
    max-height: 90%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
    .fullscreen-overlay .close-button {
        margin-top: 20px !important;
        cursor: pointer;
        color: #fff;
        font-size: 24px;
    }
.product-item .vendor-mini-card {
    margin-bottom:8px;
}
.vendor-mini-card .logo-picture {
    width: 50px;
    height: 50px;
    background-color: transparent;
}
.logo-picture.initials {
    text-align: center;
    height: 50px;
    background-color: lightslategrey;
    color: white;
    border: 1px solid;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.1em;
    width: 50px;
}
    .vendor-mini-card .logo-picture img {
        max-width: 50px;
        max-height: 50px;
        border-radius: 50%;
    }
.target-page-link div.sis-button {
    font-size: 12px;
    font-weight: 600;
    padding: 8px 12px;
}
.vendor-mini-card .top-container {
    justify-content: center;
    display: flex;
    gap: 20px;
}
    .vendor-mini-card .brief-info {
        display: flex;
        flex-direction: column;
        row-gap: 10px;
    }
.vendor-card-map {
    margin: 10px 0 0;
    align-items: center;
    border-top: 1px solid #d0d0d0;
}
.vendor-card .fa.fa-chevron-circle-right {
    margin-left: 10px;
    font-size: 14px;
}
.spec-att {
    display: flex;
    gap: 20px;
    justify-content: center;
}

    .spec-att div {
        display: inline-block;
        text-decoration: none;
        color: white;
        background-color: #8c8c8c;
        border-radius: 33px;
        width: 33px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        font-weight: 500;
        font-family: 'Open Sans';
        font-size: 12px;
    }
/*********** SPEC ATT OPTION PAGE ***********/
.spec-att-option-page .specAttOption-info .fa-check {
    margin: 5px;
    font-size: 12px;
    color: #cc0033;
}
.spec-att-option-page .fa-filter{
    color:white !important;
    margin:0 10px 0 0 !important;
}
.spec-att-option-page .stat-table-container {
    height: 200px;
    overflow-y: scroll;
    margin:10px 10px 25px 10px;
}

/********** PRODUCT PAGE **********/
.inline-adsense {
    margin: 15px 0 20px 0;
}
.advert-title {
    position: relative;
    z-index: 1;
    margin-bottom:8px;
    text-align:center;
}
    .advert-title:before {
        border-top: 2px solid #333;
        content:"";
        margin: 0 auto; /* this centers the line to the full width specified */
        position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
        top: 50%; left: 0; right: 0; bottom: 0;
        width: 100%;
        z-index: -1;
    }
     .advert-title span { 
        /* to hide the lines from behind the text, you have to set the background color the same as the container */ 
        background: #fff; 
        padding: 0 15px; 
    }

.list-item-adsense {
    width: 100%;
    height: 100%;
    display: inline-block;
}
.page-title h1 .sold {
    font-weight: 700;
}
.gallery {
    margin: 0 0 20px;
}

    .gallery .picture-wrapper {
        margin: 0 0 10px;
    }

    .gallery .picture {
        position: relative;
        width: 340px;
        max-width: 100%;
        margin: 0 auto 20px;
        overflow: hidden;
        background-color: #fff;
    }

        .gallery .picture img,
        .gallery .picture-thumbs img,
        .variant-picture img {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            max-width: 100%;
            max-height: 100%;
            margin: auto;
        }
.sis-gallery {
    margin: 20px 0;
    position: relative;
}
    .sis-gallery .sis-img-tile {
        overflow: hidden;
        visibility: hidden;
        position: relative;
    }
        .sis-gallery .picture img {
            width: 100%;
        }
    .sis-gallery .picture-thumbs-round {
        display: none;
    }
        .sis-gallery .picture-thumbs-round img {
            display: inline-block;
            width: 18px;
            height: 18px;
            margin: 6px 3px 0 3px;
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            box-sizing: content-box;
            border: 1px solid transparent;
            background: #ccc;
            background: rgba(255, 255, 255, 1) center no-repeat;
            border-radius: 10px;
            box-shadow: 0 0 2px #000;
            opacity: 0.5;
            cursor: pointer;
        }
.gallery .picture-thumbs {
    overflow: hidden;
    font-size: 0;
}
    .gallery .picture-thumbs a {
        display: inline-block;
        position: relative;
        width: 90px;
        height: 90px;
        margin: 0 5px 10px;
        overflow: hidden;
        background-color: #fff;
    }
/* For Read More Link and others */
.read-more-container {
    width: 100%;
}
.sis-animated-link {
    color: #2373ae;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    text-decoration: none !important;
}
.sis-animated-link {
    position: relative;
    z-index: 1;
    display: inline-flex;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-right: 10px;
    letter-spacing: 1.6px;
}
.read-more-section {
    display: none;
}
.sis-animated-link::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, #d5eded 25%, rgba(0, 0, 0, 0) 40%);
    position: absolute;
    left: 0;
    bottom: 2px;
    z-index: -1;
    will-change: width;
    transform: rotate(-2deg);
    transform-origin: left bottom;
}
.sis-animated-link:hover::before {
    width: 0;
}
.sis-animated-link::before {
    transition: width .1s ease-out;
}
.sis-animated-link:hover::before {
    transition-duration: .15s;
}
.vendor-details {
    display: inline-block;
    padding: 8px 15px 5px 15px;
    background: #eee;
    width: 100%;
}
.vendor-page .vendor-details .title {
    color: #000;
    margin-bottom: 5px;
}
.vendor-page .vendor-logo {
    float: initial;
}
.vendor-page .vendor-logo img {
    width: 100px;
    margin: 0 10px 5px;
    border-radius: 5px;
}
.non-breakable{
    white-space: nowrap;
}
.product-tags-list {
    font-size: 0;
}
    .product-tags-list li {
        display: inline-block;
        font-size: 12px; /*reset zeroing*/
    }
        .product-tags-list li.separator {
            margin: 0 5px 0 3px;
        }
    .product-tags-list a {
        display: inline-block;
        line-height: 24px;
    }
.attributes {
    margin: 20px 0;
}
    .attributes dl {
        overflow: hidden;
    }
    .attributes dt {
        display: block;
        margin: 0 0 5px;
        white-space: nowrap;
        font-weight: bold;
    }
    .attributes dd {
        margin: 0 0 10px;
    }
    .attributes li {
        margin: 5px 0;
    }
    .attributes select {
        width: auto;
        max-width: 100%;
    }
    .attributes .option-list li > * {
        display: inline-block;
        padding: 0 5px;
        vertical-align: middle;
    }
    .attributes .datepicker {
        width: 280px;
        text-align: center;
    }
.ui-datepicker {
    width: 280px;
    background-color: #fff;
    text-align: center;
}
.ui-datepicker-header {
    position: relative;
    height: 32px;
    background-color: #333;
    color: #fff;
}
    .ui-datepicker-header a {
        position: absolute;
        top: 0;
        z-index: 1;
        width: 32px;
        height: 32px;
        font-size: 0;
    }
        .ui-datepicker-header a.ui-datepicker-prev {
            left: 0;
            background: url('../img/calendar-prev.png') center no-repeat;
        }
        .ui-datepicker-header a.ui-datepicker-next {
            right: 0;
            background: url('../img/calendar-next.png') center no-repeat;
        }
.ui-datepicker-title {
    position: relative;
    z-index: 0;
    line-height: 32px;
    font-weight: bold;
    text-transform: uppercase;
}
.ui-datepicker-calendar th {
    background-color: #eee;
}
.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
    width: 14.285%;
    border: 1px solid #ccc;
}
    .ui-datepicker-calendar th span,
    .ui-datepicker-calendar td a {
        display: block;
        min-height: 32px;
        line-height: 32px;
    }

.color-squares {
    font-size: 0;
}
    .color-squares li {
        display: inline-block;
        margin: 0;
    }
    .color-squares .color-container {
        display: block;
        border: 1px solid transparent;
        position: relative;
        z-index: 0;
    }
    .color-squares label {
        overflow: hidden;
    }
    .color-squares .color {
        display: block !important;
        width: 26px !important;
        height: 26px !important;
        border: 1px solid #333 !important;
        cursor: pointer;
    }
    .color-squares .selected-value .color-container {
        border-color: #000;
    }
    .color-squares .selected-value .color {
        border-color: transparent !important;
    }
    .color-squares li input {
        position: relative;
        z-index: -1;
        margin: -30px 0 0;
    }
.giftcard {
    margin: 30px 0 20px;
    overflow: hidden;
    clear: both;
}
    .giftcard div {
        margin: 0 0 20px;
    }
    .giftcard label {
        display: block;
        margin: 0 0 5px;
        font-weight: bold;
    }
    .giftcard input, .giftcard textarea {
        width: 350px;
        max-width: 100%;
    }
    .giftcard textarea {
        height: 150px;
    }
.svg-span-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*Bottom Contact banner*/
.contact-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #c03;
}
.contact-footer .button-block {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}
.contact-footer .button-block .div1 {
    color: #fff;
    cursor: pointer;
}
.contact-footer .button-block .div2 {
    text-align: center;
    height: 20px;
}
/*._1vK7W {
    display: inline-block;
}*/
.contact-footer .button-block .div2 svg {
    width: 2rem;
    height: 20px;
}
.contact-footer .button-block .div2 svg>path {
    fill: #fff;
}
svg > path.in-wishlist {
    fill: #333;
}

.contact-footer svg > path, .contact-footer svg > g path {
    fill: #fff;
}

/********** CHECKOUT **********/
.shopping-cart-page .order-summary-content {
    width: 100%;
}
.shopping-cart-page .totals {
    float: right;
    margin: 0 15px;
}
.shopping-cart-page .fa-trash {
    color: red;
}
.shopping-cart-page .quantity .wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}
.cart-header-row .product {
    width:40%;
}
.cart-header-row .unit-price {
    width: 18%;
}
.shopping-cart-page .quantity input {
    width: 35px;
}
.shopping-cart-page .continue-shopping-button {
    float: left;
    margin: 0 0 20px 15px;
}
.shopping-cart-page .totals .sis-button {
    margin: 20px 0;
}
.cart-footer table tr {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
/* Highlight class with flashing border */
.highlight {
    animation: flashBorder 2s infinite;
}
.customer-vendor-subscription-page h2 {
    text-transform: uppercase;
}
.customer-vendor-subscription-page .order-summary th.quantity, .customer-vendor-subscription-page .order-summary td.quantity,
.customer-vendor-subscription-page .order-summary th.unit-price, .customer-vendor-subscription-page .order-summary td.unit-price {
    display: none;
}
.customer-vendor-subscription-page .order-summary th.product, .customer-vendor-subscription-page .order-summary td.product {
    width: 70%;
}
.category-tree .content-wrapper {
    display: flex;
    flex-direction: column;
    /*gap: 14px;*/
}
    .category-tree .content-wrapper .title-and-cta {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
    .category-tree .content-wrapper .title {
        font-size: 14px;
        text-align: left;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
.flex-list .category-tree .list-item .description {
    flex-direction: row;
    align-items: center;
}
.category-tree .breadcrumb.list {
    font-size: 11px;
    margin: 15px 0 5px;
    gap: 10px;
    padding: 5px 10px 3px;
    justify-content: flex-start;
}
.category-tree label {
    font-size: 11px;
}
tr.order-total {
    font-size: large;
    font-weight: bold;
}
@keyframes flashBorder {
    0% {
        border-color: red;
        box-shadow: 0 0 10px rgba(255, 0, 0, 0.8); /* Red */
    }

    50% {
        border-color: white;
        box-shadow: 0 0 10px rgba(255, 255, 255, 0.8); /* White */
    }

    100% {
        border-color: red;
        box-shadow: 0 0 10px rgba(255, 0, 0, 0.8); /* Red */
    }
}



.user-agreement-page .terms-of-agreement {
    margin: 0 0 20px;
    padding: 20px;
    text-align: center;
}

.user-agreement-page .button-1 {
    min-width: 140px;
    border: none;
    background-color: #4ab2f1;
    padding: 10px 30px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

    .user-agreement-page .button-1:hover {
        background-color: #248ece;
    }
/********** WISHLIST & COMPARE LIST **********/
.wishlist-content {
    margin: 0 0 20px;
}

    .wishlist-content .message-error {
        margin: 0 0 10px;
    }

    .wishlist-content .tax-shipping-info {
        margin: 0 0 20px;
        border: none;
    }

    .wishlist-content .buttons {
        font-size: 0;
    }

    .wishlist-content .button-2 {
        height: 32px;
        margin: 0 5px 5px;
        border: none;
        padding: 8px 16px;
        vertical-align: middle;
    }

.wishlist-add-to-cart-button {
    border-color: transparent !important;
    color: #fff;
}

.wishlist-page .share-info a {
    display: block;
    margin: 0 0 5px;
    font-weight: bold;
    color: #c03;
}

.compare-products-page {
    position: relative;
    overflow: hidden;
}

    .compare-products-page .clear-list {
        display: inline-block;
        margin: 0 0 30px;
        background-color: #333;
        padding: 8px 16px;
        font-weight: bold;
        color: #fff;
    }

    .compare-products-page .button-2 {
        display: inline-block;
        border: 1px solid #ccc;
        padding: 5px 10px;
    }

    .compare-products-page img {
        max-width: 100%;
    }

.compare-products-table {
    display: none;
}


/*********** TOPICS ***********/
.topic-block-body, .topic-body {
    padding: 0 20px;
}
.block-account-navigation .all-topics-link .clickable-link {
    margin-top: 20px;
}
.sis-block-margins {
    margin: 0 12px 10px 12px;
}
.topic-html-content-body {
    line-height: 20px;
}
.topic-block a,
.topic-page a {
    text-decoration: underline;
    color: #012b7e;
}


/************ HomePage Category List ************/
.overview-link-item .title {
    top: 0;
    bottom: unset;
    font-size: 13px;
}
.overview-link-item.no-description .title {
    padding: 10px;
}
.overview-link-item .description {
    text-align: left;
}
    .overview-link-list.full-width-multi-cols {
        background: none;
    }
    .overview-link-list .overview-link-item {
        display: flex;
        background-color: white;
        margin: 0 0 6px;
        padding: 6px 0;
    }
    .overview-link-list.full-width-multi-cols {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 15px;
        justify-content: space-evenly;
    }
    .overview-link-list.full-width-multi-cols .overview-link-item {
        margin: 0;
        padding: 0;        
    }
        .overview-link-list .overview-link-item a {
            width: 100%;
            display: flex;
            text-align: left;
            justify-content: space-between;
            flex-direction: row;
        }
            .overview-link-list .overview-link-item a .pic-and-title {
                flex: 1 1 95%; /*grow | shrink | basis */
            }
            .overview-link-list .overview-link-item a .see-more {
                flex: 1 1 5%; /*grow | shrink | basis */
            }
        .overview-link-list .overview-link-item .picture {
            float: left;
            max-width: 35%;
            position: relative;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
        }
    .overview-link-list.full-width-multi-cols .overview-link-item .picture {
        border: none;
    }
.overview-link-item.no-description .picture {
    max-width: 100%;
}
            .overview-link-list .overview-link-item .picture img {
                max-width: 100%;
                display: block;
            }

    .overview-link-list .overview-link-item .description {
        width: 100%;
        padding: 0 6px;
    }

        .overview-link-list .overview-link-item .description .title {
            color: #c03;
            font-weight: 400;
        }

        .overview-link-list .overview-link-item .see-more {
            margin: auto 8px auto 4px;
            font-size: 16px;
            color: #c03;
            opacity: 0.8;
        }

.sis-access-denied-bo-page {
    color: red;
    font-size: 20px;
}
/************ Map Markers Popup ************/
.single-place-map {
    display: flex;
    flex-direction: column;
    width: 100%;
    column-gap: 10px;
}
    .single-place-map h4 {
        background-color: #f4f4f4;
        padding: 10px;
    }
    .single-place-map .direction-buttons {
        margin-top: 10px;
        display: flex;
        gap: 10px;
    }
        .single-place-map .direction-buttons .sis-button {
            flex: 1 1 0;
            font-size: 12px;
            font-weight: 500;
            margin: 0;
            padding: 0 10px;
            display: flex;
            justify-content: center;
            align-items: center;
        }
            .single-place-map .direction-buttons .sis-button .button {
                display: flex;
                align-items: center;
            }
            .single-place-map .direction-buttons .sis-button .button img {
                margin-right: 12px;
                width: 40px;
                height: 40px;
            }
.sis-web-share {
    display: block;
    width: auto;
}
    .sis-web-share .svg-span-container {
        padding: 0 5px;
    }
    .sis-web-share .sis-button {
        font-size: 14px;
        border: 1px solid;
        padding: 0;
        margin: 0;
        border-radius: 0;
        display: inline-flex;
        user-select: none; /* Prevent text selection */
    }
        .sis-web-share .sis-button:focus {
            outline: none; /* Remove outline on focus */
        }
.sis-web-share .share-button .button {
    padding: 7px 10px;
    display: flex;
    align-items: center;
}
.sis-web-share .sis-button::after {
    content: none;
}
.share-button svg {
    width: 20px;
    height: 20px;
    margin: 0 10px;
}
.side-2 .sis-web-share {
    text-align:center;
}
    .side-2 .sis-web-share .sis-button {
        font-size: 14px;
        margin: 5px 0 15px 0;
    }
    .side-2 .sis-web-share .share-button svg {
        margin: 0;
    }
.leaflet-control-layers-overlays input[type='checkbox'] {
    width: 14px !important;
    height: 14px !important;
    margin: 0 2px 3px 0;
    outline: 2px solid transparent;
    outline-offset: -2px;
}
#mapid {
    height: 300px;
    width: 100%;
}
.sis-map .leaflet-popup-content {
    width: 300px;
    margin: 3px 5px;
    line-height: 1.4;
    font-size: 0.85em;
    z-index: 10000;
}
    .sis-map .leaflet-control-layers-overlays {
        text-align: left;
    }
    .sis-map.map-type-locations .leaflet-popup-content {
        width: 240px;
    }
.dot {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
}
.map-popup {
    display: flex;
    background-color: white;
    padding: 3px;
}

        .map-popup a {
            width: 100%;
            text-align: left;
        }
    .map-popup .top-row {
        display: flex;
        align-items: center;
    }

        .map-popup .picture {
            float: left;
            max-width: 25%;
        }

            .map-popup .picture img {
                max-width: 40px;
                max-height: 40px;
                border-radius:5px;
            }

    .map-popup .description {
        width: 100%;
        padding: 0 0 0 6px;
        font-size: 13px;
    }

            .map-popup .description .title {
                color: #c03;
                font-weight: 400;
                font-size: 15px;
            }
    .map-popup .more-pics {
        margin-top: 3px;
        display: flex;
        gap: 4px;
        flex-wrap: nowrap;
        justify-content: space-evenly;
    }
    .map-popup .more-pics img {
        max-width: 95px;
        max-height: 75px;
        border-radius: 3px;
    }
    .map-popup .more-pics img:last-child {
        margin: 0px;
    }
        .map-popup .see-more {
            margin: auto 8px auto 4px;
            font-size: 14px;
            color: #c03;
            opacity: 0.8;
        }
.sis-map.map-type-locations .map-popup .picture img {
    max-width: 50px;
    max-height: 50px;
}
.sis-map.map-type-locations .map-popup .description .title {
    text-transform: uppercase;
}
.sis-map.map-type-locations .map-popup .description .title {
    font: bold 11px 'Krub';
    line-height: 17px;
}
/*********** CONTACT & EMAIL A FRIEND ***********/
.section.order-summary input {
    margin: 20px 0 0;
}

.contact-page .form-fields,
.email-a-friend-page .form-fields,
.apply-vendor-page .fods {
    margin: 0 0 20px;
}

.contact-page .message-error,
.email-a-friend-page .message-error,
.apply-vendor-page .message-error {
    margin: 0 0 10px;
}

.contact-page .button-1,
.email-a-friend-page .button-1,
.apply-vendor-page .button-1 {
    border: none;
    padding: 10px 20px;
    color: #fff;
}

.apply-vendor-page, .apply-vendor-page .inputs label {
    font-size:14px;
}
.apply-vendor-page .topic-block-body {
font-weight: 600;
}
.apply-vendor-page .field-validation-error {
    font-size:13px;
    font-weight:700;
}
.email-a-friend-page .title {
    margin: 0 0 20px;
}
.sis-custom-form .form-group.same-line {
    display: flex;
    flex-direction: row;
}
.vat-status, .vat-note {
    display: block;
    margin: 5px 0 0;
    text-align: center;
    font-size: 12px; /*reset zeroing*/
}
.button-2, .button-1, .sis-button {
    border: none;
    padding: 10px 20px;
    color: #fff;
}
    .sis-button::after {
        content:" >";
        white-space: pre;
    }
.sis-light-button {
    font-size: 12px;
    font-weight: 700;
    border-width: 1px;
    border-style: solid;
}
    .sis-link::after {
        content:"  >";
        white-space: pre;
    }
/*********** SEARCH & SITEMAP ***********/
.search-input.sis-custom-form {
    width: 100%;
}
.search-page .search-text {
    width: 100%;
}

.search-input input + label {
    display: inline;
    margin: 0 0 0 2px;
}

.search-page .sis-filter-info {
    display: none;
}
.search-page .paged-filtered-item-grid h2 {
    font-size: 12px;
}
.basic-search {
    margin: 0 5% 20px;
    border: 1px dotted #ccc;
    padding: 20px 5px 0;
}

    .basic-search input[type="text"] {
        width: 400px;
        max-width: 90%;
    }

.advanced-search {
    max-width: 90%;
    margin: 0 auto 20px;
    border: 1px dotted #ccc;
    padding: 10px 20px 0;
}

    .advanced-search .price-range {
        display: inline-block;
    }

        .advanced-search .price-range input {
            width: 80px;
            height: 32px;
            margin: 3px;
        }

.search-input .button-1 {
    border: none;
    padding: 10px 20px;
    color: #fff;
}

.search-input .warning,
.search-results .result {
    display: block;
    margin: 10px 0 0;
    font-weight: normal;
    color: #c00;
}

.search-results {
    margin: 10px 0 ;
}
    .search-results .item-grid.sis-list {
        padding:0;
        margin:0;
    }
        .search-results .item-grid.sis-list .item-box {
            padding: 14px 0 !important;
        }
    .search-results .target-page-link .sis-button {
        text-transform: none;
        border: none;
    }
    .sitemap-page .entity {
        margin: 0 0 20px;
    }

.sitemap-page .entity-title {
    margin: 0 0 10px;
    border-bottom: 1px solid #ccc;
    text-align: center;
}

    .sitemap-page .entity-title h2 {
        display: inline-block;
        margin: 0 0 -1px;
        box-shadow: 0 0 0 3px #fff;
        background-color: #333;
        padding: 10px 20px;
        font-size: 13px;
        color: #fff;
        text-transform: uppercase;
    }

.sitemap-page .entity-body {
    line-height: 24px;
}

.sitemap-page li {
    display: inline-block;
    margin: 0 10px;
}

.sitemap-page a {
    display: block;
    line-height: 32px;
}

    .sitemap-page a:empty {
        display: none;
    }

.sitemap-page .description {
    margin: 0 10px 20px;
}
.news-list-homepage .news-items {
    margin: 0 0 20px;
    padding: 10px;
}

    .news-list-homepage .news-items .item {
        margin: 0 0 20px;
        border: none;
        background: none;
        padding: 0;
    }

.news-list-homepage .news-title {
    display: block;
    margin: 0;
    padding: 8px 0;
    font: normal 17px Arial, Helvetica, sans-serif;
}

.news-list-homepage .news-date {
    margin: 0 0 15px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
}

.news-list-homepage .news-body {
    display: block;
    height: 32px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    line-height: 16px;
    text-align: left;
}

.news-list-homepage .view-all {
    text-align: center;
    display: none;
}

    .news-list-homepage .view-all a {
        display: inline-block;
        background-color: #333;
        padding: 8px 16px;
        color: #fff;
    }

/* RE-CAPTCHA */

.recaptchatable #recaptcha_response_field {
    height: auto !important;
}

.pager.upper {
    display: none;
}

/*SIS CMDK*/
.category-node img {
    max-width: 100px;
    max-height: 60px;
    height: fit-content;
}
.bootstrap-iso .category-node a {
    display: flex;
    align-items: center;
}
.bootstrap-iso .category-node .fa {
    font-size: 18px;
}
.bootstrap-iso .category-node .fa.fa-check {
    font-size: 12px;
    margin-right:5px;
}
.sis-custom-form .form-group.flex-list {
    display: flex;
    flex-direction: row;
    /* justify-content: center; */
    gap: 10px;
    flex-wrap: wrap;
}
.flex-list .list-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 10px;
    background-color: #a2caca;
    overflow-wrap: break-word; /* modern */
    word-wrap: break-word; /* legacy */
    word-break: break-word; /* fallback for long words */
    white-space: normal; /* allow wrapping */
}
.flex-list .list-items-container {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.category-tree {
    width: 100%;
}
.category-tree .vendorCategoryItem {
    margin-bottom: 5px;
    border: solid;
    border-color: transparent;
}
    .category-tree .category-node a {
        display: block;
        letter-spacing: 1px;
        text-decoration: underline;
        text-underline-offset: 3px;
    }
.business-cat-list.category-tree .category-node a {
    text-decoration: none;
}
.category-tree .category-node a:hover {
    text-decoration: underline !important;
}
.business-cat-list.category-tree .category-node a:hover {
    text-decoration: none !important;
}
    .category-tree .category-node a * {
        cursor: pointer;
    }
.category-tree ul {
    display: flex;
    gap: 5px;
    flex-direction: column;
}
.category-tree > ul {
    gap: 10px;
}
li.category-node {
    margin-bottom: 5px;
}
.category-node.parent {
    border: 1px dotted black;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
    .category-node.parent .vendorCategoryItem, .category-node:last-child {
        margin-bottom: 0;
    }
.category-tree .vendorCategoryItem.cta-link {
    justify-content: space-between;
    flex-direction: row;
}
.category-tree .vendorCategoryItem.checked, .category-tree .vendorCategoryItem.cta-link:hover * {
    color: white;
}
.category-tree .vendorCategoryItem.cta-link:hover .breadcrumb * {
    color: initial;
}
.category-tree .list-item.shadow {
    box-shadow: 0 1px 5px 0 rgb(0 0 0 / 90%);
    margin: 3px 10px 14px 0;
    gap: 20px;
}
.category-tree .list-item.shadow a {
    box-shadow: none;
}
.product-grid .item-box .add-info {
    display: none;
}
.page-description {
    font-size: 18px;
    margin: 20px 0;
}
.business-registration-categories-page .sis-web-share a {
    margin-top: 5px;
    margin-bottom: 30px;
}
.business-registration-categories-page .search-results {
    margin: 30px 0;
}
.enter-password-title {
    margin: 10px 0;
    color: #c00;
}
.enter-password-form {
    display: inline-block;
    overflow: hidden;
}
    .enter-password-form input[type="password"] {
        float: left !important;
        width: 200px !important;
        height: 36px !important;
        border-color: #333 !important;
    }
    .enter-password-form input[type="submit"] {
        float: left !important;
        width: auto !important;
        height: 36px !important;
        border: none !important;
        background: #333 !important;
        padding: 0 20px !important;
        font-size: 13px !important;
        color: #fff !important;
        text-transform: uppercase !important;
    }
.password-error {
    margin: 0 0 20px;
}
#modalDelConfirm .modal-header {
    padding:8px;
}
#modalDelConfirm .alert.alert-danger {
    margin:0;
}
.green-message
{
    color: #008800 !important;
}

/*RESPONSIVE CAPTCHA*/
    @media (max-width: 444px) {
    .recaptchatable #recaptcha_image {
        margin: 0 !important;
        width: 200px !important;
        float: left !important;
    }

        .recaptchatable #recaptcha_image img {
            max-width: 100%;
        }

    .recaptchatable .recaptcha_r1_c1, .recaptchatable .recaptcha_r3_c1, .recaptchatable .recaptcha_r3_c2, .recaptchatable .recaptcha_r7_c1, .recaptchatable .recaptcha_r8_c1, .recaptchatable .recaptcha_r3_c3, .recaptchatable .recaptcha_r2_c1, .recaptchatable .recaptcha_r4_c1, .recaptchatable .recaptcha_r4_c2, .recaptchatable .recaptcha_r4_c4, .recaptchatable .recaptcha_image_cell, .recaptchatable .recaptcha_r2_c2 {
        background: none !important;
    }
}

@media all and (min-width: 1001px) {
    .fieldset .title, .section .title, .page-body .text {
        text-align: left;
    }
}
/*GLOBAL TABLES*/

.cart, .data-table,
.compare-products-table,
.forums-table-section table {
    margin: 0 0 20px;
}

    .cart th, .data-table th,
    .forums-table-section th {
        border: 1px solid #666;
        background: #333;
        padding: 10px;
        white-space: nowrap;
        color: #fff;
    }

    .cart td, .data-table td,
    .compare-products-table td,
    .forums-table-section td {
        min-width: 50px;
        border: 1px solid #ddd;
        background: #fff;
        padding: 10px;
    }

    .cart a, .data-table a,
    .compare-products-table a,
    td.details a {
        font-size: 13px;
        color: #c03;
    }

    .cart .remove-from-cart,
    .cart .add-to-cart,
    .data-table .select-boxes {
        text-align: center;
    }

    .cart .unit-price {
        white-space: nowrap;
    }

    .cart .qty-input {
        width: 50px;
        text-align: center;
    }

    .cart .subtotal {
        color: #c00;
        white-space: nowrap;
    }

    .cart th.subtotal {
        color: #fff;
    }

.product-specs-box .data-table td {
    padding: 5px;
}

.compare-products-table .overview p:first-child {
    margin: 0 0 10px;
}

.compare-products-table .overview p:last-child {
    position: relative;
    max-width: 200px;
    height: 200px;
    overflow: hidden;
}

.compare-products-table .overview img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.compare-products-table .product-name td {
    background: #f6f6f6;
}

.compare-products-table .product-price td {
    color: #c00;
}

    .compare-products-table .product-price td:first-child {
        color: #666;
    }

.compare-products-table-mobile img {
    max-width: 160px;
}

.go-to-page {
    display: inline-block !important;
    font-size: 13px !important;
}


.footable td label {
    display: none;
}

/* TIER PRICE TABLES */

.tier-prices {
    margin: 0 0 20px;
}

    .tier-prices .prices-header {
        margin: 0 0 10px;
        font-size: 18px;
    }

        .tier-prices .prices-header strong {
            font-weight: 400;
        }

.prices-table {
    width: 100%;
    border: 1px solid #ccc;
    overflow: hidden;
}

.prices-row {
    float: left;
    width: 50%;
}

    .prices-row > div {
        padding: 10px;
        border-left: 1px solid #c9c9c9;
        border-top: 1px solid #c9c9c9;
    }

        .prices-row > div:first-child {
            border-top: 0;
        }

    .prices-row:first-child > div {
        border-left: 0;
    }

.prices-table .field-header {
    font-weight: 700;
}

.tier-prices .item-price {
    color: #c00;
}

@media all and (min-width: 769px) {

    .product-details-page .prices-table {
        display: table;
        background: #fff;
    }

    .product-details-page .prices-row {
        display: table-row;
        float: none;
        width: auto;
    }

        .product-details-page .prices-row > div {
            display: table-cell;
        }

        .product-details-page .prices-row:first-child > div {
            border-left: 1px solid #c9c9c9;
            border-top: 0 !important;
        }

        .product-details-page .prices-row > div:first-child {
            border-top: 1px solid #c9c9c9;
            border-left: 0;
        }
}



/* footable custom css */

.footable-first-column {
    text-align: center;
}

    .footable-first-column .item-count {
        font-size: 13px !important;
    }

.footable.breakpoint > tbody > tr > td > span.footable-toggle {
    display: block;
    min-width: 20px;
    height: 20px;
    overflow: hidden;
}

.footable-row-detail {
    text-align: left;
}

.footable-row-detail-cell {
    text-align: left !important;
}

.footable-row-detail-row {
    margin: 0 0 10px;
    display: table-row;
}

.footable-row-detail-name {
    margin: 0 0 5px;
    font-style: italic;
    display: table-cell;
    padding: 7px 10px;
}

.footable-row-detail-value {
    display: table-cell;
}

.footable-toggle {
    background: url('../img/table-plus.png') no-repeat center;
}

.footable-detail-show .footable-toggle {
    background: url('../img/table-minus.png') no-repeat center;
}

.footable-toggle:before {
    display: none !important;
}
@media all and (max-width: 612px) {
    .downloadable-products-page .data-table .item-count,
    .return-request-page .data-table .item-count {
        display: none;
    }
}

@media all and (max-width: 506px) {
    .reward-points-history .data-table .item-count {
        display: none;
    }
}

.compare-products-table-mobile .item-count {
    display: none;
}

@media all and (max-width: 1000px) {
	.logo-header-link {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10001;
		width: 100%;
		height: 35px;
		text-align: center;
		background-color: #333;
		border-bottom: 2px solid white;
	}
.logo-header-link img {
    height:28px;
    margin:3px auto;
}
.responsive-nav-wrapper-parent {
	position: fixed;
	top: 35px;
	z-index: 10000;
	width: 100%;
}
.subheader-wrapper {
	margin-top: 88px;
}
.subheader-wrapper .logo-wrapper img {
    display:none;       
}
.subheader-wrapper .logo-wrapper .header-logo {
    padding:0px;        
}

/* RESPONSIVE NAV WRAPPER */

.responsive-nav-wrapper {
	display: table;
	position: relative;
	width: 100%;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
	background: #fff;
	text-align: center;
	font-size:0;
}
.responsive-nav-wrapper.nav-down {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.responsive-nav-wrapper.nav-up {
    -webkit-transform: translateY(-52px);
    transform: translateY(-52px);
}
	.responsive-nav-inner {
		display: flex;
	}
		.responsive-nav-inner > div {
			flex: 1;
			display: flex;
			border-left: 1px solid #ccc;
			text-align: center;
			align-items: center;
			background: #2c567b6e;
			justify-content: space-around;
			height: 50px;
			min-width: 33.33%;
			cursor: pointer;
			flex-direction: row;
		}
.responsive-nav-inner > div:first-child {
	border-left: none;
}
.responsive-nav-inner > div > a {
	display: inline-block;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	height: 50px;
	width: 50px;
	overflow: hidden;
	text-indent: -9999px;
	cursor: pointer;
}

/* RESPONSIVE MENU */

.ps-container > .ps-scrollbar-y-rail {
    visibility: hidden !important;
}
.scrollYRemove {
    overflow: hidden !important;
    -ms-touch-action: none !important;
    -webkit-overflow-scrolling: touch !important;
}
.overlayOffCanvas {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    z-index: 1000000;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
    .overlayOffCanvas.show {
        background: rgba(0,0,0,0.4);
    }

.justAFixingDivBefore,
.header-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 320px;
    height: 100%;
    text-align: left;
    background: #333 !important;
    overflow: hidden;
    z-index: 2147483647;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.notAndroid23 .justAFixingDivBefore,
.notAndroid23 .header-menu {
    -webkit-transform: translate(-320px);
    -ms-transform: translate(-320px);
    transform: translate(-320px);
}
.android23 .justAFixingDivBefore,
.android23 .header-menu {
    left: -320px;
}        
.header-menu.open {
    box-shadow: 1px 0 5px rgba(0,0,0,.5);
}
.notAndroid23 .header-menu.open {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}
.android23 .header-menu.open {
    left: 0;
}

.header-menu .close-menu,
.header-menu .back-button {
	position: relative;
	background: #c03;
	cursor: pointer;
}
.close-menu span {
	display: block;
	padding: 15px;
	font: normal 12px;
	color: #fff;
	text-transform: uppercase;
	text-align: right;
}
.close-menu span:after,
.back-button span:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 26px;
	height: 26px;
	margin-top: -13px;
	background: #eee url('../img/mobile-menu-close.png') center no-repeat;  
}
.header-menu .back-button span {
	border: none !important;
	padding: 14px 18px !important; 
	text-align: right;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
}

.header-menu > ul li {
	background: #fff;
}
.header-menu > ul li:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
	.header-menu > ul li > a,
	.header-menu > ul li > span {
		display: block;
		padding: 10px 14px !important;
		line-height: 22px !important; /*IE fix*/
		text-transform: uppercase;
		position: relative;
		z-index: 1;
		border-bottom: 1px dotted #ccc;
		letter-spacing: 1.2px;
		font-size: 14px;
	}
.header-menu > ul li:last-child > a,
.header-menu > ul li:last-child > span {
	border-bottom: 0;
}
	.header-menu > ul li > .with-subcategories {
		width: 270px;
		float: left;
		height: 42px;
	}
.plus-button {
	position: relative;
	float: right;
	width: 50px;
	height: 42px;
	z-index: 2;
	cursor: pointer;
	border-left: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	background: url('../img/mobile-arrow-black.png') center no-repeat;
}
.header-menu li:last-child .plus-button {
	border-bottom: none;
}

.header-menu .sublist-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 320px;
    height: 100%;
    background: #333 !important;
    box-shadow: 1px 0 5px rgba(0,0,0,0.5);
    z-index: 3;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    overflow: hidden;
}
.notAndroid23 .header-menu .sublist-wrap {
    -webkit-transform: translate(-320px);
    -ms-transform: translate(-320px);
    transform: translate(-320px);
}
.android23 .header-menu .sublist-wrap {
    left: -320px;
}
.notAndroid23 .header-menu .sublist-wrap.active {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}
.android23 .header-menu .sublist-wrap.active {
    left: 0;
}

/* header menu functionality classes */
.logo-header-link,
.header,
.responsive-nav-wrapper,
.logo-wrapper,
.slider-wrapper,
.master-wrapper-content,
.footer {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;        
}
.notAndroid23 .move-right {
	-webkit-transform: translate(320px);
	-ms-transform: translate(320px);
	transform: translate(320px);        
}

/* SEARCH BOX */

.search-box {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
	background: #fff;
	padding: 20px 10px;
	text-align: center;
}
	.master-wrapper-page > .search-box {
		z-index: 9999999;
	}
.search-box.open {
	display: block;
}

/* HEADER LINKS */

.header-links-wrapper {
	display: none;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000001;
	text-align: center;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
.header-links-wrapper.open {
	display: block;
}
.full-width {
width:100%;
color:pink;
}
}
/*=====================================================
    
    TABLETS PORTRAIT & SMARTPHONES LANDSCAPE

=====================================================*/
@media all and (max-width: 480px) {
    .master-wrapper-content {
        width: auto;
        margin: 0 auto;
    }

    .admin-header-links a {
        font-size: 15px;
        font-weight: normal;
    }

    .home-page-category-grid .item-box {
        flex: 0 0 49%;
    }

    .product-essential .overview, .product-essential .full-description, .product-specs-box, .order-summary-content, .select-billing-address {
        margin-right: 0;
        margin-left: 0;
        padding-left: 15px;
        padding-right: 15px;
    }

    .single-place-map .direction-buttons {
        flex-direction: column;
        align-items: center;
    }
    .item-box .post-item .product-title {
        margin-top: 8px;
    }

    .item-box .post-item .second-row {
        max-height: 46px;
        line-height: 23px;
    }
    .item-box .details, .post-page .main-info {
        margin: 0 12px;
    }

    .breadcrumb.list {
        margin: 15px 0 20px 0;
    }

    .search-box.sisbox {
        padding: 10px 0 5px;
    }

    .vendor-card .contact .col {
        flex: 50% !important;
    }

    .category-description, .manufacturer-description, .vendor-description {
        text-align: justify;
    }

    .sub-category-grid.tall-title {
        padding-top: 20px;
    }

    .overview-link-list .overview-link-item .picture {
        max-width: 42%;
    }

    .overview-link-item.no-description .picture {
        max-width: 100%;
    }

    .topic-page .page-body, .topics-list-page .page-body {
        margin: 15px;
    }

    .topic-page.message-topic .page-body {
        margin: 0;
    }

    .sis-web-share {
        /*margin: auto 20px;*/
    }

    .flex-list.vendor-cat-list .vendorCategoryContainer {
        width: 100%;
    }
    /** Sis Responsive table*/
    .sis-table-header {
        display: none;
    }

    .sis-table-row {
        display: flex;
        flex-direction: column;
        border-bottom: 1px solid #ddd;
    }

    .sis-cell {
        display: flex;
        justify-content: space-between;
        border-right: none;
    }

        .sis-cell::before {
            content: attr(data-label);
            font-weight: bold;
            margin-right: 10px;
        }
}

@media all and (min-width: 481px) {
    .admin-header-links {
        text-align: center;
    }
    .item-box .post-item .second-row {
        font-size: 14px;
    }
    section.paged-filtered-item-grid .sub-section {
        margin: 0 10px;
    }

    .padded-page {
        padding: 0;
    }
    /* HEADER */
    .search-box input.search-box-text {
        width: 300px !important;
    }

    .ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
        /*width: 300px !important; /*txtfield + button*/
    }

    .eu-cookie-bar-notification {
        width: 450px;
        max-width: 95%;
        margin-left: -225px;
    }

    .category-page .register-business-type, .category-description {
        padding: 0;
    }
    /* QUICK TABS */
    .ui-tabs .ui-tabs-nav li {
        width: 350px;
    }

    .breadcrumb {
        font-size: 14px;
        /*margin-top: 0;*/
    }
    /* FOOTER */
    .footer-upper .center {
        flex-direction: row;
    }

    .footer-block {
        float: left;
        width: 46%;
        margin: 0 2% 15px;
    }

        .footer-block:nth-of-type(2n+1) {
            clear: both;
        }

    .newsletter-email input[type="text"] {
        width: 300px;
    }

    .sis-web-share .sis-button {
        font-size: 15px;
    }
    /* CATEGORY PAGE & GRIDS */
    .home-page-category-grid .title {
        font-size: 9px;
    }

    .product-selectors span {
        vertical-align: middle;
    }

    .item-box .product-title {
        height: 20px;
        overflow: hidden;
    }

    .sis-list .item-box .product-title {
        height: auto;
        overflow: visible;
    }

    .home-page-category-grid .item-box {
        clear: initial;
    }

    .category-grid.tall-title .sub-category-item.no-pic, .category-grid.tall-title .sub-category-item.no-pic a {
        height: 56px;
        line-height: 18px;
    }

    .home-page .product-grid .item-grid {
        padding: 0 1%;
    }

    .pager .individual-page {
        display: inline-block;
    }
    /* PRODUCT PAGE */
    .breadcrumb li * {
        font-size: 12px;
    }

    .attributes .datepicker {
        width: 320px;
    }

    .ui-datepicker {
        width: 320px;
    }

    .vendor-details .click-button {
        width: 275px;
    }
    /* PASSWORD PROTECTION */
    .enter-password-form input[type="password"] {
        width: 275px !important;
    }

    /* SHOPPING CART & CHECKOUT */
    .checkout-page .address-item {
        width: 75%;
    }

    .order-review-data {
        display: table;
        width: 100%;
        margin: 0 0 30px;
    }

        .order-review-data ul {
            display: table-cell;
        }

    .order-details-area td {
        float: none;
        width: auto;
    }

    /* SEARCH PAGE & SITEMAP */

    .basic-search {
        padding: 20px 20px 0;
    }
    /*SIS CMDK*/
    .apply-vendor-page fieldset .inputs input, .apply-vendor-page fieldset .inputs textarea, .apply-vendor-page fieldset .inputs select {
        width: 350px;
    }

    .sis-expandible button {
        width: auto;
    }
}

/*=====================================================
    
    TABLETS LANDSCAPE & NETBOOKS

=====================================================*/
@media all and (max-width: 768px) {
	.vendor-card > div {
		flex: 0 1 100% !important;
		border-left: none !important;
		padding: 0 !important;
	}
	.vendor-card .picture {
		margin: 1% 3% 2% 0 !important;
	}
	.vendor-card .contact {
		margin-top: 0.5rem !important;
		align-items: center;
		border-top: 1px solid #d0d0d0;
	}
		.vendor-card .contact .col {
			flex: 33.33%;
		}
		.vendor-card .contact .cta {
			width: 100%;
		}
	.vendor-card .contact .cta > * {
		width: 100%;
	}
}
@media all and (min-width: 769px) {
/* GLOBAL STYLES */

.page {
	clear: both;
}

/* QUICK TABS */

.ui-tabs .ui-tabs-nav li {
	display: inline-block;
	width: auto;
}
.home-page .ui-tabs .ui-tabs-nav li {
	display: table-cell;
}
	.item-box {
		width: calc(33% - 10px);
	}
/* FOOTER */

.footer-block {
	/*width: 31.33333%;*/
    margin: 0 1% 15px;
}
.footer-block:nth-of-type(2n+1) {
	clear: none;
}

/* LEFT/RIGHT COLUMN */
.block .tags li,
.product-tags-all-page li {
	margin: 0 5px;
}

/* CATEGORY PAGE & GRIDS */
	.home-page-category-grid .title {
		font-size: 11px;
	}
div.product-viewmode {
	display: inline-block;
}
	.sis-web-share .svg-span-container {
		padding: 0 10px;
	}
	.share-button svg {
		width: 25px;
		height: 25px;
		margin: 0 10px;
	}
.product-list .item-box {
	float: none;
	width: auto;
	margin: 0 0 30px;
	border-bottom: 1px dotted #ccc;
	padding: 0 0 20px;
}
.product-list .item-box:after {
	content: "";
	display: block;
	clear: both;
}
.product-list .item-box .picture {
	float: left;
	width: 200px;
}
.product-list .item-box .details {
	margin-left: 220px;
}
.product-list .item-box .product-title {
	height: auto;
}
.product-list .item-box .description {
	display: block;
}
.product-list .item-box .buttons {
	text-align: left;
}
/* Sis-List View Mode (e.g. for Vendors List)*/
	.vendor-card {
		flex-direction: row;
	}
		.vendor-card .row {
			display: block;
			flex-direction: unset;
			flex-wrap: unset;
		}
		.vendor-card .contact .cta.col {
			align-items: flex-start;
			text-align: left;
		}
	.vendor-card .contact .row:first-of-type > .col:first-of-type {
		margin-top: 0;
	}
/* Overview Link Lists (Topics, Maps Categories)*/
	.overview-link-list.full-width-multi-cols {
		gap: 10px;
	}
		.overview-link-list.full-width-multi-cols .overview-link-item {
			max-width: calc(50% - 5px);
		}
/* PRODUCT PAGE */
/*Product Financing*/


.sis-gallery .picture-thumbs a {
	margin: 0 10px 10px 0;
}
/*Vendor Contact Partial View*/
.vendor-details .name{
    /*float: left;*/
}
    .vendor-details .click-button {
        float: left;
        margin: 0 20px 12px 0;
    }
	.category-tree .list-item .description {
		font-size: 16px;
	}
/* SHOPPING CART & CHECKOUT */
.cart-collaterals {
	float: left;
	margin: 0 15px;
}
.cart-collaterals .deals {
	background: none;
	padding: 0;
}
.cart-collaterals .shipping {
	margin: 0;
}
.checkout-page .address-item {
	float: left;
    width: 48%;
    margin: 0 1% 20px;
}
.checkout-page .address-item:nth-child(2n+1) {
	clear: both;
}

/* SEARCH & SITEMAP */

.search-results .product-list {
	border-top: 1px dotted #ccc;
	padding-top: 30px;
}

/* BLOG & NEWS */

.blog-page .post,
.news-items .item {
	margin: 0 0 40px;
	border-bottom: 1px solid #ddd;
	background: none;
	padding: 0 0 15px;
}
.blog-page .post:after,
.news-items .item:after {
	content: "";
	display: block;
	clear: both;
}
.post-head,
.news-head {
	background-color: #f6f6f6;
	padding: 10px;
    overflow:hidden;
}
.post-head .post-time{
    float:left;
}
.post-head ~ *,
.news-head ~ * {
	display: block;
}
.post-title,
.news-title {
	margin-bottom: 0;
	font-size: 18px;
}
.post-body,
.news-body {
	margin-bottom: 0;
}
.blog-page .tags,
.blogpost-page .tags {
	float: left;
	max-width: 85%;
	margin: 0;
	background: none;
}
.blog-page .tags > *,
.blogpost-page .tags > * {
	float: left;
}
.blog-page .tags label,
.blogpost-page .tags label {
	margin: 0 10px 0 0;
	line-height: 24px;
}
.blog-posts .buttons {
	float: right;
	padding: 10px;
	line-height: 24px;
}
.blog-posts .buttons a {
	color: #c03;
}
.new-comment {
	clear: both;
	padding-top: 40px;
}
.new-comment textarea {
	width: 500px;
}
.blog-comment,
.news-comment {
	border-width: 0 0 1px;
	padding: 0 0 15px;
	text-align: left;
}
.comment-info {
	float: left;
	margin: 0;
}
.comment-info + .comment-content {
	margin: 0 0 0 135px;
}
.news-list-homepage .news-head {
	background: none;
	padding: 0;
}

/* FORUM & PROFILE */

.current-time {
	float: left;
    margin:0 0 10px;
}

.pager.lower {
	float: right;
	margin: 0;
}

.topic-footer .actions {
	float: left;
}
.forum-edit-page textarea,
.private-message-send-page textarea {
	width: 500px;
	height: 180px;
}
.spec-att-option-page .chart-container{
    width:58%;
    float: left;
    height:330px;
}
.spec-att-option-page .stat-table-container {
        height:300px;
        overflow-y:scroll;
        width:38%;
        float:left;
        padding:0 0 0 20px;
    }
	.topic-page section {
		display: inline-grid !important;
		width: 45%;
		/*clear: initial;*/
		margin: 5px 2%;
	}
	.topic-page section.single-column {
		width: 100%;
	}
	.business-registration-categories-page .overview-link-list .overview-link-item {
		max-width: calc(33% - 5px);
	}
}
/*=====================================================
    Small & Medium Displays
=====================================================*/
@media all and (max-width: 1000px) {
	.header-menu > ul.user-and-business {
		background-color: white;
		border-top: 1px dotted;
	}
	.open-sublist:hover {
		cursor: pointer;
	}
		.page-title h1 {
			padding-left: 10px !important;
			padding-right: 10px !important;
		}
	.block {
		margin: 0;
		padding-bottom: 20px;
	}
		.block .sislistbox {
			background-color: #f9f9f9;
		}

		.block .view-all {
			margin: 0;
		}

			.block .view-all a {
				border: none;
				background: none;
				padding: 20px 0;
			}
	.category-navigation .category-list {
		padding: 10px 10px 0 10px;
	}
	.category-navigation .category-list > .category-item:last-of-type {
		border-bottom: none;
	}
}

@media all and (min-width: 1001px) {

	/* GLOBAL + HOME PAGE */
	.top-cat-nav, .top-cat-nav-bottom {
		display: none !important;
	}
	.page-title {
		text-align: left;
	}
	.form-fields {
		margin: 0;
	}

	.inputs {
		text-align: left;
	}

		.inputs label {
			display: inline-block;
			width: 258px;
			margin: 0 10px 0 0;
			text-align: right;
		}

	.center-1 .inputs label {
		width: 304px;
	}

	.master-wrapper-content {
		width: auto;
		min-height: 360px;
	}

	.master-column-wrapper {
		width: 1001px;
		margin: 10px auto;
	}
	.side-2 {
		margin-top: 0;
	}
	.page, .home .page {
		text-align: left;
	}
	.breadcrumb.nav li:first-of-type, .breadcrumb, .sis-web-share .sis-button, .sis-button.cat-top-modelos, .category-page .top-cat-nav li:first-of-type .nav-link, .category-page .buy-sale-buttons {
		margin-left: 0;
	}
		.breadcrumb.nav::before {
			content: none;
		}
		.breadcrumb.nav ul {
			overflow-x: hidden;
		}
	.page, .page-body {
		align-items: flex-start;
	}
	.submit-loading-dots-container {
		justify-content: flex-start;
	}
	.category-page .top-cat-nav li:first-of-type .nav-link {
		padding-left: 0;
	}
	.link-rss {
		display: block;
		float: right;
		margin: 3px 0 0;
	}
	.home-page-polls {
		width: 1000px;
	}

	.map-and-categories {
		padding: 6px;
		background-color: #eeeeee;
		height: 100%;
		width: 100%;
	}

		.map-and-categories .flex-content {
			display: flex;
			flex-direction: row;
			flex-wrap: nowrap;
			justify-content: center;
			align-items: center;
		}

		.map-and-categories #mapid, .map-and-categories .overview-link-list {
			margin-bottom: 0;
		}

		.map-and-categories .overview-link-list {
			padding-top: 0;
			margin-top: 0;
			margin-right: 0;
			padding-bottom: 0;
			margin-bottom: 0;
		}
		.map-and-categories .category-list {
			width: 100%;
		}
			.map-and-categories .overview-link-list .category:first-of-type {
				margin-top: 0;
			}

			.map-and-categories .overview-link-list .category:last-of-type {
				margin-bottom: 0;
			}
	.overview-link-list.full-width-multi-cols {
		justify-content: flex-start;
	}
	.overview-link-list.full-width-multi-cols .overview-link-item {
		max-width: calc(33% - 5px);
	}
	/* HEADER */
	.logo-header-link {
		display: none;
	}

	.header {
		display: block;
		position: relative;
		z-index: 1002;
		margin: 0 auto;
		padding: 12px 0 7px;
		text-align: left;
	}

		.header:after {
			content: "";
			display: block;
			clear: both;
		}

	.header-links-wrapper {
		margin: 0;
		display: flex;
		justify-content: center;
	}

		.header-links-wrapper:after {
			content: "";
			display: block;
			clear: both;
		}

	.header-links, .category-page .register-business-type, .category-description {
		float: left;
		padding: 0;
	}

		.header-links li {
			margin: 0 40px 0 0;
		}

		.header-links a:hover {
			color: #c03;
		}
	.flyout-cart {
		display: none;
		position: absolute;
		top: 32px;
		right: 0;
		z-index: 99999;
		width: 300px;
		border-width: 5px 1px 1px;
		border-style: solid;
		border-color: #333 #ccc #ccc;
		box-shadow: 0 1px 2px rgba(0,0,0,0.15);
		background: #fff;
	}

	#topcartlink:hover .flyout-cart {
		display: block;
	}

	.mini-shopping-cart {
		padding: 10px;
		font-size: 14px;
	}

		.mini-shopping-cart * {
			line-height: normal !important;
		}

		.mini-shopping-cart a {
			padding: 0;
		}

			.mini-shopping-cart a:hover {
				text-decoration: underline;
			}

		.mini-shopping-cart .count {
			border-bottom: 1px dotted #c03;
			padding: 10px 0;
		}

			.mini-shopping-cart .count a {
				padding: 0;
				font-weight: bold;
				color: #c03;
				display: inline;
				font-size: 14px;
			}

		.mini-shopping-cart div.items {
			margin: 0 0 10px;
		}

		.mini-shopping-cart .item {
			border-bottom: 1px dotted #999;
			overflow: hidden;
			padding: 10px 0;
		}

		.mini-shopping-cart .picture {
			float: left;
			width: 50px;
			text-align: center;
		}

			.mini-shopping-cart .picture a {
				display: block;
				position: relative;
				overflow: hidden;
			}

				.mini-shopping-cart .picture a:before {
					content: " ";
					display: block;
					padding-top: 100%;
				}

			.mini-shopping-cart .picture img {
				position: absolute;
				top: 0;
				right: 0;
				bottom: 0;
				left: 0;
				margin: auto;
				max-width: 100%;
			}

			.mini-shopping-cart .picture + .product {
				margin: 0 0 0 60px;
			}

		.mini-shopping-cart .name {
			margin: 0 0 5px;
			font-size: 12px;
			font-weight: bold;
		}

			.mini-shopping-cart .name a {
				color: #333;
			}

		.mini-shopping-cart .totals {
			margin: 0 0 10px;
			font-size: 12px;
			text-align: right;
		}

			.mini-shopping-cart .totals strong {
				color: #c03;
			}

		.mini-shopping-cart .buttons {
			margin: 0 0 5px;
			text-align: right;
		}

		.mini-shopping-cart input[type="button"] {
			display: inline-block;
			border: none;
			background-color: #c03;
			padding: 8px 16px;
			color: #fff;
		}

			.mini-shopping-cart input[type="button"]:hover {
				opacity: 0.8;
			}

	.search-box.store-search-box {
		float: right;
		clear: right;
	}
	/*Hide Index Search Box on large Screens as Header one is already present*/
	.search-box.sisbox {
		float: none;
		width: 420px;
	}

	.search-box form {
		border: none;
	}

	.search-box.store-search-box input.search-box-text {
		width: 250px !important;
		height: 32px;
		font-style: normal;
	}

	.search-box.store-search-box .search-box-button {
		height: 32px;
	}

	.ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
		width: 286px !important;
	}

	.header-selectors-wrapper {
		float: right;
		background: none;
		padding: 0;
	}

		.header-selectors-wrapper > div {
			float: left;
			margin: 0 10px 0 0;
		}

			.header-selectors-wrapper > div:last-child {
				margin-right: 0;
			}

		.header-selectors-wrapper select {
			min-width: 50px;
			max-width: 90px;
			border: none;
			background-color: #eee;
			font-size: 12px;
			color: #333;
		}

	/* SUBHEADER - LOGO & HEADER MENU */

	.responsive-nav-wrapper-parent,
	.justAFixingDivBefore,
	.overlayOffCanvas,
	.menu-title, .close-menu,
	.header-menu .back-button {
		display: none !important;
	}
	.plus-button {
		display: flex;
		align-items: center;
		margin-left: 3px;
	}
	.plus-button:after {
		content: "\f078";
		font-family: 'FontAwesome';
		font-size: 10px;
	}
	.subheader-wrapper {
		margin: 0;
		background-color: #333;
		text-align: center;
		font-size: 0;
		padding: 0 2%;
		display: flex;
		flex-direction: row;
		align-items: center;
	}
		.subheader-wrapper .mega-menu {
			z-index: 20;
		}
		.subheader-wrapper .mega-menu.user-and-business {
			z-index: 10;
		}
		.subheader-wrapper .mega-menu .my-account {
			display: none;
		}

	.logo-wrapper {
		display: inline-block;
		width: 230px;
		margin: 0 10px 0 0;
		background: none;
		padding: 4px 0;
		vertical-align: middle;
	}

	.header-logo {
		padding: 0;
		text-align: left;
	}

		.header-logo img {
			max-width: 230px;
		}

	.headerMenuParent {
		display: inline-block;
		margin: 0;
		padding: 5px 0;
		vertical-align: middle;
	}

	.header-menu {
		position: relative;
		z-index: 1001;
		display: inline-flex;
		flex-direction: row;
	}

		.header-menu > ul {
			display: inline-flex;
			flex-direction: row;
			flex-wrap: wrap;
			text-align: left;
			font-size: 0;
			color: #fff;
			justify-content: flex-start;
			align-content: center;
		}
			.header-menu > ul.user-and-business {
				white-space: nowrap;
				border-left: 1px dotted;
				align-content: space-around;
				align-items: center;
			}
				.header-menu > ul.user-and-business li a {
					padding: 4px 0;
					text-transform: capitalize;
				}
			.header-menu > ul > li {
				display: inline-flex;
				padding: 5px 18px;
				vertical-align: middle;
			}

				.header-menu > ul > li > a,
				.header-menu > ul > li > span {
					font: normal 14px 'eurostile';
					cursor: pointer;
				}

					ul.mega-menu > li > a:first-letter, ul.mega-menu > li > span:first-letter {
						font-size: 18px;
					}

					.header-menu > ul > li > a:hover {
						text-shadow: 0 0 5px #fff;
					}

	.header-menu .sublist-wrap {
		display: none;
		position: absolute;
		min-width: 200px;
		max-width: 300px;
		margin: 27px 0 0;
		border-width: 1px 0 4px 0;
		border-style: solid;
		border-color: #333;
		box-shadow: 0 0 2px rgba(0,0,0,0.3);
		background-color: #fff;
	}

			.header-menu .sublist-wrap.active {
				display: block !important;
			}

		.header-menu .sublist li {
			position: relative;
			border-bottom: 1px dotted #ccc;
		}

			.header-menu .sublist li:last-child {
				border-bottom: none;
			}

		.header-menu .sublist .back-button {
			display: none;
		}

	.header-menu .sublist li a {
		display: block;
		padding: 8px;
		color: #333;
		line-height: 20px;
	}

		.header-menu li a.view-all {
			color: #c03;
		}

		.header-menu .sublist li > a:hover {
			background-color: #c03;
			color: #fff;
		}

		.header-menu .sublist-wrap .sublist-wrap {
			top: -5px;
			left: 100%;
			border-top-width: 0;
		}
	.header-menu > ul > li {
		padding: 0 18px;
	}
		.header-menu > ul > li > span, .header-menu > ul > li > a {
			padding: 5px 0;
		}
	/* QUICK TABS */
	.home-page .ui-tabs {
		width: 980px;
	}

		.home-page .ui-tabs .ui-tabs-nav li {
			display: inline-block;
		}

	/*FOOTER*/
	.footer > div {
		width: 100%;
	}

	.footer-upper {
		position: relative;
	}

		.footer-upper:before {
			content: "";
			position: absolute;
			top: 0;
			left: 0;
			z-index: -1;
			width: 100%;
			height: 60px;
			background-color: #333;
		}

		.footer-upper .center {
			width: 1000px;
			margin-left: auto;
			margin-right: auto;
		}

	.footer-block {
		width: 23%;
		margin-bottom: 0;
	}

		.footer-block:nth-of-type(3n+1) {
			clear: none;
		}

		.footer-block .title {
			text-align: left;
			cursor: default;
		}

		.footer-block ul {
			border-right: 1px solid #ccc;
			margin-bottom: 0;
			padding: 0;
		}

		.footer-block li {
			overflow: hidden;
			font-size: 13px;
		}
		.footer-block li:first-of-type {
			padding-top: 10px;
		}
			.footer-block li a {
				padding-right: 5px;
			}

			.footer-block li:hover a {
				color: #c03;
			}

				.footer-block li:hover a:before {
					background-color: #c03;
					border-color: #c03;
				}

		.footer-block.recently-viewed a:hover {
		}

		.footer-block .news-items {
			margin: 0;
			padding: 0;
		}

	.news-list-homepage .news-title {
		margin-bottom: 3px;
		padding: 0;
		color: #111;
	}

		.news-list-homepage .news-title:hover {
			color: #c03;
		}

	.news-list-homepage .view-all {
		display: none;
	}

	.footer-middle {
		margin: 0;
		background-color: #ccc;
		padding: 15px 0;
	}
		.footer-middle .center {
			flex-direction: row;
			align-items: center;
		}
		.social-sharing li {
			border: none;
			margin: 0 10px 0 0;
		}

		.social-sharing .twitter:hover {
			background-position: 0 bottom;
		}

		.social-sharing .facebook:hover {
			background-position: -32px bottom;
		}

		.social-sharing .youtube:hover {
			background-position: -64px bottom;
		}

		.social-sharing .pinterest:hover {
			background-position: -128px bottom;
		}

		.social-sharing .google:hover {
			background-position: -96px bottom;
		}

		.social-sharing .rss:hover {
			background-position: -192px bottom;
		}

		.social-sharing .vimeo:hover {
			background-position: -160px bottom;
		}

		.social-sharing .instagram:hover {
			background-color: #f2f2f2;
		}

	.newsletter {
		width: 286px;
		margin: 0 auto;
		border: none;
		background: none;
		padding: 0;
	}

	.newsletter-email {
		border: none;
		background: #fff;
	}

		.newsletter-email input[type="text"] {
			width: 250px;
		}

	.newsletter .options {
		background: #cccccc none repeat scroll 0 0;
		clear: both;
	}
	.footer-lower .center {
		position: relative;
		width: 1000px;
		min-height: 24px;
		margin: auto;
		overflow: hidden;
		/*text-align: left;*/
	}

		.footer-lower .center > div {
			margin: 0;
			line-height: 24px;
		}

	.footer-disclaimer {
		/*float: left;*/
	}

	.footer-powered-by {
		float: right;
	}

	.footer-designed-by {
		float: right;
		margin: 0 10px 0 0 !important;
	}

	.footer-store-theme {
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -12px 0 0 -75px !important;
	}

		.footer-store-theme select {
			width: 150px;
			height: 24px;
			padding: 3px;
		}
	.accepted-payment-methods {
		text-align: right;
	}
	/* LEFT/RIGHT COLUMN */

	.side-2 {
		display: flow-root;
		width: 259px;
		float: left;
	}
		.side-2.single-column-hidden {
			display: none;
		}
	.center-2 {
		padding-left: 20px;
		position: relative;
		float: right;
		width: 742px;
		border-left: 1px solid lightgrey;
	}
	.block .title .fa {
		display: none;
	}
	.block .sislistbox {
		display: block;
		padding: 0 5px;
		margin: 10px 0;
	}

		.block .view-all a:hover {
			border-color: #333;
			background-color: #333;
			color: #fff;
		}

	.block .tags li a:hover,
	.product-tags-all-page li a:hover {
		color: #c03;
	}
		.block.category-navigation .list a {
			justify-content: space-between;
		}
	.category-navigation .cat-number {
		border: none;
	}
	/*H1 Wrappers*/
	.master-column-wrapper .center-2 .h1-wrapper h1, .master-column-wrapper .center-2 .h1-wrapper .content {
		text-align: left;
	}
	/* CATEGORY PAGE & GRIDS */
	.sub-category-grid .item-grid {
		justify-content: left;
	}

	.item-grid.four-per-row-max .item-box {
		width: 23.5%;
	}

		.item-grid.four-per-row-max .item-box:nth-child(3n+1) {
			clear: none;
			margin-left: 1%;
		}

		.item-grid.four-per-row-max .item-box:nth-child(3n+3) {
			margin-right: 1%;
			/*padding-right: 0;*/
			float: left;
		}
		/*.home-page .product-grid .item-box:nth-child(4n+1) {
	clear: both;
}*/
		.item-grid.four-per-row-max .item-box:nth-child(4) {
			margin-top: 0 !important;
		}

		.item-grid.four-per-row-max .item-box:nth-child(4n+1) {
			clear: both;
			margin-left: 0;
			padding-left: 0;
		}

		.item-grid.four-per-row-max .item-box:nth-child(4n+4) {
			margin-right: 0;
			padding-right: 0;
			float: right;
		}

	.item-box .picture,
	.item-box .title {
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	.category-item:hover .picture,
	.sub-category-item:hover .picture,
	.manufacturer-item:hover .picture,
	.vendor-card:hover .picture {
		opacity: 0.5;
	}

	.category-item.no-pic:hover, .sub-category-item.no-pic:hover {
		opacity: 0.8;
	}

	.category-item:hover .title.cat-title {
		padding: 12px 15px;
	}
	.home-page-category-grid .item-grid {
		justify-content: flex-start;
	}
	.home-page-category-grid .category-item .title.subcat-title:hover {
		padding: 12px 15px;
	}
	.category-grid .no-pic .title:hover {
		padding-left: 15px;
		padding-top: initial;
		padding-bottom: initial;
		padding-right: initial;
	}

	.product-item .product-title {
		text-transform: none;
	}

		.product-item .product-title a:hover {
			color: #c03;
		}

	.product-grid .prices {
		margin-bottom: 0
	}

	.product-grid .item-box .add-info {
		position: absolute;
		top: 0;
		z-index: 2;
		width: 100%;
		height: 220px;
		border: 1px solid #ccc;
		box-shadow: 0 0 5px rgba(255,255,255,0.25);
		background-color: rgba(255,255,255,0.9);
		opacity: 0;
		-webkit-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}

	.home-page .product-grid .item-box .add-info {
		height: 230px;
	}

	.product-grid .item-box .description {
		display: block;
		max-height: 132px;
		margin: 0;
		overflow: hidden;
		padding: 10px;
	}

	.product-grid .item-box .product-rating-box {
		background-color: rgba(0,0,0,0.5);
		padding: 10px;
		text-align: center;
		opacity: 0;
		-webkit-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}

	.product-grid .item-box .buttons {
		position: absolute !important; /*!important because of ie8*/
		bottom: 10px;
		width: 100%;
		white-space: nowrap;
		/*opacity: 0;*/
		-webkit-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}

	.item-box .buttons .compare-products {
		display: inline-block;
		margin-right: 1px;
		vertical-align: bottom;
	}

		.item-box .buttons .compare-products input {
			display: block !important;
			width: 40px !important;
			height: 32px;
			background: #333 url('../img/compare-button.png') center no-repeat;
			padding: 0;
			font-size: 0 !important;
		}

	.item-box .buttons input[type="button"] {
		display: inline-block;
		height: 32px;
		width: 100px;
		padding: 0;
		vertical-align: bottom;
		font: normal 14px Arial, Helvetica, sans-serif;
		text-transform: uppercase;
	}

	.product-grid .item-box .buttons a:hover,
	.product-grid .item-box .buttons input[type="button"]:hover,
	.product-grid .item-box .buttons .ajax-cart-button-wrapper:hover * {
		height: 34px;
	}

	.product-list .item-box .buttons a:hover,
	.product-list .item-box .buttons input[type="button"]:hover,
	.product-list .item-box .buttons .ajax-cart-button-wrapper:hover * {
		opacity: 0.8;
	}

	.product-grid .item-box:hover .add-info,
	.product-grid .item-box:hover .product-rating-box,
	.product-grid .item-box:hover .buttons,
	.product-grid .ajax-cart-product-item-hover .add-info,
	.product-grid .ajax-cart-product-item-hover .product-rating-box,
	.product-grid .ajax-cart-product-item-hover .buttons {
		opacity: 1;
	}

	.product-grid .item-box.mobile-box .add-info {
		position: static;
		border: none;
		box-shadow: none;
		background: none;
		opacity: 1;
		height: auto !important;
	}

	.item-box.mobile-box .prices {
		margin: 0 0 15px;
		font-size: 12px;
	}

	.product-grid .item-box.mobile-box .description {
		display: none;
	}

	.product-grid .item-box.mobile-box .product-rating-box {
		opacity: 1;
		text-align: left;
		background: none;
		padding: 0;
		margin: 0 0 20px;
	}

	.product-grid .item-box.mobile-box .buttons {
		position: static !important;
		opacity: 1;
	}

	.item-box.mobile-box .buttons .compare-products {
		display: none;
	}

	.item-box.mobile-box .buttons input[type="button"] {
		height: auto;
		padding: 10px 20px;
		font: normal 16px 'eurostile';
		width: auto;
	}
	.search-results .item-grid.sis-list {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		column-gap: 20px;
		align-items: flex-start;
	}
		.search-results .item-grid.sis-list .item-box {
			width: calc(50% - 20px);
		}
	.pager.top .first-page a, .pager.top .individual-page a, .pager.top .previous-page a, .pager.top .next-page a, .pager.top .last-page a {
		background-color: white;
	}
		.pager li span,
		.pager li a {
			min-width: 32px;
			padding: 7px;
		}

			.pager li a:hover {
				background-color: #ddd;
			}
		.product-filters .filter-content .item:hover,
		.product-filters .group.price-range-group > li:hover {
			color: #cc0033;
		}
	/* PRODUCT PAGE */
	.breadcrumb {
		justify-content: flex-start;
	}
	.breadcrumb li:first-of-type {
		padding-left: 0;
	}
	.single-place-map .direction-buttons {
		align-items: flex-start;
	}
	.overview .add-to-wishlist-button:hover,
	.variant-overview .add-to-wishlist-button:hover,
	.overview .add-to-compare-list-button:hover,
	.download-sample-button a:hover,
	.subscribe-button:hover {
		opacity: 0.75;
	}

	.overview .email-a-friend-button:hover {
		color: #c03;
	}

	.overview .subscribe-button:hover {
		opacity: 0.8;
	}

	.overview .add-to-cart-button:hover,
	.variant-overview .add-to-cart-button:hover {
		opacity: 0.8;
	}

	.ui-tabs .ui-state-hover a {
		opacity: 0.85;
	}

	.product-tags-list a {
		line-height: normal;
	}

		.product-tags-list a:hover {
			color: #c03;
		}

	.ui-datepicker-calendar td a {
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

		.ui-datepicker-calendar td a:hover {
			background-color: #c03;
			color: #fff;
		}

	.giftcard label {
		width: 320px;
	}

	/* REVIEW PAGE */

	.write-review .title {
		margin-bottom: 30px;
		text-align: center;
	}

	.write-review .button-1:hover {
		opacity: 0.8;
	}

	.product-review-item .review-info a,
	.product-review-helpfulness .vote {
		padding: 0 5px;
	}

		.product-review-item .review-info a:hover,
		.product-review-helpfulness .vote:hover {
			color: #c03;
		}

	/* WISHLIST & COMPARE LIST */

	.wishlist-content .tax-shipping-info {
		display: block;
		text-align: center;
	}

		.wishlist-content .tax-shipping-info a:hover {
			text-decoration: underline;
		}

	.wishlist-content .button-2:hover {
		opacity: 0.8;
	}

	.wishlist-page .share-info {
		text-align: center;
	}

	.compare-products-page .clear-list {
		position: absolute;
		top: 3px;
		right: 0;
	}

		.compare-products-page .clear-list:hover {
			opacity: 0.8;
		}

	.compare-products-table-mobile {
		display: none;
	}

	.compare-products-table {
		display: table;
	}

	.compare-products-page .button-2:hover {
		opacity: 0.7;
	}

	/* PASSWORD PROTECTION */

	.topic-password {
		text-align: left;
	}

	.enter-password-form input[type="submit"]:hover {
		opacity: 0.8;
	}

	/* CONTACT PAGE & EMAILaFRIEND */

	.contact-page .button-1:hover,
	.email-a-friend-page .button-1:hover {
		opacity: 0.8;
	}

	.email-a-friend-page .title h2 a:hover {
		text-decoration: underline;
	}

	/* REGISTRATION, LOGIN, MY ACCOUNT */

	#check-availability-button {
		display: block;
		margin: 10px auto;
	}

	#username-availabilty {
		position: absolute;
		top: 5px;
		left: 536px;
	}

	.registration-page .button-1:hover,
	.registration-result-page .button-1:hover,
	.login-page .button-1:hover,
	.password-recovery-page .button-1:hover,
	.account-page .button-1:hover,
	.return-request-page .button-1:hover {
		opacity: 0.8;
	}
	.login-page .page-title {
		text-align: center;
	}
	.business-registration-page .page-title {
		padding-top: 10px;
	}
	.sis-custom-form .form-group.flex-list.vendor-cat-list {
		flex-direction: row;
	}
	.login-page .inputs.reversed > * {
		width: auto;
		margin: 0 5px;
		vertical-align: middle;
	}

	.inputs .option-list li {
		margin: 5px;
	}

	.account-page .button-2:hover {
		background-color: #e6e6e6;
	}

	.address-list .buttons {
		position: absolute;
		top: 52px;
		right: 0;
	}

	.return-request-page label {
		width: 306px;
	}

	.avatar-page .page-body {
		text-align: center;
	}

	.page.order-details-page .page-body {
		align-items: center;
	}

	.order-details-page .page-title a {
		float: right;
		margin-left: 5px;
	}

		.order-details-page .page-title a:hover {
			opacity: 0.8;
		}

	.order-details-page .actions {
		text-align: right;
	}

		.order-details-page .actions input:hover,
		.order-details-area .repost .re-order-button:hover {
			background-color: #e6e6e6;
		}

	.order-details-page .total-info {
		overflow: hidden;
	}

	.order-details-page .cart-total {
		float: right;
	}
	/*Vendor Contact Partial View*/
	.vendor-details .name {
		float: left;
	}

	.vendor-details .info-block {
		/*float: left;*/
		text-align: left;
	}

		.vendor-details .info-block.location, .vendor-details .see-vendor-inventory {
			text-align: left;
		}

	/*Vendor Page*/
	.vendor-page .vendor-logo {
		float: left;
		margin: 0 20px 20px 0;
	}

	/* SEARCH & SITEMAP */

	.search-input .inputs label {
		width: 145px;
	}

	.search-input .button-1:hover {
		opacity: 0.8;
	}

	.basic-search {
		margin: 0 0 20px;
	}

		.basic-search input[type="text"] {
			width: 350px;
		}

	.advanced-search {
		max-width: none;
		padding-top: 20px;
	}

		.advanced-search .price-range {
			margin-left: 88px;
		}

			.advanced-search .price-range input {
				height: auto;
			}
	.sitemap-page .entity {
		display: flex;
		flex-direction: column;
		align-items: baseline;
	}
	.sitemap-page a:hover {
		color: #c03;
		text-decoration: underline;
	}

	/* BLOG & NEWS */

	.blog-page .tags a:hover,
	.blogpost-page .tags a:hover {
		color: #c03;
	}

	.blog-details a:hover {
		text-decoration: underline;
	}

	.new-comment textarea {
		display: block;
		margin: auto;
	}

	.new-comment .button-1:hover {
		opacity: 0.8;
	}

	.blog-comment a.username:hover,
	.news-comment a.username:hover {
		text-decoration: underline;
	}

	.news-item-page .inputs:first-child label {
		display: inline-block;
	}

	.news-item-page textarea {
		display: block;
		margin: auto;
	}

	/*SIS CMDK*/
	.login-page, .registration-page, .login-page .inputs.input-width {	
		text-align: center;
	}
.account-page.customer-info-page .email {
    margin-bottom:0;
}
.apply-vendor-page .customer-email {
    text-align:left;
}
	.business-registration-categories-page .overview-link-list .overview-link-item {
		max-width: calc(25% - 8px);
	}
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
/*.dl-horizontal dt {
    white-space: normal;
}*/
.sis-ordered-list .list-group.list-group-horizontal {
    display: flex;
    flex-direction: row;
    flex-wrap:wrap;
}
.sis-ordered-list li {
    border: none !important;
}
.sis-ordered-list .fa.fa-chevron-circle-right {
    margin: 2px 0 0 5px;
    font-size: 13px;
}
    .form-page h2 {
        font-size: 18px;
    }
    .form-page .top-info {
        font-size: 16px;
    }
        .form-page .top-info .content {
            font-size: 15px;
            text-align: left;
            letter-spacing: 0.8px;
            line-height: 22px;
        }

.form-page .page-title img {
    width: 300px;
    margin: 20px 0 10px;
    border-radius: 15px;
}
    .form-page.modelo .page-title img {
        width: 10%;
        margin: 2% 0 0;
    }
    .form-page .page-description {
        text-align: left;
        margin-bottom: 24px;
    }
.sis-custom-form .tab-content, .sis-custom-form form {
    width: 100%;
}
.sis-custom-form .validation-summary-errors {
    color: red;
    font-weight: 700;
    margin-top: 10px;
}
.sis-custom-form .required {
    margin: 0;
}
.sis-custom-form .section-description {
    font-weight: 700;
    font-style: italic;
    margin: 10px 0 18px 0;
}
.sis-custom-form .form-group {
    margin: 0 0 15px 0;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.sis-custom-form input[type="datetime-local"] {
    max-width: 240px;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
    .sis-custom-form .form-group.check-box-and-label {
        flex-direction: row;
    }
    .sis-custom-form .form-group.hidden {
        display: none !important;
    }
.sis-custom-form .field-validation-error{
    font-size: 16px;
    width: 100%;
    text-align: left;
}
.sis-custom-form .field-validation-error::before{
    font-family: "FontAwesome";
    font-weight: 400;
    content: "\f071";
    margin: 0 6px;
}
.sis-custom-form .field-validation-valid{
    display:none;
}
.no-bottom-margin {
    margin-bottom: 0 !important;
}
.sis-custom-form .form-group label.col-xs-offset-1 {
    margin: 0 6px;
}
.sis-custom-form .form-group.required > label:first-child:after{
   color: red;
   content: "*";
   position: absolute;
   margin-left: 10px;
   font-size:16px;
   font-weight:bold;
}
.sis-custom-form .page-title h1 {
    margin: 0;
}
.sis-custom-form .nav {
    width: 100%;
}

    .sis-custom-form .nav > li > a {
        padding: 12px 15px;
        margin: 10px 2px 15px 0;
        background-color: #626262;
        color: white !important;
        border-top: 3px solid transparent;
    }
.sis-custom-form .nav > li:first-of-type > a {
    border-top-left-radius: 10px;
}
.sis-custom-form .nav > li:last-of-type > a {
    border-top-right-radius: 10px;
    margin-right: 0;
}
.sis-custom-form .nav-pills > li > a.active {
    border-top: 3px solid #ff7a18;
    background-color: #333;
    color: #eee;
}
.sis-custom-form .form-group label.language {
    color: #ff7a18;
    margin-left: 6px;
}
.nav-pills > li > a:hover {
    background-color: #474747;
}
.see-empty-form {
    width: auto;
}
.sis-custom-form .nav-justified > li {
    display: table-cell;
    width: 1%;
}
.sis-custom-form .button-1 {
    white-space: normal;
    border: none;
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
}
.sis-custom-form .button-cancel {
    border: 1px solid #ccc;
    background-color: #eee;
    padding: 8px 18px;
}
.sis-custom-form .form-check-inline {
    vertical-align: middle;
    color: #333;
}

/*Bug Correction for Popover when out of bounds (used to display in top left corner)*/
div.popover[x-out-of-boundaries] {
    display: none;
}
.popover-body {
}
/* Bootstrap Form */
.sis-custom-form .nav-justified > li {
    width: 50%;
}
.sis-custom-form li {
    display: block;
}
.sis-custom-form li a {
    font-weight:700;
}
    .sis-custom-form .nav-pills li a{
        display:block;
        border-bottom-left-radius:0;
        border-bottom-right-radius:0;
    }
    .sis-custom-form input#Kilometerage {
        width:unset;
    }
.sis-custom-form #localized-properties .nav-container{
    width: 300px;
}
.sis-custom-form #localized-properties label {
    width: fit-content;
}
    .sis-custom-form .form-group .row{line-height:34px;}
/*Multi Select*/
.sis-custom-form .multiselect-container.dropdown-menu {
	/*max-width: 100%;*/
	/*margin-bottom: 40px;*/
}
.sis-custom-form .form-group > label {
    font-size: 18px;
    text-align: left;
    width: 100%;
    margin: 20px 0 10px;
}
.sis-custom-form .form-group > label:first-of-type {
    color:#1206b3;
}

    .sis-custom-form .form-group:last-of-type {
        margin-bottom: 30px;
    }

.sis-custom-form .readonly {
    display:block;
    width:100%;
    font-weight: 600;
    color: gray;
}
.sis-custom-form .bootstrap-select .dropdown-menu {
    max-height: none !important;
}
.sis-custom-form .save-cancel-buttons {
    display: table;
    margin: 0 auto 22px;
    height: 35px;
    /*white-space: nowrap;*/
    text-align: center;
    color: #fff;
}

    .sis-custom-form .save-cancel-buttons.large-bottom-margin {
        margin-bottom: 100px;
    }

    .sis-custom-form .save-cancel-buttons a:hover {
        text-decoration: none;
    }

    .sis-custom-form .save-cancel-buttons input {
        margin: 15px 10px 5px !important;
        border: 1px solid transparent;
        padding: 10px 20px;
    }

        .sis-custom-form .save-cancel-buttons input.save {
            border-color: #c03;
            background-color: #c03;
            color: #fff;
        }
        .sis-custom-form .save-cancel-buttons input.save.create-more {
            border-color: #c03;
            background-color: #c03;
            color: #fff;
        }
        .sis-custom-form .save-cancel-buttons input.cancel {
            border-color: #ccc;
            background-color: #eee;
            color: #333;
        }
.sis-custom-form .form-control[data-toggle="sis-price-popover"] {
    width: 150px;
}
.sis-custom-form .sis-dob .form-control {
    margin: 5px 0;
}
.sis-custom-form .take-pic-horizontal {
    background: url('../../Content/img/horizontal-mobile-small.jpg') no-repeat;
    background-color: transparent !important;
    background-repeat: no-repeat;
    background-position: 10px 10px;
    background-size: 120px auto;
}
.sis-custom-form .take-pic-horizontal div{
    margin-left:120px;
}
.sis-custom-form .files img {
    max-width: 150px;
}
.sis-custom-form .popover .arrow::before {
    border-right-color: #7cb1e8 !important;
}
.sis-custom-form .popover .arrow::after {
    border-right-color: #e9f1fb !important;
}

.sis-custom-form .popover {
    color: black;
    /*margin-top: 6px!important;*/
    padding: 6px 10px 6px 10px !important;
    border-radius: 3px !important;
    background-color: #e9f1fb !important;
    border: 1px solid #7cb1e8 !important;
}
.sis-custom-form .popover-body {
    margin: 0 !important;
    padding: 0 !important;
}
.sis-custom-form .check-box-and-label label {
    margin-top: 0;
    width: auto;
    margin-bottom: 8px;
}
.sis-custom-form .template-download td input[type=checkbox]{
    display:none;
}
.sis-custom-form input[type=checkbox] {
    margin: 0 4px 7px;
    cursor: pointer;
}
/*Form Result Page*/
.form-result-page {
    margin-bottom: 40px;
}
.form-result-page .description {
    font-size: 16px;
    font-weight: 600;
    color: #008800 !important;
    margin: 20px auto 35px;
}
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td.dtr-control:before{
    margin-right:15px;
}
table.dataTable .sis-link, .dtr-modal .dtr-details .sis-link {
    color: #c03;
    margin-left: 10px;
    border-radius: 50%;
    border: 2px solid;
    padding: 0 6px 0 0;
    font-weight: 700;
    background-color: white;
}
table.dataTable .sis-link:hover {
    text-decoration: none;
}
    .customer-vendor-info-page .top-info .business-profile-link {
        font-size: 16px;
    }

/********************************************/
/************* Google Form ******************/
/********************************************/
.google-form-header {
    text-align: center;
    margin: 20px auto;
    /*margin: auto;*/
    max-width: 90vw;
}
    .google-form-header img {
        height: initial;
        border: 2px solid #333;
        border-radius: 8px;
        background-color: #333;
    }
/*************************************************************************/
/*************************** Tiny Screens (< 480px) **********************/
/*************************************************************************/
@media all and (max-width: 480px) {
    /*AdSense*/
    .sis-adsense-desktop, .sis-adsense-desktop > *, .sis-adsense-desktop.adsbygoogle {
        display: none !important;
    }

    #mapid {
        height: 460px;
    }

    .sis-map .leaflet-popup-content {
        width: 220px;
        margin: 1px 2px;
    }

    .map-popup .description, .map-popup .description .title {
        font-size: 12px !important;
    }

    .map-popup .more-pics img {
        max-width: 70px;
    }

    .leaflet-container {
        -webkit-tap-highlight-color: transparent;
        font-size: 12px !important;
    }
}
/*************************************************************************/
/************************** All But Tiny Screens (> 480px) ***************/
/*************************************************************************/
@media all and (min-width: 481px) {
    /*AdSense Mobile/Tablet*/
    .sis-adsense-mobile, .sis-adsense-mobile > *, .sis-adsense-mobile.adsbygoogle {
        display: none !important;
    }

    .sis-adsense-desktop.sis-top-banner, .sis-adsense-desktop.sis-category {
        display: inherit !important;
    }
}
/*************************************************************************/
/********************* Tiny & Small Screens (> 768px) ********************/
/*************************************************************************/
@media all and (max-width: 768px) {
    .sis-custom-form .files img {
        max-width: 100px;
    }
}

/*************************************************************************/
/****************************** Mobile Only ******************************/
/*************************************************************************/
@media all and (max-width: 1000px) {
    /*AdSense Desktop*/
    .sis-adsense-desktop, .sis-adsense-desktop > * {
        display: none !important;
    }
}
