/*!* MAIN *!*/
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,600&subset=latin-ext');

html {
    overflow-x: hidden;
}
body {
    font-family: 'Oswald','Arial', sans-serif;
    color: #545454;
    background: #fff;
    font-size: 14px;
    position: relative;
    font-weight: 300;
}
h1 {
    font-size: 26px;
    color: #525252;
    padding: 0 0 15px;
    margin: 20px 0 10px 0;
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: 3px solid #eee;
}

h2 {
    color: #545454;
    font-size: 26px;
    font-weight: 400;
    margin: 10px 0 30px;
    text-transform: none;
    text-align: left;
    line-height: 35px;

}
h3 {
    background: transparent;
    color: #333;
    font-size: 30px;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 0 10px;
    line-height: 24px;
    margin-bottom: 24px;
    border-bottom: 7px solid #ac161b;
}
h4 {
    /*font-family: 'Roboto Condensed', sans-serif;*/
    color: #222;
    font-size: 22px;
    font-weight: 600;
    margin: 20px 0 20px 0;
}
a, a:active, a:focus {
    text-decoration: none;
    color: #333;
}

a:focus, a:active,
button,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    outline: none !important;
}
a:hover	{
    text-decoration: none;
    color: #f28d11;
}
ul {
    padding-left: 30px;
}
ul li {
    margin-bottom: 8px;
}
.vscms-form-modal {
    display:none;
}
.btn.btn-default {
    padding: 10px 35px;
    font-size: 13px;
    background: #7b7b57;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: background 0.5s ease, color 0.5s ease 0s;
    -moz-transition: background 0.5s ease, color 0.5s ease 0s;
    -ms-transition: background 0.5s ease, color 0.5s ease 0s;
    -o-transition: background 0.5s ease, color 0.5s ease 0s;
    transition: background 0.5s ease, color 0.5s ease 0s;
}
.btn.btn-default:hover {
    background: #f28d11;
    color: #fff;
}

.btn.btn-info {
    background: #212121;
    color: #ffffff;
    border-color:#212121;
}

.form-control {
    border-radius: 4px;
    min-height: 44px;
    border: 1px solid #ebebeb;
    max-width: 100%;
    padding-left: 20px;
    box-shadow: none;
    font-size: 14px;
}
#map {

}
#map h3 {
    margin-top: 5px;
    font-size: 16px;
}
#map br {
    margin-bottom: 5px;
}
body.modal-open {
    padding-right: 0 !important;
}

body.mce-modal-open {
    overflow: hidden;
    padding-right: 17px !important;
    height: 100%;
}
#TextualContent ul {
    list-style: none;
    padding: 0 0 0 20px;
}
#TextualContent ul li {
    position: relative;
    padding: 1px 0 1px 12px;
}
#TextualContent ul li:before {
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 14px;
    transform: translateY(-50%);
}
#TextualContent {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
}
#TextualContent h1:first-child {
	margin-top: 0;
}
.error-404-wrapper {
	margin: 100px 0;
}
.error-404-wrapper .error-404 {
	text-align: center;
	font-size: 196px;
	color: #868688;
}
.error-404-wrapper .error-404-text .first {
	font-size: 50px;
	text-transform: uppercase;
	color: #212121;
	margin-top: 56px;
}
.error-404-wrapper .error-404-text .second {
	font-size: 30px;
	font-weight: 700;
	text-transform: capitalize;
	color: #212121;
	margin: -15px 0 15px 0;
}
.error-404-wrapper .error-404-text .third {
	font-size: 18px;
	font-weight: 600;
	color: #807F7D;
}
.page-under-construction {
    padding: 100px 0;
}
.page-under-construction .under-construction-text {
    text-align: left;
    padding-top: 130px;
}
.page-under-construction .under-construction-text h1 {
    font-size: 50px;
    font-weight: 500;
    text-align: left;
    line-height: normal;
    color: #888;
}
.page-under-construction .under-construction-text p {
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
}
.index-news-snippet h3 {
	font-size:20px;
	text-align:left;
}
.has-feedback label ~ .form-control-feedback {
	top: 34px;
}
.form-group.no-label .form-control-feedback {
	top: 8px;
}
.form-group {
    margin-bottom: 20px;
}
.form-group label {
    font-weight: 300;
    color: #666;
    margin-bottom: 8px;
}
label .required {
    color: #4f9341;
    margin-left: 3px;
    font-weight: 700;
}
.contact-information-wrapper .contact-row {
	margin-bottom:10px;
}
.contact-information-wrapper .contact-row i {
	margin-right:8px;
}
.contact-information-wrapper .social-link i {
	color:#555;
	border-color:#555;
}
#map {

}
#map i {
	margin-right:10px;
}
#map h3 {
    margin-top: 5px;
    font-size: 15px;
}
#map br {
	margin-bottom: 5px;
}
.loading-spinner {
	position: absolute;
	z-index:999;
	left:50%;
	top:90px;
	margin-left:-30px;
}
.grid-item {
	margin-bottom:15px;
}
.fluid {
	margin:0px -5px;
}
#fluid-wrapper {
	visibility:hidden;
}
#fluid-wrapper.fluid .item {
	margin: 5px 0.0% 5px 0.0%;
	padding:0px 5px;
}
#fluid-wrapper.fluid .item img
{
	/*display: none;*/
	display: block;
	width: 100%;
	height: auto !important;
	opacity:1;
	border:1px solid #f2f2f2;
}
.one-page-gallery .one-page-gallery-item {

	position: relative;

}
.one-page-gallery .one-page-gallery-item .image-overlay {
	background: rgba(0, 0, 0, 0.5);
	bottom: 0;
	color: #fff;
	font-size: 25px;
	font-weight: 300;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.one-page-gallery .one-page-gallery-item .image-overlay:after {
	display: block;
	position: absolute;
	content: "\f00e";
	font-family: FontAwesome;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.one-page-gallery .one-page-gallery-item:hover .image-overlay {
	opacity: 1;
}
.one-page-video .video-thumb {
	margin-bottom: 30px;
	position: relative;
}
.one-page-video .video-thumb a:before {
	content: "\f16a";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	color: #D32322;
	font-size: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	z-index: 1;
}
.one-page-video .video-thumb a:hover:before {
	color: rgba(211, 35, 34, 0.8);
}
.loading-spinner {
	position: absolute;
	z-index:999;
	left:50%;
	top:90px;
	margin-left:-30px;
}
.center-col ul.pagination li::before {
    content:none;
}
.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius:0px;
}
.pagination > li > a, .pagination > li > span {
    color: #444;
    font-weight: 500;
    padding: 0 0 0 2px;
    margin: 0 4px;
    border-color: #e5e5e5;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}
.pagination > li > a > span, .pagination > li > span > span {
    display: block;
}
.cart-input-wrapper {
    position: relative;
}
.cart-value-change {
    font-size: 9px;
    background: #f0f0f0;
    color:#979797;
    padding:0px 3px;
    position: absolute;
}
.cart-value-change:hover {
    color:#f28c11;
    cursor: pointer;
}
.cart-plus-one {
    right:10px;
    top:-3px;
}
.cart-minus-one {
    right:10px;
    bottom:-3px;
}
#AddCartMessage {
    display: none;
    position: fixed;
    top:10px;
    right:10px;
    z-index:9999;
}
.form-control.shopping-cart-quantity {
    width:auto;
    padding:5px;
    height:28px;
}
.fa-trash.cart-delete {
    font-size:15px;
    margin:-1px 0px 0px 5px;
}
.cart-table-wrapper .btn.btn-default {
    line-height:normal;
    padding:5px;
    margin-top:10px;
}
.cart-table-wrapper .shopping-cart-table th {
    border-bottom:2px solid #ddd;
    border-right:1px solid #ddd;
    padding:5px 10px;
}
.cart-table-wrapper .shopping-cart-table th:first-child, .cart-table-wrapper .shopping-cart-table th:last-child {
    border-right:0px;
    border-left:0px;
}
.cart-table-wrapper .shopping-cart-table th:nth-child(2),.cart-table-wrapper .shopping-cart-table td:nth-child(2) {
    padding-left:0px;
}
.cart-table-wrapper .shopping-cart-table td {
    padding:10px;
    border-bottom:1px solid #eee;
}
.cart-table-wrapper .buttons {
    margin:10px 0px 40px 0px;
}
.invoice .table-personal-info {
    margin-bottom:30px;
}
.invoice .table-personal-info td {
    padding:5px 10px 5px 0px;
}
.fa.fa-mobile.map, .fa.fa-phone.map, .fa.fa-envelope.map {
    margin-right:10px;
}
.product-images-wrapper .fotorama {
    padding-bottom: 20px;
}
.product-images-wrapper .fotorama__nav {
    text-align: left;
}
.product-images-wrapper .fotorama__thumb {
    border: 1px solid #cecece;
}
.product-images-wrapper .fotorama__stage {
    transform: none;
}
.template-container, .template {
    display: none;
}
.shopping-cart-table .table {
    font-size: 15px;
}
.shopping-cart-table .table > tbody > tr > td, .shopping-cart-table .table > tbody > tr > th, .shopping-cart-table .table > tfoot > tr > td, .shopping-cart-table .table > tfoot > tr > th, .shopping-cart-table .table > thead > tr > td, .shopping-cart-table .table > thead > tr > th {
    border-top: 0px;
    border-bottom: 1px solid #cecece;
    color: #000;
}
.shopping-cart-table .table > tbody > tr > th:last-child {
    padding-right: 20px;
}
.shopping-cart-table .table > tbody > tr > td {
    vertical-align: middle;
    height: 90px;
}
.shopping-cart-table .table > tbody > tr > td:first-child {
    padding-left: 20px;
}
.shopping-cart-table .table > tbody > tr > td:last-child {
    width: 25px;
    padding-right: 20px;
    text-align: right;
}
.shopping-cart-table .table > tbody > tr > td:last-child i {
    font-size: 22px;
    color: #191919;
}
.shopping-cart-table .table > tbody > tr > td:last-child i:hover {
    cursor: pointer;
    color: #f28c11;
}
.shopping-cart-table .table > tbody > tr > td.total-price, .shopping-cart-table .table > tbody > tr > td.total-price-number {
    width: 200px;
}
.shopping-cart-quantity-wrapper {
    display: table;
    height: 48px;
}
.shopping-cart-quantity-wrapper div {
    display: table-cell;
    height: 48px;
    vertical-align: middle;
    color: #000;
}
.shopping-cart-quantity-wrapper div.content {
    width: 40px;
    text-align: center;
    background: #f6f6f6;
}
.shopping-cart-quantity-wrapper div.plus, .shopping-cart-quantity-wrapper div.minus {
    width: 26px;
    text-align: center;
    background: #f6f6f6;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}
.shopping-cart-quantity-wrapper div.plus:hover, .shopping-cart-quantity-wrapper div.minus:hover {
    cursor: pointer;
}
.shopping-cart-table .shopping-cart-image {
    max-width: 70px;
}
.shopping-cart-table .table > tbody > tr.last-row > td {
    height: 50px;
    font-weight: bold;
}
.shopping-cart-table .table > tbody > tr.last-row > td.total-price-text {
    text-align: right;
}
.shopping-cart-table .table > tbody > tr.last-row > td.total-price-number {
    color: #f28c11;
}
.shopping-cart-wrapper {
    padding: 30px 0;
}
#snackbar-container {
    left: auto;
    right: 30px;
    bottom: 30px;
}
.snackbar.snackbar-opened {
    background: #f28c11;
    color: #fff;
    text-align: center;
    padding: 10px 0px;
    font-size: 14px;
    border-radius: 2px;
    margin-top: 10px;
    opacity: 0.8;
}

.shopping-cart-wrapper.shopping-cart-is-empty .your-cart-is-empty {
    display: block;
}

.shopping-cart-wrapper.shopping-cart-is-empty .shopping-cart-table, .shopping-cart-wrapper.shopping-cart-is-empty .cart-buttons-wrapper {
    display: none;
}

.your-cart-is-empty {
    text-align: center;
}

.shopping-cart-wrapper-page .your-cart-is-empty .empty-cart-icon {
    margin: 50px 0 20px;
}

.shopping-cart-wrapper-page .your-cart-is-empty .empty-cart-icon i {
    font-size: 220px;
    color: #f28c11;
}

.shopping-cart-wrapper-page .your-cart-is-empty .empty-cart-text {
    padding-bottom: 50px;
}

.shopping-cart-wrapper-page .your-cart-is-empty .empty-cart-text a {
    color: #f28c11;
}

.shopping-cart-wrapper-page .your-cart-is-empty .empty-cart-text a:hover {
    color: #f28c11;
}

.product-attribute-wrapper {
    margin-top: 20px;
}

.product-attribute-wrapper:hover {
    cursor: default;
}
.product-attribute-wrapper .attribute-title {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 7px;
}

.product-attribute-wrapper .attribute-title .attribute-title-value {
    font-weight: 400;
    font-size: 13px;
    padding: 0 2px;
}
.product-attribute-wrapper .attribute-title .attribute-title-value.yellow-text {
    background-color: #ffe90b;
}
.product-attribute-wrapper .btn-primary {
    box-shadow: none;
    background: transparent;
    border: 1px solid #e5e5e5;
    color: #646466;
    border-radius: 0;
    margin-right: 8px;
    margin-bottom: 8px;
    min-width: 50px;
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 0;
}
.product-attribute-wrapper .btn-primary .attribute-name-wrapper {
    border: 1px solid transparent;
    min-height: 35px;
    min-width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    line-height: 32px;
}
.product-attribute-wrapper .btn-primary:hover {
    border-color: #e5e5e5;
    color: #646466;
}
.product-attribute-wrapper .btn-primary:hover, .product-attribute-wrapper .btn-primary:hover .attribute-name-wrapper {
    border-color: #ccc;
}
.product-attribute-wrapper .btn-primary.selected .attribute-name-wrapper {
    border-color: #666;
}
.product-attribute-wrapper .btn-primary.selected {
    border-color: #666;
}
.filter-group .btn-primary.color-btn.selected .color-square-wrapper {
    position: relative;
}
.filter-group .btn-primary.color-btn.selected .color-square-wrapper:before {
    content: '';
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    z-index: 1;
}
.filter-group .btn-primary.color-btn.selected .color-square-wrapper:after {
    content: '\f00c';
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 14px;
    z-index: 2;
}
.product-attribute-wrapper .btn-primary input {
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.product-attribute-wrapper .btn-primary.color-btn, .filter-group .btn-primary.color-btn, .product-wrapper .btn-primary.color-btn {
    height: 46px;
    width: 46px;
    border: 2px solid transparent;
    padding: 0;
    min-width: 0;
    background: transparent;
    margin-right: 1px;
}
.filter-group .btn-primary.color-btn {
    width: 40px;
    height: 40px;
    float: left;
    margin: 0;
}
.product-wrapper .btn-primary.color-btn {
    width: 41px;
    height: 41px;
}
.product-attribute-wrapper .btn-primary.color-btn:hover, .filter-group .btn-primary.color-btn:hover, .product-wrapper .btn-primary.color-btn:hover {
    border-color: transparent;
    background: transparent;
}
.product-attribute-wrapper .btn-primary.color-btn.selected {
    border-color: #000;
}
.product-attribute-wrapper .btn-primary.color-btn.disabled, .product-attribute-wrapper .btn.disabled, .product-attribute-wrapper .btn[disabled], .product-attribute-wrapper fieldset[disabled] .btn {
    opacity: 1;
}
.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background: transparent;
}
.product-attribute-wrapper .btn-primary.color-btn.disabled:hover {
    cursor: default;
}
.product-attribute-wrapper .btn-primary.color-btn:focus, .product-attribute-wrapper .btn-primary.color-btn:active {
    background: transparent;
}
.product-attribute-wrapper .btn-primary.color-btn .color-square, .filter-group .btn-primary.color-btn .color-square, .product-wrapper .btn-primary.color-btn .color-square {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border: 1px solid #ccc;
}
.product-attribute-wrapper .btn-primary.color-btn .color-square-wrapper, .filter-group .btn-primary.color-btn .color-square-wrapper, .product-wrapper .btn-primary.color-btn .color-square-wrapper {
    border: 1px solid transparent;
    width: 100%;
    height: 100%;
    padding: 1px;
}
.product-attribute-wrapper .btn-primary.color-btn:hover .color-square-wrapper, .filter-group .btn-primary.color-btn:hover .color-square-wrapper, .product-wrapper .btn-primary.color-btn:hover .color-square-wrapper {
    border-color: #000;
}
.product-attribute-wrapper .btn-primary.color-btn.selected:hover .color-square-wrapper, .filter-group .btn-primary.color-btn .selected:hover .color-square-wrapper, .product-wrapper .btn-primary.color-btn .selected:hover .color-square-wrapper {
    border-color: transparent;
}
.product-attribute-wrapper .btn-primary.color-btn .color-square .square-second-color, .filter-group .btn-primary.color-btn .color-square .square-second-color, .product-wrapper .btn-primary.color-btn .color-square .square-second-color {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    border-width: 0 0 36px 36px;
    border-style: solid;
    width: 0;
    height: 0;
}
.product-attribute-wrapper .btn-primary.disabled {
    border: 1px solid #e5e5e5;
    background-color: #f1f1f1;
    color: #999;
    cursor: default;
}
.product-attribute-wrapper .btn-primary.disabled:hover {
    border: 1px solid #e5e5e5;
    cursor: default;
}
.product-attribute-wrapper .btn-primary.disabled:hover .attribute-name-wrapper {
    border-color: transparent;
}
.product-attribute-wrapper .btn-primary.active, .product-attribute-wrapper .btn-primary:active, .product-attribute-wrapper .open > .dropdown-toggle.btn-primary {
    background: transparent;
    color: #646466;
}
.product-attribute-wrapper .btn-primary.color-btn.disabled {
    border: 2px solid transparent;
    background: transparent;
    opacity: 1;
    cursor: default;
}
.product-attribute-wrapper .btn-primary.color-btn.disabled .color-square {
    position: relative;
}
.product-attribute-wrapper .btn-primary.color-btn.disabled .color-square:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 3;
}
.product-attribute-wrapper .btn-primary.color-btn.disabled .color-square:after {
    content: '';
    width: 100%;
    position: absolute;
    right: 0;
    top: 50%;
    border-bottom: 1px solid #444;
    -webkit-transform: skewY(45deg);
    transform: skewY(45deg);
    z-index: 4;
}
.product-attribute-wrapper .btn-primary.color-btn.disabled:hover .color-square-wrapper {
    border-color: transparent;
}
.filter-group .btn-primary.color-btn input {
    visibility: hidden;
}
.center-col ul.pagination li::before {
    content: none;
}
.magic-checkbox + label:before, .magic-radio + label:before {
    border-color: #a4a4a4;
}

