﻿/*scrollbar - x - y*/
::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}
::-webkit-scrollbar-thumb {
    background: #212121;
    border-radius: 0;
}
::-webkit-scrollbar-track {
    background: #9E9E9E;
    border-radius: 0;
}
/*general settings*/

#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: #B0120A;
}
html, body {
    height: 100%;
    width: 100%;
}
body {
    overflow-x: hidden;
    font-family: 'Roboto';
}
body.fly-in {
	overflow-y: hidden;
	overflow-x: hidden;
	padding-right: 10px;
	-webkit-overflow-scrolling: auto !important;
	height: 100%;
}
@keyframes cd-fade-in {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}


.service-form{
	width:50%;
	margin:auto;
}

.columnsTwo {
    margin-top: 90px;
}
.columnsTwo .generalLeftSide {
    margin-top: 55px;
    padding-top: 0;
    font-family: 'Roboto';
}
.columnsTwo .generalLeftSide .generalTitle {
    text-align: left;
    line-height: 1;
}
.columnsTwo .generalLeftSide ul {
    margin-bottom: 10px;
}
.columnsTwo .generalLeftSide ul li {
    margin-bottom: 5px;
}
.columnsTwo .generalLeftSide .block {
    margin-bottom: 15px;
}
.generalMarginSupporter {
    margin: 15px 0;
}
section {
	overflow: auto;
}
.link-rss {
	float: right;
}
.zin {
	left: 200%;
}
.breadcrumb {
	background: transparent;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 5px;
}
.breadcrumb-item.active strong {
    font-weight: 500;
}
.page {
    min-height: 445px;
}
.custom-select,
.form-control {
    border: 1px solid #00ACDE;
    border-radius: 0;
}
.input-group-btn .btn,
.btn-group .btn {
	display: flex;
	height: 38px;
	align-items: center;
}
.form-check-input {
	position: absolute;
	margin-top: -6px;
	margin-left: -1.15rem;
}
.currency-selector .btn::after,
.tax-type-button .btn::after,
.language-selector .btn::after,
.store-selector .btn::after {
	align-self: center;
	margin-left: 5px;
}
.store-selector .dropdown-menu {
	min-width: 100px !important;
	left: 0;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #212121;
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #2f2727;
}
.custom-checkbox .custom-control-label::before {
    border-radius: 0;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after,
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #FFF;
    font-size: 10px;
    left: -21px;
    top: 5px;
    background-image: unset;
    transition: all .3s ease;
}
.btn-group.show .dropdown-menu {
    display: block;
}
.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;
}
.navbar-nav .dropdown-menu {
	position: absolute;
	float: left;
}
.btn-primary {
    background-color: #333333;
    border:none;
    color: #fff;
    border-radius: 0;
}
.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background-color: #B0120A;
    border-color: #B0120A;
}
.btn-danger {
    background-color: #B0120A;
    border-color: #B0120A;
}
.btn,
.custom-checkbox {
	cursor: pointer;
}
.btn {
    border-radius: 0 !important;
	transition: all .3s ease;
}
.btn-secondary {
    background-color: #0076BC;
    color: #fff;
    border: 1px solid #e0e0e0;
}
.btn-secondary:hover {
	color: #fff;
	background-color: #333333;
	border-color: #333333;
}
.col-for-5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
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: #B0120A !important;
}
.card-warning {
	background-color: #ffc107 !important;
}
.text-success {
    color: #0A7E07 !important;
}
.text-danger {
    color: #B0120A !important;
}
.message-error,
.message-error ul li {
    color: #B0120A;
}
.noscroll {
	overflow: hidden !important;
	width: 100%;
}
.modal-open {
	overflow-y: auto;
    overflow-x: hidden;
}
.container {
    max-width: calc(100% - 30px);
}
.badge-danger {
    background-color: #B0120A;
}
.bg-danger {
    background-color: #B0120A !important;
}
.bg-success {
    background-color: #0A7E07 !important;
}
input[type=text],
input[type=email],
input[type=password],
input[type=submit] {
    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 #777;
}

/* notifications */

.bar-notification-container {
    position: fixed;
    top: 105px;
    right: 15px;
    z-index: 1500;
}
.bar-notification-container .bar-notification {
    position: relative;
    width: 330px;
    display: none;
    border-radius: 0;
    -webkit-box-shadow: 7px 9px 5px -5px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 7px 9px 5px -5px rgba(0, 0, 0, 0.32);
    box-shadow: 7px 9px 5px -5px rgba(0, 0, 0, 0.32);
    padding-left: 80px;
    min-height: 80px;
    background-color: #fff;
    border-color: #3b5998;
}
.bar-notification-container .bar-notification .content {
    width: 100%;
    min-height: 75px;
    vertical-align: middle;
    text-align: center;
    margin: 0;
    padding: 10px;
    font-size: 15px;
    font-weight: 500;
}
.bar-notification-container .bar-notification.success::before {
    content: "\f046";
    font: normal normal normal 14px/1 FontAwesome; 
    display: block;
    position: absolute;
    width: 80px;
    height: 80px;
    background-color: #3b5998;
    left: 0;
    color: #fff;
    top: 0;
    line-height: 80px;
    font-size: 36px;
    padding-left: 24px;
}
.bar-notification-container .bar-notification.error::before {
    content: "\f057";
    font: normal normal normal 14px/1 FontAwesome; 
    display: block;
    position: absolute;
    width: 80px;
    height: 79px;
    background-color: #d9534f;
    left: 0;
    color: #fff;
    top: 0;
    line-height: 80px;
    font-size: 36px;
    padding-left: 24px;
}
.bar-notification-container .bar-notification.warning::before {
    content: "\f06a";
    font: normal normal normal 14px/1 FontAwesome; 
    display: block;
    position: absolute;
    width: 80px;
    height: 79px;
    background-color: #ff8800;
    left: 0;
    color: #fff;
    top: 0;
    line-height: 80px;
    font-size: 36px;
    padding-left: 24px;
}
.bar-notification-container .close::before {
    content: "\f00d";
    font: normal normal normal 14px/1 FontAwesome;
}

/*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: #2f2727;
        border-width: 32px;
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        height: 64px;
        width: 64px;
        border-width: 0px;
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
.swiper-button-next, .swiper-button-prev {
    background-image: unset !important;
    outline: unset;
}
/* home page */

.generalTitle {
    font-size: 36px;
    color: #2f2727;
    line-height: 48px;
    text-align: center;
    font-family: 'Roboto';
    font-weight: 300;
    font-style: normal;
    border-bottom: 0;
	    padding-top: 20px;
}
.home-page .generalDescription {
    font-family: 'Roboto';
    font-size: 15px;
    font-weight: 400;
    color: #777;
    text-align: center;
}

/*back to top*/

#back-to-top {
    position: fixed;
    bottom: 16px;
    right: 16px;
    border-radius: 100%;
    width: 23px;
    height: 23px;
    text-align: center;
    cursor: pointer;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    z-index: 997;
    background-color: transparent;
    color: #2f2727;
    background: #fff;
}
#back-to-top svg {
	width: 23px;
	height: 23px;
	position: relative;
	top: 0;
}
#back-to-top.show {
	opacity: 1;
}
/*search*/
.headBottom {
    position: relative;
}
.headBottom .formSearch {
    transition: all .3s ease;
}
.search-results-list {
    display: none;
    position: absolute;
}
#small-searchterms {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border: 0;
}
#small-search-box-form .btn-search-modal {
    position: absolute;
    top: 30px;
    padding:  0;
    right: 15px;
    border: 0;
    background-color: transparent;
    color: #2f2727;
    width: auto;
}
#searchModal {
    padding-right: 0 !important;
}
#searchModal .modal-body {
    height: 90px;
}
#searchModal .modal-dialog {
    max-width: 100%;
}
#searchModal .modal-header {
    position: absolute;
    right: 0;
}
.search-box-select {
	max-width: 120px;
}
.basic-search label,
.advanced-search label {
	font-weight: 400;
}

#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-text:focus {
    box-shadow: 0 0 0 0.2rem rgba(0,0,0,.1)
}
#searchModal .search-box-button {
	width: 52px;
	height: 52px;
	background-color: #2f2727;
	border-color: #2f2727;
	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;
}
/* back in stock */

#subscribe-modal-form .modal-content {
    border: 0;
    border-radius: 0;
}

/* home page manufacturers */

.home-page-manufacturers img {
    max-width: 200px;
    height: auto;
}
.home-page-manufacturers .swiper-slide {
    text-align: center;
}
.home-page-manufacturers .swiper-slide a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.5);
    transition: all .3s ease;
}
.home-page-manufacturers .swiper-slide:hover a::after {
    background: rgba(255,255,255,0);
}
.home-page-manufacturers .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

/* home page categories */

.home-page-categories {
    position: relative;
}
.home-page-categories .swiper-button-next, .home-page-categories .swiper-button-prev {
    background-image: unset;
}
.home-page-categories .swiper-button-next {
    right: -25px;
}
.home-page-categories .swiper-button-prev {
    left: -25px;
}
.home-page-categories .swiper-button-disabled {
    display: none;
}
.categoryGrid .card {
    top: 0;
    border: 0 !important;
    border-radius: 0;
}
.list-picture a {
    display: block;
    position: relative;
    height: 0;
    width: 100%;
    padding-top: 65%;
}
.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;
}
.categoryGrid .card img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
#categoryCategories img {
    display: none;
}
.categoryGrid .card:hover {
    position: relative;
    top: -15px;
    box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, .1);
    z-index: 1;
}
.categoryGrid .card:hover img {
    transform: unset !important;
}
.categoryGrid .card .card-title { 
    transition: all .3s ease;
}
.categoryGrid .card:hover .card-title {
    bottom: 15px;
    left: 15px;
    width: calc(100% - 30px);
}

.blog-posts .card {
    border-radius: 0;
}
.blog-posts .post-title {
    position: relative;
}
.blog-wrapper .box {
    padding: 15px;
}
.blog-posts .img-container {
    position: relative;
    display: flex;
    justify-content: center;
    height: 500px;
    width: 100%;
}
.blog-posts .img-container img {
    position: absolute;
    width: auto;
    height: 688px;
    max-width: unset;
    transition: all .6s ease !important;
}
.blog-posts .card-header {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff !important;
    width: 50%;
    padding: 20px;
}
.blog-posts .card-header .title {
   font-family: 'Roboto';
    font-size: 18px;
    font-weight: 700;
    color: #2f2727;
}
.blog-posts .blog-date-img {
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    text-align: center;
    background: #B0120A;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
}
.blog-posts .post-container {
    position: relative;
    overflow: hidden;
}
.blog-posts .post-container .card-header {
    transition: all .6s ease;
}
.blog-posts .post-container:hover .card-header {
    top: -50%;
}
.blog-posts .post-container .read-more {
    width: 100px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    background: #333333;
    border: 0;
    border-radius: 0;
    position: absolute;
    bottom: -50px;
    left: calc(50% - 50px);
    transition: all .6s ease;
}
.blog-posts .post-container:hover .read-more {
    bottom: 30px;
}
.blog-posts .post-container .blog-modal-button {
    position: absolute;
    left: calc(50% - 60px);
    top: calc(50% - 19px);
    width: 120px;
    height: 38px;
    background: #f0f0f0;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    display: flex;
    justify-content: center;
    opacity: 0;
}
.blog-posts .post-container:hover .blog-modal-button {
    opacity: 1;
}
.blog-posts .card-subtitle.text-muted {
    font-weight: 300;
}
.blog-modal {
    font-family: 'Roboto';
}
.blog-modal .modal-header {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.blog-modal .modal-content {
    border: 0;
    border-radius: 0;
}
.blog-modal .modal-header {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff !important;
    width: 50%;
    padding: 20px;
    z-index: 1;
}
.blog-modal .close {
    left: 15px;
    top: 15px;
    z-index: 1;
    opacity: 1;
    width: 50px;
    height: 50px;
    cursor: pointer !important;
}
.blog-modal .close svg {
    color: #333;
    z-index: 9999;
    margin-right: 15px;
    margin-bottom: 15px;
}
.blog-modal .close::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-right: 30px solid transparent;
    border-top: 30px solid #fff;
    border-left: 30px solid #fff;
    border-bottom: 30px solid transparent;
    z-index: -1;
}
.category-container.fill .blog-posts .card-header {
    padding: 20px;
}
.blogpost-page .card {
    border-radius: 0;
}
.blogpost-page {
    font-family: 'Roboto';
}
.blogpost-page .generalTitle {
    font-size: 28px !important;
}
/* news-list page & news-item page */

.news-list-page,
.news-item-page {
    margin-top: 90px;
    font-family: 'Roboto';
}
.news-list-page .card,
.news-item-page .card {
    border-radius: 0;
}
.news-item-page .card:hover img {
    transform: unset !important;
    opacity: 1 !important;
}
.news-item-page .card img {
    width: 100%;
    height: auto;
}
.news-item-page .news-date h5 {
    font-size: 15px;
}
.news-list-container {
    padding: 0 3px 3px 0;
}
.news-list-page .card-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    /*position: absolute;*/
    text-align: left;
    top: 0;
    width: 300px;
    padding: 30px;
    background-color: #0076BC !important;
    color: #fff;
    min-height: 118px;
}
.news-list-page .card-header::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 1px solid #fff;
}
.news-list-page .card-body {
    height: auto;
min-height:306px;
}

/*autocomplete*/

.advanced-search-results {
    display: none;
}
.advanced-search-results .no-data {
    display: none;
    font-size: 14px;
}
.advanced-search-results.open {   
    display: flex;
    position: absolute;
    top: 38px;
    left: 15px;
    width: 100%;
    max-height: calc(100vh - 52px);
    overflow: auto;
    padding-left: 0;
    border: 1px solid rgba(0,0,0,.2);
    border-top: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background: #fff;
    box-shadow: 0px 5px 15px 1px 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 {
    margin-bottom: 10px;
    line-height: 1;
    font-weight: 400;
    font-size: 20px;
    color: #007bff !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: #2f2727;
}
.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: #2f2727;
}
.advanced-search-results img {
    width: auto;
    height: auto;
    padding-right: 15px !important;
}
.advanced-search-results .right-side {
    padding-left: 0;
}
.advanced-search-results .products-title {
    padding-left: 15px;
}
.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: #2f2727;
}
.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 {
	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 transparent !important;
    border-bottom: 1px solid transparent !important;
    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;
}
ul.ui-autocomplete li a,
ul.ui-autocomplete li a:hover {
    color: #2f2727;
}
/* header-links */

.header-links-container {
    height: 100%;
    display: flex;
    align-items: center;
    position: absolute;
    right: 55px;
    padding-left: 0;
    margin-bottom: 0;
}
.header-links-container svg,
.btn-search-modal svg {
    width: 20px;
    height: 20px;
}
.header-links-container .settings-dropdown {
    height: 100%;
    display: flex;
    align-items: center;
}
.header-links-container .cart-dropdown {
    height: 100%;
    display: flex;
    align-items: center;
}
.wishlist-item a {
    color: #B0120A;
}
.header-links-container .settings-dropdown:hover .dropdown-menu {
    display: none;
}
.header-links-container .settings-dropdown .dropdown-menu.show,
.header-links-container .cart-dropdown .dropdown-menu.show {
    display: block;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    margin-top: 0;
}
.header-links-container .currency-selector .dropdown-menu,
.header-links-container .language-selector .dropdown-menu,
.header-links-container .tax-selector .dropdown-menu {
    border-radius: 0;
    right: 0;
    left: 0;
    text-align: center;
    background-color: #fff;
    padding: 0;
    justify-content: center;
    min-width: 40px;
    width: 100%;
}
.header-links-container .currency-selector .dropdown-menu.show,
.header-links-container .language-selector .dropdown-menu.show,
.header-links-container .tax-selector .dropdown-menu.show{
    display: inline-flex;
}
.header-links-container .currency-selector .dropdown-menu ul li a,
.header-links-container .language-selector .dropdown-menu ul li a,
.header-links-container .tax-selector .dropdown-menu ul li a {
    text-align: center;
    padding-left: 0;
}
.header-links-container .login-menu-button {
    cursor: pointer;
}
.header-links-container .login-menu.show {
    display: block;
}
.header-links-container .login-menu {
    display: none;
    position: absolute;
    left: -180px !important;
    top: 85px !important;
    max-width: 290px;
    min-width: 235px;
    padding: 15px;
    border-radius: 0;
    box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.2);
    border: 0;
    /*background: #fff;*/
	background:#00ACDE;
}
.header-links-container .login-menu .btn {
    position: static !important;
}
.header-links-container .login-menu .nav-link {
    display: inline-flex;
    align-items: center;
    padding: 7px 0;
}
.header-links-container .login-menu .nav-link svg {
    margin-right: 5px;
}
.header-links-container .login-menu .nav-link span {
    font-size: 16px;
}
.login-menu .help-block a {
    font-size: 12px;
}
.login-text {
    font-size: 12px;
    font-weight: 500;
    font-family: 'Roboto';
    text-transform: uppercase;
}
.header-links-container .cart-dropdown .dropdown-toggle::after,
.header-links-container .settings-dropdown .dropdown-toggle::after {
    display: none;
}
.header-links-container .cart-dropdown .dropdown-cart-menu {
    display: block !important;
    position: absolute;
    padding-left: 0;
    min-width: 400px;
    max-width: 400px;
    padding-top: 0;
    padding-bottom: 0;
    top: 88px !important;
    right: -485px;
    background: #fff;
    transition: all .3s ease;
}
.header-links-container .cart-dropdown .dropdown-cart-menu.show {right: -56px;}
.cart-dropdown .cart-qty {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 20px;
    right: -9px !important;
    font-size: 11px !important;
    font-weight: 300;
    background-color: #B0120A;
    border-radius: 100%;
    width: 17px;
    height: 17px;
    color: #fff;
}
/* login & register */

.login-page input {
  border: 0;
  outline: 0;
}
.login-page input[type="submit"] {
  cursor: pointer;
}
.login-page input::-webkit-input-placeholder {
  font-size: 0.85rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 0.1rem;
  color: #ccc;
}
.login-page input:-ms-input-placeholder {
  font-size: 0.85rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 0.1rem;
  color: #ccc;
}
.login-page input::-ms-input-placeholder {
  font-size: 0.85rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 0.1rem;
  color: #ccc;
}
.login-page input::placeholder {
  font-size: 0.85rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 0.1rem;
  color: #ccc;
}

/**
 * Bounce to the left side
 */
