.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 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(0.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 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 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, 0.97) !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;
    background-color: #fff;
}
.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-top-1::before {
    display: block;
    left: 0;
    width: 100vw;
}
.grid-row-top-1 > .grid-cols {
    max-width: 100% !important;
}
.grid-row-top-1 .wave-top {
    display: block;
}
.grid-row-top-1 .wave-bottom {
    display: block;
}
.grid-col-top-1-1 {
    width: 100%;
}
.grid-col-top-1-1 .grid-item {
    height: auto;
}
.grid-col-top-1-1 .grid-items {
    justify-content: flex-start;
}
.grid-item-top-1-1-1 {
    width: 100%;
}
.grid-row-top-2::before {
    display: block;
    left: 0;
    width: 100vw;
}
.grid-row-top-2 .wave-top {
    display: block;
}
.grid-row-top-2 .wave-bottom {
    display: block;
}
@media (max-width: 760px) {
    .grid-row-top-2 {
        padding: 10px;
    }
}
.grid-col-top-2-1 {
    width: 100%;
}
.grid-col-top-2-1 .grid-item {
    height: auto;
}
.grid-col-top-2-1 .grid-items {
    justify-content: flex-start;
}
.grid-item-top-2-1-1 {
    width: 100%;
}
.grid-row-top-3::before {
    display: block;
    left: 0;
    width: 100vw;
}
.grid-row-top-3 {
    padding-top: 10px;
    padding-bottom: 20px;
}
.grid-row-top-3 .wave-top {
    display: block;
}
.grid-row-top-3 .wave-bottom {
    display: block;
}
@media (max-width: 760px) {
    .grid-row-top-3 {
        padding: 0px;
        padding-top: 0px;
        padding-bottom: 20px;
    }
    .grid-row-top-3 > .grid-cols {
        max-width: 100% !important;
    }
}
.grid-col-top-3-1 {
    width: 100%;
}
.grid-col-top-3-1 .grid-item {
    height: auto;
}
.grid-col-top-3-1 .grid-items {
    justify-content: flex-start;
}
.grid-item-top-3-1-1 {
    width: 100%;
}
.grid-row-top-4::before {
    display: block;
    left: 0;
    width: 100vw;
}
.grid-row-top-4 {
    padding: 20px;
    padding-bottom: 0px;
}
.grid-row-top-4 .wave-top {
    display: block;
}
.grid-row-top-4 .wave-bottom {
    display: block;
}
@media (max-width: 760px) {
    .grid-row-top-4 {
        padding: 20px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
}
.grid-col-top-4-1 {
    width: 33.33333333333333%;
    padding-right: 10px;
}
.grid-col-top-4-1 .grid-item {
    height: auto;
}
.grid-col-top-4-1 .grid-items {
    justify-content: center;
}
@media (max-width: 760px) {
    .grid-col-top-4-1 {
        width: 100%;
        padding-right: 0px;
        padding-bottom: 20px;
    }
}
.grid-item-top-4-1-1 {
    width: 100%;
}
.grid-item-top-4-1-2 {
    width: 100%;
}
.grid-col-top-4-2 {
    width: 33.33333333333333%;
    padding-right: 5px;
    padding-left: 5px;
}
.grid-col-top-4-2 .grid-item {
    height: auto;
}
.grid-col-top-4-2 .grid-items {
    justify-content: center;
}
@media (max-width: 760px) {
    .grid-col-top-4-2 {
        width: 100%;
        padding-right: 0px;
        padding-bottom: 20px;
        padding-left: 0px;
    }
}
.grid-item-top-4-2-1 {
    width: 100%;
}
.grid-item-top-4-2-2 {
    width: 100%;
}
.grid-col-top-4-3 {
    width: 33.33333333333333%;
    padding-left: 10px;
}
.grid-col-top-4-3 .grid-item {
    height: auto;
}
.grid-col-top-4-3 .grid-items {
    justify-content: center;
}
@media (max-width: 760px) {
    .grid-col-top-4-3 {
        width: 100%;
        padding-bottom: 20px;
        padding-left: 0px;
    }
}
.grid-item-top-4-3-1 {
    width: 100%;
}
.grid-item-top-4-3-2 {
    width: 100%;
}
.grid-row-top-5::before {
    display: block;
    left: 0;
    width: 100vw;
}
.grid-row-top-5 {
    padding-top: 25px;
    padding-bottom: 0px;
}
.grid-row-top-5 .wave-top {
    display: block;
}
.grid-row-top-5 .wave-bottom {
    display: block;
}
@media (max-width: 760px) {
    .grid-row-top-5 {
        padding-top: 10px;
        padding-right: 20px;
        padding-bottom: 25px;
        padding-left: 20px;
    }
}
.grid-col-top-5-1 {
    width: 100%;
}
.grid-col-top-5-1 .grid-item {
    height: auto;
}
.grid-col-top-5-1 .grid-items {
    justify-content: flex-start;
}
.grid-item-top-5-1-1 {
    width: 100%;
}
.grid-col-top-5-2 {
    width: 100%;
}
.grid-col-top-5-2 .grid-item {
    height: auto;
}
.grid-col-top-5-2 .grid-items {
    justify-content: flex-start;
}
.grid-item-top-5-2-1 {
    width: 100%;
}
.grid-col-top-5-3 {
    width: 100%;
}
.grid-col-top-5-3 .grid-item {
    height: auto;
}
.grid-col-top-5-3 .grid-items {
    justify-content: flex-start;
}
.grid-item-top-5-3-1 {
    width: 100%;
}
.grid-col-top-5-4 {
    width: 100%;
}
.grid-col-top-5-4 .grid-item {
    height: auto;
}
.grid-col-top-5-4 .grid-items {
    justify-content: flex-start;
}
.grid-item-top-5-4-1 {
    width: 100%;
}
.grid-row-top-6::before {
    display: block;
    left: 0;
    width: 100vw;
}
.grid-row-top-6 {
    padding-bottom: 35px;
}
.grid-row-top-6 .wave-top {
    display: block;
}
.grid-row-top-6 .wave-bottom {
    display: block;
}
.grid-col-top-6-1 {
    width: 60%;
    padding-top: 20px;
    padding-right: 80px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.grid-col-top-6-1 .grid-item {
    height: auto;
}
.grid-col-top-6-1 .grid-items {
    justify-content: center;
}
@media (max-width: 760px) {
    .grid-col-top-6-1 {
        width: 100%;
        padding: 10px;
    }
}
.grid-item-top-6-1-1 {
    width: 100%;
}
.grid-item-top-6-1-2 {
    width: 100%;
}
.grid-col-top-6-2 {
    width: 40%;
}
.grid-col-top-6-2 .grid-item {
    height: auto;
}
.grid-col-top-6-2 .grid-items {
    justify-content: center;
}
@media (max-width: 760px) {
    .grid-col-top-6-2 {
        width: 100%;
        padding-right: 50px;
        padding-left: 50px;
    }
}
.grid-item-top-6-2-1 {
    width: 100%;
}
.grid-row-top-7::before {
    display: block;
    left: 0;
    width: 100vw;
}
.grid-row-top-7 .wave-top {
    display: block;
}
.grid-row-top-7 .wave-bottom {
    display: block;
}
.grid-col-top-7-1 {
    width: 100%;
}
.grid-col-top-7-1 .grid-item {
    height: auto;
}
.grid-col-top-7-1 .grid-items {
    justify-content: flex-start;
}
.grid-item-top-7-1-1 {
    width: 100%;
}
.grid-row-top-8::before {
    display: block;
    left: 0;
    width: 100vw;
}
.grid-row-top-8 {
    margin-top: 50px;
    margin-bottom: 50px;
}
.grid-row-top-8 .wave-top {
    display: block;
}
.grid-row-top-8 .wave-bottom {
    display: block;
}
@media (max-width: 760px) {
    .grid-row-top-8 {
        margin-top: 25px;
    }
}
.grid-col-top-8-1 {
    width: 100%;
}
.grid-col-top-8-1 .grid-item {
    height: auto;
}
.grid-col-top-8-1 .grid-items {
    justify-content: flex-start;
}
.grid-item-top-8-1-1 {
    width: 100%;
}
.grid-row-top-9::before {
    display: block;
    left: 0;
    width: 100vw;
}
.grid-row-top-9 > .grid-cols {
    max-width: 800px;
}
.grid-row-top-9 .wave-top {
    display: block;
}
.grid-row-top-9 .wave-bottom {
    display: block;
}
@media (max-width: 760px) {
    .grid-row-top-9 {
        padding-right: 10px;
        padding-left: 10px;
    }
}
.grid-col-top-9-1 {
    width: 100%;
}
.grid-col-top-9-1 .grid-item {
    height: auto;
}
.grid-col-top-9-1 .grid-items {
    justify-content: center;
}
.grid-item-top-9-1-1 {
    width: 100%;
}
.grid-row-top-10::before {
    display: block;
    left: 0;
    width: 100vw;
}
.grid-row-top-10 {
    padding-bottom: 35px;
}
.grid-row-top-10 .wave-top {
    display: block;
}
.grid-row-top-10 .wave-bottom {
    display: block;
}
@media (max-width: 760px) {
    .grid-row-top-10 {
        padding-right: 15px;
        padding-left: 15px;
    }
}
.grid-col-top-10-1 {
    width: 100%;
}
.grid-col-top-10-1 .grid-item {
    height: auto;
}
.grid-col-top-10-1 .grid-items {
    justify-content: flex-start;
}
.grid-item-top-10-1-1 {
    width: 100%;
}
.grid-row-top-11::before {
    display: block;
    left: 0;
    width: 100vw;
}
.grid-row-top-11 > .grid-cols {
    max-width: 500px;
}
.grid-row-top-11 .wave-top {
    display: block;
}
.grid-row-top-11 .wave-bottom {
    display: block;
}
@media (max-width: 760px) {
    .grid-row-top-11 {
        padding-right: 10px;
        padding-left: 10px;
    }
}
.grid-col-top-11-1 {
    width: 100%;
}
.grid-col-top-11-1 .grid-item {
    height: auto;
}
.grid-col-top-11-1 .grid-items {
    justify-content: center;
}
.grid-item-top-11-1-1 {
    width: 100%;
}
.grid-row-top-12::before {
    display: block;
    left: 0;
    width: 100vw;
}
.grid-row-top-12 .wave-top {
    display: block;
}
.grid-row-top-12 .wave-bottom {
    display: block;
}
.grid-col-top-12-1 {
    width: 100%;
}
.grid-col-top-12-1 .grid-item {
    height: auto;
}
.grid-col-top-12-1 .grid-items {
    justify-content: flex-start;
}
.grid-item-top-12-1-1 {
    width: 100%;
}
.grid-row-top-13 {
    background: rgba(0, 96, 57, 1);
    padding-top: 75px;
    padding-bottom: 30px;
}
.grid-row-top-13::before {
    display: block;
    background: rgba(0, 0, 0, 0.5);
    mix-blend-mode: normal;
    left: 0;
    width: 100vw;
}
.grid-row-top-13 .wave-top {
    display: block;
}
.grid-row-top-13 .wave-bottom {
    display: block;
}
@media (max-width: 760px) {
    .grid-row-top-13 {
        padding: 25px;
        padding-top: 25px;
        padding-bottom: 25px;
    }
}
.grid-col-top-13-1 {
    width: 100%;
}
.grid-col-top-13-1 .grid-item {
    height: auto;
}
.grid-col-top-13-1 .grid-items {
    justify-content: flex-start;
}
.grid-item-top-13-1-1 {
    width: 100%;
}
.module-master_slider-232 .ms-view {
    overflow: hidden;
}
.module-master_slider-232 .static-text-1 {
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    transform: none;
}
.module-master_slider-232 .static-text-1 span {
    transform: scale(calc(100 / 100));
    transform-origin: center;
}
.module-master_slider-232 .static-text-2 {
    top: auto;
    left: 0;
    right: auto;
    bottom: 0;
    transform: translate3d(0, 0, 0);
}
.module-master_slider-232 .static-text-2 span {
    transform: scale(calc(100 / 100));
    transform-origin: center;
}
.module-master_slider > img {
    width: 100%;
}
.desktop .module-master_slider-232 .ms-nav-next {
    opacity: 0;
}
.desktop .module-master_slider-232 .ms-nav-prev {
    opacity: 0;
}
.desktop .module-master_slider-232 .ms-container:hover .ms-nav-next {
    opacity: 1;
}
.desktop .module-master_slider-232 .ms-container:hover .ms-nav-prev {
    opacity: 1;
}
.module-master_slider-232 .ms-nav-next {
    display: flex;
    left: auto;
    right: 0;
    top: 50%;
    bottom: auto;
    transform: translateY(-100%);
}
.module-master_slider-232 .ms-nav-prev {
    display: flex;
    left: auto;
    right: 0;
    top: 50%;
    bottom: auto;
    transform: translateY(0);
}
.module-master_slider-232 .ms-nav-next::before,
.module-master_slider-232 .ms-nav-prev::before {
    content: '\e5c8' !important;
    font-family: icomoon !important;
}
.desktop .module-master_slider-232 .ms-nav-next:hover::before,
.desktop .module-master_slider-232 .ms-nav-prev:hover::before {
    color: rgba(255, 255, 255, 1);
}
.module-master_slider-232 .ms-nav-next,
.module-master_slider-232 .ms-nav-prev {
    width: 40px;
    height: 40px;
}
.module-master_slider-232 .ms-nav-next:hover,
.module-master_slider-232 .ms-nav-prev:hover {
    background: rgba(255, 255, 255, 1);
}
.module-master_slider-232 .ms-bullets {
    display: block;
    top: auto;
    bottom: 0;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    margin-top: 7px;
    margin-bottom: 7px;
    padding: 5px;
}
.module-master_slider-232 .ms-bullets .ms-bullets-count {
    flex-direction: row;
}
.module-master_slider-232 .ms-bullets .ms-bullet {
    margin: calc(7px / 2) !important;
    background: rgba(58, 71, 80, 1);
}
.module-master_slider-232 .ms-bullet {
    width: 20px;
    height: 5px;
}
.desktop .module-master_slider-232 .ms-bullets .ms-bullet:hover,
.module-master_slider-232 .ms-bullets .ms-bullet-selected {
    background: rgba(221, 221, 221, 1);
}
.module-master_slider-232 .ms-thumb-list {
    display: block;
    padding: 10px 0;
    top: auto !important;
    bottom: 0 !important;
    order: 2;
}
.module-master_slider-232 .ms-thumb-list .ms-thumb-frame {
    margin-right: 10px !important;
    opacity: 0.75;
}
.module-master_slider-232 .ms-thumb-frame {
    border-width: 0px;
}
.module-master_slider-232 .ms-timerbar {
    display: none;
    top: auto !important;
    bottom: 0 !important;
}
.module-master_slider-232 .master-slider .ms-time-bar {
    height: 4px !important;
}
@media (max-width: 1024px) {
    .module-master_slider-232 .ms-nav-next {
        display: none;
    }
    .module-master_slider-232 .ms-nav-prev {
        display: none;
    }
}
@media (max-width: 760px) {
    .module-master_slider-232 .ms-bullets {
        margin-top: -30px;
        margin-bottom: -30px;
    }
}
.module-master_slider-232 .module-item-1::before {
    background: rgba(0, 0, 0, 0.25);
}
.module-master_slider-232 .module-item-1 .module-subitem-1.ms-layer-hotspot .ms-point-center {
    width: 20px;
    height: 20px;
}
.module-master_slider-232 .module-item-1 .module-subitem-1 {
    display: block;
    visibility: visible !important;
}
.module-master_slider-232 .module-item-1 .module-subitem-1.ms-layer-text {
    margin-top: -2% !important;
}
.module-master_slider-232 .module-item-1 .module-subitem-1.ms-layer-button {
    transform: scale(calc(100 / 100));
    transform-origin: center;
}
.module-master_slider-232 .module-item-1 .module-subitem-1.ms-caption {
    font-size: 70px;
    color: rgba(255, 255, 255, 0.6);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    text-align: center;
}
.module-master_slider-232 .module-item-1 .module-subitem-1.ms-layer-video {
    width: 400px;
    height: 225px;
}
@media (max-width: 760px) {
    .module-master_slider-232 .module-item-1 .module-subitem-1.ms-layer-text {
        margin-top: -12% !important;
    }
    .module-master_slider-232 .module-item-1 .module-subitem-1.ms-caption {
        font-size: 40px;
        text-align: center;
    }
}
.module-master_slider-232 .module-item-1 .module-subitem-2.ms-layer-hotspot .ms-point-center {
    width: 20px;
    height: 20px;
}
.module-master_slider-232 .module-item-1 .module-subitem-2 {
    display: block;
    visibility: visible !important;
}
.module-master_slider-232 .module-item-1 .module-subitem-2.ms-layer-text {
    margin-top: 2% !important;
}
.module-master_slider-232 .module-item-1 .module-subitem-2.ms-layer-button {
    transform: scale(calc(100 / 100));
    transform-origin: center;
}
.module-master_slider-232 .module-item-1 .module-subitem-2.ms-caption {
    font-size: 40px;
    color: rgba(255, 255, 255, 0.4);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    text-align: center;
}
.module-master_slider-232 .module-item-1 .module-subitem-2.ms-layer-video {
    width: 400px;
    height: 225px;
}
@media (max-width: 760px) {
    .module-master_slider-232 .module-item-1 .module-subitem-2.ms-layer-text {
        margin-left: 5% !important;
        margin-right: 5% !important;
        margin-top: 3% !important;
    }
    .module-master_slider-232 .module-item-1 .module-subitem-2.ms-caption {
        font-size: 24px;
        text-align: center;
    }
}
.module-master_slider-232 .module-item-1 .module-subitem-3.ms-layer-hotspot .ms-point-center {
    width: 20px;
    height: 20px;
}
.module-master_slider-232 .module-item-1 .module-subitem-3 {
    display: block;
    visibility: visible !important;
}
.module-master_slider-232 .module-item-1 .module-subitem-3.ms-layer-text {
    margin-top: 2% !important;
}
.module-master_slider-232 .module-item-1 .module-subitem-3.ms-layer-button {
    transform: scale(calc(120 / 100));
    transform-origin: center;
    margin-top: 6% !important;
}
.module-master_slider-232 .module-item-1 .module-subitem-3.ms-caption {
    font-size: 40px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}
.module-master_slider-232 .module-item-1 .module-subitem-3.btn,
.module-master_slider-232 .module-item-1 .module-subitem-3.btn:visited {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
}
.module-master_slider-232 .module-item-1 .module-subitem-3.btn:hover {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(0, 126, 75, 1) !important;
}
.module-master_slider-232 .module-item-1 .module-subitem-3.btn {
    background: rgba(0, 96, 57, 1);
    padding: 10px;
    padding-right: 15px;
    padding-left: 15px;
}
.module-master_slider-232 .module-item-1 .module-subitem-3.btn:active,
.module-master_slider-232 .module-item-1 .module-subitem-3.btn:hover:active,
.module-master_slider-232 .module-item-1 .module-subitem-3.btn:focus:active {
    background: rgba(17, 17, 17, 1) !important;
}
.module-master_slider-232 .module-item-1 .module-subitem-3.btn:focus {
    background: rgba(17, 17, 17, 1);
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25);
}
.module-master_slider-232 .module-item-1 .module-subitem-3.btn.btn.disabled::after {
    font-size: 20px;
}
.module-master_slider-232 .module-item-1 .module-subitem-3.ms-layer-video {
    width: 400px;
    height: 225px;
}
@media (max-width: 760px) {
    .module-master_slider-232 .module-item-1 .module-subitem-3.ms-layer-text {
        margin-left: 5% !important;
        margin-right: 5% !important;
        margin-top: 6% !important;
    }
    .module-master_slider-232 .module-item-1 .module-subitem-3.ms-layer-button {
        margin-top: 17% !important;
    }
    .module-master_slider-232 .module-item-1 .module-subitem-3.ms-caption {
        font-size: 26px;
        text-align: center;
    }
    .module-master_slider-232 .module-item-1 .module-subitem-3.btn,
    .module-master_slider-232 .module-item-1 .module-subitem-3.btn:visited {
        font-size: 14px;
    }
}
.module-banners-358 .title.module-title {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 0, 0, 1);
    padding-top: 7px;
    padding-bottom: 7px;
    white-space: normal;
    overflow: visible;
    text-overflow: initial;
    text-align: center;
}
.module-banners-358 .title.module-title::after {
    display: none;
    left: 50%;
    right: initial;
    transform: translate3d(-50%, 0, 0);
}
.module-banners-358 .title.module-title.page-title > span::after {
    display: none;
    left: 50%;
    right: initial;
    transform: translate3d(-50%, 0, 0);
}
.module-banners-358 .swiper-container {
    overflow: hidden;
    padding-top: 35px;
    padding-bottom: 35px;
}
.module-banners-358 .swiper-buttons {
    display: none;
    top: 50%;
    width: calc(100% - (-15px * 2));
}
.module-banners-358:hover .swiper-buttons {
    display: block;
}
.module-banners-358 .swiper-button-prev {
    left: 0;
    right: auto;
    transform: translate(0, -50%);
}
.module-banners-358 .swiper-button-next {
    left: auto;
    right: 0;
    transform: translate(0, -50%);
}
.module-banners-358 .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-358 .swiper-button-disabled {
    opacity: 0;
}
.module-banners-358 .swiper-buttons div::before {
    content: '\e5c4' !important;
    font-family: icomoon !important;
    color: rgba(110, 110, 110, 1);
}
.desktop .module-banners-358 .swiper-buttons div:not(.swiper-button-disabled):hover::before {
    color: rgba(255, 255, 255, 1);
}
.module-banners-358 .swiper-buttons .swiper-button-next::before {
    content: '\e5c8' !important;
    font-family: icomoon !important;
    color: rgba(110, 110, 110, 1);
}
.desktop .module-banners-358 .swiper-buttons .swiper-button-next:not(.swiper-button-disabled):hover::before {
    color: rgba(255, 255, 255, 1);
}
.module-banners-358 .swiper-buttons div:not(.swiper-button-disabled):hover {
    background: rgba(0, 96, 57, 1);
}
.desktop .module-banners-358 .swiper-buttons div:not(.swiper-button-disabled):hover {
    border-color: rgba(0, 96, 57, 1);
}
.module-banners-358 .swiper-pagination {
    display: none !important;
    margin-bottom: 20px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
}
.module-banners-358 .swiper {
    padding-bottom: 0;
}
.module-banners-358 .swiper-pagination-bullet {
    width: 25px;
    height: 10px;
    background-color: rgba(80, 80, 80, 1);
}
.module-banners-358 .swiper-pagination > span + span {
    margin-left: 10px;
}
.desktop .module-banners-358 .swiper-pagination-bullet:hover {
    background-color: rgba(0, 0, 0, 1);
}
.module-banners-358 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: rgba(0, 0, 0, 1);
}
.module-banners-358 .swiper-pagination > span {
    border-radius: 5px;
}
.module-banners-358 .module-item.swiper-slide {
    margin-right: 25px;
    width: calc((100% - 3 * 25px) / 4 - 0.01px);
}
.module-banners-358 .module-item:not(.swiper-slide) {
    padding: 12.5px;
    width: calc(100% / 4 - 0.01px);
}
.one-column #content .module-banners-358 .module-item.swiper-slide {
    margin-right: 0px;
    width: calc((100% - 0 * 0px) / 1 - 0.01px);
}
.one-column #content .module-banners-358 .module-item:not(.swiper-slide) {
    padding: 0px;
    width: calc(100% / 1 - 0.01px);
}
.two-column #content .module-banners-358 .module-item.swiper-slide {
    margin-right: 0px;
    width: calc((100% - 0 * 0px) / 1 - 0.01px);
}
.two-column #content .module-banners-358 .module-item:not(.swiper-slide) {
    padding: 0px;
    width: calc(100% / 1 - 0.01px);
}
.side-column .module-banners-358 .module-item.swiper-slide {
    margin-right: 0px;
    width: calc((100% - 0 * 0px) / 1 - 0.01px);
}
.side-column .module-banners-358 .module-item:not(.swiper-slide) {
    padding: 0px;
    width: calc(100% / 1 - 0.01px);
}
.module-banners-358 a img {
    transform: scale(1);
}
.module-banners-358 .module-item > a {
    box-shadow: 0 5px 15px 5px rgba(0, 0, 0, 0.25);
}
.desktop .module-banners-358 .module-item:hover > a {
    box-shadow: 0 5px 45px -10px rgba(0, 0, 0, 0.3);
}
.module-banners-358 .module-item > a::before {
    background: none;
}
.module-banners-358 a::before {
    opacity: 0;
}
.desktop .module-banners-358 a:hover::before {
    opacity: 1;
}
.module-banners-358 a::after {
    opacity: 0;
}
.desktop .module-banners-358 a:hover::after {
    opacity: 1;
}
.module-banners-358 a .banner-caption {
    visibility: visible;
    opacity: 0.8;
    display: block;
    width: 100%;
}
.module-banners-358 .banner-caption {
    /*top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;*/
    left: 0;
    bottom:0;
    /*transform: translate3d(-50%, -50%, 0);*/
}
.module-banners-358 .banner-caption span {
    white-space: normal;
    font-size: 18px;
    color: rgba(110, 110, 110, 1);
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.9);
    padding-top: 8px;
    padding-bottom: 8px;
}
.desktop .module-banners-358 .banner-caption:hover span {
    font-size: 22px;
    color: rgba(0, 96, 57, 1);
}
.desktop .module-banners-358 a:hover .banner-caption span {
    margin-bottom: 20px;
}
.module-banners-358 .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-358 a:hover .banner-caption-2 {
    visibility: visible;
    opacity: 1;
}
.module-banners-358 a .banner-caption-2 {
    width: auto;
}
.module-banners-358 .banner-caption-2 span::after {
    content: '\e5c8' !important;
    font-family: icomoon !important;
    font-size: 12px;
    margin-left: 5px;
}
.module-banners-358 .banner-caption-2 span {
    white-space: normal;
    text-align: center;
    padding-bottom: 5px;
    border-width: 0;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 1);
}
.desktop .module-banners-358 a:hover .banner-caption-2 span {
    margin-bottom: 20px;
}
.module-banners-358 .banner-caption-3 span {
    white-space: normal;
    font-size: 18px;
    color: rgba(0, 0, 0, 1);
    font-weight: 700;
    text-align: center;
}
.desktop .module-banners-358 .banner-caption-3:hover span {
    color: rgba(0, 96, 57, 1);
}
@media (max-width: 760px) {
    .module-banners-358 .swiper-pagination-bullet {
        width: 15px;
        height: 6px;
    }
    .module-banners-358 .swiper-pagination > span + span {
        margin-left: 5px;
    }
    .module-banners-358 .module-item.swiper-slide {
        margin-right: 20px;
        width: calc((100% - 1 * 20px) / 2 - 0.01px);
    }
    .module-banners-358 .module-item:not(.swiper-slide) {
        padding: 10px;
        width: calc(100% / 2 - 0.01px);
    }
    .module-banners-358 .banner-caption-3 span {
        font-size: 15px;
    }
}
.module-banners-345 .title.module-title {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 0, 0, 1);
    padding-top: 7px;
    padding-bottom: 7px;
    white-space: normal;
    overflow: visible;
    text-overflow: initial;
    text-align: center;
}
.module-banners-345 .title.module-title::after {
    display: none;
    left: 50%;
    right: initial;
    transform: translate3d(-50%, 0, 0);
}
.module-banners-345 .title.module-title.page-title > span::after {
    display: none;
    left: 50%;
    right: initial;
    transform: translate3d(-50%, 0, 0);
}
.module-banners-345 .module-item.swiper-slide {
    margin-right: 0px;
    width: calc((100% - 0 * 0px) / 1 - 0.01px);
}
.module-banners-345 .module-item:not(.swiper-slide) {
    padding: 0px;
    width: calc(100% / 1 - 0.01px);
}
.one-column #content .module-banners-345 .module-item.swiper-slide {
    margin-right: 0px;
    width: calc((100% - 0 * 0px) / 1 - 0.01px);
}
.one-column #content .module-banners-345 .module-item:not(.swiper-slide) {
    padding: 0px;
    width: calc(100% / 1 - 0.01px);
}
.two-column #content .module-banners-345 .module-item.swiper-slide {
    margin-right: 0px;
    width: calc((100% - 0 * 0px) / 1 - 0.01px);
}
.two-column #content .module-banners-345 .module-item:not(.swiper-slide) {
    padding: 0px;
    width: calc(100% / 1 - 0.01px);
}
.side-column .module-banners-345 .module-item.swiper-slide {
    margin-right: 0px;
    width: calc((100% - 0 * 0px) / 1 - 0.01px);
}
.side-column .module-banners-345 .module-item:not(.swiper-slide) {
    padding: 0px;
    width: calc(100% / 1 - 0.01px);
}
.module-banners-345 a img {
    transform: scale(1);
}
.module-banners-345 .module-item > a::before {
    background: none;
}
.module-banners-345 a::before {
    opacity: 0;
}
.desktop .module-banners-345 a:hover::before {
    opacity: 1;
}
.module-banners-345 a::after {
    opacity: 0;
}
.desktop .module-banners-345 a:hover::after {
    opacity: 1;
}
.module-banners-345 a .banner-caption {
    visibility: visible;
    opacity: 1;
    display: block;
    width: auto;
}
.module-banners-345 .banner-caption {
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    transform: translate3d(-50%, -50%, 0);
}
.module-banners-345 .banner-caption span {
    white-space: normal;
    padding-top: 8px;
    padding-bottom: 8px;
}
.desktop .module-banners-345 a:hover .banner-caption span {
    margin-bottom: 20px;
}
.module-banners-345 .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-345 a:hover .banner-caption-2 {
    visibility: visible;
    opacity: 1;
}
.module-banners-345 a .banner-caption-2 {
    width: auto;
}
.module-banners-345 .banner-caption-2 span::after {
    content: '\e5c8' !important;
    font-family: icomoon !important;
    font-size: 12px;
    margin-left: 5px;
}
.module-banners-345 .banner-caption-2 span {
    white-space: normal;
    text-align: center;
    padding-bottom: 5px;
    border-width: 0;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 1);
}
.desktop .module-banners-345 a:hover .banner-caption-2 span {
    margin-bottom: 20px;
}
.module-banners-345 .banner-caption-3 span {
    white-space: normal;
}
.module-master_slider-347 .ms-view {
    overflow: hidden;
}
.module-master_slider-347 .static-text-1 {
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    transform: none;
}
.module-master_slider-347 .static-text-1 span {
    transform: scale(calc(100 / 100));
    transform-origin: center;
}
.module-master_slider-347 .static-text-2 {
    top: auto;
    left: 0;
    right: auto;
    bottom: 0;
    transform: translate3d(0, 0, 0);
}
.module-master_slider-347 .static-text-2 span {
    transform: scale(calc(100 / 100));
    transform-origin: center;
}
.desktop .module-master_slider-347 .ms-nav-next {
    opacity: 0;
}
.desktop .module-master_slider-347 .ms-nav-prev {
    opacity: 0;
}
.desktop .module-master_slider-347 .ms-container:hover .ms-nav-next {
    opacity: 1;
}
.desktop .module-master_slider-347 .ms-container:hover .ms-nav-prev {
    opacity: 1;
}
.module-master_slider-347 .ms-nav-next {
    display: flex;
    left: auto;
    right: 0;
    top: 50%;
    bottom: auto;
    transform: translateY(-100%);
}
.module-master_slider-347 .ms-nav-prev {
    display: flex;
    left: auto;
    right: 0;
    top: 50%;
    bottom: auto;
    transform: translateY(0);
}
.module-master_slider-347 .ms-nav-next::before,
.module-master_slider-347 .ms-nav-prev::before {
    content: '\e5c8' !important;
    font-family: icomoon !important;
}
.desktop .module-master_slider-347 .ms-nav-next:hover::before,
.desktop .module-master_slider-347 .ms-nav-prev:hover::before {
    color: rgba(255, 255, 255, 1);
}
.module-master_slider-347 .ms-nav-next,
.module-master_slider-347 .ms-nav-prev {
    width: 40px;
    height: 40px;
}
.module-master_slider-347 .ms-nav-next:hover,
.module-master_slider-347 .ms-nav-prev:hover {
    background: rgba(255, 255, 255, 1);
}
.module-master_slider-347 .ms-bullets {
    display: block;
    top: auto;
    bottom: 0;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    margin-top: 7px;
    margin-bottom: 7px;
    padding: 5px;
}
.module-master_slider-347 .ms-bullets .ms-bullets-count {
    flex-direction: row;
}
.module-master_slider-347 .ms-bullets .ms-bullet {
    margin: calc(7px / 2) !important;
    background: rgba(58, 71, 80, 1);
}
.module-master_slider-347 .ms-bullet {
    width: 20px;
    height: 5px;
}
.desktop .module-master_slider-347 .ms-bullets .ms-bullet:hover,
.module-master_slider-347 .ms-bullets .ms-bullet-selected {
    background: rgba(221, 221, 221, 1);
}
.module-master_slider-347 .ms-thumb-list {
    display: block;
    padding: 10px 0;
    top: auto !important;
    bottom: 0 !important;
    order: 2;
}
.module-master_slider-347 .ms-thumb-list .ms-thumb-frame {
    margin-right: 10px !important;
    opacity: 0.75;
}
.module-master_slider-347 .ms-thumb-frame {
    border-width: 0px;
}
.module-master_slider-347 .ms-timerbar {
    display: none;
    top: auto !important;
    bottom: 0 !important;
}
.module-master_slider-347 .master-slider .ms-time-bar {
    height: 4px !important;
}
@media (max-width: 1024px) {
    .module-master_slider-347 .ms-nav-next {
        display: none;
    }
    .module-master_slider-347 .ms-nav-prev {
        display: none;
    }
}
@media (max-width: 760px) {
    .module-master_slider-347 .ms-bullets {
        margin-top: -30px;
        margin-bottom: -30px;
    }
}
.module-button-348 .btn {
    transform: scale(calc(100 / 100));
    transform-origin: center;
    width: 100%;
    background: rgba(0, 96, 57, 1);
    padding: 15px;
}
.module-button-348 {
    display: flex;
    justify-content: center;
}
.module-button-348 .btn,
.module-button-348 .btn:visited {
    font-size: 20px;
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
}
.module-button-348 .btn:hover {
    background: rgba(0, 126, 75, 1) !important;
}
.module-button-348 .btn.btn.disabled::after {
    font-size: 20px;
}
@media (max-width: 760px) {
    .module-button-348 .btn,
    .module-button-348 .btn:visited {
        font-size: 18px;
    }
    .module-button-348 .btn {
        padding: 10px;
    }
}
.module-master_slider-349 .ms-view {
    overflow: hidden;
}
.module-master_slider-349 .static-text-1 {
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    transform: none;
}
.module-master_slider-349 .static-text-1 span {
    transform: scale(calc(100 / 100));
    transform-origin: center;
}
.module-master_slider-349 .static-text-2 {
    top: auto;
    left: 0;
    right: auto;
    bottom: 0;
    transform: translate3d(0, 0, 0);
}
.module-master_slider-349 .static-text-2 span {
    transform: scale(calc(100 / 100));
    transform-origin: center;
}
.desktop .module-master_slider-349 .ms-nav-next {
    opacity: 0;
}
.desktop .module-master_slider-349 .ms-nav-prev {
    opacity: 0;
}
.desktop .module-master_slider-349 .ms-container:hover .ms-nav-next {
    opacity: 1;
}
.desktop .module-master_slider-349 .ms-container:hover .ms-nav-prev {
    opacity: 1;
}
.module-master_slider-349 .ms-nav-next {
    display: flex;
    left: auto;
    right: 0;
    top: 50%;
    bottom: auto;
    transform: translateY(-100%);
}
.module-master_slider-349 .ms-nav-prev {
    display: flex;
    left: auto;
    right: 0;
    top: 50%;
    bottom: auto;
    transform: translateY(0);
}
.module-master_slider-349 .ms-nav-next::before,
.module-master_slider-349 .ms-nav-prev::before {
    content: '\e5c8' !important;
    font-family: icomoon !important;
}
.desktop .module-master_slider-349 .ms-nav-next:hover::before,
.desktop .module-master_slider-349 .ms-nav-prev:hover::before {
    color: rgba(255, 255, 255, 1);
}
.module-master_slider-349 .ms-nav-next,
.module-master_slider-349 .ms-nav-prev {
    width: 40px;
    height: 40px;
}
.module-master_slider-349 .ms-nav-next:hover,
.module-master_slider-349 .ms-nav-prev:hover {
    background: rgba(255, 255, 255, 1);
}
.module-master_slider-349 .ms-bullets {
    display: block;
    top: auto;
    bottom: 0;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    margin-top: 7px;
    margin-bottom: 7px;
    padding: 5px;
}
.module-master_slider-349 .ms-bullets .ms-bullets-count {
    flex-direction: row;
}
.module-master_slider-349 .ms-bullets .ms-bullet {
    margin: calc(7px / 2) !important;
    background: rgba(58, 71, 80, 1);
}
.module-master_slider-349 .ms-bullet {
    width: 20px;
    height: 5px;
}
.desktop .module-master_slider-349 .ms-bullets .ms-bullet:hover,
.module-master_slider-349 .ms-bullets .ms-bullet-selected {
    background: rgba(221, 221, 221, 1);
}
.module-master_slider-349 .ms-thumb-list {
    display: block;
    padding: 10px 0;
    top: auto !important;
    bottom: 0 !important;
    order: 2;
}
.module-master_slider-349 .ms-thumb-list .ms-thumb-frame {
    margin-right: 10px !important;
    opacity: 0.75;
}
.module-master_slider-349 .ms-thumb-frame {
    border-width: 0px;
}
.module-master_slider-349 .ms-timerbar {
    display: none;
    top: auto !important;
    bottom: 0 !important;
}
.module-master_slider-349 .master-slider .ms-time-bar {
    height: 4px !important;
}
@media (max-width: 1024px) {
    .module-master_slider-349 .ms-nav-next {
        display: none;
    }
    .module-master_slider-349 .ms-nav-prev {
        display: none;
    }
}
@media (max-width: 760px) {
    .module-master_slider-349 .ms-bullets {
        margin-top: -30px;
        margin-bottom: -30px;
    }
}
.module-button-350 .btn {
    transform: scale(calc(100 / 100));
    transform-origin: center;
    width: 100%;
    background: rgba(0, 96, 57, 1);
    padding: 15px;
}
.module-button-350 {
    display: flex;
    justify-content: center;
}
.module-button-350 .btn,
.module-button-350 .btn:visited {
    font-size: 20px;
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
}
.module-button-350 .btn:hover {
    background: rgba(0, 126, 75, 1) !important;
}
.module-button-350 .btn.btn.disabled::after {
    font-size: 20px;
}
@media (max-width: 760px) {
    .module-button-350 .btn,
    .module-button-350 .btn:visited {
        font-size: 18px;
    }
    .module-button-350 .btn {
        padding: 10px;
    }
}
.module-master_slider-351 .ms-view {
    overflow: hidden;
}
.module-master_slider-351 .static-text-1 {
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    transform: none;
}
.module-master_slider-351 .static-text-1 span {
    transform: scale(calc(100 / 100));
    transform-origin: center;
}
.module-master_slider-351 .static-text-2 {
    top: auto;
    left: 0;
    right: auto;
    bottom: 0;
    transform: translate3d(0, 0, 0);
}
.module-master_slider-351 .static-text-2 span {
    transform: scale(calc(100 / 100));
    transform-origin: center;
}
.desktop .module-master_slider-351 .ms-nav-next {
    opacity: 0;
}
.desktop .module-master_slider-351 .ms-nav-prev {
    opacity: 0;
}
.desktop .module-master_slider-351 .ms-container:hover .ms-nav-next {
    opacity: 1;
}
.desktop .module-master_slider-351 .ms-container:hover .ms-nav-prev {
    opacity: 1;
}
.module-master_slider-351 .ms-nav-next {
    display: flex;
    left: auto;
    right: 0;
    top: 50%;
    bottom: auto;
    transform: translateY(-100%);
}
.module-master_slider-351 .ms-nav-prev {
    display: flex;
    left: auto;
    right: 0;
    top: 50%;
    bottom: auto;
    transform: translateY(0);
}
.module-master_slider-351 .ms-nav-next::before,
.module-master_slider-351 .ms-nav-prev::before {
    content: '\e5c8' !important;
    font-family: icomoon !important;
}
.desktop .module-master_slider-351 .ms-nav-next:hover::before,
.desktop .module-master_slider-351 .ms-nav-prev:hover::before {
    color: rgba(255, 255, 255, 1);
}
.module-master_slider-351 .ms-nav-next,
.module-master_slider-351 .ms-nav-prev {
    width: 40px;
    height: 40px;
}
.module-master_slider-351 .ms-nav-next:hover,
.module-master_slider-351 .ms-nav-prev:hover {
    background: rgba(255, 255, 255, 1);
}
.module-master_slider-351 .ms-bullets {
    display: block;
    top: auto;
    bottom: 0;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    margin-top: 7px;
    margin-bottom: 7px;
    padding: 5px;
}
.module-master_slider-351 .ms-bullets .ms-bullets-count {
    flex-direction: row;
}
.module-master_slider-351 .ms-bullets .ms-bullet {
    margin: calc(7px / 2) !important;
    background: rgba(58, 71, 80, 1);
}
.module-master_slider-351 .ms-bullet {
    width: 20px;
    height: 5px;
}
.desktop .module-master_slider-351 .ms-bullets .ms-bullet:hover,
.module-master_slider-351 .ms-bullets .ms-bullet-selected {
    background: rgba(221, 221, 221, 1);
}
.module-master_slider-351 .ms-thumb-list {
    display: block;
    padding: 10px 0;
    top: auto !important;
    bottom: 0 !important;
    order: 2;
}
.module-master_slider-351 .ms-thumb-list .ms-thumb-frame {
    margin-right: 10px !important;
    opacity: 0.75;
}
.module-master_slider-351 .ms-thumb-frame {
    border-width: 0px;
}
.module-master_slider-351 .ms-timerbar {
    display: none;
    top: auto !important;
    bottom: 0 !important;
}
.module-master_slider-351 .master-slider .ms-time-bar {
    height: 4px !important;
}
@media (max-width: 1024px) {
    .module-master_slider-351 .ms-nav-next {
        display: none;
    }
    .module-master_slider-351 .ms-nav-prev {
        display: none;
    }
}
@media (max-width: 760px) {
    .module-master_slider-351 .ms-bullets {
        margin-top: -30px;
        margin-bottom: -30px;
    }
}
.module-button-352 .btn {
    transform: scale(calc(100 / 100));
    transform-origin: center;
    width: 100%;
    background: rgba(0, 96, 57, 1);
    padding: 15px;
}
.module-button-352 {
    display: flex;
    justify-content: center;
}
.module-button-352 .btn,
.module-button-352 .btn:visited {
    font-size: 20px;
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
}
.module-button-352 .btn:hover {
    background: rgba(0, 126, 75, 1) !important;
}
.module-button-352 .btn.btn.disabled::after {
    font-size: 20px;
}
@media (max-width: 760px) {
    .module-button-352 .btn,
    .module-button-352 .btn:visited {
        font-size: 18px;
    }
    .module-button-352 .btn {
        padding: 10px;
    }
}
.module-products-359 .title.module-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;
}
.module-products-359 .title.module-title::after {
    content: '';
    display: block;
    position: relative;
    margin-top: 8px;
    left: 50%;
    right: initial;
    transform: translate3d(-50%, 0, 0);
}
.module-products-359 .title.module-title.page-title > span::after {
    content: '';
    display: block;
    position: relative;
    margin-top: 8px;
    left: 50%;
    right: initial;
    transform: translate3d(-50%, 0, 0);
}
.module-products-359 .title.module-title::after,
.module-products-359 .title.module-title.page-title > span::after {
    width: 100px;
    height: 3px;
    background: rgba(167, 167, 167, 1);
}
.module-products-359 .swiper-container {
    overflow: hidden;
    padding-left:1px;
}
.home-featured-products {
    padding-left: 1px;
}
.home-featured-products .home-featured{
    margin-left: -1px;
    padding-bottom: 18px !important;
}
.tab-product-grid{
    padding-left: 1px;
    padding-top: 1px;
}
.tab-product-grid .tab-product-thumb{
    padding-bottom: 18px !important;
    margin-top:-1px;
    margin-left:-1px;
}
.module-products-359 .swiper-buttons {
    display: none;
    top: 50%;
    width: calc(100% - (-15px * 2));
}
.module-products-359:hover .swiper-buttons {
    display: block;
}
.module-products-359 .swiper-button-prev {
    left: 0;
    right: auto;
    transform: translate(0, -50%);
}
.module-products-359 .swiper-button-next {
    left: auto;
    right: 0;
    transform: translate(0, -50%);
}
.module-products-359 .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-products-359 .swiper-button-disabled {
    opacity: 0;
}
.module-products-359 .swiper-buttons div::before {
    content: '\e5c4' !important;
    font-family: icomoon !important;
    color: rgba(110, 110, 110, 1);
}
.desktop .module-products-359 .swiper-buttons div:not(.swiper-button-disabled):hover::before {
    color: rgba(255, 255, 255, 1);
}
.module-products-359 .swiper-buttons .swiper-button-next::before {
    content: '\e5c8' !important;
    font-family: icomoon !important;
    color: rgba(110, 110, 110, 1);
}
.desktop .module-products-359 .swiper-buttons .swiper-button-next:not(.swiper-button-disabled):hover::before {
    color: rgba(255, 255, 255, 1);
}
.module-products-359 .swiper-buttons div:not(.swiper-button-disabled):hover {
    background: rgba(0, 96, 57, 1);
}
.desktop .module-products-359 .swiper-buttons div:not(.swiper-button-disabled):hover {
    border-color: rgba(0, 96, 57, 1);
}
.module-products-359 .swiper-pagination {
    display: none !important;
    margin-bottom: 20px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
}
.module-products-359 .swiper {
    padding-bottom: 0;
}
.module-products-359 .swiper-pagination-bullet {
    width: 25px;
    height: 10px;
    background-color: rgba(80, 80, 80, 1);
}
.module-products-359 .swiper-pagination > span + span {
    margin-left: 10px;
}
.desktop .module-products-359 .swiper-pagination-bullet:hover {
    background-color: rgba(0, 0, 0, 1);
}
.module-products-359 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: rgba(0, 0, 0, 1);
}
.module-products-359 .swiper-pagination > span {
    border-radius: 5px;
}
.module-products-359 .nav-tabs > li > a,
.module-products-359 .nav-tabs > li.active > a,
.module-products-359 .nav-tabs > li.active > a:hover,
.module-products-359 .nav-tabs > li.active > a:focus {
    font-size: 18px;
    color: rgba(58, 71, 80, 1);
    font-weight: 700;
    text-transform: uppercase;
}
.desktop .module-products-359 .nav-tabs > li:hover > a,
.module-products-359 .nav-tabs > li.active > a {
    color: rgba(0, 0, 0, 1);
}
.module-products-359 .nav-tabs > li.active > a,
.module-products-359 .nav-tabs > li.active > a:hover,
.module-products-359 .nav-tabs > li.active > a:focus {
    color: rgba(0, 0, 0, 1);
}
.module-products-359 .nav-tabs > li > a,
.module-products-359 .nav-tabs > li:hover > a,
.module-products-359 .nav-tabs > li.active > a,
.module-products-359 .nav-tabs > li.active > a,
.module-products-359 .nav-tabs > li.active > a:hover,
.module-products-359 .nav-tabs > li.active > a:focus {
    background: rgba(238, 238, 238, 1) !important;
}
.desktop .module-products-359 .nav-tabs > li:hover > a {
    background: rgba(255, 255, 255, 1) !important;
}
.module-products-359 ul.nav-tabs > li.active > a,
.module-products-359 ul.nav-tabs > li.active > a:hover,
.module-products-359 ul.nav-tabs > li.active > a:focus {
    background: rgba(255, 255, 255, 1) !important;
}
.module-products-359 .nav-tabs {
    border-width: 1px;
    border-style: solid;
    border-color: rgba(238, 238, 238, 1);
    background: rgba(221, 221, 221, 1);
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    overflow-x: visible;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    min-width: 50px;
}
.module-products-359 .nav-tabs > li {
    border-width: 0;
    border-left-width: 1px;
    border-style: solid;
    border-color: rgba(221, 221, 221, 1);
    flex-grow: 1;
}
.module-products-359 .nav-tabs > li:first-child {
    border-width: 0;
    border-left-width: 0px;
}
.module-products-359 .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;
}
.module-products-359 .nav-tabs > li > a {
    justify-content: center;
    white-space: nowrap;
    padding: 10px;
    padding-right: 20px;
    padding-left: 20px;
}
.module-products-359 .nav-tabs > li > a::before {
    font-size: 18px;
}
.module-products-359 .mobile .nav-tabs {
    overflow-x: visible;
}
.module-products-359 .nav-tabs::-webkit-scrollbar {
    -webkit-appearance: initial;
    height: 1px;
    height: 2px;
    width: 2px;
}
.module-products-359 .nav-tabs::-webkit-scrollbar-track {
    background-color: white;
    background-color: rgba(255, 255, 255, 1);
}
.module-products-359 .nav-tabs::-webkit-scrollbar-thumb {
    background-color: #999;
    background-color: rgba(255, 255, 255, 1);
}
.module-products-359 .tab-container::before {
    display: none;
}
.module-products-359 .tab-content {
    padding-top: 20px;
}
.module-products-359 .tab-container {
    display: block;
}
.module-products-359 .tab-container .nav-tabs {
    flex-direction: row;
}
.module-products-359 .product-layout.swiper-slide {
    margin-right: 0px;
    width: calc((100% - 3 * 0px) / 4 - 0.01px);
}
.module-products-359 .product-layout:not(.swiper-slide) {
    padding: 0px;
    width: calc(100% / 4 - 0.01px);
}
.one-column #content .module-products-359 .product-layout.swiper-slide {
    margin-right: 0px;
    width: calc((100% - 0 * 0px) / 1 - 0.01px);
}
.one-column #content .module-products-359 .product-layout:not(.swiper-slide) {
    padding: 0px;
    width: calc(100% / 1 - 0.01px);
}
.two-column #content .module-products-359 .product-layout.swiper-slide {
    margin-right: 0px;
    width: calc((100% - 0 * 0px) / 1 - 0.01px);
}
.two-column #content .module-products-359 .product-layout:not(.swiper-slide) {
    padding: 0px;
    width: calc(100% / 1 - 0.01px);
}
.side-column .module-products-359 .product-layout.swiper-slide {
    margin-right: 0px;
    width: calc((100% - 0 * 0px) / 1 - 0.01px);
}
.side-column .module-products-359 .product-layout:not(.swiper-slide) {
    padding: 0px;
    width: calc(100% / 1 - 0.01px);
}
.module-products-359 .module-body > .module-item {
    margin-bottom: 40px;
}
.module-products-359 .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 .module-products-359 .product-grid .product-layout:hover .product-thumb {
    border-color: rgba(238, 238, 238, 1);
}
.module-products-359 .product-grid .product-thumb:hover .product-img > div {
    transform: scale(1.12);
}
.module-products-359 .product-grid .product-thumb .product-labels {
    display: none;
    visibility: visible;
    opacity: 1;
}
.module-products-359 .product-grid .product-thumb .quickview-button {
    display: none;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    transform: translate3d(-50%, -50%, 1px);
}
.module-products-359 .product-grid .product-thumb .btn-quickview {
    visibility: hidden;
    opacity: 0;
    transform: scale(0.88);
    width: 30px;
    height: 30px;
}
.module-products-359 .product-grid .product-thumb:hover .btn-quickview {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}
.module-products-359 .product-grid .product-thumb .btn-quickview .btn-text {
    display: none;
}
.module-products-359 .product-grid .product-thumb .btn-quickview::before {
    display: inline-block;
}
.module-products-359 .product-grid .product-thumb .countdown {
    display: none;
    visibility: visible;
    opacity: 1;
    transform: translate3d(-50%, 0, 1px) scale(1);
}
.module-products-359 .product-grid.product-list .product-layout .image {
    float: left;
    height: 100%;
}
.module-products-359 .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;
}
.module-products-359 .product-grid .stat-1 .stats-label {
    display: none;
}
.module-products-359 .product-grid .stat-2 .stats-label {
    display: none;
}
.module-products-359 .product-grid.product-grid .product-thumb .rating {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 0;
}
.module-products-359 .product-grid.product-grid .product-thumb:hover .rating {
    visibility: visible;
    opacity: 1;
}
.module-products-359 .product-grid.product-grid .product-thumb .rating-stars {
    position: absolute;
    visibility: visible;
    opacity: 1;
    transform: translateY(-50%);
}
.module-products-359 .product-grid .product-thumb .rating {
    justify-content: center;
    display: flex;
}
.module-products-359 .product-grid .product-thumb .rating.no-rating {
    display: none;
}
.module-products-359 .product-grid .product-thumb .rating-stars {
    padding-bottom: 10px;
}
.module-products-359 .product-grid .product-thumb .rating.no-rating span {
    opacity: 0.5;
}
.module-products-359 .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;
}
.module-products-359 .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;
}
.module-products-359 .product-grid .product-thumb .name a:hover {
    color: rgba(0, 96, 57, 1);
}
.module-products-359 .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;
}
.module-products-359 .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;
}
.module-products-359 .product-grid .product-thumb .price-tax {
    display: none;
    font-size: 12px;
    text-align: left;
}
.module-products-359 .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;
}
.module-products-359 .product-grid .product-thumb .price-old {
    font-size: 14px;
    color: rgba(190, 190, 190, 1);
    text-decoration: line-through;
    margin: 0;
    order: 2;
}
.module-products-359 .product-grid .product-thumb .price > div {
    align-items: center;
    flex-direction: row;
}
.module-products-359 .product-grid .product-thumb .buttons-wrapper {
    display: block;
}
.module-products-359 .product-grid .product-thumb .button-group {
    justify-content: space-between;
}
.module-products-359 .product-grid.product-grid .product-thumb .button-group {
    padding: 8px;
    padding-bottom: 5px;
}
.module-products-359 .product-grid .product-thumb .cart-group {
    display: none;
}
.module-products-359 .product-grid .product-thumb .btn-cart::before {
    display: none;
    font-size: 16px;
    left: 2px;
    margin-right: 2px;
}
.module-products-359 .product-grid .product-thumb .btn-cart .btn-text {
    display: inline-block;
    padding: 0;
}
.module-products-359 .product-grid.product-grid .product-thumb .btn-cart {
    flex: initial;
}
.module-products-359 .product-grid.product-grid .product-thumb .cart-group {
    flex: initial;
}
.module-products-359 .product-grid .product-thumb .btn-cart.btn,
.module-products-359 .product-grid .product-thumb .btn-cart.btn:visited {
    text-transform: none;
}
.module-products-359 .product-grid .product-thumb .btn-cart.btn {
    padding: 2px;
    padding-right: 7px;
    padding-left: 7px;
    min-width: 20px;
    min-height: 20px;
}
.desktop .module-products-359 .product-grid .product-thumb .btn-cart.btn:hover {
    box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.25);
}
.module-products-359 .product-grid .product-thumb .btn-cart.btn:active,
.module-products-359 .product-grid .product-thumb .btn-cart.btn:hover:active,
.module-products-359 .product-grid .product-thumb .btn-cart.btn:focus:active {
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25);
}
.module-products-359 .product-grid .product-thumb .btn-cart.btn:focus {
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25);
}
.module-products-359 .product-grid .product-thumb .btn-cart.btn.btn.disabled::after {
    font-size: 20px;
}
.module-products-359 .product-grid .product-thumb .stepper {
    display: none;
    margin-right: 5px;
    height: 36px;
}
.module-products-359 .product-grid .button-group-bottom .wish-group.wish-group-bottom {
    margin: -10px;
    margin-top: 10px;
}
.module-products-359 .product-grid .button-group-bottom .wish-group-bottom {
    border-width: 0;
    border-top-width: 1px;
    border-style: solid;
}
.module-products-359 .product-grid .product-thumb .btn-wishlist {
    display: none;
    margin-right: 5px;
    margin-left: 5px;
}
.module-products-359 .product-grid .product-thumb .btn-wishlist::before {
    display: inline-block;
    font-size: 15px;
}
.module-products-359 .product-grid .product-thumb .btn-wishlist .btn-text {
    display: none;
}
.module-products-359 .product-grid .product-thumb .btn-wishlist.btn,
.module-products-359 .product-grid .product-thumb .btn-wishlist.btn:visited {
    color: rgba(48, 56, 65, 1);
    text-transform: none;
}
.module-products-359 .product-grid .product-thumb .btn-wishlist.btn:hover {
    color: rgba(255, 255, 255, 1) !important;
    background: none !important;
}
.module-products-359 .product-grid .product-thumb .btn-wishlist.btn {
    background: none;
    border-style: none;
    padding: 3px;
    box-shadow: none;
}
.module-products-359 .product-grid .product-thumb .btn-wishlist.btn:active,
.module-products-359 .product-grid .product-thumb .btn-wishlist.btn:hover:active,
.module-products-359 .product-grid .product-thumb .btn-wishlist.btn:focus:active {
    background: none !important;
}
.module-products-359 .product-grid .product-thumb .btn-wishlist.btn:focus {
    background: none;
}
.module-products-359 .product-grid .product-thumb .btn-wishlist.btn.btn.disabled::after {
    font-size: 20px;
}
.module-products-359 .product-grid .product-thumb .btn-compare {
    display: none;
}
.module-products-359 .product-grid .product-thumb .btn-compare::before {
    display: inline-block;
    font-size: 14px;
}
.module-products-359 .product-grid .product-thumb .btn-compare .btn-text {
    display: none;
}
.module-products-359 .product-grid .product-thumb .btn-compare.btn,
.module-products-359 .product-grid .product-thumb .btn-compare.btn:visited {
    color: rgba(48, 56, 65, 1);
    text-transform: none;
}
.module-products-359 .product-grid .product-thumb .btn-compare.btn:hover {
    color: rgba(255, 255, 255, 1) !important;
    background: none !important;
}
.module-products-359 .product-grid .product-thumb .btn-compare.btn {
    background: none;
    border-style: none;
    padding: 3px;
    box-shadow: none;
}
.module-products-359 .product-grid .product-thumb .btn-compare.btn:active,
.module-products-359 .product-grid .product-thumb .btn-compare.btn:hover:active,
.module-products-359 .product-grid .product-thumb .btn-compare.btn:focus:active {
    background: none !important;
}
.module-products-359 .product-grid .product-thumb .btn-compare.btn:focus {
    background: none;
}
.module-products-359 .product-grid .product-thumb .btn-compare.btn.btn.disabled::after {
    font-size: 20px;
}
.module-products-359 .product-grid .product-thumb .extra-group {
    display: none;
}
.module-products-359 .product-grid .product-thumb .extra-group .btn:first-child {
    display: inline-flex;
}
.module-products-359 .product-grid .product-thumb .extra-group .btn-extra + .btn {
    display: inline-flex;
}
.module-products-359 .product-grid .product-thumb .extra-group .btn:first-child::before {
    display: inline-block;
}
.module-products-359 .product-grid .product-thumb .extra-group .btn:first-child .btn-text {
    display: inline-block;
    padding: 0 0.4em;
}
.module-products-359 .product-grid .product-thumb .extra-group .btn + .btn::before {
    display: inline-block;
}
.module-products-359 .product-grid .product-thumb .extra-group .btn + .btn .btn-text {
    display: inline-block;
    padding: 0 0.4em;
}
.module-products-359 .product-grid .product-layout .extra-group > div {
    justify-content: space-between;
}
.module-products-359 .product-grid .product-thumb .extra-group > div {
    padding: 4px;
}
.module-products-359 .product-grid .product-thumb .extra-group .btn.btn,
.module-products-359 .product-grid .product-thumb .extra-group .btn.btn:visited {
    text-transform: none;
}
.module-products-359 .product-grid .product-thumb .extra-group .btn.btn {
    padding: 2px;
    padding-right: 7px;
    padding-left: 7px;
    min-width: 20px;
    min-height: 20px;
}
.desktop .module-products-359 .product-grid .product-thumb .extra-group .btn.btn:hover {
    box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.25);
}
.module-products-359 .product-grid .product-thumb .extra-group .btn.btn:active,
.module-products-359 .product-grid .product-thumb .extra-group .btn.btn:hover:active,
.module-products-359 .product-grid .product-thumb .extra-group .btn.btn:focus:active {
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25);
}
.module-products-359 .product-grid .product-thumb .extra-group .btn.btn:focus {
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25);
}
.module-products-359 .product-grid .product-thumb .extra-group .btn.btn.btn.disabled::after {
    font-size: 20px;
}
.module-products-359 .product-grid .product-thumb .extra-group .btn + .btn.btn,
.module-products-359 .product-grid .product-thumb .extra-group .btn + .btn.btn:visited {
    text-transform: none;
}
.module-products-359 .product-grid .product-thumb .extra-group .btn + .btn.btn {
    padding: 2px;
    padding-right: 7px;
    padding-left: 7px;
    min-width: 20px;
    min-height: 20px;
}
.desktop .module-products-359 .product-grid .product-thumb .extra-group .btn + .btn.btn:hover {
    box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.25);
}
.module-products-359 .product-grid .product-thumb .extra-group .btn + .btn.btn:active,
.module-products-359 .product-grid .product-thumb .extra-group .btn + .btn.btn:hover:active,
.module-products-359 .product-grid .product-thumb .extra-group .btn + .btn.btn:focus:active {
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25);
}
.module-products-359 .product-grid .product-thumb .extra-group .btn + .btn.btn:focus {
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25);
}
.module-products-359 .product-grid .product-thumb .extra-group .btn + .btn.btn.btn.disabled::after {
    font-size: 20px;
}
.module-products-359 .product-grid.product-grid .product-thumb .extra-group {
    position: static;
    margin-top: initial;
}
.module-products-359 .product-grid.product-grid .product-thumb .extra-group > div {
    position: static;
    transform: none;
    opacity: 1;
}
.module-products-359 .product-grid.product-grid .product-thumb .buttons-wrapper {
    position: static;
    width: auto;
    overflow: visible;
    order: initial;
    margin-top: auto;
    transform: none;
}
.module-products-359 .product-grid.product-grid .product-thumb .buttons-wrapper .button-group {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
}
.module-products-359 .product-grid.product-grid .product-thumb:hover .buttons-wrapper .button-group {
    transform: none;
}
.module-products-359 .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;
}
.module-products-359 .product-list .product-thumb {
    border-width: 0;
    border-top-width: 1px;
    border-style: solid;
    border-color: rgba(221, 221, 221, 1);
    padding-top: 20px;
}
.module-products-359 .product-list:not(.product-grid) .product-layout:not(.swiper-slide) + .product-layout:not(.swiper-slide) {
    margin-top: 24px;
}
.module-products-359 .product-list .product-thumb:hover .product-img > div {
    transform: scale(1.12);
}
.module-products-359 .product-list .product-thumb .product-labels {
    visibility: visible;
    opacity: 1;
}
.module-products-359 .product-list .product-thumb .quickview-button {
    display: flex;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    transform: translate3d(-50%, -50%, 1px);
}
.module-products-359 .product-list .product-thumb .btn-quickview {
    visibility: hidden;
    opacity: 0;
    transform: scale(0.88);
}
.module-products-359 .product-list .product-thumb:hover .btn-quickview {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}
.module-products-359 .product-list .product-thumb .btn-quickview .btn-text {
    display: none;
}
.module-products-359 .product-list .product-thumb .btn-quickview::before {
    display: inline-block;
    content: '\eb54' !important;
    font-family: icomoon !important;
}
.module-products-359 .product-list .product-thumb .image .btn {
    background: rgba(109, 118, 125, 1);
    border-width: 0px;
}
.module-products-359 .product-list .product-thumb .image .btn:hover {
    background: rgba(48, 56, 65, 1) !important;
}
.module-products-359 .product-list .product-thumb .image .btn.btn.disabled::after {
    font-size: 20px;
}
.module-products-359 .product-list .product-thumb .countdown {
    display: flex;
    visibility: visible;
    opacity: 1;
    transform: translate3d(-50%, 0, 1px) scale(1);
}
.module-products-359 .product-list.product-list .product-layout .image {
    float: left;
    height: 100%;
}
.module-products-359 .product-list .product-thumb .caption {
    padding-left: 20px;
}
.module-products-359 .product-list .product-thumb .stats {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 5px;
}
.module-products-359 .product-list .stat-1 .stats-label {
    display: inline-block;
}
.module-products-359 .product-list .stat-2 .stats-label {
    display: inline-block;
}
.module-products-359 .product-list.product-grid .product-thumb .rating {
    position: static;
    visibility: visible;
    opacity: 1;
}
.module-products-359 .product-list .product-thumb .rating {
    justify-content: flex-end;
    margin-bottom: 5px;
    display: flex;
}
.module-products-359 .product-list .product-thumb .rating.no-rating {
    display: none;
}
.module-products-359 .product-list .product-thumb .rating .fa-stack {
    font-size: 15px;
    width: 1.2em;
}
.module-products-359 .product-list .product-thumb .rating-stars {
    margin-top: -18px;
}
.module-products-359 .product-list .product-thumb .rating.no-rating span {
    opacity: 0.3;
}
.module-products-359 .product-list .product-thumb .name {
    display: flex;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    justify-content: flex-start;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 5px;
}
.module-products-359 .product-list .product-thumb .name a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    color: rgba(48, 56, 65, 1);
    font-weight: 700;
    text-align: left;
}
.module-products-359 .product-list .product-thumb .description {
    display: block;
    color: rgba(109, 118, 125, 1);
    line-height: 1.5;
    margin-bottom: 5px;
}
.module-products-359 .product-list .product-thumb .price {
    display: block;
    font-size: 26px;
    color: rgba(48, 56, 65, 1);
    text-align: left;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-left: 0;
    margin-right: auto;
    text-align: left;
    justify-content: flex-start;
    margin-bottom: 10px;
}
.module-products-359 .product-list .product-thumb .price-tax {
    display: block;
    font-size: 12px;
}
.module-products-359 .product-list .product-thumb .price-new {
    color: rgba(255, 255, 255, 1);
    margin: 0 7px 0 0;
    order: 1;
}
.module-products-359 .product-list .product-thumb .price-old {
    font-size: 18px;
    color: rgba(109, 118, 125, 1);
    text-decoration: line-through;
    margin: 0;
    order: 2;
}
.module-products-359 .product-list .product-thumb .price > div {
    align-items: center;
    flex-direction: row;
}
.module-products-359 .product-list .product-thumb .button-group {
    justify-content: space-between;
}
.module-products-359 .product-list .product-thumb .cart-group {
    display: inline-flex;
}
.module-products-359 .product-list .product-thumb .btn-cart {
    height: 35px;
}
.module-products-359 .product-list .product-thumb .btn-wishlist {
    width: 35px;
    height: 35px;
    display: inline-flex;
    margin-right: 5px;
    margin-left: 5px;
}
.module-products-359 .product-list .product-thumb .btn-compare {
    width: 35px;
    height: 35px;
    display: inline-flex;
}
.module-products-359 .product-list .product-thumb .btn-cart::before {
    display: inline-block;
    font-size: 16px;
}
.module-products-359 .product-list .product-thumb .btn-cart .btn-text {
    display: inline-block;
    padding: 0 0.4em;
}
.module-products-359 .product-list.product-grid .product-thumb .btn-cart {
    flex: initial;
}
.module-products-359 .product-list.product-grid .product-thumb .cart-group {
    flex: initial;
}
.module-products-359 .product-list .product-thumb .btn-cart.btn,
.module-products-359 .product-list .product-thumb .btn-cart.btn:visited {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
}
.module-products-359 .product-list .product-thumb .btn-cart.btn:hover {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(0, 126, 75, 1) !important;
}
.module-products-359 .product-list .product-thumb .btn-cart.btn {
    background: rgba(0, 96, 57, 1);
    padding: 10px;
    padding-right: 15px;
    padding-left: 15px;
}
.module-products-359 .product-list .product-thumb .btn-cart.btn:active,
.module-products-359 .product-list .product-thumb .btn-cart.btn:hover:active,
.module-products-359 .product-list .product-thumb .btn-cart.btn:focus:active {
    background: rgba(17, 17, 17, 1) !important;
}
.module-products-359 .product-list .product-thumb .btn-cart.btn:focus {
    background: rgba(17, 17, 17, 1);
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25);
}
.module-products-359 .product-list .product-thumb .btn-cart.btn.btn.disabled::after {
    font-size: 20px;
}
.module-products-359 .product-list .product-thumb .stepper {
    display: inline-flex;
    margin-right: 5px;
    height: 35px;
}
.module-products-359 .product-list .product-thumb .btn-wishlist::before {
    display: inline-block;
    font-size: 16px;
}
.module-products-359 .product-list .product-thumb .btn-wishlist .btn-text {
    display: none;
}
.module-products-359 .product-list .product-thumb .btn-wishlist.btn,
.module-products-359 .product-list .product-thumb .btn-wishlist.btn:visited {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
}
.module-products-359 .product-list .product-thumb .btn-wishlist.btn:hover {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(0, 126, 75, 1) !important;
}
.module-products-359 .product-list .product-thumb .btn-wishlist.btn {
    background: rgba(0, 96, 57, 1);
    padding: 10px;
    padding-right: 15px;
    padding-left: 15px;
}
.module-products-359 .product-list .product-thumb .btn-wishlist.btn:active,
.module-products-359 .product-list .product-thumb .btn-wishlist.btn:hover:active,
.module-products-359 .product-list .product-thumb .btn-wishlist.btn:focus:active {
    background: rgba(17, 17, 17, 1) !important;
}
.module-products-359 .product-list .product-thumb .btn-wishlist.btn:focus {
    background: rgba(17, 17, 17, 1);
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25);
}
.module-products-359 .product-list .product-thumb .btn-wishlist.btn.btn.disabled::after {
    font-size: 20px;
}
.module-products-359 .product-list .product-thumb .btn-compare::before {
    display: inline-block;
    font-size: 16px;
}
.module-products-359 .product-list .product-thumb .btn-compare .btn-text {
    display: none;
}
.module-products-359 .product-list .product-thumb .btn-compare.btn,
.module-products-359 .product-list .product-thumb .btn-compare.btn:visited {
    color: rgba(255, 255, 255, 1);
}
.module-products-359 .product-list .product-thumb .btn-compare.btn:hover {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(48, 56, 65, 1) !important;
}
.module-products-359 .product-list .product-thumb .btn-compare.btn:active,
.module-products-359 .product-list .product-thumb .btn-compare.btn:hover:active,
.module-products-359 .product-list .product-thumb .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;
}
.module-products-359 .product-list .product-thumb .btn-compare.btn:focus {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(48, 56, 65, 1);
    border-color: rgba(255, 255, 255, 1);
}
.module-products-359 .product-list .product-thumb .btn-compare.btn {
    background: rgba(0, 0, 0, 1);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 1);
}
.module-products-359 .product-list .product-thumb .btn-compare.btn:hover,
.module-products-359 .product-list .product-thumb .btn-compare.btn:active:hover {
    border-color: rgba(255, 255, 255, 1);
}
.module-products-359 .product-list .product-thumb .btn-compare.btn.btn.disabled::after {
    font-size: 20px;
}
.module-products-359 .product-list .product-thumb .extra-group {
    display: block;
}
.module-products-359 .product-list .product-thumb .extra-group .btn:first-child {
    display: inline-flex;
}
.module-products-359 .product-list .product-thumb .extra-group .btn-extra + .btn {
    display: inline-flex;
}
.module-products-359 .product-list .product-thumb .extra-group .btn:first-child::before {
    display: inline-block;
    font-size: 16px;
    color: rgba(3, 107, 44, 1);
}
.module-products-359 .product-list .product-thumb .extra-group .btn:first-child .btn-text {
    display: inline-block;
    padding: 0 0.4em;
}
.module-products-359 .product-list .product-thumb .extra-group .btn + .btn::before {
    display: inline-block;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
}
.module-products-359 .product-list .product-thumb .extra-group .btn + .btn .btn-text {
    display: inline-block;
    padding: 0 0.4em;
}
.module-products-359 .product-list .product-thumb .extra-group .btn + .btn.btn {
    margin-left: 5px;
    background: none;
    border-style: none;
    padding: 3px;
    box-shadow: none;
}
.module-products-359 .product-list .product-layout .extra-group > div {
    justify-content: flex-start;
}
.module-products-359 .product-list .product-thumb .extra-group > div {
    margin-top: 10px;
}
.module-products-359 .product-list .product-thumb .extra-group .btn.btn,
.module-products-359 .product-list .product-thumb .extra-group .btn.btn:visited {
    color: rgba(48, 56, 65, 1);
    text-transform: none;
}
.module-products-359 .product-list .product-thumb .extra-group .btn.btn:hover {
    color: rgba(255, 255, 255, 1) !important;
    background: none !important;
}
.module-products-359 .product-list .product-thumb .extra-group .btn.btn {
    background: none;
    border-style: none;
    padding: 3px;
    box-shadow: none;
}
.module-products-359 .product-list .product-thumb .extra-group .btn.btn:active,
.module-products-359 .product-list .product-thumb .extra-group .btn.btn:hover:active,
.module-products-359 .product-list .product-thumb .extra-group .btn.btn:focus:active {
    background: none !important;
}
.module-products-359 .product-list .product-thumb .extra-group .btn.btn:focus {
    background: none;
}
.module-products-359 .product-list .product-thumb .extra-group .btn.btn.btn.disabled::after {
    font-size: 20px;
}
.module-products-359 .product-list .product-thumb .extra-group .btn + .btn.btn,
.module-products-359 .product-list .product-thumb .extra-group .btn + .btn.btn:visited {
    color: rgba(48, 56, 65, 1);
    text-transform: none;
}
.module-products-359 .product-list .product-thumb .extra-group .btn + .btn.btn:hover {
    color: rgba(255, 255, 255, 1) !important;
    background: none !important;
}
.module-products-359 .product-list .product-thumb .extra-group .btn + .btn.btn:active,
.module-products-359 .product-list .product-thumb .extra-group .btn + .btn.btn:hover:active,
.module-products-359 .product-list .product-thumb .extra-group .btn + .btn.btn:focus:active {
    background: none !important;
}
.module-products-359 .product-list .product-thumb .extra-group .btn + .btn.btn:focus {
    background: none;
}
.module-products-359 .product-list .product-thumb .extra-group .btn + .btn.btn.btn.disabled::after {
    font-size: 20px;
}
.module-products-359 .product-list.product-grid .product-thumb .extra-group {
    position: static;
    margin-top: initial;
}
.module-products-359 .product-list.product-grid .product-thumb .extra-group > div {
    position: static;
    transform: none;
    opacity: 1;
}
.module-products-359 .product-list.product-grid .product-thumb .buttons-wrapper {
    position: static;
    width: auto;
    overflow: visible;
    order: initial;
    margin-top: auto;
    transform: none;
}
.module-products-359 .product-list.product-grid .product-thumb .buttons-wrapper .button-group {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
}
.module-products-359 .product-list.product-grid .product-thumb:hover .buttons-wrapper .button-group {
    transform: none;
}
.module-products-359 .product-list.product-grid .wish-group {
    justify-content: flex-start;
}
.module-products-359 .module-body {
    padding-top: 10px;
}
@media (max-width: 769px) {
    .module-products-359 .product-list .product-thumb .rating {
        justify-content: flex-start;
    }
    .module-products-359 .product-list .product-thumb .rating-stars {
        margin-top: 0px;
    }
}
@media (max-width: 760px) {
    .module-products-359 .swiper-pagination-bullet {
        width: 15px;
        height: 6px;
    }
    .module-products-359 .swiper-pagination > span + span {
        margin-left: 5px;
    }
    .module-products-359 .nav-tabs > li {
        width: calc(100% / 3);
    }
    .module-products-359 .product-layout.swiper-slide {
        margin-right: 0px;
        width: calc((100% - 1 * 0px) / 2 - 0.01px);
    }
    .module-products-359 .product-layout:not(.swiper-slide) {
        padding: 0px;
        width: calc(100% / 2 - 0.01px);
    }
    .module-products-359 .product-grid .product-thumb .name a {
        font-size: 16px;
    }
    .module-products-359 .product-grid .product-thumb .btn-wishlist {
        width: 40px;
    }
    .module-products-359 .product-grid .product-thumb .btn-compare {
        width: 40px;
    }
    .module-products-359 .product-grid.product-grid .product-thumb .cart-group {
        flex: 1;
    }
    .module-products-359 .product-grid.product-grid .product-thumb .btn-cart {
        flex: 1;
    }
    .module-products-359 .product-grid .product-thumb .btn-cart {
        margin-bottom: 10px;
    }
    .module-products-359 .product-grid.product-grid .wish-group {
        justify-content: center;
    }
    .module-products-359 .product-list.product-list .product-layout .image {
        float: none;
        height: auto;
    }
    .module-products-359 .product-list .product-thumb .caption {
        padding-top: 20px;
        padding-left: 0px;
    }
    .module-products-359 .product-list .product-thumb .btn-cart.btn,
    .module-products-359 .product-list .product-thumb .btn-cart.btn:visited {
        font-size: 14px;
    }
    .module-products-359 .product-list .product-thumb .btn-wishlist.btn,
    .module-products-359 .product-list .product-thumb .btn-wishlist.btn:visited {
        font-size: 14px;
    }
}
@media (max-width: 470px) {
    .module-products-359 .nav-tabs > li {
        width: calc(100% / 2);
    }
}
.module-products-360 .title.module-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;
}
.module-products-360 .title.module-title::after {
    content: '';
    display: block;
    position: relative;
    margin-top: 8px;
    left: 50%;
    right: initial;
    transform: translate3d(-50%, 0, 0);
}
.module-products-360 .title.module-title.page-title > span::after {
    content: '';
    display: block;
    position: relative;
    margin-top: 8px;
    left: 50%;
    right: initial;
    transform: translate3d(-50%, 0, 0);
}
.module-products-360 .title.module-title::after,
.module-products-360 .title.module-title.page-title > span::after {
    width: 100px;
    height: 3px;
    background: rgba(167, 167, 167, 1);
}
.module-products-360 .swiper-container {
    overflow: hidden;
}
.module-products-360 .swiper-buttons {
    display: none;
    top: 50%;
    width: calc(100% - (-15px * 2));
}
.module-products-360:hover .swiper-buttons {
    display: block;
}
.module-products-360 .swiper-button-prev {
    left: 0;
    right: auto;
    transform: translate(0, -50%);
}
.module-products-360 .swiper-button-next {
    left: auto;
    right: 0;
    transform: translate(0, -50%);
}
.module-products-360 .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-products-360 .swiper-button-disabled {
    opacity: 0;
}
.module-products-360 .swiper-buttons div::before {
    content: '\e5c4' !important;
    font-family: icomoon !important;
    color: rgba(110, 110, 110, 1);
}
.desktop .module-products-360 .swiper-buttons div:not(.swiper-button-disabled):hover::before {
    color: rgba(255, 255, 255, 1);
}
.module-products-360 .swiper-buttons .swiper-button-next::before {
    content: '\e5c8' !important;
    font-family: icomoon !important;
    color: rgba(110, 110, 110, 1);
}
.desktop .module-products-360 .swiper-buttons .swiper-button-next:not(.swiper-button-disabled):hover::before {
    color: rgba(255, 255, 255, 1);
}
.module-products-360 .swiper-buttons div:not(.swiper-button-disabled):hover {
    background: rgba(0, 96, 57, 1);
}
.desktop .module-products-360 .swiper-buttons div:not(.swiper-button-disabled):hover {
    border-color: rgba(0, 96, 57, 1);
}
.module-products-360 .swiper-pagination {
    display: none !important;
    margin-bottom: 20px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
}
.module-products-360 .swiper {
    padding-bottom: 0;
}
.module-products-360 .swiper-pagination-bullet {
    width: 25px;
    height: 10px;
    background-color: rgba(80, 80, 80, 1);
}
.module-products-360 .swiper-pagination > span + span {
    margin-left: 10px;
}
.desktop .module-products-360 .swiper-pagination-bullet:hover {
    background-color: rgba(0, 0, 0, 1);
}
.module-products-360 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: rgba(0, 0, 0, 1);
}
.module-products-360 .swiper-pagination > span {
    border-radius: 5px;
}
.module-products-360 .nav-tabs > li > a,
.module-products-360 .nav-tabs > li.active > a,
.module-products-360 .nav-tabs > li.active > a:hover,
.module-products-360 .nav-tabs > li.active > a:focus {
    font-size: 18px;
    color: rgba(58, 71, 80, 1);
    font-weight: 700;
    text-transform: uppercase;
}
.desktop .module-products-360 .nav-tabs > li:hover > a,
.module-products-360 .nav-tabs > li.active > a {
    color: rgba(0, 0, 0, 1);
}
.module-products-360 .nav-tabs > li.active > a,
.module-products-360 .nav-tabs > li.active > a:hover,
.module-products-360 .nav-tabs > li.active > a:focus {
    color: rgba(0, 0, 0, 1);
}
.module-products-360 .nav-tabs > li > a,
.module-products-360 .nav-tabs > li:hover > a,
.module-products-360 .nav-tabs > li.active > a,
.module-products-360 .nav-tabs > li.active > a,
.module-products-360 .nav-tabs > li.active > a:hover,
.module-products-360 .nav-tabs > li.active > a:focus {
    background: rgba(238, 238, 238, 1) !important;
}
.desktop .module-products-360 .nav-tabs > li:hover > a {
    background: rgba(255, 255, 255, 1) !important;
}
.module-products-360 ul.nav-tabs > li.active > a,
.module-products-360 ul.nav-tabs > li.active > a:hover,
.module-products-360 ul.nav-tabs > li.active > a:focus {
    background: rgba(255, 255, 255, 1) !important;
}
.module-products-360 .nav-tabs {
    border-width: 1px;
    border-style: solid;
    border-color: rgba(238, 238, 238, 1);
    background: rgba(221, 221, 221, 1);
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    overflow-x: visible;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    min-width: 50px;
}
.module-products-360 .nav-tabs > li {
    border-width: 0;
    border-left-width: 1px;
    border-style: solid;
    border-color: rgba(221, 221, 221, 1);
    flex-grow: 1;
}
.module-products-360 .nav-tabs > li:first-child {
    border-width: 0;
    border-left-width: 0px;
}
.module-products-360 .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;
}
.module-products-360 .nav-tabs > li > a {
    justify-content: center;
    white-space: nowrap;
    padding: 10px;
    padding-right: 20px;
    padding-left: 20px;
}
.module-products-360 .nav-tabs > li > a::before {
    font-size: 18px;
}
.module-products-360 .mobile .nav-tabs {
    overflow-x: visible;
}
.module-products-360 .nav-tabs::-webkit-scrollbar {
    -webkit-appearance: initial;
    height: 1px;
    height: 2px;
    width: 2px;
}
.module-products-360 .nav-tabs::-webkit-scrollbar-track {
    background-color: white;
    background-color: rgba(255, 255, 255, 1);
}
.module-products-360 .nav-tabs::-webkit-scrollbar-thumb {
    background-color: #999;
    background-color: rgba(255, 255, 255, 1);
}
.module-products-360 .tab-container::before {
    display: none;
}
.module-products-360 .tab-content {
    padding-top: 20px;
}
.module-products-360 .tab-container {
    display: block;
}
.module-products-360 .tab-container .nav-tabs {
    flex-direction: row;
}
.module-products-360 .product-layout.swiper-slide {
    margin-right: 0px;
    width: calc((100% - 3 * 0px) / 4 - 0.01px);
}
.module-products-360 .product-layout:not(.swiper-slide) {
    padding: 0px;
    width: calc(100% / 4 - 0.01px);
}
.one-column #content .module-products-360 .product-layout.swiper-slide {
    margin-right: 0px;
    width: calc((100% - 0 * 0px) / 1 - 0.01px);
}
.one-column #content .module-products-360 .product-layout:not(.swiper-slide) {
    padding: 0px;
    width: calc(100% / 1 - 0.01px);
}
.two-column #content .module-products-360 .product-layout.swiper-slide {
    margin-right: 0px;
    width: calc((100% - 0 * 0px) / 1 - 0.01px);
}
.two-column #content .module-products-360 .product-layout:not(.swiper-slide) {
    padding: 0px;
    width: calc(100% / 1 - 0.01px);
}
.side-column .module-products-360 .product-layout.swiper-slide {
    margin-right: 0px;
    width: calc((100% - 0 * 0px) / 1 - 0.01px);
}
.side-column .module-products-360 .product-layout:not(.swiper-slide) {
    padding: 0px;
    width: calc(100% / 1 - 0.01px);
}
.module-products-360 .module-body > .module-item {
    margin-bottom: 40px;
}
.module-products-360 .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 .module-products-360 .product-grid .product-layout:hover .product-thumb {
    border-color: rgba(238, 238, 238, 1);
}
.module-products-360 .product-grid .product-thumb:hover .product-img > div {
    transform: scale(1.12);
}
.module-products-360 .product-grid .product-thumb .product-labels {
    display: none;
    visibility: visible;
    opacity: 1;
}
.module-products-360 .product-grid .product-thumb .quickview-button {
    display: none;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    transform: translate3d(-50%, -50%, 1px);
}
.module-products-360 .product-grid .product-thumb .btn-quickview {
    visibility: hidden;
    opacity: 0;
    transform: scale(0.88);
    width: 30px;
    height: 30px;
}
.module-products-360 .product-grid .product-thumb:hover .btn-quickview {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}
.module-products-360 .product-grid .product-thumb .btn-quickview .btn-text {
    display: none;
}
.module-products-360 .product-grid .product-thumb .btn-quickview::before {
    display: inline-block;
}
.module-products-360 .product-grid .product-thumb .countdown {
    display: none;
    visibility: visible;
    opacity: 1;
    transform: translate3d(-50%, 0, 1px) scale(1);
}
.module-products-360 .product-grid.product-list .product-layout .image {
    float: left;
    height: 100%;
}
.module-products-360 .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;
}
.module-products-360 .product-grid .stat-1 .stats-label {
    display: none;
}
.module-products-360 .product-grid .stat-2 .stats-label {
    display: none;
}
.module-products-360 .product-grid.product-grid .product-thumb .rating {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 0;
}
.module-products-360 .product-grid.product-grid .product-thumb:hover .rating {
    visibility: visible;
    opacity: 1;
}
.module-products-360 .product-grid.product-grid .product-thumb .rating-stars {
    position: absolute;
    visibility: visible;
    opacity: 1;
    transform: translateY(-50%);
}
.module-products-360 .product-grid .product-thumb .rating {
    justify-content: center;
    display: flex;
}
.module-products-360 .product-grid .product-thumb .rating.no-rating {
    display: none;
}
.module-products-360 .product-grid .product-thumb .rating-stars {
    padding-bottom: 10px;
}
.module-products-360 .product-grid .product-thumb .rating.no-rating span {
    opacity: 0.5;
}
.module-products-360 .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;
}
.module-products-360 .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;
}
.module-products-360 .product-grid .product-thumb .name a:hover {
    color: rgba(0, 96, 57, 1);
}
.module-products-360 .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;
}
.module-products-360 .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;
}
.module-products-360 .product-grid .product-thumb .price-tax {
    display: none;
    font-size: 12px;
    text-align: left;
}
.module-products-360 .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;
}
.module-products-360 .product-grid .product-thumb .price-old {
    font-size: 14px;
    color: rgba(190, 190, 190, 1);
    text-decoration: line-through;
    margin: 0;
    order: 2;
}
.module-products-360 .product-grid .product-thumb .price > div {
    align-items: center;
    flex-direction: row;
}
.module-products-360 .product-grid .product-thumb .buttons-wrapper {
    display: block;
}
.module-products-360 .product-grid .product-thumb .button-group {
    justify-content: space-between;
}
.module-products-360 .product-grid.product-grid .product-thumb .button-group {
    padding: 8px;
    padding-bottom: 5px;
}
.module-products-360 .product-grid .product-thumb .cart-group {
    display: none;
}
.module-products-360 .product-grid .product-thumb .btn-cart::before {
    display: none;
    font-size: 16px;
    left: 2px;
    margin-right: 2px;
}
.module-products-360 .product-grid .product-thumb .btn-cart .btn-text {
    display: inline-block;
    padding: 0;
}
.module-products-360 .product-grid.product-grid .product-thumb .btn-cart {
    flex: initial;
}
.module-products-360 .product-grid.product-grid .product-thumb .cart-group {
    flex: initial;
}
.module-products-360 .product-grid .product-thumb .btn-cart.btn,
.module-products-360 .product-grid .product-thumb .btn-cart.btn:visited {
    text-transform: none;
}
.module-products-360 .product-grid .product-thumb .btn-cart.btn {
    padding: 2px;
    padding-right: 7px;
    padding-left: 7px;
    min-width: 20px;
    min-height: 20px;
}
.desktop .module-products-360 .product-grid .product-thumb .btn-cart.btn:hover {
    box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.25);
}
.module-products-360 .product-grid .product-thumb .btn-cart.btn:active,
.module-products-360 .product-grid .product-thumb .btn-cart.btn:hover:active,
.module-products-360 .product-grid .product-thumb .btn-cart.btn:focus:active {
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25);
}
.module-products-360 .product-grid .product-thumb .btn-cart.btn:focus {
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25);
}
.module-products-360 .product-grid .product-thumb .btn-cart.btn.btn.disabled::after {
    font-size: 20px;
}
.module-products-360 .product-grid .product-thumb .stepper {
    display: none;
    margin-right: 5px;
    height: 36px;
}
.module-products-360 .product-grid .button-group-bottom .wish-group.wish-group-bottom {
    margin: -10px;
    margin-top: 10px;
}
.module-products-360 .product-grid .button-group-bottom .wish-group-bottom {
    border-width: 0;
    border-top-width: 1px;
    border-style: solid;
}
.module-products-360 .product-grid .product-thumb .btn-wishlist {
    display: none;
    margin-right: 5px;
    margin-left: 5px;
}
.module-products-360 .product-grid .product-thumb .btn-wishlist::before {
    display: inline-block;
    font-size: 15px;
}
.module-products-360 .product-grid .product-thumb .btn-wishlist .btn-text {
    display: none;
}
.module-products-360 .product-grid .product-thumb .btn-wishlist.btn,
.module-products-360 .product-grid .product-thumb .btn-wishlist.btn:visited {
    color: rgba(48, 56, 65, 1);
    text-transform: none;
}
.module-products-360 .product-grid .product-thumb .btn-wishlist.btn:hover {
    color: rgba(255, 255, 255, 1) !important;
    background: none !important;
}
.module-products-360 .product-grid .product-thumb .btn-wishlist.btn {
    background: none;
    border-style: none;
    padding: 3px;
    box-shadow: none;
}
.module-products-360 .product-grid .product-thumb .btn-wishlist.btn:active,
.module-products-360 .product-grid .product-thumb .btn-wishlist.btn:hover:active,
.module-products-360 .product-grid .product-thumb .btn-wishlist.btn:focus:active {
    background: none !important;
}
.module-products-360 .product-grid .product-thumb .btn-wishlist.btn:focus {
    background: none;
}
.module-products-360 .product-grid .product-thumb .btn-wishlist.btn.btn.disabled::after {
    font-size: 20px;
}
.module-products-360 .product-grid .product-thumb .btn-compare {
    display: none;
}
.module-products-360 .product-grid .product-thumb .btn-compare::before {
    display: inline-block;
    font-size: 14px;
}
.module-products-360 .product-grid .product-thumb .btn-compare .btn-text {
    display: none;
}
.module-products-360 .product-grid .product-thumb .btn-compare.btn,
.module-products-360 .product-grid .product-thumb .btn-compare.btn:visited {
    color: rgba(48, 56, 65, 1);
    text-transform: none;
}
.module-products-360 .product-grid .product-thumb .btn-compare.btn:hover {
    color: rgba(255, 255, 255, 1) !important;
    background: none !important;
}
.module-products-360 .product-grid .product-thumb .btn-compare.btn {
    background: none;
    border-style: none;
    padding: 3px;
    box-shadow: none;
}
.module-products-360 .product-grid .product-thumb .btn-compare.btn:active,
.module-products-360 .product-grid .product-thumb .btn-compare.btn:hover:active,
.module-products-360 .product-grid .product-thumb .btn-compare.btn:focus:active {
    background: none !important;
}
.module-products-360 .product-grid .product-thumb .btn-compare.btn:focus {
    background: none;
}
.module-products-360 .product-grid .product-thumb .btn-compare.btn.btn.disabled::after {
    font-size: 20px;
}
.module-products-360 .product-grid .product-thumb .extra-group {
    display: none;
}
.module-products-360 .product-grid .product-thumb .extra-group .btn:first-child {
    display: inline-flex;
}
.module-products-360 .product-grid .product-thumb .extra-group .btn-extra + .btn {
    display: inline-flex;
}
.module-products-360 .product-grid .product-thumb .extra-group .btn:first-child::before {
    display: inline-block;
}
.module-products-360 .product-grid .product-thumb .extra-group .btn:first-child .btn-text {
    display: inline-block;
    padding: 0 0.4em;
}
.module-products-360 .product-grid .product-thumb .extra-group .btn + .btn::before {
    display: inline-block;
}
.module-products-360 .product-grid .product-thumb .extra-group .btn + .btn .btn-text {
    display: inline-block;
    padding: 0 0.4em;
}
.module-products-360 .product-grid .product-layout .extra-group > div {
    justify-content: space-between;
}
.module-products-360 .product-grid .product-thumb .extra-group > div {
    padding: 4px;
}
.module-products-360 .product-grid .product-thumb .extra-group .btn.btn,
.module-products-360 .product-grid .product-thumb .extra-group .btn.btn:visited {
    text-transform: none;
}
.module-products-360 .product-grid .product-thumb .extra-group .btn.btn {
    padding: 2px;
    padding-right: 7px;
    padding-left: 7px;
    min-width: 20px;
    min-height: 20px;
}
.desktop .module-products-360 .product-grid .product-thumb .extra-group .btn.btn:hover {
    box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.25);
}
.module-products-360 .product-grid .product-thumb .extra-group .btn.btn:active,
.module-products-360 .product-grid .product-thumb .extra-group .btn.btn:hover:active,
.module-products-360 .product-grid .product-thumb .extra-group .btn.btn:focus:active {
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25);
}
.module-products-360 .product-grid .product-thumb .extra-group .btn.btn:focus {
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25);
}
.module-products-360 .product-grid .product-thumb .extra-group .btn.btn.btn.disabled::after {
    font-size: 20px;
}
.module-products-360 .product-grid .product-thumb .extra-group .btn + .btn.btn,
.module-products-360 .product-grid .product-thumb .extra-group .btn + .btn.btn:visited {
    text-transform: none;
}
.module-products-360 .product-grid .product-thumb .extra-group .btn + .btn.btn {
    padding: 2px;
    padding-right: 7px;
    padding-left: 7px;
    min-width: 20px;
    min-height: 20px;
}
.desktop .module-products-360 .product-grid .product-thumb .extra-group .btn + .btn.btn:hover {
    box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.25);
}
.module-products-360 .product-grid .product-thumb .extra-group .btn + .btn.btn:active,
.module-products-360 .product-grid .product-thumb .extra-group .btn + .btn.btn:hover:active,
.module-products-360 .product-grid .product-thumb .extra-group .btn + .btn.btn:focus:active {
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25);
}
.module-products-360 .product-grid .product-thumb .extra-group .btn + .btn.btn:focus {
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25);
}
.module-products-360 .product-grid .product-thumb .extra-group .btn + .btn.btn.btn.disabled::after {
    font-size: 20px;
}
.module-products-360 .product-grid.product-grid .product-thumb .extra-group {
    position: static;
    margin-top: initial;
}
.module-products-360 .product-grid.product-grid .product-thumb .extra-group > div {
    position: static;
    transform: none;
    opacity: 1;
}
.module-products-360 .product-grid.product-grid .product-thumb .buttons-wrapper {
    position: static;
    width: auto;
    overflow: visible;
    order: initial;
    margin-top: auto;
    transform: none;
}
.module-products-360 .product-grid.product-grid .product-thumb .buttons-wrapper .button-group {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
}
.module-products-360 .product-grid.product-grid .product-thumb:hover .buttons-wrapper .button-group {
    transform: none;
}
.module-products-360 .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;
}
.module-products-360 .product-list .product-thumb {
    border-width: 0;
    border-top-width: 1px;
    border-style: solid;
    border-color: rgba(221, 221, 221, 1);
    padding-top: 20px;
}
.module-products-360 .product-list:not(.product-grid) .product-layout:not(.swiper-slide) + .product-layout:not(.swiper-slide) {
    margin-top: 24px;
}
.module-products-360 .product-list .product-thumb:hover .product-img > div {
    transform: scale(1.12);
}
.module-products-360 .product-list .product-thumb .product-labels {
    visibility: visible;
    opacity: 1;
}
.module-products-360 .product-list .product-thumb .quickview-button {
    display: flex;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    transform: translate3d(-50%, -50%, 1px);
}
.module-products-360 .product-list .product-thumb .btn-quickview {
    visibility: hidden;
    opacity: 0;
    transform: scale(0.88);
}
.module-products-360 .product-list .product-thumb:hover .btn-quickview {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}
.module-products-360 .product-list .product-thumb .btn-quickview .btn-text {
    display: none;
}
.module-products-360 .product-list .product-thumb .btn-quickview::before {
    display: inline-block;
    content: '\eb54' !important;
    font-family: icomoon !important;
}
.module-products-360 .product-list .product-thumb .image .btn {
    background: rgba(109, 118, 125, 1);
    border-width: 0px;
}
.module-products-360 .product-list .product-thumb .image .btn:hover {
    background: rgba(48, 56, 65, 1) !important;
}
.module-products-360 .product-list .product-thumb .image .btn.btn.disabled::after {
    font-size: 20px;
}
.module-products-360 .product-list .product-thumb .countdown {
    display: flex;
    visibility: visible;
    opacity: 1;
    transform: translate3d(-50%, 0, 1px) scale(1);
}
.module-products-360 .product-list.product-list .product-layout .image {
    float: left;
    height: 100%;
}
.module-products-360 .product-list .product-thumb .caption {
    padding-left: 20px;
}
.module-products-360 .product-list .product-thumb .stats {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 5px;
}
.module-products-360 .product-list .stat-1 .stats-label {
    display: inline-block;
}
.module-products-360 .product-list .stat-2 .stats-label {
    display: inline-block;
}
.module-products-360 .product-list.product-grid .product-thumb .rating {
    position: static;
    visibility: visible;
    opacity: 1;
}
.module-products-360 .product-list .product-thumb .rating {
    justify-content: flex-end;
    margin-bottom: 5px;
    display: flex;
}
.module-products-360 .product-list .product-thumb .rating.no-rating {
    display: none;
}
.module-products-360 .product-list .product-thumb .rating .fa-stack {
    font-size: 15px;
    width: 1.2em;
}
.module-products-360 .product-list .product-thumb .rating-stars {
    margin-top: -18px;
}
.module-products-360 .product-list .product-thumb .rating.no-rating span {
    opacity: 0.3;
}
.module-products-360 .product-list .product-thumb .name {
    display: flex;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    justify-content: flex-start;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 5px;
}
.module-products-360 .product-list .product-thumb .name a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    color: rgba(48, 56, 65, 1);
    font-weight: 700;
    text-align: left;
}
.module-products-360 .product-list .product-thumb .description {
    display: block;
    color: rgba(109, 118, 125, 1);
    line-height: 1.5;
    margin-bottom: 5px;
}
.module-products-360 .product-list .product-thumb .price {
    display: block;
    font-size: 26px;
    color: rgba(48, 56, 65, 1);
    text-align: left;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-left: 0;
    margin-right: auto;
    text-align: left;
    justify-content: flex-start;
    margin-bottom: 10px;
}
.module-products-360 .product-list .product-thumb .price-tax {
    display: block;
    font-size: 12px;
}
.module-products-360 .product-list .product-thumb .price-new {
    color: rgba(255, 255, 255, 1);
    margin: 0 7px 0 0;
    order: 1;
}
.module-products-360 .product-list .product-thumb .price-old {
    font-size: 18px;
    color: rgba(109, 118, 125, 1);
    text-decoration: line-through;
    margin: 0;
    order: 2;
}
.module-products-360 .product-list .product-thumb .price > div {
    align-items: center;
    flex-direction: row;
}
.module-products-360 .product-list .product-thumb .button-group {
    justify-content: space-between;
}
.module-products-360 .product-list .product-thumb .cart-group {
    display: inline-flex;
}
.module-products-360 .product-list .product-thumb .btn-cart {
    height: 35px;
}
.module-products-360 .product-list .product-thumb .btn-wishlist {
    width: 35px;
    height: 35px;
    display: inline-flex;
    margin-right: 5px;
    margin-left: 5px;
}
.module-products-360 .product-list .product-thumb .btn-compare {
    width: 35px;
    height: 35px;
    display: inline-flex;
}
.module-products-360 .product-list .product-thumb .btn-cart::before {
    display: inline-block;
    font-size: 16px;
}
.module-products-360 .product-list .product-thumb .btn-cart .btn-text {
    display: inline-block;
    padding: 0 0.4em;
}
.module-products-360 .product-list.product-grid .product-thumb .btn-cart {
    flex: initial;
}
.module-products-360 .product-list.product-grid .product-thumb .cart-group {
    flex: initial;
}
.module-products-360 .product-list .product-thumb .btn-cart.btn,
.module-products-360 .product-list .product-thumb .btn-cart.btn:visited {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
}
.module-products-360 .product-list .product-thumb .btn-cart.btn:hover {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(0, 126, 75, 1) !important;
}
.module-products-360 .product-list .product-thumb .btn-cart.btn {
    background: rgba(0, 96, 57, 1);
    padding: 10px;
    padding-right: 15px;
    padding-left: 15px;
}
.module-products-360 .product-list .product-thumb .btn-cart.btn:active,
.module-products-360 .product-list .product-thumb .btn-cart.btn:hover:active,
.module-products-360 .product-list .product-thumb .btn-cart.btn:focus:active {
    background: rgba(17, 17, 17, 1) !important;
}
.module-products-360 .product-list .product-thumb .btn-cart.btn:focus {
    background: rgba(17, 17, 17, 1);
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25);
}
.module-products-360 .product-list .product-thumb .btn-cart.btn.btn.disabled::after {
    font-size: 20px;
}
.module-products-360 .product-list .product-thumb .stepper {
    display: inline-flex;
    margin-right: 5px;
    height: 35px;
}
.module-products-360 .product-list .product-thumb .btn-wishlist::before {
    display: inline-block;
    font-size: 16px;
}
.module-products-360 .product-list .product-thumb .btn-wishlist .btn-text {
    display: none;
}
.module-products-360 .product-list .product-thumb .btn-wishlist.btn,
.module-products-360 .product-list .product-thumb .btn-wishlist.btn:visited {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
}
.module-products-360 .product-list .product-thumb .btn-wishlist.btn:hover {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(0, 126, 75, 1) !important;
}
.module-products-360 .product-list .product-thumb .btn-wishlist.btn {
    background: rgba(0, 96, 57, 1);
    padding: 10px;
    padding-right: 15px;
    padding-left: 15px;
}
.module-products-360 .product-list .product-thumb .btn-wishlist.btn:active,
.module-products-360 .product-list .product-thumb .btn-wishlist.btn:hover:active,
.module-products-360 .product-list .product-thumb .btn-wishlist.btn:focus:active {
    background: rgba(17, 17, 17, 1) !important;
}
.module-products-360 .product-list .product-thumb .btn-wishlist.btn:focus {
    background: rgba(17, 17, 17, 1);
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25);
}
.module-products-360 .product-list .product-thumb .btn-wishlist.btn.btn.disabled::after {
    font-size: 20px;
}
.module-products-360 .product-list .product-thumb .btn-compare::before {
    display: inline-block;
    font-size: 16px;
}
.module-products-360 .product-list .product-thumb .btn-compare .btn-text {
    display: none;
}
.module-products-360 .product-list .product-thumb .btn-compare.btn,
.module-products-360 .product-list .product-thumb .btn-compare.btn:visited {
    color: rgba(255, 255, 255, 1);
}
.module-products-360 .product-list .product-thumb .btn-compare.btn:hover {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(48, 56, 65, 1) !important;
}
.module-products-360 .product-list .product-thumb .btn-compare.btn:active,
.module-products-360 .product-list .product-thumb .btn-compare.btn:hover:active,
.module-products-360 .product-list .product-thumb .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;
}
.module-products-360 .product-list .product-thumb .btn-compare.btn:focus {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(48, 56, 65, 1);
    border-color: rgba(255, 255, 255, 1);
}
.module-products-360 .product-list .product-thumb .btn-compare.btn {
    background: rgba(0, 0, 0, 1);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 1);
}
.module-products-360 .product-list .product-thumb .btn-compare.btn:hover,
.module-products-360 .product-list .product-thumb .btn-compare.btn:active:hover {
    border-color: rgba(255, 255, 255, 1);
}
.module-products-360 .product-list .product-thumb .btn-compare.btn.btn.disabled::after {
    font-size: 20px;
}
.module-products-360 .product-list .product-thumb .extra-group {
    display: block;
}
.module-products-360 .product-list .product-thumb .extra-group .btn:first-child {
    display: inline-flex;
}
.module-products-360 .product-list .product-thumb .extra-group .btn-extra + .btn {
    display: inline-flex;
}
.module-products-360 .product-list .product-thumb .extra-group .btn:first-child::before {
    display: inline-block;
    font-size: 16px;
    color: rgba(3, 107, 44, 1);
}
.module-products-360 .product-list .product-thumb .extra-group .btn:first-child .btn-text {
    display: inline-block;
    padding: 0 0.4em;
}
.module-products-360 .product-list .product-thumb .extra-group .btn + .btn::before {
    display: inline-block;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
}
.module-products-360 .product-list .product-thumb .extra-group .btn + .btn .btn-text {
    display: inline-block;
    padding: 0 0.4em;
}
.module-products-360 .product-list .product-thumb .extra-group .btn + .btn.btn {
    margin-left: 5px;
    background: none;
    border-style: none;
    padding: 3px;
    box-shadow: none;
}
.module-products-360 .product-list .product-layout .extra-group > div {
    justify-content: flex-start;
}
.module-products-360 .product-list .product-thumb .extra-group > div {
    margin-top: 10px;
}
.module-products-360 .product-list .product-thumb .extra-group .btn.btn,
.module-products-360 .product-list .product-thumb .extra-group .btn.btn:visited {
    color: rgba(48, 56, 65, 1);
    text-transform: none;
}
.module-products-360 .product-list .product-thumb .extra-group .btn.btn:hover {
    color: rgba(255, 255, 255, 1) !important;
    background: none !important;
}
.module-products-360 .product-list .product-thumb .extra-group .btn.btn {
    background: none;
    border-style: none;
    padding: 3px;
    box-shadow: none;
}
.module-products-360 .product-list .product-thumb .extra-group .btn.btn:active,
.module-products-360 .product-list .product-thumb .extra-group .btn.btn:hover:active,
.module-products-360 .product-list .product-thumb .extra-group .btn.btn:focus:active {
    background: none !important;
}
.module-products-360 .product-list .product-thumb .extra-group .btn.btn:focus {
    background: none;
}
.module-products-360 .product-list .product-thumb .extra-group .btn.btn.btn.disabled::after {
    font-size: 20px;
}
.module-products-360 .product-list .product-thumb .extra-group .btn + .btn.btn,
.module-products-360 .product-list .product-thumb .extra-group .btn + .btn.btn:visited {
    color: rgba(48, 56, 65, 1);
    text-transform: none;
}
.module-products-360 .product-list .product-thumb .extra-group .btn + .btn.btn:hover {
    color: rgba(255, 255, 255, 1) !important;
    background: none !important;
}
.module-products-360 .product-list .product-thumb .extra-group .btn + .btn.btn:active,
.module-products-360 .product-list .product-thumb .extra-group .btn + .btn.btn:hover:active,
.module-products-360 .product-list .product-thumb .extra-group .btn + .btn.btn:focus:active {
    background: none !important;
}
.module-products-360 .product-list .product-thumb .extra-group .btn + .btn.btn:focus {
    background: none;
}
.module-products-360 .product-list .product-thumb .extra-group .btn + .btn.btn.btn.disabled::after {
    font-size: 20px;
}
.module-products-360 .product-list.product-grid .product-thumb .extra-group {
    position: static;
    margin-top: initial;
}
.module-products-360 .product-list.product-grid .product-thumb .extra-group > div {
    position: static;
    transform: none;
    opacity: 1;
}
.module-products-360 .product-list.product-grid .product-thumb .buttons-wrapper {
    position: static;
    width: auto;
    overflow: visible;
    order: initial;
    margin-top: auto;
    transform: none;
}
.module-products-360 .product-list.product-grid .product-thumb .buttons-wrapper .button-group {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
}
.module-products-360 .product-list.product-grid .product-thumb:hover .buttons-wrapper .button-group {
    transform: none;
}
.module-products-360 .product-list.product-grid .wish-group {
    justify-content: flex-start;
}
.module-products-360 .module-body {
    padding-top: 10px;
}
@media (max-width: 769px) {
    .module-products-360 .product-list .product-thumb .rating {
        justify-content: flex-start;
    }
    .module-products-360 .product-list .product-thumb .rating-stars {
        margin-top: 0px;
    }
}
@media (max-width: 760px) {
    .module-products-360 .swiper-pagination-bullet {
        width: 15px;
        height: 6px;
    }
    .module-products-360 .swiper-pagination > span + span {
        margin-left: 5px;
    }
    .module-products-360 .nav-tabs > li {
        width: calc(100% / 3);
    }
    .module-products-360 .product-layout.swiper-slide {
        margin-right: 0px;
        width: calc((100% - 1 * 0px) / 2 - 0.01px);
    }
    .module-products-360 .product-layout:not(.swiper-slide) {
        padding: 0px;
        width: calc(100% / 2 - 0.01px);
    }
    .module-products-360 .product-grid .product-thumb .name a {
        font-size: 16px;
    }
    .module-products-360 .product-grid .product-thumb .btn-wishlist {
        width: 40px;
    }
    .module-products-360 .product-grid .product-thumb .btn-compare {
        width: 40px;
    }
    .module-products-360 .product-grid.product-grid .product-thumb .cart-group {
        flex: 1;
    }
    .module-products-360 .product-grid.product-grid .product-thumb .btn-cart {
        flex: 1;
    }
    .module-products-360 .product-grid .product-thumb .btn-cart {
        margin-bottom: 10px;
    }
    .module-products-360 .product-grid.product-grid .wish-group {
        justify-content: center;
    }
    .module-products-360 .product-list.product-list .product-layout .image {
        float: none;
        height: auto;
    }
    .module-products-360 .product-list .product-thumb .caption {
        padding-top: 20px;
        padding-left: 0px;
    }
    .module-products-360 .product-list .product-thumb .btn-cart.btn,
    .module-products-360 .product-list .product-thumb .btn-cart.btn:visited {
        font-size: 14px;
    }
    .module-products-360 .product-list .product-thumb .btn-wishlist.btn,
    .module-products-360 .product-list .product-thumb .btn-wishlist.btn:visited {
        font-size: 14px;
    }
}
@media (max-width: 470px) {
    .module-products-360 .nav-tabs > li {
        width: calc(100% / 2);
    }
}
.module-products-361 .title.module-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;
}
.module-products-361 .title.module-title::after {
    content: '';
    display: block;
    position: relative;
    margin-top: 8px;
    left: 50%;
    right: initial;
    transform: translate3d(-50%, 0, 0);
}
.module-products-361 .title.module-title.page-title > span::after {
    content: '';
    display: block;
    position: relative;
    margin-top: 8px;
    left: 50%;
    right: initial;
    transform: translate3d(-50%, 0, 0);
}
.module-products-361 .title.module-title::after,
.module-products-361 .title.module-title.page-title > span::after {
    width: 100px;
    height: 3px;
    background: rgba(167, 167, 167, 1);
}
.module-products-361 .swiper-container {
    overflow: hidden;
}
.module-products-361 .swiper-buttons {
    display: none;
    top: 50%;
    width: calc(100% - (-15px * 2));
}
.module-products-361:hover .swiper-buttons {
    display: block;
}
.module-products-361 .swiper-button-prev {
    left: 0;
    right: auto;
    transform: translate(0, -50%);
}
.module-products-361 .swiper-button-next {
    left: auto;
    right: 0;
    transform: translate(0, -50%);
}
.module-products-361 .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-products-361 .swiper-button-disabled {
    opacity: 0;
}
.module-products-361 .swiper-buttons div::before {
    content: '\e5c4' !important;
    font-family: icomoon !important;
    color: rgba(110, 110, 110, 1);
}
.desktop .module-products-361 .swiper-buttons div:not(.swiper-button-disabled):hover::before {
    color: rgba(255, 255, 255, 1);
}
.module-products-361 .swiper-buttons .swiper-button-next::before {
    content: '\e5c8' !important;
    font-family: icomoon !important;
    color: rgba(110, 110, 110, 1);
}
.desktop .module-products-361 .swiper-buttons .swiper-button-next:not(.swiper-button-disabled):hover::before {
    color: rgba(255, 255, 255, 1);
}
.module-products-361 .swiper-buttons div:not(.swiper-button-disabled):hover {
    background: rgba(0, 96, 57, 1);
}
.desktop .module-products-361 .swiper-buttons div:not(.swiper-button-disabled):hover {
    border-color: rgba(0, 96, 57, 1);
}
.module-products-361 .swiper-pagination {
    display: none !important;
    margin-bottom: 20px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
}
.module-products-361 .swiper {
    padding-bottom: 0;
}
.module-products-361 .swiper-pagination-bullet {
    width: 25px;
    height: 10px;
    background-color: rgba(80, 80, 80, 1);
}
.module-products-361 .swiper-pagination > span + span {
    margin-left: 10px;
}
.desktop .module-products-361 .swiper-pagination-bullet:hover {
    background-color: rgba(0, 0, 0, 1);
}
.module-products-361 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: rgba(0, 0, 0, 1);
}
.module-products-361 .swiper-pagination > span {
    border-radius: 5px;
}
.module-products-361 .nav-tabs > li > a,
.module-products-361 .nav-tabs > li.active > a,
.module-products-361 .nav-tabs > li.active > a:hover,
.module-products-361 .nav-tabs > li.active > a:focus {
    font-size: 18px;
    color: rgba(58, 71, 80, 1);
    font-weight: 700;
    text-transform: uppercase;
}
.desktop .module-products-361 .nav-tabs > li:hover > a,
.module-products-361 .nav-tabs > li.active > a {
    color: rgba(0, 0, 0, 1);
}
.module-products-361 .nav-tabs > li.active > a,
.module-products-361 .nav-tabs > li.active > a:hover,
.module-products-361 .nav-tabs > li.active > a:focus {
    color: rgba(0, 0, 0, 1);
}
.module-products-361 .nav-tabs > li > a,
.module-products-361 .nav-tabs > li:hover > a,
.module-products-361 .nav-tabs > li.active > a,
.module-products-361 .nav-tabs > li.active > a,
.module-products-361 .nav-tabs > li.active > a:hover,
.module-products-361 .nav-tabs > li.active > a:focus {
    background: rgba(238, 238, 238, 1) !important;
}
.desktop .module-products-361 .nav-tabs > li:hover > a {
    background: rgba(255, 255, 255, 1) !important;
}
.module-products-361 ul.nav-tabs > li.active > a,
.module-products-361 ul.nav-tabs > li.active > a:hover,
.module-products-361 ul.nav-tabs > li.active > a:focus {
    background: rgba(255, 255, 255, 1) !important;
}
.module-products-361 .nav-tabs {
    border-width: 1px;
    border-style: solid;
    border-color: rgba(238, 238, 238, 1);
    background: rgba(221, 221, 221, 1);
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    overflow-x: visible;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    min-width: 50px;
}
.module-products-361 .nav-tabs > li {
    border-width: 0;
    border-left-width: 1px;
    border-style: solid;
    border-color: rgba(221, 221, 221, 1);
    flex-grow: 1;
}
.module-products-361 .nav-tabs > li:first-child {
    border-width: 0;
    border-left-width: 0px;
}
.module-products-361 .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;
}
.module-products-361 .nav-tabs > li > a {
    justify-content: center;
    white-space: nowrap;
    padding: 10px;
    padding-right: 20px;
    padding-left: 20px;
}
.module-products-361 .nav-tabs > li > a::before {
    font-size: 18px;
}
.module-products-361 .mobile .nav-tabs {
    overflow-x: visible;
}
.module-products-361 .nav-tabs::-webkit-scrollbar {
    -webkit-appearance: initial;
    height: 1px;
    height: 2px;
    width: 2px;
}
.module-products-361 .nav-tabs::-webkit-scrollbar-track {
    background-color: white;
    background-color: rgba(255, 255, 255, 1);
}
.module-products-361 .nav-tabs::-webkit-scrollbar-thumb {
    background-color: #999;
    background-color: rgba(255, 255, 255, 1);
}
.module-products-361 .tab-container::before {
    display: none;
}
.module-products-361 .tab-content {
    padding-top: 20px;
}
.module-products-361 .tab-container {
    display: block;
}
.module-products-361 .tab-container .nav-tabs {
    flex-direction: row;
}
.module-products-361 .product-layout.swiper-slide {
    margin-right: 0px;
    width: calc((100% - 3 * 0px) / 4 - 0.01px);
}
.module-products-361 .product-layout:not(.swiper-slide) {
    padding: 0px;
    width: calc(100% / 4 - 0.01px);
}
.one-column #content .module-products-361 .product-layout.swiper-slide {
    margin-right: 0px;
    width: calc((100% - 0 * 0px) / 1 - 0.01px);
}
.one-column #content .module-products-361 .product-layout:not(.swiper-slide) {
    padding: 0px;
    width: calc(100% / 1 - 0.01px);
}
.two-column #content .module-products-361 .product-layout.swiper-slide {
    margin-right: 0px;
    width: calc((100% - 0 * 0px) / 1 - 0.01px);
}
.two-column #content .module-products-361 .product-layout:not(.swiper-slide) {
    padding: 0px;
    width: calc(100% / 1 - 0.01px);
}
.side-column .module-products-361 .product-layout.swiper-slide {
    margin-right: 0px;
    width: calc((100% - 0 * 0px) / 1 - 0.01px);
}
.side-column .module-products-361 .product-layout:not(.swiper-slide) {
    padding: 0px;
    width: calc(100% / 1 - 0.01px);
}
.module-products-361 .module-body > .module-item {
    margin-bottom: 40px;
}
.module-products-361 .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 .module-products-361 .product-grid .product-layout:hover .product-thumb {
    border-color: rgba(238, 238, 238, 1);
}
.module-products-361 .product-grid .product-thumb:hover .product-img > div {
    transform: scale(1.12);
}
.module-products-361 .product-grid .product-thumb .product-labels {
    display: none;
    visibility: visible;
    opacity: 1;
}
.module-products-361 .product-grid .product-thumb .quickview-button {
    display: none;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    transform: translate3d(-50%, -50%, 1px);
}
.module-products-361 .product-grid .product-thumb .btn-quickview {
    visibility: hidden;
    opacity: 0;
    transform: scale(0.88);
    width: 30px;
    height: 30px;
}
.module-products-361 .product-grid .product-thumb:hover .btn-quickview {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}
.module-products-361 .product-grid .product-thumb .btn-quickview .btn-text {
    display: none;
}
.module-products-361 .product-grid .product-thumb .btn-quickview::before {
    display: inline-block;
}
.module-products-361 .product-grid .product-thumb .countdown {
    display: none;
    visibility: visible;
    opacity: 1;
    transform: translate3d(-50%, 0, 1px) scale(1);
}
.module-products-361 .product-grid.product-list .product-layout .image {
    float: left;
    height: 100%;
}
.module-products-361 .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;
}
.module-products-361 .product-grid .stat-1 .stats-label {
    display: none;
}
.module-products-361 .product-grid .stat-2 .stats-label {
    display: none;
}
.module-products-361 .product-grid.product-grid .product-thumb .rating {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 0;
}
.module-products-361 .product-grid.product-grid .product-thumb:hover .rating {
    visibility: visible;
    opacity: 1;
}
.module-products-361 .product-grid.product-grid .product-thumb .rating-stars {
    position: absolute;
    visibility: visible;
    opacity: 1;
    transform: translateY(-50%);
}
.module-products-361 .product-grid .product-thumb .rating {
    justify-content: center;
    display: flex;
}
.module-products-361 .product-grid .product-thumb .rating.no-rating {
    display: none;
}
.module-products-361 .product-grid .product-thumb .rating-stars {
    padding-bottom: 10px;
}
.module-products-361 .product-grid .product-thumb .rating.no-rating span {
    opacity: 0.5;
}
.module-products-361 .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;
}
.module-products-361 .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;
}
.module-products-361 .product-grid .product-thumb .name a:hover {
    color: rgba(0, 96, 57, 1);
}
.module-products-361 .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;
}
.module-products-361 .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;
}
.module-products-361 .product-grid .product-thumb .price-tax {
    display: none;
    font-size: 12px;
    text-align: left;
}
.module-products-361 .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;
}
.module-products-361 .product-grid .product-thumb .price-old {
    font-size: 14px;
    color: rgba(190, 190, 190, 1);
    text-decoration: line-through;
    margin: 0;
    order: 2;
}
.module-products-361 .product-grid .product-thumb .price > div {
    align-items: center;
    flex-direction: row;
}
.module-products-361 .product-grid .product-thumb .buttons-wrapper {
    display: block;
}
.module-products-361 .product-grid .product-thumb .button-group {
    justify-content: space-between;
}
.module-products-361 .product-grid.product-grid .product-thumb .button-group {
    padding: 8px;
    padding-bottom: 5px;
}
.module-products-361 .product-grid .product-thumb .cart-group {
    display: none;
}
.module-products-361 .product-grid .product-thumb .btn-cart::before {
    display: none;
    font-size: 16px;
    left: 2px;
    margin-right: 2px;
}
.module-products-361 .product-grid .product-thumb .btn-cart .btn-text {
    display: inline-block;
    padding: 0;
}
.module-products-361 .product-grid.product-grid .product-thumb .btn-cart {
    flex: initial;
}
.module-products-361 .product-grid.product-grid .product-thumb .cart-group {
    flex: initial;
}
.module-products-361 .product-grid .product-thumb .btn-cart.btn,
.module-products-361 .product-grid .product-thumb .btn-cart.btn:visited {
    text-transform: none;
}
.module-products-361 .product-grid .product-thumb .btn-cart.btn {
    padding: 2px;
    padding-right: 7px;
    padding-left: 7px;
    min-width: 20px;
    min-height: 20px;
}
.desktop .module-products-361 .product-grid .product-thumb .btn-cart.btn:hover {
    box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.25);
}
.module-products-361 .product-grid .product-thumb .btn-cart.btn:active,
.module-products-361 .product-grid .product-thumb .btn-cart.btn:hover:active,
.module-products-361 .product-grid .product-thumb .btn-cart.btn:focus:active {
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25);
}
.module-products-361 .product-grid .product-thumb .btn-cart.btn:focus {
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25);
}
.module-products-361 .product-grid .product-thumb .btn-cart.btn.btn.disabled::after {
    font-size: 20px;
}
.module-products-361 .product-grid .product-thumb .stepper {
    display: none;
    margin-right: 5px;
    height: 36px;
}
.module-products-361 .product-grid .button-group-bottom .wish-group.wish-group-bottom {
    margin: -10px;
    margin-top: 10px;
}
.module-products-361 .product-grid .button-group-bottom .wish-group-bottom {
    border-width: 0;
    border-top-width: 1px;
    border-style: solid;
}
.module-products-361 .product-grid .product-thumb .btn-wishlist {
    display: none;
    margin-right: 5px;
    margin-left: 5px;
}
.module-products-361 .product-grid .product-thumb .btn-wishlist::before {
    display: inline-block;
    font-size: 15px;
}
.module-products-361 .product-grid .product-thumb .btn-wishlist .btn-text {
    display: none;
}
.module-products-361 .product-grid .product-thumb .btn-wishlist.btn,
.module-products-361 .product-grid .product-thumb .btn-wishlist.btn:visited {
    color: rgba(48, 56, 65, 1);
    text-transform: none;
}
.module-products-361 .product-grid .product-thumb .btn-wishlist.btn:hover {
    color: rgba(255, 255, 255, 1) !important;
    background: none !important;
}
.module-products-361 .product-grid .product-thumb .btn-wishlist.btn {
    background: none;
    border-style: none;
    padding: 3px;
    box-shadow: none;
}
.module-products-361 .product-grid .product-thumb .btn-wishlist.btn:active,
.module-products-361 .product-grid .product-thumb .btn-wishlist.btn:hover:active,
.module-products-361 .product-grid .product-thumb .btn-wishlist.btn:focus:active {
    background: none !important;
}
.module-products-361 .product-grid .product-thumb .btn-wishlist.btn:focus {
    background: none;
}
.module-products-361 .product-grid .product-thumb .btn-wishlist.btn.btn.disabled::after {
    font-size: 20px;
}
.module-products-361 .product-grid .product-thumb .btn-compare {
    display: none;
}
.module-products-361 .product-grid .product-thumb .btn-compare::before {
    display: inline-block;
    font-size: 14px;
}
.module-products-361 .product-grid .product-thumb .btn-compare .btn-text {
    display: none;
}
.module-products-361 .product-grid .product-thumb .btn-compare.btn,
.module-products-361 .product-grid .product-thumb .btn-compare.btn:visited {
    color: rgba(48, 56, 65, 1);
    text-transform: none;
}
.module-products-361 .product-grid .product-thumb .btn-compare.btn:hover {
    color: rgba(255, 255, 255, 1) !important;
    background: none !important;
}
.module-products-361 .product-grid .product-thumb .btn-compare.btn {
    background: none;
    border-style: none;
    padding: 3px;
    box-shadow: none;
}
.module-products-361 .product-grid .product-thumb .btn-compare.btn:active,
.module-products-361 .product-grid .product-thumb .btn-compare.btn:hover:active,
.module-products-361 .product-grid .product-thumb .btn-compare.btn:focus:active {
    background: none !important;
}
.module-products-361 .product-grid .product-thumb .btn-compare.btn:focus {
    background: none;
}
.module-products-361 .product-grid .product-thumb .btn-compare.btn.btn.disabled::after {
    font-size: 20px;
}
.module-products-361 .product-grid .product-thumb .extra-group {
    display: none;
}
.module-products-361 .product-grid .product-thumb .extra-group .btn:first-child {
    display: inline-flex;
}
.module-products-361 .product-grid .product-thumb .extra-group .btn-extra + .btn {
    display: inline-flex;
}
.module-products-361 .product-grid .product-thumb .extra-group .btn:first-child::before {
    display: inline-block;
}
.module-products-361 .product-grid .product-thumb .extra-group .btn:first-child .btn-text {
    display: inline-block;
    padding: 0 0.4em;
}
.module-products-361 .product-grid .product-thumb .extra-group .btn + .btn::before {
    display: inline-block;
}
.module-products-361 .product-grid .product-thumb .extra-group .btn + .btn .btn-text {
    display: inline-block;
    padding: 0 0.4em;
}
.module-products-361 .product-grid .product-layout .extra-group > div {
    justify-content: space-between;
}
.module-products-361 .product-grid .product-thumb .extra-group > div {
    padding: 4px;
}
.module-products-361 .product-grid .product-thumb .extra-group .btn.btn,
.module-products-361 .product-grid .product-thumb .extra-group .btn.btn:visited {
    text-transform: none;
}
.module-products-361 .product-grid .product-thumb .extra-group .btn.btn {
    padding: 2px;
    padding-right: 7px;
    padding-left: 7px;
    min-width: 20px;
    min-height: 20px;
}
.desktop .module-products-361 .product-grid .product-thumb .extra-group .btn.btn:hover {
    box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.25);
}
.module-products-361 .product-grid .product-thumb .extra-group .btn.btn:active,
.module-products-361 .product-grid .product-thumb .extra-group .btn.btn:hover:active,
.module-products-361 .product-grid .product-thumb .extra-group .btn.btn:focus:active {
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25);
}
.module-products-361 .product-grid .product-thumb .extra-group .btn.btn:focus {
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25);
}
.module-products-361 .product-grid .product-thumb .extra-group .btn.btn.btn.disabled::after {
    font-size: 20px;
}
.module-products-361 .product-grid .product-thumb .extra-group .btn + .btn.btn,
.module-products-361 .product-grid .product-thumb .extra-group .btn + .btn.btn:visited {
    text-transform: none;
}
.module-products-361 .product-grid .product-thumb .extra-group .btn + .btn.btn {
    padding: 2px;
    padding-right: 7px;
    padding-left: 7px;
    min-width: 20px;
    min-height: 20px;
}
.desktop .module-products-361 .product-grid .product-thumb .extra-group .btn + .btn.btn:hover {
    box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.25);
}
.module-products-361 .product-grid .product-thumb .extra-group .btn + .btn.btn:active,
.module-products-361 .product-grid .product-thumb .extra-group .btn + .btn.btn:hover:active,
.module-products-361 .product-grid .product-thumb .extra-group .btn + .btn.btn:focus:active {
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25);
}
.module-products-361 .product-grid .product-thumb .extra-group .btn + .btn.btn:focus {
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25);
}
.module-products-361 .product-grid .product-thumb .extra-group .btn + .btn.btn.btn.disabled::after {
    font-size: 20px;
}
.module-products-361 .product-grid.product-grid .product-thumb .extra-group {
    position: static;
    margin-top: initial;
}
.module-products-361 .product-grid.product-grid .product-thumb .extra-group > div {
    position: static;
    transform: none;
    opacity: 1;
}
.module-products-361 .product-grid.product-grid .product-thumb .buttons-wrapper {
    position: static;
    width: auto;
    overflow: visible;
    order: initial;
    margin-top: auto;
    transform: none;
}
.module-products-361 .product-grid.product-grid .product-thumb .buttons-wrapper .button-group {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
}
.module-products-361 .product-grid.product-grid .product-thumb:hover .buttons-wrapper .button-group {
    transform: none;
}
.module-products-361 .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;
}
.module-products-361 .product-list .product-thumb {
    border-width: 0;
    border-top-width: 1px;
    border-style: solid;
    border-color: rgba(221, 221, 221, 1);
    padding-top: 20px;
}
.module-products-361 .product-list:not(.product-grid) .product-layout:not(.swiper-slide) + .product-layout:not(.swiper-slide) {
    margin-top: 24px;
}
.module-products-361 .product-list .product-thumb:hover .product-img > div {
    transform: scale(1.12);
}
.module-products-361 .product-list .product-thumb .product-labels {
    visibility: visible;
    opacity: 1;
}
.module-products-361 .product-list .product-thumb .quickview-button {
    display: flex;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    transform: translate3d(-50%, -50%, 1px);
}
.module-products-361 .product-list .product-thumb .btn-quickview {
    visibility: hidden;
    opacity: 0;
    transform: scale(0.88);
}
.module-products-361 .product-list .product-thumb:hover .btn-quickview {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}
.module-products-361 .product-list .product-thumb .btn-quickview .btn-text {
    display: none;
}
.module-products-361 .product-list .product-thumb .btn-quickview::before {
    display: inline-block;
    content: '\eb54' !important;
    font-family: icomoon !important;
}
.module-products-361 .product-list .product-thumb .image .btn {
    background: rgba(109, 118, 125, 1);
    border-width: 0px;
}
.module-products-361 .product-list .product-thumb .image .btn:hover {
    background: rgba(48, 56, 65, 1) !important;
}
.module-products-361 .product-list .product-thumb .image .btn.btn.disabled::after {
    font-size: 20px;
}
.module-products-361 .product-list .product-thumb .countdown {
    display: flex;
    visibility: visible;
    opacity: 1;
    transform: translate3d(-50%, 0, 1px) scale(1);
}
.module-products-361 .product-list.product-list .product-layout .image {
    float: left;
    height: 100%;
}
.module-products-361 .product-list .product-thumb .caption {
    padding-left: 20px;
}
.module-products-361 .product-list .product-thumb .stats {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 5px;
}
.module-products-361 .product-list .stat-1 .stats-label {
    display: inline-block;
}
.module-products-361 .product-list .stat-2 .stats-label {
    display: inline-block;
}
.module-products-361 .product-list.product-grid .product-thumb .rating {
    position: static;
    visibility: visible;
    opacity: 1;
}
.module-products-361 .product-list .product-thumb .rating {
    justify-content: flex-end;
    margin-bottom: 5px;
    display: flex;
}
.module-products-361 .product-list .product-thumb .rating.no-rating {
    display: none;
}
.module-products-361 .product-list .product-thumb .rating .fa-stack {
    font-size: 15px;
    width: 1.2em;
}
.module-products-361 .product-list .product-thumb .rating-stars {
    margin-top: -18px;
}
.module-products-361 .product-list .product-thumb .rating.no-rating span {
    opacity: 0.3;
}
.module-products-361 .product-list .product-thumb .name {
    display: flex;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    justify-content: flex-start;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 5px;
}
.module-products-361 .product-list .product-thumb .name a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    color: rgba(48, 56, 65, 1);
    font-weight: 700;
    text-align: left;
}
.module-products-361 .product-list .product-thumb .description {
    display: block;
    color: rgba(109, 118, 125, 1);
    line-height: 1.5;
    margin-bottom: 5px;
}
.module-products-361 .product-list .product-thumb .price {
    display: block;
    font-size: 26px;
    color: rgba(48, 56, 65, 1);
    text-align: left;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-left: 0;
    margin-right: auto;
    text-align: left;
    justify-content: flex-start;
    margin-bottom: 10px;
}
.module-products-361 .product-list .product-thumb .price-tax {
    display: block;
    font-size: 12px;
}
.module-products-361 .product-list .product-thumb .price-new {
    color: rgba(255, 255, 255, 1);
    margin: 0 7px 0 0;
    order: 1;
}
.module-products-361 .product-list .product-thumb .price-old {
    font-size: 18px;
    color: rgba(109, 118, 125, 1);
    text-decoration: line-through;
    margin: 0;
    order: 2;
}
.module-products-361 .product-list .product-thumb .price > div {
    align-items: center;
    flex-direction: row;
}
.module-products-361 .product-list .product-thumb .button-group {
    justify-content: space-between;
}
.module-products-361 .product-list .product-thumb .cart-group {
    display: inline-flex;
}
.module-products-361 .product-list .product-thumb .btn-cart {
    height: 35px;
}
.module-products-361 .product-list .product-thumb .btn-wishlist {
    width: 35px;
    height: 35px;
    display: inline-flex;
    margin-right: 5px;
    margin-left: 5px;
}
.module-products-361 .product-list .product-thumb .btn-compare {
    width: 35px;
    height: 35px;
    display: inline-flex;
}
.module-products-361 .product-list .product-thumb .btn-cart::before {
    display: inline-block;
    font-size: 16px;
}
.module-products-361 .product-list .product-thumb .btn-cart .btn-text {
    display: inline-block;
    padding: 0 0.4em;
}
.module-products-361 .product-list.product-grid .product-thumb .btn-cart {
    flex: initial;
}
.module-products-361 .product-list.product-grid .product-thumb .cart-group {
    flex: initial;
}
.module-products-361 .product-list .product-thumb .btn-cart.btn,
.module-products-361 .product-list .product-thumb .btn-cart.btn:visited {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
}
.module-products-361 .product-list .product-thumb .btn-cart.btn:hover {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(0, 126, 75, 1) !important;
}
.module-products-361 .product-list .product-thumb .btn-cart.btn {
    background: rgba(0, 96, 57, 1);
    padding: 10px;
    padding-right: 15px;
    padding-left: 15px;
}
.module-products-361 .product-list .product-thumb .btn-cart.btn:active,
.module-products-361 .product-list .product-thumb .btn-cart.btn:hover:active,
.module-products-361 .product-list .product-thumb .btn-cart.btn:focus:active {
    background: rgba(17, 17, 17, 1) !important;
}
.module-products-361 .product-list .product-thumb .btn-cart.btn:focus {
    background: rgba(17, 17, 17, 1);
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25);
}
.module-products-361 .product-list .product-thumb .btn-cart.btn.btn.disabled::after {
    font-size: 20px;
}
.module-products-361 .product-list .product-thumb .stepper {
    display: inline-flex;
    margin-right: 5px;
    height: 35px;
}
.module-products-361 .product-list .product-thumb .btn-wishlist::before {
    display: inline-block;
    font-size: 16px;
}
.module-products-361 .product-list .product-thumb .btn-wishlist .btn-text {
    display: none;
}
.module-products-361 .product-list .product-thumb .btn-wishlist.btn,
.module-products-361 .product-list .product-thumb .btn-wishlist.btn:visited {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
}
.module-products-361 .product-list .product-thumb .btn-wishlist.btn:hover {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(0, 126, 75, 1) !important;
}
.module-products-361 .product-list .product-thumb .btn-wishlist.btn {
    background: rgba(0, 96, 57, 1);
    padding: 10px;
    padding-right: 15px;
    padding-left: 15px;
}
.module-products-361 .product-list .product-thumb .btn-wishlist.btn:active,
.module-products-361 .product-list .product-thumb .btn-wishlist.btn:hover:active,
.module-products-361 .product-list .product-thumb .btn-wishlist.btn:focus:active {
    background: rgba(17, 17, 17, 1) !important;
}
.module-products-361 .product-list .product-thumb .btn-wishlist.btn:focus {
    background: rgba(17, 17, 17, 1);
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25);
}
.module-products-361 .product-list .product-thumb .btn-wishlist.btn.btn.disabled::after {
    font-size: 20px;
}
.module-products-361 .product-list .product-thumb .btn-compare::before {
    display: inline-block;
    font-size: 16px;
}
.module-products-361 .product-list .product-thumb .btn-compare .btn-text {
    display: none;
}
.module-products-361 .product-list .product-thumb .btn-compare.btn,
.module-products-361 .product-list .product-thumb .btn-compare.btn:visited {
    color: rgba(255, 255, 255, 1);
}
.module-products-361 .product-list .product-thumb .btn-compare.btn:hover {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(48, 56, 65, 1) !important;
}
.module-products-361 .product-list .product-thumb .btn-compare.btn:active,
.module-products-361 .product-list .product-thumb .btn-compare.btn:hover:active,
.module-products-361 .product-list .product-thumb .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;
}
.module-products-361 .product-list .product-thumb .btn-compare.btn:focus {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(48, 56, 65, 1);
    border-color: rgba(255, 255, 255, 1);
}
.module-products-361 .product-list .product-thumb .btn-compare.btn {
    background: rgba(0, 0, 0, 1);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 1);
}
.module-products-361 .product-list .product-thumb .btn-compare.btn:hover,
.module-products-361 .product-list .product-thumb .btn-compare.btn:active:hover {
    border-color: rgba(255, 255, 255, 1);
}
.module-products-361 .product-list .product-thumb .btn-compare.btn.btn.disabled::after {
    font-size: 20px;
}
.module-products-361 .product-list .product-thumb .extra-group {
    display: block;
}
.module-products-361 .product-list .product-thumb .extra-group .btn:first-child {
    display: inline-flex;
}
.module-products-361 .product-list .product-thumb .extra-group .btn-extra + .btn {
    display: inline-flex;
}
.module-products-361 .product-list .product-thumb .extra-group .btn:first-child::before {
    display: inline-block;
    font-size: 16px;
    color: rgba(3, 107, 44, 1);
}
.module-products-361 .product-list .product-thumb .extra-group .btn:first-child .btn-text {
    display: inline-block;
    padding: 0 0.4em;
}
.module-products-361 .product-list .product-thumb .extra-group .btn + .btn::before {
    display: inline-block;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
}
.module-products-361 .product-list .product-thumb .extra-group .btn + .btn .btn-text {
    display: inline-block;
    padding: 0 0.4em;
}
.module-products-361 .product-list .product-thumb .extra-group .btn + .btn.btn {
    margin-left: 5px;
    background: none;
    border-style: none;
    padding: 3px;
    box-shadow: none;
}
.module-products-361 .product-list .product-layout .extra-group > div {
    justify-content: flex-start;
}
.module-products-361 .product-list .product-thumb .extra-group > div {
    margin-top: 10px;
}
.module-products-361 .product-list .product-thumb .extra-group .btn.btn,
.module-products-361 .product-list .product-thumb .extra-group .btn.btn:visited {
    color: rgba(48, 56, 65, 1);
    text-transform: none;
}
.module-products-361 .product-list .product-thumb .extra-group .btn.btn:hover {
    color: rgba(255, 255, 255, 1) !important;
    background: none !important;
}
.module-products-361 .product-list .product-thumb .extra-group .btn.btn {
    background: none;
    border-style: none;
    padding: 3px;
    box-shadow: none;
}
.module-products-361 .product-list .product-thumb .extra-group .btn.btn:active,
.module-products-361 .product-list .product-thumb .extra-group .btn.btn:hover:active,
.module-products-361 .product-list .product-thumb .extra-group .btn.btn:focus:active {
    background: none !important;
}
.module-products-361 .product-list .product-thumb .extra-group .btn.btn:focus {
    background: none;
}
.module-products-361 .product-list .product-thumb .extra-group .btn.btn.btn.disabled::after {
    font-size: 20px;
}
.module-products-361 .product-list .product-thumb .extra-group .btn + .btn.btn,
.module-products-361 .product-list .product-thumb .extra-group .btn + .btn.btn:visited {
    color: rgba(48, 56, 65, 1);
    text-transform: none;
}
.module-products-361 .product-list .product-thumb .extra-group .btn + .btn.btn:hover {
    color: rgba(255, 255, 255, 1) !important;
    background: none !important;
}
.module-products-361 .product-list .product-thumb .extra-group .btn + .btn.btn:active,
.module-products-361 .product-list .product-thumb .extra-group .btn + .btn.btn:hover:active,
.module-products-361 .product-list .product-thumb .extra-group .btn + .btn.btn:focus:active {
    background: none !important;
}
.module-products-361 .product-list .product-thumb .extra-group .btn + .btn.btn:focus {
    background: none;
}
.module-products-361 .product-list .product-thumb .extra-group .btn + .btn.btn.btn.disabled::after {
    font-size: 20px;
}
.module-products-361 .product-list.product-grid .product-thumb .extra-group {
    position: static;
    margin-top: initial;
}
.module-products-361 .product-list.product-grid .product-thumb .extra-group > div {
    position: static;
    transform: none;
    opacity: 1;
}
.module-products-361 .product-list.product-grid .product-thumb .buttons-wrapper {
    position: static;
    width: auto;
    overflow: visible;
    order: initial;
    margin-top: auto;
    transform: none;
}
.module-products-361 .product-list.product-grid .product-thumb .buttons-wrapper .button-group {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
}
.module-products-361 .product-list.product-grid .product-thumb:hover .buttons-wrapper .button-group {
    transform: none;
}
.module-products-361 .product-list.product-grid .wish-group {
    justify-content: flex-start;
}
.module-products-361 .module-body {
    padding-top: 10px;
}
@media (max-width: 769px) {
    .module-products-361 .product-list .product-thumb .rating {
        justify-content: flex-start;
    }
    .module-products-361 .product-list .product-thumb .rating-stars {
        margin-top: 0px;
    }
}
@media (max-width: 760px) {
    .module-products-361 .swiper-pagination-bullet {
        width: 15px;
        height: 6px;
    }
    .module-products-361 .swiper-pagination > span + span {
        margin-left: 5px;
    }
    .module-products-361 .nav-tabs > li {
        width: calc(100% / 3);
    }
    .module-products-361 .product-layout.swiper-slide {
        margin-right: 0px;
        width: calc((100% - 1 * 0px) / 2 - 0.01px);
    }
    .module-products-361 .product-layout:not(.swiper-slide) {
        padding: 0px;
        width: calc(100% / 2 - 0.01px);
    }
    .module-products-361 .product-grid .product-thumb .name a {
        font-size: 16px;
    }
    .module-products-361 .product-grid .product-thumb .btn-wishlist {
        width: 40px;
    }
    .module-products-361 .product-grid .product-thumb .btn-compare {
        width: 40px;
    }
    .module-products-361 .product-grid.product-grid .product-thumb .cart-group {
        flex: 1;
    }
    .module-products-361 .product-grid.product-grid .product-thumb .btn-cart {
        flex: 1;
    }
    .module-products-361 .product-grid .product-thumb .btn-cart {
        margin-bottom: 10px;
    }
    .module-products-361 .product-grid.product-grid .wish-group {
        justify-content: center;
    }
    .module-products-361 .product-list.product-list .product-layout .image {
        float: none;
        height: auto;
    }
    .module-products-361 .product-list .product-thumb .caption {
        padding-top: 20px;
        padding-left: 0px;
    }
    .module-products-361 .product-list .product-thumb .btn-cart.btn,
    .module-products-361 .product-list .product-thumb .btn-cart.btn:visited {
        font-size: 14px;
    }
    .module-products-361 .product-list .product-thumb .btn-wishlist.btn,
    .module-products-361 .product-list .product-thumb .btn-wishlist.btn:visited {
        font-size: 14px;
    }
}
@media (max-width: 470px) {
    .module-products-361 .nav-tabs > li {
        width: calc(100% / 2);
    }
}
.module-title-163 {
    text-align: center;
}
.module-title-163 .subtitle {
    display: inline-block;
    font-size: 15px;
    max-width: 900px;
}
.module-title-163 .title-divider {
    display: block;
    max-width: 50px;
    height: 1px;
    background: rgba(255, 255, 255, 1);
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    display: none;
    margin-left: 0;
    margin-right: auto;
}
.module-title-163 .title-wrapper {
    text-align: center;
    text-align: left;
}
.module-title-163 h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}
.module-title-163 .title-wrapper h3 {
    font-family: 'Rajdhani';
    font-weight: 700;
    font-size: 32px;
    color: rgba(0, 96, 57, 1);
}
.module-title-163 .title-wrapper .subtitle {
    font-size: 18px;
    color: rgba(0, 0, 0, 1);
}
.module-title-163 .title-wrapper::before {
    opacity: 0.05;
    display: block;
}
@media (max-width: 760px) {
    .module-title-163 .title-wrapper h3 {
        font-size: 22px;
        color: rgba(0, 96, 57, 1);
    }
    .module-title-163 .title-wrapper .subtitle {
        font-size: 14px;
        color: rgba(0, 0, 0, 1);
    }
    .module-title-163 .title-wrapper {
        text-align: center;
    }
    .module-title-163 .title-divider {
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 470px) {
    .module-title-163 h3 {
        font-size: 26px;
    }
}
.module-button-308 .btn {
    transform: scale(calc(135 / 100));
    transform-origin: center;
    width: auto;
    background: rgba(0, 96, 57, 1);
    padding: 10px;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 25px;
    margin-left: 30px;
    padding-right: 40px;
    padding-left: 40px;
}
.module-button-308 {
    display: flex;
    justify-content: flex-start;
}
.module-button-308 .btn,
.module-button-308 .btn:visited {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
}
.module-button-308 .btn:hover {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(0, 126, 75, 1) !important;
}
.module-button-308 .btn:active,
.module-button-308 .btn:hover:active,
.module-button-308 .btn:focus:active {
    background: rgba(17, 17, 17, 1) !important;
}
.module-button-308 .btn:focus {
    background: rgba(17, 17, 17, 1);
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25);
}
.module-button-308 .btn.btn.disabled::after {
    font-size: 20px;
}
@media (max-width: 760px) {
    .module-button-308 {
        display: flex;
        justify-content: center;
    }
    .module-button-308 .btn,
    .module-button-308 .btn:visited {
        font-size: 14px;
    }
    .module-button-308 .btn {
        margin-top: 20px;
        margin-right: 0px;
        margin-left: 0px;
    }
}
.module-banners-204 .module-item.swiper-slide {
    margin-right: 0px;
    width: calc((100% - 0 * 0px) / 1 - 0.01px);
}
.module-banners-204 .module-item:not(.swiper-slide) {
    padding: 0px;
    width: calc(100% / 1 - 0.01px);
}
.one-column #content .module-banners-204 .module-item.swiper-slide {
    margin-right: 0px;
    width: calc((100% - 0 * 0px) / 1 - 0.01px);
}
.one-column #content .module-banners-204 .module-item:not(.swiper-slide) {
    padding: 0px;
    width: calc(100% / 1 - 0.01px);
}
.two-column #content .module-banners-204 .module-item.swiper-slide {
    margin-right: 0px;
    width: calc((100% - 0 * 0px) / 1 - 0.01px);
}
.two-column #content .module-banners-204 .module-item:not(.swiper-slide) {
    padding: 0px;
    width: calc(100% / 1 - 0.01px);
}
.side-column .module-banners-204 .module-item.swiper-slide {
    margin-right: 0px;
    width: calc((100% - 0 * 0px) / 1 - 0.01px);
}
.side-column .module-banners-204 .module-item:not(.swiper-slide) {
    padding: 0px;
    width: calc(100% / 1 - 0.01px);
}
.module-banners-204 a img {
    transform: scale(1);
}
.module-banners-204 a::before {
    opacity: 0;
}
.desktop .module-banners-204 a:hover::before {
    opacity: 1;
}
.module-banners-204 .banner-caption {
    visibility: hidden;
    opacity: 0;
    display: block;
}
.desktop .module-banners-204 a:hover .banner-caption {
    visibility: visible;
    opacity: 1;
}
.module-banners-204 a .banner-caption {
    width: 100%;
}
.module-banners-204 .banner-caption span {
    white-space: normal;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding: 12px;
}
.module-banners-204 .banner-caption-2 span {
    white-space: normal;
}
.module-banners-204 .banner-caption-3 span {
    white-space: normal;
}
.module-master_slider-302::before {
    background: none;
}
.desktop .module-master_slider-302:hover::before {
    background: none;
}
.module-master_slider-302 .ms-view {
    overflow: hidden;
}
.module-master_slider-302 .static-text-1 {
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    transform: none;
}
.module-master_slider-302 .static-text-1 span {
    transform: scale(calc(100 / 100));
    transform-origin: center;
}
.module-master_slider-302 .static-text-2 {
    top: auto;
    left: 0;
    right: auto;
    bottom: 0;
    transform: translate3d(0, 0, 0);
}
.module-master_slider-302 .static-text-2 span {
    transform: scale(calc(100 / 100));
    transform-origin: center;
}
.desktop .module-master_slider-302 .ms-nav-next {
    opacity: 0;
}
.desktop .module-master_slider-302 .ms-nav-prev {
    opacity: 0;
}
.desktop .module-master_slider-302 .ms-container:hover .ms-nav-next {
    opacity: 1;
}
.desktop .module-master_slider-302 .ms-container:hover .ms-nav-prev {
    opacity: 1;
}
.module-master_slider-302 .ms-nav-next {
    display: flex;
    left: auto;
    right: 0;
    top: 50%;
    bottom: auto;
    transform: translateY(-100%);
}
.module-master_slider-302 .ms-nav-prev {
    display: flex;
    left: auto;
    right: 0;
    top: 50%;
    bottom: auto;
    transform: translateY(0);
}
.module-master_slider-302 .ms-nav-next::before,
.module-master_slider-302 .ms-nav-prev::before {
    content: '\e5c8' !important;
    font-family: icomoon !important;
}
.desktop .module-master_slider-302 .ms-nav-next:hover::before,
.desktop .module-master_slider-302 .ms-nav-prev:hover::before {
    color: rgba(255, 255, 255, 1);
}
.module-master_slider-302 .ms-nav-next,
.module-master_slider-302 .ms-nav-prev {
    width: 40px;
    height: 40px;
}
.module-master_slider-302 .ms-nav-next:hover,
.module-master_slider-302 .ms-nav-prev:hover {
    background: rgba(255, 255, 255, 1);
}
.module-master_slider-302 .ms-bullets {
    display: block;
    top: auto;
    bottom: 0;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    margin-top: 7px;
    margin-bottom: 7px;
    padding: 5px;
}
.module-master_slider-302 .ms-bullets .ms-bullets-count {
    flex-direction: row;
}
.module-master_slider-302 .ms-bullets .ms-bullet {
    margin: calc(7px / 2) !important;
    background: rgba(238, 238, 238, 1);
}
.module-master_slider-302 .ms-bullet {
    width: 20px;
    height: 5px;
}
.desktop .module-master_slider-302 .ms-bullets .ms-bullet:hover,
.module-master_slider-302 .ms-bullets .ms-bullet-selected {
    background: rgba(255, 255, 255, 1);
}
.module-master_slider-302 .ms-thumb-list {
    display: block;
    padding: 10px 0;
    top: auto !important;
    bottom: 0 !important;
    order: 2;
}
.module-master_slider-302 .ms-thumb-list .ms-thumb-frame {
    margin-right: 10px !important;
    opacity: 0.75;
}
.module-master_slider-302 .ms-thumb-frame {
    border-width: 0px;
}
.module-master_slider-302 .ms-timerbar {
    display: none;
    top: auto !important;
    bottom: 0 !important;
}
.module-master_slider-302 .master-slider .ms-time-bar {
    height: 4px !important;
}
@media (max-width: 1024px) {
    .module-master_slider-302 .ms-nav-next {
        display: none;
    }
    .module-master_slider-302 .ms-nav-prev {
        display: none;
    }
}
.module-products-257 .swiper-container {
    overflow: hidden;
}
.module-products-257 .swiper-buttons {
    display: none;
    top: 50%;
    width: calc(100% - (-15px * 2));
}
.module-products-257:hover .swiper-buttons {
    display: block;
}
.module-products-257 .swiper-button-prev {
    left: 0;
    right: auto;
    transform: translate(0, -50%);
}
.module-products-257 .swiper-button-next {
    left: auto;
    right: 0;
    transform: translate(0, -50%);
}
.module-products-257 .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-products-257 .swiper-button-disabled {
    opacity: 0;
}
.module-products-257 .swiper-buttons div::before {
    content: '\e5c4' !important;
    font-family: icomoon !important;
    color: rgba(110, 110, 110, 1);
}
.desktop .module-products-257 .swiper-buttons div:not(.swiper-button-disabled):hover::before {
    color: rgba(255, 255, 255, 1);
}
.module-products-257 .swiper-buttons .swiper-button-next::before {
    content: '\e5c8' !important;
    font-family: icomoon !important;
    color: rgba(110, 110, 110, 1);
}
.desktop .module-products-257 .swiper-buttons .swiper-button-next:not(.swiper-button-disabled):hover::before {
    color: rgba(255, 255, 255, 1);
}
.module-products-257 .swiper-buttons div:not(.swiper-button-disabled):hover {
    background: rgba(0, 96, 57, 1);
}
.desktop .module-products-257 .swiper-buttons div:not(.swiper-button-disabled):hover {
    border-color: rgba(0, 96, 57, 1);
}
.module-products-257 .swiper-pagination {
    display: none !important;
    margin-bottom: 20px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
}
.module-products-257 .swiper {
    padding-bottom: 0;
}
.module-products-257 .swiper-pagination-bullet {
    width: 25px;
    height: 10px;
    background-color: rgba(80, 80, 80, 1);
}
.module-products-257 .swiper-pagination > span + span {
    margin-left: 10px;
}
.desktop .module-products-257 .swiper-pagination-bullet:hover {
    background-color: rgba(0, 0, 0, 1);
}
.module-products-257 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: rgba(0, 0, 0, 1);
}
.module-products-257 .swiper-pagination > span {
    border-radius: 5px;
}
.module-products-257 .nav-tabs > li > a,
.module-products-257 .nav-tabs > li.active > a,
.module-products-257 .nav-tabs > li.active > a:hover,
.module-products-257 .nav-tabs > li.active > a:focus {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    text-transform: uppercase;
}
.desktop .module-products-257 .nav-tabs > li:hover > a,
.module-products-257 .nav-tabs > li.active > a {
    color: rgba(255, 255, 255, 1);
}
.module-products-257 .nav-tabs > li.active > a,
.module-products-257 .nav-tabs > li.active > a:hover,
.module-products-257 .nav-tabs > li.active > a:focus {
    color: rgba(255, 255, 255, 1);
}
.module-products-257 .nav-tabs > li > a,
.module-products-257 .nav-tabs > li:hover > a,
.module-products-257 .nav-tabs > li.active > a,
.module-products-257 .nav-tabs > li.active > a,
.module-products-257 .nav-tabs > li.active > a:hover,
.module-products-257 .nav-tabs > li.active > a:focus {
    background: rgba(0, 96, 57, 1) !important;
}
.desktop .module-products-257 .nav-tabs > li:hover > a {
    background: rgba(0, 126, 75, 1) !important;
}
.module-products-257 ul.nav-tabs > li.active > a,
.module-products-257 ul.nav-tabs > li.active > a:hover,
.module-products-257 ul.nav-tabs > li.active > a:focus {
    background: rgba(0, 126, 75, 1) !important;
}
.module-products-257 .nav-tabs > li:first-child {
    border-width: 0;
    border-left-width: 0px;
}
.module-products-257 .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;
}
.module-products-257 .nav-tabs > li > a {
    justify-content: center;
    white-space: nowrap;
    padding: 16px;
}
.module-products-257 .nav-tabs > li > a::before {
    font-size: 18px;
}
.module-products-257 .nav-tabs {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    overflow-x: visible;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
}
.module-products-257 .nav-tabs > li {
    flex-grow: 1;
}
.module-products-257 .mobile .nav-tabs {
    overflow-x: visible;
}
.module-products-257 .nav-tabs::-webkit-scrollbar {
    -webkit-appearance: initial;
    height: 1px;
    height: 1px;
    width: 1px;
}
.module-products-257 .nav-tabs::-webkit-scrollbar-track {
    background-color: white;
    background-color: rgba(255, 255, 255, 1);
}
.module-products-257 .nav-tabs::-webkit-scrollbar-thumb {
    background-color: #999;
    background-color: rgba(255, 255, 255, 1);
}
.module-products-257 .tab-container::before {
    display: none;
}
.module-products-257 .tab-content {
    padding-top: 20px;
}
.module-products-257 .tab-container {
    display: block;
}
.module-products-257 .tab-container .nav-tabs {
    flex-direction: row;
}
.module-products-257 .product-layout.swiper-slide {
    margin-right: 0px;
    width: calc((100% - 3 * 0px) / 4 - 0.01px);
}
.module-products-257 .product-layout:not(.swiper-slide) {
    padding: 0px;
    width: calc(100% / 4 - 0.01px);
}
.one-column #content .module-products-257 .product-layout.swiper-slide {
    margin-right: 0px;
    width: calc((100% - 3 * 0px) / 4 - 0.01px);
}
.one-column #content .module-products-257 .product-layout:not(.swiper-slide) {
    padding: 0px;
    width: calc(100% / 4 - 0.01px);
}
.two-column #content .module-products-257 .product-layout.swiper-slide {
    margin-right: 0px;
    width: calc((100% - 0 * 0px) / 1 - 0.01px);
}
.two-column #content .module-products-257 .product-layout:not(.swiper-slide) {
    padding: 0px;
    width: calc(100% / 1 - 0.01px);
}
.side-column .module-products-257 .product-layout.swiper-slide {
    margin-right: 0px;
    width: calc((100% - 0 * 0px) / 1 - 0.01px);
}
.side-column .module-products-257 .product-layout:not(.swiper-slide) {
    padding: 0px;
    width: calc(100% / 1 - 0.01px);
}
.module-products-257 .module-body > .module-item {
    margin-bottom: 20px;
}
.module-products-257 .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 .module-products-257 .product-grid .product-layout:hover .product-thumb {
    border-color: rgba(238, 238, 238, 1);
}
.module-products-257 .product-grid .product-thumb:hover .product-img > div {
    transform: scale(1.12);
}
.module-products-257 .product-grid .product-thumb .product-labels {
    display: none;
    visibility: visible;
    opacity: 1;
}
.module-products-257 .product-grid .product-thumb .quickview-button {
    display: none;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    transform: translate3d(-50%, -50%, 1px);
}
.module-products-257 .product-grid .product-thumb .btn-quickview {
    visibility: hidden;
    opacity: 0;
    transform: scale(0.88);
    width: 30px;
    height: 30px;
}
.module-products-257 .product-grid .product-thumb:hover .btn-quickview {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}
.module-products-257 .product-grid .product-thumb .btn-quickview .btn-text {
    display: none;
}
.module-products-257 .product-grid .product-thumb .btn-quickview::before {
    display: inline-block;
}
.module-products-257 .product-grid .product-thumb .countdown {
    display: none;
    visibility: visible;
    opacity: 1;
    transform: translate3d(-50%, 0, 1px) scale(1);
}
.module-products-257 .product-grid.product-list .product-layout .image {
    float: left;
    height: 100%;
}
.module-products-257 .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;
}
.module-products-257 .product-grid .stat-1 .stats-label {
    display: none;
}
.module-products-257 .product-grid .stat-2 .stats-label {
    display: none;
}
.module-products-257 .product-grid.product-grid .product-thumb .rating {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 0;
}
.module-products-257 .product-grid.product-grid .product-thumb:hover .rating {
    visibility: visible;
    opacity: 1;
}
.module-products-257 .product-grid.product-grid .product-thumb .rating-stars {
    position: absolute;
    visibility: visible;
    opacity: 1;
    transform: translateY(-50%);
}
.module-products-257 .product-grid .product-thumb .rating {
    justify-content: center;
    display: flex;
}
.module-products-257 .product-grid .product-thumb .rating.no-rating {
    display: none;
}
.module-products-257 .product-grid .product-thumb .rating-stars {
    padding-bottom: 10px;
}
.module-products-257 .product-grid .product-thumb .rating.no-rating span {
    opacity: 0.5;
}
.module-products-257 .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;
}
.module-products-257 .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;
}
.module-products-257 .product-grid .product-thumb .name a:hover {
    color: rgba(0, 96, 57, 1);
}
.module-products-257 .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;
}
.module-products-257 .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;
}
.module-products-257 .product-grid .product-thumb .price-tax {
    display: none;
    font-size: 12px;
    text-align: left;
}
.module-products-257 .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;
}
.module-products-257 .product-grid .product-thumb .price-old {
    font-size: 14px;
    color: rgba(190, 190, 190, 1);
    text-decoration: line-through;
    margin: 0;
    order: 2;
}
.module-products-257 .product-grid .product-thumb .price > div {
    align-items: center;
    flex-direction: row;
}
.module-products-257 .product-grid .product-thumb .buttons-wrapper {
    display: block;
}
.module-products-257 .product-grid .product-thumb .button-group {
    justify-content: space-between;
}
.module-products-257 .product-grid.product-grid .product-thumb .button-group {
    padding: 8px;
    padding-bottom: 5px;
}
.module-products-257 .product-grid .product-thumb .cart-group {
    display: none;
}
.module-products-257 .product-grid .product-thumb .btn-cart::before {
    display: none;
    font-size: 16px;
    left: 2px;
    margin-right: 2px;
}
.module-products-257 .product-grid .product-thumb .btn-cart .btn-text {
    display: inline-block;
    padding: 0;
}
.module-products-257 .product-grid.product-grid .product-thumb .btn-cart {
    flex: initial;
}
.module-products-257 .product-grid.product-grid .product-thumb .cart-group {
    flex: initial;
}
.module-products-257 .product-grid .product-thumb .btn-cart.btn,
.module-products-257 .product-grid .product-thumb .btn-cart.btn:visited {
    text-transform: none;
}
.module-products-257 .product-grid .product-thumb .btn-cart.btn {
    padding: 2px;
    padding-right: 7px;
    padding-left: 7px;
    min-width: 20px;
    min-height: 20px;
}
.desktop .module-products-257 .product-grid .product-thumb .btn-cart.btn:hover {
    box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.25);
}
.module-products-257 .product-grid .product-thumb .btn-cart.btn:active,
.module-products-257 .product-grid .product-thumb .btn-cart.btn:hover:active,
.module-products-257 .product-grid .product-thumb .btn-cart.btn:focus:active {
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25);
}
.module-products-257 .product-grid .product-thumb .btn-cart.btn:focus {
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25);
}
.module-products-257 .product-grid .product-thumb .btn-cart.btn.btn.disabled::after {
    font-size: 20px;
}
.module-products-257 .product-grid .product-thumb .stepper {
    display: none;
    margin-right: 5px;
    height: 36px;
}
.module-products-257 .product-grid .button-group-bottom .wish-group.wish-group-bottom {
    margin: -10px;
    margin-top: 10px;
}
.module-products-257 .product-grid .button-group-bottom .wish-group-bottom {
    border-width: 0;
    border-top-width: 1px;
    border-style: solid;
}
.module-products-257 .product-grid .product-thumb .btn-wishlist {
    display: none;
    margin-right: 5px;
    margin-left: 5px;
}
.module-products-257 .product-grid .product-thumb .btn-wishlist::before {
    display: inline-block;
    font-size: 15px;
}
.module-products-257 .product-grid .product-thumb .btn-wishlist .btn-text {
    display: none;
}
.module-products-257 .product-grid .product-thumb .btn-wishlist.btn,
.module-products-257 .product-grid .product-thumb .btn-wishlist.btn:visited {
    color: rgba(48, 56, 65, 1);
    text-transform: none;
}
.module-products-257 .product-grid .product-thumb .btn-wishlist.btn:hover {
    color: rgba(255, 255, 255, 1) !important;
    background: none !important;
}
.module-products-257 .product-grid .product-thumb .btn-wishlist.btn {
    background: none;
    border-style: none;
    padding: 3px;
    box-shadow: none;
}
.module-products-257 .product-grid .product-thumb .btn-wishlist.btn:active,
.module-products-257 .product-grid .product-thumb .btn-wishlist.btn:hover:active,
.module-products-257 .product-grid .product-thumb .btn-wishlist.btn:focus:active {
    background: none !important;
}
.module-products-257 .product-grid .product-thumb .btn-wishlist.btn:focus {
    background: none;
}
.module-products-257 .product-grid .product-thumb .btn-wishlist.btn.btn.disabled::after {
    font-size: 20px;
}
.module-products-257 .product-grid .product-thumb .btn-compare {
    display: none;
}
.module-products-257 .product-grid .product-thumb .btn-compare::before {
    display: inline-block;
    font-size: 14px;
}
.module-products-257 .product-grid .product-thumb .btn-compare .btn-text {
    display: none;
}
.module-products-257 .product-grid .product-thumb .btn-compare.btn,
.module-products-257 .product-grid .product-thumb .btn-compare.btn:visited {
    color: rgba(48, 56, 65, 1);
    text-transform: none;
}
.module-products-257 .product-grid .product-thumb .btn-compare.btn:hover {
    color: rgba(255, 255, 255, 1) !important;
    background: none !important;
}
.module-products-257 .product-grid .product-thumb .btn-compare.btn {
    background: none;
    border-style: none;
    padding: 3px;
    box-shadow: none;
}
.module-products-257 .product-grid .product-thumb .btn-compare.btn:active,
.module-products-257 .product-grid .product-thumb .btn-compare.btn:hover:active,
.module-products-257 .product-grid .product-thumb .btn-compare.btn:focus:active {
    background: none !important;
}
.module-products-257 .product-grid .product-thumb .btn-compare.btn:focus {
    background: none;
}
.module-products-257 .product-grid .product-thumb .btn-compare.btn.btn.disabled::after {
    font-size: 20px;
}
.module-products-257 .product-grid .product-thumb .extra-group {
    display: none;
}
.module-products-257 .product-grid .product-thumb .extra-group .btn:first-child {
    display: inline-flex;
}
.module-products-257 .product-grid .product-thumb .extra-group .btn-extra + .btn {
    display: inline-flex;
}
.module-products-257 .product-grid .product-thumb .extra-group .btn:first-child::before {
    display: inline-block;
}
.module-products-257 .product-grid .product-thumb .extra-group .btn:first-child .btn-text {
    display: inline-block;
    padding: 0 0.4em;
}
.module-products-257 .product-grid .product-thumb .extra-group .btn + .btn::before {
    display: inline-block;
}
.module-products-257 .product-grid .product-thumb .extra-group .btn + .btn .btn-text {
    display: inline-block;
    padding: 0 0.4em;
}
.module-products-257 .product-grid .product-layout .extra-group > div {
    justify-content: space-between;
}
.module-products-257 .product-grid .product-thumb .extra-group > div {
    padding: 4px;
}
.module-products-257 .product-grid .product-thumb .extra-group .btn.btn,
.module-products-257 .product-grid .product-thumb .extra-group .btn.btn:visited {
    text-transform: none;
}
.module-products-257 .product-grid .product-thumb .extra-group .btn.btn {
    padding: 2px;
    padding-right: 7px;
    padding-left: 7px;
    min-width: 20px;
    min-height: 20px;
}
.desktop .module-products-257 .product-grid .product-thumb .extra-group .btn.btn:hover {
    box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.25);
}
.module-products-257 .product-grid .product-thumb .extra-group .btn.btn:active,
.module-products-257 .product-grid .product-thumb .extra-group .btn.btn:hover:active,
.module-products-257 .product-grid .product-thumb .extra-group .btn.btn:focus:active {
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25);
}
.module-products-257 .product-grid .product-thumb .extra-group .btn.btn:focus {
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25);
}
.module-products-257 .product-grid .product-thumb .extra-group .btn.btn.btn.disabled::after {
    font-size: 20px;
}
.module-products-257 .product-grid .product-thumb .extra-group .btn + .btn.btn,
.module-products-257 .product-grid .product-thumb .extra-group .btn + .btn.btn:visited {
    text-transform: none;
}
.module-products-257 .product-grid .product-thumb .extra-group .btn + .btn.btn {
    padding: 2px;
    padding-right: 7px;
    padding-left: 7px;
    min-width: 20px;
    min-height: 20px;
}
.desktop .module-products-257 .product-grid .product-thumb .extra-group .btn + .btn.btn:hover {
    box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.25);
}
.module-products-257 .product-grid .product-thumb .extra-group .btn + .btn.btn:active,
.module-products-257 .product-grid .product-thumb .extra-group .btn + .btn.btn:hover:active,
.module-products-257 .product-grid .product-thumb .extra-group .btn + .btn.btn:focus:active {
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25);
}
.module-products-257 .product-grid .product-thumb .extra-group .btn + .btn.btn:focus {
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25);
}
.module-products-257 .product-grid .product-thumb .extra-group .btn + .btn.btn.btn.disabled::after {
    font-size: 20px;
}
.module-products-257 .product-grid.product-grid .product-thumb .extra-group {
    position: static;
    margin-top: initial;
}
.module-products-257 .product-grid.product-grid .product-thumb .extra-group > div {
    position: static;
    transform: none;
    opacity: 1;
}
.module-products-257 .product-grid.product-grid .product-thumb .buttons-wrapper {
    position: static;
    width: auto;
    overflow: visible;
    order: initial;
    margin-top: auto;
    transform: none;
}
.module-products-257 .product-grid.product-grid .product-thumb .buttons-wrapper .button-group {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
}
.module-products-257 .product-grid.product-grid .product-thumb:hover .buttons-wrapper .button-group {
    transform: none;
}
.module-products-257 .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;
}
.module-products-257 .product-list .product-thumb {
    border-width: 0;
    border-top-width: 1px;
    border-style: solid;
    border-color: rgba(221, 221, 221, 1);
    padding-top: 20px;
}
.module-products-257 .product-list:not(.product-grid) .product-layout:not(.swiper-slide) + .product-layout:not(.swiper-slide) {
    margin-top: 24px;
}
.module-products-257 .product-list .product-thumb:hover .product-img > div {
    transform: scale(1.12);
}
.module-products-257 .product-list .product-thumb .product-labels {
    visibility: visible;
    opacity: 1;
}
.module-products-257 .product-list .product-thumb .quickview-button {
    display: flex;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    transform: translate3d(-50%, -50%, 1px);
}
.module-products-257 .product-list .product-thumb .btn-quickview {
    visibility: hidden;
    opacity: 0;
    transform: scale(0.88);
}
.module-products-257 .product-list .product-thumb:hover .btn-quickview {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}
.module-products-257 .product-list .product-thumb .btn-quickview .btn-text {
    display: none;
}
.module-products-257 .product-list .product-thumb .btn-quickview::before {
    display: inline-block;
    content: '\eb54' !important;
    font-family: icomoon !important;
}
.module-products-257 .product-list .product-thumb .image .btn {
    background: rgba(109, 118, 125, 1);
    border-width: 0px;
}
.module-products-257 .product-list .product-thumb .image .btn:hover {
    background: rgba(48, 56, 65, 1) !important;
}
.module-products-257 .product-list .product-thumb .image .btn.btn.disabled::after {
    font-size: 20px;
}
.module-products-257 .product-list .product-thumb .countdown {
    display: flex;
    visibility: visible;
    opacity: 1;
    transform: translate3d(-50%, 0, 1px) scale(1);
}
.module-products-257 .product-list.product-list .product-layout .image {
    float: left;
    height: 100%;
}
.module-products-257 .product-list .product-thumb .caption {
    padding-left: 20px;
}
.module-products-257 .product-list .product-thumb .stats {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 5px;
}
.module-products-257 .product-list .stat-1 .stats-label {
    display: inline-block;
}
.module-products-257 .product-list .stat-2 .stats-label {
    display: inline-block;
}
.module-products-257 .product-list.product-grid .product-thumb .rating {
    position: static;
    visibility: visible;
    opacity: 1;
}
.module-products-257 .product-list .product-thumb .rating {
    justify-content: flex-end;
    margin-bottom: 5px;
    display: flex;
}
.module-products-257 .product-list .product-thumb .rating.no-rating {
    display: none;
}
.module-products-257 .product-list .product-thumb .rating .fa-stack {
    font-size: 15px;
    width: 1.2em;
}
.module-products-257 .product-list .product-thumb .rating-stars {
    margin-top: -18px;
}
.module-products-257 .product-list .product-thumb .rating.no-rating span {
    opacity: 0.3;
}
.module-products-257 .product-list .product-thumb .name {
    display: flex;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    justify-content: flex-start;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 5px;
}
.module-products-257 .product-list .product-thumb .name a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    color: rgba(48, 56, 65, 1);
    font-weight: 700;
    text-align: left;
}
.module-products-257 .product-list .product-thumb .description {
    display: block;
    color: rgba(109, 118, 125, 1);
    line-height: 1.5;
    margin-bottom: 5px;
}
.module-products-257 .product-list .product-thumb .price {
    display: block;
    font-size: 26px;
    color: rgba(48, 56, 65, 1);
    text-align: left;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-left: 0;
    margin-right: auto;
    text-align: left;
    justify-content: flex-start;
    margin-bottom: 10px;
}
.module-products-257 .product-list .product-thumb .price-tax {
    display: block;
    font-size: 12px;
}
.module-products-257 .product-list .product-thumb .price-new {
    color: rgba(255, 255, 255, 1);
    margin: 0 7px 0 0;
    order: 1;
}
.module-products-257 .product-list .product-thumb .price-old {
    font-size: 18px;
    color: rgba(109, 118, 125, 1);
    text-decoration: line-through;
    margin: 0;
    order: 2;
}
.module-products-257 .product-list .product-thumb .price > div {
    align-items: center;
    flex-direction: row;
}
.module-products-257 .product-list .product-thumb .button-group {
    justify-content: space-between;
}
.module-products-257 .product-list .product-thumb .cart-group {
    display: inline-flex;
}
.module-products-257 .product-list .product-thumb .btn-cart {
    height: 35px;
}
.module-products-257 .product-list .product-thumb .btn-wishlist {
    width: 35px;
    height: 35px;
    display: inline-flex;
    margin-right: 5px;
    margin-left: 5px;
}
.module-products-257 .product-list .product-thumb .btn-compare {
    width: 35px;
    height: 35px;
    display: inline-flex;
}
.module-products-257 .product-list .product-thumb .btn-cart::before {
    display: inline-block;
    font-size: 16px;
}
.module-products-257 .product-list .product-thumb .btn-cart .btn-text {
    display: inline-block;
    padding: 0 0.4em;
}
.module-products-257 .product-list.product-grid .product-thumb .btn-cart {
    flex: initial;
}
.module-products-257 .product-list.product-grid .product-thumb .cart-group {
    flex: initial;
}
.module-products-257 .product-list .product-thumb .btn-cart.btn,
.module-products-257 .product-list .product-thumb .btn-cart.btn:visited {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
}
.module-products-257 .product-list .product-thumb .btn-cart.btn:hover {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(0, 126, 75, 1) !important;
}
.module-products-257 .product-list .product-thumb .btn-cart.btn {
    background: rgba(0, 96, 57, 1);
    padding: 10px;
    padding-right: 15px;
    padding-left: 15px;
}
.module-products-257 .product-list .product-thumb .btn-cart.btn:active,
.module-products-257 .product-list .product-thumb .btn-cart.btn:hover:active,
.module-products-257 .product-list .product-thumb .btn-cart.btn:focus:active {
    background: rgba(17, 17, 17, 1) !important;
}
.module-products-257 .product-list .product-thumb .btn-cart.btn:focus {
    background: rgba(17, 17, 17, 1);
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25);
}
.module-products-257 .product-list .product-thumb .btn-cart.btn.btn.disabled::after {
    font-size: 20px;
}
.module-products-257 .product-list .product-thumb .stepper {
    display: inline-flex;
    margin-right: 5px;
    height: 35px;
}
.module-products-257 .product-list .product-thumb .btn-wishlist::before {
    display: inline-block;
    font-size: 16px;
}
.module-products-257 .product-list .product-thumb .btn-wishlist .btn-text {
    display: none;
}
.module-products-257 .product-list .product-thumb .btn-wishlist.btn,
.module-products-257 .product-list .product-thumb .btn-wishlist.btn:visited {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
}
.module-products-257 .product-list .product-thumb .btn-wishlist.btn:hover {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(0, 126, 75, 1) !important;
}
.module-products-257 .product-list .product-thumb .btn-wishlist.btn {
    background: rgba(0, 96, 57, 1);
    padding: 10px;
    padding-right: 15px;
    padding-left: 15px;
}
.module-products-257 .product-list .product-thumb .btn-wishlist.btn:active,
.module-products-257 .product-list .product-thumb .btn-wishlist.btn:hover:active,
.module-products-257 .product-list .product-thumb .btn-wishlist.btn:focus:active {
    background: rgba(17, 17, 17, 1) !important;
}
.module-products-257 .product-list .product-thumb .btn-wishlist.btn:focus {
    background: rgba(17, 17, 17, 1);
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25);
}
.module-products-257 .product-list .product-thumb .btn-wishlist.btn.btn.disabled::after {
    font-size: 20px;
}
.module-products-257 .product-list .product-thumb .btn-compare::before {
    display: inline-block;
    font-size: 16px;
}
.module-products-257 .product-list .product-thumb .btn-compare .btn-text {
    display: none;
}
.module-products-257 .product-list .product-thumb .btn-compare.btn,
.module-products-257 .product-list .product-thumb .btn-compare.btn:visited {
    color: rgba(255, 255, 255, 1);
}
.module-products-257 .product-list .product-thumb .btn-compare.btn:hover {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(48, 56, 65, 1) !important;
}
.module-products-257 .product-list .product-thumb .btn-compare.btn:active,
.module-products-257 .product-list .product-thumb .btn-compare.btn:hover:active,
.module-products-257 .product-list .product-thumb .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;
}
.module-products-257 .product-list .product-thumb .btn-compare.btn:focus {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(48, 56, 65, 1);
    border-color: rgba(255, 255, 255, 1);
}
.module-products-257 .product-list .product-thumb .btn-compare.btn {
    background: rgba(0, 0, 0, 1);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 1);
}
.module-products-257 .product-list .product-thumb .btn-compare.btn:hover,
.module-products-257 .product-list .product-thumb .btn-compare.btn:active:hover {
    border-color: rgba(255, 255, 255, 1);
}
.module-products-257 .product-list .product-thumb .btn-compare.btn.btn.disabled::after {
    font-size: 20px;
}
.module-products-257 .product-list .product-thumb .extra-group {
    display: block;
}
.module-products-257 .product-list .product-thumb .extra-group .btn:first-child {
    display: inline-flex;
}
.module-products-257 .product-list .product-thumb .extra-group .btn-extra + .btn {
    display: inline-flex;
}
.module-products-257 .product-list .product-thumb .extra-group .btn:first-child::before {
    display: inline-block;
    font-size: 16px;
    color: rgba(3, 107, 44, 1);
}
.module-products-257 .product-list .product-thumb .extra-group .btn:first-child .btn-text {
    display: inline-block;
    padding: 0 0.4em;
}
.module-products-257 .product-list .product-thumb .extra-group .btn + .btn::before {
    display: inline-block;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
}
.module-products-257 .product-list .product-thumb .extra-group .btn + .btn .btn-text {
    display: inline-block;
    padding: 0 0.4em;
}
.module-products-257 .product-list .product-thumb .extra-group .btn + .btn.btn {
    margin-left: 5px;
    background: none;
    border-style: none;
    padding: 3px;
    box-shadow: none;
}
.module-products-257 .product-list .product-layout .extra-group > div {
    justify-content: flex-start;
}
.module-products-257 .product-list .product-thumb .extra-group > div {
    margin-top: 10px;
}
.module-products-257 .product-list .product-thumb .extra-group .btn.btn,
.module-products-257 .product-list .product-thumb .extra-group .btn.btn:visited {
    color: rgba(48, 56, 65, 1);
    text-transform: none;
}
.module-products-257 .product-list .product-thumb .extra-group .btn.btn:hover {
    color: rgba(255, 255, 255, 1) !important;
    background: none !important;
}
.module-products-257 .product-list .product-thumb .extra-group .btn.btn {
    background: none;
    border-style: none;
    padding: 3px;
    box-shadow: none;
}
.module-products-257 .product-list .product-thumb .extra-group .btn.btn:active,
.module-products-257 .product-list .product-thumb .extra-group .btn.btn:hover:active,
.module-products-257 .product-list .product-thumb .extra-group .btn.btn:focus:active {
    background: none !important;
}
.module-products-257 .product-list .product-thumb .extra-group .btn.btn:focus {
    background: none;
}
.module-products-257 .product-list .product-thumb .extra-group .btn.btn.btn.disabled::after {
    font-size: 20px;
}
.module-products-257 .product-list .product-thumb .extra-group .btn + .btn.btn,
.module-products-257 .product-list .product-thumb .extra-group .btn + .btn.btn:visited {
    color: rgba(48, 56, 65, 1);
    text-transform: none;
}
.module-products-257 .product-list .product-thumb .extra-group .btn + .btn.btn:hover {
    color: rgba(255, 255, 255, 1) !important;
    background: none !important;
}
.module-products-257 .product-list .product-thumb .extra-group .btn + .btn.btn:active,
.module-products-257 .product-list .product-thumb .extra-group .btn + .btn.btn:hover:active,
.module-products-257 .product-list .product-thumb .extra-group .btn + .btn.btn:focus:active {
    background: none !important;
}
.module-products-257 .product-list .product-thumb .extra-group .btn + .btn.btn:focus {
    background: none;
}
.module-products-257 .product-list .product-thumb .extra-group .btn + .btn.btn.btn.disabled::after {
    font-size: 20px;
}
.module-products-257 .product-list.product-grid .product-thumb .extra-group {
    position: static;
    margin-top: initial;
}
.module-products-257 .product-list.product-grid .product-thumb .extra-group > div {
    position: static;
    transform: none;
    opacity: 1;
}
.module-products-257 .product-list.product-grid .product-thumb .buttons-wrapper {
    position: static;
    width: auto;
    overflow: visible;
    order: initial;
    margin-top: auto;
    transform: none;
}
.module-products-257 .product-list.product-grid .product-thumb .buttons-wrapper .button-group {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
}
.module-products-257 .product-list.product-grid .product-thumb:hover .buttons-wrapper .button-group {
    transform: none;
}
.module-products-257 .product-list.product-grid .wish-group {
    justify-content: flex-start;
}
@media (max-width: 769px) {
    .module-products-257 .product-list .product-thumb .rating {
        justify-content: flex-start;
    }
    .module-products-257 .product-list .product-thumb .rating-stars {
        margin-top: 0px;
    }
}
@media (max-width: 760px) {
    .module-products-257 .swiper-pagination-bullet {
        width: 15px;
        height: 6px;
    }
    .module-products-257 .swiper-pagination > span + span {
        margin-left: 5px;
    }
    .module-products-257 .nav-tabs > li > a,
    .module-products-257 .nav-tabs > li.active > a,
    .module-products-257 .nav-tabs > li.active > a:hover,
    .module-products-257 .nav-tabs > li.active > a:focus {
        font-size: 14px;
    }
    .module-products-257 .product-layout.swiper-slide {
        margin-right: 0px;
        width: calc((100% - 1 * 0px) / 2 - 0.01px);
    }
    .module-products-257 .product-layout:not(.swiper-slide) {
        padding: 0px;
        width: calc(100% / 2 - 0.01px);
    }
    .one-column #content .module-products-257 .product-layout.swiper-slide {
        margin-right: 0px;
        width: calc((100% - 1 * 0px) / 2 - 0.01px);
    }
    .one-column #content .module-products-257 .product-layout:not(.swiper-slide) {
        padding: 0px;
        width: calc(100% / 2 - 0.01px);
    }
    .module-products-257 .product-grid .product-thumb .name a {
        font-size: 16px;
    }
    .module-products-257 .product-grid .product-thumb .btn-wishlist {
        width: 40px;
    }
    .module-products-257 .product-grid .product-thumb .btn-compare {
        width: 40px;
    }
    .module-products-257 .product-grid.product-grid .product-thumb .cart-group {
        flex: 1;
    }
    .module-products-257 .product-grid.product-grid .product-thumb .btn-cart {
        flex: 1;
    }
    .module-products-257 .product-grid .product-thumb .btn-cart {
        margin-bottom: 10px;
    }
    .module-products-257 .product-grid.product-grid .wish-group {
        justify-content: center;
    }
    .module-products-257 .product-list.product-list .product-layout .image {
        float: none;
        height: auto;
    }
    .module-products-257 .product-list .product-thumb .caption {
        padding-top: 20px;
        padding-left: 0px;
    }
    .module-products-257 .product-list .product-thumb .btn-cart.btn,
    .module-products-257 .product-list .product-thumb .btn-cart.btn:visited {
        font-size: 14px;
    }
    .module-products-257 .product-list .product-thumb .btn-wishlist.btn,
    .module-products-257 .product-list .product-thumb .btn-wishlist.btn:visited {
        font-size: 14px;
    }
}
.module-title-353 {
    text-align: center;
}
.module-title-353 .subtitle {
    display: inline-block;
    font-size: 15px;
    max-width: 900px;
}
.module-title-353 .title-divider {
    display: block;
    max-width: 50px;
    height: 1px;
    background: rgba(255, 255, 255, 1);
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    display: none;
    margin-left: auto;
    margin-right: auto;
}
.module-title-353 .title-wrapper {
    text-align: center;
    text-align: center;
}
.module-title-353 h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}
.module-title-353 .title-wrapper h3 {
    font-family: 'Rajdhani';
    font-weight: 700;
    font-size: 36px;
    color: rgba(0, 96, 57, 1);
}
.module-title-353 .title-wrapper .subtitle {
    font-size: 18px;
    color: rgba(0, 0, 0, 1);
}
.module-title-353 .title-wrapper::before {
    opacity: 0.05;
    display: block;
}
@media (max-width: 760px) {
    .module-title-353 .title-wrapper h3 {
        font-size: 26px;
        color: rgba(0, 96, 57, 1);
    }
    .module-title-353 .title-wrapper .subtitle {
        font-size: 14px;
        color: rgba(0, 0, 0, 1);
    }
}
@media (max-width: 470px) {
    .module-title-353 h3 {
        font-size: 26px;
    }
}
.module-gallery-363 .swiper-container {
    overflow: hidden;
}
.module-gallery-363 .swiper-buttons {
    display: none;
    top: 50%;
    width: calc(100% - (-15px * 2));
}
.module-gallery-363:hover .swiper-buttons {
    display: block;
}
.module-gallery-363 .swiper-button-prev {
    left: 0;
    right: auto;
    transform: translate(0, -50%);
}
.module-gallery-363 .swiper-button-next {
    left: auto;
    right: 0;
    transform: translate(0, -50%);
}
.module-gallery-363 .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-gallery-363 .swiper-button-disabled {
    opacity: 0;
}
.module-gallery-363 .swiper-buttons div::before {
    content: '\e5c4' !important;
    font-family: icomoon !important;
    color: rgba(110, 110, 110, 1);
}
.desktop .module-gallery-363 .swiper-buttons div:not(.swiper-button-disabled):hover::before {
    color: rgba(255, 255, 255, 1);
}
.module-gallery-363 .swiper-buttons .swiper-button-next::before {
    content: '\e5c8' !important;
    font-family: icomoon !important;
    color: rgba(110, 110, 110, 1);
}
.desktop .module-gallery-363 .swiper-buttons .swiper-button-next:not(.swiper-button-disabled):hover::before {
    color: rgba(255, 255, 255, 1);
}
.module-gallery-363 .swiper-buttons div:not(.swiper-button-disabled):hover {
    background: rgba(0, 96, 57, 1);
}
.desktop .module-gallery-363 .swiper-buttons div:not(.swiper-button-disabled):hover {
    border-color: rgba(0, 96, 57, 1);
}
.module-gallery-363 .swiper-pagination {
    display: none !important;
    margin-bottom: 20px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
}
.module-gallery-363 .swiper {
    padding-bottom: 0;
}
.module-gallery-363 .swiper-pagination-bullet {
    width: 25px;
    height: 10px;
    background-color: rgba(80, 80, 80, 1);
}
.module-gallery-363 .swiper-pagination > span + span {
    margin-left: 10px;
}
.desktop .module-gallery-363 .swiper-pagination-bullet:hover {
    background-color: rgba(0, 0, 0, 1);
}
.module-gallery-363 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: rgba(0, 0, 0, 1);
}
.module-gallery-363 .swiper-pagination > span {
    border-radius: 5px;
}
.module-gallery-363 .module-item.swiper-slide {
    margin-right: 25px;
    width: calc((100% - 5 * 25px) / 6 - 0.01px);
}
.module-gallery-363 .module-item:not(.swiper-slide) {
    padding: 12.5px;
    width: calc(100% / 6 - 0.01px);
}
.one-column #content .module-gallery-363 .module-item.swiper-slide {
    margin-right: 10px;
    width: calc((100% - 0 * 10px) / 1 - 0.01px);
}
.one-column #content .module-gallery-363 .module-item:not(.swiper-slide) {
    padding: 5px;
    width: calc(100% / 1 - 0.01px);
}
.two-column #content .module-gallery-363 .module-item.swiper-slide {
    margin-right: 10px;
    width: calc((100% - 0 * 10px) / 1 - 0.01px);
}
.two-column #content .module-gallery-363 .module-item:not(.swiper-slide) {
    padding: 5px;
    width: calc(100% / 1 - 0.01px);
}
.side-column .module-gallery-363 .module-item.swiper-slide {
    margin-right: 10px;
    width: calc((100% - 2 * 10px) / 3 - 0.01px);
}
.side-column .module-gallery-363 .module-item:not(.swiper-slide) {
    padding: 5px;
    width: calc(100% / 3 - 0.01px);
}
.module-gallery-363 .module-item > a::after {
    display: block;
}
.module-gallery-363 .module-item > a > span::before {
    display: none;
}
.module-gallery-363 .module-item > a img {
    filter: grayscale(0);
    transform: scale(1);
}
.module-gallery-363 .gallery-image-caption {
    display: none;
}
.lg-363 #lg-download {
    display: none;
}
.lg-363 .lg-image {
    max-height: calc(100% - 100px);
}
.lg-363 .lg-actions .lg-prev::before {
    content: '\e5c4' !important;
    font-family: icomoon !important;
}
.lg-363 .lg-actions .lg-next::before {
    content: '\e5c8' !important;
    font-family: icomoon !important;
}
.lg-363 #lg-counter {
    display: inline-block;
}
.lg-363 #lg-zoom-in {
    display: block;
}
.lg-363 #lg-actual-size {
    display: block;
}
.lg-363 #lg-download-in::after {
    content: '\eb4d' !important;
    font-family: icomoon !important;
}
.lg-363 #lg-zoom-in::after {
    content: '\ebef' !important;
    font-family: icomoon !important;
}
.lg-363 #lg-actual-size::after {
    content: '\ebf0' !important;
    font-family: icomoon !important;
}
.lg-363 .lg-close::after {
    content: '\ebeb' !important;
    font-family: icomoon !important;
}
.lg-363 .lg-sub-html {
    background: rgba(0, 0, 0, 0.5);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    top: auto;
    display: block;
}
.lg-363.lg-thumb-open .lg-sub-html {
    bottom: 90px !important;
}
.lg-363 .lg-thumb-item {
    margin-top: 10px;
    padding-right: 10px;
}
.lg-363 .lg-thumb-item img {
    margin-bottom: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0);
}
.lg-363 .lg-thumb-outer {
    padding-left: 10px;
}
.desktop .lg-363 .lg-thumb-item img:hover,
.lg-363 .lg-thumb-item.active img {
    border-color: rgba(255, 255, 255, 1);
}
.lg-363 .lg-toogle-thumb {
    left: auto;
    right: 20px;
    transform: translateX(0);
}
.module-gallery-363 .module-body {
    justify-content: flex-start;
}
.module-gallery-363 .open-btn {
    transform: scale(calc(100 / 100));
    transform-origin: top left;
}
@media (max-width: 760px) {
    .module-gallery-363 .swiper-pagination-bullet {
        width: 15px;
        height: 6px;
    }
    .module-gallery-363 .swiper-pagination > span + span {
        margin-left: 5px;
    }
    .module-gallery-363 .module-item.swiper-slide {
        margin-right: 10px;
        width: calc((100% - 2 * 10px) / 3 - 0.01px);
    }
    .module-gallery-363 .module-item:not(.swiper-slide) {
        padding: 5px;
        width: calc(100% / 3 - 0.01px);
    }
}
.module-title-364 {
    text-align: center;
}
.module-title-364 .subtitle {
    display: inline-block;
    font-size: 15px;
    max-width: 900px;
}
.module-title-364 .title-divider {
    display: block;
    max-width: 50px;
    height: 1px;
    background: rgba(255, 255, 255, 1);
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    display: none;
    margin-left: auto;
    margin-right: auto;
}
.module-title-364 .title-wrapper {
    text-align: center;
    text-align: center;
}
.module-title-364 h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}
.module-title-364 .title-wrapper h3 {
    font-family: 'Rajdhani';
    font-weight: 700;
    font-size: 36px;
    color: rgba(0, 96, 57, 1);
}
.module-title-364 .title-wrapper .subtitle {
    font-size: 18px;
    color: rgba(0, 0, 0, 1);
}
.module-title-364 .title-wrapper::before {
    opacity: 0.05;
    display: block;
}
@media (max-width: 760px) {
    .module-title-364 .title-wrapper h3 {
        font-size: 26px;
        color: rgba(0, 96, 57, 1);
    }
    .module-title-364 .title-wrapper .subtitle {
        font-size: 14px;
        color: rgba(0, 0, 0, 1);
    }
}
@media (max-width: 470px) {
    .module-title-364 h3 {
        font-size: 26px;
    }
}
.module-blog_posts-40 .title.module-title {
    font-size: 26px;
    color: rgba(0, 0, 0, 1);
    font-weight: 400;
    white-space: normal;
    overflow: visible;
    text-overflow: initial;
}
.module-blog_posts-40 .swiper-container {
    overflow: hidden;
    padding: 35px;
}
.module-blog_posts-40 .swiper-buttons {
    display: none;
    top: 50%;
    width: calc(100% - (-15px * 2));
}
.module-blog_posts-40:hover .swiper-buttons {
    display: block;
}
.module-blog_posts-40 .swiper-button-prev {
    left: 0;
    right: auto;
    transform: translate(0, -50%);
}
.module-blog_posts-40 .swiper-button-next {
    left: auto;
    right: 0;
    transform: translate(0, -50%);
}
.module-blog_posts-40 .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-blog_posts-40 .swiper-button-disabled {
    opacity: 0;
}
.module-blog_posts-40 .swiper-buttons div::before {
    content: '\e5c4' !important;
    font-family: icomoon !important;
    color: rgba(110, 110, 110, 1);
}
.desktop .module-blog_posts-40 .swiper-buttons div:not(.swiper-button-disabled):hover::before {
    color: rgba(255, 255, 255, 1);
}
.module-blog_posts-40 .swiper-buttons .swiper-button-next::before {
    content: '\e5c8' !important;
    font-family: icomoon !important;
    color: rgba(110, 110, 110, 1);
}
.desktop .module-blog_posts-40 .swiper-buttons .swiper-button-next:not(.swiper-button-disabled):hover::before {
    color: rgba(255, 255, 255, 1);
}
.module-blog_posts-40 .swiper-buttons div:not(.swiper-button-disabled):hover {
    background: rgba(0, 96, 57, 1);
}
.desktop .module-blog_posts-40 .swiper-buttons div:not(.swiper-button-disabled):hover {
    border-color: rgba(0, 96, 57, 1);
}
.module-blog_posts-40 .swiper-pagination {
    display: none !important;
    margin-bottom: 20px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
}
.module-blog_posts-40 .swiper {
    padding-bottom: 0;
}
.module-blog_posts-40 .swiper-pagination-bullet {
    width: 25px;
    height: 10px;
    background-color: rgba(80, 80, 80, 1);
}
.module-blog_posts-40 .swiper-pagination > span + span {
    margin-left: 10px;
}
.desktop .module-blog_posts-40 .swiper-pagination-bullet:hover {
    background-color: rgba(0, 0, 0, 1);
}
.module-blog_posts-40 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: rgba(0, 0, 0, 1);
}
.module-blog_posts-40 .swiper-pagination > span {
    border-radius: 5px;
}
.module-blog_posts-40 .nav-tabs > li > a,
.module-blog_posts-40 .nav-tabs > li.active > a,
.module-blog_posts-40 .nav-tabs > li.active > a:hover,
.module-blog_posts-40 .nav-tabs > li.active > a:focus {
    font-size: 22px;
    color: rgba(48, 56, 65, 1);
    font-weight: 700;
    text-transform: uppercase;
}
.desktop .module-blog_posts-40 .nav-tabs > li:hover > a,
.module-blog_posts-40 .nav-tabs > li.active > a {
    color: rgba(255, 255, 255, 1);
}
.module-blog_posts-40 .nav-tabs {
    border-width: 0;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: rgba(221, 221, 221, 1);
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    min-width: 50px;
}
.module-blog_posts-40 .nav-tabs > li {
    border-width: 0;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0);
    flex-grow: 0;
}
.module-blog_posts-40 .nav-tabs > li.active {
    border-color: rgba(255, 255, 255, 1);
}
.module-blog_posts-40 .nav-tabs > li.active::after {
    display: none;
    border-top-width: 10px;
}
.module-blog_posts-40 .nav-tabs > li > a {
    justify-content: center;
    white-space: nowrap;
    padding: 0px;
    padding-bottom: 10px;
}
.module-blog_posts-40 .nav-tabs > li > a::before {
    font-size: 18px;
}
.module-blog_posts-40 .nav-tabs > li:not(:last-child) {
    margin-right: 20px;
}
.module-blog_posts-40 .mobile .nav-tabs {
    overflow-x: scroll;
}
.module-blog_posts-40 .nav-tabs::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 1px;
    height: 1px;
    width: 1px;
}
.module-blog_posts-40 .nav-tabs::-webkit-scrollbar-track {
    background-color: white;
    background-color: rgba(255, 255, 255, 1);
}
.module-blog_posts-40 .nav-tabs::-webkit-scrollbar-thumb {
    background-color: #999;
    background-color: rgba(3, 107, 44, 1);
}
.module-blog_posts-40 .tab-container::before {
    display: none;
}
.module-blog_posts-40 .tab-content {
    padding-top: 20px;
}
.module-blog_posts-40 .tab-container {
    display: block;
}
.module-blog_posts-40 .tab-container .nav-tabs {
    flex-direction: row;
}
.module-blog_posts-40.module-blog_posts-grid .post-layout.swiper-slide {
    margin-right: 30px;
    width: calc((100% - 2 * 30px) / 3 - 0.01px);
}
.module-blog_posts-40.module-blog_posts-grid .post-layout:not(.swiper-slide) {
    padding: 15px;
    width: calc(100% / 3 - 0.01px);
}
.one-column #content .module-blog_posts-40.module-blog_posts-grid .post-layout.swiper-slide {
    margin-right: 0px;
    width: calc((100% - 0 * 0px) / 1 - 0.01px);
}
.one-column #content .module-blog_posts-40.module-blog_posts-grid .post-layout:not(.swiper-slide) {
    padding: 0px;
    width: calc(100% / 1 - 0.01px);
}
.two-column #content .module-blog_posts-40.module-blog_posts-grid .post-layout.swiper-slide {
    margin-right: 0px;
    width: calc((100% - 0 * 0px) / 1 - 0.01px);
}
.two-column #content .module-blog_posts-40.module-blog_posts-grid .post-layout:not(.swiper-slide) {
    padding: 0px;
    width: calc(100% / 1 - 0.01px);
}
.side-column .module-blog_posts-40.module-blog_posts-grid .post-layout.swiper-slide {
    margin-right: 0px;
    width: calc((100% - 0 * 0px) / 1 - 0.01px);
}
.side-column .module-blog_posts-40.module-blog_posts-grid .post-layout:not(.swiper-slide) {
    padding: 0px;
    width: calc(100% / 1 - 0.01px);
}
.module-blog_posts-40.module-blog_posts-grid .post-thumb {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 5px 45px -10px rgba(0, 0, 0, 0.3);
    padding: 10px;
}
.desktop .module-blog_posts-40.module-blog_posts-grid .post-thumb:hover {
    box-shadow: 0 5px 15px 5px rgba(0, 0, 0, 0.25);
}
.module-blog_posts-40.module-blog_posts-grid .post-thumb .image img {
    filter: grayscale(0);
}
.module-blog_posts-40.module-blog_posts-grid .post-thumb:hover .image img {
    transform: scale(1.15);
}
.module-blog_posts-40.module-blog_posts-grid .post-thumb .caption {
    position: relative;
    bottom: auto;
    width: auto;
}
.module-blog_posts-40.module-blog_posts-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;
}
.module-blog_posts-40.module-blog_posts-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 .module-blog_posts-40.module-blog_posts-grid .post-thumb .name a:hover {
    color: rgba(0, 96, 57, 1);
}
.module-blog_posts-40.module-blog_posts-grid .post-thumb .description {
    display: none;
    text-align: center;
    margin-bottom: 10px;
}
.module-blog_posts-40.module-blog_posts-grid .post-thumb .button-group {
    display: none;
    justify-content: center;
    margin-bottom: 10px;
}
.module-blog_posts-40.module-blog_posts-grid .post-thumb .btn-read-more::before {
    display: none;
}
.module-blog_posts-40.module-blog_posts-grid .post-thumb .btn-read-more::after {
    display: none;
}
.module-blog_posts-40.module-blog_posts-grid .post-thumb .btn-read-more .btn-text {
    display: inline-block;
    padding: 0;
}
.module-blog_posts-40.module-blog_posts-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;
}
.module-blog_posts-40.module-blog_posts-grid .post-thumb .post-stats .p-author {
    display: none;
}
.module-blog_posts-40.module-blog_posts-grid .post-thumb .image {
    display: block;
}
.module-blog_posts-40.module-blog_posts-grid .post-thumb .p-date {
    display: flex;
}
.module-blog_posts-40.module-blog_posts-grid .post-thumb .post-stats .p-comment {
    display: none;
}
.module-blog_posts-40.module-blog_posts-grid .post-thumb .post-stats .p-view {
    display: none;
}
.module-blog_posts-40.module-blog_posts-grid .post-thumb .p-date-image {
    background: rgba(0, 96, 57, 1);
}
@media (max-width: 760px) {
    .module-blog_posts-40 .title.module-title {
        text-align: center;
    }
    .module-blog_posts-40 .title.module-title::after {
        left: 50%;
        right: initial;
        transform: translate3d(-50%, 0, 0);
    }
    .module-blog_posts-40 .title.module-title.page-title > span::after {
        left: 50%;
        right: initial;
        transform: translate3d(-50%, 0, 0);
    }
    .module-blog_posts-40 .swiper-pagination-bullet {
        width: 15px;
        height: 6px;
    }
    .module-blog_posts-40 .swiper-pagination > span + span {
        margin-left: 5px;
    }
    .module-blog_posts-40.module-blog_posts-grid .post-layout.swiper-slide {
        margin-right: 20px;
        width: calc((100% - 0 * 20px) / 1 - 0.01px);
    }
    .module-blog_posts-40.module-blog_posts-grid .post-layout:not(.swiper-slide) {
        padding: 10px;
        width: calc(100% / 1 - 0.01px);
    }
    .module-blog_posts-40 .swiper-container {
        padding: 20px;
    }
    .module-blog_posts-40.module-blog_posts-grid .post-thumb .description {
        display: none;
    }
}
.module-info_blocks-86 .module-item.swiper-slide {
    margin-right: 20px;
    width: calc((100% - 3 * 20px) / 4 - 0.01px);
}
.module-info_blocks-86 .module-item:not(.swiper-slide) {
    padding: 10px;
    width: calc(100% / 4 - 0.01px);
}
.one-column #content .module-info_blocks-86 .module-item.swiper-slide {
    margin-right: 0px;
    width: calc((100% - 0 * 0px) / 1 - 0.01px);
}
.one-column #content .module-info_blocks-86 .module-item:not(.swiper-slide) {
    padding: 0px;
    width: calc(100% / 1 - 0.01px);
}
.two-column #content .module-info_blocks-86 .module-item.swiper-slide {
    margin-right: 0px;
    width: calc((100% - 0 * 0px) / 1 - 0.01px);
}
.two-column #content .module-info_blocks-86 .module-item:not(.swiper-slide) {
    padding: 0px;
    width: calc(100% / 1 - 0.01px);
}
.side-column .module-info_blocks-86 .module-item.swiper-slide {
    margin-right: 0px;
    width: calc((100% - 0 * 0px) / 1 - 0.01px);
}
.side-column .module-info_blocks-86 .module-item:not(.swiper-slide) {
    padding: 0px;
    width: calc(100% / 1 - 0.01px);
}
.module-info_blocks-86 .info-block .info-block-title {
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    text-transform: uppercase;
    display: block;
}
.module-info_blocks-86 .info-block .info-block-text {
    font-size: 15px;
    color: rgba(255, 255, 255, 1);
    display: block;
}
.module-info_blocks-86 .info-block {
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 1);
    padding-right: 10px;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.module-info_blocks-86 a.info-block:hover {
    border-color: rgba(0, 0, 0, 1);
}
.module-info_blocks-86 .info-block-content {
    display: flex;
}
.module-info_blocks-86 .info-block::before {
    align-self: center;
    font-size: 35px;
    color: rgba(255, 255, 255, 1);
}
.module-info_blocks-86 .info-block-img {
    align-self: center;
}
.module-info_blocks-86 .info-block:hover::before {
    color: rgba(255, 255, 255, 1);
}
.module-info_blocks-86 .info-block::before,
.module-info_blocks-86 .info-block-img {
    margin-top: 10px;
    margin-bottom: 10px;
}
.module-info_blocks-86 .info-block .count-badge {
    display: none;
}
@media (max-width: 760px) {
    .module-info_blocks-86 .module-item.swiper-slide {
        margin-right: 20px;
        width: calc((100% - 1 * 20px) / 2 - 0.01px);
    }
    .module-info_blocks-86 .module-item:not(.swiper-slide) {
        padding: 10px;
        width: calc(100% / 2 - 0.01px);
    }
}
.module-info_blocks-86 .module-item-1 .info-block::before {
    content: '\ebb4' !important;
    font-family: icomoon !important;
}
.module-info_blocks-86 .module-item-2 .info-block::before {
    content: '\eba3' !important;
    font-family: icomoon !important;
}
.module-info_blocks-86 .module-item-3 .info-block::before {
    content: '\eb8e' !important;
    font-family: icomoon !important;
}
.module-info_blocks-86 .module-item-4 .info-block::before {
    content: '\eba8' !important;
    font-family: icomoon !important;
}
.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: 0.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;
    }
}