.magic-checkbox + label, .magic-radio + label {
    font-weight: 400;
    font-size: 13px;
}
/* Base for label styling */
.magic-checkbox-wrapper [type="checkbox"]:not(:checked), .magic-checkbox-wrapper [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}
.magic-checkbox-wrapper label {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                     supported by Chrome and Opera */
}
.magic-checkbox-wrapper-check input[type="checkbox"]:not(:checked),
.magic-checkbox-wrapper input[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}
.magic-checkbox-wrapper input[type="checkbox"]:not(:checked) + label,
.magic-checkbox-wrapper input[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}
/* checkbox aspect */
.magic-checkbox-wrapper input[type="checkbox"]:not(:checked) + label:before,
.magic-checkbox-wrapper input[type="checkbox"]:checked + label:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 18px;
    height: 18px;
    content: '';
    border: 1px solid #a4a4a4;
    border-radius: 3px;
}
/* checkbox aspect */
.magic-checkbox-wrapper input[type="checkbox"]:not(:checked) + label:hover:before,
.magic-checkbox-wrapper input[type="checkbox"]:checked + label:hover:before {
    border-color: #f28c11;
    animation-duration: 0.4s;
    animation-fill-mode: both;
    animation-name: hover-color;
}
.magic-checkbox-wrappe input[type="checkbox"]:not(:checked) + label:after,
.magic-checkbox-wrapper input[type="checkbox"] + label:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    background: #f28c11;
    display: none;
    content: '';
    position: absolute;
}
.magic-checkbox-wrapper input[type="checkbox"]:checked + label:before, .custom-check [type="checkbox"]:checked + label:before {
    border-color: #f28c11;
    background: #f28c11;
}
.magic-checkbox-wrapper input[type="checkbox"]:checked + label:after, .custom-check [type="checkbox"]:checked + label:after {
    display: block;
    top: 2px;
    left: 7px;
    box-sizing: border-box;
    width: 5px;
    height: 12px;
    transform: rotate(45deg);
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
}
/* disabled checkbox */
.magic-checkbox-wrapper input[type="checkbox"]:disabled:not(:checked) + label:before,
.magic-checkbox-wrapper input[type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}
.magic-checkbox-wrapper input[type="checkbox"]:disabled:checked + label:after {
    color: #999;
}
.magic-checkbox-wrapper input[type="checkbox"]:disabled + label {
    color: #aaa;
}
.magic-checkbox:checked + label:before {
    border-color: #f28c11;
    background: #f28c11;
}
.filter-group .content-label {
    color: rgba(0, 0, 0, 0.54);
    margin-bottom: 14px;
    font-size: 15px;
    font-weight: 600;
}
.filter-group .filters {
    margin-bottom: 35px;
}
.filter-group .filters .sort-select {
    margin-top: -12px;
    margin-bottom: -10px;
}
.filter-group .checkbox {
    margin-bottom: 6px;
    margin-top: 2px;
}
.filter-group .checkbox label {
    color: #222;
    font-size: 13px;
}
.filter-group .checkbox label .parent-category {
    font-size: 11px;
}
.filter-group .checkbox.magic-checkbox-wrapper input[type="checkbox"]:not(:checked) + label, .filter-group .checkbox.magic-checkbox-wrapper input[type="checkbox"]:checked + label {
    line-height: 18px;
}
.filter-menu-content {
    margin-bottom: 30px;
    padding-top: 5px;
    border: 1px solid #ebebeb;
    background: #fff;
    overflow: hidden;
}
.filters-wrapper > .panel-group {
    border-radius: 3px;
    overflow: hidden;
    margin: 0;
}
.filter-menu-content .panel {
    box-shadow: none;
}
.filter-menu-content .panel-default {
    border: 0;
    border-radius: 0;
    background: #f5f5f5;
}
.filter-menu-content .panel-default > .panel-heading {
    margin-top: 0;
    background: transparent;
    padding: 0;
}
.filter-menu-content .panel-group .panel + .panel {
    margin: 0;
}
.filter-menu-content .panel-collapse {
    padding: 0;
}
.filter-menu-content .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: 0;
    padding: 5px 13px 10px;
    font-size: 15px;
    font-weight: 300;
    background: #fff;
}

.filter-menu-content .panel-default > .panel-heading h4 {
    font-weight: 300;
    font-size: 16px;
    text-transform: none;
    position: relative;
    border: 0;
}
.filter-menu-content .panel-default > .panel-heading h4 a {
    position: relative;
    display: block;
    width: 100%;
    color: #222;
    padding: 12px 13px 10px;
    background: #fff;
}
.filter-menu-content .panel-default > .panel-heading h4 a:before {
    content: '\f106';
    font-family: 'FontAwesome';
    font-size: 18px;
    position: absolute;
    display: block;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #798794;
}
.filter-menu-content .panel-default > .panel-heading h4 a.collapsed:before {
    content: '\f107';
    color: #646464;
}
#contentContainer {
    position: relative;
}
#contentContainer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    z-index: 10;
    display: none;
}
#contentContainer:after {
    content: "\f110";
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 11;
    font-family: "FontAwesome";
    font-size: 48px;
    align-items: center;
    color: #f28c11;
    justify-content: center;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    display: none;
}
#contentContainer.content-container-loading {
    overflow: hidden;
}
#contentContainer.content-container-loading:before, #contentContainer.content-container-loading:after {
    display: block;
}
.top-filter-line {
    display: flex;
    justify-content: space-between;
    height: 46px;
    margin-bottom: 30px;
    background: #fff;
    padding: 0 18px;
    color: #222;
    font-size: 13px;
    border: 1px solid #ebebeb;
}
.top-filter-line .sort-select {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 32px;
}
.top-filter-line .sort-select.view-count {
    margin-right: 0;
}
.top-filter-line .sort-select .select-label {
    margin-right: 13px;
    color: #525252;
}
.top-filter-line .nice-select {
    height: 30px;
    border-radius: 4px;
    border: 1px solid #ebebeb;
    background: #fff;
    line-height: 27px;
    font-size: 13px;
    padding-left: 15px;
    color: #222;
}
.top-filter-line .nice-select:after {
    width: 6px;
    height: 6px;
    color: #222;
}
.top-filter-line .nice-select .list {
    border-radius: 0;
}
.top-filter-line .nice-select .option {
    line-height: 28px;
    min-height: 28px;
    font-size: 12px;
}
.shopping-cart-table .cart-item-image {
    max-width: 70px;
}
.shopping-cart-wrapper-page .your-cart-is-empty {
    display: none;
}
.shopping-cart-wrapper-page.shoppingCartIsEmpty .shopping-cart-content {
    display: none;
}
.shopping-cart-wrapper-page.shoppingCartIsEmpty .your-cart-is-empty {
    display: block;
}
.container-content {
    padding: 0px 0 30px 0;
    min-height: 260px;
}
.filters-wrapper .filter-menu-title {
    padding: 10px 15px 11px;
    background: #4c5052;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}
.filters-wrapper .filter-title {
    margin-top: 20px;
    color: #646464;
    padding: 15px;
    font-weight: 400;
    font-size: 16px;
}
.styles-slider-wrapper {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
    padding: 10px 20px 25px 0;
    width: 100%;
}
.styles-slider-wrapper .checkbox-wrapper {
    display: none;
}
.styles-slider-wrapper .checkbox {
    margin: 0;
    width: 35px;
}

.right-filter-menu .styles-slider-wrapper {
    display: flex;
    align-items: center;
}

.right-filter-menu .styles-slider-wrapper .checkbox-wrapper {
    width: 40px;
    margin: 0;
}

.right-filter-menu .styles-slider-wrapper .checkbox-wrapper .checkbox {
    margin: 5px 0 0 0;
}
.right-filter-menu .styles-slider-wrapper #NumberOfStylesSlider {
    width: 135px;
}

.right-filter-menu .styles-slider-wrapper .selected-value {
    width: 30px;
    margin-left: 30px;
    font-size: 14px;
    color: #777;
}
.noUi-connect {
    background: #7b7b57;
}
.noUi-connects {
    height: 2px;
    background: #FAD4A5;
    box-shadow: none;
    top: 2px;
}
.noUi-target.disabled .noUi-connects, .noUi-target.disabled .noUi-connect {
    background: #a4a4a4;
}
.noUi-target {
    height: 6px;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    width: 100%;
    margin-top: -5px;
    padding-right: 8px;
}
.noUi-horizontal .noUi-handle {
    width: 20px;
    height: 20px;
    box-shadow: none;
    border-radius: 50%;
    background: #7b7b57;
    border: 2px solid #7b7b57;
    top: -7px;
}
.noUi-target.disabled .noUi-handle {
    background: #a4a4a4;
}
.noUi-horizontal .noUi-handle:hover {
    cursor: pointer;
}
.noUi-target.disabled .noUi-handle:hover {
    cursor: not-allowed;
}
.noUi-horizontal .noUi-handle:after, .noUi-horizontal .noUi-handle:before {
    display: none;
}

.noUi-horizontal .noUi-tooltip {
    top: 120%;
    bottom: auto;
    box-shadow: none;
    background: transparent;
    border: none;
    background: #fff;
}

.snackbar.snackbar-opened {
    padding: 15px 20px;
    font-size: 13px;
    text-align: left;
    text-indent: initial;
    border-radius: 5px;
}

.snackbar-content {
    line-height: 18px;
    font-size: 15px;
}

.snackbar-content .fa-shopping-cart {
    font-size: 52px;
    margin-right: 20px;
    float: left;
}

.snackbar-content a {
    color: #fff;
    text-decoration: underline;
}

.snackbar-content a:hover {
    color: #f28c11;
}

.no-product-for-choosen-filter {
    background: #7b7b57;
    padding: 15px 20px;
    font-size: 16px;
    color: #fff;
}
.clear-filters-btn {
    display: none;
    text-align: center;
    border-top: 1px solid #F2F2F2;
    padding: 8px 20px 10px;
    background: #f28c11;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.clear-filters-btn.active {
    display: block;
}
.clear-filters-btn .btn.btn-default {
    border: 0;
    padding: 0;
    background: transparent;
    color: #fff;
    text-transform: uppercase;
}
.clear-filters-btn .btn.btn-default:focus, .clear-filters-btn .btn.btn-default:active {
    box-shadow: none;
}
.clear-filters-btn:hover {
    background: #222;
    color: #fff;
}

.attribute-type-color {
    display: none;
}

.attribute-type-color.visible {
    display: block;
}
.product-page-wrapper {
    background: #fff;
    margin-top: 15px;
    margin-bottom: 30px;
    border: 1px solid #ebebeb;
}
.product-page-wrapper .product-content {
    margin: 20px 0 10px;
}
.product-page-wrapper .product-content .property-name {
    margin-right: 8px;
    font-size: 15px;
    text-transform: uppercase;
    color: #979797;
    font-weight: 500;
    margin-bottom: 3px;
}

.product-wrapper .owl-carousel {
    padding: 0 20px;
    position: relative;
}
.product-wrapper .owl-stage-outer .owl-item {
    padding: 0 2px;
}

.product-wrapper .owl-stage-outer .owl-stage {
    margin: 0 auto;
}
.product-wrapper .owl-carousel-group.owl-carousel .owl-nav .owl-prev, .product-wrapper .owl-carousel-group.owl-carousel .owl-nav .owl-next {
    margin-top: -11px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .fotorama .fotorama__stage__shaft .fotorama__stage__frame:not(:first-child) img {
        display: none;
    }

    .fotorama .fotorama__stage__shaft .fotorama__stage__frame.fotorama__loaded--img:not(:first-child) img {
        display: block;
    }
}

.form-control-feedback {
    top: 10px;
}

.alert a {
    color: #f28c11;
    text-decoration: underline;}

