.blog-post .post-details .post-stats {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;;
    background: rgba(255, 255, 255, 1);
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 8px;
    padding-right: 12px;
    padding-left: 12px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(221, 221, 221, 1)
}

.blog-post .post-details .post-stats .p-category {
    flex-wrap: nowrap;
    display: inline-flex
}

.mobile .blog-post .post-details .post-stats {
    overflow-x: scroll
}

.blog-post .post-details .post-stats::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 1px;
    height: 5px;
    width: 5px
}

.blog-post .post-details .post-stats::-webkit-scrollbar-track {
    background-color: white
}

.blog-post .post-details .post-stats::-webkit-scrollbar-thumb {
    background-color: #999;
    background-color: rgba(255, 255, 255, 1)
}

.blog-post .post-details .post-stats .p-posted {
    display: inline-flex
}

.blog-post .post-details .post-stats .p-author {
    display: inline-flex
}

.blog-post .post-details .post-stats .p-date {
    display: inline-flex
}

.p-date-image {
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    background: rgba(255, 255, 255, 1);
    margin: 5px
}

.p-date-image
i {
    color: rgba(238, 238, 238, 1)
}

.blog-post .post-details .post-stats .p-comment {
    display: inline-flex
}

.blog-post .post-details .post-stats .p-view {
    display: inline-flex
}

.post-content > p {
    margin-bottom: 10px
}

.post-image {
    display: block;
    text-align: left;
    float: none
}

.post-content {
    column-count: initial;
    column-gap: 50px;
    column-rule-color: rgba(221, 221, 221, 1);
    column-rule-width: 1px;
    column-rule-style: solid
}

.blog-post
.tags {
    justify-content: center
}

.post-comments {
    margin-top: 20px
}

.post-comment {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-width: 0;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: rgba(221, 221, 221, 1)
}

.post-reply {
    margin-top: 15px;
    margin-left: 60px;
    padding-top: 20px;
    border-width: 0;
    border-top-width: 1px;
    border-style: solid;
    border-color: rgba(221, 221, 221, 1)
}

.user-avatar {
    display: block;
    margin-right: 15px;
    border-radius: 50%
}

.module-blog_comments .side-image {
    display: block
}

.post-comment .user-name {
    font-size: 18px;
    font-weight: 700
}

.post-comment .user-data
div {
    font-size: 12px
}

.post-comment .user-site::before {
    left: -1px
}

.post-comment .user-data .user-date {
    display: inline-flex
}

.post-comment .user-data .user-time {
    display: inline-flex
}

.comment-form .form-group:not(.required) {
    display: flex
}

.user-data .user-site {
    display: inline-flex
}

.main-posts.post-grid .post-layout.swiper-slide {
    margin-right: 0px;
    width: calc((100% - 0 * 0px) / 1 - 0.01px)
}

.main-posts.post-grid .post-layout:not(.swiper-slide) {
    padding: 0px;
    width: calc(100% / 1 - 0.01px)
}

.one-column #content .main-posts.post-grid .post-layout.swiper-slide {
    margin-right: 20px;
    width: calc((100% - 2 * 20px) / 3 - 0.01px)
}

.one-column #content .main-posts.post-grid .post-layout:not(.swiper-slide) {
    padding: 10px;
    width: calc(100% / 3 - 0.01px)
}

.two-column #content .main-posts.post-grid .post-layout.swiper-slide {
    margin-right: 0px;
    width: calc((100% - 0 * 0px) / 1 - 0.01px)
}

.two-column #content .main-posts.post-grid .post-layout:not(.swiper-slide) {
    padding: 0px;
    width: calc(100% / 1 - 0.01px)
}

.side-column .main-posts.post-grid .post-layout.swiper-slide {
    margin-right: 0px;
    width: calc((100% - 0 * 0px) / 1 - 0.01px)
}

.side-column .main-posts.post-grid .post-layout:not(.swiper-slide) {
    padding: 0px;
    width: calc(100% / 1 - 0.01px)
}

.main-posts.post-grid {
    margin: -10px
}

.post-grid .post-thumb {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 5px 45px -10px rgba(0, 0, 0, 0.3);
    padding: 10px
}

.desktop .post-grid .post-thumb:hover {
    box-shadow: 0 5px 15px 5px rgba(0, 0, 0, 0.25)
}

.post-grid .post-thumb .image
img {
    filter: grayscale(0)
}

.post-grid .post-thumb:hover .image
img {
    transform: scale(1.15)
}

.post-grid .post-thumb
.caption {
    position: relative;
    bottom: auto;
    width: auto
}

.post-grid .post-thumb
.name {
    display: flex;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    justify-content: flex-start;
    margin-left: 0;
    margin-right: auto;
    margin-top: 10px;
    margin-left: 10px
}

.post-grid .post-thumb .name
a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    color: rgba(110, 110, 110, 1);
    font-weight: 700
}

.desktop .post-grid .post-thumb .name a:hover {
    color: rgba(0, 96, 57, 1)
}

.post-grid .post-thumb
.description {
    display: none;
    text-align: center;
    margin-bottom: 10px
}

.post-grid .post-thumb .button-group {
    display: none;
    justify-content: center;
    margin-bottom: 10px
}

.post-grid .post-thumb .btn-read-more::before {
    display: none
}

.post-grid .post-thumb .btn-read-more::after {
    display: none
}

.post-grid .post-thumb .btn-read-more .btn-text {
    display: inline-block;
    padding: 0
}

.post-grid .post-thumb .post-stats {
    display: flex;
    color: rgba(238, 238, 238, 1);
    justify-content: center;
    position: absolute;
    transform: translateY(-100%);
    width: 100%;
    background: none;
    padding: 7px
}

.post-grid .post-thumb .post-stats .p-author {
    display: none
}

.post-grid .post-thumb
.image {
    display: block
}

.post-grid .post-thumb .p-date {
    display: flex
}

.post-grid .post-thumb .post-stats .p-comment {
    display: none
}

.post-grid .post-thumb .post-stats .p-view {
    display: none
}

.post-grid .post-thumb .p-date-image {
    background: rgba(0, 96, 57, 1)
}

.post-list .post-layout:not(.swiper-slide) {
    margin-bottom: 40px
}

.post-list .post-thumb
.caption {
    flex-basis: 200px;
    padding: 15px
}

.post-list .post-thumb
.image {
    display: block
}

.post-list .post-thumb:hover .image
img {
    transform: scale(1.15)
}

.post-list .post-thumb
.name {
    display: flex;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    justify-content: flex-start;
    margin-left: 0;
    margin-right: auto
}

.post-list .post-thumb .name
a {
    white-space: normal;
    overflow: visible;
    text-overflow: initial;
    font-size: 18px;
    color: rgba(0, 0, 0, 1);
    font-weight: 700
}

.desktop .post-list .post-thumb .name a:hover {
    color: rgba(0, 96, 57, 1)
}

.post-list .post-thumb
.description {
    display: block;
    color: rgba(109, 118, 125, 1);
    padding-top: 10px;
    padding-bottom: 10px
}

.post-list .post-thumb .button-group {
    display: flex;
    justify-content: flex-start
}

.post-list .post-thumb .btn-read-more::before {
    display: inline-block
}

.post-list .post-thumb .btn-read-more .btn-text {
    display: inline-block;
    padding: 0 .4em
}

.post-list .post-thumb .btn-read-more::after {
    content: '\e5c8' !important;
    font-family: icomoon !important
}

.post-list .post-thumb .post-stats {
    display: flex;
    font-size: 14px;
    color: rgba(80, 80, 80, 1);
    justify-content: flex-start;
    padding-bottom: 5px;
    margin: -15px;
    margin-bottom: 5px;
    margin-left: 0px
}

.post-list .post-thumb .post-stats .p-author {
    display: block
}

.post-list .post-thumb .p-date {
    display: flex
}

.post-list .post-thumb .post-stats .p-comment {
    display: block
}

.post-list .post-thumb .post-stats .p-view {
    display: flex
}

.post-list .post-thumb .p-date-image {
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 96, 57, 1)
}

.post-list .post-thumb .p-date-image
span {
    color: rgba(0, 0, 0, 1)
}

.blog-feed
span {
    display: block;
    color: rgba(235, 102, 38, 1) !important
}

.blog-feed {
    display: none;
    margin-right: 30px
}

.blog-feed::before {
    content: '\f143' !important;
    font-family: icomoon !important;
    font-size: 14px;
    color: rgba(235, 102, 38, 1)
}

.desktop .blog-feed:hover
span {
    color: rgba(39, 124, 217, 1) !important
}

.countdown {
    color: rgba(48, 56, 65, 1);
    background: rgba(255, 255, 255, 1);
    border-radius: 3px;
    width: 90%
}

.countdown div
span {
    color: rgba(109, 118, 125, 1)
}

.countdown > div {
    border-style: solid;
    border-color: rgba(245, 245, 245, 1)
}

.boxed-layout .site-wrapper {
    overflow: hidden
}

.boxed-layout
.header {
    padding: 0 20px
}

.boxed-layout
.breadcrumb {
    padding-left: 20px;
    padding-right: 20px
}

.wrapper, .mega-menu-content, .site-wrapper > .container, .grid-cols, .desktop-header-active .is-sticky .header .desktop-main-menu-wrapper, .desktop-header-active .is-sticky .sticky-fullwidth-bg, .boxed-layout .site-wrapper, .breadcrumb, .title-wrapper, .page-title > span, .desktop-header-active .header .top-bar, .desktop-header-active .header .mid-bar, .desktop-main-menu-wrapper {
    max-width: 1250px
}

.desktop-main-menu-wrapper .main-menu > .j-menu > .first-dropdown::before {
    transform: translateX(calc(0px - (100vw - 1250px) / 2))
}

html[dir='rtl'] .desktop-main-menu-wrapper .main-menu > .j-menu > .first-dropdown::before {
    transform: none;
    right: calc(0px - (100vw - 1250px) / 2)
}

.desktop-main-menu-wrapper .main-menu > .j-menu > .first-dropdown.mega-custom::before {
    transform: translateX(calc(0px - (200vw - 1250px) / 2))
}

html[dir='rtl'] .desktop-main-menu-wrapper .main-menu > .j-menu > .first-dropdown.mega-custom::before {
    transform: none;
    right: calc(0px - (200vw - 1250px) / 2)
}

body {
    background: rgba(255, 255, 255, 1);
    font-family: 'Rajdhani';
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased
}

#content {
    padding-top: 20px;
    padding-bottom: 20px
}

.column-left
#content {
    padding-left: 20px
}

.column-right
#content {
    padding-right: 20px
}

.side-column {
    max-width: 240px;
    padding: 20px;
    padding-left: 0px
}

.one-column
#content {
    max-width: calc(100% - 240px)
}

.two-column
#content {
    max-width: calc(100% - 240px * 2)
}

#column-left {
    border-width: 0;
    border-right-width: 1px;
    border-style: solid;
    border-color: rgba(221, 221, 221, 1)
}

#column-right {
    border-width: 0;
    border-left-width: 1px;
    border-style: solid;
    border-color: rgba(221, 221, 221, 1);
    padding: 20px;
    padding-right: 0px
}

.page-title {
    display: block
}

.dropdown.drop-menu > .j-dropdown {
    left: 0;
    right: auto;
    transform: translate3d(0, -10px, 0)
}

.dropdown.drop-menu.animating > .j-dropdown {
    left: 0;
    right: auto;
    transform: none
}

.dropdown.drop-menu > .j-dropdown::before {
    left: 10px;
    right: auto;
    transform: translateX(0)
}

.dropdown.dropdown .j-menu .dropdown > a > .count-badge {
    margin-right: 5px
}

.dropdown.dropdown .j-menu .dropdown > a > .count-badge + .open-menu + .menu-label {
    margin-left: 0
}

.dropdown.dropdown .j-menu .dropdown > a::after {
    display: none
}

.dropdown.dropdown .j-menu > li > a {
    font-size: 16px;
    color: rgba(110, 110, 110, 1);
    font-weight: 700;
    padding: 10px
}

.desktop .dropdown.dropdown .j-menu > li:hover > a, .dropdown.dropdown .j-menu > li.active > a {
    color: rgba(35, 35, 35, 1)
}

.dropdown.dropdown .j-menu > li.open > a {
    color: rgba(35, 35, 35, 1)
}

.dropdown.dropdown .j-menu .links-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.dropdown.dropdown .j-menu > li > a::before {
    color: rgba(110, 110, 110, 1);
    margin-right: 7px;
    font-size: 22px
}

.desktop .dropdown.dropdown .j-menu > li:hover > a::before, .dropdown.dropdown .j-menu > li.active > a::before {
    color: rgba(35, 35, 35, 1)
}

.dropdown.dropdown .j-menu a .count-badge {
    display: inline-flex;
    position: relative
}

.dropdown.dropdown:not(.mega-menu) .j-dropdown {
    min-width: 200px
}

.dropdown.dropdown:not(.mega-menu) .j-menu {
    box-shadow: 0 0 85px -10px rgba(0, 0, 0, 0.2)
}

.dropdown.dropdown .j-dropdown::before {
    display: block;
    margin-top: -10px
}

legend {
    color: rgba(0, 0, 0, 1);
    border-width: 0;
    border-bottom-width: 0px;
    border-style: solid;
    border-color: rgba(35, 35, 35, 0.36);
    margin-bottom: 15px;
    white-space: normal;
    overflow: visible;
    text-overflow: initial;
    text-align: left
}

legend::after {
    content: '';
    display: block;
    position: relative;
    margin-top: 8px;
    left: initial;
    right: initial;
    margin-left: 0;
    margin-right: auto;
    transform: none
}

legend.page-title > span::after {
    content: '';
    display: block;
    position: relative;
    margin-top: 8px;
    left: initial;
    right: initial;
    margin-left: 0;
    margin-right: auto;
    transform: none
}

legend::after, legend.page-title > span::after {
    width: 50px;
    height: 1px;
    background: rgba(255, 255, 255, 1)
}

.title {
    color: rgba(0, 0, 0, 1);
    border-width: 0;
    border-bottom-width: 0px;
    border-style: solid;
    border-color: rgba(35, 35, 35, 0.36);
    margin-bottom: 15px;
    white-space: normal;
    overflow: visible;
    text-overflow: initial;
    text-align: left
}

.title::after {
    content: '';
    display: block;
    position: relative;
    margin-top: 8px;
    left: initial;
    right: initial;
    margin-left: 0;
    margin-right: auto;
    transform: none
}

.title.page-title > span::after {
    content: '';
    display: block;
    position: relative;
    margin-top: 8px;
    left: initial;
    right: initial;
    margin-left: 0;
    margin-right: auto;
    transform: none
}

.title::after, .title.page-title > span::after {
    width: 50px;
    height: 1px;
    background: rgba(255, 255, 255, 1)
}

html:not(.popup) .page-title {
    font-size: 30px;
    color: rgba(0, 96, 57, 1);
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding: 0px;
    padding-top: 20px;
    padding-bottom: 10px;
    margin: 0px;
    white-space: normal;
    overflow: visible;
    text-overflow: initial;
    text-align: center
}

html:not(.popup) .page-title::after {
    content: '';
    display: block;
    position: relative;
    margin-top: 8px;
    left: 50%;
    right: initial;
    transform: translate3d(-50%, 0, 0)
}

html:not(.popup) .page-title.page-title > span::after {
    content: '';
    display: block;
    position: relative;
    margin-top: 8px;
    left: 50%;
    right: initial;
    transform: translate3d(-50%, 0, 0)
}

html:not(.popup) .page-title::after, html:not(.popup) .page-title.page-title > span::after {
    width: 100px;
    height: 3px;
    background: rgba(167, 167, 167, 1)
}

.title.module-title {
    color: rgba(0, 0, 0, 1);
    border-width: 0;
    border-bottom-width: 0px;
    border-style: solid;
    border-color: rgba(35, 35, 35, 0.36);
    margin-bottom: 15px;
    white-space: normal;
    overflow: visible;
    text-overflow: initial;
    text-align: left
}

.title.module-title::after {
    content: '';
    display: block;
    position: relative;
    margin-top: 8px;
    left: initial;
    right: initial;
    margin-left: 0;
    margin-right: auto;
    transform: none
}

.title.module-title.page-title > span::after {
    content: '';
    display: block;
    position: relative;
    margin-top: 8px;
    left: initial;
    right: initial;
    margin-left: 0;
    margin-right: auto;
    transform: none
}

.title.module-title::after, .title.module-title.page-title > span::after {
    width: 50px;
    height: 1px;
    background: rgba(255, 255, 255, 1)
}

.btn, .btn:visited {
    font-size: 16px;
    color: rgba(255, 255, 255, 1)
}

.btn:hover {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(0, 126, 75, 1) !important
}

.btn {
    background: rgba(0, 96, 57, 1);
    padding: 10px;
    padding-right: 15px;
    padding-left: 15px
}

.btn:active, .btn:hover:active, .btn:focus:active {
    background: rgba(17, 17, 17, 1) !important
}

.btn:focus {
    background: rgba(17, 17, 17, 1);
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25)
}

.btn.btn.disabled::after {
    font-size: 20px
}

.btn-secondary.btn {
    background: rgba(254, 225, 91, 1)
}

.btn-secondary.btn:hover {
    background: rgba(196, 202, 253, 1) !important
}

.btn-secondary.btn.btn.disabled::after {
    font-size: 20px
}

.btn-success.btn, .btn-success.btn:visited {
    color: rgba(255, 255, 255, 1)
}

.btn-success.btn:hover {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(110, 110, 110, 1) !important
}

.btn-success.btn:active, .btn-success.btn:hover:active, .btn-success.btn:focus:active {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(110, 110, 110, 1) !important
}

.btn-success.btn {
    background: rgba(35, 35, 35, 1)
}

.btn-success.btn.btn.disabled::after {
    font-size: 20px
}

.btn-danger.btn, .btn-danger.btn:visited {
    color: rgba(0, 0, 0, 1)
}

.btn-danger.btn:hover {
    color: rgba(0, 0, 0, 1) !important;
    background: rgba(221, 221, 221, 1) !important
}

.btn-danger.btn:active, .btn-danger.btn:hover:active, .btn-danger.btn:focus:active {
    color: rgba(0, 0, 0, 1) !important;
    background: rgba(221, 221, 221, 1) !important;
    border-color: rgba(58, 71, 80, 1) !important
}

.btn-danger.btn:focus {
    color: rgba(0, 0, 0, 1) !important;
    background: rgba(221, 221, 221, 1);
    border-color: rgba(58, 71, 80, 1)
}

.btn-danger.btn {
    background: rgba(255, 255, 255, 1);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(58, 71, 80, 1)
}

.btn-danger.btn:hover, .btn-danger.btn:active:hover {
    border-color: rgba(58, 71, 80, 1)
}

.btn-danger.btn.btn.disabled::after {
    font-size: 20px
}

.btn-warning.btn {
    background: rgba(254, 225, 91, 1)
}

.btn-warning.btn:hover {
    background: rgba(196, 202, 253, 1) !important
}

.btn-warning.btn.btn.disabled::after {
    font-size: 20px
}

.btn-info.btn {
    background: rgba(109, 118, 125, 1);
    border-width: 0px
}

.btn-info.btn:hover {
    background: rgba(48, 56, 65, 1) !important
}

.btn-info.btn.btn.disabled::after {
    font-size: 20px
}

.btn-light.btn, .btn-light.btn:visited {
    color: rgba(109, 118, 125, 1)
}

.btn-light.btn:hover {
    color: rgba(48, 56, 65, 1) !important;
    background: rgba(196, 202, 253, 1) !important
}

.btn-light.btn {
    background: rgba(238, 238, 238, 1)
}

.btn-light.btn.btn.disabled::after {
    font-size: 20px
}

.btn-dark.btn {
    background: rgba(48, 56, 65, 1)
}

.btn-dark.btn:hover {
    background: rgba(53, 66, 174, 1) !important
}

.btn-dark.btn.btn.disabled::after {
    font-size: 20px
}

.buttons {
    margin-top: 20px;
    padding-top: 15px;
    border-width: 0;
    border-top-width: 1px;
    border-style: solid;
    border-color: rgba(221, 221, 221, 1);
    font-size: 12px
}

.buttons .pull-left .btn, .buttons .pull-left .btn:visited {
    font-size: 16px;
    color: rgba(255, 255, 255, 1)
}

.buttons .pull-left .btn:hover {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(0, 126, 75, 1) !important
}

.buttons .pull-left
.btn {
    background: rgba(0, 96, 57, 1);
    padding: 10px;
    padding-right: 15px;
    padding-left: 15px
}

.buttons .pull-left .btn:active, .buttons .pull-left .btn:hover:active, .buttons .pull-left .btn:focus:active {
    background: rgba(17, 17, 17, 1) !important
}

.buttons .pull-left .btn:focus {
    background: rgba(17, 17, 17, 1);
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25)
}

.buttons .pull-left .btn.btn.disabled::after {
    font-size: 20px
}

.buttons .pull-right .btn::after {
    content: '\e5c8' !important;
    font-family: icomoon !important;
    margin-left: 5px
}

.buttons .pull-left .btn::before {
    content: '\e5c4' !important;
    font-family: icomoon !important;
    margin-right: 5px
}

.buttons > div {
    flex: 0 0 auto;
    width: auto;
    flex-basis: 0
}

.buttons > div
.btn {
    width: auto
}

.buttons .pull-left {
    margin-right: auto
}

.buttons .pull-right:only-child {
    flex: 0 0 auto;
    width: auto;
    margin: 0 0 0 auto
}

.buttons .pull-right:only-child
.btn {
    width: auto
}

.buttons input + .btn {
    margin-top: 5px
}

.tags {
    margin-top: 15px;
    justify-content: flex-start;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase
}

.tags a, .tags-title {
    margin-right: 8px;
    margin-bottom: 8px
}

.tags
b {
    display: none
}

.tags
a {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 12px;
    color: rgba(238, 238, 238, 1);
    font-weight: 400;
    text-transform: none;
    background: rgba(58, 71, 80, 1)
}

.tags a:hover {
    color: rgba(255, 255, 255, 1);
    background: rgba(255, 255, 255, 1)
}

.alert.alert-success {
    color: rgba(255, 255, 255, 1);
    background: rgba(3, 107, 44, 1)
}

.alert.alert-info {
    color: rgba(48, 56, 65, 1)
}

.alert-info.alert-dismissible
.close {
    color: rgba(196, 202, 253, 1)
}

.alert.alert-warning {
    color: rgba(48, 56, 65, 1);
    background: rgba(254, 225, 91, 1)
}

.alert.alert-danger {
    color: rgba(255, 255, 255, 1);
    background: rgba(255, 255, 255, 1)
}

.breadcrumb {
    display: block !important;
    text-align: center;
    padding: 10px;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch
}

.breadcrumb::before {
    background: rgba(238, 238, 238, 1);
    border-width: 0;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: rgba(221, 221, 221, 1)
}

.breadcrumb li:first-of-type a i::before {
    content: '\eb69' !important;
    font-family: icomoon !important;
    color: rgba(110, 110, 110, 1)
}

.breadcrumb li:first-of-type a:hover i::before {
    color: rgba(0, 96, 57, 1)
}

.breadcrumb
a {
    color: rgba(110, 110, 110, 1);
    text-decoration: underline
}

.breadcrumb a:hover {
    color: rgba(0, 96, 57, 1)
}

.mobile
.breadcrumb {
    overflow-x: scroll
}

.breadcrumb::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 1px;
    height: 1px;
    width: 1px
}

.breadcrumb::-webkit-scrollbar-track {
    background-color: white
}

.breadcrumb::-webkit-scrollbar-thumb {
    background-color: #999
}

.panel-group .panel-heading a::before {
    content: '\e5c8' !important;
    font-family: icomoon !important;
    color: rgba(0, 0, 0, 1);
    order: 10
}

.desktop .panel-group .panel-heading:hover a::before {
    color: rgba(0, 96, 57, 1)
}

.panel-group .panel-active .panel-heading a::before {
    content: '\e5db' !important;
    font-family: icomoon !important;
    color: rgba(0, 96, 57, 1);
    top: -1px
}

.panel-group .panel-heading
a {
    justify-content: space-between;
    font-size: 22px;
    color: rgba(0, 0, 0, 1);
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px;
    padding-top: 15px;
    padding-bottom: 15px
}

.panel-group .panel-heading:hover
a {
    color: rgba(0, 96, 57, 1)
}

.panel-group .panel-active .panel-heading:hover a, .panel-group .panel-active .panel-heading
a {
    color: rgba(0, 96, 57, 1)
}

.panel-group .panel-heading {
    border-width: 0;
    border-top-width: 1px;
    border-style: solid;
    border-color: rgba(221, 221, 221, 1)
}

.panel-group .panel-body {
    padding-bottom: 10px
}

body
a {
    color: rgba(39, 124, 217, 1);
    display: inline-block
}

body a:hover {
    color: rgba(255, 255, 255, 1)
}

body
p {
    font-size: 15px;
    margin-bottom: 15px
}

body
h1 {
    margin-bottom: 20px
}

body
h2 {
    font-size: 32px;
    margin-bottom: 15px
}

body
h3 {
    margin-bottom: 15px
}

body
h4 {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px
}

body
h5 {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 15px
}

body
h6 {
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
    background: rgba(255, 255, 255, 1);
    padding: 6px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 15px;
    display: inline-block
}

body
blockquote {
    font-family: 'Rajdhani';
    font-weight: 400;
    font-style: italic;
    padding: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 3px;
    float: none;
    display: block;
    max-width: 500px
}

body blockquote::before {
    margin-left: auto;
    margin-right: auto;
    float: left;
    content: '\e98f' !important;
    font-family: icomoon !important;
    color: rgba(255, 255, 255, 1);
    margin-right: 10px
}

body
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: visible
}

body hr::before {
    content: '\e993' !important;
    font-family: icomoon !important;
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%
}

body .drop-cap {
    font-family: 'Rajdhani' !important;
    font-weight: 400 !important;
    font-size: 60px !important;
    font-family: 'Rajdhani';
    font-weight: 700;
    margin-right: 5px
}

body .amp::before {
    content: '\e901' !important;
    font-family: icomoon !important;
    font-size: 25px;
    top: 5px
}

body .video-responsive {
    max-width: 550px;
    margin-bottom: 15px
}

.count-badge {
    color: rgba(255, 255, 255, 1);
    background: rgba(255, 255, 255, 1);
    border-radius: 10px
}

.product-label
b {
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 1);
    padding: 5px;
    padding-right: 7px;
    padding-left: 7px
}

.tooltip-inner {
    font-size: 12px;
    color: rgba(238, 238, 238, 1);
    line-height: 1.1;
    background: rgba(48, 56, 65, 1);
    border-radius: 2px;
    padding: 5px;
    box-shadow: 0 -15px 100px -10px rgba(0, 0, 0, 0.1)
}

.tooltip.top .tooltip-arrow {
    border-top-color: rgba(48, 56, 65, 1)
}

.tooltip.right .tooltip-arrow {
    border-right-color: rgba(48, 56, 65, 1)
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: rgba(48, 56, 65, 1)
}

.tooltip.left .tooltip-arrow {
    border-left-color: rgba(48, 56, 65, 1)
}

table tbody tr:hover
td {
    background: rgba(255, 255, 255, 1)
}

table tbody
td {
    border-width: 0 !important;
    border-top-width: 1px !important;
    border-style: solid !important;
    border-color: rgba(221, 221, 221, 1) !important
}

table {
    border-width: 1px !important;
    border-style: solid !important;
    border-color: rgba(221, 221, 221, 1) !important
}

table thead
td {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    background: rgba(238, 238, 238, 1)
}

table tfoot
td {
    background: rgba(238, 238, 238, 1)
}

table tfoot td, table tfoot
th {
    border-style: solid !important;
    border-color: rgba(221, 221, 221, 1) !important
}

.table-responsive {
    border-width: 1px;
    border-style: solid;
    border-color: rgba(221, 221, 221, 1);
    -webkit-overflow-scrolling: touch
}

.table-responsive::-webkit-scrollbar {
    height: 5px;
    width: 5px
}

.form-group .control-label {
    max-width: 150px;
    padding-top: 7px;
    padding-bottom: 5px;
    justify-content: flex-start
}

.required .control-label::after, .required .control-label + div::before, .text-danger {
    font-size: 15px;
    color: rgba(255, 56, 56, 1)
}

.form-group {
    margin-bottom: 8px
}

input.form-control {
    background: rgba(245, 245, 245, 1) !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: rgba(221, 221, 221, 1) !important;
    border-radius: 2px !important;
    max-width: 500px;
    height: 38px
}

input.form-control:hover {
    border-color: rgba(196, 202, 253, 1) !important
}

input.form-control:focus, input.form-control:active {
    border-color: rgba(196, 202, 253, 1) !important
}

input.form-control:focus {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1)
}

textarea.form-control {
    background: rgba(245, 245, 245, 1) !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: rgba(221, 221, 221, 1) !important;
    border-radius: 2px !important;
    height: 100px
}

textarea.form-control:hover {
    border-color: rgba(196, 202, 253, 1) !important
}

textarea.form-control:focus, textarea.form-control:active {
    border-color: rgba(196, 202, 253, 1) !important
}

textarea.form-control:focus {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1)
}

select.form-control {
    background: rgba(245, 245, 245, 1) !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: rgba(221, 221, 221, 1) !important;
    border-radius: 2px !important;
    max-width: 500px
}

select.form-control:hover {
    border-color: rgba(196, 202, 253, 1) !important
}

select.form-control:focus, select.form-control:active {
    border-color: rgba(196, 202, 253, 1) !important
}

select.form-control:focus {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1)
}

.radio {
    width: 100%
}

.checkbox {
    width: 100%
}

.input-group .input-group-btn
.btn {
    min-width: 35px;
    min-height: 35px
}

.product-option-file .btn i::before {
    content: '\ebd8' !important;
    font-family: icomoon !important
}

.stepper input.form-control {
    color: rgba(80, 80, 80, 1) !important;
    background: rgba(255, 255, 255, 1) !important
}

.stepper input.form-control:hover {
    color: rgba(255, 110, 0, 1) !important;
    background: rgba(255, 255, 255, 1) !important
}

.stepper input.form-control:focus {
    background: rgba(255, 255, 255, 1) !important
}

.stepper {
    width: 50px;
    height: 35px;
    border-style: solid;
    border-color: rgba(190, 190, 190, 1)
}

.stepper span
i {
    color: rgba(80, 80, 80, 1);
    background-color: rgba(255, 255, 255, 1)
}

.stepper span i:hover {
    color: rgba(80, 80, 80, 1);
    background-color: rgba(255, 255, 255, 1)
}

.stepper span i:active {
    color: rgba(80, 80, 80, 1)
}

.pagination-results {
    font-size: 22px;
    color: rgba(48, 56, 65, 1);
    letter-spacing: 1px;
    margin-top: 20px;
    justify-content: flex-start
}

.pagination-results .text-right {
    display: block
}

.pagination > li > a {
    color: rgba(48, 56, 65, 1)
}

.pagination > li > a:hover {
    color: rgba(0, 0, 0, 1);
    font-weight: 700
}

.pagination > li.active > span, .pagination > li.active > span:hover, .pagination > li > a:focus {
    color: rgba(0, 0, 0, 1);
    font-weight: 700
}

.pagination > li > a, .pagination > li > span {
    padding: 5px;
    padding-right: 6px;
    padding-left: 6px
}

.pagination > li {
    border-radius: 2px
}

.pagination > li:first-child a::before, .pagination > li:last-child a::before {
    content: '\e940' !important;
    font-family: icomoon !important
}

.pagination > li .prev::before, .pagination > li .next::before {
    content: '\e93e' !important;
    font-family: icomoon !important
}

.pagination > li:not(:first-of-type) {
    margin-left: 5px
}

.rating .fa-stack {
    font-size: 13px;
    width: 1.2em
}

.rating .fa-star, .rating .fa-star + .fa-star-o {
    color: rgba(254, 225, 91, 1)
}

.rating .fa-star-o:only-child {
    color: rgba(109, 118, 125, 1)
}

