﻿/*general settings*/

/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: local('Poppins Light'), local('Poppins-Light'), url(https://fonts.gstatic.com/s/poppins/v8/pxiByp8kv8JHgFVrLDz8Z11lFc-K.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: local('Poppins Light'), local('Poppins-Light'), url(https://fonts.gstatic.com/s/poppins/v8/pxiByp8kv8JHgFVrLDz8Z1JlFc-K.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: local('Poppins Light'), local('Poppins-Light'), url(https://fonts.gstatic.com/s/poppins/v8/pxiByp8kv8JHgFVrLDz8Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: local('Poppins Regular'), local('Poppins-Regular'), url(https://fonts.gstatic.com/s/poppins/v8/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: local('Poppins Regular'), local('Poppins-Regular'), url(https://fonts.gstatic.com/s/poppins/v8/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: local('Poppins Regular'), local('Poppins-Regular'), url(https://fonts.gstatic.com/s/poppins/v8/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url(https://fonts.gstatic.com/s/poppins/v8/pxiByp8kv8JHgFVrLEj6Z11lFc-K.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url(https://fonts.gstatic.com/s/poppins/v8/pxiByp8kv8JHgFVrLEj6Z1JlFc-K.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url(https://fonts.gstatic.com/s/poppins/v8/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

#custom-search-input button:focus,
select:focus,
button:focus,
a,
a:hover,
a:focus,
a:active,
ol,
ul,
dl {
	text-decoration: none;
	outline: none;
	list-style-type: none;
}
a {
	color: #dc281e;
}
a:hover {
    color: #000;
}
body {
    padding-right: 0 !important;
    font-family: 'Poppins', sans-serif;
    transition: all .3s ease;
}
body.fly-in {
	overflow-y: hidden;
	overflow-x: hidden;
	-webkit-overflow-scrolling: auto !important;
	height: 100%;
}
body.FlyCartShow {
    transform: translateX(-450px);
}
.shadow-layer {
	position: fixed;
	min-height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .6);
	cursor: pointer;
	z-index: 998;
	display: none;
}
.shadow-layer.fly-in {
	display: block;
	position: fixed;
	height: 100%;
	z-index: 999;
	overflow-y: hidden;
	overflow-x: hidden;
	cursor: default;
	-webkit-overflow-scrolling: touch;
	-webkit-animation: cd-fade-in .6s;
	-moz-animation: cd-fade-in .6s;
	animation: cd-fade-in .6s;
}
@keyframes cd-fade-in {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset;
}
.form-control:focus {
	border-color: #dc281e;
}
.generalMarginSupporter {
    margin: 30px 0;
}
section {
	overflow: auto;
}
.generalTitle {
	font-weight: 700;
}
.link-rss {
	float: right;
}
.zin {
	left: 200%;
}
.breadcrumb {
	background: transparent;
	padding: 15px 0 30px 0;
    margin-bottom: 15px;
}
.breadcrumb a {
    color: #000;
    font-size: 12px;
}
.breadcrumb-item.active strong {
    color: #26A69A;
    font-size: 12px;
	font-weight: 500;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: #dfdfdf;
    content: "|";
}
.page {
    min-height: 445px;
}
.custom-select,
.form-control {
	border: 2px solid #dfdfdf;
    border-radius: 0;
}
.input-group-btn .btn,
.btn-group .btn {
	display: flex;
	align-items: center;
}
.form-check-input {
	position: absolute;
	margin-top: -6px;
	margin-left: -1.15rem;
}
.tax-type-button,
.currency-selector,
.store-selector,
.theme-selector {
	margin-right: 15px;
}
.currency-selector .btn,
.tax-type-button .btn,
.language-selector .btn,
.store-selector .btn,
.theme-selector {
	height: 30px;
	font-weight: 400;
	background-color: transparent !important;
	color: #777 !important;
	border: 0;
}
.currency-selector .btn-group .btn:focus,
.tax-type-button .btn:focus,
.language-selector .btn:focus,
.store-selector .btn:focus,
.theme-selector {
	box-shadow: unset !important;
}
.currency-selector .btn-group .btn:active,
.tax-type-button .btn:active,
.language-selector .btn:active,
.store-selector .btn:active,
.theme-selector .btn:active {
	background-color: transparent !important;
}
.currency-selector .btn::after,
.tax-type-button .btn::after,
.language-selector .btn::after,
.store-selector .btn::after,
.theme-selector .btn::after {
	display: none;
}
.currency-selector .btn::before,
.tax-type-button .btn::before,
.language-selector .btn::before,
.store-selector .btn::before,
.theme-selector .btn::before {
	content: "\ec3a";
	font-family: Linearicons;
	position: absolute;
	top: 6px;
	right: -10px;
	font-size: 12px;
}
.store-selector .dropdown-menu {
	min-width: 100px !important;
	left: 0;
}
.btn-group.show .dropdown-menu {
	display: block;
}
.btn-group-sm > .btn, .btn-sm {
    border-radius: 0;
}
.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: unset;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	box-shadow: unset;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	box-shadow: unset;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
	box-shadow: unset;
}
.navbar-nav .dropdown-menu {
	position: absolute;
	float: left;
}
.btn-primary {
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
	padding: 10px 20px;
	background-color: #dc281e;
	border-color: #dc281e;
	border-radius: 0;
}
.btn-primary:hover {
	background-color: #000;
	border-color: #000;
	color: #fff;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle,
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle{
    background-color: #B52119;
	border-color: #B52119;
}
.btn-info {
	color: #dc281e;
	font-weight: 300;
	text-transform: uppercase;
	background-color: transparent;
	padding: 10px 20px;
	border-width: 2px;
	border-color: #dc281e;
	border-radius: 0;
	font-weight: 700;
}
.btn-info:hover {
    background-color: #000;
	border-color: #000;
	color: #fff;
}
.btn-secondary,
.btn-secondary.disabled,
.btn-secondary.disabled:hover {
    color: #000;
    font-weight: 700;
    padding: 10px 20px;
    text-transform: uppercase;
    background-color: #fff;
    border-width: 2px;
    border-color: #dfdfdf;
    border-radius: 0;
}
.btn-warning,
.btn-warning.disabled,
.btn-warning.disabled:hover {
    background-color: #fff;
    color: #d39e00;
    border-color: #d39e00;
    border-width: 2px;
    border-radius: 0;
    padding: 10px 20px;
    font-weight: 700;
}
.btn-warning:hover {
    color: #fff;
}
.btn,
.custom-checkbox {
    cursor: pointer;
}
.btn {
	transition: all .3s ease;
}
.btn-secondary:hover {
	color: #fff;
	background-color: #000;
	border-color: #000;
}
.btn-success {
    border-color: #4caf50;
    border-width: 2px;
    color: #4caf50;
    font-weight: 700;
    padding: 10px 20px;
    background-color: transparent;
    border-radius: 0;
    text-transform: uppercase;
}
.btn-danger {
    border-color: #D01716;
    border-width: 2px;
    color: #D01716;
    font-weight: 700;
    padding: 10px 20px;
    background-color: transparent;
    border-radius: 0;
    text-transform: uppercase;
}
.btn-danger:hover {
    background-color: #D01716;
    color: #fff;
}
i.rotate,
span.rotate {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	transition: all 0.3s linear;
}
.card-success {
	background-color: #28a745 !important;
}
.card-danger {
	background-color: #dc3545 !important;
}
.card-warning {
	background-color: #ffc107 !important;
}
.message-error,
.message-error ul li {
	color: #dc3545;
}
.noscroll {
	overflow: hidden !important;
	width: 100%;
}
.default-message {
	font-size: 12px;
	margin-right: 15px;
}
.parallax-window {
    position: relative;
    min-height: 400px;
    height: 400px;
    background: transparent;
}
select::-ms-expand {
     display: none;
}
.selectdiv {
    position: relative;
}
.selectdiv:after {
    content: '\ec3a';
    font-family: Linearicons;
    color: #888888;
    right: 5px;
    top: 12px;
    position: absolute;
    pointer-events: none;
}
.selectdiv select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    float: right;
    margin: 5px 0px;
    padding: 0px 30px 0 30px;
    font-size: 14px;
    line-height: 1.75;
    color: #888888;
    background-color: #ffffff;
    background-image: none;
    border: 0;
    -ms-word-break: normal;
    word-break: normal;
}
.selectdiv select:focus {
    box-shadow: unset;
}
.swiper-all-container {
    position: relative;
}
.swiper-all-container .swiper-button-disabled {
    display: none !important;
}
.swiper-all-container .prev-slide,
.swiper-all-container .next-slide {
    position: absolute;
    top: calc(50% - 15px);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background: #dc281e;
    color: #fff;
    border-radius: 100%;
    box-shadow: unset;
    outline: 0;
    z-index: 2;
    cursor: pointer;
    transition: all .3s ease;
}
.swiper-all-container .next-slide:hover,
.swiper-all-container .prev-slide:hover {
    box-shadow: 0 0 0 5px rgba(220,40,30,0.4);
}
.swiper-all-container .prev-slide {
    left: -35px;
}
.swiper-all-container .next-slide {
    right: -35px;
}
.custom-checkbox,
.custom-radio {
    padding-left: 40px;
    cursor: pointer;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before,
.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #dc281e;
}
.custom-checkbox .custom-control-label::after {
    content: "\ec34";
    font-family: Linearicons;
    top: 2px;
    left: -27px;
    color: #fff;
    font-size: 13px;
    transform: scale(0);
    transition: all .3s ease;
}
.custom-radio .custom-control-label::after {
    top: 3px;
    left: -30px;
    transform: scale(0);
    transition: all .3s ease;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: unset;
    transform: scale(1);
}
.custom-radio .custom-control-input:checked~.custom-control-label::after {
    transform: scale(2);
}
.custom-checkbox .custom-control-label::before,
.custom-radio .custom-control-label::before {
    top: -1px;
    left: -35px;
    width: 25px;
    height: 25px;
    background-color: #dfdfdf;
    border-radius: 100%;
    box-shadow: unset;
    transition: all .3s ease;
}
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: unset;
}
.custom-control-input:checked ~ .custom-control-label::before {
    box-shadow: 0 0 0 5px rgba(220,40,30,0.4);
}
.col-form-label {
    font-size: 14px;
    font-weight: 700;
}
.not-found-page {
    margin-top: 30px;
}
.not-found-page ul {
    padding-left: 0;
}
.tooltip {
    z-index: 1040;
}
.bg-info {
	background-color: #dc281e !important;
}
.bg-danger {
    background-color: #D01716 !important;
}
.lazyload,
.lazyloading {
	opacity: 0;
}
.lazyloaded {
	opacity: 1;
	transition: opacity .3s ease 0s;
}
/* generalMessage */

#generalMessage {
    position: fixed;
    top: 70px;
    right: 70px;
    z-index: -1;
}
#generalMessage.show {
    z-index: 1040;
}
.generalMessage-container {
    position: relative;
    padding: 30px 30px 30px 120px;
    color: #000;
    background-color: #fff;
    box-shadow: 6px 3px 25px 0px rgba(0, 0, 0, .2);
}
#generalMessage .close-message {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #000;
    cursor: pointer;
    z-index: 1;
}
#dialog_success,
#dialog_error {
    position: relative;
}
#dialog_success::before {
    background-color: #dc281e
}
#dialog_error::before {
    background-color: #D01716;
}
#dialog_success::before,
#dialog_error::before {
    content: "\ead9";
    font-family: Linearicons;
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 35px;
    color: #fff;
    z-index: 1;
}

/* Added To Cart */

#AddedToCart {
    position: fixed;
    bottom: 70px;
    right: 70px;
    z-index: -1;
}
#AddedToCart.show {
    z-index: 1040;
}
.added-to-cart-container {
    position: relative;
    padding: 30px 30px 30px 120px;
    color: #000;
    background-color: #fff;
    box-shadow: 6px 3px 25px 0px rgba(0, 0, 0, .2);
}
.added-to-cart-container .close-note {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #000;
    cursor: pointer;
}
.added-to-cart-container .note-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 35px;
    color: #fff;
    background-color: #dc281e;
}
.added-to-cart-container .product-name {
    max-width: 200px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 5px;
}
.added-to-cart-container .product-name a {
    color: #000;
    font-weight: 700;
}
.added-to-cart-container .product-name a:hover {
    color: #dc281e;
}
.added-to-cart-container .attributes {
    font-size: 13px;
    color: #888;
    max-width: 200px;
}
.added-to-cart-container .quantity .title {
    font-weight: 700;
    margin-right: 5px;
}
.added-to-cart-container .price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 700;
}
.added-to-cart-container .subtotal-content {
    font-size: 20px;
}
.added-to-cart-container .price .title {
    margin-bottom: 5px;
}
.added-to-cart-container .price .content {
    color: #dc281e;
    font-size: 20px;
}
#AddedToCart .cross-sell-button {
	position: absolute;
	top: -90px;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	font-size: 35px;
	border-radius: 100%;
	background-color: #dc281e;
	color: #fff;
	box-shadow: unset;
	cursor: pointer;
	transition: all .3s ease;
}
#AddedToCart .cross-sell-button:hover {
    box-shadow: 0 0 0 6px rgba(220,40,30,0.4);
}
#CrossSellProducts .modal-content {
    border: 5px solid #000;
    border-radius: 0;
}
#CrossSellProducts .close {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1;
}
@keyframes shake {
    10%, 90% {
        transform: translate3d(0px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(1px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-1px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(1px, 0, 0);
    }
}

/*loading animation*/

#loading {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	display: block;
	opacity: 1;
	background-color: transparent;
	z-index: 99999;
	text-align: center;
}
.loader {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-style: solid;
	border-radius: 50%;
	border-color: transparent;
	animation: 1s pulse infinite;
	animation-delay: 500ms;
}
@keyframes pulse {
	0% {
		height: 0px;
		width: 0px;
		border-color: #28a745;
		border-width: 32px;
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		height: 64px;
		width: 64px;
		border-width: 0px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
/*back to top*/

#back-to-top {
	position: fixed;
	bottom: 15px;
	right: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	opacity: 0;
	background: #dc281e;
	border-radius: 100%;
	z-index: 1;
	outline: unset;
	box-shadow: unset;
	cursor: pointer;
	transition: all .3s ease 0s;
}
#back-to-top.show {
	opacity: 1;
}
#back-to-top:hover {
	box-shadow: 0 0 0 6px rgba(220,40,30,0.4);
}
#back-to-top span {
	color: #fff;
	font-size: 22px;
}
/* canavs */

.c-offcanvas-content-wrap.is-open, .c-offcanvas-content-wrap.is-animating:not(.is-open) {
    margin-top: 63px;
}
.c-offcanvas-content-wrap.is-open .navUp , .c-offcanvas-content-wrap.is-animating:not(.is-open) .navUp  {
    top: -63px;
}
.c-offcanvas-bg.is-animating, .c-offcanvas-bg.is-open {
    background-color: rgba(0, 0, 0, 0.3);
}
.c-offcanvas--left,
.c-offcanvas--right {
    box-shadow: 0 0 24px rgba(0,0,0,0.3);
}
.c-offcanvas--right {
    width: 30%;
    transform: translate3d(100%, 0, 0);
}
.mobile-menu:not(.c-offcanvas--overlay),
.mobile-filters:not(.c-offcanvas--overlay) .flyout-cart,
.flycart-container:not(.c-offcanvas--overlay) .flyout-cart {
    display: none;
}

/* extensions bar */

.extensions-bar {
    position: fixed;
    top: 50%;
    right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    background-color: #69b241;
    border-radius: 100%;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,50,70,.15);
    animation-name: heartBeatExtensions;
    animation-duration: 5.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1100;
}
.extensions-bar .price-circle {
    display: inline-flex;
    align-items: center;
    position: relative;
}
.extensions-bar .price-circle .currency {
    position: absolute;
    top: 5px;
    left: 0px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}
.extensions-bar .price-circle .price {
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 0 10px;
}
.extensions-bar .price-circle .gn {
    position: absolute;
    bottom: -30px;
    right: -10px;
    padding: 5px;
    border: 5px solid #fff;
    background-color: #fff;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    background-image: url(../images/logoGNcircle.png);
    background-size: cover;
}
@keyframes heartBeatExtensions {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  7% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  14% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  21% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes heartBeatExtensions {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  7% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  14% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  21% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*search*/

.headBottom {
	position: relative;
}
.headBottom .formSearch {
	transition: all .3s ease;
}
.search-box-text {
	position: absolute;
	top: 15px;
	left: 0;
	width: calc(100% - 60px);
	height: auto;
	padding: 10px 15px;
	border: 1px solid #dfdfdf;
	border-radius: 0;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
}
.search-box-text.with-plugin {
    width: calc(100% - 180px);
}
.search-box-text:focus {
	border-color: transparent;
	box-shadow: 0 0 0 0.2rem rgba(220,40,30,0.4);
}
#small-search-box-form.show .search-box-text,
#small-search-box-form.show .search-box-select {
    z-index: 1;
    opacity: 1;
    visibility: visible;
}
.search-box-opener {
	position: relative;
	padding: 0 0 0 20px;
	margin: 0 0 0 20px;
	border-radius: 0;
	border: 0;
	border-left: 1px solid #dfdfdf;
	font-size: 22px;
	transition: all .3s ease;
}
.search-box-opener:hover,
.search-box-opener:not(:disabled):not(.disabled).active,
.search-box-opener:not(:disabled):not(.disabled):active {
	color: #dc281e !important;
	background-color: transparent;
	border-left: 1px solid #dfdfdf;
}
#small-search-box-form.show .search-box-opener .lnr::before {
	opacity: 0;
}
#small-search-box-form .search-box-opener .lnr::after {
	content: "\ec2a";
	position: absolute;
	top: 3px;
	left: 15px;
	opacity: 0;
}
#small-search-box-form.show .search-box-opener .lnr::after {
	opacity: 1;
}
.search-results-list {
	display: none;
	position: absolute;
}
.search-box-select {
    position: absolute;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    top: 15px;
    right: 55px;
    max-width: 120px;
    height: 46px;
    border: 0;
    border-left: 0;
    transition: all .3s ease;
}
.search-box-select:focus {
    box-shadow: 0 0 0 0.2rem rgba(220,40,30,0.4);
}
.search-input .inputs label {
    font-size: 12px;
    font-weight: 700;
}
.search-input .inputs .custom-control-description {
    color: #888;
    font-weight: 400;
}
/*autocomplete*/

