@charset "utf-8";
html {
    height: 100%
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn,
em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer,
header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

body {
    color: #333;
    font: 14px/17px Arial, Helvetica, sans-serif;
    background: #ffffff;
    height: 100%
}

html {
    -webkit-text-size-adjust: none
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

nav ul {
    list-style: none
}

a {
    color: #3db33e;
    text-decoration: none;
    vertical-align: baseline
}

a:hover {
    text-decoration: underline
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input, select {
    vertical-align: middle
}

/* main styles */
#wrapper {
    width: 100%;
    min-width: 1320px;
    position: relative;
    overflow: hidden
}

/* header */
#header {
    margin-bottom: 40px;
    position: relative;
    z-index: 500;
    background: #fff
}

#header .top-holder {
    margin: 0 auto;
    width: 1300px;
    padding: 10px 10px 15px
}

#header .top-holder:after,
.header-row .holder:after {
    content: '';
    display: block;
    clear: both
}

#header .logo {
    margin: 0 32px 0 0;
    float: left;
    width: 300px;
    height: 36px;
    background: url(../images/logo.png) no-repeat;
    text-indent: -9999px;
    overflow: hidden
}

#header .logo a {
    display: block;
    height: 100%
}

/* top navigation */
#nav {
    margin-top: 11px;
    float: left
}

#nav li {
    display: inline-block;
    vertical-align: top;
    margin: 0 -3px 0 26px
}

#nav li:first-child {
    margin-left: 0
}

#nav a {
    color: #333
}

/* language selector */
.language-selector {
    float: right;
    margin-top: 4px
}

.language-selector label {
    margin: 9px 16px 0 0;
    float: left;
    font-size: 12px;
    line-height: 16px
}

.language-selector .select {
    width: 120px;
    float: left
}

.language-selector select {
    width: 120px
}

.header-row {
    background: #333;
    padding: 9px 0 0;
    height: 50px;
    box-shadow: 0 1px #ddd;
    -webkit-box-shadow: 0 1px #ddd;
    color: #fff
}

.header-row a {
    color: #fff
}

.header-row .holder {
    margin: 0 auto;
    width: 1300px;
    padding: 0 10px
}

#header .product-link {
    margin-right: 20px;
    float: left;
    width: 220px;
    position: relative
}

#header .product-link .opener {
    display: block;
    padding: 17px 10px 16px 13px;
    height: 17px;
    position: relative;
    z-index: 20
}

#header .product-link .opener strong {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-right: 23px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    max-width: 100%
}

#header .product-link .opener strong:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff
}

#header .product-link:hover .opener {
    background: #3db33e
}

#header .drop {
    display: none
}

#header .product-link:hover .drop {
    display: block
}

#header .product-link .drop {
    position: absolute;
    top: 40px;
    left: 0;
    padding-top: 10px;
    width: 220px;
    background: #fff;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5)
}

#header .product-link .drop h3 {
    font: bold 18px/22px Arial, Helvetica, sans-serif;
    color: #348f37;
    background: #c7e7c8;
    padding: 9px 5px 9px 13px
}

#header .product-link .links {
    list-style: none
}

#header .product-link .links li {
    border-top: 1px #ddd solid
}

#header .product-link .links li:first-child {
    border-top: 0
}

#header .product-link .links a {
    display: block;
    font-size: 12px;
    line-height: 15px;
    color: #545454;
    padding: 12px 20px 12px 13px;
    position: relative
}

#header .product-link .links a:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -5px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid #bbb;
    border-bottom: 5px solid transparent
}

#header .product-link .links a:hover {
    text-decoration: none;
    background-color: #eee;
}

/* header search box */
#header .search-box {
    float: left;
    margin-top: 3px;
}

#header .search-box .text {
    float: left;
    width: 219px;
    height: 32px;
    border: 1px #ddd solid;
    background: #fff;
    border-width: 1px 0 1px 1px;
    border-radius: 2px 0 0 2px;
    position: relative
}

#header .search-box .text:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 9px;
    width: 20px;
    height: 20px;
    background: url(../images/sprites.png) no-repeat;
    overflow: hidden;
    z-index: 20
}

#header .search-box input[type=text] {
    border: 0;
    background: none;
    display: block;
    position: relative;
    z-index: 5;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font: 14px/16px Arial, Helvetica, sans-serif;
    padding: 8px 4px 8px 38px
}

#header .search-box input[type=submit] {
    float: left;
    width: 80px;
    height: 34px;
    border: 0;
    background: #ddd;
    text-align: center;
    border-radius: 0 2px 2px 0;
    font: bold 14px/34px Arial, Helvetica, sans-serif;
    color: #555;
    cursor: pointer
}

#header .search-box input[type=submit]:hover {
    background: #eee
}

/* header order links */
#header .order-links {
    float: right;
    margin-right: 3px
}

#header .order-links p {
    float: left;
    line-height: 40px
}