.rating-stars {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.popup-inner-body {
    max-height: calc(100vh - 50px * 2)
}

.popup-container {
    max-width: calc(100% - 20px * 2)
}

.popup-bg {
    background: rgba(0, 0, 0, 0.75)
}

.popup-body, .popup {
    background: rgba(255, 255, 255, 1)
}

.popup-content, .popup .site-wrapper {
    padding: 50px
}

.popup-body {
    border-radius: 3px;
    box-shadow: 0 5px 45px -10px rgba(0, 0, 0, 0.3)
}

.popup-container .popup-close::before {
    content: '\e5cd' !important;
    font-family: icomoon !important;
    color: rgba(0, 0, 0, 1)
}

.popup-close {
    width: 35px;
    height: 35px;
    margin-right: 5px;
    margin-top: 42px
}

.popup-container .btn.popup-close {
    border-radius: 50% !important
}

.popup-container > .btn, .popup-container > .btn:visited {
    color: rgba(109, 118, 125, 1)
}

.popup-container > .btn:hover {
    color: rgba(48, 56, 65, 1) !important;
    background: rgba(196, 202, 253, 1) !important
}

.popup-container > .btn {
    background: rgba(238, 238, 238, 1)
}

.popup-container > .btn.btn.disabled::after {
    font-size: 20px
}

.scroll-top i::before {
    content: '\e5d8' !important;
    font-family: icomoon !important;
    font-size: 20px;
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 96, 57, 1);
    padding: 10px
}

.scroll-top:hover i::before {
    background: rgba(0, 126, 75, 1)
}

.scroll-top {
    left: auto;
    right: 10px;
    transform: translateX(0);;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px
}

.journal-loading > i::before, .ias-spinner > i::before, .lg-outer .lg-item::after, .btn.disabled::after {
    content: '\e92f' !important;
    font-family: icomoon !important;
    font-size: 30px;
    color: rgba(255, 255, 255, 1)
}

.journal-loading > .fa-spin, .lg-outer .lg-item::after, .btn.disabled::after {
    animation: fa-spin infinite linear;;
    animation-duration: 2000ms
}

.btn-cart::before, .fa-shopping-cart::before {
    content: '\ea9b' !important;
    font-family: icomoon !important;
    left: -1px
}

.btn-wishlist::before {
    content: '\f08a' !important;
    font-family: icomoon !important
}

.btn-compare::before, .compare-btn::before {
    content: '\eab6' !important;
    font-family: icomoon !important
}

.fa-refresh::before {
    content: '\eacd' !important;
    font-family: icomoon !important
}

.fa-times-circle::before, .fa-times::before, .reset-filter::before, .notification-close::before, .popup-close::before, .hn-close::before {
    content: '\e981' !important;
    font-family: icomoon !important
}

.p-author::before {
    content: '\f007' !important;
    font-family: icomoon !important;
    margin-right: 5px
}

.p-date::before {
    content: '\f133' !important;
    font-family: icomoon !important;
    margin-right: 5px
}

.p-time::before {
    content: '\eb29' !important;
    font-family: icomoon !important;
    margin-right: 5px
}

.p-comment::before {
    content: '\f27a' !important;
    font-family: icomoon !important;
    margin-right: 5px
}

.p-view::before {
    content: '\f06e' !important;
    font-family: icomoon !important;
    margin-right: 5px
}

.p-category::before {
    content: '\f022' !important;
    font-family: icomoon !important;
    margin-right: 5px
}

.user-site::before {
    content: '\e321' !important;
    font-family: icomoon !important;
    left: -1px;
    margin-right: 5px
}

.desktop ::-webkit-scrollbar {
    width: 12px
}

.desktop ::-webkit-scrollbar-track {
    background: rgba(238, 238, 238, 1)
}

.desktop ::-webkit-scrollbar-thumb {
    background: rgba(109, 118, 125, 1);
    border-width: 4px;
    border-style: solid;
    border-color: rgba(238, 238, 238, 1);
    border-radius: 10px
}

.expand-content {
    max-height: 70px
}

.block-expand.btn, .block-expand.btn:visited {
    text-transform: none
}

.block-expand.btn {
    padding: 2px;
    padding-right: 7px;
    padding-left: 7px;
    min-width: 20px;
    min-height: 20px
}

.desktop .block-expand.btn:hover {
    box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.25)
}

.block-expand.btn:active, .block-expand.btn:hover:active, .block-expand.btn:focus:active {
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25)
}

.block-expand.btn:focus {
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25)
}

.block-expand.btn.btn.disabled::after {
    font-size: 20px
}

.block-expand::after {
    content: 'Show More'
}

.block-expanded .block-expand::after {
    content: 'Show Less'
}

.block-expand::before {
    content: '\e5db' !important;
    font-family: icomoon !important;
    margin-right: 5px
}

.block-expanded .block-expand::before {
    content: '\e5d8' !important;
    font-family: icomoon !important;
    margin-right: 5px
}

.block-expand-overlay {
    background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 1))
}

.safari .block-expand-overlay {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1))
}

.iphone .block-expand-overlay {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1))
}

.ipad .block-expand-overlay {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1))
}

.old-browser {
    color: rgba(42, 42, 42, 1);
    background: rgba(255, 255, 255, 1)
}

.notification-cart.notification {
    max-width: 400px;
    margin: 20px;
    margin-bottom: 0px;
    padding: 10px;
    background: rgba(255, 255, 255, 1);
    border-radius: 5px;
    box-shadow: 0 5px 45px -10px rgba(0, 0, 0, 0.3)
}

.notification-cart .notification-close {
    display: block;
    width: 25px;
    height: 25px;
    margin-right: -12px;
    margin-top: -12px
}

.notification-cart .notification-close::before {
    content: '\e5cd' !important;
    font-family: icomoon !important
}

.notification-cart .btn.notification-close {
    border-radius: 50% !important
}

.notification-cart .notification-close.btn, .notification-cart .notification-close.btn:visited {
    color: rgba(255, 255, 255, 1)
}

.notification-cart .notification-close.btn:hover {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(48, 56, 65, 1) !important
}

.notification-cart .notification-close.btn:active, .notification-cart .notification-close.btn:hover:active, .notification-cart .notification-close.btn:focus:active {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(48, 56, 65, 1) !important;
    border-color: rgba(255, 255, 255, 1) !important
}

.notification-cart .notification-close.btn:focus {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(48, 56, 65, 1);
    border-color: rgba(255, 255, 255, 1)
}

.notification-cart .notification-close.btn {
    background: rgba(0, 0, 0, 1);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 1)
}

.notification-cart .notification-close.btn:hover, .notification-cart .notification-close.btn:active:hover {
    border-color: rgba(255, 255, 255, 1)
}

.notification-cart .notification-close.btn.btn.disabled::after {
    font-size: 20px
}

.notification-cart
img {
    display: block;
    margin-right: 10px;
    margin-bottom: 10px
}

.notification-cart .notification-buttons {
    display: flex;
    padding: 10px;
    margin: -10px;
    margin-top: 5px
}

.notification-cart .notification-view-cart.btn, .notification-cart .notification-view-cart.btn:visited {
    color: rgba(255, 255, 255, 1)
}

.notification-cart .notification-view-cart.btn:hover {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(48, 56, 65, 1) !important
}

.notification-cart .notification-view-cart.btn:active, .notification-cart .notification-view-cart.btn:hover:active, .notification-cart .notification-view-cart.btn:focus:active {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(48, 56, 65, 1) !important;
    border-color: rgba(255, 255, 255, 1) !important
}

.notification-cart .notification-view-cart.btn:focus {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(48, 56, 65, 1);
    border-color: rgba(255, 255, 255, 1)
}

.notification-cart .notification-view-cart.btn {
    background: rgba(0, 0, 0, 1);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 1)
}

.notification-cart .notification-view-cart.btn:hover, .notification-cart .notification-view-cart.btn:active:hover {
    border-color: rgba(255, 255, 255, 1)
}

.notification-cart .notification-view-cart.btn.btn.disabled::after {
    font-size: 20px
}

.notification-cart .notification-view-cart {
    display: inline-flex;
    flex-grow: 1
}

.notification-cart .notification-checkout.btn, .notification-cart .notification-checkout.btn:visited {
    color: rgba(255, 255, 255, 1)
}

.notification-cart .notification-checkout.btn:hover {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(110, 110, 110, 1) !important
}

.notification-cart .notification-checkout.btn:active, .notification-cart .notification-checkout.btn:hover:active, .notification-cart .notification-checkout.btn:focus:active {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(110, 110, 110, 1) !important
}

.notification-cart .notification-checkout.btn {
    background: rgba(35, 35, 35, 1)
}

.notification-cart .notification-checkout.btn.btn.disabled::after {
    font-size: 20px
}

.notification-cart .notification-checkout {
    display: inline-flex;
    flex-grow: 1;
    margin-left: 10px
}

.notification-cart .notification-checkout::after {
    content: '\e5c8' !important;
    font-family: icomoon !important;
    margin-left: 5px
}

.notification-wishlist.notification {
    max-width: 400px;
    margin: 20px;
    margin-bottom: 0px;
    padding: 10px;
    background: rgba(255, 255, 255, 1);
    border-radius: 5px;
    box-shadow: 0 5px 45px -10px rgba(0, 0, 0, 0.3)
}

.notification-wishlist .notification-close {
    display: block;
    width: 25px;
    height: 25px;
    margin-right: -12px;
    margin-top: -12px
}

.notification-wishlist .notification-close::before {
    content: '\e5cd' !important;
    font-family: icomoon !important
}

.notification-wishlist .btn.notification-close {
    border-radius: 50% !important
}

.notification-wishlist .notification-close.btn, .notification-wishlist .notification-close.btn:visited {
    color: rgba(255, 255, 255, 1)
}

.notification-wishlist .notification-close.btn:hover {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(48, 56, 65, 1) !important
}

.notification-wishlist .notification-close.btn:active, .notification-wishlist .notification-close.btn:hover:active, .notification-wishlist .notification-close.btn:focus:active {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(48, 56, 65, 1) !important;
    border-color: rgba(255, 255, 255, 1) !important
}

.notification-wishlist .notification-close.btn:focus {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(48, 56, 65, 1);
    border-color: rgba(255, 255, 255, 1)
}

.notification-wishlist .notification-close.btn {
    background: rgba(0, 0, 0, 1);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 1)
}

.notification-wishlist .notification-close.btn:hover, .notification-wishlist .notification-close.btn:active:hover {
    border-color: rgba(255, 255, 255, 1)
}

.notification-wishlist .notification-close.btn.btn.disabled::after {
    font-size: 20px
}

.notification-wishlist
img {
    display: block;
    margin-right: 10px;
    margin-bottom: 10px
}

.notification-wishlist .notification-buttons {
    display: flex;
    padding: 10px;
    margin: -10px;
    margin-top: 5px
}

.notification-wishlist .notification-view-cart.btn, .notification-wishlist .notification-view-cart.btn:visited {
    color: rgba(255, 255, 255, 1)
}

.notification-wishlist .notification-view-cart.btn:hover {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(48, 56, 65, 1) !important
}

.notification-wishlist .notification-view-cart.btn:active, .notification-wishlist .notification-view-cart.btn:hover:active, .notification-wishlist .notification-view-cart.btn:focus:active {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(48, 56, 65, 1) !important;
    border-color: rgba(255, 255, 255, 1) !important
}

.notification-wishlist .notification-view-cart.btn:focus {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(48, 56, 65, 1);
    border-color: rgba(255, 255, 255, 1)
}

.notification-wishlist .notification-view-cart.btn {
    background: rgba(0, 0, 0, 1);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 1)
}

.notification-wishlist .notification-view-cart.btn:hover, .notification-wishlist .notification-view-cart.btn:active:hover {
    border-color: rgba(255, 255, 255, 1)
}

.notification-wishlist .notification-view-cart.btn.btn.disabled::after {
    font-size: 20px
}

.notification-wishlist .notification-view-cart {
    display: inline-flex;
    flex-grow: 1
}

.notification-wishlist .notification-checkout.btn, .notification-wishlist .notification-checkout.btn:visited {
    color: rgba(255, 255, 255, 1)
}

.notification-wishlist .notification-checkout.btn:hover {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(110, 110, 110, 1) !important
}

.notification-wishlist .notification-checkout.btn:active, .notification-wishlist .notification-checkout.btn:hover:active, .notification-wishlist .notification-checkout.btn:focus:active {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(110, 110, 110, 1) !important
}

.notification-wishlist .notification-checkout.btn {
    background: rgba(35, 35, 35, 1)
}

.notification-wishlist .notification-checkout.btn.btn.disabled::after {
    font-size: 20px
}

.notification-wishlist .notification-checkout {
    display: inline-flex;
    flex-grow: 1;
    margin-left: 10px
}

.notification-wishlist .notification-checkout::after {
    content: '\e5c8' !important;
    font-family: icomoon !important;
    margin-left: 5px
}

.notification-compare.notification {
    max-width: 400px;
    margin: 20px;
    margin-bottom: 0px;
    padding: 10px;
    background: rgba(255, 255, 255, 1);
    border-radius: 5px;
    box-shadow: 0 5px 45px -10px rgba(0, 0, 0, 0.3)
}

.notification-compare .notification-close {
    display: block;
    width: 25px;
    height: 25px;
    margin-right: -12px;
    margin-top: -12px
}

.notification-compare .notification-close::before {
    content: '\e5cd' !important;
    font-family: icomoon !important
}

.notification-compare .btn.notification-close {
    border-radius: 50% !important
}

.notification-compare .notification-close.btn, .notification-compare .notification-close.btn:visited {
    color: rgba(255, 255, 255, 1)
}

.notification-compare .notification-close.btn:hover {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(48, 56, 65, 1) !important
}

.notification-compare .notification-close.btn:active, .notification-compare .notification-close.btn:hover:active, .notification-compare .notification-close.btn:focus:active {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(48, 56, 65, 1) !important;
    border-color: rgba(255, 255, 255, 1) !important
}

.notification-compare .notification-close.btn:focus {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(48, 56, 65, 1);
    border-color: rgba(255, 255, 255, 1)
}

.notification-compare .notification-close.btn {
    background: rgba(0, 0, 0, 1);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 1)
}

.notification-compare .notification-close.btn:hover, .notification-compare .notification-close.btn:active:hover {
    border-color: rgba(255, 255, 255, 1)
}

.notification-compare .notification-close.btn.btn.disabled::after {
    font-size: 20px
}

.notification-compare
img {
    display: block;
    margin-right: 10px;
    margin-bottom: 10px
}

.notification-compare .notification-buttons {
    display: flex;
    padding: 10px;
    margin: -10px;
    margin-top: 5px
}

.notification-compare .notification-view-cart.btn, .notification-compare .notification-view-cart.btn:visited {
    color: rgba(255, 255, 255, 1)
}

.notification-compare .notification-view-cart.btn:hover {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(48, 56, 65, 1) !important
}

.notification-compare .notification-view-cart.btn:active, .notification-compare .notification-view-cart.btn:hover:active, .notification-compare .notification-view-cart.btn:focus:active {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(48, 56, 65, 1) !important;
    border-color: rgba(255, 255, 255, 1) !important
}

.notification-compare .notification-view-cart.btn:focus {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(48, 56, 65, 1);
    border-color: rgba(255, 255, 255, 1)
}

.notification-compare .notification-view-cart.btn {
    background: rgba(0, 0, 0, 1);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 1)
}

.notification-compare .notification-view-cart.btn:hover, .notification-compare .notification-view-cart.btn:active:hover {
    border-color: rgba(255, 255, 255, 1)
}

.notification-compare .notification-view-cart.btn.btn.disabled::after {
    font-size: 20px
}

.notification-compare .notification-view-cart {
    display: inline-flex;
    flex-grow: 1
}

.notification-compare .notification-checkout.btn, .notification-compare .notification-checkout.btn:visited {
    color: rgba(255, 255, 255, 1)
}

.notification-compare .notification-checkout.btn:hover {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(110, 110, 110, 1) !important
}

.notification-compare .notification-checkout.btn:active, .notification-compare .notification-checkout.btn:hover:active, .notification-compare .notification-checkout.btn:focus:active {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(110, 110, 110, 1) !important
}

.notification-compare .notification-checkout.btn {
    background: rgba(35, 35, 35, 1)
}

.notification-compare .notification-checkout.btn.btn.disabled::after {
    font-size: 20px
}

.notification-compare .notification-checkout {
    display: inline-flex;
    flex-grow: 1;
    margin-left: 10px
}

.notification-compare .notification-checkout::after {
    content: '\e5c8' !important;
    font-family: icomoon !important;
    margin-left: 5px
}

.popup-quickview .popup-container {
    width: 760px
}

.popup-quickview .popup-inner-body {
    height: 600px
}

.route-product-product.popup-quickview .product-info .product-left {
    width: 50%
}

.route-product-product.popup-quickview .product-info .product-right {
    width: calc(100% - 50%);
    padding-left: 20px
}

.route-product-product.popup-quickview h1.page-title {
    display: none
}

.route-product-product.popup-quickview div.page-title {
    display: block
}

.route-product-product.popup-quickview .page-title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    border-width: 0px;
    padding: 0px;
    margin-bottom: 15px;
    white-space: normal;
    overflow: visible;
    text-overflow: initial
}

.route-product-product.popup-quickview .page-title::after {
    content: '';
    display: block;
    position: relative;
    margin-top: 7px
}

.route-product-product.popup-quickview .page-title.page-title > span::after {
    content: '';
    display: block;
    position: relative;
    margin-top: 7px
}

.route-product-product.popup-quickview .page-title::after, .route-product-product.popup-quickview .page-title.page-title > span::after {
    width: 50px;
    height: 1px;
    background: rgba(255, 255, 255, 1)
}

.route-product-product.popup-quickview .direction-horizontal .additional-image {
    width: calc(100% / 4)
}

.route-product-product.popup-quickview .additional-images .swiper-container {
    overflow: hidden
}

.route-product-product.popup-quickview .additional-images .swiper-buttons {
    display: none;
    top: 50%;
    width: calc(100% - (-15px * 2))
}

.route-product-product.popup-quickview .additional-images:hover .swiper-buttons {
    display: block
}

.route-product-product.popup-quickview .additional-images .swiper-button-prev {
    left: 0;
    right: auto;
    transform: translate(0, -50%)
}

.route-product-product.popup-quickview .additional-images .swiper-button-next {
    left: auto;
    right: 0;
    transform: translate(0, -50%)
}

.route-product-product.popup-quickview .additional-images .swiper-buttons
div {
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 1);
    border-width: 2px;
    border-style: solid;
    border-color: rgba(110, 110, 110, 1);
    border-radius: 50px;
    box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.15)
}

.route-product-product.popup-quickview .additional-images .swiper-button-disabled {
    opacity: 0
}

.route-product-product.popup-quickview .additional-images .swiper-buttons div::before {
    content: '\e5c4' !important;
    font-family: icomoon !important;
    color: rgba(110, 110, 110, 1)
}

.desktop .route-product-product.popup-quickview .additional-images .swiper-buttons div:not(.swiper-button-disabled):hover::before {
    color: rgba(255, 255, 255, 1)
}

.route-product-product.popup-quickview .additional-images .swiper-buttons .swiper-button-next::before {
    content: '\e5c8' !important;
    font-family: icomoon !important;
    color: rgba(110, 110, 110, 1)
}

.desktop .route-product-product.popup-quickview .additional-images .swiper-buttons .swiper-button-next:not(.swiper-button-disabled):hover::before {
    color: rgba(255, 255, 255, 1)
}

.route-product-product.popup-quickview .additional-images .swiper-buttons div:not(.swiper-button-disabled):hover {
    background: rgba(0, 96, 57, 1)
}

.desktop .route-product-product.popup-quickview .additional-images .swiper-buttons div:not(.swiper-button-disabled):hover {
    border-color: rgba(0, 96, 57, 1)
}

.route-product-product.popup-quickview .additional-images .swiper-pagination {
    display: none !important;
    margin-bottom: 20px;
    left: 50%;
    right: auto;
    transform: translateX(-50%)
}

.route-product-product.popup-quickview .additional-images
.swiper {
    padding-bottom: 0
}

.route-product-product.popup-quickview .additional-images .swiper-pagination-bullet {
    width: 25px;
    height: 10px;
    background-color: rgba(80, 80, 80, 1)
}

.route-product-product.popup-quickview .additional-images .swiper-pagination > span + span {
    margin-left: 10px
}

.desktop .route-product-product.popup-quickview .additional-images .swiper-pagination-bullet:hover {
    background-color: rgba(0, 0, 0, 1)
}

.route-product-product.popup-quickview .additional-images .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: rgba(0, 0, 0, 1)
}

.route-product-product.popup-quickview .additional-images .swiper-pagination > span {
    border-radius: 5px
}

.route-product-product.popup-quickview .additional-image {
    padding: calc(10px / 2)
}

.route-product-product.popup-quickview .additional-images {
    margin-top: 10px;
    margin-right: -5px;
    margin-left: -5px
}

.route-product-product.popup-quickview .additional-images
img {
    border-width: 1px;
    border-style: solid;
    border-color: rgba(245, 245, 245, 1)
}

.route-product-product.popup-quickview .additional-images img:hover {
    border-color: rgba(238, 238, 238, 1)
}

.route-product-product.popup-quickview .product-info .product-stats li::before {
    content: '\f111' !important;
    font-family: icomoon !important
}

.route-product-product.popup-quickview .product-info .product-stats
ul {
    width: 100%
}

.route-product-product.popup-quickview .product-stats .product-views::before {
    content: '\f06e' !important;
    font-family: icomoon !important
}

.route-product-product.popup-quickview .product-stats .product-sold::before {
    content: '\e263' !important;
    font-family: icomoon !important
}

.route-product-product.popup-quickview .product-info .custom-stats {
    justify-content: space-between
}

.route-product-product.popup-quickview .product-info .product-details
.rating {
    justify-content: flex-start
}

.route-product-product.popup-quickview .product-info .product-details .countdown-wrapper {
    display: block
}

.route-product-product.popup-quickview .product-info .product-details .product-price-group {
    text-align: left
}

.route-product-product.popup-quickview .product-info .product-details .price-group {
    justify-content: flex-start;
    flex-direction: row;
    align-items: center
}

.route-product-product.popup-quickview .product-info .product-details .product-price-new {
    order: -1
}

.route-product-product.popup-quickview .product-info .product-details .product-points {
    display: block
}

.route-product-product.popup-quickview .product-info .product-details .product-tax {
    display: block
}

.route-product-product.popup-quickview .product-info .product-details
.discounts {
    display: block
}

.route-product-product.popup-quickview .product-info .product-details .product-options > .options-title {
    display: none
}

.route-product-product.popup-quickview .product-info .product-details .product-options > h3 {
    display: block
}

.route-product-product.popup-quickview .product-info .product-options .push-option > div input:checked + img {
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.7)
}

.route-product-product.popup-quickview .product-info .product-details .button-group-page {
    position: fixed;
    width: 100%;
    z-index: 1000;;
    background: rgba(255, 255, 255, 1);
    padding: 10px;
    margin: 0px;
    border-width: 0;
    border-top-width: 1px;
    border-style: solid;
    border-color: rgba(221, 221, 221, 1);
    box-shadow: 0 -15px 100px -10px rgba(0, 0, 0, 0.1)
}

.route-product-product.popup-quickview {
    padding-bottom: 60px !important
}

.route-product-product.popup-quickview .site-wrapper {
    padding-bottom: 0 !important
}

.route-product-product.popup-quickview.mobile .product-info .product-right {
    padding-bottom: 60px !important
}

.route-product-product.popup-quickview .product-info .button-group-page
.stepper {
    display: flex;
    height: 41px
}

.route-product-product.popup-quickview .product-info .button-group-page .btn-cart {
    display: inline-flex;
    margin-right: 7px
}

.route-product-product.popup-quickview .product-info .button-group-page .btn-cart::before, .route-product-product.popup-quickview .product-info .button-group-page .btn-cart .btn-text {
    display: inline-block
}

.route-product-product.popup-quickview .product-info .product-details .stepper-group {
    flex-grow: 1
}

.route-product-product.popup-quickview .product-info .product-details .stepper-group .btn-cart {
    flex-grow: 1
}

.route-product-product.popup-quickview .product-info .button-group-page .btn-cart::before {
    font-size: 17px
}

.route-product-product.popup-quickview .product-info .button-group-page .btn-cart.btn, .route-product-product.popup-quickview .product-info .button-group-page .btn-cart.btn:visited {
    font-size: 16px;
    color: rgba(255, 255, 255, 1)
}

.route-product-product.popup-quickview .product-info .button-group-page .btn-cart.btn:hover {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(0, 126, 75, 1) !important
}

.route-product-product.popup-quickview .product-info .button-group-page .btn-cart.btn {
    background: rgba(0, 96, 57, 1);
    padding: 10px;
    padding-right: 15px;
    padding-left: 15px
}

.route-product-product.popup-quickview .product-info .button-group-page .btn-cart.btn:active, .route-product-product.popup-quickview .product-info .button-group-page .btn-cart.btn:hover:active, .route-product-product.popup-quickview .product-info .button-group-page .btn-cart.btn:focus:active {
    background: rgba(17, 17, 17, 1) !important
}

.route-product-product.popup-quickview .product-info .button-group-page .btn-cart.btn:focus {
    background: rgba(17, 17, 17, 1);
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25)
}

.route-product-product.popup-quickview .product-info .button-group-page .btn-cart.btn.btn.disabled::after {
    font-size: 20px
}

.route-product-product.popup-quickview .product-info .button-group-page .btn-more-details {
    display: inline-flex;
    flex-grow: 0
}

.route-product-product.popup-quickview .product-info .button-group-page .btn-more-details .btn-text {
    display: none
}

.route-product-product.popup-quickview .product-info .button-group-page .btn-more-details::after {
    content: '\e5c8' !important;
    font-family: icomoon !important;
    font-size: 18px
}

.route-product-product.popup-quickview .product-info .button-group-page .btn-more-details.btn, .route-product-product.popup-quickview .product-info .button-group-page .btn-more-details.btn:visited {
    color: rgba(255, 255, 255, 1)
}

.route-product-product.popup-quickview .product-info .button-group-page .btn-more-details.btn:hover {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(110, 110, 110, 1) !important
}

.route-product-product.popup-quickview .product-info .button-group-page .btn-more-details.btn:active, .route-product-product.popup-quickview .product-info .button-group-page .btn-more-details.btn:hover:active, .route-product-product.popup-quickview .product-info .button-group-page .btn-more-details.btn:focus:active {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(110, 110, 110, 1) !important
}

.route-product-product.popup-quickview .product-info .button-group-page .btn-more-details.btn {
    background: rgba(35, 35, 35, 1)
}

.route-product-product.popup-quickview .product-info .button-group-page .btn-more-details.btn.btn.disabled::after {
    font-size: 20px
}

.route-product-product.popup-quickview .product-info .product-details .button-group-page .wishlist-compare {
    flex-grow: 0 !important;
    margin: 0px !important
}

.route-product-product.popup-quickview .product-info .button-group-page .wishlist-compare {
    margin-left: auto
}

.route-product-product.popup-quickview .product-info .button-group-page .btn-wishlist {
    display: inline-flex;
    margin: 0px;
    margin-right: 7px
}

.route-product-product.popup-quickview .product-info .button-group-page .btn-wishlist .btn-text {
    display: none
}

.route-product-product.popup-quickview .product-info .button-group-page .wishlist-compare .btn-wishlist {
    width: auto !important
}

.route-product-product.popup-quickview .product-info .button-group-page .btn-wishlist.btn, .route-product-product.popup-quickview .product-info .button-group-page .btn-wishlist.btn:visited {
    color: rgba(0, 0, 0, 1)
}

.route-product-product.popup-quickview .product-info .button-group-page .btn-wishlist.btn:hover {
    color: rgba(0, 0, 0, 1) !important;
    background: rgba(221, 221, 221, 1) !important
}

.route-product-product.popup-quickview .product-info .button-group-page .btn-wishlist.btn:active, .route-product-product.popup-quickview .product-info .button-group-page .btn-wishlist.btn:hover:active, .route-product-product.popup-quickview .product-info .button-group-page .btn-wishlist.btn:focus:active {
    color: rgba(0, 0, 0, 1) !important;
    background: rgba(221, 221, 221, 1) !important;
    border-color: rgba(58, 71, 80, 1) !important
}

.route-product-product.popup-quickview .product-info .button-group-page .btn-wishlist.btn:focus {
    color: rgba(0, 0, 0, 1) !important;
    background: rgba(221, 221, 221, 1);
    border-color: rgba(58, 71, 80, 1)
}

.route-product-product.popup-quickview .product-info .button-group-page .btn-wishlist.btn {
    background: rgba(255, 255, 255, 1);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(58, 71, 80, 1)
}

.route-product-product.popup-quickview .product-info .button-group-page .btn-wishlist.btn:hover, .route-product-product.popup-quickview .product-info .button-group-page .btn-wishlist.btn:active:hover {
    border-color: rgba(58, 71, 80, 1)
}

.route-product-product.popup-quickview .product-info .button-group-page .btn-wishlist.btn.btn.disabled::after {
    font-size: 20px
}

.route-product-product.popup-quickview .product-info .button-group-page .btn-compare {
    display: inline-flex;
    margin-right: 7px
}

.route-product-product.popup-quickview .product-info .button-group-page .btn-compare .btn-text {
    display: none
}

.route-product-product.popup-quickview .product-info .button-group-page .wishlist-compare .btn-compare {
    width: auto !important
}

.route-product-product.popup-quickview .product-info .button-group-page .btn-compare::before {
    content: '\eab6' !important;
    font-family: icomoon !important
}

.route-product-product.popup-quickview .product-info .button-group-page .btn-compare.btn, .route-product-product.popup-quickview .product-info .button-group-page .btn-compare.btn:visited {
    color: rgba(255, 255, 255, 1)
}

.route-product-product.popup-quickview .product-info .button-group-page .btn-compare.btn:hover {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(48, 56, 65, 1) !important
}

.route-product-product.popup-quickview .product-info .button-group-page .btn-compare.btn:active, .route-product-product.popup-quickview .product-info .button-group-page .btn-compare.btn:hover:active, .route-product-product.popup-quickview .product-info .button-group-page .btn-compare.btn:focus:active {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(48, 56, 65, 1) !important;
    border-color: rgba(255, 255, 255, 1) !important
}

.route-product-product.popup-quickview .product-info .button-group-page .btn-compare.btn:focus {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(48, 56, 65, 1);
    border-color: rgba(255, 255, 255, 1)
}

.route-product-product.popup-quickview .product-info .button-group-page .btn-compare.btn {
    background: rgba(0, 0, 0, 1);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 1)
}

.route-product-product.popup-quickview .product-info .button-group-page .btn-compare.btn:hover, .route-product-product.popup-quickview .product-info .button-group-page .btn-compare.btn:active:hover {
    border-color: rgba(255, 255, 255, 1)
}

.route-product-product.popup-quickview .product-info .button-group-page .btn-compare.btn.btn.disabled::after {
    font-size: 20px
}

.popup-quickview .product-right
.description {
    order: 100
}

.popup-quickview
.description {
    padding-top: 15px;
    margin-top: 15px;
    border-width: 0;
    border-top-width: 1px;
    border-style: solid;
    border-color: rgba(221, 221, 221, 1)
}

.popup-quickview .expand-content {
    max-height: 100%;
    overflow: visible
}

.popup-quickview .block-expanded + .block-expand-overlay .block-expand::after {
    content: 'Show Less'
}

.popup-quickview .block-expand-overlay {
    background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 1))
}

.safari.popup-quickview .block-expand-overlay {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1))
}

.iphone.popup-quickview .block-expand-overlay {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1))
}

.ipad.popup-quickview .block-expand-overlay {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1))
}

.login-box .form-group .control-label {
    max-width: 150px;
    padding-top: 7px;
    padding-bottom: 5px;
    justify-content: flex-start
}

.login-box .required .control-label::after, .login-box .required .control-label + div::before, .login-box .text-danger {
    font-size: 15px;
    color: rgba(255, 56, 56, 1)
}

.login-box .form-group {
    margin-bottom: 8px
}

.login-box input.form-control {
    background: rgba(245, 245, 245, 1) !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: rgba(221, 221, 221, 1) !important;
    border-radius: 2px !important;
    max-width: 500px;
    height: 38px
}

.login-box input.form-control:hover {
    border-color: rgba(196, 202, 253, 1) !important
}

.login-box input.form-control:focus, .login-box input.form-control:active {
    border-color: rgba(196, 202, 253, 1) !important
}

.login-box input.form-control:focus {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1)
}

.login-box textarea.form-control {
    background: rgba(245, 245, 245, 1) !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: rgba(221, 221, 221, 1) !important;
    border-radius: 2px !important;
    height: 100px
}

.login-box textarea.form-control:hover {
    border-color: rgba(196, 202, 253, 1) !important
}

.login-box textarea.form-control:focus, .login-box textarea.form-control:active {
    border-color: rgba(196, 202, 253, 1) !important
}

.login-box textarea.form-control:focus {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1)
}

.login-box select.form-control {
    background: rgba(245, 245, 245, 1) !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: rgba(221, 221, 221, 1) !important;
    border-radius: 2px !important;
    max-width: 500px
}

.login-box select.form-control:hover {
    border-color: rgba(196, 202, 253, 1) !important
}

