/* Default css */
/* Reset css */
:root {
    --color-key: #00793c;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
    font-size: 14px;
    line-height: 25px;
    background: #fff;
    font-family: 'arial';
    top: 0 !important;
}

a {
	text-decoration: none;
}

img {
	max-width: 100% !important;
    vertical-align: middle;
}

/* Common reuse class */

.flexwb {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hidden {
    display: none;
}

.clear:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.sni-cut-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.sni-wrap_box_new {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    justify-content: space-between;
}

div.sni-contact-form {
    font-size: 13px;
    position: relative;
}

.noti {
    font-size: 20px;
    color: red;
    position: absolute;
    top: 35%;
    width: 100%;
    text-align: center;
}

.fb-comments, 
.fb-comments iframe[style], 
.fb-like-box, 
.fb-like-box iframe[style] {
    width: 100% !important;
}

.fb_iframe_widget, 
.fb_iframe_widget span, 
.fb_iframe_widget span iframe[style] {
    min-width: 100% !important;
}

.fb_iframe_widget_fluid_desktop, 
.fb_iframe_widget_fluid_desktop span, 
.fb_iframe_widget_fluid_desktop iframe {
    max-width: 100%;
}

.fb_iframe_widget {
    display: inline-block;
    position: relative;
}

.fb-comments span, 
.fb-comments iframe span[style], 
.fb-like-box span, 
.fb-like-box iframe span[style] {
    width: 100% !important;
}

.fb_iframe_widget, 
.fb_iframe_widget span, 
.fb_iframe_widget span iframe[style] {
    min-width: 100% !important;
}

.fb_iframe_widget span {
    display: inline-block;
    position: relative;
    text-align: justify;
}

.mm-navbars_top {
    display: none;
}

/* style css */

.sni-wrapper {
    margin: auto;
    background: #fff;
    max-height: 100%;
}

.sni-header {
	position: relative;
    margin: auto;
    background: #00793c;
}

.sni-frame {
	width: 1300px;
    max-width: calc(100% - 20px);
    margin: auto;
    position: relative;
}

.sni-header-hd {
    align-items: center;
    min-height: 100px;
}

.sni-logo-container {
	width: 29.385%;
    align-items: center;
    justify-content: space-between;
}

header.sni-header a.sni-logo {
    width: 29.84%;
    line-height: 1;
}

header.sni-header a.sni-logo img,
header.sni-header a.sni-banner img {
    max-height: 90px;
}

header.sni-header a.sni-banner {
    width: 67.54%;
    line-height: 1;
}

.sni-search-container {
    width: 40.77%;
}

div.sni-search {
    width: 100%;
    background: #fff;
    height: 45px;
    border: 1px solid #fff;
    border-radius: 10px;
    position: relative;
}

div.sni-search > form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    overflow: hidden;
    border-radius: 10px;
    justify-content: space-between;
}

div.sni-search .sni-custom-select {
    width: 28.8%;
    display: block;
    border: none;
    color: #333;
    background: #efefef;
    outline: none;
    line-height: 43px;
}

.sni-custom-select select {
    display: none;
}

#sni-selected-option {
    position: relative;
    border-color: #efefef;
    padding: 9px 16px;
    line-height: 23px;
    height: 43px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    border: 1px solid transparent;
    cursor: pointer;
    user-selected: none;
    background-color: #efefef;
}

#sni-selected-option:after {
    position: absolute;
    content: "";
    top: 18px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #333 transparent transparent transparent;
}

#sni-selected-option.sni-select-arrow-active:after {
    border-color: transparent transparent #333 transparent;
    top: 12px;
}

.sni-select-options {
    position: absolute;
    background-color: #efefef;
    left: 0;
    right: 0;
    z-index: 9999;
}

.sni-select-options div {
    color: #333;
    padding: 5px 16px;
    line-height: 23px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
}

.sni-select-options div:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

div.sni-search-container input {
    display: block;
    border: none;
    background: none;
    width: 48%;
    outline: none;
    color: #6b6b6b;
    height: 100%;
    padding: 0 10px;
}

div.sni-search-container button {
    display: flex;
    justify-content: center;
    align-items: center; 
    width: 22.35%;
    border: none;
    height: 43px;
    background: #c2262c;
    cursor: pointer;
    border-radius: 7px;
    overflow: hidden;
    outline: none;
}

.sni-phone-num {
    width: 182px;
    align-items: center;
}
    
.sni-hotline {
    width: calc(100% - 53px);
    color: #fff;
    font-size: 15px;
}

.sni-hotline a {
    display: block;
    color: #fff !important;
    font-family: ba;
    font-size: 26px;
}

div.sni-menu {
    position: relative;
    height: 50px;
    line-height: 50px;
    margin: auto;
    background: #00793c;
    z-index: 999;
}

.sni-category {
    width: 270px;
    position: relative;
}