/**
 *  Master Slider
 *  minimal Skin
 */

.ms-skin-minimal .ms-slide .ms-slide-vpbtn,
.ms-skin-minimal .ms-video-btn{
    width: 55px;
    height: 55px;
    background: url(../fonts/minimal.svg) no-repeat 24px 18px white;
    border: solid 1px #3d3d3d;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin: -27px 0 0 -27px;
    transition: background-color 300ms;
}
.ms-skin-minimal .ms-slide .ms-slide-vcbtn:hover,
.ms-skin-minimal .ms-slide .ms-slide-vpbtn:hover,
.ms-skin-minimal .ms-video-btn:hover {
    background-color: #f1f1f1;
}

.ms-skin-minimal .ms-slide .ms-slide-vcbtn {
    width: 31px;
    height: 31px;
    background: url(../fonts/minimal.svg) no-repeat -289px 6px white;
    border-radius: 50%;
    border: solid 1px #3d3d3d;
    top: 18px;
    right: 30px;
    transition: background-color 300ms;
}

/* controls */

/*.ms-skin-minimal .ms-nav-next,*/
/*.ms-skin-minimal .ms-nav-prev {*/
/*background: url(../fonts/minimal.svg) no-repeat white;*/
/*background-position: -178px 17px;*/
/*border: solid 1px #3d3d3d;*/
/*border-radius: 50%;*/
/*height: 55px;*/
/*width: 55px;*/
/*cursor: pointer;*/
/*top: 50%;*/
/*left: 30px;*/
/*margin-top: -27px;*/
/*position: absolute;*/
/*z-index: 110;*/
/*transition: background-color 300ms;*/
/*}*/