.login-box select.form-control:focus, .login-box select.form-control:active {
    border-color: rgba(196, 202, 253, 1) !important
}

.login-box select.form-control:focus {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1)
}

.login-box
.radio {
    width: 100%
}

.login-box
.checkbox {
    width: 100%
}

.login-box .input-group .input-group-btn
.btn {
    min-width: 35px;
    min-height: 35px
}

.login-box .product-option-file .btn i::before {
    content: '\ebd8' !important;
    font-family: icomoon !important
}

.login-box {
    flex-direction: row
}

.login-box
.well {
    background: rgba(255, 255, 255, 1);
    padding: 20px;
    border-radius: 3px
}

.popup-login
.title {
    color: rgba(0, 0, 0, 1);
    border-width: 0;
    border-bottom-width: 0px;
    border-style: solid;
    border-color: rgba(35, 35, 35, 0.36);
    margin-bottom: 15px;
    white-space: normal;
    overflow: visible;
    text-overflow: initial;
    text-align: left
}

.popup-login .title::after {
    content: '';
    display: block;
    position: relative;
    margin-top: 8px;
    left: initial;
    right: initial;
    margin-left: 0;
    margin-right: auto;
    transform: none
}

.popup-login .title.page-title > span::after {
    content: '';
    display: block;
    position: relative;
    margin-top: 8px;
    left: initial;
    right: initial;
    margin-left: 0;
    margin-right: auto;
    transform: none
}

.popup-login .title::after, .popup-login .title.page-title > span::after {
    width: 50px;
    height: 1px;
    background: rgba(255, 255, 255, 1)
}

.popup-register
.title {
    color: rgba(0, 0, 0, 1);
    border-width: 0;
    border-bottom-width: 0px;
    border-style: solid;
    border-color: rgba(35, 35, 35, 0.36);
    margin-bottom: 15px;
    white-space: normal;
    overflow: visible;
    text-overflow: initial;
    text-align: left
}

.popup-register .title::after {
    content: '';
    display: block;
    position: relative;
    margin-top: 8px;
    left: initial;
    right: initial;
    margin-left: 0;
    margin-right: auto;
    transform: none
}

.popup-register .title.page-title > span::after {
    content: '';
    display: block;
    position: relative;
    margin-top: 8px;
    left: initial;
    right: initial;
    margin-left: 0;
    margin-right: auto;
    transform: none
}

.popup-register .title::after, .popup-register .title.page-title > span::after {
    width: 50px;
    height: 1px;
    background: rgba(255, 255, 255, 1)
}

.popup-register .popup-inner-body {
    max-height: calc(100vh - 50px * 2);
    height: 605px
}

.popup-register .popup-container {
    max-width: calc(100% - 20px * 2);
    width: 500px
}

.popup-register.popup-bg {
    background: rgba(0, 0, 0, 0.75)
}

.popup-register.popup-body, .popup-register.popup {
    background: rgba(255, 255, 255, 1)
}

.popup-register.popup-content, .popup-register.popup .site-wrapper {
    padding: 50px
}

.popup-register.popup-body {
    border-radius: 3px;
    box-shadow: 0 5px 45px -10px rgba(0, 0, 0, 0.3)
}

.popup-register.popup-container .popup-close::before {
    content: '\e5cd' !important;
    font-family: icomoon !important;
    color: rgba(0, 0, 0, 1)
}

.popup-register.popup-close {
    width: 35px;
    height: 35px;
    margin-right: 5px;
    margin-top: 42px
}

.popup-register.popup-container .btn.popup-close {
    border-radius: 50% !important
}

.popup-register.popup-container > .btn, .popup-register.popup-container > .btn:visited {
    color: rgba(109, 118, 125, 1)
}

.popup-register.popup-container > .btn:hover {
    color: rgba(48, 56, 65, 1) !important;
    background: rgba(196, 202, 253, 1) !important
}

.popup-register.popup-container > .btn {
    background: rgba(238, 238, 238, 1)
}

.popup-register.popup-container > .btn.btn.disabled::after {
    font-size: 20px
}

.popup-register
.buttons {
    margin-top: 20px;
    padding-top: 15px;
    border-width: 0;
    border-top-width: 1px;
    border-style: solid;
    border-color: rgba(221, 221, 221, 1);
    font-size: 12px
}

.popup-register .buttons .pull-left .btn, .popup-register .buttons .pull-left .btn:visited {
    font-size: 16px;
    color: rgba(255, 255, 255, 1)
}

.popup-register .buttons .pull-left .btn:hover {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(0, 126, 75, 1) !important
}

.popup-register .buttons .pull-left
.btn {
    background: rgba(0, 96, 57, 1);
    padding: 10px;
    padding-right: 15px;
    padding-left: 15px
}

.popup-register .buttons .pull-left .btn:active, .popup-register .buttons .pull-left .btn:hover:active, .popup-register .buttons .pull-left .btn:focus:active {
    background: rgba(17, 17, 17, 1) !important
}

.popup-register .buttons .pull-left .btn:focus {
    background: rgba(17, 17, 17, 1);
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25)
}

.popup-register .buttons .pull-left .btn.btn.disabled::after {
    font-size: 20px
}

.popup-register .buttons .pull-right .btn::after {
    content: '\e5c8' !important;
    font-family: icomoon !important;
    margin-left: 5px
}

.popup-register .buttons .pull-left .btn::before {
    content: '\e5c4' !important;
    font-family: icomoon !important;
    margin-right: 5px
}

.popup-register .buttons > div {
    flex: 0 0 auto;
    width: auto;
    flex-basis: 0
}

.popup-register .buttons > div
.btn {
    width: auto
}

.popup-register .buttons .pull-left {
    margin-right: auto
}

.popup-register .buttons .pull-right:only-child {
    flex: 0 0 auto;
    width: auto;
    margin: 0 0 0 auto
}

.popup-register .buttons .pull-right:only-child
.btn {
    width: auto
}

.popup-register .buttons input + .btn {
    margin-top: 5px
}

.popup-login .popup-container {
    width: 500px
}

.popup-login .popup-inner-body {
    height: 360px
}

.popup-register .form-group .control-label {
    max-width: 150px;
    padding-top: 7px;
    padding-bottom: 5px;
    justify-content: flex-start
}

.popup-register .required .control-label::after, .popup-register .required .control-label + div::before, .popup-register .text-danger {
    font-size: 15px;
    color: rgba(255, 56, 56, 1)
}

.popup-register .form-group {
    margin-bottom: 8px
}

.popup-register input.form-control {
    background: rgba(245, 245, 245, 1) !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: rgba(221, 221, 221, 1) !important;
    border-radius: 2px !important;
    max-width: 500px;
    height: 38px
}

.popup-register input.form-control:hover {
    border-color: rgba(196, 202, 253, 1) !important
}

.popup-register input.form-control:focus, .popup-register input.form-control:active {
    border-color: rgba(196, 202, 253, 1) !important
}

.popup-register input.form-control:focus {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1)
}

.popup-register textarea.form-control {
    background: rgba(245, 245, 245, 1) !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: rgba(221, 221, 221, 1) !important;
    border-radius: 2px !important;
    height: 100px
}

.popup-register textarea.form-control:hover {
    border-color: rgba(196, 202, 253, 1) !important
}

.popup-register textarea.form-control:focus, .popup-register textarea.form-control:active {
    border-color: rgba(196, 202, 253, 1) !important
}

.popup-register textarea.form-control:focus {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1)
}

.popup-register select.form-control {
    background: rgba(245, 245, 245, 1) !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: rgba(221, 221, 221, 1) !important;
    border-radius: 2px !important;
    max-width: 500px
}

.popup-register select.form-control:hover {
    border-color: rgba(196, 202, 253, 1) !important
}

.popup-register select.form-control:focus, .popup-register select.form-control:active {
    border-color: rgba(196, 202, 253, 1) !important
}

.popup-register select.form-control:focus {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1)
}

.popup-register
.radio {
    width: 100%
}

.popup-register
.checkbox {
    width: 100%
}

.popup-register .input-group .input-group-btn
.btn {
    min-width: 35px;
    min-height: 35px
}

.popup-register .product-option-file .btn i::before {
    content: '\ebd8' !important;
    font-family: icomoon !important
}

.account-list > li > a {
    color: rgba(109, 118, 125, 1);
    padding: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(221, 221, 221, 1);
    border-radius: 3px;
    flex-direction: column;
    width: 100%;
    text-align: center
}

.account-list > li > a::before {
    content: '\e93f' !important;
    font-family: icomoon !important;
    font-size: 45px;
    color: rgba(48, 56, 65, 1);
    margin: 0
}

.account-list .edit-info {
    display: flex
}

.route-information-sitemap .site-edit {
    display: block
}

.account-list .edit-pass {
    display: flex
}

.route-information-sitemap .site-pass {
    display: block
}

.account-list .edit-address {
    display: flex
}

.route-information-sitemap .site-address {
    display: block
}

.account-list .edit-wishlist {
    display: flex
}

.my-cards {
    display: block
}

.account-list .edit-order {
    display: flex
}

.route-information-sitemap .site-history {
    display: block
}

.account-list .edit-downloads {
    display: flex
}

.route-information-sitemap .site-download {
    display: block
}

.account-list .edit-rewards {
    display: flex
}

.account-list .edit-returns {
    display: flex
}

.account-list .edit-transactions {
    display: flex
}

.account-list .edit-recurring {
    display: flex
}

.my-affiliates {
    display: block
}

.my-newsletter .account-list {
    display: flex
}

.my-affiliates
.title {
    display: block
}

.my-newsletter
.title {
    display: block
}

.my-account
.title {
    display: none
}

.my-orders
.title {
    display: block
}

.my-cards
.title {
    display: block
}

.account-page
.title {
    color: rgba(0, 0, 0, 1);
    border-width: 0;
    border-bottom-width: 0px;
    border-style: solid;
    border-color: rgba(35, 35, 35, 0.36);
    margin-bottom: 15px;
    white-space: normal;
    overflow: visible;
    text-overflow: initial;
    text-align: left
}

.account-page .title::after {
    content: '';
    display: block;
    position: relative;
    margin-top: 8px;
    left: initial;
    right: initial;
    margin-left: 0;
    margin-right: auto;
    transform: none
}

.account-page .title.page-title > span::after {
    content: '';
    display: block;
    position: relative;
    margin-top: 8px;
    left: initial;
    right: initial;
    margin-left: 0;
    margin-right: auto;
    transform: none
}

.account-page .title::after, .account-page .title.page-title > span::after {
    width: 50px;
    height: 1px;
    background: rgba(255, 255, 255, 1)
}

.desktop .account-list > li > a:hover {
    background: rgba(255, 255, 255, 1)
}

.account-list > li > a:hover {
    border-color: rgba(255, 255, 255, 1);
    box-shadow: 0 5px 45px -10px rgba(0, 0, 0, 0.3)
}

.account-list > li {
    width: calc(100% / 5);
    padding: 10px;
    margin: 0
}

.account-list {
    margin: 0 -10px -10px;
    flex-direction: row
}

.account-list > .edit-info > a::before {
    content: '\e90d' !important;
    font-family: icomoon !important
}

.account-list > .edit-pass > a::before {
    content: '\eac4' !important;
    font-family: icomoon !important
}

.account-list > .edit-address > a::before {
    content: '\e956' !important;
    font-family: icomoon !important
}

.account-list > .edit-wishlist > a::before {
    content: '\e955' !important;
    font-family: icomoon !important
}

.my-cards .account-list > li > a::before {
    content: '\e950' !important;
    font-family: icomoon !important
}

.account-list > .edit-order > a::before {
    content: '\ead5' !important;
    font-family: icomoon !important
}

.account-list > .edit-downloads > a::before {
    content: '\eb4e' !important;
    font-family: icomoon !important
}

.account-list > .edit-rewards > a::before {
    content: '\e952' !important;
    font-family: icomoon !important
}

.account-list > .edit-returns > a::before {
    content: '\f112' !important;
    font-family: icomoon !important
}

.account-list > .edit-transactions > a::before {
    content: '\e928' !important;
    font-family: icomoon !important
}

.account-list > .edit-recurring > a::before {
    content: '\e8b3' !important;
    font-family: icomoon !important
}

.account-list > .affiliate-add > a::before {
    content: '\e95a' !important;
    font-family: icomoon !important
}

.account-list > .affiliate-edit > a::before {
    content: '\e95a' !important;
    font-family: icomoon !important
}

.account-list > .affiliate-track > a::before {
    content: '\e93c' !important;
    font-family: icomoon !important
}

.my-newsletter .account-list > li > a::before {
    content: '\e94c' !important;
    font-family: icomoon !important
}

.route-account-register .account-customer-group label::after {
    display: none !important
}

#account .account-fax label::after {
    display: none !important
}

.route-account-register .address-company label::after {
    display: none !important
}

#account-address .address-company label::after {
    display: none !important
}

.route-account-register .address-address-2 label::after {
    display: none !important
}

#account-address .address-address-2 label::after {
    display: none !important
}

.route-checkout-cart .td-qty .btn-remove.btn, .route-checkout-cart .td-qty .btn-remove.btn:visited {
    color: rgba(0, 0, 0, 1)
}

.route-checkout-cart .td-qty .btn-remove.btn:hover {
    color: rgba(0, 0, 0, 1) !important;
    background: rgba(221, 221, 221, 1) !important
}

.route-checkout-cart .td-qty .btn-remove.btn:active, .route-checkout-cart .td-qty .btn-remove.btn:hover:active, .route-checkout-cart .td-qty .btn-remove.btn:focus:active {
    color: rgba(0, 0, 0, 1) !important;
    background: rgba(221, 221, 221, 1) !important;
    border-color: rgba(58, 71, 80, 1) !important
}

.route-checkout-cart .td-qty .btn-remove.btn:focus {
    color: rgba(0, 0, 0, 1) !important;
    background: rgba(221, 221, 221, 1);
    border-color: rgba(58, 71, 80, 1)
}

.route-checkout-cart .td-qty .btn-remove.btn {
    background: rgba(255, 255, 255, 1);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(58, 71, 80, 1)
}

.route-checkout-cart .td-qty .btn-remove.btn:hover, .route-checkout-cart .td-qty .btn-remove.btn:active:hover {
    border-color: rgba(58, 71, 80, 1)
}

.route-checkout-cart .td-qty .btn-remove.btn.btn.disabled::after {
    font-size: 20px
}

.route-checkout-cart .cart-total table tbody tr:hover
td {
    background: rgba(255, 255, 255, 1)
}

.route-checkout-cart .cart-total table tbody
td {
    border-width: 0 !important;
    border-top-width: 1px !important;
    border-style: solid !important;
    border-color: rgba(221, 221, 221, 1) !important
}

.route-checkout-cart .cart-total
table {
    border-width: 1px !important;
    border-style: solid !important;
    border-color: rgba(221, 221, 221, 1) !important
}

.route-checkout-cart .cart-total table thead
td {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    background: rgba(238, 238, 238, 1)
}

.route-checkout-cart .cart-total table tfoot
td {
    background: rgba(238, 238, 238, 1)
}

.route-checkout-cart .cart-total table tfoot td, .route-checkout-cart .cart-total table tfoot
th {
    border-style: solid !important;
    border-color: rgba(221, 221, 221, 1) !important
}

.route-checkout-cart .cart-total .table-responsive {
    border-width: 1px;
    border-style: solid;
    border-color: rgba(221, 221, 221, 1);
    -webkit-overflow-scrolling: touch
}

.route-checkout-cart .cart-total .table-responsive::-webkit-scrollbar {
    height: 5px;
    width: 5px
}

.route-checkout-cart .cart-page {
    display: flex
}

.route-checkout-cart .cart-bottom {
    max-width: 400px
}

.cart-bottom {
    background: rgba(238, 238, 238, 1);
    padding: 20px;
    margin-left: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(221, 221, 221, 1)
}

.panels-total {
    flex-direction: column
}

.panels-total .cart-total {
    background: rgba(255, 255, 255, 1);
    align-items: flex-start
}

.route-checkout-cart
.buttons {
    margin-top: 20px;
    padding-top: 15px;
    border-width: 0;
    border-top-width: 1px;
    border-style: solid;
    border-color: rgba(221, 221, 221, 1)
}

.route-checkout-cart .buttons .pull-right .btn, .route-checkout-cart .buttons .pull-right .btn:visited {
    color: rgba(255, 255, 255, 1)
}

.route-checkout-cart .buttons .pull-right .btn:hover {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(110, 110, 110, 1) !important
}

.route-checkout-cart .buttons .pull-right .btn:active, .route-checkout-cart .buttons .pull-right .btn:hover:active, .route-checkout-cart .buttons .pull-right .btn:focus:active {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(110, 110, 110, 1) !important
}

.route-checkout-cart .buttons .pull-right
.btn {
    background: rgba(35, 35, 35, 1)
}

.route-checkout-cart .buttons .pull-right .btn.btn.disabled::after {
    font-size: 20px
}

.route-checkout-cart .buttons .pull-left
.btn {
    background: rgba(109, 118, 125, 1);
    border-width: 0px
}

.route-checkout-cart .buttons .pull-left .btn:hover {
    background: rgba(48, 56, 65, 1) !important
}

.route-checkout-cart .buttons .pull-left .btn.btn.disabled::after {
    font-size: 20px
}

.route-checkout-cart .buttons .pull-right .btn::after {
    content: '\e5c8' !important;
    font-family: icomoon !important
}

.route-checkout-cart .buttons .pull-left .btn::before {
    content: '\e5c4' !important;
    font-family: icomoon !important
}

.route-checkout-cart .buttons > div {
    flex: 1;
    width: auto;
    flex-basis: 0
}

.route-checkout-cart .buttons > div
.btn {
    width: 100%
}

.route-checkout-cart .buttons .pull-left {
    margin-right: 0
}

.route-checkout-cart .buttons > div + div {
    padding-left: 10px
}

.route-checkout-cart .buttons .pull-right:only-child {
    flex: 1;
    margin: 0 0 0 auto
}

.route-checkout-cart .buttons .pull-right:only-child
.btn {
    width: 100%
}

.route-checkout-cart .buttons input + .btn {
    margin-top: 5px
}

.cart-table .td-image {
    display: table-cell
}

.cart-table .td-qty .stepper, .cart-section .stepper, .cart-table .td-qty .btn-update.btn, .cart-section .td-qty .btn-primary.btn {
    display: inline-flex
}

.cart-table .td-name {
    display: table-cell
}

.cart-table .td-model {
    display: table-cell
}

.route-account-order-info .table-responsive .table-order thead > tr > td:nth-child(2) {
    display: table-cell
}

.route-account-order-info .table-responsive .table-order tbody > tr > td:nth-child(2) {
    display: table-cell
}

.route-account-order-info .table-responsive .table-order tfoot > tr > td:last-child {
    display: table-cell
}

.cart-table .td-price {
    display: table-cell
}

.route-checkout-cart .cart-panels {
    margin-bottom: 30px
}

.route-checkout-cart .cart-panels
.title {
    color: rgba(0, 0, 0, 1);
    border-width: 0;
    border-bottom-width: 0px;
    border-style: solid;
    border-color: rgba(35, 35, 35, 0.36);
    margin-bottom: 15px;
    white-space: normal;
    overflow: visible;
    text-overflow: initial;
    text-align: left;
    display: block
}

.route-checkout-cart .cart-panels .title::after {
    content: '';
    display: block;
    position: relative;
    margin-top: 8px;
    left: initial;
    right: initial;
    margin-left: 0;
    margin-right: auto;
    transform: none
}

.route-checkout-cart .cart-panels .title.page-title > span::after {
    content: '';
    display: block;
    position: relative;
    margin-top: 8px;
    left: initial;
    right: initial;
    margin-left: 0;
    margin-right: auto;
    transform: none
}

.route-checkout-cart .cart-panels .title::after, .route-checkout-cart .cart-panels .title.page-title > span::after {
    width: 50px;
    height: 1px;
    background: rgba(255, 255, 255, 1)
}

.route-checkout-cart .cart-panels
label {
    font-size: 15px
}

.route-checkout-cart .cart-panels .form-group .control-label {
    max-width: 9999px;
    padding-top: 7px;
    padding-bottom: 5px;
    justify-content: flex-start
}

.route-checkout-cart .cart-panels .form-group {
    margin-bottom: 8px
}

.route-checkout-cart .cart-panels input.form-control {
    background: rgba(245, 245, 245, 1) !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: rgba(221, 221, 221, 1) !important;
    border-radius: 2px !important
}

.route-checkout-cart .cart-panels input.form-control:hover {
    border-color: rgba(196, 202, 253, 1) !important
}

.route-checkout-cart .cart-panels input.form-control:focus, .route-checkout-cart .cart-panels input.form-control:active {
    border-color: rgba(196, 202, 253, 1) !important
}

.route-checkout-cart .cart-panels input.form-control:focus {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1)
}

.route-checkout-cart .cart-panels textarea.form-control {
    background: rgba(245, 245, 245, 1) !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: rgba(221, 221, 221, 1) !important;
    border-radius: 2px !important
}

.route-checkout-cart .cart-panels textarea.form-control:hover {
    border-color: rgba(196, 202, 253, 1) !important
}

.route-checkout-cart .cart-panels textarea.form-control:focus, .route-checkout-cart .cart-panels textarea.form-control:active {
    border-color: rgba(196, 202, 253, 1) !important
}

.route-checkout-cart .cart-panels textarea.form-control:focus {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1)
}

.route-checkout-cart .cart-panels select.form-control {
    background: rgba(245, 245, 245, 1) !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: rgba(221, 221, 221, 1) !important;
    border-radius: 2px !important;
    max-width: 200px
}

.route-checkout-cart .cart-panels select.form-control:hover {
    border-color: rgba(196, 202, 253, 1) !important
}

.route-checkout-cart .cart-panels select.form-control:focus, .route-checkout-cart .cart-panels select.form-control:active {
    border-color: rgba(196, 202, 253, 1) !important
}

.route-checkout-cart .cart-panels select.form-control:focus {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1)
}

.route-checkout-cart .cart-panels
.radio {
    width: 100%
}

.route-checkout-cart .cart-panels
.checkbox {
    width: 100%
}

.route-checkout-cart .cart-panels .input-group .input-group-btn .btn, .route-checkout-cart .cart-panels .input-group .input-group-btn .btn:visited {
    font-size: 16px;
    color: rgba(255, 255, 255, 1)
}

.route-checkout-cart .cart-panels .input-group .input-group-btn .btn:hover {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(0, 126, 75, 1) !important
}

.route-checkout-cart .cart-panels .input-group .input-group-btn
.btn {
    background: rgba(0, 96, 57, 1);
    padding: 10px;
    padding-right: 15px;
    padding-left: 15px;
    min-width: 35px;
    min-height: 35px;
    margin-left: 5px
}

.route-checkout-cart .cart-panels .input-group .input-group-btn .btn:active, .route-checkout-cart .cart-panels .input-group .input-group-btn .btn:hover:active, .route-checkout-cart .cart-panels .input-group .input-group-btn .btn:focus:active {
    background: rgba(17, 17, 17, 1) !important
}

.route-checkout-cart .cart-panels .input-group .input-group-btn .btn:focus {
    background: rgba(17, 17, 17, 1);
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25)
}

.route-checkout-cart .cart-panels .input-group .input-group-btn .btn.btn.disabled::after {
    font-size: 20px
}

.route-checkout-cart .cart-panels .product-option-file .btn i::before {
    content: '\ebd8' !important;
    font-family: icomoon !important
}

.route-checkout-cart .cart-panels
.buttons {
    margin-top: 20px;
    padding-top: 15px;
    border-width: 0;
    border-top-width: 1px;
    border-style: solid;
    border-color: rgba(221, 221, 221, 1)
}

.route-checkout-cart .cart-panels .buttons .pull-right .btn, .route-checkout-cart .cart-panels .buttons .pull-right .btn:visited {
    color: rgba(255, 255, 255, 1)
}

.route-checkout-cart .cart-panels .buttons .pull-right .btn:hover {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(110, 110, 110, 1) !important
}

.route-checkout-cart .cart-panels .buttons .pull-right .btn:active, .route-checkout-cart .cart-panels .buttons .pull-right .btn:hover:active, .route-checkout-cart .cart-panels .buttons .pull-right .btn:focus:active {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(110, 110, 110, 1) !important
}

.route-checkout-cart .cart-panels .buttons .pull-right
.btn {
    background: rgba(35, 35, 35, 1)
}

.route-checkout-cart .cart-panels .buttons .pull-right .btn.btn.disabled::after {
    font-size: 20px
}

.route-checkout-cart .cart-panels .buttons .pull-left
.btn {
    background: rgba(109, 118, 125, 1);
    border-width: 0px
}

.route-checkout-cart .cart-panels .buttons .pull-left .btn:hover {
    background: rgba(48, 56, 65, 1) !important
}

.route-checkout-cart .cart-panels .buttons .pull-left .btn.btn.disabled::after {
    font-size: 20px
}

.route-checkout-cart .cart-panels .buttons .pull-right .btn::after {
    content: '\e5c8' !important;
    font-family: icomoon !important
}

.route-checkout-cart .cart-panels .buttons .pull-left .btn::before {
    content: '\e5c4' !important;
    font-family: icomoon !important
}

.route-checkout-cart .cart-panels .buttons > div {
    flex: 1;
    width: auto;
    flex-basis: 0
}

.route-checkout-cart .cart-panels .buttons > div
.btn {
    width: 100%
}

.route-checkout-cart .cart-panels .buttons .pull-left {
    margin-right: 0
}

.route-checkout-cart .cart-panels .buttons > div + div {
    padding-left: 10px
}

.route-checkout-cart .cart-panels .buttons .pull-right:only-child {
    flex: 1;
    margin: 0 0 0 auto
}

.route-checkout-cart .cart-panels .buttons .pull-right:only-child
.btn {
    width: 100%
}

.route-checkout-cart .cart-panels .buttons input + .btn {
    margin-top: 5px
}

.route-checkout-cart .cart-panels > p {
    display: none
}

.route-checkout-cart .cart-panels .panel-reward {
    display: block
}

.route-checkout-cart .cart-panels .panel-coupon {
    display: block
}

.route-checkout-cart .cart-panels .panel-shipping {
    display: block
}

.route-checkout-cart .cart-panels .panel-voucher {
    display: block
}

.route-checkout-cart .cart-panels .panel-reward
.collapse {
    display: none
}

.route-checkout-cart .cart-panels .panel-reward
.collapse.in {
    display: block
}

.route-checkout-cart .cart-panels .panel-reward .panel-heading {
    pointer-events: auto
}

.route-checkout-cart .cart-panels .panel-coupon
.collapse {
    display: none
}

.route-checkout-cart .cart-panels .panel-coupon
.collapse.in {
    display: block
}

.route-checkout-cart .cart-panels .panel-coupon .panel-heading {
    pointer-events: auto
}

.route-checkout-cart .cart-panels .panel-shipping
.collapse {
    display: none
}

.route-checkout-cart .cart-panels .panel-shipping
.collapse.in {
    display: block
}

.route-checkout-cart .cart-panels .panel-shipping .panel-heading {
    pointer-events: auto
}

.route-checkout-cart .cart-panels .panel-voucher
.collapse {
    display: none
}

.route-checkout-cart .cart-panels .panel-voucher
.collapse.in {
    display: block
}

.route-checkout-cart .cart-panels .panel-voucher .panel-heading {
    pointer-events: auto
}

.route-product-category .page-title {
    display: block
}

.route-product-category .category-description {
    order: 0
}

.category-image {
    float: left
}

.category-text {
    position: static;
    bottom: auto
}

.category-description {
    margin-bottom: 30px
}

.category-description > img {
    margin-bottom: 10px
}

.refine-categories .refine-item.swiper-slide {
    margin-right: 20px;
    width: calc((100% - 5 * 20px) / 6 - 0.01px)
}

.refine-categories .refine-item:not(.swiper-slide) {
    padding: 10px;
    width: calc(100% / 6 - 0.01px)
}

.one-column #content .refine-categories .refine-item.swiper-slide {
    margin-right: 20px;
    width: calc((100% - 5 * 20px) / 6 - 0.01px)
}

.one-column #content .refine-categories .refine-item:not(.swiper-slide) {
    padding: 10px;
    width: calc(100% / 6 - 0.01px)
}

.two-column #content .refine-categories .refine-item.swiper-slide {
    margin-right: 20px;
    width: calc((100% - 5 * 20px) / 6 - 0.01px)
}

.two-column #content .refine-categories .refine-item:not(.swiper-slide) {
    padding: 10px;
    width: calc(100% / 6 - 0.01px)
}

.side-column .refine-categories .refine-item.swiper-slide {
    margin-right: 15px;
    width: calc((100% - 0 * 15px) / 1 - 0.01px)
}

.side-column .refine-categories .refine-item:not(.swiper-slide) {
    padding: 7.5px;
    width: calc(100% / 1 - 0.01px)
}

.refine-items {
    margin: -5px
}

.refine-categories {
    margin-bottom: 20px
}

.refine-links .refine-item + .refine-item {
    margin-left: 10px
}

.refine-categories .swiper-container {
    overflow: hidden
}

.refine-categories .swiper-buttons {
    display: none;
    top: 50%;
    width: calc(100% - (-15px * 2))
}

.refine-categories:hover .swiper-buttons {
    display: block
}

.refine-categories .swiper-button-prev {
    left: 0;
    right: auto;
    transform: translate(0, -50%)
}

.refine-categories .swiper-button-next {
    left: auto;
    right: 0;
    transform: translate(0, -50%)
}

.refine-categories .swiper-buttons
div {
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 1);
    border-width: 2px;
    border-style: solid;
    border-color: rgba(110, 110, 110, 1);
    border-radius: 50px;
    box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.15)
}

.refine-categories .swiper-button-disabled {
    opacity: 0
}

.refine-categories .swiper-buttons div::before {
    content: '\e5c4' !important;
    font-family: icomoon !important;
    color: rgba(110, 110, 110, 1)
}

.desktop .refine-categories .swiper-buttons div:not(.swiper-button-disabled):hover::before {
    color: rgba(255, 255, 255, 1)
}

.refine-categories .swiper-buttons .swiper-button-next::before {
    content: '\e5c8' !important;
    font-family: icomoon !important;
    color: rgba(110, 110, 110, 1)
}

.desktop .refine-categories .swiper-buttons .swiper-button-next:not(.swiper-button-disabled):hover::before {
    color: rgba(255, 255, 255, 1)
}

.refine-categories .swiper-buttons div:not(.swiper-button-disabled):hover {
    background: rgba(0, 96, 57, 1)
}

.desktop .refine-categories .swiper-buttons div:not(.swiper-button-disabled):hover {
    border-color: rgba(0, 96, 57, 1)
}

.refine-categories .swiper-pagination {
    display: none !important;
    margin-bottom: 20px;
    left: 50%;
    right: auto;
    transform: translateX(-50%)
}

.refine-categories
.swiper {
    padding-bottom: 0
}

.refine-categories .swiper-pagination-bullet {
    width: 25px;
    height: 10px;
    background-color: rgba(80, 80, 80, 1)
}

.refine-categories .swiper-pagination > span + span {
    margin-left: 10px
}

.desktop .refine-categories .swiper-pagination-bullet:hover {
    background-color: rgba(0, 0, 0, 1)
}

.refine-categories .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: rgba(0, 0, 0, 1)
}

.refine-categories .swiper-pagination > span {
    border-radius: 5px
}

.refine-item
a {
    border-width: 1px;
    border-style: solid;
    border-color: rgba(190, 190, 190, 1)
}

.refine-item a:hover {
    border-color: rgba(0, 0, 0, 1)
}

.refine-item a
img {
    display: none
}

.refine-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.refine-item .refine-name {
    font-family: 'Rajdhani';
    font-weight: 400;
    font-size: 16px;
    color: rgba(35, 35, 35, 0.82);
    text-align: center
}

.refine-item a:hover .refine-name {
    font-family: 'Rajdhani';
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 1)
}

.refine-name .count-badge {
    display: none
}

.checkout-section.section-login {
    display: block
}

.quick-checkout-wrapper .form-group .control-label {
    max-width: 150px;
    padding-top: 7px;
    padding-bottom: 5px;
    justify-content: flex-start
}

.quick-checkout-wrapper .required .control-label::after, .quick-checkout-wrapper .required .control-label + div::before, .quick-checkout-wrapper .text-danger {
    font-size: 15px;
    color: rgba(255, 56, 56, 1)
}

.quick-checkout-wrapper .form-group {
    margin-bottom: 8px
}

.quick-checkout-wrapper input.form-control {
    background: rgba(245, 245, 245, 1) !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: rgba(221, 221, 221, 1) !important;
    border-radius: 2px !important;
    max-width: 500px;
    height: 38px
}

.quick-checkout-wrapper input.form-control:hover {
    border-color: rgba(196, 202, 253, 1) !important
}