.sni-category-frame {
    width: calc(100% - 303px);
    align-items: center;
    height: 100%;
}

.sni-category-btn {
    background: #c2262c;
    text-align: center;
    color: #fff !important;
    height: 50px;
    line-height: 48px;
    display: flex;
    border-radius: 5px 5px 0 0;
    font-size: 16px;
    font-family: ua;
    font-weight: bold;
    text-transform: uppercase;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px 3px 15px;
    cursor: pointer;
}

.sni-category-btn img {
    margin-top: 2px;
}

.sni-category-list {
    list-style: none;
}

.sni-category ul.sni-category-list {
    background: #fff;
    color: #000;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    width: 100%;
    box-shadow: 0 0 1px #333;
}

.sni-category ul.sni-category-list li {
    position: relative;
    border-bottom: 1px solid #ccc;
}

.sni-category ul.sni-category-list li a {
    color: #454545;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
    transition: 0.4s;
    display: block;
    line-height: 35px;
    padding: 5px 0 5px 10px;
    width: calc(100% - 30px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div.sni-menu ul li a:hover, 
div.sni-menu ul li a.active, 
div.sni-menu ul li a.active2, 
div.sni-menu ul li:hover > div > a {
    color: #c2262c;
}

.sni-category ul.sni-category-list li span {
    width: 30px;
    height: 46px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.sni-category ul.sni-category-list li ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    z-index: 10;
    background: #fff;
    box-shadow: 0 0 1px #333;
}

.sni-category ul.sni-category-list li ul li a {
    padding: 5px 10px 5px 10px;
    width: 100%;
    border-bottom: 1px solid #ccc !important;
    font-weight: normal;
}

.sni-icon-m {
    background: url(../images/icon-m3.png) no-repeat;
    display: inline-block;
}

.sni-icon-arrow-m {
    width: 14px;
    height: 9px;
    background-size: 655px;
    background-position: -125px -30px;
}

div.sni-menu ul.sni-menu-list {
    display: flex;
    width: 550px;
    max-width: calc(100% - 125px);
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

div.sni-menu ul.sni-menu-list li {
    display: block;
    position: relative;
    z-index: 111;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

div.sni-menu ul.sni-menu-list li a {
    color: #fff;
    font-size: 14px;
    padding: 0px;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    font-weight: bold;
    text-align: center;
}

.sni-menu .sni-menu-list li a.active,
.sni-menu .sni-menu-list li a:hover {
    color: #ffde00;
}

.sni-gh {
    margin-top: -3px;
    margin-right: 5px;
    display: inline
}

div.sni-mobile-menu {
    display: none;
    position: relative;
    top: 0;
    z-index: 999;
    left: 0;
    width: 100%;
    background: #00793c;
}

div.sni-mobile-menu-header {
    background: var(--color-key);
    width: 100%;
    padding-right: 10px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    box-sizing: border-box;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    justify-content: space-between;
    z-index: 600;
    margin: 0 auto !important;
}

.sni-mobile-menu-header a.sni-menu-icon {
    color: #fff;
    float: left;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 100%;
}

.sni-category-frame a.text-white:hover {
    color: #ffde00 !important;
}

.sni-slider {
    margin: auto;
    position: relative;
    overflow: hidden;
    padding-top: 10px;
}

.sni-slider-left {
    width: 69.23%;
    margin-bottom: 10px;
}

.sni-slider-right {
    width: 30%;
}

.sni-slider-right a {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}

.sni-slider-right a img {
    display: block;
    width: 100%;
}

.sni-slider-right a span {
    position: absolute;
    left: calc(50% - 50px);
    bottom: calc(50% - 20px);
    width: 100px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: var(--color-key);
    opacity: 0.8;
}

.sni-slider_web .sni-items-left {
    display: block;
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
}

#sni-brand {
    box-sizing: border-box;
    padding: 25px 0 17px 0;
}

div.sni-mid-title {
    color: #000;
    font-size: 22px;
    line-height: 30px;
    font-family: ua;
    text-transform: uppercase;
    margin-bottom: 17px;
    display: flex;
    overflow: hidden;
    position: relative;
    justify-content: center;
    align-items: center;
}

#sni-brand div.sni-mid-title {
    margin-bottom: 13px;
}

div.sni-mid-title:before {
    position: relative;
    content: '';
    right: 27px;
    height: 11px;
    flex: auto;
    background: url(../images/line-letf.png) no-repeat right center
}

div.sni-mid-title:after {
    position: relative;
    content: '';
    left: 27px;
    height: 11px;
    flex: auto;
    background: url(../images/line-right.png) no-repeat left center
}

.sni-brand-item {
    float: left;
    width: calc(100% / 6 - 10px);
    margin: 0 5px;
}

div#sni-brand a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 90px;
    border: 1px solid #cacaca;
    border-radius: 5px;
    overflow: hidden;
}

div#sni-brand a img {
    max-height: 88px;
}