.alert a:hover {
    color: #c27a20;
    text-decoration: underline;
}
.index-slider-wrapper {
    background: #fdfeff;
    background: -moz-linear-gradient(top,#fdfeff 0%,#e5edf1 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fdfeff),color-stop(100%,#e5edf1));
    background: -webkit-linear-gradient(top,#fdfeff 0%,#e5edf1 100%);
    background: -o-linear-gradient(top,#fdfeff 0%,#e5edf1 100%);
    background: -ms-linear-gradient(top,#fdfeff 0%,#e5edf1 100%);
    background: linear-gradient(to bottom,#fdfeff 0%,#e5edf1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfeff',endColorstr='#e5edf1',GradientType=0);
    padding: 60px 0;
}
.top-filter-line .right-filter-flex {
    display: flex;
}
.top-filter-line .showing-items {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #5A6169;
}
.top-filter-line .showing-items span {
    margin: 0 5px;
}
.add-to-favorite-wrapper .save-font {
    font-size: 14px;
    color: #525252;
    font-weight: 500;
    cursor: pointer;
}
.add-to-favorite-wrapper .save-font i {
    margin-right: 5px;
    font-size: 16px;
}
.add-to-favorite-wrapper .save-font:hover, .add-to-favorite-wrapper .save-font:hover i {
    color: #f28c11;
}
.social-share-wrapper .facebook-share, .social-share-wrapper .twitter-share, .social-share-wrapper .google-plus-share {
    float: left;
    color: #fff;
    cursor: pointer;
    height: 33px;
    font-family: 'Roboto', sans-serif;
    margin-right: 7px;
}
.social-share-wrapper .facebook-share a, .social-share-wrapper .twitter-share a, .social-share-wrapper .google-plus-share a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    height: 100%;
    width: 100%;
    color: #fff;
}
.social-share-wrapper .facebook-share i, .social-share-wrapper .twitter-share i, .social-share-wrapper .google-plus-share i {
    margin-right: 7px;
}
.social-share-wrapper .facebook-share:hover, .social-share-wrapper .twitter-share:hover, .social-share-wrapper .google-plus-share:hover {
    opacity: 0.8;
}
.facebook-share {
    background: #3b5998;
}
.twitter-share {
    background: #00aced;
}
.google-plus-share {
    background: #d14836;
    margin-right: 0;
}
.map-wrapper, .map-wrapper iframe {
    max-width: 100%;
}
.map-wrapper iframe {
    float: left;
}
.modal-content {
    border-radius: 3px;
}
.bootstrap-dialog .bootstrap-dialog-title {
    font-weight: 500;
    font-size: 16px;
}
.alert-info.online-shopping-alert {
    margin: 18px 0 25px;
    padding: 10px 15px;
    color: #fff;
    background-color: #a39976;
    border-color: #a39976;
}
.unavailable-for-shopping {
    text-align: center;
    margin-top: 35px;
}
.fb-login-wrapper {
    margin-bottom: 20px;
}
.my-account-box {
    text-align: center;
    border: 1px solid #e4e4e4;
    padding: 40px 10px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.my-account-box:hover {
    border-color: #f28c11;
    background: #f28c11;
    color: #fff;
}
.my-account-box i {
    font-size: 40px;
    margin-bottom: 10px;
    color: #333;
    -webkit-transition: color 0.3s ease 0s;
    -moz-transition: color 0.3s ease 0s;
    -ms-transition: color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
}
.my-account-box:hover i {
    color: #fff;
}
.my-account-box .title {
    font-size: 22px;
    font-weight: 400;
    min-height: 62px;
}
.edit-profile-wrapper .profile-image-wrapper {
    padding-left: 50px;
}
.edit-profile-wrapper .profile-image {
    margin-bottom: 20px;
    width: 150px;
    height: 150px;
    border: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
}
.edit-profile-wrapper .profile-image img {
    max-width: 100%;
    max-height: 100%;
}
.edit-profile-wrapper .profile-image i {
    font-size: 100px;
    color: #333;
}
.edit-profile-wrapper .reset-password {
    margin-top: 30px;
}
.reset-password .input-group {
    width: 91%;
}
.reset-password .input-group .btn, .input-group.password .btn {
    border: 1px solid #ccc;
}
.input-group.password {
    width: 81%;
}
.template-container {
    display: none;
}
input.inputfile {
    display: none;
}
.file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    border-radius :2px;
}
.file-upload:hover {
    background-color: #e6e6e6;
    border-color: #adadad;
}
.crop-image-wrapper {
    width: 60%;
    float: left;
    padding-top: 60%;
    position: relative;
    border: 1px solid #ccc;
}
.crop-image-wrapper .absolute-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.avatar-crop-wrapper .crop-options {
    float: left;
    width: 40%;
    padding-left: 50px;
}
.avatar-crop-wrapper .cropper-preview {
    width: 100px!important;
    height: 100px!important;
    overflow: hidden;
    border: 1px solid #ccc;
    margin-right: 20px;
}
.avatar-crop-wrapper .cropper-preview.round {
    border-radius: 50%;
}
.avatar-crop-wrapper .crop-preview-wrapper {
    display: flex;
    margin-bottom: 30px;
}
.avatar-crop-wrapper .menu-heading {
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0 5px;
}
.avatar-crop-wrapper .tools-container i {
    width: 35px;
    height: 35px;
    border: 1px solid #ccc;
    border-radius :2px;
    line-height: 34px;
    text-align: center;
    margin-right: 5px;
    -webkit-transition: background-color 0.1s ease 0s, opacity 0.1s ease 0s;
    -moz-transition: background-color 0.1s ease 0s, opacity 0.1s ease 0s;
    -o-transition: background-color 0.1s ease 0s, opacity 0.1s ease 0s;
    transition: background-color 0.1s ease 0s, opacity 0.1s ease 0s;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;
}
.avatar-crop-wrapper i:hover {
    background-color: #e6e6e6;
    border-color: #adadad;
    cursor: pointer;
}
.avatar-crop-wrapper .file-upload {
    margin-bottom: 20px;
}
.bootstrap-dialog.type-primary .modal-header {
    border-radius: 0;
}
.modal-footer {
    padding: 10px 15px;
}
.user-info .user-image img[src=""], .user-profile-picture img[src=""] {
    display: none;
}
.manufacturer-list .manufacturer-list {
    margin-bottom: 30px;

}
.product-grid-wrapper {
    min-height: 300px;
    padding-bottom: 20px;
}

.order-history.head-table {
    width: 100%;
    border: 0;
}
.order-history.products-table th {
    padding: 8px 10px 8px 5px; color:#ffffff;
}
.order-history.products-table td {
    border-bottom: 1px solid #ddd;
    margin:0;
    padding:5px 10px 5px 5px;
}
.order-history.products-table td.no-underline {
    border-bottom: 0;
}

.order-history.products-table .white-text {
    color: #ffffff;
}

.table.order-history .product-price {
    text-align: right;
}
.table.order-history > tbody > tr > td,
.table.order-history > tbody > tr > th,
.table.order-history > tfoot > tr > td,
.table.order-history > tfoot > tr > th,
.table.order-history > thead > tr > td,
.table.order-history > thead > tr > th {
    border-top:0;
}



.grid-compare-product-wrapper {
    position: absolute;
    top: 8px;
    left: 10px;
    font-size: 16px;
    z-index: 5;
    cursor: pointer;
}
.grid-compare-product-wrapper:hover {
    color: #f28c11;
}
.compare-products-wrapper {
    display: none;
    position: fixed;
    left: 15px;
    bottom: 15px;
    z-index: 9999;
    width: 270px;
    background: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.compare-products-wrapper .compare-products-title {
    background: #f28c11;
    color: #fff;
    padding: 8px 18px 8px 20px;
    font-size: 15px;
}
.compare-products-wrapper .minimize-compare-products {
    width: 20px;
    height: 20px;
    float: right;
    font-size: 18px;
    position: relative;
    cursor: pointer;
}
.compare-products-wrapper .minimize-compare-products:before {
    content: '\f107';
    font-family: FontAwesome;
    position: absolute;
    top: -1px;
    right: 0;
}
.compare-products-wrapper.minimized .minimize-compare-products:before {
    content: '\f106';
}
.compare-products-wrapper .compare-products-footer {
    padding: 8px;
}
.compare-products-wrapper .compare-products-content-fixed-height {
    max-height: 256px;
    overflow-y: auto;
}
.compare-products-wrapper.minimized .compare-products-footer, .compare-products-wrapper.minimized .compare-products-content-fixed-height {
    display: none;
}
.compare-products-wrapper .compare-products-content {
    display: table;
    width: 100%;
    margin: 0;
    padding: 8px;
}
.compare-products-wrapper .compare-products-content .compare-products-one-product {
    display: table;
    width: 100%;
    margin: 0;
    padding: 10px 0;
}
.compare-products-wrapper .compare-products-content .compare-products-one-product .image-wrapper {
    min-width: 50px;
    min-height: 50px;
}
.compare-products-wrapper .compare-products-content .compare-products-one-product .image {
    width: 50px;
    display: table-cell;
    vertical-align: top;
}
.compare-products-wrapper .compare-products-content .compare-products-one-product .title {
    display: table-cell;
    vertical-align: middle;
    width: 200px;
    padding-left: 15px;
}
.compare-products-wrapper .compare-products-content .compare-products-one-product .remove {
    display: table-cell;
    vertical-align: middle;
    width: 12px;
    cursor: pointer;
}
.compare-products-wrapper .compare-products-content .compare-products-one-product .remove:hover {
    color: #f28c11;
}
.compare-products-wrapper .btn, .compare-products-wrapper .btn:focus {
    font-size: 11px;
    color: #f28c11;
    border: 1px solid #f28c11;
    width: 48%;
    margin-right: 2%;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    padding: 6px;
    background: transparent;
    border-radius: 4px;
}
.compare-products-wrapper .btn:last-child {
    margin-right: 0;
}
.comparebox-container {
    padding: 0 15px;
}
.comparebox-container .comparebox-header, .comparebox-container .comparebox-product-info-row, .comparebox-container .comparebox-property-row {
    display: flex;
}
.comparebox-container .comparebox-header .comparebox-product-product-header, .comparebox-container .comparebox-product-info-row .product-info, .comparebox-container .comparebox-property-row .comparebox-row-property-value {
    width: 30%;
    padding: 0 15px;
}
.comparebox-container .twitter-typeahead, .comparebox-product-product-header .search-bar {
    width: 100%;
}
.comparebox-product-product-header .search-bar {
    padding: 20px 0 15px;
}
.comparebox-container .left-blank-space, .comparebox-container .comparebox-row-property-name {
    width: 250px;
    padding: 10px 16px;
}
.comparebox-container .left-blank-space {
    position: relative;
}
.comparebox-container .comparebox-row-property-name {
    padding: 9px 20px;
    font-weight: 500;
    color: #333;
}
.comparebox-container .comparebox-property-row .comparebox-row-property-value {
    padding: 9px 20px;
    border-left: 1px solid #e3e3e3;
    text-align: center;
}
.comparebox-container .comparebox-product-product-header {
    border-left: 1px solid #e3e3e3;
}
.comparebox-container .product-info {
    border-left: 1px solid #e3e3e3;
}
.comparebox-border {
    border: 1px solid #e3e3e3;
    border-bottom: 0;
    margin: 40px 0 20px;
    position: relative;
    border-radius: 4px;
}
.comparebox-border.content-container-loading:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    z-index: 10;
    display: none;
}
.comparebox-border.content-container-loading:after {
    content: "\f110";
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 11;
    font-family: "FontAwesome";
    font-size: 48px;
    align-items: center;
    color: #f28c11;
    justify-content: center;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    display: none;
}
.comparebox-border.content-container-loading {
    overflow: hidden;
}
.comparebox-border.content-container-loading:before, .comparebox-border.content-container-loading:after {
    display: block;
}

.comparebox-container .comparebox-product-info-row {
    border-bottom: 1px solid #e3e3e3;
}
.comparebox-container .comparebox-property-row {
    border-bottom: 1px solid #e3e3e3;
    font-family: 'Roboto', sans-serif;
}
.comparebox-container .comparebox-property-row:hover {
    background: #f9f9f9;
}
.comparebox-container .product-grid-item {
    box-shadow: none;
    margin: 0;
}
.comparebox-container .price-and-add-to-cart, .comparebox-container .grid-compare-product-wrapper {
    display: none;
}
.comparebox-container .product-info-text {
    padding: 1em 2em 0;
}
.comparebox-container .product-info-text .view-more-btn {
    display: none;
}
.comparebox-container .twitter-typeahead .list-group {
    display: none;
}
.comparebox-container .search-products-wrapper {
    width: 100%;
}
.comparebox-container .search-products-wrapper .search-products > a {
    width: 48%;
}
.comparebox-container .search-products-wrapper .search-products > a .price {
    display: none;
}
.comparebox-container .search-products .suggestion-product .informations .title {
    font-size: 12px;
}
.comparebox-container .have-property {
    color: #388E3C;
}
.comparebox-container .doesnt-have-property {
    color: #D32F2F;
}
.comparebox-container .diff-toggle-box .diff-toggle .diff-off {
    color: #fff;
    padding-right: 1em;
}
.comparebox-container .diff-toggle-box {
    position: absolute;
    left: 15px;
    bottom: 5px;
    height: 100%;
    width: 100%;
}
.comparebox-container .diff-toggle-box .diff-toggle {
    position: absolute;
    bottom: 48px;
    left: 8px;
    width: 100%;
    font-family: Google-Oswald,Arial,sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.comparebox-container .diff-toggle-box .diff-toggle .diff-off, .comparebox-container  .diff-toggle-box .diff-toggle .diff-on {
    padding: 10px 20px 9px;
    padding-right: 20px;
}
.comparebox-container .diff-toggle-box .diff-toggle .diff-off, .comparebox-container .diff-toggle-box .diff-toggle.on .diff-on {
    background-color: #f28c11;
}
.comparebox-container .diff-toggle-box .diff-toggle .diff-off {
    border-radius: 4px 0 0 4px;
}
.comparebox-container .diff-toggle-box .diff-toggle .diff-on {
    border-radius: 0 4px 4px 0;
}
.comparebox-container .diff-toggle-box .diff-toggle.on .diff-off {
    color: #fafafa;
    background-color: #606061;
}
.comparebox-container .diff-toggle-box .diff-toggle .diff-off:after {
    position: absolute;
    -ms-transform: translateX(1em);
    transform: translateX(1em);
    top: -1px;
    content: "ili";
    font-family: Arimo;
    font-weight: 700;
    font-size: .7em;
    background-color: #fff;
    color: #555;
    display: inline-block;
    width: 2.3em;
    line-height: 2.3em;
    border-radius: 100%;
    text-align: center;
}
.comparebox-container .diff-toggle-box .diff-toggle .diff-on {
    color: #fafafa;
    background-color: #606061;
    padding-left: 1.5em;
}
.comparebox-container .diff-toggle-box .description {
    position: absolute;
    bottom: 8px;
    font-style: italic;
    padding: 0 0 0 10px;
    color: #606061;
    font-size: 11px;
}
.comparebox-container .diff-toggle-box .description:before {
    position: relative;
    top: 1px;
    content: "\f05a";
    font-family: FontAwesome;
    font-style: normal;
    color: #aaa;
    font-size: 15px;
}
.comparebox-container .comparebox-property-row.on .comparebox-row-property-value, .comparebox-container .comparebox-property-row.on .doesnt-have-property, .comparebox-container .comparebox-property-row.on .have-property {
    color: #ececec;
}
.comparebox-container .searchbox-header-input-spinner {
    top: 50%;
}
.comparebox-container .search-wrapper .form-control {
    font-size: 13px;
    height: 40px;
}
.comparebox-container .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 4px;
}
.comparebox-container .product-grid-item .product-image img {
    -webkit-transition: none;
    -ms-transition: none;
    transition: none;
    transition-property: none;
    transition-duration: unset;
    transition-timing-function: unset;
    transition-delay: unset;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
}
.comparebox-container .product-grid-item:hover .product-image img {
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
}
.comparebox-container .product-grid-item .product-image {
    padding: 20px 40px 5px;
}
.bundle-product-wrapper {
    border-radius:  2px;
    margin-bottom: 30px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.bundle-product-wrapper .bundle-info {
    display: flex;
    justify-content: space-between;
    background: #eeeeee;
    border-bottom: 1px solid #d2d2d2;
    padding: 5px 15px;
    position: relative;
    overflow: hidden;
}
.bundle-product-wrapper .bundle-info:after {
    content: "";
    display: none;
    position: absolute;
    width: 19px;
    height: 54px;
    top: -6px;
    right: -14px;
    transform: rotate(-22deg);
    z-index: 20;
    background: #fff;
}
.bundle-product-wrapper .bundle-info.bottom-info {
    border-top: 1px solid #ddd;
    background: #eee;
    color: #777;
}
.bundle-product-wrapper .bundle-info.bottom-info:after {
    display: none;
}
.bundle-product-wrapper .bundle-info .left-info, .bundle-product-wrapper .bundle-info .left-info .view-and-add-to-cart, .bundle-product-wrapper .bundle-info .right-info {
    display: flex;
}
.bundle-product-wrapper .bundle-info .left-info .view-and-add-to-cart, .bundle-product-wrapper .bundle-info .right-info {
    align-items: center;
}
.bundle-product-wrapper .bundle-info .left-info .bundle-title {
    font-size: 18px;
    font-weight: 600;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 2px 0;
}
.bundle-product-wrapper .bundle-info .right-info {
    width: 100%;
    justify-content: space-between;
}
.bundle-product-wrapper .bundle-info .right-info .left-prices .top-prices {
    display: flex;
    justify-content: flex-end;
}
.bundle-product-wrapper .bundle-products {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 20px;
}
.bundle-product-wrapper .bundle-products > div:first-child .one-bundle-product .price {
    text-decoration: none;
}
.bundle-product-wrapper .bundle-products .col-xs-12 {
    width: 14.28%;
}
.bundle-product-wrapper .bundle-products .one-bundle-product {
    text-align: center;
    padding: 0 10px;
    margin-bottom: 20px;
    position: relative;
}
.bundle-product-wrapper .bundle-products .one-bundle-product:after {
    content: '\f055';
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translateY(-50%);
    font-size: 20px;
    color: #666;
}
.bundle-product-wrapper .bundle-products > div:last-child .one-bundle-product:after {
    display: none;
}
.bundle-product-wrapper .bundle-products .one-bundle-product .image {
    padding: 0 10px;
    position: relative;
}
.bundle-product-wrapper .bundle-products .one-bundle-product .title a {
    padding: 0;
    display: block;
    margin: 0 0 5px 0;
    font-size: 12px;
    line-height: 13px;
    font-weight: 500;
    color: #555;
    text-align: center;
    min-height: 45px;
}
.bundle-product-wrapper .bundle-products .one-bundle-product .price {
    font-size: 15px;
    font-weight: normal;
    color: #f28c11;
    margin-top: 15px;
    text-decoration: line-through;
}
.bundle-product-wrapper .bundle-price-sum-difference {
    margin-top: 2px;
    font-weight: 400;
}
.bundle-product-wrapper .bundle-price-sum-difference span {
    color: #f28c11;
    margin-left: 5px;
    font-weight: 600;
}
.bundle-product-wrapper .view-bundle, .bundle-product-wrapper .add-to-cart-button-wrapper {
    margin-top: -1px;
    text-align: right;
}
.bundle-product-wrapper .view-bundle {
    margin-bottom: 5px;
}
.bundle-product-wrapper .view-bundle a, .bundle-product-wrapper .add-to-cart-button-wrapper a {
    padding: 4px 15px;
    background: #f28c11;
    color: #fff;
    font-weight: 400;
    border-radius: 3px;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.bundle-product-wrapper .add-to-cart-button-wrapper a {
    background: #8ec63f;
}
.bundle-product-wrapper .view-bundle a:hover, .bundle-product-wrapper .add-to-cart-button-wrapper a:hover {
    background: #333;
}
.bundle-product-wrapper .right-info span, .bundle-product-wrapper .right-info a {
    white-space: nowrap;
}
.bundle-product-wrapper .right-info .bundle-price {
    font-size: 18px;
    color: #555;
    font-weight: 700;
    margin-right: 10px;
}
.bundle-product-wrapper .right-info .products-price {
    font-size: 14px;
    color: #777;
    font-weight: 400;
    text-decoration: line-through;
    margin-top: 2px;
}
.bundle-product-page {
    padding: 30px 0 50px;
}
.bundle-product-page .bundle-title, .bundle-product-page .bundle-product-wrapper .bundle-info .left-info .view-and-add-to-cart {
    display: none;
}
.bundles-products {
    padding-top: 15px;
}
.manufacturer-product-link {
    padding: 18px 0 5px;
    font-size: 15px;
}
.manufacturer-product-link a {
    text-decoration: underline;
    color: #000;
}
.manufacturer-product-link a:hover {
    color: #f28c11;
}
.quantity-of-bundle-products {
    position: absolute;
    top: -8px;
    right: -8px;
    z-index: 1;
    padding: 0;
    background: transparent;
    margin-bottom: 5px;
    background-image: url("/design/bundle-products-count.png");
    background-repeat: no-repeat;
    background-size: 38px;
    background-position: center;
    width: 38px;
    height: 38px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tab-content .quantity-of-bundle-products {
    right: -5px;
}
.quantity-of-bundle-products span {
    transform: rotate(-12deg);
}
.search-title {
    padding: 30px 0;
}
.search-title h1 {
    text-align: left;
    color: rgb(51, 62, 73);
    font-size: 30px;
    font-weight: 400;
}
.view-bundles-wrapper {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #dbdbdb;
}
.view-bundles-wrapper .view-text {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
}
.view-bundles-wrapper .bundle-images {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.view-bundles-wrapper .image-wrapper {
    position: relative;
    margin-right: 25px;
}
.view-bundles-wrapper .image-wrapper:after {
    content: '\f055';
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    top: 50%;
    right: -22px;
    transform: translateY(-50%);
    font-size: 16px;
    color: #666;
    z-index: 2;
}
.view-bundles-wrapper .image-wrapper:nth-last-child(2) {
    margin-right: 0;
}
.view-bundles-wrapper .image-wrapper:nth-last-child(2):after {
    display: none;
}
.view-bundles-wrapper .bundle-images img {
    width: 70px;
}
.btn.btn-default.view-bundles-btn {
    padding: 8px 20px;
    background: #d0d4d9;
    color: #222;
    font-size: 14px;
    letter-spacing: 1px;
    margin-left: 15px;
    font-weight: 500;
}
.btn.btn-default.view-bundles-btn:hover {
    background: #8ec63f;
    color: #fff;
}
.breadcrumb-wrapper .title-and-path-left {
    float: left;
}
.price-and-cart-wrapper .vsCMS3-currency-RSD {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    left: -2px;
    top: -6px;
    position: relative;
}
.price-and-cart-wrapper .old-price .vsCMS3-currency-RSD {
    font-size: 12px;
    top: -4px;
}
.price-and-cart-wrapper .recommended-price .vsCMS3-currency-RSD {
    font-weight: 400;
    font-size: 10px;
    top: -3px;
}
.product-convert-price-btn {
    display: inline-block;
    font-weight: 400;
    text-transform: none;
    background: #d0d4d9;
    font-size: 12px;
    color: #222;
    padding: 2px 10px 1px;
    border-radius: 3px;
    margin-left: 8px;
    position: relative;
    top: -3px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}
.product-convert-price-btn i {
    margin-right: 6px;
}
.product-convert-price-btn:hover {
    background: #8ec63f;
    color: #fff;
}
.bootstrap-dialog-footer-buttons .btn.btn-default, .bootstrap-dialog-footer-buttons .btn.btn-default:focus, .bootstrap-dialog-footer-buttons .btn.btn-default:active {
    padding: 8px 30px;
    font-size: 13px;
}
.drawer-nav {
    z-index: 99999;
    width: 25rem;
    overflow-y: auto;
}
.drawer-nav ul, .drawer-nav li {
    margin: 0;
    padding: 0;
}
.drawer-hamburger-icon {
    margin-top: 0;
}
.drawer-hamburger-icon::after, .drawer-hamburger-icon::before {
    top: -8px;
}
.drawer-hamburger-icon::after {
    top: 8px;
}
.drawer-overlay {
    z-index: 9999;
}
.drawer-menu-item {
    font-size: 16px;
    padding: 8px 15px;
    border-top: 1px solid #dedede;
}
.drawer-nav li:first-child .drawer-menu-item {
    border-top: 0;
}
.drawer-nav li:last-child .drawer-menu-item {
    border-bottom: 1px solid #dedede;
}
.drawer-dropdown-menu-item {
    padding-left: 25px;
}
.drawer--left .drawer-nav {
    left: -25rem;
}
.drawer-menu-item:hover, .drawer-dropdown-menu-item:hover {
    text-decoration: none;
    background: #f0f0f0;
}
.drawer-dropdown.open > .drawer-dropdown-menu {
    position: relative;
    z-index: 999;
}
.drawer-nav li.mobile-menu-address {
    border-top: 1px solid #dedede;
    padding: 15px;
}
.drawer-nav li.mobile-menu-address .one-info .one-store .store-address {
    line-height: 19px;
}
.drawer-nav li.mobile-menu-address .one-info .one-store .store-title {
    font-size: 14px;
    margin-bottom: 10px;
}
.drawer-hamburger-icon, .drawer-hamburger-icon::after, .drawer-hamburger-icon::before {
    background-color: #686868;
}
.shopping-cart-wrapper-page .shopping-cart-table .table > tbody > tr > td:last-child i {
    font-size: 20px;
    margin-left: 10px;
}
.shopping-cart-wrapper-page .shopping-cart-table .table > tbody > tr > td.item-total-price, .shopping-cart-wrapper-page .shopping-cart-table .cart-info-box-content.price, .shopping-cart-wrapper-page .th-total-price {
    text-align: right;
    width: 130px;
}
.shopping-cart-table .cart-item-image {
    min-width: 50px;
}
.shopping-cart-wrapper-page .shopping-cart-table .table > tbody > tr > td.cart-item-number {
    padding-left: 20px;
}
.checkout-wrapper {
    max-width: 100%;
    margin: 0 auto;
}
.contact-wrapper {
    margin: 30px 0;
}
.contact-wrapper h3 {
    margin-bottom: 40px;
}
.contact-row {
    margin-bottom: 10px;
}
.contact-row span {
    font-weight: 600;
    margin-right: 5px;
}
.contact-wrapper .sendbtn {
    margin-right: 10px;
}
.proizvod-wrapper {
    margin-bottom: 30px;
    background: #fff;
}
.proizvod-wrapper:hover .title a {
    color: #f28c11;
}
.proizvod-wrapper img {
    padding: 8px 25px;
}
.proizvod-wrapper .title {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-align: center;
    height: 60px;
    padding: 5px 10px 10px;
    overflow: hidden;
}
.proizvod-wrapper .title a {
    color: #58595b;
}
.proizvod-wrapper .title .name {
    font-size: 16px;
}
.proizvod-wrapper .title .snippet {
    font-size: 14px;
    font-weight: 400;
}
.izdvajamo-wrapper {
    padding: 60px 0 30px 0;
    background: #f9f9f9;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.izdvajamo-wrapper h1 {
    margin-top: 0;
}
.izdvajamo-item {
    margin-bottom: 30px;
    border: 1px solid #e5e5e5;
    background: #fff;
}
.izdvajamo-item img {
    margin: 0 auto;
}
.izdvajamo-item:hover .title {
    background: #f28c11;
    color: #fff
}
.izdvajamo-item:hover .title a {
    color: #fff
}
.izdvajamo-item .title {
    text-align: center;
    border-top: 1px solid #e5e5e5;
    -webkit-transition: background 0.3s ease, color 0.3s ease 0s;
    -moz-transition: background 0.3s ease, color 0.3s ease 0s;
    -ms-transition: background 0.3s ease, color 0.3s ease 0s;
    -o-transition: background 0.3s ease, color 0.3s ease 0s;
    transition: background 0.3s ease, color 0.3s ease 0s;
}
.izdvajamo-item .title a {
    display: block;
    font-size: 14px;
    padding: 10px 5px;
}
.page-content img {
    margin-bottom: 30px;
}
.page-content .blueimp-gallery img {
    border: 0;
}
.breadcrumb-wrapper {
    padding: 14px 22px;
    background: #f5f5f5;
    margin-bottom: 15px;
    font-family: 'Roboto', sans-serif;
}
.breadcrumb-wrapper a {
    color: #222;
}
.breadcrumb-wrapper a:hover {
    color: #f28c11;
}
.breadcrumb-wrapper .breadcrumb-title {
    font-size: 25px;
    margin-bottom: 5px;
}
/*.breadcrumb-wrapper .breadcrumb-path {*/
/*    font-size: 14px;*/
/*}*/
.breadcrumb-wrapper .breadcrumb-path i {
    margin: 0 8px;
}
.breadcrumb-path {
    color: #a2a2a2;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 400;
}
.breadcrumb-path a {
    color: #7c7c7c;
}
.breadcrumb-path a:hover {
    color: #f28d11;
    text-decoration: none;
}
.breadcrumb-path a {
    color: #7c7c7c;
}
.breadcrumb-wrapper .breadcrumb-path a:focus, .breadcrumb-wrapper .breadcrumb-path a:visited {
    text-decoration: none;
}
.breadcrumb-path span {
    color: #7c7c7c;
    margin: 0px 7px 0px 5px;
    position: relative;
}
.right-col h1 {
    font-size: 19px;
}
.right-col h1.first {
    margin: 0 0 20px 0;
}
.right-col-products {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}
.right-col-products li {
    font-size: 15px;
    border-bottom: 1px solid #f3f3f3;
    padding: 8px 0;
}
.right-col-products li i {
    color: #f28c11;
    margin: 0 12px 0 10px;
}
.right-col-products li a {
    color: #686868;
}
.right-col-products li a:hover {
    color: #f28c11;
}
.index-o-nama {
    padding: 30px 0 20px 0;
}
.index-o-nama .text-item {
    margin-bottom: 30px;
}
.index-o-nama .text-item .text {
    margin-bottom: 10px;
}
.index-o-nama .text-item a:hover {
    color: #000;
}
.logo-contact {
    margin: 5px 0 20px 0;
}
.page-content {
    padding: 40px 0 20px;
}
.page-content h2 {
    margin-top: 40px;
}
.page-content p {
    text-align: justify;
}
.page-content h2:first-child {
    margin-top: 2px;
}
.page-content img.product-image {
    float:right;
    padding:8px;
    margin: 5px 0 20px 30px;
    max-width: 450px;
    position: relative;
    z-index: 1;
}
.has-feedback label ~ .form-control-feedback {
    top: 38px;
}
.form-control-feedback {
    top: 14px;
    right: -2px;
}
.page-content ul {
    list-style: none;
    padding: 0 0 0 20px;
}
.page-content ul li {
    position: relative;
    padding: 1px 0 1px 12px;
}
.page-content ul li:before {
    content:'\f105';
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 14px;
    transform: translateY(-50%);
}
.error-404-wrapper {
    margin: 100px 0;
}
.error-404-wrapper .error-404 {
    text-align: center;
    font-size: 196px;
    color: #868688;
}
.error-404-wrapper .error-404-text .first {
    font-size: 50px;
    text-transform: uppercase;
    color: #212121;
    margin-top: 56px;
}
.error-404-wrapper .error-404-text .second {
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    color: #212121;
    margin: -15px 0 15px 0;
}
.error-404-wrapper .error-404-text .third {
    font-size: 18px;
    font-weight: 600;
    color: #807F7D;
}
.flex-wrapper {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.flex-wrapper .left-col, .flex-wrapper .right-col {
    padding: 0;
}
.box-bg-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.box-content {
    min-height: 480px;
}
.box-text {
    padding: 8% 12%;
}
.box-text .title {
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    color: #222;
    margin-top: 6%;
    margin-bottom: 25px;
}
.box-text .text {
    font-size: 17px;
    color: #7a7a7a;
    font-weight: 300;
    margin-bottom: 30px;
}
#TextualContent .clearfix {
    height: 10px;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
    color: #fff;
    background-color: #f28c11;
    border-color: #f28c11;
    box-shadow: none;
}
.blueimp-gallery-img {
    position: relative;
    z-index: 10;
}
.one-page-gallery-item img {
    border:1px solid #e5e5e5;
}
.one-page-item {
    margin-bottom: 30px;
}
.one-page-item .title {
    margin-top: 10px;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.grey-bg {
    background: #f8f8f8;
    padding: 50px 0 30px 0;
}
.one-page-gallery-item {
    margin-bottom: 60px;
    margin-top: 60px;
}
.one-page-gallery-item img {
    border: 0;
    padding: 5px;
}
.select-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    border: 1px solid #a7a7a7;
    border-radius: 20px;
}
.select-wrapper:after {
    content: '\f107';
    display: block;
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    font-size: 20px;
}
.select-wrapper select {
    border: 0;
    width: 108%;
    max-width: none;
    min-height: 42px;
}
.key-informations .information-row {
    padding-left: 35px;
    background-position: left top 10px;
    background-repeat: no-repeat;
    font-size: 14px;
}
.key-informations .information-row.product-icon-clock {
    background-image: url("/design/clock-icon.png");
}
.key-informations .information-row.product-icon-can {
    background-image: url("/design/can-icon.png");
}
.key-informations .information-row.product-icon-storage {
    background-image: url("/design/storage-icon.png");
}
.key-informations .information-row.product-icon-izdasnost {
    background-image: url("/design/izdasnost-icon.png");
}
.key-informations .information-row.product-icon-dry {
    background-image: url("/design/dry-icon.png");
}
.key-informations .information-row .information-content {
    display: inline-block;
    border-bottom: 1px solid #e6e4e4;
    width: 300px;
    max-width: 100%;
    padding: 10px 0;
}
.key-informations .information-row:last-child .information-content {
    border-bottom: 0;
}
.key-informations .information-row .information-content strong {
    margin-right: 5px;
}
h2.first-h2, h2:nth-child(2) {
    margin-top: 0;
}
.color-box-wrapper {
    margin: 30px -8px 0;
}
#TextualContent .color-box-wrapper .clearfix {
    height: auto;
}
.color-box-wrapper .color-box {
    float: left;
    width: 8.3%;
    padding: 0 8px;
    border-radius: 10px;
    margin-bottom: 16px;
}
.color-box-wrapper .color-box img {
    max-width: 100%;
    margin: 0;
    border-radius: 10px;
}
.color-box-wrapper .color-box a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.color-box-wrapper .color-box a:after {
    content: attr(title);
    opacity: 0;
    z-index: 20;
    position: absolute;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    color: #fff;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    font-weight: 400;
    font-size: 13px;
}
.color-box-wrapper .color-box a:hover:after {
    opacity: 1;
}
/*select.form-control:focus {*/
/*    outline: none;*/
/*    border: 0;*/
/*}*/
/*select:-moz-focusring {*/
/*    color: transparent;*/
/*    text-shadow: 0 0 0 #000;*/
/*}*/
/*option:not(:checked) {*/
/*    color: black; !* prevent <option>s from becoming transparent as well *!*/
/*}*/
.one-page-wrapper {
    background: #fff;
    /*border-radius: 4px;*/
    /*border: 1px solid #ebebeb;*/
    /*padding: 20px 25px 25px;*/
}
.map-wrapper iframe {
    width: 100%;
}
.banners-section {
    background: #fff;
    padding: 30px 0 15px;
}
.one-banner {
    margin-bottom: 30px;
}
.one-banner .overlay-link > img {
    transition: all 150ms ease-in;
    -webkit-transition: all 150ms ease-in;
    -moz-transition: all 150ms ease-in;
    -ms-transition: all 150ms ease-in;
}
.one-banner .overlay-link:hover > img {
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -moz-transform: scale(1.02);
}
.banners-section .one-banner .overlay-link:hover > img {
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
    transform: scale(1);
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -moz-transform: scale(1.01);
}

.veleprodaja-title {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    background: #2d3134;
    padding: 17px 22px;
    color: #fff;
}
.map-wrapper, .map-wrapper iframe {
    max-width: 100%;
}
.veleprodaja-info {
    background: #f7f7f7;
    padding: 30px 25px 30px 44px;
}
.veleprodaja-info .contact-row {
    padding-left: 25px;
    position: relative;
    font-size: 16px;
    color: #525252;
    margin-bottom: 12px;
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
}
.veleprodaja-info .contact-row .icon-wrapper {
    font-size: 20px;
    position: absolute;
    left: 0;
    top: -1px;
    width: 16px;
    text-align: center;
}
.veleprodaja-info .contact-row .icon-wrapper .fa-mobile {
    font-size: 25px;
}
.veleprodaja-info .contact-row:last-child {
    margin-bottom: 0;
}

.contact-wrapper h2 {
    color: #525252;
    font-size: 22px;
    font-weight: 400;
    margin: 6px 0 25px;
}
.maloprodaja-wrapper {
    background: #f9f9f9;
    margin: 110px 0 -143px;
    padding: 0 0 61px;
}
.maloprodaja-wrapper .maloprodaja-title-wrapper {
    margin: -30px 0 60px;
    text-align: center;
}
.maloprodaja-wrapper .maloprodaja-title {
    display: inline-block;
    background: #f28d11;
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    padding: 15px 120px;
    letter-spacing: 1px;
    margin: 0;
}
.maloprodaja-item {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-left: 4px #f28d11;
}
.maloprodaja-item .item-map-wrapper, .maloprodaja-item .item-map-wrapper iframe {
    max-width: 100%;
    float: left;
}

.index-products {
    padding: 30px 0 30px;
}
.index-products h2 {
    margin-bottom: 30px;
}
.product-grid-item {
    background: #fff;
}
.category-products-wrapper .product-grid-item {
    border:1px solid #ebebeb;
    margin-bottom: 30px;
}
.product-grid-item .product-info-text {
    padding: 25px 0;
    position: relative;
}
.product-grid-item .add-to-cart-button-wrapper {
    left: 0;
    right: 1px;
    text-align: center;
    visibility: hidden;
    z-index: 9;
    opacity: 0;
    bottom: 0;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    background: #fff;
    padding: 0px 0px 54px;
}
.product-grid-item .add-to-cart-button-wrapper {
    visibility: visible;
    opacity: 1;
    transform: translateY(68px);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
    position: absolute;
}
.product-grid-item .add-to-cart-button-wrapper .add-to-cart-button {
    border: 2px solid #ebebeb;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 4px;
    max-width: 220px;
    width: 100%;
    color: #222;
    padding: 7px 0 9px;
    font-weight: 600;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.product-grid-item .add-to-cart-button-wrapper .add-to-cart-button:hover {
    background: #f28c11;
    border-color: #f28c11;
    color: #fff;
}
.product-info-text .product-category {
    font-size: .990em;
    font-weight: 500;
    /*text-transform: uppercase;*/
    /*margin-bottom: 5px;*/
    /*margin-top: 30px;*/
    text-align: center;
}
.product-grid-item .product-category a {
    color: #999999;
}
.product-grid-item .product-category a:hover {
    color: #f28c11;
}

.product-grid-item .product-title {
    font-size: 16px;
    color: #2c3133;
    text-align: center;
    margin: 0;
    padding: 0 30px;
    font-weight: 400;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.product-grid-item .product-title a {
    color: #081a40;
}
.product-grid-item .product-title a:hover {
    color: #f28d11;
}
.product-grid-item .product-price {
    font-size: 18px;
    font-weight: 500;
    color: #f28c11;
    margin-bottom: 10px;
}
.product-wrapper .product-price .price {
    font-size: 18px;
    font-weight: 500;
    color: #f28c11;
}
.product-wrapper .product-price .old-price {
    font-size: 15px;
    font-weight: 700;
    color: #5a5a5c;
    text-decoration: line-through;
    text-align: left;
}
.product-wrapper .product-price .price .vsCMS3-currency {
    font-size: 77%;
    margin-left: -2px;
}


.product-grid-item .product-add-to-cart-wrapper i {
    font-size:30px;
    color: #cccccc;
}
.shopping-cart-wrapper dropdown-menu dropdown-cart.product-grid-item .product-price .old-price {
    font-size: 14px;
    text-decoration: line-through;
    margin-right: 6px;
    font-weight: 600;
}
.product-grid-item .product-price .discount {
    color: #c40316;
}
.price-and-add-to-cart {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 76px;
}

.product-grid-item .badges-wrapper,
.product-images-wrapper .product-badges-wrapper {
    position: absolute;
    left: -5px;
    top: 8px;
    z-index: 2;
}

.product-grid-item.product-wrapper .badges-wrapper {
    position: absolute;
    left: -5px;
}

.product-grid-item .badge,
.product-images-wrapper .badge {
    color: #ffffff;
    background: #b3171b;
    font-size: 11px;
    line-height: 11px;
    padding: 4px 6px;
    border-radius: 0 2px 2px 0;
    margin-bottom: 8px;
    position: relative;
}

.badges-wrapper .badge:after,
.product-badges-wrapper .badge:after {
    content: '';
    position: absolute;
    bottom: -6px;
    border-width: 6px 0 0 0;
    border-left-width: 0px;
    border-left-width: 0px;
    border-style: solid;
    border-left-style: solid;
    border-left-style: solid;
    border-color: #b3171b;
    border-left: 5px solid transparent;
    left: 0;
}
.product-images-wrapper .badge {
    padding: 6px 12px;
    font-size: 12px;
    line-height: 12px;
}

/* Product badge: NEW */
.product-grid-item .badge.new-badge,
.product-images-wrapper .badge.new-badge {
    background: #1560b2;
}
.product-grid-item .badge.new-badge:after,
.product-images-wrapper .badge.new-badge:after {
    border-color: #1560b2;
    border-left: 5px solid transparent;
}

/* Product badge: CLEARANCE */
.product-grid-item .badge.clearance-badge,
.product-images-wrapper .badge.clearance-badge {
    background: #8c1f20;
}
.product-grid-item .badge.clearance-badge:after,
.product-images-wrapper .badge.clearance-badge:after {
    border-color: #8c1f20;
    border-left: 5px solid transparent;
}

/* Product badge: BEST-SELLING */
.product-grid-item .badge.best-selling-badge,
.product-images-wrapper .badge.best-selling-badge {
    background: #4caf50;
}
.product-grid-item .badge.best-selling-badge:after,
.product-images-wrapper .badge.best-selling-badge:after {
    border-color: #4caf50;
    border-left: 5px solid transparent;
}

/* Product badge: OUTLET */
.product-grid-item .badge.outlet,
.product-images-wrapper .badge.outlet {
    background: #e89722;
}
.product-grid-item .badge.outlet:after,
.product-images-wrapper .badge.outlet:after {
    border-color: #e89722;
    border-left: 5px solid transparent;
}

/* Product badge: LOWER-PRICE */
.product-grid-item .badge.lower-price-badge,
.product-images-wrapper .badge.lower-price-badge {
    background: #8bc34a;
}
.product-grid-item .badge.lower-price-badge:after,
.product-images-wrapper .badge.lower-price-badge:after {
    border-color: #8bc34a;
    border-left: 5px solid transparent;
}

/* Product badge: RECOMMENDED */
.product-grid-item .badge.recommended-badge,
.product-images-wrapper .badge.recommended-badge {
    background: #b3171b;
}
.product-grid-item .badge.recommended-badge:after,
.product-images-wrapper .badge.recommended-badge:after {
    border-color: #b3171b;
    border-left: 5px solid transparent;
}


.one-page-wrapper h1 {
    margin-bottom: 30px;

}
.contact-white-box {
    background: #fff;
    padding: 30px;
    height: 100%;
    border-radius: 4px;
    border: 1px solid #ebebeb;
}
.contact-white-box h4 {
    margin: 0 0 25px 0;
    color: #222;
    font-weight: 600;
    line-height: 1;
    font-size: 22px;
}
.contact-info .contact-address {
    color: #373737;
    line-height: 23px;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 25px
}
.contact-info .contact-text {
    margin: -5px 0 25px;
}
.contact-info .contact-row {
    position: relative;
    padding-left: 32px;
    margin-bottom: 15px;
    color: #626262;
    line-height: 23px;
}
.contact-info .contact-row a {
    color: #626262;
}
.contact-info .contact-row.last-row {
    margin-bottom: 0;
}
.contact-info .contact-row .icon-wrapper {
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 18px;
    color: #b6b6b6;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
}
label {
    font-size: 14px;
    font-weight: 400;
}
.required {
    color: #f28c11  ;
}
.contact-info .social-icons-wrapper .social-link {
    margin-right: 6px;
}
.contact-info .social-icons-wrapper .social-link i {
    width: 42px;
    height: 42px;
    line-height: 24px;
    display: inline-block;
    text-align: center;
    font-size: 22px;
    border-radius: 4px;
    color: #ffffff;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
.contact-info .social-icons-wrapper .social-link i.fa-facebook {
    background: #3b5998;
}
.contact-info .social-icons-wrapper .social-link i.fa-instagram {
    background: #bc2a8d;
}
.contact-info .social-icons-wrapper .social-link i.fa-google-plus {
    background: #e04a39;
}
.contact-info .social-icons-wrapper .social-link i.fa-twitter {
    background: #00aced;
}
.contact-info .social-icons-wrapper .social-link i:hover {
    background-color: #f28c11;
}
.flex-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.white-bg {
    background: #fff;
}
.contact-info .social-icons-wrapper {
    margin-top: 30px;
}
.form-control {
    border-radius: 4px;
    height: 40px;
    border-color: #ddd;
    box-shadow: none;
}
.form-control:focus {
    box-shadow: none;
    border-color: #f28c11;
}
.form-control.shopping-cart-quantity {
    width:auto;
    padding:5px;
    height:28px;
}
.form-control-feedback {
    top: 15px;
}
.flex-captcha .form-captcha {
    border-right: 0;
    float: left;
    margin-top: -5px;
}
.flex-captcha .refresh-captcha, .flex-captcha .refresh-captcha:focus {
    background: #eee;
    color: #f28c11;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 0;
    border: 0;
    float: left;
    border-radius: 2px;
    margin-left: -2px;
    font-size: 16px;
    transform: none;
}
.flex-captcha .captcha-input {
    width: 180px;
    height: 40px;
    min-height: 0;
    border-radius: 2px;
    float: left;
    margin: 0 0 0 10px;
    padding: 7px 5px 7px 15px;
}
.btn.btn-default.contact-btn {
    margin-top: 13px;
    height: 40px;
    float: right;
    font-size: 13px;
    border-radius: 2px;
    text-transform: uppercase;
    background: #212121;
    border: 0;
    color: #fff;
}
.btn.btn-default.contact-btn:hover {
    background: #f28c11;
}

.btn.btn-default, .btn.btn-default:focus {
    line-height: normal;
    padding: 10px 35px;
    border-radius: 0;
    font-weight: 600;
    color: #fff;
    transform: skew(-8deg);
    text-transform: uppercase;
    background: #7b7b57;
    border: 0;
    font-size: 13px;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.input-group .mailing-btn {
    transform:none;
    background-color: #7b7b57;
    color: #fff;

}

.input-group .mailing-btn:focus {
    transform:none;
    background-color: #7b7b57;
    color: #fff;

}

.flex-captcha {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 12px;
}

.flex-captcha .form-group {
    margin-bottom: 0;
}
.flex-captcha .form-control-feedback {
    top: 9px;
}
.captcha-input-wrapper {
    position: relative;
    margin-left: 30px;
}
.captcha-input-wrapper .form-control {
    margin-top: -3px;
}
.manufacturer-list {
    margin-bottom: 30px;
}
.manufacturer-list .title {
    text-align: center;
    background: #f28c11;
    color: #fff;
    padding: 4px 4px 6px;
    font-size: 15px;
    font-weight: 600;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
.manufacturer-list a:hover .title {
    background: #222;
}
.categories-wrapper, .category-products-wrapper, .manufacturer-list-wrapper, .gallery-list-wrapper {
    padding: 0 0 0px;
}
.category-box {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ebebeb;
    margin-bottom: 30px;
    position: relative;
}
.category-box .image-wrapper {
    border-radius: 4px 4px 0 0;
    overflow: hidden;
    padding: 10px 10px 0 10px;
}
.category-box .title {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding: 20px 0;
}
.category-box .more-wrapper {
    left: 0;
    position: absolute;
    right: 1px;
    text-align: center;
    visibility: hidden;
    z-index: 9;
    opacity: 0;
    bottom: 0;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    background: #fff;
    padding: 12px 10px 20px;
}
.category-box:hover .more-wrapper {
    visibility: visible;
    opacity: 1;
    transform: translateY(68px);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
}
.category-box .more-wrapper .btn.btn-default {
    border: 2px solid #ebebeb;
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 4px;
    max-width: 220px;
    width: 100%;
    color: #222;
    padding: 7px 0 9px;
    font-weight: 600;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.category-box .more-wrapper .btn.btn-default:hover {
    background: #f28c11;
    border-color: #f28c11;
    color: #fff;
}
.filters-wrapper {
    background: #fff;
}
.filter-menu-title {
    display: none;
}
.breadcrumb-wrapper h1 {
    color: rgb(51, 62, 73);
    font-size: 35px;
    font-weight: 400;
    text-align: left;
    margin: 0;
    line-height: normal;
    padding: 1px 0 2px;
}
.filter-price-inputs {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 5px;
}
.filter-price-inputs label {
    font-weight: 500;
    font-size: 14px;
}
.filter-price-inputs .input-wrapper {
    margin-right: 10px;
}
.filter-price-inputs .form-control {
    height: 36px;
    min-height: 0;
    border-color: #ddd;
    box-shadow: none;
    border-radius: 5px;
}
.filter-price-inputs .button-wrapper {
    width: 36px;
}
.filter-price-inputs .button-wrapper .btn.btn-default {
    padding: 0 0 0 5px;
    width: 36px;
    height: 36px;
    text-align: center;
    font-size: 24px;
    line-height: 20px;
    background: #7b7b57;
    color: #fff;
    border: 0;
}
.filter-price-inputs .button-wrapper .btn.btn-default:hover {
    background: #f28c11;
}
.choose-filter-wrapper {
    display: none;
}
.choose-filter-toggle {
    text-align: center;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 17px;
    background: #f28c11;
    color: #fff;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;
    -webkit-transition: background-color 0.3s ease 0s;
    -moz-transition: background-color 0.3s ease 0s;
    -ms-transition: background-color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
}
.choose-filter-toggle:hover {
    background: #f95b36;
}
.close-filter-menu-content {
    float: right;
    display: none;
}
.back-to-products {
    margin-left: 15px;
    padding: 11px 35px 9px 30px;
    margin-top: 20px;
    background: #212121;
    color: #fff;
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;
    -webkit-transition: background-color 0.3s ease 0s;
    -moz-transition: background-color 0.3s ease 0s;
    -ms-transition: background-color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
    display: none;
}
.back-to-products i {
    font-size: 20px;
    float: left;
    margin-right: 15px;
    margin-top: -2px;
}
.filter-menu-content .panel-default > .panel-heading.without-border {
    border: 0;
}
.add-to-cart-wrapper {
    display: table;
}
.add-to-cart-wrapper .cart-input {
    position: relative;
}
.add-to-cart-wrapper .cart-input .input-wrapper-border {
    border: 1px solid #cecece;
    margin-right: 10px;
    transform: skew(-10deg);
}
.add-to-cart-wrapper .cart-input input[type="number"] {
    -moz-appearance: textfield;
}
.add-to-cart-wrapper .cart-input .arrows-wrapper {
    position: absolute;
    right:14px;
    top: 3px;
    transform: skew(-10deg);
}
.add-to-cart-wrapper .cart-input .arrows-wrapper i {
    display: block;
    background: #eaeaea;
    padding: 1px 4px;
    color:#222;
    font-size: 14px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;

}
.add-to-cart-wrapper .cart-input .arrows-wrapper i:first-child {
    margin-bottom: 3px;
}
.add-to-cart-wrapper .cart-input .arrows-wrapper i:hover {
    background: #f28c11;
    color:#fff;
    cursor: pointer;
}
/*.add-to-cart-wrapper .cart-input {*/
/*    position: relative;*/
/*    background: #f6f6f6;*/
/*}*/
.add-to-cart-wrapper .cart-input span {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.add-to-cart-wrapper .cart-input span.input-minus {
    left: 0;
}
.add-to-cart-wrapper .cart-input span.input-minus:before {
    isplay: inline-block;
    position: absolute;
    width: 7px;
    height: 1px;
    content: '';
    top: 23px;
    left: 12px;
    -webkit-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
    background: #626262;
}
.add-to-cart-wrapper .cart-input span.input-plus {
    right: 0;
}
.add-to-cart-wrapper .cart-input span.input-plus:before {
    display: inline-block;
    position: absolute;
    width: 7px;
    height: 1px;
    content: '';
    top: 23px;
    left: 12px;
    -webkit-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
    background: #626262;
}
.add-to-cart-wrapper .cart-input span.input-plus:after {
    display: inline-block;
    position: absolute;
    width: 1px;
    height: 7px;
    content: '';
    top: 20px;
    left: 15px;
    -webkit-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
    background: #626262;
}
/*.add-to-cart-wrapper .cart-input {*/
/*    padding: 0 30px;*/

/*}*/
.add-to-cart-wrapper .cart-input input {
    transform: skew(10deg);
    background: transparent;
    border: 0;
    height: 40px;
    display: table-cell;
    padding-left: 20px;
    padding-right: 25px;
    font-size: 14px;
    width: 80px;
}
.add-to-cart-wrapper .cart-button {
    cursor: pointer;
    display: table-cell;
    vertical-align: top;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/*.add-to-cart-wrapper .cart-button:hover {*/
/*    background: #f28c11;*/
/*}*/
.add-to-cart-button .product-info {
    transform: skew(-10deg);
}
.add-to-cart-button:hover .add-to-cart-text {
    background: #f28c11;
}
.add-to-cart-button .cart-image {
    float: left;
    width: 40px;
    text-align: center;
    background: #7b7b57;
    height: 40px;
    line-height: 36px;
    border: 0;
    -webkit-transition: background-color 0.3s ease 0s;
    -moz-transition: background-color 0.3s ease 0s;
    -ms-transition: background-color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
}
#TextualContent img {
    max-width: 100%;
}
.add-to-cart-button .add-to-cart-text {
    float: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    background: #212121;
    width: auto;
    padding: 0 20px;
    height: 40px;
    color: #fff;
    font-size: 14px;
    border-radius: 2px;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-transition: background-color 0.3s ease 0s;
    -moz-transition: background-color 0.3s ease 0s;
    -ms-transition: background-color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
}
.add-to-cart-button .cart-image img {
    width: 21px;
    transform: skew(10deg);
}
.add-to-cart-wrapper .cart-input input[type='number'] {
    -moz-appearance:textfield;
}
.add-to-cart-wrapper .cart-input input::-webkit-outer-spin-button,
.add-to-cart-wrapper .cart-input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.add-to-cart-wrapper .cart-button.disabled-quantity {
    cursor: not-allowed;
}
.price-and-cart-wrapper .add-to-favorite-wrapper {

}
.price-and-cart-wrapper .add-to-favorite-wrapper .add-to-favorites {
    display: flex;
    transform: skew(-10deg);
    margin: 0px 0 0 10px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #212121;
    width: auto;
    padding: 0 15px;
    height: 40px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    -webkit-transition: background-color 0.3s ease 0s;
    -moz-transition: background-color 0.3s ease 0s;
    -ms-transition: background-color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
    cursor: pointer;
}
.price-and-cart-wrapper .add-to-favorite-wrapper .add-to-favorites.remove-from-favorites {
    background-color: #f28c11;
}
.price-and-cart-wrapper .add-to-favorite-wrapper .add-to-favorites:hover {
    background: #f28c11;
}
.product-images-wrapper {
    position: relative;
    padding: 15px;
}
.share-with-friends-label{
    display: none;
}
.product-information .product-property {
    margin-bottom: 10px;
    color: #646466;
    font-size: 14px;
    font-weight: 600;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
}
.product-information .product-property .barcode {
    font-weight: 400;
}
.product-information .price-property .stock-status {
    align-self: flex-end;
    padding-left: 20px;
    margin: 0 0 -3px 35px;
    position: relative;
    font-weight: 400;
    color: #169543;
}
.product-information .price-property .stock-status:before {
    content: '\f058 ';
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    left: 0;
    top: -1px;
    font-size: 16px;
    font-weight: 300;
    color: #169543;
}

#TextualContent .product-information h1 {
    margin: 15px 0 10px 0;
    font-size: 22px;
    line-height: 24px;
}
.product-information .product-property .price {
    text-transform: uppercase;
    color: #f28c11;
    font-size: 24px;
    font-weight: 500;
}
.product-information .product-property .old-price {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
    color: #000;
}
.product-information .product-desc {
    margin: 20px 0 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #535353;
    font-weight: 400;
}
.product-information .price-property .stock-status.dont-have-in-stock {
    color: #e74457;
}
.product-information .price-property .stock-status.dont-have-in-stock:before {
    color: #e74457;
    content: '\f057';
}
.left-col-manufacturer .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
}
.left-col-manufacturer .logo img {
    width: 250px;
    max-width: 100%;
}
.general-distributors {
    background: #fff;
    padding: 38px 0;
}
.general-distributors h2 {
    margin-bottom: 10px;
}
/*.general-distributors .text-wrapper, .banners-section .text-wrapper {*/
/*    margin-bottom: 30px;*/
/*}*/
.general-distributors .text-wrapper p, .banners-section .text-wrapper p {
    max-width: 90%;
    text-align: center;
    margin: 0 auto;
}


.general-distributors .manufacturer-list-wrapper .slider-arrows {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.general-distributors .manufacturer-list img {
    border-bottom: 0;
    max-width: 90%;
}
.index-products.sale-products {
    padding: 30px 0 30px;
}
.owl-stage-outer .owl-item .product-wrapper {
    padding: 0 15px;
}
.owl-carousel .owl-item .product-wrapper .cart-image img {
    display: inline;
}
.related-by-category {

}
.related-by-category .owl-stage-outer .owl-item {

}
.one-banner .title {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #f28c11;
    text-align: center;
    padding-top: 22px;
}
.one-banner:hover .title a {
    color: #000;
}
.fotorama__thumb-border {
    border-color: #f28c11;
}
.product-desc-label {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 2px;
}
.product-right-content-wrapper .product-information {
    padding-right: 30px;
}
.manufacturer-description {
    margin: 15px 0 25px 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    text-align: justify;
}
.general-distributors .manufacturer-list-wrapper > .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


.text-wrapper .manufacturer-list-wrapper {

}
.text-wrapper .manufacturer-list-wrapper img{
    width: 80%;
    margin-bottom: 20px;
}

.sale-products .owl-stage-outer .owl-item {
    padding: 0 15px;
}
.sale-products .text-and-arrow-wrapper {
    margin-bottom: 0;
    position: relative;
}
.sale-products .text-and-arrow-wrapper .lef-text {
    width: 100%;
}
.sale-products .text-and-arrow-wrapper .arrows-wrapper {
    position: absolute;
    top: 23px;
    right: 0;
}

.sale-products .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: -5px;
}
.sale-products .owl-theme .owl-dots .owl-dot span {
    background: #888;
}
.sale-products .owl-theme .owl-dots .owl-dot.active span, .sale-products .owl-theme .owl-dots .owl-dot:hover span {
    background: #f28c11;
}
.index-two-banners-section {
    position: relative;
    background: #fff;
    padding-bottom: 30px;
    padding-top: 50px;
}

.index-products .text-and-arrow-wrapper .arrows-wrapper {
    position: absolute;
    top: 23px;
    right: 0;
}

.index-products .text-and-arrow-wrapper .lef-text {
    width: 100%;
}
.index-two-banners-section .container {
    position: relative;
    z-index: 1;
}
.index-two-banners-section:before, .index-two-banners-section:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    z-index: 0;
}
/*.index-two-banners-section:before {
    left: 0;
    background: rgb(72,8,10);
    background: linear-gradient(90deg, rgba(72,8,10,1) 0%, rgba(154,17,22,1) 50%, rgba(241,27,34,1) 100%);
}


.index-two-banners-section:after {
    right: 0;
    background: rgb(45,55,62);
    background: linear-gradient(90deg, rgba(45,55,62,1) 0%, rgba(26,32,36,1) 50%, rgba(13,16,18,1) 100%);
}
*/
.one-banner img {
    border-radius: 4px;
}
.index-two-banners-section .one-banner {
    padding-right: 15px;
}
.index-two-banners-section .one-banner.odd-banner {
    padding-right: 0;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background: #7b7b57;
    border-color: #7b7b57;

}
.pagination > li > a img, .pagination > li > span img {
    margin-top: -5px;
}
.gallery-list {
    padding-bottom: 30px;
}
.gallery-list .title {
    text-align: center;
    background: #7b7b57;
    color: #fff;
    padding: 4px 4px 6px;
    font-size: 15px;
    font-weight: 600;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
.gallery-list .title a {
    color: #ffffff;
}
.gallery-list .title:hover{
    background: #222;
}
.gallery-image-wrapper {
    padding-bottom: 30px;
}
.modal .product-page-wrapper {
    border: 0;
}
.modal .product-right-content-wrapper .price-and-icons-wrapper > .row > .col-sm-7 {
    width: 100%;
}
.modal .product-page-wrapper {
    margin: 0;
}
.modal .product-page-wrapper .add-to-cart-wrapper .cart-button {
    font-size: 12px;
}
.price-property .price-left-wrapper {
    padding-right: 20px;
}
.modal .product-page-wrapper .price-property .price-left-wrapper {
    margin-bottom: 15px;
}
.price-property .price-right-text {
    font-size: 13px;
    line-height: 16px;
    margin-top: -4px;
}
.product-right-col-image {
    margin-bottom: 10px;
    width: 100%;
}
.shopping-cart-content .shopping-cart-wrapper-content .shopping-cart-item {
    background: #fff;
}

.checkout-wrapper .cart-tc-wrapper {
    position: relative;
    margin: 30px 0;
}

.checkout-wrapper .cart-tc-wrapper .form-control-feedback {
    top:2px;
    color: #f28c11;
}
.checkout-wrapper .cart-tc-wrapper .form-control-feedback.fa.fa-check {
    color: #3c763d;
}
.price-and-add-to-cart.shopping-cart-content .cart-buttons-wrapper .btn.btn-default {
    background: #f28c11;
    color: #fff;
    border: 0;
    padding: 10px 16px
}
.shopping-cart-content .cart-buttons-wrapper .btn.btn-default:hover {
    background: #212121;
}
.shopping-cart-content .cart-buttons-wrapper #emptyShoppingCart.btn.btn-default {
    background: #212121;
}
.shopping-cart-content .cart-buttons-wrapper #emptyShoppingCart.btn.btn-default:hover {
    background: #f28c11;
}
.checkout-wrapper .cart-buttons-wrapper {
    text-align: right;
}
.checkout-wrapper .cart-buttons-wrapper .btn.btn-default {
    background: #f28c11;
    color: #fff;
    border: 0;
    padding: 10px 16px
}
.checkout-wrapper .cart-buttons-wrapper .btn.btn-default:hover {
    background: #212121;
}
.checkout-wrapper .cart-buttons-wrapper .btn.btn-default.reset-button {
    background: #212121;
}
.checkout-wrapper .cart-buttons-wrapper .btn.btn-default.reset-button:hover {
    background: #f28c11;
}
.checkout-wrapper .shopping-cart-wrapper-page {
    margin-top: 30px;
}
.user-login-links {
    margin-top: 15px;
}
.user-login-links .clearfix.clearfix-separator {
    height: 15px;
}
.user-login-wrapper h1 {
    margin-top: 0;
    margin-bottom: 20px;
}
.content-white-box {
    background: #fff;
    /*padding: 20px 30px;*/
}
.user-login-wrapper h4 {
    font-size: 16px;
}
.pnre {
    position: relative;
}
.gallery-images #fluid-wrapper > .col-xs-12 > a {
    display: block;
    position: relative;
}
.gallery-images #fluid-wrapper > .col-xs-12 > a:before {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.gallery-images #fluid-wrapper > .col-xs-12 > a:after {
    display: block;
    position: absolute;
    content: "+";
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    -ms-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
.gallery-images #fluid-wrapper > .col-xs-12 > a:hover:before, .gallery-images #fluid-wrapper > .col-xs-12 > a:hover:after {
    opacity: 1;
}
.flex-picture-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.back-to-galleries {
    font-size: 16px;
}
.back-to-galleries i {
    margin-right: 5px;
}
.drawer-nav {
    z-index: 99999;
    width: 25rem;
    overflow-y: auto;
}
.drawer-nav ul, .drawer-nav li {
    margin: 0;
    padding: 0;
}
.drawer-hamburger-icon {
    margin-top: 0;
}
.drawer-hamburger-icon::after, .drawer-hamburger-icon::before {
    top: -10px;
}
.drawer-hamburger-icon::after {
    top: 10px;
}
.drawer-overlay {
    z-index: 9999;
}
.drawer-menu-item {
    font-size: 16px;
    padding: 8px 15px;
    border-top: 1px solid #dedede;
}
.drawer-nav li:first-child .drawer-menu-item {
    border-top: 0;
}
.drawer-nav li:last-child .drawer-menu-item {
    border-bottom: 1px solid #dedede;
}
.drawer-dropdown-menu-item {
    padding-left: 25px;
}
.drawer--left .drawer-nav {
    left: -25rem;
}
.drawer-menu-item:hover, .drawer-dropdown-menu-item:hover {
    text-decoration: none;
    background: #f0f0f0;
}
.drawer-dropdown.open > .drawer-dropdown-menu {
    position: relative;
    z-index: 999;
}
.drawer-nav li.mobile-menu-address {
    border-top: 1px solid #dedede;
    padding: 15px;
}
.drawer-nav li.mobile-menu-address .one-info .one-store .store-address {
    line-height: 19px;
}
.drawer-nav li.mobile-menu-address .one-info .one-store .store-title {
    font-size: 14px;
    margin-bottom: 10px;
}
.drawer-hamburger-icon, .drawer-hamburger-icon::after, .drawer-hamburger-icon::before {
    background-color: #fff;
}
.shopping-cart-wrapper-page .shopping-cart-table .table > tbody > tr > td:last-child i {
    font-size: 20px;
    margin-left: 10px;
}
.shopping-cart-wrapper-page .shopping-cart-table .table > tbody > tr > td.item-total-price, .shopping-cart-wrapper-page .shopping-cart-table .cart-info-box-content.price, .shopping-cart-wrapper-page .th-total-price {
    text-align: right;
    width: 140px;
}
.shopping-cart-table .cart-item-image {
    min-width: 50px;
}
.shopping-cart-wrapper-page .shopping-cart-table .table > tbody > tr > td.cart-item-number {
    padding-left: 15px;
}
.scroll-table-left-or-right {
    display: none;
    margin-bottom: 5px;
    font-size: 13px;
}
.scroll-table-left-or-right.scroll-text-bottom {
    margin-top: -10px;
    margin-bottom: 15px;
}
.panel.panel-checkout .panel-heading {
    background-color: #5e5e42;
    color: #ffffff;
    font-size: 16px;
}
.panel.panel-checkout .panel-heading .number-circle {
    font-size:12px;
    height: 1em;
    top: -8px;
}

.panel.panel-checkout .panel-heading .panel-heading-text {
    padding-top:2px;
}

.panel.panel-checkout-summary h4 {
    margin:0px;
    font-size: 16px;
}
.panel.panel-checkout-summary table {
    margin:10px 0 0px 0;
    width: 100%;
}
.panel.panel-checkout-summary table tr td {
    padding:3px 0 3px 0;
}
.panel.panel-checkout-summary table tr td:nth-child(2) {
    text-align: right;
    font-weight: 700;
}
.panel.panel-checkout-summary table tr:last-child {
    border-top:2px solid #555555;
    font-weight: 700;
}

.panel.panel-checkout .shopping-cart-wrapper-page.cms-shopping-cart {
    margin-top: 0px;
}
.panel.panel-checkout .shopping-cart-wrapper-page.cms-shopping-cart table {
    margin-bottom: 0px;
}

.panel.panel-checkout .shopping-cart-wrapper-page.cms-shopping-cart table tr:last-child td {
    border-bottom: none;
}



.payment-methods {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 10px 0 20px 0;
}
.payment-methods .one-payment .input-box img {
    width:150px;
    margin-bottom: 10px;
}
.payment-methods .one-payment {
    width: 200px;
    margin-right: 20px;
}
.payment-methods .one-payment .input-box {
    text-align: center;
    cursor: pointer;
    padding: 10px 20px 10px 20px;
    border: 2px solid #eff0f2;
    border-radius: 5px;
    position: relative;
}
.payment-methods .one-payment .input-box:after {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}
.payment-methods .one-payment input {
    position: absolute;
    top: 0;
    right: 0;
    visibility: hidden;
}
.payment-methods .one-payment input:checked + .input-box {
    border-color: #f28c11;
}
.payment-methods .one-payment input:checked + .input-box .one-payment-description {
    color:#f28c11;
}

.payment-methods .one-payment input:checked + .input-box:after {
    background: #f28c11;
}
.payment-methods .one-payment .one-payment-description {
    color: #aaaaaa;
}

.cms-shopping-cart-summary {
    position: relative;
}

.text-and-arrow-wrapper {
    position: relative;
}
.text-and-arrow-wrapper h1 {
    margin: 0;
    padding-right: 40px;
}

.text-and-arrow-wrapper .arrows-wrapper {
    position: absolute;
    right: -1px;
    width: 40px;
}
.text-and-arrow-wrapper .arrows-wrapper i {
    height: 100%;
    display: block;
    float: right;
    text-align: center;
    cursor: pointer;
    color: #000;
    font-size: 28px;
    margin-left: 15px;
    font-weight: 300;
}
.text-and-arrow-wrapper .arrows-wrapper i:last-child {
    margin-left: 0;
}
#top-link {
    display: none;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background-color: #7b7b57;
    border: medium none;
    overflow: hidden;
    text-decoration: none;
    z-index: 999;
    border-radius: 4px;
    opacity: 0.89;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 35px;
    font-size: 40px;
    -webkit-transition: background 0.3s ease, color 0.3s ease 0s;
    -moz-transition: background 0.3s ease, color 0.3s ease 0s;
    -ms-transition: background 0.3s ease, color 0.3s ease 0s;
    -o-transition: background 0.3s ease, color 0.3s ease 0s;
    transition: background 0.3s ease, color 0.3s ease 0s;
}
.right-info{
    float: right;
    margin-top: -85px;
    margin-right: -17px;
}
.right-info .Link {
    float: right;
    color: #000;
    font-size: 15px;
    margin-right: 20px;
    font-weight: 600;
    text-align: center;
}
.right-info .Link::after {
    content: '';
    background: #c70909;
    height: 2px;
    margin-top: 2px;
    display: block;
}
.slider-text-wrapper {
    max-width: 820px;
    text-shadow: 1px 1px 2px rgba(170, 170, 170, 0.8);
    height: 200%;
    background: rgba(17, 17, 17, 0.55);
    border-radius: 0%;
    padding: 20px;
}
.slider-text-wrapper h2 {
    display: inline-block;
    border: none;
    color: #fff;
    font-size: 50px;
    padding: 20px 0px 0 40px;
    font-weight: 700;
    margin: 0 0 0px 0;
    line-height: 90px;
    text-align: left;
    text-shadow: 1px 1px #333;
    text-transform: uppercase;
}

.slider-text-wrapper h2::after {
    display: none;
}
.slider-text-wrapper p {
    font-size: 20px;
    color: #f7f7f7;
    font-weight: 400;
    text-transform: none;
    text-align: left;
    padding: 0 0 30px 40px;
    line-height: normal;
    text-shadow: 1px 1px #555;
    margin: 0;
}
.one-news-wrapper {
    background: #f5f5f5;
    margin-bottom: 30px;
}
.one-news-wrapper > a {
    display: block;
    position: relative;
}

.one-news-wrapper > a > img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.one-news-wrapper > a:hover > img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
/*.one-news-wrapper a::before {*/
/*    content: '';*/
/*    display: block;*/
/*    opacity: 0;*/
/*    position: absolute;*/
/*    z-index: 1;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    top: 0;*/
/*    left: 0;*/
/*    background: rgba(0,0,0,0.64) url("/design/gallery-hover.png")no-repeat center center;*/
/*    -webkit-transition: all 0.3s;*/
/*    -moz-transition: all 0.3s;*/
/*    -o-transition: all 0.3s;*/
/*    -ms-transition: all 0.3s;*/
/*    transition: all 0.3s;*/
/*}*/
.one-news-wrapper a:hover::before {
    opacity: 1;
}
.one-news-wrapper .news-overlay {
    position: absolute;
    bottom: 0;
    font-size: 17px;
    color: #fff;
    padding: 30px;
    z-index: 2;
}
.one-news-wrapper .news-date {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #999;
    font-weight: 500;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 8px;
    margin-bottom: 16px
}
.one-news-wrapper .news-title {
    font-size: 18px;
    color: #2c3133;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    margin: 26px 0 7px;

}
.one-news-wrapper .news-text {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #545454;
    margin-bottom: 24px;
}


.one-news-wrapper .news-overlay {
    font-size: 17px;
    color: #fff;
}
.one-news-wrapper > a::after {
    content: '';
    display: block;
    background-image: url("/design/news-shadow.png");
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}





.index-news-wrapper {
    padding: 58px 0 80px;
}
.index-news-wrapper h1 {
    border: 0;
    color: #2c3133;
    font-size: 36px;
    text-align: center;
    transform: skew(-8deg);
    padding: 0;
    margin-bottom: 11px;
}

.yellow-text {
    margin-bottom: 50px;
    color: #f28d11;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.read-more-wrapper{
    text-align: center;
}

.index-news-wrapper .btn.btn-default.more-news {
    background: #2d3134;
}
.index-news-wrapper .btn.btn-default.more-news:hover {
    background: #f28c11;
}
.best-rated-wrapper {
    padding: 100px 0;
    color: #fff;
}
.best-rated-wrapper {
    background-image: url("/design/best-rated-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.best-rated-wrapper .right-text-wrapper {
    padding-left: 50px;
}
.best-rated-wrapper .right-text-wrapper .text-title {
    font-size: 48px;
    font-weight: 500;
    margin: 44px 0 7px;
}
.best-rated-wrapper .right-text-wrapper .text-orange {
    font-size: 14px;
    color: #f28c11;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 33px;
}
.best-rated-wrapper .right-text-wrapper .text {
    font-size: 16px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-bottom: 35px;
}
.best-rated-wrapper .right-text-wrapper .btn.btn-default {
    background: #f28d11;
}
.index-specijalni-efekti {
    padding: 60px 0 80px;
    background-image: url("/design/index-specijalni-efekti-bg.png");
    background-repeat: no-repeat;
    background-position: left top;
}
.index-specijalni-efekti .specijalni-efekti-top-text {

    margin-bottom: 40px;
}
.index-specijalni-efekti h1 {
    border: 0;
    color: #2c3133;
    font-size: 36px;
    text-align: center;
    transform: skew(-8deg);
    padding: 0;
    margin-bottom: 11px;
}
.index-specijalni-efekti .specijalni-efekti-top-text p {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: #545454;
    font-weight: 300;
    font-size: 18px;
    font-style: italic;
    padding: 0 10px;
    line-height: 30px;
}
.veliki-izbor-index {
    background-image: url("/design/veliki-izbor-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left bottom;
    padding: 178px 0 200px;
}

.veliki-izbor-index h1 {
    margin: 35px 0;
    font-size: 36px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    transform: skew(-10deg);
    border-bottom: 0;
    padding-bottom: 0;
    text-align: center;
}
.veliki-izbor-index p {
    font-size: 18px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    max-width: 910px;
    margin: 0 auto;
    text-align: center;
}

.index-specijalni-efekti .carousel-control {
    top: 50%;
    left: 10px;
    right: auto;
    bottom: auto;
    transform: translateY(-50%);
    background: transparent;
    width: auto;
    text-shadow: none;
    box-shadow: none;
    font-size: 40px;

}
.index-specijalni-efekti .carousel-control.right {
    left: auto;
    right: 10px;
}
.inder-first-banners {
    margin-bottom: -25px;
}
.index-about-us {
    padding: 50px 0 70px;
}

.index-about-us h1 {
    border: 0;
    color: #2c3133;
    font-size: 36px;
    text-align: center;
    transform: skew(-8deg);
    padding: 0;
    margin-bottom: 11px;
}
.index-about-us p {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: #545454;
    font-weight: 300;
    font-size: 18px;
    font-style: italic;
    padding: 0 10px;
    line-height: 30px;
    margin-bottom: 30px;
}
#IndexProductsTab {
    margin: 10px 0 31px;
}
#IndexProductsTab .nav.nav-pills li {
    width: 25%;
    margin: 0;
    background: #f5f5f5;
    border-radius: 0;
}
#IndexProductsTab .nav.nav-pills li.active a {
    background: #2d3134;
    color: #fff;
}
#IndexProductsTab .nav.nav-pills li a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    height: 63px;
    border-radius: 0;
    color: #7a7a57;
}
#IndexProductsTab .nav.nav-pills li.active a img {
    filter: brightness(0) invert(1);
}
#IndexProductsTab .nav.nav-pills li a img {
    margin-right: 14px;
}

.text-and-arrow-wrapper {
    height: 48px;
    background: #a39976;
}
.text-and-arrow-wrapper .lef-text {
    float: left;
    height: 100%;
    line-height: 48px;
    padding-left: 40px;
    color: #fff;
    font-size: 23px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.text-and-arrow-wrapper .arrows-wrapper {
    width: 98px;
    float: left;
}
.text-and-arrow-wrapper .arrows-wrapper i {
    width: 48px;
    height: 100%;
    display: block;
    float: left;
    text-align: center;
    line-height: 48px;
    background: #7b7b57;
    cursor: pointer;
    color: #fff;
    font-size: 26px;
    margin-left: 1px;
    font-weight: 300;
}

.under-products-banner {
    padding: 25px 0 50px;
}

#TextualContent p {
    margin-bottom: 20px;
}

#TextualContent .bold {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}
#TextualContent ol li {
    list-style: decimal;
    margin: 15px 0;
}
#TextualContent ol li {
    list-style: decimal;
}
.veleprodaja-box {
    color: #545454;
    background: #f7f7f7;
    border-left: 4px solid #f28d11;
    font-size: 16px;
    padding: 30px;
    margin-bottom: 30px;
}
.veleprodaja-box .title {
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    margin-bottom: 18px;
}
#TextualContent b, #TextualContent strong {
    font-weight: 600;
}
.veleprodaja-box .info-row {
    padding-left: 37px;
    position: relative;
    margin-bottom: 10px;
}
.veleprodaja-box .info-row .icon-wrapper {
    position: absolute;
    left: 0;
    top: 1px;
    text-align: center;
    width: 30px;
}
.veleprodaja-box .info-row .icon-wrapper i.fa-mobile {
    font-size: 22px;
}
.maloprodaja-box {
    color: #545454;
    border: 1px solid #e5e5e5;
    border-left: 4px solid #f28d11;
    font-size: 16px;
    padding: 30px 5px 30px 30px;
    margin-bottom: 30px;
}
.maloprodaja-box .title {
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    margin-bottom: 18px;
}