.quick-checkout-wrapper input.form-control:focus, .quick-checkout-wrapper input.form-control:active {
    border-color: rgba(196, 202, 253, 1) !important
}

.quick-checkout-wrapper input.form-control:focus {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1)
}

.quick-checkout-wrapper textarea.form-control {
    background: rgba(245, 245, 245, 1) !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: rgba(221, 221, 221, 1) !important;
    border-radius: 2px !important;
    height: 100px
}

.quick-checkout-wrapper textarea.form-control:hover {
    border-color: rgba(196, 202, 253, 1) !important
}

.quick-checkout-wrapper textarea.form-control:focus, .quick-checkout-wrapper textarea.form-control:active {
    border-color: rgba(196, 202, 253, 1) !important
}

.quick-checkout-wrapper textarea.form-control:focus {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1)
}

.quick-checkout-wrapper select.form-control {
    background: rgba(245, 245, 245, 1) !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: rgba(221, 221, 221, 1) !important;
    border-radius: 2px !important;
    max-width: 500px
}

.quick-checkout-wrapper select.form-control:hover {
    border-color: rgba(196, 202, 253, 1) !important
}

.quick-checkout-wrapper select.form-control:focus, .quick-checkout-wrapper select.form-control:active {
    border-color: rgba(196, 202, 253, 1) !important
}

.quick-checkout-wrapper select.form-control:focus {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1)
}

.quick-checkout-wrapper
.radio {
    width: 100%
}

.quick-checkout-wrapper
.checkbox {
    width: 100%
}

.quick-checkout-wrapper .input-group .input-group-btn
.btn {
    min-width: 35px;
    min-height: 35px
}

.quick-checkout-wrapper .product-option-file .btn i::before {
    content: '\ebd8' !important;
    font-family: icomoon !important
}

.quick-checkout-wrapper div .title.section-title {
    color: rgba(0, 0, 0, 1);
    border-width: 0;
    border-bottom-width: 0px;
    border-style: solid;
    border-color: rgba(35, 35, 35, 0.36);
    margin-bottom: 15px;
    white-space: normal;
    overflow: visible;
    text-overflow: initial;
    text-align: left
}

.quick-checkout-wrapper div .title.section-title::after {
    content: '';
    display: block;
    position: relative;
    margin-top: 8px;
    left: initial;
    right: initial;
    margin-left: 0;
    margin-right: auto;
    transform: none
}

.quick-checkout-wrapper div .title.section-title.page-title > span::after {
    content: '';
    display: block;
    position: relative;
    margin-top: 8px;
    left: initial;
    right: initial;
    margin-left: 0;
    margin-right: auto;
    transform: none
}

.quick-checkout-wrapper div .title.section-title::after, .quick-checkout-wrapper div .title.section-title.page-title > span::after {
    width: 50px;
    height: 1px;
    background: rgba(255, 255, 255, 1)
}

.checkout-section {
    padding: 15px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(221, 221, 221, 1);
    border-radius: 3px;
    margin-bottom: 25px
}

.quick-checkout-wrapper > div
.right {
    padding-left: 25px;
    width: calc(100% - 30%)
}

.quick-checkout-wrapper > div
.left {
    width: 30%
}

.section-payment {
    padding-left: 20px;
    width: calc(100% - 40%);
    display: block
}

.section-shipping {
    width: 40%;
    display: block
}

.quick-checkout-wrapper .right .section-cvr {
    display: block
}

.quick-checkout-wrapper .right .section-cvr .control-label {
    display: flex
}

.quick-checkout-wrapper .right .section-cvr .form-coupon {
    display: flex
}

.quick-checkout-wrapper .right .section-cvr .form-voucher {
    display: flex
}

.quick-checkout-wrapper .right .section-cvr .form-reward {
    display: flex
}

.quick-checkout-wrapper .right .checkout-payment-details
legend {
    display: block
}

.quick-checkout-wrapper .right .confirm-section
.buttons {
    margin-top: 20px;
    padding-top: 15px;
    border-width: 0;
    border-top-width: 1px;
    border-style: solid;
    border-color: rgba(221, 221, 221, 1)
}

.quick-checkout-wrapper .right .confirm-section .buttons .pull-right .btn, .quick-checkout-wrapper .right .confirm-section .buttons .pull-right .btn:visited {
    color: rgba(255, 255, 255, 1)
}

.quick-checkout-wrapper .right .confirm-section .buttons .pull-right .btn:hover {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(110, 110, 110, 1) !important
}

.quick-checkout-wrapper .right .confirm-section .buttons .pull-right .btn:active, .quick-checkout-wrapper .right .confirm-section .buttons .pull-right .btn:hover:active, .quick-checkout-wrapper .right .confirm-section .buttons .pull-right .btn:focus:active {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(110, 110, 110, 1) !important
}

.quick-checkout-wrapper .right .confirm-section .buttons .pull-right
.btn {
    background: rgba(35, 35, 35, 1)
}

.quick-checkout-wrapper .right .confirm-section .buttons .pull-right .btn.btn.disabled::after {
    font-size: 20px
}

.quick-checkout-wrapper .right .confirm-section .buttons .pull-left
.btn {
    background: rgba(109, 118, 125, 1);
    border-width: 0px
}

.quick-checkout-wrapper .right .confirm-section .buttons .pull-left .btn:hover {
    background: rgba(48, 56, 65, 1) !important
}

.quick-checkout-wrapper .right .confirm-section .buttons .pull-left .btn.btn.disabled::after {
    font-size: 20px
}

.quick-checkout-wrapper .right .confirm-section .buttons .pull-right .btn::after {
    content: '\e5c8' !important;
    font-family: icomoon !important
}

.quick-checkout-wrapper .right .confirm-section .buttons .pull-left .btn::before {
    content: '\e5c4' !important;
    font-family: icomoon !important
}

.quick-checkout-wrapper .right .confirm-section .buttons > div {
    flex: 1;
    width: auto;
    flex-basis: 0
}

.quick-checkout-wrapper .right .confirm-section .buttons > div
.btn {
    width: 100%
}

.quick-checkout-wrapper .right .confirm-section .buttons .pull-left {
    margin-right: 0
}

.quick-checkout-wrapper .right .confirm-section .buttons > div + div {
    padding-left: 10px
}

.quick-checkout-wrapper .right .confirm-section .buttons .pull-right:only-child {
    flex: 1;
    margin: 0 0 0 auto
}

.quick-checkout-wrapper .right .confirm-section .buttons .pull-right:only-child
.btn {
    width: 100%
}

.quick-checkout-wrapper .right .confirm-section .buttons input + .btn {
    margin-top: 5px
}

.quick-checkout-wrapper .confirm-section
textarea {
    display: block
}

.quick-checkout-wrapper .section-comments label::after {
    display: none !important
}

.quick-checkout-wrapper .left .section-login
.title {
    display: block
}

.quick-checkout-wrapper .left .section-register
.title {
    display: block
}

.quick-checkout-wrapper .left .payment-address
.title {
    display: block
}

.quick-checkout-wrapper .left .shipping-address
.title {
    display: block
}

.quick-checkout-wrapper .right .shipping-payment
.title {
    display: block
}

.quick-checkout-wrapper .right .section-cvr
.title {
    display: block
}

.quick-checkout-wrapper .right .checkout-payment-details
.title {
    display: block
}

.quick-checkout-wrapper .right .cart-section
.title {
    display: block
}

.quick-checkout-wrapper .right .confirm-section
.title {
    display: block
}

.quick-checkout-wrapper .account-customer-group label::after {
    display: none !important
}

.quick-checkout-wrapper .account-telephone label::after {
    display: none !important
}

.quick-checkout-wrapper .account-fax label::after {
    display: none !important
}

.quick-checkout-wrapper .address-company label::after {
    display: none !important
}

.quick-checkout-wrapper .address-address-2 label::after {
    display: none !important
}

.quick-checkout-wrapper .shipping-payment .shippings
p {
    display: none;
    font-weight: bold
}

.quick-checkout-wrapper .shipping-payment .ship-wrapper
p {
    display: none
}

.shipping-payment .section-body
.radio {
    margin-bottom: 8px
}

.section-shipping .section-body > div:first-child::before {
    content: '\eab8' !important;
    font-family: icomoon !important;
    margin-right: 7px
}

.section-shipping .section-body > div:nth-child(2)::before {
    content: '\eab9' !important;
    font-family: icomoon !important;
    color: rgba(3, 107, 44, 1);
    margin-right: 7px
}

.section-payment .section-body > div:first-child::before {
    content: '\e961' !important;
    font-family: icomoon !important;
    margin-right: 7px
}

.section-payment .section-body > div:nth-child(2)::before {
    content: '\e95d' !important;
    font-family: icomoon !important;
    margin-right: 7px
}

.section-payment .section-body > div:nth-child(3)::before {
    content: '\f0d6' !important;
    font-family: icomoon !important;
    margin-right: 7px
}

.quick-checkout-wrapper .cart-section .td-qty .btn-danger.btn, .quick-checkout-wrapper .cart-section .td-qty .btn-danger.btn:visited {
    color: rgba(0, 0, 0, 1)
}

.quick-checkout-wrapper .cart-section .td-qty .btn-danger.btn:hover {
    color: rgba(0, 0, 0, 1) !important;
    background: rgba(221, 221, 221, 1) !important
}

.quick-checkout-wrapper .cart-section .td-qty .btn-danger.btn:active, .quick-checkout-wrapper .cart-section .td-qty .btn-danger.btn:hover:active, .quick-checkout-wrapper .cart-section .td-qty .btn-danger.btn:focus:active {
    color: rgba(0, 0, 0, 1) !important;
    background: rgba(221, 221, 221, 1) !important;
    border-color: rgba(58, 71, 80, 1) !important
}

.quick-checkout-wrapper .cart-section .td-qty .btn-danger.btn:focus {
    color: rgba(0, 0, 0, 1) !important;
    background: rgba(221, 221, 221, 1);
    border-color: rgba(58, 71, 80, 1)
}

.quick-checkout-wrapper .cart-section .td-qty .btn-danger.btn {
    background: rgba(255, 255, 255, 1);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(58, 71, 80, 1)
}

.quick-checkout-wrapper .cart-section .td-qty .btn-danger.btn:hover, .quick-checkout-wrapper .cart-section .td-qty .btn-danger.btn:active:hover {
    border-color: rgba(58, 71, 80, 1)
}

.quick-checkout-wrapper .cart-section .td-qty .btn-danger.btn.btn.disabled::after {
    font-size: 20px
}

.route-product-compare .compare-buttons .btn-remove.btn, .route-product-compare .compare-buttons .btn-remove.btn:visited {
    color: rgba(0, 0, 0, 1)
}

.route-product-compare .compare-buttons .btn-remove.btn:hover {
    color: rgba(0, 0, 0, 1) !important;
    background: rgba(221, 221, 221, 1) !important
}

.route-product-compare .compare-buttons .btn-remove.btn:active, .route-product-compare .compare-buttons .btn-remove.btn:hover:active, .route-product-compare .compare-buttons .btn-remove.btn:focus:active {
    color: rgba(0, 0, 0, 1) !important;
    background: rgba(221, 221, 221, 1) !important;
    border-color: rgba(58, 71, 80, 1) !important
}

.route-product-compare .compare-buttons .btn-remove.btn:focus {
    color: rgba(0, 0, 0, 1) !important;
    background: rgba(221, 221, 221, 1);
    border-color: rgba(58, 71, 80, 1)
}

.route-product-compare .compare-buttons .btn-remove.btn {
    background: rgba(255, 255, 255, 1);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(58, 71, 80, 1)
}

.route-product-compare .compare-buttons .btn-remove.btn:hover, .route-product-compare .compare-buttons .btn-remove.btn:active:hover {
    border-color: rgba(58, 71, 80, 1)
}

.route-product-compare .compare-buttons .btn-remove.btn.btn.disabled::after {
    font-size: 20px
}

.route-product-compare .compare-buttons .btn-cart {
    display: flex
}

.route-product-compare .compare-buttons .btn-remove {
    display: flex
}

.compare-name {
    display: table-row
}

.compare-image {
    display: table-row
}

.compare-price {
    display: table-row
}

.compare-model {
    display: table-row
}

.compare-manufacturer {
    display: table-row
}

.compare-availability {
    display: table-row
}

.compare-rating {
    display: table-row
}

.compare-summary {
    display: table-row
}

.compare-weight {
    display: table-row
}

.compare-dimensions {
    display: table-row
}

.route-information-contact .site-wrapper > .container {
    max-width: 1000px
}

.route-information-contact .location-title {
    display: none
}

.route-information-contact .store-image {
    display: block
}

.route-information-contact .store-address {
    display: none
}

.route-information-contact .store-tel {
    display: none
}

.route-information-contact .store-fax {
    display: none
}

.route-information-contact .store-info {
    display: none
}

.route-information-contact .store-address
a {
    display: none
}

.route-information-contact .other-stores {
    display: none
}

.route-information-contact .stores-title {
    display: none !important
}

.route-information-information
.content {
    column-gap: 30px;
    column-rule-width: 1px;
    column-rule-style: solid
}

.maintenance-page
header {
    display: none !important
}

.maintenance-page
footer {
    display: none !important
}

#common-maintenance {
    padding: 40px
}

.route-product-manufacturer #content a
img {
    display: block
}

.route-product-manufacturer .manufacturer
a {
    background: rgba(255, 255, 255, 1);
    padding: 8px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(221, 221, 221, 1);
    border-radius: 3px
}

.route-product-manufacturer
h2.title {
    font-size: 14px;
    font-weight: 700;
    text-transform: none;
    padding-bottom: 5px;
    margin-bottom: 8px;
    white-space: normal;
    overflow: visible;
    text-overflow: initial;
    font-size: 40px;
    font-weight: 400
}

.route-product-search #content .search-criteria-title {
    display: block
}

.route-product-search #content
.buttons {
    margin-top: 20px;
    padding-top: 15px;
    border-width: 0;
    border-top-width: 1px;
    border-style: solid;
    border-color: rgba(221, 221, 221, 1)
}

.route-product-search #content .buttons .pull-right .btn, .route-product-search #content .buttons .pull-right .btn:visited {
    color: rgba(255, 255, 255, 1)
}

.route-product-search #content .buttons .pull-right .btn:hover {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(110, 110, 110, 1) !important
}

.route-product-search #content .buttons .pull-right .btn:active, .route-product-search #content .buttons .pull-right .btn:hover:active, .route-product-search #content .buttons .pull-right .btn:focus:active {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(110, 110, 110, 1) !important
}

.route-product-search #content .buttons .pull-right
.btn {
    background: rgba(35, 35, 35, 1)
}

.route-product-search #content .buttons .pull-right .btn.btn.disabled::after {
    font-size: 20px
}

.route-product-search #content .buttons .pull-left
.btn {
    background: rgba(109, 118, 125, 1);
    border-width: 0px
}

.route-product-search #content .buttons .pull-left .btn:hover {
    background: rgba(48, 56, 65, 1) !important
}

.route-product-search #content .buttons .pull-left .btn.btn.disabled::after {
    font-size: 20px
}

.route-product-search #content .buttons .pull-right .btn::after {
    content: '\e5c8' !important;
    font-family: icomoon !important
}

.route-product-search #content .buttons .pull-left .btn::before {
    content: '\e5c4' !important;
    font-family: icomoon !important
}

.route-product-search #content .buttons > div {
    flex: 1;
    width: auto;
    flex-basis: 0
}

.route-product-search #content .buttons > div
.btn {
    width: 100%
}

.route-product-search #content .buttons .pull-left {
    margin-right: 0
}

.route-product-search #content .buttons > div + div {
    padding-left: 10px
}

.route-product-search #content .buttons .pull-right:only-child {
    flex: 1;
    margin: 0 0 0 auto
}

.route-product-search #content .buttons .pull-right:only-child
.btn {
    width: 100%
}

.route-product-search #content .buttons input + .btn {
    margin-top: 5px
}

.route-product-search #content .search-products-title {
    display: block
}

.route-information-sitemap #content > .row > div + div {
    padding-left: 50px;
    border-width: 0;
    border-left-width: 1px;
    border-style: solid;
    border-color: rgba(221, 221, 221, 1)
}

.route-information-sitemap #content > .row > div > ul > li > a::before {
    content: '\f15c' !important;
    font-family: icomoon !important
}

.route-information-sitemap #content > .row > div > ul li ul li a::before {
    content: '\f0f6' !important;
    font-family: icomoon !important
}

.route-information-sitemap #content > .row {
    flex-direction: row
}

.route-information-sitemap #content > .row > div {
    width: auto
}

.route-account-wishlist td .btn-remove.btn, .route-account-wishlist td .btn-remove.btn:visited {
    color: rgba(0, 0, 0, 1)
}

.route-account-wishlist td .btn-remove.btn:hover {
    color: rgba(0, 0, 0, 1) !important;
    background: rgba(221, 221, 221, 1) !important
}

.route-account-wishlist td .btn-remove.btn:active, .route-account-wishlist td .btn-remove.btn:hover:active, .route-account-wishlist td .btn-remove.btn:focus:active {
    color: rgba(0, 0, 0, 1) !important;
    background: rgba(221, 221, 221, 1) !important;
    border-color: rgba(58, 71, 80, 1) !important
}

.route-account-wishlist td .btn-remove.btn:focus {
    color: rgba(0, 0, 0, 1) !important;
    background: rgba(221, 221, 221, 1);
    border-color: rgba(58, 71, 80, 1)
}

.route-account-wishlist td .btn-remove.btn {
    background: rgba(255, 255, 255, 1);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(58, 71, 80, 1)
}

.route-account-wishlist td .btn-remove.btn:hover, .route-account-wishlist td .btn-remove.btn:active:hover {
    border-color: rgba(58, 71, 80, 1)
}

.route-account-wishlist td .btn-remove.btn.btn.disabled::after {
    font-size: 20px
}

.route-account-wishlist .td-image {
    display: table-cell
}

.route-account-wishlist .td-name {
    display: table-cell
}

.route-account-wishlist .td-model {
    display: table-cell
}

.route-account-wishlist .td-stock {
    display: table-cell
}

.route-account-wishlist .td-price {
    display: table-cell
}

.route-account-wishlist .td-stock.in-stock {
    color: rgba(3, 107, 44, 1)
}

.route-account-wishlist .td-stock.out-of-stock {
    color: rgba(255, 255, 255, 1)
}

.route-account-wishlist .td-price
b {
    color: rgba(3, 107, 44, 1)
}

.route-account-wishlist .td-price
s {
    font-size: 22px;
    color: rgba(109, 118, 125, 1);
    text-decoration: line-through
}

.product-info .product-left {
    width: 50%
}

.product-info .product-right {
    width: calc(100% - 50%);
    padding-left: 30px
}

.route-product-product:not(.popup) h1.page-title {
    display: none
}

.route-product-product:not(.popup) .product-info div.page-title {
    display: block
}

.route-product-product #content .page-title {
    font-family: 'Rajdhani';
    font-weight: 700;
    font-size: 36px;
    color: rgba(0, 96, 57, 1);
    background: none;
    padding: 0px;
    margin: 0px;
    white-space: normal;
    overflow: visible;
    text-overflow: initial;
    text-align: left
}

.route-product-product #content .page-title::after {
    display: none;
    left: initial;
    right: initial;
    margin-left: 0;
    margin-right: auto;
    transform: none
}

.route-product-product #content .page-title.page-title > span::after {
    display: none;
    left: initial;
    right: initial;
    margin-left: 0;
    margin-right: auto;
    transform: none
}

.product-image .main-image {
    border-width: 1px;
    border-style: solid;
    border-color: rgba(238, 238, 238, 1)
}

.product-image .main-image .swiper-container {
    overflow: hidden
}

.product-image .main-image .swiper-buttons {
    display: none;
    top: 50%;
    width: calc(100% - (-15px * 2))
}

.product-image .main-image:hover .swiper-buttons {
    display: block
}

.product-image .main-image .swiper-button-prev {
    left: 0;
    right: auto;
    transform: translate(0, -50%)
}

.product-image .main-image .swiper-button-next {
    left: auto;
    right: 0;
    transform: translate(0, -50%)
}

.product-image .main-image .swiper-buttons
div {
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 1);
    border-width: 2px;
    border-style: solid;
    border-color: rgba(110, 110, 110, 1);
    border-radius: 50px;
    box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.15)
}

.product-image .main-image .swiper-button-disabled {
    opacity: 0
}

.product-image .main-image .swiper-buttons div::before {
    content: '\e5c4' !important;
    font-family: icomoon !important;
    color: rgba(110, 110, 110, 1)
}

.desktop .product-image .main-image .swiper-buttons div:not(.swiper-button-disabled):hover::before {
    color: rgba(255, 255, 255, 1)
}

.product-image .main-image .swiper-buttons .swiper-button-next::before {
    content: '\e5c8' !important;
    font-family: icomoon !important;
    color: rgba(110, 110, 110, 1)
}

.desktop .product-image .main-image .swiper-buttons .swiper-button-next:not(.swiper-button-disabled):hover::before {
    color: rgba(255, 255, 255, 1)
}

.product-image .main-image .swiper-buttons div:not(.swiper-button-disabled):hover {
    background: rgba(0, 96, 57, 1)
}

.desktop .product-image .main-image .swiper-buttons div:not(.swiper-button-disabled):hover {
    border-color: rgba(0, 96, 57, 1)
}

.product-image .main-image .swiper-pagination {
    display: none !important;
    margin-bottom: 20px;
    left: 50%;
    right: auto;
    transform: translateX(-50%)
}

.product-image .main-image
.swiper {
    padding-bottom: 0
}

.product-image .main-image .swiper-pagination-bullet {
    width: 25px;
    height: 10px;
    background-color: rgba(80, 80, 80, 1)
}

.product-image .main-image .swiper-pagination > span + span {
    margin-left: 10px
}

.desktop .product-image .main-image .swiper-pagination-bullet:hover {
    background-color: rgba(0, 0, 0, 1)
}

.product-image .main-image .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: rgba(0, 0, 0, 1)
}

.product-image .main-image .swiper-pagination > span {
    border-radius: 5px
}

.product-image .swiper .swiper-controls {
    display: none
}

.lg-product-images #lg-download {
    display: none
}

.lg-product-images .lg-image {
    max-height: calc(100% - 100px)
}

.lg-product-images .lg-actions .lg-prev::before {
    content: '\e5c4' !important;
    font-family: icomoon !important
}

.lg-product-images .lg-actions .lg-next::before {
    content: '\e5c8' !important;
    font-family: icomoon !important
}

.lg-product-images #lg-counter {
    display: inline-block
}

.lg-product-images #lg-zoom-in {
    display: block
}

.lg-product-images #lg-actual-size {
    display: block
}

.lg-product-images #lg-download-in::after {
    content: '\eb4d' !important;
    font-family: icomoon !important
}

.lg-product-images #lg-zoom-in::after {
    content: '\ebef' !important;
    font-family: icomoon !important
}

.lg-product-images #lg-actual-size::after {
    content: '\ebf0' !important;
    font-family: icomoon !important
}

.lg-product-images .lg-close::after {
    content: '\ebeb' !important;
    font-family: icomoon !important
}

.lg-product-images .lg-sub-html {
    background: rgba(0, 0, 0, 0.5);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    top: auto;
    display: block
}

.lg-product-images.lg-thumb-open .lg-sub-html {
    bottom: 90px !important
}

.lg-product-images .lg-thumb-item {
    margin-top: 10px;
    padding-right: 10px
}

.lg-product-images .lg-thumb-item
img {
    margin-bottom: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0)
}

.lg-product-images .lg-thumb-outer {
    padding-left: 10px
}

.desktop .lg-product-images .lg-thumb-item img:hover, .lg-product-images .lg-thumb-item.active
img {
    border-color: rgba(255, 255, 255, 1)
}

.lg-product-images .lg-toogle-thumb {
    left: auto;
    right: 20px;
    transform: translateX(0)
}

.direction-horizontal .additional-image {
    width: calc(100% / 9)
}

.additional-images .swiper-container {
    overflow: hidden
}

.additional-images .swiper-buttons {
    display: block;
    top: 50%
}

.additional-images .swiper-button-prev {
    left: 0;
    right: auto;
    transform: translate(0, -50%)
}

.additional-images .swiper-button-next {
    left: auto;
    right: 0;
    transform: translate(0, -50%)
}

.additional-images .swiper-buttons
div {
    width: 70px;
    height: 20px;
    background: rgba(221, 221, 221, 1)
}

.additional-images .swiper-button-disabled {
    opacity: 0
}

.additional-images .swiper-buttons div::before {
    content: '\e5c4' !important;
    font-family: icomoon !important
}

.desktop .additional-images .swiper-buttons div:not(.swiper-button-disabled):hover::before {
    color: rgba(255, 255, 255, 1)
}

.additional-images .swiper-buttons .swiper-button-next::before {
    content: '\e5c8' !important;
    font-family: icomoon !important
}

.desktop .additional-images .swiper-buttons .swiper-button-next:not(.swiper-button-disabled):hover::before {
    color: rgba(255, 255, 255, 1)
}

.additional-images .swiper-buttons div:not(.swiper-button-disabled):hover {
    background: rgba(255, 255, 255, 1)
}

.additional-images .swiper-pagination {
    display: block;
    margin-bottom: -50px;
    left: 50%;
    right: auto;
    transform: translateX(-50%)
}

.additional-images
.swiper {
    padding-bottom: 10px
}

.additional-images .swiper-pagination-bullet {
    width: 10px;
    height: 10px
}

.additional-images .swiper-pagination > span + span {
    margin-left: 7px
}

.additional-images .swiper-pagination > span {
    border-radius: 10px
}

.additional-image {
    padding: calc(10px / 2)
}

.additional-images {
    margin: 10px;
    margin-right: 0px;
    margin-left: 0px
}

.additional-images
img {
    border-width: 1px;
    border-style: solid;
    border-color: rgba(221, 221, 221, 1)
}

.additional-images img:hover {
    border-color: rgba(255, 255, 255, 1)
}

.product-info .product-details > div {
    font-family: 'Rajdhani';
    font-weight: 700;
    font-size: 32px;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 15px
}

.product-info .product-details .product-stats {
    background: rgba(245, 245, 245, 1);
    padding: 10px
}

.product-info .product-stats
b {
    font-size: 12px;
    color: rgba(109, 118, 125, 1);
    font-weight: 700;
    text-transform: uppercase
}

.product-info .product-stats
span {
    color: rgba(48, 56, 65, 1)
}

.product-info .product-details .brand-image a
span {
    display: block
}

.product-info .product-details .brand-image
a {
    background: rgba(255, 255, 255, 1);
    padding: 5px;
    margin-top: -30px
}

.product-info .product-stats li::before {
    content: '\f111' !important;
    font-family: icomoon !important
}

.route-product-product:not(.popup) .product-info .product-price-group {
    flex-direction: row
}

.route-product-product:not(.popup) .product-info .product-price-group .product-stats {
    order: 2;
    margin-left: auto
}

.product-info .product-manufacturer
a {
    font-size: 22px
}

.product-info .product-stats .in-stock
span {
    color: rgba(3, 107, 44, 1)
}

.product-info .product-stats .out-of-stock
span {
    color: rgba(255, 255, 255, 1)
}

.product-info .product-stats .product-stock
b {
    display: none
}

.product-stats .product-views::before {
    content: '\f06e' !important;
    font-family: icomoon !important;
    margin-right: 5px
}

.product-stats .product-sold::before {
    content: '\e99a' !important;
    font-family: icomoon !important;
    color: rgba(235, 102, 38, 1);
    margin-right: 5px
}

.product-info .product-details .custom-stats {
    order: -1;
    margin-bottom: 10px
}

.product-info .product-stats .product-sold
b {
    color: rgba(48, 56, 65, 1);
    font-weight: 700
}

.product-info .product-stats .product-views
b {
    font-weight: 700
}

.product-info .custom-stats {
    justify-content: flex-start
}

.product-info .product-details
.rating {
    justify-content: flex-start;
    display: none
}

.product-info .product-details .rating .fa-stack {
    font-size: 15px;
    width: 1.2em
}

.product-info .product-details .countdown-wrapper {
    display: block;
    margin-top: 15px
}

.product-info .product-details .product-price-group {
    text-align: left;
    justify-content: flex-start;
    display: flex
}

.product-info .product-details .price-group {
    font-size: 32px;
    color: rgba(48, 56, 65, 1);
    font-weight: 700
}

.product-info .product-details .price-group .product-price-new {
    color: rgba(255, 66, 66, 1)
}

.route-product-product:not(.popup) .product-info .product-details .price-group {
    flex-direction: row;
    align-items: center
}

.route-product-product:not(.popup) .product-info .product-details .product-price-new {
    order: -1
}

.product-info .product-details .price-group .product-price-old {
    display: block;
    font-size: 26px;
    color: rgba(109, 118, 125, 1);
    font-weight: 400;
    text-decoration: line-through
}

.route-product-product:not(.popup) .product-info .product-details .product-price-old {
    margin-left: 10px
}

.product-info .product-details .product-points {
    font-size: 14px;
    display: none;
    margin-top: 5px;
    margin-bottom: 5px
}

.product-info .product-details .product-tax {
    display: none;
    font-size: 14px
}

.product-info .product-details
.discounts {
    display: none
}

.route-product-product:not(.popup) .product-info .product-details .product-options {
    background: none
}

.route-product-product:not(.popup) .product-info .product-details .product-options > .options-title {
    display: none
}

.product-info .product-details .product-options > h3 {
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-transform: none;
    padding-bottom: 5px;
    margin-bottom: 8px;
    white-space: normal;
    overflow: visible;
    text-overflow: initial
}

.product-options
label {
    font-size: 15px
}

.product-options .form-group .control-label {
    max-width: 9999px;
    padding-top: 7px;
    padding-bottom: 5px;
    justify-content: flex-start
}

.product-options .form-group {
    margin-bottom: 8px
}

.product-options input.form-control {
    background: rgba(245, 245, 245, 1) !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: rgba(221, 221, 221, 1) !important;
    border-radius: 2px !important
}

.product-options input.form-control:hover {
    border-color: rgba(196, 202, 253, 1) !important
}

.product-options input.form-control:focus, .product-options input.form-control:active {
    border-color: rgba(196, 202, 253, 1) !important
}

.product-options input.form-control:focus {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1)
}

.product-options textarea.form-control {
    background: rgba(245, 245, 245, 1) !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: rgba(221, 221, 221, 1) !important;
    border-radius: 2px !important
}

.product-options textarea.form-control:hover {
    border-color: rgba(196, 202, 253, 1) !important
}

.product-options textarea.form-control:focus, .product-options textarea.form-control:active {
    border-color: rgba(196, 202, 253, 1) !important
}

.product-options textarea.form-control:focus {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1)
}

.product-options select.form-control {
    background: rgba(245, 245, 245, 1) !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: rgba(221, 221, 221, 1) !important;
    border-radius: 2px !important;
    max-width: 200px
}

.product-options select.form-control:hover {
    border-color: rgba(196, 202, 253, 1) !important
}

.product-options select.form-control:focus, .product-options select.form-control:active {
    border-color: rgba(196, 202, 253, 1) !important
}

.product-options select.form-control:focus {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1)
}

.product-options
.radio {
    width: 100%
}

.product-options
.checkbox {
    width: 100%
}

.product-options .input-group .input-group-btn .btn, .product-options .input-group .input-group-btn .btn:visited {
    font-size: 16px;
    color: rgba(255, 255, 255, 1)
}

.product-options .input-group .input-group-btn .btn:hover {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(0, 126, 75, 1) !important
}

.product-options .input-group .input-group-btn
.btn {
    background: rgba(0, 96, 57, 1);
    padding: 10px;
    padding-right: 15px;
    padding-left: 15px;
    min-width: 35px;
    min-height: 35px;
    margin-left: 5px
}

.product-options .input-group .input-group-btn .btn:active, .product-options .input-group .input-group-btn .btn:hover:active, .product-options .input-group .input-group-btn .btn:focus:active {
    background: rgba(17, 17, 17, 1) !important
}

.product-options .input-group .input-group-btn .btn:focus {
    background: rgba(17, 17, 17, 1);
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25)
}

.product-options .input-group .input-group-btn .btn.btn.disabled::after {
    font-size: 20px
}

.product-options .product-option-file .btn i::before {
    content: '\ebd8' !important;
    font-family: icomoon !important
}

.product-info .product-options .push-option > div .option-value {
    font-family: 'Rajdhani';
    font-weight: 400;
    font-size: 15px;
    color: rgba(110, 110, 110, 1);
    margin-right: 8px;
    margin-bottom: 8px;
    min-width: 30px;
    min-height: 30px;
    background: rgba(255, 255, 255, 1);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(221, 221, 221, 1);
    border-radius: 2px
}