.slick-slide img {
    display: block;
    margin: auto;
}

.sni-brand-slider .slick-prev {
    background: url(../images/prev.png) no-repeat;
    width: 30px;
    height: 30px;
    opacity: 1;
    left: -10px;
    z-index: 50;
}

.sni-brand-slider .slick-next {
    background: url(../images/next.png) no-repeat;
    width: 30px;
    height: 30px;
    opacity: 1;
    right: -10px;
    z-index: 50;
}

.slick-prev:before,
.slick-next:before {
    content: ' '!important;
}

#sni-main_content {
    padding: 0;
}

.sni-sp-container {
    padding-bottom: 23px;
}

.sni-featured-sp {
    padding: 17px 0;
}

.sni-content_sp {
    width: calc(100% + 20px);
    margin: 0 -10px;
}

.sni-all-product {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    height: 18px;
    line-height: 16px;
}

.sni-all-product a {
    color: #00793c;
    display: block;
}

.sni-all-product a:hover {
    color: #c2262c;
}

.sni-item_sp .img img {
    width: 100%;
    transition: 1s;
}

.sni-item_sp .sni-sp_info {
    padding: 10px 9px 12px 9px;
}

.sni-item_sp {
    position: relative;
    width: calc(25% - 20px);
    margin: 0 10px 20px 10px;
    border: 1px solid #cacaca;
    overflow: hidden;
}

.sni-item_sp .sni-img {
    overflow: hidden;
    position: relative;
    display: block;
    margin: 10px;
    min-height: 190px;
}

.sni-item_sp .sni-img img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    transition: 1s;
}

.sni-item_sp .sni-item_name {
    color: #333;
    display: block;
    line-height: 24px;
    height: 48px;
    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}

.sni-item_sp .sni-item_name:hover {
    color: #c2262c;
}

.sni-item_sp .sni-item_price {
    display: block;
    font-size: 16px;
    color: #c2262c;
    line-height: 23px;
    margin-bottom: 8px;
    font-weight: bold;
    min-height: 23px;
    height: 48px;
    max-height: 48px;
}

.sni-item_sp .sni-buy-btn {
    display: flex;
    width: 100%;
    height: 34px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #00793c;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.5s;
}

.sni-item_sp .sni-buy-btn:hover {
    background: #c2262c;
}

.sni-item_sp .sni-buy-btn img,
.sni-item_sp .sni-buy-btn i {
    margin: 0 12px 0 0;
    display: block;
}

.sni-product-catalog {
    padding: 33px 0 16px 0;
    background: #f3f3f3;
}

.sni-catalog-frame {
    width: calc(100% + 40px);
    margin: 0 -20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
}

.sni-catalog-item {
    display: block;
    width: calc(100% / 5 - 40px);
    margin: 0 20px 20px 20px;
}

.sni-catalog-item-title {
    display: block;
    padding-bottom: 11px;
    border-bottom: 1px solid #b7b7b7;
    color: #222;
    line-height: 28px;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 13px;
}

.sni-catalog-item .sni-catalog-item-title:hover,
.sni-catalog-item .sni-catalog-item-name:hover {
    color: #c2262c;
}

.sni-catalog-item-name {
    display: block;
    position: relative;
    padding-left: 15px;
    color: #3e3e3e;
    line-height: 28px;
}

.sni-catalog-item .sni-catalog-item-name:before {
    position: absolute;
    width: 5px;
    height: 5px;
    border: 1px solid #8a8a8a;
    background: #bababa;
    border-radius: 50%;
    left: 0;
    top: 10px;
    content: '';
}

.sni-keyword {
    padding: 14px 0;
    background: #e2e2e2;
}

.sni-keyword-frame {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    line-height: 22px;
    color: #222;
}

.sni-keyword-frame p {
    margin-right: 15px;
    display: block;
}

.sni-keyword-frame a {
    display: block;
    color: #222;
    font-weight: bold;
}

.sni-keyword-frame a span {
    margin-right: 5px;
    color: #222 !important;
}

.sni-keyword-frame a:last-child span {
    display: none;
}

.sni-criteria {
    background: #00793c;
    padding: 31px 0 21px;
}

.sni-criteria-item {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 28.51%;
    justify-content: space-between;
    margin: 0 0 10px 0;
}

.sni-criteria-item .sni-img {
    width: 60px;
    padding-top: 8px;
}

.sni-criteria-item .sni-img img {
    max-height: 60px;
}

.sni-criteria-item .sni-criteria-text {
    display: block;
    width: calc(100% - 69px);
}

.sni-criteria-item a {
    display: block;
    color: #fff;
    line-height: 31px;
    margin-bottom: 3px;
    font-size: 15px;
    font-weight: bold;
}

.sni-criteria-item span {
    display: block;
    color: #bfbfbf;
    line-height: 24px;
}