.advanced-search-results {
	display: none;
}
.advanced-search-results .no-data {
	display: none;
	margin-top: 10px;
	font-size: 14px;
}
.advanced-search-results.open {
	display: flex;
	position: absolute;
	top: 69px;
	left: 15px;
	width: calc(100% - 60px);
	max-height: calc(100vh - 52px);
	overflow: auto;
	padding-left: 0;
	border: 1px solid #dfdfdf;
	border-top: 0;
	background: #fff;
	box-shadow: 0 6px 27px rgba(0, 0, 0, .2);
	z-index: 999;
}
.advanced-search-results ul {
	padding-left: 0;
}
.advanced-search-results .categories-container > ul {
	margin-bottom: 10px;
}
.advanced-search-results .title {
	line-height: 1.3;
	font-weight: 700;
	font-size: 20px;
	color: #000 !important;
}
.advanced-search-results .products-container .container-off,
.advanced-search-results .blog-container .container-off {
	display: flex;
	flex-direction: column;
}
.advanced-search-results .products-container .product-in,
.advanced-search-results .products-container .in-separator,
.advanced-search-results .blog-container .in-separator,
.advanced-search-results .blog-container .product-in {
	display: none;
}
.advanced-search-results .in-separator {
	color: #117a8b;
	margin-right: 5px;
}
.advanced-search-results .categories-container .product-in,
.advanced-search-results .manufacturers-container .product-in {
	margin-right: 5px;
	font-weight: 900;
}
.advanced-search-results .categories-container .product-title,
.advanced-search-results .manufacturers-container .product-title {
	color: #117a8b;
}
.advanced-search-results .categories-container .container-off,
.advanced-search-results .manufacturers-container .container-off {
	display: inline-flex;
}
.advanced-search-results .product-title b {
	font-weight: 900;
}
.advanced-search-results .product-desc b {
	color: #212529;
}
.advanced-search-results .left-side,
.advanced-search-results .right-side {
	padding: 0 15px 0 15px;
	margin: 15px 0;
}
.advanced-search-results .right-side {
	border-left: 1px solid rgba(0, 0, 0, .2);
}
.advanced-search-results .categories-container .list-group-item,
.advanced-search-results .manufacturers-container .list-group-item,
.advanced-search-results .blog-container .list-group-item {
	padding: 5px 0;
	border: 0;
}
.advanced-search-results .categories-container .list-group-item a,
.advanced-search-results .manufacturers-container .list-group-item a,
.advanced-search-results .blog-container .list-group-item a {
	display: inline-flex;
	align-items: center;
	width: 100%;
	line-height: 1;
	font-size: 14px;
	color: #212529;
}
.advanced-search-results img {
	width: auto;
	height: auto;
	padding-right: 15px !important;
}
.advanced-search-results .products-container .list-group-item {
	margin-bottom: 0;
	border-radius: 0;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	padding: 5px 5px 5px 15px;
}
.advanced-search-results .products-container .product-title,
.advanced-search-results .blog-container .product-title {
	font-weight: 500;
	font-size: 14px;
	color: #212529;
}
.advanced-search-results .products-container .product-desc {
	color: #6c757d;
	max-height: 21px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 300px;
}
.advanced-search-results .blog-container .product-desc {
	color: #6c757d;
	max-height: 21px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 100%;
}
ul.ui-autocomplete li:hover {
	cursor: pointer;
	background-color: #f7f7f9;
}
ul.ui-autocomplete {
	display: none !important;
	background-color: #fff;
	padding-left: 0;
	z-index: 9999;
	animation-name: autocomplete-desktop;
	animation-duration: .3s;
	-webkit-animation-name: autocomplete-desktop;
	-webkit-animation-duration: .3s;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.45);
	position: absolute !important;
}
@-webkit-keyframes autocomplete-desktop {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes autocomplete-desktop {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
ul.ui-autocomplete li {
	padding: 10px;
	border-top: 1px solid #f1f1f1;
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
ul.ui-autocomplete li img {
	padding-right: 5px;
	width: 100%;
	height: 100%;
}
/*MainHomeSlider*/

#mainSlider img {
	width: 100%;
}
#mainSlider .mainSlider-next,
#mainSlider .mainSlider-prev {
	position: absolute;
	width: 50px;
	height: 50px;
	top: calc(50% - 25px);
	opacity: 0;
	background: #fff;
	border-radius: 100%;
	z-index: 1;
	outline: unset;
	box-shadow: unset;
	cursor: pointer;
	transition: all .3s ease 0s;
}
#mainSlider .mainSlider-next:hover,
#mainSlider .mainSlider-prev:hover {
	box-shadow: 0 0 0 6px rgba(255, 255, 255, .6)
}
#mainSlider:hover .mainSlider-next,
#mainSlider:hover .mainSlider-prev {
	opacity: 1;
}
#mainSlider .mainSlider-prev {
	transform: rotate(180deg);
}
#mainSlider .mainSlider-next .right,
#mainSlider .mainSlider-next .left {
	position: relative;
}
#mainSlider .mainSlider-next .right::before,
#mainSlider .mainSlider-prev .left::after {
	content: "";
	position: absolute;
	top: 19px;
	left: 19px;
	width: 15px;
	height: 1px;
	background: #777;
	transform: rotate(45deg);
}
#mainSlider .mainSlider-next .right::after,
#mainSlider .mainSlider-prev .left::before {
	content: "";
	position: absolute;
	top: 30px;
	left: 19px;
	width: 15px;
	height: 1px;
	background: #777;
	transform: rotate(-45deg);
}
#mainSlider .swiper-pagination {
	bottom: 10%;
}
#mainSlider .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	margin: 0 15px;
	background: #000;
	box-shadow: unset;
	opacity: 1;
    outline: unset;
	transition: all .3s ease 0s;
}
#mainSlider .swiper-pagination-bullet.swiper-pagination-bullet-active,
#mainSlider .swiper-pagination-bullet:hover {
	background: #dc281e;
	box-shadow: 0 0 0 6px rgba(220,40,30,0.4);
}
#mainSlider .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
}
#mainSlider .slider-caption {
	position: absolute;
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	visibility: hidden;
}
#mainSlider .slider-caption .btn {
    padding: 15px 40px;
}
#mainSlider .swiper-slide-active .slider-caption {
	visibility: visible;
}
#mainSlider:not(.swiper-container-horizontal) .swiper-scrollbar {
    opacity: 0 !important;
}
#mainSlider.swiper-container-horizontal .swiper-scrollbar {
    opacity: 1 !important;
}
#mainSlider.swiper-container .swiper-scrollbar.bar {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    border-radius: 0;
    transition: opacity .3s ease;
}
 #mainSlider.swiper-container .swiper-scrollbar.bar .swiper-scrollbar-drag {
     width: 100% !important;
     background: #88be4c;
     border-radius: 0;
     transform: unset !important;
}
#mainSlider.swiper-container .swiper-scrollbar.number {
	bottom: calc(5% + 25px);
	left: calc(5% - 25px);
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background-color: rgba(220,40,30,0.4);
	transition: opacity .3s ease;
}
 #mainSlider.swiper-container .swiper-scrollbar.number .swiper-scrollbar-drag {
     width: 100% !important;
     background: #dc281e;
     border-radius: 100%;
     transform: unset !important;
}
/* CountdownBar animation */
.swiper-scrollbar.bar .progressAnimation {
     -webkit-animation-name: mymove;
     animation-name: mymove;
     animation-timing-function: linear;
     -webkit-animation-timing-function: linear;
}
 @-webkit-keyframes mymove {
     from {
         transform: translate3d(0px, 0px, 0px) scaleX(0) scaleY(1);
    }
     to {
         transform: translate3d(0px, 0px, 0px) scaleX(1) scaleY(1);
    }
}
 @keyframes mymove {
     from {
         transform: translate3d(0px, 0px, 0px) scaleX(0) scaleY(1);
    }
     to {
         transform: translate3d(0px, 0px, 0px) scaleX(1) scaleY(1);
    }
}
/* CountdownCircle animation */
.swiper-scrollbar.number .progressAnimation {
     -webkit-animation-name: mymove2;
     animation-name: mymove2;
     animation-timing-function: linear;
     -webkit-animation-timing-function: linear;
}
 @-webkit-keyframes mymove2 {
     from {
         transform: translate3d(0px, 0px, 0px) scaleX(0) scaleY(0);
    }
     to {
         transform: translate3d(0px, 0px, 0px) scaleX(1) scaleY(1);
    }
}
 @keyframes mymove2 {
     from {
         transform: translate3d(0px, 0px, 0px) scaleX(0) scaleY(0);
    }
     to {
         transform: translate3d(0px, 0px, 0px) scaleX(1) scaleY(1);
    }
}
.animated.delay-05s {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}
/*news*/

.news-body ul {
	list-style-type: inherit;
}
.share-link {
	padding-left: 10px;
	position: relative;
	top: 3px;
}
.news-item-page img {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
/*news home-page*/

.news-list-homepage .card-header {
	padding: 1.25rem 1.25rem;
	height: 100%;
}
.news-list-homepage .card-header .img-container {
	margin-bottom: 1.25rem;
}
.news-list-homepage .card .img-container,
.blog-list-homepage .card .img-container,
.blog-posts .card .img-container,
.news-items .card .img-container,
.blogpost-page .card .img-container,
.news-item-page .card .img-container {
	overflow: hidden;
}
/*blog home-page*/

.blog-list-homepage .card,
.blog-page .card {
	border: 0;
}
.blog-list-homepage .title,
.blog-page .title {
    margin-bottom: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.blog-list-homepage .title a,
.blog-page .title a {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1;
	color: #000;
}
.blog-page h3.title {
    margin-top: 10px;
    max-width: calc(100% - 85px);
}
.blog-page .card-body {
    position: relative;
}
.blog-page .news-date {
    position: absolute;
    right: 0;
    top: 0;
}
.blog-page .news-date .day {
    color: #000;
    font-size: 48px;
    font-weight: 700;
}
.blog-page .news-date .month {
    line-height: 42px;
    text-transform: uppercase;
}
.blog-list-homepage .desc-short p {
    margin-bottom: 0;
}
.blog-list-homepage .news-date .lnr,
.blog-page .news-date .lnr {
    color: #888;
    font-size: 18px;
}
.blog-list-homepage .news-date,
.blog-page .news-date,
.blog-page .read-comments {
	color: #dc281e;
}
.blog-page .news-date,
.blog-page .read-comments {
    font-size: 14px;
}
.blog-page .read-comments .lnr {
    color: #888;
    font-size: 18px;
    margin-right: 5px;
}
.blog-page .read-more {
    padding: 8px 14px;
}
.blog-list-homepage .image-container,
.blog-page .image-container {
    position: relative;
}
.blog-list-homepage .image-container a::before,
.blog-page .image-container a::before {
	content: "";
	position: absolute;
	box-shadow: inset 0 0 0 6px rgba(0, 0, 0, .4);
	width: 100%;
	height: 100%;
	transition: all .3s ease;
}
.blog-list-homepage .image-container:hover a::before,
.blog-page .image-container:hover a::before {
	box-shadow: unset;
}
/* blogpost & newsItem */

.blogpost-page .news-item {
    display: inline;
}
.blogpost-page .news-item .image-container.with-img {
    display: inline;
    float: left;
}
.blogpost-page .news-item .image-container.width-img img {
    width: auto;
}
.blogpost-page .blog-comment,
.news-item-page .blog-comment {
    border: 0;
}
.blogpost-page .blog-comment::before,
.news-item-page .blog-comment::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background-color: #dc281e;
}
.blogpost-page .blog-comment .card-header,
.blogpost-page .blog-comment .card-footer,
.news-item-page .blog-comment .card-header,
.news-item-page .blog-comment .card-footer {
    margin-left: 20px;
}
.blogpost-page .blog-comment .card-body,
.news-item-page .blog-comment .card-body {
    margin-left: 5px;
}
.blogpost-page .blog-comment .comment-time .lnr,
.news-item-page .blog-comment .comment-time .lnr {
    font-size: 20px;
    color: #dc281e;
    margin-right: 5px;
}

/*checkout*/

.method-name label {
	margin-right: 0;
	font-size: 14px;
}
.checkout-attributes div {
	margin-bottom: 10px;
}
.recaptcha_input_area input {
	height: 30px;
	margin: 0;
}
.product-tags-list .btn {
    display: flex;
    align-items: center;
    margin: 4px;
    line-height: 1;
}
.add-more-external-records a {
	font-size: 14px;
}
.terms-of-service label,
.select-boxes label {
	margin: 0;
}
.filtered-items ul li:before {
	display: none;
}
/*external modal*/

.external-authentication {
	display: flex;
}
#action_modal_banner {
	position: relative;
	background: #FFF;
	padding: 0;
	width: auto;
	max-width: 650px;
	margin: 20px auto;
}
#action_modal_banner .close {
    color: #000;
}
#action_modal_banner .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#action_modal_banner .content .title {
    font-size: 40px;
    font-weight: 700;
}
#action_modal_banner .content .desc {
    font-size: 20px;
    font-weight: 300;
}
#action_modal_banner .ribbon {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background-color: #dc281e;
    color: #fff;
    font-weight: 700;
    box-shadow: 0 0 0 6px rgba(220,40,30,0.4);
}
#action_modal_form {
	position: relative;
	background: #FFF;
	padding: 20px;
	width: auto;
	max-width: 650px;
	margin: 20px auto;
}
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
}
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}
.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
	-moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
	-ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
	-o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
	transform: translateY(-20px) perspective(600px) rotateX(10deg);
}
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0) perspective(600px) rotateX(0);
	-moz-transform: translateY(0) perspective(600px) rotateX(0);
	-ms-transform: translateY(0) perspective(600px) rotateX(0);
	-o-transform: translateY(0) perspective(600px) rotateX(0);
	transform: translateY(0) perspective(600px) rotateX(0);
}
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
	opacity: 0;
	-webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
	-moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
	-ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
	-o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
	transform: translateY(-10px) perspective(600px) rotateX(10deg);
}
.my-mfp-slide-bottom.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0;
}
.mfp-wrap {
	z-index: 1051 !important;
}
.mfp-bg {
	z-index: 1051 !important;
}
.modal-padding-off {
	background-color: #ddd;
}
#ModalQuickView {
	overflow-x: hidden;
	overflow-y: auto;
	padding-right: 0 !important;
}
#ModalQuickView .product-quickview {
	margin: auto;
}
/*navbar*/

.navbar-nav .generalDropDown .dropdown-menu ul a:hover {
	color: #dc281e;
}
.dropdown-menu li {
	display: inline-flex;
	width: 100%;
}
.mainNav .dropdown-menu {
	padding-top: 0;
	padding-bottom: 0;
}
.navbar-inner {
	min-height: 60px;
}
.navbar .brand {
	padding: 0 10px;
}
.brand img {
	margin-bottom: 5px;
}
.navbar .nav > li > a,
.navbar .nav.mainNav > li > a {
	padding-left: 7px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
	background-color: #4f4f50;
}
/*nav fixed - top -*/

.navUp li a span.fa {
	margin-right: 2px;
	margin-left: 0;
}
.navUp li a {
	font-size: 14px;
	line-height: 20px;
}
nav .nav-item.list-inline {
	padding-top: 3px;
}
.navUp .dropdown-menu ul a {
	color: #000;
	margin: auto;
}
.navbar-light .navbar-nav .nav-link {
	align-items: center;
	padding: 10px 7px;
	letter-spacing: 0.2px;
	display: flex;
	color: #dc281e;
	font-size: 12px;
	line-height: 1;
	transition: all .3s ease;
}
.navUp .dropdown-menu {
	margin-top: 0;
	background-color: #fff;
	min-width: 40px;
}
.navUp {
	z-index: 1031;
    background-color: #fff;
}
/*main - category nav - mainNav*/

.mainNav .nav-item .nav-link {
	padding-right: 1rem;
}
.mainNav .navbar-nav > .nav-item > a {
	color: #000;
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	padding: 25px 34px 25px 0;
}
.mainNav .nav-item.dropdown span,
.generalDropDown {
	-webkit-transition: all 0.3s;
	-webkit-transition-timing-function: linear;
	transition: all 0.3s;
	transition-timing-function: linear;
}
.mainNav .top-category.nav-item > .nav-link::after {
	content: '';
	position: absolute;
	bottom: 6px;
	left: -4px;
	width: 100%;
	height: 4px;
	border-top: 0;
	transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1);
	transform: scale3d(0, 1, 1);
	transform-origin: 100% 50%;
	background-color: #333333;
}
.mainNav .top-category.nav-item:hover > .nav-link:after {
	transform: scale3d(1, 1, 1);
	transform-origin: 0% 50%;
}
.mainNav .nav-item.dropdown button {
	position: absolute;
	right: 0;
	font-size: 19px;
}
.navbar.mainNav .nav > li:hover > a,
.navbar.mainNav .nav > li:hover > a::before {
	color: #dc281e;
}
.mainNav .nav-link:hover {
	color: #dc281e !important;
	transition: all .3s ease 0s;
}
.navbar.mainNav .navbar-toggler {
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	display: ruby;
	width: 100%;
	text-align: left;
	padding: 7px 13px;
	text-transform: uppercase;
	font-size: 19px;
}
.mainNav {
	clear: both;
	z-index: 998;
}
.fly-in .mainNav {
	z-index: 997;
}
.page-container.fixed {
	margin-top: 59px;
}
.mainNav.fixed {
	position: fixed;
	top: 42px;
}
.mainNav .badge {
	position: absolute;
	top: 3px;
	right: 0;
	color: #fff;
    font-weight: 400;
	border-radius: 0;
    text-transform: none;
}
.mainNav .badge::before {
	border: 4px solid transparent;
	position: absolute;
	content: "";
	right: 50%;
	bottom: -8px;
	z-index: 9999999;
}
.mainNav .dropdown-menu .badge::before {
    display: none;
}
.mainNav .badge-danger::before,
.mainNav .badge.bg-danger::before {
	border-top: 5px solid #d01716;
}
.mainNav .badge-primary::before,
.mainNav .badge.bg-primary::before {
	border-top: 5px solid #007bff;
}
.mainNav .badge-info::before,
.mainNav .badge.bg-info::before {
	border-top: 5px solid #dc281e;
}
.mainNav .badge-warning::before,
.mainNav .badge.bg-warning::before {
	border-top: 5px solid #ffc107;
}
.mainNav .badge-success::before,
.mainNav .badge.bg-success::before {
	border-top: 5px solid #28a745;
}
.mainNav .dropdown-menu .badge {
	top: -25px;
	left: 0;
	right: unset;
}
/*drop-down*/

.navbar-nav .cartCounter .dropdown-menu {
	border: none;
	background-color: #FFF;
}
.navUp .dropdown .dropdown-menu {
	padding-top: 0;
	padding-bottom: 0;
}
.dropdown:hover .dropdown-menu {
	display: block;
}
.dropdown:hover .next-level {
	/* display: none; */
}
.navbar-nav .dropdown-menu {
	margin-top: 0;
}
.dropdown-menu a:hover {
	color: #0069d9;
}
.dropdown-menu a {
	/* padding-left: 15px; */
	width: 100%;
	letter-spacing: 0.5px;
}
.generalDropDown {
	padding-top: 0;
}
.generalDropDown .last {
	padding-right: 0;
}
.dropdown-menu-right {
	right: 0;
	left: auto;
}
.navUp .dropdown-menu {
	border: 0;
	border-top: 7px solid transparent;
}
.navUp .dropdown-menu > ul {
	border: 1px solid rgba(0, 0, 0, .2);
	padding: 15px;
}
/*header*/

header {
    margin-top: 63px;
} header .dropdown-menu .totals {
	border-top: 1px solid #dddddd;
	padding-top: 25px;
}
header .cartCounter .dropdown-menu {
	background-color: #fff;
}
.header-links .btn-secondary {
	cursor: pointer;
}
.header-links .dropdown-menu ul li,
.options-container .dropdown-menu ul li {
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 5px;
    text-align: center;
}
.header-links .dropdown-menu ul li:last-child,
.options-container .dropdown-menu ul li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
.header-links .dropdown-menu ul li:not(:first-child),
.options-container .dropdown-menu ul li:not(:first-child) {
	margin-top: 5px;
}
.header-links .dropdown-menu {
	padding-top: 0;
	padding-bottom: 0;
    right: -12px;
}
.dropdown-menu {
	background-color: #fff;
}
.generalDropDown button {
	min-width: 36px;
}
.navUp .tax.dropdown-menu {
	min-width: 193px;
}
.dropdown:hover .dropdown-content {
	display: block;
}
section .product-filters,
.category-page .categoryGrid,
header section {
	overflow: initial;
}
a.read {
	padding-left: 10px;
	font-weight: 700;
}
.mfp-content img {
	width: 100%;
}
.img-wish {
	width: 100%;
	max-width: 500px;
}
ul.color-squares input {
	display: none;
}
.product-simple-share .btn {
	margin-right: 5px;
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}
.product-simple-share .btn .lnr,
.overview-buttons .btn .lnr {
    font-size: 20px;
	margin-right: 5px;
	align-self: center;
}
.product-simple-share .btn:last-child .lnr,
.overview-buttons .btn:last-child .lnr {
    margin-right: 0;
}
.product-bundle .card:first-of-type {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom: 0;
}
.product-bundle .card:last-of-type {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-top: 0;
}
.pagination {
    flex-wrap: wrap;
}
pagination .pagination a:not([href]) {
	background-color: #0a5596;
	color: #fff;
}
.pagination a:not([href]):not([tabindex]):hover {
	color: #000;
	cursor: pointer;
}
.pagination .page-item.current-page .page-link {
	background: #dc281e;
	color: #fff;
}

.pagination .page-link {
	transition: all .3s ease;
}
.pagination .page-item.current-page:hover .page-link {
	background: #dc281e;
	color: #fff;
}
.pagination .page-item .page-link,
.pagination .first-page .page-link {
    background-color: transparent;
    color: #000;
    border-radius: 0;
    border: 0;
    padding: 10px 20px;
}
.pagination .page-item:hover .page-link,
.pagination .first-page:hover .page-link {
    background-color: #000;
    color: #fff;
}
/* auction & reservation */

.auction-start-price label,
.rental-price label {
    margin-right: 10px;
    font-weight: 700;
}
.auction-start-price span,
.rental-price span {
	color: #dc281e;
}
.enter-your-price {
    font-size: 12px;
    font-weight: 700;
}
.auction-buttons .btn {
    height: 46px;
    padding: 0 20px;
}
.auction-buttons input {
    height: 46px;
}
.auction-buttons .btn .lnr {
    font-size: 22px;
}
.avibility-time {
    margin: 0 0 15px 0;
}
.countdown-container {
    display: flex;
}
.countdown-container .time-holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    min-width: 45px;
    margin-right: 5px;
    padding: 0 10px;
}
.countdown-container .time-holder::before {
    content: "";
    position: absolute;
    top: 10px;
    right: -5px;
}
.countdown-container .time-holder::after {
    content: "";
    position: absolute;
    bottom: 30px;
    right: -5px;
}
.countdown-container .time-holder::before,
.countdown-container .time-holder::after {
    width: 4px;
    height: 4px;
    background: #dc281e;
}
.countdown-container .time-holder:first-child {
    padding: 0 10px 0 0;
}
.countdown-container .time-holder:last-child::before,
.countdown-container .time-holder:last-child::after {
    display: none;
}
.countdown-container .time-holder .title {
    color: #212529;
    font-size: 12px;
    font-weight: 500;
}
.countdown-container .countdown {
    color: #dc281e;
    font-size: 24px;
    font-weight: 400;
}
.countdown-box label {
    font-weight: 700;
}
.countdown-box .count-date {
	color: #dc281e;
}

/* product-box */