.product-info .product-options .push-option > div
label {
    margin-right: 5px;
    margin-bottom: 5px
}

.product-info .product-options .push-option > div .option-value:hover, .product-info .product-options .push-option > div input:checked + .option-value {
    color: rgba(0, 0, 0, 1);
    background: rgba(245, 245, 245, 1)
}

.desktop .product-info .product-options .push-option > div .option-value:hover, .product-info .product-options .push-option > div input:checked + .option-value {
    border-color: rgba(80, 80, 80, 1)
}

.product-info .product-options .push-option > div input:checked + .option-value {
    border-color: rgba(80, 80, 80, 1)
}

.product-info .product-options .push-option > div
img {
    border-width: 1px;
    border-style: solid;
    border-color: rgba(109, 118, 125, 1);
    border-radius: 50%
}

.desktop .product-info .product-options .push-option > div img:hover, .product-info .product-options .push-option > div input:checked + img {
    border-color: rgba(0, 0, 0, 1)
}

.product-info .product-options .push-option > div input:checked + img {
    border-color: rgba(0, 0, 0, 1);
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.7)
}

.product-info .product-options .push-option > div img:hover {
    box-shadow: 0 5px 15px 5px rgba(0, 0, 0, 0.25)
}

.product-info .product-options .push-option input + img + .option-value {
    display: none
}

.route-product-product:not(.popup) .product-info .product-details .button-group-page {
    position: static;
    width: auto;
    z-index: 1;;
    margin-top: 10px;
    margin-bottom: 30px
}

.has-bottom-menu.route-product-product .bottom-menu {
    display: block
}

.product-info .product-details .stepper .control-label {
    display: none
}

.product-info .button-group-page
.stepper {
    display: flex;
    width: 50px;
    height: 35px;
    border-style: solid;
    border-color: rgba(190, 190, 190, 1)
}

.product-info .button-group-page .stepper input.form-control {
    color: rgba(80, 80, 80, 1) !important;
    background: rgba(255, 255, 255, 1) !important
}

.product-info .button-group-page .stepper input.form-control:hover {
    color: rgba(255, 110, 0, 1) !important;
    background: rgba(255, 255, 255, 1) !important
}

.product-info .button-group-page .stepper input.form-control:focus {
    background: rgba(255, 255, 255, 1) !important
}

.product-info .button-group-page .stepper span
i {
    color: rgba(80, 80, 80, 1);
    background-color: rgba(255, 255, 255, 1)
}

.product-info .button-group-page .stepper span i:hover {
    color: rgba(80, 80, 80, 1);
    background-color: rgba(255, 255, 255, 1)
}

.product-info .button-group-page .stepper span i:active {
    color: rgba(80, 80, 80, 1)
}

.route-product-product:not(.popup) .product-info .button-group-page
.stepper {
    height: 50px;
    margin-right: 10px
}

.product-info .button-group-page .btn-cart {
    display: inline-flex;
    border-radius: 0px !important
}

.route-product-product
.tags {
    display: none;
    justify-content: flex-start;
    margin-top: 30px
}

.product-info.out-of-stock .button-group-page .extra-group .btn-extra:first-child {
    display: inline-flex
}

.product-info.out-of-stock .button-group-page .extra-group .btn-extra + .btn-extra {
    display: none
}

.route-product-product:not(.popup) .product-info .button-group-page .btn-cart::before {
    display: inline-block
}

.route-product-product:not(.popup) .product-info .button-group-page .btn-cart .btn-text {
    display: inline-block
}

.product-info .button-group-page .extra-group {
    width: 100%;
    flex-grow: 1;
    flex-direction: row;
    display: flex;
    margin-top: 10px
}

.product-info .button-group-page .btn-extra {
    flex: 1;
    width: 100%
}

.product-info .button-group-page .btn-extra + .btn-extra {
    flex: 1;
    width: 100%
}

.product-info .product-details .buttons-wrapper .extra-group {
    justify-content: flex-start;
    align-items: flex-start
}

.route-product-product:not(.popup) .product-info .button-group-page .btn-cart {
    flex-grow: 1;
    height: 50px
}

.route-product-product:not(.popup) .product-info .button-group-page .stepper-group {
    flex-grow: 1;
    width: auto
}

.product-info .button-group-page .btn-cart::before {
    font-size: 16px;
    margin-right: 5px
}

.product-info .button-group-page .btn-cart.btn, .product-info .button-group-page .btn-cart.btn:visited {
    font-size: 16px;
    color: rgba(255, 255, 255, 1)
}

.product-info .button-group-page .btn-cart.btn:hover {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(0, 126, 75, 1) !important
}

.product-info .button-group-page .btn-cart.btn {
    background: rgba(0, 96, 57, 1);
    padding: 10px;
    padding-right: 15px;
    padding-left: 15px
}

.product-info .button-group-page .btn-cart.btn:active, .product-info .button-group-page .btn-cart.btn:hover:active, .product-info .button-group-page .btn-cart.btn:focus:active {
    background: rgba(17, 17, 17, 1) !important
}

.product-info .button-group-page .btn-cart.btn:focus {
    background: rgba(17, 17, 17, 1);
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25)
}

.product-info .button-group-page .btn-cart.btn.btn.disabled::after {
    font-size: 20px
}

.product-info .button-group-page .btn-extra.btn, .product-info .button-group-page .btn-extra.btn:visited {
    color: rgba(255, 255, 255, 1)
}

.product-info .button-group-page .btn-extra.btn:hover {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(110, 110, 110, 1) !important
}

.product-info .button-group-page .btn-extra.btn:active, .product-info .button-group-page .btn-extra.btn:hover:active, .product-info .button-group-page .btn-extra.btn:focus:active {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(110, 110, 110, 1) !important
}

.product-info .button-group-page .btn-extra.btn {
    background: rgba(35, 35, 35, 1)
}

.product-info .button-group-page .btn-extra.btn.btn.disabled::after {
    font-size: 20px
}

.product-info .button-group-page .btn-extra + .btn-extra.btn, .product-info .button-group-page .btn-extra + .btn-extra.btn:visited {
    color: rgba(0, 0, 0, 1)
}

.product-info .button-group-page .btn-extra + .btn-extra.btn:hover {
    color: rgba(0, 0, 0, 1) !important;
    background: rgba(221, 221, 221, 1) !important
}

.product-info .button-group-page .btn-extra + .btn-extra.btn:active, .product-info .button-group-page .btn-extra + .btn-extra.btn:hover:active, .product-info .button-group-page .btn-extra + .btn-extra.btn:focus:active {
    color: rgba(0, 0, 0, 1) !important;
    background: rgba(221, 221, 221, 1) !important;
    border-color: rgba(58, 71, 80, 1) !important
}

.product-info .button-group-page .btn-extra + .btn-extra.btn:focus {
    color: rgba(0, 0, 0, 1) !important;
    background: rgba(221, 221, 221, 1);
    border-color: rgba(58, 71, 80, 1)
}

.product-info .button-group-page .btn-extra + .btn-extra.btn {
    background: rgba(255, 255, 255, 1);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(58, 71, 80, 1)
}

.product-info .button-group-page .btn-extra + .btn-extra.btn:hover, .product-info .button-group-page .btn-extra + .btn-extra.btn:active:hover {
    border-color: rgba(58, 71, 80, 1)
}

.product-info .button-group-page .btn-extra + .btn-extra.btn.btn.disabled::after {
    font-size: 20px
}

.product-info .button-group-page .btn-extra:first-child {
    display: inline-flex
}

.product-info .button-group-page .btn-extra + .btn {
    display: none
}

.route-product-product:not(.popup) .product-info .button-group-page .btn-extra {
    height: 50px
}

.product-info .button-group-page .extra-group .btn-extra + .btn-extra {
    border-radius: 0px !important
}

.product-info .button-group-page .extra-group .btn-extra:last-child::before {
    content: none !important
}

.route-product-product:not(.popup) .product-info .product-details .button-group-page .wishlist-compare {
    width: auto
}

.route-product-product:not(.popup) .product-info .button-group-page .wishlist-compare {
    margin-left: auto;
    margin-right: 0;
    justify-content: center;
    align-items: center;
    flex-direction: row
}

.route-product-product:not(.popup) .product-info .button-group-page .btn-wishlist {
    display: none;
    border-radius: 0px !important
}

.route-product-product:not(.popup) .product-info .button-group-page .btn-wishlist::before, .product-info .button-group-page .btn-wishlist .btn-text {
    display: inline-block
}

.route-product-product:not(.popup) .product-info .button-group-page .wishlist-compare .btn-wishlist {
    flex: 1;
    width: 100%
}

.route-product-product:not(.popup) .product-info .button-group-page .btn-wishlist::before {
    font-size: 17px
}

.route-product-product:not(.popup) .product-info .button-group-page .btn-wishlist.btn, .route-product-product:not(.popup) .product-info .button-group-page .btn-wishlist.btn:visited {
    color: rgba(0, 0, 0, 1)
}

.route-product-product:not(.popup) .product-info .button-group-page .btn-wishlist.btn:hover {
    color: rgba(0, 0, 0, 1) !important;
    background: rgba(221, 221, 221, 1) !important
}

.route-product-product:not(.popup) .product-info .button-group-page .btn-wishlist.btn:active, .route-product-product:not(.popup) .product-info .button-group-page .btn-wishlist.btn:hover:active, .route-product-product:not(.popup) .product-info .button-group-page .btn-wishlist.btn:focus:active {
    color: rgba(0, 0, 0, 1) !important;
    background: rgba(221, 221, 221, 1) !important;
    border-color: rgba(58, 71, 80, 1) !important
}

.route-product-product:not(.popup) .product-info .button-group-page .btn-wishlist.btn:focus {
    color: rgba(0, 0, 0, 1) !important;
    background: rgba(221, 221, 221, 1);
    border-color: rgba(58, 71, 80, 1)
}

.route-product-product:not(.popup) .product-info .button-group-page .btn-wishlist.btn {
    background: rgba(255, 255, 255, 1);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(58, 71, 80, 1)
}

.route-product-product:not(.popup) .product-info .button-group-page .btn-wishlist.btn:hover, .route-product-product:not(.popup) .product-info .button-group-page .btn-wishlist.btn:active:hover {
    border-color: rgba(58, 71, 80, 1)
}

.route-product-product:not(.popup) .product-info .button-group-page .btn-wishlist.btn.btn.disabled::after {
    font-size: 20px
}

.product-info .button-group-page .btn-compare {
    display: none
}

.route-product-product:not(.popup) .product-info .button-group-page .btn-compare .btn-text {
    display: none
}

.route-product-product:not(.popup) .product-info .button-group-page .wishlist-compare .btn-compare {
    flex: initial;
    width: auto
}

.route-product-product:not(.popup) .product-info .button-group-page .btn-compare {
    border-radius: 0px !important
}

.route-product-product:not(.popup) .product-info .button-group-page .btn-compare::before {
    font-size: 17px
}

.route-product-product:not(.popup) .product-info .button-group-page .btn-compare.btn, .route-product-product:not(.popup) .product-info .button-group-page .btn-compare.btn:visited {
    color: rgba(255, 255, 255, 1)
}

.route-product-product:not(.popup) .product-info .button-group-page .btn-compare.btn:hover {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(48, 56, 65, 1) !important
}

.route-product-product:not(.popup) .product-info .button-group-page .btn-compare.btn:active, .route-product-product:not(.popup) .product-info .button-group-page .btn-compare.btn:hover:active, .route-product-product:not(.popup) .product-info .button-group-page .btn-compare.btn:focus:active {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(48, 56, 65, 1) !important;
    border-color: rgba(255, 255, 255, 1) !important
}

.route-product-product:not(.popup) .product-info .button-group-page .btn-compare.btn:focus {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(48, 56, 65, 1);
    border-color: rgba(255, 255, 255, 1)
}

.route-product-product:not(.popup) .product-info .button-group-page .btn-compare.btn {
    background: rgba(0, 0, 0, 1);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 1)
}

.route-product-product:not(.popup) .product-info .button-group-page .btn-compare.btn:hover, .route-product-product:not(.popup) .product-info .button-group-page .btn-compare.btn:active:hover {
    border-color: rgba(255, 255, 255, 1)
}

.route-product-product:not(.popup) .product-info .button-group-page .btn-compare.btn.btn.disabled::after {
    font-size: 20px
}

.product_tabs .nav-tabs > li > a, .product_tabs .nav-tabs > li.active > a, .product_tabs .nav-tabs > li.active > a:hover, .product_tabs .nav-tabs > li.active > a:focus {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    text-transform: uppercase
}

.desktop .product_tabs .nav-tabs > li:hover > a, .product_tabs .nav-tabs > li.active > a {
    color: rgba(255, 255, 255, 1)
}

.product_tabs .nav-tabs > li.active > a, .product_tabs .nav-tabs > li.active > a:hover, .product_tabs .nav-tabs > li.active > a:focus {
    color: rgba(255, 255, 255, 1)
}

.product_tabs .nav-tabs > li > a, .product_tabs .nav-tabs > li:hover > a, .product_tabs .nav-tabs > li.active > a, .product_tabs .nav-tabs > li.active > a, .product_tabs .nav-tabs > li.active > a:hover, .product_tabs .nav-tabs > li.active > a:focus {
    background: rgba(0, 96, 57, 1) !important
}

.desktop .product_tabs .nav-tabs > li:hover > a {
    background: rgba(0, 126, 75, 1) !important
}

.product_tabs ul.nav-tabs > li.active > a, .product_tabs ul.nav-tabs > li.active > a:hover, .product_tabs ul.nav-tabs > li.active > a:focus {
    background: rgba(0, 126, 75, 1) !important
}

.product_tabs .nav-tabs > li:first-child {
    border-width: 0;
    border-left-width: 0px
}

.product_tabs .nav-tabs > li.active::after {
    content: '';
    display: block;
    position: absolute;
    border: 10px solid transparent;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 0);
    border-top-color: rgba(255, 255, 255, 1);
    border-top-width: 10px
}

.product_tabs .nav-tabs > li > a {
    justify-content: center;
    white-space: nowrap;
    padding: 16px
}

.product_tabs .nav-tabs > li > a::before {
    font-size: 18px
}

.product_tabs .nav-tabs {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    overflow-x: visible;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch
}

.product_tabs .nav-tabs > li {
    flex-grow: 1
}

.product_tabs .mobile .nav-tabs {
    overflow-x: visible
}

.product_tabs .nav-tabs::-webkit-scrollbar {
    -webkit-appearance: initial;
    height: 1px;
    height: 1px;
    width: 1px
}

.product_tabs .nav-tabs::-webkit-scrollbar-track {
    background-color: white;
    background-color: rgba(255, 255, 255, 1)
}

.product_tabs .nav-tabs::-webkit-scrollbar-thumb {
    background-color: #999;
    background-color: rgba(255, 255, 255, 1)
}

.product_tabs .tab-container::before {
    display: none
}

.product_tabs .tab-content {
    padding-top: 20px
}

.product_tabs .tab-container {
    display: block
}

.product_tabs .tab-container .nav-tabs {
    flex-direction: row
}

.product_accordion.panel-group .panel-heading a::before {
    content: '\e5c8' !important;
    font-family: icomoon !important;
    color: rgba(0, 0, 0, 1)
}

.desktop .product_accordion.panel-group .panel-heading:hover a::before {
    color: rgba(0, 96, 57, 1)
}

.product_accordion.panel-group .panel-active .panel-heading a::before {
    content: '\e5db' !important;
    font-family: icomoon !important;
    color: rgba(0, 96, 57, 1);
    top: -1px
}

.product_accordion .panel-group .panel-heading a::before {
    order: 10
}

.product_accordion .panel-group .panel-heading
a {
    justify-content: space-between
}

.product_accordion.panel-group .panel-heading
a {
    font-size: 22px;
    color: rgba(0, 0, 0, 1);
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px;
    padding-top: 15px;
    padding-bottom: 15px
}

.product_accordion.panel-group .panel-heading:hover
a {
    color: rgba(0, 96, 57, 1)
}

.product_accordion.panel-group .panel-active .panel-heading:hover a, .product_accordion.panel-group .panel-active .panel-heading
a {
    color: rgba(0, 96, 57, 1)
}

.product_accordion.panel-group .panel-heading {
    border-width: 0;
    border-top-width: 1px;
    border-style: solid;
    border-color: rgba(221, 221, 221, 1)
}

.product_accordion.panel-group .panel-body {
    padding-bottom: 10px
}

.route-product-product:not(.popup) .product_tabs {
    margin-top: 20px
}

.products-filter {
    background: rgba(255, 255, 255, 1);
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px
}

.grid-list
button {
    display: none
}

.grid-list .compare-btn {
    display: none
}

.grid-list .links-text {
    display: inline-flex
}

.grid-list .compare-btn::before {
    margin-right: 5px
}

.grid-list .count-badge {
    display: none
}

.products-filter .select-group .input-group.sort-by {
    display: inline-flex
}

.products-filter .select-group .input-group.per-page {
    display: inline-flex
}

.sort-by {
    margin: 0 10px
}

.products-filter .select-group .input-group .input-group-addon {
    border-radius: 3px
}

.route-product-category .pagination-results {
    font-size: 22px;
    color: rgba(48, 56, 65, 1);
    letter-spacing: 1px;
    margin-top: 20px;
    justify-content: flex-start
}

.route-product-category .pagination-results .text-right {
    display: block
}

.route-product-category .pagination > li > a {
    color: rgba(48, 56, 65, 1)
}

.route-product-category .pagination > li > a:hover {
    color: rgba(0, 0, 0, 1);
    font-weight: 700
}

.route-product-category .pagination > li.active > span, .route-product-category .pagination > li.active > span:hover, .route-product-category .pagination > li > a:focus {
    color: rgba(0, 0, 0, 1);
    font-weight: 700
}

.route-product-category .pagination > li > a, .route-product-category .pagination > li > span {
    padding: 5px;
    padding-right: 6px;
    padding-left: 6px
}

.route-product-category .pagination > li {
    border-radius: 2px
}

.route-product-category .pagination > li:first-child a::before, .route-product-category .pagination > li:last-child a::before {
    content: '\e940' !important;
    font-family: icomoon !important
}

.route-product-category .pagination > li .prev::before, .route-product-category .pagination > li .next::before {
    content: '\e93e' !important;
    font-family: icomoon !important
}

.route-product-category .pagination > li:not(:first-of-type) {
    margin-left: 5px
}

.ias-noneleft {
    margin: 10px;
    margin-right: 5px;
    margin-left: 5px;
    padding: 10px;
    border-width: 0;
    border-top-width: 1px;
    border-style: solid;
    border-color: rgba(221, 221, 221, 1)
}

.ias-spinner {
    margin: 10px;
    padding-top: 10px;
    border-width: 0;
    border-top-width: 1px;
    border-style: solid;
    border-color: rgba(221, 221, 221, 1)
}

.ias-trigger-next
.btn {
    margin: 10px
}

.ias-trigger-prev
.btn {
    margin: 10px
}

.ias-trigger
a {
    display: flex
}

.product-list .ias-noneleft {
    margin: 0px;
    margin-top: 20px
}

.ias-trigger .btn::before {
    content: '\eacd' !important;
    font-family: icomoon !important;
    margin-right: 5px
}

.main-products.product-grid .product-layout.swiper-slide {
    margin-right: 0px;
    width: calc((100% - 3 * 0px) / 4 - 0.01px)
}

.main-products.product-grid .product-layout:not(.swiper-slide) {
    padding: 0px;
    width: calc(100% / 4 - 0.01px)
}

.one-column #content .main-products.product-grid .product-layout.swiper-slide {
    margin-right: 0px;
    width: calc((100% - 3 * 0px) / 4 - 0.01px)
}

.one-column #content .main-products.product-grid .product-layout:not(.swiper-slide) {
    padding: 0px;
    width: calc(100% / 4 - 0.01px)
}

.two-column #content .main-products.product-grid .product-layout.swiper-slide {
    margin-right: 0px;
    width: calc((100% - 0 * 0px) / 1 - 0.01px)
}

.two-column #content .main-products.product-grid .product-layout:not(.swiper-slide) {
    padding: 0px;
    width: calc(100% / 1 - 0.01px)
}

.side-column .main-products.product-grid .product-layout.swiper-slide {
    margin-right: 0px;
    width: calc((100% - 0 * 0px) / 1 - 0.01px)
}

.side-column .main-products.product-grid .product-layout:not(.swiper-slide) {
    padding: 0px;
    width: calc(100% / 1 - 0.01px)
}

.main-products.product-grid .product-thumb {
    background: rgba(255, 255, 255, 1);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(238, 238, 238, 1);
    padding: 5px
}

.desktop .main-products.product-grid .product-layout:hover .product-thumb {
    border-color: rgba(238, 238, 238, 1)
}

.main-products.product-grid .product-thumb:hover .product-img > div {
    transform: scale(1.12)
}

.main-products.product-grid .product-thumb .product-labels {
    display: none;
    visibility: visible;
    opacity: 1
}

.main-products.product-grid .product-thumb .quickview-button {
    display: none;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    transform: translate3d(-50%, -50%, 1px)
}

.main-products.product-grid .product-thumb .btn-quickview {
    visibility: hidden;
    opacity: 0;
    transform: scale(.88);
    width: 30px;
    height: 30px
}

.main-products.product-grid .product-thumb:hover .btn-quickview {
    visibility: visible;
    opacity: 1;
    transform: scale(1)
}

.main-products.product-grid .product-thumb .btn-quickview .btn-text {
    display: none
}

.main-products.product-grid .product-thumb .btn-quickview::before {
    display: inline-block
}

.main-products.product-grid .product-thumb
.countdown {
    display: none;
    visibility: visible;
    opacity: 1;
    transform: translate3d(-50%, 0, 1px) scale(1)
}

.main-products.product-grid.product-list .product-layout
.image {
    float: left;
    height: 100%
}

.main-products.product-grid .product-thumb
.stats {
    display: none;
    justify-content: space-between;
    padding: 5px;
    padding-right: 8px;
    padding-bottom: 4px;
    padding-left: 8px;
    border-width: 0;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-style: solid
}

.main-products.product-grid .stat-1 .stats-label {
    display: none
}

.main-products.product-grid .stat-2 .stats-label {
    display: none
}

.main-products.product-grid.product-grid .product-thumb
.rating {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 0
}

.main-products.product-grid.product-grid .product-thumb:hover
.rating {
    visibility: visible;
    opacity: 1
}

.main-products.product-grid.product-grid .product-thumb .rating-stars {
    position: absolute;
    visibility: visible;
    opacity: 1;
    transform: translateY(-50%)
}

.main-products.product-grid .product-thumb
.rating {
    justify-content: center;
    display: flex
}

.main-products.product-grid .product-thumb .rating.no-rating {
    display: none
}

.main-products.product-grid .product-thumb .rating-stars {
    padding-bottom: 10px
}

.main-products.product-grid .product-thumb .rating.no-rating
span {
    opacity: 0.5
}

.main-products.product-grid .product-thumb
.name {
    display: flex;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 8px;
    padding-bottom: 5px;
    padding-left: 8px
}

.main-products.product-grid .product-thumb .name
a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    color: rgba(48, 56, 65, 1);
    text-align: left;
    text-align: center
}

.main-products.product-grid .product-thumb .name a:hover {
    color: rgba(0, 96, 57, 1)
}

.main-products.product-grid .product-thumb
.description {
    display: none;
    padding: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-width: 0;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-style: solid
}

.main-products.product-grid .product-thumb
.price {
    display: block;
    font-size: 14px;
    color: rgba(109, 118, 125, 1);
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 8px;
    padding-top: 0px
}

.main-products.product-grid .product-thumb .price-tax {
    display: none;
    font-size: 12px;
    text-align: left
}

.main-products.product-grid .product-thumb .price-new {
    font-size: 18px;
    color: rgba(3, 107, 44, 1);
    font-weight: 700;
    margin: 0 7px 0 0;
    order: 1
}

.main-products.product-grid .product-thumb .price-old {
    font-size: 14px;
    color: rgba(190, 190, 190, 1);
    text-decoration: line-through;
    margin: 0;
    order: 2
}

.main-products.product-grid .product-thumb .price > div {
    align-items: center;
    flex-direction: row
}

.main-products.product-grid .product-thumb .buttons-wrapper {
    display: block
}

.main-products.product-grid .product-thumb .button-group {
    justify-content: space-between
}

.main-products.product-grid.product-grid .product-thumb .button-group {
    padding: 8px;
    padding-bottom: 5px
}

.main-products.product-grid .product-thumb .cart-group {
    display: none
}

.main-products.product-grid .product-thumb .btn-cart::before {
    display: none;
    font-size: 16px;
    left: 2px;
    margin-right: 2px
}

.main-products.product-grid .product-thumb .btn-cart .btn-text {
    display: inline-block;
    padding: 0
}

.main-products.product-grid.product-grid .product-thumb .btn-cart {
    flex: initial
}

.main-products.product-grid.product-grid .product-thumb .cart-group {
    flex: initial
}

.main-products.product-grid .product-thumb .btn-cart.btn, .main-products.product-grid .product-thumb .btn-cart.btn:visited {
    text-transform: none
}

.main-products.product-grid .product-thumb .btn-cart.btn {
    padding: 2px;
    padding-right: 7px;
    padding-left: 7px;
    min-width: 20px;
    min-height: 20px
}

.desktop .main-products.product-grid .product-thumb .btn-cart.btn:hover {
    box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.25)
}

.main-products.product-grid .product-thumb .btn-cart.btn:active, .main-products.product-grid .product-thumb .btn-cart.btn:hover:active, .main-products.product-grid .product-thumb .btn-cart.btn:focus:active {
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25)
}

.main-products.product-grid .product-thumb .btn-cart.btn:focus {
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25)
}

.main-products.product-grid .product-thumb .btn-cart.btn.btn.disabled::after {
    font-size: 20px
}

.main-products.product-grid .product-thumb
.stepper {
    display: none;
    margin-right: 5px;
    height: 36px
}

.main-products.product-grid .button-group-bottom .wish-group.wish-group-bottom {
    margin: -10px;
    margin-top: 10px
}

.main-products.product-grid .button-group-bottom .wish-group-bottom {
    border-width: 0;
    border-top-width: 1px;
    border-style: solid
}

.main-products.product-grid .product-thumb .btn-wishlist {
    display: none;
    margin-right: 5px;
    margin-left: 5px
}

.main-products.product-grid .product-thumb .btn-wishlist::before {
    display: inline-block;
    font-size: 15px
}

.main-products.product-grid .product-thumb .btn-wishlist .btn-text {
    display: none
}

.main-products.product-grid .product-thumb .btn-wishlist.btn, .main-products.product-grid .product-thumb .btn-wishlist.btn:visited {
    color: rgba(48, 56, 65, 1);
    text-transform: none
}

.main-products.product-grid .product-thumb .btn-wishlist.btn:hover {
    color: rgba(255, 255, 255, 1) !important;
    background: none !important
}

.main-products.product-grid .product-thumb .btn-wishlist.btn {
    background: none;
    border-style: none;
    padding: 3px;
    box-shadow: none
}

.main-products.product-grid .product-thumb .btn-wishlist.btn:active, .main-products.product-grid .product-thumb .btn-wishlist.btn:hover:active, .main-products.product-grid .product-thumb .btn-wishlist.btn:focus:active {
    background: none !important
}

.main-products.product-grid .product-thumb .btn-wishlist.btn:focus {
    background: none
}

.main-products.product-grid .product-thumb .btn-wishlist.btn.btn.disabled::after {
    font-size: 20px
}

.main-products.product-grid .product-thumb .btn-compare {
    display: none
}

.main-products.product-grid .product-thumb .btn-compare::before {
    display: inline-block;
    font-size: 14px
}

.main-products.product-grid .product-thumb .btn-compare .btn-text {
    display: none
}

.main-products.product-grid .product-thumb .btn-compare.btn, .main-products.product-grid .product-thumb .btn-compare.btn:visited {
    color: rgba(48, 56, 65, 1);
    text-transform: none
}

.main-products.product-grid .product-thumb .btn-compare.btn:hover {
    color: rgba(255, 255, 255, 1) !important;
    background: none !important
}

.main-products.product-grid .product-thumb .btn-compare.btn {
    background: none;
    border-style: none;
    padding: 3px;
    box-shadow: none
}

.main-products.product-grid .product-thumb .btn-compare.btn:active, .main-products.product-grid .product-thumb .btn-compare.btn:hover:active, .main-products.product-grid .product-thumb .btn-compare.btn:focus:active {
    background: none !important
}

.main-products.product-grid .product-thumb .btn-compare.btn:focus {
    background: none
}

.main-products.product-grid .product-thumb .btn-compare.btn.btn.disabled::after {
    font-size: 20px
}

.main-products.product-grid .product-thumb .extra-group {
    display: none
}

.main-products.product-grid .product-thumb .extra-group .btn:first-child {
    display: inline-flex
}

.main-products.product-grid .product-thumb .extra-group .btn-extra + .btn {
    display: inline-flex
}

.main-products.product-grid .product-thumb .extra-group .btn:first-child::before {
    display: inline-block
}

.main-products.product-grid .product-thumb .extra-group .btn:first-child .btn-text {
    display: inline-block;
    padding: 0 .4em
}

.main-products.product-grid .product-thumb .extra-group .btn + .btn::before {
    display: inline-block
}

.main-products.product-grid .product-thumb .extra-group .btn + .btn .btn-text {
    display: inline-block;
    padding: 0 .4em
}

.main-products.product-grid .product-layout .extra-group > div {
    justify-content: space-between
}

.main-products.product-grid .product-thumb .extra-group > div {
    padding: 4px
}

.main-products.product-grid .product-thumb .extra-group .btn.btn, .main-products.product-grid .product-thumb .extra-group .btn.btn:visited {
    text-transform: none
}

.main-products.product-grid .product-thumb .extra-group
.btn.btn {
    padding: 2px;
    padding-right: 7px;
    padding-left: 7px;
    min-width: 20px;
    min-height: 20px
}

.desktop .main-products.product-grid .product-thumb .extra-group .btn.btn:hover {
    box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.25)
}

.main-products.product-grid .product-thumb .extra-group .btn.btn:active, .main-products.product-grid .product-thumb .extra-group .btn.btn:hover:active, .main-products.product-grid .product-thumb .extra-group .btn.btn:focus:active {
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25)
}

.main-products.product-grid .product-thumb .extra-group .btn.btn:focus {
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25)
}

.main-products.product-grid .product-thumb .extra-group .btn.btn.btn.disabled::after {
    font-size: 20px
}

.main-products.product-grid .product-thumb .extra-group .btn + .btn.btn, .main-products.product-grid .product-thumb .extra-group .btn + .btn.btn:visited {
    text-transform: none
}

.main-products.product-grid .product-thumb .extra-group .btn + .btn.btn {
    padding: 2px;
    padding-right: 7px;
    padding-left: 7px;
    min-width: 20px;
    min-height: 20px
}

.desktop .main-products.product-grid .product-thumb .extra-group .btn + .btn.btn:hover {
    box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.25)
}

.main-products.product-grid .product-thumb .extra-group .btn + .btn.btn:active, .main-products.product-grid .product-thumb .extra-group .btn + .btn.btn:hover:active, .main-products.product-grid .product-thumb .extra-group .btn + .btn.btn:focus:active {
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25)
}

.main-products.product-grid .product-thumb .extra-group .btn + .btn.btn:focus {
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25)
}

.main-products.product-grid .product-thumb .extra-group .btn + .btn.btn.btn.disabled::after {
    font-size: 20px
}

.main-products.product-grid.product-grid .product-thumb .extra-group {
    position: static;
    margin-top: initial
}

.main-products.product-grid.product-grid .product-thumb .extra-group > div {
    position: static;
    transform: none;
    opacity: 1
}

.main-products.product-grid.product-grid .product-thumb .buttons-wrapper {
    position: static;
    width: auto;
    overflow: visible;
    order: initial;
    margin-top: auto;
    transform: none
}

.main-products.product-grid.product-grid .product-thumb .buttons-wrapper .button-group {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none
}

.main-products.product-grid.product-grid .product-thumb:hover .buttons-wrapper .button-group {
    transform: none
}

.main-products.product-grid.product-grid .wish-group {
    position: static;
    width: auto;
    top: auto;
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0);
    justify-content: flex-start
}

.popup-options .popup-container {
    width: 400px
}

.popup-options .popup-inner-body {
    height: 380px
}

@media (max-width: 1440px) {
    .blog-feed {
        margin-right: 10px
    }

    #content {
        padding: 20px
    }

    .side-column {
        padding-left: 20px
    }

    #column-right {
        padding-right: 20px
    }
}