.maloprodaja-item .item-info {
    padding: 0 25px 0 0;
}
.maloprodaja-strana .maloprodaja-item {
    margin-bottom: 30px;
}

.maloprodaja-item .item-info table {
    font-family: 'Roboto', sans-serif;
}
.maloprodaja-item .item-info table td:first-child {
    width: 120px;
    font-size: 15px;
    color: #333;
    font-weight: 500;
}
.maloprodaja-item .item-info table td {
    vertical-align: top;
    padding: 6px 0;
    line-height: 19px;
}
.maloprodaja-item .item-info table td:nth-child(2) {
    color: #535353;
    font-weight: 300;
}
.maloprodaja-item {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-left-color: rgb(229, 229, 229);
    border-left-style: solid;
    border-left-width: 1px;
    border-left: 4px solid #f28d11;
}
.maloprodaja-item .item-map-wrapper, .maloprodaja-item .item-map-wrapper iframe {
    max-width: 100%;
    float: left;
}
.custom-right-col-width {
    width: 72%;
}
.maloprodaja-item .item-info .title {
    font-size: 18px;
    color: #535353;
    margin: 20px 0 10px;
}

.has-feedback .form-control {
    padding-right: 20px;
}

.gm-style-iw-d h4{
    margin: 5px 0 10px 0;
}