.product-box {
    position: relative;
	width: 100%;
}
.product-box:not(.slide-box) .picture {
    display: block;
    position: relative;
    overflow: hidden;
}
.product-box:not(.slide-box) .picture::before {
    content: "";
    display: block;
    padding-top: 100%;
}
.product-box:not(.slide-box) img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    border-radius: 0 !important;
}
.product-box:not(.list) .hover-img {
    top: 0;
}
.product-box .hover-img {
    position: absolute;
    opacity: 0;
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.product-box:hover .hover-img {
    opacity: 1;
}
.product-box img.lazyload,
.product-box img.lazyloading {
    opacity: 0;
    transition: opacity 400ms;
}
.product-box img.lazyloaded {
    opacity: 1;
}
.product-box.list .picture {
    display: block;
    position: relative;
    height: 0;
    width: 100%;
    padding-top: 100%;
}
.product-box.list .img-container {
    position: relative;
    max-width: 200px;
    width: 250px;
}
.product-box .price {
	line-height: 1;
	margin: 10px 0;
}
.product-box.list .price {
    margin: 0 0 10px 0;
}
.product-box .actual-price {
	color: #dc281e;
	font-size: 24px;
}
.product-box .old-price {
	margin-left: 10px;
	color: #888;
	text-decoration: line-through;
}
.product-box .title a {
	color: #000;
	font-size: 16px;
	line-height: 1;
}
.product-box .title {
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.product-box .add-to-cart-button .btn-primary {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 20px;
	text-transform: uppercase;
	border-radius: 0;
	background-color: #dc281e;
	border-color: #dc281e
}
.product-box .add-to-cart-button .btn-primary:hover {
	background-color: #dc281e;
	border-color: #dc281e;
}
.product-box .add-to-cart-button .btn-primary .add-cart-text::before {
	font-family: "Linearicons";
	content: "\ea4d";
	font-size: 20px;
	line-height: 1;
	margin-right: 5px;
}
.product-box .rest-buttons a {
	font-size: 22px;
	color: #777;
	cursor: pointer;
}
.product-box .rest-buttons a:hover {
	color: #000;
}
.product-box .rest-buttons a {
	margin-right: 15px;
}
.product-box .rest-buttons a:last-child {
	margin-right: 0;
}
.product-box .count a {
	position: absolute;
	left: 115px;
	top: 5px;
	color: #dc281e;
	font-size: 12px;
}
/* product box list */

.product-box.list .product-info {
    position: relative;
    display: inline-flex;
    width: 100%;
}
.product-box.list .product-info > a {
    max-width: 25%;
}
.product-box.list .product-info .product-details {
    width: 100%;
    padding-left: 15px;
}
.product-box.list {
    border-bottom: 1px solid #dfdfdf;
}
.product-box.list:last-of-type {
    border-bottom: 0;
    padding-bottom: 30px;
}
.product-box.list {
    padding: 15px 0 10px;
}
.product-box.list:first-child {
    padding-top: 0;
}

/* product slide box */

.slide-box .product-details {
	position: relative;
}
.slide-box .add-to-cart-button {
	position: absolute;
	top: 0;
	right: 0;
}
.slide-box .add-to-cart-button .btn-primary {
	padding: 0;
	background-color: transparent;
	border-color: transparent;
}
.slide-box .add-to-cart-button .btn-primary .add-cart-text::before {
	font-size: 22px;
	margin-right: 0;
	color: #E84E40;
	transition: all .3s ease;
}
.slide-box .add-to-cart-button .btn-primary:hover .add-cart-text::before {
	color: #000;
}
.slide-box .add-to-cart-button .btn-primary:hover {
	background-color: transparent;
	border-color: transparent;
}
.slide-box .product-rating-box {
	margin: 0;
}
.slide-box .product-rating-box .rating,
.slide-box .product-rating-box .rating-mask{
    width: 95px;
}
.slide-box .title,
.slide-box .price {
	margin: 3px 0;
}
.slide-box .actual-price {
	font-size: 20px;
}
.slide-box .rating .lnr,
.slide-box .rating-mask .lnr {
	font-size: 18px;
}
.slide-box .box-top {
	position: relative;
	overflow: hidden;
	text-align: center;
}
.slide-box .rest-buttons {
	position: absolute;
	bottom: 0;
	right: 0;
	display: flex;
	flex-direction: column;
}
.slide-box .rest-buttons a {
	margin-right: 0;
}
.slide-box .rest-buttons a {
	color: unset;
	position: relative;
	right: -25px;
}
.slide-box .rest-buttons a span {
	color: #999;
	transition: color .3s ease 0s;
}
.slide-box .rest-buttons a:hover span {
	color: #000;
}
.slide-box:hover .rest-buttons a {
	right: 0;
}
.slide-box:hover .rest-buttons a:first-child:not(:last-child) {
	transition: right .3s ease-in-out .1s;
}
.slide-box:hover .rest-buttons a:nth-child(2) {
	transition: right .3s ease-in-out .2s;
}
.slide-box:hover .rest-buttons a:last-child {
	transition: right .3s ease-in-out .3s;
}
.slide-box .img-fluid {
	max-width: 115px;
}
.slide-box .count a {
	left: 105px;
}
/* HomeCategorySlider */

.CatFeaturedProd .swiper-wrapper {
	align-items: center;
	height: 100% !important;
}
.category-card {
	border: 0;
	background: unset;
}
.category-card .img-holder {
	position: relative;
	display: flex;
    cursor: pointer;
}
.category-card .img-holder::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	box-shadow: inset 0 0 0 15px rgba(0, 0, 0, .4);
	transition: all .3s ease;
}
.category-card:hover .img-holder::before {
	box-shadow: unset;
}
.featured-next,
.featured-prev {
	position: absolute;
	top: calc(50% - 15px);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background: #dc281e;
	opacity: .8;
	color: #fff;
	z-index: 1;
	cursor: pointer;
	box-shadow: unset;
	outline: unset;
	transition: all .3s ease;
}
.featured-next:hover,
.featured-prev:hover {
    box-shadow: 0 0 0 5px rgba(220,40,30,0.4);
}
.featured-next {
	right: 6px;
}
.featured-prev {
	left: 6px;
}
.CatFeaturedProd .swiper-button-disabled {
	opacity: 0;
}
.category-card .category-desc {
	position: absolute;
	display: flex;
	flex-direction: column;
	top: 40px;
	left: 40px;
	line-height: 1;
	z-index: 3;
}
.category-card .category-desc .title {
	font-size: 40px;
	font-weight: 700;
	color: #000;
	margin-bottom: 10px;
}
.category-card .category-desc .content p {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 300;
	color: #000;
	margin-bottom: 0;
}
.category-card .category-desc .content .btn {
	margin-top: 10px;
	color: #fff;
}
.list-picture a {
    display: block;
    position: relative;
    height: 0;
    width: 100%;
    padding-top: 50%;
}
.list-picture a img {
    position: absolute;
    width: auto !important;
    max-width: 100%;
    max-height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
/* Bestsellers & Recommended & Suggested */

#HomeProductTabs {
	justify-content: center;
	height: 75px;
}
#HomeProductTabs .nav-item {
	display: flex;
}
#HomeProductTabs .nav-link {
	display: flex;
	align-items: flex-end;
	position: relative;
	padding-bottom: 5px;
	color: #888;
	font-weight: 300;
	border: 0;
	text-transform: uppercase;
	transition: all .3s ease;
}
#HomeProductTabs .nav-link.active {
	color: #000;
	font-size: 24px;
	font-weight: 700;
	padding-bottom: 10px;
}
#HomeProductTabs .nav-link::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: transparent;
	transition: all .3s ease;
}
#HomeProductTabs .nav-link.active::after {
	background-color: #dc281e;
}
/* parallax */

.parallax-caption {
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.parallax-caption .title {
	color: #fff;
	font-size: 60px;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 10px;
}
.parallax-caption .content {
	color: #fff;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	margin-bottom: 30px;
}
.parallax-caption .btn {
	padding: 15px 40px;
}
/* bestsellers & recommended */

.multirow-container .swiper-button-disabled {
	display: none;
}
.multirow-container .product-grid {
	position: relative;
}
.multirow-container .product-grid .Bestsellers-prev,
.multirow-container .product-grid .Recommended-prev {
	position: absolute;
	top: 0;
	right: 30px;
}
.multirow-container .product-grid .Bestsellers-next,
.multirow-container .product-grid .Recommended-next {
	position: absolute;
	top: 0;
	right: 0;
}
/*HomePageNews & NewsList*/

.news-item {
	display: inline-flex;
}
.news-item .news-date {
	margin-top: 25px;
	color: #dc281e;
	font-size: 14px;
}
.news-item .news-date .day {
	color: #000;
	font-size: 48px;
	font-weight: 700;
}
.news-item .news-date .month {
	line-height: 42px;
	text-transform: uppercase;
}
.news-item .image-container {
	position: relative;
	margin-right: 30px;
}
.news-item .image-container.with-img,
.news-item .news-content.with-img {
	width: 50%;
}
.news-item .title a {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1;
	color: #000;
}
.news-item .image-container a::before {
	content: "";
	position: absolute;
	box-shadow: unset;
	width: 100%;
	height: 100%;
	transition: all .3s ease;
}
.news-item .image-container:hover a::before {
	box-shadow: inset 0 0 0 6px rgba(0, 0, 0, .4);
}
/* featured product */

/* mobile collapsing menu */

#mobile-collapsing-menu {
	left: -200%;
	transition: all .5s ease-in-out;
	display: block;
	top: 47px;
	border-left: 0;
	border-right: 1px solid #9da6b2;
	border-bottom: 1px solid #9da6b2;
	max-width: 100%;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 9999;
}
#mobile-collapsing-menu.show {
	left: 0px;
}
#mobile-collapsing-menu .navbar-nav .dropdown-menu {
	top: 70px;
	background: #fff;
	border-radius: 0;
	position: fixed;
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	opacity: 0;
	left: 200%;
	transition: all .5s ease-in-out;
	width: calc(100% - 2px);
	z-index: -1;
	overflow: hidden;
}
#mobile-collapsing-menu .navbar-nav .dropdown-menu .nav-link {
	width: 100%;
}
#mobile-collapsing-menu .dropdown-toggle::after {
	display: none !important;
}
#mobile-collapsing-menu .navbar-nav .nav-item .nav-link {
	font-size: 16px;
	display: inline-block;
	text-transform: uppercase;
	padding: 10px 19px;
	font-weight: 600;
}
#mobile-collapsing-menu.show .navbar-nav .nav-item.dropdown .lnr.right {
	top: 1px;
	position: absolute;
	right: 2px;
	align-items: center;
	font-size: 24px;
	display: flex;
	align-self: center;
	justify-content: center;
	color: #999;
	transition: all .3s;
	padding: 10px 15px 10px 15px;
}
#mobile-collapsing-menu.show .navbar-nav .nav-item.dropdown .lnr.back {
	width: auto;
	z-index: 999;
	top: -3px;
	font-size: 22px;
	position: absolute;
	right: 1px;
	align-items: center;
	display: flex;
	align-self: center;
	justify-content: flex-end;
	color: rgb(89, 96, 99);
	transition: all .3s;
	padding: 17px;
}
#mobile-collapsing-menu .navbar-nav .nav-item {
	padding-right: 10px;
}
#mobile-collapsing-menu .navbar-nav .nav-item.dropdown {
	padding: 0 15px;
}
#mobile-menu-opener {
	width: 30px;
	margin-top: -9px;
	margin-bottom: 4px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
#mobile-menu-opener span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #888;
	border-radius: 0;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#mobile-menu-opener span:nth-child(1) {
	top: 0px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
#mobile-menu-opener span:nth-child(2) {
	top: 9px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
#mobile-menu-opener span:nth-child(3) {
	top: 18px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
.mobile-menu-button {
    margin-right: auto !important;
}
.mobile-menu-button.show #mobile-menu-opener span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0px;
	left: 5px;
}
.mobile-menu-button.show #mobile-menu-opener span:nth-child(2) {
	width: 0%;
	opacity: 0;
}
.mobile-menu-button.show #mobile-menu-opener span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 22px;
	left: 5px;
}
.logo-mobile h1 {
	display: flex;
	justify-content: center;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.logo-mobile img {
	width: 100%;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* language-mobile */

.options-container {
	background: #fff;
}
.o-c-h {
	top: -52px;
	position: absolute;
}
/* impersonated */

#small-search-box-form .impersonated-container {
	display: none;
}
.impersonated-container {
	border: 1px solid #ffffff;
	border-radius: .25rem;
	padding: 5px;
	height: 30px;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	color: #fff;
}
/* mobile - search */

#searchModal form {
	padding-top: 0;
	margin-bottom: 0;
}
#searchModal .modal-content {
	border: 0;
	border-radius: 0;
	background-color: #f7f7f7;
}
#searchModal .modal-dialog {
	margin: 0;
	max-width: 100%;
}
#searchModal form .administration {
	display: none;
}
#searchModal .search-box-text {
	height: 52px;
	border-radius: 0;
	border: 0;
	background: #f7f7f7;
}
#searchModal .search-box-button {
	width: 50px;
	height: 52px;
	display: flex;
	border-radius: 0;
	justify-content: center;
}
#searchModal .fa-search {
	font-size: 22px;
	color: #fff;
}
#searchModal .fa-pencil-square-o {
	font-size: 22px;
	color: rgba(0, 0, 0, .5);
}
#searchModal.modal.fade .modal-dialog {
	transition: unset;
	height: 52px;
	position: sticky;
	width: 100%;
	top: 0;
}
#searchModal.show .modal-content .input-group {
	animation-name: mobile-search;
	animation-duration: .3s;
	-webkit-animation-name: mobile-search;
	/* Safari 4.0 - 8.0 */
	-webkit-animation-duration: .3s;
}
@-webkit-keyframes mobile-search {
	0% {
		top: -52px;
	}
	100% {
		top: 0;
	}
}
@keyframes mobile-search {
	0% {
		top: -52px;
	}
	100% {
		top: 0;
	}
}
@-webkit-keyframes autocomplete {
	0% {
		left: -100%;
	}
	100% {
		left: 0;
	}
}
@keyframes autocomplete {
	0% {
		left: -100%;
	}
	100% {
		left: 0;
	}
}
#searchModal .nav-item.admin {
	display: none !important;
}
/*side - block settings*/

.block-account-navigation {
	padding: 15px;
}
.block-account-navigation .generalTitle {
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 6px;
}
.block-account-navigation .list {
	padding-left: 0;
}
.account-page {
	background: #fff;
	min-height: 650px;
}
.return-request-page .result .btn-secondary {
    width: auto !important;
}
.return-request-table table {
	width: 100%;
    border-bottom: 0;
    margin-bottom: 15px;
}
.return-request-table thead {
	background-color: #ececec;
}
.return-request-table thead th {
	padding: 5px;
}
.return-request-table thead .product {
	min-width: 220px;
}
.return-request-table thead .quantity {
	max-width: 80px;
	min-width: unset;
}
.return-request-table thead .reason {
	min-width: 220px;
}
.return-request-table tbody td {
	padding: 15px;
}
.return-request-table tbody tr {
	border: 1px solid #ececec;
}
.return-request-table tbody tr td {
	border-right: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
}
.return-request-table tbody tr td:last-child {
	border-right: 2px solid #ececec;
}
.block-account-navigation .list li a {
	display: block;
	white-space: nowrap;
	color: #888;
	font-size: 14px;
	border: 2px solid transparent;
	text-transform: uppercase;
	padding: 0 15px 0 40px;
	line-height: 50px;
	height: 50px;
	font-weight: 400;
	position: absolute;
	right: 0;
	width: 100%;
	text-align: right;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: all .5s ease;
}
.block-account-navigation .list li {
	position: relative;
	height: 50px;
	margin-bottom: 5px;
}
.block-account-navigation .list li:before {
	position: absolute;
}
.block-account-navigation ul,
.viewBox ul {
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	padding-left: 0;
}
.viewBox ul.sublist {
    padding-left: 10px;
}
.block-account-navigation {
	padding: 0;
}
.block-account-navigation .list .customer-info a:before {
	content: "\e9d0";
	font-family: Linearicons;
}
.block-account-navigation .list .customer-addresses a:before {
	content: "\ea1a";
	font-family: Linearicons;
}
.block-account-navigation .list .customer-orders a:before {
	content: "\ea4d";
	font-family: Linearicons;
}
.block-account-navigation .list .customer-returns a:before {
	content: "\ebe1";
	font-family: Linearicons;
}
.block-account-navigation .list .customer-auctions a:before {
	content: "\eb38";
	font-family: Linearicons;
}
.block-account-navigation .list .customer-notes a:before {
	content: "\e9d1";
    font-family: Linearicons;
}
.block-account-navigation .list .customer-downloadable a:before {
	content: "\ebf5";
    font-family: Linearicons;
}
.block-account-navigation .list .customer-back a:before {
	content: "\ec66";
	font-family: Linearicons;
}
.block-account-navigation .list .reward-points a:before {
	content: "\e9e3";
	font-family: Linearicons;
}
.block-account-navigation .list .change-password a:before {
	content: "\e96e";
	font-family: Linearicons;
}
.block-account-navigation .list .customer-avatar a:before {
	content: "\e9f3";
	font-family: Linearicons;
}
.block-account-navigation .list .customer-reviews a:before {
	content: "\ead7";
	font-family: Linearicons;
}
.block-account-navigation .list .customer-delete a:before {
	content: "\e981";
	font-family: Linearicons;
}
.block-account-navigation .list .customer-forum a::before {
    content: "\e9ca";
    font-family: Linearicons;
}
.block-account-navigation .list li a:before {
	position: absolute;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #888;
    font-size: 24px;
	left: 0;
}
.block-account-navigation .list li a.active::before,
.block-account-navigation .list li a:hover::before{
    color: #dc281e;
}
.block-account-navigation .list li a:hover,
.block-account-navigation .list li a.active {
	border: 2px solid #dc281e;
	color: #dc281e;
}
.block-popular-tags .btn {
	margin: 4px;
	display: flex;
	align-items: center;
	line-height: 1;
}
.register-block .text {
	padding-top: 7px;
}
.block-recently-viewed-products li {
	overflow: auto;
}
.block-recently-viewed-products li a {
	display: flex;
	align-items: center;
}
list settings .list__item,
.listClear {
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.list-group-item a:hover,
.list-group-item a:focus {
	color: #dc281e;
}
.card .btn i {
	font-size: 15px;
}
.list-group {
	padding-bottom: 25px;
}
/*polls*/

.progress {
	display: -webkit-box;
	overflow: hidden;
	font-size: .75rem;
	line-height: 1rem;
	background-color: #eceeef;
	border-radius: .25rem;
	width: 100%;
	text-align: right;
}
.card-title a {
	color: #373a3c;
	text-decoration: none;
}
.card-title {
	color: rgba(0, 0, 0, .7);
}
.order-progress .list-inline-item:not(:last-child) {
	margin-right: 0px;
}
.order-progress .active-step a,
.order-progress .inactive-step a {
    
}
.order-progress .btn {
    display: flex;
    justify-content: center;
    align-items: center;
}
.order-progress .lnr {
    font-size: 30px;
    margin-right: 5px;
}
.progress-bar {
	color: #000;
}
/*homepage*/

.home-page-polls {
	margin: 40px 0;
}
.home-page-polls .list-group .list-group-item {
	background-color: rgb(255, 255, 255);
}
.home-page-polls fieldset,
.home-page-polls fieldset .custom-control {
	display: inline-block;
}
.home-page-polls .custom-control-label {
	margin-right: -3px;
}
.category-page .subCategoryList p,
.home-page-product-grid p {
	font-size: 12px;
	padding-top: 15px;
}
.home-page-product-grid .lazyload {
    min-height: 330px;
}


/* custom card */

.custom-card {
    border: 0;
}
.custom-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 2px;
    background: #dc281e;
}
.custom-card .card-header,
.custom-card .card-footer,
.custom-card .card-body {
    position: static;
    padding: 15px 0;
    margin-left: 30px;
}

/* registration */

.registration-page .custom-card .col-form-label {
    font-size: 12px;
    font-weight: 700;
}

/* reservations */

#hoursDiv input {
	visibility: hidden;
	width: 0;
}
/*productbox*/

