/* Table of contents */
/*
1. predefine
2. nav
3. vertical menu
4. nav down
5. modal
6. promotion
7. banner section
8. feature product
9. feature product tab
10. other component
11. product widget
12. footer
13. product category
14. deal of the day
15. product details
16. brand section
17. newsletter section
18. feature list
19. deal of the week
20. offer banner section
21. news section
22. organic porduct tab
23. organic product
24. organic product thumb
25. organic deal of the day
26. organic feature product
27. funfact section
28. recent product section
29. gadget feature section
30. breadcumb
31. Single product
32. contact
33. single blog
34. side bar
35. woocommerce review
36. compare
37. track order
38. login reg
39. terms list
40. Freequently Asked Questions
41. About us
42. team
43. shop side bar
44. shop category list
45. vender page
46. block cate gory
47. nav cate
48. offset sidebar
49. banner slider transition
50. Promo modal
51. yellow version
52. semi black version
53. Element
54. inheritance

*/
/* var list */
/* mixing */
/* function */
/*--------------------------------------------------============================================================
										1. predefine
=================================================--------------------------------------------------------------*/
/*
Author: XpeedStudio
Author URI: http://themeforest.net/user/XpeedStudio/portfolio
*/
/* ==========================================================================
   Author's custom styles
========================================================================== */
body {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #222222;
    background-color: #FFFFFF;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

iframe {
    border: none;
}

a,
b,
div,
ul,
li {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    -moz-outline-: none;
}

a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
    -moz-outline: none;
    outline: none;
}

img:not([draggable]),
embed,
object,
video {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    outline: 0;
}

a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0;
}

img {
    border: none;
    max-width: 100%;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clear-both:before,
.clear-both:after {
    display: table;
    content: "";
    clear: both;
}

.row {
    min-width: 100%;
}

.btn {
    box-shadow: 0 3px 5px #333;
    transform: translate(0, -3px);
    transition: all 0.3s ease !important;
}

.btn:hover {
    box-shadow: 0 0 5px #222;
    transform: translate(0, -0px);
}


.btn-primary {
    color: #fff;
    background-color: #0c6f0b;
    border-color: #0c6f0b
}

.btn-primary:hover {
    color: #fff;
    background-color: #65a314;
    border-color: #6a9d34
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(131, 183, 53, 0.6);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #0c6f0b;
    border-color: #0c6f0b
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #65a314;
    border-color: #6a9d34
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(131, 183, 53, .5)
}

/*--------------------------------------------------============================================================
										2. nav
=================================================--------------------------------------------------------------*/
/* Top bar */
.xs-top-bar {
    background-color: #222222;
    padding: 10px 0;
}

.xs-top-bar .xs-social-list {
    margin-left: -14px;
}

.xs-top-bar.color-white .xs-top-bar-info li a,
.xs-top-bar.color-white .xs-social-list li a,
.xs-top-bar.color-white .xs-top-bar-info .xs-select {
    color: #FFFFFF;
}

.xs-top-bar.color-white .xs-top-bar-info .xs-select {
    background-image: url(../images/arrow-gray.png);
}

.xs-top-bar.color-white .xs-top-bar-info .xs-select option {
    color: #538a0b;
}

.xs-top-bar.v-border {
    border-bottom: 1px solid #006feb;
}

.xs-top-bar.version-gray {
    background-color: #f1f1f1;
    color: #aaaaaa;
}

.xs-top-bar.version-gray .xs-top-bar-info li a,
.xs-top-bar.version-gray .xs-social-list li a,
.xs-top-bar.version-gray .xs-top-bar-info .xs-select {
    color: #aaaaaa;
}

.xs-top-bar.version-gray .xs-top-bar-info .xs-select option {
    color: #222222;
}

.xs-top-bar.version-gray .xs-top-bar-info li {
    border-right-color: #aaaaaa;
}

.xs-top-bar.version-gray .xs-top-bar-info .xs-select {
    background-image: url(../images/arrow-gray.png);
}

.xs-top-bar-info li {
    display: inline-block;
    border-right: 1px solid #d7d7d7;
    margin-right: 14px;
    padding-right: 20px;
}

.xs-top-bar-info li:last-child {
    margin-right: 0px;
}

.xs-top-bar-info li a {
    color: #222222;
    font-size: 0.92857em;
}

.xs-top-bar-info li a i {
    padding-right: 10px;
    font-size: 1.2em;
    position: relative;
    top: 2px;
}

.xs-top-bar-info.right-content {
    text-align: right;
}

.xs-top-bar-info.right-content li:last-child {
    border-right: 1px solid transparent;
    margin-right: 0px;
    padding-right: 0px;
}

.xs-top-bar-info .xs-select {
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/arrow.png);
    padding-right: 15px;
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}

/* Nav bar */
.xs-header {
    background-color: #FFFFFF;
    padding-bottom: 20px;
    position: relative;
    z-index: 9999;
}

.xs-header.v-yellow .menu-label {
    background-color: #fed700;
    color: #333e48;
}

.xs-header.v-yellow .menu-label::before {
    border-left-color: #fed700;
    border-top-color: #fed700;
}

.xs-header.v-yellow .xs-single-wishList .xs-item-count.highlight {
    background-color: #fed700;
    color: #333e48;
}

.xs-header.v-yellow .xs-vartical-menu .cd-dropdown-trigger {
    background-color: #fed700;
    color: #333e48;
}

.xs-header.v-yellow .xs-vartical-menu .cd-dropdown-trigger::before, .xs-header.v-yellow .xs-vartical-menu .cd-dropdown-trigger::after {
    background: #333e48;
}

.xs-header.v-yellow .xs-navbar-search .btn[type="submit"] {
    background-color: #fed700;
    color: #333e48;
    border-color: #fed700;
}

.xs-header.v-yellow .xs-navDown .btn:not([type="submit"]) {
    background-color: #fed700;
    border-color: transparent;
    color: #575353;
}

.xs-header.v-yellow .xs-navDown .btn:not([type="submit"]) strong {
    color: #333e48;
}

.xs-header.v-yellow .xs-navDown .btn:not([type="submit"]):hover {
    border-color: #222222;
    color: #FFFFFF;
}

.xs-header.v-yellow .xs-navDown .btn:not([type="submit"]):hover strong {
    color: #FFFFFF;
}

.xs-header.v-yellow .mini_cart_item .mini-cart-title a {
    color: #fed700;
}

.xs-header.v-yellow .mini-cart-btn .badge {
    background-color: #fed700;
}

.xs-header.v-yellow .xs-single-wishList,
.xs-header.v-yellow .xs-menus .nav-menu li a {
    color: #333e48;
}

.xs-header.v-yellow .xs-vartical-menu .cd-dropdown-content,
.xs-header.v-yellow .xs-vartical-menu .cd-dropdown::before {
    border-color: #fed700;
}

.xs-header.version-fullwidth .cd-dropdown-trigger::after {
    right: 42px;
}

.xs-header.version-fullwidth .cd-dropdown-trigger::before {
    right: 48px;
}

.xs-header.version-fullwidth .xs-wish-list-item .xs-header-info {
    margin-right: 30px;
}

.xs-header.version-fullwidth .container-fullwidth > .row {
    position: relative;
}

.xs-header.header-transparent {
    padding-bottom: 0;
    background-color: transparent;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

body .xs-promotion ~ .header-transparent {
    top: 41px;
}

.xs_nav-landscape .nav-logo {
    display: none;
}

.xs-logo-wraper {
    padding: 32px 0;
}

.xs-logo-wraper a {
    display: inline-block;
}

/* menus */
.xs-menus .nav-menu > {
    text-align: center;
}

.xs-menus .nav-menu > li .nav-dropdown {
    right: auto !important;
}

.xs-menus .nav-menu > li:last-child {
    margin-right: 0;
}

.xs-menus .nav-menu > li:last-child a {
    padding-right: 0;
}

.xs-menus .nav-menu > li > a {
    color: #333333;
    font-weight: 500;
    display: block;
    padding: 20px 25px;
    position: relative;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.xs-menus .nav-menu > li > a.highlight {
    color: #e14546 !important;
}

.xs-menus .nav-menu > li.active a {
    color: #538a0b;
}

.xs-menus .nav-menu > li > .nav-dropdown li a:hover,
.xs-menus .nav-menu > li > a:hover,
.xs-menus .nav-menu > li:hover > a {
    color: #538a0b;
}

.xs-menus .nav-menu > li > a .submenu-indicator-chevron {
    border-color: transparent #333333 #333333 transparent;
}

.xs-menus .nav-menu > .focus > a .submenu-indicator-chevron,
.xs-menus .nav-menu > li:hover > a .submenu-indicator-chevron,
.xs-menus .nav-menu > .active > a .submenu-indicator-chevron {
    border-color: transparent #538a0b #538a0b transparent;
}

.xs-menus .nav-menu li > .nav-dropdown {
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.16);
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.16);
    background-color: #FFFFFF;
    border-top: 0px;
}

.xs-menus .nav-menu li > .nav-dropdown li a {
    background-color: transparent;
    border-bottom: 1px solid #F1F1F1;
    color: #222222;
    font-size: 14px;
}

.xs-menus .nav-menu li > .nav-dropdown li a:hover {
    color: #538a0b;
}

.xs-menus .nav-menu li.focus .nav-submenu {
    z-index: 999999;
}

.xs-menus .nav-menu .nav-dropdown li:last-child a {
    border-bottom: 0px;
}


.xs_nav-portrait .submenu-indicator.submenu-indicator-up {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}


.xs-menus .home-menu-panel {
    border-radius: 0 0 5px 5px;
    background-color: #FFFFFF;
    border-top: 0px;
}

.xs-menus .home-menu-panel a {
    text-align: center;
    display: block;
    position: relative;
    overflow: hidden;
}

.xs-menus .home-menu-panel a h4 {
    color: #222222;
    font-size: 1.14286em;
    font-weight: 400;
    margin-bottom: 0;
}

.xs-menus .home-menu-panel a img {
    border: 1px solid #eaeaea;
    border-radius: 4px;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.xs-menus .home-menu-panel a:hover img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.xs-menus .home-menu-panel > .row {
    margin-bottom: 30px;
}

.xs-menus .home-menu-panel > .row:last-child {
    margin-bottom: 0px;
}

.xs-menus.xs_nav-landscape .megamenu-panel {
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.175);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.175);
    width: calc(100% - 15px);
}

.xs-menus .megamenu-title {
    margin-bottom: 25px;
}

.xs-menus .megamenu-title h5 {
    font-size: 1.28571em;
    font-weight: 700;
    margin-bottom: 8px;
}

.xs-menus .megamenu-title p {
    font-size: 0.85714em;
    color: #999999;
    margin-bottom: 0;
}

.xs-menus .megamenu-content p {
    margin-bottom: 0;
    font-size: 0.85714em;
    color: #b4b4b4;
    line-height: 2;
}

.xs-menus .megamenu-v2 .megamenu-list > li {
    border-left: 2px solid #f5f5f5;
}

.xs-menus .megamenu-v2 .megamenu-list > li > a {
    padding: 12px 20px;
    color: #b4b4b4;
    font-size: 12px;
    -webkit-transition: all .4s;
    transition: all .4s;
    position: relative;
}

.xs-menus .megamenu-v2 .megamenu-list > li > a > .badge {
    border-radius: 2px;
    color: #f5f5f5;
    font-weight: 700;
    font-size: 8px;
    padding: 6px 8px 4px;
    line-height: 1;
    margin-left: 5px;
    vertical-align: middle;
}

.xs-menus .megamenu-v2 .megamenu-list > li > a > .badge.badge-primary {
    background-color: #538a0b;
}

.xs-menus .megamenu-v2 .megamenu-list > li > a > .badge.badge-secondary {
    background-color: #e70067;
}

.xs-menus .megamenu-v2 .megamenu-list > li > a::before {
    position: absolute;
    left: -2px;
    top: 0;
    content: "";
    height: 100%;
    width: 2px;
    background-color: #538a0b;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.xs-menus .megamenu-v2 .megamenu-list > li > a:hover::before {
    opacity: 1;
}

.xs-menus .megamenu-v2 .megamenu-list li:not(.megamenu-list-title) a:hover {
    color: #626262;
}

.xs-menus .version-black {
    background-color: #1e212a;
}

.xs-menus .version-black .megamenu-title h5 {
    color: #ffffff;
}

.xs-menus .version-black .megamenu-list > li {
    border-left-color: #3d404a;
}

.xs-menus.xs_nav-landscape .megamenu-v2 {
    padding: 50px;
    border-radius: 0px 0px 10px 10px;
    -webkit-box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.1);
    border-top: 4px solid #538a0b;
    overflow: hidden;
}

.xs-menus.xs_nav-landscape .version-black.megamenu-v2 {
    border-top: 0px;
}

.xs-menus .megamenu-bg {
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
    z-index: -1;
}

.xs-menus .megamenu-bg.bg-2 {
    right: -23px;
    top: 82px;
}

.xs-menus .megamenu-bg.bg-1 {
    top: 100px;
    right: -5px;
}

.xs-menus .megamenu-lists .megamenu-list:first-child {
    margin-left: -15px;
}

/* menu label */
.menu-label {
    display: block;
    position: absolute;
    top: 8px;
    left: 50%;
    background-color: #538a0b;
    color: #FFFFFF;
    font-size: 0.786em;
    padding: 5px 8px;
}

.menu-label::before {
    position: absolute;
    content: "";
    bottom: -5px;
    left: 0;
    height: 5px;
    width: 5px;
    background-color: transparent;
    border-right: 2.5px solid transparent;
    border-left: 2.5px solid #538a0b;
    border-top: 2.5px solid #538a0b;
    border-bottom: 2.5px solid transparent;
}

.menu-label.highlight {
    background-color: #65a314;
}

.menu-label.highlight::before {
    border-left: 2.5px solid #65a314;
    border-top: 2.5px solid #65a314;
}

/* wish list */
.xs-wish-list-item {
    padding: 26px 0;
    text-align: right;
}

.xs-wish-list-item .xs-miniCart-dropdown {
    display: inline-block;
}

.xs-wish-list-item .xs-header-info {
    display: inline-block;
    position: relative;
    top: -5px;
    margin-right: 40px;
}

.xs-wish-list {
    margin-right: 30px;
    display: inline-block;
}

/* Wish list */
.xs-single-wishList {
    font-size: 2.14286em;
    color: #555555;
    position: relative;
}

.xs-single-wishList .xs-item-count {
    font-size: 0.350em;
    color: #565656;
    font-weight: 500;
    position: absolute;
    top: -5px;
    right: -5px;
    display: inline-block;
    width: 21px;
    height: 21px;
    line-height: 18px;
    border: 2px solid #FFFFFF;
    text-align: center;
    background-color: #f0f0f0;
    border-radius: 100%;
}

.xs-single-wishList .xs-item-count.highlight {
    background-color: #538a0b;
    color: #FFFFFF;
}

/* fade in animation */
.fadeIns.show {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* mini cart item */
.mini_cart_item {
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 10px;
    padding-bottom: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mini_cart_item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.mini_cart_item .mini-product-thumb {
    width: 75px;
    height: 75px;
}

.mini_cart_item .mini-cart-title {
    font-weight: 500;
    font-size: 0.85714em;
}

.mini_cart_item .mini-cart-title a {
    color: #538a0b;
}

.mini_cart_item .btn-cancel {
    background-color: transparent;
    color: #dc3545;
    border-color: transparent;
    padding: 0;
    margin-right: 5px;
    cursor: pointer;
}

.mini-cart-btn {
    display: block;
}

.mini-cart-btn .badge {
    display: block;
    padding: 12px 0;
}

.xs-miniCart-menu.show {
    width: 300px;
    padding: 15px;
    margin: 0;
    top: 50px !important;
}

.xs-miniCart-dropdown .dropdown-toggle::after {
    display: none;
}

.header-logo {

}

.header-logo img {

}

@media (max-width: 992px) {
    .header-logo img {
        height: 80px;
        text-align: right;
    }
}

/* header info */
.xs-header-info li {
    display: inline-block;
    color: #999999;
    margin-right: 30px;
}

.xs-header-info li:last-child {
    margin-right: 0;
}

.xs-header-info li i {
    font-size: 1.42857em;
    padding-right: 10px;
    top: 2px;
    position: relative;
}

.xs-header-info.green-version li {
    color: #7fbb00;
}

/* navbar version 4 */
.xs-navBar > .container {
    position: relative;
}

.xs-navBar .navbar-border {
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    border-color: #d2ebdb;
    margin-left: 0;
    margin-right: 0;
}

.xs-navBar .navbar-border .xs-menus .nav-menu {
    text-align: left;
}

.xs-navBar .navbar-border .xs-menus .nav-menu > li {
    margin-right: 24px;
}

.xs-navBar .navbar-border .xs-menus .nav-menu > li:last-child {
    margin-right: 0;
}

.xs-navBar .navbar-border .xs-menus .nav-menu > li > a {
    color: #515151;
    padding: 24px 15px;
}

.xs-navBar .navbar-border .xs-menus .nav-menu > li > a::before {
    position: absolute;
    content: "";
    bottom: -1px;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: #7fbb00;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.xs-navBar .navbar-border .xs-menus .nav-menu > li > a:hover::before {
    width: 100%;
}

.xs-navBar .navbar-border .xs-menus .nav-menu > li > .nav-dropdown li a:hover,
.xs-navBar .navbar-border .xs-menus .nav-menu > li > a:hover,
.xs-navBar .navbar-border .nav-menu > li:hover > a {
    color: #7fbb00;
}

.xs-navBar .navbar-border .xs-single-wishList {
    color: #7fbb00;
}

.xs-navBar .navbar-border .xs-single-wishList .xs-item-count {
    background-color: #7fbb00;
    color: #FFFFFF;
}

.xs-navBar .navbar-border .xs-single-wishList .xs-item-count.highlight {
    background-color: #ff6251;
}

.xs-navBar .navbar-border .xs-wish-list-item {
    padding: 10px 0;
    text-align: right;
}

.xs-navBar .navbar-border .nav-menu > .active > a .submenu-indicator-chevron {
    border-color: transparent #515151 #515151 transparent;
}

.xs-navBar .navbar-border .nav-menu > .focus > a .submenu-indicator-chevron,
.xs-navBar .navbar-border .nav-menu > li:hover > a .submenu-indicator-chevron {
    border-color: transparent #7fbb00 #7fbb00 transparent;
}

.xs-navBar .xs-menus-group {
    position: static;
}

.xs-navBar.v-yellow .xs-menus .nav-menu > li > a {
    color: #333e48;
}

.xs-navBar.v-yellow .xs-menus .nav-menu li.active > a,
.xs-navBar.v-yellow .xs-menus .nav-menu > li > a:hover {
    color: #fed700;
}

.xs-navBar.v-yellow .menu-label,
.xs-navBar.v-yellow .xs-single-wishList .xs-item-count.highlight {
    background-color: #fed700;
    color: #333e48;
}

.xs-navBar.v-yellow .menu-label::before {
    border-left-color: #fed700;
    border-top-color: #fed700;
}

.xs-navBar.v-yellow .xs-menus .nav-menu > .focus > a .submenu-indicator-chevron, .xs-navBar.v-yellow .xs-menus .nav-menu > li:hover > a .submenu-indicator-chevron, .xs-navBar.v-yellow .xs-menus .nav-menu > .active > a .submenu-indicator-chevron {
    border-color: transparent #fed700 #fed700 transparent;
}

.xs-navBar.navBar-v5 .xs-navbar-search {
    margin-top: 25px;
    height: 40px;
}

.xs-navBar.navBar-v5 .xs-navbar-search .form-control {
    background-color: transparent;
}

.xs-navBar.navBar-v5 .xs-navbar-search .btn[type="submit"] {
    background-color: #ffd200;
}

.xs-navBar.navBar-v5 .xs-navbar-search .btn[type="submit"] i {
    margin-top: -3px;
}

.xs-navBar.navBar-v5 .xs-navbar-search .xs-category-select option {
    color: #538a0b;
}

.xs-navBar.color-white .xs-navbar-search .form-control {
    color: #FFFFFF;
}

.xs-navBar.color-white .xs-navbar-search input:not([type="submit"])::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #FFFFFF;
}

.xs-navBar.color-white .xs-navbar-search input:not([type="submit"])::-moz-placeholder {
    /* Firefox 19+ */
    color: #FFFFFF;
}

.xs-navBar.color-white .xs-navbar-search input:not([type="submit"]):-ms-input-placeholder {
    /* IE 10+ */
    color: #FFFFFF;
}

.xs-navBar.color-white .xs-navbar-search input:not([type="submit"]):-moz-placeholder {
    /* Firefox 18- */
    color: #FFFFFF;
}

.xs-navBar.color-white .xs-navbar-search .xs-category-select {
    background-image: url(../images/arrow-white.png);
    color: #FFFFFF;
}

.xs-navBar.secondary-color-v .xs-navbar-search .btn[type="submit"] {
    background-color: #65a314;
}

.xs-navBar.secondary-color-v .xs-navbar-search .btn[type="submit"]::before {
    background-color: #538a0b;
}

/* mega menus */
.xs-menus.xs_nav-landscape .megamenu-list.xs-cate-brand {
    padding-left: 20px;
}

.xs-menus .megamenu-tabs-pane.xs-cate-campaigns a > img {
    width: 100%;
}

.xs-cate-brand li:not(.megamenu-list-title) {
    width: 49%;
    min-height: 50px;
    border: 1px solid #e9e9e9;
    float: left;
    line-height: 50px;
    text-align: center;
    margin: 2px 1px 0;
}

.xs-cate-brand li:not(.megamenu-list-title) img {
    max-width: 80px;
    max-height: 40px;
}

.xs-navBar .megamenu-list li:not(.megamenu-list-title) a:hover {
    background-color: transparent;
    color: #222222;
}

.xs-navBar .megamenu-tabs-nav li a {
    padding: 15px;
}

/* category brand */
.xs-single-phone-cate {
    border: 1px solid #e9e9e9;
    padding: 15px;
    margin-bottom: 30px;
}

.xs-single-phone-cate a {
    display: block;
}

.xs-single-phone-cate h4 {
    margin-bottom: 0;
    text-align: center;
    font-size: 1.14286em;
}

.xs-cate-campaigns a {
    display: block;
    margin-bottom: 30px;
}

/*--------------------------------------------------============================================================
										3. vertical menu
=================================================--------------------------------------------------------------*/
/* vertical menu */
.xs-vartical-menu {
    margin: 0;
    height: auto;
    width: 100%;
    max-width: 270px;
}

.xs-vartical-menu .cd-dropdown-trigger {
    background-color: #538a0b;
    border-radius: 4px;
    line-height: 1;
    padding: 20px 42px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 1.14286em;
    font-weight: 500;
    text-align: left;
    max-height: 60px;
}

.xs-vartical-menu .cd-dropdown-trigger i {
    margin-right: 20px;
}

.xs-vartical-menu .cd-dropdown-content {
    border: 2px solid;
    padding: 30px;
    width: 100%;
}

.xs-vartical-menu .cd-dropdown-content li a {
    font-size: 1.14286em;
    font-weight: 400;
    color: #222222;
    text-transform: capitalize;
    height: auto;
    line-height: unset;
    padding: 12px 0;
    margin: 0;
    border: 0;
    border-bottom: 1px solid #ebebeb;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
}

.xs-vartical-menu .cd-dropdown-content li a i {
    margin-right: 18px;
    font-size: 1.250em;
}

.xs-vartical-menu .cd-dropdown-content li .no-border {
    border-bottom: 0px solid #ebebeb;
    padding-bottom: 0;
}

.xs-vartical-menu .cd-dropdown-content li .no-padding {
    padding-top: 0;
}

.xs-vartical-menu .cd-dropdown-content .cd-secondary-dropdown > li {
    height: auto;
    margin: 0;
    float: none;
    border: 0;
}

.xs-vartical-menu .cd-dropdown-content .cd-secondary-dropdown::before {
    height: 0px;
}

.xs-vartical-menu .cd-dropdown-content .cd-secondary-dropdown ul {
    padding-bottom: 25px;
}

.xs-vartical-menu .cd-dropdown-content .cd-secondary-dropdown {
    padding: 30px 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.xs-vartical-menu .cd-dropdown-content .cd-secondary-dropdown .see-all {
    position: static;
}

.xs-vartical-menu .cd-dropdown-content .has-children > a::before,
.xs-vartical-menu .cd-dropdown-content .has-children > a::after {
    display: none;
}

.xs-vartical-menu .cd-secondary-dropdown .has-children .is-hidden .has-children a {
    font-weight: inherit;
}

.xs-vartical-menu .cd-dropdown {
    top: calc(100% + 22px);
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    z-index: 9999;
}

.xs-vartical-menu .cd-dropdown::before {
    position: absolute;
    content: "";
    top: -12px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    width: 24px;
    height: 24px;
    background-color: #FFFFFF;
    border-left: 2px solid;
    border-top: 2px solid;
}

.xs-vartical-menu .cd-dropdown-content,
.xs-vartical-menu .cd-dropdown:before {
    border-color: #538a0b;
}

.xs-vartical-menu .cd-dropdown-content > .has-children > a.is-active,
.xs-vartical-menu .cd-dropdown-content .cd-secondary-dropdown a:hover,
.xs-vartical-menu .cd-dropdown-content > li:not(.has-children) a:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #538a0b;
}

.xs-vartical-menu .cd-dropdown-content > .has-children > a.is-active::before,
.xs-vartical-menu .cd-dropdown-content > .has-children > a.is-active::after {
    background: #538a0b;
}

.xs-vartical-menu .submenu-icon {
    margin-right: 0 !important;
    position: absolute;
    right: 0;
}

.xs-vartical-menu .cd-secondary-dropdown {
    min-width: 850px;
    width: 100%;
}

.xs-vartical-menu .cd-secondary-dropdown .has-children {
    width: 33.3333%;
}

.xs-vartical-menu .cd-secondary-dropdown .has-children a {
    font-weight: 500;
    padding-top: 0;
    margin-bottom: 15px;
}

.xs-vartical-menu .cd-secondary-dropdown .has-children .is-hidden a {
    font-weight: 400;
    font-size: 0.92857em;
    border-bottom: 0;
    padding: 3px 0;
    margin-bottom: 0;
}

.xs-vartical-menu .cd-dropdown-gallery {
    padding: 15px 15px 30px;
}

.xs-vartical-menu .cd-dropdown-gallery li {
    width: 50%;
    margin-right: 0;
}

.xs-vartical-menu .cd-dropdown-gallery .cd-dropdown-item {
    margin: 15px;
    display: block;
    border: 1px solid #eaeaea;
    padding: 15px;
}

.xs-vartical-menu .cd-dropdown-gallery .cd-dropdown-item h3 {
    color: #538a0b;
    font-size: 1em;
    font-weight: 400;
    margin: 0;
    text-align: center;
}

.xs-vartical-menu .cd-dropdown-icons {
    padding: 30px;
}

.xs-vartical-menu .cd-dropdown-icons .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.xs-vartical-menu .cd-dropdown-icons li .cd-dropdown-item {
    height: 100%;
    padding: 10px;
    text-overflow: unset;
    white-space: unset;
}

.xs-vartical-menu .cd-dropdown-icons li .cd-dropdown-item img {
    padding-right: 8px;
}

.xs-vartical-menu .cd-dropdown-icons li .cd-dropdown-item::before {
    display: none;
}

.xs-vartical-menu .cd-dropdown-icons li .media-body h3 {
    font-size: 1.14286em;
    color: #538a0b;
    font-weight: 400;
}

.xs-vartical-menu .cd-dropdown-icons li .media-body p {
    margin-bottom: 0;
    font-size: 0.85714em;
}

.xs-vartical-menu .cd-dropdown-trigger::after {
    right: 25px;
}

.xs-vartical-menu .cd-dropdown-trigger::before {
    right: 30px;
}

.xs-vartical-menu .cd-dropdown-trigger:hover,
.xs-vartical-menu .cd-dropdown-trigger.dropdown-is-active:hover {
    color: #FFFFFF;
    background-color: #65a314;
}

.xs-vartical-menu.v-gray .cd-dropdown-trigger,
.xs-vartical-menu.v-gray .cd-dropdown-trigger:hover,
.xs-vartical-menu.v-gray .cd-dropdown-trigger.dropdown-is-active:hover {
    background-color: #f7f7f7;
    color: #538a0b;
}

.xs-vartical-menu.v-gray .cd-dropdown-trigger:hover::before,
.xs-vartical-menu.v-gray .cd-dropdown-trigger:hover::after,
.xs-vartical-menu.v-gray .cd-dropdown-trigger.dropdown-is-active::before,
.xs-vartical-menu.v-gray .cd-dropdown-trigger.dropdown-is-active::after {
    background-color: #538a0b;
}

.xs-vartical-menu.v-gray .cd-dropdown-trigger::before, .xs-vartical-menu.v-gray .cd-dropdown-trigger::after {
    background: #538a0b;
}

.xs-vartical-menu.v-gray .cd-dropdown-content,
.xs-vartical-menu.v-gray .cd-dropdown:before {
    border-color: #e7e7e7;
}

.xs-vartical-menu .cd-dropdown-content > .has-children > .is-active {
    z-index: 99999;
}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1023px) {
    /* vertical menus */
    .xs-vartical-menu {
        margin-bottom: 30px;
    }

    .xs-vartical-menu .cd-dropdown {
        top: 0;
    }

    .xs-vartical-menu .cd-dropdown-content {
        top: 0px;
        border: 0;
    }

    .xs-vartical-menu .cd-dropdown-content li a {
        color: #FFFFFF;
    }

    .xs-vartical-menu .cd-dropdown-content .cd-secondary-dropdown {
        display: block;
    }

    .xs-vartical-menu .cd-dropdown-content .cd-secondary-dropdown .has-children {
        width: 100%;
    }

    .xs-vartical-menu .cd-dropdown-content .cd-secondary-dropdown a {
        padding: 12px 30px;
        margin-bottom: 0;
    }

    .xs-vartical-menu .cd-dropdown-content .go-back a::before,
    .xs-vartical-menu .cd-dropdown-content .go-back a::after {
        left: 10px;
    }

    .xs-vartical-menu .cd-dropdown-gallery li {
        width: 100%;
    }

    .xs-vartical-menu .cd-dropdown-gallery li a {
        padding: 12px 30px;
    }

    .xs-vartical-menu .cd-dropdown-gallery .cd-dropdown-item h3 {
        color: #FFFFFF;
    }

    .xs-vartical-menu .cd-dropdown-icons li a {
        padding: 12px 30px;
    }

    .xs-vartical-menu .cd-dropdown-icons .media {
        line-height: unset;
    }

    .xs-vartical-menu .cd-dropdown-icons li .media-body p, .xs-vartical-menu .cd-dropdown-icons li .media-body h3 {
        color: #FFFFFF;
    }
}

