/* GENERIC START */

.bf-btn-show {
    background: #e0b6a8 !important;
}

a.bf-btn-reset {
	background:#b3b0a7 !important;
	display:none !important;
}

body {
    width: 100%;
    overflow-x: hidden;
}
a {
    color: #255a9d;
    text-decoration: none;
    background-color: transparent;
}
div#cart-container {
    height: 100%;
    width: 100%;
    max-width: 550px;
}
div#cart-container h4 {
    font-size: 13px;
    line-height: 26px;
    color: #111315;
}

img.bankeris.img-responsive {
    max-width: 100%;
}
body.checkout_checkout .form-group.required label:after {content: "*";color: red;}
.mm-panels .dropdown-toggle::after{visibility:hidden;}

.cart_row {
    display: inline-flex;
    width: 91%;
    border-bottom: 1px solid #a3a3a3 !important;
}
h1, h2, h3, h4, h5 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.05rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.container {
    width: 100%;
    max-width: 1470px;
}
.content-top {
    position: relative;
}
.content-bottom {
    position: relative;
}
.flexis img {
    width: 49% !important;
    display: inline-block !important;
    margin: auto;
    max-width: auto;
    align-items: center;
    justify-content: center;
}
.flexis img {
    max-width: 100% !important;
    width: 50% !important;
}
main {}
.form-group {
    margin-bottom: 2rem;
}
.form-group.row .col-sm-10, .form-group.row .col-sm-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.form-control {
    border-radius: 0;
}
.form-control.modified-input, input[type="text"] {
    border: 0px;
    box-shadow: none;
    outline: none;
    border-bottom: 2px solid #e1e1e1;
    min-height: 48px;
    margin-bottom: 1rem;
}
.btn-group .form-control.modified-input, .btn-group input[type="text"] {
    margin-bottom: 0;
}
.form-control:focus {
    -webkit-box-shadow: 0px 0px 24px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 24px 0 rgba(0, 0, 0, 0.2);
}
label.col-form-label {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.05rem;
    margin-bottom: 1rem;
    position: relative;
}
legend {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.05rem;
    position: relative;
    padding-bottom: 3rem;
}
legend:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 3px;
    background: #111;
    bottom: 2rem;
    left: 0px;
}
.btn {
    display: inline-flex;
    padding: .5rem 2rem;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1;
    min-height: 48px;
    font-weight: 700;
    letter-spacing: 0.05rem;
    align-items: center;
    justify-content: center;
}
.btn i {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active, .show>.btn.dropdown-toggle {
    color: #111;
    background-color: #fff;
    border-color: inherit;
}
.btn:not(:disabled):not(.disabled).active:focus, .btn:not(:disabled):not(.disabled):active:focus, .show>.btn.dropdown-toggle:focus {
    border: 0;
}
.btn:focus {
    border: 0;
}
.btn:hover {
    background-color: #fff;
    border-color: inherit;
    border-color: transparent!important;
}
.btn.disabled {
    opacity: 0.6;
}
.btn-primary, .btn-primary.disabled {
    color: #fff;
    background-color: #222;
    border-color: #222;
}
.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #222;
}
.btn-default, .btn-default.disabled {
    color: #222;
    background-color: #fff;
    border-color: #fff;
}
.btn-default:hover, .btn-default:not(:disabled):not(.disabled).active, .btn-default:not(:disabled):not(.disabled):active, .show>.btn-default.dropdown-toggle {
    color: #222;
}
.btn-light, .btn-light.disabled {
    color: #222;
    background-color: #fff;
    border-color: #fff;
}
.btn-light:hover, .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
    color: #222;
}
.nav.nav-tabs {
    border: 0px;
    margin-left: -0.25rem;
    margin-right: -0.25rem;
}
.nav.nav-tabs .nav-item .nav-link {
    background: #f4f4f4;
    padding: .5rem 2rem;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1;
    min-height: 48px;
    display: flex;
    align-items: center;
    font-weight: 700;
    letter-spacing: 0.05rem;
    border: 0;
}
.buttons {
    display: inline-flex;
    padding-top: 0rem;
    padding-bottom: 2rem;
    align-items: center;
    width: 100%;
}
.buttons div {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
}
.buttons div:last-child {
    justify-content: flex-end;
}
.tab-content {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.list-group-item {
    border: 0;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 0;
}
.list-group-item:before {
    content: "\f054";
    font-family: 'Font Awesome 5 Pro';
    margin-right: 0.5em;
    color: #dd0017;
}
.list-group-item:hover {
    text-decoration: none;
    background: #f4f4f4;
}
#common_home #content {
    padding: 0px;
}
.swiper-button-next, .swiper-button-prev {
    background: #f4f4f4;
    color: #255a9d;
    opacity: 1;
    width: 50px;
    height: 50px;
    background-image: none;
    text-align: center;
    line-height: 50px;
    margin-top: -25px;
    font-size: 18px;
    position: absolute;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
    background: #222;
    color: #fff;
}
.swiper-button-next {
    right: 1rem;
}
.swiper-button-prev {
    left: 1rem;
}
.module-title {
    text-align: center;
}
.pagination-page-container {
    display: flex;
    justify-content: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.pagination li a {
    font-weight: bold;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e1e1e1;
    color: #222;
    font-size: .875rem;
    text-decoration: none;
}
.pagination li a:hover {
    background: #f4f4f4;
}
.pagination li span {
    font-weight: bold;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e1e1e1;
    font-size: .875rem;
}
.pagination li.active span {
    color: #dd0017;
}
#column-left {
    position: relative;
}