@-webkit-keyframes bounceLeft {
  0% {
    -webkit-transform: translate3d(100%, -50%, 0);
            transform: translate3d(100%, -50%, 0);
  }
  50% {
    -webkit-transform: translate3d(-30px, -50%, 0);
            transform: translate3d(-30px, -50%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
}
@keyframes bounceLeft {
  0% {
    -webkit-transform: translate3d(100%, -50%, 0);
            transform: translate3d(100%, -50%, 0);
  }
  50% {
    -webkit-transform: translate3d(-30px, -50%, 0);
            transform: translate3d(-30px, -50%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
}
/**
 * Bounce to the left side
 */
@-webkit-keyframes bounceRight {
  0% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  50% {
    -webkit-transform: translate3d(calc(100% + 30px), -50%, 0);
            transform: translate3d(calc(100% + 30px), -50%, 0);
  }
  100% {
    -webkit-transform: translate3d(100%, -50%, 0);
            transform: translate3d(100%, -50%, 0);
  }
}
@keyframes bounceRight {
  0% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  50% {
    -webkit-transform: translate3d(calc(100% + 30px), -50%, 0);
            transform: translate3d(calc(100% + 30px), -50%, 0);
  }
  100% {
    -webkit-transform: translate3d(100%, -50%, 0);
            transform: translate3d(100%, -50%, 0);
  }
}
/**
 * Show Sign Up form
 */
@-webkit-keyframes showSignUp {
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes showSignUp {
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
/**
 * Page background
 */
.login-page .user {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 500px;
    background-size: cover;
}
.login-page .user_options-container {
  position: relative;
  width: 100%;
}
 .login-page .user_options-text {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: rgba(34, 34, 34, 0.85);
  border-radius: 0;
}

/**
 * Registered and Unregistered user box and text
 */
.login-page .user_options-registered,
.login-page .user_options-unregistered {
  width: 50%;
  padding: 75px 45px;
  color: #fff;
  font-weight: 300;
}

.login-page .user_registered-title,
.login-page .user_unregistered-title {
  margin-bottom: 15px;
  font-size: 1.66rem;
  line-height: 1em;
}

.login-page .user_unregistered-text,
.login-page .user_registered-text {
  font-size: 0.83rem;
  line-height: 1.4em;
}

.login-page .user_registered-login,
.login-page .user_unregistered-signup {
  margin-top: 30px;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 10px 30px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1em;
  letter-spacing: 0.2rem;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.login-page .user_registered-login:hover,
.login-page .user_unregistered-signup:hover {
  color: #fff;
  background-color: #B0120A;
}

/**
 * Login and signup forms
 */
.login-page .user_options-forms {
  position: absolute;
  top: 50%;
  left: 30px;
  width: calc(50% - 30px);
  min-height: 420px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 2px 0 15px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  -webkit-transform: translate3d(100%, -50%, 0);
          transform: translate3d(100%, -50%, 0);
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.login-page .user_options-forms .user_forms-login {
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}
.login-page .user_options-forms .forms_title {
  margin-bottom: 45px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1em;
  text-transform: uppercase;
  color: #B0120A;
  letter-spacing: 0.1rem;
}
.login-page .user_options-forms .forms_field:not(:last-of-type) {
  margin-bottom: 20px;
}
.login-page .user_options-forms .forms_field-input {
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding: 6px 20px 6px 6px;
  font-family: 'Roboto';
  font-size: 1rem;
  font-weight: 300;
  color: gray;
  letter-spacing: 0.1rem;
  transition: border-color 0.2s ease-in-out;
}
.login-page .user_options-forms .forms_field-input:focus {
  border-color: gray;
}
.login-page .user_options-forms .forms_buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.login-page .user_options-forms .forms_buttons-forgot {
  font-family: 'Roboto';
  letter-spacing: 0.1rem;
  color: #333;
  text-decoration: underline;
  transition: color 0.2s ease-in-out;
}
.login-page .user_options-forms .forms_buttons-forgot:hover {
  color: #b3b3b3;
}
.login-page .user_options-forms .forms_buttons-action {
    padding: 10px 35px;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1;
    font-family: 'Roboto';
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    transition: background-color 0.2s ease-in-out;
}
.login-page .user_options-forms.bounceLeft {
    overflow-y: auto;
}
.login-page .user_options-forms.bounceRight .registration-page {
    display: none;
}
.registration-result-page {
    text-align: center;
}
.login-page .user_options-forms .user_forms-signup,
.login-page .user_options-forms .user_forms-login {
  position: absolute;
  top: 70px;
  left: 40px;
  width: calc(100% - 80px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.5s ease-in-out;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.login-page .user_options-forms .user_forms-signup {
  -webkit-transform: translate3d(120px, 0, 0);
          transform: translate3d(120px, 0, 0);
}
.login-page .user_options-forms .user_forms-signup .forms_buttons {
  justify-content: flex-end;
}
.login-page .user_options-forms .user_forms-login {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}
.registration-page,
.login-page {
    font-family: 'Roboto';
}
.registration-page .date-picker-wrapper {
    width: 100%;
    display: inline-flex;
}
.registration-page .card-header {
    padding-left: 0;
    border-bottom: 0;
    background-color: transparent;
}
.registration-page .custom-select {
    margin-right: 3px;
}

/**
 * Triggers
 */
.login-page .user_options-forms.bounceLeft {
  -webkit-animation: bounceLeft 1s forwards;
          animation: bounceLeft 1s forwards;
}
.login-page .user_options-forms.bounceLeft .user_forms-signup {
  -webkit-animation: showSignUp 1s forwards;
          animation: showSignUp 1s forwards;
}
.user_options-forms.bounceLeft .user_forms-login {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(-120px, 0, 0);
          transform: translate3d(-120px, 0, 0);
}
.login-page .user_options-forms.bounceRight {
  -webkit-animation: bounceRight 1s forwards;
          animation: bounceRight 1s forwards;
}

/**
 * Responsive 990px
 */
@media screen and (max-width: 990px) {
  .login-page .user_options-forms {
    min-height: 370px;
  }
  .login-page .user_options-forms .forms_buttons {
    flex-direction: column;
  }
  .login-page .user_options-forms .user_forms-login .forms_buttons-action {
    margin-top: 15px;
  }
  .login-page .user_options-forms .user_forms-signup,
  .login-page .user_options-forms .user_forms-login {
    top: 40px;
  }
  .login-page .user_options-registered,
  .login-page .user_options-unregistered {
    padding: 50px 45px;
  }
}
@media screen and (max-width: 1023px) {

.TopLogo{
display:none;
}
.home-page, .page-container {
margin-top: 0px!important;
}
.category-container .generalTitle {
    margin-top: 62px;
}
}

/**
 * Responsive 767px
 */
@media screen and (max-width: 767px) {
    .product-tabs i {
        font-size: 24px;
    }
    #action_modal .banner-image {
        margin: auto;
        display: none;
    }
    #action_modal .banner-content {
        padding: 15px;
    }
    .order-review-data {
        flex-direction: column;
    }
    .block-account-navigation .list li a:before {
        width: 35px !important;
        height: 35px !important;
        font-size: 18px !important;
    }
    .category-container .sort-options {
        justify-content: center !important;
    }
    .product-details-page .gallery {
        margin: 15px auto auto auto;
    }
    .login-page .user_options-forms {
        width: calc(100% - 10px);
        left: calc(-100% + 15px);
    }
    .login-page .user_unregistered-text, .login-page .user_registered-text,
    .login-page .user_registered-title, .login-page .user_unregistered-title {
        display: none;
    }
    .login-page .user_options-registered, .login-page .user_options-unregistered {
        padding: 10px;
        text-align: center;
    }
    .login-page .user {
        align-items: unset;
    }
    .login-page .user_registered-login, .login-page .user_unregistered-signup {
        margin-top: 0;
        padding: 10px 20px
    }
    .login-page .user_options-forms.bounceLeft {
        left: 5px;
    }
    .login-page .user_options-forms .user_forms-signup, .login-page .user_options-forms .user_forms-login {
        left: 15px;
        width: calc(100% - 30px);
    }
    .login-page .user_options-forms .forms_title {
        text-align: center;
    }
.TopLogo{
display:none;
}
.home-page, .page-container {
margin-top: 0px!important;
}
.category-container .generalTitle {
    margin-top: 62px!important;
}
}
/* password recovery */
.password-recovery-page input {
    max-width: 300px;
}
/*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;
min-height: 290px;
    max-height: 290px;
}
.news-list-homepage .news-gallery-top .swiper-slide {
    width: 100%;
    height: 580px;
    position:  relative;
    overflow:  hidden;
}
.news-list-homepage .news-gallery-top .main-img {
    position:  absolute;
    /*width: 100%;*/
    height: auto;
margin-top:120px;
}
.news-list-homepage .news-gallery-top .no-img,
.news-list-homepage .news-gallery-thumbs .img-container .no-img {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(130deg, #0076BC 0%,#e0e0e0 100%);
}
.news-list-homepage .news-gallery-thumbs {
    height: 430px;
}
.news-list-homepage .news-gallery-thumbs .swiper-slide {
    display: flex;
    align-items: center;
}
.news-list-homepage .news-gallery-thumbs .swiper-slide-thumb-active {
    background-color: #0076BC;
}
.news-list-homepage .news-gallery-thumbs .thumb-news-container {
    display: inline-flex;
    align-items: center;
    height:  90px;
    overflow:  hidden;
}
.news-list-homepage .news-gallery-thumbs .swiper-slide-thumb-active .thumb-news-container::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 1px solid #fff;
    z-index: 1;
}
.news-list-homepage .news-gallery-thumbs .img-container {
    position: relative;
    display:  flex;
    justify-content:  center;
    align-items:  center;
    min-width: 90px;
    max-width: 90px;
    width: 90px;
    height:  90px;
    margin-right:  30px;
    overflow: hidden;
}
.news-list-homepage .news-gallery-thumbs .img-container a {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.news-list-homepage .news-gallery-thumbs img {
    position: absolute;
    width: auto;
    height: 120px;
}
.news-list-homepage .description-container {
    display: flex;
    flex-direction: column;
    height:  90px;
    cursor: pointer;
}
.news-list-homepage .description-container .desc {
    font-size: 16px;
    font-family: 'Roboto';
    line-height: 1.4;
}
.news-list-homepage .swiper-slide-thumb-active .description-container .desc {
    color: #fff;
}
.news-list-homepage .description-container .news-date {
    font-size: 16px;
    font-family: 'Roboto';
    color: #9E9E9E !important;
}
.news-list-homepage .home-news-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: absolute;
    text-align: left;
    top: 0;
    width: 100%;
    padding: 14px;
    background-color: #0076BC;
    color: #fff;
}
.news-list-homepage .home-news-title::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 1px solid #fff;
}
.news-list-homepage .home-news-title span {
    font-size: 30px;
    font-family: 'Roboto';
    margin-bottom: 15px;
}
.news-list-homepage .home-news-title a {
    position: relative;
    color: #fff;
    font-size: 18px;
    font-family: 'Roboto';
    font-weight: 500;
}
.news-list-homepage .home-news-title a::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #fff;
}
.news-list-homepage .news-button-next {
    position: absolute;
    left: calc(50% - 15px);
    bottom: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.news-list-homepage .news-button-prev {
    position: absolute;
    left: calc(50% - 15px);
    top: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.news-list-homepage .news-button-prev,
.news-list-homepage .news-button-next {
    opacity: 0;
    transition: all .3s ease;
}
.news-list-homepage:hover .news-button-prev,
.news-list-homepage:hover .news-button-next {
    opacity: 1;
}
.news-list-homepage .news-gallery-thumbs .swiper-slide {
    padding: 15px;
    border: 1px solid transparent;
    transition: all .3s ease;
}
.news-list-homepage {
    padding: 0 15px;
}

.news-title-wrapper{
	width:100%;
	    height: 100px;
}

.news-title-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: absolute;
    text-align: left;
    top: 1px;
    width: 100%;
	left:1px;
    padding: 14px;
    background-color: #0076BC;
    color: #fff;
}
.news-title-details::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 1px solid #fff;
}




/*blog home-page*/

.blog-list-homepage {
    position: relative;
}
.blog-list-homepage .blog-desc-container {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 50%;
    padding: 45px;
}
.blog-list-homepage .blog-desc-container .title {
    font-family: 'Roboto';
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}
.blog-list-homepage .blog-desc-container .desc {
    font-family: 'Roboto';
    font-size: 16px;
}
.blog-list-homepage .blog-desc-container .read-more {
    position: relative;
    color: #2f2727;
    font-size: 18px;
    font-family: 'Roboto';
    font-weight: 500;
}
.blog-list-homepage .blog-desc-container .read-more::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #2f2727;
}
#BlogSlider .swiper-slide .blog-desc-container {
    transition: all .3s ease;
}
#BlogSlider .img-blog-container {
    max-height: 530px;
}
#BlogSlider .swiper-slide:hover .blog-desc-container {
    opacity: .8;
}
.blog-button-prev,
.blog-button-next {
    background-image: unset;
    position: absolute;
    top: 25px;
    display: inline-flex;
    align-items: center;
    width: auto;
    pointer-events: all !important;
    opacity: 1 !important;
    cursor: pointer !important;
}
.blog-button-prev:focus,
.blog-button-next:focus {
    outline: unset;
}
.prev-title-holder {
    margin-left: 10px;
}
.next-title-holder {
    margin-right: 10px;
}
.next-title-holder,
.prev-title-holder {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}
/*checkout*/
.checkout-wrap {
  color: #444;
  font-family: 'PT Sans Caption', sans-serif;
  margin: 40px auto;
  position: relative;
  padding-bottom: 15px;
}

ul.checkout-bar li {
  color: #777;
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 20px 14px 80px;
  position: relative;
}
ul.checkout-bar li:before {
  -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
  background: #999;
  border: 2px solid #FFF;
  border-radius: 50%;
  color: #fff;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 700;
  left: 20px;
  line-height: 37px;
  height: 35px;
  position: absolute;
  text-align: center;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  top: 4px;
  width: 35px;
  z-index: 999;
}
ul.checkout-bar li.active {
  color: #B0120A;
  font-weight: bold;
}
ul.checkout-bar li.active:before {
  background: #343a40;
  z-index: 999;
}
ul.checkout-bar li.visited {
  background: #ECECEC;
  color: #57aed1;
  z-index: 999;
}
ul.checkout-bar li.visited:before {
  background: #57aed1;
  z-index: 999;
}
ul.checkout-bar li:nth-child(1):before {
  content: "1";
}
ul.checkout-bar li:nth-child(2):before {
  content: "2";
}
ul.checkout-bar li:nth-child(3):before {
  content: "3";
}
ul.checkout-bar li:nth-child(4):before {
  content: "4";
}
ul.checkout-bar li:nth-child(5):before {
  content: "5";
}
ul.checkout-bar li:nth-child(6):before {
  content: "6";
}
ul.checkout-bar a {
  color: #B0120A;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

@media all and (min-width: 800px) {
  .checkout-bar li.active:after {
    -webkit-animation: myanimation 3s 0;
    background-size: 35px 35px;
    background-color: #B0120A;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    content: "";
    height: 15px;
    width: 100%;
    left: 50%;
    position: absolute;
    top: -50px;
    z-index: 0;
  }

  .checkout-wrap {
    margin: 125px auto;
  }

  ul.checkout-bar {
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    background-size: 35px 35px;
    background-color: #EcEcEc;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
    border-radius: 0;
    height: 15px;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    left: -15px;
    width: calc(100% + 30px);
  }
  ul.checkout-bar:before {
    background-size: 35px 35px;
    background-color: #B0120A;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    content: " ";
    height: 15px;
    left: 0;
    position: absolute;
    width: 10%;
  }
  ul.checkout-bar li {
    display: inline-block;
    margin: 50px 0 0;
    padding: 0;
    text-align: center;
    width: 16%;
  }
  ul.checkout-bar li:before {
    height: 45px;
    left: 40%;
    line-height: 45px;
    position: absolute;
    top: -65px;
    width: 45px;
    z-index: 99;
  }
  ul.checkout-bar li.visited {
    background: none;
  }
  ul.checkout-bar li.visited:after {
    background-size: 35px 35px;
    background-color: #57aed1;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    content: "";
    height: 15px;
    left: 50%;
    position: absolute;
    top: -50px;
    width: 100%;
    z-index: 99;
  }
}
.order-completed-page {
    overflow: hidden;
}
.method-name label {
    margin-right: 0;
    font-size: 14px;
}
.checkout-attributes div {
	margin-bottom: 10px;
}
.order-review-data {
    display: flex;
    margin-bottom: 15px;
}
.order-review-data .billing-info-wrap,
.order-review-data .shipping-info-wrap {
    width: 50%;
}
.order-review-data ul {
    padding-left: 0;
}
.order-review-data .title {
    border-bottom: 1px solid rgba(0,0,0,.2);
    margin: 0 15px 10px 0;
}
.order-completed-page .card {
    border: 0 !important;
    box-shadow: unset !important;
}
.order-completed-page .card-header {
    border-bottom: 0;
}
.recaptcha_input_area input {
    height: 30px;
    margin: 0;
}
.product-tags-list .btn {
	margin: 8px;
}
.add-more-external-records a {
	font-size: 14px;
}
.at-share-btn-elements .at-share-btn span {
	height: 32px;
	width: 32px;
	min-width: 32px;
	min-height: 32px;
}
.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: 20px;
	width: auto;
	max-width: 650px;
	margin: 20px auto;
}
#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: 1050 !important;
}
.mfp-bg {
    z-index: 1050 !important;
}
.modal-padding-off {
    background-color: #ddd;
}
#ModalAddToCart {
    z-index: 9999;
    font-family: 'Roboto';
}
#ModalAddToCart .btn-group .btn {
	font-weight: 500;
	cursor: pointer;
}
#ModalAddToCart .close {
	position: absolute;
	top: 15px;
	right: 15px;
	opacity: 1;
}
#ModalAddToCart .modal-content {
    padding: 30px;
}
#ModalAddToCart .close::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-right: 30px solid transparent;
    border-top: 30px solid #333333;
    border-right: 30px solid #333333;
    border-bottom: 30px solid transparent;
    border-left: 30px solid transparent;
    /* z-index: -1; */
}
#ModalAddToCart .close svg {
    color: #fff;
    z-index: 9999;
    margin-right: 5px;
}
#ModalAddToCart .cross-sell-container {
    max-height: 500px;
    overflow: auto;
    margin-top: 15px;
}
#ModalAddToCart .modal-header {
    min-height: 54px;
    border-bottom: 0;
    background-color: #333333;
    box-shadow: 4px 4px 8px rgba(0,0,0,.3);
}
#ModalAddToCart .modal-header h5 {
    font-weight: 300;
}
#ModalAddToCart h4 a {
    color: #333333;
}
#ModalAddToCart .cross-sell-container .btn-group .btn.btn-primary .add-cart-text {
    display: none !important;
}
#ModalAddToCart .cross-sell-container .btn-group .btn.btn-primary .fa-shopping-cart {
    display: block !important;
}
#ModalAddToCart .close svg {
    position: absolute;
    right: 0px;
    top: 5px;
    color: #fff;
    width: 24px;
    height: 24px;
    transform: rotate(90deg);
}
/*navbar*/