@media (max-width: 1024px) {
    .blog-post .post-details .post-stats .p-posted {
        display: none
    }

    .post-reply {
        margin-left: 0px
    }

    .account-list > li {
        width: calc(100% / 3)
    }

    .route-checkout-cart .cart-page {
        display: block
    }

    .route-checkout-cart .cart-bottom {
        max-width: 1024px
    }

    .cart-bottom {
        margin-top: 20px;
        margin-left: 0px
    }

    .refine-categories .refine-item.swiper-slide {
        margin-right: 20px;
        width: calc((100% - 2 * 20px) / 3 - 0.01px)
    }

    .refine-categories .refine-item:not(.swiper-slide) {
        padding: 10px;
        width: calc(100% / 3 - 0.01px)
    }

    .one-column #content .refine-categories .refine-item.swiper-slide {
        margin-right: 20px;
        width: calc((100% - 2 * 20px) / 3 - 0.01px)
    }

    .one-column #content .refine-categories .refine-item:not(.swiper-slide) {
        padding: 10px;
        width: calc(100% / 3 - 0.01px)
    }

    .two-column #content .refine-categories .refine-item.swiper-slide {
        margin-right: 20px;
        width: calc((100% - 2 * 20px) / 3 - 0.01px)
    }

    .two-column #content .refine-categories .refine-item:not(.swiper-slide) {
        padding: 10px;
        width: calc(100% / 3 - 0.01px)
    }

    .quick-checkout-wrapper > div
    .right {
        padding-left: 0px;
        width: 100%
    }

    .quick-checkout-wrapper > div
    .left {
        width: 100%
    }
}

@media (max-width: 760px) {
    .one-column #content .main-posts.post-grid .post-layout.swiper-slide {
        margin-right: 20px;
        width: calc((100% - 1 * 20px) / 2 - 0.01px)
    }

    .one-column #content .main-posts.post-grid .post-layout:not(.swiper-slide) {
        padding: 10px;
        width: calc(100% / 2 - 0.01px)
    }

    .post-grid .post-thumb
    .description {
        display: none
    }

    .btn, .btn:visited {
        font-size: 14px
    }

    .buttons .pull-left .btn, .buttons .pull-left .btn:visited {
        font-size: 14px
    }

    .buttons > div {
        flex: 1
    }

    .buttons > div
    .btn {
        width: 100%
    }

    .buttons .pull-left {
        margin-right: 0
    }

    .buttons > div + div {
        padding-left: 10px
    }

    .buttons .pull-right:only-child {
        flex: 1
    }

    .buttons .pull-right:only-child
    .btn {
        width: 100%
    }

    .form-group .control-label {
        max-width: 75px
    }

    .popup-content, .popup .site-wrapper {
        padding: 20px
    }

    .route-product-product.popup-quickview .additional-images .swiper-pagination-bullet {
        width: 15px;
        height: 6px
    }

    .route-product-product.popup-quickview .additional-images .swiper-pagination > span + span {
        margin-left: 5px
    }

    .route-product-product.popup-quickview .product-info .button-group-page .btn-cart.btn, .route-product-product.popup-quickview .product-info .button-group-page .btn-cart.btn:visited {
        font-size: 14px
    }

    .login-box .form-group .control-label {
        max-width: 75px
    }

    .login-box {
        flex-direction: column
    }

    .popup-register.popup-content, .popup-register.popup .site-wrapper {
        padding: 20px
    }

    .popup-register .buttons .pull-left .btn, .popup-register .buttons .pull-left .btn:visited {
        font-size: 14px
    }

    .popup-register .buttons > div {
        flex: 1
    }

    .popup-register .buttons > div
    .btn {
        width: 100%
    }

    .popup-register .buttons .pull-left {
        margin-right: 0
    }

    .popup-register .buttons > div + div {
        padding-left: 10px
    }

    .popup-register .buttons .pull-right:only-child {
        flex: 1
    }

    .popup-register .buttons .pull-right:only-child
    .btn {
        width: 100%
    }

    .popup-login .popup-inner-body {
        height: 350px
    }

    .popup-register .form-group .control-label {
        max-width: 75px
    }

    .route-checkout-cart .buttons > div {
        width: 100%;
        flex-basis: auto
    }

    .route-checkout-cart .buttons > div + div {
        padding-top: 10px;
        padding-left: 0px
    }

    .route-checkout-cart .cart-panels .input-group .input-group-btn .btn, .route-checkout-cart .cart-panels .input-group .input-group-btn .btn:visited {
        font-size: 14px
    }

    .route-checkout-cart .cart-panels .buttons > div {
        width: 100%;
        flex-basis: auto
    }

    .route-checkout-cart .cart-panels .buttons > div + div {
        padding-top: 10px;
        padding-left: 0px
    }

    .refine-categories .refine-item.swiper-slide {
        margin-right: 10px;
        width: calc((100% - 1 * 10px) / 2 - 0.01px)
    }

    .refine-categories .refine-item:not(.swiper-slide) {
        padding: 5px;
        width: calc(100% / 2 - 0.01px)
    }

    .one-column #content .refine-categories .refine-item.swiper-slide {
        margin-right: 10px;
        width: calc((100% - 1 * 10px) / 2 - 0.01px)
    }

    .one-column #content .refine-categories .refine-item:not(.swiper-slide) {
        padding: 5px;
        width: calc(100% / 2 - 0.01px)
    }

    .two-column #content .refine-categories .refine-item.swiper-slide {
        margin-right: 10px;
        width: calc((100% - 1 * 10px) / 2 - 0.01px)
    }

    .two-column #content .refine-categories .refine-item:not(.swiper-slide) {
        padding: 5px;
        width: calc(100% / 2 - 0.01px)
    }

    .refine-categories .swiper-pagination-bullet {
        width: 15px;
        height: 6px
    }

    .refine-categories .swiper-pagination > span + span {
        margin-left: 5px
    }

    .quick-checkout-wrapper .form-group .control-label {
        max-width: 75px
    }

    .section-payment {
        padding-top: 20px;
        padding-left: 0px;
        width: 100%
    }

    .section-shipping {
        width: 100%
    }

    .quick-checkout-wrapper .right .confirm-section .buttons > div {
        width: 100%;
        flex-basis: auto
    }

    .quick-checkout-wrapper .right .confirm-section .buttons > div + div {
        padding-top: 10px;
        padding-left: 0px
    }

    .route-product-search #content .buttons > div {
        width: 100%;
        flex-basis: auto
    }

    .route-product-search #content .buttons > div + div {
        padding-top: 10px;
        padding-left: 0px
    }

    .route-information-sitemap #content > .row > div + div {
        padding-left: 0px;
        border-width: 0;
        border-left-width: 0px
    }

    .route-information-sitemap #content > .row {
        flex-direction: column
    }

    .route-information-sitemap #content > .row > div {
        width: 100%
    }

    .product-info .product-left {
        width: 100%
    }

    .product-info .product-right {
        width: 100%;
        padding-left: 0px
    }

    .route-product-product:not(.popup) .product-info .product-left {
        padding-bottom: 20px
    }

    .route-product-product #content .page-title {
        font-size: 24px
    }

    .product-image .main-image .swiper-pagination-bullet {
        width: 15px;
        height: 6px
    }

    .product-image .main-image .swiper-pagination > span + span {
        margin-left: 5px
    }

    .product-info .product-details > div {
        font-size: 26px
    }

    .product-info .custom-stats {
        flex-direction: column;
        align-items: flex-start
    }

    .product-options .input-group .input-group-btn .btn, .product-options .input-group .input-group-btn .btn:visited {
        font-size: 14px
    }

    .product-info .button-group-page .btn-cart.btn, .product-info .button-group-page .btn-cart.btn:visited {
        font-size: 14px
    }

    .route-product-product:not(.popup) .product-info .product-details .button-group-page .wishlist-compare {
        width: 100%
    }

    .route-product-product:not(.popup) .product-info .button-group-page .stepper-group {
        width: 100%
    }

    .product_tabs .nav-tabs > li > a, .product_tabs .nav-tabs > li.active > a, .product_tabs .nav-tabs > li.active > a:hover, .product_tabs .nav-tabs > li.active > a:focus {
        font-size: 14px
    }

    .main-products.product-grid .product-layout.swiper-slide {
        margin-right: 0px;
        width: calc((100% - 1 * 0px) / 2 - 0.01px)
    }

    .main-products.product-grid .product-layout:not(.swiper-slide) {
        padding: 0px;
        width: calc(100% / 2 - 0.01px)
    }

    .one-column #content .main-products.product-grid .product-layout.swiper-slide {
        margin-right: 0px;
        width: calc((100% - 1 * 0px) / 2 - 0.01px)
    }

    .one-column #content .main-products.product-grid .product-layout:not(.swiper-slide) {
        padding: 0px;
        width: calc(100% / 2 - 0.01px)
    }

    .main-products.product-grid .product-thumb .name
    a {
        font-size: 16px
    }

    .main-products.product-grid .product-thumb .btn-wishlist {
        width: 40px
    }

    .main-products.product-grid .product-thumb .btn-compare {
        width: 40px
    }

    .main-products.product-grid.product-grid .product-thumb .cart-group {
        flex: 1
    }

    .main-products.product-grid.product-grid .product-thumb .btn-cart {
        flex: 1
    }

    .main-products.product-grid .product-thumb .btn-cart {
        margin-bottom: 10px
    }

    .main-products.product-grid.product-grid .wish-group {
        justify-content: center
    }
}

@media (max-width: 470px) {
    .account-list > li {
        width: calc(100% / 2)
    }

    .route-product-product:not(.popup) .product-info .product-details .button-group-page .wishlist-compare {
        margin-top: 10px
    }

    .route-product-product:not(.popup) .product-info .button-group-page .wishlist-compare {
        justify-content: center;
        align-items: center
    }
}

#cart > a > i::before {
    content: '\f291' !important;
    font-family: icomoon !important;
    font-size: 20px;
    color: rgba(110, 110, 110, 1)
}

.desktop #cart:hover > a > i::before {
    color: rgba(35, 35, 35, 1)
}

#cart-items.count-badge {
    color: rgba(255, 255, 255, 1);
    background: rgba(255, 255, 255, 1);
    border-radius: 10px
}

#cart-items {
    display: none;
    z-index: 1
}

#cart-total {
    display: none;
    padding-right: 15px;
    padding-left: 0px;
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
    font-weight: 700;
    order: 5
}

#cart {
    border-style: none;
    border-radius: 30px;
    display: block
}

.desktop #cart:hover #cart-total {
    color: rgba(0, 96, 57, 1)
}

#cart-content {
    min-width: 400px
}

div.cart-content
ul {
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
    box-shadow: 0 5px 45px -10px rgba(0, 0, 0, 0.3)
}

div.cart-content .cart-products tbody > tr > td {
    border-style: none !important;
    vertical-align: middle
}

.cart-empty {
    color: rgba(80, 80, 80, 1)
}

#cart-content::before {
    margin-left: -5px;
    margin-top: -10px
}

div.cart-content .cart-products {
    max-height: 275px;
    overflow-y: auto
}

.cart-content
td {
    color: rgba(0, 0, 0, 1)
}

div.cart-content .td-name
a {
    color: rgba(0, 0, 0, 1)
}

div.cart-content .cart-totals tbody
td {
    background: rgba(238, 238, 238, 1);
    border-style: none !important
}

div.cart-content .cart-totals
td {
    color: rgba(0, 0, 0, 1);
    font-weight: 700
}

div.cart-content .cart-totals .td-total-text {
    font-weight: 700
}

div.cart-content .btn-cart {
    display: inline-flex
}

div.cart-content .btn.btn-cart::before {
    margin-right: 5px
}

div.cart-content .btn-cart.btn, div.cart-content .btn-cart.btn:visited {
    color: rgba(255, 255, 255, 1)
}

div.cart-content .btn-cart.btn:hover {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(48, 56, 65, 1) !important
}

div.cart-content .btn-cart.btn:active, div.cart-content .btn-cart.btn:hover:active, div.cart-content .btn-cart.btn:focus:active {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(48, 56, 65, 1) !important;
    border-color: rgba(255, 255, 255, 1) !important
}

div.cart-content .btn-cart.btn:focus {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(48, 56, 65, 1);
    border-color: rgba(255, 255, 255, 1)
}

div.cart-content .btn-cart.btn {
    background: rgba(0, 0, 0, 1);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 1)
}

div.cart-content .btn-cart.btn:hover, div.cart-content .btn-cart.btn:active:hover {
    border-color: rgba(255, 255, 255, 1)
}

div.cart-content .btn-cart.btn.btn.disabled::after {
    font-size: 20px
}

div.cart-content .btn-checkout {
    display: inline-flex
}

div.cart-content .btn.btn-checkout::after {
    content: '\e5c8' !important;
    font-family: icomoon !important;
    margin-left: 3px
}

div.cart-content .btn-checkout.btn, div.cart-content .btn-checkout.btn:visited {
    color: rgba(255, 255, 255, 1)
}

div.cart-content .btn-checkout.btn:hover {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(110, 110, 110, 1) !important
}

div.cart-content .btn-checkout.btn:active, div.cart-content .btn-checkout.btn:hover:active, div.cart-content .btn-checkout.btn:focus:active {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(110, 110, 110, 1) !important
}

div.cart-content .btn-checkout.btn {
    background: rgba(35, 35, 35, 1)
}

div.cart-content .btn-checkout.btn.btn.disabled::after {
    font-size: 20px
}

div.cart-content .cart-buttons
.btn {
    width: auto
}

.desktop-header-active
#cart {
    margin-right: 15px;
    margin-left: 25px
}

.desktop-header-active .header-sm .mid-bar {
    height: 100px
}

.info-blocks-wrapper {
    justify-content: flex-end
}

.language .dropdown-toggle
.symbol {
    display: flex;
    color: rgba(255, 255, 255, 1);
    border-radius: 0px
}

.language .dropdown-toggle .symbol + span {
    display: block;
    margin-left: 5px
}

.language .language-flag {
    display: inline-flex
}

.language .currency-symbol {
    display: inline-flex
}

.language .language-title-dropdown {
    display: inline-flex
}

.language .currency-title-dropdown {
    display: inline-flex
}

.language .currency-code-dropdown {
    display: none
}

.language .dropdown::after {
    display: block
}

.language .dropdown-toggle > span, .language .dropdown::after {
    font-family: 'Rajdhani';
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    text-transform: none
}

.desktop .language .dropdown:hover button > span, .language .dropdown:hover::after {
    color: rgba(255, 255, 255, 1);
    text-decoration: underline
}

.desktop .language .dropdown:hover .dropdown-toggle
.symbol {
    color: rgba(255, 255, 255, 1)
}

.currency .dropdown-toggle
.symbol {
    display: flex;
    color: rgba(255, 255, 255, 1);
    border-radius: 0px
}

.currency .dropdown-toggle .symbol + span {
    display: block;
    margin-left: 5px
}

.currency .language-flag {
    display: inline-flex
}

.currency .currency-symbol {
    display: inline-flex
}

.currency .language-title-dropdown {
    display: inline-flex
}

.currency .currency-title-dropdown {
    display: inline-flex
}

.currency .currency-code-dropdown {
    display: none
}

.currency .dropdown::after {
    display: block
}

.currency .dropdown-toggle > span, .currency .dropdown::after {
    font-family: 'Rajdhani';
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    text-transform: none
}

.desktop .currency .dropdown:hover button > span, .currency .dropdown:hover::after {
    color: rgba(255, 255, 255, 1);
    text-decoration: underline
}

.desktop .currency .dropdown:hover .dropdown-toggle
.symbol {
    color: rgba(255, 255, 255, 1)
}

.language-currency.top-menu .dropdown.drop-menu > .j-dropdown {
    left: 50%;
    right: auto;
    transform: translate3d(-50%, -10px, 0)
}

.language-currency.top-menu .dropdown.drop-menu.animating > .j-dropdown {
    left: 50%;
    right: auto;
    transform: translate3d(-50%, 0, 0)
}

.language-currency.top-menu .dropdown.drop-menu > .j-dropdown::before {
    left: 50%;
    right: auto;
    transform: translateX(-50%)
}

.language-currency.top-menu .dropdown.dropdown .j-menu > li > a {
    flex-direction: row;
    font-size: 14px;
    color: rgba(80, 80, 80, 1);
    font-weight: 700;
    text-transform: none;
    background: rgba(255, 255, 255, 1);
    padding: 6px;
    padding-right: 12px;
    padding-left: 8px
}

.language-currency.top-menu .dropdown.dropdown .j-menu .dropdown > a > .count-badge {
    margin-right: 0
}

.language-currency.top-menu .dropdown.dropdown .j-menu .dropdown > a > .count-badge + .open-menu + .menu-label {
    margin-left: 7px
}

.language-currency.top-menu .dropdown.dropdown .j-menu .dropdown > a::after {
    display: block
}

.desktop .language-currency.top-menu .dropdown.dropdown .j-menu > li:hover > a, .language-currency.top-menu .dropdown.dropdown .j-menu > li.active > a {
    color: rgba(0, 0, 0, 1);
    background: rgba(221, 221, 221, 1)
}

.language-currency.top-menu .dropdown.dropdown .j-menu .links-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.language-currency.top-menu .dropdown.dropdown .j-menu > li > a::before {
    color: rgba(109, 118, 125, 1);
    margin-right: 7px;
    font-size: 16px
}

.desktop .language-currency.top-menu .dropdown.dropdown .j-menu > li:hover > a::before, .language-currency.top-menu .dropdown.dropdown .j-menu > li.active > a::before {
    color: rgba(48, 56, 65, 1)
}

.language-currency.top-menu .dropdown.dropdown .j-menu > li + li {
    margin-left: 0px
}

.language-currency.top-menu .dropdown.dropdown .j-menu a .count-badge {
    display: none;
    position: relative
}

.language-currency.top-menu .dropdown.dropdown:not(.mega-menu) .j-dropdown > .j-menu {
    padding: 5px;
    background: rgba(255, 255, 255, 1)
}

.language-currency.top-menu .dropdown.dropdown:not(.mega-menu) .j-dropdown {
    min-width: 100px
}

.language-currency.top-menu .dropdown.dropdown:not(.mega-menu) .j-menu {
    box-shadow: 0 0 85px -10px rgba(0, 0, 0, 0.2);
    border-radius: 3px
}

.language-currency.top-menu .dropdown.dropdown .j-dropdown::before {
    display: block;
    margin-top: -10px
}

.language-currency.top-menu .currency .dropdown.drop-menu > .j-dropdown {
    left: 50%;
    right: auto;
    transform: translate3d(-50%, -10px, 0)
}

.language-currency.top-menu .currency .dropdown.drop-menu.animating > .j-dropdown {
    left: 50%;
    right: auto;
    transform: translate3d(-50%, 0, 0)
}

.language-currency.top-menu .currency .dropdown.drop-menu > .j-dropdown::before {
    left: 50%;
    right: auto;
    transform: translateX(-50%)
}

.language-currency.top-menu .currency .dropdown.dropdown .j-menu > li > a {
    flex-direction: row;
    font-size: 14px;
    color: rgba(80, 80, 80, 1);
    font-weight: 700;
    text-transform: none;
    background: rgba(255, 255, 255, 1);
    padding: 6px;
    padding-right: 12px;
    padding-left: 8px
}

.language-currency.top-menu .currency .dropdown.dropdown .j-menu .dropdown > a > .count-badge {
    margin-right: 0
}

.language-currency.top-menu .currency .dropdown.dropdown .j-menu .dropdown > a > .count-badge + .open-menu + .menu-label {
    margin-left: 7px
}

.language-currency.top-menu .currency .dropdown.dropdown .j-menu .dropdown > a::after {
    display: block
}

.desktop .language-currency.top-menu .currency .dropdown.dropdown .j-menu > li:hover > a, .language-currency.top-menu .currency .dropdown.dropdown .j-menu > li.active > a {
    color: rgba(0, 0, 0, 1);
    background: rgba(221, 221, 221, 1)
}

.language-currency.top-menu .currency .dropdown.dropdown .j-menu .links-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.language-currency.top-menu .currency .dropdown.dropdown .j-menu > li > a::before {
    color: rgba(109, 118, 125, 1);
    margin-right: 7px;
    font-size: 16px
}

.desktop .language-currency.top-menu .currency .dropdown.dropdown .j-menu > li:hover > a::before, .language-currency.top-menu .currency .dropdown.dropdown .j-menu > li.active > a::before {
    color: rgba(48, 56, 65, 1)
}

.language-currency.top-menu .currency .dropdown.dropdown .j-menu > li + li {
    margin-left: 0px
}

.language-currency.top-menu .currency .dropdown.dropdown .j-menu a .count-badge {
    display: none;
    position: relative
}

.language-currency.top-menu .currency .dropdown.dropdown:not(.mega-menu) .j-dropdown > .j-menu {
    padding: 5px;
    background: rgba(255, 255, 255, 1)
}

.language-currency.top-menu .currency .dropdown.dropdown:not(.mega-menu) .j-dropdown {
    min-width: 100px
}

.language-currency.top-menu .currency .dropdown.dropdown:not(.mega-menu) .j-menu {
    box-shadow: 0 0 85px -10px rgba(0, 0, 0, 0.2);
    border-radius: 3px
}

.language-currency.top-menu .currency .dropdown.dropdown .j-dropdown::before {
    display: block;
    margin-top: -10px
}

.desktop-header-active .header .top-bar .language-currency {
    margin-left: auto
}

.desktop-header-active .header .top-bar {
    justify-content: space-between;
    height: 35px
}

.desktop-header-active .header #logo
a {
    justify-content: flex-start;
    padding: 16px;
    padding-left: 0px
}

.desktop-main-menu-wrapper .first-dropdown::before {
    display: none !important
}

.main-menu > .j-menu .dropdown > a > .count-badge {
    margin-right: 0
}

.main-menu > .j-menu .dropdown > a > .count-badge + .open-menu + .menu-label {
    margin-left: 7px
}

.main-menu > .j-menu .dropdown > a::after {
    display: block
}

.main-menu > .j-menu > li > a {
    font-size: 20px;
    color: rgba(110, 110, 110, 1);
    font-weight: 700;
    text-transform: none;
    background: none;
    padding: 5px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 10px
}

.desktop .main-menu > .j-menu > li:hover > a, .main-menu > .j-menu > li.active > a {
    color: rgba(35, 35, 35, 1);
    text-decoration: underline;
    background: none
}

.main-menu > .j-menu > li.open > a {
    color: rgba(0, 0, 0, 1);
    background: none
}

.main-menu > .j-menu .links-text {
    white-space: normal;
    overflow: visible;
    text-overflow: initial
}

.main-menu > .j-menu > li > a::before {
    margin-right: 10px;
    font-size: 18px
}

.main-menu > .j-menu > li > a, .main-menu > .accordion-menu .menu-item > a + div, .main-menu > .accordion-menu .menu-item > a + div {
    border-style: solid;
    border-color: rgba(221, 221, 221, 1)
}

.main-menu > .j-menu > li + li {
    margin-left: 10px
}

.main-menu > .j-menu a .count-badge {
    display: inline-flex;
    position: relative
}

.main-menu > ul > .drop-menu > .j-dropdown {
    left: 50%;
    right: auto;
    transform: translate3d(-50%, -10px, 0)
}

.main-menu > ul > .drop-menu.animating > .j-dropdown {
    left: 50%;
    right: auto;
    transform: translate3d(-50%, 0, 0)
}

.main-menu > ul > .drop-menu > .j-dropdown::before {
    left: 50%;
    right: auto;
    transform: translateX(-50%)
}

.main-menu > ul > .dropdown .j-menu > li > a {
    flex-direction: row;
    font-size: 14px;
    color: rgba(80, 80, 80, 1);
    font-weight: 700;
    text-transform: none;
    background: rgba(255, 255, 255, 1);
    padding: 6px;
    padding-right: 12px;
    padding-left: 8px
}

.main-menu > ul > .dropdown .j-menu .dropdown > a > .count-badge {
    margin-right: 0
}

.main-menu > ul > .dropdown .j-menu .dropdown > a > .count-badge + .open-menu + .menu-label {
    margin-left: 7px
}

.main-menu > ul > .dropdown .j-menu .dropdown > a::after {
    display: block
}

.desktop .main-menu > ul > .dropdown .j-menu > li:hover > a, .main-menu > ul > .dropdown .j-menu > li.active > a {
    color: rgba(0, 0, 0, 1);
    background: rgba(221, 221, 221, 1)
}

.main-menu > ul > .dropdown .j-menu .links-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.main-menu > ul > .dropdown .j-menu > li > a::before {
    color: rgba(109, 118, 125, 1);
    margin-right: 7px;
    font-size: 16px
}

.desktop .main-menu > ul > .dropdown .j-menu > li:hover > a::before, .main-menu > ul > .dropdown .j-menu > li.active > a::before {
    color: rgba(48, 56, 65, 1)
}

.main-menu > ul > .dropdown .j-menu > li + li {
    margin-left: 0px
}

.main-menu > ul > .dropdown .j-menu a .count-badge {
    display: none;
    position: relative
}

.main-menu > ul > .dropdown:not(.mega-menu) .j-dropdown > .j-menu {
    padding: 5px;
    background: rgba(255, 255, 255, 1)
}

.main-menu > ul > .dropdown:not(.mega-menu) .j-dropdown {
    min-width: 100px
}

.main-menu > ul > .dropdown:not(.mega-menu) .j-menu {
    box-shadow: 0 0 85px -10px rgba(0, 0, 0, 0.2);
    border-radius: 3px
}

.main-menu > ul > .dropdown .j-dropdown::before {
    display: block;
    margin-top: -10px
}

.mega-menu-content {
    background: rgba(238, 238, 238, 1)
}

.desktop .mega-menu-content {
    border-width: 1px;
    border-style: solid;
    border-color: rgba(221, 221, 221, 1)
}

.j-dropdown > .mega-menu-content {
    box-shadow: 0 0 85px -10px rgba(0, 0, 0, 0.2)
}

.desktop-header-active .header-compact .desktop-main-menu-wrapper {
    height: auto
}

.header-lg .desktop-main-menu-wrapper .main-menu .main-menu-item > a {
    height: auto
}

.desktop-header-active .header-compact .desktop-logo-wrapper {
    order: 0
}

.desktop-main-menu-wrapper #main-menu {
    margin-left: 0;
    margin-right: auto
}

.desktop-main-menu-wrapper .desktop-cart-wrapper {
    margin-left: 0
}

.mid-bar #main-menu-2 {
    order: 5
}

.desktop-header-active .header .menu-stretch .main-menu-item > a .links-text {
    text-align: center
}

.desktop-header-active .desktop-main-menu-wrapper {
    padding-right: 10px;
    padding-left: 10px
}

.desktop-main-menu-wrapper .main-menu-item > a {
    padding: 0 15px
}

.header-compact .desktop-main-menu-wrapper #main-menu {
    margin-left: auto;
    margin-right: auto
}

.desktop-header-active .menu-trigger a::before {
    content: '\f0c9' !important;
    font-family: icomoon !important
}

.header-search {
    border-width: 1px;
    border-style: solid;
    border-color: rgba(221, 221, 221, 1)
}

.header-search
input {
    color: rgba(0, 0, 0, 1);
    background: rgba(255, 255, 255, 1) !important
}

.desktop .header-search:hover
input {
    background: rgba(255, 255, 255, 1) !important
}

.header-search > .search-button::before {
    content: '\f002' !important;
    font-family: icomoon !important;
    color: rgba(255, 255, 255, 1)
}

.desktop .header-search > .search-button:hover::before {
    color: rgba(255, 255, 255, 1) !important
}

.header-search .search-button {
    background: rgba(0, 0, 0, 1)
}

.desktop .header-search .search-button:hover {
    background: rgba(0, 96, 57, 1)
}

#search input::-webkit-input-placeholder {
    color: rgba(80, 80, 80, 1)
}

#search input::-moz-input-placeholder {
    color: rgba(80, 80, 80, 1)
}

#search input:-ms-input-placeholder {
    color: rgba(80, 80, 80, 1)
}

.search-categories-button::after {
    content: '\f0dc' !important;
    font-family: icomoon !important
}

.search-categories .j-menu::before {
    display: block;
    margin-top: -10px
}

.tt-menu:not(.tt-empty)::before {
    display: block;
    margin-top: -10px;
    left: 100%;
    transform: translateX(-150%)
}

.search-result > a > span {
    justify-content: flex-start
}

#search {
    display: block
}

.desktop-header-active .header-default .desktop-search-wrapper {
    order: 1;
    flex-grow: 0
}

.desktop-header-active .header-default .top-menu-group {
    order: -1;
    flex-grow: 1
}

.desktop-header-active .header-search .search-button {
    order: 5;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: inherit;
    border-bottom-right-radius: inherit
}

.desktop-header-active .header-search > input:first-child {
    border-top-left-radius: inherit;
    border-bottom-left-radius: inherit;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.desktop-header-active .header-search > input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.desktop-header-active .header-search > span:first-child {
    border-top-left-radius: inherit;
    border-bottom-left-radius: inherit;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.desktop-header-active .header-search > span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.desktop-header-active .search-categories {
    border-top-left-radius: inherit;
    border-bottom-left-radius: inherit;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.desktop-header-active .mini-search .header-search
input {
    min-width: 150px
}

.mini-search .search-trigger::before {
    content: '\f002' !important;
    font-family: icomoon !important;
    font-size: 22px;
    color: rgba(110, 110, 110, 1)
}

.desktop-header-active .mini-search:hover .search-trigger::before {
    color: rgba(35, 35, 35, 1)
}

.desktop-header-active .mini-search {
    margin-right: 5px;
    margin-left: 10px
}

.mini-search #search .header-search {
    width: 300px;
    height: 40px
}

.mini-search #search > .dropdown-menu::before {
    display: block;
    margin-top: -10px
}

.secondary-menu .top-menu .j-menu .dropdown > a > .count-badge {
    margin-right: 5px
}

.secondary-menu .top-menu .j-menu .dropdown > a > .count-badge + .open-menu + .menu-label {
    margin-left: 0
}

.secondary-menu .top-menu .j-menu .dropdown > a::after {
    display: none
}

.secondary-menu .top-menu .j-menu > li > a {
    font-size: 16px;
    color: rgba(110, 110, 110, 1);
    font-weight: 700;
    padding: 10px
}

.desktop .secondary-menu .top-menu .j-menu > li:hover > a, .secondary-menu .top-menu .j-menu > li.active > a {
    color: rgba(35, 35, 35, 1)
}

.secondary-menu .top-menu .j-menu > li.open > a {
    color: rgba(35, 35, 35, 1)
}

.secondary-menu .top-menu .j-menu .links-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.secondary-menu .top-menu .j-menu > li > a::before {
    color: rgba(110, 110, 110, 1);
    margin-right: 7px;
    font-size: 22px
}

.desktop .secondary-menu .top-menu .j-menu > li:hover > a::before, .secondary-menu .top-menu .j-menu > li.active > a::before {
    color: rgba(35, 35, 35, 1)
}

.secondary-menu .top-menu .j-menu a .count-badge {
    display: inline-flex;
    position: relative
}

.secondary-menu .menu-item.drop-menu > .j-dropdown {
    left: 50%;
    right: auto;
    transform: translate3d(-50%, -10px, 0)
}

.secondary-menu .menu-item.drop-menu.animating > .j-dropdown {
    left: 50%;
    right: auto;
    transform: translate3d(-50%, 0, 0)
}

.secondary-menu .menu-item.drop-menu > .j-dropdown::before {
    left: 50%;
    right: auto;
    transform: translateX(-50%)
}

.secondary-menu .menu-item.dropdown .j-menu > li > a {
    flex-direction: row;
    font-size: 14px;
    color: rgba(80, 80, 80, 1);
    font-weight: 700;
    text-transform: none;
    background: rgba(255, 255, 255, 1);
    padding: 6px;
    padding-right: 12px;
    padding-left: 8px
}

.secondary-menu .menu-item.dropdown .j-menu .dropdown > a > .count-badge {
    margin-right: 0
}

.secondary-menu .menu-item.dropdown .j-menu .dropdown > a > .count-badge + .open-menu + .menu-label {
    margin-left: 7px
}

.secondary-menu .menu-item.dropdown .j-menu .dropdown > a::after {
    display: block
}

.desktop .secondary-menu .menu-item.dropdown .j-menu > li:hover > a, .secondary-menu .menu-item.dropdown .j-menu > li.active > a {
    color: rgba(0, 0, 0, 1);
    background: rgba(221, 221, 221, 1)
}

.secondary-menu .menu-item.dropdown .j-menu .links-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.secondary-menu .menu-item.dropdown .j-menu > li > a::before {
    color: rgba(109, 118, 125, 1);
    margin-right: 7px;
    font-size: 16px
}

.desktop .secondary-menu .menu-item.dropdown .j-menu > li:hover > a::before, .secondary-menu .menu-item.dropdown .j-menu > li.active > a::before {
    color: rgba(48, 56, 65, 1)
}

.secondary-menu .menu-item.dropdown .j-menu > li + li {
    margin-left: 0px
}

.secondary-menu .menu-item.dropdown .j-menu a .count-badge {
    display: none;
    position: relative
}

.secondary-menu .menu-item.dropdown:not(.mega-menu) .j-dropdown > .j-menu {
    padding: 5px;
    background: rgba(255, 255, 255, 1)
}

.secondary-menu .menu-item.dropdown:not(.mega-menu) .j-dropdown {
    min-width: 100px
}

.secondary-menu .menu-item.dropdown:not(.mega-menu) .j-menu {
    box-shadow: 0 0 85px -10px rgba(0, 0, 0, 0.2);
    border-radius: 3px
}

.secondary-menu .menu-item.dropdown .j-dropdown::before {
    display: block;
    margin-top: -10px
}

.mid-bar .secondary-menu {
    justify-content: flex-end
}

.third-menu .top-menu .j-menu .dropdown > a > .count-badge {
    margin-right: 5px
}

.third-menu .top-menu .j-menu .dropdown > a > .count-badge + .open-menu + .menu-label {
    margin-left: 0
}

.third-menu .top-menu .j-menu .dropdown > a::after {
    display: none
}

.third-menu .top-menu .j-menu > li > a {
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    text-transform: none;
    padding: 5px
}

.third-menu .top-menu .j-menu .links-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.third-menu .top-menu .j-menu > li > a::before {
    margin-right: 5px;
    font-size: 18px
}

.third-menu .top-menu .j-menu a .count-badge {
    display: inline-flex;
    position: relative
}

.desktop-header-active .is-sticky .header .desktop-main-menu-wrapper::before {
    width: 100vw;
    margin-left: -50vw;
    left: 50%
}

.desktop-header-active .is-sticky .header .desktop-main-menu-wrapper {
    height: 40px
}

.sticky-compact header {
    background: rgba(255, 255, 255, 1) !important
}

.desktop-header-active header::before {
    content: '';
    height: 35px
}

header::before {
    background: rgba(0, 96, 57, 1)
}

.top-menu .j-menu .dropdown > a > .count-badge {
    margin-right: 5px
}

.top-menu .j-menu .dropdown > a > .count-badge + .open-menu + .menu-label {
    margin-left: 0
}

.top-menu .j-menu .dropdown > a::after {
    display: none
}

.top-menu .j-menu > li > a {
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    text-transform: none;
    padding: 5px
}

.top-menu .j-menu .links-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.top-menu .j-menu > li > a::before {
    margin-right: 5px;
    font-size: 18px
}

.top-menu .j-menu a .count-badge {
    display: inline-flex;
    position: relative
}

.top-bar > div:first-child {
    width: 50%
}

.top-bar > div:first-child > ul > li:last-child {
    position: absolute;
    right: 0;
    transform: translateX(50%)
}

.mobile-header-active #cart > a > i::before {
    font-size: 22px;
    color: rgba(17, 17, 17, 1)
}