/* GENERIC END */

/* MODAL START */

.modal-footer a {
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-heading {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    padding: 15px;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.03);
    -webkit-box-shadow: 0px 5px 1rem rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 1rem rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 10;
}
.modal-heading #close-cart {
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 15px;
    height: 100%;
    cursor: pointer;
}
/* MODAL END */

/* QUICK CART START */

#cart .dropdown-toggle::after {
    display: none;
}
.modal-open div#cart-container.show {
    visibility: visible;
    pointer-events: unset;
}
div#cart-container {
    display: block;
    visibility: hidden;
    max-width: 30rem;
    min-width: 30rem;
    right: 0;
    left: unset;
    width: 80%;
    max-width: 500px;
}
div#cart-container.modal.show {
    visibility: visible;
}
div#cart-container.modal.show .modal-dialog {
    transform: translateX(0%);
    pointer-events: initial;
}
div#cart-container .modal-dialog {
    width: 100%;
    background: #fff;
    margin: 0;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    transform: translateX(100%);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
div#cart-container.show .modal-dialog {
    transform: translateX(0%);
}
div#cart-container .modal-body {
    padding-top: 30px !important;
    background: #efcfc5;
    display: flex;
    flex-flow: column;
    max-height: 100%;
    padding: 0;
    flex-grow: 1;
}
div#cart-container .cart_row_image {
    flex: 0 0 20%;
    text-align: center;
}
div#cart-container .cart_row_image img {
    max-width: 100%;
    margin: 0;
    padding: 0;
}
div#cart-containercart_row {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px 30px 15px 15px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
div#cart-container .cart_row:last-child {
    border-bottom: none;
}
div#cart-container .cart_row_info {
    flex: 0 0 80%;
    padding: 0 10px;
}
div#cart-container .cart_row_info h4 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 14px;
}
div#cart-container .cart_row_subtotal {
    font-weight: normal;
    font-size: 13px;
    color: #111315;
}
div#cart-container .cart_row_total {
    font-size: 18px;
    color: #000000;
}
div#cart-container .cart_row_remove {
    position: relative;
    display: block;
    right: 0;
    top: 10px;
    height: 100%;
    width: 30px;
    text-align: center;
    font-size: 30px;
}
div#cart-container .cart_row_remove i {
    padding: 0;
    margin: 0;
    font-size: 18px;
    line-height: 30px;
}
div#cart-container .cart_row_remove a {
    color: #a20064;
    display: block;
    width: 30px;
    height: 30px;
    text-align: left;
    line-height: 30px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    font-size: 14px;
}
div#cart-container .cart_row_remove a:hover {
    color: #c6178d;
}
div#cart-container .cart-content {
    height: 100%;
    display: flex;
    flex-flow: column;
}
div#cart-container .cart_products {
    min-height: 200px;
    width: 100%;
    align-self: start;
    max-height: 100%;
     overflow-y: scroll; 
}
div#cart-container.modal.show .modal-footer {
    background: white;
}
div#cart-container .cart_totals {
    align-self: end;
    padding: 0;
    width: 100%;
    margin: auto 0 0 0;
    background: #ffffff;
}
div#cart-container .modal-inner {
    height: 100%;
    display: flex;
    flex-flow: column;
}
div#cart-container .cart_empty {
    align-self: center;
    margin: auto;
    text-align: center;
    font-weight: normal;
    color: #666;
}
div#cart-container .cart_empty i {
    clear: both;
    display: block;
    font-size: 2.5rem;
    margin: 0 0 1rem 0;
    font-weight: normal;
}
div#cart-container .cart_totals_row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 10px 15px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    align-items: center;
}
div#cart-container .cart_totals_row:last-child {
    border: none;
}
div#cart-container .cart_totals_row .col {
    justify-content: flex-start;
    flex-grow: 1;
    font-weight: normal;
    font-size: 14px;
    color: #666;
}
div#cart-container .cart_totals_row .col.text-right {
    justify-content: flex-end;
    align-self: flex-end;
    justify-content: flex-start;
    flex-grow: 1;
    font-weight: bold;
    font-size: 18px;
    color: #111;
}
/* QUICK CART END */