.navbar-nav .generalDropDown .dropdown-menu ul a:hover {
	color: #0a5596;
}
.dropdown-menu li {
	display: inline-flex;
	width: 100%;
}
.mainNav .dropdown-menu li:last-of-type {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	border-bottom-left-radius: .25rem;
	border-bottom-right-radius: .25rem;
}
.mainNav .dropdown-menu li {
	border-left: 1px solid rgba(0, 0, 0, .1);
	border-right: 1px solid rgba(0, 0, 0, .1);
}
.mainNav .dropdown-menu {
	padding-top: 0;
	padding-bottom: 0;
}
.mainNav .dropdown-menu.first-level li:nth-of-type(3) {
	border-top: 1px solid rgba(0, 0, 0, .1);
}
.mainNav .dropdown-menu.next-level li:nth-of-type(3) {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
}
.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: #373a3c;
	margin: auto;
}
.navbar-light .navbar-nav .nav-link {
	padding-top: 10px;
	padding-right: 4px;
	letter-spacing: 0.2px;
	display: flex;
	color: #fff;
	transition: all .3s ease;
}
.navUp .dropdown-menu {
	margin-top: 0;
	background-color: #f7f7f9;
	min-width: 40px;
}
.navUp {
    z-index: 1031;
    /*background: #697077 !important;*/
}
/*main - category nav - mainNav*/

.mainNavigation .navbar-nav .nav-item.dropdown span {
    position: absolute;
    right: 15px;
    font-size: 35px;
    cursor: pointer;
}
.mainNavigation .navbar-nav .nav-item .nav-link {
    padding-right: 1rem;
}
.mainNavigation .navbar-nav > .nav-item > .nav-link::after {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    height: 2px;
    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;
}
.mainNavigation .navbar-nav > .nav-item:hover > .nav-link::after {
    transform: scale3d(1, 1, 1);
    transform-origin: 0% 50%;
}
.mainNavigation .navbar-nav > .nav-item.dropdown > .nav-link::before {
    content: "\f280";
    position: absolute;
    top: 31px;
    right: 0;
    color: #fff;
    font-size: 17px;
    font-family: "Ionicons";
    font-weight: 900;
}
.mainNavigation a {
    /*color: #393f46;*/
	color:#fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto';
}
.mainNavigation .dropdown-menu .nav-item .nav-link {
    min-width: 140px;
}
.mainNavigation .nav-item.dropdown span,
.generalDropDown {
    -webkit-transition: all 0.3s;
    -webkit-transition-timing-function: linear;
    transition: all 0.3s;
    transition-timing-function: linear;
}
.mainNavigation .nav-item.dropdown button {
    position: absolute;
    right: 0;
    font-size: 14px;
}
.navbar.mainNavigation .nav > li:hover > a {
    color: #0069d9;
}
.navbar.mainNavigation .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;
}
.mainNavigation {
    clear: both;
    z-index: 998;
}
.fly-in .mainNavigation {
    z-index: 997;
}
.page-container.fixed {
	margin-top: 59px;
}
.mainNavigation.fixed {
    position: fixed;
    top: 42px;
}
.mainNavigation .nav-item {
    position: relative;
}
.mainNavigation .navbar-nav > .nav-item {
    display: flex;
    align-items: center;
    height: 90px;
}
.mainNavigation .badge {
    position: absolute;
    top: 12px;
    right: 0;
    color: #fff;
    border-radius: 0;
    font-family: 'Roboto';
    font-weight: 300;
}
.mainNavigation .badge::before {
    border: 4px solid transparent;
    position: absolute;
    content: "";
    right: 50%;
    bottom: -8px;
    z-index: 1049;
}
.mainNavigation .badge-danger::before,
.mainNavigation .badge.bg-danger::before {
    border-top: 5px solid #B0120A;
}
.mainNavigation .badge-primary::before,
.mainNavigation .badge.bg-primary::before {
    border-top: 5px solid #007bff;
}
.mainNavigation .badge-info::before,
.mainNavigation .badge.bg-info::before {
    border-top: 5px solid #17a2b8;
}
.mainNavigation .badge-warning::before,
.mainNavigation .badge.bg-warning::before {
    border-top: 5px solid #ffc107;
}
.mainNavigation .badge-success::before,
.mainNavigation .badge.bg-success::before {
    border-top: 5px solid #0A7E07;
}
.mainNavigation .badge-dark::before,
.mainNavigation .badge.bg-dark::before {
    border-top: 5px solid #343a40;
}
.mainNavigation .dropdown-menu .badge {
    bottom: 21px;
    right: 50%;
    top: unset;
}
/*drop-down*/

.navbar-nav .cartCounter .dropdown-menu {
	border: none;
	background-color: #FFF;
}
.navUp .dropdown .dropdown-menu {
	padding-top: 0;
	padding-bottom: 0;
}
.mainNavigation .navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0)
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.dropdown:hover .next-level {
	/* display: none; */
}
.navbar-nav .dropdown-menu {
	margin-top: 0;
}
.dropdown-menu a:hover {
    color: #B0120A;
}
.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;
}
/*header*/

header {
    height: 84px;
    display: flex;
    align-items: center;
    /*background-color: rgba(255,255,255,1);*/
	background-color: #0076BC;
	
    position: fixed;
    /*top: 0;*/
    left: 0;
    width: 100%;
    border-bottom: 1px solid transparent;
    z-index: 1049;
    transition: all .3s ease;
}
header.scrolled {
    border-bottom: 1px solid rgba(0,0,0,.1);
}
header:hover {
    /*background-color: #fff;*/
	background-color: #0076BC;
    box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid transparent;
}
.headUp {
    display: flex;
    align-items: center;
}
.header-logo {
    position: absolute;
    left: 0px;
}
.headUp .mainNavigation {
    margin: auto;
    height: 90px;
  /*position: relative;
    margin-left: 268px;*/
}
.menuLeftSmall{
    margin-left: 268px;
}
.menuLeftLarge{
    margin-left: 168px;
}

.headUp .mainNavigation .navbar-nav {
    display: inline-flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
header .dropdown-menu .totals {
	padding-top: 25px;
}
header .cartCounter .dropdown-menu {
	background-color: #fff;
}
.header-links .btn-secondary {
	cursor: pointer;
}
.header-links .dropdown-menu ul li {
	padding-top: 4px;
	padding-bottom: 4px;
}
.header-links .dropdown-menu {
	padding-top: 0;
	padding-bottom: 0;
}
.dropdown-menu {
    /*background-color: #fff;*/
	background-color: #00ACDE;
    border-radius: 0;
}
.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;
}
#categoryCategories {
    overflow: hidden !important;
}
a.read {
    padding-left: 10px;
    font-weight: 700;
}
.mfp-content img {
	width: auto;
}
.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;
}
.catalog-quantity-count {
    margin: 0 5px;
}
.product-simple-share .btn .fa {
    margin-right: 5px;
    align-self: center;
}
.product-simple-share .btn svg {
    width: 18px;
    height: 18px;
}
.product-bundle .card:first-of-type {
    border-bottom: 0;
}
.product-bundle .card {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.product-bundle .card:last-of-type {
	border-top: 0;
}
.pager ul,
.page-nav ul {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}
.pager a:not([href]):not([tabindex]):hover,
.page-nav a:not([href]):not([tabindex]):hover {
    color: #000;
    cursor: pointer;
}
.pager .current-page span,
.page-nav .current-page span {
    color: #2f2727 !important;
}
.pager a,
.page-nav a {
    border-radius: 0 !important;
	transition: all .3s ease;
}
.pager li a,
.page-nav li a {
    color: #2f2727;
    border: 0;
}
.pager li:hover a::after,
.page-nav li:hover a::after {
    transform: scale3d(1, 1, 1);
    transform-origin: 0% 50%;
}
.pager a::after,
.page-nav a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    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;
}
.pager .current-page span::after,
.page-nav .current-page span::after {
    transform: scale3d(1, 1, 1);
    transform-origin: 0% 50%;
}
.pager .current-page,
.page-nav .current-page {
    background-color: #e9ecef;
}
.pager ul li,
.page-nav ul li {
    position: relative;
    padding: 7px;
    margin-right: 3px;
}
/* mian slider */

#mainslider.swiper-container {
    width: 100%;
    height: 100%;
}
#mainslider.swiper-container-vertical > .swiper-pagination-bullets {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    right: 80px;
    width: 15px;
}
#mainslider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    outline: 0;
    transition: all .3s ease;
}
#mainslider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 15px;
    height: 15px;
}
#mainslider .swiper-pagination-bullet-active {
    background: #2f2727;
}
#mainslider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: flex-start;
}
#mainslider .swiper-slide img {
    width: 100%;
    height: auto;
}
#mainslider .swiper-counter {
    position: absolute;
    bottom: 100px;
    right: 100px;
    z-index: 1;
}
#mainslider .counter-container {
    display: inline-flex;
    position: relative;
}
#mainslider .swiper-counter .current {
    font-size: 45px;
    line-height: 1;
}
#mainslider .swiper-counter .all::before {
    content: "/";
    margin: 0 5px;
}
#mainslider .swiper-counter .all {
    font-size: 35px;
}
#mainslider .custom-lazy-preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#mainslider .custom-lazy-preloader .fa {
    position: relative;
    font-size: 36px;
}
#mainslider .slide-caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#mainslider .caption-container {
    position: relative;
    bottom: calc(-100% + 280px );
    left: 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 290px;
    justify-content: center;
}
#mainslider .slide-caption .caption-header {
    display: inline-flex;
}
#mainslider .slide-caption .caption-header {
    color: #777;
    font-weight: 700;
    font-size:  15px;
}
#mainslider .slide-caption .slide-num {
    padding-right: 80px;
}
#mainslider .slide-caption .slide-num::after {
    content: "";
    position: absolute;
    top: 11px;
    left: 35px;
    width: 45px;
    height: 2px;
    background: #777;
}
#mainslider .slide-caption .caption-body {
    color: #2f2727;
    font-weight: 700;
    font-size: 32px;
    padding:  15px 0;
    text-align: left;
    font-family: 'Roboto';
}
#mainslider .slide-caption .caption-footer a {
    position: relative;
    color: #2f2727;
    font-size: 15px;
    font-weight: 500;
}
#mainslider .slide-caption .caption-footer a:hover {
    color: #B0120A;
}
#mainslider .slide-caption .caption-footer a::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #2f2727;
}
/* home-page-banners */

.home-page-top-banner {
    margin-top: 15px;
}
.home-page-top-banner img {
    width: 100%;
    max-height: 338px;
    transition: all .6s ease;
}
.banner-container {
    position: relative;
    overflow: hidden;
}