#header .order-links .btn-check,
#header .order-links .login-box .opener {
    margin-left: 24px;
    float: left;
    padding: 0 22px;
    font: bold 14px/40px Arial, Helvetica, sans-serif;
    color: #fff;
    background: #ffa100;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFA200), color-stop(1, #FF9100));
    background-image: -o-linear-gradient(bottom, #FFA200 0%, #FF9100 100%);
    background-image: -moz-linear-gradient(bottom, #FFA200 0%, #FF9100 100%);
    background-image: -webkit-linear-gradient(bottom, #FFA200 0%, #FF9100 100%);
    background-image: -ms-linear-gradient(bottom, #FFA200 0%, #FF9100 100%);
    background-image: linear-gradient(to bottom, #FFA200 0%, #FF9100 100%);
    border-radius: 3px
}

#header .order-links .btn-check:hover {
    background: #ffc103;
    background: -moz-linear-gradient(top, #ffc103 0%, #ffa100 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffc103), color-stop(100%, #ffa100));
    background: -webkit-linear-gradient(top, #ffc103 0%, #ffa100 100%);
    background: -o-linear-gradient(top, #ffc103 0%, #ffa100 100%);
    background: -ms-linear-gradient(top, #ffc103 0%, #ffa100 100%);
    background: linear-gradient(to bottom, #ffc103 0%, #ffa100 100%);
    text-decoration: none
}

#header .order-links .login-box .opener:hover {
    background: #9ccc64;
    background: -moz-linear-gradient(top, #9ccc64 0%, #67bc3f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9ccc64), color-stop(100%, #67bc3f));
    background: -webkit-linear-gradient(top, #9ccc64 0%, #67bc3f 100%);
    background: -o-linear-gradient(top, #9ccc64 0%, #67bc3f 100%);
    background: -ms-linear-gradient(top, #9ccc64 0%, #67bc3f 100%);
    background: linear-gradient(to bottom, #9ccc64 0%, #67bc3f 100%);
    text-decoration: none
}

#header .order-links .login-box {
    margin-left: 10px;
    float: left;
    position: relative
}

#header .order-links .login-box .opener {
    margin: 0;
    padding: 0 28px;
    background: #66bc3e;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #66BC3E), color-stop(1, #49B04B));
    background-image: -o-linear-gradient(bottom, #66BC3E 0%, #49B04B 100%);
    background-image: -moz-linear-gradient(bottom, #66BC3E 0%, #49B04B 100%);
    background-image: -webkit-linear-gradient(bottom, #66BC3E 0%, #49B04B 100%);
    background-image: -ms-linear-gradient(bottom, #66BC3E 0%, #49B04B 100%);
    background-image: linear-gradient(to bottom, #66BC3E 0%, #49B04B 100%);
}

#header .order-links .login-box .opener.mypage {
    padding: 0 21px;
}

#header .order-links .login-box .drop {
    position: absolute;
    top: 40px;
    right: -23px;
    padding-top: 10px;
    min-width: 220px;
    color: #333;
}

#header .order-links .login-box:hover .drop {
    display: block;
}

#header .order-links .login-box .drop:before {
    content: '';
    position: absolute;
    top: 1px;
    right: 64px;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fff;
}

#header .order-links .login-box .box {
    padding: 12px 20px 17px;
    min-width: 180px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

#header .order-links .login-box .box.box2 {
    padding: 15px 0 0;
    min-width: 220px;
}

#header .order-links .login-box .drop .btn-login {
    display: block;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
    line-height: 35px;
    height: 35px;
    background: #56b645;
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, #66BC3E),
            color-stop(1, #49B14B)
    );
    background-image: -o-linear-gradient(bottom, #66BC3E 0%, #49B14B 100%);
    background-image: -moz-linear-gradient(bottom, #66BC3E 0%, #49B14B 100%);
    background-image: -webkit-linear-gradient(bottom, #66BC3E 0%, #49B14B 100%);
    background-image: -ms-linear-gradient(bottom, #66BC3E 0%, #49B14B 100%);
    background-image: linear-gradient(to bottom, #66BC3E 0%, #49B14B 100%);
    border-radius: 3px;
    cursor: pointer;
    border: 0;
}

#header .order-links .login-box .drop .btn-login:hover {
    background: #9ccc64;
    background: -moz-linear-gradient(top, #9ccc64 0%, #67bc3f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9ccc64), color-stop(100%, #67bc3f));
    background: -webkit-linear-gradient(top, #9ccc64 0%, #67bc3f 100%);
    background: -o-linear-gradient(top, #9ccc64 0%, #67bc3f 100%);
    background: -ms-linear-gradient(top, #9ccc64 0%, #67bc3f 100%);
    background: linear-gradient(to bottom, #9ccc64 0%, #67bc3f 100%);
    text-decoration: none;
}

#header .order-links .login-box .drop p {
    line-height: 17px;
    margin: 0 0 0 3px;
}

#header .order-links .login-box .drop p a {
    color: #3db23e;
    text-decoration: underline;
}

#header .order-links .login-box .drop p a:hover {
    text-decoration: none;
}

#header .order-links .login-box .drop span {
    padding: 0 10px 13px;
    margin: 0 0 10px;
    border-bottom: 2px #3db33e solid;
    color: #3db23e;
    font-weight: bold;
    font-size: 16px;
    box-sizing: border-box;
    width: 100%;
    display: block;
}

#header .order-links .login-box .drop .links {
    list-style: none;
    margin-bottom: 10px;
}

#header .order-links .login-box .drop .links li {
    font-size: 14px;
    line-height: 17px;
    padding: 7px 5px 7px 13px;
}

#header .order-links .login-box .drop .links a {
    color: #333;
}

/* main content */
.site-title {
    display: block;
    margin: 0;
    font-size: 24px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 600;
    background-color: #119358;
    padding: 10px 20px;
}

#main {
    margin: 0 auto;
    width: 1300px;
    padding: 0 10px 20px;
}

.main-columns:after,
.main-three-columns:after {
    content: '';
    display: block;
    clear: both;
}

.main-three-columns {
    padding-bottom: 27px;
}

.main-columns .main-content,
.main-three-columns .main-content {
    width: 100%;
    float: left;
    padding: 0 260px 0 330px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.main-columns .main-content {
    padding-right: 0;
}

.main-content .heading {
    overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 9px;
    border-bottom: 2px #3db33e solid;
}

.main-content .heading.title {
    padding-top: 11px;
    margin-bottom: 41px;
}

.main-content .heading.title2 {
    padding-top: 11px;
    margin-bottom: 20px;
}

.main-content .heading.ttl2 {
    padding-bottom: 6px;
}

.main-content .heading .link-more {
    margin: 8px 14px 0 20px;
    float: right;
    font-weight: bold;
    line-height: 18px;
}

.main-content .heading h2,
.main-content .heading h1,
.main-content .heading h3 {
    margin: 0 0 0 2px;
    font: bold 24px/28px Arial, Helvetica, sans-serif;
    color: #3db33e;
}

/* recommend list */
.recommend-list-holder {
    padding-bottom: 28px;
}

.recommend-list-holder.pt23 {
    padding-top: 23px;
}

/* product list */
.product-list-holder {
    padding-bottom: 30px;
}

/* product list */
.product-list {
    margin-left: -10px;
    list-style: none;
    display: flex;
    width: 100%;
}

.product-list li {
    padding: 0 0 10px 10px;
    width: 170px;
    /* flex: 1; */
    /* display:inline-block; */
    vertical-align: top;
}

.recommend-list-holder .product-list li {
    width: 230px;
}

.product-list.five-cols li {
    width: 186px;
}

.product-list .visual {
    background: #323232;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.product-list a:hover {
    text-decoration: none;
}

.product-list a:hover .visual {
    position: relative;
}

.product-list a:hover .visual:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.2);
}

.product-list .new,
.product-list .sold_out {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 30px;
    text-align: center;
    font: bold 14px/30px Arial, Helvetica, sans-serif;
    text-transform: capitalize;
    background: #f2514b;
    color: #fff;
    overflow: hidden;
}

.product-list .discount {
    content: '';
    position: absolute;
    top: 5px;
    left: -23px;
    width: 88px;
    height: 30px;
    text-align: center;
    font: bold 14px/30px Arial, Helvetica, sans-serif;
    text-transform: capitalize;
    background: #f2514b;
    color: #fff;
    overflow: hidden;
    transform: rotate(-45deg);
    /* box-shadow: 0px 0px 6px red; */
}

.product-list .new {
    content: 'New';
    background: #0092f9;
}

.product-list .sold_out {
    content: 'SOLD OUT';
    background: #555555;
}

.product-list .visual img {
    vertical-align: top;
    width: auto;
    height: 170px;
}

.recommend-list-holder .product-list .visual img {
    height: 230px;
}

.product-list.five-cols .visual img {
    height: 186px;
}

.product-list .title {
    display: table;
    vertical-align: middle;
    width: 100%;
}

.product-list .title span {
    display: table-cell;
    vertical-align: middle;
    background: #555;
    color: #fff;
    height: 30px;
    font: 14px/15px Arial, Helvetica, sans-serif;
    padding: 0 9px;
    text-align: center;
}

.product-list .box-info {
    /* Equal Height and Width using Flexbox */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    border: 1px #ddd solid;
}

.product-list .info,
.product-list .text {
    padding: 12px 11px 9px;
    background: #fff;
    border: 1px #ddd solid;
    border-width: 0 1px 1px;
    border-radius: 0 0 3px 3px;
}

.product-list .info {
    border: unset;
}

.product-list .info p,
.product-list .text p {
    margin: 0 0 10px;
    font-size: 12px;
    line-height: 14px;
    color: #333;
}

.product-list .info .price,
.product-list .text .price {
    margin: 0 0 3px;
    font: bold 20px/24px Arial, Helvetica, sans-serif;
    color: #333;
}

.product-list .info p.currency,
.product-list .text p.currency {
    font-size: 14px;
    line-height: 17px;
    color: #333;
    margin-bottom: 14px;
}

.product-list .btn-add,
.my-list-table .btn-add,
.product-gallery-holder .btn-add {
    display: block;
    margin: 0 -2px;
    font: 14px/34px Arial, Helvetica, sans-serif;
    text-align: center;
    color: #fff;
    letter-spacing: 0.5px;
    background: #f90;
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, #FFA200),
            color-stop(1, #FF9100)
    );
    background-image: -o-linear-gradient(bottom, #FFA200 0%, #FF9100 100%);
    background-image: -moz-linear-gradient(bottom, #FFA200 0%, #FF9100 100%);
    background-image: -webkit-linear-gradient(bottom, #FFA200 0%, #FF9100 100%);
    background-image: -ms-linear-gradient(bottom, #FFA200 0%, #FF9100 100%);
    background-image: linear-gradient(to bottom, #FFA200 0%, #FF9100 100%);
    border-radius: 3px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    min-width: 115px;
}

.product-list .btn-add:hover,
.my-list-table .btn-add:hover,
.product-gallery-holder .btn-add:hover {
    background: #ffc103;
    background: -moz-linear-gradient(top, #ffc103 0%, #ffa100 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffc103), color-stop(100%, #ffa100));
    background: -webkit-linear-gradient(top, #ffc103 0%, #ffa100 100%);
    background: -o-linear-gradient(top, #ffc103 0%, #ffa100 100%);
    background: -ms-linear-gradient(top, #ffc103 0%, #ffa100 100%);
    background: linear-gradient(to bottom, #ffc103 0%, #ffa100 100%);
    text-decoration: none;
}

.product-gallery-holder .button-row [disabled].btn-add:hover,
.product-list [disabled].btn-add,
.my-list-table [disabled].btn-add,
.product-gallery-holder [disabled].btn-add,
.bottom-buttons [disabled].btn-add,
.product-list .btn-add.disabled,
.my-list-table .btn-add.disabled,
.product-gallery-holder .btn-add.disabled {
    background: #ddd;
    border-color: #ddd;
    color: #9a9a9a;
    pointer-events: none;
    cursor: default;
}

.btn-add.ask {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #808080), color-stop(1, #808080));
}

.btn-add.ask:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5f5d5d), color-stop(100%, #5f5d5d)) !important;
}

.download-row {
    text-align: right;
}

.btn-print,
.btn-download,
.btn-detail {
    margin-bottom: 9px;
    display: block;
    text-align: center;
    padding: 0 4px;
    font: bold 14px/28px Arial, Helvetica, sans-serif;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.btn-print:hover,
.btn-download:hover,
.btn-detail:hover,
.download-row .btn-download:hover {
    text-decoration: none;
    color: #77ca78;
}

.download-row .btn-download {
    display: inline-block;
    vertical-align: top;
    padding: 0 16px;
    margin: 0 0 0 13px;
    text-align: left;
}

.download-row span {
    display: inline-block;
    vertical-align: top;
    font: bold 12px/28px Arial, Helvetica, sans-serif;
    color: #3db23e;
}

/* contact block */
.contact-block {
    margin-top: 8px;
}

.contact-block .notification {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    margin: 0 0 24px;
}

.contact-block h4 {
    color: #43B145;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    margin: 17px 0 10px;
}

.contact-block .pb23 {
    font-size: 15px !important;
    line-height: 17px;
}

.contact-block .pb23 ul {
    margin: 0;
    padding-left: 25px;
}

.contact-block .pb23 ul li a {
    color: #2D8CFF;
    text-decoration: underline;
}

.contact-form {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: left;
    width: 640px;
    padding: 14px 19px 23px 20px;
    background: #fff;
    border: 1px solid #ddd;
    margin: 0 10px 20px 0;
}

.contact-form .row {
    overflow: hidden;
    padding: 4px 0 12px;
}

.contact-form.confirm .row {
    padding: 2px 0 5px;
}

.contact-form .label,
.contact-form label {
    float: left;
    width: 188px;
    line-height: 28px;
    font-weight: bold;
    padding: 0 10px 0 0;
}

.contact-form label .mark {
    color: #f00;
}

.contact-form .text {
    overflow: hidden;
}

.contact-form .entered-text {
    padding: 6px 0 5px;
    overflow: hidden;
    word-wrap: break-word;
    line-height: 17px;
}

.contact-form textarea,
.contact-form .text input {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    padding: 4px;
    font: 14px/18px Arial, Helvetica, sans-serif;
    border: 1px solid #bbb;
    background: #fff;
    margin: 0;
}

.contact-form textarea {
    min-height: 102px;
    min-width: 100%;
    max-width: 100%;
}

.contact-form .note:before,
.contact-form .note:after {
    content: '*';
    color: #f00;
}

.contact-form .note {
    float: left;
    padding: 3px 0 0;
    width: 188px;
    font-size: 12px;
    line-height: 12px;
    clear: left;
}

.contact-form .btn-holder {
    overflow: hidden;
    padding-left: 198px;
}

.contact-form .btn-submit {
    height: 34px;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 20px;
    width: 220px;
    margin: 0;
}

.contact-form input.btn-submit {
    padding-bottom: 2px;
}

.contact-form .two-btn-holder {
    text-align: center;
    padding: 11px 2px 6px 0;
}

.contact-form .btn-cancel {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 34px;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 34px;
    font-weight: bold;
    width: 220px;
    background: #fff;
    color: #48b04b;
    background: #fff;
    border: 0;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.contact-form .btn-cancel:hover {
    text-decoration: none;
    color: #77ca78;
}

.contact-form .two-btn-holder .btn-submit,
.contact-form .two-btn-holder .btn-cancel {
    margin: 0 8px;
}

.contact-form .two-btn-holder a.btn-cancel:hover {
    text-decoration: none;
}

.contact-form .select-holder {
    overflow: hidden;
}

.contact-form .select.arrows {
    margin: 4px 0;
}

.contact-form .error-message {
    display: none;
    background: #ffcdd2;
    padding: 3px 13px;
    color: #f00;
    line-height: 18px;
    font-weight: bold;
    margin: 6px 0 0;
}

.contact-form.error .error-message {
    display: block;
}

.select.arrows {
    overflow: hidden;
}

/* select arrows */
.select.arrows.w100 {
    overflow: hidden;
    width: 100px;
    float: left;
}

.select.arrows.w220 {
    overflow: hidden;
    width: 220px;
}

.select.arrows.w190 {
    overflow: hidden;
    width: 190px;
}

.select.arrows.mr10 {
    margin-right: 10px;
}

.select.arrows .select-area {
    background: #fefefe;
    background: -moz-linear-gradient(top, #fefefe 0%, #eeeeee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #eeeeee));
    background: -webkit-linear-gradient(top, #fefefe 0%, #eeeeee 100%);
    background: -o-linear-gradient(top, #fefefe 0%, #eeeeee 100%);
    background: -ms-linear-gradient(top, #fefefe 0%, #eeeeee 100%);
    background: linear-gradient(to bottom, #fefefe 0%, #eeeeee 100%);
    border-color: #999;
    height: 20px;
    width: 100% !important;
    padding-right: 20px;
}

.select.arrows .select-area .center {
    line-height: 16px;
    color: #000;
    padding-left: 10px;
}

.select.arrows .select-area .select-opener {
    width: 20px;
    height: 100%;
}

.select.arrows .select-area .select-opener:before {
    border-style: solid;
    border-color: transparent transparent #555;
    border-width: 0 3px 3px;
    right: 6px;
    top: 5px;
}

.select.arrows .select-area .select-opener:after {
    content: '';
    border-style: solid;
    border-color: #555 transparent transparent;
    border-width: 3px 3px 0;
    position: absolute;
    right: 6px;
    bottom: 5px;
}

/* fax order */
.fax-order {
    float: right;
    width: 300px;
    font-size: 14px;
    line-height: 20px;
    margin: -3px 7px 0 0;
}

.fax-order .mark {
    color: #f00;
}

#wrapper .fax-order .btn-order {
    display: block;
    width: 220px;
    font-size: 16px;
    line-height: 34px;
    margin: 0 auto 12px;
    height: 34px;
    padding: 0;
}

.breadcrumbs {
    margin: 0 0 1px 2px;
    list-style: none;
    font-size: 16px;
    line-height: 18px;
}

.breadcrumbs li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 16px;
}

.breadcrumbs li:before {
    content: '>';
    position: absolute;
    top: 1px;
    left: 1px;
}

.breadcrumbs li:first-child {
    padding-left: 0;
}

.breadcrumbs li:first-child:before {
    display: none;
}

/* product gallery */
.product-gallery-holder {
    margin-bottom: 30px;
    overflow: hidden;
}

.product-gallery-holder .product-gallery {
    float: left;
    width: 530px;
}

.product-gallery .thumbnails-column {
    float: left;
    width: 90px;
    padding-right: 20px;
    overflow: hidden;
}

.product-gallery .thumbnails-column .swiper-container {
    width: 90px;
    height: 468px;
}

.product-gallery .thumbnails-column .swiper-wrapper {
    display: block !important;
}

.product-gallery .thumbnails-column .swiper-slide {
    display: block;
    position: relative;
    width: 90px !important;
}

.product-gallery .gallery-thumbs ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.product-gallery .thumbnails-column li {
    height: auto;
    margin: 0;
    padding: 0 0 10px;
}

.product-gallery .thumbnails-column .swiper-slide img {
    vertical-align: top;
    width: 90px;
}

.product-gallery .thumbnails-column .swiper-slide.active:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #777;
}

.product-gallery .image-column {
    width: 420px;
    float: left;
    margin: 0 0 20px;
}

.product-gallery .image-column .swiper-container {
    width: 420px;
}

.product-gallery-holder .info-column {
    padding-left: 20px;
    overflow: hidden;
}

.product-gallery-holder .info-list {
    margin: 0 0 2px;
    line-height: 20px;
}

.product-gallery-holder .info-list:after {
    content: '';
    display: block;
    clear: both;
}

.product-gallery-holder .info-list dt {
    clear: left;
    float: left;
    padding: 0 10px 13px 3px;
    width: 110px;
}

.product-gallery-holder .info-list dd {
    padding: 0 0 13px;
    overflow: hidden;
}

.product-gallery-holder .info-list .ico-info {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    position: relative;
    margin-left: 2px;
}

.product-gallery-holder .info-list .ico-info span {
    display: block;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    background: url(../images/sprites.png) no-repeat -40px -30px;
    overflow: hidden;
}

.product-gallery-holder .info-list .price {
    font-size: 16px;
    font-weight: bold;
    color: #f34d45;
}

.product-gallery-holder .info-list .price span {
    font-size: 24px;
    line-height: 28px;
    display: block;
    margin-bottom: 5px;
}

.product-gallery-holder .info-list .price-ttl {
    padding-top: 2px;
}

.product-gallery-holder .info-list .tooltip {
    position: absolute;
    bottom: 20px;
    left: -69px;
    width: 280px;
    padding-bottom: 14px;
    display: none;
}

.product-gallery-holder .info-list .ico-info:hover .tooltip {
    display: block;
}

.product-gallery-holder .info-list .tooltip .frame {
    padding: 11px 10px 15px 12px;
    background: #36b536;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    position: relative;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
}

.product-gallery-holder .info-list .tooltip .frame:before {
    content: '';
    position: absolute;
    bottom: -13px;
    left: 69px;
    width: 20px;
    height: 13px;
    background: url(../images/sprites.png) no-repeat -130px 0;
}

.product-gallery-holder .info-list .tooltip .tooltip-title {
    display: block;
    margin: 0 0 6px;
    font: bold 14px/17px Arial, Helvetica, sans-serif;
}

.product-gallery-holder .button-row {
    margin-bottom: 10px;
    padding: 10px 0;
    border: 1px #bbb solid;
    border-width: 1px 0;
}

.product-gallery-holder .button-row:after {
    content: '';
    display: block;
    clear: both;
}

.product-gallery-holder .button-row .btn-add {
    font-size: 18px;
    line-height: 50px;
    margin: 0 23px 0 0;
    float: left;
    padding: 0 20px;
}

.product-gallery-holder .button-row .btn-add:hover {
    background: #ffc103;
    background: -moz-linear-gradient(top, #ffc103 0%, #ffa100 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffc103), color-stop(100%, #ffa100));
    background: -webkit-linear-gradient(top, #ffc103 0%, #ffa100 100%);
    background: -o-linear-gradient(top, #ffc103 0%, #ffa100 100%);
    background: -ms-linear-gradient(top, #ffc103 0%, #ffa100 100%);
    background: linear-gradient(to bottom, #ffc103 0%, #ffa100 100%);
    text-decoration: none;
}

.product-gallery-holder .button-row p {
    margin: 17px 0 0;
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
}

.product-gallery .swiper-slide img {
    max-width: 100%;
    width: 100%;
    height: auto;
    vertical-align: top;
}

.product-gallery .swiper-slide .img-description {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.5);
    padding: 5px 10px;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
}

.product-gallery .bx-prev,
.product-gallery .bx-next {
    display: none;
}

.social-networks {
    margin: 0 0 11px;
    overflow: hidden;
}

.social-networks a {
    display: inline-block;
    vertical-align: top;
    margin-right: 7px;
}

.social-networks a img {
    vertical-align: top;
}

/* order steps */
.order-steps {
    text-align: center;
    margin: 0 0 21px;
}

.order-steps ul {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: #bbb;
    font-size: 18px;
    line-height: 24px;
}

.order-steps li {
    background: #fff;
    border: 2px solid #bbb;
    float: left;
    width: 186px;
    padding: 11px 10px;
    position: relative;
    margin: 0 0 0 30px;
}

.order-steps li.active {
    border-color: #36b536;
    color: #36b536;
}

.order-steps li.complete {
    color: #fff;
    background: #36b536;
    border-color: #36b536;
}

.order-steps li:before {
    content: '';
    position: absolute;
    left: -21px;
    top: 50%;
    margin-top: -9px;
    border-style: solid;
    border-color: transparent transparent transparent #bbb;
    border-width: 9px 0 9px 9px;
}

.order-steps li.complete + li:before,
.order-steps li.active + li:before {
    border-color: transparent transparent transparent #36b536;
}

.order-steps li:first-child {
    margin-left: 0;
}

.order-steps li:first-child:before {
    display: none;
}

.main-content .heading.mb7 {
    margin-bottom: 7px;
}

.main-content .heading.mb17 {
    margin-bottom: 17px;
}

.main-content .heading.mb22 {
    margin-bottom: 22px;
}

.main-content .heading .btn-print {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: right;
    width: 100px;
    line-height: 34px;
    margin: -8px 2px 0px 10px;
}

.main-content .heading .btn-print:hover {
    text-decoration: none;
    color: #77ca78;
}

.main-content .heading .btn-download {
    float: right;
    min-width: 152px;
    margin: 1px 4px 0 10px;
}

.some-inforation {
    margin: 0 0 27px;
}

.some-inforation.important {
    color: #f73f2c;
}

/* sorting */
.sorting {
    color: #545454;
    overflow: hidden;
    line-height: 24px;
    padding: 2px 2px 10px;
    border-bottom: 1px solid #ddd;
    margin: 0 0 10px;
}

.sorting strong {
    float: left;
    min-width: 100px;
    margin: 0 10px 0 0;
    font-size: 18px;
    line-height: 22px;
}

.sorting .label {
    margin: 0 11px 0 0;
    float: left;
}

.sorting .btn-holder {
    float: left;
    margin: 0 17px 0 0;
}

.sorting .btn {
    float: left;
    margin: 0 5px;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    border-radius: 4px;
    background: #fff;
    padding: 0 5px;
    color: #545454;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    min-width: 50px;
    text-align: center;
}

.sorting .btn:hover {
    text-decoration: none;
    color: #888;
}

/* my list table */
.my-list-table {
    margin: 0 0 20px;
}

.my-list-table table {
    border-collapse: collapse;
    padding: 0;
    margin: 0;
    width: 100%;
    font-size: 12px;
    line-height: 14px;
}

.my-list-table th {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #3db33e;
    color: #fff;
    font-weight: normal;
    border-left: 1px solid #ddd;
    padding: 12px 13px 10px;
    text-align: left;
}

.my-list-table th:first-child {
    border: none;
}

.my-list-table th.type {
    width: 262px;
}

.my-list-table th.wd {
    width: 60px;
}

.my-list-table th.hp {
    width: 50px;
}

.my-list-table th.year {
    width: 80px;
}

.my-list-table th.meter {
    width: 60px;
}

.my-list-table th.comment {
    width: 210px;
}

.my-list-table th.price {
    width: 162px;
}

.my-list-table.confirmation th.comment {
    width: 260px;
}

.my-list-table.confirmation th.price {
    width: 196px;
}

.my-list-table td {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 17px 10px;
    height: 111px;
    vertical-align: middle;
    background: #fff;
    /* word-break:break-all; */
}

.my-list-table img.view-detail{
    opacity: 0.8;
}

.my-list-table img.view-detail:hover{
    opacity: 1;
}

.my-list-table td div.grid-container {
    display: grid;
    grid-template-columns: repeat(6, 35px);
    gap: 6px;
}
.my-list-table .container-load-hint{
    position: relative;
}
.my-list-table .container-load-hint img{
    float: unset;
    cursor: pointer;
    opacity: 0.7;
}
.my-list-table .container-load-hint img:hover{
    opacity: 0.9;
}
.my-list-table .container-load-hint > div {
    display: flex;
}
.my-list-table .container-load-hint > div > div {
    margin-top: -7px;
    margin-left: 3px;
    position: relative;
}
.my-list-table .container-load-hint #hint-tooltip-content{
    position: absolute;
    display: none;
    background-color: #3db33e;
    border: 1px solid #fff;
    border-radius: 3px;
    opacity: 1;
    z-index: 9999;
    padding: 15px;
    width: 280px;
    left: -227px;
    bottom: calc(100% + 9px);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
}
.my-list-table .container-load-hint #hint-tooltip-content::before{
    content: '';
    position: absolute;
    top: calc(100% + -6px);
    left: 228px;
    width: 10px;
    height: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent #fff #fff transparent;
    transform: rotate(45deg);
    z-index: 10;
    background-color: #3db33e;
}
.my-list-table tr.content-row:nth-child(odd){
    background-color: #f2f2f2;
}
.my-list-table tr.content-row td {
    background-color: inherit;
}

.my-list-table td:first-child {
    padding-left: 6px;
}

.my-list-table td.type a {
    color: #333;
}

.my-list-table div.visual {
    float: left;
    margin: 0 10px 0 0;
}

.my-list-table a:hover .visual {
    position: relative;
}

.my-list-table a:hover .visual:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.3);
}

.my-list-table img {
    float: left;
}

.my-list-table .description {
    color: #333;
    display: block;
    overflow: hidden;
}

.my-list-table .holder {
    overflow: hidden;
    padding: 2px 0 0;
}

.my-list-table div.price {
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    padding: 0 0 2px;
    text-align: left;
}

.my-list-table div.price .statistic-info {
    font-size: 12px;
    line-height: 17px;
    font-weight: normal;
}

.my-list-table .centered {
    text-align: center;
}

.my-list-table .clear {
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
}

.my-list-table .price .icon {
    margin-bottom: 8px;
    height: 20px;
}

.my-list-table .price .icon-discount,
.my-list-table .price .icon-new,
.my-list-table .price .icon-sold_out {
    display: block;
    width: 60px;
    font: bold 12px/20px Arial, Helvetica, sans-serif;
    color: #fff;
    background: #f2514b;
    text-align: center;
}

.my-list-table .price .icon-new {
    background: #1194f6;
}

.my-list-table .price .icon-sold_out {
    background: #555555;
    width: 70px;
}

.my-list-table .price strong {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
}

.my-list-table .hold {
    font-size: 14px;
    color: #34B334;
    font-weight: bold;
}

.my-list-table .wait {
    font-size: 14px;
    color: #FF9900;
    font-weight: bold;
}
.back-to-container_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}
#sort-form img{
    filter: invert(33%) sepia(90%) saturate(750%) hue-rotate(180deg) brightness(90%) contrast(95%);
}
#sort-form img:hover{
    filter: invert(33%) sepia(95%) saturate(4400%) hue-rotate(189deg) brightness(120%) contrast(89%);
}

/* .my-list-table disable unit */
.transparent {
    background-color: transparent;
}

.my-list-table tr.disabled {
    background-color: rgba(0, 0, 0, 0.02);
}

.my-list-table tr.disabled td {
    border-left: unset;
    border-right: unset;
    background-color: transparent;
    opacity: 0.3;
    filter: alpha(opacity=0.3);
}

.my-list-table tr.disabled td:first-child {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.my-list-table tr.disabled td:last-child {
    border-right: 1px solid #ddd;
}

.my-list-table tr.disabled td.ordered_overlay {
    opacity: 1;
    filter: alpha(opacity=1);
    vertical-align: middle;
}

.ordered_overlay p {
    color: #f73f2c;
    text-align: center;
    z-index: 999;
    font-size: 13px;
}

.hint {
    text-align: center;
    margin: 0 0 18px;
}

.hint strong {
    color: #3db33e;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.hint strong:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    margin: 6px auto 0;
    border-style: solid;
    border-color: #36b536 transparent transparent;
    border-width: 9px 9px 0;
}

.my-list-table.table2 th {
    padding: 0 3px;
    vertical-align: middle;
    height: 36px;
    line-height: 15px;
    text-align: center;
}

.my-list-table.table2 td {
    text-align: center;
    padding: 5px 6px;
    word-break: inherit;
}

.my-list-table.table2 td.price {
    vertical-align: top;
    padding: 10px;
}

.my-list-table th.visual {
    width: 114px;
}

.my-list-table th.make {
    width: 143px;
}

.my-list-table th.model {
    width: 67px;
}

.my-list-table th.no {
    width: 50px;
}

.my-list-table th.wd2 {
    width: 48px;
}

.my-list-table th.year {
    width: 53px;
}

.my-list-table th.hpower {
    width: 61px;
}

.my-list-table th.hours {
    width: 55px;
}

.my-list-table th.cond {
    width: 91px;
}

.my-list-table th.price2 {
    width: 139px;
}

.my-list-table th.buttons {
    width: 140px;
}

.my-list-table td.visual {
    width: 100px;
    padding: 5px 6px;
    text-align: center;
    vertical-align: middle;
}

.my-list-table td.visual img {
    float: none;
    margin: 0;
    vertical-align: top;
    max-width: 100px;
    max-height: 100px;
}

.my-list-table td.buttons {
    padding: 8px 10px;
    vertical-align: top;
}

.my-list-table .btn-add {
    margin: 0 0 10px;
    line-height: 1.5;
    padding: 2px 4px;
}

.my-list-table .btn-detail {
    padding: 2px 4px;
    line-height: 1.5 !important;
}

.my-list-table .btn-detail:hover {
    text-decoration: none;
    color: #77ca78;
}

.my-list-table.orders td {
    padding: 9px 10px;
}

.my-list-table.orders td:first-child {
    padding-left: 6px;
}

.my-list-table.orders th.invoice {
    width: 114px;
}

.my-list-table.orders th.type {
    width: 284px;
}

.my-list-table.orders th.wd {
    width: 70px;
}

.my-list-table.orders th.hp {
    width: 70px;
}

.my-list-table.orders th.year {
    width: 90px;
}

.my-list-table.orders th.meter {
    width: 80px;
}

.my-list-table.orders th.price {
    width: 150px;
}

.my-list-table.orders th.date {
    width: 112px;
}

.my-list-table.orders th.status {
    width: 114px;
}

.my-list-table.orders div.price {
    padding: 0;
}

.my-list-table.orders .btn-detail {
    width: auto;
    min-width: 90px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 34px;
    line-height: 34px;
    background: #48b04b;
    color: #fff;
    margin: 0 -3px;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}

.my-list-table.orders .btn-detail:hover {
    background: #9ccc64;
    background: -moz-linear-gradient(top, #9ccc64 0%, #67bc3f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9ccc64), color-stop(100%, #67bc3f));
    background: -webkit-linear-gradient(top, #9ccc64 0%, #67bc3f 100%);
    background: -o-linear-gradient(top, #9ccc64 0%, #67bc3f 100%);
    background: -ms-linear-gradient(top, #9ccc64 0%, #67bc3f 100%);
    background: linear-gradient(to bottom, #9ccc64 0%, #67bc3f 100%);
    text-decoration: none;
}

.my-list-table.orders_n th.number {
    width: 92px;
}

.my-list-table.orders_n th.type {
    width: 261px;
}

.my-list-table.orders_n th.wd {
    width: 63px;
}

.my-list-table.orders_n th.hp {
    width: 68px;
}

.my-list-table.orders_n th.year {
    width: 80px;
}

.my-list-table.orders_n th.meter {
    width: 70px;
}

.my-list-table.orders_n th.price {
    width: 140px;
}

.my-list-table.orders_n th.date {
    width: 102px;
}

.my-list-table.orders_n th.status {
    width: 94px;
}

.my-list-table.orders_n div.price {
    padding: 0;
}

.my-list-table.orders_n td:first-child {
    padding-left: 12px;
}

/* comment form */
.comment-form {
    margin: 0 0 21px;
}

.comment-form .info-block {
    font-size: 12px;
    line-height: 14px;
    padding-left: 92px;
    margin: 0 0 25px;
}

.comment-form .info-block.centered {
    padding: 0 90px;
    text-align: center;
    margin: 0 0 9px;
}

.comment-form .info-block.warning {
    font-size: 16px;
    line-height: 19px;
    padding: 19px 0 13px;
}

.comment-form.confirmation .row {
    padding: 14px 2px 8px;
}

.comment-form .row {
    overflow: hidden;
    padding: 0 2px 21px;
}

.comment-form label {
    float: left;
    font-weight: bold;
    width: 98px;
    margin: 0 10px 0 0;
}

.comment-form .field .entered {
    word-break: break-all;
    width: 100%;
}

.comment-form .field {
    overflow: hidden;
}

.comment-form textarea,
.comment-form .text input {
    vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    padding: 4px;
    font: 14px/18px Arial, Helvetica, sans-serif;
    border: 1px solid #bbb;
    background: #fff;
    margin: 0;
}

.comment-form textarea {
    height: 120px;
    min-height: 120px;
    min-width: 100%;
    max-width: 100%;
}

.comment-form .btn-holder {
    text-align: center;
}

.comment-form .btn-holder {
    text-align: center;
}

.comment-form .btn-holder .btn-submit {
    display: inline-block;
    vertical-align: middle;
    width: fit-content;
    height: 40px;
    margin: 0 auto;
    padding: 0 5px;
}

/* .comment-form.confirmation .btn-holder .btn-submit{width:200px;} */
.comment-form.confirmation .btn-holder a.back {
    font-size: 14px;
    font-weight: bold;
    margin: 0 20px 0 0;
}

/* advanced search */
.advanced-search {
    margin: 12px 0 38px;
    border: 1px #ddd solid;
    background: #fff;
    overflow: hidden;
}

.advanced-search .heading {
    padding: 20px 10px 8px;
}

.advanced-search .filter-area {
    padding: 7px 19px 4px;
    overflow: hidden;
}

.advanced-search .filter-area .row {
    margin-bottom: 14px;
}

.advanced-search .row:after,
.advanced-search .price-selects:after,
.advanced-search .search-area:after {
    content: '';
    display: block;
    clear: both;
}

.advanced-search .filter-area .col {
    margin-left: 30px;
    width: 290px;
    float: left;
}

.advanced-search .filter-area .row .col:first-child {
    margin-left: 0;
}

.advanced-search label {
    display: block;
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 16px;
    color: #777;
    margin-left: 2px;
}

.advanced-search .col select {
    width: 290px;
}

.advanced-search .col .price-selects .select {
    float: left;
    width: 130px;
}

.advanced-search .col .price-selects select {
    width: 130px;
}

.advanced-search .col .price-selects .mid {
    float: left;
    text-align: center;
    width: 30px;
    font-size: 14px;
    line-height: 20px;
    color: #333;
}

.advanced-search .filter-area .btn-submit {
    margin: 0;
    width: 130px;
}

.advanced-search .search-area {
    padding: 14px 19px 17px;
}

.advanced-search .search-area .input-text {
    margin-right: 30px;
    float: left;
    width: 288px;
    height: 32px;
    border: 1px #bbb solid;
    position: relative;
    background: #fff;
}

.advanced-search .search-area .input-text:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 9px;
    width: 20px;
    height: 20px;
    background: url(../images/sprites.png) no-repeat;
    overflow: hidden;
}

.advanced-search .search-area .input-text input {
    padding: 7px 5px 7px 42px;
    color: #333;
    font: 14px/18px Arial, Helvetica, sans-serif;
    border: 0;
    background: none;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.advanced-search .search-area .input-text input:-moz-placeholder {
    color: #bababa;
}

.advanced-search .search-area .input-text input::-moz-placeholder {
    color: #bababa;
}

.advanced-search .search-area .input-text input::-webkit-input-placeholder {
    color: #bababa;
}

.advanced-search .search-area .input-text input:-ms-input-placeholder {
    color: #bababa;
}

.advanced-search .search-area .input-text input::placeholder {
    color: #bababa;
}

.advanced-search .search-area .btn-submit {
    margin: 0;
    float: left;
    width: 130px;
}

/* result list */
.result-list-holder {
    padding-bottom: 58px;
}

.result-list-holder .heading {
    margin-bottom: 10px;
    padding: 0 0 6px;
    overflow: hidden;
}

.result-list-holder .heading.under {
    border: 2px #3db33e solid;
    border-width: 2px 0 0;
    padding: 7px 0 0;
}

.result-list-holder .heading h3 {
    float: left;
    margin: 0 0 0 3px;
}

.result-list-holder .heading .items-per-page {
    margin: 5px 0 0 43px;
    float: left;
    color: #35b435;
    line-height: 24px;
}

.result-list-holder .heading .items-per-page span {
    display: inline-block;
    vertical-align: top;
}

.result-list-holder .heading .items-per-page *,
.paging * {
    list-style: none;
    display: inline-block;
    vertical-align: top;
}

.result-list-holder .heading .items-per-page ul {
    margin-left: 12px;
}

.result-list-holder .heading .items-per-page a,
.result-list-holder .heading .items-per-page ul span,
.paging a,
.paging span {
    padding: 0 7px;
}

.result-list-holder .heading .items-per-page a:hover,
.result-list-holder .heading .items-per-page a.active,
.result-list-holder .heading .items-per-page ul span,
.paging span,
.paging a:hover,
.paging a.active {
    color: #fff;
    background: #36b536;
    text-decoration: none;
}

.result-list-holder .heading .items-per-page a.active,
.result-list-holder .heading .items-per-page ul span,
.paging span,
.paging a.active {
    font-weight: bold;
}

.result-list-holder .heading .paging {
    float: right;
    margin: 5px 13px 0 0;
}

.paging li {
    padding: 0 2px;
    line-height: 24px;
}

.paging .prev,
.paging .next {
    margin-left: 5px;
}

.paging .prev a:hover,
.paging .next a:hover {
    color: #35b435;
    background: none;
    text-decoration: underline;
}

.result-list-holder .download-row {
    margin-bottom: 11px;
}

.result-list-holder .my-list-table {
    margin: 0 0 10px;
}

.result-list-holder .heading.under .items-per-page,
.result-list-holder .heading.under .paging {
    margin-top: 3px;
}

/* history nav */
.history-nav {
    margin: 0 0 10px;
}

.history-nav.mb40 {
    margin-bottom: 40px;
}

.history-nav ul {
    list-style: none;
    margin: 0;
    padding: 4px 0 0;
    border-bottom: 2px solid #bbb;
    font-size: 19px;
    line-height: 30px;
    font-weight: bold;
}

.history-nav ul:after {
    content: "";
    display: block;
    clear: both;
}

.history-nav li {
    float: left;
    min-width: 80px;
    text-align: center;
    margin: 0 0 -2px;
}

.history-nav span,
.history-nav a {
    border-bottom: 4px solid transparent;
    display: block;
    color: #b9b9b9;
    padding: 5px 10px;
}

.history-nav span,
.history-nav a:hover,
.history-nav .active a {
    text-decoration: none;
    color: #3DB23E;
    border-color: #3db33e;
}

.sort-form {
    overflow: hidden;
    margin: 0 0 10px;
}

.sort-form .select {
    float: right;
}

.centered-block {
    text-align: center;
}

.centered-block.mb40 {
    margin-bottom: 40px;
}

.rate-text {
    font-size: 20px;
    line-height: 20px;
    color: #444;
}

.heading h2 span {
    font-size: 16px;
    font-weight: normal;
    color: #333;
}

/* popup */
.fader {
    background: rgba(0, 0, 0, .5);
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.popup {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 3px;
    display: none;
    left: 0;
    width: 380px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1001;
    padding: 20px;
    font-size: 12px;
    line-height: 14px;
    background: #fff;
}

.popup .confirm-popup {
    font-size: 14px;
    line-height: 17px;
    color: #333;
    text-align: center;
    padding: 27px 0 0;
}

.popup .confirm-popup p {
    margin: 0 0 20px;
}

.popup .confirm-popup .btn-submit {
    font-size: 14px;
    line-height: 26px;
    width: 120px;
    height: 28px;
    display: block;
    padding: 2px 3px 0;
    margin: 0 auto 11px;
}

.popup .complete-popup {
    font-size: 20px;
    line-height: 24px;
    color: #333;
    text-align: center;
    padding: 21px 0 0;
}

.popup .complete-popup p {
    margin: 0 0 36px;
}

.popup .complete-popup .btn-submit {
    font-size: 14px;
    line-height: 26px;
    width: 120px;
    height: 28px;
    display: block;
    padding: 2px 3px 0;
    margin: 0 auto 11px;
}

.popup .fs14 {
    font-size: 14px;
}

/* datepicker calendar */
.ui-datepicker {
    padding: 0;
    background: #fff;
    border-radius: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.ui-datepicker .ui-datepicker-header {
    padding: 0;
    background: #445a64;
    border: 0;
    border-radius: 0;
}

.ui-datepicker .ui-datepicker-title {
    font: 14px/40px Arial, Helvetica, sans-serif;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    top: 12px;
    left: 7px;
    width: 14px;
    height: 16px;
    text-indent: -9999px;
    background: url(../images/arrows-datepicker.png) no-repeat;
    overflow: hidden;
}

.ui-datepicker .ui-datepicker-next {
    left: auto;
    right: 7px;
    background-position: 0 -20px;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    border: 0;
    cursor: pointer;
}

.ui-datepicker table {
    margin: 0;
    font-size: 12px;
    border-spacing: 0;
    table-layout: fixed;
}

.ui-datepicker th {
    padding: 0;
    font: 12px/25px Arial, Helvetica, sans-serif;
    text-align: center;
    color: #fff;
    background: #8fa4af;
}

.ui-datepicker td {
    border: 1px #cfd8dc solid;
    padding: 0;
    text-align: center;
    font: 12px/28px Arial, Helvetica, sans-serif;
    background: #fff;
    color: #333;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 0;
    background: none;
    color: #333;
    padding: 0;
    line-height: 28px;
    height: 28px;
    text-align: center;
}

.ui-state-default:hover,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    background: #4bbb62;
    color: #fff;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: 1;
    filter: alpha(opacity=1);
    background: #eceff1;
    color: #bbb;
}

/* left sidebar */
.sidebar {
    width: 290px;
    float: left;
    margin: 0 0 0 -100%;
}

/* text sidebox */
.sidebox {
    margin-bottom: 21px;
    border: 1px #ddd solid;
    background: #fff;
    border-radius: 4px;
    font-size: 12px;
    line-height: 15px;
    padding: 10px 10px 0;
    overflow: hidden;
}

.sidebox .heading {
    margin: 0 -10px 9px;
    padding: 0 10px 7px;
    border-bottom: 2px #3db33e solid;
    position: relative;
}

.sidebox .heading.ttl {
    padding: 3px 10px 12px;
}

.sidebox .heading.ttl2 {
    padding: 3px 10px 10px;
}

.sidebox .heading h3 {
    font: bold 20px/24px Arial, Helvetica, sans-serif;
    color: #3db33e;
}

.sidebox .text-box p {
    margin: 0 0 15px;
    line-height: 14px;
}

.sidebox .link-more {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font: bold 14px/18px Arial, Helvetica, sans-serif;
}

/* contact sidebox */
.sidebox.contact-box {
    border-radius: 0;
}

.sidebox.contact-box .heading {
    margin-bottom: 6px;
}

.sidebox.contact-box .contact-info {
    margin: 0 -10px 6px;
    padding: 0 10px;
    border-bottom: 1px #ddd solid;
    overflow: hidden;
}

.sidebox.contact-box .tel {
    margin-bottom: 6px;
}

.sidebox.contact-box .email {
    margin-bottom: 4px;
    padding-left: 26px;
    position: relative;
}

.sidebox.contact-box .email:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    width: 17px;
    height: 11px;
    background: url(../images/sprites.png) no-repeat -75px 0;
    overflow: hidden;
}

.sidebox.contact-box .office {
    line-height: 14px;
    margin-bottom: 8px;
}

.sidebox .time-row {
    margin: 15px 0 15px 35px;
    padding: 0 0 4px 43px;
    position: relative;
    font: bold 14px/25px Arial, Helvetica, sans-serif;
}

.sidebox .time-row span {
    font-size: 24px;
}

.sidebox .time-row:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background: url(../images/sprites.png) no-repeat 0 -30px;
    overflow: hidden;
}

.btn-submit,
.fax-order .btn-order,
.sidebox .btn-contact {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 0;
    display: block;
    margin: 0 -1px 9px;
    background: #57b644;
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, #66BC3E),
            color-stop(1, #49B04B)
    );
    background-image: -o-linear-gradient(bottom, #66BC3E 0%, #49B04B 100%);
    background-image: -moz-linear-gradient(bottom, #66BC3E 0%, #49B04B 100%);
    background-image: -webkit-linear-gradient(bottom, #66BC3E 0%, #49B04B 100%);
    background-image: -ms-linear-gradient(bottom, #66BC3E 0%, #49B04B 100%);
    background-image: linear-gradient(to bottom, #66BC3E 0%, #49B04B 100%);
    padding: 0;
    font: bold 14px/32px Arial, Helvetica, sans-serif;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.btn-submit:hover,
.fax-order .btn-order:hover,
.sidebox .btn-contact:hover {
    background: #9ccc64;
    background: -moz-linear-gradient(top, #9ccc64 0%, #67bc3f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9ccc64), color-stop(100%, #67bc3f));
    background: -webkit-linear-gradient(top, #9ccc64 0%, #67bc3f 100%);
    background: -o-linear-gradient(top, #9ccc64 0%, #67bc3f 100%);
    background: -ms-linear-gradient(top, #9ccc64 0%, #67bc3f 100%);
    background: linear-gradient(to bottom, #9ccc64 0%, #67bc3f 100%);
    text-decoration: none;
}

.sidebar-menu {
    display: block;
    margin: -6px -10px 0 -10px;
    padding: 0;
    list-style: none;
}

.sidebar-menu li {
    border-top: 1px #ddd solid;
}

.sidebar-menu li:first-child {
    border-top: 0;
}

.sidebar-menu li a {
    display: block;
    font-size: 13px;
    font-weight: 600;
    line-height: 15px;
    color: #545454;
    padding: 13px 20px 13px 10px;
    position: relative;
}

.sidebar-menu li a:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -5px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid #bbb;
    border-bottom: 5px solid transparent;
}

/* right sidebar */
.aside {
    width: 220px;
    float: right;
    margin: 0 0 0 -220px;
}

.aside .sidebox .heading {
    padding: 2px 10px 12px;
}

.sidebox .heading.side-ttl {
    margin-bottom: 0;
}

/* stock sidebox */
.sidebox .stock-list {
    margin: 0 -10px 10px;
    list-style: none;
}

.sidebox .stock-list li {
    border-bottom: 1px #ddd solid;
}

.sidebox .stock-list a {
    display: table;
    width: 100%;
    vertical-align: middle;
    height: 45px;
    font: bold 12px/15px Arial, Helvetica, sans-serif;
    color: #545454;
}

.sidebox .stock-list a span {
    display: table-cell;
    vertical-align: middle;
    height: 45px;
    padding: 2px 0 2px 11px;
}

.sidebox .stock-list a strong {
    display: table-cell;
    vertical-align: middle;
    padding: 2px 11px 2px 10px;
    font-size: 18px;
    line-height: 22px;
    text-align: right;
}

.sidebox .txt-download {
    margin: 0 0 9px;
    font: bold 14px/17px Arial, Helvetica, sans-serif;
    text-align: center;
    color: #3db23e;
}

.sidebox .btn-download {
    line-height: 34px;
    height: 34px;
}

.download-row .btn-download:hover,
.sidebox .btn-download:hover {
    text-decoration: none;
    color: #77ca78;
}

/* news sidebox */
.sidebox .news-list {
    list-style: none;
    margin: 0 -10px;
}

.sidebox .news-list li {
    border-bottom: 1px #ddd solid;
}

.sidebox .news-list li:last-child {
    border: 0;
}

.sidebox .news-list a {
    display: block;
    padding: 8px 20px 9px 11px;
    position: relative;
    font-size: 12px;
    line-height: 14px;
    color: #333;
}

.sidebox .news-list .txt a {
    padding: 9px 20px 15px 11px;
}

.sidebox .news-list .txt2 a {
    padding: 9px 20px 9px 11px;
}

.sidebox .news-list a:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -5px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid #bbb;
    border-bottom: 5px solid transparent;
}

.sidebox .news-list a .date {
    display: block;
    margin-bottom: 6px;
    color: #333333;
}

.sidebox .news-list a p {
    text-transform: uppercase;
}

/* footer */
#footer {
    background: #333;
    font-size: 12px;
    line-height: 15px;
    color: #fff;
}

#footer a {
    color: #fff;
}

#footer .footer {
    padding: 40px 10px 40px;
    margin: 0 auto;
    width: 1300px;
    overflow: hidden;
}

#footer .info {
    width: 309px;
    float: left;
}

#footer .links-column {
    margin-left: 25px;
    padding-top: 2px;
    width: 305px;
    float: left;
}

#footer .logo {
    display: block;
    margin: 0 0 23px 1px;
    width: 240px;
    height: 29px;
    background: url(../images/logo-footer.png) no-repeat;
    text-indent: -9999px;
    overflow: hidden;
}

#footer .logo a {
    display: block;
    height: 100%;
}

#footer .tel {
    margin: 0 0 5px 4px;
}

#footer .email {
    margin: 0 0 5px 1px;
    position: relative;
    padding-left: 28px;
}

#footer .email:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 13px;
    background: url(../images/sprites.png) no-repeat -100px 0;
    overflow: hidden;
}

#footer .email a {
    color: #43b145;
}

#footer .office {
    margin: 0 0 12px 4px;
    line-height: 14px;
}

#footer .select,
#footer .select select {
    width: 119px;
}

#footer h3 {
    margin: 0 0 19px;
    font: bold 16px/20px Arial, Helvetica, sans-serif;
}

#footer .links {
    list-style: none;
    margin-bottom: 16px;
    line-height: 16px;
    overflow: hidden;
}

#footer .links li {
    margin-bottom: 8px;
}

#footer .copyright {
    background: #119358;
    line-height: 16px;
    padding: 7px 0;
    overflow: hidden;
}

#footer .copyright .holder {
    margin: 0 auto;
    width: 1300px;
    text-align: center;
    overflow: hidden;
    font-size: 14px;
}

.gallery-thumbs .bx-controls {
    display: none;
}

.page-not-found {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    color: #333;
    min-height: 145px;
    margin: 0 0 15px;
}

#calendar.sidebox {
    background: #f4f4f4;
    padding: 0;
    border: none;
    border-radius: 0;
    font: 10px/16px Asap, Helvetica, Arial;
}

#calendar.sidebox .clndr-controls .clndr-control-button {
    display: none;
}

#calendar.sidebox .clndr-controls {
    text-align: center;
    padding: 5px 0;
    line-height: 15px;
}

#calendar.sidebox table {
    border-collapse: collapse;
    padding: 0;
    margin: 0;
    width: 100%;
}

#calendar.sidebox table .today {
    background: #ebebeb;
    box-shadow: 0 0 6px #d9d9d9 inset;
    -webkit-box-shadow: 0 0 6px #d9d9d9 inset;
}

#calendar.sidebox table td {
    height: 30px;
    text-align: center;
    vertical-align: middle;
    text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
}

#calendar.sidebox table a {
    color: #95bed1;
}

#calendar.sidebox td.calendar-dow-0,
#calendar.sidebox td.calendar-dow-6 {
    color: red;
}

.email-domain::before {
    content: '@';
}

.bx-wrapper {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    background: transparent !important;
}

.pagi-disabled span {
    display: none;
}

@keyframes scale {
    0% {
        transform: scale(1);
    }
    50%, 75% {
        transform: scale(2.5);
    }
    78%, 100% {
        opacity: 0;
        filter: alpha(opacity=0);
    }
}

/* begin slider unit */
.unit-size {
    height: 350px !important
}

.slide-li {
    border: 1px #bbb solid;
}

.slider-unit-size {
    max-width: 170px !important;
    max-height: 170px !important;
    margin: auto;
    cursor: pointer;
}

.flexslider {
    border: unset !important;
    background: unset !important;
    margin: 0 0 15px !important;
}

.flex-direction-nav a {
    opacity: 0.7 !important;
    filter: alpha(opacity=0.7) !important;
    width: 14px !important;
    padding: 12px !important;
    margin: -18px 15px 0 !important;
    font-size: 0px;
    height: 13px !important;
    border-radius: 4px;
}

.flex-direction-nav a:hover {
    opacity: 1 !important;
    filter: alpha(opacity=1) !important;
}

.flex-direction-nav a:before {
    font-size: 18px !important;
    text-shadow: none !important;
}

.flex-direction-nav a.flex-next {
    right: 0px !important;
    outline: none;
    background: #ddd;
    height: 14px;
}

.flex-direction-nav a.flex-disabled {
    opacity: 0.7 !important;
    filter: alpha(opacity=0.7) !important;
    z-index: 1 !important;
    cursor: pointer;
}

.flex-direction-nav a.flex-disabled:hover {
    opacity: 1 !important;
    filter: alpha(opacity=1) !important;
}

.flex-direction-nav a.flex-prev {
    left: 0px !important;
    outline: none;
    background: #ddd;
    height: 14px;
}

/* end slider unit */
label strong {
    font-weight: 700;
}

label .box__icon:hover,
label:hover {
    color: #43bfd3;
    fill: #43bfd3;
}

.li-slide-unit {
    text-align: -webkit-center !important;
    width: 530px !important;
    /* height: 400px !important; */
}

.li-slides {
    max-height: 170px !important;
    text-align: -webkit-center !important;
}

.div-slides {
    width: 170px !important;
    max-height: 170px !important;
    display: table-cell !important;
    vertical-align: middle !important;
}

dd {
    min-height: 20px !important;
}

dt {
    min-height: 20px !important;
}

.btn-confirm {
    width: 63px !important;
    height: 26px !important;
    font: bold 13px/26px Arial, Helvetica, sans-serif !important;
    margin: 0 5px;
}

.btn-submit.btn-cancel {
    margin: 0 5px;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    font: bold 13px/26px Arial, Helvetica, sans-serif !important;
    width: 55px !important;
    height: 26px !important;
    background-image: linear-gradient(to bottom, #bbbdbb 0%, #9d9e9d 100%);
    margin: 0px;
}

.btn-submit.btn-cancel:hover {
    background-image: linear-gradient(to bottom, #9ea09e 0%, #717371 100%);
}

.w-0 {
    width: unset !important
}

.w-auto {
    width: auto !important
}

.promo-gallery .text-slide-admin {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    color: #fff;
    background: #43b145;
    text-align: left;
    padding: 8px 5px 8px 14px;
}

.promo-gallery .text-slide-admin h2 {
    font: 28px/34px Arial, Helvetica, sans-serif !important;
    margin: unset !important;
}

.promo-gallery-fix {
    width: 710px;
    margin: 25px auto !important;
}

.datetimepicker {
    background: #eceff1 url(../images/icon-datepicker.png) no-repeat 100% 50% !important;
}

.ui-dialog .ui-dialog-buttonpane {
    padding: unset !important;
}

.ui-dialog .ui-dialog-content {
    line-height: 22px;
}

.clearfix {
    clear: both;
}

.btn-bookmark {
    font-size: 12px;
    width: 50px;
    height: 50px;
    border-radius: 28px;
    box-shadow: rgb(47 83 151 / 24%) 0px 2px 6px 0px;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    cursor: pointer;
    background: white;
    z-index: 1 !important;
}

.bookmark-popup {
    position: relative;
}

.bookmark-popup .popuptext {
    visibility: hidden;
    width: auto;
    white-space: nowrap;
    background-color: #57b644;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 8px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
}

.bookmark-popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #57b644 transparent transparent transparent;
}

.bookmark-popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 0.85s;
    animation: fadeIn 0.85s;
}

.text-add {
    margin-left: -85px;
}

.text-remove {
    margin-left: -75px;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
        filter: alpha(opacity=0);
    }
    to {
        opacity: 1;
        filter: alpha(opacity=1);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        filter: alpha(opacity=0);
    }
    to {
        opacity: 1;
        filter: alpha(opacity=1);
    }
}

.bookmark-remove-unit {
    padding: 15px;
    background: 0px center;
    color: rgb(153, 153, 153);
    position: absolute;
    right: 0px;
    top: 0px;
    border: 0px;
    font-size: 20px;
    box-shadow: none;
    cursor: pointer;
    text-decoration: none !important;
}

.discount {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 25px;
    text-align: center;
    font: bold 13px/26px Arial, Helvetica, sans-serif;
    text-transform: capitalize;
    background: #f2514b;
    color: #fff;
    overflow: hidden;
}

.new {
    content: 'New';
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 25px;
    text-align: center;
    font: bold 13px/26px Arial, Helvetica, sans-serif;
    text-transform: capitalize;
    background: #0092f9;
    color: #fff;
    overflow: hidden;
}

.sold_out {
    content: 'SOLD OUT';
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 25px;
    text-align: center;
    font: bold 13px/26px Arial, Helvetica, sans-serif;
    text-transform: capitalize;
    background: #555555;
    color: #fff;
    overflow: hidden;
}

.img-bookmark:hover .overlay {
    opacity: 0.7;
    filter: alpha(opacity=0.7);
}

.overlay {
    /* width: 100%; */
    /* max-height: 100px; */
    opacity: 1;
    filter: alpha(opacity=1);
    transition: .5s ease;
    background-color: #008CBA;
}

.holder-fix {
    padding: 35px 35px 23px 40px !important;
}

.eta-fix {
    width: 125px !important;
    margin-right: 22px !important;
}

.total-fix {
    color: #000;
    font-size: 18px;
}

.bookmark-memo {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    font-size: 13px;
    line-height: 20px;
}

.price-fix {
    width: 270px !important;
    margin-top: -10px !important;
}

.total-right {
    text-align: right;
}

.bookmark-total {
    font-weight: bold;
    color: #000;
    font-size: 18px;
}

a.disabled {
    pointer-events: none;
    cursor: default;
    background: #c3c3c3;
}

.cart-error {
    border-radius: .25rem;
    border: 1px solid #f5c6cb;
    background: #f8d7da;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 15px;
}

.cart-error ul {
    padding-left: 24px;
}

.cart-error li, .cart-error span {
    color: #721c24;
    padding: 4px 8px 4px 8px;
}

.cart-error a {
    color: #721c24;
    font-weight: 600;
}

.hidden {
    display: none;
}

.ui-button.ui-widget.ui-dialog-titlebar-close {
    height: 20px !important;
}

.ui-dialog-titlebar-close .ui-button-text {
    padding: 0px !important;
}

.ui-button-text-only .ui-button-text {
    padding: 4px 7px !important;
}

/* Flex Slide */
.product-gallery-holder #slider.flexslider {
    max-height: 530px;
}

.product-gallery-holder #carousel.flexslider {
    max-height: 170px;
}

.main-slide-container {
    margin: 0 auto;
    margin-bottom: 41px;
    position: relative;
}

.main-slide-window {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.main-slide-window img {
    width: 100%;
}

.main-slide-window h2 {
    font: 22px/28px Arial, Helvetica, sans-serif;
    width: 100%;
}

.main-slide-holder {
    max-height: 320px;
    overflow: hidden;
    background-color: blue;
    margin-left: 0;
    transition: margin-left 1s;
}

.main-slide {
    background: #ddd !important;
    max-height: 320px !important;
    float: left;
    text-align: center;
}

.main-slide img {
    height: 320px;
}

.main-slide-nav {
    position: absolute;
    width: 100%;
    height: 30px;
    left: 0;
    bottom: -30px;
    text-align: center;
    z-index: 100;
}

.main-slide-nav-bt {
    width: 9.5px;
    height: 9.5px;
    background-color: #ddd;
    border: solid 1px transparent;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    margin: 8px 1.5px;
    opacity: 0.7;
    filter: alpha(opacity=0.7);
    white-space: nowrap;
    text-indent: 99999px;
}

.main-slide-nav-bt.active {
    background-color: #168245;
    opacity: 1;
    filter: alpha(opacity=1);
}

.main-slide-arrow {
    box-sizing: border-box;
    position: absolute;
    top: 162px;
    overflow: hidden;
    cursor: pointer;
    width: 32px;
    height: 45px;
    background-color: #ffffff;
    opacity: 0.4;
    filter: alpha(opacity=0.4);
    border-radius: 4px;
    margin-top: -22px;
}

.main-slide-arrow img {
    display: block;
    margin: 0 auto;
    width: 26px;
    height: 26px;
}

.main-slide-next img {
    transform: rotate(180deg);
}

.main-slide-prev {
    padding: 10px 0;
    left: 2%;
}

.main-slide-next {
    padding: 10px 4px;
    right: 2%;
}

.main-slide-nav-bt:hover {
    opacity: 1;
    filter: alpha(opacity=1);
}

div .main-slide-arrow:hover {
    opacity: 1;
    filter: alpha(opacity=1);
}

.slide-title.active {
    display: block;
}

.slide-title.hidden {
    display: none;
}

.slide-title {
    position: absolute;
    z-index: 999999;
    bottom: 0px;
    left: 0px;
    background: rgba(67, 177, 69, 0.88);
    width: 98.6%;
    text-align: left;
    color: #fff;
    margin-left: 0;
    transition: margin-left 1s;
    display: none;
    padding: 5px;
}

.slide-title span {
    font: 22px/28px Arial, Helvetica, sans-serif;
    color: #fff;
    text-align: left;
}

.main-slide-holder .slide-position {
    position: absolute;
    z-index: 999999;
    top: 20px;
    left: 20px;
    background: #43b145;
    border-radius: 50%;
    width: 37px;
    height: 25px;
    text-align: center;
    padding-top: 11px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    display: none;
}

.slide-position.active {
    display: block;
}

.main-slide-holder .is-disabled {
    text-decoration: none;
    cursor: default;
    pointer-events: none;
}

.checkbox-child span {
    flex: 0 0 45px;
}

.ajax-message {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    display: flex;
    justify-content: space-between;
}

.select2 {
    border: 1px #bbb solid;
    height: 32px;
    line-height: 32px;
    padding-left: 10px;
}

.add-to-cart {
    position: relative;
}

.add-to-cart .btn_title_alert {
    position: absolute;
    left: -20px;
    right: -20px;
    z-index: 999;
    bottom: 40px;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 4px;
    line-height: 1.4;
    padding: 10px;
    box-sizing: border-box;
    word-break: break-word;
    pointer-events: none;
}

.add-to-cart .btn_title_alert:after {
    position: absolute;
    left: 50%;
    top: 100%;
    display: block;
    margin-left: -3px;
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(0, 0, 0, 0.8);
}

.row-search {
    display: flex;
    margin-bottom: 15px;
}

.col-search {
    width: 400px;
    padding: 0 30px;
    display: flex;
}

.col-search label {
    flex: 0 0 20%;
    max-width: 20%;
    align-self: center;
    margin-bottom: 0;
    font-size: 13px;
}

.col-search .select, .col-search .price-selects {
    flex: 0 0 80%;
    max-width: 80%;
}

.col-search.col-search-input {
    width: 600px;
}

.col-search.col-search-input label {
    flex: 0 0 13%;
    max-width: 13%;
}

.col-search .content {
    width: 100%;
}

.col-search .content .input-text {
    border: 1px #bbb solid;
}

.row-search.row-search-input {
    height: 32px;
}

.col-search .content .input-text input {
    padding: 7px 5px 7px 20px;
    color: #333;
    font: 13px/18px Arial, Helvetica, sans-serif;
    border: 0;
    background: none;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.col-search select {
    width: 100%;
}

.col-search .price-selects {
    display: flex;
}

.col-search .price-selects select {
    max-width: 45%;
    flex: 0 0 45%;
}

.col-search .price-selects .mid {
    flex: 0 0 10%;
    text-align: center;
    align-self: center;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
}

span.select2, select.select2 {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 4px;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    padding-right: 2em;
    cursor: pointer;
}

.select2-container .select2-selection--single {
    position: absolute;
    left: 0;
    right: 0;
    padding-left: 2px;
    padding-right: 2em;
}

.row-search input, .row-search select {
    font: 13px/18px Arial, Helvetica, sans-serif;
}

input[name="searchPhrase"]:-webkit-autofill,
input[name="searchPhrase"]:-webkit-autofill:hover,
input[name="searchPhrase"]:-webkit-autofill:focus,
input[name="searchPhrase"]:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.mt-12px {
    margin-top: 12px !important;
}

.ml-20px {
    margin-left: 20px !important;
}

.detail-unit {
    z-index: 100;
    padding: 4px 13px;
}

.h-400px {
    height: 400px !important;
}

.slider {
    width: 530px !important;
    height: 304px !important;
}

.pb23 {
    padding-bottom: 23px;
}

div.lazy {
    width: 530px;
    height: 304px;
    display: block;
}

.event {
    background-color: rgba(0, 158, 247, 0.5) !important;
    border: 1px solid #fff;
}

.has-tooltip {
    position: relative;
}

.calendar-tooltip {
    overflow: unset !important;
}

.label-tooltip {
    visibility: hidden;
    min-width: 140px;
    background-color: #555;
    color: #ffffff;
    text-align: center;
    border-radius: 6px;
    text-shadow: none;
    font-size: 13px;
    line-height: 20px;
    padding: 10px;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
}

.label-tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.has-tooltip:hover .label-tooltip {
    visibility: visible;
}

#header.scroll {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999999999;
    overflow: hidden;
    margin-bottom: 0;
    height: 0;
    transition: height .4s;
    box-shadow: 0 2px 8px rgb(34 34 34 / 60%);
}

#header.scroll.sticky {
    overflow: visible;
    height: 70px;
    transition: height .4s;
}

#header .header-scroll {
    background-color: #119358;
    padding: 10px;
}

#header .header-scroll .holder {
    display: flex;
    align-items: center;
    height: 100%;
}

#header .header-scroll .product-link {
    float: none;
}

#header .header-scroll .search-box {
    margin: 0;
    float: none;
    margin-left: 90px;
}