/* BREADCRUMBS START */

.breadcrumb {
    color: #acacac;
    font-size: 0.75rem;
    padding: 1.75rem 0;
    margin-bottom: 0;
    background: none;
    border: none;
    position: relative;
}
.breadcrumb:before {
    content: "";
    position: absolute;
    height: 100%;
    left: -100%;
    right: -100%;
    top: 0;
}
.breadcrumb li {
    position: relative;
    z-index: 1;
}
.breadcrumb li a {
    color: #acacac;
    text-transform: uppercase;
}
.breadcrumb li:last-child a {
    color: #255a9d;
}
/* BREADCRUMBS END */

/* HEADER START */

header {
    position: relative;
    z-index: 100;
    -webkit-box-shadow: 0px 7px 12px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0px 7px 12px 0 rgba(0, 0, 0, 0.1);
}
.header-top-bar {
    border-bottom: 1px solid #e1e1e1;
    font-size: 0.9rem;
}
.header-top-bar .header-top-bar-block span {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
.header-top-bar .header-top-bar-block {
    display: flex;
    align-items: center;
}
.header-top-bar .header-top-bar-block span i {
    font-size: 1.2rem;
    padding-right: 0.5rem;
}
.header-top-bar .header-top-bar-block-2 {
    justify-content: flex-end;
}
.header-top-bar .header-top-bar-block-1 span {
    padding-right: 2rem;
}
.header-top-bar .header-top-bar-block-2 span {
    padding-left: 2rem;
}
.header-main-wrapper {
    display: flex;
    align-items: center;
    padding: 3rem 0;
    width: 100%;
}
.header-main-wrapper .header-main-block {
    flex: 0 0 33.33333%;
    display: flex;
    align-items: center;
}
.header-main-wrapper .header-main-block-2 {
    justify-content: center;
}
.header-main-wrapper .header-main-block-3 {
    justify-content: flex-end;
}
.header-main-wrapper .header-main-block .header-main-block-icon {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}
.header-main-wrapper .header-main-block .header-main-block-icon:first-child {
    margin-left: 0;
}
.header-main-wrapper .header-main-block .header-main-block-icon:last-child {
    margin-right: 0;
}
.header-main-wrapper .header-main-block .header-main-block-icon i {
    font-size: 1.25rem;
}
.header-main-wrapper #search {
    position: relative;
    width: 100%;
    max-width: 350px;
}
.header-main-wrapper #search .input-lg {
    border: solid 2px #e1e1e1;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 40px;
    min-height: 40px;
    line-height: 40px;
    padding: 0 60px 0 20px;
    font-size: 14px;
    color: #959595;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}
button.header-search {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    color: #255a9d;
}
/* HEADER END */

/* NAVIGATION START */

#desktop-menu {
    border-top: solid 1px #e1e1e1;
}
#desktop-menu>.container {}
.navbar .dropdown-menu div[class*="col"] {
    margin-bottom: 1rem;
}
.navbar .dropdown-menu {
    border: none;
    background-color: #fff;
    border: 0px;
    border-radius: 0px;
    margin: 0;
    padding: 0;
}
@media screen and (min-width: 992px) {
    .navbar-expand-lg {
        padding-left: 0;
        padding-right: 0;
    }
    .main-menu {
        width: 100%;
    }
    .navbar {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .navbar .navbar-nav {
        display: inline-flex;
        width: 100%;
    }
    .navbar .dropdown {
        position: static;
    }
    .navbar .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
        top: 45px;
    }
    .navbar .dropdown-menu.show {
        display: flex;
    }
    .navbar .dropdown-menu {
        background-color: #fff;
        top: 100%;
        -webkit-box-shadow: 0px 7px 12px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0px 7px 12px 0 rgba(0, 0, 0, 0.1);
        border-top: solid 3px #255a9d;
        flex-wrap: wrap;
        padding: 3rem;
    }
    .navbar .nav-item {
        flex: 1 1 auto;
    }
    .navbar .nav-item .nav-link {
        padding: 1.75rem 0rem;
        font-size: 1rem;
        color: #363636;
        font-weight: normal;
        line-height: 14px;
        display: block;
        position: relative;
        text-align: center;
        width: 100%;
    }
    .navbar .nav-item .nav-link:hover {
        background: #f4f4f4;
    }
    .navbar .nav-item.show>.nav-link {
        background: #255a9d;
        color: #fff;
    }
    .navbar .dropdown-menu a {
        color: #111;
    }
    .navbar .dropdown-menu>li {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        margin-bottom: 3rem;
    }
    .navbar .dropdown-menu>li>a {
        font-weight: 700;
        margin-bottom: 2rem;
        display: inline-block;
        margin-bottom: 1rem;
    }
    .navbar .dropdown-menu>li ul {
        padding: 0px;
        list-style: none;
    }
}
/* NAVIGATION END */