span.sni-spacebw {
    display: block;
    width: 1px;
    height: 60px;
    background: #25975d;
}

.sni-link_web {
    border-bottom: #f3f3f3 1px solid;
    padding: 10px 0;
    font-size: 12px;
}

.sni-link_web a {
    color: #000;
}

div#sni-left {
    width: 250px;
    float: left;
    box-sizing: border-box;
}

div.sni-left-title {
    color: #fff;
    text-align: center;
    font-size: 14px;
    height: 39px;
    line-height: 39px;
    font-weight: bold;
    text-transform: uppercase;
    background: var(--color-key);
}

div.sni-left-category {
    border: 1px solid #d6d6d6;
    margin-bottom: 20px;
    padding: 0px;
}

div#sni-left-category ul {
    list-style: none;
}

div#sni-left-category ul li {
    border-bottom: 1px solid #DDD;
    position: relative;
    cursor: pointer;
}

div#sni-left-category ul li .flexwb {
    align-items: flex-start;
}

div#sni-left-category ul li a {
    color: #454545;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
    transition: 0.4s;
    display: block;
    padding: 5px 0 5px 10px;
    line-height: 30px;
    width: calc(100% - 30px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div#sni-left-category ul li span {
    width: 30px;
    height: 41px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.sni-icon-m {
    background: url(../images/icon-m3.png) no-repeat;
    display: inline-block;
}
.sni-icon-arrow-m {
	width: 14px;
	height: 9px;
	background-size: 655px;
	background-position: -125px -30px;
}

div#sni-left-category ul li ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    z-index: 10;
    background: #fff;
    border: 1px solid #d6d6d6;
}

div#sni-left-category  ul li:hover ul {
    display: block;
}

div#sni-left-category ul li ul li a{
	width: 100%;
	font-family: arial;
	padding: 5px 10px;
	font-weight: normal;
	border-bottom:1px solid #DDD !important;
}

div#sni-left-category ul li a:hover, 
div#sni-left-category ul li:hover > div > a {
    color: #c2262c;
    transition: 0.4s;
}

#sni-news {
    padding: 10px 10px 0 10px;
    max-height: 420px;
}

#sni-news .sni-featured-item {
    margin-bottom: 10px;
    display: flex !important;
    border: none;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
    border-bottom: 1px solid #DDD;
}

#sni-news .sni-featured-item:last-child {
    border: none;
}

#sni-news .sni-featured-item .sni-img {
    float: left;
    width: 80px;
    height: 80px;
    object-fit: cover;
}

#sni-news .sni-featured-item .sni-img img {
    float: left;
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.sni-featured-item-name {
    font-weight: bold;
    color: #000;
    line-height: 20px;
    -webkit-line-clamp: 3;
    font-size: 13px;
    width: calc(100% - 90px);
    padding: 5px 0;
}

.sni-featured-item-name:hover {
    color: #c2262c;
}

div#sni-right {
    width: calc(100% - 250px);
    float: right;
}

section#sni-right {
    margin: 0 0 5px -20px;
}

div#sni-center {
    width: calc(100% - 300px);
    float: right;
    margin: 10px 0;
}

div#sni-center {
    margin: 10px 0;
}

.sni-list-news {
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid #E5E5E5;
}

.sni-news-thumbnail {
    text-align: center;
    width: 40%;
    float: left;
}

.sni-news-content {
    width: 60%;
    float: left;
    padding-left: 30px;
}

.sni-news-content h3,
.news-content h3 {
    display: block;
    font-weight: bold;
    font-size: 21px;
    margin: 0px 0 15px;
    position: relative;
    line-height: 26px;
    margin: 10px 0;
}

.sni-news-content h3 a,
.news-content h3 a {
    color: #2a3e55;
}

.sni-news-content h3 a:hover, 
.news-content h3 a:hover {
    color: #c2262c;
}

.sni-news-content p {
    font-size: 17px;
    line-height: 24px;
    margin: 0;
    display: block;
    word-break: break-word;
    margin-bottom: 10px;
    color: #576A7E;
    line-height: 23px;
}

.sni-btn-seemore {
    font-weight: 600;
    color: #2a3e55;
}

.sni-btn-seemore:hover {
    color: #c2262c;
}

.sni-news-image {
    text-align: center;
    display: block;
    border-radius: 5px;
    overflow: hidden;
}

.sni-news-image img {
    width: 100%;
}

.sni-contact-content {
    width: calc(50% - 10px);
    float: left;
}

.sni-contact-form {
    width: calc(50% - 10px);
    float: right;
}

div.sni-contact-form .sni-contact-item {
    margin-bottom: 2%;
}