.isOverlayActive .nav-cover {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 10000;
    background-color: #222222;
    opacity: .5;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.isOverlayActive .xs-vartical-menu .cd-dropdown-trigger,
.isOverlayActive .xs-vartical-menu .cd-dropdown {
    z-index: 10001;
}

@media only screen and (min-width: 1024px) {
    .cd-dropdown-content .cd-dropdown-icons {
        width: 760px;
    }
}

.xs-vartical-menu.v-menu-is-active > .cd-dropdown-trigger {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.xs-vartical-menu.v-menu-is-active .cd-dropdown-trigger.dropdown-is-active::before,
.xs-vartical-menu.v-menu-is-active .cd-dropdown-trigger.dropdown-is-active::after {
    display: none;
}

/*--------------------------------------------------============================================================
										4. nav down
=================================================--------------------------------------------------------------*/
.xs-navbar-search {
    height: 60px;
    border: 2px solid #e7e7e7;
    border-radius: 4px;
}

.xs-navbar-search .input-group {
    height: 100%;
}

.xs-navbar-search input:not([type="submit"]) {
    border: 0px;
    border-radius: 0;
    padding-left: 28px;
    font-size: 1em;
}

.xs-navbar-search .xs-category-select {
    border: 0px;
    height: 100%;
    padding-left: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #555555;
    min-width: 160px;
    max-width: 170px;
    cursor: pointer;
    background-image: url("../images/arrow-2.png");
    background-repeat: no-repeat;
    background-position: center right 19px;
    padding-right: 40px;
    white-space: nowrap;
    background-color: transparent;
}

.xs-navbar-search .xs-category-select-wraper {
    position: relative;
}

.xs-navbar-search .xs-category-select-wraper::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 40px;
    width: 1px;
    background-color: #e7e7e7;
}

.xs-navbar-search .btn[type="submit"] {
    height: calc(100% + 4px);
    background-color: #538a0b;
    width: 68px;
    font-size: 1em;
    color: #f7f8fa;
    border-radius: 0 4px 4px 0;
    margin-right: -2px;
    margin-top: -2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.xs-navDown .btn:not([type="submit"]) {
    width: 100%;
    font-size: 0.85714em;
    color: #797979 !important;
    letter-spacing: .2px;
    padding: 8px 12px;
    border: 2px solid #e7e7e7;
    -webkit-transition: all .6s;
    transition: all .6s;
}

.xs-navDown .btn:not([type="submit"]) strong {
    display: block;
    font-size: 1.286em;
    text-transform: uppercase;
    color: #538a0b;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.xs-navDown .btn:not([type="submit"]):hover {
    color: #FFFFFF !important;
}

.xs-navDown .btn:not([type="submit"]):hover strong {
    color: #FFFFFF !important;
}

.xs-navDown.transparent-header-info .row {
    margin-right: 0;
}

.xs-navDown.transparent-header-info .xs-logo-wraper {
    padding: 25px 0;
}

.xs-navDown.transparent-header-info .xs-header-info {
    text-align: right;
    padding: 38px 0;
}

.xs-navDown.v-yellow .xs-vartical-menu .cd-dropdown-trigger,
.xs-navDown.v-yellow .xs-vartical-menu .cd-dropdown-trigger:hover,
.xs-navDown.v-yellow .xs-vartical-menu .cd-dropdown-trigger.dropdown-is-active:hover {
    background-color: #f7f7f7;
    color: #333e48;
}

.xs-navDown.v-yellow .xs-vartical-menu.v-gray .cd-dropdown-trigger::before,
.xs-navDown.v-yellow .xs-vartical-menu.v-gray .cd-dropdown-trigger::after {
    background: #333e48;
}

.xs-navDown.v-yellow .xs-navbar-search .btn[type="submit"] {
    background-color: #fed700;
}

.xs-navDown.v-yellow .btn:not([type="submit"]) strong {
    color: #333e48;
}

.xs-navDown.navDown-v5 > .container {
    position: relative;
}

.xs-navDown.navDown-v5 .xs-menus-group {
    position: static;
}

.xs-navDown.navDown-v5 .xs-vartical-menu .cd-dropdown-trigger {
    background-color: #ffd200;
    padding: 28px 42px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    max-height: 73px;
}

.xs-navDown.navDown-v5 .menu-label {
    background-color: #ffd200;
    top: 0;
}

.xs-navDown.navDown-v5 .menu-label::before {
    border-left-color: #ffd200;
    border-top-color: #ffd200;
}

.xs-navDown.navDown-v5 .menu-label.highlight {
    background-color: #e53935;
}

.xs-navDown.navDown-v5 .menu-label.highlight::before {
    border-left-color: #e53935;
    border-top-color: #e53935;
}

.xs-navDown.navDown-v5 .xs-menus .nav-menu {
    text-align: right;
}

.xs-navDown.navDown-v5 .xs-menus .nav-menu > li > a {
    padding: 35px 30px 21px;
}

.xs-navDown.navDown-v5 .xs-single-wishList {
    font-size: 1.78571em;
}

.xs-navDown.navDown-v5 .xs-wish-list-item {
    padding: 23px 0 0;
}

.xs-navDown.navDown-v5 .xs-miniCart-dropdown .xs-item-count {
    top: -9px;
}

.xs-navDown.navDown-v5 .xs-vartical-menu .cd-dropdown-content, .xs-navDown.navDown-v5 .xs-vartical-menu .cd-dropdown:before {
    border-color: #ffd200;
}

.xs-navDown.color-white .xs-menus .nav-menu > li > a .submenu-indicator-chevron {
    border-color: transparent #FFFFFF #FFFFFF transparent;
}

.xs-navDown.color-white .xs-menus .nav-menu > li > a,
.xs-navDown.color-white .xs-single-wishList {
    color: #FFFFFF;
}

.xs-navDown.secondary-color-v .xs-vartical-menu .cd-dropdown-trigger {
    background-color: #65a314;
}

.xs-navDown.secondary-color-v .xs-single-wishList {
    color: #65a314;
}

.xs-navDown.secondary-color-v .xs-single-wishList .xs-item-count.highlight {
    background-color: #65a314;
}

.xs-navDown.secondary-color-v .xs-menus .nav-menu > li.active a,
.xs-navDown.secondary-color-v .xs-menus .nav-menu > li:hover > a,
.xs-navDown.secondary-color-v .xs-menus .nav-menu > li > a:hover {
    color: #65a314;
}

.xs-navDown.secondary-color-v .xs-menus .nav-menu > .focus > a .submenu-indicator-chevron,
.xs-navDown.secondary-color-v .xs-menus .nav-menu > li:hover > a .submenu-indicator-chevron,
.xs-navDown.secondary-color-v .xs-menus .nav-menu > .active > a .submenu-indicator-chevron {
    border-color: transparent #65a314 #65a314 transparent;
}

.xs-navDown.secondary-color-v .xs-vartical-menu .cd-dropdown-content, .xs-navDown.secondary-color-v .xs-vartical-menu .cd-dropdown:before {
    border-color: #65a314;
}

.xs-navDown.secondary-color-v > .container > .row {
    position: relative;
}

.xs-navDown.secondary-color-v > .container > .row::before {
    content: "";
    width: calc(100% - 30px);
    height: 1px;
    background-color: #65a314;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
}

.megamenu-list > li > a:hover {
    background-color: transparent;
    color: #222222;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.megamenu-list-title > a {
    pointer-events: none;
}

/*--------------------------------------------------============================================================
										5. modal
=================================================--------------------------------------------------------------*/
/* input group addons */
.xs-customer-form .input-group {
    background-color: #FAFAFC;
    border: 1px solid #eaeaea;
    height: 42px;
    margin-bottom: 20px;
}

.xs-customer-form input:not([type="submit"]) {
    border: 0;
    padding: 0 20px;
    border-radius: 0;
    font-style: italic;
    background-color: transparent;
    font-size: 1em;
    font-style: normal;
}

.xs-customer-form i {
    font-size: 1.28571em;
    color: #538a0b;
    padding: 0 20px;
}

.xs-customer-form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #555555;
    font-style: italic;
    font-size: 0.85714em;
}

.xs-customer-form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #555555;
    font-style: italic;
    font-size: 0.85714em;
}

.xs-customer-form :-ms-input-placeholder {
    /* IE 10+ */
    color: #555555;
    font-style: italic;
    font-size: 0.85714em;
}

.xs-customer-form :-moz-placeholder {
    /* Firefox 18- */
    color: #555555;
    font-style: italic;
    font-size: 0.85714em;
}

.xs-customer-form .input-group-text {
    background-color: transparent;
    border: 0px solid #ced4da;
    border-radius: 0;
}

.xs-customer-form .btn-info {
    background-color: #3b5999;
}

.xs-customer-form .btn-danger {
    background-color: #dd4b39;
}

.xs-customer-form .btn {
    border: 0;
    cursor: pointer;
}

.xs-customer-form p {
    margin: 20px 0;
    color: #cccccc;
    font-size: 0.85714em;
    font-weight: 500;
    text-align: center;
}

.xs-customer-form .btn-block + .btn-block {
    margin-top: 10px;
}

.xs-modal ~ .modal-backdrop {
    position: fixed;
    background-color: transparent;
    z-index: 9999;
}

.xs-modal ~ .modal-backdrop:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.87);
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
    -webkit-transform: scale(0.04) translateY(9999px);
    transform: scale(0.04) translateY(9999px);
    overflow: hidden;
    -webkit-animation: menu-animation 1.2s ease-out forwards;
    animation: menu-animation 1.2s ease-out forwards;
}

.xs-modal ~ .modal-backdrop.show {
    -webkit-animation: menu-animation 1.2s ease-out forwards;
    animation: menu-animation 1.2s ease-out forwards;
    -webkit-transform: scale(2) translateY(0);
    transform: scale(2) translateY(0);
}

.xs-modal {
    z-index: 99999;
}

.xs-modal .modal-content {
    background-color: #FFFFFF;
    border-radius: 10px;
    -webkit-box-shadow: 0px 6px 23px 0px rgba(135, 135, 135, 0.118);
    box-shadow: 0px 6px 23px 0px rgba(135, 135, 135, 0.118);
    max-width: 100%;
    padding: 60px;
}

.xs-modal .modal-dialog {
    position: absolute;
    top: -100%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .55s;
    transition: .55s;
    background-color: transparent;
    min-width: 570px;
    opacity: 0;
    margin: 0;
    z-index: 9999;
}

.xs-modal.show .modal-dialog {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: top .53s ease-out, opacity .35s ease-out;
    transition: top .53s ease-out, opacity .35s ease-out;
    -webkit-transition-delay: .7s;
    transition-delay: .7s;
    opacity: 1;
    top: 50%;
    left: 50%;
}

/* tab nav */
.xs-tab-nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-color: #F1F1F1;
    margin-bottom: 20px;
}

.xs-tab-nav .nav-link {
    border: 0;
    border-radius: 0;
    padding: 0;
    padding-bottom: 10px;
    position: relative;
    color: #D1D1D1;
    font-weight: 600;
    font-size: 1.28571em;
}

.xs-tab-nav .nav-link:hover:before, .xs-tab-nav .nav-link.active:before {
    width: calc(100% + 18px);
}

.xs-tab-nav .nav-link:hover, .xs-tab-nav .nav-link:hover:before, .xs-tab-nav .nav-link.active:before, .xs-tab-nav .nav-link.active {
    color: #538a0b;
}

.xs-tab-nav .nav-link:before {
    position: absolute;
    content: "";
    bottom: -1px;
    left: 50%;
    height: 2px;
    width: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #538a0b;
}

.xs-tab-nav .nav-item {
    margin-bottom: 0;
    margin-right: 35px;
}

.xs-tab-nav .nav-item:last-child {
    margin-right: 0;
}

@-webkit-keyframes menu-animation {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.04) translateY(300%);
        transform: scale(0.04) translateY(300%);
    }
    40% {
        -webkit-transform: scale(0.04) translateY(0);
        transform: scale(0.04) translateY(0);
        -webkit-transition: ease-out;
        transition: ease-out;
    }
    40% {
        -webkit-transform: scale(0.04) translateY(0);
        transform: scale(0.04) translateY(0);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(0.02) translateY(0px);
        transform: scale(0.02) translateY(0px);
    }
    61% {
        opacity: 1;
        -webkit-transform: scale(0.04) translateY(0px);
        transform: scale(0.04) translateY(0px);
    }
    99.9% {
        opacity: 1;
        height: 0;
        padding-bottom: 100%;
        border-radius: 100%;
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(2) translateY(0px);
        transform: scale(2) translateY(0px);
        height: 100%;
        padding-bottom: 0;
        border-radius: 0;
    }
}

.modal button.close {
    position: absolute;
    right: 20px;
    top: 20px;
    outline: none;
    z-index: 99;
}

/* quick view modal*/
.xs-quick-view-modal .modal-dialog {
    min-width: 1170px;
}

.xs-quick-view-modal .modal-content {
    padding: 30px;
}

/*--------------------------------------------------============================================================
										6. promotion
=================================================--------------------------------------------------------------*/
/* promotion code */
.xs-promotion {
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    padding: 12px 0;
}

.xs-promotion.alert-info {
    background-color: #ff6251;
}

.xs-promotion.alert-info strong {
    background-color: #e15546;
}

.xs-promotion p {
    margin-bottom: 0;
    color: #FFFFFF;
    font-size: 0.85714em;
}

.xs-promotion strong {
    font-weight: 500;
    border-radius: 4px;
    padding: 7px 15px;
    margin-right: 16px;
}

.xs-promotion .close {
    opacity: 1;
    color: #FFF;
    text-shadow: none;
    font-size: 1em;
}

.xs-promotion .close:focus {
    outline: none;
}

.xs-promotion.alert-success {
    background-color: #65a314;
}

.xs-promotion.promotion-v2 {
    padding: 12px 0;
}

.xs-promotion.promotion-v2 p {
    text-align: center;
}

.xs-promotion.promotion-v2 .close {
    font-size: 1em;
}

/*--------------------------------------------------============================================================
										7. banner section
=================================================--------------------------------------------------------------*/
.xs-banner-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 660px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

@media (max-width: 992px) {
    .xs-banner-item {
        min-height: 330px;
    }
}

.xs-banner-item .xs-watermark-text {
    z-index: 2;
}