.banner-container::after {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.banner-container:hover::after {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
.banner-container:hover img {
    transform: scale(1.1);
}
.banner-caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.home-page-top-banner .title a {
    color: #2f2727;
    font-weight: 700;
    font-size: 22px;
}
.home-page-top-banner .banner-button {
    margin-top: 10px;
    width:  100%;
}
.home-page-top-banner .banner-button a {
    position: relative;
    color: #2f2727;
    font-weight: 500;
}
.home-page-top-banner .banner-button a:hover {
    color: #B0120A;
}
.home-page-top-banner .banner-button a::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #2f2727;
}
.home-page-top-banner .banner-container:nth-child(1) .banner-caption {
    text-align: center;
    display:  flex;
    flex-direction:  column;
    justify-content: center;
    align-items:  flex-start;
    max-width: 140px;
    margin-left:  15px;
}
.home-page-top-banner .banner-container:nth-child(2) .banner-caption {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
}
.home-page-top-banner .banner-container:nth-child(3) .banner-caption {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:  flex-end;
    width:  140px;
    margin-left: calc(100% - 140px);
}
/* compare */

/* -------------------------------- 

Main Components 

-------------------------------- */
.cd-products-comparison-table ul {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
.cd-products-comparison-table {
  margin-bottom: 6em;
}
.cd-products-comparison-table::after {
  /* never visible - this is used in jQuery to check the current MQ */
  display: none;
  content: 'mobile';
}
.cd-products-comparison-table table {
    border-collapse: collapse;
	border-spacing: 0;
}
.cd-products-comparison-table .header {
  padding: 0 0 15px;
  margin-right: 15px;
}
.cd-products-comparison-table .header::after {
  clear: both;
  content: "";
  display: table;
}
.cd-products-comparison-table h2 {
  float: left;
  font-weight: bold;
}
.cd-products-comparison-table .actions {
  float: right;
  height: 50px;
  display:  flex;
  align-items:  center;
}
.cd-products-comparison-table .reset, .cd-products-comparison-table .filter {
  font-size: 14px;
}
.cd-products-comparison-table .clear-all {
    float: left;
    color: #B0120A;
    font-weight: 500;
    text-decoration: underline;
    margin: 15px 0 0 15px;
    cursor: pointer;
}
.cd-products-comparison-table .reset {
  color: #B0120A;
  font-weight: 500;
  text-decoration: underline;
}
.cd-products-comparison-table .filter {
  padding: .6em 1.5em;
  color: #333;
  background-color: transparent;
  border: 2px solid #e0e0e0;
  border-radius: 0;
  margin-left: 1em;
  cursor: not-allowed;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.cd-products-comparison-table .filter.active {
  cursor: pointer;
  background-color: #212529;
  color:  #fff;
  border-color:  #212529;
}
.no-touch .cd-products-comparison-table .filter.active:hover {
  background-color: #a7cea1;
}
@media only screen and (min-width: 1170px) {
  .cd-products-comparison-table {
    margin-bottom: 8em;
  }
  .cd-products-comparison-table::after {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
  .cd-products-comparison-table header {
    padding: 0 5% 40px;
  }
  .cd-products-comparison-table h2 {
    font-size: 2.4rem;
  }
  .cd-products-comparison-table .reset, .cd-products-comparison-table .filter {
    font-size: 16px;
  }
  .cd-products-comparison-table .filter {
    padding: .6em 2em;
    margin-left: 1.6em;
  }
}

.cd-products-table {
  position: relative;
  overflow: hidden;
}

.cd-products-table .features {
  /* fixed left column - product properties list */
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 122px;
  border-style: solid;
  border-color: #e6e6e6;
  border-width:  1px;
  background-color: #fafafa;
  opacity: .85;
}
.cd-products-table .features::after {
  /* color gradient on the right of .features -  visible while scrolling inside the .cd-products-table */
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  width: 4px;
  height: 100%;
  background-color: transparent;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.06), transparent);
  background-image: linear-gradient(to right,rgba(0, 0, 0, 0.06), transparent);
  opacity: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-products-table .features {
    width: 216px;
  }
}

.cd-products-table.scrolling .features::after {
  opacity: 1;
}

.cd-products-wrapper {
  overflow-x: auto;
  /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
  -webkit-overflow-scrolling: touch;
  border-style: solid;
  border-color: #e6e6e6;
  border-width: 1px;
}

.cd-products-columns {
  /* products list wrapper */
  width: 1200px;
  margin-left: 120px !important;
}
.cd-products-columns::after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (min-width: 1170px) {
  .cd-products-columns {
    width: 2480px;
    margin-left: 210px !important;
  }
}

.cd-products-columns .product {
  position: relative;
  float: left;
  width: 150px;
  text-align: center;
  -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, visibility 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
}
.filtering .cd-products-columns .product:not(.selected) {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.no-product-transition .cd-products-columns .product.selected {
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -moz-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.filtered .cd-products-columns .product:not(.selected) {
  position: absolute;
}
@media only screen and (min-width: 1170px) {
  .cd-products-columns .product {
    width: 310px;
  }
}
.cd-features-list li {
  font-size: 16px;
  font-weight: bold;
  padding: 25px 25px;
  border-color: #e6e6e6;
  border-style: solid;
  border-width:  1px;
}
.cd-features-list li.short-desc-content {
    overflow: hidden;
}
.cd-features-list li.short-desc-content,
.cd-features-list li.full-desc-content {
    font-size: 14px;
    font-weight: 400;
}
.cd-features-list li.rate {
  /* rating stars */
  padding: 21px 0;
}
.cd-features-list li.rate span {
  display: inline-block;
  height: 22px;
  width: 110px;
  background: url(../img/cd-star.svg);
  color: transparent;
}
@media only screen and (min-width: 1170px) {
  .cd-features-list li {
    font-size: 18px;
  }
  .cd-features-list li.rate {
    padding: 22px 0;
  }
}

.features .cd-features-list li,
.cd-products-table .features .top-info {
  /* fixed left column - items */
  font-size: 14px;
  font-weight: bold;
  /* set line-height value equal to font-size of text inside product cells */
  line-height: 14px;
  padding: 25px 10px;
  text-align: left;
}
@media only screen and (min-width: 1170px) {
  .features .cd-features-list li,
  .cd-products-table .features .top-info {
    text-transform: uppercase;
    line-height: 16px;
    padding: 25px 20px;
    letter-spacing: 1px;
    border-width:  1px;
  }
}

.features .cd-features-list li {
  display: flex;
  justify-content: center;
  align-items: center;
  /* truncate text with dots */
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.cd-products-table .top-info .compare-remover {
    position: absolute;
    top: 0;
    right: 0;
    width: 18px;
    height: 18px;
}
.cd-products-table .top-info .compare-remover svg {
    width: 18px;
    height: 18px;
}
.cd-products-table .top-info {
  position: relative;
  height: 215px;
  width: 150px;
  text-align: center;
  padding: 15px;
  border-color: #e6e6e6;
  border-style: solid;
  border-width: 1px !important;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  transition: height 0.3s;
  cursor: pointer;
  background: #ffffff;
}
.cd-products-table .top-info::after {
  /* color gradient below .top-info -  visible when .top-info is fixed */
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 4px;
  width: 100%;
  background-color: transparent;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.06), transparent);
  background-image: linear-gradient(to bottom,rgba(0, 0, 0, 0.06), transparent);
  opacity: 0;
}
.cd-products-table .top-info h3 {
  padding: 5px 0 0;
  font-weight: bold;
  font-size: 14px;
}
.cd-products-table .top-info h3 a {
    color: #B0120A;
}
.cd-products-table .top-info img {
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 75px;
  margin:  auto;
}
.cd-products-table .top-info h3, .cd-products-table .top-info img {
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-products-table .top-info .check {
  position: relative;
  display: inline-block;
  height: 16px;
  width: 16px;
  margin: 0 auto 1em;
}
.cd-products-table .top-info .check::after, .cd-products-table .top-info .check::before {
  /* used to create the check icon and green circle dot - visible when product is selected */
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  height: 100%;
  width: 100%;
}
.cd-products-table .top-info .check::before {
  /* green circle dot */
  border-radius: 50%;
  border: 1px solid #dee2e6;
  background: #dee2e6;
  -webkit-transition: background-color 0.3s, -webkit-transform 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, -moz-transform 0.3s, border-color 0.3s;
  transition: background-color 0.3s, transform 0.3s, border-color 0.3s;
}
.cd-products-table .top-info .check::after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    color: #FFF;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
@media only screen and (min-width: 1170px) {
  .cd-products-table .top-info {
    height: 280px;
    width: 310px;
    padding:  0;
    display:  flex;
    flex-direction:  column;
    justify-content:  center;
    align-items:  center;
  }
  .cd-products-table .top-info img {
      width: 150px;
    }
  .cd-products-table .top-info h3 {
    padding-top: 1.4em;
    font-size: 16px;
  }
  .cd-products-table .top-info .check {
    margin: 15px 0;
  }
  .cd-products-table.top-fixed .top-info .check {
    position: absolute;
    top: 0px;
  }
}

.cd-products-table .features .top-info {
  /* models */
  width: 120px;
  cursor: auto;
  background: #fafafa;
  display:  flex;
  align-items:  center;
  justify-content:  center;
}
@media only screen and (min-width: 1170px) {
  .cd-products-table .features .top-info {
    width: 214px;
  }
}

.cd-products-table .selected .top-info .check::before {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-animation: cd-bounce 0.3s;
    -moz-animation: cd-bounce 0.3s;
    animation: cd-bounce 0.3s;
    background-color: #212121;
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #2f2727;
}

@-webkit-keyframes cd-bounce {
  0% {
    -webkit-transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1.6);
  }
  100% {
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes cd-bounce {
  0% {
    -moz-transform: scale(1);
  }
  60% {
    -moz-transform: scale(1.6);
  }
  100% {
    -moz-transform: scale(1.5);
  }
}
@keyframes cd-bounce {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
  }
  100% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
}
.cd-products-table .selected .top-info .check::after {
  /* check icon */
  opacity: 1;
}

@media only screen and (min-width: 1170px) {
  .cd-products-table.top-fixed .cd-products-columns > li,
  .cd-products-table.top-scrolling .cd-products-columns > li,
  .cd-products-table.top-fixed .features,
  .cd-products-table.top-scrolling .features {
    padding-top: 160px;
  }

  .cd-products-table.top-fixed .top-info,
  .cd-products-table.top-scrolling .top-info {
    height: 160px;
    position: fixed;
    top: 90px !important;
  }
  .no-cssgradients .cd-products-table.top-fixed .top-info, .no-cssgradients
  .cd-products-table.top-scrolling .top-info {
    border-bottom: 1px solid #e6e6e6;
  }
  .cd-products-table.top-fixed .top-info::after,
  .cd-products-table.top-scrolling .top-info::after {
    opacity: 1;
  }
  .cd-products-table.top-fixed .top-info h3,
  .cd-products-table.top-scrolling .top-info h3 {
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  .cd-products-table.top-fixed .top-info img,
  .cd-products-table.top-scrolling .top-info img {
    -webkit-transform: translateY(20px) scale(0.4);
    -moz-transform: translateY(20px) scale(0.4);
    -ms-transform: translateY(20px) scale(0.4);
    -o-transform: translateY(20px) scale(0.4);
    transform: translateY(20px) scale(0.4);
  }

  .cd-products-table.top-scrolling .top-info {
    position: absolute;
  }
}
.cd-table-navigation a {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 15px;
  -webkit-transform: translateY(55px);
  -moz-transform: translateY(55px);
  -ms-transform: translateY(55px);
  -o-transform: translateY(55px);
  transform: translateY(55px);
  /* replace text with image */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
  height: 40px;
  width: 40px;
  background: #212529 url(../images/cd-arrow.svg) no-repeat center center;
  border-radius: 0;
  -webkit-transition: background-color 0.3s, opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  -moz-transition: background-color 0.3s, opacity 0.3s, visibility 0.3s, -moz-transform 0.3s;
  transition: background-color 0.3s, opacity 0.3s, visibility 0.3s, transform 0.3s;
}
.cd-table-navigation a.inactive {
  opacity: 0;
  visibility: hidden;
}
.cd-table-navigation a.prev {
  left: 120px;
  right: auto;
  -webkit-transform: translateY(55px) translateX(15px) rotate(180deg);
  -moz-transform: translateY(55px) translateX(15px) rotate(180deg);
  -ms-transform: translateY(55px) translateX(15px) rotate(180deg);
  -o-transform: translateY(55px) translateX(15px) rotate(180deg);
  transform: translateY(55px) translateX(15px) rotate(180deg);
}
.no-touch .cd-table-navigation a:hover {
  background-color: #404042;
}
@media only screen and (min-width: 1170px) {
  .cd-table-navigation a {
    -webkit-transform: translateY(120px);
    -moz-transform: translateY(120px);
    -ms-transform: translateY(120px);
    -o-transform: translateY(120px);
    transform: translateY(120px);
  }
  .cd-table-navigation a.prev {
    left: 210px;
    -webkit-transform: translateY(120px) translateX(15px) rotate(180deg);
    -moz-transform: translateY(120px) translateX(15px) rotate(180deg);
    -ms-transform: translateY(120px) translateX(15px) rotate(180deg);
    -o-transform: translateY(120px) translateX(15px) rotate(180deg);
    transform: translateY(120px) translateX(15px) rotate(180deg);
  }
  .top-fixed .cd-table-navigation a {
    position: fixed;
  }
  .top-fixed .cd-table-navigation a, .top-scrolling .cd-table-navigation a {
    -webkit-transform: translateY(150px);
    -moz-transform: translateY(150px);
    -ms-transform: translateY(150px);
    -o-transform: translateY(150px);
    transform: translateY(150px);
  }
  .top-fixed .cd-table-navigation a.prev, .top-scrolling .cd-table-navigation a.prev {
    -webkit-transform: translateY(150px) translateX(15px) rotate(180deg);
    -moz-transform: translateY(150px) translateX(15px) rotate(180deg);
    -ms-transform: translateY(150px) translateX(15px) rotate(180deg);
    -o-transform: translateY(150px) translateX(15px) rotate(180deg);
    transform: translateY(150px) translateX(15px) rotate(180deg);
  }
}
/* email a friend */

.email-a-friend-page .card {
    border: 0 !important;
    box-shadow: unset !important;
}
.email-a-friend-page .card-header {
    border-bottom: 0;
}

/* -------------------------------- 

No JS

-------------------------------- */
.no-js .actions {
  display: none;
}

.no-js .cd-products-table .top-info {
  height: 145px;
}
@media only screen and (min-width: 1170px) {
  .no-js .cd-products-table .top-info {
    height: 248px;
  }
}

.no-js .cd-products-columns .check {
  display: none;
}

/* layout-changer */

#layout_changer {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 105px;
    left: 15px;
    width: 58px;
    height: 58px;
    border-radius: 0;
    border: 4px solid #fff;
    background: linear-gradient(130deg, #000 0%,#e0e0e0 100%);
    color: #fff;
    z-index: 1033;
    cursor: pointer;
}
#layout_changer:after {
    content: "";
    position: absolute;
    left: -13px;
    top: -13px;
    width: 76px;
    height: 76px;
    border-radius: 0;
    border: 10px solid #343a40;
}
.three-cogs {
  position: relative;
  margin-right: 10px;
}
.three-cogs.fa-1x {
    font-size: 0.9em;
}
.three-cogs i {
    text-align: center !important;
}
.three-cogs > .fa:nth-child(1) {
  animation-duration: 4s;
}
.three-cogs > .fa:nth-child(2),
.three-cogs > .fa:nth-child(3) {
  position: absolute;
  top: -0.2em;
  right: -0.45em;
  animation-direction: reverse;
  animation-duration: 2s;
}
.three-cogs > .fa:nth-child(3) {
  top: auto;
  bottom: -0.2em;
}
.layout-options {
    position: fixed;
    top: 185px;
    left: -250px;
    width: 245px;
    display: flex;
    flex-direction: column;
    padding: 15px;
    background: #fff;
    box-shadow: 4px 4px 8px rgba(0,0,0,.3);
    z-index: 1040;
    transition: all .3s ease-in-out;
}
.layout-options.in {
    left: 0;
}
.layout-options .option {
    padding: 7px 10px;
    font-family: 'Roboto';
    font-weight: 300;
    border: 1px solid #343a40;
    cursor: pointer;
}
.layout-options .option.checked {
    background-color: #2f2727;
    color: #fff;
}
.layout-options .option:first-child {
    margin-right: 15px;
}
.layout-options .colors .color {
    width: 50px;
    max-width: 50px;
    height: 50px;
    margin-top: 15px;
    margin-right: 15px;
    padding: 0;
    cursor: pointer;
    transition: all .3s ease;
}
.layout-options .colors .color:nth-child(3) {
    margin-right: 0;
}
.layout-options .colors .color:hover {
    transform: scale(1.1); 
    backface-visibility: hidden;
}
.layout-options .colors .color input {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}
.layout-options .colors .color:last-child {
    margin-right: 0;
}
.layout-options .colors .color::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-bottom: 21px solid transparent;
    border-left: 21px solid transparent;
}
.layout-options .colors .color::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-top: 21px solid transparent;
    border-right: 21px solid transparent;
}
.layout-options .colors .style::before {
    border-top: 21px solid #333333;
    border-right: 21px solid #333333;
}
.layout-options .colors .style::after {
    border-bottom: 21px solid #e0e0e0;
    border-left: 21px solid #e0e0e0;
}
.layout-options .colors .light-black::before {
    border-top: 21px solid #B0120A;
    border-right: 21px solid #B0120A;
}
.layout-options .colors .light-black::after {
    border-bottom: 21px solid #e0e0e0;
    border-left: 21px solid #e0e0e0;
}
.layout-options .colors .light-blue::before {
    border-top: 21px solid #65829d;
    border-right: 21px solid #65829d;
}
.layout-options .colors .light-blue::after {
    border-bottom: 21px solid #e0e0e0;
    border-left: 21px solid #e0e0e0;
}
.layout-options .colors .light-brown::before {
    border-top: 21px solid #333333;
    border-right: 21px solid #333333;
}
.layout-options .colors .light-brown::after {
    border-bottom: 21px solid #544e4e;
    border-left: 21px solid #544e4e;
}
.layout-options .colors .red::before {
    border-top: 21px solid #2C3E50;
    border-right: 21px solid #2C3E50;
}
.layout-options .colors .red::after {
    border-bottom: 21px solid #A01607;
    border-left: 21px solid #A01607;
}
.layout-options .colors .green::before {
    border-top: 21px solid #1fc0a0;
    border-right: 21px solid #1fc0a0;
}
.layout-options .colors .green::after {
    border-bottom: 21px solid #2f2727;
    border-left: 21px solid #2f2727;
}
/* 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: 320px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 9999;
    background-color: #fff;
}
#mobile-collapsing-menu.show {
	left: 0px;
}
#mobile-collapsing-menu .dropdown-menu {
	top: 96px !important;
	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);
    max-width: 320px;
	z-index: -1;
	overflow: hidden;
}
.mainNavigation .navbar-nav .dropdown:hover .dropdown-menu {
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    -o-transform: translateY(0) !important;
    transform: translateY(0) !important;
}
#mobile-collapsing-menu .dropdown-menu .nav-link {
    width: 100%;
}
#mobile-collapsing-menu .dropdown-toggle::after {
	display: none !important;
}
#mobile-collapsing-menu .nav-item .nav-link {
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 18px;
}
#mobile-collapsing-menu.show .nav-item.dropdown .fa-angle-down {
	top: 1px;
	position: absolute;
	right: 2px;
	transform: rotate(270deg);
	align-items: center;
	font-size: 28px;
	display: flex;
	align-self: center;
	justify-content: center;
	color: #2f2727;
	transition: all .3s;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#mobile-collapsing-menu.show .nav-item.dropdown .fa-times {
    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: #000;
	transition: all .3s;
	padding: 17px;
}
#mobile-collapsing-menu .dropdown-menu.sublist .nav-item:first-of-type {
	background-color: rgb(223, 225, 226);
}
#mobile-collapsing-menu .dropdown .nav-item:first-of-type {
	background-color: rgb(223, 225, 226);
	font-weight: 700;
}
#mobile-collapsing-menu .nav-item {
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid #9da6b2;
}
#mobile-collapsing-menu .nav-item:first-child {
	border-top: 1px solid #9da6b2;
}
#mobile-collapsing-menu .nav-item.dropdown {
	padding-right: 15px;
}
#mobile-collapsing-menu .fa-caret-down.rotate {
	transform: rotate(0deg);
}
#mobile-menu-opener {
    position: relative;
	width: 30px;
    height: 30px;
	margin-top: -1px;
	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: 30px;
	background: #2f2727;
	border-radius: 0;
	opacity: 1;
	right: 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: -11px;
	-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: -1px;
	-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: 9px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
#mobile-menu-opener.show span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: -11px;
	right: -5px;
}
#mobile-menu-opener.show span:nth-child(2) {
	width: 0%;
	opacity: 0;
}
#mobile-menu-opener.show span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 10px;
	right: -5px;
}

.logo-mobile {
	display: flex;
	height: 51px;
}
.logo-mobile h1 {
	display: flex;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.logo-mobile img {
	width: auto;
	height: 51px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* language-mobile */

.header-links .language-list-mobile,
.header-links .tax-list-mobile,
.header-links .currency-list-mobile,
.header-links .store-list-mobile,
.header-links .currency-button,
.header-links .tax-button,
.header-links .language-button,
.header-links .store.button {
	display: none !important;
}
#mobile-collapsing-menu .language-list-mobile ul,
#mobile-collapsing-menu .tax-list-mobile ul,
#mobile-collapsing-menu .currency-list-mobile ul,
#mobile-collapsing-menu .store-list-mobile ul {
	opacity: 0;
	position: absolute;
	transition: all .3s;
	z-index: -1;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	width: 100%;
}
#mobile-collapsing-menu .language-list-mobile,
#mobile-collapsing-menu .tax-list-mobile,
#mobile-collapsing-menu .currency-list-mobile,
#mobile-collapsing-menu .store-list-mobile {
	transition: all .3s;
	margin-right: 3px;
	max-width: 50%;
}
#mobile-collapsing-menu .option-list-mobile:last-child {
	margin-right: 0;
}
#mobile-collapsing-menu .language-list-mobile ul.show,
#mobile-collapsing-menu .tax-list-mobile ul.show,
#mobile-collapsing-menu .currency-list-mobile ul.show,
#mobile-collapsing-menu .store-list-mobile ul.show {
	opacity: 1;
	position: absolute;
	z-index: 9999;
	border-right: 1px solid #9da6b2;
	border-left: 1px solid #9da6b2;
	border-bottom: 1px solid #9da6b2;
	border-top: 1px solid #9da6b2;
	margin-top: 5px;
	min-width: 100%;
	padding-right: 0;
}
#mobile-collapsing-menu .option-list-mobile li.active,
#mobile-collapsing-menu .language-list-mobile li:first-child {
    outline: 1px solid #333333;
    font-weight: 700;
}
#mobile-collapsing-menu .option-list-mobile li.active a,
#mobile-collapsing-menu .language-list-mobile li:first-child a {
	color: #333333;
}
.option-list-mobile li {
	display: flex;
	background: #fff;
	justify-content: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.option-list-mobile li a {
	color: #000;
	align-self: center;
	font-size: 14px !important;
}
.option-list-mobile img {
	align-self: center;
}
.option-list-mobile li:nth-child(even) {
	background-color: #f1f1f1;
}
.mobile-option-button {
	background: rgb(223, 225, 226);
	border-right: 1px solid #9da6b2;
	border-left: 1px solid #9da6b2;
	border-bottom: 1px solid #9da6b2;
	padding-top: 10px;
	padding-bottom: 10px;
	align-items: center;
	display: flex;
	justify-content: center;
	transition: .3s all ease-in-out;
}
.mobile-option-button:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	border-style: solid;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	left: calc(50% - 10px);
	bottom: 0;
	border-width: 10px 10px 0 10px;
	border-color: #e1e1e1 transparent transparent transparent;
}
.mobile-option-button.icon-change:before {
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	border-color: #000 transparent transparent transparent;
}
.options-container {
	background: #f1f1f1;
}
.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;
}
/*side - block settings*/

.accountTop {
    min-height: unset !important;
}
.block-account-navigation {
	padding: 15px;
}
.block-account-navigation .generalTitle strong {
	font-size: 32px;
    color: #2f2727;
    line-height: 48px;
    text-align: center;
    font-family: 'Roboto';
    font-weight: 300;
    font-style: normal;
    border-bottom: 0;
}
.block-account-navigation .list {
    display: inline-flex;
    overflow: hidden;
    padding-left: 0;
}
.account-page {
    font-family: 'Roboto';
    background: #fff;
    min-height: 650px;
}
.account-page .rating div {
    background: url(../images/rating2.png) repeat-x
}
.account-page .rating {
    background: url(../images/rating1.png) repeat-x;
    width: 95px;
    height: 14px;
    padding: 0
}
.account-page .product-review-item {
    margin: 15px 0;
    border-bottom: 1px solid rgba(0,0,0,.3);
}
.account-page .card {
    border: 0;
}
.account-page .card-header {
    font-size: 22px;
    font-weight: 300;
}
.account-page .card .address-item .info {
    display: inline-flex;
    flex-wrap: wrap;
    padding: 15px;
    margin: 0;
}
.account-page .add-address-button {
    display: flex;
    align-items: center;
    position: absolute;
    top: 29px;
    right: 23px;
    z-index: 1;
}
.account-page .add-address-button svg {
    margin-right: 5px;
}
.account-page .card .address-item .info li {
    width: 50%;
}
.block-account-navigation .list li a {
    display: block;
    white-space: nowrap;
    background: #212121;
    color: #fff !important;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    font-size: 13px;
    text-transform: uppercase;
    padding: 0 15px 0 50px;
    line-height: 50px;
    height: 50px;
    font-weight: 400;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: right;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all .5s ease;
}
.block-account-navigation .list li {
	position: relative;
	width: 50px;
	height: 50px;
	margin-bottom: 5px;
    transition: all .3s ease;
}
.block-account-navigation .list li a:before {
    position: absolute;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    left: 0;
    font-size: 22px;
}
.block-account-navigation .list .customer-info a:before {
    content: "\f345";
    font-family: "Ionicons";
}
.block-account-navigation .list .customer-addresses a:before {
	content: "\f2bb";
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
}
.block-account-navigation .list .customer-orders a:before {
	content: "\f07a";
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
}
.block-account-navigation .list .return-requests a:before {
	content: "\f362";
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
}
.block-account-navigation .list .customer-auctions a:before {
	content: "\f0e3";
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
}
.block-account-navigation .list .downloadable-products a:before {
	content: "\f019";
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
}
.block-account-navigation .list .back-in-stock-subscriptions a:before {
	content: "\f04a";
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
}
.block-account-navigation .list .reward-points a:before {
	content: "\f091";
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
}
.block-account-navigation .list .change-password a:before {
	content: "\f13e";
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
}
.block-account-navigation .list .customer-avatar a:before {
	content: "\f21b";
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
}
.block-account-navigation .list .customer-reviews a:before {
	content: "\f005";
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
}
.block-account-navigation .list .customer-delete a:before {
	content: "\f2ed";
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
}
.block-account-navigation .list .customer-gdpr a:before {
    content: "\f15c";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
}
.block-account-navigation .list li:hover {
    width: 250px;
}
.block-account-navigation .list li:hover a {
    text-align: center;
}
.block-account-navigation .list li:before {
	position: absolute;
}
.block-account-navigation .list.hovered,
.block .list.hovered {
    overflow: auto;
}
.block-account-navigation .list,
.viewBox .list {
    padding-left: 0;
    margin-bottom: 0;
    max-height: 150px;
    overflow: hidden;
}
.block-account-navigation {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
}
.block-account-navigation .list li .svg-holder {
	position: absolute;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	left: 0;
    z-index: 1;
}
.block-account-navigation .list li a:hover,
.block-account-navigation .list li a.active {
	background: #999;
}
.account-page table thead {
    background-color: #212121;
    color: #fff;
}
.account-page table thead th {
    font-weight: 300;
}
.account-page .date-picker-wrapper {
    display: inline-flex;
    flex-direction: row;
}
.account-page .date-picker-wrapper .custom-select {
    margin-right: 3px;
}
.block-popular-tags .btn {
	margin: 4px;
    display: table;
}
.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: #007bff;
}
.card .btn i {
	font-size: 15px;
}
.list-group {
	padding-bottom: 25px;
}
/* profile */
.profile-page .latest-posts {
    overflow: hidden;
}
/*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: #fff;
	text-decoration: none;
}
.card-title {
	/*color: rgba(0, 0, 0, .7);*/
	background-color: #00ACDE;
	color:#fff;	
}
.order-progress .list-inline-item:not(:last-child) {
	margin-right: 0px;
}
.order-progress .active-step a,
.order-progress .inactive-step a {
	background-color: #61676c;
	color: #fff;
}
.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 h2 {
	margin-top: 30px;
}
.login-page .inputs {
	padding-left: 3px;
}
/* flex-grid */