div.sni-contact-form .sni-contact-item .sni-icon {
    float: left;
    width: 46px;
    color: #aaa;
    border: 1px solid #ddd;
    text-align: center;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

div.sni-contact-form .sni-contact-item input[type='text'] {
    width: calc(100% - 46px);
    border: 1px solid #D6D6D6;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    outline: 0;
    height: 36px;
    padding: 0 5px;
    border-left: none;
}

div.sni-contact-form .sni-contact-item input[type='button'], 
div.sni-contact-form .sni-contact-item input[type='reset'], 
div.sni-contact-form .sni-contact-item input[type='submit'] {
    padding: 10px 25px;
    border: none;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    box-sizing: border-box;
    text-transform: capitalize;
    outline: 0;
    border-radius: 3px;
    background: var(--color-key);
    transition: 0.5s;
}

div.sni-contact-form .sni-contact-item input[type='button']:hover, 
div.sni-contact-form .sni-contact-item input[type='reset']:hover, 
div.sni-contact-form .sni-contact-item input[type='submit']:hover {
    opacity: 0.6;
}

div.sni-contact-form .sni-contact-item textarea {
    width: 100%;
    padding: 5px;
    border: 1px solid #D6D6D6;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    outline: 0;
}

.sni-map iframe {
    width: 100% !important;
}

.sni-cart-noti {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sni-cart-noti img {
    width: 200px;
}

.sni-cart-noti .sni-title {
    font-size: 15px;
    font-family: 'arial';
    margin-bottom: 20px;
}

.sni-cart-noti .sni-name {
    background: #e5101d;
    color: #fff;
    width: 200px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-family: 'arial';
    border-radius: 5px;
}

#sni-footer {
    background: #000;
    color: #fff;
}

.sni-footer-frame_1 {
    align-items: center;
    padding: 39px 0 37px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.sni-footer_0 {
    width: 58%;
}

.sni-footer_01 {
    width: 165px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.sni-footer_01 a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 5px;
    width: 142px;
    height: 42px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.sni-footer_01 a:hover {
    background: #00793c;
    border-color: #00793c;
}

.sni-footer_01 a img {
    margin-top: -3px;
    margin-right: 10px;
}

.sni-company-name {
    display: block;
    font-weight: bold;
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 9px;
}

.sni-phone-num_1 {
    display: flex;
    align-items: center;
    width: 100%;
    color: #ffde00;
    font-size: 22px;
    font-weight: bold;
}

.sni-footer_01 p img {
    margin-top: -3px;
    margin-right: 10px;
}

.sni-footer-frame_2 {
    padding: 35px 0 52px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
}

.sni-footer_1 {
    width: 43.85%;
    margin-right: 63px;
}

.sni-footer-text {
    text-transform: uppercase;
    position: relative;
    font-size: 15px;
    font-weight: bold;
    line-height: 33px;
    margin-bottom: 4px;
}

.sni-footer_1 span {
    display: block;
    padding-top: 2px;
    margin-bottom: 22px;
}

form#sni-form-dk {
    width: 100%;
    line-height: 36px;
    padding: 4px 0 5px 0;
    border-bottom: 1px solid #585858;
}

form#sni-form-dk input[type='text'] {
    width: calc(100% - 107px);
    padding: 0px;
    line-height: 36px;
    float: left;
    border: none;
    background: none;
    outline: none;
    color: #757575;
    font-family: arial;
    font-size: 13px;
    height: 36px;
}

form#sni-form-dk input[type='submit'] {
    float: right;
    background: none;
    color: #fff;
    width: 100px;
    height: 36px;
    line-height: 34px;
    border: 1px solid #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    transition: 0.5s;
    outline: none;
    border-radius: 5px;
}

form#sni-form-dk input[type='submit']:hover {
    background: #00793c;
    border-color: #00793c;
}

.sni-footer_2,
.sni-footer_3 {
    width: calc(50% - 5px);
    max-width: 170px;
    display: block;
}

.sni-cs {
    display: block;
    line-height: 20px;
    color: #fff;
    padding: 5px 0;
}

.sni-cs:hover {
    color: #ff0;
}

div.sni-wap_pro {
    margin: 15px auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    justify-content: space-between;
}

.zoom_slick {
    overflow: hidden;
    width: calc(50% - 10px);
}

.sni-product_info {
    list-style: none;
    width: calc(50% - 10px);
}

.sni-product_info .sni-info {
    padding: 5px 0;
    float: left;
    width: 100%;
    font-size: 15px;
    color: #333333;
}

.sni-product_info .sni-product_name {
    color: #222;
    font-size: 20px;
    font-weight: bold;
}

.sni-product_info .sni-product_price {
    color: #E60F1E;
    font-weight: bold;
    font-size: 20px;
}