/*.ms-skin-minimal .ms-nav-next:hover,*/
/*.ms-skin-minimal .ms-nav-prev:hover{*/
/*background-color: #f1f1f1;*/
/*}*/

/*.ms-skin-minimal .ms-nav-next {*/
/*right: 30px;*/
/*left: auto;*/
/*background-position: -75px 17px;*/
/*}*/

/*.ms-skin-minimal .ms-bullet {*/
/*width: 8px;*/
/*height: 8px;*/
/*background: white;*/
/*border: solid 1px #3d3d3d;*/
/*border-radius: 50%;*/
/*margin: 4px;*/
/*background-position: -34px -117px;*/
/*}*/

/*.ms-skin-minimal .ms-bullet-selected {*/
/*background: #3d3d3d;*/
/*}*/


/*.ms-skin-minimal .ms-time-bar {*/
/*height: 3px;*/
/*background: #FFFFFF;*/
/*border-top: solid 1px rgba(0, 0, 0, 0.41);*/
/*}*/


/*.ms-skin-minimal .ms-tooltip{*/
/*position: absolute;*/
/*z-index: 210;*/
/*cursor: auto;*/
/*}*/

/*.ms-skin-minimal .ms-tooltip-top .ms-tooltip-arrow,*/
/*.ms-skin-minimal .ms-tooltip-bottom .ms-tooltip-arrow{*/
/*border-left: solid 10px transparent;*/
/*border-right: solid 10px transparent;*/
/*position: absolute;*/
/*left: 50%;*/
/*margin-left: -10px;*/
/*}*/