.category-page .flex-grid,
.manufacturer-page .flex-grid,
.product-tag-page .flex-grid,
.search-results .flex-grid,
.recently-viewed-products-page .flex-grid,
.recently-added-products-page .flex-grid {
    margin: 0 -9px;
}

/* reservations */

#hoursDiv input {
	visibility: hidden;
	width: 0;
}
/*productbox*/

.card.gen {
    
    border-radius: 4;
   
    box-shadow: unset !important;
	 min-height: 344px;
    margin-bottom: 10px;
	border: 3px solid #00ACDE!important;
	    padding: 4px;
}
.card.gen .picture {
    display: block;
    position: relative;
    overflow: hidden;
	 margin-top: 10px;
}
.card.gen .picture::before {
    content: "";
    display: block;
    padding-top: 100%;
}
.card.gen 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;
}
.card.gen img {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.change-percent {
	opacity: 0;
	position: absolute;
	top: 10px;
	left: -10px;
	padding: 5px;
	font-family: 'Roboto','Poppins', sans-serif;
	font-weight: 300;
	font-size: 16px;
	box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .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: 1;
	opacity: 0;
	position: absolute;
	top: 55px;
	left: -10px;
	padding: 5px;
	font-family: 'Roboto','Poppins', sans-serif;
	font-weight: 300;
	font-size: 16px;
	box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .2);
	transition: all .3s ease;
}
.new-product-label.with-promo {
	opacity: 1;
}
.new-product-label.no-promo {
	animation-name: no-promo;
	animation-fill-mode: forwards;
	animation-duration: .3s;
}
@keyframes no-promo {
	from {
		top: 10px;
	}
	to {
		opacity: 1;
		top: 10px;
	}
}
.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 #8E0700;
    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: 400;
    font-family: 'Roboto';
    max-width: 100%;
    text-overflow: ellipsis;
    font-size: 15px;
}
.card.gen .card-body {
	position: relative;
    z-index: 10;
}
.card.gen .card-body .card-body-content {
	z-index: 10;
	width: 100%;
	height: 100%;
	padding: 15px 0;
	position: relative;
	/*background: #fff;*/
	border-radius: 0;
	border-bottom-left-radius: .25rem;
	border-bottom-right-radius: .25rem;
}
.card.gen .card-body .card-body-content:hover {
	background: none;
}
.card.gen:hover .card-buttons {
	opacity: 1;
}
.card-buttons {
	z-index: -1;
	position: absolute;
	top: 1px;
	height:  38px;
	width: 100%;
	left: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	transition: all .3s ease;
	opacity: 0;
}
.card.gen .card-buttons .btn {
    position: absolute;
}
.card.gen .card-title {
    overflow: hidden;
   
    text-overflow: ellipsis;
text-align:center;
    min-height: 95px;
	padding:10px;
	display: flex;
    justify-content: center;
    align-items: center;
}


.card.gen .card-title::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 1px solid #fff;
}


.card.gen:hover .card-buttons .btn {
    top: -38px;
}
.card-buttons .btn-group {
	width: calc(100% - 2px);
	padding: 0;
	z-index:  1;
}
.card.gen .btn-group .btn-primary {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0px;
	text-transform: uppercase;
}
.card.gen .btn svg {
    width: 18px;
    height: 18px;
}
.card.gen .btn-group .btn {
    top: 1px;
    opacity: 0;
}
.card.gen .catalog-quantity {
    height: 28px;
    margin-left: 10px;
}
.catalog-quantity-count .plus,
.catalog-quantity-count .minus {
    position: relative;
    width: 14px;
    height: 14px;
    background: #000;
    cursor: pointer;
}
.catalog-quantity-count .plus::before,
.catalog-quantity-count .minus::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 2px;
    width: 10px;
    height: 2px;
    background: #fff;
}
.catalog-quantity-count .plus::after {
    content: "";
    position: absolute;
    top: 7px;
    left: 2px;
    width: 10px;
    height: 2px;
    background: #fff;
    transform: rotate(90deg);
}
.card.gen:hover .btn-group .btn {
    opacity: 1;
}
.card.gen .btn-group .btn-secondary {
	font-size: 14px;
    transition: all .3s;
}
.card.gen .btn-group .btn-primary {
    display: flex;
    justify-content: center;
    width: 50%;
    left: 25%;
    z-index: 1;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 14px;
    padding: 6px 6px;
    color: #fff;
    background-color: #333333;
    border-color: #333333;
    transition: all .3s ease;
}
.container.fill .card.gen .btn-group .btn-primary {
    font-size: 13px !important;
}
.card.gen .btn-group .btn:hover {
    color: #fff !important;
    background-color: #B0120A !important;
    border-color: #B0120A !important;
}
.card.gen .btn-wishlist:hover {
    color: #B0120A;
}
.card.gen .btn-group .btn-secondary {
    display: flex;
    justify-content: center;
    min-width: 40px !important;
    width: 25%;
    color: #fff;
    background-color: #0076BC;
    border-color: #0076BC;
}
.card.gen .btn-group .btn:first-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border-left: 0;
	border-right: 0;
}
.card.gen .btn-group .btn-primary {
    transition-delay: .1s
}
.card.gen .btn-group .btn:last-child {
    transition-delay: .2s;
}
.card.gen .btn-wishlist {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: transparent;
    border: 0;
    font-size: 20px;
    z-index: 1;
}
.tooltip .tooltip-inner {
    border-radius: 0 !important;
}
.tooltip-inner {
    box-shadow: 4px 4px 8px rgba(0,0,0,.3);
}
.btn-group .btn[data-toggle="tooltip"]::after {
    content: "";
    position: absolute;
}
.card.gen .add-cart-text {
    overflow: hidden;
}
.card.gen .actual-price,
.card.gen .countdown {
    font-weight: 500;
    font-family: 'Roboto';
    font-size: 15px;
}
.card.gen .countdown {
    background-color: #2f2727;
    color: #fff;
    padding: 0 5px;
}
.card.gen .btn-group .btn:last-child {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	border-right: 0;
	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);
}
/* setup tooltips */
.tooltip {
  position: relative;
  opacity: 1 !important;
  z-index: 1;
}
.tooltip:before,
.tooltip:after {
  display: block;
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.tooltip:after {
	border-right: 6px solid transparent;
	border-bottom: 6px solid #333333;
	border-left: 6px solid transparent;
	content: '';
	height: 0;
	top: 37px;
	left: 20px;
	width: 0;
}
.card.gen .tooltip:after {
    top: -10px;
    left: auto;
    border-right: 6px solid transparent;
    border-top: 6px solid #333333;
    border-left: 6px solid transparent;
    border-bottom: 6px solid transparent;
}
.card.gen .tooltip:before {
    top: -43px;
}
.card.gen .btn-wishlist.tooltip:after {
    top: 14px;
    left: 0;
    border-right: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 6px solid #333333;
    border-bottom: 6px solid transparent;
}
.card.gen .btn-wishlist.tooltip:before {
    top: 3px;
    left: unset;
    right: 43px;
}
.tooltip:before {
  background: #333333;
  border-radius: 0;
  color: #fff;
  content: attr(data-title);
  font-size: 14px;
  font-family: 'Roboto';
  padding: 6px 10px;
  top: 43px;
  white-space: nowrap;
}

/* the animations */
/* fade */
.tooltip.fade:after,
.tooltip.fade:before {
  transform: translate3d(0,-10px,0);
  transition: all .15s ease-in-out;
}
.tooltip.fade:hover:after,
.tooltip.fade:hover:before {
  opacity: 1;
  transform: translate3d(0,0,0);
}

/* expand */
.tooltip.expand:before {
  transform: scale3d(.2,.2,1);
  transition: all .2s ease-in-out;
}
.tooltip.expand:after {
  transform: translate3d(0,6px,0);
  transition: all .1s ease-in-out;
}
.tooltip.expand:hover:before,
.tooltip.expand:hover:after {
  opacity: 1;
  transform: scale3d(1,1,1);
}
.tooltip.expand:hover:after {
  transition: all .2s .1s ease-in-out;
}

/* swing */
.tooltip.swing:before,
.tooltip.swing:after {
  transform: translate3d(0,30px,0) rotate3d(0,0,1,60deg);
  transform-origin: 0 0;
  transition: transform .15s ease-in-out, opacity .2s;
}
.tooltip.swing:after {
  transform: translate3d(0,60px,0);
  transition: transform .15s ease-in-out, opacity .2s;
}
.tooltip.swing:hover:before,
.tooltip.swing:hover:after {
  opacity: 1;
  transform: translate3d(0,0,0) rotate3d(1,1,1,0deg);
}
/*sidebar*/

.generalLeftSide {
	padding-bottom: 50px;
	padding-top: 13px;
}
.generalLeftSide .tags .view-all {
	margin-top: 16px;
}
.available-items li:before {
	display: none;
}
.tab-content ul,
.available-items ul {
	padding-left: 16px;
}
.product-details-page .product-tabs .nav-link,
.auction-list-page .nav-tabs .nav-link,
.profile-page .nav-tabs .nav-link,
.private-messages .nav-tabs .nav-link {
    position: relative;
    color: #5F6D74;
    font-weight: 400;
    border: 0;
    text-transform: uppercase;
}
.product-details-page .product-tabs .nav-link.active,
.auction-list-page .nav-tabs .nav-link.active,
.profile-page .nav-tabs .nav-link.active,
.private-messages .nav-tabs .nav-link.active {
    color: #25283D;
}
.product-details-page .product-tabs .nav-link.active::after,
.auction-list-page .nav-tabs .nav-link.active::after,
.profile-page .nav-tabs .nav-link.active::after,
.private-messages .nav-tabs .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #212121;
}
.product-details-page #product_tab_content {
    margin-top: 15px;
}
.product-details-page .product-specs-box tr td {
    border-top: 0;
}
.product-details-page .gallery {
    max-width: 500px;
}
.gallery .gallery-luncher {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 28px;
    color: #777;
    z-index: 1;
    cursor: pointer;
    transition: all .3s ease;
}
.gallery .gallery-luncher:hover {
    color: #B0120A;
}
.product-contact-error, .product-contact-send {
    display: none;
}

.generalLeftSide li {
    list-style-type: none;
    font-size: 14px;
}
.generalLeftSide li a {
	color: #4c4c4d;
	text-decoration: none;
	font-size: 14px;
}
.generalLeftSide li a:hover {
	color: #0c3b63;
}
.generalLeftSide .product-filter {
	display: block;
	width: 100%;
}
.generalLeftSide .generalTitle strong {
	font-weight: 400;
}
.product-price-filter .btn-sm {
	margin-bottom: 5px !important;
}
.tier-prices {
    margin: 15px 0;
}
.tier-prices td {
    padding: 15px;
}
.tier-prices .title strong {
    font-weight: 500;
}
/*forum*/

.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;
}
.avatar {
	overflow: hidden;
	display: table-cell;
}
/*forum*/

.current-time span {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 20px;
    height: 45px;
}
.forum-search-box .search-box-text {
    height: 45px;
}
.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 {
	background-color: #fff;
}
.avatar {
	overflow: hidden;
	display: table-cell;
}
.forums-table-section-body .table td,
.forums-table-section .table td {
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}
.forums-table-section-body .table-dark,
.forums-table-section-body .table-dark:hover,
.forums-table-section .table-dark,
.forums-table-section .table-dark:hover {
    background-color: #32383e;
}
.forums-table-section-body .table-dark th,
.forums-table-section .table-dark th {
    border-color: #32383e;
}
.forums-table-section-body thead .forum-details,
.forums-table-section-body thead .topics,
.forums-table-section-body thead .posts,
.forums-table-section-body thead .latest-post,
.forums-table-section thead .forum-details,
.forums-table-section thead .topics,
.forums-table-section thead .posts,
.forums-table-section thead .latest-post,
.forums-table-section-title {
    font-size: 18px;
    
}
.forums-table-section .table-responsive {
    overflow: hidden;
}
.forums-table-section-body tbody,
.forums-table-section tbody {
    
}
.post-head {
    background: #fff;
    border: 1px solid rgba(0,0,0,.1);
    padding: 15px;
}
.avatar img {
    opacity: 1 !important;
    transform: unset !important;
}

/* category layout */

.generalTopSide {
    position: relative;
    display: inline-flex;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(0,0,0,.3);
    box-shadow: 4px 4px 8px rgba(0,0,0,.3);
    overflow: hidden;
    -webkit-transition: height .3s linear, padding-top .3s linear, padding-bottom .3s linear, border-top-width .3s linear, border-top-width .3s linear;
    transition: height .3s linear, padding-top .3s linear, padding-bottom .3s linear, border-top-width .3s linear, border-top-width .3s linear;
}
.category-container {
    margin-top: 90px;
}
.category-container .generalTitle {
    margin-top: 15px;
    font-size: 36px;
    color: #2f2727;
    line-height: 48px;
    text-align: center;
    font-family: 'Roboto';
    font-weight: 300;
    font-style: normal;
    border-bottom: 0;

}

.category-container .generalTitle::after {
    content: "";
    /*position: absolute;*/
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 1px solid #fff;
}


.block-manufacturer-navigation .generalTitle,
.block-popular-tags .generalTitle {
    font-size: 28px;
}
#cat-block-container .generalTitle {
    font-size: 24px;
}
#cat-block-container .block .sublist {
    column-count: 3;
    column-fill: balance;
    padding: 0;
}
.block a {
    color: #2f2727;
    font-size: 13px;
}
.block .active > a {
    color: #B0120A !important;
    font-weight: 500;
} 
#cat-block-container .block .product-spec-group {
    padding: 0 5px;
}
.block .title {
    font-weight: 500;
}
.block .product-spec-group .btn-secondary.colors {
    padding: 0;
    border: 0;
    background-color: transparent;
}
.block .product-spec-group .btn-secondary:hover {
    color: #fff;
}
.remove-filter .btn:hover {
    color: #fff;
}
.category-description h6 {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 400;
}
.breadcrumb {
    display: inline-flex;
    justify-content: center;
    width: 100%;
}
.breadcrumb-item a {
    font-size: 14px;
    font-family: 'Roboto';
    color: #777;
}
.breadcrumb-item.active strong,
.breadcrumb-item.active::before {
    color: #2f2727;
}
.breadcrumb .breadcrumb-item::before {
    font-size: 12px;
}
.filter-cocpit {
    align-items: center;
    font-family: 'Roboto';
    font-size: 15px;
    margin: 15px 0;
}
.manufacturer-page #TopSideOpener {
    display: none !important;
}
.founded-products {
    display: none;
    color: #777;
}
.founded-products .founded-count {
    padding: 0 5px;
    color: #2f2727;
    font-weight: 700;
}
.category-container .sort-options {
    display: inline-flex;
    justify-content: flex-start;
    padding: 0;
}
.category-container .page-size,
.category-container .sort-title {
    color: #777;
}
.sort-options select {
    width: 100%;
    border: 1px solid rgba(0,0,0,.2) !important;
    border-radius: 0;
    padding: .375rem 1.5rem .375rem .75rem;
}
.sort-options .sort-title {
    min-width: 60px;
}
#TopSideOpener {
    position: relative;
    width: 80px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #B0120A;
    cursor: pointer;
}
#TopSideOpener::after {
    content: "\f078";
    position: absolute;
    right: 0px;
    top: 3px;
    color: #B0120A;
    font-size: 12px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
#TopSideOpener.open::after {
    content: "\f00d";
}
.generalTopSide .generalTitle {
    font-size: 18px;
    font-weight: 500;
    line-height:  1;
    text-align: left;
}
.generalTopSide .block {
    max-width: 33.3%;
    height: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
    margin-right: 15px;
    margin: 15px;
} 
.generalTopSide .block::-webkit-scrollbar {
	width: 3px;
	height: 3px;
}
.generalTopSide .block::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 0;
}
.generalTopSide .block::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 0;
}
.generalTopSide .block.hovered {
    overflow-y:  auto;
    overflow-x:  hidden;
}
.generalTopSide .block:last-child {
    margin-right: 0;
}
.generalTopSide .block li a {
    color: #777;
}
.generalTopSide .view-all .btn {
    color: #fff;
    background-color: #333333;
    border-color: #333333;
    border-radius: 0;
}
.generalTopSide .btn {
    border-radius: 0;
}
.generalTopSide .view-all .btn:hover {
    background-color: #B0120A !important;
    border-color: #B0120A !important;
}
.product-container {
    transition: all .3s ease;
}
.toggled {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    height: 0;
    border-width: 0 1px;
}
.range {
  position: relative;
  width: 127px;
  height: 5px;
  transition:  all .3s ease;
}

.range input {
  width: 100%;
  position: absolute;
  top: 2px;
  height: 0;
  -webkit-appearance: none;
  transition: all .3s ease;
}
.range input::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  margin: -8px 0  0;
  border-radius: 0;
  background: #343a40;
  cursor: pointer;
  border: 0 !important;
  transform: rotate(45deg);
  transition:  all .3s ease;
}
.range input::-moz-range-thumb {
  width: 18px;
  height: 18px;
  margin: -8px 0  0;
  border-radius: 0;
  background: #343a40;
  cursor: pointer;
  border: 0 !important;
  transform: rotate(45deg);
  transition:  all .3s ease;
}
.range input::-ms-thumb {
  width: 18px;
  height: 18px;
  margin: -8px 0  0;
  border-radius: 0;
  background: #343a40;
  cursor: pointer;
  border: 0 !important;
  transform: rotate(45deg);
  transition:  all .3s ease;
}
.range input::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: #b2b2b2;
  transition:  all .3s ease;
}
.range input::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: #b2b2b2;
  transition:  all .3s ease;
}
.range input::-ms-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: #b2b2b2;
  transition:  all .3s ease;
}
.range input:focus {
  background: none;
  outline: none;
  transition:  all .3s ease;
}
.range input::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
  transition:  all .3s ease;
}