.xs-banner-item .large-version {
    opacity: .05;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.xs-banner-slider {
    position: relative;
}

.xs-banner-slider.owl-carousel .owl-item img {
    width: auto;
}

.xs-banner-slider .owl-next,
.xs-banner-slider .owl-prev,
.xs-banner-slider .owl-dots {
    margin: 0;
    position: absolute;
    bottom: 39px;
    line-height: 1;
}

.xs-banner-slider .owl-dots {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: 47px;
}

.xs-banner-slider .owl-prev {
    left: 40px;
}

.xs-banner-slider .owl-next {
    right: 40px;
}

.xs-banner-slider .owl-prev.disabled,
.xs-banner-slider .owl-next.disabled {
    opacity: 0;
}

.xs-simple-arrow {
    color: #538a0b;
    font-size: 2.14286em;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.xs-banner-image {
    -ms-flex-item-align: center;
    align-self: center;
}

.xs-banner-content {
    -ms-flex-item-align: center;
    align-self: center;
    text-align: center;
}

.xs-banner-content .xs-banner-sub-title {
    font-weight: 300;
    color: #fff;
    font-size: 2em;
    letter-spacing: -.3px;
    margin-bottom: 20px;
}

.xs-banner-content .xs-banner-title {
    font-size: 3.5em;
    font-weight: 700;
    letter-spacing: -2px;
    margin-bottom: 50px;
}

.xs-banner-content .btn-outline-primary {
    border-width: 2px;
    border-color: #fff;
    padding: 15px 61px;
    background: rgba(255, 255, 255, 1);
}

.xs-banner-content .btn {
    font-size: 0.85714em;
    font-weight: 700;
}

.xs-banner-content .btn-primary {
    background-color: #538a0b;
}

.xs-banner-content .xs-btn-wraper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.xs-banner .xs-banner-content .btn-primary {
    padding: 18px 41px;
}

/* banner version 2 */
.xs-banner-slider-2 .xs-banner-item {
    margin-left: 0;
    margin-right: 0;
    min-height: 550px;
}

.xs-banner-slider-2 .xs-banner-content .xs-banner-sub-title {
    font-size: 1.57143em;
}

.xs-banner-slider-2 .xs-banner-content .xs-banner-title {
    font-size: 2.71429em;
    margin-bottom: 30px;
}

.xs-banner-slider-2 .xs-banner-content .xs-btn-wraper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.xs-banner-slider-2 .owl-dots {
    margin-top: 0;
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.xs-banner .xs-feature-product:last-child {
    margin-bottom: 0;
}

.xs-banner .xs-feature-product,
.xs-banner .xs-feature-product img {
    min-height: 260px;
}

/* banner slider version 3 */
.xs-banner-slider-3 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #f7f7f7;
}

.xs-banner-slider-3 .xs-banner-content {
    padding-left: 80px;
}

.xs-banner-slider-3 .xs-banner-content .xs-banner-sub-title {
    font-size: 1.85714em;
    font-weight: 400;
}

.xs-banner-slider-3 .xs-banner-content .xs-banner-title {
    font-size: 3.71429em;
    font-weight: 500;
    margin-bottom: 30px;
}

.xs-banner-slider-3 .xs-banner-content .xs-btn-wraper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.xs-banner-slider-3 .xs-banner-item {
    min-height: 550px;
}

.xs-banner-slider-3 .xs-banner-image {
    padding-right: 50px;
}

.xs-banner-slider-3 .owl-dots {
    margin-top: 0;
    position: absolute;
    bottom: calc(80px - 20px);
    left: 80px;
}

/* banner version 4 */
.xs-banner.xs-banner-v4 .xs-banner-item {
    min-height: 600px;
}

/* banner slider version 4 */
.xs-banner-slider-4 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.xs-banner-slider-4 .xs-banner-content {
    text-align: left;
}

.xs-banner-slider-4 .xs-btn-wraper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.xs-banner-slider-4 .xs-banner-sub-title {
    font-size: 1.85714em;
}

.xs-banner-slider-4 .xs-banner-title {
    font-size: 3em;
    margin-bottom: 30px;
}

.xs-banner-slider-4 .owl-dots {
    text-align: left;
    margin-top: 0;
    width: calc(520px + .2em);
    margin: 0 auto;
    position: relative;
    bottom: 39px;
}

/* banner version 5 */
.xs-banner-v5 .xs-banner-item {
    min-height: 980px;
    overflow: hidden;
}

.xs-banner-v5 .xs-banner-item::before {
    position: absolute;
    content: "";
    bottom: -60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url(../images/welcome/curve.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100px;
    width: 370px;
    z-index: 2;
}

.xs-banner-v5 [class^="col"] {
    z-index: 9;
}

.xs-banner-v5 .xs-banner-content {
    text-align: left;
}

.xs-banner-v5 .xs-banner-content .xs-banner-sub-title {
    color: #65a314;
    font-family: 'Pacifico', cursive;
    margin-bottom: 0;
}

.xs-banner-v5 .xs-banner-content .xs-banner-title {
    font-size: 5.85714em;
    margin-bottom: 0;
}

.xs-banner-v5 .xs-banner-content p {
    font-size: 1.28571em;
    color: #666666;
}

.xs-banner-v5 .xs-banner-content .btn:not(.btn-outline-success) {
    padding: 18px 60px;
}

.xs-banner-v5 .xs-banner-content .btn-outline-success {
    padding: 16px 49px;
}

/* fullwidth container */
.container-fullwidth .xs-banner-content .xs-banner-title {
    font-size: 2.85714em;
}

.container-fullwidth .xs-banner-content .xs-banner-sub-title {
    font-size: 1.78571em;
}

.container-fullwidth .xs-banner-content .btn-outline-primary {
    border-color: #538a0b;
}

/* banner slider five */
.xs-banner-slider-5 {
    position: relative;
}

.xs-banner-slider-5 .owl-dots {
    margin-top: -46px;
    bottom: 0;
}

/* vendor slider */
.xs-banner.vendor-welcome {
    padding-bottom: 30px;
}

.xs-banner.v-yellow .btn:not([data-toggle="popover"]) {
    color: #333e48;
}

.xs-banner.v-yellow .btn:not([data-toggle="popover"]).btn-primary {
    background-color: #fed700;
}

/* banner slider version 6 */
.xs-banner-slider-6 .xs-banner-item {
    margin-left: -1px;
    margin-right: 0;
    min-height: 530px;
}

.xs-banner-slider-6 ~ [class^=col-] .xs-banner-campaign img,
.xs-banner-slider-6 .xs-banner-item {
    border-radius: 6px;
}

.xs-banner-slider-6 .xs-banner-content {
    text-align: left;
    color: #FFFFFF;
    padding-left: 80px;
    width: 100%;
}

.xs-banner-slider-6 .xs-banner-content .xs-banner-sub-title {
    color: #FFFFFF;
    font-size: 1.78571em;
}

.xs-banner-slider-6 .xs-banner-content .xs-banner-title {
    font-size: 2.85714em;
    margin-bottom: 26px;
}

.xs-banner-slider-6 .xs-banner-content .btn {
    color: #333e48;
}

.xs-banner-slider-6 .xs-banner-content .btn:hover {
    color: #FFFFFF;
}

.xs-banner-slider-6 .xs-banner-content .btn.btn-outline-primary {
    border-color: #FFFFFF;
    color: #FFFFFF;
}

.xs-banner-slider-6 .xs-banner-content .btn:not([data-toggle="popover"]).btn-primary {
    background-color: #fed700;
}

.xs-banner-slider-6 .xs-btn-wraper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.xs-banner-slider-6 .owl-dots {
    margin-top: 0;
    position: absolute;
    bottom: 46px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.xs-banner-slider-6 .owl-dots .owl-dot span {
    background-color: #e1e1e1;
}

.xs-banner-slider-6 .owl-dots .owl-dot.active span {
    background-color: #fed700;
}

.xs-banner-slider-6 .owl-stage-outer,
.xs-banner-slider-6 .owl-stage,
.xs-banner-slider-6 .owl-item,
.xs-banner-slider-6 .xs-banner-item {
    height: 100%;
}

.banner-fullwidth-version-2 {
    margin-bottom: 30px;
}

.banner-fullwidth-version-2 .xs-banner-campaign {
    margin-bottom: 30px;
}

.banner-fullwidth-version-2 .xs-banner-campaign:last-child {
    margin-bottom: 0;
}

/*--------------------------------------------------============================================================
										8. feature product
=================================================--------------------------------------------------------------*/
.xs-feature-product {
    position: relative;
    margin-bottom: 30px;
    cursor: pointer;
    overflow: hidden;
}

.xs-feature-product.highlight {
    margin-bottom: 30px;
}

.xs-feature-product.highlight .xs-feature-product-info {
    padding: 10px;
}

.xs-feature-product-info {
    pointer-events: none;
}

.xs-feature-product-info * {
    pointer-events: all;
}

.xs-feature-product.highlight .xs-feature-product-info .cat-title {
    font-weight: bold;
    opacity: 0.6;
}

.xs-feature-product.highlight .xs-feature-product-info .cur-title {
    font-size: 0.7em;
}

.xs-feature-product.highlight .xs-feature-product-info > div {
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    padding: 30px;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
}

.xs-feature-product.highlight .xs-feature-product-info > div > * {
    z-index: 20;
    position: relative;
}

.xs-feature-product.highlight .xs-feature-product-info > div:before {
    position: absolute;
    width: 200%;
    height: 200%;
    left: -50%;
    top: -50%;
    transform-origin: center center;
    transform: rotate(110deg);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#1affffff', GradientType=1);
    transition: all 0.7s ease;
    content: '';
    z-index: 0;
    opacity: 0.2;
}

.xs-feature-product.highlight:hover .xs-feature-product-info > div:before {
    transform: rotate(30deg);
    opacity: 0.8;
}

.xs-feature-product.highlight:hover .xs-feature-product-info > div {
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.5);
    background: rgba(255, 255, 255, 0.5);
}

.xs-feature-product .xs-product-offer-label {
    position: absolute;
    bottom: 90px;
    left: 60px;
}

.xs-feature-product > img, .xs-feature-product > a > img {
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0, 0, 0.44, 1.18);
    transition: -webkit-transform 0.6s cubic-bezier(0, 0, 0.44, 1.18);
    transition: transform 0.6s cubic-bezier(0, 0, 0.44, 1.18);
    transition: transform 0.6s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 0.6s cubic-bezier(0, 0, 0.44, 1.18);
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.xs-feature-product:hover > img, .xs-feature-product:hover > a > img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.xs-feature-product-info {
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px;
    width: 100%;
    height: 100%;
}

.xs-feature-product-info .xs-cate-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 99, 209, 0.9);
    color: #f5f5f5;
    font-size: 1.28571em;
    font-weight: 500;
}

.product-title-v2 {
    font-size: 1em;
    font-weight: 400;
    margin-bottom: 30px;
}

.product-title-v2 a {
    color: #538a0b;
    display: inline-block;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;

}

.product-title-v2 a strong {
    color: #222;
    display: block;
    font-size: 1.714em;
    margin-top: 4px;
    -webkit-transition: all 0.4s ease, text-shadow 0s linear;
    transition: all 0.4s ease, text-shadow 0s linear;

}

.product-title-v2 a:hover {
    color: #222222;
}

.product-title-v2 a:hover strong {
    color: #538a0b;
}

.product-title-v2.large {
    font-size: 1.28571em;
}

.product-title-v2.large strong {
    font-size: 2em;
    margin-top: 0;

}

/* feature product version 4 */
.feature-product-v4 .xs-product-wraper,
.feature-product-v4 .xs-list-group {
    padding: 20px;
    border: 0px;
    background-color: #FFFFFF;
}

.feature-product-v4 .product-item-meta {
    background-color: #FFFFFF;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #f1f1f1;
}

.feature-product-v4 .price {
    color: #538a0b;
    font-size: 1em;
}

@-webkit-keyframes show {
    0% {
        display: none;
        opacity: 0;
    }
    100% {
        display: block;
        opacity: 1;
    }
}

@keyframes show {
    0% {
        display: none;
        opacity: 0;
    }
    100% {
        display: block;
        opacity: 1;
    }
}

.xs-single-product {
    position: relative;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.xs-single-product .xs-list-group {
    display: none;
    -webkit-animation: show .4s ease;
    animation: show .4s ease;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    position: absolute;
    z-index: 2;
    width: 100%;
}

.xs-single-product:hover {
    -webkit-box-shadow: 2px 11px 20px 0px rgba(144, 144, 144, 0.2);
    box-shadow: 2px 11px 20px 0px rgba(144, 144, 144, 0.2);
}

.xs-single-product:hover .xs-product-wraper {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.xs-single-product:hover .product-item-meta {
    opacity: 1;
    top: -15px;
}

.xs-single-product:hover .xs-list-group {
    -webkit-box-shadow: 2px 11px 20px 0px rgba(144, 144, 144, 0.2);
    box-shadow: 2px 11px 20px 0px rgba(144, 144, 144, 0.2);
    display: block;
    opacity: 1;
}

.xs-single-product:hover .product-title a {
    color: #538a0b;
}

/*--------------------------------------------------============================================================
										9. feature product tab
=================================================--------------------------------------------------------------*/
.xs-product-wraper {
    padding: 10px;
    background-color: #FFFFFF;
    border: 1px solid #efefef;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
    z-index: 1;
    height: 100%;
}

.xs-product-wraper img {
    opacity: 1;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.xs-product-wraper .xs-product-header {
    opacity: 0;
    top: 0px;
}

.xs-product-wraper .xs-product-hover-area {
    position: absolute;
    bottom: -100px;
    opacity: 0;
    width: calc(100% + 2px);
    margin-left: -1px;
    border-top: 0px;
    left: 0;
    background-color: #FFFFFF;
}

.xs-product-wraper:hover {
    border-color: transparent;
    -webkit-box-shadow: 0px 2px 20px 0px rgba(144, 144, 144, 0.2);
    box-shadow: 0px 2px 20px 0px rgba(144, 144, 144, 0.2);
    z-index: 2;
}

.xs-product-wraper:hover .xs-product-header {
    top: 20px;
    opacity: 1;
}

.xs-product-wraper:hover .xs-product-hover-area {
    opacity: 1;
    bottom: -63px;
}

.xs-product-wraper:hover .product-item-meta {
    opacity: 1;
    top: -15px;
}

.xs-product-wraper:hover img {
    opacity: .7;
}

.xs-product-wraper img ~ .xs-product-content {
    margin-top: 0px;
}

.xs-product-wraper .xs-product-content {
    margin-top: 30px;
}

.xs-product-wraper.version-2 {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    padding-top: 10px;
}

.xs-product-wraper.version-2 .xs-product-content,
.xs-product-wraper.version-2 img,
.xs-product-wraper.version-2 .xs-product-header {
    padding: 0 30px;
}

.xs-product-wraper.version-2 .xs-product-content {
    padding-bottom: 30px;
}

.xs-product-wraper.version-2:hover {
    border-color: #efefef;
}

.xs-product-wraper.version-3 {
    margin-bottom: 28px;
}

.xs-product-wraper.version-3:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #efefef;
}

.xs-product-wraper.highlight {
    padding: 50px;
}

.xs-product-wraper.highlight .xs-product-content {
    margin-top: 0;
    margin-bottom: 32px;
}

.xs-product-wraper.highlight img {
    margin-bottom: -25px;
}

.xs-product-wraper.highlight:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #efefef;
}

.xs-product-wraper.version-4 {
    text-align: center;
    border: 0;
}

.xs-product-wraper.version-4 img {
    margin-bottom: 43px;
}

.xs-product-wraper .product-item-meta {
    text-align: center;
    opacity: 0;
    position: relative;
    top: 30px;
}

.xs-product-wraper .xs-product-offer-label {
    margin: 0 0 0 auto;
}

.xs-product-main-wrapre .xs-product-wraper {
    margin-bottom: 20px;
}

.xs-product-main-wrapre .xs-product-wraper img {
    margin-bottom: 20px;
}

.xs-product-main-wrapre.no-gutters .xs-product-wraper {
    margin-bottom: 0;
}

.version-5 .xs-product-wraper, .version-6 .xs-product-wraper {
    border: 0px;
    text-align: center;
    margin-bottom: 20px;
}

.version-5 .xs-product-wraper:hover, .version-6 .xs-product-wraper:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.version-5 .xs-product-wraper.highlight, .version-6 .xs-product-wraper.highlight {
    text-align: left;
}

.version-6 [class^="col"] {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.version-6 [class^="col"]:first-child {
    padding-left: 15px;
}

.version-6 [class^="col"]:last-child {
    padding-right: 15px;
}

.version-6 .xs-product-wraper {
    padding: 10px 20px 30px;
}

.xs-tab-content .row {
    margin-left: 0;
    margin-right: 0;
}

.xs-product-header {
    position: relative;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-bottom: 5px;
    z-index: 2;
}

.product-title {
    font-size: 1.14286em;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1.2;
    margin-top: 7px;
}

.product-title a {
    color: #222222;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: inline-block;
}

.product-title a:hover {
    color: #538a0b;
}

.product-title.highlight {
    font-size: 1em;
}

.product-title.highlight a {
    color: #538a0b;
}

.product-title.highlight a strong {
    font-size: 1.857em;
    display: block;
    color: #222222;
    line-height: 1;
}

.product-title.small {
    font-size: 1em;
}

.product-title.medium, .xs-post-footer .post-author .product-title.xs-round-avatar,
.xs-author-block .post-author .product-title.xs-round-avatar {
    font-size: 1.28571em;
    margin-bottom: 8px;
}

.product-stock {
    color: #bbbbbb;
}

.product-stock span {
    padding-left: 5px;
}

.price {
    color: #65a314;
    font-size: 1.28571em;
}

.price del {
    color: #d4d4d4;
    padding-left: 5px;
    display: block;
    font-size: 80%;
}

.price.highlight {
    display: block;
    font-weight: 500;
    font-size: 2.14286em;
    line-height: 1;
    text-align: left;
}

.price.highlight del {
    padding-left: 0;
    padding-bottom: 5px;
    display: block;
    font-size: 0.667em;
    font-weight: 400;
    padding-top: 10px;
    text-align: right;
}

.price.small {
    font-size: 1em;
}

.price.version-2 {
    font-size: 1.42857em;
}

.price.version-2 del {
    font-size: 0.700em;
}

.price small {
    font-size: 0.750em;
    color: #d4d4d4;
}

.price.version-3 {
    color: #538a0b;
    font-weight: 300;
    font-size: 1.71429em;
    line-height: 1;
}

.price.version-3 del {
    font-size: 0.750em;
    display: block;
    margin-top: 5px;
}

.gallery-single-image {
    padding: 5px;
    margin: 0;

    margin-bottom: 0px;
    width: 280px;
    z-index: 10;
}

.popup-gallery .grid-item {
    padding: 10px;
}

.images-gallery[data-autowidth="true"] .gallery-single-image {
    width: auto;
}

.gallery-single-image:hover {
    z-index: 100;
}

.gallery-single-image a {
    display: block;
    position: relative;
}

.gallery-single-image img {
    display: block;
    width: 100%;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    transform: translateZ(0);
    transition: all 0.3s ease;
    z-index: 20;
    border: 2px solid #fff;
}

.gallery-single-image:before {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 10;
    left: 0;
    top: 0;
    pointer-events: none;
}

.gallery-single-image:hover img {
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.5);
    transform: translateZ(100px) scale(1.2);


}

.xs-content-header {
    border-bottom: 1px solid #efefef;
    margin-bottom: 30px;
}

.xs-content-header .xs-content-title {
    float: left;
    margin-top: -4px;
}

.xs-content-header .xs-content-title.version-2 {
    margin-top: 0;
}

.xs-content-header .xs-nav-tab {
    float: right;
}

.xs-content-header .customNavigation {
    float: right;
}

.xs-content-header.version-2 {
    border-bottom: 0px;
}

.xs-content-header.version-2 .xs-simple-btn {
    float: right;
}

.xs-content-header.version-2 .xs-content-title {
    margin-top: 0;
}

.xs-content-header.version-3 {
    padding-bottom: 8px;
}

.xs-content-header.content-header-v2 .xs-nav-tab {
    float: none;
    position: relative;
}

.xs-content-header.content-header-v2 .nav-item .xs-custom-nav {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 0;
    top: 0;
}

.xs-content-header.content-header-v2 .nav-item .nav-link.active ~ .xs-custom-nav {
    opacity: 1;
    visibility: visible;
}

/* content title */
.xs-content-title {
    font-size: 1.57143em;
    margin-bottom: 0;
    line-height: 1;
    position: relative;
}

.xs-content-title.version-2 {
    padding-bottom: 28px;
}

.xs-content-title.version-2::before {
    position: absolute;
    content: "";
    bottom: -1px;
    left: 0;
    height: 2px;
    width: 60px;
    background-color: #538a0b;
}

.xs-content-title.version-2::after {
    position: absolute;
    content: "";
    left: 30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -13px;
    border-top: 8px solid #538a0b;
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.xs-content-title.version-3 {
    font-size: 2em;
    font-weight: 700;
    margin-top: 0;
    padding-bottom: 24px;
}

.xs-content-title.version-3::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    height: 2px;
    width: 80px;
    background-color: #65a314;
}

.xs-content-title.version-3 small {
    font-size: 0.643em;
    font-weight: 400;
    display: block;
    color: #999999;
    margin-bottom: 5px;
}

.xs-content-title.version-3 ~ .xs-custom-nav {
    padding-top: 5px;
}

.xs-nav-tab {
    border-bottom: 0px solid #000;
}

.xs-nav-tab .nav-item {
    margin-right: 40px;
}

.xs-nav-tab .nav-item:last-child {
    margin-right: 0;
}

.xs-nav-tab .nav-link {
    padding: 0;
    line-height: 1;
    border: 0;
    font-size: 1.28571em;
    color: #969696;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
    padding-bottom: 13px;
}

.xs-nav-tab .nav-link::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    height: 2px;
    width: 40px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #538a0b;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.xs-nav-tab .nav-link::after {
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -13px;
    border-top: 8px solid #538a0b;
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
}

.xs-nav-tab .nav-link.active, .xs-nav-tab .nav-link:hover {
    color: #222222;
    background-color: transparent;
}

.xs-nav-tab .nav-link.active::before, .xs-nav-tab .nav-link.active::after, .xs-nav-tab .nav-link:hover::before, .xs-nav-tab .nav-link:hover::after {
    opacity: 1;
}

.xs-nav-tab.version-2 .nav-item {
    margin-right: 20px;
}

.xs-nav-tab.version-2 .nav-item:last-child {
    margin-right: 0;
}

.xs-nav-tab.version-2 .nav-item .nav-link {
    font-size: 1.57143em;
    padding-bottom: 28px;
}

.xs-nav-tab.version-2 .nav-item .nav-link::before, .xs-nav-tab.version-2 .nav-item .nav-link::after {
    left: 0;
    width: 60px;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.xs-nav-tab.version-2 .nav-item .nav-link::after {
    bottom: -13px;
    width: 10px;
    left: calc(60px / 2);
    margin-left: calc(-10px / 2);
}

.xs-nav-tab.version-red .nav-link::before {
    background-color: #ff6251;
}

.xs-nav-tab.version-red .nav-link::after {
    border-top-color: #ff6251;
}

.xs-nav-tab.version-3 .nav-item .nav-link {
    font-size: 2em;
    padding-bottom: 20px;
}

.xs-nav-tab.version-4 {
    margin-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
}

.xs-nav-tab.version-4 .nav-item .nav-link {
    font-size: 1em;
    font-weight: 500;
    color: #222222;
}

.xs-nav-tab.version-4 .nav-item .nav-link span {
    color: #65a314;
}

.xs-nav-tab.version-4 .nav-item .nav-link:hover, .xs-nav-tab.version-4 .nav-item .nav-link.active {
    color: #538a0b;
}

.xs-nav-tab.version-4 .nav-item .nav-link::before {
    width: 100%;
}

.xs-nav-tab.version-4 .nav-item .nav-link::after {
    display: none;
}

.product-categories {
    font-size: 0.85714em;
    margin-bottom: 4px;
    display: block;
}

.product-categories a {
    color: #999999;
    display: inline-block;
}

.xs-product-hover-area {
    padding: 20px 30px;
    border: 1px solid #efefef;
    color: #b7b7b7;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.xs-product-hover-area a {
    color: #b7b7b7;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.xs-product-hover-area a i {
    padding-right: 7px;
}

.xs-product-hover-area a:hover {
    color: #777777;
}

.xs-vertical-tab-nav li a {
    color: #777777;
    font-size: 1em;
    border-left: 1px solid #f7f7f7;
    padding-top: 11.25px;
    padding-bottom: 11.25px;
    padding-left: 35px;
    display: block;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
}

.xs-vertical-tab-nav li a::after {
    position: absolute;
    content: "\f105";
    font-family: "FontAwesome";
    color: #d3d3d3;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 60px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.xs-vertical-tab-nav li a:hover, .xs-vertical-tab-nav li a.active {
    border-left: 2px solid #538a0b;
    color: #538a0b;
}

.xs-vertical-tab-nav li a:hover::after, .xs-vertical-tab-nav li a.active::after {
    color: #538a0b;
}

/* product item meta */
.product-item-meta {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.product-item-meta li {
    display: inline-block;
}

.product-item-meta li a {
    display: block;
    color: #222222;
    width: 30px;
    height: 30px;
    line-height: 34px;
    border-radius: 100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-align: center;
}

.product-item-meta li a:hover {
    color: #FFFFFF;
    background-color: #65a314;
}

.product-item-meta.meta-style-2 li a {
    background-color: #65a314;
    color: #FFFFFF;
}

/* product feature ribbon */
.product-feature-ribbon {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    height: 80px;
    line-height: 60px;
    background-image: linear-gradient(45deg, white 0%, white 50%, #538a0b 50%, #538a0b 100%);
    /* w3c */
    text-align: right;
    z-index: 2;
}

.product-feature-ribbon i {
    font-size: 1.78571em;
    padding: 14px 8px;
    color: #FFF;
    display: inline-block;
}

/* custom nav */
.xs-custom-nav a {
    display: inline-block;
    cursor: pointer;
    color: #d5d5d5;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.xs-custom-nav a:not([href]):hover {
    color: #538a0b;
}

.xs-custom-nav a.nav-round {
    width: 40px;
    height: 40px;
    border: 2px solid #f1f1f1;
    border-radius: 100%;
    text-align: center;
    font-size: 1.28571em;
    line-height: 35px;
    color: #666666;
}

.xs-custom-nav a.nav-round:hover {
    background-color: #65a314;
    border-color: #65a314;
    color: #FFFFFF;
}

.xs-custom-nav .prev {
    margin-right: 14px;
}

/* product nav tab */
.container-fullwidth .xs-nav-tab-v3 {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.xs-nav-tab-v3 {
    position: relative;
    margin-bottom: 30px;
    border-bottom: 0px;
}

.xs-nav-tab-v3::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #eaeaea;
    z-index: 1;
    pointer-events: none;
}

.xs-nav-tab-v3 .nav-item {
    width: 16.65%;
    margin-bottom: 0;
}

.xs-nav-tab-v3 .nav-item .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    text-align: center;
    color: #222222;
    font-size: 1.14286em;
    font-weight: 500;
    min-height: 180px;
    padding: 34px 5px;
    position: relative;
    background-color: #FFFFFF;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.xs-nav-tab-v3 .nav-item .nav-link::before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 1px;
    height: 100px;
    border-right: 1px solid #ededed;
}

.xs-nav-tab-v3 .nav-item .nav-link::after {
    position: absolute;
    content: "";
    bottom: -12px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    height: 24px;
    width: 24px;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.xs-nav-tab-v3 .nav-item .nav-link::after, .xs-nav-tab-v3 .nav-item .nav-link.active {
    background-color: #538a0b;
}

.xs-nav-tab-v3 .nav-item .nav-link.active {
    color: #FFFFFF;
}

.xs-nav-tab-v3 .nav-item .nav-link.active span, .xs-nav-tab-v3 .nav-item .nav-link.active small {
    color: #FFFFFF;
}

.xs-nav-tab-v3 .nav-item .nav-link.active::after {
    opacity: 1;
}

.xs-nav-tab-v3 .nav-item .nav-link.active::before {
    display: none;
}

.xs-nav-tab-v3 .nav-item .nav-link span,
.xs-nav-tab-v3 .nav-item .nav-link small {
    display: block;
}

.xs-nav-tab-v3 .nav-item .nav-link small {
    color: #555555;
    font-weight: 400;
    font-size: 0.750em;
    margin-top: 8px;
}

.xs-nav-tab-v3 .nav-item .nav-link span {
    color: #538a0b;
    font-size: 2.500em;
    margin-bottom: 15px;
}

.xs-nav-tab-v3 .nav-item:first-child .nav-link:before {
    display: none;
}

/*--------------------------------------------------============================================================
										10. other component
=================================================--------------------------------------------------------------*/
.xs-banner-campaign {
    display: block;
    position: relative;
    overflow: hidden;
}

.xs-banner-campaign::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    -webkit-transition: -webkit-transform 1.8s;
    transition: -webkit-transform 1.8s;
    transition: transform 1.8s;
    transition: transform 1.8s, -webkit-transform 1.8s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -200%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -200%, 0);
}

.xs-banner-campaign:hover::before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 200%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 200%, 0);
}