/* SLIDESHOW START */

.slideshow-wrapper {
    margin: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    overflow: hidden;
    width: 100%;
    position: relative;
}
.slideshow-wrapper .swiper-slide-wrapper {
    position: relative;
}
.slideshow-wrapper .swiper-slide img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
}
.slideshow-wrapper .swipper-slide-caption-wrapper {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.slideshow-wrapper .swipper-slide-caption-wrapper .swipper-slide-caption {
    padding: 0 15px;
}
.slideshow-wrapper .swipper-slide-caption-wrapper .swipper-slide-caption h4 {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 1.5rem;
    color: #fff;
    width: auto;
    padding: 0.75rem 1.5rem;
    display: inline-block;
    background: #111;
    -webkit-box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.3);
}
.slideshow-wrapper .swipper-slide-caption-wrapper .swipper-slide-caption h2 {
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    margin: 0px;
    margin-bottom: 1rem;
    line-height: 2;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}
.slideshow-wrapper .swipper-slide-caption-wrapper .swipper-slide-caption h3 {
    text-transform: none !important;
    font-size: 36px;
    font-weight: normal;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 2rem;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}
.slideshow-wrapper .swipper-slide-caption-wrapper .swipper-slide-caption a {
    color: #111;
    background: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    padding: 1rem 2rem;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s;
    letter-spacing: 1px;
    -webkit-box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.3);
}
.slideshow-wrapper .swipper-slide-caption-wrapper .swipper-slide-caption a:hover {
    background: #111;
    color: #fff;
}
.slideshow-wrapper .pagination-container {
    position: relative;
}
.slideshow-wrapper .swiper-pagination {
    bottom: 0;
    left: 0;
    text-align: left;
    left: 50%;
    width: 100%;
}
.slideshow-wrapper .swiper-pager {
    width: 100%;
    position: absolute;
    top: 50%;
    line-height: 45px;
    z-index: 1;
}
.slideshow-wrapper .swiper-pager .slider-button-next, .slideshow-wrapper .swiper-pager .slider-button-prev {
    background: #fff;
    color: #255a9d;
    opacity: 1;
    width: 50px;
    height: 50px;
    background-image: none;
    text-align: center;
    line-height: 50px;
    margin-top: -25px;
    font-size: 18px;
    position: absolute;
    -webkit-box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: all 0.3s;
}
.slideshow-wrapper .slider-button-next {
    right: 0;
}
.slideshow-wrapper .slider-button-prev {
    left: 0;
}
.slideshow-wrapper .slider-button-next:hover, .slideshow-wrapper .slider-button-prev:hover {
    background: #111;
    color: #fff;
}
@media screen and (min-width: 992px) {
    .slideshow-wrapper .swiper-container {
        display: block;
    }
    .slideshow-wrapper .swipper-slide-caption {
        max-width: 50%;
    }
}
@media screen and (min-width: 768px) {
    .slideshow-wrapper .swiper-button-next {
        opacity: 0;
        right: -20px;
    }
    .slideshow-wrapper .swiper-button-prev {
        opacity: 0;
        left: -20px;
    }
}
/* SLIDESHOW END */

/* PRODUCT LIST START */