/*.ms-skin-minimal .ms-tooltip-top .ms-tooltip-arrow{*/
/*border-top: solid 10px;*/
/*border-top-color: silver;*/
/*border-top-color: rgba(240, 240, 240, 0.88);*/
/*bottom: -10px;*/
/*}*/

/*.ms-skin-minimal .ms-tooltip-bottom .ms-tooltip-arrow {*/
/*border-bottom: solid 10px;*/
/*border-bottom-color: silver;*/
/*border-bottom-color: rgba(240, 240, 240, 0.88);*/
/*top: -10px;*/
/*}*/

/*.ms-skin-minimal .ms-tooltip-right .ms-tooltip-arrow,*/
/*.ms-skin-minimal .ms-tooltip-left .ms-tooltip-arrow{*/
/*border-top: solid 10px transparent;*/
/*border-bottom: solid 10px transparent;*/
/*position: absolute;*/
/*top: 50%;*/
/*margin-top: -10px;*/
/*}*/

/*.ms-skin-minimal .ms-tooltip-right .ms-tooltip-arrow{*/
/*border-right: solid 10px;*/
/*border-right-color: silver;*/
/*border-right-color: rgba(240, 240, 240, 0.88);*/
/*left: -10px;*/
/*}*/

/*.ms-skin-minimal .ms-tooltip-left .ms-tooltip-arrow {*/
/*border-left: solid 10px;*/
/*border-left-color: silver;*/
/*border-left-color: rgba(240, 240, 240, 0.88);*/
/*right: -10px;*/
/*}*/

