.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

ul,
ol {
    padding: 0;
    margin-left: 20px;
}
._btn {
    border-style: solid;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 16px;
    padding-right: 16px;
    transition: all 0.5s ease;
    user-select: none;
    appearance: none;
    display: inline-block;
    zoom: 1;
    -ms-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 1px;
    width: auto;
    border-radius: 0;
    font-family: "Roboto", sans-serif;
    color: #fff;
    border-color: #000;
    background-color: #000;
}

.social-caption > a {
    display: inline-block;
    zoom: 1;
    margin: 3px 1.5px;
    background-color: #88898b;
    padding: 5px;
    text-align: center;
    transition: all 500ms ease;
}
.social-caption > a.facebook {
    background-color: #236cbe;
}

.social-caption > a.twitter {
    background-color: #1da1f3;
}

.social-caption > a.instagram {
    background-color: #517ea3;
}

.social-caption > a.youtube {
    background-color: #ff0000;
}

.social-caption > a .cs-icon {
    font-size: 20px;
    color: #fff;
}

body .m_cart-group .cart-info .cart-content > .empty {
    padding: 20px;
    line-height: 3em;
    color: dimgrey;
}
._btn[disabled] {
    cursor: default;
    opacity: 0.5;
    color: #fff;
    border-color: #000;
    background-color: #000;
}
._btn[disabled] * {
    color: currentcolor;
}
._btn.active,
._btn:active {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
._btn:focus {
    outline: 0 !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
._btn .fa,
._btn span {
    color: currentColor;
}
._btn * {
    color: currentcolor;
}
._btn:hover {
    color: #000;
    border-color: #000;
    background-color: rgba(0, 0, 0, 0);
}
._btn:hover * {
    color: currentcolor;
}
.btn_small {
    font-size: 12px;
    border-width: 1px;
    height: 35px;
    line-height: 33px;
    padding: 0 15px;
    font-weight: 700;
    letter-spacing: 0.05em;
}
.btn_icon {
    position: relative;
}
.btn_icon .cs-icon {
    margin-right: 5px;
}
.btn_icon.btn_small {
    padding-left: 36px;
}
.btn_icon.btn_small .cs-icon {
    margin-right: 0;
    position: absolute;
    top: 50%;
    font-size: 14px;
    left: 16px;
    margin-top: -7.5px;
}
.btn_icon.btn_small .icon-menu {
    font-size: 11px;
    margin-top: -5.5px;
}

body {
    font-family: "Roboto", sans-serif;
    color: #000;
    font-size: 14px;
}
body input,
body select {
    font-size: 14px;
    color: #88898b;
    border: 1px solid #83b735;
    background-color: #fff;
    line-height: 1.5;
    max-width: 100%;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
body input:focus,
body select:focus {
    border-color: #c8cccf;
}
body input:focus::-webkit-input-placeholder,
body select:focus::-webkit-input-placeholder {
    color: transparent;
}
body input:focus::-moz-placeholder,
body select:focus::-moz-placeholder {
    color: transparent;
}
body input:focus:-ms-input-placeholder,
body select:focus:-ms-input-placeholder {
    color: transparent;
}
body input:focus::-ms-input-placeholder,
body select:focus::-ms-input-placeholder {
    color: transparent;
}
body input[disabled],
body select[disabled] {
    cursor: default;
    background-color: #f4f4f4;
    border-color: #f4f4f4;
}

body input[type="email"],
body input[type="number"],
body input[type="password"],
body input[type="search"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
body ::-webkit-input-placeholder {
    color: #88898b;
}
body ::-moz-placeholder {
    color: #88898b;
}
body :-ms-input-placeholder {
    color: #88898b;
}
body ::-ms-input-placeholder {
    color: #88898b;
}
a {
    color: #88898b;
}
a:focus,
a:hover {
    color: #88898b;
    text-decoration: none;
    outline: 0;
}
.dropdown-menu {
    font-size: 14px;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0;
}
input {
    padding: 5px 15px;
}
@media (max-width: 1199px) {
    .row {
        margin-left: 0;
        margin-right: 0;
    }
}
#loader-div,
.wishlist-loading {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    text-align: center;
    background-color: #fff;
    opacity: 0.7;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
#loader-div i,
.wishlist-loading i {
    color: #000;
    margin-top: 50vh;
}
.ajax-cart-loading,
.loading {
    text-align: center;
    height: 100%;
}
.ajax-cart-loading .fa,
.loading .fa {
    margin-top: 30%;
    color: #000;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@-moz-keyframes shine {
    100% {
        left: 125%;
    }
}
@-ms-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
@-webkit-keyframes round2 {
    0%,
    100%,
    25% {
        opacity: 1;
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        opacity: 0;
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    75% {
        opacity: 0;
        -ms-transform: translateX(50%);
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }
}
@-moz-keyframes round2 {
    0%,
    100%,
    25% {
        opacity: 1;
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        opacity: 0;
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    75% {
        opacity: 0;
        -ms-transform: translateX(50%);
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }
}
@-ms-keyframes round2 {
    0%,
    100%,
    25% {
        opacity: 1;
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        opacity: 0;
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    75% {
        opacity: 0;
        -ms-transform: translateX(50%);
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }
}
@keyframes round2 {
    0%,
    100%,
    25% {
        opacity: 1;
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        opacity: 0;
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    75% {
        opacity: 0;
        -ms-transform: translateX(50%);
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }
}
@-webkit-keyframes round3 {
    0%,
    75% {
        opacity: 1;
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    25% {
        opacity: 0;
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    50% {
        opacity: 0;
        -ms-transform: translateX(50%);
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }
}
@-moz-keyframes round3 {
    0%,
    75% {
        opacity: 1;
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    25% {
        opacity: 0;
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    50% {
        opacity: 0;
        -ms-transform: translateX(50%);
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }
}
@-ms-keyframes round3 {
    0%,
    75% {
        opacity: 1;
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    25% {
        opacity: 0;
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    50% {
        opacity: 0;
        -ms-transform: translateX(50%);
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }
}
@keyframes round3 {
    0%,
    75% {
        opacity: 1;
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    25% {
        opacity: 0;
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    50% {
        opacity: 0;
        -ms-transform: translateX(50%);
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }
}
@-webkit-keyframes menumove {
    from {
        -ms-transform: translateX(-20px);
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
        opacity: 0;
    }
    fo {
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}
@-moz-keyframes menumove {
    from {
        -ms-transform: translateX(-20px);
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
        opacity: 0;
    }
    fo {
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}
@-ms-keyframes menumove {
    from {
        -ms-transform: translateX(-20px);
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
        opacity: 0;
    }
    fo {
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes menumove {
    from {
        -ms-transform: translateX(-20px);
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
        opacity: 0;
    }
    fo {
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}
.col-5 {
    width: 20%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}
.sub-dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 35px;
}
.navigation-links-left {
    background-color: #fff;
    width: 100%;
    margin: 0;
    padding: 8px 5px 0 8px;
}
.navigation-links-left > li {
    list-style: none;
    padding: 4.3px 0;
}
.navigation-links-left > li > a {
    padding-left: 22px;
    position: relative;
}
.navigation-links-left > li > a img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 22px;
}
.navigation-links-left > li > a span {
    color: #121212;
    font-size: 14px;
    margin-left: 10px;
}
.navigation-links-left > li > a:hover span {
    text-decoration: underline;
}
.navigation-links-left > li > a:hover * {
    color: #000;
}
@media only screen and (max-width: 991px) {
    .navigation-links-left {
        padding-left: 0;
    }
}
.navigation-links-left .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
    margin: 0;
    padding: 10px 15px;
    margin-left: 5px;
    background-color: #fff;
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.navigation-links-left .dropdown-menu > li {
    padding: 5px 0;
}
.navigation-links-left .dropdown-menu > li > a {
    padding: 0;
    background-color: transparent !important;
    color: #121212;
}
.navigation-links-left .dropdown-menu > li > a:hover {
    color: #000;
}
.navigation-links-left .dropdown-menu > .active > a,
.navigation-links-left .dropdown-menu > .active > a:focus,
.navigation-links-left .dropdown-menu > .active > a:hover {
    color: #000;
}
.navigation-links-left .leftmenu-container.dropdown-menu {
    background-repeat: no-repeat;
    background-position: right bottom;
    width: 540px !important;
}
.navigation-links-left .leftmenu-container.dropdown-menu ul {
    margin: 0;
}
.navigation-links-left .leftmenu-container.dropdown-menu ul li {
    list-style: none;
}
.navigation-links-left .sub-leftmenu-menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    padding-bottom: 50%;
}
.navigation-links-left .sub-leftmenu-menu > li {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}
.navigation-links-left .sub-leftmenu-menu > li .leftmenu-links {
    margin-top: 15px;
    margin-bottom: 15px;
}
.navigation-links-left .sub-leftmenu-menu ul > li {
    padding: 5px 0;
}
.navigation-links-left .sub-leftmenu-menu .list-title {
    color: #121212;
    border-bottom: 1px solid #d2d2d2;
    font-weight: 700;
    padding: 0 0 10px 0;
    margin-bottom: 5px;
}
.navigation-links-left .sub-leftmenu-menu a {
    color: #121212;
}
.navigation-links-left .sub-leftmenu-menu a:hover {
    color: #000;
}
.navigation-links-left .sub-dropdown {
    display: block;
    height: 30px;
    position: absolute;
    left: 100%;
    width: 15px;
    top: 0;
}
.navigation-links-left .dropdown-menu {
    display: block !important;
    visibility: hidden;
}
.navigation-links-left > li:not(:hover):not(:focus) {
    overflow: hidden;
}
.navigation-links-left > li:focus > .dropdown-menu,
.navigation-links-left > li:hover > .dropdown-menu {
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    visibility: visible;
    -moz-animation: menumove 0.3s linear 1;
    -o-animation: menumove 0.3s linear 1;
    -webkit-animation: menumove 0.3s linear 1;
    animation: menumove 0.3s linear 1;
}
.navigation-links-left > li > a {
    display: block;
}
.navigation-links-left > li > a .cs-icon {
    position: absolute;
    top: 50%;
    right: 0;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.m_search .cs-icon {
    color: #333;
    font-weight: 500;
    font-size: 30px;
}
.m_search > .search-dropdown {
    font-size: 0;
    display: inline-block;
    zoom: 1;
    position: relative;
}
.m_search .m_dropdown-search {
    left: 0;
    right: 0;
    border-width: 0;
    padding: 25px 40px;
}
.m_search .m_dropdown-search form.search {
    position: relative;
    height: 50px;
    padding-right: 60px;
    border-radius: 3px;
    border: 1px solid #e3e5e7;
    background-color: #e8e8e8;
}
.m_search .m_dropdown-search form.search .search_box {
    padding: 0 20px;
    width: 100%;
    height: 100%;
    color: #88898b;
    border-width: 0;
    line-height: 48px;
    background-color: transparent;
    font-size: 16px;
}
.m_search .m_dropdown-search form.search .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    margin-top: -1px;
    margin-bottom: -1px;
    width: 50px;
    background-color: #343434;
    border-color: #343434;
    border-radius: 0 3px 3px 0;
}
.m_search .m_dropdown-search form.search .search-submit:focus {
    outline: 0;
}
.m_search .m_dropdown-search form.search .search-submit * {
    font-size: 26px;
    color: #fff;
    line-height: 48px;
}
.m_search .m_dropdown-search ::-webkit-input-placeholder {
    color: #88898b;
    font-size: 16px;
    font-weight: 500;
}
.m_search .m_dropdown-search ::-moz-placeholder {
    color: #88898b;
    font-size: 16px;
    font-weight: 500;
}
.m_search .m_dropdown-search :-ms-input-placeholder {
    color: #88898b;
    font-size: 16px;
    font-weight: 500;
}
.m_search .m_dropdown-search ::-ms-input-placeholder {
    color: #88898b;
    font-size: 16px;
    font-weight: 500;
}
.m_search .m_dropdown-search ::-webkit-input-placeholder {
    color: #1a1a1a;
}
.m_search .m_dropdown-search ::-moz-placeholder {
    color: #1a1a1a;
}
.m_search .m_dropdown-search :-ms-input-placeholder {
    color: #1a1a1a;
}
.m_search .m_dropdown-search ::-ms-input-placeholder {
    color: #1a1a1a;
}
@media only screen and (max-height: 425px) {
    .m_search .m_dropdown-search {
        max-height: 80vh;
        overflow-y: auto;
        overflow-x: hidden;
    }
}
@media only screen and (max-width: 425px) {
    .m_search .m_dropdown-search {
        padding: 15px 20px;
    }
    .m_search .m_dropdown-search ::-webkit-input-placeholder {
        font-size: 12px !important;
    }
    .m_search .m_dropdown-search ::-moz-placeholder {
        font-size: 12px !important;
    }
    .m_search .m_dropdown-search :-ms-input-placeholder {
        font-size: 12px !important;
    }
    .m_search .m_dropdown-search ::-ms-input-placeholder {
        font-size: 12px !important;
    }
    .m_search .m_dropdown-search form.search {
        height: 30px !important;
        padding-right: 40px !important;
    }
    .m_search .m_dropdown-search form.search .search_box {
        font-size: 12px !important;
        padding: 0 15px !important;
        line-height: 28px !important;
    }
    .m_search .m_dropdown-search form.search .search-submit {
        width: 30px !important;
    }
    .m_search .m_dropdown-search form.search .search-submit * {
        font-size: 12px !important;
        line-height: 28px !important;
    }
}
@media only screen and (max-width: 991px) {
    .m_search {
        position: static !important;
    }
    .m_search .m_dropdown-search {
        left: 0;
        margin-top: 0;
        -moz-box-shadow: inset -1px 1px 5px 0 rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: inset -1px 1px 5px 0 rgba(0, 0, 0, 0.1);
        box-shadow: inset -1px 1px 5px 0 rgba(0, 0, 0, 0.1);
        padding-left: 20px;
        padding-right: 20px;
    }
    .m_search .m_dropdown-search form.search {
        position: relative;
        height: 50px;
        padding-right: 60px;
        border-radius: 3px;
        border: 1px solid #e3e5e7;
        background-color: #e8e8e8;
    }
    .m_search .m_dropdown-search form.search .search_box {
        padding: 0 20px;
        width: 100%;
        height: 100%;
        color: #88898b;
        border-width: 0;
        line-height: 48px;
        background-color: transparent;
        font-size: 16px;
    }
    .m_search .m_dropdown-search form.search .search-submit {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        padding: 0;
        margin-top: -1px;
        margin-bottom: -1px;
        width: 50px;
        background-color: #343434;
        border-color: #343434;
        border-radius: 0 3px 3px 0;
    }
    .m_search .m_dropdown-search form.search .search-submit:focus {
        outline: 0;
    }
    .m_search .m_dropdown-search form.search .search-submit * {
        font-size: 26px;
        color: #fff;
        line-height: 48px;
    }
    .m_search .m_dropdown-search ::-webkit-input-placeholder {
        color: #88898b;
        font-size: 16px;
        font-weight: 500;
    }
    .m_search .m_dropdown-search ::-moz-placeholder {
        color: #88898b;
        font-size: 16px;
        font-weight: 500;
    }
    .m_search .m_dropdown-search :-ms-input-placeholder {
        color: #88898b;
        font-size: 16px;
        font-weight: 500;
    }
    .m_search .m_dropdown-search ::-ms-input-placeholder {
        color: #88898b;
        font-size: 16px;
        font-weight: 500;
    }
}
@media only screen and (min-width: 426px) {
    .m_search:hover .cs-icon {
        color: #000;
    }
}
.product {
    margin-bottom: 35px;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    border-style: solid;
    border-width: 0;
    border-color: #e3e5e7;
    text-align: center;
    background-color: #fff;
}
.product .rating-star {
    margin-bottom: 15px;
}
.product .product-price {
    background-color: transparent;
}
.product .product-price .price,
.product .product-price .price_compare {
    font-family: "Roboto", sans-serif;
}
.product .product-price .price {
    color: #212121;
    font-size: 16px;
    font-weight: 800;
}
.product .product-price .price_compare {
    color: #696969;
    margin-left: 5px;
    font-size: 14px;
    font-weight: 500;
    vertical-align: top;
}
.product .product-title {
    margin-bottom: 15px;
    margin-top: 7.5px;
}
.product .product-title a {
    display: inline-block;
    zoom: 1;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    line-height: 1.5em;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    color: #161616;
    font-family: "Roboto", sans-serif;
}
.product .product-title a:focus,
.product .product-title a:hover {
    color: #000;
}
.product .product-wishlist {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    text-align: center;
}
.product .product-wishlist a {
    line-height: 20px;
    display: block;
    cursor: pointer;
}
.product .product-wishlist a .cs-icon {
    font-size: 0;
}
.product .product-wishlist a .cs-icon:before {
    font-size: 20px;
    color: #88898b;
}
.product .product-wishlist a:focus .cs-icon:before,
.product .product-wishlist a:hover .cs-icon:before {
    color: #000;
}
@media only screen and (max-width: 540px) {
    .product .product-wishlist {
        right: 10px;
        top: 10px;
    }
}
@media only screen and (max-width: 425px) {
    .product .product-wishlist {
        right: 5px;
        top: 5px;
    }
    .product .product-wishlist a .cs-icon:before {
        font-size: 16px;
    }
}
.product .hover-mask {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 30px;
    text-align: center;
}
@media only screen and (max-width: 425px) {
    .product .hover-mask {
        bottom: 15px;
    }
}
.product .row-right {
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-align: center;
    padding-top: 30px;
}
.product .row-left {
    overflow: hidden;
    font-size: 0;
    position: relative;
    text-align: center;
}
.product .row-left > a {
    display: inline-block;
    zoom: 1;
    font-size: 0;
    text-align: center;
    position: relative;
}
.product .row-left > a img.rotation {
    position: absolute;
    top: 0;
    left: 0;
}
.product .quickview-wishlist-wrapper {
    margin: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    width: auto !important;
    list-style: none;
    text-align: center;
}
.product .quickview-wishlist-wrapper li {
    list-style: none;
    margin-left: 10px;
}
.product .compare a,
.product .effect-ajax-cart ._btn,
.product .quickview a {
    border-style: solid;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 16px;
    padding-right: 16px;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    zoom: 1;
    font-smooth: always;
    -ms-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    border-color: #000;
    background-color: #000;
    border-width: 1px;
    height: 40px;
    line-height: 38px;
    width: 40px;
    font-weight: 500;
    padding: 0;
    border-radius: 50%;
    margin-top: -20px;
    cursor: pointer;
}
.product .compare a[disabled],
.product .effect-ajax-cart ._btn[disabled],
.product .quickview a[disabled] {
    cursor: default;
    opacity: 0.5;
    color: #fff;
    border-color: #000;
    background-color: #000;
}
.product .compare a[disabled] *,
.product .effect-ajax-cart ._btn[disabled] *,
.product .quickview a[disabled] * {
    color: currentcolor;
}
.product .compare a.active,
.product .compare a:active,
.product .effect-ajax-cart ._btn.active,
.product .effect-ajax-cart ._btn:active,
.product .quickview a.active,
.product .quickview a:active {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.product .compare a:focus,
.product .effect-ajax-cart ._btn:focus,
.product .quickview a:focus {
    outline: 0 !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.product .compare a .fa,
.product .compare a span,
.product .effect-ajax-cart ._btn .fa,
.product .effect-ajax-cart ._btn span,
.product .quickview a .fa,
.product .quickview a span {
    color: currentColor;
}
.product .compare a *,
.product .effect-ajax-cart ._btn *,
.product .quickview a * {
    color: currentcolor;
}
.product .compare a .cs-icon,
.product .effect-ajax-cart ._btn .cs-icon,
.product .quickview a .cs-icon {
    line-height: 38px;
    font-size: 20px;
}
@media only screen and (max-width: 425px) {
    .product .compare a,
    .product .effect-ajax-cart ._btn,
    .product .quickview a {
        border-width: 1px;
        height: 30px;
        line-height: 28px;
        width: 30px;
    }
    .product .compare a .cs-icon,
    .product .effect-ajax-cart ._btn .cs-icon,
    .product .quickview a .cs-icon {
        line-height: 28px;
        font-size: 18px;
    }
}
.product .effect-ajax-cart ._btn {
    color: #fff;
    border-color: #000;
    background-color: #000;
}
.product .effect-ajax-cart ._btn * {
    color: currentcolor;
}
.product .compare a:focus,
.product .compare a:hover,
.product .effect-ajax-cart ._btn:focus,
.product .effect-ajax-cart ._btn:hover,
.product .quickview a:focus,
.product .quickview a:hover {
    color: #000;
    border-color: #000;
    background-color: rgba(0, 0, 0, 0);
}
.product .compare a:focus *,
.product .compare a:hover *,
.product .effect-ajax-cart ._btn:focus *,
.product .effect-ajax-cart ._btn:hover *,
.product .quickview a:focus *,
.product .quickview a:hover * {
    color: currentcolor;
}
@media only screen and (min-width: 768px) {
    .product .compare,
    .product .effect-ajax-cart,
    .product .quickview,
    .product .row-left > a img.rotation {
        opacity: 0;
        -ms-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .product .effect-ajax-cart {
        -ms-transform: translateY(5px);
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    .product .quickview {
        -ms-transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    .product .compare {
        -ms-transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    .product .product-wishlist {
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        -ms-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .product:focus .row-left > a img.rotation,
    .product:hover .row-left > a img.rotation {
        -ms-transition-duration: 1s;
        -webkit-transition-duration: 1s;
        transition-duration: 1s;
        opacity: 1;
    }
    .product:focus .compare,
    .product:focus .effect-ajax-cart,
    .product:focus .quickview,
    .product:hover .compare,
    .product:hover .effect-ajax-cart,
    .product:hover .quickview {
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    .product:focus .product-wishlist,
    .product:hover .product-wishlist {
        -ms-transform: translate(-5px, 5px);
        -webkit-transform: translate(-5px, 5px);
        transform: translate(-5px, 5px);
    }
}
@media only screen and (max-width: 767px) {
    .product .row-left > a img:nth-child(2) {
        display: none;
    }
}
.home_product .compare a,
.home_product .effect-ajax-cart ._btn,
.home_product .quickview a {
    margin-top: 0;
    background-color: transparent;
    border-width: 0;
    width: auto;
    height: auto;
    color: #121212;
    line-height: 1em;
}
.home_product .compare a .cs-icon,
.home_product .effect-ajax-cart ._btn .cs-icon,
.home_product .quickview a .cs-icon {
    line-height: 1em;
}
.home_product .compare a:focus,
.home_product .compare a:hover,
.home_product .effect-ajax-cart ._btn:focus,
.home_product .effect-ajax-cart ._btn:hover,
.home_product .quickview a:focus,
.home_product .quickview a:hover {
    color: #000;
}
.home_product .hover-mask {
    margin-top: 0;
    position: static;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
}
.home_product .quickview-wishlist-wrapper > li {
    padding-bottom: 0 !important;
}
@-webkit-keyframes fadeInUp-affix {
    0% {
        opacity: 1;
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -ms-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}
body .sub-dropdown {
    height: 30px;
}
body header {
    color: #333;
    background-color: #fff;
    position: relative;
    z-index: 42;
    width: 100%;
    -moz-box-shadow: 1px 1px 1px -1px #ccc8cc;
    -webkit-box-shadow: 1px 1px 1px -1px #ccc8cc;
    box-shadow: 1px 1px 1px -1px #ccc8cc;
}
body header::after {
    content: "";
    display: table;
    clear: both;
}
body header ul {
    margin: 0;
}
body header ul li {
    list-style: none;
}
body .heading-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
body .heading-content .page-title {
    color: #121212;
    font-size: 80px;
    font-weight: 500;
}
body .heading-content .page-title * {
    color: #121212;
}
body .top-header {
    /*border-bottom: 1px solid #e7e8eb;*/
    background: #1b6d29;
}
body .top-header * {
    color: #fff;
}
body .top-header a:hover {
    color: #fff;
}
body .top-header ul.top-menu {
    text-align: right;
}
body .top-header ul.top-menu > li {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid #e7e8eb;
    display: inline-block;
    zoom: 1;
}
body .top-header ul.top-menu > li > span {
    display: inline-block;
    zoom: 1;
}
body .top-header ul.top-menu > li:last-child {
    padding-right: 0;
    border-right: 0;
}
body .top-header ul.top-menu > li.login-account {
    padding-right: 0;
    position: relative;
}
body .top-header ul.top-menu > li.log-out,
body .top-header ul.top-menu > li.login-account {
    border-width: 0;
    padding-left: 0;
}
body .top-header ul.top-menu > li.log-out a,
body .top-header ul.top-menu > li.login-account a {
    color: #fff;
}
body .top-header ul.top-menu #loginBox {
    padding: 20px;
    border: 1px solid #e7e8eb;
    min-width: 250px;
    margin: 0;
    margin-top: 1px;
}
body .top-header ul.top-menu #loginBox #bodyBox ul > li {
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
}
body .top-header ul.top-menu #loginBox #bodyBox .btn {
    margin: 0 auto;
    float: none;
    display: block;
    padding-left: 30px;
    padding-right: 30px;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
body .top-header ul.top-menu #loginBox #bodyBox .btn:focus {
    outline: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
body .top-header ul.top-menu #loginBox #bodyBox .btn:hover {
    background-color: #000;
    color: #fff;
}
body .top-header .currency_group {
    position: relative;
}
body .top-header .currency_group ul.currencies {
    min-width: 90px;
    text-align: center;
    font-size: 13px;
    border-radius: 0;
    left: auto;
    right: 0;
    margin-top: 5px;
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
}
body .top-header .currency_group ul.currencies > li {
    display: block;
    margin: 0 !important;
}
body .top-header .currency_group ul.currencies > li a {
    font-size: 14px;
    color: #88898b;
    font-weight: 500;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
body .top-header .currency_group ul.currencies > li.active a,
body .top-header .currency_group ul.currencies > li:focus a,
body .top-header .currency_group ul.currencies > li:hover a {
    color: #000;
    background-color: transparent;
}
@media only screen and (max-width: 767px) {
    body .top-header .currency_code.visible-xs {
        display: inline-block !important;
        zoom: 1;
    }
    body .top-header ul.top-menu {
        padding: 5px 0;
    }
    body .top-header ul.top-menu > li {
        padding: 0 5px;
        margin: 5px 0;
    }
}
@media only screen and (max-width: 540px) {
    body .top-header {
        font-size: 12px;
    }
}

body .info-header {
    position: fixed;
    /*right: 0;*/
    /*top: 126px;*/
    top: 120px;
    left: 0;
    bottom: 0;
    visibility: hidden;
    width: 260px;
    height: calc(100% - 50px);
    box-shadow: 0px 6px 6px 0px;
}
body .affix .info-header{
    /*top: 90px;*/
}

body .info-header .info-header-wrapper {
    position: relative;
    z-index: 22;
    background-color: #fff;
    height: 100vh;
    width: 420px;
    max-width: 100%;
    float: left;
    /*padding: 60px;*/
    overflow-y: auto;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    padding: 0;
}
body .info-header .info-header-wrapper .close-info {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    text-align: center;
    height: 60px;
    width: 60px;
    line-height: 60px;
}
body .info-header .info-header-wrapper .close-info .cs-icon {
    font-size: 20px;
}
body .info-header .info-header-wrapper .close-info:focus .cs-icon,
body .info-header .info-header-wrapper .close-info:hover .cs-icon {
    color: #000;
}
@media only screen and (max-width: 540px) {
    body .info-header .info-header-wrapper {
        /*padding-left: 30px;*/
        /*padding-right: 30px;*/
    }
    body .info-header .info-header-wrapper .close-info {
        top: 10px;
        right: 10px;
    }
}
body .info-header.active {
    visibility: visible;
}
body .info-header.active .info-header-wrapper {
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}
body .info-header.active:before {
    /*content: "";*/
    /*position: fixed;*/
    /*top: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*background: rgba(0, 0, 0, 0.5);*/
}
body .info-header .header-title {
    font-size: 18px;
    font-weight: 900;
    text-transform: capitalize;
    color: #121212;
    margin-bottom: 15px;
}
body .info-header ul.accounts-content {
    margin-bottom: 100px;
}
body .info-header ul.accounts-content > li {
    margin-bottom: 25px;
}
body .info-header ul.accounts-content > li a {
    text-transform: uppercase;
    font-size: 24px;
    color: #88898b;
    border-style: solid;
    border-width: 0;
    border-bottom-width: 2px;
    border-color: transparent;
    font-weight: 500;
}
body .info-header ul.accounts-content > li:focus a,
body .info-header ul.accounts-content > li:hover a {
    color: #121212;
    border-color: #121212;
}
body .info-header ul.currencies {
    display: none !important;
    text-align: left;
    font-size: 13px;
    border-radius: 0;
    margin-bottom: 100px;
}
body .info-header ul.currencies > li {
    display: inline-block;
    zoom: 1;
    margin-right: 30px;
}
body .info-header ul.currencies > li a {
    font-size: 14px;
    color: #88898b;
    font-weight: 700;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
body .info-header ul.currencies > li.active a,
body .info-header ul.currencies > li:focus a,
body .info-header ul.currencies > li:hover a {
    color: #121212;
}
body .info-header .info-contact {
    margin-bottom: 65px;
}
body .info-header .info-contact address {
    margin-bottom: 0;
}
body .info-header .info-contact .contact-content * {
    color: #1a1a1a;
}
body .info-header .info-contact .contact-content .item {
    margin-bottom: 10px;
}
body .info-header .info-contact .contact-content .item span {
    float: left;
    margin-right: 5px;
}
body .main-header .main-header-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}
body .main-header .nav-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 25%;
}
body .main-header .nav-logo {
    max-width: 163px;
}
body .main-header .nav-logo a {
    display: block;
}
body .main-header .nav-logo img{
    height: 50px;
}
body .main-header .nav-icon {
    width: 75%;
}
body .nav-icon {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 30px;
}
body .nav-icon .cs-icon {
    color: #83b735;
    font-size: 24px;
    -moz-text-shadow: 1px 0 0 #fff;
    -webkit-text-shadow: 1px 0 0 #fff;
    text-shadow: 1px 0 0 #fff;
}
body .nav-icon .cs-icon.icon-shopping-cart {
    font-size: 30px;
}
body .nav-icon .cs-icon.icon-search {
    font-size: 28px;
}
body .nav-icon > div {
    display: inline-block;
    zoom: 1;
    position: relative;
}
.nav-stacked>li.active,.nav-stacked>li.active .level2 .level2link{background:0 0;color:#454545;font-weight:700}
@media only screen and (min-width: 992px) {
    body .nav-icon > div:not(:first-child) {
        padding-left: 20px;
    }
}
body .nav-icon .phone-area .phone-group {
    padding-left: 50px;
    position: relative;
}
body .nav-icon .phone-area .phone-group .icon-phone {
    display: inline-block;
    zoom: 1;
    position: absolute;
    bottom: -9px;
    left: 23px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
body .nav-icon .phone-area .phone-group .icon-phone .cs-icon:before {
    color: #83b735;
    font-size: 23px;
}
body .nav-icon .phone-area .phone-group .phone-caption a {
    color: #83b735;
    font-weight: 700;
    font-size: 16px;
}
.logo-area img {
    width: 160px;
}
body .nav-icon .m_search {
    position: relative;
    width: 63%;
    /*border: 2px solid black;*/
}
input:focus{
    outline: none;
}
body .nav-icon .m_search .search {
    position: relative;
    padding-right: 0px;
    width: 100%;
}
body .nav-icon .m_search .search .collections-selector {
    position: absolute;
    top: 0;
    right: 50px;
    width: 170px;
    height: 100%;
    border-left: 1px solid #83b735;
}
body .nav-icon .m_search .search .collections-selector * {
    height: 100%;
    width: 100%;
}
body .nav-icon .m_search .search .collections-selector select {
    padding-left: 10px;
    padding-right: 10px;
    color: #333;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-left-width: 0;
}
body .nav-icon .m_search .search .collections-selector select:focus{
    border-radius: 0;
    border-color: #83b735 !important;
}
body .nav-icon .m_search .search .collections-selector:before {
    content: "\e911";
    position: absolute;
    top: 50%;
    right: 10px;
    font-size: 18px;
    font-family: cs-icon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
body .nav-icon .m_search .search .search_submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    border: 1px solid #83b735;
    border-width: 1px;
    border-style: solid;
    background-color: #83b735;
}
body .nav-icon .m_search .search .search_submit .cs-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    margin-top: 2px;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    text-shadow: none;
}
body .nav-icon .m_search .search .search_box {
    width: 100%;
    color: #333;
    padding: 10px 20px;
}
body .nav-icon .m_search .search .search_box::-webkit-input-placeholder {
    color: #333;
}
body .nav-icon .m_search .search .search_box::-moz-placeholder {
    color: #333;
}
body .nav-icon .m_search .search .search_box:-ms-input-placeholder {
    color: #333;
}
body .nav-icon .m_search .search .search_box::-ms-input-placeholder {
    color: #333;
}
@media only screen and (max-width: 1199px) {
    body .nav-icon .m_search {
        width: 60%;
    }
}
@media only screen and (max-width: 991px) {
    body .nav-icon .m_search {
        width: auto;
    }
}
body .m_cart-group .sub-dropdown {
    margin-top: -30px;
}
body .m_cart-group .num-items-in-cart {
    position: relative;
}
body .m_cart-group .num-items-in-cart .cs-icon:before {
    font-size: 50px;
}
body .navigation-header .number{
    position: absolute !important;
    top: 20% !important;
    left: 28% !important;
}
body .m_cart-group .cart_text .number {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 20px;
    color: #000;
    transform: translate(-50%, -50%);
    margin-top: 5px;
    font-weight: 600;
}
body .m_cart-group .cart-info .cart-content > .empty {
    padding: 20px;
    line-height: 3em;
    color: dimgrey;
}
body .m_cart-group .cart-info {
    color: #696969;
    border-radius: 0;
    margin: 0;
    margin-top: 0;
    padding: 0;
    right: 0;
    left: auto;
    top: 100%;
    border-width: 0;
    min-width: 0;
    /*width: 320px;*/
    width: 450px;
    max-height: 70vh;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: transparent;
    box-shadow: -0.5px 1px 5px 0 rgba(0, 0, 0, 0.2);
}

body .m_cart-group .cart-info .cart-content .subtotal {
    position: relative;
    padding: 10px 0px;
    border-bottom: 1px solid #efefef;
}

body .m_cart-group .cart-info .cart-content .action {
    padding: 20px 0px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: auto;
    margin-left: -3%;
    margin-right: -3%;
}
body .m_cart-group .cart-info::-webkit-scrollbar {
    display: none;
}
body .m_cart-group .cart-info .cart-content {
    background-color: #fff;
    padding: 0 20px;
}
body .m_cart-group .cart-info .cart-content .cart-close .cs-icon {
    position: absolute;
    top: 20px;
    right: 0;
    font-size: 12px !important;
}
body .m_cart-group .cart-info .cart-content .cart-close .cs-icon:before {
    color: #ababab;
    font-weight: 700;
}
body .m_cart-group .cart-info .cart-content .cart-close .cs-icon:hover:before {
    color: #000;
}
body .m_cart-group .cart-info .cart-content ._btn {
    border-width: 1px;
    height: 40px;
    line-height: 38px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border-color: #000;
    background-color: #000;
    font-size: 12px;
    border-width: 1px;
    height: 40px;
    line-height: 38px;
    padding: 0 16px;
    font-weight: 700;
}

body .m_cart-group .cart-info .cart-content > .empty ._btn {
    display: inline-block;
    zoom: 1;
    display: block !important;
    font-style: normal;
    padding-left: 20px;
    padding-right: 20px;
}

body .m_cart-group .cart-info .cart-content {
    background-color: #fff;
    padding: 0 20px;
}

body .m_cart-group .cart-info .cart-content ._btn * {
    color: currentcolor;
}
body .m_cart-group .cart-info .cart-content ._btn:hover {
    color: #000;
    border-color: #000;
    background-color: rgba(0, 0, 0, 0);
}
body .m_cart-group .cart-info .cart-content ._btn:hover * {
    color: currentcolor;
}
body .m_cart-group .cart-info .cart-content > .empty {
    padding: 20px;
    line-height: 3em;
    color: #696969;
}
body .m_cart-group .cart-info .cart-content > .empty ._btn {
    display: inline-block;
    zoom: 1;
    display: block !important;
    font-style: normal;
    padding-left: 20px;
    padding-right: 20px;
}
body .m_cart-group .cart-info .cart-content > .items .group_cart_item {
    padding: 20px 20px 20px 0;
    margin: 0;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
}
body
    .m_cart-group
    .cart-info
    .cart-content
    > .items
    .group_cart_item
    + .group_cart_item {
    border-top: 1px solid #e3e5e7;
}
body .m_cart-group .cart-info .cart-content > .items .cart-left {
    padding-left: 0;
    padding-right: 0;
    width: 28%;
}
body .m_cart-group .cart-info .cart-content > .items .cart-left .cart-image {
    display: block;
}
body
    .m_cart-group
    .cart-info
    .cart-content
    > .items
    .cart-left
    .cart-image
    img {
    max-width: 100%;
}
body .m_cart-group .cart-info .cart-content > .items .cart-right {
    width: 72%;
    padding-right: 0;
    padding-left: 15px;
}
body .m_cart-group .cart-info .cart-content > .items .cart-right .cart-title {
    line-height: 1.5em;
    margin-bottom: 10px;
}
body .m_cart-group .cart-info .cart-content > .items .cart-right .cart-title a {
    font-size: 16px;
    text-transform: capitalize;
    color: #696969;
    display: block;
    font-weight: 500;
}
@media (min-width: 1200px) {
    body
        .m_cart-group
        .cart-info
        .cart-content
        > .items
        .cart-right
        .cart-title
        a:hover {
        text-decoration: underline;
    }
}
body .m_cart-group .cart-info .cart-content > .items .cart-right .cart-price {
    color: #ababab;
    line-height: 1em;
    margin-bottom: 10px;
}
body
    .m_cart-group
    .cart-info
    .cart-content
    > .items
    .cart-right
    .cart-price
    .money {
    font-size: 14px;
    color: #ababab;
}
body .m_cart-group .cart-info .cart-content .action {
    padding: 20px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    width: auto;
    font-family: "Roboto", sans-serif;
    margin-left: -3%;
    margin-right: -3%;
}
body .m_cart-group .cart-info .cart-content .action ._btn {
    color: #fff;
    border-color: #000;
    background-color: #000;
    font-size: 12px;
    border-width: 1px;
    height: 40px;
    line-height: 38px;
    padding: 0 16px;
    font-weight: 700;
    display: block !important;
    padding-left: 15px;
    padding-right: 15px;
    width: 44%;
    margin: 0 3%;
    font-size: 12px;
}
body .m_cart-group .cart-info .cart-content .action ._btn * {
    color: currentcolor;
}
body .m_cart-group .cart-info .cart-content .action ._btn:hover {
    color: #000;
    border-color: #000;
    background-color: rgba(0, 0, 0, 0);
}
body .m_cart-group .cart-info .cart-content .action ._btn:hover * {
    color: currentcolor;
}
@media only screen and (max-width: 540px) {
    body .m_cart-group .cart-info {
        max-width: 100%;
    }
    body .m_cart-group .cart-info .action {
        margin: 0 !important;
    }
    body .m_cart-group .cart-info .action ._btn {
        width: 100% !important;
        margin: 5px 0 !important;
    }
}
@media only screen and (max-width: 540px) {
    body .m_cart-group .num-items-in-cart {
        margin-right: 0;
    }
}
body .navigation-header .group-navbtn {
    background-color: #f7f7f7;
    padding-right: 35px;
    padding-left: 10px;
    position: relative;
}
body .navigation-header .group-navbtn > a {
    text-transform: uppercase;
    line-height: 38px;
    height: 38px;
    width: 100%;
    /*color: #808080;*/
    color: #000;
    font-weight: 700;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
}
body .navigation-header .group-navbtn .fa {
    color: #000;
    position: absolute;
    right: 10px;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
body .navigation-header .group-navbtn .dropdown-menu {
    width: 100%;
    box-shadow: 0 6px 11px 0 rgba(0, 0, 0, 0.075);
    margin-top: 0;
}
body .navigation-header .navigation-area {
   display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #f7f7f7;
   
    
    
}
@media only screen and (min-width: 992px) {
    body .navigation-header .navigation-area .navigation-icon {
        display: none;
    }
}
body .navigation-header .navigation-area .navigation-left {
    width: 220px;
    margin-bottom: -2px;
}
body .navigation-header .navigation-area .navigation-right {
    width: calc(100% - 220px);
     border-bottom: 2px solid #83B735;
}
@media only screen and (max-width: 991px) {
    body .navigation-header .navigation-area {
        display: none !important;
    }
}
body ul.navigation-links {
    position: relative;
    padding-right: 50px;
}
body ul.navigation-links .sub-dropdown {
    display: none;
}
body ul.navigation-links .dropdown-menu {
    width: calc(100% + 50px);
}
body ul.navigation-links p {
    margin-bottom: 0 !important;
}
body ul.navigation-links > .dropdown > a > p {
    position: relative;
    margin-bottom: 0 !important;
}
body ul.navigation-links .dropdown-menu > li > a {
    font-weight: 600;
}
body ul.navigation-links > li {
    display: inline-block;
    zoom: 1;
    position:relative;
    margin-left: 15px;
}
body ul.navigation-links > li > a { 
   display: block;
    text-transform: capitalize;
    color: #000 !important;
    font-weight: bold;
    position: relative;
    font-family: "Roboto", sans-serif;
    padding: 9px 8px;
}
/*body ul.navigation-links > li > a:after {*/
/*    padding: 0 15px;*/
/*    color: #ccc;*/
/*    content: "|\00a0";*/
/*    position: absolute;*/
/*}*/
body ul.navigation-links > li > a.last-menu:after{
    content: '';
    padding: 0;
    color: #fff;
} 
body ul.navigation-links > li.active > a,
body ul.navigation-links > li:focus > a,
body ul.navigation-links > li:hover > a {
    color: gray;
}
body ul.navigation-links > .dropdown:not(.mega-menu) .sub-dropdown {
    display: none;
    width: 200px !important;
}
body ul.navigation-links > .dropdown:focus .sub-dropdown,
body ul.navigation-links > .dropdown:hover .sub-dropdown {
    display: block;
}
body ul.navigation-links > .dropdown .dropdown-menu {
    padding: 0;
    margin: 0;
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
body ul.navigation-links > .dropdown > .dropdown-menu {
    margin-top: 8px;
}
body ul.navigation-links > .dropdown:not(.mega-menu) .sub-dropdown {
    width: 100%;
    left: 0;
    top: 100%;
    height: 9px;
}
body ul.navigation-links > .dropdown:not(.mega-menu) ul li:not(:last-child) {
    padding-bottom: 20px;
}
body ul.navigation-links > .dropdown:not(.mega-menu) ul li a {
    color: #121212;
    font-size: 14px;
    font-weight: 500;
}
body ul.navigation-links > .dropdown:not(.mega-menu) ul li a:focus,
body ul.navigation-links > .dropdown:not(.mega-menu) ul li a:hover {
    color: #000;
}
body ul.navigation-links > .dropdown:not(.mega-menu) .dropdown-menu {
    padding: 20px;
    width: 230px;
}
body ul.navigation-links > .dropdown:not(.mega-menu) .dropdown-menu.topmenus{
    width:275px;
}
body
    ul.navigation-links
    > .dropdown:not(.mega-menu)
    .dropdown-menu
    .sub-dropdown {
    left: 100%;
    top: 0;
    width: 21px;
    height: 100%;
}
body ul.navigation-links > .dropdown:not(.mega-menu) .dropdown-menu .dropdown {
    position: relative;
    width: 100%;
}
body
    ul.navigation-links
    > .dropdown:not(.mega-menu)
    .dropdown-menu
    .dropdown:before {
    display: inline-block;
    zoom: 1;
    font-smooth: always;
    -ms-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    content: "\f0da";
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 3px;
    color: #88898b;
}
body
    ul.navigation-links
    > .dropdown:not(.mega-menu)
    .dropdown-menu
    .dropdown:hover:before {
    color: #121212;
}
body ul.navigation-links > .dropdown:not(.mega-menu) > .dropdown-menu > li a {
    padding: 0;
    background-color: transparent;
}
body
    ul.navigation-links
    > .dropdown:not(.mega-menu)
    > .dropdown-menu
    > li
    .dropdown-menu {
    left: 100%;
    top: 0;
    margin-left: 20px;
    visibility: hidden;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
    -ms-transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}
@media only screen and (min-width: 768px) {
    body
        ul.navigation-links
        > .dropdown:not(.mega-menu)
        > .dropdown-menu
        > li:focus
        > .dropdown-menu,
    body
        ul.navigation-links
        > .dropdown:not(.mega-menu)
        > .dropdown-menu
        > li:hover
        > .dropdown-menu {
        visibility: visible;
        opacity: 1;
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    body
        ul.navigation-links
        > .dropdown:not(.mega-menu)
        > .dropdown-menu
        > li:focus
        > .dropdown-menu
        > li:focus
        > .dropdown-menu,
    body
        ul.navigation-links
        > .dropdown:not(.mega-menu)
        > .dropdown-menu
        > li:focus
        > .dropdown-menu
        > li:hover
        > .dropdown-menu,
    body
        ul.navigation-links
        > .dropdown:not(.mega-menu)
        > .dropdown-menu
        > li:hover
        > .dropdown-menu
        > li:focus
        > .dropdown-menu,
    body
        ul.navigation-links
        > .dropdown:not(.mega-menu)
        > .dropdown-menu
        > li:hover
        > .dropdown-menu
        > li:hover
        > .dropdown-menu {
        visibility: visible;
        opacity: 1;
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@media only screen and (max-width: 1199px) {
    body ul.navigation-links > .dropdown:not(.mega-menu) .dropdown-menu {
        width: 180px;
    }
}
body ul.navigation-links > .dropdown.mega-menu {
    position: static;
}
body ul.navigation-links > .dropdown.mega-menu .megamenu-container {
    padding: 40px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 100%;
    left: 0;
    width: 100%;
}
body ul.navigation-links > .dropdown.mega-menu .megamenu-container .list-title {
    text-transform: uppercase;
    font-size: 13px;
    color: #121212;
    font-weight: 700;
}
body
    ul.navigation-links
    > .dropdown.mega-menu
    .megamenu-container
    .sub-mega-menu
    ul
    li {
    padding-bottom: 20px;
}
body
    ul.navigation-links
    > .dropdown.mega-menu
    .megamenu-container
    .sub-mega-menu
    ul
    li
    a {
    color: #121212;
    font-size: 14px;
    font-weight: 500;
}
body
    ul.navigation-links
    > .dropdown.mega-menu
    .megamenu-container
    .sub-mega-menu
    ul
    li
    a:focus,
body
    ul.navigation-links
    > .dropdown.mega-menu
    .megamenu-container
    .sub-mega-menu
    ul
    li
    a:hover {
    color: #000;
}
body
    ul.navigation-links
    > .dropdown.mega-menu
    .megamenu-container
    .sub-mega-menu
    .mega-links
    .li-sub-mega
    > a {
    position: relative;
}
body
    ul.navigation-links
    > .dropdown.mega-menu
    .megamenu-container
    .sub-dropdown {
    width: 100%;
    left: 0;
    top: 100%;
    height: 9px;
}
body
    ul.navigation-links
    > .dropdown.mega-menu
    .megamenu-container.megamenu-container-1
    .col-image {
    margin-bottom: 15px;
}
body
    ul.navigation-links
    > .dropdown.mega-menu
    .megamenu-container.megamenu-container-1
    .col-caption {
    line-height: 1.8em;
}
body
    ul.navigation-links
    > .dropdown.mega-menu
    .megamenu-container.megamenu-container-2
    .sub-mega-menu
    > li {
    width: 20%;
}
body
    ul.navigation-links
    > .dropdown.mega-menu
    .megamenu-container.megamenu-container-2
    .sub-mega-menu
    .mega2-collumn4 {
    width: 40%;
}
body
    ul.navigation-links
    > .dropdown.mega-menu
    .megamenu-container.megamenu-container-2
    .product {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    margin-bottom: 0;
}
body
    ul.navigation-links
    > .dropdown.mega-menu
    .megamenu-container.megamenu-container-2
    .product
    .row-left {
    width: 40%;
}
body
    ul.navigation-links
    > .dropdown.mega-menu
    .megamenu-container.megamenu-container-2
    .product
    .row-right {
    width: 60%;
    padding-left: 15px;
    padding-top: 0;
    text-align: left;
}
@media only screen and (max-width: 1199px) {
    body
        ul.navigation-links
        > .dropdown.mega-menu
        .megamenu-container.megamenu-container-2
        .sub-mega-menu
        > li {
        width: 33.33333%;
    }
    body
        ul.navigation-links
        > .dropdown.mega-menu
        .megamenu-container.megamenu-container-2
        .sub-mega-menu
        .mega2-collumn4 {
        width: 50%;
    }
}
body
    ul.navigation-links
    > .dropdown.mega-menu
    .megamenu-container.megamenu-container-3
    .dis_table {
    width: 230px;
    max-width: 100%;
    top: 40%;
    text-align: right;
    -ms-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}
body
    ul.navigation-links
    > .dropdown.mega-menu
    .megamenu-container.megamenu-container-3
    ._btn:hover
    * {
    color: currentcolor;
}
body
    ul.navigation-links
    > .dropdown.mega-menu
    .megamenu-container.megamenu-container-3
    .col-caption {
    text-transform: uppercase;
    font-weight: 500;
    text-align: right;
}
body
    ul.navigation-links
    > .dropdown.mega-menu
    .megamenu-container.megamenu-container-3
    .col-caption
    .title {
    color: #000;
    display: block;
    font-size: 16px;
    line-height: 1em;
    margin-bottom: 20px;
}
body
    ul.navigation-links
    > .dropdown.mega-menu
    .megamenu-container.megamenu-container-3
    .col-caption
    .content {
    color: #121212;
    display: block;
    font-size: 35px;
    margin-bottom: 20px;
    line-height: 1em;
}
body
    ul.navigation-links
    > .dropdown.mega-menu
    .megamenu-container.megamenu-container-4
    .mega4-collumn3 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 50%;
    padding-left: 0;
}
body
    ul.navigation-links
    > .dropdown.mega-menu
    .megamenu-container.megamenu-container-4
    .blog-item-inner {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
}
body
    ul.navigation-links
    > .dropdown.mega-menu
    .megamenu-container.megamenu-container-4
    .blog-item-inner
    .blog-top {
    margin-bottom: 15px;
}
body
    ul.navigation-links
    > .dropdown.mega-menu
    .megamenu-container.megamenu-container-4
    .blog-item-inner
    .blog-top
    a {
    display: block;
}
body
    ul.navigation-links
    > .dropdown.mega-menu
    .megamenu-container.megamenu-container-4
    .blog-item-inner
    .blog-content
    .blog-title {
    color: #121212;
    font-weight: 700;
}
body
    ul.navigation-links
    > .dropdown.mega-menu
    .megamenu-container.megamenu-container-4
    .blog-item-inner
    .blog-content
    .blog-title:hover {
    color: #000;
}
body
    ul.navigation-links
    > .dropdown.mega-menu
    .megamenu-container.megamenu-container-4
    .blog-item-inner
    .blog-content
    .blog_group {
    padding-top: 10px;
}
body
    ul.navigation-links
    > .dropdown.mega-menu
    .megamenu-container.megamenu-container-4
    .blog-item-inner
    .blog-content
    .blog_group
    > span {
    padding-right: 10px;
}
body .navigation_links_mobile .arrow_sub {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: right;
    padding: 0;
    display: block;
}
body .navigation_links_mobile .arrow_sub .cs-icon:before {
    color: #121212;
    font-size: 24px !important;
    display: inline-block;
    zoom: 1;
    height: 34px;
    line-height: 34px;
}
body .navigation_links_mobile .item-title > a {
    text-transform: uppercase;
    color: #000;
}
body .navigation_links_mobile li {
    position: relative;
}
body .navigation_links_mobile li a {
    font-size: 16px;
    color: #373a3c;
    font-weight: bold;
}
body .navigation_links_mobile li a:focus,
body .navigation_links_mobile li a:hover,
body .navigation_links_mobile li.active > a,
body .navigation_links_mobile li.active > a:focus,
body .navigation_links_mobile li.active > a:hover {
    color: #000;
}
body .navigation_links_mobile > li {
    /*margin-bottom: 25px;*/
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d8d7d7;
    padding-left: 10%;
}
body .navigation_links_mobile > li > a {
    text-transform: capitalize;
    display: block;
    font-size: 18px;
    padding-right: 39px;
}
body .navigation_links_mobile > li .menu-mobile-container {
    padding: 10px 0;
}
body .navigation_links_mobile > li .menu-mobile-container .arrow_sub_mobile {
    margin-top: 4px;
}
body
    .navigation_links_mobile
    > li
    .menu-mobile-container
    .sub-menu-mobile-container {
    padding-top: 15px;
    padding-left: 10px;
}
body
    .navigation_links_mobile
    > li
    .menu-mobile-container.sub-mega-menu
    .mega-links
    li {
    padding: 10px 0;
}
body
    .navigation_links_mobile
    > li
    .menu-mobile-container.sub-mega-menu
    .mega-links
    li:not(:last-child) {
    border-bottom: 1px solid #e3e5e7;
}
body
    .navigation_links_mobile
    > li
    .menu-mobile-container.sub-mega-menu
    .mega-links
    li.list-title {
    font-weight: 700;
    font-size: 16px;
}
body
    .navigation_links_mobile
    > li
    .menu-mobile-container:not(.sub-mega-menu)
    li {
    padding: 10px 0;
}
body
    .navigation_links_mobile
    > li
    .menu-mobile-container:not(.sub-mega-menu)
    li:not(:last-child) {
    border-bottom: 1px solid #e3e5e7;
}
body
    .navigation_links_mobile
    > li
    .menu-mobile-container:not(.sub-mega-menu)
    li.list-title {
    font-weight: 700;
    font-size: 16px;
}
body .navMobile-navigation {
    display: none;
}
body .navMobile-navigation .group_navbtn,
body .navMobile-navigation .group_navbtn_small {
    display: inline-block;
    zoom: 1;
}
body .navMobile-navigation .group_navbtn > a,
body .navMobile-navigation .group_navbtn_small > a {
    color: #000;
    position: relative;
    display: block;
    padding-right: 40px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    width: auto;
}
body .navMobile-navigation .group_navbtn > a .sub-dropdown,
body .navMobile-navigation .group_navbtn_small > a .sub-dropdown {
    height: 40px;
}
body .navMobile-navigation .group_navbtn .cs-icon,
body .navMobile-navigation .group_navbtn_small .cs-icon {
    text-align: left;
}
body .navMobile-navigation .group_navbtn .cs-icon:before,
body .navMobile-navigation .group_navbtn_small .cs-icon:before {
    font-family: cs-icon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
body .navMobile-navigation .group_navbtn .cs-icon.icon-menu:before,
body .navMobile-navigation .group_navbtn_small .cs-icon.icon-menu:before {
    content: "\e920";
    font-size: 24px;
}
body .navMobile-navigation .group_navbtn .cs-icon:focus:before,
body .navMobile-navigation .group_navbtn .cs-icon:hover:before,
body .navMobile-navigation .group_navbtn_small .cs-icon:focus:before,
body .navMobile-navigation .group_navbtn_small .cs-icon:hover:before {
    color: #000;
}
body .navMobile-navigation .group_navbtn .cs-icon.icon-close:before,
body .navMobile-navigation .group_navbtn_small .cs-icon.icon-close:before {
    content: "\e902";
    font-size: 20px;
    color: #000;
}
body .navMobile-navigation .group_navbtn_small {
    display: none;
}
@media only screen and (max-width: 991px) {
    body .navMobile-navigation {
        position: relative;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -webkit-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    body .navMobile-navigation .nav-icon,
    body .navMobile-navigation .navMobile-logo,
    body .navMobile-navigation .navMobile-menu {
        width: 33.33333%;
        -ms-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    body .navMobile-navigation .navMobile-logo {
        text-align: center;
        position: relative;
    }
    body .navMobile-navigation .navMobile-logo > a {
        display: inline-block;
        zoom: 1;
    }
    body .navMobile-navigation .navMobile-logo > a img {
        max-width: 117px;
        width: 100%;
    }
    body .navMobile-navigation .navMobile-menu {
        padding-right: 20px;
        font-size: 0;
    }
    body .navMobile-navigation .nav-icon {
        padding-left: 20px;
        text-align: right;
    }
    body .navMobile-navigation .nav-icon > div {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
body .navigation_dropdown_scroll {
    padding: 0;
    position: fixed;
    display: block !important;
    left: 0;
    top: 0;
    margin: 0;
    border: 0;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    background-color: transparent;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    visibility: hidden;
    margin-left: -100%;
}
body .navigation_dropdown_scroll:before {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
body .navigation_dropdown_scroll.active-dropdown,
body .navigation_dropdown_scroll.hover-dropdown {
    visibility: visible;
    margin-left: 0;
}
body .navigation_dropdown_scroll.active-dropdown:before,
body .navigation_dropdown_scroll.hover-dropdown:before {
    opacity: 1;
}
body .navigation_dropdown_scroll .navigation_dropdown_scroll_group {
    position: relative;
    padding: 60px;
    width: 100%;
    max-width: 425px;
    background-color: #fff;
    background-color: #fff;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 21;
}
body
    .navigation_dropdown_scroll
    .navigation_dropdown_scroll_group
    .close-navigation-dropdown {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    text-align: right;
}
body
    .navigation_dropdown_scroll
    .navigation_dropdown_scroll_group
    .close-navigation-dropdown
    > span {
    display: inline-block;
    zoom: 1;
}
body
    .navigation_dropdown_scroll
    .navigation_dropdown_scroll_group
    .navigation_links_top {
    margin-bottom: 60px;
}
@media only screen and (max-width: 540px) {
    body .navigation_dropdown_scroll .navigation_dropdown_scroll_group {
        padding: 30px;
    }
}
@media only screen and (max-width: 991px) {
    body .main-header-inner{
        display:none !important;
    }
    body .navMobile-navigation .sub-dropdown {
        display: none !important;
    }
    body .navMobile-navigation .group_navbtn_small {
        display: inline-block;
        zoom: 1;
    }
    body .navMobile-navigation .group_navbtn_small > a {
        padding-right: 0;
    }
    body .navMobile-navigation .navMobile-logo {
        display: none !important;
    }
    body .navMobile-navigation .navMobile-logo-small {
        max-width: 160px;text-align:center;
    }
     body .navMobile-navigation .navMobile-logo-small img{
         height: 60px;
     }
    
    body .navMobile-navigation .nav-icon {
        width: 100% !important;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    body .navMobile-navigation .nav-icon > a {
        display: block;
        max-width: 30%;
        margin: 0 auto;
    }
    body .navMobile-navigation .nav-icon .nav-icon-left,
    body .navMobile-navigation .nav-icon .nav-icon-right {
        position: static;
    }
    
    body .navMobile-navigation .nav-icon .nav-icon-left > div,
    body .navMobile-navigation .nav-icon .nav-icon-right > div {
        display: inline-block;
        zoom: 1;
    }
    body .navMobile-navigation .nav-icon .nav-icon-left .m_search,
    body .navMobile-navigation .nav-icon .nav-icon-right .m_search {
        margin-left: 22px;
    }
    .navMobile-navigation .nav-icon .nav-icon-right .m_search{
        margin-right: 15px;
    }
    body .navMobile-navigation .nav-icon .nav-icon-left .m_cart-group,
    body .navMobile-navigation .nav-icon .nav-icon-right .m_cart-group {
        margin-right: 22px;
    }
     body .navMobile-navigation .nav-icon .nav-icon-right {
         display: flex;
         align-items: center;
     }
    body
        .navMobile-navigation
        .nav-icon
        .nav-icon-left
        .m_cart-group
        .num-items-in-cart,
    body
        .navMobile-navigation
        .nav-icon
        .nav-icon-right
        .m_cart-group
        .num-items-in-cart {
        margin-right: 0;
    }
    body .navMobile-navigation .nav-icon {
        padding: 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -webkit-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
    }
    body .navMobile-navigation .nav-icon > div {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 0;
    }
    body .navMobile-navigation .nav-icon .cs-icon,
    body .navMobile-navigation .nav-icon .group_navbtn_small .cs-icon {
        font-size: 0;
    }
    body .navMobile-navigation .nav-icon .cs-icon:before,
    body .navMobile-navigation .nav-icon .group_navbtn_small .cs-icon:before {
        font-size: 25px;
    }
    body .m_cart-group .cart_text .number{
        /*display: none !important;*/
        display:inline-block;
    }
    body .navMobile-menu .number{
        display:inline-block;

    }

    body .icon_cart {
        position: static !important;
    }
    body .icon_cart .cart-info {
        right: 0;
    }
}
@media only screen and (max-width: 540px) {
    body .navMobile-navigation .navMobile-logo-small {
        max-width: 150px;
        width: 40%;
    }
    body .navMobile-navigation .nav-icon .nav-icon-left .m_search {
        margin-left: 10px;
    }
    body .navMobile-navigation .nav-icon .nav-icon-right .m_cart-group {
        margin-right: 10px;
    }
    body .navMobile-navigation .nav-icon .cs-icon:before,
    body .navMobile-navigation .nav-icon .group_navbtn_small .cs-icon:before {
        font-size: 35px;
    }
    body .navMobile-navigation .nav-icon .group_navbtn_small .cs-icon.icon-menu:before {
        font-size: 30px;
    }
    body .navMobile-navigation .nav-icon .cs-icon.icon-search:before{
        font-size: 26px;
    }
    body .navMobile-navigation .nav-icon .nav-icon-right .m_search{
        margin-right: 13px;
        margin-left:0;
    }
    .top-header{
        display: none;
    }
    body header{
        /*position: fixed;*/
    }
}
body header.affix {
    position: fixed !important;
    background-color: #fff !important;
    z-index: 25;
    width: 100%;
    left: 0;
    top: 0;
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
body header.affix section.main-header,
body header.affix section.top-header {
    display: none;
}
body header.affix .navigation-area {
    position: relative;
}
body header.affix .navigation-icon {
    position: absolute;
    right: 0;
    top: 50%;
    display: block !important;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
body header.affix .navigation-icon .m_cart-group .num-items-in-cart .cs-icon {
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    color:#FFF;
}
body
    header.affix
    .navigation-icon
    .m_cart-group
    .num-items-in-cart
    .cs-icon:before {
    font-size: 25px;
}
body header.affix .navigation-icon .m_cart-group .num-items-in-cart .cart_text {
    display: inline-block;
    zoom: 1;
    vertical-align: top;
}
body
    header.affix
    .navigation-icon
    .m_cart-group
    .num-items-in-cart
    .cart_text
    .number {
    position: static;
    /*color: #2f2f2f;*/
    color: #000;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    margin-top: 0;
    line-height: 25px;
}
body header.affix .navigation-icon .sub-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    height: 6px;
    left: 0;
    width: 100%;
    margin-top: 0 !important;
}
body header.affix .navigation-icon .cart-info {
    margin-top: 6px;
}
body header.affix .navigation-links .sub-dropdown {
    height: 9px;
}
body header.affix .navigation-links > li > .dropdown-menu {
    margin-top: 8px;
}
@media only screen and (max-width: 991px) {
    body header.affix section.main-header {
        display: block;
    }
}
@media only screen and (min-width: 992px) {
    body header.affix + .fix-sticky {
        height: 170px;
    }
}
@media only screen and (max-width: 991px) {
    body header.affix + .fix-sticky {
        height: 80px;
    }
}
body .content__section::after {
    content: "";
    display: table;
    clear: both;
}
body .content__section.index-section section {
    padding: 7.5px 0;
}
@media only screen and (max-width: 540px) {
    body .content__section.index-section section {
        padding: 3.75px 0;
    }
    body .content__section.index-section section #accordionNo{
        display: none;
    }
}
body .content__section.index-section-slideshow{
    margin-top: 10px;
}
body .content__section.index-section .page-title {
    position: relative;
    padding-left: 50px;
    background-color: #fff;
}
body .content__section.index-section .page-title h2 {
    padding-bottom: 15px;
    padding-top: 15px;
    display: inline-block;
    zoom: 1;
}
.content__section .page-tilte {
    display: flex;
}
body .content__section .home-slideshow-layout {
    background-color: #fff;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
body .content__section .home-slideshow-layout .group-home-slideshow {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    /* border-top: 6px solid #c8c8c8;*/
    /*margin-top: 10px;*/
    position:relative;
    content:'';
}
body .content__section .home-slideshow-layout .group-home-slideshow::before{
    
}
body .content__section .home-slideshow-layout .group-home-slideshow::after{

    
}
body
    .content__section
    .home-slideshow-layout
    .group-home-slideshow
    .home-right-inner,
body
    .content__section
    .home-slideshow-layout
    .group-home-slideshow
    .home-sidemenu-inner {
    width: 220px;
}
body
    .content__section
    .home-slideshow-layout
    .group-home-slideshow
    .home-right-inner{
        margin-top: -10px;
    }
body
    .content__section
    .home-slideshow-layout
    .group-home-slideshow
    .home-slideshow-group {
    width: calc(100% - 220px);
}
@media only screen and (max-width: 991px) {
    body
        .content__section
        .home-slideshow-layout
        .group-home-slideshow
        .home-slideshow-group {
        width: calc(100% - 220px);
    }
}
@media only screen and (max-width: 768px) {
    body
        .content__section
        .home-slideshow-layout
        .group-home-slideshow
        .home-slideshow-group {
        width: 100%;
        padding-right: 0;
    }
    body
    .content__section
    .home-slideshow-layout
    .group-home-slideshow
    .home-right-inner{
        margin-top: 0px;
    }
    
}
body
    .content__section
    .home-slideshow-layout
    .group-home-slideshow
    .home-sidemenu-inner {
    z-index: 999;
}
@media only screen and (max-width: 991px) {
    body
        .content__section
        .home-slideshow-layout
        .group-home-slideshow
        .home-sidemenu-inner {
        display: none !important;
    }
}
body
    .content__section
    .home-slideshow-layout
    .home-right-inner
    .home-group-content
    .content-item {
    margin: 10px 0;
}
body
    .content__section
    .home-slideshow-layout
    .home-right-inner
    .home-group-content
    .content-item
    .content-item-group {
    padding-bottom: 86%;
    position: relative;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
body
    .content__section
    .home-slideshow-layout
    .home-right-inner
    .home-group-content
    .content-item
    .content-item-group:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -ms-linear-gradient(
        left,
        rgba(255, 255, 255, 0) 0,
        rgba(255, 255, 255, 0.3) 100%
    );
    background: linear-gradient(
        to left,
        rgba(255, 255, 255, 0) 0,
        rgba(255, 255, 255, 0.3) 100%
    );
    -ms-transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
body
    .content__section
    .home-slideshow-layout
    .home-right-inner
    .home-group-content
    .content-item
    .content-item-group:focus:before,
body
    .content__section
    .home-slideshow-layout
    .home-right-inner
    .home-group-content
    .content-item
    .content-item-group:hover:before {
    -moz-animation: shine 0.75s;
    -o-animation: shine 0.75s;
    -webkit-animation: shine 0.75s;
    animation: shine 0.75s;
}
body
    .content__section
    .home-slideshow-layout
    .home-right-inner
    .home-group-content
    .content-item
    .content-item-group
    .group-caption {
    position: absolute;
    left: 13px;
    top: 20px;
}
body
    .content__section
    .home-slideshow-layout
    .home-right-inner
    .home-group-content
    .content-item
    .content-item-group
    .group-caption
    .title {
    font-size: 20px;
    color: #121212;
    line-height: 1em;
}
@media only screen and (max-width: 540px) {
    body
        .content__section
        .home-slideshow-layout
        .home-right-inner
        .home-group-content
        .content-item
        .content-item-group
        .group-caption
        .title {
        font-size: 16px;
    }
}
body
    .content__section
    .home-slideshow-layout
    .home-right-inner
    .home-group-content
    .content-item
    .content-item-group
    .group-caption:hover {
    color: #000;
}
@media only screen and (max-width: 767px) {
    body .content__section .home-slideshow-layout .home-right-inner {
        width: 100% !important;
    }
    body
        .content__section
        .home-slideshow-layout
        .home-right-inner
        .home-group-content {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    body
        .content__section
        .home-slideshow-layout
        .home-right-inner
        .home-group-content
        .content-item {
        width: 50%;
    }
    body
        .content__section
        .home-slideshow-layout
        .home-right-inner
        .home-group-content
        .content-item:nth-child(1) {
        padding-right: 5px;
    }
    body
        .content__section
        .home-slideshow-layout
        .home-right-inner
        .home-group-content
        .content-item:nth-child(2) {
        padding-left: 5px;
    }
}
body .content__section .home-slideshow-layout .home-slideshow-group {
    position: relative;
    padding-right: 10px;
    /*padding-top: 10px;*/
}
body .content__section .home-slideshow-layout .home-slideshow-inner {
    width: 100%;
    clear: both;
    position: relative;
}
body .content__section .home-slideshow-layout .home-slideshow-content {
    position: relative;
    height: 388px !important;
}
body .content__section .home-slideshow-layout .slideshow-caption {
    visibility: hidden;
    opacity: 0;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: absolute;
    top: 10%;
    left: 30px;
    right: 20%;
    bottom: 50px;
    text-align: left;
}
body
    .content__section
    .home-slideshow-layout
    .slideshow-caption
    .caption-group {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
    width: 100%;
    height: 100%;
}
body
    .content__section
    .home-slideshow-layout
    .slideshow-caption.slideshow-caption-img {
    max-width: 25%;
}
body
    .content__section
    .home-slideshow-layout
    .slideshow-caption.slideshow-caption-img
    img {
    max-width: 100% !important;
}
body .content__section .home-slideshow-layout .slideshow-caption ._btn {
    display: inline-block;
    zoom: 1;
    font-size: 12px;
    border-width: 1px;
    height: 35px;
    line-height: 33px;
    padding: 0 15px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #000;
    border-color: #000;
    background-color: rgba(0, 0, 0, 0);
    padding-left: 10px;
    padding-right: 30px;
    margin-top: 20px;
    font-family: "Roboto", sans-serif;
    text-align: left;
    font-weight: 400;
    width: 140px !important;
    font-size: 16px;
    text-transform: capitalize;
    position: relative;
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -ms-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}
body .content__section .home-slideshow-layout .slideshow-caption ._btn * {
    color: currentcolor;
}
body .content__section .home-slideshow-layout .slideshow-caption ._btn:before {
    font-family: cs-icon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e901";
    position: absolute;
    top: 50%;
    right: 10px;
    font-size: 14px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #000;
}
body .content__section .home-slideshow-layout .slideshow-caption ._btn:hover {
    color: #000;
    border-color: #000;
    background-color: rgba(0, 0, 0, 0);
}
body .content__section .home-slideshow-layout .slideshow-caption ._btn:hover * {
    color: currentcolor;
}
body
    .content__section
    .home-slideshow-layout
    .slideshow-caption
    ._btn:hover:before {
    color: #000;
}
body .content__section .home-slideshow-layout .slideshow-caption ._title {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    margin-bottom: 0;
}
body .content__section .home-slideshow-layout .slideshow-caption ._caption {
    font-size: 16px;
    margin-top: 10px;
    color: #101010;
    font-family: "Roboto", sans-serif;
}
body
    .content__section
    .home-slideshow-layout
    .slideshow-caption
    .caption-content {
    -ms-transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
body .content__section .home-slideshow-layout .tp-bannertimer {
    z-index: 20;
}
body
    .content__section
    .home-slideshow-layout
    .current-sr-slide-visible
    .slideshow-caption {
    visibility: visible;
    opacity: 1;
}
body
    .content__section
    .home-slideshow-layout
    .current-sr-slide-visible
    .slideshow-caption.transition-fade {
    -moz-animation: fade 0.6s ease both;
    -o-animation: fade 0.6s ease both;
    -webkit-animation: fade 0.6s ease both;
    animation: fade 0.6s ease both;
}
body
    .content__section
    .home-slideshow-layout
    .current-sr-slide-visible
    .slideshow-caption
    .caption-group
    * {
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
}
body .content__section .home-slideshow-layout .tparrows {
    height: 60px !important;
    width: 30px !important;
    border-radius: 0;
    background-color: transparent !important;
    text-align: center;
    top: 50% !important;
    margin-top: -30px !important;
    background-color: #000 !important;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
}
@media only screen and (min-width: 992px) {
    body .content__section .home-slideshow-layout .tparrows {
        -ms-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
}
body .content__section .home-slideshow-layout .tparrows:before {
    font-family: cs-icon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    line-height: 60px;
    font-size: 21px;
    width: 100%;
}
body .content__section .home-slideshow-layout .tparrows:hover {
    background-color: rgba(0, 0, 0, 0.5) !important;
}
body .content__section .home-slideshow-layout .tparrows.tp-leftarrow {
    left: 0 !important;
}
body .content__section .home-slideshow-layout .tparrows.tp-leftarrow:before {
    content: "\e914";
}
body .content__section .home-slideshow-layout .tparrows.tp-rightarrow {
    right: 0 !important;
}
body .content__section .home-slideshow-layout .tparrows.tp-rightarrow:before {
    content: "\e915";
}
body .content__section .home-slideshow-layout .tp-bullets {
    opacity: 1 !important;
    z-index: 20;
    bottom: 10px !important;
    left: 50%;
    margin: 0 !important;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
body
    .content__section
    .home-slideshow-layout
    .tp-bullets.simplebullets.round
    .bullet.selected,
body
    .content__section
    .home-slideshow-layout
    .tp-bullets.simplebullets.round
    .bullet:hover {
    background-color: #000;
}
body
    .content__section
    .home-slideshow-layout
    .tp-bullets.simplebullets
    .bullet {
    width: 30px !important;
    height: 4px !important;
    border-radius: 0 !important;
    border-width: 0 !important;
    background-color: #fff !important;
    margin: 0 5px !important;
}
body
    .content__section
    .home-slideshow-layout
    .tp-bullets.simplebullets
    .bullet.selected,
body
    .content__section
    .home-slideshow-layout
    .tp-bullets.simplebullets
    .bullet:hover {
    width: 30px !important;
    height: 4px !important;
    background-color: #000 !important;
    border-width: 0 !important;
}
body .content__section .home-best-layout {
    padding-top: 15px !important;
}
body .content__section .home-best-layout .home-best-inner {
    margin-left: -9px;
    margin-right: -9px;
}
body .content__section .home-best-layout .home-best-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}
body .content__section .home-best-layout .home-best-content > div {
    padding-left: 9px;
    padding-right: 9px;
}
body .content__section .home-best-layout .home-best-content > div > div {
    background-color: #fff;
}
@media only screen and (max-width: 991px) {
    body .content__section .home-best-layout .home-best-content > div {
        width: 50% !important;
    }
}
@media only screen and (max-width: 540px) {
    body .content__section .home-best-layout .home-best-content > div {
        width: 100% !important;
    }
    body .content__section .home-slideshow-layout .home-slideshow-content{
        height: 175px !important;
    }
}
body .content__section .home-categories-layout ul {
    margin: 0;
}
body .content__section .home-categories-layout ul li {
    list-style: none;
}
body .content__section .home-categories-layout .home-categories-content {
    background-color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}
body .content__section .home-categories-layout .home-categories-content::after {
    content: "";
    display: table;
    clear: both;
}
body .content__section .home-categories-layout .categories-item {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 30px;
}
body
    .content__section
    .home-categories-layout
    .categories-item
    .categories-title {
    color: #121212;
    font-size: 20px;
    margin-bottom: 5px;
}
body .content__section .home-categories-layout .categories-item img {
    border-radius: 50%;
    margin: 10px auto;
    border: 2px solid transparent;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
body .content__section .home-categories-layout .categories-item img:hover {
    border-color: #000;
}
body .content__section .home-categories-layout .categories-item ul li a {
    font-size: 14px;
    color: #1a1a1a;
    line-height: 2em;
}
body .content__section .home-categories-layout .categories-item ul li a:focus,
body .content__section .home-categories-layout .categories-item ul li a:hover {
    color: #000;
}
@media only screen and (max-width: 991px) {
    body .content__section .home-categories-layout .home-categories-content {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
    }
    body .content__section .home-categories-layout .categories-item {
        width: 33.33333% !important;
    }
}
@media only screen and (max-width: 991px) {
    body .content__section .home-categories-layout .home-categories-content {
        -webkit-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
    }
    body .content__section .home-categories-layout .categories-item {
        width: 50% !important;
    }
}
@media only screen and (max-width: 425px) {
    body .content__section .home-categories-layout .home-categories-content {
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
    }
    body .content__section .home-categories-layout .categories-item {
        width: 100% !important;
    }
}
body .content__section .home-blog-layout .home-blog-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #fff;
    padding-top: 5px;
    padding-bottom: 15px;
}

body .collection-layout ul {
    margin: 0;
}
body .collection-layout ul li {
    list-style: none;
}
body .collection-layout::after {
    content: "";
    display: table;
    clear: both;
}
body .collection-layout .content__section {
    padding-top: 7.5px !important;
    padding-bottom: 17.5px !important;
}
body .collection-layout #collection .collection-content-inner {
    margin-left: -15px;
    margin-right: -15px;
}
@media only screen and (min-width: 992px) {
    body .collection-layout .collection-toolbar._mobile {
        display: none;
    }
}
body .collection-layout .collection-toolbar .collection-title {
    color: #121212;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-left: 10px;
}
@media only screen and (max-width: 1199px) {
    body .collection-layout .collection-toolbar .collection-title {
        padding-left: 0;
    }
}
body .collection-layout .collection-toolbar .group_toolbar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 20px;
    background-color: #f3f3f4;
    padding: 10px;
}
body .collection-layout .collection-toolbar .group_toolbar .group-right {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    width: auto;
}
body .collection-layout .collection-toolbar .group_toolbar .group-right > div {
    margin-left: 20px;
}
@media only screen and (max-width: 767px) {
    body .collection-layout .collection-toolbar .group_toolbar .group-left {
        display: none !important;
    }
}
@media only screen and (max-width: 767px) {
    body .collection-layout .collection-toolbar .group_toolbar {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    body .collection-layout .collection-toolbar .group_toolbar .toolbar-title {
        display: none !important;
    }
}
body .collection-layout .collection-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
body .collection-layout .collection-items {
    margin-left: -15px;
    margin-right: -15px;
}
@media only screen and (max-width: 425px) {
    body .collection-layout .collection-items {
        margin-left: -5px;
        margin-right: -5px;
    }
    body .collection-layout .collection-items .products .product-item {
        padding: 0 5px;
    }
}
body .collection-layout .collection-items .products {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
body .collection-layout .collection-items .products .product-item {
    border-right: 1px solid #e3e5e7;
    margin-bottom: 35px;
}
body .collection-layout .collection-items .products .product-item .product {
    margin-bottom: 0;
}
body .collection-layout .collection-items .products .product-item:last-child {
    border-right-width: 0;
}
body
    .collection-layout
    .collection-items
    .products
    .product-item:nth-child(4n) {
    border-right-width: 0;
}
body
    .collection-layout
    .collection-bottom-toolbar
    .collection-bottom-toolbar-inner {
    background-color: #f3f3f4;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    padding: 10px;
}
body
    .collection-layout
    .collection-bottom-toolbar
    .collection-bottom-toolbar-inner
    > div {
    padding: 0;
}
@media only screen and (max-width: 767px) {
    body
        .collection-layout
        .collection-bottom-toolbar
        .collection-bottom-toolbar-inner
        > div {
        width: 100%;
        max-width: 100%;
        text-align: center;
        margin-top: 5px;
        margin-bottom: 5px;
    }
}
@media only screen and (max-width: 1199px) {
    body .collection-layout .collection-items .products .product-item {
        width: 33.33333%;
    }
    body
        .collection-layout
        .collection-items
        .products
        .product-item:nth-child(4n) {
        border-right-width: 1px;
    }
    body
        .collection-layout
        .collection-items
        .products
        .product-item:nth-child(3n) {
        border-right-width: 0;
    }
}
@media only screen and (max-width: 991px) {
    body .collection-layout .products .product-item {
        width: 33.33333%;
    }
}
@media only screen and (max-width: 767px) {
    body .collection-layout .collection-items .products .product-item {
        width: 50%;
    }
    body
        .collection-layout
        .collection-items
        .products
        .product-item:nth-child(3n) {
        border-right-width: 1px;
    }
    body
        .collection-layout
        .collection-items
        .products
        .product-item:nth-child(2n) {
        border-right-width: 0;
    }
}
body .list-collection-layout {
    padding: 30px 0;
}
body .list-collection-layout .list-collection-inner {
    margin-left: -15px;
    margin-right: -15px;
}
body .list-collection-layout .list-collection-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
body .list-collection-layout .list-collection-content > div {
    margin-bottom: 30px;
}
body .list-collection-layout .collection-content {
    position: relative;
}
body .list-collection-layout .collection-content .info {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.7);
    opacity: 0;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
body .list-collection-layout .collection-content .info .info-group {
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -ms-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
}
body .list-collection-layout .collection-content .info .info-group .title {
    background-color: #000;
    color: #fff;
    font-size: 18px;
    line-height: 1em;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    letter-spacing: 5px;
    padding: 3.5px 15px;
    margin-bottom: 5px;
}
body
    .list-collection-layout
    .collection-content
    .info
    .info-group
    .hover_button {
    padding: 0 15px;
}
body
    .list-collection-layout
    .collection-content
    .info
    .info-group
    .hover_button
    a {
    font-size: 16px;
    letter-spacing: 5px;
}
body
    .list-collection-layout
    .collection-content
    .info
    .info-group
    .hover_button
    a {
    text-decoration: underline;
    color: #000;
}
body .list-collection-layout .collection-content:focus .info,
body .list-collection-layout .collection-content:hover .info {
    opacity: 1;
}
body .list-collection-layout .collection-content:focus .info .info-group,
body .list-collection-layout .collection-content:hover .info .info-group {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
@media only screen and (max-width: 991px) {
    body .list-collection-layout .list-collection-content > div {
        width: 50%;
    }
    body .list-collection-layout .collection-content .info {
        opacity: 1;
        background-color: rgba(255, 255, 255, 0.4);
    }
    body .list-collection-layout .collection-content .info .info-group {
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@media only screen and (max-width: 767px) {
    body .list-collection-layout .collection-content .info .info-group .title {
        font-size: 12px;
        letter-spacing: 4px;
        padding: 3px 10px 3px;
    }
    body
        .list-collection-layout
        .collection-content
        .info
        .info-group
        .hover_button
        a {
        font-size: 12px;
        letter-spacing: 2px;
    }
}
@media only screen and (max-width: 767px) {
    body .list-collection-layout .list-collection-content > div {
        width: 100%;
    }
}
body .modal.quick-shop .quantity-wrapper {
    float: left !important;
}
body section.cart-content {
    margin-top: 15px;
    margin-bottom: 15px;
}
body section.cart-content table {
    margin-bottom: 30px;
}
body section.cart-content table .price_compare {
    font-size: 14px;
    color: #696969;
    padding-left: 10px;
}
body section.cart-content table .price_compare .money {
    color: #696969;
    font-weight: 500;
}
body section.cart-content table .money {
    color: #212121;
    font-weight: 700;
}
body section.cart-content table .product_name {
    font-size: 14px;
    color: #161616;
}
body section.cart-content table .product_name > a {
    color: #88898b;
    font-weight: 500;
    display: inline-block;
    zoom: 1;
    margin-bottom: 15px;
}
body section.cart-content table .quantity-wrapper .quantity-title {
    font-size: 14px;
    margin-right: 5px;
    color: #1a1a1a;
    display: inline-block;
    zoom: 1;
    line-height: 25px;
    width: 60px;
}
body section.cart-content table .quantity-wrapper input,
body section.cart-content table .quantity-wrapper select {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
body section.cart-content table .quantity-wrapper input:not(._btn),
body section.cart-content table .quantity-wrapper select:not(._btn) {
    width: 75px;
    height: 25px;
    border: 1px solid #e3e5e7;
    border-radius: 0;
    padding: 0 5px;
    line-height: 23px;
    font-size: 12px;
    text-align: center;
}
body section.cart-content table .product_image {
    max-width: 100%;
}
body section.cart-content table .product_image > a {
    display: block;
}
body section.cart-content ._btn {
    color: #fff;
    border-color: #000;
    background-color: #000;
    font-size: 14px;
    padding: 0 16px;
    font-weight: 700;
    border-width: 1px;
    height: 50px;
    line-height: 48px;
    padding-left: 20px;
    padding-right: 20px;
}
body section.cart-content ._btn * {
    color: currentcolor;
}
body section.cart-content ._btn:focus,
body section.cart-content ._btn:hover {
    color: #000;
    border-color: #000;
    background-color: rgba(0, 0, 0, 0);
}
body section.cart-content ._btn:focus *,
body section.cart-content ._btn:hover * {
    color: currentcolor;
}
body section.cart-content .group-button::after {
    content: "";
    display: table;
    clear: both;
}
body section.cart-content .group-button .group_btn_right {
    float: right;
}
body section.cart-content .group-button .group_btn_right ._btn {
    margin-left: 28px;
}
body section.cart-content .group_mobile .price-mobile,
body section.cart-content .group_mobile .quantity-mobile {
    margin-bottom: 5px;
}
body section.cart-content .group_mobile .price-mobile {
    display: block;
}
@media only screen and (min-width: 768px) {
    body section.cart-content .group_mobile {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    body section.cart-content table {
        margin-left: -10px;
        margin-right: -10px;
        width: auto;
    }
    body section.cart-content table .product_name > a {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 10px;
    }
    body section.cart-content .group-button ._btn {
        width: 100%;
        margin-left: 0 !important;
        margin-bottom: 10px;
    }
    body section.cart-content .group-button .group_btn_right {
        width: 100%;
    }
}
@media only screen and (max-width: 425px) {
    body section.cart-content {
        margin-top: 7.5px;
        margin-bottom: 7.5px;
    }
    body section.cart-content table .product_name > a {
        font-size: 12px;
    }
}
@media only screen and (max-width: 1199px) {
    body .compare-page .container {
        width: 100%;
        padding: 0 15px;
    }
}
body .blog-layout ._btn {
    font-size: 14px;
    padding: 0 16px;
    font-weight: 700;
    border-width: 1px;
    height: 50px;
    line-height: 48px;
    color: #fff;
    border-color: #000;
    background-color: #000;
    padding-left: 25px;
    padding-right: 25px;
}
body .blog-layout ._btn * {
    color: currentcolor;
}
body .blog-layout ._btn:focus,
body .blog-layout ._btn:hover {
    color: #000;
    border-color: #000;
    background-color: rgba(0, 0, 0, 0);
}
body .blog-layout ._btn:focus *,
body .blog-layout ._btn:hover * {
    color: currentcolor;
}
body .blog-layout .blog-inner {
    margin-left: -15px;
    margin-right: -15px;
}
body .blog-layout #blog .action {
    color: #121212;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    zoom: 1;
    margin-top: 15px;
}
body .blog-layout #blog .action:focus,
body .blog-layout #blog .action:hover {
    text-decoration: underline;
    color: #000;
}
@media only screen and (max-width: 767px) {
    body .blog-layout #blog .action {
        margin-top: 7.5px;
    }
}
@media only screen and (max-width: 991px) {
    body .blog-layout .articles {
        width: 66.66667%;
    }
}
@media only screen and (max-width: 767px) {
    body .blog-layout .articles {
        width: 100% !important;
    }
}
body .contact-content {
    color: #1a1a1a;
}
body .contact-content .contact-title {
    color: #121212;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 30px;
}
body .contact-content .form-layout {
    margin-bottom: 60px;
}
body .contact-content .form-layout .form-caption {
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 15px;
}
body .contact-content .form-layout .form_group {
    width: 770px;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
}
body .contact-content .form-layout ::-webkit-input-placeholder {
    color: #1a1a1a;
}
body .contact-content .form-layout ::-moz-placeholder {
    color: #1a1a1a;
}
body .contact-content .form-layout :-ms-input-placeholder {
    color: #1a1a1a;
}
body .contact-content .form-layout ::-ms-input-placeholder {
    color: #1a1a1a;
}
body .contact-content .form-layout .form-item {
    padding: 15px 0;
}
body .contact-content .form-layout input:not(._btn) {
    width: 100%;
    background-color: #f7f7f7;
}
body .contact-content .form-layout ._btn {
    font-size: 14px;
    padding: 0 16px;
    font-weight: 700;
    border-width: 1px;
    height: 50px;
    line-height: 48px;
    width: 100%;
    max-width: 160px;
}
body .contact-content .form-layout ._btn:focus,
body .contact-content .form-layout ._btn:hover {
    color: #000;
    border-color: #000;
    background-color: rgba(0, 0, 0, 0);
}
body .contact-content .form-layout ._btn:focus *,
body .contact-content .form-layout ._btn:hover * {
    color: currentcolor;
}
@media only screen and (max-width: 540px) {
    body .contact-content .form-layout {
        margin-bottom: 15px;
    }
}
body .about-content .info-layout {
    color: #1a1a1a;
    margin-bottom: 22.5px;
}
body .about-content .info-layout .info-inner {
    margin-left: -15px;
    margin-right: -15px;
}
body .about-content .info-layout .info-inner::after {
    content: "";
    display: table;
    clear: both;
}
body .about-content .info-layout .info-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
}
body .about-content .info-layout .info-content > div {
    width: 50%;
    padding: 0 15px;
}
body .about-content .info-layout .info-content > div.info-left .group_info {
    padding-left: 100px;
    padding-top: 70px;
}
body .about-content .info-layout .info-content > div.info-left .title {
    color: #121212;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 16px;
    display: block;
    margin-bottom: 12px;
}
body
    .about-content
    .info-layout
    .info-content
    > div.info-left
    .info-contact
    .contact-item {
    margin-bottom: 34px;
}
body
    .about-content
    .info-layout
    .info-content
    > div.info-left
    .info-contact
    .contact-item
    address {
    margin-bottom: 0;
}
body
    .about-content
    .info-layout
    .info-content
    > div.info-left
    .info-contact
    .contact-item
    .item:not(:last-child) {
    margin-bottom: 7px;
}
body .about-content .info-layout .info-content > div.info-right {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 50%;
}
body .about-content .info-layout .info-content > div.info-right .info-our {
    padding-left: 70px;
    padding-top: 70px;
}
body
    .about-content
    .info-layout
    .info-content
    > div.info-right
    .info-our
    .our-title {
    color: #121212;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 24px;
}
body
    .about-content
    .info-layout
    .info-content
    > div.info-right
    .info-our
    .our-caption {
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 15px;
}
@media only screen and (max-width: 1199px) {
    body .about-content .info-layout .info-content > div.info-left .group_info,
    body .about-content .info-layout .info-content > div.info-right .info-our {
        padding-left: 0;
        padding-top: 30px;
    }
}
body .about-content .team-layout {
    position: relative;
    background-color: #fff;
}
body .about-content .team-layout .team-title {
    text-align: center;
    width: 100%;
}
@media only screen and (min-width: 768px) {
    body .about-content .team-layout .team-title {
        margin-bottom: 60px;
        margin-top: 60px;
    }
}
body .about-content .team-layout .team-title .title {
    color: #121212;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 80px;
    text-align: center;
    display: inline-block;
    zoom: 1;
    border-bottom: 3px solid #121212;
    margin-bottom: 0;
    line-height: 1em;
}
body .about-content .team-layout .team-inner {
    padding-bottom: 15px;
    padding-top: 15px;
    margin-left: -15px;
    margin-right: -15px;
}
body .about-content .team-layout .team-inner .team-item {
    padding: 0 15px;
}
body .about-content .team-layout .team-inner .team-item .content {
    background-color: #fff;
    padding: 20px;
    text-align: center;
}
body .about-content .team-layout .team-inner .team-item .content .name {
    color: #121212;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 18px;
    margin-bottom: 10px;
}
body .about-content .team-layout .team-inner .team-item .content .position {
    font-size: 12px;
    text-transform: uppercase;
    color: #88898b;
    margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
    body .about-content .info-layout .info-content > div {
        width: 100% !important;
        text-align: center;
    }
    body .about-content .info-layout .info-content > div.info-right {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
    }
    body
        .about-content
        .info-layout
        .info-content
        > div.info-right
        .info-our
        .our-caption {
        margin-bottom: 0;
    }
    body .about-content .team-layout .team-inner {
        margin-left: -5px;
        margin-right: -5px;
    }
    body .about-content .team-layout .team-inner .team-item {
        padding: 0 5px;
    }
}
@media only screen and (max-width: 540px) {
    body .about-content .info-layout {
        margin-bottom: 30px;
    }
    body .about-content .team-layout {
        margin-bottom: -15px;
    }
    body .about-content .team-layout .team-title .title {
        font-size: 40px;
    }
    body .about-content .team-layout .team-inner {
        padding-bottom: 0;
        padding-top: 30px;
    }
}
body .page-404-layout {
    min-height: 100vh;
    padding-top: 15px;
    padding-bottom: 15px;
    background-image: url(//cdn.shopify.com/s/files/1/0006/0397/9833/files/background-12.jpg?v=1520830409);
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
body .page-404-layout .page-404-content .page-group {
    margin-top: 50vh;
    width: 53%;
    float: left;
    padding-top: 15px;
    padding-bottom: 15px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
body .page-404-layout .page-404-content .page-group .title {
    font-size: 80px;
    color: #121212;
    font-weight: 800;
}
body .page-404-layout .page-404-content .page-group .caption {
    text-transform: uppercase;
    color: #1a1a1a;
    font-size: 14px;
    letter-spacing: 4px;
    font-weight: 800;
}
@media only screen and (max-width: 767px) {
    body .page-404-layout .page-404-content .page-group {
        width: 70%;
    }
    body .page-404-layout .page-404-content .page-group .title {
        font-size: 30px;
    }
}
body .faqs-content {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
@media only screen and (max-width: 540px) {
    body .faqs-content {
        margin-bottom: 0;
    }
}
body .faqs-content .faqs-inner {
    margin-left: -15px;
    margin-right: -15px;
}
body .faqs-content .faqs-inner > .col-md-7 {
    border-left: 1px solid #e3e5e7;
}
@media (max-width: 991px) {
    body .faqs-content .faqs-inner > .col-md-7 {
        border-left: 0;
    }
}
@media (max-width: 767px) {
    body .faqs-content .faqs-inner {
        margin-left: 0;
        margin-right: 0;
    }
}
body .faqs-content .faqs-title {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #121212;
    margin-bottom: 15px;
    margin-top: 60px;
}
body .faqs-content .contact-layout .contact-content {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
}
body .faqs-content .contact-layout .contact-content::after {
    content: "";
    display: table;
    clear: both;
}
@media only screen and (max-width: 767px) {
    body .faqs-content .contact-layout .contact-content {
        margin-left: -10px;
        margin-right: -10px;
    }
}
body .faqs-content > div:last-child {
    margin-bottom: 0;
}
@media only screen and (max-width: 425px) {
    body .faqs-content {
        font-size: 12px;
        margin-top: 0;
    }
    body .faqs-content .faqs-title {
        font-size: 16px;
    }
}
body .page-lookbook .lookbook-content-inner {
    margin-left: -15px;
    margin-right: -15px;
}
body .page-lookbook .lookbook-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
body .page-lookbook .lookbook-content .lookbook-item {
    width: 50%;
    padding: 15px;
}
body .products-deals {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 15px;
}
body .products-deals .products-deals-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
}
@media only screen and (max-width: 991px) {
    body .products-deals .products-deals-inner .product-item-wrapper {
        width: 33.33333%;
    }
}
@media only screen and (max-width: 767px) {
    body .products-deals {
        margin-left: -10px;
        margin-right: -10px;
    }
    body .products-deals .products-deals-inner .product-item-wrapper {
        width: 50%;
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media only screen and (max-width: 425px) {
    body .products-deals {
        margin-top: 0;
    }
}
body .account-layout {
    padding-top: 15px;
    padding-bottom: 15px;
}
body .account-layout .account-inner {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
body .account-layout .account-info > div {
    margin-bottom: 30px;
    width: 50%;
}
@media only screen and (max-width: 767px) {
    body .account-layout .account-info > div {
        width: 100%;
    }
}
body .account-layout .account-link .link-title {
    color: #fff;
    background-color: #000;
    padding: 10.5px 25px;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 0;
}
@media only screen and (max-width: 425px) {
    body .account-layout .account-link .link-title {
        font-size: 14px;
    }
}
body .account-layout .account-link .link-content {
    border-style: solid;
    border-width: 1px;
    border-color: #e3e5e7;
    border-top-width: 0;
    padding: 23px 20px;
    font-size: 14px;
    color: #121212;
}
body .account-layout .account-link .link-content .link-list li {
    list-style: disc;
    margin-bottom: 10px;
}
body .account-layout .account-link .link-content .link-list li:last-child {
    margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
    body .account-layout .account-info > div {
        padding-left: 0;
        padding-right: 0;
    }
}
@media only screen and (max-width: 425px) {
    body .account-layout {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    body .account-layout .account-link .link-content {
        font-size: 14px;
    }
}
body .address-layout {
    padding-top: 15px;
    padding-bottom: 15px;
}
body .address-layout .group_form .form-item {
    margin-bottom: 20px;
}
body .address-layout .group_form .form-item input:not(._btn),
body .address-layout .group_form .form-item select:not(._btn) {
    border-radius: 0;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    color: #1a1a1a;
    font-size: 14px;
}
body .address-layout .group_form .form-item input:not(._btn),
body .address-layout .group_form .form-item select {
    height: 40px;
    line-height: 40px;
    border-width: 1px;
    border-style: solid;
    border-color: #e3e5e7;
    padding-top: 0;
    padding-bottom: 0;
}
body .address-layout .group_form .form-item.form-password {
    position: relative;
}
body .address-layout .group_form .form-item.form-password input {
    padding-right: 30px;
}
body .address-layout .group_form .form-item.form-password .cs-icon {
    position: absolute;
    top: 50%;
    right: 15px;
    font-size: 12px !important;
    margin-top: -6px;
    font-weight: 700;
}
body .address-layout .group_form .form-item.form-password .cs-icon:hover {
    cursor: pointer;
}
body .address-layout .group_form .form-item input[type="checkbox"] {
    line-height: 1em;
    height: auto;
    width: auto;
    margin: 0 5px 0 0;
    padding: 5px;
    -moz-appearance: checkbox;
    -webkit-appearance: checkbox;
    appearance: checkbox;
}
body .address-layout .group_form ._btn {
    font-size: 14px;
    padding: 0 16px;
    font-weight: 700;
    border-width: 1px;
    height: 50px;
    line-height: 48px;
    float: right;
    margin-top: 3px;
}
body .address-layout .group_form ::-webkit-input-placeholder {
    color: #1a1a1a;
    font-size: 14px;
}
body .address-layout .group_form ::-moz-placeholder {
    color: #1a1a1a;
    font-size: 14px;
}
body .address-layout .group_form :-ms-input-placeholder {
    color: #1a1a1a;
    font-size: 14px;
}
body .address-layout .group_form ::-ms-input-placeholder {
    color: #1a1a1a;
    font-size: 14px;
}
body .address-layout .address-inner {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
body .address-layout .address-content ._btn {
    font-size: 12px;
    border-width: 1px;
    height: 40px;
    line-height: 38px;
    padding: 0 16px;
    font-weight: 700;
    color: #fff;
    border-color: #000;
    background-color: #000;
}
body .address-layout .address-content ._btn * {
    color: currentcolor;
}
body .address-layout .address-content ._btn:focus,
body .address-layout .address-content ._btn:hover {
    color: #000;
    border-color: #000;
    background-color: rgba(0, 0, 0, 0);
}
body .address-layout .address-content ._btn:focus *,
body .address-layout .address-content ._btn:hover * {
    color: currentcolor;
}
body
    .address-layout
    .address-content
    .address-new
    form
    .customer-address-table {
    margin-left: -13px;
    margin-right: -13px;
}
body .address-layout .address-content .address-new form #add_address_title {
    display: none;
}
body .address-layout .address-content .address-new form .group_form {
    padding: 50px;
    border: 1px solid #e3e5e7;
    margin-top: 30px;
}
body .address-layout .address-content .address-new form .group_form .form-item {
    width: 50%;
    padding: 0 13px;
    float: left;
}
body
    .address-layout
    .address-content
    .address-new
    form
    .group_form
    .form-item
    .form-item-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
}
body
    .address-layout
    .address-content
    .address-new
    form
    .group_form
    .form-item:last-child {
    width: 100%;
    float: none;
    text-align: left;
}
body
    .address-layout
    .address-content
    .address-new
    form
    .group_form
    .form-item:last-child
    * {
    text-align: left;
}
body .address-layout .address-content .address-new form .action_bottom {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}
body .address-layout .address-content .address-new form .action_bottom::after {
    content: "";
    display: table;
    clear: both;
}
body .address-layout .address-content .address-new form .action_bottom ._btn {
    margin: 0 5px 0 0;
}
body .address-layout .address-content .address-new form .action_bottom > span {
    padding: 0 5px;
}
@media only screen and (max-width: 767px) {
    body .address-layout .address-content .address-new form .group_form {
        padding: 20px 10px;
    }
    body
        .address-layout
        .address-content
        .address-new
        form
        .group_form
        .form-item {
        width: 100%;
    }
}
@media only screen and (max-width: 425px) {
    body .address-layout {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    body .address-layout .address-content * {
        font-size: 14px;
    }
}
body .main-content > .search-content {
    margin-top: 15px;
    margin-bottom: 15px;
}
body .main-content > .search-content .search-content-inner {
    margin-left: -15px;
    margin-right: -15px;
}
body .main-content > .search-content .product-item-group .product-item-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
body .main-content > .search-content .search-bottom-toolbar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    color: #121212;
}
@media only screen and (max-width: 1199px) {
    body .main-content > .search-content .product-item-group {
        margin-left: -10px;
        margin-right: -10px;
    }
    body
        .main-content
        > .search-content
        .product-item-group
        .product-item-wrapper {
        padding: 10px;
    }
    body .main-content > .search-content .search-content-inner {
        margin-left: 0;
        margin-right: 0;
    }
    body .main-content > .search-content .search-bottom-toolbar > div {
        padding: 0;
    }
}
@media only screen and (max-width: 767px) {
    body .main-content > .search-content .product-item-wrapper {
        width: 33.33333%;
        padding-left: 10px;
        padding-right: 10px;
    }
    body .main-content > .search-content .product-item-wrapper .product {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 540px) {
    body .main-content > .search-content .product-item-wrapper {
        width: 50%;
    }
    body .main-content > .search-content .search-bottom-toolbar > div {
        width: 100%;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 425px) {
    body .main-content > .search-content {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 319px) {
    body .main-content > .search-content .product-item-wrapper {
        width: 100%;
    }
}
body .info-header,
body .navigation_dropdown_scroll {
    z-index: 1001;
}


.item, .item .product__wrap {
    display: block;
    transition: all .3s ease 0s;
    height: auto;
    padding: 0 0px 8px 0px;
    border:0px solid;
}
.item .product__wrap{
    padding: 0;
    margin: 4px;
}
.category-level-2{
    margin-left:0;
}
.category-level-2 .open-tree .dropdown-tree-a{
    display:block;
    position:relative;
}
.category-level-2 .open-tree .dropdown-tree-a  i{
    position: absolute;
    top: 50%;
    right: 0;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.item{
    /*border: 1px solid #e8e8e8;*/
}
.item .product__wrap:hover {
   box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.53);
}
.wishList-icon{
    position: absolute;
    top: 5%;
    right: 16px;
    z-index: 99;
    display: none;
    transition: 0.9s !important;
}
.wishList-icon i {
    color: #E41B17;
    font-size: 28px;
    transition: 0.5s;
    cursor: pointer;

}
.logo-icon{
    position:absolute;
    bottom:25px;
    right: 15px;z-index: 24;
}
.logo-icon img{
    width: 45px;
}

/*.wishList-icon i:hover {*/
/*	transition: 0.5s;*/
/*	color: #000;*/
/*}*/

.wishList-icon .active{
    color: #000;
}
.item .product__wrap:hover .wishList-icon {
	display:block;
    transition: 0.9s !important;
}


.content-title h2{
    color: #000;
}

.btn-black{
    /*color: #bf02a8;*/
     color: #fff;
    background-color: #83b735;
    border-color: #83b735;
    
    /*//background-color: #101010;*/
    /*//border-color: #101010;*/
    /*//font-weight: bold;*/
}
.btn-green{
     color: #fff;
    background-color: #1d921f ;
    border-color: #1d921f ;

}
.btn-pink{
    color: #fff;
    background-color: #f7f7f7;
    border-color: #f7f7f7;
}

.btn-black:hover{
    color: #fff;
    background-color: #76222a;
    border-color: #76222a;
}

/*.btn-pink{*/
/*    color: #e9168c;*/
/*    //background-color: #e9168c;*/
/*    //border-color: #e9168c;*/
/*    //font-weight: bold;*/
/*}*/

/*.btn-pink:hover{*/
/*    color: #fff;*/
/*    background-color: #ff0e6c;*/
/*    border-color: #ff0e6c;*/
/*}*/

.item .btn-pink, .btn-black {
    color: #0000004a;
    background-color: #b5aeae5c;
    border-color: #0000001c;
}


.item:hover .btn-pink{
    color: #fff;
    background-color: #83b735;
    border-color: #83b735;
     transition: opacity .50s ease-in-out;
    -moz-transition: opacity .50s ease-in-out;
    -webkit-transition: opacity .50s ease-in-out;
}

.item:hover .btn-black{
    color: #fff;
    background-color: #003A1A;
    border-color: #003A1A;
     transition: opacity .50s ease-in-out;
    -moz-transition: opacity .50s ease-in-out;
    -webkit-transition: opacity .50s ease-in-out;
}

.section-title-inner{
    color: #000;
}


.item h4, .item h4 a {
    /*font-size: 12px;*/
    /*line-height: 13px;*/
    /*font-weight: 700;*/
    color: #000;
}

.btn-buy{
    border-color: #83b735;
    background: #83b735;
    color: #fff;
}

.btn-buy:hover, .btn-buy:focus {
    border-color: #196e37;
    background: #196e37;
    color: #fff;
}

.btn-cart {
    border: 1px solid #000;
    background: #000;
    color: #fff;
}

.btn-cart:hover {
   border: 1px solid #000;
   
    background-color: #000;
    color: #fff;
}

.footer {
    /*background: #073f4e;*/
    /*height: auto;*/
    /*padding-bottom: 30px;*/
    /*position: relative;*/
    /*width: 100%;*/
    /*border-bottom: 1px solid #fff;*/
    /*border-top: 1px solid #f7f7f7;*/
    background-image: url(../images/bg/footer.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding-bottom: 30px;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #59793D;
    border-top: 1px solid #59793D;
}

.footer h3 {
    border-bottom: 1px solid #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    padding: 40px 0 15px;
    text-transform: uppercase;
    color: #fff;
}

.supportLi h4 a {
    color: #f5f5f5;
}

.footer a {
    color: #ffffff;
}

.footer-bottom {
       background: #1b6d29;
    border-top: 1px solid #1b6d29;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

.footer-bottom p {
    color: #fff;
}
.copyright a{
    color: #fff;
    text-decoration: none;
    outline: 0;

}
a:focus, a:hover {
    /*color: #000;*/
    text-decoration: none;
    outline: 0;
}
a:hover{
    /*color: #76222a;*/
}
.footer ul li a:focus, .footer ul li a:hover, .btnsrc:hover{
    color: #fff;
} 
body header.affix .navigation-icon .m_cart-group .num-items-in-cart .cs-icon {
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    /*color: #3e3d3d;*/
    color: #000;
}
.small-img:hover {
    box-shadow: 0px 1px 2px 0px #00026;
}

/* Checkout CSS  */
.checkout-products{display: flex;justify-content: center;margin-bottom: 70px;}
.CartDescription{
    padding-left: 20px;
}
.CartDescription h4{
    margin-bottom: 8px;
    max-width: 600px;
}
.CartDescription .size{
    padding-bottom: 10px;
}

.CartDescription .size span{
    color: #000;
    font-weight: 700;
    /* font-size: 18px; */
}

.CartDescription .price {}
.CartDescription .price span{
    color: #000;
    font-weight: 700;
    /* font-size: 18px; */
}

.CartProduct{
    /* padding-bottom: 26px; */
    /* margin: 0px; */
    /* padding: 20px; */
}

.itemsshippedtext{
    margin: 20px 0;
    font-size: 20px;
    color: #000;
    margin-bottom: 40px;
}
#parent p{
    color: #000;
}

@media screen and (max-width: 767px) {
.table-responsive { border: none; }
.CartProduct {border: 1px solid black;}
}

.view-cart-fixed {
    position: fixed;
    top: 0px;
    height: 100vh;
    transition: 0.5s ease;
    width: 430px;
    right: -40px;
    flex-direction: row;
    display: flex;
    transform: translateX(calc(100% - 40px));
    z-index: 9999;
    max-width: 100%;
}

.view-cart-fixed:hover {
    /* transform: translateX(0px); */
}

.view-cart-fixed .shopping-cart {
    min-width: 40px;
    height: 45px;
    display: block;
    color: #FFF;
    background: #b60e0d;
    font-size: 25px;
    padding: 5px 5px 5px 10px;
    border-radius: 5px 0px 0px 5px;
    cursor: pointer;
    margin-top: 40vh;
    margin-left: -40px;
}

.add2cartModal {
    background: #000;
    color: #FFF;
}

.view-cart-fixed .modalcart {
    background: #eaeaeaf8;
    height: 100%;
    width: 100%;
    margin-right: 30px;
}

.view-cart-fixed .modalcart a {
    color: #000 !important;
}

.view-cart-fixed .modalcart-title {
    height: 40px;
    background: #333;
    line-height: 40px;
    color: #FFF;
    text-align: center;
}

.view-cart-fixed .modalcart-content {
    height: calc(100vh - 80px);
    overflow-y: auto;
    overflow-x: hidden;
    font-weight: normal;
    font-size: .8rem;
    padding-right: 10px;
}

.view-cart-fixed .modalcart-title>i {
    line-height: 40px;
    font-size: 2.5rem;
    cursor: pointer;
    color: #d9534f;
    position: absolute;
    left: 25px;
}

.view-cart-fixed .modalcart-control {
    width: 100%;
    height: 40px;
    display: flex;
    flex-direction: row;
}

.view-cart-fixed .modalcart-control>div {
    width: 50%;
    text-align: center;
    background: #fff;
    color: #000;
    border-top: 1px solid #e0e0e0;
}

.view-cart-fixed .modalcart-total {
    display: flex;
    flex-direction: column;
}

.view-cart-fixed .cart-total-text {
    margin: auto;
    font-size: .6rem;
}

.view-cart-fixed .gart-total-amount {
    margin-top: -8px;
}

.view-cart-fixed .modalcart-checkout {
    background: #2bb673 !important;
    display: flex;
}

.view-cart-fixed .modalcart-checkout>span {
    margin: auto;
    color: #FFF !important;
}

.view-cart-fixed .modalcart-checkout i {
    padding: 0px 5px;
    font-size: .7rem;
}

.view-cart-fixed .modalcart .product-title {
    width: 70%;
    padding: 0px 15px;
    /*font-size: 1.5em;*/
    padding-top: 10px;
    padding-left: 5px;
}

.view-cart-fixed .modalcart .product-photo {
    width: 30%;
    padding: 0px 5px;
}

.view-cart-fixed .cart-table thead {
    display: none;
}

.view-cart-fixed .cart-table tbody tr {
    background: #FFF;
    margin-top: 10px !important;
    border: 11px solid #eaeaeaf8;
    /*         box-shadow: 0px 0px 0px 6px #cecece; */
    transform: scale(1);
}

.view-cart-fixed .cart-table tbody tr td:first-child {
    color: #000;
}

.view-cart-fixed .cart-table tbody td {
    display: block;
    padding: 5px 12px;
    min-width: 100%;
    /*padding: 5px;*/
    position: relative;
    font-size: 14px;
}
.view-cart-fixed .cart-table tbody td > .cart-product-title{
    font-size: 20px;
}

.view-cart-fixed .cart-table tbody td>i {
    line-height: .8rem;
    margin-top: 4px;
    vertical-align: middle;
    position: absolute;
    right: 22px;
}

.view-cart-fixed .cart-table tbody td:before {
    content: attr(data-th);
    font-weight: bold;
    display: inline-block;
    width: 8rem;
    vertical-align: middle;
    color: #333;
}

.view-cart-fixed .cart-table tbody td .form-control {
    width: 55%;
    display: inline !important;
}

.view-cart-fixed .cart-buttons {
    margin: 4px;
    margin-bottom: 10px;
}

.view-cart-fixed .actions .btn-info {
    float: left;
}

.view-cart-fixed .actions .btn-danger {
    float: right;
}

.view-cart-fixed .actions .btn {
    margin: 7px 0px;
    height: 27px;
}

.view-cart-fixed .modalcart-product-title {
    font-size: 1rem;
}

.view-cart-fixed .cart-table tbody td:before {
    font-weight: normal;
}

.view-cart-fixed .cart-table tbody td:first-child:before,
.cart-table tbody td:last-child:before {
    display: none;
}

.view-cart-fixed .cartinput-size-select,
.cartinput-quantity {
    font-size: .8rem;
    line-height: .8rem;
    padding: 0rem 1rem;
    height: 1.3rem !important;
    border: none;
    background: #f8f8f8f8;
}

.view-cart-fixed .table-hover tbody tr:hover {
    background-color: #FFF;
    ;
}

.view-cart-fixed .overlay {
    background: #00000094;
    opacity: 1;
    display: block;
}

.view-cart-fixed .empty-cart {
    display: flex;
    flex-direction: column;
}

.view-cart-fixed .empty-cart>img {
    width: 70%;
    margin: 50px auto;
}

.view-cart-fixed .empty-cart>span {
    margin: 0px auto 40px auto;
    font-size: .9rem;
}

.view-cart-fixed .empty-cart>button {
    margin: 0 auto;
    background: #333;
    color: #FFF;
    font-size: .9rem;
    padding: 5px 20px;
}

.view-cart-fixed .empty-cart i {
    line-height: 100%;
    padding-left: 5px;
    font-size: .7rem;
}

.view-cart-fixed td.actions::before {
    display: none !important;
}

.view-cart-fixed .cart-table tbody td:before {
    width: auto;
}

button:focus {
    outline: 1px dotted !important;
}

.view-cart-fixed .cart-buttons.products-cart-button {
    width: unset;
}

.view-cart-fixed .view-cart-fixed span.badge {
    font-size: .8rem !important;
    font-weight: normal !important;
    display: block;
    background: #d4f2ff;
    line-height: 1rem;
    color: #1B5E20;
}


.scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar-thumb {
    background-color: #aaaaaa;
    border: 2px solid #aaaaaa;
}
.w-150{
    width: 150px;
}
.w-40{
    width: 40%;
}
.w-20{
    width: 20%;
}
.f-left{
    float:left;
}
.text-center{
    text-align:center;
}
.card-view{
        width: 100%;
    display: flex;
    padding: 0px 15px;
    height: 70px;
    background: #f8f8f8;
    overflow: hidden;
    color: #666666;
}
.card-view .product-title{
    width: 100%;
    margin: auto 0 auto 0;
    text-align:center;
    font-size: 13px;
    
}
.card-view .product-image{
    width: 25%;

}
.card-view .product-image img {
    height: 100%;
    width: auto !important;
    background: rgb(255, 255, 255);
}
.radio-buttons 
{
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.size-container.pro-size .radio-buttons{
    text-align: left;
}
.cart-actions.product-cart{
    margin-bottom: 0;
    border-bottom: 0;
}
.ainput-group>.aform-control.numbercount{
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    border-color: #6c757d;
}
.custom-radio input 
{
  display: none;
}


.radio-btn 
{
  min-width: 60px;
height: 33px;
border: 1px solid #9e9e9e;
display: inline-block;
border-radius: 0;
position: relative;
text-align: center;
box-shadow: 0 0 20px #c3c3c367;
cursor: pointer;
padding: 5px;
font-size: 14px;
/*margin: 0px 10px 5px 0;*/
}

.radio-btn.disabled {
    background: #e6e6e6;
    cursor: not-allowed;
    border: 1px solid #d2d2d2;
}
.radio-btn .hobbies-icon 
{
  
}
.radio-btn .hobbies-icon img
{
  display:block;
  width:100%;
  margin-bottom:20px;
  
}

.radio-btn .hobbies-icon h3 
{
  color: #555;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing:1px;
}

.custom-radio input:checked + .radio-btn 
{
  /*border: 2px solid #FFDAE9;*/
  background: #2bb673;
}

.custom-radio input:checked + .radio-btn > i 
{
  opacity: 1;
  transform: translateX(-50%) scale(1);
}
.modal-price-text{
    color: green;
    font-weight: bold;
    text-align: center;
    font-size: 2em;
}

label.custom-radio {
    margin: 0px 10px 5px 0;
}
.selected {
      background-color: #2bb673!important; 
    }
                                             


@media only screen and (max-width: 540px) {
    .item .image a img{
        height: 170px;
    }
    .logo-icon{
        bottom: 8px;right: 6px;
    }
    .logo-icon img{
        width: 38px;
    }
    .view-cart-fixed .modalcart{
        position: relative;
    }
    .view-cart-fixed .modalcart-content {
        height: calc(100vh - 100px);
        /*height: auto;*/
    }
    .view-cart-fixed .modalcart-control{
        height: 100px;
        position: absolute;
        bottom: 20px;
        height: 70px;
        right: 0;
    }
    .block-title-2, .formBox h3, h2.block-title-2{
        line-height: 20px;
    }
    .view-cart-fixed .cart-total-text{
            font-size: 18px;
        margin-top: 16px;
        margin-bottom: 5px;
    }
    .view-cart-fixed .modalcart-checkout{
        display: block;
    }
    .modalcart-checkout .btn{
        font-size: 18px;
        margin-top: 10px;
        background: transparent;
        border-color: transparent;
    }
    .view-cart-fixed .modalcart-checkout i{
        font-size: 15px;
    }
    header#top{
        display: none;
    }
    header#top2{
        position:sticky;
        top: 0;
    }
    /*.main-content{*/
    /*    padding-top: 40px;*/
    /*}*/
    .thanxContent h1{
        font-size: 18px;
    }
}
@media only screen and (width: 1024px) {
    .item .image a img{
        height: 230px;
    }
    body .nav-icon .m_search{
        width: 60%;
    }.logo-area img {
    width: 140px;}
    body .main-header .nav-group{
        width: 20%;
    }
    
    body ul.navigation-links > li{
        margin-left: 4px;
    }
    body ul.navigation-links > li > a{
        padding: 9px 5px;
        font-size: 14px;
    }
    body ul.navigation-links > li > a:after{
        padding: 0 8px;
    }
    
}