.main-content-title-container {
    display: flex;
    justify-content: center;
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.main-content-title-container .main-content-title {
    margin: 0;
}
.top-toolbar {
    display: flex;
    justify-content: flex-end;
    padding: 1rem;
    border: 1px solid #e1e1e1;
    padding: 0.75rem;
    margin-bottom: 1rem;
}
.top-toolbar .form-group {
    margin-bottom: 0;
    width: auto;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    align-items: center;
}
.top-toolbar .form-group label {
    display: block!important;
    margin-bottom: 0;
    padding-right: 1rem;
    padding-left: 3rem;
    font-size: .875rem;
}
.top-toolbar .form-group .form-control {
    margin-bottom: 0;
    border: 0px;
    background: #f6f6f6;
    min-height: 30px;
}
.top-toolbar .btn-group {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.top-toolbar .btn-group .btn {
    min-height: 30px;
    border-color: transparent!important;
    padding-left: 0;
    padding-right: 0;
}
.product-layout {
    padding: 1rem;
}
.product-layout .product-block {
    padding: 1rem;
    border: 1px solid #e1e1e1;
}
.product-layout .product-block .product-block-title {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.product-layout .product-block .product-block-title .product-name {
    text-align: center;
    margin: 0;
    line-height: 1.5;
    font-size: 1rem;
    height: 70px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.product-layout .product-block .product-block-title .product-name a {
    color: #212529;
}
.product-layout .product-block .product-block-image {
    position: relative;
}
.product-layout .product-block .product-block-image .product-thumbnail {
    text-align: center;
}
.product-layout .product-block .product-block-image .product-thumbnail img {
    max-width: 100%;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
.product-block:hover img {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}
.product-layout .product-block .product-block-price {
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top: 1px solid #e1e1e1;
}
.product-layout .product-block .product-block-price .amount {
    font-weight: bold;
    font-size: 1.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.product-layout .product-block .product-block-price .amount_before {
    font-weight: bold;
    font-size: 1rem;
    color: #dd0017;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.product-layout .product-block .product-cart {
    width: 100%;
    font-size: 0.75rem;
}
.product-layout .product-block .product-compare, .product-layout .product-block .product-quickview, .product-layout .product-block .product-wishlist {
    position: absolute;
    background: #f4f4f4;
    color: #dd0017;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    height: 40px;
    width: 40px;
    opacity: 0;
    transition: all 0.3s;
    margin-top: 40px;
    margin-bottom: -40px;
}
.product-block:hover .product-compare, .product-block:hover .product-quickview, .product-block:hover .product-wishlist {
    opacity: 1;
    margin: 0;
}
.product-layout .product-block .product-compare {
    left: 0;
    bottom: 0;
}
.product-layout .product-block .product-quickview {
    top: 0;
    right: 0;
}
.product-layout .product-block .product-wishlist {
    bottom: 0;
    right: 0;
}
.product-layout .product-block .product-compare:hover, .product-layout .product-block .product-quickview:hover, .product-layout .product-block .product-wishlist:hover {
    text-decoration: none;
    background: #222;
    color: #fff;
}
.product-layout .product-block .product-block-labels {
    position: absolute;
    left: 0;
    top: 0;
}
.product-layout .product-block .product-block-labels span {
    float: left;
    background: #000;
    color: #fff;
    font-weight: bold;
    padding: 0.2rem 2rem;
    margin-bottom: 0.5rem;
    text-align: center;
    width: auto;
    clear: both;
}
.product-layout .product-block .product-block-labels span.product-sale {
    background: #dd0017;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
/* PRODUCT LIST END */

/* PRODUCT START */

div#product-product #product-row {
    padding-top: 5rem;
}
div#product-product .product-column-left {
    margin-bottom: 5rem;
}
div#product-product .product-column-right {
    margin-bottom: 5rem;
}
div#product-product h1 {
    text-transform: uppercase;
    line-height: 1.2;
    font-size: 1.8em;
    font-weight: 700;
    margin-bottom: 2rem;
}
div#product-product .product-price-container {
    display: flex;
    align-items: flex-end;
    margin-bottom: 2rem;
}
div#product-product .product-price-container .price-old {
    text-decoration: line-through;
    padding-right: 1rem;
    font-size: 1.8em;
    font-weight: 700;
}
div#product-product .product-price-container h2 {
    font-size: 3rem;
    font-weight: 700;
    color: #dd0017;
    margin: 0;
}
div#product-product .product-list {
    margin-bottom: 2rem;
}
div#product-product .number-spinner {
    border: 1px solid #e1e1e1;
}
div#product-product .product-quantity {
    position: relative;
    max-width: 140px;
    width: 100%;
    justify-content: flex-start;
}
div#product-product .number-spinner .input-group-btn {
    width: auto;
    display: block;
    float: left;
}
div#product-product .number-spinner .btn-default {
    height: 44px;
    line-height: 1.5;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    border: 0;
    outline: 0;
    box-shadow: none;
    text-align: center;
    display: block;
    float: left;
    font-size: 18px;
    font-weight: bold;
    width: 35px;
}
div#product-product .number-spinner .btn-default:hover {
    background: #f4f4f4;
}
div#product-product .number-spinner #input-quantity {
    background: white;
    height: 48px;
    line-height: 1.5;
    border: solid 1px #e1e1e1;
    outline: 0;
    box-shadow: none;
    font-size: 16px;
    min-width: unset;
    padding: 10px 13px;
    display: block;
    float: left;
    font-weight: bold;
    color: black;
    width: calc(100% - 70px);
    border-top: 0px;
    border-bottom: 0px;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
}
div#product-product .btn-cart {
    width: 100%;
    margin-left: -0.25rem;
    margin-right: -0.25rem;
    margin-bottom: 2rem;
}
div#product-product .btn-cart .product-quantity {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}
div#product-product .btn-cart #button-cart {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}
div#product-product .btn-utilities {
    width: 100%;
    margin-left: -0.25rem;
    margin-right: -0.25rem;
    margin-bottom: 2rem;
}
div#product-product .btn-utilities .btn {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    background: #fff;
    border: 0;
    background: #f4f4f4;
}
div#product-product .btn-utilities .btn:hover {
    background: #f4f4f4;
}
div#product-product #product-image-gallery {
    background: #fff;
    border: 1px solid #e1e1e1;
    padding: 2rem;
}
div#product-product #product-image-gallery .product-block-labels {
    position: absolute;
    left: 0;
    top: 1rem;
    z-index: 10;
}
div#product-product #product-image-gallery .product-block-labels span {
    float: left;
    background: #000;
    color: #fff;
    font-weight: bold;
    padding: 0.2rem 2rem;
    margin-bottom: 0.5rem;
    text-align: center;
    width: auto;
    clear: both;
}
div#product-product #product-image-gallery .product-block-labels span.product-sale {
    background: #dd0017;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