.mobile-header-active #cart > a > i {
    width: 50px;
    height: 33px
}

.mobile-header-active .mobile-wrapper-header > span {
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    text-transform: uppercase
}

.mobile-header-active .mobile-wrapper-header {
    background: rgba(0, 96, 57, 1);
    border-width: 0;
    border-bottom-width: 1px;
    border-color: rgba(255, 255, 255, 1);
    height: 65px
}

.mobile-header-active .mobile-wrapper-header > a::before {
    color: rgba(255, 255, 255, 1)
}

.mobile-header-active .mobile-wrapper-header > a {
    width: 65px
}

.mobile-header-active .mobile-cart-content-wrapper {
    padding-bottom: 65px
}

.mobile-header-active .mobile-filter-wrapper {
    padding-bottom: 65px
}

.mobile-header-active .mobile-main-menu-wrapper {
    padding-bottom: 65px
}

.mobile-header-active .mobile-filter-container-open .journal-loading-overlay {
    top: 65px
}

.mobile-header-active.mobile-header-active .mobile-container {
    width: 85%
}

.mobile-header-active.desktop-header-active .mobile-main-menu-container {
    width: 300px
}

.mobile-header-active .mobile-main-menu-container {
    background: rgba(255, 255, 255, 1);
    box-shadow: 30px 25px 50px -10px rgba(0, 0, 0, 0.15)
}

.mobile-header-active .mobile-main-menu-wrapper .main-menu {
    padding: 10px
}

.mobile-header-active .mobile-cart-content-container {
    background: rgba(245, 245, 245, 1)
}

.mobile-header-active.mobile-overlay .site-wrapper::before {
    background: rgba(0, 0, 0, 0.5)
}

.mobile-header-active #cart-items.count-badge {
    display: none
}

.mobile-header-active .mobile-bar {
    border-width: 0;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: rgba(219, 219, 219, 1);
    background: rgba(255, 255, 255, 1)
}

.mobile-header-active .mobile-1 .mobile-bar {
    height: 70px
}

.mobile-header-active .mobile-2 .mobile-bar {
    height: 70px
}

.mobile-header-active .mobile-3 .mobile-logo-wrapper {
    height: 70px
}

.mobile-header-active .mobile-bar-sticky {
    box-shadow: none
}

.mobile-header-active .language .dropdown-toggle
.symbol {
    display: flex;
    color: rgba(255, 255, 255, 1);
    border-radius: 0px
}

.mobile-header-active .language .dropdown-toggle .symbol + span {
    display: block;
    margin-left: 5px
}

.mobile-header-active .language .language-flag {
    display: inline-flex
}

.mobile-header-active .language .currency-symbol {
    display: inline-flex
}

.mobile-header-active .language .language-title-dropdown {
    display: inline-flex
}

.mobile-header-active .language .currency-title-dropdown {
    display: inline-flex
}

.mobile-header-active .language .currency-code-dropdown {
    display: none
}

.mobile-header-active .language .dropdown::after {
    display: block
}

.mobile-header-active .language .dropdown-toggle > span, .mobile-header-active .language .dropdown::after {
    font-family: 'Rajdhani';
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    text-transform: none
}

.desktop .mobile-header-active .language .dropdown:hover button > span, .mobile-header-active .language .dropdown:hover::after {
    color: rgba(255, 255, 255, 1);
    text-decoration: underline
}

.desktop .mobile-header-active .language .dropdown:hover .dropdown-toggle
.symbol {
    color: rgba(255, 255, 255, 1)
}

.mobile-header-active .currency .dropdown-toggle
.symbol {
    display: flex;
    color: rgba(255, 255, 255, 1);
    border-radius: 0px
}

.mobile-header-active .currency .dropdown-toggle .symbol + span {
    display: block;
    margin-left: 5px
}

.mobile-header-active .currency .language-flag {
    display: inline-flex
}

.mobile-header-active .currency .currency-symbol {
    display: inline-flex
}

.mobile-header-active .currency .language-title-dropdown {
    display: inline-flex
}

.mobile-header-active .currency .currency-title-dropdown {
    display: inline-flex
}

.mobile-header-active .currency .currency-code-dropdown {
    display: none
}

.mobile-header-active .currency .dropdown::after {
    display: block
}

.mobile-header-active .currency .dropdown-toggle > span, .mobile-header-active .currency .dropdown::after {
    font-family: 'Rajdhani';
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    text-transform: none
}

.desktop .mobile-header-active .currency .dropdown:hover button > span, .mobile-header-active .currency .dropdown:hover::after {
    color: rgba(255, 255, 255, 1);
    text-decoration: underline
}

.desktop .mobile-header-active .currency .dropdown:hover .dropdown-toggle
.symbol {
    color: rgba(255, 255, 255, 1)
}

.mobile-header-active .language-currency.top-menu.drop-menu > .j-dropdown {
    left: 50%;
    right: auto;
    transform: translate3d(-50%, -10px, 0)
}

.mobile-header-active .language-currency.top-menu.drop-menu.animating > .j-dropdown {
    left: 50%;
    right: auto;
    transform: translate3d(-50%, 0, 0)
}

.mobile-header-active .language-currency.top-menu.drop-menu > .j-dropdown::before {
    left: 50%;
    right: auto;
    transform: translateX(-50%)
}

.mobile-header-active .language-currency.top-menu.dropdown .j-menu > li > a {
    flex-direction: row;
    font-size: 14px;
    color: rgba(80, 80, 80, 1);
    font-weight: 700;
    text-transform: none;
    background: rgba(255, 255, 255, 1);
    padding: 6px;
    padding-right: 12px;
    padding-left: 8px
}

.mobile-header-active .language-currency.top-menu.dropdown .j-menu .dropdown > a > .count-badge {
    margin-right: 0
}

.mobile-header-active .language-currency.top-menu.dropdown .j-menu .dropdown > a > .count-badge + .open-menu + .menu-label {
    margin-left: 7px
}

.mobile-header-active .language-currency.top-menu.dropdown .j-menu .dropdown > a::after {
    display: block
}

.desktop .mobile-header-active .language-currency.top-menu.dropdown .j-menu > li:hover > a, .mobile-header-active .language-currency.top-menu.dropdown .j-menu > li.active > a {
    color: rgba(0, 0, 0, 1);
    background: rgba(221, 221, 221, 1)
}

.mobile-header-active .language-currency.top-menu.dropdown .j-menu .links-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.mobile-header-active .language-currency.top-menu.dropdown .j-menu > li > a::before {
    color: rgba(109, 118, 125, 1);
    margin-right: 7px;
    font-size: 16px
}

.desktop .mobile-header-active .language-currency.top-menu.dropdown .j-menu > li:hover > a::before, .mobile-header-active .language-currency.top-menu.dropdown .j-menu > li.active > a::before {
    color: rgba(48, 56, 65, 1)
}

.mobile-header-active .language-currency.top-menu.dropdown .j-menu > li + li {
    margin-left: 0px
}

.mobile-header-active .language-currency.top-menu.dropdown .j-menu a .count-badge {
    display: none;
    position: relative
}

.mobile-header-active .language-currency.top-menu.dropdown:not(.mega-menu) .j-dropdown > .j-menu {
    padding: 5px;
    background: rgba(255, 255, 255, 1)
}

.mobile-header-active .language-currency.top-menu.dropdown:not(.mega-menu) .j-dropdown {
    min-width: 100px
}

.mobile-header-active .language-currency.top-menu.dropdown:not(.mega-menu) .j-menu {
    box-shadow: 0 0 85px -10px rgba(0, 0, 0, 0.2);
    border-radius: 3px
}

.mobile-header-active .language-currency.top-menu.dropdown .j-dropdown::before {
    display: block;
    margin-top: -10px
}

.mobile-header-active #logo
a {
    padding: 2px
}

.mobile-header-active .menu-trigger::before {
    content: '\eb7e' !important;
    font-family: icomoon !important;
    font-size: 22px;
    color: rgba(17, 17, 17, 1)
}

.mobile-header-active .menu-trigger {
    width: 50px;
    height: 33px
}

.mobile-main-menu-wrapper .main-menu.accordion-menu .j-menu .dropdown > a > .count-badge {
    margin-right: 5px
}

.mobile-main-menu-wrapper .main-menu.accordion-menu .j-menu .dropdown > a > .count-badge + .open-menu + .menu-label {
    margin-left: 0
}

.mobile-main-menu-wrapper .main-menu.accordion-menu .j-menu .dropdown > a::after {
    display: none
}

.mobile-main-menu-wrapper .main-menu.accordion-menu .j-menu > li > a {
    font-size: 22px;
    color: rgba(58, 71, 80, 1);
    font-weight: 700;
    text-transform: uppercase;
    background: none;
    padding: 8px
}

.desktop .mobile-main-menu-wrapper .main-menu.accordion-menu .j-menu > li:hover > a, .mobile-main-menu-wrapper .main-menu.accordion-menu .j-menu > li.active > a {
    color: rgba(0, 0, 0, 1);
    background: none
}

.mobile-main-menu-wrapper .main-menu.accordion-menu .j-menu > li.open > a {
    color: rgba(0, 0, 0, 1);
    background: none
}

.mobile-main-menu-wrapper .main-menu.accordion-menu .j-menu .links-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.mobile-main-menu-wrapper .main-menu.accordion-menu .j-menu > li > a::before {
    margin-right: 8px
}

.mobile-main-menu-wrapper .main-menu.accordion-menu .j-menu > li > a, .mobile-main-menu-wrapper .main-menu.accordion-menu.accordion-menu .menu-item > a + div, .mobile-main-menu-wrapper .main-menu.accordion-menu .accordion-menu .menu-item > a + div {
    border-style: none
}

.mobile-main-menu-wrapper .main-menu.accordion-menu .j-menu a .count-badge {
    display: none;
    position: relative
}

.mobile-main-menu-wrapper .main-menu .open-menu i::before {
    content: '\eba1' !important;
    font-family: icomoon !important;
    font-size: 22px;
    left: 5px
}

.mobile-main-menu-wrapper .main-menu .open-menu[aria-expanded='true'] i::before {
    content: '\eb86' !important;
    font-family: icomoon !important;
    font-size: 22px;
    left: 5px
}

.mobile-main-menu-wrapper .main-menu.accordion-menu .j-menu .j-menu .dropdown > a > .count-badge {
    margin-right: 5px
}

.mobile-main-menu-wrapper .main-menu.accordion-menu .j-menu .j-menu .dropdown > a > .count-badge + .open-menu + .menu-label {
    margin-left: 0
}

.mobile-main-menu-wrapper .main-menu.accordion-menu .j-menu .j-menu .dropdown > a::after {
    display: none
}

.mobile-main-menu-wrapper .main-menu.accordion-menu .j-menu .j-menu > li > a {
    font-size: 22px;
    color: rgba(58, 71, 80, 1);
    font-weight: 700;
    text-transform: uppercase;
    background: none;
    padding: 8px
}

.desktop .mobile-main-menu-wrapper .main-menu.accordion-menu .j-menu .j-menu > li:hover > a, .mobile-main-menu-wrapper .main-menu.accordion-menu .j-menu .j-menu > li.active > a {
    color: rgba(0, 0, 0, 1);
    background: none
}

.mobile-main-menu-wrapper .main-menu.accordion-menu .j-menu .j-menu > li.open > a {
    color: rgba(0, 0, 0, 1);
    background: none
}

.mobile-main-menu-wrapper .main-menu.accordion-menu .j-menu .j-menu .links-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.mobile-main-menu-wrapper .main-menu.accordion-menu .j-menu .j-menu > li > a::before {
    margin-right: 8px;
    margin-right: 5px;
    min-width: 10px;
    font-size: 14px
}

.mobile-main-menu-wrapper .main-menu.accordion-menu .j-menu .j-menu > li > a, .mobile-main-menu-wrapper .main-menu.accordion-menu .j-menu.accordion-menu .menu-item > a + div, .mobile-main-menu-wrapper .main-menu.accordion-menu .j-menu .accordion-menu .menu-item > a + div {
    border-style: none
}

.mobile-main-menu-wrapper .main-menu.accordion-menu .j-menu .j-menu a .count-badge {
    display: none;
    position: relative
}

.mobile-main-menu-wrapper .main-menu .j-menu > li > div .j-menu > li > a {
    padding-left: 10px !important
}

.mobile-main-menu-wrapper .main-menu .j-menu > li > div .j-menu > li > div > .j-menu > li > a {
    padding-left: 17px !important
}

.mobile-main-menu-wrapper .main-menu .j-menu > li > div .j-menu > li > div > .j-menu > li > div > .j-menu > li > a {
    padding-left: 24px !important
}

.mobile-main-menu-wrapper .main-menu .j-menu > li > div .j-menu > li > div > .j-menu > li > div > .j-menu > li > div > .j-menu > li > a {
    padding-left: 30px !important
}

.mobile-custom-menu-1::before {
    content: '\ebda' !important;
    font-family: icomoon !important;
    font-size: 22px;
    color: rgba(0, 0, 0, 1)
}

.mobile-custom-menu {
    width: 40px
}

.mobile-custom-menu-2 {
    width: 40px
}

.mobile-custom-menu-2::before {
    content: '\eaa7' !important;
    font-family: icomoon !important;
    font-size: 22px;
    color: rgba(0, 0, 0, 1)
}

.mobile-custom-menu-1 .count-badge {
    transform: translateX(10px);
    display: none
}

.mobile-custom-menu-2 .count-badge {
    transform: translateX(8px);
    display: none
}

.mobile-header-active .header-search {
    border-width: 1px;
    border-style: solid;
    border-color: rgba(190, 190, 190, 1)
}

.desktop .mobile-header-active .header-search:hover {
    border-color: rgba(0, 0, 0, 1)
}

.desktop .mobile-header-active .header-search.focused, .mobile-header-active .header-search.focused:hover {
    border-color: rgba(0, 0, 0, 1)
}

.mobile-header-active .header-search
input {
    color: rgba(0, 0, 0, 1);
    background: none !important
}

.mobile-header-active .header-search > .search-button::before {
    content: '\ebaf' !important;
    font-family: icomoon !important;
    font-size: 22px;
    color: rgba(35, 35, 35, 0.8)
}

.desktop .mobile-header-active .header-search > .search-button:hover::before {
    color: rgba(35, 35, 35, 0.79) !important
}

.mobile-header-active .header-search > .search-button:active::before {
    color: rgba(35, 35, 35, 0.8) !important
}

.mobile-header-active .header-search .search-button {
    background: none;
    min-width: 36px
}

.mobile-header-active #search input::-webkit-input-placeholder {
    color: rgba(35, 35, 35, 0.81)
}

.mobile-header-active #search input::-moz-input-placeholder {
    color: rgba(35, 35, 35, 0.81)
}

.mobile-header-active #search input:-ms-input-placeholder {
    color: rgba(35, 35, 35, 0.81)
}

.mobile-header-active .search-categories {
    background: rgba(0, 0, 0, 1);
    border-width: 0;
    border-right-width: 1px;
    border-style: solid;
    border-color: rgba(80, 80, 80, 1)
}

.desktop .mobile-header-active .search-categories:hover {
    background: rgba(0, 0, 0, 1)
}

.mobile-header-active .search-categories-button, .mobile-header-active .search-categories-button > a {
    color: rgba(255, 255, 255, 1)
}

.desktop .mobile-header-active .search-categories:hover .search-categories-button {
    color: rgba(255, 255, 255, 1)
}

.mobile-header-active .header-search:hover .search-categories {
    border-color: rgba(109, 118, 125, 1)
}

.mobile-header-active .header-search.focused .search-categories {
    border-color: rgba(255, 255, 255, 1)
}

.mobile-header-active .search-categories-button::after {
    content: '\e5db' !important;
    font-family: icomoon !important;
    color: rgba(255, 255, 255, 1);
    margin-right: -3px
}

.desktop .mobile-header-active .search-categories:hover .search-categories-button::after {
    color: rgba(255, 255, 255, 1)
}

.mobile-header-active .search-categories.drop-menu > .j-dropdown {
    left: 0;
    right: auto;
    transform: translate3d(0, -10px, 0)
}

.mobile-header-active .search-categories.drop-menu.animating > .j-dropdown {
    left: 0;
    right: auto;
    transform: none
}

.mobile-header-active .search-categories.drop-menu > .j-dropdown::before {
    left: 10px;
    right: auto;
    transform: translateX(0)
}

.mobile-header-active .search-categories.dropdown .j-menu .dropdown > a > .count-badge {
    margin-right: 5px
}

.mobile-header-active .search-categories.dropdown .j-menu .dropdown > a > .count-badge + .open-menu + .menu-label {
    margin-left: 0
}

.mobile-header-active .search-categories.dropdown .j-menu .dropdown > a::after {
    display: none
}

.mobile-header-active .search-categories.dropdown .j-menu > li > a {
    font-size: 16px;
    color: rgba(110, 110, 110, 1);
    font-weight: 700;
    padding: 10px
}

.desktop .mobile-header-active .search-categories.dropdown .j-menu > li:hover > a, .mobile-header-active .search-categories.dropdown .j-menu > li.active > a {
    color: rgba(35, 35, 35, 1)
}

.mobile-header-active .search-categories.dropdown .j-menu > li.open > a {
    color: rgba(35, 35, 35, 1)
}

.mobile-header-active .search-categories.dropdown .j-menu .links-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.mobile-header-active .search-categories.dropdown .j-menu > li > a::before {
    color: rgba(110, 110, 110, 1);
    margin-right: 7px;
    font-size: 22px
}

.desktop .mobile-header-active .search-categories.dropdown .j-menu > li:hover > a::before, .mobile-header-active .search-categories.dropdown .j-menu > li.active > a::before {
    color: rgba(35, 35, 35, 1)
}

.mobile-header-active .search-categories.dropdown .j-menu a .count-badge {
    display: inline-flex;
    position: relative
}

.mobile-header-active .search-categories.dropdown:not(.mega-menu) .j-dropdown {
    min-width: 200px
}

.mobile-header-active .search-categories.dropdown:not(.mega-menu) .j-menu {
    box-shadow: 0 0 85px -10px rgba(0, 0, 0, 0.2)
}

.mobile-header-active .search-categories.dropdown .j-dropdown::before {
    display: block;
    margin-top: -10px
}

.mobile-header-active .search-categories .j-menu::before {
    margin-top: -10px
}

.mobile-header-active .tt-menu > div > div > a:hover, .mobile-header-active .tt-cursor {
    background: rgba(245, 245, 245, 1)
}

.mobile-header-active .tt-menu > div {
    box-shadow: 0 0 85px -10px rgba(0, 0, 0, 0.2);
    border-radius: 3px
}

.mobile-header-active .tt-menu:not(.tt-empty)::before {
    display: block;
    margin-left: -4px;
    margin-top: -10px
}

.mobile-header-active .search-result .product-name {
    font-weight: 700
}

.mobile-header-active .search-result.view-more
a {
    color: rgba(255, 255, 255, 1);
    background: rgba(255, 255, 255, 1)
}

.mobile-header-active .search-result > a > span {
    justify-content: flex-start
}

.mobile-header-active .search-result.view-more a:hover {
    background: rgba(53, 66, 174, 1)
}

.mobile-header-active .search-result.view-more a::after {
    content: '\e5c8' !important;
    font-family: icomoon !important
}

.mobile-header-active .mini-search #search .search-trigger {
    width: 50px
}

.mobile-header-active .mobile-1 #search .header-search {
    padding: 8px
}

.mobile-header-active .mobile-search-group {
    padding: 8px
}

.mobile-header-active .mobile-3 .mobile-search-wrapper {
    padding: 0 8px
}

.mobile-header-active #search .header-search {
    height: 33px
}

.mobile-header-active .mobile-1 #search > .dropdown-menu::before {
    display: block;
    margin-top: -10px
}

.mobile-header-active .mobile-header .mobile-top-bar {
    display: flex;
    height: 35px;
    padding-right: 5px;
    padding-left: 5px;
    background: rgba(0, 96, 57, 1);
    justify-content: center
}

.mobile-header-active .top-menu .j-menu > li > a {
    flex-direction: row;
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px;
    padding-left: 24px
}

.mobile-header-active .top-menu .j-menu .dropdown > a > .count-badge {
    margin-right: 0
}

.mobile-header-active .top-menu .j-menu .dropdown > a > .count-badge + .open-menu + .menu-label {
    margin-left: 7px
}

.mobile-header-active .top-menu .j-menu .dropdown > a::after {
    display: block
}

.desktop .mobile-header-active .top-menu .j-menu > li:hover > a, .mobile-header-active .top-menu .j-menu > li.active > a {
    font-size: 14px;
    color: rgba(0, 0, 0, 1)
}

.mobile-header-active .top-menu .j-menu > li.open > a {
    font-size: 14px;
    color: rgba(0, 0, 0, 1)
}

.mobile-header-active .top-menu .j-menu .links-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.mobile-header-active .top-menu .j-menu > li > a::before {
    margin-right: 5px;
    font-size: 14px
}

.mobile-header-active .top-menu .j-menu a .count-badge {
    display: inline-flex;
    position: relative
}

.mobile-header-active .top-menu.drop-menu > .j-dropdown {
    left: 50%;
    right: auto;
    transform: translate3d(-50%, -10px, 0)
}

.mobile-header-active .top-menu.drop-menu.animating > .j-dropdown {
    left: 50%;
    right: auto;
    transform: translate3d(-50%, 0, 0)
}

.mobile-header-active .top-menu.drop-menu > .j-dropdown::before {
    left: 50%;
    right: auto;
    transform: translateX(-50%)
}

.mobile-header-active .top-menu.dropdown .j-menu > li > a {
    flex-direction: row;
    font-size: 14px;
    color: rgba(80, 80, 80, 1);
    font-weight: 700;
    text-transform: none;
    background: rgba(255, 255, 255, 1);
    padding: 6px;
    padding-right: 12px;
    padding-left: 8px
}

.mobile-header-active .top-menu.dropdown .j-menu .dropdown > a > .count-badge {
    margin-right: 0
}

.mobile-header-active .top-menu.dropdown .j-menu .dropdown > a > .count-badge + .open-menu + .menu-label {
    margin-left: 7px
}

.mobile-header-active .top-menu.dropdown .j-menu .dropdown > a::after {
    display: block
}

.desktop .mobile-header-active .top-menu.dropdown .j-menu > li:hover > a, .mobile-header-active .top-menu.dropdown .j-menu > li.active > a {
    color: rgba(0, 0, 0, 1);
    background: rgba(221, 221, 221, 1)
}

.mobile-header-active .top-menu.dropdown .j-menu .links-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.mobile-header-active .top-menu.dropdown .j-menu > li > a::before {
    color: rgba(109, 118, 125, 1);
    margin-right: 7px;
    font-size: 16px
}

.desktop .mobile-header-active .top-menu.dropdown .j-menu > li:hover > a::before, .mobile-header-active .top-menu.dropdown .j-menu > li.active > a::before {
    color: rgba(48, 56, 65, 1)
}

.mobile-header-active .top-menu.dropdown .j-menu > li + li {
    margin-left: 0px
}

.mobile-header-active .top-menu.dropdown .j-menu a .count-badge {
    display: none;
    position: relative
}

.mobile-header-active .top-menu.dropdown:not(.mega-menu) .j-dropdown > .j-menu {
    padding: 5px;
    background: rgba(255, 255, 255, 1)
}

.mobile-header-active .top-menu.dropdown:not(.mega-menu) .j-dropdown {
    min-width: 100px
}

.mobile-header-active .top-menu.dropdown:not(.mega-menu) .j-menu {
    box-shadow: 0 0 85px -10px rgba(0, 0, 0, 0.2);
    border-radius: 3px
}

.mobile-header-active .top-menu.dropdown .j-dropdown::before {
    display: block;
    margin-top: -10px
}

@media (max-width: 760px) {
    .mobile-header-active .mobile-1 #search .header-search, .mobile-header-active .mobile-search-group, .mobile-header-active .mobile-3 .mobile-search-wrapper {
        padding: 6px
    }

    .mobile-header-active .top-menu .j-menu > li > a {
        font-size: 10px;
        padding-left: 0px
    }
}

/*No top bar not over*/

/*No top bar over*/


/*Top bar not over*/
.desktop header {
    position: -webkit-sticky;
    position: sticky;
    top: -35px;
}

.popup-open .sticky-compact, .mobile-overlay .sticky-compact {
    padding-top: 135px;
}

.popup-open .sticky-compact header, .mobile-overlay .sticky-compact header {
    position: fixed;
    width: calc(100% - 12px);
}

/*Top bar over*/

/*Title before breadcrumbs*/


/*Shipping payment visibility*/

/*Site overlay offset*/
@media only screen and (max-width: 1250px) {
    .desktop-main-menu-wrapper .main-menu > .j-menu > .first-dropdown::before {
        transform: none !important;
    }
}


@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.woff2?v=907f30d557') format('woff2'), url('../fonts/icomoon.woff?v=907f30d557') format('woff'), url('../fonts/icomoon.ttf?v=907f30d557') format('truetype'),
    url('../fonts/icomoon.svg?v=907f30d557') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.icon {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.product-label-default.product-label-29 {
    display: flex;
    margin-top: 5px;
    margin-right: 5px;
    position: relative;
    top: 0;
    right: 0;
    bottom: initial;
    left: initial;
    justify-content: flex-end
}

.product-label-diagonal.product-label-29 {
    display: block
}

.product-label-diagonal.product-label-29 > b {
    transform: scale(calc(10 / 10))
}

.product-label-29
b {
    background: rgba(39, 124, 217, 1)
}

.product-info .product-label-diagonal.product-label-29 > b {
    transform: scale(calc(10 / 10))
}

.product-label-default.product-label-30 {
    display: flex;
    position: relative;
    top: 0;
    right: 0;
    bottom: initial;
    left: initial;
    justify-content: flex-end
}

.product-label-diagonal.product-label-30 {
    display: block;
    margin: 15px
}

.product-label-diagonal.product-label-30 > b {
    transform: scale(calc(10 / 10))
}

.product-info .product-label-diagonal.product-label-30 > b {
    transform: scale(calc(10 / 10))
}

.product-label-default.product-label-31 {
    display: flex;
    margin-top: 5px;
    margin-right: 5px;
    position: relative;
    top: 0;
    right: 0;
    bottom: initial;
    left: initial;
    justify-content: flex-end
}

.product-label-diagonal.product-label-31 {
    display: block
}

.product-label-diagonal.product-label-31 > b {
    transform: scale(calc(10 / 10))
}

.product-label-31
b {
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 1);
    padding: 5px;
    padding-right: 7px;
    padding-left: 7px;
    color: rgba(48, 56, 65, 1);
    background: rgba(254, 225, 91, 1);
    border-radius: 50%
}

.product-label-31 b::before {
    content: '\e99a' !important;
    font-family: icomoon !important;
    font-size: 24px;
    color: rgba(235, 102, 38, 1)
}

.product-label-31.product-label-default
b {
    min-width: 40px;
    min-height: 40px
}

.product-info .product-label-diagonal.product-label-31 > b {
    transform: scale(calc(10 / 10))
}

.product-label-default.product-label-133 {
    display: flex;
    position: relative;
    top: 0;
    right: 0;
    bottom: initial;
    left: initial;
    justify-content: flex-end
}

.product-label-diagonal.product-label-133 {
    display: block
}

.product-label-diagonal.product-label-133 > b {
    transform: scale(calc(10 / 10))
}

.product-label-133
b {
    background: rgba(3, 107, 44, 1)
}

.product-info .product-label-diagonal.product-label-133 > b {
    transform: scale(calc(10 / 10))
}

.product-label-default.product-label-146 {
    display: flex;
    position: relative;
    top: 0;
    right: 0;
    bottom: initial;
    left: initial;
    justify-content: flex-end
}

.product-label-diagonal.product-label-146 {
    display: block;
    margin: 18px
}

.product-label-diagonal.product-label-146 > b {
    transform: scale(calc(10 / 10))
}

.product-label-146
b {
    background: rgba(53, 66, 174, 1)
}

.product-info .product-label-diagonal.product-label-146 > b {
    transform: scale(calc(10 / 10))
}

.btn-extra-46::before {
    content: '\eaaf' !important;
    font-family: icomoon !important;
    margin-right: 5px
}

.btn-extra-93::before {
    content: '\f29c' !important;
    font-family: icomoon !important
}

.product-blocks-248 {
    order: -20
}

#content .product-blocks-248 {
    padding-bottom: 15px;
    border-width: 0;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: rgba(221, 221, 221, 1)
}

.grid-row-356-1::before {
    display: block;
    left: 0;
    width: 100vw
}

.grid-col-356-1-1 {
    width: 100%
}

.grid-col-356-1-1 .grid-items {
    justify-content: flex-start
}

.module-blocks-357.blocks-grid .module-item.swiper-slide {
    margin-right: 0px;
    width: calc((100% - 0 * 0px) / 1 - 0.01px)
}

.module-blocks-357.blocks-grid .module-item:not(.swiper-slide) {
    padding: 0px;
    width: calc(100% / 1 - 0.01px)
}

.one-column #content .module-blocks-357.blocks-grid .module-item.swiper-slide {
    margin-right: 0px;
    width: calc((100% - 0 * 0px) / 1 - 0.01px)
}

.one-column #content .module-blocks-357.blocks-grid .module-item:not(.swiper-slide) {
    padding: 0px;
    width: calc(100% / 1 - 0.01px)
}

.two-column #content .module-blocks-357.blocks-grid .module-item.swiper-slide {
    margin-right: 0px;
    width: calc((100% - 0 * 0px) / 1 - 0.01px)
}

.two-column #content .module-blocks-357.blocks-grid .module-item:not(.swiper-slide) {
    padding: 0px;
    width: calc(100% / 1 - 0.01px)
}