.range-labels {
  margin: 10px -26px 0;
  padding: 0;
  list-style: none;
  transition:  all .3s ease;
}
.range-labels li {
  position: relative;
  float: left;
  width: 59.25px;
  text-align: center;
  color: #b2b2b2;
  font-size: 14px;
  cursor: pointer;
  transition:  all .3s ease;
}
.range-labels li::before {
  position: absolute;
  top: -17px;
  right: 0px;
  left: 0;
  content: "";
  margin: 0 auto;
  width: 9px;
  height: 9px;
  background: #b2b2b2;
  border-radius: 0;
  transform: rotate(45deg);
  transition:  all .3s ease;
}
.range-labels .active {
  color: #343a40;
  transition:  all .3s ease;
}
.range-labels .selected::before {
  background: #343a40;
  transition:  all .3s ease;
}
.range-labels .active.selected::before {
  display: none;
}
/* product-details-page */
.product-details-page {
    margin-top: 90px;
    font-family: 'Roboto';
}
.product-details-page .overview .btn-primary {
    text-transform: uppercase;
}
.product-details-page .overview .actual-price strong,
.product-details-page .overview .actual-price {
    font-weight: 500;
    font-size: 22px;
}
.overview .value,
.product-reviews-overview a,
.product-reviews-overview .separator {
    color: #777;
}
.catalog-quantity-count .plus::before, .catalog-quantity-count .minus::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 3px;
    width: 10px;
    height: 2px;
    background: #999;
}
.catalog-quantity-count .plus::after {
    content: "";
    position: absolute;
    top: 7px;
    left: 3px;
    width: 10px;
    height: 2px;
    background: #999;
}
.catalog-quantity-count .plus,
.catalog-quantity-count .minus {
    position: relative;
    width: 20px;
    height: 19px;
    background: #fff;
    border: 2px solid #e0e0e0;
    cursor: pointer;
    transition: all .3s ease;
}
.catalog-quantity-count .plus {
    border-bottom: 0;
}
.catalog-quantity-count .plus:hover,
.catalog-quantity-count .minus:hover {
    border-color: #333333;
    background-color: #333333;
}
.catalog-quantity-count .plus:hover::after,
.catalog-quantity-count .plus:hover::before,
.catalog-quantity-count .minus:hover::before {
    background-color: #fff;
}
.product-details-page .qty-input {
    border: 2px solid #e0e0e0;
    height: 38px;
    max-width: 62px;
    display: inline;
    position: relative;
}
.product-details-page .overview .qty-input:focus {
    border: 2px solid #333333;
}
.product-details-page .short-description {
    color: #777;
}

/*price*/

.overview-buttons .prices {
	font-weight: 500;
	font-size: 17px;
}
.overview-buttons .prices .actual-price,
.associatedItem .actual-price,
.catalog-product-price {
	font-size: 1.25rem;
}
.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 .old-price {
	font-size: 17px;
}
.product-details-page .overview .label {
    font-weight: 500;
}
.overview-buttons {
	display: flex;
	flex-wrap: wrap;
    overflow: hidden;
}
.overview-buttons .btn-secondary {
	display: flex;
	align-items: center;
	margin-right: 5px;
}
.old-product-price span,
.old-price {
    text-decoration: line-through;
    font-family: 'Roboto';
    font-size: 14px;
    color: #777;
    font-weight: 400;
    line-height: 0;
}
.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 {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.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;
}
.generalMiddle {
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	display: -webkit-box;
}
.social li {
	display: inline-flex;
	margin-right: 13px;
}
/*product*/

.product-details-page .product-bundle .img-fluid {
	overflow: hidden;
}
.product-details-page .add-to-cart-button {
	margin-bottom: 4px;
	height: 38px;
	display: flex;
	align-items: center;
}
.product-details-page .associatedItem .add-to-cart-button svg {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}
.product-details-page .associatedItem .btn-secondary {
	height: 38px;
	margin-left: 5px;
}
.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 .overview-buttons .add-to-cart-button {
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem;
}
.product-details-page .sp-wrap {
	max-width: 100%;
	border: 0;
	background: 0;
}
.product-details-page .sp-thumbs {
	display: inline-flex;
	overflow-x: auto;
	width: 100%;
	padding: 2px;
	flex-wrap: nowrap;
	margin-top: 15px;
}
.product-details-page .sp-thumbs a {
	margin-right: 5px;
}
.product-details-page .sp-thumbs a:link,
.sp-thumbs a:visited {
	display: flex;
	width: 100px;
	min-width: 100px;
	min-height: 100px;
	height: 100px;
	padding: .25rem;
	background-color: #fff;
	border: 4px solid #fff;
	outline: 2px solid #e0e0e0;
}
.product-details-page .thumbnails {
	display: inline-flex;
	margin-top: 15px;
}
.product-details-page .thumbnails .thumb-popup-link {
	margin-right: 5px;
    cursor: pointer;
}
.product-details-page .thumbnails img {
	width: 100px;
	height: 100px;
	border-radius: 0 !important;
}
.attributes .table {
    border-bottom: 0;
}
.attributes tr .text-prompt {
    color: #212529;
    font-weight: 500;
}
.attributes tr {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 10px;
    padding-right: 10px;
    width: 100%;
}
.attributes tr td:first-child {
    min-width: 90px;
}
.attributes tr td {
    border-top: 0;
    padding: 0 .75rem 0 0;
}
.attributes ul {
    display: inline-flex;
    flex-wrap: wrap;
}
.attributes ul li {
    margin-right: 10px;
}
.product-details-page .new-product-label {
    opacity: 1;
}
.product-details-page .change-percent {
    z-index: 1;
}
.product-details-page .product-actual-price {
    font-weight: 500;
    font-size: 22px;
}
/* sitemap page */

.sitemap-page .list-group .list-group-item:not(:last-child) {
    border-bottom: 0;
}

/* bestsellers */

.bestsellers-container {
    position: relative;
}
.bestsellers-container::before {
    content: "";
    position: absolute;
    width: calc(100% + 30px);
    left: -15px;
    height: calc(100% - 60px);
    top: 30px;
    background-color: #E0E0E0;
    box-shadow: 0px 0px 4px 2px rgba(0,0,0,.3);
    z-index:  1;
}
.bestsellers-container::after {
    content: "";
    position: absolute;
    width: calc(100% + 90px);
    left: -45px;
    height: calc(100% - 90px);
    top: 45px;
    background-color: #E0E0E0;
    box-shadow: 0px 0px 4px 2px rgba(0,0,0,.3);
    z-index: 0;
}
.best-product {
    display: inline-flex;
    width: 100%;
    background-color: #fff;
}
#bestsellers {
    background-color: #fff;
    box-shadow: 4px 4px 8px rgba(0,0,0,.3);
    border-top: 1px solid rgba(0,0,0,.1);
}
.best-product .prod-container {
    padding: 60px;
}
.avibility-time .countdown-container {
    display: inline-flex;
    margin-bottom: 15px;
}
.avibility-time .countdown-container .time-holder {
    display: flex;
    flex-direction: column;
    margin-right: 15px;
    box-shadow: 4px 4px 8px rgba(0,0,0,.3);
}
.avibility-time .countdown-container .days,
.avibility-time .countdown-container .hours,
.avibility-time .countdown-container .minutes,
.avibility-time .countdown-container .seconds {
    padding: 7px 15px;
    text-align: center;
    background-color: #2f2727;
    color: #fff;
    font-family: Oswald;
    font-weight: 700;
    font-size:  20px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.avibility-time .title {
    padding: 2px 7px;
    font-weight: 500;
    color: #2f2727;
    text-align:  center;
}
.best-product .new-product-label {
    opacity: 1;
    top: 15px;
    left: 15px;
}
.best-product .img-container img {
    width: 500px;
    max-width: 500px;
    height: auto;
}
.best-product .prod-container .name a {
    font-weight: 400;
    font-family: 'Roboto';
    font-size: 32px;
    color: #2f2727;
}
.best-product .prod-container .desc {
    font-weight: 400;
    font-family: 'Roboto';
    margin: 30px 0;
}
.best-product .prod-container .price {
    display: inline-flex;
    align-items: center;
}
.best-product .prod-container .price .actual-price {
    font-size: 32px;
    font-family: 'Roboto';
    margin-bottom: 15px;
}
.best-product .prod-container .price .prod-old-price {
    text-decoration: line-through;
    color: #777;
    font-size: 24px;
    font-family: 'Roboto';
    margin-right: 15px;
    margin-bottom: 15px;
}
.best-product .prod-container .buttons .btn a {
    color: #fff;
}
#bestsellers:hover .best-button-next,
#bestsellers:hover .best-button-prev {
    opacity: 1;
}
#bestsellers .best-button-next,
#bestsellers .best-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-image: unset;
    opacity: 0;
    transition: all .3s ease;
}
#bestsellers .best-button-prev {
    left: 0;
}
#bestsellers .best-button-next {
    right: 0;
}
#bestsellers .swiper-pagination {
    display: flex;
    align-items: center;
    align-self: center;
    justify-content: flex-end;
    position: absolute;
    top: 15px;
    left: unset;
    right: 15px;
    bottom: unset;
}
#bestsellers .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    transition: all .3s ease;
}
#bestsellers .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 15px;
    height: 15px;
}
#bestsellers .swiper-pagination-bullet-active {
    background: #2f2727;
}
.home-page-bestsellers {
    background-image: linear-gradient(rgba(0,0,0,.15), #fff);
    padding: 15px 0;
}
@media (min-width: 768px) and (max-width: 991px) {
    .news-list-homepage .news-gallery-thumbs .swiper-slide {
        width: 50% !important;
    }
}

/*rating*/

.product-review-list .rating {
	margin: 0;
}
.rating {
	width: auto;
	height: auto;
	margin: 5px 0px;
}
.rating div {
	height: 14px;
}
.rating-options {
	padding-top: 4px;
}
.rating .fas,
.rating .far {
	color: #f0ad4e;
	margin-top: 0;
	font-size: 12px;
}
.rating .ion {
    font-size: 19px;
    color: #FFB300;
}
.rating {
	position: relative;
}
.rating .fix-star {
	position: absolute;
	top: 8px;
	margin-left: -17px;
}
.rating-options .custom-control-label {
	color: #f0ad4e;
	cursor: pointer;
}
.rating-options .custom-control-label::after,
.rating-options .custom-radio.empty-star .custom-control-label::after {
	font-family: "Ionicons";
	content: "\f383";
	top: 0;
	font-size: 21px !important;
}
.rating-options .custom-control-input:focus~.custom-control-label::before {
	box-shadow: unset;
}
.rating-options .custom-control-label::before {
	background-color: transparent !important;
    box-shadow: unset !important;
}
.rating-options .custom-radio .custom-control-input:checked ~ .custom-control-label::after,
.rating-options .custom-radio.full-star .custom-control-label::after {
    font-family: "Ionicons";
    font-weight: 500;
    content: "\f384";
    color: #f0ad4e;
    font-size: 21px !important;
    top: 0 !important;
    left: -24px !important;
}
.vote.up,
.vote.down {
	margin-top: 24px;
    cursor: pointer;
}
/*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;
}
.topic-post,
.table-responsive {
	margin-top: 16px;
}
.topic-post .card {
    border-radius: 0;
}
/*!important - to handle external js*/

.color-container .color {
	display: inline-block;
	width: 32px !important;
	height: 32px !important;
	cursor: pointer;
    border-radius: 100%;
}
.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 {
	/*padding-bottom: 65px;*/
	margin-bottom: 0px;
	width: 100%;
}
.categoryGrid a.viewmode-icon,
.manufacturerGrid a.viewmode-icon {
	background: #6C747C;
	color: #fff;
	border: 1px solid #dee2e6 !important;
}
.categoryGrid a.viewmode-icon:hover {
	background: #4F575E;
	color: #fff;
}
.categoryGrid a.viewmode-icon.selected:hover {
	background: #02899C;
	color: #fff;
}

.categoryGrid a.viewmode-icon.selected {
	background: #17a2b8;
}

.categoryItems .card .card-title,
.categoryGrid .card .card-title,
.manufacturer-list-page .card .card-title {
    font-weight: 300;
    font-size: 24px;
    font-family: 'Roboto';
    background: rgba(255, 255, 255, .3);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.categoryItems .card a,
.categoryGrid .card a {
	overflow: hidden;
}
.card-grey {
	background-color: rgba(221, 221, 221, 0.29);
	cursor: pointer;
}
.step-title .fa {
	bottom: 12px;
	position: relative;
}
/*cart*/

.page .card {
	margin-bottom: 10px;
	border: 3px solid #00ACDE!important;
    border-radius: 4px;
	padding:4px;
	transition: all .3s ease;
	margin:4px;
	min-height: 334px;
}

.card:hover {
	-webkit-box-shadow: 0px 0px 6px 0.18px rgba(195, 207, 201, 1);
	-moz-box-shadow: 0px 0px 6px 0.18px rgba(195, 207, 201, 1);
	box-shadow: 0px 0px 6px 0.18px rgba(195, 207, 201, 1);
	/*background-color:  rgba(0, 172, 222,.3);*/
}
.page .card img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: all .3s ease;
}



 .card:hover img { 
 /*background-color: rgba(0, 172, 222,.3);
	opacity: 0.3;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);*/
  transform: scale(1.05);

	
	
}
.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 .close {
    opacity: 1;
    top: 0;
    right: 0;
}
.card.generalNote .close svg {
    color: #333 !important;
    width: 20px;
    height: 20px;
}
.card.generalNote {
    position: fixed;
    width: 330px;
    display: none;
    right: 30px;
    bottom: 30px;
    border-radius: 0;
    -webkit-box-shadow: 7px 9px 5px -5px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 7px 9px 5px -5px rgba(0, 0, 0, 0.32);
    box-shadow: 7px 9px 5px -5px rgba(0, 0, 0, 0.32);
    padding-left: 90px;
    min-height: 80px;
    padding-top: 5px;
    background-color: #fff !important;
    border-color: #e0e0e0;
    z-index: 1100;
}
.card.generalNote .holder {
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 80px;
    height: 80px;
    left: -1px;
    top: -1px;
}
.card.generalNote .holder svg {
    width: 45px;
    height: 45px;
}
.card.generalNote.card-success .success-holder {
    display: flex !important;
    background-color: #0A7E07;
}
.card.generalNote.card-danger .error-holder {
    display: flex !important;
    background-color: #B0120A;
}
.card.gen a {
	overflow: hidden;
}
.generalNote a {
	color: #333 !important;
	font-weight: 500;
}
table th.latest-post {
	min-width: 150px;
}
.fa.fa-angle-down {
	position: absolute;
	right: 10px;
	margin-top: 0px;
	font-size: 32px;
}
.td-title {
	font-weight: 700;
}
.toolbar {
	text-align: right;
}
/*one page checkout*/

.opc .allow .card-grey {
    background-color: #777;
    color: #fff;
    cursor: pointer;
}
.opc .active .card-grey {
    background-color: #212121;
    color: #fff;
    cursor: pointer;
}
.opc .step-title .card-bodyquote {
	margin-bottom: 0;
}
.opc .card-grey {
    background-color: rgba(204, 204, 204, 0.37);
    color: rgba(129, 138, 145, 0.56);
    border: 0;
    box-shadow: 4px 4px 8px rgba(0,0,0,.3);
}
.opc {
    font-family: 'Roboto';
}
.order-completed .card-header {
    background-color: transparent;
}
.order-completed .card-header strong {
    font-weight: 500;
}
.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 {
	padding: 1rem;
}
.order-summary-content .table thead th {
	border-bottom: 0;
	border-top: 0;
}
#ModalConditionsOfUse .modal-header {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
#ModalConditionsOfUse .modal-content {
    border-radius: 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:focus {
	border-color: #d9534f;
}
.filtered-items ul {
	padding-left: 0;
}
/* shopping cart */

.shopping-cart {
    width: 100%;
    border-bottom: 0;
    margin-bottom: 15px;
    font-family: 'Roboto';
    border: 1px solid #2f2727;
}
.shopping-cart thead {
	border-bottom: 1px solid #2f2727;
	background: #2f2727;
}
.shopping-cart th.product {
	width: 100%;
}
.shopping-cart th {
	color: #fff;
	padding: 20px;
	white-space: nowrap;
	font-weight: 300;
	font-size: 16px;
	text-transform: uppercase;
}
.shopping-cart td {
	background: #fff;
	border-bottom: 1px solid #2f2727;
	border-right: 1px solid #2f2727;
	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: 1px solid #2f2727;
}
.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:  16px;
}
.shopping-cart .remove-from-cart .remove {
	display: none;
}
.shopping-cart .remove-from-cart input[type='checkbox'].checkbox-u+label {
	border: 1px solid #2f2727;
	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: 2px;
	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: #2f2727;
}
.shopping-cart td.product .product-name {
	font-size: 16px;
	color:  #2f2727;
}
.shopping-cart .quantity .qty-input {
	height: 38px;
    width: 38px;
    padding: 0;
}
.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: 1px solid rgba(0, 0, 0, .1);
	border-radius: 0;
}
.shopping-cart-page .totals td {
	border-top: 0;
}
.shopping-cart-page .totals table {
	border-bottom: 0;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 0;
	border-collapse: unset;
}
.shopping-cart-page .update-cart-button,
.shopping-cart-page .continue-shopping-button,
.shopping-cart-page .removeAll-cart-button {
	font-family: inherit;
	font-weight: 400;
	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;
}
/* 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: 16px;
}
.order-details-page .totals table {
	background: #fff;
	border: 1px solid #eee !important;
	margin-bottom: 0;
}
.order-details-page .order-details-area .generalTitle,
.order-details-page .products .generalTitle {
    font-size: 26px;
}
.order-details-area > .card {
    border-radius: 0;
}
/*fly shopping cart*/