div#product-product #product-image-gallery .swiper-slide img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
}
div#product-product .product-images-container .thumb {
    display: flex;
    justify-content: center;
    overflow: hidden;
    flex-wrap: wrap;
    margin: 2rem -1rem 0 -1rem;
}
div#product-product .product-images-container .thumb .swiper-slide {
    flex: 0 0 25%;
    padding: 1rem;
    margin-bottom: 0.3rem;
    border-bottom: solid 3px transparent;
    opacity: 0.3;
    transition: All 0.5s ease;
    cursor: pointer;
}
div#product-product .product-images-container .thumb .swiper-slide:hover, div#product-product .product-images-container .thumb .swiper-slide.active {
    opacity: 1;
}
div#product-product .product-images-container .thumb .swiper-slide img {
    width: 100%;
}
div#product-product .product-option-container {
    margin-bottom: 2rem;
}
div#product-product .product-option-container .product-option-title {
    font-size: 0.75rem;
    margin: 0;
    padding-top: 1rem;
    text-align: center;
    color: #212529;
    text-decoration: none;
}
div#product-product .product-option-block a:hover {
    text-decoration: none;
}
@media screen and (min-width: 992px) {
    div#product-product .product-column-right {
        padding-left: 10rem;
    }
}
@media (max-width: 892px) {
.product-layout .product-block .product-block-price {
    text-align: center;
    padding-top: 0rem;
    padding-bottom: 1rem;
    }
    .top-toolbar {
    display: flex;
    justify-content: center !important;
    padding: 1rem;
    border: 0px solid #e1e1e1 !important;
    padding: 1rem;
    margin-bottom: 1rem;
    box-shadow: none !important;
    max-width: 100%;
    margin: auto !important;
}

}
/* PRODUCT END */

/* BANNERS START */