.sni-product_quantity {
    border: 1px solid #dfdfdf;
    width: 120px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.sni-product_quantity .sni-a_1 {
    color: #000;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.sni-product_quantity .sni-a_1 svg {
    zoom: 0.7;
}

.sni-quantity {
    border: none;
    outline: 0;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    background: none;
    width: calc(100% - 60px);
    height: 100%;
    text-align: center;
}

.sni-order_info {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 5px 0;
}

.button-secondary {
    width: 35%;
    text-align: center;
    border: 1px solid #ec4137;
    color: #ec4137;
    border-radius: 5px;
    padding: 10px 5px;
    line-height: normal;
    cursor: pointer;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.button-secondary:hover {
    background: #ec4137;
    color: #fff;
}

.sni-order_info a:hover {
    background: #ec4137;
    color: #fff;
}

.sni-order_info a span {
    display: block;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
}

div#sni-tabs {
    background: #eee;
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
}

div#sni-tabs ul#sni-child_tabs {
    list-style: none;
    border: 1px solid #EEE;
}

div#sni-tabs ul#sni-child_tabs li a {
    float: left;
    color: #212121;
    background: #eee;
    padding: 8px 13px;
    cursor: pointer;
    border-bottom: none;
    font-size: 13px;
    text-transform: capitalize;
}

div#sni-tabs ul#sni-child_tabs li.active {
    background: #fff;
    font-weight: bold;
}

div#sni-content_tabs {
    border: 1px solid #EEE;
    border-top: none;
    padding: 10px;
    background: #fff;
}

div#sni-content_tabs::after {
    content: "";
    display: table;
    clear: both;
}

.sni-content-frame {
    background: #fff;
}

.sni-content-frame * {
    max-width: 100% !important;
    word-break: break-word;
}

.sni-same_product {
    width: 100%;
    margin: 0 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
}

.sni-same_item_sp {
    position: relative;
    width: calc(25% - 20px);
    margin: 0 10px 20px 10px;
    border: 1px solid #cacaca;
    overflow: hidden;
}

.sni-same_item_sp .sni-img {
    overflow: hidden;
    position: relative;
    display: block;
}

.sni-same_item_sp .sni-img img {
    width: 100%;
    transition: 1s;
}

.sni-same_item_sp .sni-same_item_info {
    padding: 10px 9px 12px 9px;
}

.sni-same_item_sp .sni-same_item_name {
    color: #333;
    display: block;
    line-height: 24px;
    height: 48px;
    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}

.sni-same_item_sp .sni-same_item_price {
    display: block;
    font-size: 16px;
    color: #c2262c;
    line-height: 23px;
    margin-bottom: 8px;
    font-weight: bold;
}

.sni_article_desc {
    margin-bottom: 2%;
}

.sni_article_name {
    font-size: 17px;
    font-weight: bold;
    color: #000;
}

.sni_article_desc .sni_create_date {
    color: #8f8f8f;
    margin-bottom: 8px;
}

.sni_article_desc .sni_desc {
    font-weight: bold;
    font-style: italic;
}

.sni_othernews {
    border-top: 1px solid #f7f7f7;
}

.sni_othernews .sni_others {
    color: var(--color-key);
    text-transform: uppercase;
    border-bottom: 1px solid;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 20px;
    background: none;
    font-weight: bold;
    font-size: 18px;
}

.sni_othernews ul {
    list-style: none;
}

.sni_othernews ul li {
    background: url(../images/sao.png) 0px 11px no-repeat;
    padding-left: 15px;
    font-size: 20px;
    line-height: 30px;
}

.sni_othernews ul li a {
    font-size: 14px;
    color: #000000;
    transition: 0.6s;
    display: block;
}

.sni_othernews ul.khac li a:hover {
    color: var(--color-key);
    padding-left: 10px;
    transition: 0.6s;
    font-weight: bold;
}

.sni_othernews ul li a span {
    color: rgba(0, 0, 0, 0.5);
}

.mm-menu {
    background: var(--color-key) !important;
    color: #fff !important;
}

.parallax-container {
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
}

.material-parallax {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background-position: center center;
}

.material-parallax img {
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    transform: translate3d(-50%, 0, 0);
}

.parallax-content {
    position: relative;
    z-index: 1;
}

.breadcrumbs-custom {
    margin-bottom: 5px;
}

.breadcrumbs-custom-body {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
    color: #fff;
    font-size: 30px;
    background-color: transparent;
    background-position: center;
}

.breadcrumbs-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.breadcrumbs-custom-title {
    text-shadow: 3px -1px 8px rgb(29 27 27);
    text-align: center;
}

.breadcrumbs-custom-footer {
    padding: 15px 0;
    background: #f9faf9;
}

.breadcrumbs-custom-path a {
    display: inline;
    color: #777777;
}

.breadcrumbs-custom-path li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 2;
    font-weight: 600;
    letter-spacing: .13em;
    font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
}

.breadcrumbs-custom-path li:last-child:after {
    display: none;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
	position: relative;
	padding-left: 40px;
	padding-right: 40px;
	max-width: 870px;
	margin-left: auto;
	margin-right: auto;
	align-items: center;
	justify-content: center;
	font-size: 0;
	line-height: 0;
}