#header .header-scroll .order-links {
    float: none;
    margin-left: auto;
}

.border-button {
    border-color: white;
    border-style: solid;
    border-width: 2px;
}

.logo-image {
    width: 300px;
}

.calendar-note {
    display: flex;
    align-items: center;
}

.note-color {
    background-color: rgba(0, 158, 247, 0.5) !important;
    border: 1px solid #fff;
    display: block;
    width: 40px;
    height: 30px;
    margin-right: 10px;
}

.note-color-weekend {
    background-color: rgb(244 244 244) !important;
    border: 1px solid #fff;
    display: block;
    width: 40px;
    height: 30px;
    margin-right: 10px;
    text-align: center;
    line-height: 30px;
    color: red;
}

.merit {
    display: flex;
    justify-content: space-between;
}

.merit__item {
    display: flex;
    flex-direction: column;
    width: 28%;
    border: 2px solid #ddd;
    border-radius: 10px;
    padding: 15px;
}

.merit__item ol li {
    font: 20px/20px Arial, Helvetica, sans-serif;
    line-height: 1.2;
    /* width: 100%;
	display: block; */
    margin-left: 20px;
    text-align: left;
}

.merit__item img {
    padding-top: 20px;
    margin-top: auto;
    height: auto;
}

.btn-extend {
    width: 320px;
    margin: auto;
    margin-top: 40px;
    padding: 8px;
    font-size: 19px;
    margin-bottom: 40px;
}