.one-news-date-and-share {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*border-bottom: 1px solid #e0e0e0;*/
    /*padding-bottom: 15px;*/
    /*margin-bottom: 15px;*/
}
.one-news-date-and-share .news-date {
    font-size: 15px;
    font-weight: 300;
}
.one-page-wrapper .one-news-date-and-share .share-with-friends {
    margin: 0;
    border: 0;
    padding: 0;
}
.share-with-friends {
    display: flex;
    align-items: center;
    padding-top: 15px;
}
.one-page-wrapper .share-with-friends .share-with-friends-label {
    margin-right: 10px;
    font-size: 15px;
    font-weight: 500;
}
.one-page-wrapper .share-with-friends .share-buttons-wrapper {
    margin: 0;
}
.share-with-friends .share-buttons-wrapper .share-btn {
    margin-right: 4px;
    float: left;
}
.share-with-friends .share-buttons-wrapper .share-btn:last-child {
    margin: 0;
}
.one-news-date-and-share .share-with-friends .share-buttons-wrapper .share-btn img {
    margin-top: -3px;
}
.back-to-news a {
    padding-top: 6px;
    float: right;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
}
.back-to-news a:hover{
    color: #f28c11;
}
.news-media-separator {
    border-top: 1px solid #e0e0e0;
    padding-top: 20px;
    margin-top: 30px;
}
.map-and-info .map-left {
    background-image: url("/design/contact-map.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
}

.map-and-info {
    background: #f7f7f7;

}
.map-and-info > .row > .col-xs-12 {
    display: flex;
    background-color: #fff;
}
.map-and-info > .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.map-and-info .map-left > a {
    display: block;
    height: 100%;
    width: 100%;
}

.map-and-info .right-info {
    padding: 65px 0;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}
.map-and-info .right-info h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 4px;
    padding: 0;
    color: #333;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 0px;
    padding-top: 120px;
    padding-bottom: 20px;
}
.map-and-info .right-info p {
    margin-bottom: 20px;
    padding-top: 10px;
}
.map-and-info .right-info a {
    color: #333;
}
.map-and-info .right-info h6 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #333;
    font-family: 'Roboto', sans-serif;
    padding: 0;
    margin: 0 0 3px;
}