.flyout-cart.no-data {
	height: auto !important;
}
.flyout-cart-nodata-text {
	font-size: 16px;
}
.flyout-cart-nodata-icon svg {
    width: 70px;
    height: 70px;
	color: rgba(0, 0, 0, .20);
}
#topcartlink .fly-cart-container .flyout-cart {
    position: absolute;
    right: -30%;
    top: 43px;
    width: 30%;
    height: calc(100vh - 43px);
    border: 1px solid #eee;
    border-right: 0;
    background: #fff;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    transition: all .6s ease-in-out;
}
.flyout-cart .count,
.flyout-cart .count a {
	font-size: 16px;
	font-weight: 300;
	padding: 5px;
	background: #2f2727;
	color: #fff;
	height: 37px;
}
.flyout-cart .product {
	margin-bottom: 0 !important;
}
.fly-cart-container .flyout-cart:hover {
	-webkit-box-shadow: 0px 0px 6px 0.18px rgba(195, 207, 201, 1);
	-moz-box-shadow: 0px 0px 6px 0.18px rgba(195, 207, 201, 1);
	box-shadow: 0px 0px 6px 0.18px rgba(195, 207, 201, 1);
}
.fly-close {
	z-index: 99999;
	position: absolute;
	right: 0;
	background: #2f2727;
	color: #fff;
	height: 37px;
	padding-left: 0;
	padding-right: 0;
	width: 9.333333%;
    cursor: pointer;
}
.fly-close:before {
	content: "";
	position: absolute;
	top: 15px;
	right: 5px;
	width: 15px;
	height: 3px;
	background: #fff;
	transform: rotate(45deg);
}
.fly-close:after {
	content: "";
	position: absolute;
	top: 15px;
	right: 5px;
	width: 15px;
	height: 3px;
	background: #fff;
	transform: rotate(-45deg);
}
#topcartlink {
	cursor: pointer;
}
#topcartlink.fly-in .fly-cart-container .flyout-cart {
	position: absolute;
	right: 0;
}
.dropdowns-container.fly-in {
	margin-left: -5px;
}
.cart-button {
    cursor: pointer;
}
.flyout-cart .cart-button {
	color: #fff;
	background: rgba(255, 255, 255, 0);
	border-color: rgba(255, 255, 255, 0.6);
    border-radius: 0;
	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 a {
	font-size: 13px;
}
.flyout-cart .price strong {
	font-size: 1.25rem;
	line-height: 1.8;
	font-weight: 600;
}
.flyout-cart .quantity strong {
	font-size: 16px;
	font-weight: 500;
}
.flyout-cart .attributes {
	font-weight: 400;
	font-size: 12px;
	color: #393f46;
}
.navUp .container.fly-in {
	padding-right: 21px !important;
}
.flyout-cart .name a {
	color: #393f46;
	font-size: 16px;
	font-weight: 400;
}
.flyout-cart .price span,
.flyout-cart .quantity span {
	font-size: 1rem;
	line-height: 1.8;
	font-weight: 300;
}
.flyout-cart {
    min-width: 300px;
    font-size: 14px;
    border: 1px solid;
}
.wish-name {
	margin-left: 9px;
}
.cart-name {
	margin-left: 5px;
}
.flyout-cart .items {
	overflow: auto;
	height: calc(100vh - 211px);
}
.flyout-cart .flyout-cart-bottom {
	padding: 15px;
	background-color: #2f2727;
}
.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: 600;
	font-size: 22px;
	letter-spacing: 1px;
}
.flyout-cart .item {
	border-bottom: 1px solid #dddddd;
	padding: 15px !important;
}
.flyout-cart .item:last-of-type {
	border-bottom: none;
}
.mini-shopping-cart .product {
	font-size: 12px;
}
#topcartlink>div>a {
	padding: 11px;
	color: #fff !important;
	padding-right: 0;
}
.wishlist-container {
	position: relative;
}
#topcartlink .cart-qty,
.wishlist-qty {
	border-radius: 100%;
	background: #17a2b8;
	color: #fff;
	font-size: 9px;
	font-weight: 700;
	width: 18px;
	height: 18px;
	letter-spacing: 0px;
	padding: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 25px;
	top: 5px;
}
.wishlist-qty {
	left: 20px;
}
.header-links .administration,
.header-links .edit-page {
	display: none !important;
}
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-top: 10px;
    margin-bottom: 0;
    color: #333;
    font-size: 15px;
    text-align: center;
}
.generalNote a {
	text-decoration: underline;
}
.generalAdToCart input {
	max-width: 62px;
    height: 38px;
	display: inline;
	position: relative;
	margin-right: 5px;
}
.generalAdToCart select {
	max-width: 62px;
}
.enter-price-input {
	display: block;
}
.close {
	position: absolute;
	right: 7px;
	top: 4px;
}
.administration {
	border-left: 0px;
}
.category-description ul {
	list-style-type: inherit;
}
.shipments {
	overflow: auto;
}
.attributes ul {
	margin-bottom: 0;
	padding-left: 0;
}
.attributes li label {
    position: relative;
    margin-bottom: 0;
}
.product-details-page .overview .old-price {
    margin-left: 5px;
}
.attributes li label::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 24px;
    color: #fff;
    transition: all .3s ease;
}
.attributes .selected-value label::after {
    content: "\f2bc";
    font-family: "Ionicons";
    position: absolute;
    top: -2px;
    left: 7px;
    color: #fff;
    font-size: 24px;
}
/*datapicker*/

.ui-datepicker {
	background-color: #fff;
	padding: 10px;
	border: 0.5px solid #a4a6a7;
}
.ui-datepicker-header {
    background-color: #2f2727 !important;
}
.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: 300;
    font-size: 28px;
}
.btn-group.dropdown a.nav-link.dropdown-toggle::after {
	display: none;
}
/*footer*/

footer .get-in-touch:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 20px;
    transform: skew(-35deg);
    background: #544e4e;
    left: -8px;
    top: 0;
    z-index: -1;
}
footer .get-in-touch {
    position: absolute;
    top: -16px;
    left: 13px;
    padding: 5px 10px;
    background: #867D7D;
    color: #fff;
    letter-spacing: 0;
    font-weight: 300;
    font-size: 18px;
}
footer .contact-info {
    flex-direction: column;
}
footer .block .block-title {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    margin: 5px 0;
}
footer .block .block-body ul {
    padding-left: 0;
	margin-bottom:0px!important;
}
footer .block .block-body ul li,
footer .block .block-body ul li a {
    list-style-type: none;
    color: #fff;
    font-size: 14px;
}
footer .block .block-body ul li.title {
    color: #353531;
    font-weight: 500;
    text-transform: uppercase;
}
footer .social-list .list-group-item span {
    padding: 5px 10px 5px 0;
    background: transparent;
    transition: all .3s ease;
    color: #fff;
    font-size: 22px;
}
footer .social-list .list-group-item {
    margin-right: 3px;
}
footer .footer-container {
    position: relative;
}
footer {
    font-family: 'Roboto';
    background-color: #0076BC;
    width: 100%;
    display: inline-block;
    height: auto;
}
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;
}
#newsletter-subscribe-block .newsletter-title {
    font-weight: 500;
    margin-bottom: 15px;
    transition: all .3s ease;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}
footer .newsletter-group input,
footer .newsletter-group .btn {
    border-radius: 0;
    border: 0;
    height: 55px;
}
footer .newsletter-group .btn {
    padding: 6px 15px;
}
footer .newsletter {
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255,255,255,.2);
}
footer .newsletter-description {
    font-weight: 400;
    color: #CB3E37;
}
footer .footer-disclaimer {
    color: #a8a8a8;
}

footer .block h2,
footer .block a {
	color: #fff;
}
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 .list-group .list-group-item a:hover .fa-twitter {
	color: #2DA2CD;
}
footer .list-group .list-group-item a:hover .fa-facebook-square {
	color: #0c3b63;
}
footer .list-group .list-group-item a:hover .fa-rss {
	color: #EB5B1C;
}
footer .color-holder {
	min-height: 8px;
	top: 0;
	width: 100%;
	margin-bottom: 16px;
}
footer .color-holder .color-1 {
	background-color: #ececec;
}
footer .color-holder .color-2 {
	background-color: #A1A194;
}
footer .color-holder .color-3 {
	background-color: #5B605F;
}
footer .color-holder .color-4 {
	background-color: #464646;
}
footer .color-holder .color-5 {
	background-color: #343a40;
}
.validation-summary-errors,
.field-validation-error,
footer .list-group .list-group-item a:hover .fa-google-plus,
footer .list-group .list-group-item a:hover .fa-youtube {
	color: red;
}
footer .newsletter .fa,
footer .block .fa {
	padding-right: 0px;
}
.newsletter-result {
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: -25px;
    right: 15px;
    width: 100%;
}
footer .list-group .list-group-item {
	background-color: transparent;
	padding: 1px;
	border: 0;
}
.footer-lower {
    border-top: 1px solid rgba(255,255,255,.2);
    padding-top: 15px;
}
/*IE FIX*/