.xs-banner .xs-banner-campaign img {
    width: 100%;
    min-height: 250px;
}

.xs-banner-campaign-v2 {
    padding-top: 30px;
}

.xs-offerBanner-section.version-fullwidth {
    padding-bottom: 50px;
}

/*--------------------------------------------------============================================================
										11. product widget
=================================================--------------------------------------------------------------*/
.xs-product-widget {
    margin-bottom: 30px;
    background-color: #FFFFFF;
    border: 1px solid #e3e3e3;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
}

.xs-product-widget:hover {
    -webkit-box-shadow: 0px 2px 20px 0px rgba(144, 144, 144, 0.2);
    box-shadow: 0px 2px 20px 0px rgba(144, 144, 144, 0.2);
    border-color: transparent;
}

.xs-product-widget:hover:hover img {
    opacity: .7;
}

.xs-product-widget img {
    opacity: 1;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.xs-product-widget:last-child {
    margin-bottom: 0;
}

.xs-product-widget img ~ .product-widget-content {
    padding: 0px 20px;
}

.xs-product-widget .product-widget-content {
    padding: 30px;
}

.xs-product-widget.version-2 {
    border: 0;
}

.xs-product-widget.version-2:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.xs-product-widget.version-thumb:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.xs-product-widget.version-gradient {
    background: -webkit-gradient(linear, left top, right top, from(#f7f6f2), color-stop(20%, #f7f6f2), color-stop(20%, #ffffff), to(#ffffff));
    background: linear-gradient(to right, #f7f6f2 0%, #f7f6f2 20%, #ffffff 20%, #ffffff 100%);
    border: 2px solid #f7f6f2;
    border-radius: 4px;
    z-index: 1;
}

.xs-product-widget.version-gradient .xs-product-thumb {
    padding-left: 40px;
    min-width: 130px;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.xs-product-widget.version-gradient .xs-product-thumb ~ .product-widget-content {
    padding: 20px 20px 20px 30px;
}

.xs-product-widget.version-gradient::before {
    position: absolute;
    content: "";
    left: 20%;
    top: 0;
    background-image: url(../images/curve-small.png);
    height: 130px;
    width: 22px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}

.xs-product-widget.version-gradient:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #f7f6f2;
}

.xs-tab-slider .owl-stage {
    padding-top: 10px;
    padding-bottom: 10px;
}

.xs-product-slider-4 .xs-product-widget,
.xs-product-slider-5 .xs-product-widget,
.xs-product-slider-6 .xs-product-widget {
    margin-bottom: 12px;
}

.xs-product-slider-4 .xs-product-widget:last-child,
.xs-product-slider-5 .xs-product-widget:last-child,
.xs-product-slider-6 .xs-product-widget:last-child {
    margin-bottom: 0;
}

/* version thumb */
.version-thumb .xs-product-widget {
    border: 0px;
    margin-bottom: 20px;
}

.version-thumb .xs-product-widget:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.version-thumb .xs-product-widget .price del {
    display: block;
    padding-left: 0;
}

/* version border right */
.version-border-right .xs-product-widget {
    border: 0px;
    border-right: 1px solid #f1f1f1;
}

.version-border-right .xs-product-widget:hover {
    border-color: transparent;
}

.version-border-right .owl-item.last-child .xs-product-widget {
    border-right-color: transparent;
}

/* product thumb verison */
.product-thumb-version .xs-product-widget {
    border: 0;
    border-right: 1px solid #ededed;
    margin-bottom: 30px;
}

.product-thumb-version .xs-product-widget:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.product-thumb-version .xs-product-widget img ~ .product-widget-content {
    padding: 0px 10px;
}

.product-thumb-version .xs-product-widget .price {
    color: #538a0b;
}

.product-thumb-version .xs-product-widget img {
    padding-left: 6px;
}

.product-thumb-version [class^='col-']:last-child .xs-product-widget {
    border-right: 0px;
}

/*--------------------------------------------------============================================================
										12. footer
=================================================--------------------------------------------------------------*/
.xs-footer-section {
    padding-top: 80px;
    position: relative;
}

.xs-footer-main {
    padding-bottom: 80px;
}

.xs-footer-logo {
    padding-bottom: 60px;
    text-align: center;
}

.xs-footer-logo a {
    display: inline-block;
}

.footer-widget .widget-title {
    font-size: 1.28571em;
    font-weight: 500;
    margin-bottom: 10px;
}

.footer-widget.footer-content {
    padding-right: 120px;
}

.footer-widget .footer-banner {
    margin-top: -27px;
}

.xs-footer-description {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e8e8e8;
}

.xs-footer-description img {
    margin-right: 20px;
}

.xs-footer-description .media-body p {
    margin-bottom: 0;
    color: #777777;
}

.xs-footer-description .media-body p a {
    color: #62ab00;
}

/* copyright content */
.xs-copyright {
    background-color: #538a0b;
    padding: 30px 0;
    /* version gray  */
    /* Version yellow */
    /* payment icons */
}

.xs-copyright.copyright-gray {
    background-color: #f8f8f8;
}

.xs-copyright.copyright-gray .xs-copyright-text,
.xs-copyright.copyright-gray .xs-copyright-text a,
.xs-copyright.copyright-gray .xs-social-list li a {
    color: #555555;
}

.xs-copyright.copyright-yellow {
    background-color: #fed700;
}

.xs-copyright.copyright-yellow .xs-copyright-text,
.xs-copyright.copyright-yellow .xs-copyright-text a,
.xs-copyright.copyright-yellow .xs-social-list li a {
    color: #333e48;
}

.xs-copyright .xs-payment-card {
    text-align: right;
}

.xs-copyright .xs-payment-card li a {
    opacity: .5;
}

.xs-copyright .xs-payment-card li a:hover {
    opacity: 1;
}

.xs-copyright .xs-social-list {
    text-align: right;
}

.xs-copyright .xs-social-list li a {
    color: #ffffff;
}

.xs-copyright-text {
    color: #fff;
}

.xs-copyright-text a {
    color: #FFFFFF;
}

/* payment icons */
.xs-payment-card li {
    display: inline-block;
    margin-right: 20px;
}

.xs-payment-card li:last-child {
    margin-right: 0;
}

.xs-payment-card li a {
    display: inline-block;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.xs-payment-card .payment-title {
    color: #FFFFFF;
    margin-right: 30px;
}

/* footer version 2 */
.footer-logo-v2 {
    text-align: left;
    padding-bottom: 40px;
}

.xs-footer-info-and-payment {
    margin: 0;
}

.xs-footer-info-and-payment span[class*="icon"] {
    color: #62ab00;
    font-size: 3.57143em;
    margin-right: 20px;
}

.xs-footer-info-and-payment .color-yellow[class*="icon"] {
    color: #fed700;
}

.xs-footer-info-and-payment h5 {
    font-size: 1.57143em;
    color: #999999;
    font-weight: 300;
    line-height: 1.454;
    margin-bottom: 12px;
}

.xs-footer-info-and-payment strong {
    display: block;
    color: #444444;
    font-weight: 500;
}

.xs-footer-info-and-payment address {
    color: #777777;
    margin-bottom: 12px;
}

.xs-footer-info-and-payment .xs-payment-card {
    margin-bottom: 22px;
}

/* secure by info */
.xs-footer-secure-info h6 {
    font-size: 1.14286em;
    font-weight: 400;
    margin-bottom: 7px;
}

.xs-footer-secure-info li {
    display: inline-block;
    margin-right: 14px;
}

.xs-footer-secure-info li:last-child {
    margin-right: 0;
}

/* footer banner */
.footer-banner {
    display: inline-block;
}

/*--------------------------------------------------============================================================
										13. product category
=================================================--------------------------------------------------------------*/
.xs-product-category {
    padding: 0 13px;
    border-right: 1px solid #ebebeb;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.xs-product-category img {
    margin: 0 auto 20px auto;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 1;
}

.xs-product-category:hover {
    opacity: .7;
}

.xs-tab-slider-6-col .last-child .xs-product-category {
    border-right: 1px solid transparent;
}

.tab-slider-center .xs-product-category {
    text-align: center;
}

/* product category version 2 */
.product-category-version-2 .xs-product-category {
    padding: 0 10px;
    border-right: 0px;
    text-align: center;
    margin-bottom: 30px;
}

/* tab slider 7 col */
.xs-slider-7-col .last-child .xs-product-category {
    border-right: 1px solid transparent;
}

.xs-slider-7-col .first-child .xs-product-category {
    border-right: 1px solid transparent;
}

.xs-recently-added .xs-content-header {
    padding-bottom: 10px;
}

/*--------------------------------------------------============================================================
										14. deal of the day
=================================================--------------------------------------------------------------*/
.xs-deal-of-the-day-section {
    position: relative;
    padding: 125px 0;
}

.of-xs-deal-the-day-section {
    background-size: cover;
    background-image: url(../images/vstavka.jpg);
    height: 753px;
    background-position: center center;
}

.xs-best-deal-slider-content {
    color: #FFFFFF;
    margin-top: 600px;

}

.xs-best-deal-slider-content .price {
    margin-bottom: 40px;
    font-size: 2em;
    color: #FFFFFF;
    display: inline-block;
}

.xs-best-deal-slider-content .price del {
    color: #1f7ee8;
}

.xs-best-deal-slider-content .btn.btn-success::before {
    background-color: #222222;
}

@media (max-width: 992px) {
    .of-xs-deal-the-day-section {
        height: 453px;
    }

    .xs-best-deal-slider-content {
        color: #FFFFFF;
        margin-top: 300px;
    }

}

@media (max-width: 480px) {
    .of-xs-deal-the-day-section {
        height: 203px;
        margin-bottom: 100px;
    }

    .xs-best-deal-slider-content {
        color: #FFFFFF;
        margin-top: 210px;
    }

}

.best-deal-sub-title {
    color: #62acff;
    font-size: 1.57143em;
    font-weight: 400;
    margin-bottom: 10px;
}

.best-deal-title {
    font-size: 3em;
    font-weight: 700;
    letter-spacing: -.3px;
    margin-bottom: 25px;
}

.xs-slider-highlight {
    position: relative;
}

.xs-slider-highlight:hover .owl-prev,
.xs-slider-highlight:hover .owl-next {
    opacity: 1;
}

.xs-slider-highlight:hover .owl-prev {
    left: 40px;
}

.xs-slider-highlight:hover .owl-next {
    right: 40px;
}

.xs-slider-highlight .owl-prev,
.xs-slider-highlight .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
}

.xs-slider-highlight .owl-prev i,
.xs-slider-highlight .owl-next i {
    color: #b1d6ff;
}

.xs-slider-highlight .owl-prev i:hover,
.xs-slider-highlight .owl-next i:hover {
    color: #FFFFFF;
}

.xs-slider-highlight .owl-prev {
    left: 0px;
}

.xs-slider-highlight .owl-next {
    right: 0px;
}

/*--------------------------------------------------============================================================
										15. product details
=================================================--------------------------------------------------------------*/
.entry-summary {
    padding-top: 50px;
}

.summary-content .entry-title {
    font-size: 1em;
    font-weight: 400;
    color: #538a0b;
    margin-bottom: 15px;
}

.summary-content .product-title {
    font-size: 1.57143em;
    margin-bottom: 20px;
}

.summary-content .star-rating {
    margin-bottom: 20px;
    line-height: 1;
}

.summary-content .star-rating .value {
    top: -2px;
}

.summary-content .price {
    margin-bottom: 20px;
}

.xs-add-to-chart-form {
    margin-bottom: 30px;
    padding-top: 20px;
    clear: both;
}

.xs-add-to-chart-form .xs_input_number {
    display: inline-block;
    float: left;
}

.xs-add-to-chart-form .w-quantity-btn {
    text-align: right;
}

.xs-wishlist-and-compare {
    width: 52px;
    height: 52px;
    line-height: 52px;
    display: inline-block;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    color: #999999;
    font-size: 1.14286em;
    text-align: center;
}

/*--------------------------------------------------============================================================
										16. brand section
=================================================--------------------------------------------------------------*/
.xs-brand-section {
    padding: 80px 0;
    border-top: 1px solid #e3e3e3;
}

.xs-brand-section.brand-bg-version {
    background-color: #538a0b;
    border-top: 0px;
}

.xs-brand-content li {
    min-width: calc(100% / 5);
    float: left;
    text-align: center;
}

.xs-brand-content li a {
    display: inline-block;
    opacity: .5;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.xs-brand-content li a:hover {
    opacity: 1;
}

.xs-brand-content.version-2 li {
    min-width: calc(100% / 6);
    min-height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.xs-brand-content.version-2 li a {
    opacity: 1;
}

.xs-brand-content.version-3 li {
    min-width: calc(100% / 6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 116px;
}

.xs-brand-content.version-3 li a {
    opacity: 1;
}

/*--------------------------------------------------============================================================
										17. newsletter section
=================================================--------------------------------------------------------------*/
.xs-newsLetter-section {
    padding: 90px 0;
}

.xs-newsLetter-section.newsLetter-bg-image {
    color: #FFFFFF;
    background-image: url(../images/backgrounds/doodle_background.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.xs-newsLetter-section.version-gradient {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#effde9), to(#dffff6));
    background-image: linear-gradient(to top, #effde9 0%, #dffff6 100%);
}

.xs-newsLetter-section.version-gradient .newsletter-content i {
    color: #65a314;
}

.xs-newsLetter-section.version-gradient .xs-newsletter input:not([type="submit"]) {
    border-color: #ff6251;
    background-color: transparent;
}

.xs-newsLetter-section.version-gradient .xs-newsletter input:not([type="submit"])::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #222222;
    font-size: 1em;
}

.xs-newsLetter-section.version-gradient .xs-newsletter input:not([type="submit"])::-moz-placeholder {
    /* Firefox 19+ */
    color: #222222;
    font-size: 1em;
}

.xs-newsLetter-section.version-gradient .xs-newsletter input:not([type="submit"]):-ms-input-placeholder {
    /* IE 10+ */
    color: #222222;
    font-size: 1em;
}

.xs-newsLetter-section.version-gradient .xs-newsletter input:not([type="submit"]):-moz-placeholder {
    /* Firefox 18- */
    color: #222222;
    font-size: 1em;
}

.xs-newsLetter-section.version-gradient .xs-newsletter input[type="submit"] {
    background-color: #ff6251;
}

.xs-newsletter-sub-title {
    font-size: 1.57143em;
    font-weight: 300;
    margin-bottom: 15px;
}

.xs-newsletter-title {
    font-size: 2.57143em;
    font-weight: 500;
    margin-bottom: 15px;
}

.xs-newsletter-content p {
    color: #84a6ff;
    margin-bottom: 25px;
}

.xs-newsletter-content .xs-newsletter {
    margin-right: 90px;
}

.xs-newsletter {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.xs-newsletter input:not([type="submit"]) {
    width: 100%;
    display: block;
    float: left;
    background-color: #538a0b;
    border: 2px solid rgba(0, 0, 0, 0.1);
    padding-left: 30px;
}

.xs-newsletter input[type="submit"] {
    border: 0;
    background-color: #65a314;
    letter-spacing: .3px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.85714em;
    color: #FFFFFF;
    padding: 0 50px;
    display: inline-block;
    float: right;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.xs-newsletter input:not([type="submit"]),
.xs-newsletter input[type="submit"] {
    height: 60px;
}

.xs-newsletter.round {
    height: 60px;
}

.xs-newsletter.round input:not([type="submit"]) {
    border-radius: 30px;
    width: 100%;
}

.xs-newsletter.round input[type="submit"] {
    height: calc(100% - 14px);
    border-radius: 25px;
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 4.1;
}

.xs-newsletter.round input[type="submit"]:hover {
    background-color: #222222;
}

.xs-newsletter ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #84acff;
    font-size: 1.14286em;
}

.xs-newsletter ::-moz-placeholder {
    /* Firefox 19+ */
    color: #84acff;
    font-size: 1.14286em;
}

.xs-newsletter :-ms-input-placeholder {
    /* IE 10+ */
    color: #84acff;
    font-size: 1.14286em;
}

.xs-newsletter :-moz-placeholder {
    /* Firefox 18- */
    color: #84acff;
    font-size: 1.14286em;
}

.xs-newsletter.newsLetter-v2 input:not([type="submit"]) {
    border-color: #e7e7e7;
    border-radius: 4px 0 0 4px;
    border-right: 0;
    background-color: #FFFFFF;
}

.xs-newsletter.newsLetter-v2 input[type="submit"] {
    background-color: #538a0b;
    border-radius: 0 4px 4px 0;
}

.xs-newsletter.newsLetter-v2 input[type="submit"]:hover {
    background-color: #65a314;
}

.xs-newsletter.newsLetter-v2 input:not([type="submit"]),
.xs-newsletter.newsLetter-v2 input[type="submit"] {
    height: 52px;
}

.xs-newsletter.newsLetter-v2 ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #c9c9c9;
    font-size: 1em;
}

.xs-newsletter.newsLetter-v2 ::-moz-placeholder {
    /* Firefox 19+ */
    color: #c9c9c9;
    font-size: 1em;
}

.xs-newsletter.newsLetter-v2 :-ms-input-placeholder {
    /* IE 10+ */
    color: #c9c9c9;
    font-size: 1em;
}

.xs-newsletter.newsLetter-v2 :-moz-placeholder {
    /* Firefox 18- */
    color: #c9c9c9;
    font-size: 1em;
}

.xs-newsletter.newsLetter-v2 label {
    position: absolute;
    top: -20px;
    left: 0;
    margin-bottom: 0;
}

.xs-newsletter.newsLetter-v3 input:not([type="submit"]) {
    border: 1px solid #e7e7e7;
    border-right: 0;
    background-color: #FFFFFF;
    border-radius: 25px 0 0 25px;
}

.xs-newsletter.newsLetter-v3 input:not([type="submit"]),
.xs-newsletter.newsLetter-v3 input[type="submit"] {
    height: 52px;
}

.xs-newsletter.newsLetter-v3 input[type="submit"] {
    background-color: #333e48;
    font-size: 1em;
    padding: 0 35px;
    border-radius: 0 25px 25px 0;
}

.xs-newsletter.newsLetter-v3 ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #c9c9c9;
    font-size: 1em;
}

.xs-newsletter.newsLetter-v3 ::-moz-placeholder {
    /* Firefox 19+ */
    color: #c9c9c9;
    font-size: 1em;
}

.xs-newsletter.newsLetter-v3 :-ms-input-placeholder {
    /* IE 10+ */
    color: #c9c9c9;
    font-size: 1em;
}

.xs-newsletter.newsLetter-v3 :-moz-placeholder {
    /* Firefox 18- */
    color: #c9c9c9;
    font-size: 1em;
}

label[for="xs-newsletter-email"] {
    display: block;
    position: absolute;
    top: -30px;
    margin-bottom: 0;
    left: 0;
}

.newsletter-content {
    width: 100%;
}

.newsletter-content i {
    color: #538a0b;
    font-size: 3.57143em;
}

.newsletter-content .newsletter-title {
    font-size: 1.85714em;
    font-weight: 400;
    letter-spacing: -.3px;
}

.newsletter-content p {
    color: #777777;
    margin-bottom: 0;
}

/*--------------------------------------------------============================================================
										18. feature list
=================================================--------------------------------------------------------------*/
.xs-featureList-section {
    padding-top: 30px;
}

.xs-feature-list {
    border: 1px solid #eaeaea;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.xs-feature-list li {
    width: 20%;
    padding: 30px;
    border-right: 1px solid #eaeaea;
}

.xs-feature-list li:last-child {
    border-right: 0;
}

.xs-feature-list.vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px;
}

.xs-feature-list.vertical li {
    width: 100%;
    padding: 0px;
    border-right: 0px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.xs-feature-list.vertical li:last-child {
    border-bottom: 0px solid #eaeaea;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.xs-feature-list.vertical .xs-feature-text h4 {
    font-weight: 500;
    font-size: 1em;
}

.xs-feature-list.vertical .xs-feature-text span {
    font-size: .9em;
}

.xs-feature i {
    font-size: 2.14286em;
    color: #538a0b;
}

.xs-feature-text h4 {
    font-weight: 500;
    font-size: 1.14286em;
    margin-bottom: 0;
    letter-spacing: -.3px;
}

.xs-feature-text span {
    color: #626060;
}

/*--------------------------------------------------============================================================
										19. deal of the week
=================================================--------------------------------------------------------------*/
/* content header background version */
.xs-content-header.background-version {
    background-color: #538a0b;
    border-bottom: 0;
    padding: 18px 30px;
    border-radius: 4px 4px 0 0;
    margin-bottom: 0;
}

.xs-content-header.background-version .xs-content-title {
    margin-top: 0;
    color: #FFFFFF;
    font-size: 1.28571em;
}

.xs-content-header.background-version .xs-custom-nav a {
    color: #FFFFFF;
}

/* deal of the week */
.xs-deal-of-the-week {
    border: 2px solid #538a0b;
    border-top: 0;
    border-radius: 0 0 4px 4px;
}

.xs-deal-blocks {
    padding-bottom: 28px;
}

.xs-deal-blocks img {
    margin: 0 auto 20px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.xs-deal-blocks:hover img {
    opacity: .7;
}

.xs-deal-blocks hr {
    border-color: #f4f4f4;
    margin-bottom: 30px;
    margin-top: 0;
}

.xs-deal-blocks .xs-countdown-timer {
    padding: 0 75px;
}

/* deal info */
.xs-deals-info {
    padding: 0 28px;
    margin-bottom: 40px;
}

.xs-deals-info .price {
    font-size: 1.71429em;
}

.xs-deals-info .xs-product-offer-label {
    width: 70px;
    height: 70px;
    float: right;
}

.xs-deals-info .product-title {
    margin-bottom: 0;
}

.xs-deals-info .media {
    margin-bottom: 40px;
}

/* data stock */
.xs-deal-stock-limit {
    margin-bottom: 10px;
}

.xs-deal-stock-limit .product-sold {
    float: left;
}

.xs-deal-stock-limit .product-available {
    float: right;
}

.product-sold,
.product-available {
    font-size: 0.85714em;
}

/* progress bar */
.xs-progress {
    height: 10px;
    background-color: #f5f5f5;
    border-radius: 5px;
}

.xs-progress .progress-bar {
    background-color: #65a314;
    border-radius: 5px;
}

/* countdown timer */
.countdow-timer h4 {
    font-size: 1em;
    color: #777777;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
}

.countdow-timer h4 span {
    font-weight: 500;
    font-size: 1.28571em;
}

.deal-of-the-week-v2 .background-version {
    background-color: transparent;
    border: 2px solid #538a0b;
    border-bottom: 0px solid #000;
    position: relative;
}

.deal-of-the-week-v2 .background-version::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 1px;
    width: calc(100% - 64px);
    background-color: #f4f4f4;
}

.deal-of-the-week-v2 .background-version .xs-content-title {
    color: #222222;
}

.deal-of-the-week-v2 .background-version .xs-custom-nav a {
    color: #b2b2b2;
}

.deal-of-the-week-v2 .price {
    color: #538a0b;
    font-weight: 300;
}

.deal-of-the-week-v2 .xs-progress .progress-bar {
    background-color: #538a0b;
}

/* deal block version 2 */
.xs-deal-blocks.deal-block-v2 {
    position: relative;
    background-color: #FFFFFF;
    border-right: 1px solid #ededed;
}

.xs-deal-blocks.deal-block-v2 .xs-product-offer-label {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 70px;
    height: 70px;
}

.xs-deal-blocks.deal-block-v2 .xs-product-offer-label span {
    font-size: 1.28571em;
}

.xs-deal-blocks.deal-block-v2 .price {
    color: #538a0b;
}

.xs-deal-blocks.deal-block-v2 .title-and-price {
    text-align: center;
    margin-bottom: 20px;
}

.xs-deal-blocks.deal-block-v2 .xs-deals-info {
    margin-bottom: 30px;
}

.xs-deal-blocks.deal-block-v2 hr {
    width: calc(100% - 56px);
}

.tab-pane .row [class^="col-"]:last-child .deal-block-v2 {
    border-right: 0px solid #000;
}

/*--------------------------------------------------============================================================
										20. offer banner section
=================================================--------------------------------------------------------------*/
.xs-banner-offer {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 6px;
}

.xs-banner-offer,
.xs-offer-text {
    min-height: 300px;
    max-height: 320px;
}

.xs-offer-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 50px;
}

.xs-offer-text h2 {
    font-weight: 300;
    font-size: 2.85714em;
    margin-bottom: 5px;
}

.xs-offer-text h3 {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 2.5em;
}

.xs-offer-product-img {
    margin-top: -28px;
    text-align: right;
}

/* offer short banner */
.small-offer-banner {
    background-color: #f7f7f7;
    border-radius: 6px;
    padding: 30px;
    max-height: 250px;
    min-height: 250px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.small-offer-banner:hover {
    -webkit-box-shadow: 0px 2px 20px 0px rgba(144, 144, 144, 0.2);
    box-shadow: 0px 2px 20px 0px rgba(144, 144, 144, 0.2);
}

.small-offer-banner .media-body {
    position: relative;
    top: 63px;
    left: 10px;
}

.small-offer-banner .media-body img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.small-offer-banner:hover .media-body img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.small-offer-banner.offer-banner-v2 h2, .small-offer-banner.offer-banner-v2 h3 {
    font-size: 1.71429em;
    letter-spacing: -.3px;
}

.small-offer-banner.offer-banner-v2 h2 {
    font-weight: 300;
    margin-bottom: 0px;
}

.small-offer-banner.offer-banner-v2 h3 {
    font-weight: 700;
    margin-bottom: 20px;
}

.small-offer-banner.offer-banner-v2 .media-body {
    top: 33px;
}

.small-offer-banner.offer-banner-v3 h2 {
    font-weight: 300;
    color: #538a0b;
    font-size: 1.28571em;
    margin-bottom: 10px;
}

.small-offer-banner.offer-banner-v3 h3 {
    font-size: 2em;
    font-weight: 300;
}

.small-offer-banner.offer-banner-v3 h3 span {
    font-weight: 700;
}

.small-offer-banner.offer-banner-v3 .media-body {
    top: 80px;
}

.small-offer-banner.offer-banner-v3 .offer-banner-content {
    max-width: 50%;
}

.offer-banner-content {
    max-width: 60%;
}

.offer-banner-content .product-categories {
    font-size: 1.28571em;
    margin-bottom: 10px;
    display: block;
}

.offer-banner-content .product-categories a {
    color: #74a8e5;
}

.offer-banner-content h3 {
    font-size: 2.14286em;
    font-weight: 700;
    margin-bottom: 19px;
}

/* small offer banner version 2 */
.small-offer-banner-v2 .small-offer-banner {
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: cover;
    margin-bottom: 20px;
    min-height: 277px;
}

.small-offer-banner-v2 .small-offer-banner:last-child {
    margin-bottom: 0;
}

.small-offer-banner-v2 .offer-banner-content {
    max-width: 50%;
}

.small-offer-banner-v2 .offer-banner-content p {
    color: #538a0b;
    margin-bottom: 8px;
}

.small-offer-banner-v2 .offer-banner-content h3 {
    font-size: 1.28571em;
    font-weight: 300;
}

.small-offer-banner-v2 .offer-banner-content h3 span {
    font-weight: 500;
    display: block;
}

/*--------------------------------------------------============================================================
										21. news section
=================================================--------------------------------------------------------------*/
.xs-single-news {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.xs-single-news:hover {
    -webkit-box-shadow: 0px 2px 20px 0px rgba(144, 144, 144, 0.2);
    box-shadow: 0px 2px 20px 0px rgba(144, 144, 144, 0.2);
}

.xs-news-content {
    padding: 30px;
    background-color: #FFFFFF;
}

.tags-links a {
    color: #538a0b;
}

.entry-meta {
    margin-bottom: 15px;
}

.entry-title {
    font-size: 1.28571em;
    line-height: 1.5;
    letter-spacing: -.3px;
    margin-bottom: 20px;
}

.entry-title a {
    color: #222222;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.entry-title a:hover {
    color: #538a0b;
}

.post-meta {
    color: #999999;
}

.post-meta span {
    margin-right: 30px;
}

.post-meta span:last-child {
    margin-right: 0;
}

.post-meta i {
    font-size: 1.14286em;
    padding-right: 8px;
    position: relative;
    top: 3px;
}

.post-meta a {
    font-size: 0.71429em;
    color: inherit;
    display: inline-block;
}

.version-border .xs-news-content {
    border: 2px solid #f4f4f4;
    border-top: 0px;
}

/*--------------------------------------------------============================================================
										22. organic porduct tab
=================================================--------------------------------------------------------------*/
.xs-nav-tab-v2 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 0px;
    margin-bottom: 40px;
}

.xs-nav-tab-v2 .nav-item {
    margin-bottom: 0;
}

.xs-nav-tab-v2 .nav-link {
    border: 2px solid #f1f1f1;
    padding: 16px 50px;
    line-height: 1;
    border-radius: 25px;
    font-size: 0.85714em;
    font-weight: 700;
    color: #666666;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.xs-nav-tab-v2 .nav-link.active, .xs-nav-tab-v2 .nav-link:hover {
    border-color: transparent;
    background-color: #65a314;
    color: #FFFFFF;
}

.xs-nav-tab-v2 .nav-filter-img {
    min-height: 173px;
    max-width: 268px;
}

/*--------------------------------------------------============================================================
										23. organic product
=================================================--------------------------------------------------------------*/
.xs-organic-product-thumb {
    background: #f7f6f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#f7f6f2), color-stop(60%, #f7f6f2), color-stop(60%, #ffffff), to(#ffffff));
    background: linear-gradient(to bottom, #f7f6f2 0%, #f7f6f2 60%, #ffffff 60%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f6f2', endColorstr='#ffffff', GradientType=0);
    border-radius: 4px;
    padding: 30px 30px 40px;
    position: relative;
    text-align: center;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-bottom: 30px;
}

.xs-organic-product-thumb::before {
    position: absolute;
    content: "";
    top: calc(60% - 42px);
    left: 0;
    background-image: url(../images/curve.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 42px;
    z-index: -1;
}

.xs-organic-product-thumb .xs-product-header {
    text-align: left;
}

.xs-organic-product-thumb .product-item-meta,
.xs-organic-product-thumb .hover-box {
    opacity: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.xs-organic-product-thumb .product-item-meta {
    top: -25px;
}

.xs-organic-product-thumb .hover-box {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    bottom: -20px;
}

.xs-organic-product-thumb .product-thumb {
    margin: 30px 0;
    min-height: 197px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.xs-organic-product-thumb .xs-product-header,
.xs-organic-product-thumb .content-box {
    top: 0;
    opacity: 1;
    visibility: visible;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.xs-organic-product-thumb .content-box {
    position: relative;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.xs-organic-product-thumb:hover {
    -webkit-box-shadow: 0px 2px 6px 0px rgba(168, 168, 168, 0.2);
    box-shadow: 0px 2px 6px 0px rgba(168, 168, 168, 0.2);
}

.xs-organic-product-thumb:hover .xs-product-header,
.xs-organic-product-thumb:hover .content-box {
    top: -20px;
    opacity: 0;
    visibility: hidden;
}

.xs-organic-product-thumb:hover .product-item-meta,
.xs-organic-product-thumb:hover .hover-box {
    opacity: 1;
    visibility: visible;
}

.xs-organic-product-thumb:hover .product-item-meta {
    top: 30px;
}

.xs-organic-product-thumb:hover .hover-box {
    bottom: 40px;
}

.xs-organic-product-thumb .product-title a:hover {
    color: #ff6251;
}

.xs-organic-product-thumb .price {
    font-size: 1.14286em;
}

/*--------------------------------------------------============================================================
										24. organic product thumb
=================================================--------------------------------------------------------------*/
.xs-organic-product-widget {
    padding: 40px;
    position: relative;
    background-color: #62ab00;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-bottom: 30px;
}

.xs-organic-product-widget:hover {
    -webkit-box-shadow: 0px 2px 20px 0px rgba(144, 144, 144, 0.2);
    box-shadow: 0px 2px 20px 0px rgba(144, 144, 144, 0.2);
}

.xs-organic-product-widget::before {
    position: absolute;
    content: "";
    top: -50px;
    left: -170px;
    height: 393px;
    width: 393px;
    background-color: #fafafa;
    border-radius: 100%;
    z-index: -1;
    border-right: 12.5px solid;
    border-top: 40px solid;
    border-color: #62ab00;
}

.xs-organic-product-widget.red-version {
    background-color: #ff6251;
}

.xs-organic-product-widget.red-version::before {
    border-color: #ff6251;
}

.xs-organic-product-widget .product-thumb {
    min-height: 197px;
}

.organic-widget-content {
    padding-left: 30px;
    -ms-flex-item-align: center;
    align-self: center;
    color: #FFFFFF;
}

.organic-widget-content h4 {
    font-family: 'Pacifico', cursive;
    font-size: 1.85714em;
    margin-bottom: 5px;
}

.organic-widget-content h5 {
    font-weight: 700;
    font-size: 2.28571em;
    margin-bottom: 25px;
}

.xs-organic-widget-highlight {
    padding: 40px;
    display: block;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.xs-organic-widget-highlight:hover {
    -webkit-box-shadow: 0px 2px 20px 0px rgba(144, 144, 144, 0.2);
    box-shadow: 0px 2px 20px 0px rgba(144, 144, 144, 0.2);
}

/*--------------------------------------------------============================================================
										25. organic deal of the day
=================================================--------------------------------------------------------------*/
.xs-deal-of-the-day-organic {
    position: relative;
    padding: 110px 0;
    z-index: 1;
}

.xs-deal-of-the-day-organic .xs-gradient {
    z-index: -2;
}

.xs-deal-of-the-day-organic .xs-watermark-text {
    top: 50%;
    bottom: inherit;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 10.71429em;
    color: #e2f6e5;
    z-index: -1;
}

.xs-organic-info-content {
    position: relative;
    z-index: 2;
}

.xs-organic-info-content .organic-info-title {
    margin-bottom: 30px;
}

.xs-organic-info-content p {
    color: #666666;
    margin-bottom: 25px;
}

.xs-organic-info-content .btn:not(.btn-outline-success) {
    padding: 18px 60px;
}

.organic-info-subtitle {
    color: #7fbb00;
    font-family: 'Pacifico', cursive;
    font-size: 2.28571em;
    font-weight: 400;
    margin-bottom: 10px;
}

.organic-info-title {
    font-weight: 700;
    font-size: 3.71429em;
}

/*--------------------------------------------------============================================================
										26. organic feature product
=================================================--------------------------------------------------------------*/
.xs-organic-featured-item-section {
    position: relative;
    padding: 100px 0;
}

.xs-organic-featured-item-section .xs-watermark-text {
    z-index: -1;
    top: 50%;
    bottom: inherit;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 17.14286em;
    color: #e2f6e5;
}

.xs-organic-featured-item-section .xs-gradient {
    z-index: -2;
}

.xs-organic-feature-product {
    position: relative;
    z-index: 2;
}

.xs-organic-feature-product .xs-popover-wraper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 68%;
}

.xs-organic-feature-product .xs-popover-wraper .btn {
    position: relative;
}

.xs-organic-feature-product .xs-popover-wraper .btn:last-child {
    float: right;
    top: 90px;
}

/*--------------------------------------------------============================================================
										27. funfact section
=================================================--------------------------------------------------------------*/
.xs-funfact-section {
    padding-top: 200px;
    padding-bottom: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.xs-single-fun-fact {
    color: #FFFFFF;
}

.xs-single-fun-fact i {
    font-size: 4.28571em;
    padding-right: 20px;
}

.xs-single-fun-fact h4 {
    font-size: 1.28571em;
    font-family: 'Pacifico', cursive;
    margin-bottom: 5px;
}

.xs-single-fun-fact p {
    font-size: 2.28571em;
    font-weight: 500;
    margin-bottom: 0;
}

/*--------------------------------------------------============================================================
										28. recent product section
=================================================--------------------------------------------------------------*/
.xs-recent-product-wraper {
    background-color: #ebf1f1;
    border-radius: 4px;
    padding: 50px;
    text-align: center;
}

.xs-recent-product-wraper .xs-content-title {
    margin-bottom: 30px;
}

.recent-view-slider a {
    display: block;
    position: relative;
    overflow: hidden;
}

.recent-view-slider a:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.recent-view-slider img {
    border-radius: 4px;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0, 0, 0.44, 1.18);
    transition: -webkit-transform 0.6s cubic-bezier(0, 0, 0.44, 1.18);
    transition: transform 0.6s cubic-bezier(0, 0, 0.44, 1.18);
    transition: transform 0.6s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 0.6s cubic-bezier(0, 0, 0.44, 1.18);
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

/*--------------------------------------------------============================================================
										29. gadget feature section
=================================================--------------------------------------------------------------*/
/* gadget product thumb feature */
.xs-gadget-thumb-feature {
    margin-top: 75px;
    position: relative;
    padding-top: 100px;
    padding-bottom: 70px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.xs-gadget-thumb-feature .xs-overlay {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f8f8f8), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(0deg, #f8f8f8 0%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
}

.xs-gadget-thumb-feature .xs-content-header {
    position: relative;
    z-index: 3;
}

.xs-gadget-thumb-feature .xs-content-header .xs-content-title {
    padding-top: 10px;
}

.product-thumb-feature {
    position: relative;
    z-index: 2;
}

.product-thumb-feature .xs-product-widget {
    border: 0;
    margin-bottom: 30px;
}

.product-thumb-feature .xs-product-widget:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.product-thumb-feature .xs-product-widget img {
    padding-left: 20px;
}

.product-thumb-feature .xs-product-header {
    margin-bottom: 20px;
}

.product-thumb-feature .price {
    margin-bottom: 15px;
    display: block;
}

.product-thumb-feature .product-widget-content .btn {
    margin-bottom: 10px;
}

.product-thumb-feature .xs-btn-wraper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.product-thumb-feature .xs-btn-wraper .btn:not([data-toggle="popover"]) {
    max-width: 180px;
}

/*--------------------------------------------------============================================================
										30. breadcumb
=================================================--------------------------------------------------------------*/
.xs-breadcumb {
    background-color: #fafafa;
    padding: 29px 0;
    min-height: 80px;
}
.xs-breadcumb:after{
    display:block;
    position:relative;
    clear:both;
    content:'';
}
@media (max-width:991px) {
    .xs-breadcumb {
        padding: 10px 0;
    }
}
.xs-breadcumb .breadcrumb {
    background-color: inherit;
    padding: 0;
    margin-bottom: 0;
}

.xs-breadcumb .breadcrumb-item {
    margin-right: 5px;
}

.xs-breadcumb .breadcrumb-item a {
    color: #222222;
    margin-left: 25px;
}

.xs-breadcumb .breadcrumb-item::before {
    padding: 0 10px;
}

.xs-breadcumb .breadcrumb-item + .breadcrumb-item::before {
    content: '>';
    color: #777777;
}

.xs-breadcumb .breadcrumb-item + .breadcrumb-item a {
    color: #777777;
}

.xs-breadcumb .breadcrumb-item:nth-child(2):before {
    color: #222222;
}

.xs-breadcumb .breadcrumb-item.active {
    margin-right: 0;
    color: #222222;
}

.xs-breadcumb .breadcrumb-item.active::before {
    margin-right: 5px;
}

.xs-breadcumb .breadcrumb-item:first-child a {
    margin-left: 0;
}

/*--------------------------------------------------============================================================
										31. Single product
=================================================--------------------------------------------------------------*/
.sync-slider-thumb {
    display: none;

}

.sync-slider-thumb.owl-loaded {
    display: block;

}

.sync-slider-thumb .item {
    border: 1px solid #d7d7d7;
}

.sync-slider-thumb .item img {
    margin: 0 auto;
    height: 100px;
}

.sync-slider-preview {
    margin-bottom: 20px;
}

.sync-slider-preview .item img {
    display: block;
    width: 100% !important;
}

.xs-sync-slider-preview {
    position: relative;
}

.xs-sync-slider-preview .xs-social-tigger {
    position: absolute;
    left: -85px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

.single-product-summary .xs-list {
    margin-bottom: 24px;
}

.single-product-summary .price {
    margin-bottom: 25px;
}

.single-product-summary .xs-add-to-chart-form {
    max-width: 95%;
}

.single-product-summary .product-title {
    font-size: 35px;
    margin-bottom: 10px;
    /*display: none;*/
}

.single-product-summary .product-category-title {
    font-size: 16px;
    color: #777;
}

.single-product-summary .product-category-title a {
    color: #777;
}

.table.list-group {
    margin-bottom: 40px;
}

.table.list-group li {
    padding: 20px 0;
    color: #777777;
    border: 0px;
    z-index: 1;
    border-bottom: 2px solid #f1f1f1;
}

.table.list-group li span {
    color: #222222;
}

.table.list-group li:last-child {
    border-bottom: 0px;
}

.line-separetor-title-wraper {
    position: relative;
    text-align: center;
    z-index: 1;
    margin-bottom: 35px;
}

.line-separetor-title-wraper::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 2px;
    width: 100%;
    background-color: #f1f1f1;
    z-index: -1;
}

.line-separetor-title-wraper .line-separetor-title {
    font-size: 2.28571em;
    font-weight: 500;
    margin-bottom: 0;
    padding: 0 21px;
    display: inline-block;
    background-color: #FFFFFF;
}

.single-product-info-details {
    text-align: center;
    margin-bottom: 60px;
}

.single-product-info-details img {
    padding: 0 30px;
    margin-bottom: 45px;
}

.single-product-info-details h4 {
    font-size: 1.57143em;
    margin-bottom: 20px;
}

.single-product-info-details p {
    margin-bottom: 0;
    line-height: 1.7;
}

.help-tip {
    text-align: center;
    background-color: #538a0b;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 26px;
    cursor: default;
    display: inline-block;
    z-index: 9;
    position: relative;
}

.help-tip::before {
    content: '?';
    font-weight: bold;
    color: #fff;
}

.help-tip:hover .help-tip-text {
    display: block;
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    -webkit-animation: fadeIn 0.3s ease-in-out;
    animation: fadeIn 0.3s ease-in-out;
}

.help-tip .help-tip-text {
    display: none;
    text-align: left;
    background-color: #1E2021;
    padding: 20px;
    min-width: 300px;
    position: absolute;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    right: -4px;
    color: #FFF;
    margin-bottom: 0;
    margin-top: 8px;
    pointer-events: none;
    font-weight: 400;
}

.help-tip .help-tip-text::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #1E2021;
    right: 10px;
    top: -12px;
}

.help-tip .help-tip-text::after {
    width: 100%;
    height: 40px;
    content: '';
    position: absolute;
    top: -40px;
    left: 0;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }
    100% {
        opacity: 100%;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 100%;
    }
}

.shipping-table thead th {
    background-color: #E6E6E6;
    border: 0;
    position: relative;
}

.shipping-table tbody td del,
.shipping-table tbody td mark {
    color: #dc3545;
}

.shipping-table tbody td span {
    display: block;
}

.shipping-table tbody td mark {
    padding: 0;
    background-color: transparent;
}

.caption-title {
    margin-bottom: 30px;
}

.seller-detail {
    padding: 40px;
    margin-bottom: 30px;
}

.seller-detail:last-child {
    margin-bottom: 0;
}

.seller-detail h5 {
    margin-bottom: 30px;
    padding-right: 15px;
}

.seller-detail p {
    margin-bottom: 0;
}

/*--------------------------------------------------============================================================
										32. contact
=================================================--------------------------------------------------------------*/
.xs-contact-form .h3 {
    color: #222222;
    margin-bottom: 16px;
    line-height: 1;
    font-size: 1em;
}

.xs-contact-form input:not([type="submit"]),
.xs-contact-form textarea {
    border-color: #CCDCFE;
    height: 52px;
    border-radius: 0;
    padding: 0 19px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.xs-contact-form input:not([type="submit"]):focus,
.xs-contact-form textarea:focus {
    border-color: #222222;
}

.xs-contact-form textarea {
    resize: none;
    padding: 19px;
    height: 122px;
}

.xs-contact-form .form-group {
    margin-bottom: 30px;
}

.xs-contact-form input[type="submit"]:hover {
    background-color: #65a314;
}

/*--------------------------------------------------============================================================
										33. single blog
=================================================--------------------------------------------------------------*/
.xs-blog-post-details {
    margin-bottom: 40px;
    height: 100%;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	flex-direction: column;
}

.xs-blog-post-details .post-media {
    position: relative;
	height:270px;
}

.xs-blog-post-details .post-media img {
    width: 100%;
    display: block;
}

.xs-blog-post-details .post-body {
    padding-top: 20px;
	
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
	flex-grow:1;
}

.xs-blog-post-details .post-title {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
	height:50px;
	overflow:hidden;
}

.xs-blog-post-details .post-title a {
    /* white-space: nowrap;*/

}

.xs-blog-post-details .post-title:after {
    display: block;
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);

}

.xs-blog-post-details .post-meta {
    margin-bottom: 20px;
    line-height: 1;
}

.xs-blog-post-details .post-meta.row {
    margin-right: 0;
    margin-left: 0;
}

.xs-blog-post-details .entry-content {
    margin-bottom: 10px;
	flex-grow:1;
}

.xs-blog-post-details .entry-content p {
    margin-bottom: 30px;
    color: #615f5f;
    line-height: 2;
}

.xs-blog-post-details .xs-unorder-list li:before {
    font-size: 0.71429em;
    top: 0;
    line-height: 1;
    margin-top: 7px;
    color: #65a314;
}

.xs-blog-post-details .xs-post-footer .post-meta {
    margin-bottom: 0;
}

.xs-blog-post-details .post-video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

.xs-blog-post-details iframe {
    height: 166px;
    width: 100%;
}

.entry-content blockquote {
    margin-bottom: 30px;
    padding: 30px 40px;
    border-left: 0px solid #dadada;
    color: #FFFFFF;
    background: #538a0b;
    z-index: 1;
    border-radius: 3px;
    margin-left: 0px;
    font-size: 1.07143em;
    position: relative;
}

.entry-content blockquote:before {
    position: absolute;
    content: "\f10d";
    font-family: "FontAwesome";
    left: 0;
    color: rgba(255, 255, 255, 0.18);
    font-size: 6.14286em;
    z-index: -1;
    line-height: 1;
    top: -8px;
    -webkit-transform: none;
    transform: none;
}

.entry-content .blockquote-footer {
    color: #FFFFFF;
    padding: 20px 20px 0;
}

.xs-post-meta-list {
    line-height: 1;
}

.xs-post-meta-list span {
    color: #222222;
    margin-right: 0px;
    padding-right: 0px;
    font-size: 0.95714em;
    /*border-right: 1px solid #999999;*/

}

.xs-post-meta-list > span {
    display: block;
    margin-bottom: 10px;
}

.xs-post-meta-list span:last-child {
    margin-right: 0;
    border-right: 0;
    padding-right: 0;
}

.xs-post-meta-list span a {
    color: #222222;
    font-size: 1em;
}

.xs-post-meta-list span a:hover {
    color: #538a0b;
}

.xs-post-meta-list span i {
    padding-right: 8px;
    color: #999999;
    top: 0px;
}

.xs-post-meta-list.color-white span,
.xs-post-meta-list.color-white a,
.xs-post-meta-list.color-white a:hover {
    color: #FFFFFF;
}

.xs-post-meta-list .xs-post-meta-date .color-white {
    color: #FFFFFF;
}

.xs-post-entry-title {
    font-size: 1.42em;
    line-height: 1.3;
}

.xs-post-entry-title a {
    display: block;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: #222222;
    font-weight: 700;
}

.xs-post-entry-title a:hover {
    color: #538a0b;
}

.entry-sub-title {
    font-size: 1.28571em;
    font-weight: 700;
    margin-bottom: 30px;
    color: #222222;
}

.post-author .xs-round-avatar {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
}

.xs-author-block,
.post-navigation {
    border: 1px solid #dadada;
    padding: 25px;
    margin: 20px 0;
}

.post-navigation {
    padding: 40px;
}

.post-navigation .nav-links {
    border-right: 1px solid #dadada;
}

.post-navigation .nav-links:last-child {
    border-right: 0;
}

.xs-post-footer {
    padding: 40px 0 20px;
}

.xs-post-footer .post-tags,
.xs-post-footer .post-author,
.xs-author-block .post-tags,
.xs-author-block .post-author {
    text-align: left;
    float: left;
    width: 50%;
}

.xs-post-footer .share-items,
.xs-post-footer .post-content,
.xs-author-block .share-items,
.xs-author-block .post-content {
    text-align: right;
    float: right;
    width: 50%;
}

.xs-post-footer .post-author,
.xs-author-block .post-author {
    padding-right: 18px;
    line-height: 1;
}

.xs-post-footer .post-author .xs-round-avatar,
.xs-author-block .post-author .xs-round-avatar {
    margin-right: 0px;
}

.xs-post-footer .post-author .xs-post-author-details,
.xs-author-block .post-author .xs-post-author-details {
    padding-left: 15px;
    width: calc(100% - 90px);
}

.xs-post-footer .post-content,
.xs-author-block .post-content {
    color: #7A7A7A;
    text-align: left;
}

.xs-post-sub-heading {
    color: #222222;
    font-weight: 600;
    font-size: 1em;
    margin-bottom: 20px;
}

.xs-blog-post-tag a {
    display: inline-block;
    color: #7A7A7A;
    font-size: 0.85714em;
    text-transform: capitalize;
    padding: 14px 20px;
    margin-right: 7px;
    margin-bottom: 10px;
    border-radius: 20px;
    border: 1px solid #F1F1F1;
    line-height: 1;
}

.xs-blog-post-tag a:hover {
    color: #538a0b;
    border-color: currentColor;
}

.xs-post-author-details a {
    font-size: 1.14286em;
    font-weight: 600;
    display: block;
    color: #222222;
    margin-bottom: 5px;
}

.xs-post-author-details em {
    color: #B1B1B1;
    font-size: 0.85714em;
    display: inline-block;
    margin-bottom: 15px;
}

.xs-post-author-details em i {
    padding-right: 5px;
    color: #538a0b;
}

.xs-post-author-details .xs-separetor {
    background-color: #F1F1F1;
    margin-bottom: 15px;
    margin-top: 0px;
}

.xs-post-author-details .post-content {
    color: #7A7A7A;
}

.post-navigation a {
    display: inline-block;
}

.post-navigation a span {
    color: #7A7A7A;
    font-size: 0.85714em;
    text-transform: capitalize;
}

.post-navigation a h5 {
    text-transform: capitalize;
    color: #222222;
    font-size: 1.28571em;
    font-weight: 700;
    margin-bottom: 10px;
}

.post-navigation a.prev span i {
    padding-right: 10px;
}

.post-navigation a.next span i {
    padding-left: 10px;
}

.xs-blog-post-comment .comments-title {
    color: #222222;
    font-weight: 700;
    font-size: 1.28571em;
    margin-bottom: 40px;
}

.xs-blog-post-comment .comment-list {
    padding: 0;
    margin-bottom: 30px;
}

.xs-blog-post-comment .comment-meta .comment-author {
    display: table;
}

.xs-blog-post-comment .comment-meta .comment-author img {
    width: 90px;
    height: 90px;
    border-radius: 100%;
}

.xs-blog-post-comment .comment-meta .comment-author b {
    display: table-cell;
    vertical-align: top;
    color: #222222;
    font-size: 1.14286em;
    font-weight: 600;
}

.xs-blog-post-comment .comment-meta .comment-metadata {
    margin-left: 90px;
    margin-top: -63px;
    margin-bottom: 71px;
}

.xs-blog-post-comment .comment-meta .comment-metadata a {
    font-style: italic;
    color: #B1B1B1;
    font-size: 0.85714em;
}

.xs-blog-post-comment .comment-meta b,
.xs-blog-post-comment .comment-meta .comment-metadata {
    padding-left: 21px;
}

.xs-blog-post-comment .comment-content {
    padding-left: 110px;
    margin-top: -55px;
    margin-bottom: 40px;
    border-bottom: 1px solid #F1F1F1;
}

.xs-blog-post-comment .comment-content p {
    color: #7A7A7A;
    margin: 0;
    padding-bottom: 40px;
}

.xs-blog-post-comment .reply {
    text-align: right;
    margin-top: -30px;
    margin-bottom: 30px;
}

.xs-blog-post-comment .reply a {
    font-size: 0.85714em;
    color: #7A7A7A;
}

.xs-blog-post-comment .reply a i {
    padding-right: 7px;
}

.xs-blog-post-comment .children {
    padding-left: 109px;
}

.xs-blog-post-comment .comment-respond .comment-reply-title {
    font-size: 1.28571em;
    font-weight: 700;
    color: #222222;
    margin-bottom: 30px;
}

.xs-blog-post-comment .comment-respond input:not([type="submit"]),
.xs-blog-post-comment .comment-respond textarea {
    width: 100%;
    border: 1px solid #F1F1F1;
    height: 52px;
    padding: 0 20px;
    margin-bottom: 20px;
}

.xs-blog-post-comment .comment-respond textarea {
    padding: 20px;
    height: 142px;
    resize: none;
}

.xs-blog-post-comment .comment-respond .comment-form input[type="submit"] {
    background-color: #538a0b;
    text-transform: uppercase;
    font-weight: 700;
    color: #FFFFFF;
    font-size: 0.85714em;
    padding: 16px 40px;
    border-radius: 20px;
    letter-spacing: 1px;
    border: 0;
    line-height: 1;
    cursor: pointer;
}

.xs-blog-post-comment .comment-respond .form-submit {
    margin-bottom: 0;
    text-align: right;
}

.xs-blog-post-comment .comment-respond input::-webkit-input-placeholder,
.xs-blog-post-comment .comment-respond textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #7A7A7A;
    font-style: italic;
}

.xs-blog-post-comment .comment-respond input::-moz-placeholder,
.xs-blog-post-comment .comment-respond textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #7A7A7A;
    font-style: italic;
}

.xs-blog-post-comment .comment-respond input:-ms-input-placeholder,
.xs-blog-post-comment .comment-respond textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #7A7A7A;
    font-style: italic;
}

.xs-blog-post-comment .comment-respond input:-moz-placeholder,
.xs-blog-post-comment .comment-respond textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #7A7A7A;
    font-style: italic;
}

/* blog post list */
.blog-post-list .xs-blog-post-details {
    padding-bottom: 50px;
}

.blog-post-list .xs-blog-post-details .entry-content {
    margin-bottom: 20px;
}

.blog-post-list .xs-blog-post-details .entry-content p {
    margin-bottom: 0;
}

.post-gallery-slider {
    position: relative;
}

.post-gallery-slider.owl-carousel .owl-item img {
    width: 100%;
}

.post-gallery-slider .owl-nav .owl-next,
.post-gallery-slider .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.post-gallery-slider .owl-nav .owl-next {
    left: 30px;
}

.post-gallery-slider .owl-nav .owl-prev {
    right: 30px;
}

/*--------------------------------------------------============================================================
										34. side bar
=================================================--------------------------------------------------------------*/
.xs-serachForm {
    height: 58px;
}

.xs-serachForm input:not([type="submit"]) {
    height: 100%;
    border: 1px solid #F1F1F1;
    display: block;
    width: calc(100% - 64px);
    background-color: #FFFFFF;
    padding-left: 32px;
    float: left;
}

.xs-serachForm input[type="submit"] {
    height: 100%;
    width: 64px;
    background: #538a0b url("../images/search-icon.png");
    border: 0;
    border-radius: 0;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.xs-serachForm ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #B1B1B1;
    font-style: italic;
}

.xs-serachForm ::-moz-placeholder {
    /* Firefox 19+ */
    color: #B1B1B1;
    font-style: italic;
}

.xs-serachForm :-ms-input-placeholder {
    /* IE 10+ */
    color: #B1B1B1;
    font-style: italic;
}

.xs-serachForm :-moz-placeholder {
    /* Firefox 18- */
    color: #B1B1B1;
    font-style: italic;
}

.widget {
    margin-bottom: 40px;
}

.sidebar-right .widget {
    margin-left: 10px;
}

.xs-sidebar-widget .widget-title {
    font-size: 1.28571em;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-weight: 500;
    border-bottom: 1px solid #f1f1f1;
}

.xs-sidebar-widget .xs-blog-post-tag a {
    margin-right: 4px;
}

.xs-recent-post-widget li {
    margin-bottom: 20px;
}

.xs-recent-post-widget li:last-child {
    margin-bottom: 0;
}

.xs-recent-post-widget .posts-thumb {
    padding-right: 20px;
}

.xs-recent-post-widget .posts-thumb a {
    display: block;
    position: relative;
}

.xs-recent-post-widget .xs-entry-date {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

.xs-recent-post-widget .xs-entry-date span {
    font-size: 1.28571em;
    color: #FFFFFF;
    line-height: 1;
    text-transform: capitalize;
    font-weight: 600;
}

.xs-recent-post-widget .xs-entry-date .entry-date {
    margin-bottom: 5px;
}

.xs-recent-post-widget .post-info {
    padding-top: 13px;
    padding-bottom: 13px;
}

.xs-recent-post-widget .post-info .entry-title {
    font-size: 1.14286em;
    margin-bottom: 0;
}

.xs-recent-post-widget .post-info .entry-title a {
    color: #FFFFFF;
    display: inline-block;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.xs-recent-post-widget .post-info .entry-title a:hover {
    color: #538a0b;
}

.xs-recent-post-widget .post-info .comments-link i {
    color: #538a0b;
    padding-right: 5px;
}

.xs-recent-post-widget .post-info .comments-link a {
    color: #222222;
}

.xs-sidebar-widget .xs-recent-post-widget .entry-title a {
    color: #538a0b;
}

.xs-side-bar-list li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #F1F1F1;
}

.xs-side-bar-list li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0;
}

.xs-side-bar-list li a {
    display: table;
    width: 100%;
    color: #7A7A7A;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.xs-side-bar-list li a span {
    display: table-cell;
    width: 50%;
}

.xs-side-bar-list li a span:first-child {
    text-align: left;
}

.xs-side-bar-list li a span:last-child {
    text-align: right;
}

.xs-side-bar-list li a:hover {
    color: #538a0b;
}

.xs-demoFeed li {
    float: left;
    width: 33.33333%;
    padding: 5px;
}

.xs-demoFeed li a {
    display: block;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

/*--------------------------------------------------============================================================
										35. woocommerce review
=================================================--------------------------------------------------------------*/
.rate-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.rate-list li b {
    font-weight: 400;
    color: #aaaaaa;
    font-size: 0.85714em;
    padding-left: 5px;
}

.rate-list li:last-child {
    margin-bottom: 0;
}

.rate-list li .rate-title {
    width: 15%;
    line-height: 1;
    font-size: 0.85714em;
    margin-top: 1px;
}

.rate-list li .rate-graph {
    height: 10px;
    background-color: #f5f5f5;
    border-radius: 5px;
    display: block;
    width: 65%;
    position: relative;
    overflow: hidden;
}

.rate-list li .rate-graph .rate-graph-bar {
    background-color: #65a314;
    border-radius: 5px;
    display: block;
    height: 100%;
}

.rate-list li .star-rating {
    width: 20%;
    margin-bottom: 0;
    text-align: right;
    margin-top: -2px;
}

.rate-list li .star-rating::before {
    color: #fed700;
}

.rate-list li .star-rating[data-value="5"]::before {
    content: '\f005\f005\f005\f005\f005';
}

.rate-list li .star-rating[data-value="4"]::before {
    content: '\f005\f005\f005\f005\f006';
}

.rate-list li .star-rating[data-value="3"]::before {
    content: '\f005\f005\f005\f006\f006';
}

.rate-list li .star-rating[data-value="2"]::before {
    content: '\f005\f005\f006\f006\f006';
}

.rate-list li .star-rating[data-value="1"]::before {
    content: '\f005\f006\f006\f006\f006';
}

.rate-score .star-rating {
    font-size: 2.14286em;
}

.rate-score .rating-score-des {
    font-size: 1.42857em;
    float: left;
    margin-bottom: 0;
}

.rate-score .rating-score-des em {
    color: #ffa801;
}

.rate-score .help-tip {
    float: right;
}

.woocommerce .rate-score .star-rating {
    margin-bottom: 10px;
}

.woocommerce-Reviews {
    padding-top: 50px;
}

.woocommerce-Reviews .woocommerce-Reviews-title {
    font-size: 1.42857em;
    margin-bottom: 40px;
}

.woocommerce-Reviews .comment_container .comment-text {
    float: right;
}

.woocommerce-Reviews .star-rating {
    font-family: inherit;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: 42px;
    height: 42px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0;
    padding: 30px;
    width: calc(100% - 70px);
}

.woocommerce .woocommerce-Reviews .comment-form {
    padding-top: 50px;
}

.woocommerce .woocommerce-Reviews .comment-form input:not([type="submit"]),
.woocommerce .woocommerce-Reviews .comment-form textarea {
    width: 100%;
    display: block;
    border: 1px solid #EEEEEE;
    border-radius: 3px;
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
}

.woocommerce .woocommerce-Reviews .comment-form textarea {
    height: 100px;
    padding: 15px;
    resize: none;
}

.woocommerce #respond input#submit {
    font-size: 0.85714em;
    padding: 12px 25px;
    font-weight: 500;
    color: #FFFFFF;
    background-color: #538a0b;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

/*--------------------------------------------------============================================================
										36. compare
=================================================--------------------------------------------------------------*/
.table-comapre-list {
    text-align: center;
}

.table-comapre-list th {
    width: 17%;
    font-size: 1em;
    font-weight: 400;
    vertical-align: middle;
}

.table-comapre-list th b {
    font-size: 1.14286em;
    font-weight: 500;
}

.table-comapre-list td {
    width: 41.5%;
    padding: 15px;
}

.table-comapre-list td .btn {
    display: inline-block;
}

.table-comapre-list td b {
    font-weight: 500;
    color: #538a0b;
}

.table-comapre-list .xs-list {
    text-align: left;
    padding: 15px;
}

.table-comapre-list .xs-list li {
    padding-left: 20px;
}

.table-comapre-list .xs-list.arrow li:before {
    position: absolute;
    margin-left: -20px;
    padding-right: 0;
}

.table-comapre-list.table-bordered th, .table-comapre-list.table-bordered td {
    border: 1px solid #eaeaea;
}

.table-comapre-list.table-bordered thead th {
    border-bottom: 0px;
}

/*--------------------------------------------------============================================================
										37. track order
=================================================--------------------------------------------------------------*/
.inline-form label {
    font-weight: 500;
    margin-bottom: 11px;
}

.inline-form .form-group {
    margin-bottom: 20px;
}

.inline-form .row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.inline-form .separetors {
    position: relative;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #cbcbcb;
    font-weight: 500;
    margin-top: 10px;
}

.inline-form .separetors::before {
    content: attr(data-title);
}

.inline-form input:not([type="submit"]) {
    height: 52px;
    background-color: #FFFFFF;
    border-color: #eaeaea;
    padding: 0 30px;
}

.inline-form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #999999;
    font-size: 0.85714em;
    font-style: italic;
}

.inline-form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #999999;
    font-size: 0.85714em;
    font-style: italic;
}

.inline-form :-ms-input-placeholder {
    /* IE 10+ */
    color: #999999;
    font-size: 0.85714em;
    font-style: italic;
}

.inline-form :-moz-placeholder {
    /* Firefox 18- */
    color: #999999;
    font-size: 0.85714em;
    font-style: italic;
}

.inline-form input[type=number]::-webkit-inner-spin-button,
.inline-form input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.inline-form .row [class^=col-]:first-child {
    padding-right: 30px;
}

.inline-form .row [class^=col-]:last-child {
    padding-left: 30px;
}

/*--------------------------------------------------============================================================
										38. login reg
=================================================--------------------------------------------------------------*/
.customer-info-forms {
    position: relative;
}

.customer-info-forms.row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.customer-info-forms [class^=col-]:first-child {
    padding-right: 65px;
    position: relative;
}

.customer-info-forms [class^=col-]:first-child::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(25%, #eaeaea), color-stop(75%, #eaeaea), to(white));
    background: linear-gradient(to bottom, white 0%, #eaeaea 25%, #eaeaea 75%, white 100%);
}

.customer-info-forms [class^=col-]:last-child {
    padding-left: 65px;
}

.xs-customer-form-wraper h3 {
    font-size: 1.57143em;
    margin-bottom: 13px;
}

.xs-customer-form-wraper p {
    font-size: 0.85714em;
    line-height: 1.833;
    margin-bottom: 20px;
}

.xs-customer-form-wraper .xs-customer-form .input-group {
    background-color: transparent;
}

.form-separetor {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 52px;
    height: 52px;
    line-height: 52px;
    border-radius: 100%;
    border: 1px solid #eaeaea;
    text-align: center;
    margin-bottom: 0;
    font-size: 0.85714em;
    font-weight: 500;
    color: #cccccc;
    background-color: #FFFFFF;
}

/*--------------------------------------------------============================================================
										39. terms list
=================================================--------------------------------------------------------------*/
.terms-list-group {
    padding: 60px;
    border: 1px solid #eaeaea;
    border-radius: 10px;
}

.terms-list {
    margin-bottom: 40px;
}

.terms-list:last-child {
    margin-bottom: 0;
}

.terms-list i {
    color: #538a0b;
    font-size: 0.71429em;
    padding-right: 8px;
    margin-top: 4px;
}

.terms-list .media-body > b {
    display: inline-block;
    margin-bottom: 20px;
}

.terms-list .media-body b {
    font-weight: 500;
}

.terms-list .media-body p {
    color: #555555;
    line-height: 1.74;
    margin-bottom: 30px;
}

.terms-list .media-body p:last-child {
    margin-bottom: 0;
}

.terms-list .media-body p b {
    color: #222222;
}

/*--------------------------------------------------============================================================
										40. Freequently Asked Questions
=================================================--------------------------------------------------------------*/
.xs-faq-group [class^=col-]:first-child {
    counter-reset: my-awesome-counter -1;
}

.xs-faq-group [class^=col-]:first-child .xs-single-faq {
    counter-increment: my-awesome-counter 2;
}

.xs-faq-group [class^=col-]:first-child .xs-single-faq:last-child {
    margin-bottom: 0;
}

.xs-faq-group [class^=col-]:last-child {
    counter-reset: my-awesome-counter;
}

.xs-faq-group [class^=col-]:last-child .xs-single-faq {
    counter-increment: my-awesome-counter 2;
}

.xs-faq-group [class^=col-]:last-child .xs-single-faq:last-child {
    margin-bottom: 0;
}

.xs-faq-group h5::before {
    content: counter(my-awesome-counter) ".";
    padding-right: 8px;
}

.xs-single-faq {
    padding: 30px;
    background-color: #fafafa;
    margin-bottom: 30px;
}

.xs-single-faq h5 {
    font-size: 1.28571em;
    margin-bottom: 15px;
}

.xs-single-faq p {
    margin-bottom: 0;
    color: #555555;
}

/*--------------------------------------------------============================================================
										41. About us
=================================================--------------------------------------------------------------*/
.xs-about-content {
    position: relative;
    z-index: 1;
}

.xs-about-content .about-info {
    margin-bottom: 30px;
}

.xs-about-content .about-info h4 {
    font-size: 1em;
    color: #538a0b;
    letter-spacing: .4px;
    margin-bottom: 20px;
}

.xs-about-content .about-info h5 {
    font-size: 3em;
    font-weight: 700;
    line-height: 1.23;
    letter-spacing: -.2px;
    margin-bottom: 25px;
}

.xs-about-content .xs-watermark-text {
    top: -70px;
    left: -10px;
    bottom: inherit;
    line-height: 1;
    z-index: -1;
    color: #f5f4f4;
}

.about-content-left .xs-about-content {
    padding-right: 65px;
    margin-top: 44px;
}

.about-content-left .col-lg-5 > img {
    position: relative;
    z-index: 1;
}

.about-content-right .xs-watermark-text {
    left: -55px;
}

.about-content-right .xs-about-content {
    margin-top: 44px;
}

.fact-list .single-fact-item {
    display: inline-block;
    margin-right: 30px;
}

.fact-list .single-fact-item:last-child {
    margin-right: 0;
}

.fact-list .single-fact-item h5, .fact-list .single-fact-item h6 {
    font-weight: 400;
    margin-bottom: 0;
}

.fact-list .single-fact-item h5 {
    color: #538a0b;
    font-size: 3em;
}

.fact-list .single-fact-item h6 {
    font-size: 1em;
    color: #555555;
}

/*--------------------------------------------------============================================================
										42. team
=================================================--------------------------------------------------------------*/
.xs-single-team {
    text-align: center;
    background-color: #FFFFFF;
    margin-bottom: 30px;
}

.xs-single-team .xs-overlay,
.xs-single-team .team-hover-content {
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.xs-single-team:hover .xs-overlay {
    opacity: .7;
}

.xs-single-team:hover .team-hover-content {
    top: 50%;
    opacity: 1;
}

.xs-single-team .team-thumb {
    position: relative;
}

.xs-single-team .team-hover-content {
    position: absolute;
    top: 35%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.xs-single-team .team-info {
    padding: 30px;
}

.xs-single-team .team-designation {
    font-size: 1em;
    color: #538a0b;
    margin-bottom: 15px;
}

.xs-single-team .team-name {
    margin-bottom: 0;
    font-size: 1.42857em;
}

.xs-single-team .team-name a {
    color: #222222;
}

.xs-single-team .xs-social-list li {
    margin-right: 14px;
}

.xs-single-team .xs-social-list li a {
    color: #FFFFFF;
    font-size: 1em;
}

.xs-single-team .xs-social-list li:last-child {
    margin-right: 0;
}

.xs-single-team.team-hiring-info {
    background-color: #62ab00;
    width: 100%;
    display: table;
}

.xs-single-team.team-hiring-info .hiring-info {
    display: table-cell;
    vertical-align: middle;
    color: #FFFFFF;
}

.xs-single-team.team-hiring-info .hiring-info p {
    font-weight: 500;
    margin-bottom: 15px;
}

/*--------------------------------------------------============================================================
										43. shop side bar
=================================================--------------------------------------------------------------*/
.shop-category .widget:not(.widget_banner) {
    padding: 20px;
    border: 1px solid #eaeaea;
}

.shop-category .widget {
    margin-bottom: 30px;
}

.shop-category .widget:last-child {
    margin-bottom: 0;
}

.shop-category .widget-title {
    font-size: 1.14286em;
    font-weight: 500;
    margin-bottom: 15px;
}

.widget_range .price_label {
    margin-bottom: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.widget_range .price_label label {
    color: #000000;
    font-weight: 500;
    font-size: 1.14286em;
    margin-bottom: 0;
}

.widget_range .price_label input {
    border: 0px;
    text-align: right;
    color: #538a0b;
    font-size: 0.85714em;
    display: inline-block;
    margin-top: 3px;
    max-width: 50%;
}

.widget_range .ui-state-default,
.widget_range .ui-widget-content .ui-state-default {
    border: 0;
    width: 14px;
    height: 14px;
    background-color: #538a0b;
    border-radius: 50%;
    top: -6px;
    cursor: pointer;
}

.widget_range .ui-widget-content {
    border-radius: 0;
    background-color: #efefef;
    height: 2px;
    border: 0px;
}

.widget_range .ui-slider .ui-slider-range {
    background-color: #538a0b;
}

.widget_range .ui-widget-content .ui-state-default:nth-child(even) {
    margin-left: 0;
}

.widget_range .ui-widget-content .ui-state-default:nth-child(odd) {
    margin-left: -14px;
}

.widget_cate .custom-control {
    margin-bottom: 10px;
}

.widget_cate .custom-control:last-child {
    margin-bottom: 0;
}

.widget_cate .custom-control label {
    cursor: pointer;
    color: #222222;
}

.widget_cate .custom-control label span {
    padding-left: 5px;
}

.widget_rate .rate-list li {
    margin-bottom: 10px;
}

.widget_rate .rate-list li .star-rating {
    width: 100%;
    text-align: left;
}

.widget_rate .rate-list li:last-child {
    margin-bottom: 0;
}

/*--------------------------------------------------============================================================
										44. shop category list
=================================================--------------------------------------------------------------*/
.shop-cate-list {
    padding: 15px 20px;
    border: 1px solid #eaeaea;
    margin-bottom: 30px;
}

.shop-cate-list .shop-cate-title {
    display: inline-block;
}

.shop-cate-list .shop-cate-title h5 {
    font-size: 1.14286em;
    margin-bottom: 0;
}

.shop-cate-list .shop-catelist-item {
    float: right;
}

.shop-catelist-item li {
    display: inline-block;
}

.shop-catelist-item li .media {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.shop-catelist-item li .media-body .custom-control {
    display: inline-block;
    margin-bottom: 0;
    padding-left: 10px;
    min-height: 0;
    line-height: 1;
}

.shop-catelist-item li h6 {
    font-size: 1em;
    margin-bottom: 0;
    font-weight: 400;
    padding-right: 20px;
    margin-top: 2px;
}

.shop-catelist-item .custom-control.custom-radio .custom-control-label::after,
.shop-catelist-item .custom-control.custom-radio .custom-control-label::before {
    width: 15px;
    height: 15px;
    background-size: 60% 60%;
}

.shop-catelist-item > li {
    margin-right: 30px;
    padding-right: 30px;
    position: relative;
}

.shop-catelist-item > li::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 36px;
    width: 1px;
    background-color: #eaeaea;
}

.shop-catelist-item > li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.shop-catelist-item > li:last-child::before {
    display: none;
}

.shop-view-nav {
    border-bottom: 0px;
}

.shop-view-nav .nav-item {
    margin-bottom: 0;
    margin-right: 10px;
}

.shop-view-nav .nav-item:last-child {
    margin-right: 0;
}

.shop-view-nav .nav-item .nav-link {
    padding: 0;
    border: 0px;
    color: #c3c3c3;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.shop-view-nav .nav-item .nav-link.active {
    color: #538a0b;
}

.product-ordering {
    border: 0px;
    color: #538a0b;
    background-image: url(../images/arrow-blue.png);
    background-repeat: no-repeat;
    background-position: center right;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-width: 160px;
    max-width: 170px;
    white-space: nowrap;
    padding-right: 15px;
    cursor: pointer;
    background-color: transparent;
}

.category-v4 .xs-product-wraper {
    padding: 0;
    text-align: center;
    margin-bottom: 30px;
    border-color: #eaeaea;
    margin-left: -1px;
}

.category-v4 .xs-product-wraper:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #eaeaea;
}

.category-v4 .xs-product-wraper .xs-product-content {
    padding: 30px;
    padding-top: 0;
}

#list-justify .xs-single-product {
    margin-bottom: 30px;
}

#listSmall {
    margin-bottom: 30px;
}

/*--------------------------------------------------============================================================
										45. vender page
=================================================--------------------------------------------------------------*/
.xs-slider-nav {
    background-color: #222222;
    color: #FFFFFF;
}

.xs-slider-nav .slider-nav {
    min-height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-color: transparent;
    position: relative;
}

.xs-slider-nav .slider-nav::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 4px;
    width: 0%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-image: -webkit-gradient(linear, left top, right top, from(#009cff), to(#6b43ab));
    background-image: linear-gradient(to right, #009cff 0%, #6b43ab 100%);
}

.xs-slider-nav .slider-nav h5 {
    margin-bottom: 0;
    font-size: 1em;
}

.xs-slider-nav .current .slider-nav {
    background-color: #343434;
}

.xs-slider-nav .current .slider-nav::before {
    width: 100%;
}

/* owl nav slider */
.nav-slider-content .owl-prev,
.nav-slider-content .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 2.14286em;
    color: #FFFFFF;
}

.nav-slider-content .owl-next {
    right: 30px;
}

.nav-slider-content .owl-prev {
    left: 30px;
}

.vendor-logo {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 30px;
}

.vendor-logo a {
    display: inline-block;
}

/*--------------------------------------------------============================================================
										46. block cate gory
=================================================--------------------------------------------------------------*/
.block-product-cate-wraper {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #FFFFFF;
    padding: 19px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100%;
}

.block-product-cate-wraper .xs-overlay {
    opacity: .9;
    z-index: -1;
}

.block-product-cate-wraper .block-cate-header {
    font-size: 1.42857em;
    margin-bottom: 4px;
}

.block-product-cate-wraper .nav .nav-link {
    color: #FFFFFF;
    padding: 10px 0;
    font-size: 1em;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-weight: 700;
}

.block-product-cate-wraper .nav .nav-link:hover {
    color: #222222;
}

.block-product-cate-wraper .nav .nav-item:last-child .nav-link {
    padding-bottom: 0;
}

.product-block-category {
    margin-bottom: 13.5px;
}

.product-block-category .xs-product-category {
    padding: 0;
    border-right: 0px;
    text-align: center;
}

.product-block-category .xs-product-category .product-title {
    color: #333e48;
    font-size: 0.92857em;
}

.product-block-category .xs-product-category .price {
    font-size: 0.85714em;
    color: #538a0b;
}

.product-block-category .xs-product-category .product-content {
    padding: 0 20px;
}

.product-block-category .xs-product-category img {
    margin-bottom: 10px;
}

.product-block-slider {
    position: relative;
}

.product-block-slider .owl-dots {
    position: absolute;
    bottom: 20px;
    margin-top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.product-block-slider .owl-dots .owl-dot span {
    background-color: rgba(51, 62, 72, 0.5);
}

.product-block-slider .owl-dots .owl-dot.active span {
    background-color: #333e48;
}

.product-cate-block-wraper {
    border: 2px solid #e3e3e3;
    margin-bottom: 50px;
}

.product-cate-block-section {
    padding-top: 80px;
    padding-bottom: 10px;
}

/*--------------------------------------------------============================================================
										47. nav cate
=================================================--------------------------------------------------------------*/
.xs-nav-cate {
    border: 1px solid #eaeaea;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.xs-nav-cate > li {
    border-right: 1px solid #eaeaea;
}

.xs-nav-cate > li:last-child {
    border-right: 0px;
}

.xs-nav-cate > li > a {
    color: #555555;
    font-size: 1.14286em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 22px 26px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.xs-nav-cate > li > a:hover {
    color: #538a0b;
}

.xs-nav-cate > li > a i {
    font-size: 2.14286em;
    padding-right: 15px;
}

.xs-nav-cate > li > .btn:not([data-toggle="popover"]).btn-outline-primary {
    border-radius: 0;
    border: 0px;
    color: #797979;
    font-size: 1em;
    padding: 16px 31px;
}

.xs-nav-cate > li > .btn:not([data-toggle="popover"]).btn-outline-primary strong {
    display: block;
    font-size: 1.28571em;
    color: #538a0b;
}

.navsearch-form {
    display: none;
    position: absolute;
    right: -5px;
    top: 100%;
}

.navsearch-form input:not([type="submit"]) {
    height: 50px;
    width: 300px;
    border: 1px solid #222222;
    padding: 0 20px;
}

.navSearch-group {
    position: relative;
}

.navSearch-group > a {
    font-size: 1.42857em;
    color: #555555;
    padding: 24px;
    display: block;
}

.navSearch-group > a i {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

/*--------------------------------------------------============================================================
										48. offset sidebar
=================================================--------------------------------------------------------------*/
.xs-sidebar-group .xs-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    z-index: 9999;
    opacity: 0;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
    visibility: hidden;
}

.xs-minicart-widget {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 360px;
    z-index: 999999;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    -webkit-transition: all 0.8s cubic-bezier(0.9, 0.03, 0, 0.96);
    transition: all 0.8s cubic-bezier(0.9, 0.03, 0, 0.96);
    padding: 30px;
    visibility: hidden;
    opacity: 0;
}

.xs-minicart-widget .widget-heading {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
}

.xs-minicart-widget .widget-heading .widget-title {
    margin-bottom: 0;
    font-size: 1.28571em;
}

.xs-minicart-widget .mini_cart_item {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.xs-minicart-widget .xs-empty-content {
    text-align: center;
    padding: 50px 0;
}

.xs-minicart-widget .xs-empty-content .woocommerce-mini-cart__empty-message {
    font-size: 1.42857em;
}

.xs-minicart-widget .xs-empty-content .empty-cart-icon {
    font-size: 3.57143em;
}

.xs-sidebar-group.isActive .xs-overlay {
    opacity: .7;
    visibility: visible;
}

.xs-sidebar-group.isActive .xs-minicart-widget {
    opacity: 1;
    visibility: visible;
    right: 0;
}

.close-side-widget {
    color: #222222;
    font-size: 13px;
    display: block;
    height: 30px;
    max-width: 30px;
    background-color: #ededed;
    margin-left: auto;
    text-align: center;
    line-height: 30px;
    border-radius: 100%;
}

/*--------------------------------------------------============================================================
										49. banner slider transition
=================================================--------------------------------------------------------------*/
.owl-carousel .active [class^=anim-] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.owl-carousel .active .animInLeft {
    -webkit-animation: animInLeft 1s ease 0s both;
    animation: animInLeft 1s ease 0s both;
}

.owl-carousel .active .animInRight {
    -webkit-animation: animInRight 1s ease 0s both;
    animation: animInRight 1s ease 0s both;
}

.owl-carousel .active .animInTop {
    -webkit-animation: animInTop 1s ease 0s both;
    animation: animInTop 1s ease 0s both;
}

.owl-carousel .active .animInBottom {
    -webkit-animation: animInBottom 1s ease 0s both;
    animation: animInBottom 1s ease 0s both;
}

.owl-carousel .active .xs-banner-title.animInLeft {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.owl-carousel .active .xs-banner-sub-title.animInTop {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.owl-carousel .active .xs-banner-title.animInBottom {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.owl-carousel .active .xs-banner-image.animInRight {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.owl-carousel .active .btn.animInLeft {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.owl-carousel .active .btn.animInLeft + .btn.animInRight {
    -webkit-animation-duration: 1.7s;
    animation-duration: 1.7s;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.owl-carousel .active .best-deal-title.animInRight {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.owl-carousel .active .price.animInRight {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.owl-carousel .active .xs-best-deal-slider-content .btn.animInLeft {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.owl-carousel .active .xs-best-deal-slider-content .btn.animInLeft + .btn.animInRight {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.owl-carousel.xs-banner-slider-3 .active .xs-banner-image.animInRight, .owl-carousel.xs-banner-slider-4 .active .xs-banner-image.animInRight {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

@-webkit-keyframes animInLeft {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes animInLeft {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes animInRight {
    0% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes animInRight {
    0% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes animInTop {
    from {
        opacity: 0;
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }
    to {
        opacity: 1;
    }
}

@keyframes animInTop {
    from {
        opacity: 0;
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes animInBottom {
    from {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }
    to {
        opacity: 1;
    }
}

@keyframes animInBottom {
    from {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }
    to {
        opacity: 1;
    }
}

/*--------------------------------------------------============================================================
										50. Promo modal
=================================================--------------------------------------------------------------*/
/* Styles for dialog window */
.xs-promoPopup {
    text-align: left;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    min-height: 460px;
    background-image: url(../images/promo_overlay.png);
}

.promo-image-container img {
    width: 100%;
}

.promo-text-container {
    padding: 0 15px;
}

.promo-text-container .xs-newsletter {
    width: calc(100% - 65px);
}

.promo-text-container .xs-newsletter input:not([type="submit"]) {
    border: 1px solid rgba(0, 99, 209, 0.27);
    border-radius: 0px;
    padding-left: 20px;
}

.promo-text-container .xs-newsletter input:not([type="submit"])::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #6d6d6d;
}

.promo-text-container .xs-newsletter input:not([type="submit"])::-moz-placeholder {
    /* Firefox 19+ */
    color: #6d6d6d;
}

.promo-text-container .xs-newsletter input:not([type="submit"]):-ms-input-placeholder {
    /* IE 10+ */
    color: #6d6d6d;
}

.promo-text-container .xs-newsletter input:not([type="submit"]):-moz-placeholder {
    /* Firefox 18- */
    color: #6d6d6d;
}

.promo-text-container .btn:not([data-toggle="popover"]) {
    border-radius: 0px;
    padding: 0px;
    min-width: 67px;
    font-size: 1.14286em;
}

body > .mfp-bg.xs-promo-popup {
    z-index: 99999;
}

body > .mfp-wrap.xs-promo-popup {
    z-index: 999999;
}

body .xs-promo-popup .mfp-container {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: fixed;
}

.promo-text-content {
    margin-bottom: 25px;
}

.promo-text-content h3, .promo-text-content h4 {
    font-size: 2.14286em;
    margin-bottom: 5px;
    color: #538a0b;
    font-weight: 700;
}

.promo-text-content h4 {
    color: #222222;
}

.promo-text-content p {
    margin-bottom: 0;
    font-size: 1.14286em;
    font-weight: 300;
}

/**
 * Fade-zoom animation for first dialog
 */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}

/*--------------------------------------------------============================================================
										51. yellow version
=================================================--------------------------------------------------------------*/
.xs-banner.v-yellow .xs-banner-content .xs-banner-title {
    color: #333e48;
}

.xs-banner.xs-product-banner {
    padding-top: 60px;
    padding-bottom: 40px;
}

.xs-feauture-product-section.v-yellow .product-title-v2 a strong {
    color: #333e48;
}

.v-yellow .btn {
    color: #333e48;
}

.v-yellow .btn:hover {
    color: #FFFFFF;
}

.v-yellow .btn-primary {
    background-color: #fed700;
}

.v-yellow .btn-outline-primary {
    border-color: #959a9e;
}

.v-yellow .btn-outline-primary:hover {
    color: #FFFFFF;
}

.v-yellow .btn:not([data-toggle="popover"]).btn-outline-primary:hover {
    color: #FFFFFF;
}

.v-yellow .xs-product-offer-label {
    background-color: #333e48;
}

.v-yellow .price {
    color: #333e48;
}

.v-yellow .xs-progress .progress-bar {
    background-color: #fed700;
}

.v-yellow .product-title a {
    color: #538a0b;
}

.v-yellow .xs-content-title {
    color: #333e48;
}

.v-yellow .xs-nav-tab .nav-link {
    color: #b7b7b7;
}

.v-yellow .xs-nav-tab .nav-link.active,
.v-yellow .xs-nav-tab .nav-link:hover {
    color: #333e48;
}

.v-yellow .xs-nav-tab .nav-link::before {
    background-color: #fed700;
}

.v-yellow .xs-nav-tab .nav-link::after {
    border-top-color: #fed700;
}

.v-yellow .product-title.highlight a {
    color: #adb7c1;
}

.v-yellow .product-title.highlight a strong {
    color: #538a0b;
}

.v-yellow .product-feature-ribbon {
    background-image: linear-gradient(45deg, white 0%, white 50%, #fed700 50%, #fed700 100%);
}

.v-yellow .product-feature-ribbon i {
    color: #333e48;
}

.v-yellow .product-item-meta li a:hover {
    background-color: #fed700;
}

.v-yellow .product-item-meta li a {
    color: #333e48;
}

.v-yellow .owl-dots .owl-dot.active span {
    background-color: #fed700;
}

.v-yellow .xs-simple-arrow {
    color: #fed700;
}

.v-yellow .add_to_wishlist,
.v-yellow .add_to_wishlist:hover,
.v-yellow .add_to_wishlist.pulse_effect i::after {
    color: #538a0b;
}

.v-yellow .xs-watermark-text {
    color: #f6d000;
}

.v-yellow .xs-slider-highlight .owl-prev i, .v-yellow .xs-slider-highlight .owl-next i {
    color: #5b646c;
}

.v-yellow .xs-slider-highlight .owl-prev i:hover, .v-yellow .xs-slider-highlight .owl-next i:hover {
    color: #333e48;
}

/* daily deals */
.v-yellow .xs-content-header.background-version {
    background-color: #fed700;
}

.v-yellow .xs-content-header.background-version .xs-content-title,
.v-yellow .xs-content-header.background-version .xs-custom-nav a {
    color: #333e48;
}

.v-yellow .xs-deal-of-the-week {
    border-color: #fed700;
}

/* deal of the day */
.xs-deal-of-the-day-section.v-yellow {
    background-color: #fed700;
}

.xs-deal-of-the-day-section.v-yellow .best-deal-sub-title {
    color: #5b646c;
}

.xs-deal-of-the-day-section.v-yellow .best-deal-title {
    color: #333e48;
}

.xs-deal-of-the-day-section.v-yellow .xs-best-deal-slider-content .price del {
    color: #d2b200;
}

.xs-deal-of-the-day-section.v-yellow .btn.btn-outline-secondary {
    border-color: #538a0b;
}

.xs-deal-of-the-day-section.v-yellow .btn.btn-success {
    background-color: #333e48;
    color: #FFFFFF;
}

/* news letter version yellow */
.xs-newsLetter-section.v-yellow {
    background-color: #fed700;
}

.xs-newsLetter-section.v-yellow .newsletter-content i,
.xs-newsLetter-section.v-yellow .newsletter-content .newsletter-title,
.xs-newsLetter-section.v-yellow .newsletter-content p {
    color: #333e48;
}

/*--------------------------------------------------============================================================
										52. semi black version
=================================================--------------------------------------------------------------*/
.v-semi-black .xs-content-title,
.v-semi-black .xs-nav-tab .nav-link.active,
.v-semi-black .xs-nav-tab .nav-link:hover,
.v-semi-black .product-title a {
    color: #333e48;
}

.v-semi-black .xs-nav-tab .nav-link::before {
    background-color: #333e48;
}

.v-semi-black .xs-nav-tab .nav-link::after {
    border-top-color: #333e48;
}

.v-semi-black .product-title a:hover {
    color: #538a0b;
}

/* version yellow and black */
.v-yellow-and-black .xs-content-title,
.v-yellow-and-black .xs-nav-tab .nav-link.active,
.v-yellow-and-black .xs-nav-tab .nav-link:hover,
.v-yellow-and-black .product-title a,
.v-yellow-and-black .xs-product-offer-label,
.v-yellow-and-black .xs-countdown-timer .timer-count,
.v-yellow-and-black .xs-countdown-timer .timer-title,
.v-yellow-and-black .product-sold,
.v-yellow-and-black .product-available,
.v-yellow-and-black .small-offer-banner-v2 .offer-banner-content p,
.v-yellow-and-black .small-offer-banner-v2 .offer-banner-content h3,
.v-yellow-and-black .btn {
    color: #333e48;
}

.v-yellow-and-black .btn:not([data-toggle="popover"]) {
    background-color: #fed700 !important;
}

.v-yellow-and-black .btn:hover {
    color: #FFFFFF;
}

.v-yellow-and-black .xs-nav-tab .nav-link::before {
    background-color: #333e48;
}

.v-yellow-and-black .xs-nav-tab .nav-link::after {
    border-top-color: #333e48;
}

.v-yellow-and-black .xs-product-offer-label,
.v-yellow-and-black .xs-progress .progress-bar,
.v-yellow-and-black .xs-countdown-timer .timer-count {
    background-color: #fed700;
}

.v-yellow-and-black .product-thumb-feature .btn.btn-outline-primary {
    border-color: transparent;
    color: #333e48;
}

.v-yellow-and-black .btn:not([data-toggle="popover"]).btn-outline-primary:hover {
    color: #FFFFFF;
}

.v-yellow-and-black .product-title a:hover {
    color: #538a0b;
}

/*--------------------------------------------------============================================================
										53. Element
=================================================--------------------------------------------------------------*/
/* XS List */
.xs-list li {
    margin-bottom: 12px;
}

.xs-list li:last-child {
    margin-bottom: 0;
}

.xs-list li a {
    color: #777777;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.xs-list li a:hover {
    color: #538a0b;
}

.xs-list li::before {
    font-family: "FontAwesome";
}

.xs-list.check li::before {
    padding-right: 8px;
    content: "\f00c";
    color: #65a314;
}

.xs-list.play li::before {
    padding-right: 8px;
    content: "\f04b";
    color: #538a0b;
}

.xs-list.arrow li::before {
    padding-right: 8px;
    content: "\f178";
}

/* twitter */
.xs-tweet li {
    font-size: 0.92857em;
    color: #777777;
    margin-bottom: 20px;
}

.xs-tweet li:last-child {
    margin-bottom: 0;
}

.xs-tweet li a {
    color: #538a0b;
}

/* social list */
.xs-social-list li {
    margin-right: 10px;
    display: inline-block;
}

.xs-social-list li.xs-list-text {
    font-size: 0.92857em;
    margin-right: 20px;
}

.xs-social-list li a {
    font-size: 0.92857em;
    color: #222222;
    display: inline-block;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.xs-social-list li a.color-facebook:hover {
    background-color: #3b5998;
}

.xs-social-list li a.color-twitter:hover {
    background-color: #1da1f2;
}

.xs-social-list li a.color-dribbble:hover {
    background-color: #ea4c89;
}

.xs-social-list li a.color-pinterest:hover {
    background-color: #bd081c;
}

.xs-social-list li a.color-instagram:hover {
    background-color: #e1306c;
}

.xs-social-list li a.color-linkedin:hover {
    background-color: #dd5143;
}

.xs-social-list.version-2 li {
    margin-right: 30px;
}

.xs-social-list.version-2 li:last-child {
    margin-right: 0;
}

.xs-social-list.version-2 li a {
    font-size: 1em;
}

.xs-social-list.version-2 li a i {
    padding-right: 10px;
}

.xs-social-list.version-2 li a:hover {
    color: #222222;
}

.xs-social-list.round li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.14);
    color: #FFFFFF;
    font-size: 1.14286em;
}

.xs-social-list.boxed li {
    width: 45%;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.xs-social-list.boxed li a {
    padding: 14px 0px;
    font-size: 1em;
    font-weight: 500;
    border: 1px solid #F1F1F1;
    color: #222222;
    display: block;
}

.xs-social-list.boxed li a:hover {
    color: #FFFFFF;
}

.xs-social-list.boxed li i {
    padding-right: 15px;
}

.xs-social-list.square li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 0%;
    border: 1px solid #F4F4F4;
    background-color: transparent;
    color: #222222;
    text-align: center;
}

.xs-social-list.square li a:hover {
    color: #FFFFFF;
}

/* map popup buttons */
.xs-map-popup {
    padding: 9px 19px;
    font-weight: 500;
    font-size: 1em;
    border: 0;
}

.xs-map-popup.btn-primary {
    background-color: #538a0b;
}

.xs-map-popup.btn-danger {
    background-color: #ff6251;
}

.xs-map-popup.btn-warning {
    background-color: #fed700;
    color: #333e48;
}

.xs-map-popup.btn-warning:hover {
    color: #FFFFFF;
}

.xs-map-popup i {
    padding-right: 10px;
    font-size: 16px;
    position: relative;
    top: 2px;
}

/* back to top */
.xs-back-to-top {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 1em;
    font-weight: 500;
    text-transform: uppercase;
    padding: 12px 21px;
    border: 0px;
}

.xs-back-to-top.btn-success {
    background-color: #62ab00;
}

.xs-back-to-top.btn-danger {
    background-color: #ff6251;
}

.xs-back-to-top.btn-warning {
    background-color: #fed700;
    color: #333e48;
}

.xs-back-to-top.btn-warning:hover {
    color: #FFFFFF;
}

.xs-back-to-top i {
    padding-left: 14px;
    font-size: 1.42857em;
    position: relative;
    top: 4px;
}

.xs-back-to-top-wraper {
    position: absolute;
    right: 0;
    bottom: 180px;
}

/* heading title */
.xs-heading {
    padding-bottom: 40px;
    text-align: center;
}

.xs-heading hr {
    width: 34px;
    border-top: 1px dashed #538a0b;
    margin-bottom: 19px;
    margin-top: 0;
}

.xs-heading p {
    margin-bottom: 0;
}

.xs-heading.v-small {
    padding-bottom: 70px;
}

.xs-heading.v-small .xs-heading-title {
    font-size: 2.28571em;
    color: #222222;
}

.xs-heading.v-medium .xs-heading-sub {
    font-size: 1em;
    font-weight: 500;
    margin-bottom: 5px;
}

.xs-heading.v-big {
    padding-bottom: 60px;
}

.xs-heading-sub {
    color: #538a0b;
    font-size: 1.28571em;
    font-weight: 400;
    margin-bottom: 10px;
}

.xs-heading-title {
    font-size: 3em;
    font-weight: 700;
    margin-bottom: 0;
}

/* buttons */
.btn:not([data-toggle="popover"]) {
    display: inline-block;
    font-size: 0.85714em;
    font-weight: 500;
    padding: 16px 35px;
    letter-spacing: .3px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    color: #FFFFFF;
}

.btn:not([data-toggle="popover"]).btn-sm {
    min-height: 40px;
    min-width: 180px;
    font-size: 1em;
    padding: 0;
    line-height: 40px;
}

.btn:not([data-toggle="popover"]).btn-outline-secondary {
    background-color: #538a0b;
    border: 2px solid rgba(200, 200, 200, 0.3);
    color: #FFFFFF;
}

.btn:not([data-toggle="popover"]).btn-outline-secondary:hover {
    background-color: transparent;
    border-color: #222222;
}

.btn:not([data-toggle="popover"]).btn-outline-primary {
    color: #538a0b;
}

.btn:not([data-toggle="popover"]).btn-outline-primary:hover {
    background-color: transparent;
    border-color: #fff;
    color: #FFFFFF;
}

.btn:not([data-toggle="popover"]).btn-outline-success {
    color: #222222;
    border: 2px solid #65a314;
}

.btn:not([data-toggle="popover"]).btn-outline-success:hover {
    background-color: #222222;
    color: #FFFFFF;
    border-color: #222222;
}

.btn:not([data-toggle="popover"]).btn-outline-light:hover {
    color: #FFFFFF;
    border-color: #222222;
    background-color: transparent;
}

.btn:not([data-toggle="popover"]).btn-primary {
    background-color: #538a0b;
}

.btn:not([data-toggle="popover"]) .icon {
    margin-top: 0;
}

.btn:not([data-toggle="popover"]).icon-left i {
    padding-right: 7px;
}

.btn:not([data-toggle="popover"]).icon-right i {
    float: right;
    padding-left: 7px;
}

.btn:not([data-toggle="popover"]).btn-success {
    background-color: #62ab00;
}

.btn:not([data-toggle="popover"]).btn-secondary {
    background-color: #ff6251;
    border: 0px;
}

.btn:not([data-toggle="popover"])::before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 100%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #222222;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scale3d(1, 2, 1);
    transform: scale3d(1, 2, 1);
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.btn:not([data-toggle="popover"]).btn-primary {
    border: 0px;
}

.btn:not([data-toggle="popover"]).btn-primary::before, .btn:not([data-toggle="popover"]).btn-primary:hover {
    background-color: #65a314;
}

.btn:not([data-toggle="popover"]).btn-success {
    border: 0px;
}

.btn:not([data-toggle="popover"]).btn-success::before, .btn:not([data-toggle="popover"]).btn-success:hover {
    background-color: #538a0b;
}

.btn:not([data-toggle="popover"]):hover::before {
    -webkit-transform: scale3d(20, 20, 1);
    transform: scale3d(20, 20, 1);
}

.xs-best-deal-slider-content .btn:not([data-toggle="popover"]).btn-success {
    color: #FFFFFF;
}

.xs-best-deal-slider-content .btn:not([data-toggle="popover"]).btn-success::before {
    background-color: #333e48;
}

.btn-loading i {
    font-size: 1.14286em;
    position: relative;
    top: 2px;
}

.btn-cart {
    color: #65a314;
}

.btn-cart.icon-left i {
    padding-right: 7px;
}

.btn-cart.icon-right i {
    float: right;
    padding-left: 7px;
}

.xs-best-deal-slider-content .xs-btn-wraper a:last-child {
    padding: 18px 35px;
}

.w-quantity-btn .btn {
    margin: 0 auto;
}

/* product lebel */
.xs-product-offer-label {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 100%;
    background-color: #62ab00;
    color: #FFFFFF;
}

.xs-product-offer-label span {
    font-weight: 700;
    font-size: 1.57143em;
    line-height: 1;
    margin-bottom: 4px;
}

.xs-product-offer-label small {
    font-size: 1em;
    line-height: 1;
}

/* star rating */
.star-rating {
    position: relative;
    height: auto;
    width: 100%;
    display: inline-block;
}

.star-rating::before {
    content: "\f005\f005\f005\f005\f123";
    font-family: "FontAwesome";
    top: 0;
    left: 0;
    font-size: 0.85714em;
    color: #ffa801;
    letter-spacing: 4px;
}

.star-rating .value {
    position: relative;
    font-size: 0.85714em;
    color: #b9b9b9;
    font-family: "Rubik", sans-serif;
}

.star-rating.color-green::before {
    color: #65a314;
}

.star-rating.color-green .value {
    color: #777777;
}

.woocommerce .star-rating {
    margin-bottom: 20px;
    line-height: 1;
    float: none;
    overflow: visible;
    height: 100%;
    width: 100%;
    display: block;
}

.woocommerce .star-rating::before {
    float: none;
    top: 0;
    left: 0;
    position: static;
    content: '\f005\f005\f005\f005\f006';
    color: #fed700;
}

.woocommerce .star-rating .value {
    color: #777777;
    float: none;
    padding-top: 0;
    position: static;
}

.woocommerce .star-rating .value::before {
    display: none;
}

/* add to wishlist */
.add_to_wishlist {
    color: #65a314;
    font-size: 0.85714em;
}

.add_to_wishlist:hover {
    color: #65a314;
}

.add_to_wishlist.pulse_effect i {
    position: relative;
}

.add_to_wishlist.pulse_effect i::after {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'FontAwesome';
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    -webkit-animation: scale .6s linear;
    animation: scale .6s linear;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    color: #65a314;
}

.add_to_wishlist.pulse_effect i::before {
    z-index: 2;
}

.add_to_wishlist.pulse_effect .fa-heart-o::after {
    content: "\f004";
}

.add_to_wishlist.pulse_effect .fa-heart::after {
    content: "\f08a";
}

@-webkit-keyframes scale {
    50% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}

@keyframes scale {
    50% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}

/* echo image prelaoder */
img[src="/theme/images/image_loader.gif"] {
    background-image: url(/theme/images/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    width: 100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin: 0;
}

/* for xs nav tab */
.tab-content img[src="/theme/images/image_loader.gif "] {
    max-height: 133px;
}

/* owl image setting */
.owl-carousel .owl-item img {
    width: auto;
}

.owl-carousel .owl-item img[src="/theme/images/image_loader.gif"] {
    max-width: 100px;
    height: 144px;
    margin: 0 auto;
}

/* owl dot */
.owl-dots {
    text-align: center;
    margin-top: 25px;
}

.owl-dots .owl-dot {
    display: inline-block;
    margin-right: 10px;
}

.owl-dots .owl-dot:last-child {
    margin-right: 0;
}

.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    display: inline-block;
    background-color: #e1e1e1;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.owl-dots .owl-dot.active span {
    background-color: #538a0b;
}

.xs_input_number {
    position: relative;
    border-radius: 25px;
    height: 51px;
    width: 138px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #eaeaea;
    border-radius: 4px;
}

.xs_input_number .sub,
.xs_input_number .add {
    float: left;
    width: 38px;
    height: 100%;
    line-height: 51px;
    cursor: pointer;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    background-color: #eaeaea;
    text-align: center;
}

.xs_input_number .add {
    float: right;
}

.xs_input_number input[type="number"] {
    height: 100%;
    width: auto;
    border: 0;
    text-align: center;
    font-size: 1.429em;
    pointer-events: none;
    -webkit-appearance: none;
    width: 60px;
    font-weight: 400;
}

.xs_input_number input[type="number"]::-webkit-inner-spin-button,
.xs_input_number input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* simple button */
.xs-simple-btn {
    color: #538a0b;
}

/* countdown timer */
.xs-countdown-timer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.xs-countdown-timer .timer-count {
    width: 40px;
    height: 40px;
    line-height: 42px;
    border-radius: 100%;
    background-color: #f5f5f5;
    font-size: 1em;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 8px;
}

.xs-countdown-timer .timer-title {
    line-height: 1;
    text-transform: uppercase;
    font-size: 0.71429em;
    font-weight: 400;
    display: block;
}

.xs-countdown-timer .xs-timer-container {
    margin-right: 10px;
}

.xs-countdown-timer .xs-timer-container:last-child {
    margin-right: 0;
}

.xs-countdown-timer.version-ring .xs-timer-container {
    background-image: url(../images/circle.png);
    min-height: 114px;
    min-width: 114px;
    padding: 33px 0;
    margin-right: 30px;
}

.xs-countdown-timer.version-ring .xs-timer-container:last-child {
    margin-right: 0;
}

.xs-countdown-timer.version-ring .timer-count {
    height: auto;
    width: auto;
    line-height: 1;
    background-color: transparent;
    font-size: 2em;
    color: #65a314;
}

.xs-countdown-timer.version-ring .timer-title {
    font-size: 0.85714em;
    text-transform: capitalize;
}

/* popover */
.btn[data-toggle="popover"] {
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    border: 0px;
    padding: 0;
    background-color: #65a314;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.btn[data-toggle="popover"]::before {
    position: absolute;
    content: '\e93e';
    font-family: "iconfont";
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 1.42857em;
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.btn[data-toggle="popover"].is-active {
    background-color: #ff6251;
}

.btn[data-toggle="popover"].is-active::before {
    -webkit-transform: rotate(-360deg) scale(1);
    transform: rotate(-360deg) scale(1);
    content: '\e93d';
}

.btn[data-toggle="popover"].is-active:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn[data-toggle="popover"]:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn[data-toggle="popover"]:active {
    background-color: #ff6251 !important;
}

.popover {
    background-color: #ff6251;
    border: 0;
    max-width: 227px;
    min-height: 109px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    text-align: center;
    font-size: 1em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    visibility: hidden;
}

.popover.show {
    visibility: visible;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.popover[x-placement="top"] {
    margin-bottom: 14px;
}

.popover[x-placement="bottom"] {
    margin-top: 19px;
}

.popover[x-placement="left"] {
    margin-right: 16px;
}

.popover[x-placement="right"] {
    margin-left: 16px;
}

.popover .popover-body {
    color: #FFFFFF;
    padding: 0;
}

.popover.bs-popover-bottom .arrow::after {
    border-bottom-color: #ff6251;
}

.popover.bs-popover-bottom .arrow::before {
    border-bottom-color: transparent;
}

.popover.bs-popover-top .arrow::after {
    border-top-color: #ff6251;
}

.popover.bs-popover-top .arrow::before {
    border-top-color: transparent;
}

.popover.bs-popover-left .arrow::after {
    border-left-color: #ff6251;
}

.popover.bs-popover-left .arrow::before {
    border-left-color: transparent;
}

.popover.bs-popover-right .arrow::after {
    border-right-color: #ff6251;
}

.popover.bs-popover-right .arrow::before {
    border-right-color: transparent;
}

/* list group */
.xs-list-group li {
    padding: 0;
    border-bottom: 1px dashed #999999;
    font-size: 0.85714em;
    font-weight: 500;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.xs-list-group li span {
    font-weight: 400;
    color: #999999;
}

.xs-list-group li:last-child {
    border-bottom: 1px dashed transparent;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

/* watermark product */
.xs-watermark-product {
    position: absolute;
    right: 30px;
    top: -70px;
    pointer-events: none;
}

/* social tigger */
.xs-social-tigger {
    position: relative;
    margin: 1% auto;
    height: 50px;
    width: 50px;
}

.xs-social-tigger li {
    height: 100%;
}

.xs-social-tigger li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #538a0b;
    text-align: center;
    color: #FFFFFF;
    font-size: 1em;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    visibility: hidden;
}

.xs-social-tigger li a.tigger-icon {
    opacity: 1;
    -webkit-transform: translate(0%, 0%) !important;
    transform: translate(0%, 0%) !important;
    visibility: visible;
}

.xs-social-tigger li a.xs-facebook {
    background-color: #3B5999;
}

.xs-social-tigger li a.xs-twitter {
    background-color: #55ACEE;
}

.xs-social-tigger li a.xs-pinterest {
    background-color: #BD081C;
}

.xs-social-tigger li a.xs-dribbble {
    background-color: #EA4C89;
}

.xs-social-tigger li a.xs-instagram {
    background-color: #E4405F;
}

.xs-social-tigger li a.xs-google-plus {
    background-color: #DD4B39;
}

.xs-social-tigger li a.xs-envelope {
    background-color: #373737;
}

.xs-social-tigger li:nth-child(1) a {
    -webkit-transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.6s;
    transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.6s;
}

.xs-social-tigger li:nth-child(2) a {
    -webkit-transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.9s;
    transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.9s;
}

.xs-social-tigger li:nth-child(3) a {
    -webkit-transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 1.2s;
    transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 1.2s;
}

.xs-social-tigger li:nth-child(4) a {
    -webkit-transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 1.5s;
    transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 1.5s;
}

.xs-social-tigger.active li:nth-child(1) a {
    -webkit-transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.6s;
    transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.6s;
    -webkit-transform: translate(0, -80px);
    transform: translate(0, -80px);
}

.xs-social-tigger.active li:nth-child(2) a {
    -webkit-transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.9s;
    transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.9s;
    -webkit-transform: translate(70px, -40px);
    transform: translate(70px, -40px);
}

.xs-social-tigger.active li:nth-child(3) a {
    -webkit-transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 1.2s;
    transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 1.2s;
    -webkit-transform: translate(70px, 40px);
    transform: translate(70px, 40px);
}

.xs-social-tigger.active li:nth-child(4) a {
    -webkit-transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 1.5s;
    transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 1.5s;
    -webkit-transform: translate(0, 80px);
    transform: translate(0, 80px);
}

.xs-social-tigger.active li a {
    opacity: 1;
    visibility: visible;
}

/* xs map */
.xs-map {
    height: 570px;
    width: 100%;
}

/* custom control */
.custom-control {
    margin-bottom: 24px;
}

.custom-control .custom-control-label::after,
.custom-control .custom-control-label::before {
    width: 22px;
    height: 22px;
    top: 0;
    -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
}

.custom-control.custom-checkbox {
    border-radius: 4px;
}

.custom-control .custom-control-label::after {
    -webkit-transform: scale(0);
    transform: scale(0);
}

.custom-control .custom-control-input:checked ~ .custom-control-label::after {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.custom-control .custom-control-label::before {
    background-color: transparent;
    border: 1px solid #eaeaea;
    pointer-events: visible;
    cursor: pointer;
}

.custom-control .custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom-control .custom-control-label {
    margin-bottom: 0;
    padding-left: 14px;
    font-size: 0.85714em;
    color: #555555;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-control .custom-control-label span {
    color: #538a0b;
}

.custom-control.custom-radio .custom-control-label::after,
.custom-control.custom-radio .custom-control-label::before {
    width: 20px;
    height: 20px;
    background-size: 70% 70%;
    border-radius: 100%;
    border-color: transparent;
}

.custom-control.custom-radio .custom-control-label::before {
    border-color: #eaeaea;
}

.custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #FFFFFF;
    border-color: #538a0b;
}

.custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%2365a314'/%3E%3C/svg%3E");
}

.custom-control.custom-radio.color-one .custom-control-label::before {
    background-color: #1abc9c;
    border-color: transparent;
}

.custom-control.custom-radio.color-one .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%231abc9c'/%3E%3C/svg%3E");
}

.custom-control.custom-radio.color-one .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #1abc9c;
}

.custom-control.custom-radio.color-two .custom-control-label::before {
    background-color: #3498db;
    border-color: transparent;
}

.custom-control.custom-radio.color-two .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%233498db'/%3E%3C/svg%3E");
}

.custom-control.custom-radio.color-two .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #3498db;
}

.custom-control.custom-radio.color-three .custom-control-label::before {
    background-color: #9b59b6;
    border-color: transparent;
}

.custom-control.custom-radio.color-three .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%239b59b6'/%3E%3C/svg%3E");
}

.custom-control.custom-radio.color-three .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #9b59b6;
}

.custom-control.custom-radio.color-four .custom-control-label::before {
    background-color: #e74c3c;
    border-color: transparent;
}

.custom-control.custom-radio.color-four .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23e74c3c'/%3E%3C/svg%3E");
}

.custom-control.custom-radio.color-four .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #e74c3c;
}

.custom-control.custom-radio.color-five .custom-control-label::before {
    background-color: #e67e22;
    border-color: transparent;
}

.custom-control.custom-radio.color-five .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23e67e22'/%3E%3C/svg%3E");
}

.custom-control.custom-radio.color-five .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #e67e22;
}

.custom-control.custom-radio.color-six .custom-control-label::before {
    background-color: #2c3e50;
    border-color: transparent;
}

.custom-control.custom-radio.color-six .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%232c3e50'/%3E%3C/svg%3E");
}

.custom-control.custom-radio.color-six .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #2c3e50;
}

/* xs pagination */
.pagination li {
    display: inline-block;
    margin: 0 10px 0 0;
}

.pagination li:last-child {
    margin: 0;
}

.pagination li a ,
.pagination li span {
   
	display:inline-block;
    line-height: 1.4;

    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: 1px solid #eaeaea;
    color: #222222;
    padding: 16px 20px;
    border-radius: 0;
    text-align: center;
}
.pagination li span {
	background-color: #538a0b;
    color: #FFFFFF;
    border-color: #538a0b;
}

.pagination li a:hover, .pagination li a.current {
    background-color: #538a0b;
    color: #FFFFFF;
    border-color: #538a0b;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
    border-radius: 100%;
    font-size: 0.85714em;
    color: #eaeaea;
}

#myTabContent {
    padding-bottom: 20px;
}

/* add to comapre */
.add-to-compare {
    color: #538a0b;
}

/* video popup */
.xs-video-popup {
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: block;
    text-align: center;
    font-size: 1.28571em;
    color: #FFFFFF;
    background-color: #538a0b;
    border-radius: 100%;
}

.xs-video-popup:hover {
    color: #FFFFFF;
}

/* round nav */
.round-nav {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    display: block;
    background-color: #538a0b;
    text-align: center;
    cursor: pointer;
    color: #FFFFFF;
}

/*--------------------------------------------------============================================================
										54. inheritance
=================================================--------------------------------------------------------------*/
.xs-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.content-center {
    text-align: center;
    margin: 0 auto;
}

.content-left {
    margin: 0 auto 0 0;
}

.content-right {
    text-align: left;
    margin: 0 0 0 auto;
}

.transition, .xs-tab-nav .nav-link, .xs-tab-nav .nav-link:before, .xs-post-meta-list span a, .xs-blog-post-tag a {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.xs-section-padding {
    padding: 80px 0;
}
@media(max-width:768px){
    .xs-section-padding {
        padding: 40px 0;
    }
}
.xs-section-padding-2 {
    padding: calc(80px / 2) 0;
}

.xs-feature-product-tab.xs-section-padding-2 {
    padding-bottom: 10px;
}

.xs-section-padding-bottom {
    padding-bottom: 80px;
}

.xs-section-padding-top {
    padding-top: 80px;
}

.xs-box-shadow {
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
}

.xs-feauture-product-section.xs-section-padding {
    padding: 80px 0 50px 0;
}

.xs-box-shadow-2 {
    -webkit-box-shadow: 0px 2px 20px 0px rgba(144, 144, 144, 0.2);
    box-shadow: 0px 2px 20px 0px rgba(144, 144, 144, 0.2);
}

.xs-margin-0 {
    margin: 0;
}

.xs-mb-0 {
    margin-bottom: 0;
}

.xs-mb-10 {
    margin-bottom: 10px;
}

.xs-mb-20 {
    margin-bottom: 20px;
}

.xs-mb-30 {
    margin-bottom: 30px;
}

.xs-mb-40 {
    margin-bottom: 40px;
}

.xs-mb-50 {
    margin-bottom: 50px;
}

.xs-mb-60 {
    margin-bottom: 60px;
}

.xs-mb-70 {
    margin-bottom: 70px;
}

.xs-mb-80 {
    margin-bottom: 80px;
}

.xs-mb-90 {
    margin-bottom: 90px;
}

.xs-mb-100 {
    margin-bottom: 100px;
}

.xs-padding-0 {
    padding: 0;
}

.xs-pt-20 {
    padding-top: 20px;
}

.xs-pt-50 {
    padding-top: 50px;
}

.xs-mt-30 {
    margin-top: 30px;
}

.color-black {
    color: #000000;
}

.color-white {
    color: #FFFFFF;
}

.color-primary {
    color: #538a0b;
}

.color-secondary {
    color: #65a314;
}

.color-yellow {
    color: #fed700;
}

.color-red {
    color: #d31242;
}

.color-semi-black {
    color: #333e48;
}

/* padding right */
.xs-pr-90 {
    padding-right: 90px;
}

.bg-black {
    background-color: #000000;
}

.bg-white {
    background-color: #FFFFFF;
}

.bg-xs-primary {
    background-color: #538a0b;
}

.bg-xs-secondary {
    background-color: #65a314;
}

.bg-gray {
    background-color: #f9f9f9;
}

.bg-yellow {
    background-color: #fed700;
}

.bg-red {
    background-color: #d31242;
}

.bg-semi-black {
    background-color: #333e48;
}

.bg-teal {
    background-color: #15c1d7;
}

.bg-chocolate {
    background-color: #8c6e63;
}

.bg-navyBlue {
    background-color: #0059a7;
}

.bg-blue {
    background-color: #5c6dbd;
}

.bg-green {
    background-color: #009893;
}

.xs-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .5;
    z-index: 0;
}

.parallax-window {
    background-attachment: fixed;
}

/* Lead paragraph */
.lead {
    font-size: 1.14286em;
    font-weight: 400;
}

/* button wraper margin */
.xs-btn-wraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.xs-btn-wraper .btn,
.xs-btn-wraper a {
    margin-right: 20px;
}

.xs-btn-wraper .btn:last-child,
.xs-btn-wraper a:last-child {
    margin-right: 0;
}

/* remove from control focus box shadow */
.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* five column in one */
.col-md-5-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
}

/* xs gradient */
.xs-gradient {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f1fde7), color-stop(75%, #e7fef0), to(#dcfff9));
    background-image: linear-gradient(to top, #f1fde7 0%, #e7fef0 75%, #dcfff9 100%);
}

/* water mark title */
.xs-watermark-text {
    display: block;
    position: absolute;
    font-size: 11.42857em;
    color: #0869d5;
    font-weight: 700;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    pointer-events: none;
}

.xs-watermark-text.large-version {
    font-size: 380px;
    color: #000000;
    text-indent: -65px;
}

.block-map {
    /*background: url(../images/map.jpg) center no-repeat;*/
    height: 586px;
    display: inline-block;
    clear: both;
    width: 100%;
    position: relative;
}

.block-map:before {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    content: '';
    background: none;
}

#calc {
    padding: 20px;
    background: #edf5e4;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-bottom: 20px;
    clear: both;
    position: relative;
    display: block;
}

#calc select {
    width: 100%;
    padding: 5px 7px;
    font-size: 16px;
    border: solid 1px #d6d4d3;
    border-radius: 3px;
}

#calc input {
    padding: 5px 7px;
    font-size: 16px;
    text-align: right;
    border: solid 1px #d6d4d3;
    border-radius: 3px;
    width: 100%;
}

#calc label {
    display: block;
    font-size: 13px;
    color: #666;
    margin-bottom: 4px;
}

#calc textarea {
    width: 100%;
    padding: 5px 7px;
    font-size: 16px;
    font-family: verdana;
    border: solid 1px #d6d4d3;
    border-radius: 3px;
}

.header-bar {
    padding: 0 15px;
    color: #fff;
}

.header-bar .hb-phone {
    padding-right: 30px;
    font-size: 14px;
}

.header-bar .hb-address {

}

.page-title {
    line-height: 16px;
}

.page-body {

}

.page-area {
overflow: hidden;
}

.post-meta {
    display: block;
    position: relative;
    clear: both;
    padding-top: 10px;
}

.post-image-block {
    display: block;
    float: left;
    position: relative;
    width: 30%;
    margin-right: 20px;
}

@media (max-width: 768px) {
    .post-image-block {
        width: 100%;
        margin-right: 0;
    }
}

.backlink-container {
    padding-top: 30px;
    text-align: right;
}

.backlink-container .go-back-link.btn {
    padding: 4px 6px;
    min-height: 20px;
    height: 30px;
    line-height: 24px;
}

.claerfix {

}

.claerfix:after, .claerfix:before {
    display: block;
    position: relative;
    clear: both;
}

.text-ul {
    display: inline-block;
}

.text-ul li {
    margin-left: 20px;
    margin-bottom: 15px;
    display: list-item;
    list-style-type: disc;
}


.video-section {
    position: relative;
    text-align: center;
	max-height:0px;
    opacity: 0;
    width: 100%;
    transition: all 1s linear;
    border: 1px solid #efefef;
	padding: 10px;
	background:#fff;
}

.video-section.playvideo {
    max-height:1000px;
    opacity: 1;
}

@media (max-width: 768px) {
    .video-section {
        display: none;
    }
}


.video-section .overground #main_video_player {
    display: block;
    position: relative;
    width: 100%;
}