.card.gen {
	padding-bottom: 0 !important;
	border: 1px solid rgba(0, 0, 0, .3) !important;
}
.slide-box .change-percent,
.slide-box .new-product-label {
    left: 0;
}
.change-percent {
	position: absolute;
	top: 0;
	left: -9px;
	padding: 5px;
	font-weight: 300;
	font-size: 16px;
	box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .2);
    z-index: 2;
	transition: all .3s ease;
}
.change-percent:before {
	content: "";
	opacity: 1;
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 10px;
	height: 10px;
	width: 0;
	height: 0;
	border-top: 10px solid #128C2D;
	border-left: 10px solid transparent;
	margin: 25px auto 0;
}
.new-product-label {
	z-index: 2;
	opacity: 1;
	position: absolute;
	top: 0;
	left: -9px;
	padding: 5px;
	font-weight: 300;
	font-size: 16px;
	box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .2);
	transition: all .3s ease;
}
.gallery .new-product-label {
    left: 0;
}
.new-product-label.with-promo {
	top: 52px;
}
.card.gen:hover .new-product-label {
	left: 0;
	box-shadow: unset;
}
.card.gen:hover .new-product-label:before {
	opacity: 0;
	transition: all .3s ease;
}
.card.gen:hover .change-percent {
	left: 0;
	box-shadow: unset;
}
.card.gen:hover .change-percent:before {
	opacity: 0;
	transition: all .3s ease;
}
.new-product-label:before {
	content: "";
	opacity: 1;
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 10px;
	height: 10px;
	width: 0;
	height: 0;
	font-weight: 700;
	border-top: 10px solid #dc281e;
	border-left: 10px solid transparent;
	margin: 25px auto 0;
	transition: all .3s ease-in-out;
}
.card.gen .card-body-content .card-title a {
	font-weight: 500;
}
.card.gen .card-body {
	position: relative;
}
.card.gen .card-title {
	min-height: 38px;
}
.card.gen .card-body .card-body-content {
	z-index: 99;
	width: 100%;
	height: 100%;
	padding: 15px;
	position: relative;
	background: #fff;
	border-radius: 0;
	border-bottom-left-radius: .25rem;
	border-bottom-right-radius: .25rem;
}
.card.gen:hover .card-buttons {
	opacity: 1;
	top: -38px;
}
.card-buttons {
	z-index: 98;
	position: absolute;
	top: 1px;
	width: 100%;
	left: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	transition: all .3s ease;
}
.card-buttons .btn-group {
	width: 100%;
	padding: 0;
	overflow: hidden;
}
.card.gen .btn-group .btn-primary {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0px;
	text-transform: uppercase;
}
.card.gen .btn-group .btn-secondary {
	font-size: 14px;
}
.card.gen .btn-group .btn-primary {
	display: flex;
	justify-content: center;
	width: 100% !important;
	z-index: 1;
	transition: all .3s ease;
}
.card.gen .btn-group .btn-secondary {
	display: flex;
	justify-content: center;
	min-width: 40px !important;
	width: auto;
}
.card.gen .btn-group .btn:first-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border-left: 0;
	border-right: 0;
	width: 100%;
}
.card.gen .add-cart-text {
	overflow: hidden;
}
.card.gen .actual-price {
	font-size: 18px;
	font-weight: 500;
}
.card.gen .btn-group .btn:last-child {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	border-right: 0;
}
.card.gen .btn-group .btn:nth-child(2) {
	border-left: 0;
}
.card-buttons .btn-primary {
	width: 100%;
	justify-content: center;
}
.card.gen .base-price-pangv {
	font-size: 14px;
}
.card.gen .btn-group .btn + .btn,
.card.gen .btn-group .btn + .btn-group,
.card.gen .btn-group .btn-group + .btn,
.card.gen .btn-group .btn-group + .btn-group,
.card.gen .btn-group-vertical .btn + .btn,
.card.gen .btn-group-vertical .btn + .btn-group,
.card.gen .btn-group-vertical .btn-group + .btn,
.card.gen .btn-group-vertical .btn-group + .btn-group {
	margin-left: 0;
	border-left: 0;
}
.card.gen .btn-group .btn-secondary:last-child:nth-child(2) {
	border-left: 1px solid rgba(0, 0, 0, .3);
}
/* private-messages */

.private-messages-box table thead th {
	border-top: 0;
	border-bottom: 2px solid #dc281e;
}
.private-messages-box .table td {
    border-top: 1px solid #dfdfdf;
}
.private-messages-box table {
    border-bottom: 1px solid #000;
}
.private-messages-box table a {
    color: #dc281e;
}
.private-messages-box table a:hover,
.private-messages-box a.pm-unread  {
    color: #000;
}

/*sidebar*/

.generalLeftSide {
	padding-bottom: 50px;
    border-right: 1px solid #dfdfdf;
}
.generalLeftSide .block {
    margin-bottom: 30px;
}
.generalLeftSide .tags .view-all {
	margin-top: 16px;
}
.generalLeftSide li:hover::before {
	-webkit-transition: all 0.3s;
	-webkit-transition-timing-function: linear;
	transition: all 0.3s;
	transition-timing-function: linear;
	color: #17a2b8;
}
.generalLeftSide li.active.last > a {
	color: #dc281e;
}
.generalLeftSide .generalTitle {
    margin-bottom: 30px;
}
.available-items li:before {
	display: none;
}
.tab-content ul,
.available-items ul {
	padding-left: 16px;
}
.product-details-page .product-tabs,
.private-messages-page .inbox-tabs .nav-tabs,
.profile-page .inbox-tabs .nav-tabs {
    border-bottom: 0;
}
.product-details-page .product-tabs .nav-link,
.private-messages-page .inbox-tabs .nav-link,
.profile-page .inbox-tabs .nav-tabs  .nav-link,
#pills-mobile-tab .nav-item .nav-link {
	position: relative;
	color: #888;
	font-weight: 300;
	border: 0;
	text-transform: uppercase;
}
.product-details-page .product-tabs .nav-link.active,
.private-messages-page .inbox-tabs .nav-tabs .nav-link.active,
.profile-page .inbox-tabs .nav-tabs .nav-link.active,
#pills-mobile-tab .nav-item .nav-link.active {
	font-weight: 600;
	color: #000;
}
.product-details-page .product-tabs .nav-link.active::after,
.private-messages-page .inbox-tabs .nav-tabs .nav-link.active::after,
.profile-page .inbox-tabs .nav-tabs .nav-link.active::after,
#pills-mobile-tab .nav-item .nav-link.active::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: #dc281e;
}
.product-details-page #product_tab_content {
	margin-top: 15px;
}
.product-contact-error,
.product-contact-send {
	display: none;
}
.generalLeftSide .shop-by {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.2;
}
.generalLeftSide .generalTitle strong::after {
    content: "\ec39";
    font-family: Linearicons;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    top: 3px;
    right: 5px;
    color: #888888;
}
.generalLeftSide .generalTitle strong.closed::after {
    content: "\ec3a";
}
.generalLeftSide li {
	list-style-type: none;
	font-size: 14px;
}
.generalLeftSide .product-spec-group .title {
    margin-bottom: 5px;
}
.generalLeftSide .product-spec-group .spec-link {
	font-size: 14px;
	color: #dc281e;
}
.generalLeftSide .product-spec-group .spec-link:hover {
    text-decoration: underline;
}
.generalLeftSide .product-spec-group .btn-group-sm .color-squares {
    margin: 0 3px 3px 0;
}
.generalLeftSide li a {
    position: relative;
    color: #888888;
    text-decoration: none;
    font-size: 12px;
    display: flex;
    margin-bottom: 10px;
}
.generalLeftSide li a .total {
    position: absolute;
    right: 0;
    opacity: 0.5;
}
.generalLeftSide li.active.last > a .total,
.generalLeftSide li a:hover .total {
    opacity: 1;
}
.generalLeftSide li a:hover {
	color: #dc281e;
}
.generalLeftSide .filtered-items .title {
    font-weight: 600;
    font-size: 16px;
    text-decoration: underline;
}
.generalLeftSide .filtered-items .item a {
	color: #dc281e;
}
.generalLeftSide .filtered-items .already-filter-name {
    color: #888;
    line-height: 1;
}
.generalLeftSide .filtered-items .color-container {
    display: flex;
    position: relative;
    bottom: 5px;
    width: 32px;
    height: 32px;
    border: 1px solid #dfdfdf;
}
.generalLeftSide .filtered-items .custom-checkbox .custom-control-label::after {
    content: "\ec2a";
    top: 2px;
    left: -32px;
    font-size: 11px;
}
.generalLeftSide .product-price-filter .custom-radio .custom-control-label::after {
    width: 11px;
    height: 11px;
    top: 4px;
    left: -33px;
}
.generalLeftSide .filtered-items .custom-checkbox .custom-control-label::before,
.generalLeftSide .product-price-filter .custom-radio .custom-control-label::before {
    top: 2px;
    left: -35px;
    width: 15px;
    height: 15px;
}
.generalLeftSide .product-filter {
    display: block;
    width: 100%;
}
.generalLeftSide .generalTitle strong {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding-right: 30px;
    cursor: pointer;
}
.product-price-filter .btn-sm {
	min-width: 185px;
	margin-bottom: 5px !important;
}

/* catalog selectors */

.catalog-selectors .sort-container {
    display: inline-flex;
    align-items: center;
}
.catalog-selectors .sort-container label {
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}
.catalog-selectors #items_statistics {
    font-size: 12px;
    color: #888888;
}
.catalog-selectors #items_statistics .number {
    margin: 0 5px;
}
.catalog-selectors #items_statistics .items-total {
    margin-left: 5px;
}

/*forum*/

.forums-table-section .generalTitle a {
    color: #000;
}
.forums-table-section table {
	border-bottom: 2px solid #dc281e;
}
.forums-table-section table thead {
    color: #dc281e;
    background-color: #fff;
}
.forums-table-section .table-hover .table-dark:hover {
    background-color: #fff;
}
.forums-table-section table thead th {
	border-bottom: 2px solid #dc281e;
	border-top: 0;
}
.forums-table-section table .lnr {
	font-size: 20px;
	color: #dc281e;
}
.forums-table-section table a {
    font-weight: 700;
    color: #000;
}
.forums-table-section table a:hover,
.forums-table-section .generalTitle a:hover {
    color: #dc281e;
}

.forum-edit-page .forum-post-text {
    min-height: 200px;
}
.forum-topic-page .forum-post {
	border-right: 1px solid #d9d9d9;
}
.forum-edit-page .card textarea.form-control {
	min-height: 200px;
}
.forums-table-section table tbody tr:nth-child(even) {
	background-color: #f1f1f1;
}
.stat-value {
	color: #dc281e;
}
.current-time .lnr {
	font-size: 20px;
	color: #dc281e;
}
.avatar {
	overflow: hidden;
	display: table-cell;
}
/*price*/

.overview-buttons .prices {
	font-weight: 500;
	font-size: 17px;
}
.product-details-page .prices .actual-price,
.associatedItem .actual-price,
.catalog-product-price,
.product-details-page .call-for-price span {
	font-size: 24px;
	color: #dc281e;
	font-weight: 600;
}
.category-grid a h4 {
	padding-top: 15px;
	text-decoration: none;
}
.product-details-page .overview .product-price,
.product-details-page .overview .non-discounted-price {
	padding-left: 0;
}
.product-details-page .overview .non-discounted-price .actual-price {
    font-size: 20px;
    color: #000;
    font-weight: 400;
}
.product-details-page .overview .discounted-price label {
	color: #dc281e;
	font-weight: 700;
	margin-right: 5px;
}
.product-details-page .overview .discounted-price span strong {
	color: #dc281e;
	font-size: 24px;
	font-weight: 700;
}
.product-details-page .overview .old-price {
    color: #888;
	font-size: 17px;
    text-decoration: line-through;
}
.overview-buttons {
	display: flex;
	flex-wrap: wrap;
}
.overview-buttons .btn-secondary {
	display: flex;
	align-items: center;
	margin-right: 5px;
}
.category-grid a:hover,
.category-grid a:hover h4 {
	text-decoration: none;
}
.tags .tag-pill a {
	color: #e8eceb;
}
.tags a:hover {
	text-decoration: none;
}
/*card - settings*/

.card-subtitle.text-muted {
	margin: 15px 0;
}
.card .card-footer .form-group {
	margin-bottom: 0;
}
.card .card-footer .form-group div {
	padding: 0;
	margin-left: 6px;
}
.card .card-footer .form-group div .btn {
	width: 100%;
	padding: 8px;
}
.catalog-quantity {
	max-width: 46px;
	padding-left: 5px;
	padding-right: 5px;
}
.account-order .card,
.headBottom,
.card .card-footer .form-group div input {
	width: 100%;
}
.card .card-footer,
.card .card-header,
ul.opc .order-summary-content h5 {
	background-color: transparent;
}
.subCategoryList .card-title {
	min-height: 40px;
}
.generalMiddle {
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	display: -webkit-box;
}
.social li {
	display: inline-flex;
	margin-right: 10px;
}
/*product*/

.product-details-page .product-reviews-overview {
    position: relative;
}
.product-details-page .product-review-links,
.product-details-page .product-no-reviews {
    position: absolute;
    top: -3px;
    left: 105px;
}
.product-details-page .review-scroll-button,
.product-details-page .product-no-reviews a {
    color: #888;
}
.product-details-page .product-bundle .img-fluid {
    overflow: hidden;
}
.product-details-page .associatedItem .btn-secondary {
	min-height: 38px;
	margin-left: 5px;
}
.product-details-page .free-shipping .lnr {
    font-size: 24px;
}
.prod-list a {
	overflow: hidden !important;
}
.prod-list .actual-price {
	font-weight: 500;
	font-size: 18px;
}
.prod-list img {
	max-width: 200px;
	max-height: 200px;
}
.prod-list .product-rating-box.list-group {
	padding-bottom: 0;
}
.prod-list .card-title {
	margin-bottom: 0;
}
.product-details-page .gallery .zoom {
    width: 100%;
    order: 2;
    display: flex;
}
.product-details-page .gallery .gallery-thumbs {
    order: 1;
    margin-left: 0;
}
.product-details-page .gallery .swiper-all-container {
    max-width: calc(100% - 125px);
    order: 2;
    margin-right: 0;
}
.product-details-page .gallery .swiper-all-container .prev-slide {
    left: 0;
}
.product-details-page .gallery .swiper-all-container .next-slide {
    right: 0;
}
.product-details-page .gallery .gallery-top .swiper-slide {
    width: 100% !important;
}
.product-details-page .gallery .zoom-button {
	position: absolute;
	top: 10px;
	right: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 35px;
	height: 35px;
	font-size: 30px;
	color: #dc281e;
	cursor: pointer;
	z-index: 3;
}
.product-quickview .product-details-page .gallery .zoom-button {
    display: none;
}
.product-details-page .gallery .gallery-thumbs .swiper-slide {
    width: 110px !important;
    height: auto !important;
    cursor: pointer;
}
.product-details-page .gallery .gallery-thumbs .swiper-slide .thumb-popup-link {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #dfdfdf;
}
.product-details-page .gallery .gallery-thumbs .img-thumbnail {
    border: 0;
    border-radius: 0;
}
.product-details-page .gallery .gallery-top .img-thumbnail {
    border: 0;
}
.product-details-page .thumbnails {
	display: inline-flex;
	order: 1;
}
.product-details-page .thumbnails .thumb-popup-link {
	margin-right: 5px;
}
.product-details-page .thumbnails img {
	width: 100px;
	height: auto;
	border-radius: 0 !important;
}
.product-details-page .stock .label {
    margin-right: 10px;
    font-weight: 700;
}
.product-details-page .stock .value {
	color: #dc281e;
}
/* product quickview */

.product-quickview .product-details-page {
	background: #fff;
	padding: 15px;
}
.product-quickview .close {
	right: 0;
	top: 0;
	z-index: 1;
	opacity: 1;
	width: 50px;
	height: 50px;
	cursor: pointer !important;
}
.product-quickview .quick-close {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	right: 0;
}
.product-quickview .quick-close:before {
	content: "";
	position: absolute;
	top: 25px;
	right: 15px;
	width: 15px;
	height: 3px;
	background: #000;
	transform: rotate(45deg);
}
.product-quickview .quick-close:after {
	content: "";
	position: absolute;
	top: 25px;
	right: 15px;
	width: 15px;
	height: 3px;
	background: #000;
	transform: rotate(-45deg);
}
@media (min-width: 576px) {
	#mainSlider .slider-caption .title {
		font-size: 50px;
		font-weight: 600;
		line-height: 1;
	}
	#mainSlider .mainSlider-prev {
		left: 15px;
	}
	#mainSlider .mainSlider-next {
		right: 15px;
	}
	#mainSlider .slider-caption {
		max-width: calc(100% - 135px);
	}
	.product-quickview .modal-dialog.container {
		max-width: 540px;
	}
	.product-quickview {
		max-width: 960px;
	}
}
@media (min-width: 768px) {
    .product-quickview .modal-dialog.container,
    #CrossSellProducts .modal-dialog {
        max-width: 720px;
    }
	.return-request-table thead th {
		min-width: 140px;
	}
	.product-quickview {
		max-width: 960px;
	}
}
@media (min-width: 992px) {
    .header-links .header-logo {
        margin: -6px auto -5px 0;
        animation-name: fadeInLogo;
        animation-duration: .2s;
        animation-iteration-count: 1;
    }
    @keyframes fadeInLogo {
      from {
          display: none;
          opacity: 0;
      }
      to {
          display: block;
          opacity: 1;
      }
    }
    .header-logo img {
        padding-right: 15px;
    }
    .header-links .header-logo img {
        padding-right: 0;
    }
	#collapsing-navbar-2 {
		justify-content: flex-end;
	}
    .product-quickview .modal-dialog.container,
    #CrossSellProducts .modal-dialog {
        max-width: 960px;
    }
	.product-quickview {
		max-width: 960px;
	}
	footer .about-us.block li {
		padding-right: 15px;
		border-right: 1px solid #dfdfdf;
	}
	footer .about-us.block ul {
		padding: 25px 0 50px 0;
	}
	footer .about-us.block li:last-child {
		border-right: 0;
	}
}
@media (min-width: 1200px) {
    .product-quickview .modal-dialog.container,
    #CrossSellProducts .modal-dialog {
        max-width: 1140px;
    }
}
/*rating*/

.product-review-list .rating {
	margin: 0;
}
.new-rating {
    position: relative;
    display: flex;
    align-items: center;
    width: 100px;
    height: 22px;
    line-height: 1;
    font-size: 24px;
}
.new-rating .rating-ghost {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 22px;
    white-space: nowrap;
    color: #666;
}
.new-rating .rating-real {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    color: #f0ad4e;
    overflow: hidden;
    white-space: nowrap;
}
.rating {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
    width: 105px;
	z-index: 2;
}
.rating-options {
	padding-top: 7px;
}
.product-rating-box {
	display: flex;
	align-items: center;
	position: relative;
	height: 22px;
	margin: 15px 0 0 0;
}
.product-box.list .product-rating-box {
    margin: 10px 0 0 0;
}
.vendor-review-list .rating,
.product-review-list .rating {
    top: 25px;
    left: calc(100% - 83px);
}
.rating-options {
	padding-top: 7px;
}
.rating-options .custom-control-label {
	color: #f0ad4e;
    font-size: 30px;
	cursor: pointer;
}
.rating-options .custom-control-label::after {
    display: none;
}
.rating-options .custom-control-label::before {
    display: none;
}
.rating-options .custom-control-input:focus ~ .custom-control-label::before {
	box-shadow: unset;
}
.rating-options .custom-control-label::before {
	background-color: transparent !important;
}
.vote.up {
	margin-top: 24px;
}
/* review */

.product-reviews-page .generalTitle a {
	color: #dc281e;
}
#review {
	position: relative;
}
.product-review-list .card {
    position: relative;
    border: 0;
}
.product-review-list .date .lnr {
	font-size: 20px;
	color: #dc281e;
}
.product-review-list .card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 100%;
	background-color: #dc281e;
}
.product-review-list .card-header,
.product-review-list .card-footer {
    position: static;
    margin-left: 35px;
}
.product-review-list .card-body {
    margin-left: 35px;
}
.product-review-helpfulness .result {
    position: absolute;
    bottom: -20px;
    right: 10px;
}

/* Sitemap */ 

.sitemap-products-group {
	display: block;
	column-count: 3;
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-fill: balance;
	line-height: 2;
}
/*table - topic*/

.topic,
table {
	border-bottom: 2px solid rgba(55, 58, 60, 0.45);
}
.table > tbody > tr > td.topic-details {
	padding-left: 35px;
}
.table > tbody > tr.short-description > td,
.table > tbody > tr.full-description > td {
	vertical-align: top;
}
.table > tbody > tr > td {
	vertical-align: middle;
}
.attributes .table {
    border-bottom: 0;
}
.attributes .table > tbody > tr > td {
    border-top: 0;
    padding: 5px 15px 5px 0;
    min-width: 115px;
}
.attributes .text-prompt {
    font-weight: 600;
}
.topic-post,
.table-responsive {
	margin-top: 16px;
}
/*!important - to handle external js*/