.card a {
	overflow: hidden;
}
.img-fluid {
	width: 100%;
}
.header-logo img {
	/*width: auto;*/
width:auto;
height:85px;
max-width:none;
}
.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 (min-width: 576px) {
    .container.fill {
        max-width: 540px;
    }
		
}
}
@media (min-width: 768px) {
    .container.fill {
        max-width: 720px;
    }
    .blog-modal .modal-dialog {
        max-width: 700px;
    }
	

}
@media (min-width: 992px) {
    .container.fill {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container.fill {
        max-width: 1140px;
    }
}
@media screen and (min-width: 1401px) {
    .container.fill .card.gen .btn-group .btn-primary .add-cart-text {
        display: none !important;
    }
    .container.fill .card.gen .btn-group .btn-primary svg {
        display: block !important;
    }
}
@media screen and (max-width: 1400px) {
    .mainNavigation {
        width: 78%;
		/* margin-left: 320px!important;*/
    }
.menuLeftSmall{
	margin-left: 310px!important;
}
.menuLeftLarge {
    margin-left: 220px!important;
}

    .card.gen .btn-group .btn-primary {
        font-size: 14px;
    }
    .zoom-prodcuts {
        display: none !important;
    }
}
@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) {
    .best-product .img-container img {
        width: auto;
        max-width: unset;
        height: 200px;
        padding: 15px;
    }
    .best-product .prod-container .name a {
        font-size: 24px;
    }
    .next-title-holder, .prev-title-holder {
        display: none;
    }
    .blog-list-homepage .blog-desc-container .title {
        font-size: 16px;
    }
    .best-product .prod-container {
        padding: 15px;
    }
}
@media screen and (min-width: 1200px) {

    .col-xl-for-5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
	.shopping-cart .subtotal {
		min-width: 165px;
	}
	.shopping-cart .unit-price {}
    .card.gen .btn-group .btn-secondary {
        min-width: 42px !important;
        width: calc(25% + 1px);
    }
}
@media screen and (max-width: 1400px) and (min-width: 1200px) {
    .best-product .prod-container {
        padding: 30px;
    }
}
@media screen and (max-width: 1200px) {
    .card.gen .btn-group .btn-primary {
        font-size: 13px;
        padding: 6px 8px;
    }
    .blog-posts {
        display: inline-flex;
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        margin: 0;
    }
    .blog-posts .post-container {
        width: 50%;
    }
    .blog-posts .post-container .short-desc {
        width: 326px;
    }
    .blog-posts .post-container:hover .short-desc {
        left: calc(50% - 163px);
    }
    .blog-posts .card-header {
        padding: 20px;
    }
    .home-page .generalTitle {
        font-size: 28px;
    }
    .advanced-search-results .products-container .product-desc {
        max-width: 220px;
    }
    .order-details-page .quantity {
        font-size: 23px;
        color: #000 !important;
    }
	.card.gen .btn-group .btn {
		padding-left: 8px;
		padding-right: 8px;
		display: flex;
        font-size: 14px;
		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%;
        color: #B0120A;
        font-weight: 500;
	}
	.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 !important;
	}
	.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 2px;
		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: 16px;
		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: 15px;
	}
	.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: 1024px) {
	.flyout-cart .items {
		overflow: auto;
		height: calc(100vh - 230px);
	}
	#topcartlink .fly-cart-container .flyout-cart {
		height: calc(100vh - 107px);
	}
	.mainNav.fixed .flyout-cart .items {
		overflow: auto;
		height: calc(100vh - 166px);
	}
	.mainNav.fixed #topcartlink .fly-cart-container .flyout-cart {
		height: calc(100vh - 43px);
	}
	#topcartlink .fly-cart-container .flyout-cart {
		width: 40%;
		right: -40%;
	}
	.block-account-navigation .list li a:before {
		width: 40px;
	}
}
@media (min-width: 992px) {
    .blog-modal .modal-dialog {
        max-width: 800px;
    }
    .page {
        margin-top: 114px;
    }
    .navUp.navbar-light .navbar-nav .nav-link:focus, .navUp.navbar-light .navbar-nav .nav-link:hover {
        color: rgba(255, 255, 255, .7) !important;
    }
    .mainNav .nav-item {
        position: relative;
    }
	.mainNav .nav-item:first-child>.nav-link {
		padding-left: 0 !important;
	}
	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;
	}
    .mainNavigation .navbar-nav .dropdown-menu {
        display: block;
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
        column-fill: balance;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        top: 100% !important;
        border: 0;
        box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.2);
    }
	.mainNavigation .navbar-nav .dropdown-menu.show {
		display: block;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0) !important;
        -moz-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
        -o-transform: translateY(0) !important;
        transform: translateY(0) !important;
        top: 100% !important;
	}
	.mainNav .dropdown-menu.first-level {
		border: 0;
		border-top: 12px solid transparent;
	}
	.mainNav .dropdown-menu {
		border: 0;
		border-left: 4px solid transparent;
	}
	.navUp .dropdown-menu {
		border: 0;
		border-top: 7px solid transparent;
	}
	.navUp .dropdown-menu>ul {
		border: 1px solid rgba(0, 0, 0, .2);
		border-bottom-left-radius: .25rem;
		border-bottom-right-radius: .25rem;
	}
	.navUp .dropdown-menu ul li:last-child {
		border-bottom-left-radius: .25rem;
		border-bottom-right-radius: .25rem;
	}
	.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: 100%;
		top: 0;
		position: absolute;
		transition: all .3s ease;
	}
	.wishlist-label {
		padding-right: 3px;
	}
	.wishlist-content .custom-control {
		min-width: 50px;
	}
	#ModalAddToCart .modal-dialog {
		min-width: 450px;
	}
	.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%;
	}
	.register-block .register-button {
		margin-top: 85px;
	}
	.first-level .dropdown:hover .next-level {
		display: block;
		position: absolute;
		top: 0;
		border-top-left-radius: 8px;
		border-bottom-left-radius: 8px;
	}
	.shopping-cart-page .card {
		padding-bottom: 0;
	}
	.block .viewBox {
		display: flex !important;
	}
	.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;
	}
}
@media (max-width: 1024px) {
    #mainslider .swiper-slide img {
        position: absolute;
        width: auto;
        height: 100%;
    }
    #mainslider .caption-container {
        left: 15px;
        bottom: calc(-100% + 250px );
    }
    #mainslider .swiper-counter,
    #mainslider.swiper-container-vertical > .swiper-pagination-bullets{
        right: 15px;
    }
    .home-page-top-banner {
        margin-top: 15px;
    }
	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) {
    .dropdown-cart-menu,
    .login-menu-button {
        display: none;
    }
    .btn-quick-view {
        display: none !important;
    }
    .card.gen .btn-group .btn-primary {
        width: 75%;
        left: 0;
    }
    .news-list-page .card-header {
        position: relative;
    }
    #eu-cookie-bar-notification {
        right: 0;
        bottom: 0;
    }
    .headUp {
        display: none;
    }
    .home-page-bestsellers {
        overflow: hidden;
    }
    .order-review-data .billing-info-wrap,
    .order-review-data .shipping-info-wrap {
        width: 100%;
    }
    #filter_button {
        top: 60px !important;
    }
    #TopSideOpener {
        display: none !important;
    }
    .checkout-wrap {
        display: none;
    }
    .filter-cocpit {
        margin: 15px -15px;
    }
    .generalTopSide.toggled {
        padding: 0 15px;
        height: 0;
    }
    .product-spec-filter {
        height: auto;
    } 
    .generalTopSide {
        padding: 0 15px;
        height: auto;
    }
    .block a {
        font-size: 14px;
    }
    .block-account-navigation .list, .viewBox .list {
        max-height: unset;
    }
    .cat-nav-container {
        padding: 0 15px;
        width: 100%;
    }
    .generalTopSide .block {
        min-width: 100%;
    }
    .cart-dropdown .dropdown-menu {
        display: none !important;
    }
    .container {
        max-width: calc(100% - 6px);
    }
    .page {
        margin-top: 52px;
    }
    .home-page.page {
        margin-top: 0 !important;
    }
    .mainNavigation {
        display: none;
    }
    .product-details-page {
        margin-top: 51px;
    }
    #layout_changer {
        display: none;
    }
    .btn-search-modal {
        position: static !important;
        margin-left: auto;
        display: flex;
        justify-content: center;
        height: 45px;
        width: 45px !important;
    }
    #small-search-box-form {
        top: 49px;
        z-index: auto !important;
        max-width: 320px;
    }
    #small-search-box-form .search-mobile-container {
        padding: 5px;
        background-color: #fff;
    }
    #small-search-box-form .input-group {
        border: 1px solid #000;
    }
    #small-search-box-form .input-group .search-box-text {
        height: 35px;
        background-color: #fff;
    }
    #small-search-box-form .search-box-button {
        width: 35px;
        height: 35px;
        padding: 5px;
        align-items: center;
    }
    .settings-dropdown {
        border-bottom: 0 !important;
        padding:  0 !important;
    }
    #mobile-collapsing-menu .settings-dropdown .login-menu {
        display: none !important;
        padding-left: 0;
    }
    #mobile-collapsing-menu .settings-dropdown .login-menu .selectors {
        width: 100%;
    }
    #mobile-collapsing-menu.show .settings-dropdown .login-menu {
        display: inline-flex !important;
    }
    .settings-dropdown .login-menu {
        width: 100% !important;
        justify-content: center;
        flex-wrap: wrap;
        opacity: 1 !important;
        background-color: #fff;
        position: static !important;
    }
    .settings-dropdown .login-menu .form-login {
        margin: 15px;
        width: 100%;
    }
    .settings-dropdown > .dropdown-toggle {
        display: none;
    }
    .settings-dropdown .login-menu .nav-item {
        background-color: #fff !important;
        border: 0 !important;
        width: 20%;
        padding:  0 !important;
    }
    .settings-dropdown .login-menu .nav-item .nav-link {
        display:  flex;
        flex-direction:  column;
        align-items:  center;
        padding: 15px 0 !important;
    }
    .settings-dropdown .login-menu .nav-item .nav-link span {
        font-size: 10px;
        font-weight: 400;
    }
    .cart-dropdown {
        position: absolute;
        right: 65px;
        top: 15px;        
    }
    .wishlist-item {
        position: absolute;
        top: 6px;
        right: 85px;
    }
    .cart-dropdown svg {
        color: #2f2727;
    }
    .cart-dropdown a::after {
        display: none;
    }
    .cart-dropdown .cart-qty {
        top: -9px;
        right: -8px !important;
    }
    #mainslider .swiper-counter {
        bottom: 15px;
    }
    .news-list-homepage .news-gallery-thumbs {
        margin-top: 30px;
        height: auto;
    }
    .news-list-homepage .news-button-prev {
        position: absolute;
        left: -7px;
        top: calc(50% - 15px);
        transform:  rotate(-90deg);
    }
    .news-list-homepage .news-button-next {
        position: absolute;
        right: -7px;
        left: unset;
        top: calc(50% - 15px);
        transform:  rotate(-90deg);
    }
    .mobile-menu-button {
        margin-left: auto;
        margin-right: 15px;
    }
    .home-page-top-banner .title a {
        font-size: 18px;
    }
    .home-page-top-banner .banner-button a {
        font-size: 14px;
    }
    header {
        height: 51px;
        z-index: 1049;
    }
    .advanced-search-results.open {
        top: 53px;
    }
    #mobile-collapsing-menu .nav-item {
        position: relative;
    }
    #mobile-collapsing-menu .badge {
        position: absolute;
        top: 0;
        left: 0;
        color: #fff;
        font-size: 10px;
        font-weight: 300;
        padding: .2rem .3rem;
        border-radius: 0;
        line-height: 1;
    }
    #mobile-collapsing-menu .badge::before {
        border: 4px solid transparent;
        border-right: 0;
        position: absolute;
        content: "";
        right: 7px;
        bottom: -9px;
    }
    #mobile-collapsing-menu .badge.bg-danger::before {
        border-top: 5px solid #B0120A;
    } 
    #mobile-collapsing-menu .badge.bg-success::before {
        border-top: 5px solid #0A7E07;
    } 
    #mobile-collapsing-menu .navbar-nav .fa-angle-down::before {
        content: "\276F";
        transform: rotate(90deg);
    }
    #mobile-collapsing-menu .navbar-nav .fa-times::before {
        content: "\276E";
    }
	.page-container.fixed {
		margin-top: 0;
	}
	.block-account-navigation .list li a {
		border-radius: 0 !important;
	}
	.navUp .edit.admin {
		display: none !important;
	}
	.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: 15px;
	}
    .sub-cat-name-container {
        border-bottom: 0 !important;
        box-shadow: 0 0 16px rgba(0, 0, 0, 0.45);
    }
	.sub-cat-name-container .sub-cat-name {
		color: #000;
		text-align: center !important;
	}
	.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 {
		background: #17a2b8;
		color: #fff;
		position: static;
		font-size: 11px;
		width: 18px;
		height: 18px;
		top: -9px;
		left: 28px;
		position: absolute;
	}
	#topcartlink {
		margin-left: auto;
		padding-right: 0;
	}
	#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;
	}
	footer .max-100 {
		max-width: 100% !important;
	}
	footer .list-pad {
		padding-left: 15px !important;
	}
	footer .step-title {
		width: 100%;
		border-left: 0;
		border-right: 0;
		border-bottom: 0;
		border-radius: 0;
	}
	#ModalAddToCart .modal-dialog {
		min-width: 700px;
	}
	.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;
	}
	.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 {
		min-height: 51px !important;
		align-items: center !important;
		align-self: center !important;
		display: flex;
		justify-content: center;
		flex-direction: column;
		margin-right: 0;
		padding-left: 5px;
		padding-right: 5px;
	}
	.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;
		color: #777878;
	}
	#topcartlink>div>a {
		display: flex;
		flex-direction: column;
		justify-content: center;
		background-color: #fff;
		margin-left: 0;
		padding: 11px;
		padding-right: 15px !important;
		min-height: 51px;
		min-width: 50px;
	}
	#topcartlink .fa {
		color: #17a2b8;
	}
	.navUp {
		border-bottom: 1px solid #9da6b2;
		background: #fff !important;
	}
	header .collapse {
		position: fixed;
		background-color: #f7f7f9;
		top: 49px;
		border: 1px solid #9da6b2;
		border-top: 0;
		left: 4%;
	}
	#mobile-collapsing-menu {
		top: 51px;
	}
    .product-simple-share .btn {
        display: inline-block;
        height: 38px;
        padding: 6px 10px;
    }
	#collapsing-navbar-2 .dropdown-menu {
		position: static;
		width: 100%;
	}
	.social li {
		display: inline-flex;
		margin-right: 15px;
	}
	.footer .block {
		cursor: pointer;
		display: inline-block;
	}
	.block.active h5,
	.block:hover h5 {
		border-left: 3px solid #87c255;
	}
	.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;*/
	}
	.generalLeftSide {
		padding-bottom: 15px;
		padding-right: 0;
		padding-top: 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 {
        font-family: 'Roboto';
        flex-wrap: nowrap;
        overflow-y: auto;
        overflow-x: hidden;
        margin-top: -1px;
        height: calc(100vh - 102px);
    }
	#mobile-collapsing-menu .dropdown-menu.show {
		opacity: 1 !important;
		left: 0;
		width: 100%;
		z-index: 999 !important;
		overflow-y: auto;
		overflow-x: hidden;
		height: calc(100vh - 96px);
	}
	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 .thumbnails {
        margin-top: 0;
    }
    .block-account-navigation .list li {
        width: 35px;
        height: 35px;
    }
    .block-account-navigation .list li a {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    .block-account-navigation .list li .svg-holder {
        width: 35px;
        height: 35px;
    }
    .block-account-navigation .list li:hover {
        width: 35px;
    }
    .block-account-navigation .generalTitle strong {
        font-size: 24px;
    }
    .block-account-navigation .generalTitle {
        padding: 0 15px;
    }
    .auction-list-page .nav-tabs .nav-link {
        font-size: 13px;
    }
    .blog-posts .post-container {
        width: 100% !important;
    }
    .filter-cocpit {
        margin: 0;
        justify-content: center;
    }
    .founded-products {
        width: 100%;
        justify-content: center;
    }
    .home-page-categories .swiper-button-next, .home-page-categories .swiper-button-prev {
        display: none;
    }
    footer .newsletter-title {
        text-align: center;
    }
    .news-list-homepage .news-gallery-thumbs .swiper-slide-thumb-active .thumb-news-container::before {
        display: none;
    }
    .news-list-homepage .news-gallery-thumbs .swiper-slide-thumb-active {
        background-color: #fff;
    }
    .news-list-homepage .swiper-slide-thumb-active .description-container .desc {
        color: #2f2727;
    }
    .news-list-homepage .swiper-slide-thumb-active {
        border: 0;
    }
    .news-list-homepage .swiper-slide-thumb-active .desc {
        font-weight: 400;
    }
    .news-gallery-top {
        display: none;
    }
    .news-list-homepage .news-gallery-thumbs .thumb-news-container {
        flex-direction: column;
        height: auto;
    }
    .news-list-homepage .news-gallery-thumbs img {
        position: static;
        width: 100%;
        height: auto;
    }
    .news-list-homepage .news-gallery-thumbs .img-container {
        min-width: unset;
        max-width: unset;
        width: 100%;
        height: auto;
        margin-right: 0;
    }
    .news-list-homepage .description-container {
        height: auto;
    }
    #BlogSlider .swiper-slide {
        display: flex;
        flex-direction: column;
    }
    .blog-list-homepage .blog-desc-container {
        position: static;
        width: 100%;
        padding: 15px 0;
        order: 2;
    }
    .blog-button-prev, .blog-button-next {
        display: none !important;
    }
    .blog-list-homepage .img-blog-container {
        order: 1;
    }
    .news-list-homepage .news-button-prev, .news-list-homepage .news-button-next,
    #bestsellers .best-button-next, #bestsellers .best-button-prev {
        display: none !important;
    }
    .best-product {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-top: 1px solid rgba(0,0,0,.1);
    }
    .best-product .img-container img {
        width: 100%;
        max-width: unset;
        height: auto;
    }
    .news-list-homepage .news-gallery-thumbs {
        margin-top: 0;
    }
    .news-list-homepage .news-gallery-thumbs .swiper-slide {
        padding: 0;
    }
    .best-product .prod-container {
        padding: 15px;
    }
    #mainslider .swiper-slide img {
        width: 125%;
        height: auto;
    }
    .home-page-top-banner {
        margin-top: 0;
    }
    .news-list-homepage .news-gallery-top .swiper-slide {
        height: 300px;
        padding: 0;
    }
    .news-list-homepage .news-gallery-top img {
        width: 100%;
        height: auto;
    }
    .news-list-homepage .home-news-title {
        width: 200px;
    }
    .news-list-homepage .home-news-title span {
        font-size: 14px;
    }
    .news-list-homepage .home-news-title a {
        font-size: 12px;
    }
    #mainslider .caption-container {
        top: 66px;
    }
    .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;
    }
    #ModalAddToCart .cross-sell-container {
        max-height: calc(100vh - 30px);
    }
    #ModalAddToCart .modal-body {
        max-height: 675px;
        overflow: hidden;
    }
    #ModalAddToCart .cross-sell-container .btn-group .btn.btn-primary .add-cart-text {
        display: block !important;
    }
    #ModalAddToCart .cross-sell-container .btn-group .btn.btn-primary .fa-shopping-cart {
        display: none !important;
    }
	.order-details-page .quantity .td-title {
		position: static;
	}
	#ModalAddToCart .modal-body .modal-border h4 a {
		font-size: 16px;
	}
	.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;
	}
	#ModalAddToCart .modal-dialog {
		min-width: 500px;
	}
	.product-details-page .overview {
        margin-top: 10px;
		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 .dropdown-menu.show {
		opacity: 1 !important;
		left: 0;
		width: 100%;
		z-index: 999 !important;
		overflow-y: scroll;
		overflow-x: hidden;
	}
	#mobile-collapsing-menu {
		top: 51px;
		padding: 0;
	}
	.navUp li a span.fa {
		font-size: 24px;
	}
	.footer-lower {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.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;
	}
	.generalDropDown {
		display: none;
	}
	.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;
		color: #777878;
	}
	.footer-lower {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	footer .block {
		cursor: pointer;
		display: inline-block;
        text-align: center;
        margin: 0 auto;
	}
    .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: 0;
	}
	.product {
		margin-bottom: 10px;
	}
	.rate label {
		display: block;
	}
	.rate .custom-control+.custom-control {
		margin-left: 0;
	}
	.generalDropDown {
		display: none;
	}
	.forum-media-header {
		max-height: 38px;
	}
	.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;
	}
	.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;
	}
    #mainslider.swiper-container {
        height: 475px;
    }
	#ModalAddToCart.show {
		display: flex !important;
	}
}
@media (min-width: 767px) {
	.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;
	}
	#ModalAddToCart.show {
		display: flex !important;
	}
	#ModalAddToCart {
		transition: unset;
	}
	.available-items ul {
		padding-left: 0;
		margin-bottom: 5px;
	}
	.navUp li a span.fa {
		margin-right: 2px;
		margin-left: 2px;
	}
}
@media (max-width: 575px) {
    .associatedItem .img-fluid {
        width: auto;
    }
    #mainslider.swiper-container {
        height: 260px;
    }
    .card.gen .countdown {
        font-size: 12px!important;
    }
    .generalTopSide.toggled {
        flex-wrap: wrap;
        height: 0 !important;
    }
    .generalTopSide {
        flex-wrap: wrap;
        height: auto !important;
    }
    .generalTopSide .block {
        height: auto;
    }
    .change-product-columns {
        display: none;
    }
    .card.gen .change-percent,
    .card.gen .new-product-label {
        left: 0;
    }
    #mainslider .slide-caption .caption-body {
        width: 115px;
        font-size: 16px;
    }
    #mainslider .swiper-counter .current {
        font-size: 35px;
    }
    #mainslider .swiper-counter .all {
        font-size: 20px;
    }
    .mobile-desc {
        font-size: 9px !important;
    }
    .card.gen .btn-group .btn-secondary {
        /* min-width: 38px !important; */
    }
	#topcartlink .cart-qty,
	.wishlist-qty {
		display: none;
	}
	.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;
	}
	.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);
	}
	.wishlist-content .wishlist-add-to-cart-button {
		width: 100%;
	}
	#ModalAddToCart.show {
		display: flex !important;
	}
	.navUp li a span.fa {
		margin-right: 2px;
		margin-left: 0;
	}
	#ModalAddToCart .modal-header h5 {
		font-size: 16px;
	}
	#ModalAddToCart .modal-body img {
		max-height: 200px;
		width: auto;
	}
    #ModalAddToCart .cross-sell-container img {
        max-height: unset;
        width: 100%;
    }
	#ModalAddToCart .modal-body .modal-border h4 a {
		font-size: 16px;
	}
	#ModalAddToCart .form-group {
		margin-bottom: 0;
	}
	#ModalAddToCart label {
		margin-bottom: 0;
	}
	.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;
        flex-direction: column;
	}
	.shopping-cart-page .common-buttons .update-cart-button,
	.shopping-cart-page .common-buttons .continue-shopping-button {
		font-size: 16px;
		letter-spacing: .6px;
        margin: 5px 0;
	}
	#ModalAddToCart .modal-dialog {
		min-width: auto;
	}
	#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) {
    .min-qty-notification {
        font-size: 14px;
    }
    .product-reviews-overview a {
        font-size: 13px;
    }
    #action_modal .banner-content .title {
        font-size: 30px !important;
        margin-bottom: 15px;
    }
	.inbox-col,
	.admin-icon {
		display: none !important;
	}
    .product-details-page .gallery {
        margin: 10px auto auto auto;
    }
    .product-quickview .container {
        padding-left: 0;
        padding-right: 0;
    }
	.generalTitle {
		font-size: 22px;
	}
    .link-rss {
        position: relative;
        top: 10px;
    }
}
@media (max-width: 385px) {
	.shopping-cart-page .common-buttons {
		flex-direction: column;
	}
	.shopping-cart-page .common-buttons .btn {
		margin-left: 0;
		margin-bottom: 5px;
		border-top-left-radius: 0 !important;
		border-top-right-radius: 0 !important;
		border-bottom-left-radius: 0 !important;
		border-bottom-right-radius: 0 !important;
	}
	#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) {
    .private-messages-box .btn-group .btn {
        font-size: 12px;
    }
    .add-to-cart-button {
        font-size: 13px;
    }
    #mainslider .slide-caption .caption-header {
        display: none;
    }
    .home-page .generalTitle {
        font-size: 26px;
    }
    .news-list-homepage .news-gallery-top .swiper-slide {
        height: 205px;
    }
    .card.gen .btn-group .btn-secondary {
        min-width: 36px !important;
    }
    .card.gen .card-body .card-body-content {
        padding: 15px 5px;
    }
    .avibility-time .countdown-container .time-holder {
        margin-right: 5px;
    }
    .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: 30px;
	}
	#mobile-menu-opener span {
		left: 0;
	}
}

.dark {
    color: #fff;
    background-color: #0076BC;
    padding-top: 40px!important;
  
    padding-right: 20px !important;
    padding-left: 20px !important;
    text-align:justify;
}

/*
.dark::before {
	content:'';
  position:absolute;
  bottom:0px;
  right:0px;
  border-width:55px 55px 0px 0px;
  border-color:#0076BC #f2f2f2;
  border-style:solid;
  box-shadow: -3px 3px 2px 0px rgba(0,0,0,0.75);
}*/


.homeRight{
  border : 1px solid #0076BC;
padding-top: 24px!important;
 padding-right: 20px !important;
    padding-left: 20px !important;
	color:#0076BC!important;
}


.quote-card {
    background: #fff;
    color: #222222;
    padding: 20px;
    padding-left: 50px;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgba(34, 34, 34, 0.12);
    position: relative;
    overflow: hidden;
    min-height: 120px;
    height: 100%;
}

    .quote-card p {
        /*font-size: 22px;*/
        line-height: 1.5;
        margin: 0;
        max-width: 80%;
        color: #555;
    }

    .quote-card cite {
        font-size: 16px;
        margin-top: 10px;
        display: block;
        font-weight: 200;
        opacity: 0.8;
    }

    .quote-card:before {
        font-family: Georgia, serif;
        content: "“";
        position: absolute;
        top: 30px;
        left: 10px;
        font-size: 5em;
        color: rgba(238, 238, 238, 0.8);
        font-weight: normal;
    }

    .quote-card:after {
        font-family: Georgia, serif;
        content: "”";
        position: absolute;
        bottom: -110px;
        line-height: 100px;
        right: -32px;
        font-size: 25em;
        color: rgba(238, 238, 238, 0.8);
        font-weight: normal;
    }
	.quote-card.blue-card {
    background: #0078FF;
    color: #ffffff;
    box-shadow: 0 1px 2px rgba(34, 34, 34, 0.12), 0 2px 4px rgba(34, 34, 34, 0.24);
}

    .quote-card.blue-card:before, .quote-card.blue-card:after {
        color: #5FAAFF;
    }

.quote-card.green-card {
    background: #00970B;
    color: #ffffff;
    box-shadow: 0 1px 2px rgba(34, 34, 34, 0.12), 0 2px 4px rgba(34, 34, 34, 0.24);
}

    .quote-card.green-card:before, .quote-card.green-card:after {
        color: #59E063;
    }

.quote-card.red-card {
    background: #F61E32;
    color: #ffffff;
    box-shadow: 0 1px 2px rgba(34, 34, 34, 0.12), 0 2px 4px rgba(34, 34, 34, 0.24);
}

    .quote-card.red-card:before, .quote-card.red-card:after {
        color: #F65665;
    }

.quote-card.yellow-card {
    background: #F9A825;
    color: #222222;
    box-shadow: 0 1px 2px rgba(34, 34, 34, 0.12), 0 2px 4px rgba(34, 34, 34, 0.24);
}

    .quote-card.yellow-card:before, .quote-card.yellow-card:after {
        color: #FBC02D;
    }

.quote-card h6 {
    font-size: 16px;
    font-weight: bold;
    text-transform: none;
}

.post-auth {
    padding-top: 20px;
    font-size: 90%;
    color: #868e96 !important;
}

    .post-auth::before {
        content: "\2014 \00A0";
    }

.quote-box {
    height: 100%;
    padding-bottom: 20px;
}
.swiper-container-horizontal{
	    margin-top: 5px!important;
    border: 1px solid #00ACDE!important;
	
}



.lrg-logo {
margin-top:50px!important;
 width: 413px!important;
}

.sml-logo {
  width: 330px!important;
}
.hide{
display:none;
}
.home-page,
.page-container
{
margin-top:320px;
}

.manu.card.gen {
     min-height:  0px;  
}

.manu.card.gen .picture::before {
    content: "";
    display: block;
    padding-top: 50%;
}

.status-ribbon-corner span {
    position: absolute;
    display: block;
    width: 98%;
    padding: 6px 0;
    background-color: #e74c3c;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    font-weight: 500;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-align: center;
    /* right: 56px; */
    top: 200px;
    /* transform: rotate(-45deg); */
    z-index: 2;
}

.vscom-usabilla-button {
    top:400px;
    display: block;
    padding: 0;
    position: fixed !important;
    z-index: 99999;
    transform: translateZ(0) rotate(-90deg);
    left: -76px;
}

.vscom-usabilla-button .vscom-usabilla-text {
   
    background-color: red;
    line-height: 1;
    font-family: "Segoe UI",SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;

    padding: 15px;
color:#fff;
font-weight: 600;
    font-size: 20px;
border-radius: 25px;
}

.fns-rfq-buttons input {
    background-color: #0076BC;
    background-position: left center;
    background-repeat: no-repeat;
    border: medium none;
    color: #fff;
    display: block;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    width: auto;
    cursor: pointer;
}

.modal-backdrop {
    z-index: 20;
}
.page-title{
	padding-top:15px;
}
.mytab{
	border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
	 border-bottom: 1px solid #dee2e6;
    padding: 10px;
}
@media only screen and (max-width: 600px) {
  .service-form {
    width: 100%;
    margin: auto;
}
}
@media only screen and (min-width: 601px) and (max-width: 768px) {
  .service-form {
    width: 70%;
    margin: auto;
}
}