/*.ms-skin-minimal .ms-tooltip-point {cursor: pointer;}*/
/*.ms-skin-minimal .ms-tooltip-point .ms-point-center {*/
/*width: 12px;*/
/*height: 12px;*/
/*border-radius: 15px;*/
/*border: solid 2px #BBB;*/
/*background: white;*/
/*margin: -8px 0 0 -8px;*/
/*position: absolute;*/
/*z-index: 105;*/
/*}*/

/*.ms-skin-minimal .ms-tooltip-point .ms-point-border {*/
/*width: 22px;*/
/*height: 22px;*/
/*background: black;*/
/*background:rgba(0, 0, 0, 0.36);*/
/*margin: -11px 0 0 -11px;*/
/*position: absolute;*/
/*border-radius: 15px;*/

/*animation: point-anim 1.5s infinite ;*/
/*-moz-animation: point-anim 1.5s infinite;*/
/*-webkit-animation: point-anim 1.5s infinite;*/
/*-o-animation: point-anim 1.5s infinite;*/
/*}*/

/*.ms-skin-minimal .ms-tooltip {*/
/*max-width:200px;*/
/*}*/

/*.ms-skin-minimal .ms-tooltip-cont {*/
/*padding: 10px;*/
/*background: silver;*/
/*background: rgba(240, 240, 240, 0.88);*/
/*text-shadow: 0 1px 0px white;*/
/*margin-left: -1px;*/
/*}*/