.side-column .module-blocks-357.blocks-grid .module-item.swiper-slide {
    margin-right: 0px;
    width: calc((100% - 0 * 0px) / 1 - 0.01px)
}

.side-column .module-blocks-357.blocks-grid .module-item:not(.swiper-slide) {
    padding: 0px;
    width: calc(100% / 1 - 0.01px)
}

.module-blocks-357 .panel-group .panel-heading a::before {
    content: '\e5c8' !important;
    font-family: icomoon !important;
    color: rgba(0, 0, 0, 1);
    order: 10
}

.desktop .module-blocks-357 .panel-group .panel-heading:hover a::before {
    color: rgba(0, 96, 57, 1)
}

.module-blocks-357 .panel-group .panel-active .panel-heading a::before {
    content: '\e5db' !important;
    font-family: icomoon !important;
    color: rgba(0, 96, 57, 1);
    top: -1px
}

.module-blocks-357 .panel-group .panel-heading
a {
    justify-content: space-between;
    font-size: 22px;
    color: rgba(0, 0, 0, 1);
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px;
    padding-top: 15px;
    padding-bottom: 15px
}

.module-blocks-357 .panel-group .panel-heading:hover
a {
    color: rgba(0, 96, 57, 1)
}

.module-blocks-357 .panel-group .panel-active .panel-heading:hover a, .module-blocks-357 .panel-group .panel-active .panel-heading
a {
    color: rgba(0, 96, 57, 1)
}

.module-blocks-357 .panel-group .panel-heading {
    border-width: 0;
    border-top-width: 1px;
    border-style: solid;
    border-color: rgba(221, 221, 221, 1)
}

.module-blocks-357 .panel-group .panel-body {
    padding-bottom: 10px
}

.module-blocks-357 .block-title {
    order: -2
}

.module-blocks-357 .block-header {
    display: flex;
    float: none;
    order: -1;
    justify-content: flex-start;
    align-items: flex-start
}

.module-blocks-357 .block-header
img {
    display: flex
}

.module-blocks-357 .block-wrapper {
    display: flex
}

.module-blocks-357 .block-header
i {
    float: none;
    display: flex
}

.module-blocks-357 .block-body {
    display: flex;
    flex-direction: column
}

.module-blocks-357 .module-item-1 .block-header {
    display: flex;
    float: none;
    order: -1;
    justify-content: flex-start;
    align-items: flex-start
}

.module-blocks-357 .module-item-1 .block-header
img {
    display: flex
}

.module-blocks-357 .module-item-1 .block-wrapper {
    display: flex
}

.module-blocks-357 .module-item-1 .block-header
i {
    float: none;
    display: flex
}

.module-blocks-357 .module-item-1 .block-body {
    display: flex;
    flex-direction: column
}

.module-blocks-357 .module-item-1 .block-content {
    text-align: left;
    column-count: initial;
    column-gap: 20px;
    column-rule-width: 1px;
    column-rule-style: solid
}

.module-blocks-357 .module-item-1 .expand-content {
    max-height: 100%;
    overflow: visible;
    max-height: 75px
}

.module-blocks-357 .module-item-1 .block-expand::after {
    content: 'Show More'
}

.module-blocks-357 .module-item-1 .block-expanded .block-expand::after {
    content: 'Show Less'
}

.module-blocks-357 .module-item-1 .block-expand::before {
    content: '\f078' !important;
    font-family: icomoon !important
}

.module-blocks-357 .module-item-1 .block-expanded .block-expand::before {
    content: '\f077' !important;
    font-family: icomoon !important
}

.module-blocks-357 .module-item-1 .block-footer
.btn {
    width: auto;
    transform: scale(calc(100 / 100));
    transform-origin: center
}

.module-blocks-357 .module-item-1 .block-footer {
    text-align: center
}

.module-blocks-357 .module-item-2 .block-header {
    display: flex;
    float: none;
    order: -1;
    justify-content: flex-start;
    align-items: flex-start
}

.module-blocks-357 .module-item-2 .block-header
img {
    display: flex
}

.module-blocks-357 .module-item-2 .block-wrapper {
    display: flex
}

.module-blocks-357 .module-item-2 .block-header
i {
    float: none;
    display: flex
}

.module-blocks-357 .module-item-2 .block-body {
    display: flex;
    flex-direction: column
}

.module-blocks-357 .module-item-2 .block-content {
    text-align: left;
    column-count: initial;
    column-gap: 20px;
    column-rule-width: 1px;
    column-rule-style: solid
}

.module-blocks-357 .module-item-2 .expand-content {
    max-height: 100%;
    overflow: visible;
    max-height: 75px
}

.module-blocks-357 .module-item-2 .block-expand::after {
    content: 'Show More'
}

.module-blocks-357 .module-item-2 .block-expanded .block-expand::after {
    content: 'Show Less'
}

.module-blocks-357 .module-item-2 .block-expand::before {
    content: '\f078' !important;
    font-family: icomoon !important
}

.module-blocks-357 .module-item-2 .block-expanded .block-expand::before {
    content: '\f077' !important;
    font-family: icomoon !important
}

.module-blocks-357 .module-item-2 .block-footer
.btn {
    width: auto;
    transform: scale(calc(100 / 100));
    transform-origin: center
}

.module-blocks-357 .module-item-2 .block-footer {
    text-align: center
}

.module-blocks-357 .module-item-3 .block-header {
    display: flex;
    float: none;
    order: -1;
    justify-content: flex-start;
    align-items: flex-start
}

.module-blocks-357 .module-item-3 .block-header
img {
    display: flex
}

.module-blocks-357 .module-item-3 .block-wrapper {
    display: flex
}

.module-blocks-357 .module-item-3 .block-header
i {
    float: none;
    display: flex
}

.module-blocks-357 .module-item-3 .block-body {
    display: flex;
    flex-direction: column
}

.module-blocks-357 .module-item-3 .block-content {
    text-align: left;
    column-count: initial;
    column-gap: 20px;
    column-rule-width: 1px;
    column-rule-style: solid
}

.module-blocks-357 .module-item-3 .expand-content {
    max-height: 100%;
    overflow: visible;
    max-height: 75px
}

.module-blocks-357 .module-item-3 .block-expand::after {
    content: 'Show More'
}

.module-blocks-357 .module-item-3 .block-expanded .block-expand::after {
    content: 'Show Less'
}

.module-blocks-357 .module-item-3 .block-expand::before {
    content: '\f078' !important;
    font-family: icomoon !important
}

.module-blocks-357 .module-item-3 .block-expanded .block-expand::before {
    content: '\f077' !important;
    font-family: icomoon !important
}

.module-blocks-357 .module-item-3 .block-footer
.btn {
    width: auto;
    transform: scale(calc(100 / 100));
    transform-origin: center
}

.module-blocks-357 .module-item-3 .block-footer {
    text-align: center
}

.module-blocks-357 .module-item-4 .block-header {
    display: flex;
    float: none;
    order: -1;
    justify-content: flex-start;
    align-items: flex-start
}

.module-blocks-357 .module-item-4 .block-header
img {
    display: flex
}

.module-blocks-357 .module-item-4 .block-wrapper {
    display: flex
}

.module-blocks-357 .module-item-4 .block-header
i {
    float: none;
    display: flex
}

.module-blocks-357 .module-item-4 .block-body {
    display: flex;
    flex-direction: column
}

.module-blocks-357 .module-item-4 .block-content {
    text-align: left;
    column-count: initial;
    column-gap: 20px;
    column-rule-width: 1px;
    column-rule-style: solid
}

.module-blocks-357 .module-item-4 .expand-content {
    max-height: 100%;
    overflow: visible;
    max-height: 75px
}

.module-blocks-357 .module-item-4 .block-expand::after {
    content: 'Show More'
}

.module-blocks-357 .module-item-4 .block-expanded .block-expand::after {
    content: 'Show Less'
}

.module-blocks-357 .module-item-4 .block-expand::before {
    content: '\f078' !important;
    font-family: icomoon !important
}

.module-blocks-357 .module-item-4 .block-expanded .block-expand::before {
    content: '\f077' !important;
    font-family: icomoon !important
}

.module-blocks-357 .module-item-4 .block-footer
.btn {
    width: auto;
    transform: scale(calc(100 / 100));
    transform-origin: center
}

.module-blocks-357 .module-item-4 .block-footer {
    text-align: center
}

.module-blocks-357 .module-item-5 .block-header {
    display: flex;
    float: none;
    order: -1;
    justify-content: flex-start;
    align-items: flex-start
}

.module-blocks-357 .module-item-5 .block-header
img {
    display: flex
}

.module-blocks-357 .module-item-5 .block-wrapper {
    display: flex
}

.module-blocks-357 .module-item-5 .block-header
i {
    float: none;
    display: flex
}

.module-blocks-357 .module-item-5 .block-body {
    display: flex;
    flex-direction: column
}

.module-blocks-357 .module-item-5 .block-content {
    text-align: left;
    column-count: initial;
    column-gap: 20px;
    column-rule-width: 1px;
    column-rule-style: solid
}

.module-blocks-357 .module-item-5 .expand-content {
    max-height: 100%;
    overflow: visible;
    max-height: 75px
}

.module-blocks-357 .module-item-5 .block-expand::after {
    content: 'Show More'
}

.module-blocks-357 .module-item-5 .block-expanded .block-expand::after {
    content: 'Show Less'
}

.module-blocks-357 .module-item-5 .block-expand::before {
    content: '\f078' !important;
    font-family: icomoon !important
}

.module-blocks-357 .module-item-5 .block-expanded .block-expand::before {
    content: '\f077' !important;
    font-family: icomoon !important
}

.module-blocks-357 .module-item-5 .block-footer
.btn {
    width: auto;
    transform: scale(calc(100 / 100));
    transform-origin: center
}

.module-blocks-357 .module-item-5 .block-footer {
    text-align: center
}

.module-blocks-357 .module-item-6 .block-header {
    display: flex;
    float: none;
    order: -1;
    justify-content: flex-start;
    align-items: flex-start
}

.module-blocks-357 .module-item-6 .block-header
img {
    display: flex
}

.module-blocks-357 .module-item-6 .block-wrapper {
    display: flex
}

.module-blocks-357 .module-item-6 .block-header
i {
    float: none;
    display: flex
}

.module-blocks-357 .module-item-6 .block-body {
    display: flex;
    flex-direction: column
}

.module-blocks-357 .module-item-6 .block-content {
    text-align: left;
    column-count: initial;
    column-gap: 20px;
    column-rule-width: 1px;
    column-rule-style: solid
}

.module-blocks-357 .module-item-6 .expand-content {
    max-height: 100%;
    overflow: visible;
    max-height: 75px
}

.module-blocks-357 .module-item-6 .block-expand::after {
    content: 'Show More'
}

.module-blocks-357 .module-item-6 .block-expanded .block-expand::after {
    content: 'Show Less'
}

.module-blocks-357 .module-item-6 .block-expand::before {
    content: '\f078' !important;
    font-family: icomoon !important
}

.module-blocks-357 .module-item-6 .block-expanded .block-expand::before {
    content: '\f077' !important;
    font-family: icomoon !important
}

.module-blocks-357 .module-item-6 .block-footer
.btn {
    width: auto;
    transform: scale(calc(100 / 100));
    transform-origin: center
}

.module-blocks-357 .module-item-6 .block-footer {
    text-align: center
}

.product_extra-282 .expand-content {
    max-height: 100%;
    overflow: visible;
    max-height: 70px
}

.product_extra-282 .block-content {
    column-count: initial;
    column-rule-style: solid;
    padding: 30px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(238, 238, 238, 1)
}

.product_extra-282
.title {
    color: rgba(0, 0, 0, 1);
    border-width: 0;
    border-bottom-width: 0px;
    border-style: solid;
    border-color: rgba(35, 35, 35, 0.36);
    margin-bottom: 15px;
    white-space: normal;
    overflow: visible;
    text-overflow: initial;
    text-align: left;
    display: block
}

.product_extra-282 .title::after {
    content: '';
    display: block;
    position: relative;
    margin-top: 8px;
    left: initial;
    right: initial;
    margin-left: 0;
    margin-right: auto;
    transform: none
}

.product_extra-282 .title.page-title > span::after {
    content: '';
    display: block;
    position: relative;
    margin-top: 8px;
    left: initial;
    right: initial;
    margin-left: 0;
    margin-right: auto;
    transform: none
}

.product_extra-282 .title::after, .product_extra-282 .title.page-title > span::after {
    width: 50px;
    height: 1px;
    background: rgba(255, 255, 255, 1)
}

@media (max-width: 760px) {
    .product_extra-282 .block-content {
        padding: 10px
    }
}

.product_extra-283 .expand-content {
    max-height: 100%;
    overflow: visible;
    max-height: 400px
}

.product_extra-283 .block-content {
    column-count: initial;
    column-rule-style: none;
    padding: 30px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(238, 238, 238, 1)
}

.product_extra-283
.title {
    color: rgba(0, 0, 0, 1);
    border-width: 0;
    border-bottom-width: 0px;
    border-style: solid;
    border-color: rgba(35, 35, 35, 0.36);
    margin-bottom: 15px;
    white-space: normal;
    overflow: visible;
    text-overflow: initial;
    text-align: left;
    display: block
}

.product_extra-283 .title::after {
    content: '';
    display: block;
    position: relative;
    margin-top: 8px;
    left: initial;
    right: initial;
    margin-left: 0;
    margin-right: auto;
    transform: none
}

.product_extra-283 .title.page-title > span::after {
    content: '';
    display: block;
    position: relative;
    margin-top: 8px;
    left: initial;
    right: initial;
    margin-left: 0;
    margin-right: auto;
    transform: none
}

.product_extra-283 .title::after, .product_extra-283 .title.page-title > span::after {
    width: 50px;
    height: 1px;
    background: rgba(255, 255, 255, 1)
}

@media (max-width: 760px) {
    .product_extra-283 .block-content {
        padding: 10px
    }
}

.grid-row-content-bottom-1::before {
    display: block;
    left: 0;
    width: 100vw
}

.grid-row-content-bottom-1 .wave-top {
    display: block
}

.grid-row-content-bottom-1 .wave-bottom {
    display: block
}

.grid-col-content-bottom-1-1 {
    width: 100%;
    padding-right: 15px
}

.grid-col-content-bottom-1-1 .grid-item {
    height: auto
}

.grid-col-content-bottom-1-1 .grid-items {
    justify-content: flex-start
}

@media (max-width: 760px) {
    .grid-col-content-bottom-1-1 {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 20px
    }
}

.grid-item-content-bottom-1-1-1 {
    width: 100%
}

.desktop-main-menu-wrapper .main-menu-3 .mega-custom.main-menu-item-1 .mega-menu-content {
    width: 500px;
    position: relative;
    left: 0;
    transform: none
}

.desktop-main-menu-wrapper .main-menu-3 .mega-custom.main-menu-item-1 > .dropdown-menu::before {
    left: 0;
    transform: none
}

.desktop-main-menu-wrapper .main-menu-3 > .j-menu li.main-menu-item-1:not(.mega-fullwidth) > .dropdown-menu::before {
    display: block;
    margin-top: -10px
}

.desktop-main-menu-wrapper .main-menu-3 > .j-menu li.main-menu-item-1.multi-level .dropdown-menu ul li .dropdown-menu {
    left: 100%
}

.route-common-home body:not(.is-sticky) .main-menu-3 .main-menu-item-2.flyout > .j-dropdown {
    display: block !important;
    transform: none;
    opacity: 1
}

.desktop-main-menu-wrapper .main-menu-3 .mega-custom.main-menu-item-2 .mega-menu-content {
    width: 500px;
    position: relative;
    left: 0;
    transform: none
}

.desktop-main-menu-wrapper .main-menu-3 .mega-custom.main-menu-item-2 > .dropdown-menu::before {
    left: 0;
    transform: none
}

.desktop-main-menu-wrapper .main-menu-3 > .j-menu li.main-menu-item-2:not(.mega-fullwidth) > .dropdown-menu::before {
    display: block;
    margin-top: -10px
}

.desktop-main-menu-wrapper .main-menu-3 > .j-menu li.main-menu-item-2.multi-level .dropdown-menu ul li .dropdown-menu {
    left: 100%
}

.route-common-home body:not(.is-sticky) .main-menu-3 .main-menu-item-3.flyout > .j-dropdown {
    display: block !important;
    transform: none;
    opacity: 1
}

.desktop-main-menu-wrapper .main-menu-3 .mega-custom.main-menu-item-3 .mega-menu-content {
    width: 500px;
    position: relative;
    left: 0;
    transform: none
}

.desktop-main-menu-wrapper .main-menu-3 .mega-custom.main-menu-item-3 > .dropdown-menu::before {
    left: 0;
    transform: none
}

.desktop-main-menu-wrapper .main-menu-3 > .j-menu li.main-menu-item-3:not(.mega-fullwidth) > .dropdown-menu::before {
    display: block;
    margin-top: -10px
}

.desktop-main-menu-wrapper .main-menu-3 > .j-menu li.main-menu-item-3.multi-level .dropdown-menu ul li .dropdown-menu {
    left: 100%
}

.route-common-home body:not(.is-sticky) .main-menu-3 .main-menu-item-4.flyout > .j-dropdown {
    display: block !important;
    transform: none;
    opacity: 1
}

.desktop-main-menu-wrapper .main-menu-3 .mega-custom.main-menu-item-4 .mega-menu-content {
    width: 500px;
    position: relative;
    left: 0;
    transform: none
}

.desktop-main-menu-wrapper .main-menu-3 .mega-custom.main-menu-item-4 > .dropdown-menu::before {
    left: 0;
    transform: none
}

.desktop-main-menu-wrapper .main-menu-3 > .j-menu li.main-menu-item-4:not(.mega-fullwidth) > .dropdown-menu::before {
    display: block;
    margin-top: -10px
}

.desktop-main-menu-wrapper .main-menu-3 > .j-menu li.main-menu-item-4.multi-level .dropdown-menu ul li .dropdown-menu {
    left: 100%
}

.route-common-home body:not(.is-sticky) .main-menu-3 .main-menu-item-6.flyout > .j-dropdown {
    display: block !important;
    transform: none;
    opacity: 1
}

.desktop-main-menu-wrapper .main-menu-3 .mega-custom.main-menu-item-6 .mega-menu-content {
    width: 500px;
    position: relative;
    left: 0;
    transform: none
}

.desktop-main-menu-wrapper .main-menu-3 .mega-custom.main-menu-item-6 > .dropdown-menu::before {
    left: 0;
    transform: none
}

.desktop-main-menu-wrapper .main-menu-3 > .j-menu li.main-menu-item-6:not(.mega-fullwidth) > .dropdown-menu::before {
    display: block;
    margin-top: -10px
}

.desktop-main-menu-wrapper .main-menu-3 > .j-menu li.main-menu-item-6.multi-level .dropdown-menu ul li .dropdown-menu {
    left: 100%
}

.top-menu-2 .j-menu li.top-menu-item-1 > a::before {
    content: '\eab9' !important;
    font-family: icomoon !important
}

.top-menu-2 > ul > .top-menu-item-1 > a {
    text-align: left
}

.top-menu-2 > ul > .top-menu-item-1 > a > .links-text {
    display: block
}

.top-menu-2 > ul > .top-menu-item-1 > a .count-badge {
    position: relative
}

.top-menu-273 .j-menu li.top-menu-item-1 > a::before {
    content: '\e979' !important;
    font-family: icomoon !important;
    font-size: 44px;
    color: rgba(0, 96, 57, 1)
}

.top-menu-273 > ul > .top-menu-item-1 > a {
    text-align: center
}

.top-menu-273 > ul > .top-menu-item-1 > a > .links-text {
    display: none
}

.top-menu-273 > ul > .top-menu-item-1 > a .count-badge {
    position: absolute;
    top: auto;
    right: auto
}

.top-menu-273 .j-menu li.top-menu-item-2 > a::before {
    content: '\eadc' !important;
    font-family: icomoon !important;
    font-size: 22px
}

.top-menu-273 > ul > .top-menu-item-2 > a {
    text-align: center
}

.top-menu-273 > ul > .top-menu-item-2 > a > .links-text {
    display: none
}

.top-menu-273 > ul > .top-menu-item-2 > a .count-badge {
    position: absolute;
    top: auto;
    right: auto
}

footer > div {
    background: rgba(0, 96, 57, 1)
}

footer .grid-row-1 {
    padding-right: 10px;
    padding-left: 10px
}

footer .grid-row-1::before {
    display: block;
    left: 0;
    width: 100vw
}

footer .grid-row-1 .grid-col-1 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px
}

footer .grid-row-1 .grid-col-1 .grid-item {
    height: auto
}

@media (max-width: 760px) {
    footer .grid-row-1 .grid-col-1 {
        margin-bottom: 0px
    }
}

footer .grid-row-2::before {
    display: block;
    left: 0;
    width: 100vw
}

@media (max-width: 760px) {
    footer .grid-row-2 {
        padding-top: 10px
    }
}

footer .grid-row-2 .grid-col-1 {
    width: 100%
}

footer .grid-row-2 .grid-col-1 .grid-item {
    height: auto
}

footer .grid-row-3 {
    border-width: 0;
    border-top-width: 1px;
    border-style: solid;
    border-color: rgba(221, 221, 221, 1)
}

footer .grid-row-3::before {
    display: block;
    left: 0;
    width: 100vw
}

footer .grid-row-3 .grid-col-1 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px
}

footer .grid-row-3 .grid-col-1 .grid-item {
    height: auto
}

footer .grid-row-3 .grid-col-2 {
    width: 100%;
    padding-right: 350px;
    padding-left: 350px;
    margin-bottom: 10px
}

footer .grid-row-3 .grid-col-2 .grid-item {
    height: auto
}

@media (max-width: 760px) {
    footer .grid-row-3 .grid-col-2 {
        padding-right: 10px;
        padding-left: 10px
    }
}

.module-newsletter-67 .title.module-title {
    color: rgba(0, 0, 0, 1);
    margin-bottom: 10px;
    white-space: normal;
    overflow: visible;
    text-overflow: initial;
    font-size: 26px;
    color: rgba(255, 255, 255, 1);
    text-align: center
}

.module-newsletter-67 .title.module-title::after, .module-newsletter-67 .title.module-title.page-title > span::after {
    width: 50px;
    height: 1px;
    background: rgba(255, 255, 255, 1)
}

.module-newsletter-67 .title.module-title::after {
    margin-top: 8px;
    left: 50%;
    right: initial;
    transform: translate3d(-50%, 0, 0)
}

.module-newsletter-67 .title.module-title.page-title > span::after {
    margin-top: 8px
}

.module-newsletter-67 {
    text-align: center;
    justify-content: center
}

.module-newsletter-67 .module-body > div {
    align-self: center
}

.module-newsletter-67 .title::after {
    left: 50%;
    right: auto;
    transform: translate3d(-50%, 0, 0)
}

.module-newsletter-67 .module-body {
    flex-direction: column
}

.module-newsletter-67 .module-body .input-group {
    height: 40px
}

.module-newsletter-67 .module-body .newsletter-form .input-group
input {
    width: 500px;
    max-width: 100%
}

.module-newsletter-67 .btn::before {
    display: none;
    margin-right: 5px
}

.module-newsletter-67 .input-group .input-group-btn .btn, .module-newsletter-67 .input-group .input-group-btn .btn:visited {
    color: rgba(255, 255, 255, 1)
}

.module-newsletter-67 .input-group .input-group-btn .btn:hover {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(48, 56, 65, 1) !important
}

.module-newsletter-67 .input-group .input-group-btn .btn:active, .module-newsletter-67 .input-group .input-group-btn .btn:hover:active, .module-newsletter-67 .input-group .input-group-btn .btn:focus:active {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(48, 56, 65, 1) !important;
    border-color: rgba(255, 255, 255, 1) !important
}

.module-newsletter-67 .input-group .input-group-btn .btn:focus {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(48, 56, 65, 1);
    border-color: rgba(255, 255, 255, 1)
}

.module-newsletter-67 .input-group .input-group-btn
.btn {
    background: rgba(0, 0, 0, 1);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 1)
}

.module-newsletter-67 .input-group .input-group-btn .btn:hover, .module-newsletter-67 .input-group .input-group-btn .btn:active:hover {
    border-color: rgba(255, 255, 255, 1)
}

.module-newsletter-67 .input-group .input-group-btn .btn.btn.disabled::after {
    font-size: 20px
}

.links-menu-325 .title.module-title::after {
    display: none
}

.links-menu-325 .module-body {
    display: block;
    justify-content: flex-start;
    align-items: flex-start;;
    -webkit-overflow-scrolling: touch;;
    column-count: initial;
    column-rule-style: none
}

.links-menu-325 .menu-item {
    border-width: 1px 0 0 0;
    justify-content: flex-start;;
    flex-grow: 0;
    width: auto
}

.links-menu-325 .menu-item a .links-text {
    white-space: normal;
    font-size: 16px;
    color: rgba(255, 255, 255, 1)
}

.links-menu-325 .menu-item
a {
    justify-content: flex-start;;
    padding-right: 15px;
    padding-left: 15px
}

.links-menu-325 .menu-item a:hover .links-text {
    color: rgba(255, 255, 255, 1)
}

.links-menu-325 .count-badge {
    display: none
}

.phone footer .links-menu-325 .module-title::before {
    display: none
}

.phone footer .links-menu-325 .module-title + .module-body > li {
    display: flex
}

div.links-menu-325 .title.module-title {
    font-size: 16px;
    color: rgba(0, 0, 0, 1);
    font-weight: 700;
    white-space: normal;
    overflow: visible;
    text-overflow: initial;
    text-align: left;
    text-align: center
}

div.links-menu-325 .title.module-title::after {
    display: none;
    left: initial;
    right: initial;
    margin-left: 0;
    margin-right: auto;
    transform: none;
    left: 50%;
    right: initial;
    transform: translate3d(-50%, 0, 0)
}

div.links-menu-325 .title.module-title.page-title > span::after {
    display: none;
    left: initial;
    right: initial;
    margin-left: 0;
    margin-right: auto;
    transform: none
}

div.links-menu-325 .module-body {
    padding-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;;
    -webkit-overflow-scrolling: touch;;
    column-count: 2;
    column-rule-style: none
}

div.links-menu-325 .menu-item {
    border-width: 0 0 0 1px;
    flex-grow: 0;
    justify-content: center;
    border-style: none
}

div.links-menu-325 .menu-item a .links-text {
    white-space: nowrap
}

div.links-menu-325 .menu-item
a {
    justify-content: center
}

div.links-menu-325 .menu-item a:hover .links-text {
    text-decoration: underline
}

div.links-menu-325 .count-badge {
    display: none
}

.phone footer div.links-menu-325 .module-title::before {
    display: none
}

.phone footer div.links-menu-325 .module-title + .module-body > li {
    display: flex
}

.module-title-156 .title-wrapper
h3 {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    text-transform: none
}

.module-title-156 .title-wrapper::before {
    opacity: .05;
    display: none
}

.module-title-156 .title-divider {
    display: none;
    margin-left: auto;
    margin-right: auto
}

.module-title-156 .title-wrapper {
    text-align: center
}

.module-banners-275 .swiper-container {
    overflow: hidden
}

.module-banners-275 .swiper-buttons {
    display: none;
    top: 50%;
    width: calc(100% - (-15px * 2))
}

.module-banners-275:hover .swiper-buttons {
    display: block
}

.module-banners-275 .swiper-button-prev {
    left: 0;
    right: auto;
    transform: translate(0, -50%)
}

.module-banners-275 .swiper-button-next {
    left: auto;
    right: 0;
    transform: translate(0, -50%)
}

.module-banners-275 .swiper-buttons
div {
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 1);
    border-width: 2px;
    border-style: solid;
    border-color: rgba(110, 110, 110, 1);
    border-radius: 50px;
    box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.15)
}

.module-banners-275 .swiper-button-disabled {
    opacity: 0
}

.module-banners-275 .swiper-buttons div::before {
    content: '\e5c4' !important;
    font-family: icomoon !important;
    color: rgba(110, 110, 110, 1)
}

.desktop .module-banners-275 .swiper-buttons div:not(.swiper-button-disabled):hover::before {
    color: rgba(255, 255, 255, 1)
}

.module-banners-275 .swiper-buttons .swiper-button-next::before {
    content: '\e5c8' !important;
    font-family: icomoon !important;
    color: rgba(110, 110, 110, 1)
}

.desktop .module-banners-275 .swiper-buttons .swiper-button-next:not(.swiper-button-disabled):hover::before {
    color: rgba(255, 255, 255, 1)
}

.module-banners-275 .swiper-buttons div:not(.swiper-button-disabled):hover {
    background: rgba(0, 96, 57, 1)
}

.desktop .module-banners-275 .swiper-buttons div:not(.swiper-button-disabled):hover {
    border-color: rgba(0, 96, 57, 1)
}

.module-banners-275 .swiper-pagination {
    display: none !important;
    margin-bottom: 20px;
    left: 50%;
    right: auto;
    transform: translateX(-50%)
}

.module-banners-275
.swiper {
    padding-bottom: 0
}

.module-banners-275 .swiper-pagination-bullet {
    width: 25px;
    height: 10px;
    background-color: rgba(80, 80, 80, 1)
}

.module-banners-275 .swiper-pagination > span + span {
    margin-left: 10px
}

.desktop .module-banners-275 .swiper-pagination-bullet:hover {
    background-color: rgba(0, 0, 0, 1)
}

.module-banners-275 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: rgba(0, 0, 0, 1)
}

.module-banners-275 .swiper-pagination > span {
    border-radius: 5px
}

.module-banners-275 .module-item.swiper-slide {
    margin-right: 0px;
    width: calc((100% - 0 * 0px) / 1 - 0.01px)
}

.module-banners-275 .module-item:not(.swiper-slide) {
    padding: 0px;
    width: calc(100% / 1 - 0.01px)
}

.one-column #content .module-banners-275 .module-item.swiper-slide {
    margin-right: 0px;
    width: calc((100% - 0 * 0px) / 1 - 0.01px)
}

.one-column #content .module-banners-275 .module-item:not(.swiper-slide) {
    padding: 0px;
    width: calc(100% / 1 - 0.01px)
}

.two-column #content .module-banners-275 .module-item.swiper-slide {
    margin-right: 0px;
    width: calc((100% - 0 * 0px) / 1 - 0.01px)
}

.two-column #content .module-banners-275 .module-item:not(.swiper-slide) {
    padding: 0px;
    width: calc(100% / 1 - 0.01px)
}

.side-column .module-banners-275 .module-item.swiper-slide {
    margin-right: 0px;
    width: calc((100% - 0 * 0px) / 1 - 0.01px)
}

.side-column .module-banners-275 .module-item:not(.swiper-slide) {
    padding: 0px;
    width: calc(100% / 1 - 0.01px)
}

.module-banners-275 a
img {
    transform: scale(1)
}

.module-banners-275 a::before {
    opacity: 0
}

.desktop .module-banners-275 a:hover::before {
    opacity: 1
}

.module-banners-275 a::after {
    opacity: 0
}

.desktop .module-banners-275 a:hover::after {
    opacity: 1
}

.module-banners-275 .banner-caption {
    visibility: hidden;
    opacity: 0;
    display: block;
    top: auto;
    left: 50%;
    right: auto;
    bottom: 0;
    transform: translate3d(-50%, 0, 0)
}

.desktop .module-banners-275 a:hover .banner-caption {
    visibility: visible;
    opacity: 1
}

.module-banners-275 a .banner-caption {
    width: 100%
}

.module-banners-275 .banner-caption
span {
    white-space: normal;;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    background: rgba(255, 255, 255, 1);
    padding: 10px
}

.module-banners-275 .banner-caption-2 {
    visibility: hidden;
    opacity: 0;
    display: block;
    top: auto;
    left: 50%;
    right: auto;
    bottom: 0;
    transform: translate3d(-50%, 0, 0)
}

.desktop .module-banners-275 a:hover .banner-caption-2 {
    visibility: visible;
    opacity: 1
}

.module-banners-275 a .banner-caption-2 {
    width: 100%
}

.module-banners-275 .banner-caption-2
span {
    white-space: normal;;
    padding: 10px
}

.module-banners-275 .banner-caption-3
span {
    white-space: normal
}

@media (max-width: 760px) {
    .module-banners-275 .swiper-pagination-bullet {
        width: 15px;
        height: 6px
    }

    .module-banners-275 .swiper-pagination > span + span {
        margin-left: 5px
    }
}

.desktop-header-active .header-classic .mid-bar .desktop-logo-wrapper { margin-top: 160px; }
.desktop-header-active .header-classic .desktop-main-menu-wrapper { margin-top: 123px; }
#logo a > img { max-width: 403px; }
@media (max-width: 470px) {
    #logo a > img { max-width: 76%; }
}