@media (min-width: 768px) {
	.pagination {
		padding-left: 70px;
		padding-right: 70px;
	}
}

.contact-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

address {
    margin-top: 0;
    margin-bottom: 0;
}

.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-end;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.sni-group-contact .form-group {
    padding: 0px 15px;
    margin-bottom: 20px;
    color: #686b6d;
    position: relative;
}

textarea.form-control {
    height: auto;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.product-top-panel {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #151515;
}

/* html .group-md {
    margin-bottom: 10px;
} */

.sni-itembb {
    padding-left: 25px;
}

html .group-md > * {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 25px;
}

.product-top-panel-title {
    margin-left: 20px !important;
}

* + .pagination-wrap {
    margin-top: 30px;
}

.page-item {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.page-item.active > .page-link, 
.page-item.active > .page-link:hover, 
.page-item.active > .page-link:focus, 
.page-item.active > .page-link:active {
    color: #d9a1a3;
    background-color: transparent;
    border-color: transparent;
}

.page-link {
    display: inline-block;
    min-width: 24px;
    padding: 0px 5px;
    border: 0 solid transparent;
    font-size: 18px;
    line-height: 1.33333;
    font-weight: 500;
    letter-spacing: 0;
    font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    transition: all 0.25s ease-in-out;
}

.aside-title {
    padding-bottom: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid #e1e1e1;
    font-size: 16px;
    letter-spacing: .075em;
}

.item-folder {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 14px;
    margin-bottom: 0.5rem;
}

.productinfo a:hover {
    color: #c2262c;
}

.subCategory {
    background: #fff;
    box-shadow: 0 2px 20px rgb(0 0 0 / 8%);
    border-radius: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    text-align: center;
}

.subCategory img {
    width: 49px;
    padding-right: 10px;
}

.subCategory_link {
    padding-top: 10px;
    display: block;
    font-size: 18px;
    line-height: inherit;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    height: 40px;
    overflow: hidden;
}

.subCategory_link:hover {
    color: #c2262c;
}

.breadcrumbs-custom-path a:hover, 
.breadcrumbs-custom-path li.active {
    color: #00793c;
}

.sni-cart-section {
    margin-top: 40px;
}

.sni-title_cart {
    color: #686b6d;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 30px;
    font-weight: 700;
}

.sni-col-main {
    float: none;
    width: auto;
}

.row_cart {
    height: 200.8px;
    max-height: 200.8px;
}

.sni-sp-item {
    display: flex;
    height: 200.8px;
    border-top: none;
    border-left: none;
    border-bottom: none;
    align-items: center;
}

.sni-product-name {
    margin: 0px;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #686b6d;
    line-height: 24px;
    margin-left: 0px;
    display: block;
    width: 100%;
    text-align: left;
}

.sni-product-name a {
    color: #686b6d;
    text-decoration: none;
}

.sni-remove-sp {
    float: left;
    font-size: 14px;
    line-height: 26px;
    width: auto;
    height: 26px;
    display: block;
    text-align: left;
    color: #898989;
}

.sni-remove-sp:hover {
    color: #c2262c;
}

.sni-remove-sp span {
    margin-left: 0;
    display: block;
    width: 100%;
}

.sni-remove-sp span svg {
    width: 14px;
    height: 14px;
    display: inline-block;
    float: left;
    margin-top: 5px;
}

.sni-items-count {
    outline: none;
    vertical-align: baseline;
    text-align: center;
    padding: 0;
    display: inline-block;
    margin: 0;
    z-index: 2;
    line-height: 24px;
    font-weight: 400;
    height: 24px;
    width: 24px;
    top: 10px;
    background: #fff;
    border: none;
    color: #363636;
    position: absolute;
}

.btn-minus {
    left: 22px;
    font-size: 24px;
    top: 7px;
}

.btn-plus {
    left: auto;
    right: 22px;
    font-size: 20px;
    top: 8px;
}

.cart-qty {
    height: auto;
    border-right: none;
    width: 70%;
    min-width: 105px;
    border-radius: 0;
    border: none;
    margin-top: 0px;
    padding: 0px;
    position: relative;
    padding-right: 0;
    display: flex;
    justify-content: center;
}

.numeric-input {
    min-height: 0;
    position: static;
    display: inline-block;
    float: left;
    margin-bottom: 0;
    border-radius: 20px;
    padding-right: 0;
    margin-left: 0px;
    text-align: center;
    padding: 0;
    line-height: 40px;
    font-weight: 400;
    font-size: 14px;
    border: 1px solid #ddd;
    height: 40px;
    display: block;
    width: 120px;
    padding: 0;
    border-radius: 20px;
}

.sni-payment-btn {
    width: 70%;
    float: right;
    padding: 20px 0;
    text-align: right !important;
    display: flex;
    justify-content: flex-end;
}

#pt_button-form-process {
    width: 202px;
    height: 40px;
}

#pt_button-form-process-2 {
    width: 50%;
    height: 50px;
}