.color-container .color {
    display: inline-block;
    width: 32px !important;
    height: 32px !important;
    border: 0;
    cursor: pointer;
    border: 1px solid #dfdfdf;
}
.flex-grid.row,
.flex-grid.row > div[class*='col-'],
.manuList .row > div[class*='col-'],
.page .related-products-grid .row,
.manuList .row,
.manuList .row > div[class*='col-'],
.manufactureGrid .row,
.manufactureGrid .row > div[class*='col-'],
.vendroGrid .row,
.vendroGrid .row > div[class*='col-'],
.product-tag-grid .row,
.product-tag-grid .row > div[class*='col-'],
.address-list .row,
.address-list .row > div[class*='col-'],
.product-grid .row,
.product-grid .row > div[class*='col-'],
.search-results-list .row,
.search-results-list .row > div[class*='col-'],
.page .select-shipping-address .row,
.page .select-shipping-address .row > div[class*='col-'],
.page .product-grid.bestsellers .row,
.page .product-grid.bestsellers .row > div[class*='col-'],
.page .select-billing-address .row,
.page .select-billing-address .row > div[class*='col-'],
.page .listWiew .row,
.page .listWiew .row > div[class*='col-'],
.page .generalFlexBox .row,
.page .generalFlexBox .row > div[class*='col-'],
.page .home-page-product-grid .row,
.page .home-page-product-grid .row > div[class*='col-'],
.page .subCategoryList .row,
.page .subCategoryList .row > div[class*='col-'],
.page .related-products-grid .row,
.page .related-products-grid .row > div[class*='col-'],
.recently-added-products-page .row,
.recently-added-products-page .row > div[class*='col-'],
.page.recently-viewed-products-page .row,
.page.recently-viewed-products-page .row > div[class*='col-'],
.select-billing-address .row,
.select-billing-address .row > div[class*='col-'] {
	display: flex;
	flex-wrap: wrap;
	padding: 8px;
}
.flex-grid .card,
.manufactureGrid .card,
.product-tag-grid .card,
.manuList .card,
.page .product-grid .card,
.page .select-billing-address .card,
.page .news-list-homepage .card,
.page .blog-list-homepage .card,
.page .subCategoryList .card,
.page .home-page-product-grid .card,
.product-grid.bestsellers .card,
.generalFlexBox .card,
.related-products-grid .card,
.page.recently-viewed-products-page .card,
.select-billing-address .card,
.recently-added-products-page .card,
.address-list .card {
	margin-bottom: 0px;
	width: 100%;
}
.categoryGrid a.viewmode-icon,
.manufacturerGrid a.viewmode-icon {
	color: #888;
    font-size: 22px;
}
.categoryGrid a.viewmode-icon:hover {
	color: #dc281e;
}
.categoryGrid a.viewmode-icon.selected:hover {
	color: #dc281e;
}
.categoryGrid a.viewmode-icon.selected {
	color: #dc281e;
}
.categoryItems .card,
.categoryGrid .card,
.manufacturer-list-page .card {
	border: 0;
	padding: 0;
}
.categoryItems .card .card-title,
.categoryGrid .card .card-title,
.manufacturer-list-page .card .card-title {
	color: #000;
	font-weight: 400;
	background: rgba(255, 255, 255, .7);
	position: absolute;
	bottom: 15px;
	left: 15px;
	width: calc(100% - 30px);
	z-index: 2;
	transition: all .3s ease;
}
.categoryItems .card:hover .card-title,
.categoryGrid .card:hover .card-title,
.manufacturer-list-page .card:hover .card-title {
	bottom: 0;
	left: 2px;
	width: calc(100% - 4px);
	z-index: 2;
}
.categoryItems .card a,
.categoryGrid .card a,
.manufacturer-list-page .card a,
.category-card a {
	display: inline-block;
	position: relative;
	z-index: 1;
}
.categoryItems .card a:before,
.categoryGrid .card a:before,
.manufacturer-list-page .card a:before,
.category-card .img-holder a:before {
	background: rgba(0, 0, 0, .05);
	bottom: 23px;
	content: "";
	left: 50%;
	position: absolute;
	right: 50%;
	top: 0;
	opacity: 0;
	z-index: 99;
}
.categoryItems .card:hover a:before,
.categoryGrid .card:hover a:before,
.manufacturer-list-page .card:hover a:before,
.category-card:hover .img-holder a:before {
	left: 0;
	right: 0;
	opacity: 1;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
}
.categoryItems .card a:after,
.categoryGrid .card a:after,
.manufacturer-list-page .card a:after,
.category-card .img-holder a:after {
	z-index: 99;
	background: rgba(0, 0, 0, .05);
	bottom: 50%;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	opacity: 0;
}
.categoryItems .card:hover a:after,
.categoryGrid .card:hover a:after,
.manufacturer-list-page .card:hover a:after,
.category-card:hover .img-holder a:after {
	top: 0;
	bottom: 0;
	opacity: 1;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
}
.categoryItems .card a,
.categoryGrid .card a {
	overflow: hidden;
}
.card-grey {
	background-color: rgba(221, 221, 221, 0.29);
	cursor: pointer;
}
/*cart*/

.page .card {
	border-radius: 0;
	transition: all .3s ease;
}
.cartTable .sku,
.cartTable .attributes {
	font-size: 16px;
}
.cart-collaterals .title,
.generalLeftSide h6,
.generalLeftSide h5 {
	font-size: 21px;
}
.sku-number {
	display: block;
}
section.totals {
	border-left: 1px solid #eceeef;
}
.listWiew .card-body .btn-group {
	position: absolute;
	bottom: 20px;
}
.listWiew .card-body {
	min-height: 270px;
}
.method-name .custom-control-indicator {
	top: 10px;
}
.collapse.ok {
	position: absolute;
}
.card.generalNote {
	z-index: 10000;
	position: fixed;
	width: 100%;
	display: none;
	bottom: 0;
	margin: auto;
	padding: 15px 15px;
	border-radius: 0;
}
/* eu cookie bar */

#eu-cookie-bar-notification {
	position: fixed;
	padding-right: 0 !important;
	top: unset;
	left: unset;
	right: 10px;
	bottom: 10px;
	z-index: 1050;
}
#eu-cookie-bar-notification.fadeOutDown {
	bottom: 0;
}
#eu-cookie-bar-notification .modal-dialog {
	margin: 0;
}
#eu-cookie-bar-notification .modal-content {
	border-radius: 0;
	padding: 15px;
	border: 1px solid #dfdfdf;
}
.card.gen a {
	overflow: hidden;
}
.generalNote a {
	color: #fff !important;
}
table th.latest-post {
	min-width: 150px;
}
.td-title {
	font-weight: 700;
}
.toolbar {
	text-align: right;
}
.tooltip-inner {
	max-width: 204px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: .25rem;
	padding: 2px;
}
.tooltip-inner img {
	width: 200px;
}
/*one page checkout*/

.opc .allow .card-grey {
	background-color: #000;
	color: #fff;
	cursor: pointer;
    border: 0;
}
.opc .active .card-grey {
	background-color: #dc281e;
	color: #fff;
	cursor: pointer;
	border: 0;
}
.opc .step-title .card-bodyquote {
	margin-bottom: 0;
}
.opc .card-grey {
	background-color: rgba(204, 204, 204, 0.17);
	color: rgba(129, 138, 145, 0.36);
}
.payment-method ul,
.shipping-method ul,
.message-error ul,
.tabs ul,
.account-order .card ul,
ul.info,
ul.opc {
	padding-left: 0;
}
ul.opc h5 {
	padding: 10px;
	background-color: #dddddd;
	text-transform: uppercase;
	margin-bottom: 2px;
	font-size: 15px;
}
select.form-control:not([size]):not([multiple]) option {
	min-height: 25px;
}
.generalImg img {
	padding-right: 10px;
}
.cartCounter .btn {
	padding: 11px;
}
.cartCounter span {
	text-transform: uppercase;
	font-size: 11px;
}
.cartCounter {
	padding-top: 7px;
}
.order-summary-content .custom-control-description i {
	visibility: visible;
}
.order-summary-content .title h5 {
	padding: 10px 0;
	border-bottom: 1px solid #e0e0e0;
}
.order-summary-content .remove-from-cart .deleteshoppingcartitem {
    color: #000;
    font-size: 30px;
    text-decoration: unset;
}
.order-summary-content .table thead th {
	border-bottom: 0;
	border-top: 0;
}
/*comment*/

.comment .card-footer {
	padding: 5px 10px;
}
.details .comments,
.quote {
	padding-left: 15px;
	font-style: italic;
}
.quote {
	background: #eee;
	border: 1px dashed #aaa;
}
valid mgs .input-validation-error {
	border-color: #d9534f;
}
.input-validation-error {
	border-color: #d9534f;
}
.filtered-items ul {
	padding-left: 0;
}
/* shopping cart */

.shopping-cart {
	width: 100%;
	border-bottom: 0;
	margin-bottom: 15px;
	/* border: 2px solid #dc281e; */
}
.shopping-cart thead {
	border-bottom: 2px solid #dc281e;
}
.shopping-cart tbody .item-container {
    border-bottom: 1px solid #888;
}
.shopping-cart th.product {
	width: 100%;
}
.shopping-cart th {
	background: transparent;
	color: #dc281e;
	padding: 20px;
	white-space: nowrap;
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
}
.shopping-cart td {
	background: #fff;
	border-right: 0;
	min-width: 60px;
	padding: 20px;
}
.shopping-cart td:last-child {
	border-right: 0 !important;
	text-align: center;
	padding: 10px;
}
.shopping-cart tr:last-child td {
	border: none;
	/* border-right: 2px solid #dc281e; */
}
.shopping-cart tr:last-child {
	margin-bottom: 0;
}
.shopping-cart .product-unit-price.price,
.shopping-cart .product-subtotal.price,
.shopping-cart .prod-total {
	font-size: 18px;
}
.shopping-cart .old-price {
    font-size: 14px;
    color: #888;
    text-decoration: line-through;
}
.shopping-cart .remove-from-cart .remove {
	display: none;
}
.shopping-cart .remove-from-cart input[type='checkbox'].checkbox-u + label {
	border: 1px solid rgba(0, 0, 0, .25);
	background: transparent;
	z-index: 996;
}
.shopping-cart .remove-from-cart input[type='checkbox'] + label {
	width: 40px;
	height: 40px;
	display: block;
	position: relative;
	margin-top: auto;
	margin-bottom: auto;
	margin-right: auto !important;
	margin: auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-indent: -999px;
	overflow: hidden;
	border: 1px solid #000;
	cursor: pointer;
	z-index: 99;
}
.shopping-cart .remove-from-cart input[type='checkbox'].checkbox-u + label:before,
input[type='checkbox'].checkbox-u + label:after {
	content: '';
	width: 20px;
	height: 1px;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	margin: auto;
	background: transparent;
	transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
}
.shopping-cart .add-to-cart input[type='checkbox'].checkbox-u + label:before {
	left: 11px;
}
.shopping-cart .add-to-cart input[type='checkbox'].checkbox-u + label:after {
	width: 14px;
	bottom: -4px;
	left: -13px;
}
.shopping-cart .remove-from-cart input[type='checkbox'].checkbox-u:checked + label:before {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.shopping-cart .remove-from-cart input[type='checkbox'].checkbox-u:checked + label:after {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.shopping-cart .remove-from-cart input[type='checkbox'].checkbox-u:checked + label:before,
input[type='checkbox'].checkbox-u:checked + label:after {
	transition: 0.4s ease all;
	-moz-transition: 0.4s ease all;
	-webkit-transition: 0.4s ease all;
	background: #000;
}
.shopping-cart td.product .product-name {
    color: #000;
	font-size: 16px;
    font-weight: 700;
}
.shopping-cart td.product .attributes {
    color: #888;
}
.shopping-cart .quantity .plus,
.shopping-cart .quantity .minus {
	position: relative;
	cursor: pointer;
	width: 30px;
	height: 30px;
	border: 1px solid #405763;
}
.shopping-cart .quantity .plus::after,
.shopping-cart .quantity .plus::before,
.shopping-cart .quantity .minus::before {
	content: "";
	width: 15px;
	height: 1px;
	background: #405763;
	position: absolute;
	left: 7px;
	top: 13px;
}
.shopping-cart .quantity .plus::after {
	transform: rotate(90deg);
}
.shopping-cart .quantity .qty-input {
	width: 60px;
	border: 0;
	color: #000;
	font-weight: 700;
	border-right: 0;
	border-radius: 0;
	font-size: 16px;
	height: 40px;
	box-shadow: unset;
}
.shopping-cart .quantity .lnr {
    color: #888;
    font-size: 20px;
    cursor: pointer;
    transition: all .3s ease;
}
.shopping-cart .quantity .lnr:hover {
    color: #dc281e;
}
.shopping-cart .unit-price,
.shopping-cart .sku,
.shopping-cart .quantity {
	white-space: nowrap;
}
.shopping-cart .subtotal-text,
.shopping-cart .unit-price-text {
	display: none;
}
.shopping-cart-page .common-buttons .update-cart-button::before {
	font-family: Font Awesome\ 5 Free;
	padding-right: 5px;
	font-weight: 900;
}
.shopping-cart-page .totals,
.shopping-cart-page .deals,
.shopping-cart-page .estimate-shipping {
	background: #fff;
	padding: 15px;
}
.shopping-cart-page .deals,
.shopping-cart-page .estimate-shipping {
	margin-bottom: 15px;
	border: 2px solid #dfdfdf;
}
.shopping-cart-page .totals td {
	border-top: 0;
}
.shopping-cart-page .totals table {
	border-bottom: 0;
	border: 2px solid #dfdfdf;
	border-collapse: unset;
}
.shopping-cart-page .update-cart-button,
.shopping-cart-page .continue-shopping-button,
.shopping-cart-page .removeAll-cart-button {
	font-size: 16px !important;
}
.shopping-cart-page .removeAll-cart-button::before {
	padding-right: 5px;
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
}
.shopping-cart-page .continue-shopping-button::before {
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
	padding-right: 5px;
}
.shopping-cart-page select:focus {
	background-color: #eee;
}
.shopping-cart-page .total-info {
	margin-top: 0;
}
.shopping-cart-page .total-info tbody {
	border: 0;
}
.shopping-cart-page .checkout-buttons {
	display: flex;
	justify-content: center;
}
.shopping-cart .qty-input-ro {
	margin: auto;
	width: 70px;
	border-radius: 0;
}
/* wishlist new */

.shopping-cart tbody {
	border: 0;
}
.estimate-shipping-result {
	font-weight: 700;
}
.shopping-cart-page .desktop-shopping-table .table-remove .custom-control-indicator {
	left: 15px;
}
.wishlist-content .desktop-shopping-table .table-remove .custom-control-indicator {
	left: 26px;
}
.desktop-shopping-table .table-qty input {
	width: 65px;
}
.mobile-shopping-table {
	border: 2px solid #000;
}
.mobile-shopping-table .table-name {
	width: 50%;
}
.mobile-shopping-table .table-remove .custom-control-indicator {
	width: 20px;
	height: 20px;
}
.checked-cart {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
	color: #fff;
	background-color: #007bff;
}
.cart-checkbox {
	width: 20px;
	left: 8px;
}
.wishlist-buttons .lnr {
    font-size: 22px;
}
/* order-details */

.order-details-page .shopping-cart th.product {
	width: 65%;
}
.order-details-page .btn-group .btn:last-of-type {
	margin-right: 0;
}
.order-details-page .shopping-cart .product {
	margin: 0;
}
.order-details-page .shopping-cart .product em a {
	font-size: 18px;
}
.order-details-page .totals table {
	background: #fff;
	border: 1px solid #eee !important;
	margin-bottom: 0;
}
.shopping-cart-page .cross-sells {
    padding: 0 15px;
}

/*fly shopping cart*/

.pageForSlide {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.pageForSlide.show {
	-webkit-transform: translate3d(-15%, 0, 0);
	transform: translate3d(-20%, 0, 0);
}
.flyout-cart.no-data {
	height: auto !important;
}
.flyout-cart-nodata-text {
	font-size: 16px;
}
.flyout-cart-nodata-icon {
    width: 100%;
    font-size: 70px;
	color: #888;
}
.flyout-cart-nodata-icon .mat {
    font-size: 70px;
}
.flyout-cart-header {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 16px;
	font-weight: 300;
	padding: 5px;
	background: #dc281e;
	color: #fff;
	height: 43px;
}
.mini-shopping-cart {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.out-items {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.flyout-cart .items {
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.flyout-cart .items-container {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-height: 100px;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    z-index: 1;
}
.flyout-cart-header a {
    color: #fff;
    font-size: 16px;
}
.flyout-cart-header .close-cart {
    order: 2;
    padding-right: 10px;
}
.flyout-cart-header .close-cart .c-button__text {
    display: flex;
    align-items: center;
    justify-content: center;
}
.flyout-cart .product {
	margin-bottom: 0 !important;
}
.fly-close {
	z-index: 99999;
	position: absolute;
	right: 0;
	background: #0091b5;
	color: #fff;
	height: 43px;
	padding-left: 0;
	padding-right: 0;
	width: 9.333333%;
}
.fly-close:before {
	content: "";
	position: absolute;
	top: 20px;
	right: 15px;
	width: 15px;
	height: 3px;
	background: #fff;
	transform: rotate(45deg);
}
.fly-close:after {
	content: "";
	position: absolute;
	top: 20px;
	right: 15px;
	width: 15px;
	height: 3px;
	background: #fff;
	transform: rotate(-45deg);
}
#topcartlink {
	cursor: pointer;
}
#topcartlink .c-button__text {
    display: flex;
    align-items: center;
}
.dropdowns-container.fly-in {
    margin-left: -5px;
}
.flyout-cart .cart-button {
	color: #fff;
	background: rgba(255, 255, 255, 0);
	border-color: rgba(255, 255, 255, 0.6);
	box-shadow: none;
}
.flyout-cart .cart-button:hover {
	color: #fff;
	background: rgba(255, 255, 255, 0.15);
}
.flyout-cart .btn-info:not(:disabled):not(.disabled).active,
.flyout-cart .btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
	color: #fff;
	border-color: #fff;
	background: rgba(255, 255, 255, 0.15);
	box-shadow: none;
}
.flyout-cart .price strong {
	color: #1D1F20;
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
	margin-left: 5px;
}
.flyout-cart .quantity strong {
	color: #1D1F20;
	font-size: 14px;
	font-weight: 500;
	margin-left: 5px;
}
.flyout-cart .attributes {
	font-weight: 300;
	font-size: 12px;
	color: #888;
}
.navUp .container.fly-in {
	padding-right: 21px !important;
}
.flyout-cart .name {
    margin-bottom: 5px;
}
.flyout-cart .name a {
	color: #1D1F20;
	font-size: 16px;
	font-weight: 500;
    line-height: 1;
}
.flyout-cart .price span,
.flyout-cart .quantity span {
	font-size: 14px;
	line-height: 1;
	font-weight: 300;
}
.flyout-cart {
    position: absolute;
    width: 100%;
    height: 100%;
    min-width: 300px;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.flyout-cart .flyout-cart-bottom {
    padding: 15px;
    background-color: #1D1F20;
    min-width: 300px;
    width: 100%;
}
.flyout-cart .flyout-cart-bottom .totals {
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	display: flex;
	flex-direction: column;
	padding: 0;
	align-items: flex-start;
}
.flyout-cart .flyout-cart-bottom strong {
	font-weight: 400;
	font-size: 24px;
	letter-spacing: 1px;
}
.flyout-cart .item {
	border-bottom: 1px solid #dddddd;
	padding: 15px !important;
}
.flyout-cart .item:last-of-type {
	border-bottom: none;
}
#topcartlink > div > a {
	padding: 11px;
	padding-right: 0;
}
.wishlist-container,
.inbox-col {
	position: relative;
}
#topcartlink {
	position: relative;
}
#topcartlink .cart-qty,
.wishlist-qty,
.inbox-unread {
	border-radius: 100%;
    background: #dfdfdf;
    color: #000;
    font-size: 10px;
    font-weight: 500;
    width: 19px;
    height: 19px;
    letter-spacing: 0px;
    line-height: 1;
    padding: 2px;
    margin-left: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#topcartlink .cart-qty {
    color: #fff;
    background: #dc281e;
}
.ico-inbox .lnr {
    position: relative;
    top: -2px;
}
span.product-quantity {
	min-width: 60px;
}
.group li:nth-child(2)::before,
.cartCounter .dropdown-toggle::after,
.ui-helper-hidden-accessible,
.generalLeftSide .block-recently-viewed-products li:before {
	display: none;
}
.pm-unread {
	font-weight: 700;
}
.generalNote {
	padding: 10px;
}
.generalNote p {
	margin-bottom: 0;
	color: #FFF;
	text-align: center;
}
.generalNote a {
	text-decoration: underline;
}
.generalAdToCart input {
	max-width: 68px;
	display: inline;
    text-align: center;
	position: relative;
	margin-right: 5px;
	margin-bottom: 5px;
}
.generalAdToCart select {
	max-width: 62px;
}
.enter-price-input {
	display: block;
}
.close {
	position: absolute;
	right: 7px;
	top: 4px;
    text-shadow: unset;
}
.administration {
	border-left: 0px;
}
.category-description ul {
	list-style-type: inherit;
}
.shipments {
	overflow: auto;
}
.attributes ul {
	margin-bottom: 0;
    padding-top: 8px;
	padding-left: 0;
}
.product-details-page .attributes .selected-value label {
	border: 2px solid #17a2b8;
}
/*datapicker*/

.ui-datepicker {
	background-color: #fff;
	padding: 10px;
	border: 0.5px solid #a4a6a7;
}
.ui-datepicker-next {
	float: right;
}
.ui-datepicker-next,
.ui-datepicker-prev {
	font-weight: 700;
	cursor: pointer;
}
.ui-datepicker-calendar td {
	padding: 7px;
}
.associatedItem {
	border-bottom: 2px solid #eeeeee;
}
.variant-name {
	font-weight: 700;
}
.btn-group.dropdown a.nav-link.dropdown-toggle::after {
	display: none;
}
/*footer*/

footer {
	background-color: #fff;
	width: 100%;
	display: inline-block;
	height: auto;
}
footer {
	padding: 90px 0 0 0;
}
footer .footer-lower {
	margin: 90px 0 0 0;
	padding: 30px 0;
}
footer .about-us.block {
	color: #777;
	font-size: 14px;
}
footer .step-title .card-bodyquote {
	margin-bottom: 0;
}
footer .newsletter .btn i {
	margin-right: 0;
	padding-right: 0;
}
footer .newsletter-container {
	background: #ececec;
}
footer .block h2 {
	border-bottom: 1px solid #ececec;
}
footer .block h2 strong {
	font-weight: 300;
	text-transform: uppercase;
}
footer .block .list-group-item a,
#newsletter-subscribe-block .strong.h3 {
	font-size: 13px;
	font-weight: 400;
	transition: all .3s ease;
}
#newsletter-subscribe-block .custom-control-label:before {
	background-color: #697077;
}
#newsletter-subscribe-block .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
	background-color: #007bff;
}
footer .social-icons a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border: 2px solid transparent;
    background-color: #dfdfdf;
    border-radius: 100%;
    transition: all .3s ease;
}
footer .social-icons li:hover a {
    border: 2px solid #000;
}
footer .social-icons a span {
	font-size: 25px;
}
footer .block h2,
footer .block a {
	color: #000;
}
footer .social a {
	color: rgb(46, 48, 49);
}
footer .social a span {
	transition: all .3s ease;
}
footer h5 {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
}
footer .color-holder {
	min-height: 8px;
	top: 0;
	width: 100%;
	margin-bottom: 16px;
}
.newsletter {
	background-color: #dc281e;
	padding: 90px 0;
}
.newsletter .title {
	font-size: 36px;
	font-weight: 700;
	color: #fff;
}
.newsletter .desc {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}
.newsletter #newsletter-email,
.newsletter .input-group-append {
	height: 50px;
}
.newsletter #newsletter-email {
	color: #fff;
	border: 1px solid #fff;
	background: 0;
	border-radius: 0;
}
.newsletter input[type=text]::placeholder {
	color: #fff;
}
.newsletter #newsletter-subscribe-button {
	border-radius: 0;
	border-color: #fff;
	margin-left: 5px;
	color: #fff;
}
.newsletter #newsletter-subscribe-button:hover {
	background-color: #000;
	border-color: #000;
}
.newsletter .subscribe-radio {
	display: flex;
}
.newsletter .subscribe-radio span,
.newsletter-validation {
	color: #fff;
}
.newsletter-inputs {
	position: relative;
}
.newsletter-result {
	position: absolute;
	width: 100%;
	text-align: center;
	color: #fff;
}
footer .list-group .list-group-item {
	background-color: transparent;
	padding: 1px;
	border: 0;
	margin-right: 15px;
}
.footer-lower {
	border-top: 1px solid #eceeef;
}
/*IE FIX*/