.flex-send-and-captcha {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.contact-wrapper .btn.btn-default {
    height: 44px;
}

.flex-send-and-captcha .form-group.captcha-group {
    margin-left: 70px;
    margin-right: 20px;
    margin-top: 20px;
}
.flex-send-and-captcha .form-group .form-control {
    margin: 0;
}
.contact-wrapper .btn.btn-default {
    height: 44px;
}

.contact-wrapper textarea {
    height: 232px;
    max-width: 100%;
}

.wrapper-color {
    background:#f4f4f4;
    padding: 15px;
}
.wrapper-color span {
    color: #8c1f20;
    font-size: 24px;
    font-weight: 700;
    margin-right: 5px;
}

.filter-number-inputs {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: end;
    justify-content: space-between;
    width: 100%;
}
.filter-number-inputs .input-wrapper {
    margin-right: 10px;
}
.filter-number-inputs .button-wrapper {
    width: 40px;
}
.filter-number-inputs .button-wrapper .btn.btn-default {
    padding: 0 0 0 5px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 24px;
}
.filter-number-inputs label {
    font-size: 12px;
    margin-bottom: 0;
}
.filter-number-inputs .form-control {
    min-height: 40px;
}




input[type="radio"] {
    display: none;
}

input[type="radio"] + label {
    cursor: pointer;
}
input[type="radio"] + label span {
    display: block;
    float: left;
    margin: 0px 10px 0 0;
    width: 18px;
    height: 18px;
    line-height: 14px;
    border: 1px solid #f28c11;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
}

input[type="radio"][disabled] + label span {
    background-color: #ececec;
    border: #ececec;
}

input[type="radio"][active] + label span {
    background-color: #f28c11;
}

input[type="radio"][active] + label span:hover {
    background-color: #f28c11;
    border: 1px solid #f28c11;
}

input[type="radio"] + label span:focus {
    background-color: #fff;
}

input[type="radio"]:not([active]):not([disabled]):not(:checked) + label span:focus::before {
    content: '';
    display: inline-block;
    width: 70%;
    height: 70%;
    border-radius: 50%;
    background-color: #f28c11;
    border: 1px solid #f28c11;
    margin-top: calc(100% - 76%);
}

input[type="radio"]:not([active]):not([disabled]):not(:checked) + label:hover {
    color: #f28c11;
}

input[type="radio"] + label span {
    border-radius: 50%;
}
input[type="radio"][disabled] + label span::before,
input[type="radio"][active] + label span::before,
input[type="radio"]:checked + label span::before {
    content: '';
    display: block;
    width: 10px;
    height: 8px;
    margin: 4px 0 0 3px;
    background-image: url("/design/check-icon-white.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    color: #fff;
    text-align: center;
    font-size: 16px;
}
input[type="radio"]:checked + label span {
    background-color: #f28c11;
    text-align: center;
}




.right-copyright img {
    height: 18px;
    margin-left: 4px;
    margin-bottom: 8px;
}

.magic-checkbox-wrapper-label {
    display: block;
    position: absolute;
    top: 0px;
    left: 30px;
}

.right-copyright img.right-copyright-intesa {
    margin-right: 12px;
}


table.dataTable thead th, table.dataTable thead td {
    border-bottom: 0px;
    padding: 10px 8px;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 6px 8px;
    vertical-align: middle;
}

table.dataTable img {
    transition: transform .1s;
    transition-delay: .1s;
    width:36px;
    height:36px;
}
table.dataTable img:hover {
    transform: scale(8);
}
.order-history-wrapper .panel-body > div {
    display:flex;
    align-items: flex-start;
}

.order-history-wrapper .panel-body input {
    margin-right:4px;
}
.order-history-wrapper .panel-body label {
    font-weight: 500;
    margin-bottom: 3px;
}
.order-history-wrapper .panel-body label span {
    margin-left: 4px;
}



/* VSCMS Spinner ******************************************************************************************************/
body > .vscms-loading {
    position: fixed;
}
body > .vscms-loading > .vscms-loading-ico:not(:required)::after {
    font-size: 12px;
}
.vscms-loading {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background-color: rgba(255,255,255,0.8);
    z-index: 2147483647; /* Maximum 32-bit value */
}
.vscms-loading-text {
    position: relative;
    top:calc(50% + 24px);
    transform: translateY(-50%);
    text-shadow: 1px 1px #ccc;
    font-size: 16px;
}
.vscms-loading-ico {
    position: absolute;
    z-index: 999;
    height: 1em;
    width: 1em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.vscms-loading-ico:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.65) 1.5em 0 0 0, rgba(0, 0, 0, 0.65) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.65) 0 1.5em 0 0, rgba(0, 0, 0, 0.65) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.65) 0 -1.5em 0 0, rgba(0, 0, 0, 0.65) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.65) 1.5em 0 0 0, rgba(0, 0, 0, 0.65) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.65) 0 1.5em 0 0, rgba(0, 0, 0, 0.65) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.65) -1.5em 0 0 0, rgba(0, 0, 0, 0.65) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.65) 0 -1.5em 0 0, rgba(0, 0, 0, 0.65) 1.1em -1.1em 0 0;
}
@-webkit-keyframes spinner {
    0% {-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);-o-transform: rotate(0deg);transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);-moz-transform: rotate(360deg);-ms-transform: rotate(360deg);-o-transform: rotate(360deg);transform: rotate(360deg);}
}
@-moz-keyframes spinner {
    0% {-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);-o-transform: rotate(0deg);transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);-moz-transform: rotate(360deg);-ms-transform: rotate(360deg);-o-transform: rotate(360deg);transform: rotate(360deg);}
}
@-o-keyframes spinner {
    0% {-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);-o-transform: rotate(0deg);transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);-moz-transform: rotate(360deg);-ms-transform: rotate(360deg);-o-transform: rotate(360deg);transform: rotate(360deg);}
}
@keyframes spinner {
    0% {-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);-o-transform: rotate(0deg);transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);-moz-transform: rotate(360deg);-ms-transform: rotate(360deg);-o-transform: rotate(360deg);transform: rotate(360deg);}
}