#pt_button-form-login,
#pt_button-form-forgot {
    width: 100% !important;
    margin-bottom: 1rem;
}

.sni-bg-scroll {
    border-top: none;
    margin-top: 15px;
    overflow: hidden;
    border-top: none;
    border-bottom: none;
    border-right: none;
    background: #fff;
}

.sni-cart-thead {
    font-weight: 700;
    font-size: 14px;
    clear: both;
    width: 100%;
    float: left;
    min-width: 700px;
    color: #333;
    border-bottom: 1px solid #ebebeb;
    padding: 0px;
}

.sni-cart-tbody {
    border-top: 0px;
    border-bottom: 0px;
    width: 100%;
    float: left;
}

.sni-cart-thead div {
    float: left;
    font-weight: 700;
    padding: 27px 0px 10px;
    color: #686b6d;
    text-align: center;
    font-size: 15px;
}

.sni-item-cart {
    width: 100%;
    float: left;
}

.sni-item-cart > div {
    float: left;
    padding: 10px;
    line-height: 20px;
    vertical-align: top;
    height: 180px;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column;
    justify-content: center;
    border-bottom: 1px solid #e1e1e1;
}

.sni-item-cart > div:first-child {
    padding-left: 0 !important;
}

.sni-item-cart div.image {
    padding: 10px !important;
}

.sni-product-image {
    height: auto;
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
}

.sni-product-image img {
    max-width: 100%;
    height: auto;
    max-height: 155px;
    width: auto;
    display: inherit;
}

.sni-prices {
    font-weight: 600;
    font-size: 14px;
}

.sni-header-container,
.sni-mobile-menu-container,
.breadcrumb-container {
    padding: 0;
}

.sni-main_content-container {
    padding: 5px 0 20px;
}

.sni-sub-category-menu {
    margin: 0 20px;
    padding-right: 35px;
}

.sni-flex-layout {
    display: flex;
    align-items: baseline;
}

.sni-checkout-header {
    padding-top: 10px;
    padding-bottom: 10px;
}

.expandable {
    cursor: pointer;
}

.sni-checkout-title {
    color: #333;
    font-weight: 600;
    font-size: 1.15rem;
    flex: 1 1 auto;
}

.sni-order-summary {
    padding-top: 1em;
    padding-bottom: 1em;
}

.sni-product-table {
    border-spacing: 0;
    font-size: 1em;
    width: 100%;
    margin: 0;
    padding: 
}

.product-table td, 
.product-table th {
    padding-top: 0;
    padding-bottom: 0;
}

.sni-product-table td {
    padding-top: 1em;
}

.sni-product-table td:first-child {
    padding-left: 0;
}

.sni-product-table tbody th {
    padding-left: 1em;
    font-weight: 500;
    color: #333;
    padding-top: 0;
    padding-bottom: 0;
}

.sni-product-thumbnail {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: #fff;
    position: relative;
}

.sni-product-thumbnail-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.sni-product__image {
    width: 50px;
    height: 50px;
}

.sni-product__price {
    width: 100px;
    text-align: right;
    padding-right: 10px;
}

.sni-product-thumbnail__quantity {
    font-size: .78em;
    white-space: nowrap;
    padding: 0 .62em;
    border-radius: 2em;
    background-color: #2a9dcc;
    color: #fff;
    position: absolute;
    right: -.9em;
    top: -.55em;
    z-index: 3;
    box-sizing: border-box;
    min-width: 1.75em;
    height: 1.75em;
    text-align: center;
    line-height: 1.75em;
}

.sni-backToCart {
    display: flex;
    align-items: center;
}

.form-check__row {
    display: table;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    padding: 1em;
    border: 1px solid #ccc;
    cursor: pointer;
}

.radio-wrapper {
    display: table;
    box-sizing: border-box;
    width: 100%;
    cursor: pointer;
}

.radio-wrapper:after, 
.radio-wrapper:before {
    content: "";
    display: table;
}

.radio-wrapper:last-child {
    margin-bottom: 0;
}

.radio-input {
    display: table-cell;
    white-space: nowrap;
    padding-right: .75em;
}

.sni-payment-content:after, 
.sni-payment-content:before {
    content: "";
    display: table;
}

.form-check-input:checked:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #2196F3;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sni-total-recap {
    font-size: 1.12em;
    line-height: 1em;
    font-weight: 600;
    color: #2a9dcc;
}

.des {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 20px;
}

.form-group label span.required {
    color: #ff0000;
}

.lost_password {
    text-align: center;
}

.sni-product_container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.sni-product_label {
    padding: 5px 0;
    margin-right: 10px;
}

.sni-contact-price {
    
}