.banner-container {
    display: flex;
    width: 100%;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.banner-container .banner-row {
    display: -ms-flexbox;
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
}
.banner-container .banner-row .banner-item {
    display: flex;
    padding-left: 1rem;
    padding-right: 1rem;
    align-items: center;
}
.banner-container .banner-row .banner-item.banner-image-right {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.banner-container .banner-row .banner-item.banner-vertical.banner-text-above-image {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.banner-container .banner-row .banner-item .banner-caption .banner-hypertitle {
    font-size: 0.75rem;
    line-height: 1;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    display: inline-block;
}
.banner-container .banner-row .banner-item .banner-caption .banner-title {
    font-size: 1rem;
    line-height: 1.4;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    display: inline-block;
}
.banner-container .banner-row .banner-item .banner-caption .banner-subtitle {
    font-size: 1rem;
    line-height: 1.2;
    font-weight: normal;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    display: inline-block;
}
.banner-container .banner-row .banner-item .banner-caption .banner-readmore {
    color: #111;
    background: #fff;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1;
    padding: 1rem 2rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s;
    letter-spacing: 0.1rem;
    -webkit-box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.3);
    cursor: pointer;
}
.banner-container .banner-row .banner-item .banner-image {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    display: inline-block;
}
.banner-container .banner-row .banner-item .banner-caption.banner-vertical .banner-hypertitle, .banner-container .banner-row .banner-item.banner-text-over-image .banner-hypertitle {
    width: 100%;
}
.banner-container .banner-row .banner-item.banner-vertical .banner-caption .banner-title, .banner-container .banner-row .banner-item.banner-text-over-image .banner-title {
    width: 100%;
}
.banner-container .banner-row .banner-item.banner-vertical .banner-caption .banner-subtitle, .banner-container .banner-row .banner-item.banner-text-over-image .banner-subtitle {
    width: 100%;
}
.banner-container .banner-row .banner-item.banner-vertical .banner-image, .banner-container .banner-row .banner-item.banner-text-over-image .banner-image {
    width: 100%;
}
.banner-container .banner-row .banner-item .banner-image img {
    max-width: none;
}
.banner-container .banner-row .banner-item.banner-image-left {
    align-items: center;
}
.banner-container .banner-row .banner-item.banner-image-left.banner-horizontal .banner-image {
    padding-right: 2rem;
}
.banner-container .banner-row .banner-item.banner-image-right .banner-caption {
    text-align: right;
}
.banner-container .banner-row .banner-item.banner-image-right.banner-horizontal .banner-image {
    padding-left: 2rem;
}
.banner-container .banner-row .banner-item.banner-image-right .banner-image {
    text-align: right;
}
.banner-container .banner-row .banner-item.banner-image-center .banner-caption {
    text-align: center;
}
.banner-container .banner-row .banner-item.banner-image-center .banner-image {
    text-align: center;
}
.banner-container .banner-row .banner-item.banner-text-over-image {
    position: relative;
}
.banner-container .banner-row .banner-item.banner-text-over-image.banner-horizontal .banner-image, .banner-container .banner-row .banner-item.banner-text-over-image.banner-vertical .banner-image {
    padding-right: 0rem;
    padding-left: 0rem;
    text-align: center;
}
.banner-container .banner-row .banner-item.banner-text-over-image .banner-caption {
    position: absolute;
    left: 1rem;
    top: 0;
    right: 1rem;
    bottom: 0;
}
.banner-container .banner-row .banner-item>a {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.banner-container .banner-row .banner-item.banner-vertical {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.banner-container .banner-row .banner-item.banner-vertical .banner-image {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.banner-container .banner-row .banner-item.banner-vertical .banner-caption {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.banner-container .banner-row .banner-col.banner-col-1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.banner-container .banner-row .banner-col.banner-col-2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.banner-container .banner-row .banner-col.banner-col-3 {
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
}
.banner-container .banner-row .banner-col.banner-col-4 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.banner-container .banner-row .banner-col.banner-col-5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.banner-container .banner-row .banner-col.banner-col-6 {
    -ms-flex: 0 0 16.6%;
    flex: 0 0 16.6%;
    max-width: 16.6%;
}
/* BANNERS END */

/* CATEGORY MODULE START */

.category-banner-container {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.category-banner-container .category-banner-item {
    text-align: center;
    margin-bottom: 1.5rem;
}
.category-banner-container .category-banner-item .category-banner-link {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    transition: all 0.3s;
    border: 0;
}
.category-banner-container .category-banner-item .category-banner-link:hover {
    text-decoration: none;
}
.category-banner-container .category-banner-item .category-banner-image {
    padding: 2rem;
    width: 100%;
    position: relative;
}
.category-banner-container .category-banner-item .category-banner-image img {
    max-width: 100%;
}
.category-banner-container .category-banner-caption {
    padding: 1rem;
    background: #f4f4f4;
    width: 100%;
}
.category-banner-container .category-banner-item h3.category-banner-title {
    font-size: 1.25rem;
    margin-top: 0;
    margin-bottom: 0;
    color: #111;
}
.category-banner-container .category-banner-item .category-banner-readmore {
    font-size: 0.75rem;
    line-height: 1;
    margin-bottom: 0.5rem;
    display: inline-block;
}
.category-banner-container .category-banner-item .category-banner-readmore i {
    padding-left: 0.5rem;
}
/* CATEGORY MODULE END */

/* TABS MODULE START */

.products_carousel_outter {
    position: relative;
}
.products_carousel_outter {}
.products_carousel_outter .swiper-button-next {
    right: -0.5rem;
    margin-top: -10rem;
    transition: all 0.3s;
    opacity: 0;
}
.products_carousel_outter .swiper-button-prev {
    left: -0.5rem;
    margin-top: -10rem;
    transition: all 0.3s;
    opacity: 0;
}
.products_carousel_outter:hover .swiper-button-next {
    margin-top: -7.5rem;
    opacity: 1;
}
.products_carousel_outter:hover .swiper-button-prev {
    margin-top: -7.5rem;
    opacity: 1;
}
.ho_product_tabs-wrap {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.ho_product_tabs-wrap .nav-tabs-wrapper .nav-tabs {
    display: flex;
    justify-content: center;
}
/* TABS MODULE END */

/* BRAINYFILTER STARTS */

.box-heading {
    background: #fff;
    padding: 1rem;
    border: 1px solid #e1e1e1;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.05rem;
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 2rem;
}
.box {
    border: 0px;
    border-radius: 0px;
}
.bf-attr-block {
    margin-bottom: 1rem;
}
.bf-panel-wrapper .bf-attr-block .bf-attr-header {
    background: #fff;
    padding: 1rem;
    border: 1px solid #e1e1e1;
    font-weight: 700;
    letter-spacing: 0.05rem;
    font-size: 1rem;
    line-height: 1;
    margin-bottom: 0;
}
.list-group-iteme {
    background: #fff;
    padding: 1rem;
    border: 1px solid #e1e1e1;
    font-weight: 700;
    letter-spacing: 0.05rem;
    font-size: 1rem;
    line-height: 1;
    margin-bottom: 0;
    width: 100%;
    display: inline-block;
}
.bf-attr-block-cont {
    padding: 1rem;
    padding-left: 1.5rem;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}
.bf-cell.bf-c-2 {
    border: 0px;
    display: flex;
    align-items: center;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    height: auto;
    font-weight: bold;
}
.bf-cell.bf-c-2 input {
    margin-right: 0.5rem;
}
.bf-cell.bf-c-3 {
    display: none;
}
.bf-form div:nth-last-of-type(2) .bf-attr-filter:last-child .bf-cell {
    border: 0px;
}
.bf-price-container input {
    border: 0px;
    min-height: 25px;
    margin-bottom: 0px;
    background: #f6f6f6;
}
.bf-buttonclear-box {
    display: none;
}
.ui-slider-horizontal .ui-slider-handle {
    border-radius: 100%;
}
.bf-cur-symb {
    padding-bottom: 1rem;
}
.bf-expanded {
    height: auto!important;
}
/* BRAINYFILTER ENDS */

/* FOOTER START */

footer a {
    color: #fff;
}
footer .footer-logo-container {
    margin-bottom: 3rem;
    text-align: center;
}
/* FOOTER END */

/* ADDITIONAL CSS */

.bf-cascade-0 label{
	font-weight:bold;
}
.bf-cascade-1 label, .bf-cascade-2 label, .bf-cascade-3 label {
}

.bf-sliding-show {
    color: #e0b6a8 !important;
	font-size:13px;
}

.swiper-slide-wrapper > a {
    display: block;
    z-index: 10;
    position: relative;
}

@media(max-width:768px) {
div#collapse-payment-method .buttons .pull-right .btn {
    display: block;
    width: 100%;
    margin-top:30px;
}

div#collapse-payment-method .buttons .pull-right a {
    display: block;
}
div#collapse-payment-method .buttons .pull-right {
    display: block;
    width: 100%;
    flex: none;
}
}


.bf-float-submit input.btn.btn-primary.bf-buttonsubmit {
    max-width: 120px;
    white-space: normal;
    border-radius: 5px;
    padding: 10px;
    font-size: 14px;
}

	#column-left div#sticky-wrapper {
		height: auto !important;
	}

@media(max-width:768px) {
	.bf-float-submit {
		right: 15px !important;
		left: auto !important;
		z-index:300;
	}
	
	.bf-panel-wrapper {
		background:#fff;
		z-index:200 !important;
	}
	
	.box .box-content.brainyfilter-panel {
			height:0px;
			overflow:hidden;
			opacity:0;
			position:fixed;
			top:0;
			left:0;
			width:100%;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		transition: all 0.4 ease;
	}
	
	.box .box-content.brainyfilter-panel.shown {
		height:100%;
		opacity:1;
		background:#fff;
		overflow:auto;
	}
	
	.mobile-close {
    position: fixed;
    right: 0;
    top: 0;
    display: flex;
    width: 40px;
    height: 40px;
    font-size: 25px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
	z-index:300;
	background:#fff;
	}
	
	.bf-panel-wrapper .box-heading {
		cursor:pointer;
	}
	
.bf-panel-wrapper .box-heading {
    cursor: pointer;
    
}


#column-left div#sticky-wrapper.is-sticky .box-heading {
    margin-bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
    color: #fff;
    background: #e0b6a8;
	box-shadow:none !important;
}
#column-left div#sticky-wrapper.is-sticky .box.bf-check-position {
	margin-bottom: 0;
}
	
}

@media(min-width:769px) {
	.bf-panel-wrapper {
		position: relative !important;
	}
	
	.mobile-close {
		display:none;
	}
	
}