.card a {
	overflow: hidden;
}
.img-fluid {
	width: 100%;
}
.header-logo img {
	width: auto;
}
.add-to-cart-button {
	display: inline-flex;
	display: inline-block;
}
.overview-buttons .generalAdToCart > .form-group {
	display: flex;
}
.checkout-attributes {} .rowHelper.card {
	display: inline-table;
}
.btn-section .btn {
	margin-bottom: 5px;
}
/*Safari*/

.step-title {
	width: 100%;
}
.wishlist-content .custom-control-description {
	padding-right: 0;
	margin-left: 0;
}
.wishlist-content .remove-from-cart {
	min-width: 25px;
}
/*media*/

@media screen and (max-width: 1400px) {
	.slide-box .img-fluid {
		max-width: 105px;
	}
	.slide-box .rating .lnr,
	.slide-box .rating-mask .lnr {
		font-size: 16px;
	}
	.product-box .title a {
		font-size: 14px;
	}
	.slide-box .actual-price {
		font-size: 18px;
	}
	.CatFeaturedProd .swiper-slide {
		margin-top: 0 !important;
	}
	.product-box .old-price {
		margin-left: 5px;
	}
}
@media screen and (min-width: 1350px) {
	.container {
		max-width: 1400px;
	}
}
@media screen and (max-width: 1200px) and (min-width: 901px) {
	.shopping-cart tr {
		float: left;
		margin: 0 0 2% 2%;
		width: 33.1%;
	}
	.shopping-cart tr:nth-child(3n+1) {
		clear: both;
		margin-left: 0;
	}
	.shopping-cart .quantity .qty-input {
		width: 45px;
	}
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
    .category-card a {
        width: 100%;
        height: 100%;
    }
    .category-card a .img-fluid {
        position: absolute;
        top: 0;
        left: 0;
        width: auto;
        max-width: unset;
        height: 100%;
    }
    .category-card .img-holder {
        height: 100%;
        width: calc(100% - 8px);
    }
    .new-rating {
        width: 83px;
        font-size: 20px;
    }
}
@media screen and (min-width: 1200px) {
	.shopping-cart .subtotal {
		min-width: 165px;
	}
	.product-quickview {
		max-width: 1140px;
	}
    #CrossSellProducts .modal-dialog {
        max-width: 1140px;
    }
	.shopping-cart .unit-price {} .card.gen .btn-group .btn-secondary {
		min-width: 42px !important;
		width: 25%;
	}
}
@media screen and (max-width: 1200px) {
    .flyout-cart-header,
    .flyout-cart-nodata-text {
        font-size: 14px;
    }
    .countdown-container .time-holder:first-child {
        padding: 0 5px 0 0;
    }
    .countdown-container .time-holder {
        min-width: 30px;
    }
    .countdown-container .countdown {
        font-size: 18px;
    }
    .countdown-container .time-holder::after {
        bottom: 25px;
    }
    .shopping-cart-page .checkout-buttons .btn {
        width: 100%;
        margin-top: 15px;
    }
    .shopping-cart-page .checkout-buttons {
        flex-wrap: wrap;
    }
    .order-progress .lnr {
        font-size: 20px;
    }
    .order-progress .inactive-step,
    .order-progress .active-step {
        padding: 0 5px;
    }
    .deleteshoppingcartitem {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 28px;
        z-index: 1;
    }
	#mainSlider .mainSlider-prev {
		left: 30px;
	}
	#mainSlider .mainSlider-next {
		right: 30px;
	}
	.shopping-cart-page .remove-from-cart {
		height: 0 !important;
	}
	.remove-from-cart::before {
		background: transparent !important;
	}
	.return-product-container {
		width: calc(100% - 30px);
		margin-left: 15px;
	}
	.advanced-search-results .products-container .product-desc {
		max-width: 220px;
	}
	.order-details-page .quantity {
		font-size: 23px;
		color: #000 !important;
	}
	.block-account-navigation .list li a {
		font-size: 13px;
		font-weight: 300;
	}
	.card.gen .btn-group .btn {
		padding-left: 8px;
		padding-right: 8px;
		display: flex;
		justify-content: center;
	}
	.order-details-page td.subtotal {
		justify-content: flex-end;
	}
	.shopping-cart td.product .product-name {
		font-size: 18px;
	}
	.shopping-cart .discount {
		font-size: 15px;
	}
	.order-details-page .shopping-cart .product {
		width: 100%;
		background: #eee;
		min-height: 52px;
	}
	.order-details-page .product-unit-price,
	.order-details-page .product-subtotal.price {
		font-size: 23px;
	}
	.order-details-page .shopping-cart tr {
		min-height: 160px;
	}
	.order-details-page .shopping-cart .unit-price {
		justify-content: flex-end;
		margin-bottom: 0;
	}
	.shopping-cart-container {
		box-shadow: unset !important;
	}
	.order-details-page .shopping-cart .product-subtotal.price {
		position: relative;
		left: unset;
		bottom: unset;
	}
	.shopping-cart .product-subtotal.price {
		position: absolute;
		left: 75px;
		bottom: 20px;
	}
	.shopping-cart .add-to-cart {
		position: absolute;
		right: 0;
		top: 0;
	}
	.order-details-page .quantity {
		font-size: 23px;
		color: #000 !important;
	}
	.order-details-page .shopping-cart .product {
		width: 100%;
		background: #eee;
		min-height: 52px;
		padding: 10px !important;
	}
	.order-details-page .product-unit-price,
	.order-details-page .product-subtotal.price {
		font-size: 18px;
	}
	.shopping-cart .remove-from-cart.remove-os {
		width: 100% !important;
	}
	.shopping-cart .remove-from-cart.remove-os label {
		margin-left: auto !important;
		left: -25px !important;
	}
	.shopping-cart .remove-from-cart.remove-os p {
		width: 100%;
	}
	.shopping-cart .add-to-cart input[type='checkbox'].checkbox-u + label:after {
		left: -12px;
	}
	.shopping-cart .add-to-cart input[type='checkbox'].checkbox-u + label:before {
		left: 9px;
	}
	.shopping-cart {
		box-shadow: unset;
		border: 0;
	}
	.shopping-cart .quantity .qty-input {
		width: 45px;
	}
	.shopping-cart .remove-from-cart input[type='checkbox'] + label {
		width: 30px;
	}
	.shopping-cart td {
		padding: 15px;
	}
	.shopping-cart-page {
		clear: both;
	}
	.shopping-cart tbody {
		border: 0;
	}
	.shopping-cart thead {
		display: none;
	}
	.shopping-cart tr {
		margin: 0 0 10px;
		font-size: 0;
		letter-spacing: 0;
		border: 2px solid #fff;
		position: relative;
		text-align: center;
		overflow: hidden;
		background: #fff;
		box-shadow: 0 0 14px rgba(0, 0, 0, 0.06);
		padding-bottom: 65px;
		display: flex !important;
		flex-direction: column;
	}
	.shopping-cart td {
		font-size: 14px;
		letter-spacing: .2px;
		padding: 15px;
		border: none !important;
		text-align: center;
	}
	.shopping-cart tr,
	.shopping-cart td {
		display: block;
	}
	.shopping-cart tr {
		margin-right: 2px;
		min-height: 315px;
		border: 1px solid rgba(0, 0, 0, .25);
	}
	.shopping-cart .remove-from-cart,
	.shopping-cart .add-to-cart {
		height: 48px;
		align-items: center;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		border: none;
		text-align: center;
		display: -webkit-flex;
		display: -webkit-box;
		display: -moz-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: center !important;
		margin-right: 0 !important;
		padding: 0;
		width: 50%;
	}
	.shopping-cart .remove-from-cart input[type='checkbox'] + label {
		margin: unset;
		top: 3px;
		margin-left: 3px;
		margin-bottom: auto !important;
	}
	.shopping-cart .remove-from-cart .remove {
		display: block;
		margin-bottom: 0;
		margin-left: 15px;
		left: 25px;
		z-index: 99;
		text-transform: uppercase;
		font-size: 15px;
		top: 10px;
		position: absolute;
	}
	.shopping-cart .remove-from-cart:before,
	.shopping-cart .add-to-cart:before {
		content: '';
		position: absolute;
		height: 48px;
		top: 0;
		left: 0;
		right: 0;
		background: #dfe1e2;
		z-index: 0;
	}
	.shopping-cart .product-picture {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		padding-right: 0;
		padding-left: 0;
		padding-top: 0;
		padding-bottom: 0;
		margin-bottom: 15px;
		margin-top: 47px;
	}
	.shopping-cart .product-picture a:before {
		content: '';
		display: block;
	}
	.shopping-cart .product-picture img {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		max-width: 100%;
	}
	.shopping-cart .product-picture ~ td {
		padding: 10px;
	}
	.shopping-cart .product {
		display: flex;
		width: 100%;
		flex-direction: column;
		align-self: flex-start;
		padding: 0 10px 0 !important;
		padding-bottom: 10px !important;
	}
	.shopping-cart .quantity {
		left: 0;
		width: 45%;
		padding: 10px 0 10px 10px !important;
		color: #909090;
		text-transform: none;
		font-family: 'Lato', sans-serif;
		line-height: 18px;
		font-size: 18px;
	}
	.shopping-cart .quantity,
	.shopping-cart .subtotal {
		display: flex;
		align-items: center;
		height: 66px;
		margin: 0 !important;
		padding: 10px;
		text-align: center !important;
		border-top: 1px solid #ccc !important;
		position: absolute;
		bottom: 0;
		top: unset;
	}
	.order-details-page .shopping-cart tr {
		min-height: 160px;
	}
	.shopping-cart .subtotal {
		width: 60%;
		right: 0;
		padding-left: 5px !important;
		justify-content: flex-end;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.shopping-cart .subtotal .price span:first-of-type {
		font-size: 17px !important;
	}
	.shopping-cart .subtotal .price span:nth-of-type(2) {
		font-size: 26px !important;
	}
	.shopping-cart .subtotal .price span:nth-child(3) {
		font-size: 17px !important;
	}
	.shopping-cart tbody tr:nth-child(even) {
		background-color: #fff;
	}
	.shopping-cart .unit-price {
		display: flex;
		align-items: center;
		bottom: 66px;
		width: 100%;
		justify-content: center;
		padding-left: 0 !important;
		padding-top: 0 !important;
	}
	.shopping-cart .subtotal-text,
	.shopping-cart .unit-price-text {
		display: inline-block;
		margin-right: 5px;
		font-size: 20px;
	}
	.shopping-cart .subtotal .prod-total {
		font-size: 18px;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
    .news-list-page .news-item .image-container.with-img, .news-list-page .news-item .news-content.with-img {
        width: 100%;
    }
    .news-list-page .news-item {
        flex-wrap: wrap;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .block-account-navigation .list li a {
        font-size: 12px;
        letter-spacing: 0;
        font-weight: 300;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
	.block-account-navigation .list li a:before {
		width: 40px;
	}
}
@media (min-width: 992px) {
    .c-offcanvas-bg.c-offcanvas-bg--left {
        display: none;
    }
    .c-offcanvas-content-wrap.is-open:not(.c-offcanvas-content-wrap--left) {
        -webkit-transform: translate3d(-15%, 0, 0);
        transform: translate3d(-15%, 0, 0);
    }
    .c-offcanvas--left.mobile-menu {
        display: none;
    }
    .mainNav .navbar-nav.opacity-none {
        opacity: 0;
    }
	.multirow-container:first-child:not(:last-child) {
		border-right: 1px solid #dfdfdf;
	}
    .mainNav .dropdown-menu.no-gallery .nav-item .badge {
        position: relative;
        top: -3px;
        left: unset;
        right: -3px;
        font-size: 8px;
    }
	#topcartlink {
		cursor: pointer;
		border-left: 1px solid #dfdfdf;
		margin-left: 15px;
		padding-left: 15px;
	}
	.header-links .lnr {
		font-size: 22px;
		color: #777;
		padding-right: 5px;
		transition: all .3s ease;
	}
	#mainSlider .mainSlider-next {
		right: 15%;
	}
	#mainSlider .mainSlider-prev {
		left: 15%;
	}
	#mainSlider .slider-caption .title {
		color: #000;
		font-size: 84px;
		font-style: normal;
		font-weight: 600;
		line-height: 1;
		margin-bottom: 10px;
	}
	#mainSlider .slider-caption .content {
		color: #000;
		font-size: 24px;
		font-style: normal;
		font-weight: 300;
		margin-bottom: 30px;
	}
	.mainNav {
		padding: 0;
		width: 100%;
	}
	.header-links {
		width: 100%;
		padding: 10px 0;
		border-bottom: 1px solid #dfdfdf;
		align-items: center;
	}
	.headBottom {
		padding: 0 15px;
	}
	.mainNav .navbar-nav > .nav-item .nav-link {
		display: inline-flex;
		align-items: center;
	}
	.navUp.navbar-light .navbar-nav .nav-link:focus,
	.navUp.navbar-light .navbar-nav .nav-link:hover,
	.header-links .nav-link:hover .lnr {
		color: #000;
	}
	.mainNav .nav-item {
		position: relative;
		display: flex;
		flex-direction: column;
        cursor: pointer;
	}
	.mainNav .nav-item.dropdown .dropdown-menu .nav-item {
		flex-direction: row;
	}
	.mainNav .category-icon {
		font-size: 26px !important;
		position: static !important;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.mainNav .navbar-nav > .nav-item > .category-icon {
		padding-top: 10px;
	}
	.mainNav .nav-item.dropdown .dropdown-menu .category-icon {
		padding-right: 15px;
		font-size: 20px !important;
	}
	.mainNav .navbar-nav > .nav-item > .nav-link {
		flex-direction: column;
	}
	.mainNav .navbar-nav > .nav-item > .nav-link .category-icon {
		padding-bottom: 5px;
	}
	.mainNav .navbar-nav {
		align-items: center;
		margin-left: auto;
	}
	ul.ui-autocomplete {
		min-width: 350px;
	}
	.header-links .nav-item.col {
		flex-basis: unset;
		flex-grow: unset;
		flex: unset;
		padding: 0;
		max-width: unset;
		width: unset;
	}
	.header-links #topcartlink.nav-item.col {
		position: static;
	}
	.dropdown-menu {
		display: block;
		opacity: 0;
		visibility: hidden;
		border-radius: 0;
		-webkit-transform: translateY(30px);
		-moz-transform: translateY(30px);
		-ms-transform: translateY(30px);
		-o-transform: translateY(30px);
		transform: translateY(30px);
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		transition: all .3s ease;
	}
	.dropdown-menu.show {
		display: block;
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
	}
	.mainNav .dropdown-menu.first-level {
		border: 0;
		border-top: 0;
	}
	.mainNav .no-gallery {
		padding: 30px;
	}
	.mainNav .nav-item.dropdown .dropdown-menu .nav-link {
		color: #000;
		font-size: 12px;
		padding: 0 !important;
	}
	.mainNav .no-gallery .nav-item,
	.mainNav .gallery .nav-item,
	.mainNav .nav-item.top-category .dropdown-menu.gallery.first-level .nav-item.dropdown .dropdown-menu > .nav-item > .nav-link {
		margin-bottom: 5px;
	}
	.mainNav .no-gallery .nav-item {
		margin-left: 10px;
	}
    .mainNav .no-gallery .nav-item > .nav-link {
        display: table;
        width: auto;
        position: relative;
    }
	.mainNav .no-gallery.first-level > .nav-item:last-child {
		margin-bottom: 0;
	}
	.mainNav .nav-item.top-category > .dropdown-toggle::before {
		content: "\ec3a";
		font-family: Linearicons;
		position: absolute;
		top: 28px;
		right: 15px;
		font-size: 12px;
	}
	.mainNav .nav-item.top-category .dropdown-menu.gallery.first-level {
		display: inline-flex !important;
		flex-wrap: wrap;
		justify-content: flex-start;
		padding: 30px;
		background-color: #fff;
		border-radius: 0;
	}
	.mainNav .nav-item.top-category > .img-container {
		display: none;
	}
	.mainNav .nav-item.top-category .dropdown-menu.gallery.first-level > .nav-item > .img-container {
		display: block;
		margin-bottom: 15px;
	}
	.mainNav .nav-item.top-category .dropdown-menu.gallery.first-level .nav-item {
		border: 0 !important;
	}
	.mainNav .nav-item.top-category .dropdown-menu.gallery.first-level > .nav-item {
		flex-direction: column;
		max-width: calc(25% - 23px);
		margin-right: 30px;
	}
	.mainNav .nav-item.top-category .dropdown-menu.gallery.first-level > .nav-item > .nav-link::after {
		display: none;
	}
	.mainNav .nav-item.top-category .dropdown-menu.gallery.first-level > .nav-item > .nav-link {
		position: relative;
		color: #393f46;
		text-transform: uppercase;
		font-size: 16px;
		font-family: 'Poppins', sans-serif;
		font-weight: 600;
		line-height: 1;
		padding-left: 0 !important;
		margin-bottom: 15px;
	}
    .mainNav .nav-item.top-category .dropdown-menu.gallery.first-level > .nav-item:nth-of-type(6),
    .mainNav .nav-item.top-category .dropdown-menu.gallery.first-level > .nav-item:nth-of-type(10),
    .mainNav .nav-item.top-category .dropdown-menu.gallery.first-level > .nav-item:nth-of-type(14),
    .mainNav .nav-item.top-category .dropdown-menu.gallery.first-level > .nav-item:nth-of-type(18),
    .mainNav .nav-item.top-category .dropdown-menu.gallery.first-level > .nav-item:nth-of-type(22) {
        margin-right: 0;
    }
	.mainNav .nav-item.top-category .dropdown-menu.gallery.first-level > .nav-item > .img-container img {
		max-width: 100%;
		min-width: 200px;
		height: auto;
	}
	.mainNav .nav-item.top-category .dropdown-menu.no-gallery.first-level > .nav-item > .img-container {
		display: none;
	}
	.mainNav .nav-item.top-category .dropdown-menu.gallery.first-level .nav-item.dropdown .dropdown-menu {
		visibility: visible;
		opacity: 1;
		left: 0;
		border-left: 0;
		bottom: 0;
		top: unset;
		position: relative;
		transform: unset;
		box-shadow: unset;
		padding: 0 0 0 15px;
		background-color: transparent;
	}
    .mainNav .nav-item.top-category .dropdown-menu.gallery.first-level .nav-item.dropdown .dropdown-toggle::after {
        display: none;
    }
    .mainNav .nav-item.top-category .dropdown-menu.gallery.first-level .nav-item.dropdown .dropdown-menu .nav-item,
    .mainNav .nav-item.top-category .dropdown-menu.no-gallery.first-level .nav-item.dropdown .dropdown-menu .nav-item {
        display: none;
        flex-direction: column;
    }
	.mainNav .nav-item.top-category:hover .dropdown-menu.gallery.first-level .nav-item.dropdown .dropdown-menu .nav-item,
	.mainNav .nav-item.top-category:hover .dropdown-menu.no-gallery.first-level .nav-item.dropdown .dropdown-menu .nav-item {
		display: flex;
	}
	.mainNav .nav-item.top-category .dropdown-menu.gallery.first-level .nav-item.dropdown .dropdown-menu .nav-item .badge,
	.mainNav .nav-item.top-category .dropdown-menu.no-gallery.first-level .nav-item.dropdown .dropdown-menu .nav-item .badge {
		top: -16px;
	}
	.mainNav .nav-item.top-category .dropdown-menu.gallery.first-level .nav-item.dropdown .dropdown-menu .nav-item .img-container,
	.mainNav .nav-item.top-category .dropdown-menu.no-gallery.first-level .nav-item.dropdown .dropdown-menu .nav-item .img-container {
		display: none;
	}
    .mainNav .dropdown-menu {
        border: 0;
        border-left: 4px solid transparent;
        box-shadow: 0 6px 10px rgba(0, 0, 0, .2);
    }
	.mainNav .top-category .nav-item::before {
		content: "\ec3c";
		font-family: Linearicons;
		position: absolute;
		left: -15px;
		top: 1px;
		font-size: 11px;
	}
	.mainNav .top-category .nav-item:not(.dropdown):hover::before {
		color: #dc281e;
	}
	.mainNav .nav-item.top-category .dropdown-menu.gallery.first-level > .nav-item::before,
	.mainNav .nav-item.top-category .dropdown-menu.gallery.first-level > .nav-item::after {
		display: none;
	}
	.mainNav .nav-item.dropdown:hover > .dropdown-menu {
		display: block;
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
	}
	.mainNav .nav-item.dropdown > .next-level {
		left: calc(100% + 15px);
		padding: 30px;
		top: -30px;
		position: absolute;
		transition: all .3s ease;
	}
	.mainNav .dropdown-menu.no-gallery .nav-item.dropdown::after {
		content: "\e874";
		font-family: Linearicons-Free;
		position: absolute;
		top: 1px;
		right: 0px;
		font-size: 12px;
	}
	.wishlist-label {
		padding-right: 3px;
	}
	.wishlist-content .custom-control {
		min-width: 50px;
	}
	.header-links .admin-group {
		display: none !important;
	}
	#searchModal .admin-group {
		display: none !important;
	}
	#searchModal .search-box-button span:nth-child(3) {
		display: none !important;
	}
	header .collapse {
		display: none !important;
	}
	.wishlist-content th:first-of-type {
		width: 10%;
	}
	.first-level .dropdown:hover .next-level {
		display: block;
		position: absolute;
	}
	.shopping-cart-page .card {
		padding-bottom: 0;
	}
	.subrow .quantity .td-title {
		position: relative;
		top: 6px;
	}
	.subrow .unit-price {
		position: relative;
		padding-top: 6px;
	}
}
@media screen and (max-width: 991px) and (min-width: 767px) {
	.shopping-cart tr {
		float: left;
		margin: 0 0 2% 2%;
		width: 49%;
	}
	.forum-topic-page .post-user {
		border-right: 1px solid #d9d9d9;
	}
	.shopping-cart tr:nth-child(2n+1) {
		clear: both;
		margin-left: 0;
	}
    .category-card a .img-fluid {
        position: static;
    }
}
@media (max-width: 1024px) {
	.card.gen .card-buttons {
		top: -38px;
		position: static;
	}
	.return-request-table thead .product,
	.return-request-table thead .reason {
		min-width: 165px;
	}
	body.fly-in {
		padding-right: unset;
	}
	.dropdowns-container.fly-in {
		margin-left: unset;
	}
	.navUp .container.fly-in {
		padding-right: 16px !important;
	}
}
@media (max-width: 991px) {
    .headBottom {
        justify-content: center;
    }
    .product-box.slide-box .new-rating {
        width: 75px;
        font-size: 18px;
    }
    .header-links .header-logo {
        display: none;
    }
    .header-logo img {
        margin: 15px 0;
    }
    .headBottom {
        justify-content: center;
    }
    .slide-box .new-rating {
        width: 83px;
        font-size: 20px;
    }
    .slide-box .count a {
        top: 3px;
        left: 95px;
    }
    .generalSideRight #small-search-box-form {
        max-width: unset;
    }
    #small-search-box-form {
        width: 100%;
        max-width: 54px;
    }
    .product-rating-box {
        margin: 5px 0 0 0;
    }
    .product-box .price {
        margin: 5px 0;
    }
    header {
        margin-top: 70px;
    }
    .mobile-menu .img-container {
        display: none;
    }
    .dropdowns-container .dropdown-menu {
        min-width: 40px;
        border: 1px solid rgba(0,0,0,.15);
    }
    .dropdowns-container .dropdown-menu .active a {
        color: #000;
    }
    .dropdowns-container .dropdown-menu li a {
        color: #888;
        font-size: 12px;
        padding: 0 10px;
        text-align: center;
    }
    .filter-button .c-button__text {
        display: flex;
        align-items: center;
    }
    #leftSide.is-open {
        transform: translate3d(0,0,0);
    }
    #leftSide {
        transform: translate3d(-100%,0,0);
        visibility: visible;
    }
    .flyout-cart-header {
        font-size: 14px;
    }
    .flyout-cart .name a,
    .flyout-cart .price strong,
    .flyout-cart .price span, .flyout-cart .quantity span,
    .flyout-cart .quantity strong {
        font-size: 13px;
    }
    .mainNav {
        display: none;
    }
    .mobile-menu .dropdowns-container {
        width: 100%;
        list-style-type: none;
        padding: 15px;
    }
    .mobile-menu .dropdowns-container ul {
        padding: 0;
    }
    .mobile-menu .dropdowns-container ul li {
        font-size: 16px;
        border-radius: 0;
    }
    .mobile-menu .dropdowns-container .generalDropDown {
        display: flex;
        justify-content: center;
        width: 100%;
        padding-left: 0;
    }
    .c-offcanvas--right {
        width: 320px;
    }
    #topcartlink .c-button__text {
        flex-direction: column;
    }
    
    #pills-manufacturers .manufacturer-dropdown,
    #pills-links .links-dropdown {
        display: block;
        position: static;
        width: 100%;
        border: 0;
        padding: 0;
        border-radius: 0;
    }
    #pills-menu .navbar-nav {
        width: 100%;
        padding-left: 0;
    }
    #pills-mobile-tab {
        display: inline-flex;
        flex-wrap: nowrap;
        width: 100%;
    }
    #pills-mobile-tabContent.tab-content > .active {
        display: flex;
    }
	#pills-mobile-tab .nav-item .nav-link.active::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 2px;
		background: #dc281e;
	}
    #pills-mobile-tab .nav-item .nav-link:not(.active)::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: rgba(0,0,0,.15);
    }
    #pills-mobile-tab .nav-item {
        display: inline-block;
        width: 100%;
    }
    #pills-mobile-tab .nav-item .nav-link.active {
        color: #fff;
        background-color: #dc281e;
        font-weight: 400;
    }
    #pills-mobile-tab .nav-item .nav-link {
        padding: 17px 12px;
        color: #888;
        font-size: 12px;
        font-weight: 400;
        border-radius: 0;
        background-color: transparent;
        justify-content: center;
    }
    .c-offcanvas--left {
        width: 320px;
        overflow: scroll;
        transform: translate3d(-320px, 0, 0);
        -webkit-transform: translate3d(-320px, 0, 0);
    }
    .c-offcanvas-content-wrap.c-offcanvas-content-wrap--left.is-open {
        -webkit-transform: translate3d(15%, 0, 0);
        transform: translate3d(15%, 0, 0);
    }
    .c-offcanvas-content-wrap.c-offcanvas-content-wrap--right.is-open {
        -webkit-transform: translate3d(-15%, 0, 0);
        transform: translate3d(-15%, 0, 0);
    }
    .header-links {
        width: 100vw;
    }
    .mobile-menu .nav-item.dropdown > .dropdown-menu {
        display: block;
        position: fixed !important;
        top: 53px !important;
        left: -100% !important;
        transform: translate(-100%,0) !important;
        -webkit-transform: translate(-100%,0) !important;
        height: 100vh;
        border-radius: 0;
        border: 0;
        padding: 0;
        transition: all .5s ease;
    }
    .mobile-menu .nav-item.dropdown > .dropdown-menu.next-level {
        top: 0 !important;
    }
    .mobile-menu .nav-item.dropdown > .dropdown-menu.show {
        transform: translate(0,0) !important;
        -webkit-transform: translate(0,0) !important;
        left: 0 !important;
    }
    .mobile-menu .navbar-nav .nav-item,
    .mobile-menu .manufacturer-dropdown .nav-item,
    .mobile-menu .links-dropdown .nav-item {
        position: relative;
        border-bottom: 1px solid rgba(0,0,0,.15);
    }
    .mobile-menu .nav-item .nav-link {
        display: flex;
        justify-content: space-between;
        padding: 14px 25px;
        color: #1D1F20;
        font-size: 14px;
    }
    .mobile-menu .nav-item .nav-link .lnr.right {
        color: #1D1F20;
    }
    .mobile-menu .nav-item .badge {
        left: 26px;
        top: 1px;
        position: absolute;
        font-weight: 300;
        padding: 2px 3px;
        color: #fff;
    }
    .mobile-menu .nav-item .dropdown-toggle::after {
        display: none;
    }
    [off-canvas*=left] {
        display: block;
        width: 320px;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #fff;
        box-shadow: 0 0 24px rgba(0,0,0,0.3);
        transform: translate(-330px,0);
        z-index: 3;
    }
    .fly-in [off-canvas*=left] {
        transform: translate(0,0);
    }
    nav.offcanvas .navbar-toggler {
        padding: 0;
    }
    nav.offcanvas {
        display: inline-flex;
        flex-wrap: wrap;
        align-items: center;
        height: auto;
        background-color: #fff;
        border-bottom: 1px solid rgba(0,0,0,.15);
    }
    .mobile-menu img {
        display: none;
    }
    .navUp .tax.dropdown-menu {
        min-width: 100%;
    }
    .options-container .lnr {
        font-size: 20px;
    }
    .tax-type-button, .currency-selector, .language-selector {
        margin-bottom: 0;
    }
    .product-details-page .gallery .gallery-thumbs .swiper-slide {
        width: 105px !important;
    }
    .account-columns .generalLeftSide {
        order: 1;
    }
    footer .list-group .list-group-item {
        text-align: center;
    }
    .product-details-page .gallery .swiper-all-container {
        max-width: 100%;
    }
    .product-details-page .gallery .swiper-all-container {
        order: 1;
    }
    .product-details-page .gallery .gallery-thumbs {
        order: 2;
    }
    .viewBox {
        display: none
    }
    .generalLeftSide .viewBox {
        display: block;
    }
    .swiper-all-container .next-slide {
        right: 0;
    }
    .swiper-all-container .prev-slide {
        left: 0;
    }
    .search-box-text:focus {
        box-shadow: unset;
        border-top: 1px solid #dfdfdf;
        border-bottom: 1px solid #dfdfdf;
    }
	.search-box-opener:hover,
	.search-box-opener:not(:disabled):not(.disabled).active,
	.search-box-opener:not(:disabled):not(.disabled):active {
		border-left: 0;
	}
    #small-search-box-form .search-box-opener .lnr {
        width: 100%;
        justify-content: center;
    }
    #small-search-box-form .search-box-opener .lnr::after {
        position: static;
    }
    #small-search-box-form.show .search-box-opener .lnr::before,
    #small-search-box-form:not(.show) .search-box-opener .lnr::after {
        display: none;
    }
	.search-box-text {
		top: 69px;
		border-left: 0;
		border-right: 0;
		width: 100%;
	}
    .search-box-select {
        right: -1px;
        max-width: 181px;
        top: 69px;
        border: 1px solid #dfdfdf;
    }
	.search-box-opener {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		width: 100%;
		min-height: 70px;
		margin: 0;
		padding: 0;
		border: 0;
	}
	.header-links .admin-link {
		display: none !important;
	}
	.admin-link {
		padding: 0 !important;
		min-height: unset !important;
	}
	.admin-link .lnr {
		color: #999;
		font-size: 20px;
	}
	.mobile-header-container {
		align-items: center;
		height: 70px;
	}
	.options-container .dropdown-menu {
		display: block;
        right: auto;
		opacity: 0;
		visibility: hidden;
		border-top: 0;
		border-radius: 0;
		-webkit-transform: translateY(30px);
		-moz-transform: translateY(30px);
		-ms-transform: translateY(30px);
		-o-transform: translateY(30px);
		transform: translateY(30px);
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		transition: all .3s ease;
	}
	.options-container .dropdown-menu.show {
		display: block;
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
	}
	#HomeProductTabs .nav-link {
		font-size: 15px;
	}
	#HomeProductTabs .nav-link.active {
		font-size: 18px;
	}
	.news-item .image-container {
		margin-right: 15px;
	}
	.news-item .news-date {
		margin-top: 0;
		line-height: 1;
	}
	.news-item .news-date .day {
		font-size: 35px;
	}
    .news-item .title {
		line-height: 1;
	}
    .news-item .desc {
		font-size: 14px;
	}
	footer {
		padding: 15px 0 0 0;
	}
	footer .footer-lower {
		margin: 15px 0 0 0;
	}
	footer .social-icons {
		margin-top: 15px;
	}
	.default-message {
		display: none;
	}
	.advanced-search-results.open {
		top: 115px;
		width: 100%;
		max-height: calc(100vh - 170px);
		border: 0;
	}
	#mobile-collapsing-menu .img-container {
		display: none;
	}
	#mobile-collapsing-menu .nav-item {
		position: relative;
		display: inline-flex;
		align-items: center;
		min-height: 50px;
		padding: 0 15px;
	}
	.category-icon {
		font-size: 26px;
		/* display: flex; */
	}
	#mobile-collapsing-menu .badge {
		position: absolute;
		top: 0px;
		left: 50px;
		color: #fff;
		font-weight: 300;
		border-radius: 0;
		padding: .2rem .3rem;
		line-height: .95;
	}
	.page-container.fixed {
		margin-top: 0;
	}
	.block-account-navigation .list li a {
		border-radius: 0 !important;
	}
	.navUp .edit.admin {
		display: none !important;
	}
	.card.gen .btn-group .btn:first-child {
		max-width: 100%;
		width: 100%;
	}
	.navUp .nav-link:hover {
		color: #007bff !important;
	}
	#topcartlink .fly-cart-container {
		display: none;
	}
	.shadow-layer.fly-in {
		display: none !important;
	}
	.mainNav.fixed {
		position: relative;
		top: 0;
	}
	.social li {
		display: inline-flex;
		margin-right: 10px;
	}
	.nav-pills .nav-link {
		border-bottom-right-radius: .25rem;
		border-top-right-radius: .25rem;
	}
	.block-account-navigation .list li a {
		transform: translateX(0px);
		padding: 0 8px 0 53px;
	}
	.mobile-search {
		margin-left: auto;
	}
	#topcartlink .cart-qty,
	.wishlist-qty,
    .inbox-unread {
		font-size: 11px;
		width: 18px;
		height: 18px;
		top: 5px;
		right: 5px;
		position: absolute;
	}
	#topcartlink .fly-cart-container .flyout-cart {
		top: 66px !important;
		height: calc(100vh - 66px) !important;
		width: 90% !important;
		right: -100%;
	}
	.fly-cart-container .items {
		height: calc(100vh - 189px);
	}
	.navUp .container.fly-in {
		padding-right: 0 !important;
	}
	body.fly-in {
		padding-right: 0;
	}
	.shopping-cart .product-picture {
		top: 85px;
	}
	.modal-open {
		overflow: hidden;
	}
	footer .max-100 {
		max-width: 100% !important;
	}
	footer .list-pad {
		padding-left: 15px !important;
	}
	footer .step-title {
		width: 100%;
		border: 0;
		border-radius: 0;
	}
    .c-offcanvas-content-wrap.is-open .header-links, .c-offcanvas-content-wrap.is-animating:not(.is-open) .header-links {
        top: -70px;
    }
    .c-offcanvas-content-wrap.is-open, .c-offcanvas-content-wrap.is-animating:not(.is-open) {
        margin-top: 70px;
    }
	.news-item-page img {
		padding: 0;
	}
	.order-summary-content .table-remove input {
		width: 50px;
		height: 50px;
		display: flex;
		left: -15px;
		top: -15px;
	}
	#searchModal .search-box-select {
		max-width: 180px;
		width: auto;
		height: 52px;
		border-top: 0;
		border-bottom: 0;
		border-left: 1px solid #9da6b2;
	}
	.footer .block {
		cursor: pointer;
		display: inline-block;
	}
	.dropdown:hover .dropdown-menu,
	.dropdown .dropdown-menu {
		display: none;
	}
	.block h5 {
		cursor: pointer;
		border-left: 3px solid transparent;
		-webkit-transition: all 0.3s;
		-webkit-transition-timing-function: linear;
		transition: all 0.3s;
		transition-timing-function: linear;
	}
	.product-unit-price,
	.quantity .td-title,
	.subtotal span.product-subtotal {
		position: relative;
	}
	.social {
		padding-top: 15px;
	}
	.navbar-expand-md .navbar-nav .dropdown-menu.open {
		display: block;
		background-color: rgb(65, 69, 72);
	}
	.navbar-expand-md .navbar-nav .dropdown-menu.next-level.open {
		display: block;
		background-color: rgb(97, 103, 108);
		position: absolute;
		width: 100%;
	}
	.navUp li a {
		font-size: 12px;
	}
	.dropdown-menu {
		margin: 0;
	}
	.mainNav .nav-item:last-of-type {
		border: none;
	}
	.mainNav .nav-item {
		border-bottom: 1px solid #484c4e;
	}
	.generalDropDown select.custom-select {
		padding-right: 30px;
	}
	section.totals {
		border-top: 1px solid #eceeef;
		border-left: 0;
	}
	.generalMiddle {
		display: block;
	}
	.subrow span.product-subtotal {
		position: relative;
		bottom: 8px;
	}
	.subrow span.product-subtotal {
		position: relative;
		bottom: 8px;
	}
	#searchModal .search-box-text.form-control {
		box-shadow: none;
	}
	.navbar-light .navbar-nav .nav-link {
		color: #000;
	}
	.header-links .nav-item .nav-link {
		padding-bottom: 0 !important;
		padding-top: 0 !important;
		padding-right: 0px !important;
		padding-left: 0px !important;
		align-items: center !important;
		align-self: center !important
	}
	.header-links .nav-item {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		width: 100%;
		min-width: 45px;
		max-width: 54px;
		min-height: 50px;
		margin-right: 0;
	}
    .header-links .nav-item:first-child {
        max-width: 54px;
        margin-right: auto;
    }
	.header-links .nav-item:last-child {
		border-right: 0;
	}
	.navbar-light .navbar-nav .nav-link,
	.navbar-light .navbar-nav .nav-link-admin {
		flex-direction: column;
	}
	.mobile-desc {
		font-size: 10px;
	}
	.mobile-top-menu {
		padding-left: 10px;
	}
	.navUp .nav-link .fa,
	.navUp .nav-link .far,
	.navUp .nav-link .fas {
		padding-left: 0px;
		font-size: 23px;
	}
	#topcartlink > div > a {
		display: flex;
		flex-direction: column;
		justify-content: center;
		background-color: #fff;
		margin-left: 0;
		min-height: 51px;
	}
	#topcartlink .fa {
		color: #17a2b8;
	}
	.navUp {
		background: #fff;
	}
	.header-links {
		position: fixed;
		top: 0;
		left: 0;
		justify-content: flex-start !important;
		z-index: 2;
		box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .25);
		background-color: #fff;
		height: 70px;
        flex-wrap: nowrap;
	}
    #topcartlink {
        min-width: unset;
        width: 100%;
    }
	.header-links .lnr {
		color: #888;
		font-size: 24px;
	}
	header .collapse {
		position: fixed;
		background-color: #f7f7f9;
		top: 49px;
		border: 1px solid #9da6b2;
		border-top: 0;
		left: 4%;
	}
	#mobile-collapsing-menu {
		top: 70px;
		z-index: 1;
		padding: 0;
	}
	.navUp .container {
		padding-left: 0;
		padding-right: 0;
		margin-left: 0;
		margin-right: 0;
		max-width: 100%;
	}
	footer .step-title {
		color: #000;
		background-color: #fff;
	}
	.product-simple-share .btn {
		display: inline-block;
        padding: 8px 14px;
	}
	#collapsing-navbar-2 .dropdown-menu {
		position: static;
		width: 100%;
	}
	.social li {
		display: inline-flex;
		margin-right: 10px;
	}
	.footer .block {
		cursor: pointer;
		display: inline-block;
	}
	.dropdown:hover .dropdown-menu,
	.dropdown .dropdown-menu {
		display: none;
	}
	.product-unit-price,
	.quantity .td-title,
	.subtotal span.product-subtotal {
		/*position: relative;*/
	}
	.generalLeftSide {
		padding-bottom: 15px;
		padding-right: 15px;
		padding-top: 0;
        border-right: 0;
	}
	.navbar-expand-md .navbar-nav .dropdown-menu.open {
		display: block;
		background-color: rgb(65, 69, 72);
	}
	.navbar-expand-md .navbar-nav .dropdown-menu.next-level.open {
		display: block;
		background-color: rgb(97, 103, 108);
		position: absolute;
		width: 100%;
	}
	.dropdown-menu {
		margin: 0;
	}
	.mainNav .nav-item:last-of-type {
		border: none;
	}
	.mainNav .nav-item {
		border-bottom: 1px solid #484c4e;
	}
	.generalDropDown select.custom-select {
		padding-right: 30px;
	}
	section.totals {
		border-top: 1px solid #eceeef;
		border-left: 0;
	}
	.generalMiddle {
		display: block;
	}
	#mobile-collapsing-menu .navbar-nav {
		flex-wrap: nowrap;
		background: #fff;
		overflow-y: auto;
		overflow-x: hidden;
		margin-top: -1px;
		height: calc(100vh - 102px);
	}
	#mobile-collapsing-menu .navbar-nav .dropdown-menu.show {
		opacity: 1 !important;
		left: 0;
		width: 100%;
		z-index: 999 !important;
		overflow-y: auto;
		overflow-x: hidden;
		height: calc(100vh - 51px);
	}
	ul.ui-autocomplete {
		position: fixed !important;
		top: 52px;
		width: calc(100% - 51px) !important;
		max-width: calc(100% - 51px) !important;
		animation-name: autocomplete;
		animation-duration: .3s;
		-webkit-animation-name: autocomplete;
		-webkit-animation-duration: .3s;
		box-shadow: 0 0 16px rgba(0, 0, 0, 0.45);
	}
}
@media (max-width: 767px) {
    .product-details-page .product-tabs .nav-link {
        font-size: 26px;
    }
    .product-quickview .product-details-page .product-tabs .nav-link {
        font-size: 22px;
    }
    .product-details-page .overview .generalTitle {
        margin-top: 15px;
    }
    .product-details-page .gallery .zoomImg {
        display: none !important;
    }
    .breadcrumb {
        padding: 0;
        justify-content: center;
    }
    .product-details-page .product-review-links, .product-details-page .product-no-reviews {
        top: -2px;
        left: 82px;
    }
    .product-details-page .review-scroll-button, .product-details-page .product-no-reviews a {
        font-size: 11px;
    }
    .logo-mobile {
        margin: 15px 0;
    }
    .catalog-selectors .sort-container {
        width: 50%;
        justify-content: center;
        order: 1;
    }
    .catalog-selectors .sort-container .selectdiv select {
        padding: 0 30px 0 15px; 
    }
    .catalog-selectors #items_statistics {
        order: 2;
    }
    #HomeProductTabs .nav-link {
        font-size: 12px;
        padding-bottom: 0;
    }
	#HomeProductTabs .nav-link.active {
		font-size: 12px;
		padding-bottom: 5px;
	}
	.newsletter {
		padding: 30px 0;
	}
	.newsletter .title {
		font-size: 24px;
	}
	.product-box .add-to-cart-button .btn-primary {
		padding: 10px 12px;
		font-size: 14px;
	}
	.slide-box .add-to-cart-button .btn-primary {
		padding: 0;
	}
	.slide-box .add-to-cart-button {
		top: -5px;
	}
	.product-box .actual-price {
		font-size: 16px;
	}
	.product-box .old-price {
		margin-left: 0;
		font-size: 10px;
	}
	.rating .lnr,
	.rating-mask .lnr {
		font-size: 16px;
	}
	.product-box .count a {
		left: 90px;
		font-size: 10px;
	}
	.advanced-search-results .products-container .product-desc {
		max-width: 200px;
	}
	.advanced-search-results .products-container .list-group-item {
		padding: 5px 0 5px 0;
	}
	.advanced-search-results .products-title {
		padding-left: 0;
	}
	.advanced-search-results .right-side {
		order: 1;
		border-left: 0;
		padding-left: 15px;
	}
	.advanced-search-results .left-side {
		order: 2;
	}
	.advanced-search-results .center-side {
		order: 3;
	}
	.order-details-page .quantity .td-title {
		position: static;
	}
	.shopping-cart .product-unit-price.price {
		font-size: 18px;
	}
	.shopping-cart .product-subtotal.price {
		font-size: 18px;
	}
	.navbar-light .navbar-nav .nav-link,
	.navbar-light .navbar-nav .nav-link-admin {
		padding-right: 33px;
		padding-top: 10px;
		padding-bottom: 10px;
		display: flex;
	}
	.shopping-cart tr {
		float: left;
		margin: 0 0 2% 0;
		width: 100%;
	}
	.shopping-cart tr:nth-child(n+1) {
		clear: both;
	}
	.shopping-cart .unit-price {
		bottom: 66px;
		min-width: 140px;
		display: flex;
		align-items: flex-end;
		width: 100%;
		justify-content: center;
		background: transparent;
	}
	.shopping-cart .product-picture {
		top: 80px;
		padding-top: 20px;
		background: transparent;
	}
	.product-details-page .overview {
		padding-left: 0;
		padding-right: 0;
	}
	.media-pad-off {
		padding-left: 0;
		padding-right: 0;
	}
	.modal-padding-off {
		padding-left: 0;
		padding-right: 0;
		border: 0;
	}
	#mobile-collapsing-menu .navbar-nav {
		flex-wrap: nowrap;
		overflow-y: scroll;
		overflow-x: hidden;
	}
	#mobile-collapsing-menu .navbar-nav .dropdown-menu.show {
		opacity: 1 !important;
		left: 0;
		width: 100%;
		z-index: 999 !important;
		overflow-y: scroll;
		overflow-x: hidden;
	}
	.navUp li a span.fa {
		font-size: 24px;
	}
	.footer-lower {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	footer .block {
		cursor: pointer;
		display: inline-block;
	}
	.wishrow {
		margin: auto;
	}
	.wishlist-content .table > tbody > tr > td,
	.cartTable .table > tbody > tr > td {
		vertical-align: middle;
		width: 100%;
		display: block;
		text-align: center;
		padding: 2px;
		padding-bottom: 40px;
	}
	.wishlist-content .table > tbody > tr > td:first-of-type,
	.cartTable .table > tbody > tr > td:first-of-type {
		padding-bottom: 0;
		height: 46px;
	}
	.subrow {
		display: -webkit-inline-box;
	}
	.quantity {
		position: relative;
		top: -7px;
	}
	.product {
		margin-bottom: 10px;
	}
	.rate label {
		display: block;
	}
	.rate .custom-control + .custom-control {
		margin-left: 0;
	}
	.product-quantity,
	.form-control.qty-input {
		max-width: 100px;
	}
	.generalAdToCart .form-control.qty-input {
		margin: inherit;
		margin-bottom: 0;
		margin-top: 0;
		margin-right: 7px;
	}
	.order-summary .table > tbody > tr > td:first-of-type {
		height: auto;
	}
	.total-info .table > tbody > tr > td {
		vertical-align: middle;
		width: 50%;
		display: block;
	}
	.share-info a {
		font-size: 10px;
	}
	.subtotal,
	product-subtotal,
	.unit-price {
		top: -4px;
	}
	.quantity .td-title {
		position: relative;
		display: block;
	}
	.order-details-page .quantity .td-title {
		position: static;
	}
	.card.generalNote {
		position: fixed;
		width: 100%;
		display: none;
		right: 0;
		bottom: 0;
	}
	.language-list {
		margin-bottom: 0;
	}
	.page {
		min-height: 225px;
	}
	.forum-topic-page ul.user-stats {
		border-right: none;
	}
	.topic-posts .send-pm {
		border-bottom: 1px solid #dddddd;
	}
	header .collapse {
		position: fixed;
		background-color: #f7f7f9;
		top: 49px;
		padding: 15px;
		border: 1px solid #9da6b2;
		border-top: 0;
		left: 4%;
	}
	.navbar-light .navbar-nav .nav-link {
		padding-right: 33px;
	}
	.navUp li a span.fa,
	.navUp li a span.far,
	.navUp li a span.fas {
		font-size: 24px;
	}
	.footer-lower {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	footer .block {
		cursor: pointer;
		display: inline-block;
	}
	.wishrow {
		margin: auto;
	}
	.wishlist-content .table > tbody > tr > td,
	.cartTable .table > tbody > tr > td {
		vertical-align: middle;
		width: 100%;
		display: block;
		text-align: center;
		padding: 2px;
		padding-bottom: 40px;
	}
	.wishlist-content .table > tbody > tr > td:first-of-type,
	.cartTable .table > tbody > tr > td:first-of-type {
		padding-bottom: 0;
		height: 46px;
	}
	.subrow {
		display: -webkit-inline-box;
	}
	.quantity {
		position: relative;
		top: -7px;
	}
	table .quantity {
		position: static;
		top: unset;
	}
	.custom-select {
		padding: .275rem 1.55rem .275rem .55rem;
	}
	.product {
		margin-bottom: 10px;
	}
	.rate label {
		display: block;
	}
	.rate .custom-control + .custom-control {
		margin-left: 0;
	}
	.forum-media-header {
		max-height: 60px;
	}
	.product-quantity,
	.form-control.qty-input {
		max-width: 100px;
	}
	.generalAdToCart .form-control.qty-input {
		margin: inherit;
		margin-bottom: 0;
		margin-top: 0;
		margin-right: 3px;
		padding: 2px;
		max-width: 45px;
        max-height: 46px;
	}
	.order-summary .table > tbody > tr > td:first-of-type {
		height: auto;
	}
	.total-info .table > tbody > tr > td {
		vertical-align: middle;
		width: 50%;
		display: block;
	}
	.share-info a {
		font-size: 10px;
	}
	.subtotal,
	product-subtotal,
	.unit-price {
		top: -4px;
	}
	.quantity .td-title {
		position: relative;
		display: block;
	}
	.order-details-page .quantity .td-title {
		position: static;
	}
	.card.generalNote {
		position: fixed;
		width: 100%;
		display: none;
		right: 0;
		bottom: 0;
	}
	.language-list {
		margin-bottom: 0;
	}
	.page {
		min-height: 225px;
	}
	.forum-topic-page ul.user-stats {
		border-right: none;
	}
	.topic-posts .send-pm {
		border-bottom: 1px solid #dddddd;
	}
	.wishlist-content th:first-of-type {
		display: none;
	}
}
@media screen and (max-width: 767px) and (min-width: 575px) {
	.shopping-cart .product-picture img {
		top: -25px;
		margin: unset;
	}
}
@media (min-width: 767px) {
	.checkoutAttributes {
		padding-left: 0;
		padding-right: 0;
	}
	.navUp li a {
		font-size: 14px;
	}
	.navUp li a .fa,
	.navUp li a .far {
		font-size: 18px;
	}
	.available-items ul {
		padding-left: 0;
		margin-bottom: 5px;
	}
	.navUp li a span.fa {
		margin-right: 2px;
		margin-left: 2px;
	}
	.wishlist-content .remove-from-cart label {
		padding-left: 0 !important;
	}
	.wishlist-content .remove-from-cart label {
		padding-left: 0 !important;
	}
	.available-items ul {
		padding-left: 0;
		margin-bottom: 5px;
	}
	.navUp li a span.fa {
		margin-right: 2px;
		margin-left: 2px;
	}
}
@media (max-width: 575px) {
    .product-simple-share .btn {
        padding: 8px 12px;
    }
    .product-box:not(.slide-box) .add-to-cart-button {
        width: 100%;
    }
    #mainSlider.swiper-container .swiper-scrollbar.number {
        left: 5%;
    }
    .out-items {
        right: 10px;
    }
    .flyout-cart-header {
        font-size: 12px;
    }
    .flyout-cart-nodata-icon {
        font-size: 45px;
    }
    .new-rating {
        width: 83px;
        font-size: 20px;
        height: 20px;
    }
    .new-rating .rating-ghost {
        height: 20px;
    }
    .forum-post .avatar img {
        max-width: 100px;
    }
    .forum-topic-page .forum-post {
        display: flex;
        justify-content: center;
        border-right: 0;
        padding: 0;
    }
    .forum-topic-page ul.user-stats {
        padding: 0 15px 0 15px;
        font-size: 12px;
    }
    .forum-topic-page .send-pm {
        position: absolute;
        top: 0;
        left: 0;
        border-bottom: 0;
    }
    .forum-topic-page .send-pm .btn {
        font-size: 14px;
        padding: 5px;
    }
    .product-review-helpfulness .question {
        font-size: 13px;
    }
    .account-page .card-header {
        font-size: 20px;
    }
    .btn-export {
        position: absolute;
        top: -4px;
        right: 0;
        padding: 5px;
        z-index: 1;
    }
    #action_modal_banner .content .title {
        font-size: 30px;
    }
    #action_modal_banner .content .desc {
        font-size: 16px;
    }
    #action_modal_banner .ribbon {
        top: 15px;
        left: 15px;
        width: 45px;
        height: 45px;
    }
    #generalMessage {
        top: 165px;
        right: 15px;
        max-width: 290px;
        position: absolute;
    }
    #AddedToCart {
        bottom: 15px;
        right: 15px;
        max-width: calc(100% - 30px);
    }
    .added-to-cart-container {
        padding: 15px;
    }
    .added-to-cart-container .note-icon {
        display: none;
    }
    .added-to-cart-container .product-name {
        max-width: 150px;
    }
    .product-details-page .gallery .gallery-thumbs .swiper-slide {
        width: 50px !important;
        height: auto !important;
    }
    .news-item .image-container.with-img, .news-item .news-content.with-img {
        width: 100%;
    }
	.category-card .img-holder::before {
		display: none;
	}
	#eu-cookie-bar-notification {
		left: 10px;
	}
	#HomeProductTabs {
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: center;
	}
	.parallax-caption .title {
		font-size: 32px;
	}
    .parallax-caption .content {
        max-width: 80%;
        font-size: 18px;
        text-align: center;
    }
	.category-card .category-desc {
		position: static;
        margin-top: 15px;
	}
	.category-card .category-desc .title {
		font-size: 28px;
	}
	.category-card .category-desc .content p {
		font-size: 14px;
	}
	#mainSlider .title {
		font-size: 30px;
		font-weight: 600;
		line-height: 1;
		margin-bottom: 5px;
	}
	#mainSlider .content {
		display: none;
	}
	#mainSlider .slider-caption .btn {
		padding: 5px 15px;
	}
	#mainSlider .swiper-pagination {
		bottom: 0;
	}
	#mainSlider .mainSlider-next {
		right: 5%;
	}
	#mainSlider .mainSlider-prev {
		left: 5%;
	}
	.return-product-container {
		width: calc(100% - 30px);
		margin-left: 15px;
	}
	.mobile-desc {
		font-size: 9px !important;
	}
	.card.gen .btn-group .btn-secondary {
		min-width: 38px !important;
	}
	.card.gen .btn-group .btn-secondary {
		height: 40px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.header-links .nav-item {
		padding-left: 0;
		padding-right: 0;
	}
	.card.gen .btn-group .btn-secondary {
		font-size: 14px;
	}
	.card.gen .btn-group .btn-primary {
		font-size: 14px;
	}
	.card.gen .btn-group .btn-primary {
		height: 40px;
	}
	.block-account-navigation .list .customer-info a:before {
		font-size: 20px;
	}
	.block-account-navigation .list li a {
		font-size: 14px;
	}
	.card.gen .card-buttons {
		top: -45px !important;
	}
	.flyout-cart .count,
	.flyout-cart .count a {
		font-size: 16px;
	}
	.fly-close,
	.flyout-cart .count,
	.flyout-cart .count a {
		height: 34px;
	}
	.fly-cart-container .items {
		height: calc(100vh - 186px);
	}
	.navUp .nav-link .fa,
	.navUp .nav-link .far,
	.navUp .nav-link .fas {
		padding-left: 0px;
		font-size: 20px;
	}
	.shopping-cart .product-picture a:before {
		padding: 0 !important;
	}
	.shopping-cart .product-picture img {
		margin: unset;
	}
	.wishlist-content .btn-section {
		flex-wrap: wrap;
	}
	.shopping-cart-page .common-buttons {
		justify-content: center !important;
	}
	.shopping-cart-page .common-buttons .update-cart-button,
	.shopping-cart-page .common-buttons .continue-shopping-button {
		font-size: 16px;
		letter-spacing: .6px;
	}
	#searchModal .search-box-select {
		max-width: 120px;
	}
	.subrow .qty-input {
		margin-top: 0;
		margin-left: 21px;
	}
	.subrow {
		margin-top: 10px;
		display: block;
	}
	.subrow span.product-subtotal {
		bottom: 0px;
	}
	.navbar-light .navbar-nav .nav-link {
		padding-top: 10px;
		padding-right: 20px;
	}
	.quantity .td-title {
		text-align: right;
		top: 6px;
	}
	.form-control.qty-input {
		float: left;
	}
	.unit-price {
		margin-bottom: 10px;
	}
	.navbar .container {
		width: 100%;
	}
	/*.navbar .container ul li:nth-last-child(2) {
            float: right !important;
            text-align: right;
        }*/
	.comment {
		padding-bottom: 50px !important;
	}
	.subrow span.product-subtotal {
		position: relative;
		bottom: 0px;
	}
	.navUp li a span.fa {
		margin-right: 2px;
		margin-left: 0;
	}
	.subrow .qty-input {
		margin-top: 0;
		margin-left: 21px;
	}
	.subrow {
		margin-top: 10px;
		display: block;
	}
	.navbar-light .navbar-nav .nav-link,
	.navbar-light .navbar-nav .nav-link-admin {
		padding-top: 10px;
		padding-bottom: 10px;
		padding-right: 7px;
	}
	.quantity .td-title {
		text-align: right;
		top: 6px;
	}
	.form-control.qty-input {
		float: left;
	}
	.unit-price {
		margin-bottom: 10px;
	}
	.navbar .container {
		width: 100%;
	}
	/*.navbar .container ul li:nth-last-child(2) {
            float: right !important;
            text-align: right;
            margin-left: auto;
        }*/
	.comment {
		padding-bottom: 50px !important;
	}
}
@media (max-width: 440px) {
	.product-quickview .quick-close,
	.product-quickview .close {
		right: -4px;
		top: -8px;
		opacity: 1;
	}
	.product-quickview .container {
		padding-left: 0;
		padding-right: 0;
	}
	.generalTitle {
		font-size: 24px;
	}
	.link-rss {
		position: relative;
		top: -5px;
	}
}
@media (max-width: 385px) {
	.shopping-cart-page .common-buttons {
		flex-direction: column;
	}
	.shopping-cart-page .common-buttons .btn {
		margin-left: 0;
		margin-bottom: 5px;
	}
	#searchModal .search-box-select {
		max-width: 90px;
		height: 52px;
		border-top: 0;
		border-bottom: 0;
		border-left: 1px solid #9da6b2;
	}
	.wishlist-content .btn-section .btn {
		width: 100%;
	}
	.shopping-cart td.product .product-name {
		font-size: 16px;
	}
}
@media (max-width: 372px) {
    .c-offcanvas--left, .c-offcanvas--right {
        width: 285px;
    }
	.product-box .count a {
		top: 6px;
		left: 86px;
		font-size: 9px;
	}
	.news-item .desc {
		font-size: 13px;
	}
	.card.gen .btn-group .btn-secondary {
		min-width: 36px !important;
	}
	.product-container {
		padding-bottom: 0 !important;
	}
	.product-container:nth-child(odd) {
		padding-left: 0 !important;
		padding-right: 5px !important;
	}
	.product-container:nth-child(even) {
		padding-left: 5px !important;
		padding-right: 0 !important;
	}
	.product-details-page .associatedItem .add-to-cart-button {
		margin-top: 0;
	}
	.navbar-light .navbar-nav .nav-link {
		padding-right: 11px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.shopping-cart .subtotal-text,
	.shopping-cart .unit-price-text {
		font-size: 18px;
	}
	.shopping-cart .discount {
		font-size: 14px;
	}
	.shopping-cart-page .common-buttons .update-cart-button,
	.shopping-cart-page .common-buttons .continue-shopping-button {
		width: 100%;
	}
	.shopping-cart .product-picture img {
		max-width: 100%;
	}
	.shopping-cart .subtotal {
		padding-left: 10px !important;
	}
	.shopping-cart .quantity .qty-input {
		width: 42px;
	}
	#searchModal .nav-item.edit {
		display: flex !important;
		justify-content: center;
		width: 60px;
	}
	.slider-wrapper.theme-custom {
		margin-top: 0;
	}
	.mfp-hide {
		display: none !important;
	}
	.mobile-menu-button {
		width: 61px;
	}
	#mobile-menu-opener span {
		left: 0;
	}
}
/* TOOLTIP */

.tooltip .tooltip-inner {
	padding: 10px 15px;
}