.btn-orange,
.btn-ask {
    margin-right: 15px;
    padding: 10px;
    display: block;
    font: 14px/20px Arial, Helvetica, sans-serif;
    text-align: center;
    color: #fff;
    letter-spacing: 0.5px;
    background: #f90;
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, #FFA200),
            color-stop(1, #FF9100)
    );
    background-image: -o-linear-gradient(bottom, #FFA200 0%, #FF9100 100%);
    background-image: -moz-linear-gradient(bottom, #FFA200 0%, #FF9100 100%);
    background-image: -webkit-linear-gradient(bottom, #FFA200 0%, #FF9100 100%);
    background-image: -ms-linear-gradient(bottom, #FFA200 0%, #FF9100 100%);
    background-image: linear-gradient(to bottom, #FFA200 0%, #FF9100 100%);
    border-radius: 3px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    min-width: 115px;
}

.btn-orange:hover,
.btn-ask:hover {
    background: #ffc103;
    background: -moz-linear-gradient(top, #ffc103 0%, #ffa100 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffc103), color-stop(100%, #ffa100));
    background: -webkit-linear-gradient(top, #ffc103 0%, #ffa100 100%);
    background: -o-linear-gradient(top, #ffc103 0%, #ffa100 100%);
    background: -ms-linear-gradient(top, #ffc103 0%, #ffa100 100%);
    background: linear-gradient(to bottom, #ffc103 0%, #ffa100 100%);
    text-decoration: none;
}

.btn-orange.card,
.btn-ask.card {
    margin: 0 0 10px;
    height: 32px;
    line-height: 32px;
    padding: 0;
}

.btn-ask {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #808080), color-stop(1, #808080));
}

.btn-ask:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5f5d5d), color-stop(100%, #5f5d5d)) !important;
}

.btn-green {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 0;
    display: block;
    background: #57b644;
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, #66BC3E),
            color-stop(1, #49B04B)
    );
    background-image: -o-linear-gradient(bottom, #66BC3E 0%, #49B04B 100%);
    background-image: -moz-linear-gradient(bottom, #66BC3E 0%, #49B04B 100%);
    background-image: -webkit-linear-gradient(bottom, #66BC3E 0%, #49B04B 100%);
    background-image: -ms-linear-gradient(bottom, #66BC3E 0%, #49B04B 100%);
    background-image: linear-gradient(to bottom, #66BC3E 0%, #49B04B 100%);
    font: bold 14px/20px Arial, Helvetica, sans-serif;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    padding: 10px;
}

.btn-green:hover {
    background: #9ccc64;
    background: -moz-linear-gradient(top, #9ccc64 0%, #67bc3f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9ccc64), color-stop(100%, #67bc3f));
    background: -webkit-linear-gradient(top, #9ccc64 0%, #67bc3f 100%);
    background: -o-linear-gradient(top, #9ccc64 0%, #67bc3f 100%);
    background: -ms-linear-gradient(top, #9ccc64 0%, #67bc3f 100%);
    background: linear-gradient(to bottom, #9ccc64 0%, #67bc3f 100%);
    text-decoration: none;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 15px;
    flex-direction: column;
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999999;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.modal-container {
    background-color: #ffffff;
    position: relative;
    width: 500px;
    margin: 150px auto 0 auto;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 10px;
}

.modal-header {
    margin: 20px 0 20px 0;
}

.modal .title {
    font-size: medium;
}

.modal-close {
    position: absolute;
    margin-top: -20px;
    color: #aaaaaa;
    right: 10px;
    font-size: 28px;
    font-weight: bold;
}

.modal-close:hover,
.modal-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-content textarea {
    font: 14px/17px Arial, Helvetica, sans-serif;
    width: 100%;
    height: 60px;
    resize: vertical;
    box-sizing: border-box;
}

.modal-footer {
    display: flex;
    position: relative;
    margin-top: 20px;
    align-items: center;
    padding-bottom: 20px;
}

.modal-footer .btn-summit {
    margin: 0 auto;
    background-color: #57b644;
    width: 270px;
    height: 32px;
    border: 0;
    font: bold 14px/32px Arial, Helvetica, sans-serif;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 2px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0 2px 2px rgb(0 0 0 / 20%);
    cursor: pointer;
}

.modal-footer .btn-summit:hover,
.modal-footer .btn-summit:focus {
    background-color: #9ccc64;
}

.ask-message-success {
    font-size: x-large;
    color: #57b644;
}

.input-group-tel {
    display: flex;
}

.input-group-tel .input-group-text {
    padding: 0px 10px;
    display: flex;
    align-items: center;
    background: #F5F8FA;
    border: 1px solid #bbb;
    border-width: 1px 0 1px 1px;
    white-space: nowrap;
}

.sns-icons {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 998;
    margin-top: -116px;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.sns-icons img {
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.sns-icons a:hover img {
    transform: scale(1.05);
}

.sns-icons .sns-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 12px;
}

.sns-icons a:first-child .sns-icon {
    border-top-left-radius: 10px;
}

.sns-icons a:last-child .sns-icon {
    border-bottom-left-radius: 10px;
}

.whatsapp-icon .sns-icon {
    background-color: #05d758;
}

.messenger-icon .sns-icon {
    background-color: #0387ff;
}

.line-icon .sns-icon {
    background-color: #03c507;
}

.centered-block .paging .active {
    background: #3db33e;
}

.centered-block .paging .active a {
    color: #fff !important;

}

.limited-status .limited-available {
    background-color: #149b14;
    border-radius: 5px;
    padding: 3px;
    color: white;
}

.limited-status .limited-hold {
    background-color: #d27c19;
    border-radius: 5px;
    padding: 3px;
    color: white;
}

.limited-status .limited-sold-out {
    background-color: #7f8789;
    border-radius: 5px;
    padding: 3px;
    color: white;
}

.unfollow-limited-unit {
    padding: 15px;
    background: 0px center;
    color: rgb(153, 153, 153);
    position: absolute;
    right: 0px;
    top: 0px;
    border: 0px;
    font-size: 20px;
    box-shadow: none;
    cursor: pointer;
    text-decoration: none !important;
}

.price-not-label .icon-discount, .icon-new {
    display: none !important;
}

.notify-flash {
    position: fixed;
    bottom: 2%;
    right: 2px;
    z-index: 1000000;
    border: 4px solid #fea000;
    border-radius: 4px;
    margin: 0 10px;
    background-color: #ffff;
    width: 26vw;
}

.notify-flash .new-limited {
    position: absolute;
    top: 6px;
    left: -10px;
    z-index: 999;
}

.notify-flash .penal-notify {
    padding: 10px;
    display: flex;
    align-items: center;
}

.notify-flash .content-notify {
    line-height: 1.5;
    margin-left: 10px;
}

.notify-flash .title-notify {
    color: #FF9100;
    font-weight: 600;
    font-size: 16px;
}

.notify-flash .text-notify {
    color: black;
    font-size: 12px;
}

.notify-flash .remove-notify-limited {
    position: absolute;
    top: -15px;
    right: -13px;
    z-index: 999;
    cursor: pointer;
}

.notify-flash .animate-limit {
    animation: hotSalePulse 1.5s 3;
}

.first-time-login {
    font-style: italic;
    margin: 10px;
}


@keyframes hotSalePulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@font-face {
    font-family: 'InterBold';
    src: url('../fonts/InterDisplay-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/InterDisplay-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'InterMedium';
    src: url('../fonts/InterDisplay-Medium.woff2') format('woff2');
}

.top-search-form {
    border: 2px solid #119358;
    margin-bottom: 20px;
    font-family: 'InterMedium';
}

.top-search-form .search-form-header {
    background-color: #119358;
    padding: 10px 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.top-search-form .search-form-header span {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1px;
}

.top-search-form a {
    text-decoration: none;
}

.top-search-form a.right-text {
    color: #3DB33E;
    font-family: 'InterBold';
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    padding: 10px 25px 10px 15px;
    border-radius: 4px;
    background-color: #fff;
    position: relative;
    text-decoration: none;
}

.top-search-form a.right-text::after {
    content: '';
    background-image: url(images/icon_arrow_right.svg);
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.top-search-form .search-form-main {
    padding: 15px 13px;
}

.top-search-form .search-form-main .advance-search {
    display: flex;
    gap: 10px;
    position: relative;
}

.top-search-form .search-form-main > div {
    margin-bottom: 5px;
}

.top-search-form .search-form-main > div:first-child {
    height: 52px;
}

.top-search-form .search-form-main .title {
    padding: 5px 0 5px 25px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-search-form .search-form-main .title span {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    font-family: 'InterBold';
    color: #333333;
}

.top-search-form .search-form-main .title a:hover {
    text-decoration: underline;
}

.top-search-form .search-form-main .title::after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background-color: #119358;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.top-search-form .search-form-main ul li {
    list-style: none;
}

.top-search-form .search-form-main ul.links {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 2px;
}

.top-search-form .search-form-main ul.links li.link-item {
    list-style: none;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
}

.top-search-form .search-form-main ul.links li.link-item a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    gap: 2px;
    padding: 0 6px;
    box-sizing: border-box;
}

.top-search-form .search-form-main ul.links li.link-item .machinery-img {
    padding-top: 15px;
}

.top-search-form .search-form-main ul.links li.link-item span {
    color: #333333;
    font-family: 'InterBold';
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    padding-bottom: 8px;
}

.top-search-form .search-form-main ul.links li.link-item:hover {
    background-color: #ECF8EC;
    border: 1px solid #3DB33E;
    cursor: pointer;
}

.top-search-form .search-form-main ul.links li.link-item.sold-out {
    background-color: #DDDDDD;
    cursor: not-allowed;
    position: relative;
}

.top-search-form .search-form-main ul.links li.link-item.sold-out::after,
.top-search-form .search-form-main ul.links li.link-item.sold-out::before {
    content: '';
    position: absolute;
    width: 100%;
}

.top-search-form .search-form-main ul.links li.link-item.sold-out::before {
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 4px;
}

.top-search-form .search-form-main ul.links li.link-item.sold-out::after {
    content: 'SOLD OUT';
    position: absolute;
    text-align: center;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    background-color: #F2514B;
    padding: 3px 0;
    font-size: 14px;
}

.top-search-form .search-form-main ul.links li.link-item.sold-out:hover {
    background-color: #DDDDDD;
    border: 1px solid #DDDDDD;
    cursor: not-allowed;
}

.top-search-form .search-form-main ul.links li.link-item:hover span {
    color: #3DB33E;
}

.top-search-form .search-form-main ul.links li.link-item:hover a {
    cursor: unset;
}

.top-search-form .search-form-main ul.links li.link-item.sold-out:hover span {
    color: #333333;
}

.top-search-form .search-form-main ul.maker-links,
.top-search-form .search-form-main ul.condition-links,
.top-search-form .search-form-main ul.horsepower-links {
    display: grid;
    grid-template-columns: repeat(4, 162px);
    gap: 10px;
    margin: 0 0 13px;
}

.top-search-form .search-form-main ul.maker-links li a,
.top-search-form .search-form-main ul.condition-links li a,
.top-search-form .search-form-main ul.horsepower-links li a {
    padding: 16px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    gap: 10px;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    color: #333333;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Inter';
}

.top-search-form .search-form-main ul.maker-links li:hover,
.top-search-form .search-form-main ul.condition-links li:hover,
.top-search-form .search-form-main ul.horsepower-links li:hover {
    background-color: #ECF8EC;
    cursor: pointer;
}

.top-search-form .search-form-main ul.maker-links li:hover a,
.top-search-form .search-form-main ul.condition-links li:hover a,
.top-search-form .search-form-main ul.horsepower-links li:hover a {
    color: #3DB33E;
    border-color: #3DB33E;
}

.top-search-form .search-form-main ul.maker-links {
    padding: 2px 0 0;
}

.top-search-form .search-form-main ul.condition-links {
    grid-template-columns: repeat(3, 162px);
    padding-top: 10px;
    margin-bottom: 5px;
}

.top-search-form .search-form-main ul.horsepower-links {
    padding: 10px 0 0;
}

.top-search-form .search-form-main ul.condition-links li a,
.top-search-form .search-form-main ul.horsepower-links li a,
.top-search-form .search-form-main ul.maker-links li a {
    padding: 13px 0 12px;
    flex-direction: row;
    box-sizing: border-box;
}

.top-search-form .search-form-main ul.maker-links li a {
    padding: 19px 0;
}

.condition-note {
    font-family: 'Inter';
    font-size: 12px;
    color: #333333;
}

.search-input-wrapper {
    display: flex;
    flex-grow: 1;
}

.search-input-wrapper > div.input-wrapper {
    flex-grow: 1;
}

.search-input-wrapper input[type="text"] {
    width: 100%;
    border: none;
    padding: 14px 10px 14px 50px;
    font-size: 16px;
    font-family: 'Inter';
    position: relative;
    border: 1px solid #ccc;
    border-radius: 4px 0 0 4px;
    box-sizing: border-box;
}

.search-input-wrapper input[type="text"]:focus-visible,
.search-input-wrapper input[type="text"]:hover {
    border: 1px solid #3DB33E;
    outline: none;
}

.search-input-wrapper input[type="text"]:placeholder-shown {
    text-overflow: ellipsis;
    color: #9e9e9e;
    font-size: 16px;
}

.search-input-wrapper label[for="product-search-input"] {
    position: relative;
    cursor: pointer;
}

.search-input-wrapper label[for="product-search-input"]::before {
    content: url(../images/search_form/icon_search.png);
    width: 24px;
    height: 24px;
    position: absolute;
    top: -3px;
    left: 15px;
    z-index: 9999;
    display: block;
}

.search-button,
.advance-search-wrapper > button,
.advance-search-form #advanced-search-submit-btn {
    min-height: 50px;
    background-color: #3DB33E;
    border: none;
    color: white;
    padding: 10px 20px 10px 39px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    font-family: 'Inter';
    border-radius: 0 4px 4px 0;
}

.search-button {
    padding: 10px 20px;
}

.advance-search-wrapper > button {
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-button:hover,
.advance-search-wrapper > button:hover {
    background-color: #45a049;
}

.advance-search-wrapper > button.active {
    background-color: #FFFFFF;
    color: #4CAF50;
    border: 2px solid #4CAF50;
    padding: 5px 18px 15px 37px;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    height: 57px;
    position: relative;
    z-index: 99999;
}

.top-search-form .col-search label {
    flex: 0 0 25%;
    max-width: 25%;
}

.top-search-form .col-search .select,
.top-search-form .col-search .price-selects {
    flex: 0 0 75%;
    max-width: 75%;
    flex-grow: 1;
}

.top-search-form .advance-search-form {
    padding: 20px;
    border: 2px solid #4CAF50;
    position: absolute;
    top: 55px;
    left: 0;
    width: calc(100%);
    box-sizing: border-box;
    background-color: #FFFFFF;
    z-index: 9999;
    display: none;
}

.top-search-form .advance-search-form.active {
    display: block;
}

.top-search-form .advance-search-form .row-search {
    gap: 30px;
}

.top-search-form .advance-search-form .col-search {
    width: 100%;
    padding: 0 5px;
    gap: 5px;
}

.top-search-form .advance-search-form span.select2,
.top-search-form .advance-search-form select.select2 {
    border-radius: 4px;
    border-color: #8d8d8d;
}

.top-search-form .advance-search-form .col-search .price-selects {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.top-search-form .advance-search-form .row-search:last-child {
    justify-content: center;
    margin-bottom: 0;
}

.advance-search-form #advanced-search-submit-btn {
    min-width: 40%;
    border-radius: 4px;
    padding-bottom: 9px;
    padding-top: 9px;
    height: unset;
    min-height: unset;
}

.advance-search-form #advanced-search-submit-btn:hover {
    background-color: #45A049;
}

.top-page.merit-of-registration {
    background-color: #119358;
    padding: 0 7px;
    max-width: 480px;
    width: fit-content;
    margin: 40px auto 35px;
}

.top-page.merit-of-registration a::after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    background-image: url(../images/sp/icon_arrow_right_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.top-page.merit-of-registration a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    position: relative;
    color: #FFFFFF;
    padding: 10px 23px 10px 5px;
}

.top-page.merit-of-registration:hover {
    background-color: #14A262;
}

.top-page.merit-of-registration .content h3 {
    font-family: 'Inter';
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 10px;
}

.top-page.merit-of-registration .content p {
    font-family: 'Inter';
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
}

.meeting-zoom {
    border: 2px solid #2D8CFF;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.meeting-zoom .heading.ttl2 {
    outline: 2px solid #2D8CFF;
    width: 100%;
    padding: 12px;
}

.meeting-zoom .heading.ttl2 h2 {
    font-weight: 700;
    font-size: 20px;
    font-family: 'InterRegular';
    color: #2D8CFF;
    line-height: 28px;
}

.meeting-zoom .zoom-content {
    padding: 12px;
    display: flex;
}

.meeting-zoom .calendar-zoom,
.meeting-zoom .text-box {
    width: 50%;
    float: left;
    display: flex;
    align-items: center;
}

.meeting-zoom .calendar-zoom .logo-image {
    width: 100%;
}

.meeting-zoom .text-box p {
    color: #2D8CFF;
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.meeting-zoom .zoom-footer {
    padding: 0 12px 12px;
    width: 100%;
}

.meeting-zoom .zoom-footer a {
    text-decoration: none;
    line-height: 20px;
    padding: 10px 0;
    font-family: 'InterBold';
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    border: none;
    background-color: #2D8CFF;
    border-radius: 40px;
    width: 100%;
    float: left;
}

.meeting-zoom .zoom-footer a:hover {
    opacity: 0.7;
}

.top-page.merit-of-registration .content p {
    font-family: 'Inter';
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
}

a.chat-icon-pc {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    line-height: 0;
}
.view_more_information {
    margin-bottom: 10px;
}
.view_more_information a{
    color: #2D8CFF;
    text-decoration: underline;
}
.thank_you_completed_text p:last-child {
    color: red;
    margin-top: 3px;
    margin-bottom: 15px;
    font-weight: 700;
}

.terms-and-conditions {
    margin-top: 10px;
}

.terms-and-conditions .term {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
}

.terms-and-conditions .term div {
    margin-top: 5px;
    margin-bottom: 15px;
    display: flex;
}

.terms-and-conditions .term div label {
    margin-right: 10px;
    width: auto;
}

div.retail-note {
   border: 1px solid #03c507;
   padding: 10px;
   margin-bottom: 10px;
}

.fwb-700 {
    font-weight: 700;
}

.fc-red {
    color: red;
}

.fs-i {
    font-style: italic;
}

.mgt-40 {
    margin-top: 40px;
}