/* VSCMS Cookie Consent ***********************************************************************************************/
.cookie-consent {
    background-color: rgba(0, 0, 0, 0.9);
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 1em 1.8em;
    position: fixed;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.5em;
    color: #ffffff;
    text-align: center;
    z-index: 9999;
    transition: all .4s;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
}
.cookie-consent.not-visible {
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
}
.cookie-consent button {
    margin-left: 30px;
}
.cookie-consent a{
    color: #fff;
}
.cookie-consent a:hover{
    color: #f28c11;
}
/* VSCMS Popup Banner *************************************************************************************************/
.banner-popup {
    display:none;
    position:fixed;
    padding:0;
    margin:0;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 9998;
    background:rgba(0,0,0,0.9);
}
.banner-popup .banner-popup-content {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
}
@media (max-width: 768px) {
    .banner-popup .banner-popup-content {
        top: 50%;
        left: 0px;
        transform: translate(0%, -50%);
    }
}
/* VSCMS Special Classes **********************************************************************************************/
.vscms-form-container-error, .vscms-form-container-success {
    display: none;
}
.vscms-datatables {
    display: none;
}

/**********************************************************************************************************************/

.custom-left-col-width {
    width: 28%;
}
.custom-right-col-width {
    width: 72%;
}
.custom-grid {
    display: flex;
    flex-wrap: wrap;
    padding-left: 1px;
}
.custom-grid .grid-item {
    width: 33.42%;
    border: 1px solid #eaeaea;
    margin: 0;
    position: relative;
    margin-left: -1px;
    margin-bottom: -1px;
    z-index: 1;
}
.custom-grid .grid-item:hover {
    border: 1px solid #92967b;
    z-index: 2;
}
.product-add-to-cart-wrapper a {
    display: flex;
    text-transform: uppercase;
    font-size: 11px;
    color:#ffffff;
    font-weight: 600;
    line-height: 40px;
    background: #000000;
    transform: skew(-10deg);
    padding-right:15px;
    -webkit-transition: background-color 0.3s ease 0s;
    -moz-transition: background-color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
}
.product-add-to-cart-wrapper a i {
    color:#ffffff;
    background: #7b7b57;
    margin-right:15px;
    padding:4px;
}
.product-add-to-cart-wrapper a:hover {
    background-color: #f28d11;
}
.products-slider-wrapper {
    clear:both;
    border:1px solid #a39976;
    overflow: hidden;
}
.categories-wrapper-flex {
    display: flex;
    flex-wrap: wrap;
}
.categories-wrapper-flex.grid-3-items .category-wrapper-grid {
    width: 33%;
}
.categories-wrapper-flex.grid-3-items .category-wrapper-grid .image-wrapper {
    height: 200px;
}
.panel {
    border-radius: 0;
}
.panel .panel-heading {
    border-radius: 0;
}
.cart-tc-wrapper {
    font-size: 15px;
    font-weight: 400;
}
.cart-tc-wrapper .magic-checkbox-wrapper input[type="checkbox"]:not(:checked) + label,
.cart-tc-wrapper .magic-checkbox-wrapper input[type="checkbox"]:checked + label {
    margin-top: 2px;
}
.cart-tc-wrapper a {
    color:#f28c11;
}
.cart-tc-wrapper a:hover {
    text-decoration: underline;
}
.contact-white-box.checkout-complete {
    font-size: 15px;
}
.contact-white-box.checkout-complete a {
    color:#f28c11;
}
.contact-white-box.checkout-complete a:hover {
    text-decoration: underline;
}
.contact-white-box.checkout-complete a.checkout-complete-order-history {
    font-size:16px;
}
.manufacturer-list-wrapper .one-item {
    position: relative;
}
.manufacturer-list-wrapper .one-item .item-text {
    position: absolute;
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align:center;
    font-size:26px;
    padding-top:40px;
    opacity: 0;
    transition: opacity .35s;
    color:#f28d11;
    font-weight: 400;
}
.manufacturer-list-wrapper .one-item .item-text:hover {
    background-color: #fff;
    opacity: 0.96;
    color:#f28d11;
}
.manufacturer-page {
    text-align: center;
}