@font-face {
    font-family: 'Basicaline';
    src: url('./fonts/subset-BasicalineRegular.eot');
    src: url('./fonts/subset-BasicalineRegular.eot?#iefix') format('embedded-opentype'),
    url('./fonts/subset-BasicalineRegular.woff2') format('woff2'),
    url('./fonts/subset-BasicalineRegular.woff') format('woff'),
    url('./fonts/subset-BasicalineRegular.ttf') format('truetype'),
    url('./fonts/subset-BasicalineRegular.svg#BasicalineRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@media (min-width: 1921px) {
    /* 4k me */
    .container-fluid {
        max-width: 1920px;
    }

    #bd .bannerfont {
        font-size: 50px !important;
    }
}

.overflow-hidden {
    overflow: hidden;
}

.bannerfont {
    font-family: 'Basicaline', 'Source Sans Pro', sans-serif;
    font-size: 40px;
    line-height: 40px;
    height: 50px;
}

#product_shop .bannerfont {
    height: auto;
}

.nopadding {
    padding-left: 0;
    padding-right: 0;
}

.bordered {
    border: 1px solid #c5c5c5;
}

.bordered-top {
    border-top: 1px solid #c5c5c5;
}

.bordered-bottom {
    border-bottom: 1px solid #c5c5c5;
}

.bordered-left {
    border-left: 1px solid #c5c5c5;
}

.bordered-right {
    border-right: 1px solid #c5c5c5;
}

.uppercase {
    text-transform: uppercase;
}

/* fixes */
b, strong, dt {
    font-weight: 500;
}

@media (min-width: 1280px) {
    .container {
        width: 1600px;
        max-width: 90vw;
    }
}

@media (min-width: 768px) {
    #bd .valign {
        display: flex;
        align-items: center;
    }

    #bd .flexend {
        display: flex;
        align-items: flex-end;
    }
}

#bd .valignall {
    display: flex;
    align-items: center;
}

#bd .flexendall {
    display: flex;
    align-items: flex-end;
}

#sns_header svg.logo {
    max-width: 250px;
}

#sns_header.sticky svg.logo {
    max-width: 100px;
}

.flashsale,
.flashsale a {
    background: #000;
    color: #fff;
}

#sns_header.sticky .flashsale {
    display: none;
}

.flashsale.bannerfont,
.flashlimited.bannerfont {
    font-size: calc(18px + (25 - 18) * ((100vw - 991px) / (1920 - 991)));
    height: 40px;
    line-height: 30px;
    display: block;
}

@media (min-width: 768px) {
    .flashlimited.bannerfont {
        font-size: calc(18px + (20 - 18) * ((100vw - 991px) / (1920 - 991)));
        -webkit-animation: none !important;
        -o-animation: none !important;
        animation: none !important;
    }
}

svg.logo {
    max-width: 100%;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

svg.logo path,
svg.logo rect {
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}

svg.logo path:hover,
svg.logo rect:hover {
    fill: #ffff00;
    opacity: .1;
    -webkit-transition: all 50ms ease;
    -moz-transition: all 50ms ease;
    -ms-transition: all 50ms ease;
    -o-transition: all 50ms ease;
    transition: all 50ms ease;
}

.owl-carousel .owl-item img {
    width: auto;
    display: inline-block;
}

.center-block {
    float: none;
    clear: both;
}

#sns_header ul, #sns_header ol {
    margin: 0;
    padding: 0;
}

.ico-label {
    text-align: center;
}

html, body#bd {
    font-weight: 300;
    overflow-x: hidden;
}

.menufilter.atlantis_size {
    padding: 0 5px;
    border: 1px solid black;
}

button, input, select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], label, .uneditable-input {
    font-size: 100%;
    color: #333;
    border-color: #000;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: #cdcdcd;
}

input, textarea, select {
    display: inline-block;
    line-height: 1.428571429;
    vertical-align: middle;
    border: none;
    border-bottom: 1px solid black;
    outline: none;
    height: 50px;
    line-height: 50px;
}

input:focus, textarea:focus, select:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

input:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder {
    color: #999;
}

input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
    color: #999;
    opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
    color: #999;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
    color: #999;
}

input[disabled], input[readonly], fieldset[disabled] input, textarea[disabled], textarea[readonly], fieldset[disabled] textarea, select[disabled], select[readonly], fieldset[disabled] select {
    cursor: not-allowed;
    background-color: #f6f6f6;
}

textarea.input, textarea.textarea, textarea.select {
    height: auto;
}

.label {
    margin: 2px 0;
    line-height: normal;
    background: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: inherit;
    text-shadow: none;
    -moz-text-shadow: none;
    -o-text-shadow: none;
    -webkit-text-shadow: none;
}

a:focus, input:focus, button:focus, select:focus {
    outline: none !important;
}

.tooltip-inner {
    background-color: #d8d8d8;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #d8d8d8;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #d8d8d8;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #d8d8d8;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #d8d8d8;
}

.modal-content {
    border-radius: 0;
}

.close:hover, .close:focus {
    background: none;
}

select {
    margin: 0;
    padding: 4px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4);
    transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4);
    -moz-transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4);
    -ms-transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4);
    -o-transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4);
}

select:focus {
    border-color: #999;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input.input-text, input.checkbox {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4);
    transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4);
    -moz-transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4);
    -ms-transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4);
    -o-transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4);
    height: 50px;
}

input.input-text:focus, input.checkbox:focus {
    border-color: #aeaeae;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #999;
}

input.input-text.validation-failed, input.checkbox.validation-failed {
    border-color: #b94a48 !important;
}

input.required-entry.validation-failed, textarea.required-entry.validation-failed {
    border-color: #b94a48 !important;
}

textarea {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 6px 10px;
    -webkit-transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4);
    transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4);
    -moz-transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4);
    -ms-transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4);
    -o-transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4);
    color: #aaa;
    border-color: #ddd;
}

textarea:focus {
    border-color: #aeaeae;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #686868;
}

textarea.validation-failed {
    border-color: #b94a48 !important;
}

label em {
    padding-right: 5px;
}

input[type="button"], .button, button {
    -webkit-transition: all 0.25s cubic-bezier(.4, -0.4, .6, 1.4);
    transition: all 0.25s cubic-bezier(.4, -0.4, .6, 1.4);
    -moz-transition: all 0.25s cubic-bezier(.4, -0.4, .6, 1.4);
    -ms-transition: all 0.25s cubic-bezier(.4, -0.4, .6, 1.4);
    -o-transition: all 0.25s cubic-bezier(.4, -0.4, .6, 1.4);
    background: none;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background: #fff;
    border: none;
    color: #555553;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    text-align: center;
}

input[type="button"][disabled], .button[disabled], button[disabled] {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

input[type="button"][disabled]:hover, .button[disabled]:hover, button[disabled]:hover {
    background: #d8d8d8;
    color: #fff;
}

input[type="button"]:hover, .button:hover, button:hover, button.active {
    color: #555553;
    border-color: #d8d8d8;
    background: #d8d8d8;
}

.clearer:after, .header-container:after, .header-container .top-container:after, .header:after, .header .quick-access:after, #nav:after, .main:after, .footer:after, .footer-container .bottom-container:after, .col-main:after, .col2-set:after, .col3-set:after, .col3-layout .product-options-bottom .price-box:after, .col4-set:after, .search-autocomplete li:after, .block .actions:after, .block li.item:after, .block-poll li:after, .block-layered-nav .currently li:after, .page-title:after, .products-grid:after, .products-list li.item:after, .box-account .box-head:after, .dashboard .box .box-title:after, .box-reviews li.item:after, .box-tags li.item:after, .pager:after, .sorter:after, .ratings:after, .add-to-box:after, .add-to-cart:after, .product-essential:after, .product-collateral:after, .product-view .product-img-box .more-views ul:after, .product-view .box-tags .form-add:after, .product-view .product-shop .short-description:after, .product-view .box-description:after, .product-options .options-list li:after, #confirmbox .product-options-bottom:after, .product-review:after, .cart-collaterals:after, .cart .crosssell li.item:after, .opc .step-title:after, .checkout-progress:after, .multiple-checkout .place-order:after, .group-select li:after, .form-list li:after, .form-list .field:after, .buttons-set:after, .page-print .print-head:after, .advanced-search-summary:after, .gift-messages-form .item:after, .send-friend .form-list li p:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

ul.form-list, ul.tags-list {
    list-style: none;
    padding: 0;
}

ul.form-list li, ul.tags-list li {
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.fieldset ul {
    margin: 0 0;
    list-style: none;
}

.buttons-set .back-link {
    float: left;
}

.buttons-set .button {
    float: right;
    margin: 0 0 0 5px;
    padding: 0 15px;
    display: block;
    text-align: center;
    border: 1px solid #000;
}

.control .input-box {
    float: left;
    margin: 0 5px 0 0;
}

.control .input-box input {
    margin: 0 0;
}

.control > input, .control label {
    display: inline-block;
    vertical-align: middle;
}

.control input {
    margin: 1px 5px 0 0;
}

.control label {
    cursor: pointer;
    margin: 0 0;
}

.input-box select {
    margin: 0 0 10px 0;
}

.col2-set {
    display: flex;
}

.col2-set h2 {
    font-size: 125%;
}

.col2-set h3 {
    font-size: 120%;
}

.col2-set h4 {
    font-size: 100%;
}

.col2-set .col-1,
.col2-set .col-2 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}

.col2-set .content {
    padding: 15px;
    height: 100%;
}

.col2-set .buttons-set {
    border: 1px solid #000;
    border-top: none;
    padding: 20px;
}

.col2-set .buttons-set:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.col3-set .col-1 {
    width: 32%;
    float: left;
}

.col3-set .col-2 {
    width: 32%;
    float: left;
    margin-left: 2%;
}

.col3-set .col-3 {
    width: 32%;
    float: right;
}

.table-caption {
    font-size: 125%;
}

.data-table {
    border: 1px solid #e9e9e9;
    border-collapse: collapse;
    width: 100%;
}

.data-table thead tr td, .data-table thead tr th {
    background: #efefef;
    border-bottom: 1px solid #e9e9e9;
    border-right: medium none;
    border-top: 1px solid #e9e9e9;
    padding: 10px 10px;
    text-transform: uppercase;
    white-space: nowrap;
}

.data-table tbody th {
    text-align: left;
    border-bottom: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    padding: 8px;
}

.data-table tbody td {
    border-bottom: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    padding: 8px;
}

.data-table tbody td.label {
    vertical-align: middle;
}

.data-table tbody td a.product-image {
    display: block;
}

.data-table tbody td button {
    min-width: 110px;
    margin-bottom: 10px;
}

.data-table tfoot td {
    padding: 15px 20px;
    border-bottom: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
}

.data-table input.input-text {
    border: 1px solid #e9e9e9;
}

.data-table input.input-text:focus {
    border-color: #cdcdcd;
}

.buttons-set {
    display: flex;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.a-center {
    text-align: center;
}

.a-right {
    text-align: right;
}

.a-left {
    text-align: left;
}

.fields .field {
    float: left;
    width: 50%;
    padding-right: 15px;
}

.input-box input[type="text"], .input-box input.input-text {
    width: 100%;
}

.input-box select {
    width: 100%;
}

ul.options-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.options-list li input, ul.options-list li .label {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}

ul.options-list li input {
    margin-right: 5px;
}

ul.options-list li .label * {
    margin: 0;
    padding: 0;
}

#bd .validation-advice {
    color: #b94a48;
    font-size: 85%;
    font-weight: 500;
}

.sns-item-g5 {
    width: 20%;
}

.sns-item-g4 {
    width: 25%;
}

.sns-item-g3 {
    width: 33.33%;
}

.sns-item-g2 {
    width: 50%;
}

.sns-item-g1 {
    width: 100%;
}

body {
    overflow-x: hidden;
    position: relative;
    line-height: 165%;
    color: #000;
}

body.page-popup {
    font-size: 12px;
    padding: 20px 30px 30px;
}

body.page-popup .page-title h1 {
    float: left;
    font-weight: normal;
    margin-top: 0px;
    text-transform: none;
    color: #333;
}

body.page-popup .page-title .link-print {
    background: url("../images/i_print.gif") 0 2px no-repeat;
    padding: 0 0 0 25px;
    margin: 10px 0 0;
    float: right;
}

body.page-popup .data-table thead th, body.page-popup .data-table tbody th {
    background: #efefef;
    padding-left: 10px;
    padding-right: 10px;
}

body.page-popup .compare-table td {
    vertical-align: top;
}

body.page-popup .compare-table td button {
    margin: 0 0;
}

body.page-popup .compare-table thead th, body.page-popup .compare-table thead td {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}

body.page-popup .product-name {
    line-height: normal;
    margin-bottom: 10px;
}

body.page-popup .add-to-links {
    list-style: none;
    margin: 0 0;
    text-align: center;
}

body.page-popup .product-shop-row td, body.page-popup .add-to-row td {
    text-align: center;
}

body.open-stickynote-top .stickynote-top .btn-close {
    top: 50%;
    margin-top: -11px;
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
}

a:hover, a:focus, a:active, a.active {
    color: #d8d8d8;
    text-decoration: none;
}

#select-language a.active {
    color: #000;
    text-decoration: underline;
}

a {
    color: #000;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 300;
    color: #000;
}

h1 {
    font-size: 120%;
}

h2 {
    font-size: 115%;
}

h3 {
    font-size: 110%;
}

h4 {
    font-size: 105%;
}

h5 {
    font-size: 100%;
}

h6 {
    font-size: 100%;
}

img {
    max-width: 100%;
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

table img {
    max-width: none;
}

hr.customhr {
    width: 100px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    border-color: #aaa;
    margin-top: 0px;
    margin-bottom: 0;
}

hr.h20 {
    height: 20px;
    margin: 0;
    padding: 0;
    border: none;
}

.cart-msrp-totals {
    color: red;
    font-size: 12px !important;
    font-weight: bold;
    margin: 10px 10px 0;
    padding: 10px;
    text-align: right;
    text-transform: uppercase;
}

.map-cart-sidebar-total {
    color: red;
    display: block;
    font-size: 10px;
    font-weight: bold;
    text-align: left;
    padding: 2px 5px;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: bold;
}

.alert > p, .alert > ul {
    margin-bottom: 0;
}

.alert > p + p {
    margin-top: 5px;
}

.alert-dismissable {
    padding-right: 35px;
}

.alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #843534;
}

.success {
    color: #3c763d;
}

.error {
    color: #a94442;
}

.notice {
    color: #31708f;
}

.messages {
    padding: 0;
    list-style: none;
    clear: both;
}

.messages > li {
    margin-bottom: 10px;
}

.error-msg, .success-msg, .note-msg, .notice-msg {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    background: #000;
    border-radius: 0;
}

.error-msg h4, .success-msg h4, .note-msg h4, .notice-msg h4 {
    margin-top: 0;
    color: inherit;
}

.error-msg .alert-link, .success-msg .alert-link, .note-msg .alert-link, .notice-msg .alert-link {
    font-weight: bold;
}

.error-msg > p, .error-msg > ul, .success-msg > p, .success-msg > ul, .note-msg > p, .note-msg > ul, .notice-msg > p, .notice-msg > ul {
    margin-bottom: 0;
}

.error-msg > p + p, .success-msg > p + p, .note-msg > p + p, .notice-msg > p + p {
    margin-top: 5px;
}

.error-msg {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.error-msg hr {
    border-top-color: #e4b9c0;
}

.error-msg .alert-link {
    color: #843534;
}

.success-msg {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.success-msg hr {
    border-top-color: #c9e2b3;
}

.success-msg .alert-link {
    color: #2b542c;
}

.note-msg, .notice-msg {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.note-msg hr, .notice-msg hr {
    border-top-color: #a6e1ec;
}

.note-msg .alert-link, .notice-msg .alert-link {
    color: #245269;
}

li.notice-msg ul {
    position: relative;
    padding: 0 0 0 30px;
    list-style: none;
}

li.notice-msg ul:before {
    font-family: FontAwesome;
    content: "\f06a";
    font-size: 22px;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -11px;
    line-height: 22px;
}

li.error-msg ul {
    position: relative;
    padding: 0 0 0 30px;
    list-style: none;
}

li.error-msg ul:before {
    font-family: FontAwesome;
    content: "\f06a";
    font-size: 22px;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -11px;
    line-height: 22px;
}

li.success-msg ul {
    position: relative;
    padding: 0 0 0 30px;
    list-style: none;
}

li.success-msg ul:before {
    font-family: FontAwesome;
    content: "\f058";
    font-size: 22px;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -11px;
    line-height: 22px;
}

.global-site-notice {
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
    text-align: center;
}

.global-site-notice h4 {
    margin-top: 0;
    color: inherit;
}

.global-site-notice .alert-link {
    font-weight: bold;
}

.global-site-notice > p, .global-site-notice > ul {
    margin-bottom: 0;
}

.global-site-notice > p + p {
    margin-top: 5px;
}

.global-site-notice hr {
    border-top-color: #f7e1b5;
}

.global-site-notice .alert-link {
    color: #66512c;
}

.global-site-notice p {
    margin: 0;
}

#sns_breadcrumbs {
    min-height: 40px;
    line-height: 40px;
}

body.homepage #sns_breadcrumbs,
body.index #sns_breadcrumbs,
body.cms-index-index #sns_breadcrumbs {
    display: none;
}

#sns_pathway:before, #sns_pathway:after {
    content: " ";
    display: table;
}

#sns_pathway:after {
    clear: both;
}

span[class^="icon-"] {
    margin: 0;
    padding: 0;
    list-style: none;
}

.breadcrumbs {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: middle;
}

.breadcrumbs a {
    font-size: 80%;
}

.breadcrumbs a:hover {
    color: #d8d8d8;
}

.breadcrumbs li {
    display: inline-block;
    text-transform: uppercase;
    padding-left: 0;
}

.breadcrumbs li .fa {
    font-size: 120%;
}

.breadcrumbs li:before {
    content: "|";
    line-height: 50px;
    padding-right: 5px;
}

.breadcrumbs li:first-child:before {
    display: none;
}

.breadcrumbs li.last span {
    color: #333;
}

.cart-collaterals {
    padding-top: 40px;
}

.cart-collaterals .totals {
    margin-bottom: 30px;
}

.cart-collaterals .totals table {
    width: 100%;
}

.cart-collaterals .totals table td {
    padding: 10px 0 20px;
    text-transform: uppercase;
}

.cart-collaterals .totals table tfoot td {
    border-bottom: 1px solid #e9e9e9;
    font-size: 125%;
    padding: 0 0 20px 20px;
    text-transform: uppercase;
}

.cart-collaterals .totals ul.checkout-types {
    margin: 30px 0 0;
    padding: 0;
}

.cart-collaterals .totals ul.checkout-types li {
    clear: both;
    margin: 0;
    padding: 5px 0;
    text-align: right;
}

.checkout-progress {
    margin: 10px 0 35px 0;
    list-style: none;
    padding: 0;
}

.checkout-progress li {
    display: inline-block;
    padding: 5px 0px;
    width: 20%;
    text-align: center;
    background: #e9e9e9;
    float: left;
    color: #686868;
}

.checkout-progress li.active {
    background: #d8d8d8;
    color: #fff;
}

.multiple-checkout h2 {
    font-size: 120%;
    line-height: 24px;
}

.multiple-checkout .col2-set h2.legend {
    font-size: 135%;
}

.multiple-checkout .col2-set h3.legend {
    font-size: 120%;
}

.multiple-checkout .col2-set .product-name {
    font-size: 120%;
}

.multiple-checkout .col2-set .box .box-title h2 a, .multiple-checkout .col2-set .box .box-title h3 a, .multiple-checkout .col2-set .box .box-title h4 a {
    position: static;
}

.multiple-checkout .col2-set .col-1 {
    margin-top: 5px;
}

.multiple-checkout .col2-set .col-2 {
    margin-top: 5px;
}

.multiple-checkout .sp-methods dt input {
    float: left;
    margin: 1px 8px 0 0;
}

.multiple-checkout .sp-methods dt label {
    cursor: pointer;
}

.multiple-checkout .sp-methods dd ul {
    list-style: none;
}

.multiple-checkout #checkout-review-submit {
    float: right;
    text-align: right;
    margin-top: 10px;
}

#checkoutSteps {
    margin: 0;
    padding: 0;
    list-style: none;
}

#checkoutSteps ul, #checkoutSteps ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

#checkoutSteps li {
    margin-bottom: 1px;
}

#checkoutSteps li .step-title {
    padding: 8px 15px;
    background: #e9e9e9;
    color: #333;
}

#checkoutSteps li .step-title .number {
    float: left;
    padding: 0 5px;
    margin: 4px 10px 0 0;
    background: #333;
    color: #fff;
}

#checkoutSteps li .step-title h2 {
    font-size: 125%;
    text-transform: uppercase;
    float: left;
    line-height: normal;
    margin: 0 0;
    line-height: 30px;
}

#checkoutSteps li .step-title a {
    width: 30px;
    height: 30px;
    overflow: hidden;
    float: right;
}

#checkoutSteps li .step-title a:before {
    content: '\f040';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 140%;
}

#checkoutSteps li.allow .step-title {
    cursor: pointer;
}

#checkoutSteps li.active .step-title {
    background: #d8d8d8;
    border: 1px solid #d8d8d8;
    border-bottom: none;
    cursor: default;
}

#checkoutSteps li.active .step-title a, #checkoutSteps li.active .step-title h2 {
    color: #fff;
}

#checkoutSteps li.active .step-title span {
    background: #ec5a5a;
}

#checkoutSteps li .step {
    border: 1px solid #e9e9e9;
    padding: 15px 20px;
}

#checkoutSteps li .step fieldset ul {
    list-style: none;
    margin: 0 0;
}

#checkoutSteps li .step fieldset p.required {
    text-align: right;
}

#checkoutSteps .sp-methods dt {
    clear: both;
    padding: 2px 0;
}

#checkoutSteps .sp-methods dt input {
    margin: 1px 5px 0 0;
    float: left;
}

#checkoutSteps .sp-methods dt label {
    float: left;
    margin: 0 0;
    cursor: pointer;
}

#checkoutSteps .please-wait {
    margin: 0 20px;
}

#checkoutSteps .input-box select {
    width: 240px;
}

#sns_menu {
    position: relative;
}

.show-sidebar #sns_menu {
    display: block !important;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    z-index: 3 !important;
}

#sns_menu > .container > .inner {
    background: #d8d8d8;
}

#sns_menu > .container > .inner:before, #sns_menu > .container > .inner:after {
    content: " ";
    display: table;
}

#sns_menu > .container > .inner:after {
    clear: both;
}

#sns_menu > .container > .inner #sns_mainnav {
    float: left;
}

#sns_menu.keep-menu h1#logo {
    padding: 10px 0;
}

.setting.acc-cart .amount {
    position: absolute;
    top: 0;
    right: 0;
    background: red;
    text-align: center;
    background-color: #fa3e3e;
    border-radius: 2px;
    color: #fff;
    padding: 1px 2px;
    line-height: 1;
    border: 1px solid #fff;
}

#sns_header.header_style1 .top_setting .setting {
    margin-left: 15px;
    cursor: pointer;
}

#sns_header.header_style1 .top_setting .search.setting .module-ct {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    background: #000;
    padding: 5px;
    z-index: 10;
}

#sns_header.header_style1 .top_setting .module-ct .mysetting:hover.header-account .links {
    top: 100%;
    opacity: 1;
    z-index: 9;
    visibility: visible;
}

#sns_header.header_style1 .top_setting .module-ct .mysetting.search {
    display: none;
    position: relative;
    margin-right: 15px;
}

#sns_header.header_style1 .top_setting .module-ct .mysetting.search span.title {
    font-size: 13px;
    line-height: 33px;
    padding-right: 10px;
}

#sns_header.header_style1 .top_setting .module-ct .mysetting.search:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 13px;
    top: 10px;
    right: 0;
    background: #ccc;
}

#sns_header.header_style1 .top_setting .module-ct .mysetting.search .top-search {
    display: block;
    opacity: 0;
    position: absolute;
    top: 150%;
    left: 0px;
    -webkit-transition: all 0.5s cubic-bezier(.4, -0.4, .6, 1.4);
    transition: all 0.5s cubic-bezier(.4, -0.4, .6, 1.4);
    -moz-transition: all 0.5s cubic-bezier(.4, -0.4, .6, 1.4);
    -ms-transition: all 0.5s cubic-bezier(.4, -0.4, .6, 1.4);
    -o-transition: all 0.5s cubic-bezier(.4, -0.4, .6, 1.4);
    background: #222;
    visibility: hidden;
    padding: 0;
    width: 140px;
    width: 250px;
    padding: 10px;
}

#sns_header.header_style1 .top_setting .module-ct .mysetting.search .top-search .module-ct {
    height: auto;
}

#sns_header.header_style1 .top_setting .module-ct .mysetting.search .top-search .form-search input {
    border-color: #888;
}

#sns_header.header_style1 .top_setting .module-ct .mysetting.search:hover span.title {
    color: #000;
    cursor: pointer;
}

#sns_header.header_style1 .top_setting .module-ct .mysetting.search:hover .top-search {
    top: 100%;
    opacity: 1;
    z-index: 9;
    visibility: visible;
}

#sns_header.header_style1 .top_setting .module-ct .mysetting .content {
    position: relative;
}

#sns_header.header_style1 .top_setting .module-ct .mysetting .content .setting-active {
    position: relative;
    line-height: 15px;
}

#sns_header.header_style1 .top_setting .module-ct .mysetting .content .setting-active:hover {
    cursor: pointer;
    color: #000;
}

#sns_header.header_style1 .top_setting .module-ct .mysetting .content .active-title {
    padding-right: 10px;
    text-transform: uppercase;
}

#sns_header.header_style1 .top_setting .module-ct .mysetting .content .active-title:before {
    position: absolute;
    right: 5px;
    content: "\f107";
    font-size: 18px;
    font-family: FontAwesome;
}

#sns_header.header_style1 .top_setting .module-ct .mysetting .content .active-title img {
    width: 16px;
    height: auto;
    display: inline-block;
}

#sns_menu.keep-menu .container > .inner .header-right {
    padding: 20px 0;
}

#sns_menu .container > .inner {
    position: relative;
}

#sns_menu #sns_mainnav {
    position: static;
}

#sns_menu .wrap_topblock {
    padding-bottom: 20px;
}

#sns_menu .wrap_bottomblock {
    padding-top: 20px;
}

#sns_menu .block.sns-slider .block-title {
    margin: 0 0 20px;
    padding: 0;
}

#sns_menu .block.sns-slider .container-slider {
    padding: 0;
    margin: 0 -15px;
}

#sns_custommenu li.level1 {
    padding: 0 5px;
}

#sns_custommenu li.level1.last {
    border-right: none;
}

#sns_custommenu li:hover {
    z-index: 1;
}

#sns_custommenu ul.mainnav {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sns_custommenu ul.mainnav:before, #sns_custommenu ul.mainnav:after {
    content: " ";
    display: table;
}

#sns_custommenu ul.mainnav:after {
    clear: both;
}

#sns_custommenu ul.mainnav .group-item .wrap_group ul ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sns_custommenu ul.mainnav .group-item .wrap_group ul.level0 {
    list-style: none;
    padding: 0;
}

#sns_custommenu ul.mainnav .group-item .wrap_group ul.level0 > li > a,
#sns_custommenu ul.mainnav .group-item .wrap_group ul.level0 > li > .wrap_filters p {
    font-size: 130%;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 10px;
    display: block;
    color: #000;
}

#sns_custommenu ul.mainnav .group-item .wrap_group ul.level0 > li > a:hover {
    color: #d8d8d8;
}

#sns_custommenu ul.mainnav .group-item .wrap_group ul.level1 > li {
    position: relative;
    padding: 0 25px;
    display: block;
    padding: 0;
    width: 50%;
    float: left;
}

#sns_custommenu ul.mainnav .group-item .wrap_group ul.level1 > li:last-child > a {
    border-bottom: 0px;
}

#sns_custommenu ul.mainnav .group-item .wrap_group ul.level1 > li.parent:after {
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -10px;
    display: inline-block;
    content: "\f105";
    font-family: FontAwesome;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #888;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

#sns_custommenu ul.mainnav .group-item .wrap_group ul.level1 > li li {
    position: relative;
    padding: 0 15px;
}

#sns_custommenu ul.mainnav .group-item .wrap_group ul.level1 > li li.parent:after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -10px;
    display: inline-block;
    content: "\f105";
    font-family: FontAwesome;
    width: 20px;
    color: #888;
    height: 15px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

#sns_custommenu ul.mainnav .group-item .wrap_group ul.level1 > li li:last-child > a {
    border-bottom: 0px;
}

#sns_custommenu ul.mainnav .group-item .wrap_group ul.level1 > li:hover > .wrap_submenu, #sns_custommenu ul.mainnav .group-item .wrap_group ul.level1 > li li:hover > .wrap_submenu {
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.25s cubic-bezier(.4, -0.4, .6, 1.4) 0.2s;
    transition: all 0.25s cubic-bezier(.4, -0.4, .6, 1.4) 0.2s;
    -moz-transition: all 0.25s cubic-bezier(.4, -0.4, .6, 1.4) 0.2s;
    -ms-transition: all 0.25s cubic-bezier(.4, -0.4, .6, 1.4) 0.2s;
    -o-transition: all 0.25s cubic-bezier(.4, -0.4, .6, 1.4) 0.2s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    transform-origin: top left;
    visibility: visible;
}

#sns_custommenu ul.mainnav .group-item .wrap_group ul.level1 > li a {
    display: block;
    padding: 0px 15px 0 0;
    line-height: 20px;
    color: #888;
    border-bottom: 1px solid transparent;
}

#sns_custommenu ul.mainnav .group-item .wrap_group ul.level1 > li a:hover {
    padding-left: 5px;
    border-bottom: 1px solid #888;
}

#sns_custommenu ul.mainnav .group-item .wrap_group ul.level1 > li .wrap_submenu {
    display: none;
    position: absolute;
    min-width: 210px;
    padding: 5px;
    left: 30%;
    top: 100%;
    background: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.25s cubic-bezier(.4, -0.4, .6, 1.4);
    transition: all 0.25s cubic-bezier(.4, -0.4, .6, 1.4);
    -moz-transition: all 0.25s cubic-bezier(.4, -0.4, .6, 1.4);
    -ms-transition: all 0.25s cubic-bezier(.4, -0.4, .6, 1.4);
    -o-transition: all 0.25s cubic-bezier(.4, -0.4, .6, 1.4);
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    transform-origin: top left;
    border: 1px solid #d8d8d8;
    display: block;
    visibility: hidden;
}

#sns_custommenu ul.mainnav .group-item .wrap_group ul.level1 > li .wrap_submenu li.last a {
    border-bottom: 0px;
}

#sns_custommenu ul.mainnav .group-item .wrap_group ul.level1 > li:hover > a {
    padding-left: 5px;
    color: #d8d8d8;
    background: none;
}

#sns_custommenu ul.mainnav .group-item .wrap_group ul.level1 > li > a {
    padding: 0;
    display: block;
    color: #333;
}

#sns_custommenu ul.mainnav li.level0 > div.wrap_submenu ul.level0 > li > a:hover,
#sns_custommenu ul.mainnav li.level0 > div.wrap_submenu ul.level1 > li > a:hover,
#sns_custommenu ul.mainnav .group-item .wrap_group ul.level1 > li > a:hover {
    padding-left: 5px;
    color: #d8d8d8;
    background: none;
}

#sns_custommenu ul.mainnav li.level0 {
    border: none;
    position: relative;
    display: inline-block;
    text-align: left;
}

#sns_custommenu ul.mainnav li.level0:first-child a:after {
    display: none;
}

#sns_custommenu ul.mainnav li.level0.drop-submenu {
    position: relative;
}

#sns_custommenu ul.mainnav li.level0.drop-submenu.group-item {
    position: static;
}

#sns_custommenu ul.mainnav li.level0:hover > div {
    display: block;
    z-index: 9999;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    top: 100%;
    top: 100% !important;
}

#sns_custommenu ul.mainnav li.level0:hover.custom-itemdrop-staticblock > a:after, #sns_custommenu ul.mainnav li.level0:hover.custom-itemdrop-staticblock > a:before {
    display: block;
}

#sns_custommenu ul.mainnav li.level0:hover.drop-submenu.parent:after, #sns_custommenu ul.mainnav li.level0:hover.drop-submenu.parent:before {
    display: block;
}

#sns_custommenu ul.mainnav li.level0 > div {
    display: none;
    position: absolute;
    left: 0;
    background: #f1f1f1;
    border: 1px solid #d8d8d8;
    border-top-width: 5px;
    visibility: hidden;
    display: block;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    opacity: 0;
    filter: alpha(opacity=0);
    top: 120%;
}

#sns_custommenu ul.mainnav li.level0 > div.wrap_submenu {
    min-width: 225px;
    padding: 15px 0px;
    margin-top: 0px;
}

#sns_custommenu ul.mainnav li.level0 > div.wrap_submenu ul.level0 {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sns_custommenu ul.mainnav li.level0 > div.wrap_submenu ul.level0 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sns_custommenu ul.mainnav li.level0 > div.wrap_submenu ul.level0 > li {
    position: relative;
    padding: 0 25px;
}

#sns_custommenu ul.mainnav li.level0 > div.wrap_submenu ul.level0 > li:last-child > a {
    border-bottom: 0px;
}

#sns_custommenu ul.mainnav li.level0 > div.wrap_submenu ul.level0 > li.parent:after {
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -10px;
    display: inline-block;
    content: "\f105";
    font-family: FontAwesome;
    width: 20px;
    height: 15px;
    color: #888;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

#sns_custommenu ul.mainnav li.level0 > div.wrap_submenu ul.level0 > li li {
    position: relative;
    padding: 0 25px;
}

#sns_custommenu ul.mainnav li.level0 > div.wrap_submenu ul.level0 > li li.parent:after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -10px;
    display: inline-block;
    content: "\f105";
    font-family: FontAwesome;
    width: 20px;
    color: #888;
    height: 15px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

#sns_custommenu ul.mainnav li.level0 > div.wrap_submenu ul.level0 > li li:last-child > a {
    border-bottom: 0px;
}

#sns_custommenu ul.mainnav li.level0 > div.wrap_submenu ul.level0 > li:hover.parent:after, #sns_custommenu ul.mainnav li.level0 > div.wrap_submenu ul.level0 > li.active.parent:after, #sns_custommenu ul.mainnav li.level0 > div.wrap_submenu ul.level0 > li li:hover.parent:after, #sns_custommenu ul.mainnav li.level0 > div.wrap_submenu ul.level0 > li li.active.parent:after {
    color: #000;
}

#sns_custommenu ul.mainnav li.level0 > div.wrap_submenu ul.level0 > li:hover > .wrap_submenu, #sns_custommenu ul.mainnav li.level0 > div.wrap_submenu ul.level0 > li li:hover > .wrap_submenu {
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.25s cubic-bezier(.4, -0.4, .6, 1.4) 0.2s;
    transition: all 0.25s cubic-bezier(.4, -0.4, .6, 1.4) 0.2s;
    -moz-transition: all 0.25s cubic-bezier(.4, -0.4, .6, 1.4) 0.2s;
    -ms-transition: all 0.25s cubic-bezier(.4, -0.4, .6, 1.4) 0.2s;
    -o-transition: all 0.25s cubic-bezier(.4, -0.4, .6, 1.4) 0.2s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    transform-origin: top left;
    visibility: visible;
}

#sns_custommenu ul.mainnav li.level0 > div.wrap_submenu ul.level0 > li a {
    display: block;
    padding: 0px 15px 0 0;
    line-height: 40px;
    color: #888;
}

#sns_custommenu ul.mainnav li.level0 > div.wrap_submenu ul.level0 > li .wrap_submenu {
    display: none;
    position: absolute;
    min-width: 225px;
    padding: 5px 0px 15px 0;
    top: 0%;
    left: 100%;
    background: #f1f1f1;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.25s cubic-bezier(.4, -0.4, .6, 1.4);
    transition: all 0.25s cubic-bezier(.4, -0.4, .6, 1.4);
    -moz-transition: all 0.25s cubic-bezier(.4, -0.4, .6, 1.4);
    -ms-transition: all 0.25s cubic-bezier(.4, -0.4, .6, 1.4);
    -o-transition: all 0.25s cubic-bezier(.4, -0.4, .6, 1.4);
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    transform-origin: top left;
    display: block;
    visibility: hidden;
}

#sns_custommenu ul.mainnav li.level0 > div.wrap_submenu ul.level0 > li .wrap_submenu li.last a {
    border-bottom: 0px;
}

#sns_custommenu ul.mainnav li.level0 > div .custom-menuv2 .title {
    font-size: 116.667%;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 12px;
    margin-bottom: 6px;
}

#sns_custommenu ul.mainnav li.level0 > div .custom-menuv2 .menu li a {
    border: none;
    padding: 3px 0 !important;
}

#sns_custommenu ul.mainnav li.level0 > a {
    -webkit-transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4);
    transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4);
    -moz-transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4);
    -ms-transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4);
    -o-transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4);
    display: block;
    position: relative;
    line-height: 40px;
    padding: 0 20px;
    font-size: 125%;
    font-weight: 300;
    text-transform: uppercase;
}

#sns_custommenu ul.mainnav li.level0 > a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    background: #d8d8d8;
    opacity: 0.6;
    bottom: 5px;
    left: 0;
    z-index: 1;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

#sns_custommenu ul.mainnav li.level0.active > a:before, #sns_custommenu ul.mainnav li.level0:hover > a:before {
    width: 100%;
}

#sns_custommenu ul.mainnav li.level0 > a > span.title {
    line-height: 50px;
    -webkit-transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4);
    transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4);
    -moz-transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4);
    -ms-transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4);
    -o-transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4);
}

#sns_custommenu ul.mainnav li.level0 > a > span.title > .label {
    position: absolute;
    top: -26px;
    left: 50%;
    margin: 0;
    margin-left: -16px;
    padding: 0;
}

#sns_custommenu ul.mainnav li.level0 > a > span.title > .label span {
    background: #d8d8d8;
    padding: 1px 4px;
    text-transform: uppercase;
    line-height: 140%;
    font-size: 10px;
    color: #fff;
    font-weight: normal;
    line-height: 12px;
}

#sns_custommenu ul.mainnav li.level0 > a > span.title > .label span:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #d8d8d8 transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -4px;
}

#sns_custommenu ul.mainnav li.level0 > a > span.title > .label span.new {
    background: #ec5a5a;
    color: #333;
}

#sns_custommenu ul.mainnav li.level0 > a > span.title > .label span.new:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #ec5a5a transparent transparent transparent;
}

#sns_custommenu ul.mainnav li.level0 > a > span.title > .label span.hot {
    background: #d8d8d8;
    color: #fff;
}

#sns_custommenu ul.mainnav li.level0 > a > span.title > .label span.hot:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #d8d8d8 transparent transparent transparent;
}

#sns_custommenu ul.mainnav li.level0 > a > span.title > .label span.sale {
    background: #236fe1;
    color: #fff;
}

#sns_custommenu ul.mainnav li.level0 > a > span.title > .label span.sale:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #236fe1 transparent transparent transparent;
}

#sns_custommenu ul.mainnav li.level0.active > a > span.title, #sns_custommenu ul.mainnav li.level0:hover > a > span.title {
    position: relative;
    z-index: 1;
}

#sns_custommenu ul.mainnav li.level0.active > a > span.title:before, #sns_custommenu ul.mainnav li.level0:hover > a > span.title:before {
    bottom: -18px;
    opacity: 1;
}

ul.mainnav li ul.menu li a {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

ul.mainnav li ul.menu li:last-child a {
    border-bottom: 0px;
}

#sns_mommenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 20px;
}

#sns_mommenu ul li {
    margin-bottom: 5px;
}

#sns_mommenu ul li.nolink {
    cursor: pointer;
}

.btn-navbar {
    color: #000;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    cursor: pointer;
}

.btn-navbar i {
    font-size: 1.5em;
    padding: 2px;
}

#sns_mommenu .mainnav .accr_content {
    padding-left: 20px;
    border-left: 1px solid #e0e0e0;
}

#sns_mommenu .mainnav a.active {
    color: #d8d8d8;
    display: block;
}

#sns_mommenu .mainnav .level0 > .accr_header {
    text-transform: uppercase;
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 0px 0px 10px;
    font-weight: 500;
    line-height: 30px;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    position: relative;
}

#sns_mommenu .mainnav .level0 > .accr_header a {
    display: block;
}

#sns_mommenu .mainnav .level0.cat-54 > .accr_header a {
    color: red;
}
#sns_mommenu .mainnav .level0.cat-55 > .accr_header a {
    color: red;
}
#sns_mommenu .mainnav .level0.cat-61 > .accr_header a {
    color: red;
}
#sns_mommenu .mainnav .level0.cat-62 > .accr_header a {
     color: red;
 }

#sns_mommenu .mainnav .level0.cat-52 > .accr_header a {
    color: #b7b700;
}

#sns_mommenu .mainnav .level0.cat-55 > .accr_header a::after {
     content: '';
     background: url(../images/star.svg?v=2);
     height: 13px;
     width: 13px;
     display: inline-block;
     background-size: cover;
     position: absolute;
     margin-left: 5px;
 }
#sns_mommenu .mainnav .level0.cat-61 > .accr_header a::after {
    content: '';
    background: url(../images/chain-new.svg?v=2);
    height: 15px;
    width: 15px;
    display: inline-block;
    background-size: cover;
    position: absolute;
    margin-left: 5px;
}
#sns_mommenu .mainnav .level0.cat-62 > .accr_header a::after {
    content: '';
    background: url(../images/party.svg?v=2);
    height: 13px;
    width: 13px;
    display: inline-block;
    background-size: cover;
    position: absolute;
    margin-left: 5px;
}

#sns_mommenu .mainnav .level0 > .accr_header.open {
    border-bottom-color: transparent;
}

#sns_mommenu .mainnav .accr_header .btn_accor {
    cursor: pointer;
    float: right;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 7px;
}

#sns_mommenu .mainnav .accr_header .btn_accor:before,
#sns_mommenu .mainnav .accr_header .btn_accor:after {
    content: "";
    position: absolute;
    background-color: #555553;
    transition: transform 0.25s ease-out;
}

#sns_mommenu .mainnav .accr_header .btn_accor:before {
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    margin-left: -1px;
}

#sns_mommenu .mainnav .accr_header .btn_accor:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    margin-top: -1px;
}

#sns_mommenu .mainnav .accr_header.open .btn_accor:before {
    transform: rotate(90deg);
}

#sns_mommenu .mainnav .accr_header.open .btn_accor:after {
    transform: rotate(180deg);
}

.btn2 .overlay {
    content: "";
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    background: #000;
    opacity: 0.7;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    cursor: pointer;
}

.btn2 .overlay:hover {
    cursor: url(../images/x-w.png), auto;
}

#sns_mommenu .collapse_wrap {
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 9999;
    background: #222;
}

#sns_mommenu .collapse_wrap:before {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    left: -1000px;
    right: -1000px;
    z-index: -1;
    background: #222;
    content: '';
    display: none;
}

#sns_mommenu #menu_collapse > ul {
    padding: 20px;
}

#sns_mommenu #menu_collapse a {
    color: #b9b9b9;
}

#sns_mommenu #menu_collapse a:hover {
    color: #d8d8d8;
}

#sns_mommenu #menu_offcanvas {
    position: fixed;
    top: 0;
    bottom: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    opacity: 0;
    filter: alpha(opacity=0);
    left: -350px;
    width: 350px;
    overflow: auto;
    max-width: 80vw;
    max-height: 100vh;
    background: #fff;
    color: #000;
    padding: 50px;
    z-index: 9999;
}

#sns_right {
    position: fixed;
    top: 0;
    bottom: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    opacity: 0;
    filter: alpha(opacity=0);
    right: -350px;
    width: 350px;
    overflow: auto;
    max-width: 80vw;
    max-height: 100vh;
    background: #fff;
    color: #000;
    padding: 20px;
    z-index: 9999;
}

#sns_mommenu #menu_offcanvas.active {
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}

#sns_mommenu #menu_offcanvas a:hover {
    color: #d8d8d8;
}

#sns_header.solid #sns_menu.keep-menu {
    background: #fff !important;
}

#sns_header.header_style1 .container {
    position: relative;
}

.menu_customer_style1 {
    padding: 0 15px;
    position: relative;
}

.menu_customer_style1 h3 {
    color: #d8d8d8;
    margin-bottom: 12px !important;
}

.menu_customer_style1 .left .row > div {
    border-right: 1px solid #2d2d2d;
    padding: 55px 30px;
    padding-bottom: 45px;
}

.menu_customer_style1 .left ul.menu li a {
    padding: 0 !important;
    line-height: 40px;
    text-transform: none !important;
    font-size: 13px !important;
}

.menu_customer_style1 .left ul.menu li a:hover {
    color: #d8d8d8 !important;
}

.menu_customer_style1 .banner5 {
    padding-top: 60px;
    padding-left: 15px;
}

.menu_customer_style2 {
    position: absolute;
    padding: 20px 30px;
    width: 270px;
}

.menu_customer_style2:before {
    position: absolute;
    width: 100%;
    height: 3px;
    background: #d8d8d8;
    content: "";
    top: -3px;
    left: 0;
}

.menu_customer_style2 > .wrap_submenu ul.level0 {
    padding-left: 0;
}

.menu_customer_style2 > .wrap_submenu ul.level0 li {
    list-style: none;
    border-bottom: 1px solid #eaeaea;
    line-height: 36px;
    position: relative;
}

.menu_customer_style2 > .wrap_submenu ul.level0 li:last-child {
    border-bottom: none;
}

.menu_customer_style2 > .wrap_submenu ul.level0 li a {
    color: #888;
    font-size: 12px;
}

.menu_customer_style2 > .wrap_submenu ul.level0 li a:hover {
    color: #d8d8d8;
}

.menu_customer_style2 > .wrap_submenu ul.level0 li.parent:before {
    position: absolute;
    content: "";
    font-family: FontAwesome;
    top: 0px;
    right: 0px;
    font-size: 14px;
    color: #888;
}

.menu_customer_style2 > .wrap_submenu ul.level0 li.parent > .wrap_submenu {
    opacity: 0;
    position: absolute;
    width: 270px;
    top: 0px;
    left: 120%;
    background: #fff;
    padding: 20px 30px;
    visibility: hidden;
    box-shadow: 0 0 3px 0px #999;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.menu_customer_style2 > .wrap_submenu ul.level0 li.parent > .wrap_submenu:before {
    position: absolute;
    width: 100%;
    height: 3px;
    background: #d8d8d8;
    content: "";
    top: -3px;
    left: 0;
}

.menu_customer_style2 > .wrap_submenu ul.level0 li.parent > .wrap_submenu ul {
    padding: 0;
}

.menu_customer_style2 > .wrap_submenu ul.level0 li.parent:hover > .wrap_submenu {
    visibility: visible;
    opacity: 1;
    left: 100%;
}

.price-box p {
    margin: 0 0;
    display: inline-block;
}

.price-box .old-price {
    margin: 0;
    padding: 0;
    margin-right: 8px;
    display: inline-block;
    position: relative;
    float: left;
    opacity: .5;
}

#product_shop .price-box .old-price {
    font-size: 50%;
    vertical-align: baseline;
    line-height: 35px;
    float: none;
}

.price-box .minimal-price-link .price {
    font-size: 100%;
}

.price-box .price-label {
    display: none;
}

.price-box .price-from {
    padding: 0 10px 0 0;
}

.price-box .price-from .price-label {
    display: inline-block;
}

.price-box .price-from .price {
    font-size: 18px;
    color: #d8d8d8;
}

.price-box .price-to {
    padding: 0 0;
}

.price-box .price-to .price-label {
    display: inline-block;
}

.price-box .price-to .price {
    font-size: 16px;
    color: #ec5a5a;
}

.contact-page .contact-form {
    padding: 40px 30px;
    box-shadow: 0px 0px 15px -5px #000;
    border: 1px solid black;
    position: absolute;
    left: 50%;
    right: 10%;
    bottom: 0;
    background: #fff;
}

.contact-page .contact-info {
    border-top: 1px solid #000;
    border-right: 1px solid black;
    padding-top: 20px;
}

#contact_gmap {
    margin-bottom: 230px;
}

#contact_gmap iframe {
    border: 10px solid #000;
}

.account-create .fieldset {
    margin: 15px 0 25px;
}

.account-create .fieldset ul.form-list li {
    margin: 20px 0;
}

#google_map img {
    max-width: none;
}

#google_map h3 {
    margin: 10px 0;
}

#sns_content {
    margin: 0 0 30px;
    position: relative;
    min-height: 400px;
}

#sns_content #login-form h2 {
    margin: 0 0 15px;
}

#sns_content #login-form ul {
    list-style: none;
    margin: 0 0;
}

#sns_content #sns_maintop {
    margin-bottom: 50px;
}

#sns_content #sns_mainmidle #crosssell-products-list .item {
    margin-top: 0px;
}

#sns_content #sns_mainmidle #crosssell-products-list .item.show-addtocart {
    margin-top: 17px;
}

#sns_content #sns_mainbottom {
    margin-top: 30px;
}

#sns_content #sns_mainbottom .sns-tabs .tabs-content .tab-item {
    top: 0px;
}

#sns_content .sns-tabs .tabs-navi {
    position: relative;
    z-index: 3;
}

#sns_content .sns-tabs .tabs-navi li {
    display: block;
    margin-top: 5px;
    position: relative;
}

#sns_content .sns-tabs .tabs-navi li:before {
    width: 7px;
    height: 39px;
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    background: #d8d8d8;
    -webkit-transition: all 0.3s cubic-bezier(.4, -0.4, .6, 1.4);
    transition: all 0.3s cubic-bezier(.4, -0.4, .6, 1.4);
    -moz-transition: all 0.3s cubic-bezier(.4, -0.4, .6, 1.4);
    -ms-transition: all 0.3s cubic-bezier(.4, -0.4, .6, 1.4);
    -o-transition: all 0.3s cubic-bezier(.4, -0.4, .6, 1.4);
}

#sns_content .sns-tabs .tabs-navi li a {
    display: block;
    padding: 0 14px;
    height: 37px;
    line-height: 37px;
    border: 1px solid #e9e9e9;
    font-size: 150%;
    -webkit-transition: all 0.3s cubic-bezier(.4, -0.4, .6, 1.4);
    transition: all 0.3s cubic-bezier(.4, -0.4, .6, 1.4);
    -moz-transition: all 0.3s cubic-bezier(.4, -0.4, .6, 1.4);
    -ms-transition: all 0.3s cubic-bezier(.4, -0.4, .6, 1.4);
    -o-transition: all 0.3s cubic-bezier(.4, -0.4, .6, 1.4);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#sns_content .sns-tabs .tabs-navi li a.tabulous_active {
    border-color: #d8d8d8;
    color: #fff;
    background: #d8d8d8;
    position: relative;
    z-index: 2;
}

#sns_content .sns-tabs .tabs-navi li:hover a {
    color: #fff;
    text-decoration: none;
    position: relative;
    z-index: 2;
}

#sns_content .sns-tabs .tabs-navi li:hover:before {
    width: 100%;
}

#sns_content .sns-tabs .tabs-navi li:first-child {
    margin-top: 0px;
}

#sns_content .paypal-logo {
    text-align: center;
    margin: 0 0 20px 0;
}

#sns_content .more-block .block {
    border: 1px solid #e9e9e9;
}

#sns_content .more-block .block .block-title {
    font-size: 165%;
    padding: 8px 0px;
    text-align: center;
    background: none;
}

#sns_content .more-block .block .block-content {
    padding: 0 10px;
}

#sns_content .more-block .block .block-content ul {
    margin: 0 0;
    list-style: none;
}

#sns_content .more-block .block .block-content ul li {
    position: relative;
    border-top: 1px solid #e9e9e9;
}

#sns_content .more-block .block .block-content ul li .product-image {
    width: 40%;
    float: left;
    margin: 0 0;
    border: none;
}

#sns_content .more-block .block .block-content ul li .product-details {
    width: 60%;
    float: left;
    padding: 40px 0 0;
}

#sns_content .more-block .block .block-content ul li .product-details .price-box .price {
    font-size: 130%;
    text-align: left;
}

#sns_content .more-block .block .block-content ul li .product-details .price-box .old-price .price {
    font-size: 100%;
}

#sns_content .more-block .block .block-content ul li .product-details input.checkbox {
    position: absolute;
    top: 10px;
    left: 0px;
}

#sns_content .more-block .block .block-content ul li:first-child {
    border: none;
    padding-top: 0px;
}

#sns_content .block.blank {
    margin: 0 0;
}

#sns_content .block.block-custom .block-content {
    padding: 10px;
}

#sns_content .block.slide-banner ul {
    margin: 0 0;
}

#sns_content .block.slide-banner ul li {
    list-style: none;
    display: inline-block;
    float: left;
    width: 270px !important;
    margin: 0 0;
}

#sns_content .block.slide-banner ul li p.img-content {
    margin: 18px 0 40px;
    text-align: center;
}

#sns_content .block.slide-banner ul li a.get-it {
    font-size: 150%;
    display: inline-block;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    padding: 11px 32px;
    -webkit-transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4);
    transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4);
    -moz-transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4);
    -ms-transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4);
    -o-transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4);
    background: #fff;
}

#sns_content .block.slide-banner ul li a.get-it:hover {
    color: #fff;
    background: #d8d8d8;
    border-color: #d8d8d8;
}

#sns_content .block.slide-banner .caroufredsel_wrapper {
    width: 100% !important;
}

#sns_content .block.slide-banner .paging {
    text-align: center;
    margin-top: 28px;
}

#sns_content .block.slide-banner .paging a {
    width: 13px;
    height: 13px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #d8d8d8;
    margin: 0 0 0 5px;
    display: inline-block;
    text-indent: -999em;
    -webkit-transition: background-color 0.2s cubic-bezier(.4, -0.4, .6, 1.4);
    transition: background-color 0.2s cubic-bezier(.4, -0.4, .6, 1.4);
    -moz-transition: background-color 0.2s cubic-bezier(.4, -0.4, .6, 1.4);
    -ms-transition: background-color 0.2s cubic-bezier(.4, -0.4, .6, 1.4);
    -o-transition: background-color 0.2s cubic-bezier(.4, -0.4, .6, 1.4);
}

#sns_content .block.slide-banner .paging a:hover {
    background: #333;
}

#sns_content .block.slide-banner .paging a.selected {
    border: 2px solid #d8d8d8;
    background: #fff;
}

#sns_content .block.block-tags .tags-list {
    list-style: none;
    margin: 0 0 10px;
    display: block;
}

#sns_content .block.block-tags .tags-list li {
    display: inline-block;
    margin: 0px;
}

#sns_content .block.block-tags .tags-list li a {
    display: inline-block;
    padding: 3px 5px;
    color: #888;
    -webkit-transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4);
    transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4);
    -moz-transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4);
    -ms-transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4);
    -o-transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4);
}

#sns_content .block.block-tags .tags-list li a:hover {
    text-decoration: none;
    color: #d8d8d8;
}

#sns_content .block.block-tags .actions {
    display: block;
    text-transform: uppercase;
    margin: 10px 0 0;
}

#sns_content .block.block-tags .actions a.button {
    float: left;
    padding: 7px;
    background: none;
    color: #d8d8d8;
}

#sns_content .block.block-tags .actions a.button:hover {
    color: #ec5a5a;
}

#sns_content .block.block-tags .actions a.button span {
    display: inline-block;
}

#sns_content .block.block-poll form {
    margin: 0 0;
}

#sns_content .block.block-poll .block-subtitle {
    margin-bottom: 5px;
}

#sns_content .block.block-poll ul#poll-answers {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0px 0 0;
}

#sns_content .block.block-poll ul#poll-answers li {
    padding: 4px 0;
}

#sns_content .block.block-poll ul#poll-answers li label {
    cursor: pointer;
    margin: 0 0;
}

#sns_content .block.block-poll ol#poll-answers {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 6px 0 0;
}

#sns_content .block.block-poll ol#poll-answers li {
    border-bottom: 1px solid #ededed;
    padding: 8px 0;
}

#sns_content .block.block-poll ol#poll-answers li span.answer {
    float: left;
    margin: 0 5px 0 0;
    color: #333;
}

#sns_content .block.block-poll ol#poll-answers li:first-child {
    border-top: 1px solid #ededed;
}

#sns_content .block.block-account ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sns_content .block.block-account ul li {
    margin: 3px 0;
    -webkit-transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4);
    transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4);
    -moz-transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4);
    -ms-transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4);
    -o-transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4);
}

#sns_content .block.block-account ul li.current {
    font-weight: 500;
}

#sns_content .block.block-account ul li.current strong {
    color: #d8d8d8;
}

#sns_content .block.block-account ul li:hover a {
    color: #d8d8d8;
}

#sns_content .block.block-reorder ol {
    list-style: none;
    margin: 0 0;
    padding: 0px;
}

#sns_content .block.block-reorder ol li input {
    float: left;
    margin: 0 8px 0 0;
}

#sns_content .block.block-reorder .actions {
    margin: 10px 0 0;
}

#sns_content .block.block-reorder .actions .btn-cart {
    margin-right: 10px;
    padding: 0 15px;
}

#sns_content .block.block-progress dl {
    margin: 0 0;
}

#sns_content .block.block-progress dl > div, #sns_content .block.block-progress dl > dt {
    margin: 0 0;
    padding: 8px 0;
    border-top: 1px solid #d4d4d4;
}

#sns_content .block.block-progress dl > div:first-child, #sns_content .block.block-progress dl > dt:first-child {
    border-top: none;
}

#sns_content .block.block-layered-nav {
    line-height: 40px;
    padding: 0;
    z-index: 1;
}

#sns_content .block.block-layered-nav .currently .block-subtitle {
    text-transform: uppercase;
    padding-right: 5px;
}

#sns_content .block.block-layered-nav .currently ol {
    margin: 0;
    padding: 0;
}

#sns_content .block.block-layered-nav .currently ol li {
    position: relative;
    padding-left: 5px;
    padding-right: 20px;
}

#sns_content .block.block-layered-nav .currently ol li .label {
    font-size: 100%;
    padding: 0;
    margin: 0;
}

#sns_content .block.block-layered-nav .currently ol li .btn-remove {
    top: 50%;
    margin-top: -10px;
}

#sns_content .block.block-layered-nav .currently .color-value span {
    display: inline-block;
    vertical-align: middle;
}

#sns_content .block.block-layered-nav .currently .color-value .color-label {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    border: 1px solid #ddd;
}

#sns_content .block.block-layered-nav dl#narrow-by-list {
    height: 45px;
    margin: 0 -15px;
}

#sns_content .block.block-layered-nav dl#narrow-by-list .filter {
    padding-left: 5px;
    padding-right: 5px;
    display: inline-grid;
    width: 16%;
    background: #fff;
    z-index: 1;
}

#sns_content .block.block-layered-nav dl#narrow-by-list .filter .layer_filter_attribute_size li,
#sns_content .block.block-layered-nav dl#narrow-by-list .filter .layer_filter_attribute_color li {
    float: left;
    min-width: 25%;
}

#sns_content .block.block-layered-nav dl#narrow-by-list dt i,
#sns_content .block.block-layered-nav dl#narrow-by-list dt {
    font-size: 85%;
    font-weight: 500;
    line-height: 40px;
    text-transform: uppercase;
}

#sns_content .block.block-layered-nav dl#narrow-by-list dt i {
    font-size: 90%;
}

#sns_content .block.block-layered-nav dl#narrow-by-list dd a:hover {
    color: #d8d8d8;
}

#sns_content .block.block-layered-nav dl#narrow-by-list dd ol {
    margin-bottom: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
    max-height: 140px;
    overflow-y: auto;
    margin-bottom: 5px;
}

#sns_content .block.block-layered-nav dl#narrow-by-list dd ol li {
    position: relative;
    padding-right: 5px;
    line-height: 18px;
}

#sns_content .block.block-layered-nav dl#narrow-by-list dd ol li a {
    -webkit-transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4);
    transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4);
    -moz-transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4);
    -ms-transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4);
    -o-transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4);
    display: inline-block;
    line-height: 20px;
    width: 100%;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 80%;
}

#sns_content .block.block-layered-nav dl#narrow-by-list dd ol li a.has-image img {
    border: 1px solid #000;
}

#sns_content .block.block-layered-nav dl#narrow-by-list dd ol li a .count {
    display: inline-block;
    color: #ccc;
    float: right;
}

#sns_content .block.block-layered-nav dl#narrow-by-list dd ol li .item-count {
    color: #d8d8d8;
    margin-left: 3px;
}

#sns_content .block.block-layered-nav dl#narrow-by-list dd ol li a:hover .item-count {
    color: #d8d8d8;
    font-style: normal;
}

#sns_content .block.block-layered-nav dl#narrow-by-list dd ol li:hover a {
    color: #d8d8d8;
}

#sns_content .block.block-layered-nav dl#narrow-by-list dd ol li:hover a .count {
    color: #d8d8d8;
}

#sns_content .block.block-layered-nav dl#narrow-by-list dd ol.color-filter:before, #sns_content .block.block-layered-nav dl#narrow-by-list dd ol.color-filter:after {
    content: " ";
    display: table;
}

#sns_content .block.block-layered-nav dl#narrow-by-list dd ol.color-filter:after {
    clear: both;
}

#sns_content .block.block-layered-nav dl#narrow-by-list dd ol.color-filter li {
    padding: 7px 0px;
}

#sns_content .block.block-layered-nav dl#narrow-by-list dd ol.color-filter li img {
    display: none;
}

#sns_content .block.block-layered-nav dl#narrow-by-list dd ol.color-filter li:before, #sns_content .block.block-layered-nav dl#narrow-by-list dd ol.color-filter li:after {
    display: none;
}

#sns_content .block.block-layered-nav dl#narrow-by-list dd ol.color-filter li .item span {
    display: inline-block;
    vertical-align: middle;
}

#sns_content .block.block-layered-nav dl#narrow-by-list dd ol.color-filter li .color-label {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    width: 12px;
    height: 12px;
    margin-right: 10px;
    border: 1px solid #ddd;
}

#sns_content .block.block-layered-nav dl#narrow-by-list dd .price {
    padding-top: 10px;
}

#sns_content .block.block-layered-nav dl#narrow-by-list dd .price .text-box {
    margin: 0 0 15px;
    position: relative;
    width: 100%;
}

#sns_content .block.block-layered-nav dl#narrow-by-list dd .price .text-box:before, #sns_content .block.block-layered-nav dl#narrow-by-list dd .price .text-box:after {
    content: " ";
    display: table;
}

#sns_content .block.block-layered-nav dl#narrow-by-list dd .price .text-box:after {
    clear: both;
}

#sns_content .block.block-layered-nav dl#narrow-by-list dd .price .text-box > .inner > * {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

#sns_content .block.block-layered-nav dl#narrow-by-list dd .price .text-box > .inner input {
    background: #fff;
    border: 1px solid #ddd;
    text-align: left;
    height: 28px;
    line-height: 28px;
    padding: 0 5px;
    width: 57px;
    color: #888;
}

#sns_content .block.block-layered-nav dl#narrow-by-list dd .price .text-box > .inner button {
    position: relative;
    width: 65px;
    height: 28px;
    line-height: 15px;
    margin-left: 10px;
    border: none;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 0px;
}

#sns_content .block.block-layered-nav dl#narrow-by-list dd .price .text-box > .inner button:hover {
    background: #ec5a5a;
}

#sns_content .block.block-layered-nav dl#narrow-by-list dd .price .text-box > .inner button:hover:before {
    color: #ec5a5a;
}

#sns_content .block.block-layered-nav dl#narrow-by-list dd .price .text-box > .inner button:before {
    content: '\f0d9';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    position: absolute;
    top: 0px;
    left: -22px;
    z-index: 1;
    line-height: 30px;
    color: #d8d8d8;
}

#sns_content .block.block-layered-nav dl#narrow-by-list dd .price .text-box .price-separator {
    float: none;
    margin: 0;
}

#sns_content .block.block-layered-nav dl#narrow-by-list dd .price .text-box input[type="text"] {
    margin: 0;
    width: 60px;
}

#sns_content .block.block-layered-nav dl#narrow-by-list dd .price p input#amount {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0 0;
}

#sns_content .block.block-layered-nav dl#narrow-by-list dd .price p input#amount:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#sns_content .block.block-layered-nav dl#narrow-by-list dd .price .range-wrap {
    padding: 6px 0;
}

#sns_content .block.block-layered-nav dl#narrow-by-list dd .price .range-wrap #slider-range {
    border-radius: 0;
    margin: 3px 8px;
    background: #ddd;
    height: 10px;
}

#sns_content .block.block-layered-nav dl#narrow-by-list dd .price .range-wrap #slider-range .ui-slider-range {
    background: #ec5a5a;
    height: 10px;
    top: 0px;
}

#sns_content .block.block-layered-nav dl#narrow-by-list dd .price .range-wrap #slider-range .ui-slider-handle {
    width: 25px;
    height: 25px;
    background: #d8d8d8;
    margin-left: -12px;
    top: 50%;
    margin-top: -12px;
    z-index: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#sns_content .sns-productlist.style-default .item .item-inner {
    padding: 8px 15px;
    min-height: 85px;
}

#sns_content .sns-productlist .block-content {
    padding: 5px 0 20px;
}

#sns_content .sns-productlist .block-content .item:hover .item-inner .item-box a.product-image {
    border: none;
}

#sns_content .sns-productlist .block-content .item:hover .item-inner .item-box .product-image {
    border: 1px solid #ddd;
}

#sns_content .sns-productlist .block-content .item .item-inner:before, #sns_content .sns-productlist .block-content .item .item-inner:after {
    content: " ";
    display: table;
}

#sns_content .sns-productlist .block-content .item .item-inner:after {
    clear: both;
}

#sns_content .sns-productlist .block-content .item .item-inner .item-box {
    float: left;
    margin-right: 10px;
}

#sns_content .sns-productlist .block-content .item .item-inner .item-box a.product-image {
    border: none;
}

#sns_content .sns-productlist .block-content .item .item-inner .item-box .product-image {
    border: 1px solid transparent;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    overflow: hidden;
}

#sns_content .sns-productlist .block-content .item .item-inner .item-title {
    color: #666;
    font-weight: bold;
    text-transform: uppercase;
}

#sns_content .sns-productlist .block-content .item .more-info {
    overflow: hidden;
}

.my-account .dashboard .box-content {
    padding: 0px;
}

.my-account .box-head h2 {
    margin: 20px 0 0;
    font-size: 145%;
    text-transform: capitalize;
}

.my-account .box .box-title {
    position: relative;
    padding: 15px 0;
}

.my-account .bordered {
    padding: 0 15px;
}

.my-account .box .box-title h3 {
    margin: 0;
    font-size: 130%;
    text-transform: capitalize;
    border-bottom: 1px solid black;
}

.my-account button.btn-cart {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 100%;
    width: 100%;
}

.my-account button.btn-cart i {
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    display: none;
    top: 0;
    left: 0;
    line-height: 30px;
    font-size: 16px;
    padding-left: 15px;
}

.slider-inner .pull-right small {
    font-size: 13px;
}

.slider-inner .pull-right small .fa {
    padding-right: 2px;
}

.sns-product-detail .staticblock {
    padding-top: 30px;
}

.sns-product-detail .sns_product_qv_img .owl-buttons .owl-prev, .sns-product-detail .sns_product_qv_img .owl-buttons .owl-next {
    position: absolute;
    top: 50%;
    font-size: 30px;
    margin-top: -15px;
    color: #ccc;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.sns-product-detail .sns_product_qv_img .owl-buttons .owl-prev:hover, .sns-product-detail .sns_product_qv_img .owl-buttons .owl-next:hover {
    color: #d8d8d8;
    opacity: 1;
    filter: alpha(opacity=100);
}

.sns-product-detail .sns_product_qv_img .owl-buttons .owl-next {
    right: 10px;
}

.sns-product-detail .sns_product_qv_img .owl-buttons .owl-prev {
    left: 10px;
}

.sns-product-detail .sns_product_img .product-image-zoom {
    overflow: hidden;
    padding-left: 1px;
}

.sns-product-detail .sns_product_img .zoomWrapper {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.sns-product-detail .sns_product_img .product-image-zoom {
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
}

.sns-product-detail .sns_product_img .product-image-zoom .cloud-zoom {
    display: block;
    text-align: center;
}

.sns-product-detail .sns_product_img .more-views .prev, .sns-product-detail .sns_product_img .more-views .next {
    width: 30px;
    height: 30px;
    border: 2px solid #eaeaea;
    background: #fff;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    line-height: 26px;
    color: #888;
    top: 50%;
    margin-top: -15px;
    position: absolute;
    z-index: 3;
}

.sns-product-detail .sns_product_img .more-views .prev.next:before, .sns-product-detail .sns_product_img .more-views .next.next:before {
    content: "\f0da";
    font-family: FontAwesome;
    display: inline-block;
}

.sns-product-detail .sns_product_img .more-views .prev.prev:before, .sns-product-detail .sns_product_img .more-views .next.prev:before {
    content: "\f0d9";
    font-family: FontAwesome;
    display: inline-block;
}

.sns-product-detail .sns_product_img .more-views .prev:hover, .sns-product-detail .sns_product_img .more-views .next:hover {
    color: #d8d8d8;
    border-color: #d8d8d8;
}

.sns-product-detail .sns_product_img .more-views .prev {
    left: 5px;
}

.sns-product-detail .sns_product_img .more-views .next {
    right: 5px;
}

.sns-product-detail .sns_product_img .more-views .gallery_img .item-img {
    text-align: center;
}

.sns-product-detail .sns_product_img .more-views .gallery_img .item-img a.elevatezoom-gallery {
    display: block;
}

.sns-product-detail .sns_product_img .more-views .gallery_img .item-img a.elevatezoom-gallery img {
    background: #fff;
    width: 100%;
}

.sns-product-detail .product-name {
    font-size: 200%;
    display: inline-block;
    width: 100%;
    position: relative;
}

.sns-product-detail .product-name h2,
.sns-product-detail .product-name h2:before,
.sns-product-detail .product-name h2:after {
    line-height: 100%;
    display: inline-flex;
    align-items: center;
}

.sns-product-detail .product-name h2:before,
.sns-product-detail .product-name h2:after {
    content: '\00B7';
    font-size: 200%;
    display: inline-block;
}

.sns-product-detail .product-sku,
.sns-product-detail .availability {
    line-height: 20px;
}

.sns-product-detail .availability .stock {
    color: #20c93b;
    font-weight: bold;
}

.sns-product-detail .availability .stock i {
    margin-right: 3px;
    display: none;
}

.sns-product-detail #product-options-wrapper {
    margin: 0 0 5px;
    position: relative;
}

.sns-product-detail #product-options-wrapper > dl {
    margin: 0;
}

.sns-product-detail #product-options-wrapper p.required {
    margin: 0;
    color: #fe6d4c;
}

.sns-product-detail #product-options-wrapper label {
    padding: 5px 0;
}

.sns-product-detail #product-options-wrapper label.required em {
    color: #fe6d4c;
}

.sns-product-detail #product-options-wrapper .input-box select {
    width: 100%;
    padding: 6px;
    padding-bottom: 0;
    margin-bottom: 0;
    height: auto;
    line-height: 150%;
    position: relative;
    background: #eee;
    color: #666;
}

.sns-product-detail #product-options-wrapper .input-box select:before {
    content: '';
}

.sns-product-detail .product-shop .price-box {
    font-weight: 300;
    font-size: 250%;
    line-height: 80px;
}

.sns-product-detail .product-shop .price-box .price {
    color: #000;
}

.sns-product-detail .product-shop .grouped-items-table .input-text.qty {
    width: 50px;
}

.sns-product-detail .product-shop .grouped-items-table .price-box .old-price {
    margin: 0 0 0 5px;
    font-size: 95%;
}

.sns-product-detail .product-shop .grouped-items-table .price-box .old-price .price {
    font-size: 95%;
    font-weight: normal;
}

.sns-product-detail .product-shop .grouped-items-table .price-box .special-price {
    font-size: 100%;
}

.sns-product-detail .product-shop .grouped-items-table .price-box .special-price .price {
    font-size: 120%;
}

.sns-product-detail .product-shop .grouped-items-table .price-box .regular-price .price {
    font-size: 100%;
}

.sns-product-detail .product-shop .add-to-box.product-options-bottom .price-box {
    padding: 25px 0 15px;
    display: none;
}

.sns-product-detail .product-shop .addthis_sharing_toolbox:before, .sns-product-detail .product-shop .addthis_sharing_toolbox:after {
    content: " ";
    display: table;
}

.sns-product-detail .product-shop .addthis_sharing_toolbox:after {
    clear: both;
}

.sns-product-detail .product-shop .short-description h2 {
    display: none;
    font-size: 100%;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.sns-product-detail .category-photo {
    padding-top: 100px;
    padding-bottom: 100px;
}

.sns-product-detail .category-photo img {
    border: 3vw solid #a5babf;
}

.sns-product-detail #review-form .data-table tbody th {
    border-bottom: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
}

.sns-product-detail #review-form .data-table tbody td {
    text-align: center;
}

.sns-product-detail #review-form ul.form-list {
    margin: 10px 0 0;
    list-style: none;
    padding: 0;
}

.sns-product-detail #review-form ul.form-list .input-box textarea {
    width: 240px;
}

.sns-product-detail #review-form ul.form-list .input-box .input-text {
    margin-bottom: 5px;
}

.sns-product-detail #review-form ul.form-list label {
    margin-bottom: 0;
}

.sns-product-detail #review-form .buttons-set .button {
    float: left;
    margin: 0 0;
}

.sns-product-detail .box-reviews .pager {
    background: none repeat scroll 0 0 #efefef;
    border: 1px solid #e9e9e9;
    padding: 5px 10px;
    margin: 15px 0;
}

.sns-product-detail .box-reviews dl {
    padding-left: 10px;
}

.sns-product-detail .box-reviews dl dt {
    padding: 15px 0 10px;
    margin: 0;
}

.sns-product-detail .box-reviews dl dt:first-child {
    padding-top: 0;
}

.sns-product-detail .nobr[href="#customer-reviews"] {
    margin-bottom: 15px;
    display: inline-block;
}

.sns-product-detail #sns_tab_products {
    margin-bottom: 30px;
}

.sns-product-detail #sns_tab_products ul.nav-tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    z-index: 1;
    border: none;
    background: none;
}

.sns-product-detail #sns_tab_products ul.nav-tabs:before, .sns-product-detail #sns_tab_products ul.nav-tabs:after {
    content: " ";
    display: table;
}

.sns-product-detail #sns_tab_products ul.nav-tabs:after {
    clear: both;
}

.sns-product-detail #sns_tab_products ul.nav-tabs > li {
    display: block;
    margin-right: 5px;
    float: left;
    margin-bottom: -2px;
    background: #eee;
    border: 1px solid #eee;
    border-bottom: 1px solid #fff;
}

.sns-product-detail #sns_tab_products ul.nav-tabs > li.active > a {
    font-weight: 300;
}

.sns-product-detail #sns_tab_products ul.nav-tabs > li:hover > a:before, .sns-product-detail #sns_tab_products ul.nav-tabs > li.active > a:before {
    opacity: 1;
}

.sns-product-detail #sns_tab_products ul.nav-tabs > li > a {
    -webkit-transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4);
    transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4);
    -moz-transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4);
    -ms-transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4);
    -o-transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4);
    position: relative;
    text-transform: uppercase;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 40px;
    margin: 0;
    font-weight: 400;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0;
    border: none;
}

.sns-product-detail #customer-reviews .pager p.amount {
    float: left;
    margin: 0 0;
    line-height: 24px;
}

.sns-product-detail #customer-reviews .pager .limiter {
    float: right;
}

.sns-product-detail #customer-reviews .pager .limiter label {
    float: left;
    margin: 0 8px 0 0;
    line-height: 24px;
}

.sns-product-detail #customer-reviews .pager .limiter select {
    width: 60px;
    height: 24px;
    line-height: 24px;
    padding: 2px;
    margin: 0 5px 0 0;
    cursor: pointer;
}

.sns-product-detail #review-form {
    margin: 0px;
}

.sns-product-detail #review-form td.value {
    text-align: center;
}

.sns-product-detail #review-form td.value input {
    display: inline-block;
}

#confirmbox {
    border: 2px solid #686868;
}

#confirmbox .add-to-cart {
    margin: 0 0 !important;
}

#confirmbox .head-cfbox .product-title {
    font-weight: bold;
    color: #333;
}

#confirmbox .product-name a {
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
}

#confirmbox .product-name a:hover {
    color: #d8d8d8;
}

#confirmbox .cf-producinfo .product-image {
    border: none;
}

#confirmbox #bottom-cfbox {
    padding-top: 20px;
}

#confirmbox #bottom-cfbox .btn {
    font-size: 100%;
    -webkit-transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4);
    transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4);
    -moz-transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4);
    -ms-transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4);
    -o-transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4);
    text-transform: uppercase;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: bold;
    padding: 6px 24px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #333;
    border: 1px solid #ccc;
    background: #f7f7f9;
}

#confirmbox #bottom-cfbox .btn:hover {
    background-color: #d8d8d8;
    color: #fff;
    border-color: #d8d8d8;
}

#confirmbox #cout_down {
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding: 0 5px;
    color: #fff;
    background: #686868;
}

#confirmbox .product-shop table.grouped-items-table {
    margin-bottom: 0;
}

.postWrapper {
    padding: 0 0 20px;
}

.postWrapper .postTitle {
    border: none;
    margin-bottom: 10px;
}

.postWrapper .postTitle h2 {
    line-height: 24px;
    font-size: 150%;
}

.postWrapper .postTitle h2 a:hover {
    color: #d8d8d8;
}

.postWrapper .postTitle h3 {
    line-height: normal;
    font-size: 91.5%;
    font-weight: normal;
}

.postWrapper .postTitle.title-detail h2 {
    font-size: 116.7%;
    margin: -3px 0 0;
    text-transform: uppercase;
    color: #333;
}

.postWrapper .postContent {
    padding-bottom: 5px;
}

.postWrapper .post-info {
    padding: 3px 0;
    border-top: 1px solid #dfdfdf;
}

.postWrapper .postDetails h4.poster {
    font-size: 100%;
    line-height: normal;
}

.postWrapper .postDetails .create-time {
    margin: 0 0;
}

.cmt-heading h2 {
    font-size: 125%;
    line-height: 24px;
}

.commentWrapper h4.username {
    font-size: 100%;
    line-height: normal;
    color: #d8d8d8;
}

#postComment h4.legend {
    font-weight: normal;
    font-size: 125%;
}

#postComment .commentDetails {
    margin: 0 0;
}

#postComment ul.form-list {
    list-style: none;
    margin: 0 0;
}

#postComment ul.form-list .input-box {
    margin-bottom: 20px;
}

#postComment ul.form-list .input-box input.input-text {
    margin: 0 0;
    padding: 5px 10px;
    max-width: 215px;
}

#postComment ul.form-list .input-box textarea {
    margin: 0 0;
}

#postComment ul.form-list .input-box .validation-advice {
    margin-top: 3px;
}

#postComment ul.form-list .input-box label {
    color: #333;
    display: none;
}

.zoomContainer {
    z-index: 10px !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
}

.swatch-attr .selected {
    border: 1px solid #000;
    padding: 5px;
}

.elevatezoom-gallery img {
    width: 90px;
    max-width: 100%;
}

.sns-product-detail #product-options-wrapper dl dt.swatch-attr, .sns-product-detail #product-options-wrapper dl dd.swatch-attr {
    float: left;
    line-height: 35px;
    margin-right: 15px;
}

.sns-product-detail #product-options-wrapper dl dt.swatch-attr #configurable_swatch_manufacturer .swatch-link, .sns-product-detail #product-options-wrapper dl dd.swatch-attr #configurable_swatch_manufacturer .swatch-link {
    width: inherit !important;
}

.sns-product-detail #product-options-wrapper dl dt.swatch-attr #configurable_swatch_manufacturer .swatch-link .swatch-label, .sns-product-detail #product-options-wrapper dl dd.swatch-attr #configurable_swatch_manufacturer .swatch-link .swatch-label {
    line-height: 33px !important;
    width: auto !important;
    padding-right: 3px;
    padding-left: 3px;
}

.sns-product-detail #product-options-wrapper dl dt.swatch-attr label, .sns-product-detail #product-options-wrapper dl dd.swatch-attr label {
    margin: 0 0;
    padding: 0 0;
}

.sns-product-detail #product-options-wrapper dl dt.swatch-attr .select-label, .sns-product-detail #product-options-wrapper dl dd.swatch-attr .select-label {
    color: #d8d8d8;
    width: 60px;
    display: block;
    float: right;
    padding-left: 5px;
}

.sns-product-detail #product-options-wrapper dl dt.swatch-attr .configurable-swatch-list, .sns-product-detail #product-options-wrapper dl dd.swatch-attr .configurable-swatch-list {
    padding: 0 0;
    list-style: none;
}

.sns-product-detail #product-options-wrapper dl dt.swatch-attr .configurable-swatch-list li, .sns-product-detail #product-options-wrapper dl dd.swatch-attr .configurable-swatch-list li {
    display: inline-block;
}

.sns-product-detail #product-options-wrapper dl dt.swatch-attr .configurable-swatch-list li .swatch-label, .sns-product-detail #product-options-wrapper dl dd.swatch-attr .configurable-swatch-list li .swatch-label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    margin: 0 5px;
}

.sns-product-detail #product-options-wrapper dl dt.swatch-attr .configurable-swatch-list li .swatch-label img, .sns-product-detail #product-options-wrapper dl dd.swatch-attr .configurable-swatch-list li .swatch-label img {
    vertical-align: middle;
    display: block;
}

.sns-product-detail #product-options-wrapper dl dt.swatch-attr .configurable-swatch-list li .swatch-link, .sns-product-detail #product-options-wrapper dl dd.swatch-attr .configurable-swatch-list li .swatch-link {
    display: block;
    position: relative;
    height: 22px;
    line-height: 22px;
}

.sns-product-detail #product-options-wrapper dl dt.swatch-attr .configurable-swatch-list li .swatch-link .x, .sns-product-detail #product-options-wrapper dl dd.swatch-attr .configurable-swatch-list li .swatch-link .x {
    background: url("../images/bg_x.png") no-repeat center center;
    bottom: 0;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    text-indent: -999em;
    top: 0;
    z-index: 1;
}

.sns-product-detail #product-options-wrapper dl dt.swatch-attr .configurable-swatch-list li .swatch-link:hover, .sns-product-detail #product-options-wrapper dl dd.swatch-attr .configurable-swatch-list li .swatch-link:hover {
    border-color: #d8d8d8;
}

.sns-product-detail #product-options-wrapper dl dt.swatch-attr .configurable-swatch-list li.not-available .swatch-link, .sns-product-detail #product-options-wrapper dl dd.swatch-attr .configurable-swatch-list li.not-available .swatch-link {
    border-color: #ededed;
}

.sns-product-detail #product-options-wrapper dl dt.swatch-attr .configurable-swatch-list li.not-available .swatch-link .x, .sns-product-detail #product-options-wrapper dl dd.swatch-attr .configurable-swatch-list li.not-available .swatch-link .x {
    display: block;
}

.sns-product-detail #product-options-wrapper dl dt.swatch-attr .configurable-swatch-list li.selected, .sns-product-detail #product-options-wrapper dl dd.swatch-attr .configurable-swatch-list li.selected {
    padding: 0;
    border: 1px solid #000;
    height: 22px;
    line-height: 22px;
}

.sns-product-detail #product-options-wrapper dl dt.swatch-attr .configurable-swatch-list li.selected a, .sns-product-detail #product-options-wrapper dl dd.swatch-attr .configurable-swatch-list li.selected a {
    border-color: #d8d8d8;
}

.sns-product-detail #product-options-wrapper dl dt.swatch-attr .configurable-swatch-list li.not-available, .sns-product-detail #product-options-wrapper dl dd.swatch-attr .configurable-swatch-list li.not-available {
    opacity: 0.3;
    position: relative;
    text-decoration: line-through;
}

.sns-product-detail #product-options-wrapper dl dt.swatch-attr .configurable-swatch-list li.not-available a, .sns-product-detail #product-options-wrapper dl dd.swatch-attr .configurable-swatch-list li.not-available a {
    border-color: #eaeaea;
}

.sns-product-detail #product-options-wrapper dl dt.swatch-attr .configurable-swatch-list li.not-available a .swatch-label, .sns-product-detail #product-options-wrapper dl dd.swatch-attr .configurable-swatch-list li.not-available a .swatch-label {
    background: #fff;
}

.sns-product-detail .add-to-box.product-options-bottom .price-box {
    padding: 25px 0 15px;
    display: none;
}

.sns-product-detail .add-to-box .add-to-cart > .input-text.qty {
    width: 40px;
    height: 40px;
    text-align: center;
    color: #888;
    line-height: 20px;
    margin-right: 10px;
}

.sns-product-detail .add-to-box .add-to-cart .module-ct label {
    line-height: 40px;
    margin: 0;
}

.sns-product-detail .add-to-box .add-to-cart .qty-container {
    display: inline-block;
    margin: 0 15px;
    width: 85px;
    height: 40px;
    position: relative;
}

.sns-product-detail .add-to-box .add-to-cart .qty-container button {
    border: none;
    padding: 0;
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: none;
    font-size: 8px;
}

.sns-product-detail .add-to-box .add-to-cart .qty-container button:hover:before {
    color: #d8d8d8;
}

.sns-product-detail .add-to-box .add-to-cart .qty-container button.qty-decrease {
    bottom: 0;
    right: 5px;
}

.sns-product-detail .add-to-box .add-to-cart .qty-container button.qty-increase {
    top: 0;
    right: 5px;
}

.sns-product-detail .add-to-box .add-to-cart .qty-container button.qty-increase:before {
    content: "\f077";
    font-family: FontAwesome;
}

.sns-product-detail .add-to-box .add-to-cart .qty-container button.qty-decrease:before {
    content: "\f078";
    font-family: FontAwesome;
}

.sns-product-detail .add-to-box .add-to-cart .qty-container input {
    display: inline-block;
    vertical-align: middle;
    background: none;
    border: none;
    float: left;
    width: 100%;
    text-align: center;
    height: 40px;
    font-size: 17px;
    line-height: 42px;
    background: #fff;
}

.sns-product-detail .add-to-box .add-to-cart .qty-container input.qty {
    text-align: center;
    border: 2px solid #f1f1f1;
    border-right-width: 30px;
}

.sns-product-detail .add-to-box .add-to-cart .wrap-addtocart {
    float: left;
    position: relative;
    overflow: hidden;
    padding: 20px 0;
}

.sns-product-detail #product_shop .add-to-links {
    display: inline-block;
    padding-left: 0;
    margin-bottom: 0;
}

.sns-product-detail #product_shop .add-to-links li {
    position: relative;
    text-align: center;
    display: inline-block;
    background: none;
    list-style: none;
    float: left;
}

.sns-product-detail #product_shop .add-to-links li a {
    color: #000;
    font-size: 110%;
    line-height: 44px;
    display: inline-block;
    padding: 0 15px;
    text-align: center;
    border-left: none;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

#sns_promotions {
    position: relative;
    z-index: 2;
    margin: 0 0 50px;
}

#sns_productswrap {
    padding: 0 0;
}

#sns_productswrap .sns-slider {
    margin-bottom: 25px;
}

#sns_productswrap .sns-slider .owl-wrapper {
    margin: 10px 0 0;
}

#sns_header {
    position: fixed;
    z-index: 2;
    top: 0;
}

.onestepcheckout-index-index #sns_header {
    position: relative;
}

#sns_header.transparent #sns_menu {
    position: relative;
}

#sns_header.solid {
    margin-bottom: 30px;
}

#sns_header.solid #sns_slideshow {
    min-height: 0px !important;
}

#sns_header.solid #sns_mainnav #sns_custommenu ul.mainnav li a, #sns_header.solid .tongle, #sns_header.solid #sns_mommenu > span.btn-navbar, #sns_header.solid .tongle .fa {
    color: #333 !important;
}

#sns_header #sns_menu {
    position: relative;
}

#sns_header #sns_menu h1#logo {
    margin: 0;
    line-height: 1;
    padding: 20px 0;
    float: left;
}

#sns_header #sns_menu .header-menu-block {
    float: right;
}

#sns_header .header-menu {
    background: #fdfcfa;
    -webkit-transition: all 750ms cubic-bezier(.4, -0.4, .6, 1.4);
    -moz-transition: all 750ms cubic-bezier(.4, -0.4, .6, 1.4);
    -ms-transition: all 750ms cubic-bezier(.4, -0.4, .6, 1.4);
    -o-transition: all 750ms cubic-bezier(.4, -0.4, .6, 1.4);
    transition: all 750ms cubic-bezier(.4, -0.4, .6, 1.4);
}

#sns_header #sns_menu .header-menu-block #sns_mainnav {
    display: inline-block;
    vertical-align: middle;
}

#sns_header #sns_slideshow {
    min-height: 90px;
}

#sns_slideshow, .sns-revolutionslider-wrap {
    position: relative;
    z-index: 0;
}

#sns_slideshow ul, .sns-revolutionslider-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sns_slideshow .fsbg, .sns-revolutionslider-wrap .fsbg {
    background: rgba(225, 225, 225, 0.15);
    padding: 10px 12px !important;
}

#sns_slideshow .cwhite, .sns-revolutionslider-wrap .cwhite {
    color: #fff;
}

#sns_slideshow .cred, .sns-revolutionslider-wrap .cred {
    color: #dd5858;
}

#sns_slideshow .cyellow, .sns-revolutionslider-wrap .cyellow {
    color: #ec5a5a;
}

#sns_slideshow .fs80, .sns-revolutionslider-wrap .fs80 {
    font-size: 80px;
}

#sns_slideshow .fs70, .sns-revolutionslider-wrap .fs70 {
    font-size: 70px;
}

#sns_slideshow .fs50, .sns-revolutionslider-wrap .fs50 {
    font-size: 50px;
}

#sns_slideshow .fs40, .sns-revolutionslider-wrap .fs40 {
    font-size: 40px;
}

#sns_slideshow .fs34, .sns-revolutionslider-wrap .fs34 {
    font-size: 34px;
}

#sns_slideshow .fs30, .sns-revolutionslider-wrap .fs30 {
    font-size: 30px;
}

#sns_slideshow .fs24, .sns-revolutionslider-wrap .fs24 {
    font-size: 24px;
}

#sns_slideshow .fs20, .sns-revolutionslider-wrap .fs20 {
    font-size: 20px;
}

#sns_slideshow .fs16, .sns-revolutionslider-wrap .fs16 {
    font-size: 16px;
}

#sns_slideshow .fs13, .sns-revolutionslider-wrap .fs13 {
    font-size: 13px;
}

#sns_slideshow .fwbold, .sns-revolutionslider-wrap .fwbold {
    font-weight: bold;
}

#sns_slideshow .fwnormal, .sns-revolutionslider-wrap .fwnormal {
    font-weight: normal;
}

#sns_slideshow .tuppercase, .sns-revolutionslider-wrap .tuppercase {
    text-transform: uppercase;
}

#sns_slideshow .tleft, .sns-revolutionslider-wrap .tleft {
    text-align: left;
}

#sns_slideshow .tright, .sns-revolutionslider-wrap .tright {
    text-align: right;
}

#sns_slideshow .tcenter, .sns-revolutionslider-wrap .tcenter {
    text-align: center;
}

#sns_slideshow .btn-more, .sns-revolutionslider-wrap .btn-more {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px;
    display: inline-block;
    background: #d8d8d8;
    font-size: 16px;
}

#sns_slideshow .sns-revolutionslider, .sns-revolutionslider-wrap .sns-revolutionslider {
    overflow: hidden;
}

#sns_slideshow .wrap-inner, .sns-revolutionslider-wrap .wrap-inner {
    position: relative;
}

#sns_slideshow .wrap-inner:hover .tparrows, .sns-revolutionslider-wrap .wrap-inner:hover .tparrows {
    opacity: 1;
    filter: alpha(opacity=100);
}

#sns_slideshow .wrap-inner .tparrows, .sns-revolutionslider-wrap .wrap-inner .tparrows {
    background: none;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 50px;
    height: 50px;
}

#sns_slideshow .wrap-inner .tparrows:before, .sns-revolutionslider-wrap .wrap-inner .tparrows:before {
    content: '\f104';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.5);
    font-size: 32px;
    color: #fff;
}

#sns_slideshow .wrap-inner .tparrows:hover:before, .sns-revolutionslider-wrap .wrap-inner .tparrows:hover:before {
    background: #fff;
    color: #666;
}

#sns_slideshow .wrap-inner .tparrows.tp-leftarrow:before, .sns-revolutionslider-wrap .wrap-inner .tparrows.tp-leftarrow:before {
    content: "\f104";
}

#sns_slideshow .wrap-inner .tparrows.tp-rightarrow:before, .sns-revolutionslider-wrap .wrap-inner .tparrows.tp-rightarrow:before {
    content: "\f105";
}

#sns_slideshow .wrap-inner .tp-bullets .bullet, .sns-revolutionslider-wrap .wrap-inner .tp-bullets .bullet {
    width: 12px !important;
    height: 12px !important;
    float: none !important;
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px !important;
    background: #fff !important;
}

#sns_slideshow .wrap-inner .tp-bullets .bullet.selected, #sns_slideshow .wrap-inner .tp-bullets .bullet:hover, .sns-revolutionslider-wrap .wrap-inner .tp-bullets .bullet.selected, .sns-revolutionslider-wrap .wrap-inner .tp-bullets .bullet:hover {
    outline: 1px solid #fff;
    outline-offset: 2px;
}

#sns_slideshow [class*='col-'], .sns-revolutionslider-wrap [class*='col-'] {
    padding-bottom: 30px;
}

.customer-banner .banner2 {
    margin-bottom: 18px;
}

.banner-home-v {
    margin-bottom: 50px;
}

#sns_content .index_block {
    margin-bottom: 50px;
}

#sns_content .index_block.row20 {
    margin-bottom: 30px;
}

#sns_content .index_block .block {
    margin-bottom: 0;
}

#sns_content .index_block.our_partners {
    margin-bottom: 0;
}

#sns_botsl {
    margin-bottom: 30px;
}

#sns_botsl2 {
    margin-bottom: 50px;
}

#sns_botsl2 .block {
    margin: 0;
}

#sns_partners .sns_partner {
    margin: 0;
}

#sns_partners .sns_partner .block-title {
    margin-bottom: 30px;
}

#sns_partners .sns_partner .partners_slider {
    margin: 0 -15px;
}

#sns_partners .sns_partner .partners_slider .wrap {
    text-align: center;
    padding: 0 15px;
}

#sns_partners .sns_partner .partners_slider .wrap .wrap_in {
    position: relative;
    overflow: hidden;
}

#sns_partners .sns_partner .partners_slider .wrap .wrap_in:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
}

#sns_partners .sns_partner .partners_slider .wrap a img {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    position: relative;
    z-index: 2;
    display: inline-block;
    width: auto;
}

#sns_footer_top {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
    background: #fff;
    position: relative;
    -webkit-background-size: contain;
    background-size: contain;
}

#sns_footer_top .column {
    width: 20%;
    border-right: 1px solid black;
}

#sns_footer_top .column:last-child {
    border-right: none;
}

#sns_footer_top .title {
    font-weight: 500;
}

#sns_footer_top .content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    font-size: calc(13px + (18 - 13) * ((100vw - 991px) / (1920 - 991)));
}

#sns_footer_top .content li {
    white-space: nowrap;
}

#sns_footer_top ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sns_footer_top ul li,
#sns_footer_top ul li i {
    line-height: 30px;
}

#sns_footer_top .fa-ul {
    padding-left: 20px;
}

#sns_footer_top .fa-ul li .fa-li {
    margin-top: 0px;
    font-size: 13px;
}

#sns_footer_top ul li.heading {
    text-transform: uppercase;
}

#sns_footer_top .block-tags .block-title {
    text-align: left;
    padding-bottom: 0;
    padding-left: 0;
    margin-bottom: 30px;
}

#sns_footer_top .block-tags .block-title:before {
    display: none;
}

#sns_footer_top .block-tags .block-title span {
    font-weight: normal;
}

#sns_footer_top .block-tags .block-content {
    padding-top: 0;
    position: relative;
    max-height: 96px;
    overflow: hidden;
}

#sns_footer_top .block-tags .block-content ul li {
    padding-top: 0;
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 8px;
    line-height: 22px;
    padding: 0 10px;
    background: #333;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

#sns_footer_top .block-tags .block-content ul li:hover {
    border-color: #d8d8d8;
    background: #d8d8d8;
}

#sns_footer_top .block-tags .block-content ul li:hover a {
    color: #d8d8d8;
}

#sns_footer_top .block-tags .block-content ul li a {
    color: #888;
}

#sns_footer_top .block-tags .block-content ul li a:hover {
    padding-left: 0;
    color: #fff;
}

#sns_footer_top .block-tags .actions {
    display: none;
}

#sns_footer_top .block-tags i {
    display: none;
}

.sns-social ul li a i {
    display: block;
    padding: 0;
    border: 1px solid #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    color: #000;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 2em;
}

.sns-social ul li.phone a span {
    padding-left: 15px;
    font-size: 1.5em;
}

.sns-social ul li a:hover i {
    -webkit-animation: heartbeat 1s infinite cubic-bezier(.36, .11, .89, .32);
    -o-animation: heartbeat 1s infinite cubic-bezier(.36, .11, .89, .32);
    animation: heartbeat 1s infinite cubic-bezier(.36, .11, .89, .32);
}

.sns-social ul li a:hover {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.sns-social ul li a:hover i.fa-facebook {
    color: #3b5998;
}

.sns-social ul li a:hover i.fa-instagram {
    color: #8a3ab9;
}

.sns-social ul li a:hover i.fa-twitter {
    color: #0084b4;
}

.sns-social ul li a:hover i.fa-pinterest {
    color: #c8232c;
}

#sns_footer_top .module-images {
    margin: 0 -5px;
}

#sns_footer_top .module-images .module-ct {
    float: left;
    width: 25%;
    padding: 0 5px;
    margin-bottom: 10px;
    max-height: 60px;
}

#sns_footer_top .module-images .module-ct a {
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

#sns_footer_top .module-images .module-ct a:before {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    background-color: #d8d8d8;
    opacity: 0.2;
    display: none;
    content: "";
}

#sns_footer_top .module-images .module-ct a:hover {
    padding: 0;
}

#sns_footer_top .module-images .module-ct a:hover:before {
    display: block;
}

#sns_footer_top .module-images .module-ct img {
    display: inline-block;
    max-width: 100%;
    transition: all 0.3s ease;
}

#sns_footer_top .logo_footer {
    margin-bottom: 15px;
    padding-right: 10px;
}

#sns_footer_top .logo_footer .top {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

#sns_footer_top .logo_footer .top .logofooter {
    margin-bottom: 20px;
}

#sns_footer_top .logo_footer .top .content p {
    margin-bottom: 15px;
}

#sns_footer_top .logo_footer .bottom li {
    line-height: 30px;
}

#sns_footer_top .logo_footer .bottom li i {
    margin-top: 6px;
}

#sns_footer_top .logo_footer .bottom a {
    color: #888;
}

#sns_footer_top .logo_footer .bottom a:hover {
    color: #d8d8d8;
}

#sns_footer_top .footer_staticblock {
    border-left: 1px solid #333;
    padding-bottom: 0 !important;
}

#sns_footer_top .footer_staticblock .row {
    padding-left: 15px;
}

#sns_footer_top .footer-new-tag {
    border-left: 1px solid #333;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 0 !important;
}

#sns_footer_top .footer-new-tag .block-tags {
    margin-bottom: 0;
}

#sns_footer_top .footer-newletter {
    position: relative;
    border-bottom: 1px solid #333;
    padding-bottom: 30px;
    margin-bottom: 25px;
}

#sns_footer_top .footer-newletter #newsletter-validate-detail .input-box {
    display: inline-block;
    width: 100%;
}

#sns_footer_top .footer-newletter #newsletter-validate-detail .input-box .input_warp {
    display: inline-block;
    width: 100%;
    padding: 0;
}

#sns_footer_top .footer-newletter #newsletter-validate-detail input {
    height: 35px;
    border: 1px solid #333;
    width: 100%;
    display: inline-block;
    background: none;
    margin-bottom: 10px;
    margin-top: 5px;
}

#sns_footer_top .footer-newletter #newsletter-validate-detail input::-moz-placeholder {
    font-size: 12px;
    margin-top: 0px;
}

#sns_footer_top .footer-newletter #newsletter-validate-detail input::-webkit-placeholder {
    font-size: 12px;
    margin-top: 0px;
}

#sns_footer_top .footer-newletter #newsletter-validate-detail .input-box {
    position: relative;
}

#sns_footer_top .footer-newletter #newsletter-validate-detail .input-box button {
    height: 36px;
    border: 2px solid #333;
    background: none;
    padding: 0 16px;
    line-height: 30px;
    color: #888;
}

#sns_footer_top .footer-newletter #newsletter-validate-detail .input-box button span {
    font-size: 13px;
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
    -moz-transition: all 0s ease;
    -ms-transition: all 0s ease;
    -o-transition: all 0s ease;
}

#sns_footer_top .footer-newletter #newsletter-validate-detail .input-box button:hover {
    color: #d8d8d8;
    border-color: #d8d8d8;
}

#sns_footer_top .footer-newletter #newsletter-validate-detail .input-box button:hover span {
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
    -moz-transition: all 0s ease;
    -ms-transition: all 0s ease;
    -o-transition: all 0s ease;
}

#sns_footer_bottom {
    padding: 5px 0 50px 0;
    background: #5b5b5b;
    color: #fff;
}

#sns_footer_bottom .footer-bottom {
    border-top: 1px solid #333;
    padding-top: 55px;
}

#sns_footer_bottom .menu_footer {
    margin-bottom: 5px;
}

#sns_footer_bottom .menu_footer ul {
    margin: 0;
}

#sns_footer_bottom .menu_footer ul li {
    list-style: none;
    position: relative;
    display: inline-block;
    padding: 0 12px;
}

#sns_footer_bottom .menu_footer ul li:before {
    position: absolute;
    content: "";
    background: #666;
    width: 1px;
    height: 13px;
    top: 4px;
    right: -2px;
}

#sns_footer_bottom .menu_footer ul li:last-child:before {
    display: none;
}

#sns_footer_bottom .menu_footer ul li a {
    color: #888;
}

#sns_footer_bottom .menu_footer ul li a:hover {
    color: #d8d8d8;
}

#sns_footer_bottom .sns-copyright {
    margin: 0;
    font-size: 13px;
    margin-bottom: 10px;
    color: #888;
}

#sns_footer_bottom .sns-copyright a {
    color: #fff;
}

#sns_footer_bottom .sns-copyright a:hover {
    color: #d8d8d8;
}

#sns_footer_bottom .payment {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 8px;
}

#sns_footer_bottom .payment li {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
}

#sns_footer_bottom .payment li a {
    font-size: 25px;
    color: #fff;
}

#sns_footer_bottom .payment li a:hover {
    color: #ec5a5a;
}

#sns_header_logo #logo {
    padding-top: 25px;
}

#sns_header_logo #logo a {
    font-family: Intro;
    font-size: 45px;
    font-weight: normal;
    color: #333;
}

#sns_header_logo #logo:hover a {
    color: #d8d8d8;
}

.static_content {
    background: url(../images/bg-static.jpg) no-repeat fixed center center;
    position: relative;
    padding-top: 125px;
    padding-bottom: 100px;
    margin-top: 26px;
    text-align: center;
    color: #fff;
}

.static_content.v2 {
    background: url(../images/bg-staticv2.jpg) no-repeat fixed center center;
    text-align: left;
    padding-bottom: 145px;
    margin-bottom: 55px;
}

.static_content.v2 .container .row > div {
    margin-left: 0 !important;
}

.static_content.v2 .module .title {
    margin-bottom: 15px;
}

.static_content.v2 .module .title-ct {
    margin-bottom: 22px;
}

.static_content.v2 .module .module-content {
    border: none;
    margin-bottom: 20px;
    padding-top: 0;
}

.static_content.v2 .module .red-more a {
    float: left;
    margin-left: 0;
    margin-right: 20px;
    padding: 0 35px;
}

.static_content:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    content: "";
    background: #d8d8d8;
    z-index: 1;
}

.static_content .module {
    position: relative;
    z-index: 2;
}

.static_content .module .title {
    font-size: 70px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 60px;
    margin-bottom: 18px;
}

.static_content .module .title-ct {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 28px;
}

.static_content .module .module-content {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

.static_content .module .red-more a {
    height: 40px;
    margin-left: 18px;
    text-transform: uppercase;
    background: #333;
    line-height: 38px;
    padding: 0 30px;
    color: #fff;
    display: inline-block;
    font-weight: normal;
}

.static_content .module .red-more a:hover {
    background: #d8d8d8;
}

.static_content .module .red-more a:first-child {
    background: none;
    border: 2px solid #fff;
}

.static_content .module .red-more a:first-child:hover {
    background: #d8d8d8;
    border-color: #d8d8d8;
}

#sns_menu {
    position: relative;
}

#sns_menu .sns_mainmenu {
    position: relative;
}

#sns_menu .menu-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 200%;
    text-align: center;
    cursor: pointer;
}

#sns_menu #sns_mainnav {
    display: inline-block;
}

#sns_slideshow .navslider {
    display: none !important;
}

.banner_home1 {
    padding-top: 85px;
    padding-bottom: 95px;
    background-repeat: no-repeat;
    background-position: center;
}

.banner_home1 .module .title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #333;
}

.banner_home1 .module .content {
    color: #666;
    font-size: 12px;
}

.banner_home1 .module .active {
    margin-top: 20px;
}

.banner_home1 .module .active button {
    margin-right: 10px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}

.bottom_content {
    padding-top: 50px;
    padding-bottom: 50px;
}

.bottom_content.homev3 {
    padding-bottom: 0;
    padding-top: 40px;
}

.banner_home2 {
    text-align: center;
    margin-bottom: 15px;
}

.banner_home2 .row > div {
    margin-bottom: 20px;
}

.banner_home2 .module {
    border: 1px solid #eaeaea;
    padding: 30px;
    padding-bottom: 150px;
    background-image: url(../images/home1_static_33.jpg);
    background-repeat: no-repeat;
    background-position: center bottom 5px;
}

.banner_home2 .module .title {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 12px;
}

.banner_home2 .module .title span {
    color: #d8d8d8;
}

.banner_home2 .module .content {
    margin-bottom: 10px;
}

.home1_slide {
    padding-top: 50px;
    padding-bottom: 50px;
}

.home1_slide .block {
    margin-bottom: 0;
}

.footer_style .sns_footer-partner {
    background: #fff;
}

.footer_style .footer-static {
    padding-top: 0px;
    border-top: 1px solid #2e2e2e;
    border-bottom: 1px solid #2e2e2e;
    padding-bottom: 0px;
    text-align: center;
}

.footer_style .footer-static .row > div {
    border-right: 1px solid #222;
    padding-top: 30px;
    padding-bottom: 45px;
}

.footer_style .footer-static .row > div:last-child {
    border-right: none;
}

.footer_style .footer-static .row > div:hover {
    color: #fff;
}

#sns_slideshow_top .sns_slideshow > .container {
    display: none;
}

.product-view.sns-product-detail .banner_detail_right {
    display: none;
}

.catalog-product-view .product-view.sns-product-detail .banner_detail_right {
    display: block;
}

.contact-page .form-control {
    border-color: #eaeaea;
}

.customer-account-create #form-validate .form-list .control input#is_subscribed {
    height: 15px;
}

.main-bottom .zaggo_banner1 {
    margin-top: 40px;
}

.tab-redmore {
    display: none;
}

#product-tab-v2 .products-grid .owl-controls {
    display: none !important;
}

#product-tab-v2 .products-grid .item {
    margin-bottom: 30px;
}

#product-tab-v2 .products-grid .item .item-inner .item-img {
    float: left;
    width: 120px;
    height: 140px;
    margin-right: 15px;
    margin-bottom: 0;
}

#product-tab-v2 .products-grid .item .item-inner .item-img .ico-label {
    display: none !important;
}

#product-tab-v2 .products-grid .item .item-inner .action-bot {
    display: none !important;
}

#product-tab-v2 .products-grid .item .item-inner .item-info {
    border: none;
    position: relative;
    overflow: hidden;
    padding-right: 10px;
    padding-top: 8px;
}

#product-tab-v2 .products-grid .item .item-inner .item-info .tab-redmore {
    display: block;
    color: #3abcbe;
    margin-top: 20px;
}

#product-tab-v2 .products-grid .item .item-inner .item-info .tab-redmore:hover {
    text-decoration: underline;
}

.catalog-category-view #sns_content .category-products .page-title {
    display: none;
}

.catalog-category-view #sns_content .category-products .page-title .title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 900;
    position: relative;
    width: 100%;
    padding-bottom: 8px;
    color: #2f2f2f;
    margin-bottom: 15px;
    padding-top: 2px;
}

.catalog-category-view #sns_content .category-products .page-title .title:before {
    position: absolute;
    content: "";
    background: #2f2f2f;
    height: 2px;
    width: 100%;
    left: 0;
    bottom: 0;
}

.catalog-category-view #sns_content .category-products .sns-products-container .products-grid {
    margin: 0 -15px;
}

.catalog-category-view #sns_content .category-products .sns-products-container .products-grid .item {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

.sns-header {
    position: relative;
    margin-bottom: 15px;
}

#sns_header .left {
    padding-left: 0;
}

#sns_header .right {
    padding-right: 0;
}

#sns_header .top-contact i {
    margin-right: 3px;
    margin-left: 5px;
}

#sns_header .top-contact p {
    margin-bottom: 7px;
}

#sns_header .top-bar {
    background: #000;
    color: #fff;
    padding: 5px 15px;
}

#sns_header .top-bar a {
    color: #fff;
    line-height: 4vw;
    font-size: 110%;
}

#sns_header.header_style1 {
    background: #fff;
    color: #333;
    max-width: 100vw;
    z-index: 11;
}

#sns_header.header_style1 .container {
    padding: 10px 15px;
}

#sns_header.header_style1 #select-language {
    padding-left: 2vw;
}

#sns_header.header_style1 #select-language li {
    padding-left: 1px;
    padding-right: 1px;
}

#sns_header.header_style1 .top_logo #logo a {
    display: block;
}

#sns_header .top-search .form-search {
    position: relative;
}

#sns_header .top-search .form-search input {
    padding: 0;
    line-height: 30px;
    font-size: 140%;
}

#sns_header .top-search .form-search .bootstrap-select {
    width: 165px !important;
    position: absolute;
    height: 35px;
    top: 0px;
    left: 0px;
    color: #333;
    background-color: #fff;
}

#sns_header .top-search .form-search .bootstrap-select:before {
    position: absolute;
    width: 1px;
    background: #f3f3f3;
    height: 100%;
    right: 0;
    top: 0;
    content: "";
}

#sns_header .top-search .form-search .bootstrap-select button.selectpicker {
    position: relative;
    background: none;
    top: inherit;
    right: inherit;
    padding-left: 10px;
    width: 165px;
    height: 35px;
}

#sns_header .top-search .form-search .bootstrap-select button.selectpicker:focus, #sns_header .top-search .form-search .bootstrap-select button.selectpicker:active {
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

#sns_header .top-search .form-search .bootstrap-select button.selectpicker .filter-option {
    text-transform: none;
    font-size: 12px;
}

#sns_header .top-search .form-search .bootstrap-select button.selectpicker .caret {
    color: #8f8f8f;
    right: 16px;
    top: 17px;
    border-top: 3px solid;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
}

#sns_header .top-search .form-search .bootstrap-select button.selectpicker:before {
    display: none;
}

#sns_header .top-search .form-search .bootstrap-select button.selectpicker:focus {
    outline: 0 !important;
    box-shadow: none;
}

#sns_header .top-search .form-search .bootstrap-select.open .dropdown-toggle {
    box-shadow: none !important;
    outline: 0;
}

#sns_header .top-search .form-search .bootstrap-select.open .dropdown-toggle:focus {
    box-shadow: none !important;
}

#sns_header .top-search .form-search .bootstrap-select div.dropdown-menu {
    border-radius: 0;
    padding: 0;
    margin: 0;
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.2);
    min-width: 165px;
    left: -1px;
}

#sns_header .top-search .form-search .bootstrap-select div.dropdown-menu ul {
    border-top: 2px solid #d8d8d8;
    padding-top: 10px;
}

#sns_header .top-search .form-search .bootstrap-select div.dropdown-menu ul li a {
    color: #5f5f5f;
    text-transform: none;
    font-size: 12px;
}

#sns_header .top-search .form-search .bootstrap-select div.dropdown-menu ul li:last-child {
    margin-bottom: 10px;
}

#sns_header .top-search .form-search .bootstrap-select div.dropdown-menu .selected a {
    color: #d8d8d8;
    background: none;
}

#sns_header .top-search .form-search .bootstrap-select div.dropdown-menu li a:hover {
    color: #d8d8d8;
    background: none;
}

#sns_header .top-search .form-search button {
    border: none;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
}

#sns_header .top-search .form-search button i:before {
    color: #888;
    font-size: 13px;
}

#sns_header .top-search .form-search button:hover {
    color: #d8d8d8;
    background: none;
}

#sns_header .top-search .form-search button:hover i:before {
    color: #d8d8d8;
}

#sns_header .top-logo {
    text-align: right;
    padding-top: 6px;
}

#sns_header .top-logo p {
    margin-bottom: 3px;
    color: #666;
}

#sns_header .top-logo .content {
    color: #ec5a5a;
    margin-bottom: 0;
}

.sns-producttabs-wapper {
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding-top: 30px;
    padding-bottom: 30px;
}

#newsletter-fixed {
    display: none !important;
}

.header_style2 #sns_header #logo a p, .header_style2 #sns_header #logo a p img.logov2 {
    display: none;
}

.header-top {
    position: relative;
    z-index: 1;
}

.category-products .configurable-swatch-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.category-products .configurable-swatch-list li {
    display: inline-block;
    vertical-align: middle;
}

.category-image {
    margin-bottom: 30px;
}

.products-grid .item .item-inner {
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    z-index: 0;
}

.products-grid .item .item-inner:hover .item-img .ico-label .ico-product {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.products-grid .item .item-inner .prd {
    position: relative;
    background: #fff;
}

.products-grid .item .item-inner .prd .item-img {
    position: relative;
}

.products-grid .item .item-inner .item-content {
    min-height: 24px;
}

.products-grid .item .item-inner .info-inner {
    position: relative;
    line-height: 20px;
    padding-top: 15px;
}

.products-grid .item .item-inner .more-buttons .button, .products-grid .item .item-inner .more-buttons button {
    padding: 8px 15px;
}

.products-grid .item .item-inner .item-img > a {
    position: relative;
    z-index: 0;
}

.products-grid .item .item-inner .item-img .countdown {
    position: absolute;
    top: 35px;
    right: 10px;
    display: none;
}

.products-grid .item .item-inner .item-img .countdown .countdown-section {
    display: block;
    text-align: center;
    background: #d8d8d8;
    color: #fff;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 10px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.products-grid .item .item-inner .item-img .countdown .countdown-section .countdown-amount {
    display: block;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
}

.products-grid .item .item-inner .item-img .countdown .countdown-section .countdown-period {
    font-size: 9px;
    line-height: 20px;
    min-width: 40px;
    display: block;
    background: #ec5a5a;
}

.products-grid .item .item-inner .item-img .zoomWrapper img {
    left: 0;
}

.products-grid .item .item-inner .item-img .zoomWrapper .zoomContainer {
    left: 0 !important;
    top: 0 !important;
}

.products-grid .item .item-inner .item-img .product-image {
    display: block;
    overflow: hidden;
    text-align: center;
}

.products-grid .item .item-inner .item-img .product-image .img-main {
    position: relative;
    display: block;
    margin: 0 auto;
}

.products-grid .item .item-inner .item-img .product-image .img-main.loading:before {
    background: #000;
}

.products-grid .item .item-inner .item-info {
    min-height: 60px;
}

.products-grid .item .item-inner .item-info .item-title {
    position: relative;
    font-size: 100%;
    font-weight: 400;
    overflow: hidden;
    line-height: 20px;
}

.products-grid .item .item-inner .item-info .item-price {
    position: relative;
}

.products-grid .item .item-inner .item-info .item-price .price-item {
    display: inline-block;
    width: 100%;
}

.products-grid .item .item-inner .item-info .item-price .price-box {
    display: inline-block;
    text-align: center;
}

.products-grid .item .item-inner .item-info .item-price .price-box .special-price {
    float: left;
}

.products-grid .item .item-inner .item-info .item-price .old-price .price {
    font-size: 100%;
    text-decoration: line-through;
}

.products-grid .item .item-inner .action-bot {
    background: rgba(192, 192, 192, .5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    border-left: none;
    border-right: none;
    z-index: 2;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4);
    transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4);
    -moz-transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4);
    -ms-transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4);
    -o-transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4);
}

.products-grid .item .item-inner:hover .action-bot {
    visibility: visible;
    opacity: 1;
    bottom: 0;
}

.products-grid .item .item-inner .action-bot .actions {
    text-align: center;
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    border: 1px double transparent;
    overflow: hidden;
    -webkit-transition: all 750ms cubic-bezier(.4, -0.4, .6, 1.4);
    -moz-transition: all 750ms cubic-bezier(.4, -0.4, .6, 1.4);
    -ms-transition: all 750ms cubic-bezier(.4, -0.4, .6, 1.4);
    -o-transition: all 750ms cubic-bezier(.4, -0.4, .6, 1.4);
    transition: all 750ms cubic-bezier(.4, -0.4, .6, 1.4);
}

.products-grid .item .item-inner .action-bot:hover .actions {
    background: rgba(192, 192, 192, .5);
    border: 1px solid black;
}

.products-grid .item .item-inner .action-bot .wrap-addtocart {
    position: absolute;
    width: 90%;
    bottom: 10%;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
}

.products-grid .item .item-inner .action-bot li,
.products-grid .item .item-inner .action-bot li > div,
.products-grid .item .item-inner .action-bot li a,
.products-grid .item .item-inner .action-bot li button {
    z-index: 2;
}

.products-grid .item .item-inner .action-bot .product-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.sns-product-detail .related .products-grid .item .item-inner .action-bot .actions,
.sns-product-detail .related .products-grid .item .item-inner .item-img,
.sns-product-detail .related .products-grid .item .item-inner:hover .item-img {
    padding-top: 0;
}

.btn-checkout,
.btn-cart {
    padding: 0;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    border: 1px solid #000;
    background: #000;
    color: #fff;
    font-size: 90%;
    font-weight: 300;
}

.btn-checkout:hover,
.btn-cart:hover {
    border-color: #000;
    background: transparent;
    color: #000;
}

.products-grid .btn-cart {
    width: 80%;
}

#product_shop .btn-cart {
    border-color: #000;
    background: #000;
    color: #fff;
}

#product_shop .btn-cart.btn-cart-reversed {
    border-color: #000;
    background: #fff;
    color: #000;
}

#product_shop .btn-cart:hover {
    background: #fff;
    color: #000;
}

#product_shop .btn-cart.btn-cart-reversed:hover {
    background: #000;
    color: #fff;
}

#product_shop .product-info {
    padding-top: 30px;
}

#product_shop .lines {
    border-top: 1px solid black;
    border-right: 1px solid black;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 60%;
    height: 100%;
}

#product_shop .line {
    height: 1px;
    background: #000;
    position: absolute;
    bottom: calc(25% + 5px);
    right: -100%;
    width: 100%;
}

#product_shop .lines .circle,
#product_shop .lines .circle-stable {
    border-radius: 50%;
    background-color: black;
    width: 10px;
    height: 10px;
    opacity: 1;
    position: absolute;
    bottom: 25%;
    right: -5px;
}

#product_shop .lines .circle {
    -webkit-animation: scaleIn 4s infinite cubic-bezier(.36, .11, .89, .32);
    -o-animation: scaleIn 4s infinite cubic-bezier(.36, .11, .89, .32);
    animation: scaleIn 4s infinite cubic-bezier(.36, .11, .89, .32);
}

#product_shop .tab-content {
    font-size: 120%;
}

#product_shop .tab-content .collateral-box-title {
    cursor: pointer;
}

#product_shop .tab-content .collateral-box-title i {
    position: absolute;
    line-height: 40px;
    right: 0;
}

#product_shop .tab-content .collateral-box-title h3 {
    line-height: 40px;
}

#product_shop .tab-content .collateral-box-title h3 span {
    background: #fff;
    padding: 0 25px;
}

#product_shop .tab-content .collateral-box-title hr {
    border-color: #000;
    width: 75%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    z-index: -1;
}

.btn-cart img {
    float: left;
    height: 30px;
    padding-top: 8px;
    width: auto;
    padding-left: 15px;
}

.product-essential .related .btn-cart img {
    height: 22px;
    padding-top: 6px;
    padding-left: 10px;
}

.btn-cart.out-of-stock {
    border-color: #5c5c5c;
    background: #5c5c5c;
    color: #fff;
    font-size: calc(11px + (15 - 11) * ((100vw - 991px) / (1920 - 991)));
}

.btn-cart:hover {
    border-color: #000;
    color: #000;
    background: transparent;
}

.products-grid.style_grid {
    margin: 0 -10px;
}

.products-grid.style_grid .item {
    padding: 0 10px;
    margin-bottom: 30px;
    margin-top: 0;
}

.products-list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
}

.products-list > li.item {
    margin-top: 30px;
}

.products-list > li.item:before, .products-list > li.item:after {
    content: " ";
    display: table;
}

.products-list > li.item:after {
    clear: both;
}

.products-list > li.item:first-child {
    margin-top: 0;
}

.products-list > li.item:last-child {
    border-bottom: none;
    padding-bottom: 15px;
}

.products-list > li.item .item-title {
    margin-bottom: 10px;
    text-transform: uppercase;
}

.products-list > li.item .item-title a {
    color: #888;
}

.products-list > li.item .desc {
    margin-bottom: 18px;
    color: #888;
}

.products-list > li.item .product_list_style {
    float: left;
    width: 100%;
}

.products-list > li.item .col-left {
    float: left;
}

.products-list > li.item .col-left .item-img {
    overflow: hidden;
    float: left;
    width: 270px;
    margin-right: 20px;
    border: 1px solid #eaeaea;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    z-index: 0;
    position: relative;
}

.products-list > li.item .col-left .item-img .ico-product {
    display: inline-block;
    width: 35px;
    height: 35px;
    color: #fff;
    position: absolute;
    z-index: 1;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 10px;
    line-height: 34px;
    padding: 0;
    top: 11px;
    left: 11px;
    background: #888;
    border-radius: 100%;
}

.products-list > li.item .col-left .item-img .ico-product.ico-new {
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}

.products-list > li.item .col-left .item-img .ico-product.ico-sale {
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    right: 11px;
    left: inherit;
}

.products-list > li.item .col-left .item-img .ico-product.ico-limited {
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    right: 22px;
    left: inherit;
}

.products-list > li.item .col-left .item-img .countdown {
    position: absolute;
    top: 35px;
    right: 10px;
}

.products-list > li.item .col-left .item-img .countdown .countdown-section {
    display: block;
    text-align: center;
    background: #d8d8d8;
    color: #fff;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 10px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.products-list > li.item .col-left .item-img .countdown .countdown-section .countdown-amount {
    display: block;
    line-height: 20px;
    font-size: 130% px;
    font-weight: bold;
}

.products-list > li.item .col-left .item-img .countdown .countdown-section .countdown-period {
    font-size: 75%;
    line-height: 20px;
    min-width: 40px;
    display: block;
    background: #ec5a5a;
}

.products-list > li.item .col-left .item-img .product-image {
    display: block;
    text-align: center;
}

.products-list > li.item .col-right {
    position: relative;
    overflow: hidden;
}

.products-list > li.item .col-right .item-title {
    padding-top: 0;
    margin-top: -5px;
    margin-bottom: 10px;
}

.products-list > li.item .col-right .item-title a {
    color: #888;
    font-size: 16px;
    font-weight: normal;
    text-transform: none;
}

.products-list > li.item .col-right .item-title a:hover {
    color: #d8d8d8;
}

.products-list > li.item .col-right .configurable-swatch-list {
    margin-bottom: 8px;
}

.products-list > li.item .col-right .item-price {
    position: relative;
    margin-bottom: 5px;
}

.products-list > li.item .col-right .item-price .price-box {
    display: inline-block;
    vertical-align: middle;
}

.products-list > li.item .col-right .item-price .price-box .special-price {
    float: left;
    width: 100%;
}

.products-list > li.item .col-right .item-price .old-price {
    position: absolute;
    top: 20px;
    left: 0;
}

.products-list > li.item .col-right .item-price .old-price .price {
    font-weight: normal;
    color: #9f9f9f;
}

.products-list > li.item .col-right .desc {
    margin-top: 20px;
    margin-bottom: 30px;
}

.products-list > li.item .col-right .action-bot .actions {
    float: left;
    border: 1px solid #eaeaea;
}

.products-list > li.item .col-right .action-bot .actions .btn-cart {
    padding: 0 32px;
    text-align: center;
    height: 44px;
    border: none;
    line-height: 42px;
    background: none;
    font-size: 12px;
    background: #fff;
    color: #888;
    position: relative;
    float: left;
}

.products-list > li.item .col-right .action-bot .actions .btn-cart span {
    text-transform: uppercase;
    font-size: 12px;
}

.products-list > li.item .col-right .action-bot .actions .btn-cart i {
    margin-right: 5px;
}

.products-list > li.item .col-right .action-bot .actions .btn-cart:hover {
    color: #d8d8d8;
}

.products-grid .item-inner .add-to {
    position: absolute;
    top: -100px;
    right: 0;
    z-index: 1;
    -webkit-transition: all 0.4s cubic-bezier(.4, -0.4, .6, 1.4);
    transition: all 0.4s cubic-bezier(.4, -0.4, .6, 1.4);
    -moz-transition: all 0.4s cubic-bezier(.4, -0.4, .6, 1.4);
    -ms-transition: all 0.4s cubic-bezier(.4, -0.4, .6, 1.4);
    -o-transition: all 0.4s cubic-bezier(.4, -0.4, .6, 1.4);
}

.products-grid .item-inner .add-to li {
    height: 30px;
    line-height: 30px;
    text-align: right;
    padding: 0 10px;
}

.products-grid .item-inner .flashsale {
    background: transparent;
    position: absolute;
    top: -40px;
    right: calc(100% - 30px);
    transform-origin: right;
    transform: rotate(270deg);
    white-space: nowrap;
    padding: 0 15px;
}

.products-grid .item-inner .flashlimited {
    background: transparent;
    position: absolute;
    top: -20px;
    right: calc(100% - 30px);
    transform-origin: right;
    transform: rotate(270deg);
    white-space: nowrap;
    padding: 0 15px;
    z-index: 5;
}

.products-grid .item-inner .flashsale + .flashlimited {
    right: calc(100% - 60px);
}

.products-grid .item-inner:hover .add-to {
    top: 0;
}

.catalog-product-compare-index .product-name {
    margin: 10px 0;
}

.block-custom {
    background: #ededed;
    padding: 20px;
}

.block-custom h3 {
    font-size: 200%;
    font-weight: bold;
    margin: 10px 0;
}

.product_slider .block {
    margin-top: 0;
}

.product_slider .block, #sns_right .block, #sns_left .block {
    margin-bottom: 55px;
    margin-top: 0;
}

#sns_right .wrap-in {
    display: flex;
    flex-direction: row;
    height: 100%;
    flex-wrap: wrap;
}

#sns_right .wrap-in .block-account,
#sns_right .wrap-in .block-cart {
    order: 1;
    width: 100%;
    flex: 1 0 100%;
    margin: 0;
}

#sns_right .wrap-in .block-account .block-content,
#sns_right .wrap-in .block-cart .block-content .mini-products-list {
    max-height: 35vh;
    overflow-y: auto;
}

#sns_right.cart .wrap-in .block-account,
#sns_right.user .wrap-in .block-cart {
    order: 5;
    align-self: flex-end;
}

.product_slider .block .block-title, #sns_right .block .block-title, #sns_left .block .block-title {
    font-size: 17px;
    text-transform: uppercase;
    margin-top: 105px;
    line-height: 50px;
    border: 1px solid black;
    padding: 0 15px;
}

.product_slider .block .block-title .fa, #sns_right .block .block-title .fa, #sns_left .block .block-title .fa {
    position: absolute;
    width: 52px;
    height: 52px;
    background: #d8d8d8;
    top: -1px;
    left: -1px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    display: none;
}

.product_slider .block .block-title:before, #sns_right .block .block-title:before, #sns_left .block .block-title:before {
    height: 15px;
    top: 3px;
}

.product_slider .block .block-title .navslider, #sns_right .block .block-title .navslider, #sns_left .block .block-title .navslider {
    top: 10px;
    margin-top: 0;
    right: 0 !important;
    left: inherit;
}

.product_slider .block .block-title .navslider a i, #sns_right .block .block-title .navslider a i, #sns_left .block .block-title .navslider a i {
    line-height: 28px;
    border: none;
    border-radius: 0;
    background: none;
}

.product_slider .block .block-title .navslider a, #sns_right .block .block-title .navslider a, #sns_left .block .block-title .navslider a {
    border: none;
    border-radius: 0;
    background: none;
    background-position: center;
    background-repeat: no-repeat;
}

.product_slider .block .block-title span, #sns_right .block .block-title span, #sns_left .block .block-title span {
    display: inline-block;
    padding: 0;
}

.product_slider .block .block-title strong, #sns_right .block .block-title strong, #sns_left .block .block-title strong {
    background: none;
    padding: 0;
}

.product_slider .block .block-title h1, .product_slider .block .block-title h2, .product_slider .block .block-title h3, .product_slider .block .block-title h4, #sns_right .block .block-title h1, #sns_right .block .block-title h2, #sns_right .block .block-title h3, #sns_right .block .block-title h4, #sns_left .block .block-title h1, #sns_left .block .block-title h2, #sns_left .block .block-title h3, #sns_left .block .block-title h4 {
    font-size: 100%;
    margin: 0;
}

.product_slider .block .block-content, #sns_right .block .block-content, #sns_left .block .block-content {
    padding: 0;
}

.product_slider .block.block-layered-nav, #sns_right .block.block-layered-nav, #sns_left .block.block-layered-nav {
    padding-bottom: 0px;
    margin-bottom: 35px;
}

.product_slider .block.block-layered-nav .block-title, #sns_right .block.block-layered-nav .block-title, #sns_left .block.block-layered-nav .block-title {
    margin-bottom: 25px;
}

.product_slider .block.block-layered-nav .block-content, #sns_right .block.block-layered-nav .block-content, #sns_left .block.block-layered-nav .block-content {
    padding: 0;
}

.product_slider .block.block-compare, #sns_right .block.block-compare, #sns_left .block.block-compare {
    margin-bottom: 60px;
}

.product_slider .block.block-compare .block-content, #sns_right .block.block-compare .block-content, #sns_left .block.block-compare .block-content {
    color: #888;
}

.product_slider .block.block-poll button, #sns_right .block.block-poll button, #sns_left .block.block-poll button {
    font-size: 15px;
    text-transform: up;
    padding: 0;
    text-align: center;
    width: 99px;
    height: 49px;
    line-height: 46px;
    border: 2px solid #5f5f5f;
    color: #5f5f5f;
    margin-top: 2px;
}

.product_slider .block.block-poll button:hover, #sns_right .block.block-poll button:hover, #sns_left .block.block-poll button:hover {
    border-color: #d8d8d8;
    background: none;
    color: #d8d8d8;
}

.product_slider .block.block-tags .block-content, #sns_right .block.block-tags .block-content, #sns_left .block.block-tags .block-content {
    padding-top: 0;
}

.product_slider .block.block-tags .block-content ul li, #sns_right .block.block-tags .block-content ul li, #sns_left .block.block-tags .block-content ul li {
    padding-top: 0;
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 8px;
    line-height: 24px;
    padding: 0 10px;
    background: #eaeaea;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.product_slider .block.block-tags .block-content ul li:hover, #sns_right .block.block-tags .block-content ul li:hover, #sns_left .block.block-tags .block-content ul li:hover {
    border-color: #d8d8d8;
    background: #d8d8d8;
}

.product_slider .block.block-tags .block-content ul li:hover a, #sns_right .block.block-tags .block-content ul li:hover a, #sns_left .block.block-tags .block-content ul li:hover a {
    color: #d8d8d8;
}

.product_slider .block.block-tags .block-content ul li a, #sns_right .block.block-tags .block-content ul li a, #sns_left .block.block-tags .block-content ul li a {
    color: #888;
    padding: 0;
}

.product_slider .block.block-tags .block-content ul li a:hover, #sns_right .block.block-tags .block-content ul li a:hover, #sns_left .block.block-tags .block-content ul li a:hover {
    color: #fff;
}

.product_slider .block.block-tags .actions, #sns_right .block.block-tags .actions, #sns_left .block.block-tags .actions {
    margin-top: 0 !important;
    text-align: left;
    display: none;
}

.product_slider .block.block-tags .actions .button, #sns_right .block.block-tags .actions .button, #sns_left .block.block-tags .actions .button {
    margin: 0 !important;
    font-size: 13px;
    border: none;
    line-height: 24px;
    border-radius: 0;
    padding: 0 !important;
}

.product_slider .block.block-tags .actions .button:before, .product_slider .block.block-tags .actions .button:after, #sns_right .block.block-tags .actions .button:before, #sns_right .block.block-tags .actions .button:after, #sns_left .block.block-tags .actions .button:before, #sns_left .block.block-tags .actions .button:after {
    display: none;
}

.product_slider .block.block-tags .actions .button span, #sns_right .block.block-tags .actions .button span, #sns_left .block.block-tags .actions .button span {
    font-size: 13px !important;
    color: #5f5f5f;
    text-transform: none;
}

.product_slider .block.block-tags .actions .button:hover, #sns_right .block.block-tags .actions .button:hover, #sns_left .block.block-tags .actions .button:hover {
    border-color: #d8d8d8;
}

.product_slider .block.block-tags .actions .button:hover:before, .product_slider .block.block-tags .actions .button:hover:after, #sns_right .block.block-tags .actions .button:hover:before, #sns_right .block.block-tags .actions .button:hover:after, #sns_left .block.block-tags .actions .button:hover:before, #sns_left .block.block-tags .actions .button:hover:after {
    display: none;
}

.product_slider .block.block-tags .actions .button:hover span, #sns_right .block.block-tags .actions .button:hover span, #sns_left .block.block-tags .actions .button:hover span {
    color: #d8d8d8;
}

.product_slider .block.block-tags .actions .button:hover span:before, #sns_right .block.block-tags .actions .button:hover span:before, #sns_left .block.block-tags .actions .button:hover span:before {
    display: none;
}

.product_slider .block.sns-slider, #sns_right .block.sns-slider, #sns_left .block.sns-slider {
    margin-bottom: 60px;
}

.product_slider .block.sns-slider .item, #sns_right .block.sns-slider .item, #sns_left .block.sns-slider .item {
    min-height: 116px;
}

.product_slider .block.sns-slider .item .item-inner, #sns_right .block.sns-slider .item .item-inner, #sns_left .block.sns-slider .item .item-inner {
    padding-bottom: 0;
}

.product_slider .block.sns-slider .item .item-img, #sns_right .block.sns-slider .item .item-img, #sns_left .block.sns-slider .item .item-img {
    width: 85px;
    height: 94px;
    position: relative;
    overflow: hidden;
}

.product_slider .block.sns-slider .item .wap-action .wrap-quickview, #sns_right .block.sns-slider .item .wap-action .wrap-quickview, #sns_left .block.sns-slider .item .wap-action .wrap-quickview {
    display: none;
}

.block {
    margin-bottom: 30px;
    position: relative;
}

#sns_sticky_right .block, #sns_sticky_left .block {
    margin: 0;
}

.block .btn-remove {
    position: absolute;
    top: 0px;
    right: 0px;
}

.block .block-title h1, .block .block-title h2, .block .block-title h3, .block .block-title h4 {
    margin: 0;
    font-weight: 300;
}

.block-title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 30px;
}

.block .block-title .navslider {
    display: none;
    top: 0;
    right: 0;
    margin-top: 0;
    width: 100%;
    padding: 0 15px;
    z-index: 3;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.block .block-title .navslider a {
    z-index: 10;
    width: 50px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.block .block-title .navslider a.next {
    right: 0;
}

.block .block-title .navslider a.prev {
    left: 0;
}

.block .block-title .navslider a i {
    color: #666;
    background: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.block .block-title .navslider a i:hover {
    color: #d8d8d8;
}

.block .block-title .navslider a:hover {
    border-color: #d8d8d8;
}

.block .block-title .navslider a:hover i {
    color: #d8d8d8;
}

.block .block-content {
    padding: 10px 0 0;
}

.block .block-content a.have-borderinset, .block .block-content button.have-borderinset {
    background: transparent;
    color: #d8d8d8;
    margin-left: -5px;
    padding: 0px;
    -webkit-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -ms-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
}

.block .block-content a.have-borderinset > span, .block .block-content button.have-borderinset > span {
    transition: 0s;
}

.block .block-content a.have-borderinset:before, .block .block-content a.have-borderinset:after, .block .block-content button.have-borderinset:before, .block .block-content button.have-borderinset:after {
    display: inline-block;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
    -moz-transition: -moz-transform 0.3s, opacity 0.2s;
    transition: transform 0.3s, opacity 0.2s;
}

.block .block-content a.have-borderinset:before, .block .block-content button.have-borderinset:before {
    margin-right: 5px;
    content: '[';
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
}

.block .block-content a.have-borderinset:after, .block .block-content button.have-borderinset:after {
    margin-left: 5px;
    content: ']';
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
}

.block .block-content a.have-borderinset:hover, .block .block-content button.have-borderinset:hover {
    background: transparent;
    color: #ec5a5a;
}

.block .block-content a.have-borderinset:hover:before, .block .block-content a.have-borderinset:hover:after, .block .block-content button.have-borderinset:hover:before, .block .block-content button.have-borderinset:hover:after {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

.block.block_cat {
    padding: 0 !important;
    border: none !important;
}

.block.sns-slider .block-title-slider {
    position: relative;
}

.block.sns-slider .block-title-slider h3 {
    margin: 0;
}

.block.sns-slider .block-title-slider p {
    padding: 3px 0 0;
}

.block.sns-slider .block-title-slider .navslider {
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -20px;
}

.block.sns-slider .block-title-slider .navslider a {
    display: inline-block;
    vertical-align: middle;
    color: #666;
}

.block.sns-slider .block-title-slider .navslider a + a {
    margin-left: 5px;
}

.block.sns-slider .block-title-slider .navslider a i {
    font-size: 11px;
    width: 40px;
    height: 40px;
    border: 3px solid #ddd;
    text-align: center;
    line-height: 34px;
    font-size: 20px;
    color: #ccc;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.block.sns-slider .block-title-slider .navslider a i:hover {
    background: #d8d8d8;
    color: #fff;
    border-color: #d8d8d8;
}

.block.sns-slider .pretext {
    margin: 0;
}

.block.sns-slider .container-slider .owl-item {
    position: relative;
    z-index: 0;
}

.block.sns-slider .container-slider .owl-item:not(.active) + .active .item .item-inner .gallery, .block.sns-slider .container-slider .owl-item.active:first-child .item .item-inner .gallery {
    right: auto;
    left: 100%;
}

.block.sns-slider .container-slider .owl-item:hover {
    z-index: 1;
}

.block.sns-slider.stylev3 .block-title {
    margin-bottom: 30px;
}

.block.sns-slider.stylev3 .block-title .navslider {
    display: none !important;
}

.block.sns-slider.stylev3 .container-slider {
    margin: 0 -15px;
}

.block.sns-slider.stylev3 .container-slider .row-item {
    padding: 0 15px;
}

.block.sns-slider.stylev3 .item {
    min-height: 80px !important;
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
}

.block.sns-slider.stylev3 .item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.block.sns-slider.stylev3 .item .item-inner {
    padding-bottom: 0;
}

.block.sns-slider.stylev3 .products-grid {
    padding-bottom: 3px;
}

.block.sns-slider.stylev3 .products-grid .item .item-inner .prd {
    border: none;
}

.block.sns-slider.stylev3 .products-grid .item .item-inner .prd .item-img {
    float: left;
    margin-right: 12px;
    margin-bottom: 0;
    border: 1px solid #eaeaea;
    position: relative;
    width: 80px;
    height: 80px;
}

.block.sns-slider.stylev3 .products-grid .item .item-inner .prd .item-img:hover {
    border-color: #d8d8d8;
}

.block.sns-slider.stylev3 .products-grid .item .item-inner .prd .tab-redmore {
    color: #3abcbe;
    position: absolute;
    left: 0;
    bottom: 10px;
    display: block;
}

.block.sns-slider.stylev3 .products-grid .item .item-inner .prd .tab-redmore:hover {
    text-decoration: underline;
}

.block.sns-slider.stylev3 .products-grid .item .item-inner .prd .item-info {
    padding: 0;
    position: relative;
    overflow: hidden;
    border: none;
    min-height: 80px;
}

.block.sns-slider.stylev3 .products-grid .item .item-inner .prd .item-info .item-title {
    margin-bottom: 6px;
    text-align: left;
    font-size: 16px;
    margin-top: -5px;
}

.block.sns-slider.stylev3 .products-grid .item .item-inner .prd .item-info .item-title a {
    color: #888;
}

.block.sns-slider.stylev3 .products-grid .item .item-inner .prd .item-info .item-title a:hover {
    color: #d8d8d8;
}

.block.sns-slider.stylev3 .products-grid .item .item-inner .prd .item-info .item-price {
    text-align: left;
}

.block.sns-slider.stylev3 .products-grid .item .item-inner .prd .item-info .item-price .price-box .regular-price .price, .block.sns-slider.stylev3 .products-grid .item .item-inner .prd .item-info .item-price .price-box .minimal-price .price, .block.sns-slider.stylev3 .products-grid .item .item-inner .prd .item-info .item-price .price-box .special-price .price {
    font-size: 13px;
}

.block.sns-slider.stylev3 .products-grid .item .item-inner .prd .item-info .item-price .price-box .old-price .price {
    font-weight: normal;
    font-size: 13px;
}

.block.sns-slider.stylev3 .products-grid .item .item-inner .prd .item-info .old-price .price {
    font-size: 100%;
}

.block.sns-slider.stylev3 .products-grid .item .item-inner .prd .item-info .btn-cart {
    border: none;
    background: none;
    padding: 0;
    color: #888;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: normal;
}

.block.sns-slider.stylev3 .products-grid .item .item-inner .prd .item-info .btn-cart strong {
    font-weight: normal;
}

.block.sns-slider.stylev3 .products-grid .item .item-inner .prd .item-info .btn-cart i {
    margin-right: 5px;
}

.block.sns-slider.stylev3 .products-grid .item .item-inner .prd .item-info .btn-cart:hover {
    border: none;
    background: none;
    color: #d8d8d8;
}

.block .box-up-sell-content {
    background: #fff;
    border: 1px solid #ddd !important;
    border-top: 0px !important;
    padding: 8px;
    margin-bottom: 25px;
}

.block .box-up-sell-content .item {
    padding-bottom: 15px;
    margin-top: 5px !important;
    padding-top: 10px !important;
}

.block .box-up-sell-content .item:hover .item-img {
    border: 1px solid #ddd !important;
}

.block.box-up-sell .block-title {
    margin: 0;
}

.block.box-up-sell label.related {
    position: absolute;
    left: 5px;
    top: 15px;
    z-index: 1;
}

.block.box-up-sell label.related input.checkbox {
    height: 20px;
    margin: 0px;
}

.block.box-up-sell .block-subtitle {
    margin-bottom: 10px;
}

.block.box-up-sell .block-subtitle a {
    color: #d8d8d8;
}

.block.block-stickynote.on-top .block-title {
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 8px 75px;
    border: 1px solid #ccc;
    float: left;
    margin: 0 30px 0 0;
    line-height: 40px;
    color: inherit;
}

.block.block-stickynote.on-top .block-content {
    padding: 0 0;
    color: inherit;
    line-height: 18px;
}

.block.blank .block-content {
    padding: 0 0 !important;
}

.block.block-custommenu {
    text-align: center !important;
    padding: 20px 0 10px;
    border: 1px solid transparent;
    margin-top: 10px;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
}

.block.block-custommenu > * {
    margin: 0 auto;
}

.block.block-custommenu .block-title {
    margin-top: 10px;
    margin-bottom: 5px;
    color: #fff;
}

.block.block-custommenu .block-content {
    padding: 0 10px !important;
    color: #888;
}

.block.block-custommenu:hover {
    border-color: #888;
}

.block.block-wishlist .actions {
    padding: 15px 0 0;
}

.block.block-compare ol li {
    position: relative;
}

.block.block-compare .block-title small {
    display: none;
}

.block.block-compare p.empty {
    margin: 0 0;
}

.block.block-compare ol {
    padding: 0 0 0 20px;
    margin: 0;
}

.block.block-compare ol li {
    margin: 3px 0;
}

.block.block-compare ol li .product-name {
    padding-right: 20px;
}

.block.block-compare .actions {
    padding: 15px 0 0;
    text-align: right;
}

.block.block-compare .actions .button {
    margin: 0 0 0 5px;
}

.block.sns-hotcategory {
    padding-bottom: 55px;
    margin-bottom: 50px;
    background: url(../images/border-bottom.png) repeat-x left bottom;
}

.block.sns-hotcategory .item {
    padding: 0 15px;
    margin-top: 0;
}

.block.sns-hotcategory .item .view-more {
    display: none;
}

.block.sns-hotcategory .item .title-content {
    margin-bottom: 5px;
    margin-top: 15px;
}

.block.sns-hotcategory .item .title-content a {
    font-weight: 900;
    text-transform: uppercase;
    color: #333;
}

.block.sns-hotcategory .item .item-des ul {
    margin-left: 0;
    padding-left: 0;
}

.block.sns-hotcategory .item .item-des li {
    list-style: none;
    margin-bottom: 3px;
}

.slider-wrap {
    position: relative;
}

.slider-wrap:hover .navslider {
    opacity: 1;
    filter: alpha(opacity=100);
}

.slider-wrap .navslider {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
}

.slider-wrap .navslider a {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    font-size: 40px;
    color: #ccc;
    z-index: 1;
}

.slider-wrap .navslider a:hover {
    color: #d8d8d8;
}

.slider-wrap .navslider a.prev {
    left: 10px;
}

.slider-wrap .navslider a.next {
    right: 10px;
}

.block-subscribe .block_content {
    text-align: center;
}

.block-subscribe .block_content > p {
    font-size: 150%;
    font-weight: 400;
}

.block-subscribe .block_content .actions {
    margin-bottom: 24px;
}

.block-subscribe .button_warp img {
    cursor: pointer;
}

.block-subscribe .block_content .actions input, .block-subscribe .block_content .actions button {
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    border-radius: 8px;
    border-color: #ddd;
}

.block-subscribe .block_content .actions input:hover, .block-subscribe .block_content .actions input:active, .block-subscribe .block_content .actions input:focus, .block-subscribe .block_content .actions button:hover, .block-subscribe .block_content .actions button:active, .block-subscribe .block_content .actions button:focus {
    border-color: #d8d8d8;
}

.block-subscribe .block_content .actions input {
    width: 300px;
    margin-right: 10px;
}

.block-subscribe-content {
    background: #d8d8d8;
    padding: 33px 30px;
}

.block-subscribe-content form {
    display: table;
    width: 100%;
}

.block-subscribe-content .subscribe-title {
    display: table-cell;
    vertical-align: middle;
    vertical-align: top;
    width: 20px;
    padding-right: 30px;
}

.block-subscribe-content .subscribe-title h3 {
    font-size: 30px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

.block-subscribe-content .subscribe-title P {
    color: #fff;
    margin: 0;
    white-space: nowrap;
}

.block-subscribe-content .subscribe_form {
    display: table-cell;
    vertical-align: middle;
}

.block-subscribe-content .subscribe_form .inner {
    position: relative;
}

.block-subscribe-content .subscribe_form .inner input {
    width: 100%;
    background: #fff;
    border: none;
    padding: 8px 10px;
    height: 40px;
}

.block-subscribe-content .subscribe_form .inner button {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    bottom: 0;
    font-size: 20px;
    line-height: 1;
    color: #ccc;
}

.block-subscribe-content .subscribe_form .inner button:hover {
    background: none;
    color: #d8d8d8;
}

.block_topsearch .form-search:before, .block_topsearch .form-search:after {
    content: " ";
    display: table;
}

.block_topsearch .form-search:after {
    clear: both;
}

.block_topsearch .form-search input {
    border: none;
    height: 50px;
    padding-right: 90px;
    background: #fff;
    width: 100%;
}

.block_topsearch .form-search button {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 20px;
    height: 50px;
    background: none !important;
    border: none;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #666;
}

.block_topsearch .form-search button:before {
    position: absolute;
    content: "";
    background: #eaeaea;
    width: 1px;
    height: 33px;
    top: 9px;
    left: 0;
}

.block_topsearch .form-search button:hover {
    background: none;
    color: #d8d8d8;
}

.block-categories-nav {
    position: relative;
    background: #222;
    color: #fff;
}

.block-categories-nav a {
    color: #fff;
}

.block-categories-nav > h4 {
    color: #fff;
    padding: 0 10px;
    height: 60px;
    line-height: 60px;
    margin: 0;
    cursor: pointer;
}

.block-categories-nav > h4:before, .block-categories-nav > h4:after {
    content: " ";
    display: table;
}

.block-categories-nav > h4:after {
    clear: both;
}

.block-categories-nav > h4 > * {
    display: inline-block;
    vertical-align: middle;
}

.block-categories-nav > h4 .fa {
    line-height: 60px;
}

.block-categories-nav > h4 .fa-bars {
    font-size: 25px;
    margin-right: 10px;
    float: left;
}

.block-categories-nav > h4 span {
    float: left;
}

.block-categories-nav > h4 [class*="fa-caret-"] {
    font-size: 16px;
    float: right;
}

.block-categories-nav > .content {
    background: #222;
    position: absolute;
    width: 100%;
    min-width: 290px;
    top: 100%;
    left: 0;
    display: none;
}

.block-categories-nav ul.nav_accordion {
    margin: 0;
    padding: 0;
    list-style: none;
}

.block-categories-nav ul.nav_accordion a {
    color: #fff;
}

.block-categories-nav ul.nav_accordion a:hover {
    color: #ec5a5a;
}

.block-categories-nav ul.nav_accordion li.level0 {
    border-top: 1px solid #393939;
}

.block-categories-nav ul.nav_accordion li.level0 > .accr_header {
    position: relative;
    padding: 15px 0px 15px 15px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}

.block-categories-nav ul.nav_accordion li.level0 > .accr_header .btn_accor i:before {
    color: #fff;
    position: absolute;
    right: 0px;
    top: 50%;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    cursor: pointer;
    line-height: 11px;
    text-align: center;
    right: 15px;
    font-size: 120%;
}

.block-categories-nav ul.nav_accordion li.level0 > .accr_header:hover, .block-categories-nav ul.nav_accordion li.level0 > .accr_header.open {
    background: #2f2f2f;
}

.block-categories-nav ul.nav_accordion li.level0 > .accr_header.open > a, .block-categories-nav ul.nav_accordion li.level0 > .accr_header.open > span i:before {
    color: #ec5a5a;
}

.block-categories-nav ul.nav_accordion li.level0 > .accr_header a span, .block-categories-nav ul.nav_accordion li.level0 > .accr_header a i {
    display: inline-block;
    vertical-align: middle;
}

.block-categories-nav ul.nav_accordion li.level0 > .accr_header a i {
    font-size: 20px;
    margin-right: 10px;
    width: 15px;
    text-align: center;
}

.block-categories-nav ul.nav_accordion li.level0 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.block-categories-nav ul.nav_accordion li.level0 ul li {
    border-top: 1px solid #393939;
}

.block-categories-nav ul.nav_accordion li.level0 ul li .accr_header {
    line-height: 20px;
    padding: 15px 0px 15px 44px;
    position: relative;
}

.block-categories-nav ul.nav_accordion li.level0 ul li .accr_header.open > a, .block-categories-nav ul.nav_accordion li.level0 ul li .accr_header.open > span i:before {
    color: #ec5a5a;
}

.block-categories-nav ul.nav_accordion li.level0 ul li .accr_header .btn_accor {
    display: inline-block;
    vertical-align: middle;
    float: right;
    color: #fff;
    cursor: pointer;
    text-align: center;
}

.block-categories-nav ul.nav_accordion li.level0 ul li a i {
    margin-right: 5px;
}

.block-categories-nav ul.nav_accordion li.level0 ul li ul li .accr_header {
    padding: 15px 0px 15px 70px;
}

.block-categories-nav ul.nav_accordion li.level0 ul li ul li ul li .accr_header {
    padding: 15px 0px 15px 100px;
}

.sns_banner {
    margin-bottom: 20px;
}

.sns_banner .banners_slider {
    position: relative;
}

.sns_banner .banners_slider + .post-text {
    margin-top: 20px;
}

.sns_banner .banners_slider .wrap {
    overflow: hidden;
}

.sns_banner .banners_slider .owl-controls {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    text-align: center;
}

.sns_banner .banners_slider .owl-controls .owl-page {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 2px;
}

.sns_banner .banners_slider .owl-controls .owl-page:hover, .sns_banner .banners_slider .owl-controls .owl-page.active {
    background: #d8d8d8;
}

.sns_banner .post-text {
    margin-top: 20px;
}

.page-sitemap .pager {
    float: right;
    margin: 0;
}

.page-sitemap ul li {
    color: #333;
}

.page-sitemap ul li a {
    color: #333;
}

.page-sitemap ul li a:hover {
    color: #d8d8d8;
}

#wishlist-table input, #wishlist-table textarea {
    margin: 10px 0;
    height: auto;
}

#wishlist-sidebar .item .item-info {
    padding-right: 18px;
}

#newsletter-popup {
    padding: 20px;
    text-align: center;
}

#newsletter-popup .subscribe-title .title {
    color: #d8d8d8;
    font-size: 25px;
}

#newsletter-popup .subscribe-title .description {
    color: #fff;
    font-size: 15px;
}

#newsletter-popup .subscribe-content {
    margin-top: 20px;
}

#newsletter-popup .subscribe-content .subscribe_form #newsletter {
    min-width: 275px;
    border-radius: 4px !important;
    margin-right: 2px;
}

#newsletter-popup .subscribe-bottom {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 0;
}

#newsletter-popup .subscribe-bottom > input {
    margin-top: -3px;
    margin-right: 8px;
}

#newsletter-fixed {
    z-index: 998;
    position: fixed;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-border-radius: 0 0 0 8px;
    -moz-border-radius: 0 0 0 8px;
    background: #d8d8d8;
    padding: 50px 20px;
    text-align: center;
    padding-bottom: 100px;
}

#newsletter-fixed .subscribe-title .title {
    color: #fff;
    font-size: 25px;
}

#newsletter-fixed .subscribe-title .description {
    color: #fff;
    font-size: 15px;
}

#newsletter-fixed .subscribe-content {
    margin-top: 20px;
}

#newsletter-fixed .subscribe-content .subscribe_form #newsletter {
    min-width: 275px;
    margin-right: 2px;
    border-color: #fff;
}

#newsletter-fixed .subscribe-content .subscribe_form #subcribe-btn {
    border-color: #fff;
    height: 34px;
}

#newsletter-fixed .subscribe-content .subscribe_form #subcribe-btn i {
    color: #d8d8d8;
}

#newsletter-fixed .subscribe-content .subscribe_form #subcribe-btn:hover {
    background: #fff;
}

#newsletter-fixed .subscribe-content .subscribe_form #subcribe-btn:hover i {
    color: #d8d8d8;
    animation: 1.3s cubic-bezier(.4, -0.4, .6, 1.4) 75ms normal none 1 running wobble;
    -webkit-animation: 1.3s cubic-bezier(.4, -0.4, .6, 1.4) 75ms normal none 1 running wobble;
    -o-animation: 1.3s cubic-bezier(.4, -0.4, .6, 1.4) 75ms normal none 1 running wobble;
}

#newsletter-fixed .subscribe-bottom {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 0;
}

#newsletter-fixed .subscribe-bottom > input {
    margin-top: -3px;
    margin-right: 8px;
}

#newsletter-fixed #newsletter-fixed-btn {
    position: absolute;
    top: 0%;
    right: 100%;
    border: 1px solid #d8d8d8;
    border-width: 1px 0 1px 1px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    background: #fff;
}

#newsletter-fixed #newsletter-fixed-btn i {
    font-size: 20px;
    color: #d8d8d8;
}

#newsletter-fixed #newsletter-fixed-close {
    display: block;
    position: absolute;
    cursor: pointer;
    background-color: #666;
    color: #fff;
    top: 0;
    right: 0;
    z-index: 9999;
    width: 20px;
    height: 20px;
}

#newsletter-fixed #newsletter-fixed-close i {
    font-size: 15px;
}

.upsell_products .note {
    margin-bottom: 38px;
    text-align: center;
}

.upsell_products .products-grid .item .item-inner {
    padding-bottom: 0;
}

.upsell_products .products-grid .item .item-inner .item-info {
    padding-bottom: 15px;
}

.btn.leftsidebar .overlay, .btn.rightsidebar .overlay {
    background: #000;
    opacity: 0.2;
    filter: alpha(opacity=20);
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9998;
    display: none;
}

#sns_right.active {
    right: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}

#sns_right .sns-col-inner {
    padding: 0px 0 50px;
}

#sns_left {
    position: fixed;
    top: 0;
    left: -480px;
    width: 480px;
    max-width: 80vw;
    padding: 15px;
    height: 100%;
    bottom: 0;
    overflow: auto;
    background: #fff;
    Z-index: 9999;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

#sns_left.active {
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}

#sns_left .sns-col-inner {
    padding: 30px 0 50px;
}

.product_slider .block .block-title,
#sns_right .block .block-title,
#sns_left .block .block-title {
    margin-top: 0;
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
    }
    50% {
        -webkit-transform: scale(1.05);
    }
    70% {
        -webkit-transform: scale(.9);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes bounceIn {
    0% {
        opacity: 0;
        -moz-transform: scale(.3);
    }
    50% {
        -moz-transform: scale(1.05);
    }
    70% {
        -moz-transform: scale(.9);
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}

@-o-keyframes bounceIn {
    0% {
        opacity: 0;
        -o-transform: scale(.3);
    }
    50% {
        -o-transform: scale(1.05);
    }
    70% {
        -o-transform: scale(.9);
    }
    100% {
        opacity: 1;
        -o-transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(.3);
    }
    50% {
        transform: scale(1.05);
    }
    70% {
        transform: scale(.9);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
    }
    60% {
        -webkit-transform: translateX(-30px);
    }
    80% {
        -webkit-transform: translateX(10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes bounceInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(100px);
    }
    60% {
        -moz-transform: translateX(-30px);
    }
    80% {
        -moz-transform: translateX(10px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-moz-keyframes bounceInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(100px);
    }
    60% {
        -o-transform: translateX(-30px);
    }
    80% {
        -o-transform: translateX(10px);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }
    60% {
        transform: translateX(-30px);
    }
    80% {
        transform: translateX(10px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.8);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes zoomIn {
    0% {
        opacity: 0;
        -moz-transform: scale(1.8);
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}

@-o-keyframes zoomIn {
    0% {
        opacity: 0;
        -o-transform: scale(1.8);
    }
    100% {
        opacity: 1;
        -o-transform: scale(1);
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(1.8);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 0;
        -webkit-transform: scale(.6);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes zoomOut {
    0% {
        opacity: 0;
        -moz-transform: scale(.6);
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}

@-o-keyframes zoomOut {
    0% {
        opacity: 0;
        -o-transform: scale(.6);
    }
    100% {
        opacity: 1;
        -o-transform: scale(1);
    }
}

@keyframes zoomOut {
    0% {
        opacity: 0;
        transform: scale(.6);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes slideBottom {
    0% {
        opacity: 0;
        top: 50px;
    }
    100% {
        opacity: 1;
        top: 0;
    }
}

@-moz-keyframes slideBottom {
    0% {
        opacity: 0;
        top: 50px;
    }
    100% {
        opacity: 1;
        top: 0;
    }
}

@-o-keyframes slideBottom {
    0% {
        opacity: 0;
        top: 50px;
    }
    100% {
        opacity: 1;
        top: 0;
    }
}

@keyframes slideBottom {
    0% {
        opacity: 0;
        top: 50px;
    }
    100% {
        opacity: 1;
        top: 0;
    }
}

@-webkit-keyframes slideRight {
    0% {
        opacity: 0;
        left: 30px;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@-moz-keyframes slideRight {
    0% {
        opacity: 0;
        left: 30px;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@-o-keyframes slideRight {
    0% {
        opacity: 0;
        left: 30px;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes slideRight {
    0% {
        opacity: 0;
        left: 30px;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@-webkit-keyframes slideLeft {
    0% {
        opacity: 0;
        left: -30px;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@-moz-keyframes slideLeft {
    0% {
        opacity: 0;
        left: -30px;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@-o-keyframes slideLeft {
    0% {
        opacity: 0;
        left: -30px;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes slideLeft {
    0% {
        opacity: 0;
        left: -30px;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@-webkit-keyframes pageLeft {
    0% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(-90deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(0deg);
    }
}

@-moz-keyframes pageLeft {
    0% {
        opacity: 0;
        -moz-transform: perspective(400px) rotateY(-90deg);
    }
    100% {
        opacity: 1;
        -moz-transform: perspective(400px) rotateY(0deg);
    }
}

@-o-keyframes pageLeft {
    0% {
        opacity: 0;
        -o-transform: perspective(400px) rotateY(-90deg);
    }
    100% {
        opacity: 1;
        -o-transform: perspective(400px) rotateY(0deg);
    }
}

@keyframes pageLeft {
    0% {
        opacity: 0;
        transform: perspective(400px) rotateY(-90deg);
    }
    100% {
        opacity: 1;
        transform: perspective(400px) rotateY(0deg);
    }
}

@-webkit-keyframes pageRight {
    0% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(90deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(0deg);
    }
}

@-moz-keyframes pageRight {
    0% {
        opacity: 0;
        -moz-transform: perspective(400px) rotateY(90deg);
    }
    100% {
        opacity: 1;
        -moz-transform: perspective(400px) rotateY(0deg);
    }
}

@-o-keyframes pageRight {
    0% {
        opacity: 0;
        -o-transform: perspective(400px) rotateY(90deg);
    }
    100% {
        opacity: 1;
        -o-transform: perspective(400px) rotateY(0deg);
    }
}

@keyframes pageRight {
    0% {
        opacity: 0;
        transform: perspective(400px) rotateY(90deg);
    }
    100% {
        opacity: 1;
        transform: perspective(400px) rotateY(0deg);
    }
}

@-webkit-keyframes pageTop {
    0% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(0deg);
    }
}

@-moz-keyframes pageTop {
    0% {
        opacity: 0;
        -moz-transform: perspective(400px) rotateX(90deg);
    }
    100% {
        opacity: 1;
        -moz-transform: perspective(400px) rotateX(0deg);
    }
}

@-o-keyframes pageTop {
    0% {
        opacity: 0;
        -o-transform: perspective(400px) rotateX(90deg);
    }
    100% {
        opacity: 1;
        -o-transform: perspective(400px) rotateX(0deg);
    }
}

@keyframes pageTop {
    0% {
        opacity: 0;
        transform: perspective(400px) rotateX(90deg);
    }
    100% {
        opacity: 1;
        transform: perspective(400px) rotateX(0deg);
    }
}

@-webkit-keyframes pageTopBack {
    0% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(0deg);
    }
}

@-moz-keyframes pageTopBack {
    0% {
        opacity: 0;
        -moz-transform: perspective(400px) rotateX(90deg);
    }
    100% {
        opacity: 1;
        -moz-transform: perspective(400px) rotateX(0deg);
    }
}

@-o-keyframes pageTopBack {
    0% {
        opacity: 0;
        -o-transform: perspective(400px) rotateX(90deg);
    }
    100% {
        opacity: 1;
        -o-transform: perspective(400px) rotateX(0deg);
    }
}

@keyframes pageTopBack {
    0% {
        opacity: 0;
        transform: perspective(400px) rotateX(90deg);
    }
    100% {
        opacity: 1;
        transform: perspective(400px) rotateX(0deg);
    }
}

@-webkit-keyframes pageBottom {
    0% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(-90deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(0deg);
    }
}

@-moz-keyframes pageBottom {
    0% {
        opacity: 0;
        -moz-transform: perspective(400px) rotateX(-90deg);
    }
    100% {
        opacity: 1;
        -moz-transform: perspective(400px) rotateX(0deg);
    }
}

@-o-keyframes pageBottom {
    0% {
        opacity: 0;
        -o-transform: perspective(400px) rotateX(-90deg);
    }
    100% {
        opacity: 1;
        -o-transform: perspective(400px) rotateX(0deg);
    }
}

@keyframes pageBottom {
    0% {
        opacity: 0;
        transform: perspective(400px) rotateX(-90deg);
    }
    100% {
        opacity: 1;
        transform: perspective(400px) rotateX(0deg);
    }
}

@-webkit-keyframes starwars {
    0% {
        opacity: 0;
        -webkit-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
    }
    80% {
        opacity: 1;
        -webkit-transform: perspective(200px) scale(1) rotateX(60deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: perspective(200px) scale(1) rotateX(0deg);
    }
}

@-moz-keyframes starwars {
    0% {
        opacity: 0;
        -moz-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
    }
    80% {
        opacity: 1;
        -moz-transform: perspective(200px) scale(1) rotateX(60deg);
    }
    100% {
        opacity: 1;
        -moz-transform: perspective(200px) scale(1) rotateX(0deg);
    }
}

@-o-keyframes starwars {
    0% {
        opacity: 0;
        -o-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
    }
    80% {
        opacity: 1;
        -o-transform: perspective(200px) scale(1) rotateX(60deg);
    }
    100% {
        opacity: 1;
        -o-transform: perspective(200px) scale(1) rotateX(0deg);
    }
}

@keyframes starwars {
    0% {
        opacity: 0;
        transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
    }
    80% {
        opacity: 1;
        transform: perspective(200px) scale(1) rotateX(60deg);
    }
    100% {
        opacity: 1;
        transform: perspective(200px) scale(1) rotateX(0deg);
    }
}

.sns-producttabs .pre-text {
    margin: 0 0 15px;
}

.sns-producttabs .post-text {
    margin: 10px 0 0;
}

.sns-producttabs a:hover {
    text-decoration: none;
}

.sns-producttabs .sns-pdt-container {
    padding: 0;
}

.sns-producttabs .sns-pdt-container .pdt-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sns-producttabs .sns-pdt-container .pdt-nav > li {
    float: left;
    font-size: 16px;
    line-height: 100%;
    margin: 0 10px 10px 0;
    padding: 8px 15px;
    cursor: pointer;
}

.sns-producttabs .sns-pdt-content .pdt-content {
    padding: 0;
    width: 100%;
    display: none;
}

.sns-producttabs .sns-pdt-content .pdt-content .item-animate {
    opacity: 0;
    filter: alpha(opacity=0);
    position: relative;
}

.sns-producttabs .sns-pdt-content .pdt-content .play .item-animate {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}

.sns-producttabs .sns-pdt-content .pdt-content .slideBottom.play .item-animate {
    -webkit-animation: slideBottom 300ms ease both;
    animation: slideBottom 300ms ease both;
}

.sns-producttabs .sns-pdt-content .pdt-content .slideLeft.play .item-animate {
    -webkit-animation: slideLeft 300ms ease both;
    animation: slideLeft 300ms ease both;
}

.sns-producttabs .sns-pdt-content .pdt-content .slideRight.play .item-animate {
    -webkit-animation: slideRight 300ms ease both;
    animation: slideRight 300ms ease both;
}

.sns-producttabs .sns-pdt-content .pdt-content .bounceIn.play .item-animate {
    -webkit-animation: bounceIn 300ms ease both;
    animation: bounceIn 300ms ease both;
}

.sns-producttabs .sns-pdt-content .pdt-content .bounceInRight.play .item-animate {
    -webkit-animation: bounceInRight 300ms ease both;
    animation: bounceInRight 300ms ease both;
}

.sns-producttabs .sns-pdt-content .pdt-content .zoomIn.play .item-animate {
    -webkit-animation: zoomIn 300ms ease both;
    animation: zoomIn 300ms ease both;
}

.sns-producttabs .sns-pdt-content .pdt-content .zoomOut.play .item-animate {
    -webkit-animation: zoomOut 300ms ease both;
    animation: zoomOut 300ms ease both;
}

.sns-producttabs .sns-pdt-content .pdt-content .pageRight.play .item-animate {
    -webkit-animation: pageRight 300ms ease both;
    animation: pageRight 300ms ease both;
}

.sns-producttabs .sns-pdt-content .pdt-content .pageLeft.play .item-animate {
    -webkit-animation: pageLeft 300ms ease both;
    animation: pageLeft 300ms ease both;
}

.sns-producttabs .sns-pdt-content .pdt-content .pageTop.play .item-animate {
    -webkit-animation: pageTop 300ms ease both;
    animation: pageTop 300ms ease both;
}

.sns-producttabs .sns-pdt-content .pdt-content .pageBottom.play .item-animate {
    -webkit-animation: pageBottom 300ms ease both;
    animation: pageBottom 300ms ease both;
}

.sns-producttabs .sns-pdt-content .pdt-content .starwars.play .item-animate {
    -webkit-animation: starwars 300ms cubic-bezier(.4, -0.4, .6, 1.4) both;
    animation: starwars 300ms cubic-bezier(.4, -0.4, .6, 1.4) both;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.sns-producttabs .sns-pdt-content .pdt-list {
    margin: 0 -15px;
    overflow: hidden;
}

.sns-producttabs .sns-pdt-content .pdt-list:before, .sns-producttabs .sns-pdt-content .pdt-list:after {
    content: " ";
    display: table;
}

.sns-producttabs .sns-pdt-content .pdt-list:after {
    clear: both;
}

.sns-producttabs .sns-pdt-content .pdt-list.products-grid .item {
    margin: 0 0 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.sns-producttabs .sns-pdt-content .pdt-list.products-grid .item:hover {
    position: relative;
}

.sns-producttabs .sns-pdt-content .tab-content-actived {
    display: inline-block;
}

.sns-producttabs .pdt-content .content-loading {
    width: 100%;
    max-width: 100%;
    padding: 0;
    position: relative;
    background: url(../images/duloader.gif) no-repeat scroll center center transparent;
    min-height: 400px;
    display: block;
    z-index: 0;
}

.sns-producttabs .pdt-content .products-grid .item .item-inner {
    padding-bottom: 0px;
}

.sns-producttabs .sns-pdt-container .pdt-nav > li.tab-nav-actived, .sns-producttabs .sns-pdt-container .pdt-nav > li:hover {
    background: #666;
    color: #fff;
}

.sns-producttabs {
    overflow: visible;
}

.sns-producttabs .sns-pdt-head:before, .sns-producttabs .sns-pdt-head:after {
    content: " ";
    display: table;
}

.sns-producttabs .sns-pdt-head:after {
    clear: both;
}

.sns-producttabs .sns-pdt-head .sns-pdt-nav.active {
    display: inline-block;
}

.sns-producttabs .sns-pdt-head .sns-pdt-nav .pdt-nav {
    margin-bottom: 80px;
    text-align: center;
}

.sns-producttabs .sns-pdt-head .sns-pdt-nav .pdt-nav .item-nav {
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.sns-producttabs .sns-pdt-head .sns-pdt-nav .pdt-nav .item-nav img {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: -50%;
    -webkit-transition: all 0.3s cubic-bezier(.4, -0.4, .6, 1.4);
    transition: all 0.3s cubic-bezier(.4, -0.4, .6, 1.4);
    -moz-transition: all 0.3s cubic-bezier(.4, -0.4, .6, 1.4);
    -ms-transition: all 0.3s cubic-bezier(.4, -0.4, .6, 1.4);
    -o-transition: all 0.3s cubic-bezier(.4, -0.4, .6, 1.4);
    width: 30px;
    height: auto;
}

.sns-producttabs .sns-pdt-head .sns-pdt-nav .pdt-nav .item-nav img.black {
    left: 0;
    visibility: visible;
    opacity: 1;
}

.sns-producttabs .sns-pdt-head .sns-pdt-nav .pdt-nav .item-nav.tab-nav-actived img {
    left: 0;
    visibility: visible;
    opacity: 1;
}

.sns-producttabs .sns-pdt-head .sns-pdt-nav .pdt-nav .item-nav.tab-nav-actived img.black {
    visibility: hidden;
    opacity: 0;
}

.sns-producttabs .sns-pdt-head .sns-pdt-nav .pdt-nav .item-nav.tab-nav-actived {
    color: #d8d8d8;
}

.sns-producttabs .sns-pdt-head .sns-pdt-nav .pdt-nav .item-nav.tab-nav-actived span {
    color: #d8d8d8;
    font-weight: 400;
}

.sns-producttabs .sns-pdt-head .sns-pdt-nav .pdt-nav .item-nav:hover {
    color: #d8d8d8;
}

.sns-producttabs .sns-pdt-head .sns-pdt-nav .pdt-nav .item-nav:hover span {
    color: #d8d8d8;
}

.sns-producttabs .sns-pdt-head .sns-pdt-nav .pdt-nav .item-nav span {
    font-size: 85%;
    text-transform: uppercase;
    white-space: nowrap;
}

.sns-producttabs .sns-pdt-container .sns-pdt-content {
    width: 100%;
}

.sns-producttabs .sns-pdt-container .sns-pdt-content .content-loading {
    min-height: 445px;
}

.sns-producttabs .sns-pdt-container .sns-pdt-content .is-loading .pdt-loadmore {
    display: none;
}

.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore {
    clear: both;
    text-align: center;
}

.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore:before, .sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore:after {
    content: " ";
    display: table;
}

.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore:after {
    clear: both;
}

.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .ico-loading {
    display: none !important;
}

.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore {
    -webkit-transition: all 0.3s cubic-bezier(.4, -0.4, .6, 1.4);
    transition: all 0.3s cubic-bezier(.4, -0.4, .6, 1.4);
    -moz-transition: all 0.3s cubic-bezier(.4, -0.4, .6, 1.4);
    -ms-transition: all 0.3s cubic-bezier(.4, -0.4, .6, 1.4);
    -o-transition: all 0.3s cubic-bezier(.4, -0.4, .6, 1.4);
}

.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore .loadmore {
    display: inline-block;
    cursor: pointer;
    position: relative;
    background: none;
    border: 2px solid #d8d8d8;
    -webkit-transition: all 0.1s cubic-bezier(.4, -0.4, .6, 1.4);
    -moz-transition: all 0.1s cubic-bezier(.4, -0.4, .6, 1.4);
    -ms-transition: all 0.1s cubic-bezier(.4, -0.4, .6, 1.4);
    -o-transition: all 0.1s cubic-bezier(.4, -0.4, .6, 1.4);
    transition: all 0.1s cubic-bezier(.4, -0.4, .6, 1.4);
    line-height: 34px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 100px;
    border-radius: 0;
    height: 40px;
    color: #d8d8d8;
}

.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore .loadmore span {
    -webkit-transition: all 0.1s cubic-bezier(.4, -0.4, .6, 1.4);
    -moz-transition: all 0.1s cubic-bezier(.4, -0.4, .6, 1.4);
    -ms-transition: all 0.1s cubic-bezier(.4, -0.4, .6, 1.4);
    -o-transition: all 0.1s cubic-bezier(.4, -0.4, .6, 1.4);
    transition: all 0.1s cubic-bezier(.4, -0.4, .6, 1.4);
}

.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore .loadmore:hover {
    color: #fff;
    background: #d8d8d8;
    border-color: #d8d8d8;
}

.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore .loadmore:before {
    -webkit-transition: all 0.3s cubic-bezier(.4, -0.4, .6, 1.4);
    transition: all 0.3s cubic-bezier(.4, -0.4, .6, 1.4);
    -moz-transition: all 0.3s cubic-bezier(.4, -0.4, .6, 1.4);
    -ms-transition: all 0.3s cubic-bezier(.4, -0.4, .6, 1.4);
    -o-transition: all 0.3s cubic-bezier(.4, -0.4, .6, 1.4);
    content: attr(data-label);
    margin-right: 5px;
}

.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore.loading .loadmore {
    color: #d8d8d8;
    border-color: #d8d8d8;
}

.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore.loading .loadmore:after {
    display: none;
}

.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore.loading .loadmore:before {
    content: attr(data-label-load);
}

.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore.loaded {
    display: none;
}

.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore.loaded .loadmore {
    background: #d8d8d8;
    color: #fff;
    border-color: #d8d8d8;
}

.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore.loaded .loadmore:after {
    content: "\f00c";
    font-family: FontAwesome;
}

.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore.loaded .inner > span {
    padding-right: 0px;
    background: none;
}

.sns-producttabs-slider .sns-pdt-content .pdt-content {
    display: block;
}

.sns-producttabs-slider .sns-pdt-head {
    padding-bottom: 0;
    text-align: left;
}

.sns-producttabs-slider .sns-pdt-head .title {
    display: none;
}

.sns-producttabs-slider .sns-pdt-head .sns-pdt-nav {
    display: inline-block;
}

.sns-producttabs-slider .sns-pdt-head > .block-title {
    display: none;
}

.sns-producttabs-slider .sns-pdt-head .sns-pdt-nav {
    position: relative;
    margin-bottom: 10px;
}

.sns-producttabs-slider .sns-pdt-head .sns-pdt-nav .pdt-nav .item-nav {
    border: none;
    position: relative;
    padding-left: 22px;
    margin-left: 0;
    margin-right: 25px;
    line-height: 20px;
}

.sns-producttabs-slider .sns-pdt-head .sns-pdt-nav .pdt-nav .item-nav span {
    font-weight: 900;
    font-size: 25px;
    text-transform: uppercase;
    color: #ccc;
}

.sns-producttabs-slider .sns-pdt-head .sns-pdt-nav .pdt-nav .item-nav.tab-nav-actived span {
    color: #333;
}

.sns-producttabs-slider .sns-pdt-head .sns-pdt-nav .pdt-nav .item-nav.tab-nav-actived:before {
    background: #d8d8d8;
}

.sns-producttabs-slider .sns-pdt-head .sns-pdt-nav .pdt-nav .item-nav:hover span {
    color: #333;
}

.sns-producttabs-slider .sns-pdt-head .sns-pdt-nav .pdt-nav .item-nav:hover:before {
    background: #d8d8d8;
}

.sns-producttabs-slider .sns-pdt-head .sns-pdt-nav .pdt-nav .item-nav:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    background: #ccc;
    height: 18px;
    width: 10px;
}

.sns-producttabs-slider .sns-pdt-head .sns-pdt-nav .pdt-nav .item-nav:last-child:before {
    display: inline-block;
}

.sns-producttabs-slider .sns-pdt-container .sns-pdt-content .products-grid {
    margin: 0 -15px;
}

.sns-producttabs-slider .sns-pdt-content .owl-controls {
    position: absolute;
    top: -55px;
    right: 15px;
    margin-top: 0px;
    width: 70;
    height: 30px;
    z-index: 3;
}

.sns-producttabs-slider .sns-pdt-content .owl-controls .owl-nav > div {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    float: left;
    border: 2px solid #eaeaea;
    background: #fff;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    line-height: 26px;
}

.sns-producttabs-slider .sns-pdt-content .owl-controls .owl-nav > div.owl-next {
    margin-left: 10px;
}

.sns-producttabs-slider .sns-pdt-content .owl-controls .owl-nav > div i {
    font-size: 14px;
    color: #ccc;
    background: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.sns-producttabs-slider .sns-pdt-content .owl-controls .owl-nav > div i:hover {
    color: #d8d8d8;
}

.sns-producttabs-slider .sns-pdt-content .owl-controls .owl-nav > div:hover {
    border-color: #d8d8d8;
}

.sns-producttabs-slider .sns-pdt-content .owl-controls .owl-nav > div:hover i {
    color: #d8d8d8;
}

.sns-producttabs-slider .sns-pdt-content:hover .owl-controls .owl-nav > div {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.sns-producttabs-slider .sns-pdt-content:hover .owl-controls .owl-nav > div.owl-prev {
    left: 0px;
}

.sns-producttabs-slider .sns-pdt-content:hover .owl-controls .owl-nav > div.owl-next {
    right: 0px;
}

.sns-producttabs-slider .sns-pdt-content:hover .owl-nav > div.owl-prev {
    left: 15px !important;
}

.sns-producttabs-slider .sns-pdt-content:hover .owl-nav > div.owl-next {
    right: 15px !important;
}

#fancybox-content, #fancybox-content > div {
    overflow: visible !important;
}

.fancybox-overlay + .zoomContainer {
    z-index: 8888 !important;
}

.sns-slider .container-slider {
    position: relative;
}

.sns-slider .container-slider:hover .navslider {
    opacity: 1;
    filter: alpha(opacity=100);
}

.sns-slider .container-slider .navslider {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
}

.sns-slider .container-slider .navslider a {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    font-size: 40px;
    color: #ccc;
    z-index: 1;
}

.sns-slider .container-slider .navslider a:hover {
    color: #d8d8d8;
}

.sns-slider .container-slider .navslider a.prev {
    left: 25px;
}

.sns-slider .container-slider .navslider a.next {
    right: 25px;
}

.sns-slider .container-slider .owl-item > .item {
    padding: 0px 15px;
    margin-top: 0;
}

.promo-wrap {
    background: #e8e8e8;
}

.promo-wrap .pro-col {
    width: 33.33%;
    float: left;
}

.promo-wrap .pro-col.pro-left {
    position: relative;
}

.promo-wrap .pro-col.pro-left:before {
    position: absolute;
    content: "";
    display: inline-block;
    border-bottom: 25px solid rgba(0, 0, 0, 0);
    border-right: 25px solid #e8e8e8;
    border-top: 25px solid rgba(0, 0, 0, 0);
    right: 0px;
    top: 50%;
    margin-top: -13px;
    z-index: 1;
}

.promo-wrap .pro-col.pro-right {
    position: relative;
}

.promo-wrap .pro-col.pro-right:before {
    position: absolute;
    content: "";
    display: inline-block;
    border-bottom: 25px solid rgba(0, 0, 0, 0);
    border-left: 25px solid #e8e8e8;
    border-top: 25px solid rgba(0, 0, 0, 0);
    left: 0px;
    top: 50%;
    margin-top: -13px;
    z-index: 1;
}

.promo-wrap .pro-col.pro-mid {
    text-align: center;
}

.promo-wrap .pro-col.pro-mid .title {
    font-size: 269.23%;
    font-weight: bold;
    text-transform: uppercase;
    padding: 50px 0 18px;
    margin: 0 0;
    line-height: 32px;
    position: relative;
}

.promo-wrap .pro-col.pro-mid .title:after {
    position: absolute;
    content: "";
    width: 80%;
    left: 10%;
    bottom: 0px;
    height: 1px;
    border-bottom: 2px dashed #ccc;
}

.promo-wrap .pro-col.pro-mid .sub-title {
    padding: 16px 0;
    margin: 0 15px;
    font-size: 100%;
}

.promo-wrap.twocol-special .pro-col.pro-left {
    width: 55%;
}

.promo-wrap.twocol-special .pro-col.pro-mid {
    width: 45%;
}

#sns_slideshow_wrapper:hover .owl-controls {
    opacity: 1;
}

#sns_slideshow_wrapper .owl-controls {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

#sns_slideshow_wrapper .owl-controls .owl-nav > div {
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    line-height: 50px;
    text-align: center;
    font-size: 0px;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

#sns_slideshow_wrapper .owl-controls .owl-nav > div:before {
    font-size: 30px;
    font-family: FontAwesome;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

#sns_slideshow_wrapper .owl-controls .owl-nav > div:hover {
    color: #d8d8d8;
    border-color: #d8d8d8;
}

#sns_slideshow_wrapper .owl-controls .owl-nav .owl-prev {
    left: 20px;
}

#sns_slideshow_wrapper .owl-controls .owl-nav .owl-prev:before {
    content: "\f0d9";
}

#sns_slideshow_wrapper .owl-controls .owl-nav .owl-next {
    right: 20px;
}

#sns_slideshow_wrapper .owl-controls .owl-nav .owl-next:before {
    content: "\f0da";
}

#sns_slideshow .owl-controls .owl-dots,
#sns_slidercategory .owl-controls .owl-dots {
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    text-align: center;
}

#sns_slideshow .owl-controls .owl-dots .owl-dot span,
#sns_slidercategory .owl-controls .owl-dots .owl-dot span {
    background: #fff;
}

.owl-controls .owl-dots {
    text-align: center;
}

.owl-controls .owl-dots .owl-dot span {
    display: block;
    width: 10px;
    height: 10px;
    position: relative;
    background: #000;
    border-radius: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.product-img-box .owl-controls {
    position: absolute;
    left: 100%;
    z-index: 10;
    padding: 5px;
}

.product-img-box .owl-controls .owl-dots .owl-dot span {
    background: #ccc;
    cursor: pointer;
}

.product-img-box .owl-controls .owl-dots .owl-dot.active span {
    background: #000;
}

.product-img-box .owl-stage-outer {
    overflow: unset;
}

.product-img-box .owl-item {
    opacity: .3;
    -webkit-transition: all 250ms cubic-bezier(.4, -0.4, .6, 1.4) 0s;
    -moz-transition: all 250ms cubic-bezier(.4, -0.4, .6, 1.4) 0s;
    -ms-transition: all 250ms cubic-bezier(.4, -0.4, .6, 1.4) 0s;
    -o-transition: all 250ms cubic-bezier(.4, -0.4, .6, 1.4) 0s;
    transition: all 250ms cubic-bezier(.4, -0.4, .6, 1.4) 0s;
}

.product-img-box .owl-item.active {
    opacity: 1;
}

#sns_slideshow_wrapper .owl-video-play-icon {
    background: rgba(0, 0, 0, 0) url("../images/owl.video.play.png") no-repeat scroll 0 0;
    cursor: pointer;
    height: 80px;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    position: absolute;
    top: 50%;
    transition: scale 100ms ease 0s;
    width: 80px;
    z-index: 1;
}

#sns_slideshow_wrapper .owl-carousel .owl-item img {
    width: auto;
}

.product-image-gallery {
    position: relative;
}

.product-image-gallery .gallery-image {
    display: none;
}

.product-image-gallery .gallery-image.visible {
    display: block;
}

.product-image-gallery .gallery-image.visible.hidden {
    visibility: hidden;
}

label, span.label {
    font-size: 100%;
    font-weight: normal;
}

label em, p.required {
    color: #000;
}

.tooltip .in {
    opacity: 1;
    filter: alpha(opacity=100);
}

.tooltip .tooltip-inner {
    background: #d8d8d8;
    border-radius: 3px;
    color: #fff;
    border: 1px solid #d8d8d8;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #d8d8d8;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #d8d8d8;
}

.mrb10 {
    margin-bottom: 10px;
}

.mrb15 {
    margin-bottom: 15px;
}

.mrb30 {
    margin-bottom: 30px;
}

.mrb40 {
    margin-bottom: 40px;
}

.mrb45 {
    margin-bottom: 45px;
}

.mrb50 {
    margin-bottom: 50px;
}

.mrb55 {
    margin-bottom: 55px;
}

.mrb60 {
    margin-bottom: 60px;
}

.mrb80 {
    margin-bottom: 80px;
}

.mrb100 {
    margin-bottom: 100px;
}

.mrb150 {
    margin-bottom: 150px;
}

.mrb200 {
    margin-bottom: 200px;
}

.mrb250 {
    margin-bottom: 250px;
}

.mrb400 {
    margin-bottom: 400px;
}

.mrt10 {
    margin-top: 10px;
}

.mrt15 {
    margin-top: 15px;
}

.mrt30 {
    margin-top: 30px;
}

.mrt40 {
    margin-top: 40px;
}

.mrt45 {
    margin-top: 45px;
}

.mrt50 {
    margin-top: 50px;
}

.mrt55 {
    margin-top: 55px;
}

.mrt60 {
    margin-top: 60px;
}

.wrap {
    width: 100%;
    clear: both;
}

.wrap:before, .wrap:after {
    content: " ";
    display: table;
}

.wrap:after {
    clear: both;
}

input, textarea, .uneditable-input {
    width: 100%;
}

input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
    width: auto;
}

[data-icon] {
    font-style: normal;
}

#sns-totop {
    width: 45px;
    bottom: 100px;
    right: 35px;
    height: 45px;
    overflow: hidden;
    z-index: 40;
    position: fixed;
    display: block;
    text-align: center;
    -webkit-transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4) 0s;
    transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4) 0s;
    -moz-transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4) 0s;
    -ms-transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4) 0s;
    -o-transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4) 0s;
}

#sns-totop:hover svg path {
    fill: #ffff00;
}

#sns-totop:hover svg path:last-child {
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
}

#sns-totop.hidden-top {
    bottom: -100px;
}

#sns-totop svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#sns-totop .move path {
    -webkit-transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4) 0s;
    transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4) 0s;
    -moz-transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4) 0s;
    -ms-transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4) 0s;
    -o-transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4) 0s;
}

#sns-totop i {
    font-size: 24px;
    color: #e5e5e5;
    position: relative;
    top: 8px;
}

#facebook_fan iframe[style] {
    width: 100% !important;
}

.stickynote-top {
    background: #2d3538;
    color: #ccc;
    left: 0px;
    top: -100%;
    z-index: 99;
    position: fixed;
    visibility: hidden;
}

.stickynote-top .container {
    position: relative;
}

.stickynote-top .container .block {
    padding: 25px 80px 25px 0px;
}

.stickynote-top .container .btn-close {
    position: absolute;
    height: 32px;
    width: 32px;
    right: 0px;
    top: 100%;
    margin-top: 5px;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    text-indent: -999em;
    background: url("../images/btn-close.png") no-repeat left top;
    cursor: pointer;
    -webkit-transform: scale(0.5) rotate(45deg);
    -moz-transform: scale(0.5) rotate(45deg);
    -o-transform: scale(0.5) rotate(45deg);
    transform: scale(0.5) rotate(45deg);
}

.stickynote-top.loaded {
    visibility: visible;
}

.price .text-box input[type="button"] {
    background: #666;
    margin-left: 5px;
}

.price .text-box input[type="button"]:hover {
    background-color: #d8d8d8;
}

.cart h1 {
    line-height: 50px;
}

.cart .quantity button {
    height: 50px;
    line-height: 50px;
}

.product-name a:hover {
    color: #d8d8d8;
}

.search-form ul {
    list-style: none;
}

.page-head {
    color: #333;
}

.page-head h2, .page-head h3, .page-head h4, .page-head h5 {
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 10px;
}

.page-title.title-buttons {
    margin-bottom: 20px;
}

.page-title {
    font-size: 200%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-weight: 400;
    border-bottom: 2px solid #000;
    font-size: 2.2em;
}

.page-title h1 {
    text-transform: uppercase;
}

.page-title.category-title .instashop {
    padding-right: 60px;
    padding-bottom: 40px;
    margin-bottom: -35px;
}

.page-title.category-title .blackarea {
    position: absolute;
    background: #000;
    top: -10%;
    left: 10vw;
    right: 30px;
    bottom: 0;
    z-index: -1;
}

.sub-title {
    font-size: 110%;
}

a.readmore {
    color: #d8d8d8;
}

.highlight {
    font-weight: bold;
}

.height20 {
    margin: 0 0 20px;
    padding: 0;
    border: none;
}

.visible-phone {
    display: none;
}

.no-display {
    display: none;
}

#fancybox-close, .btn-remove {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

#fancybox-close:before, .btn-remove:before {
    content: '\f00d';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    color: #666;
}

#fancybox-close:hover, .btn-remove:hover {
    border-color: #d8d8d8;
}

#fancybox-close:hover:before, .btn-remove:hover:before {
    color: #d8d8d8;
}

.btn-edit {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.btn-edit:before {
    content: '\f040';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    color: #666;
}

.btn-edit:hover {
    border-color: #d8d8d8;
}

.btn-edit:hover:before {
    color: #d8d8d8;
}

#fancybox-close {
    top: -36px;
    right: 0;
}

#fancybox-wrap #fancybox-outer {
    border: 2px solid #686868;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}

#fancybox-wrap .fancybox-bg {
    background: none;
}

#fancybox-overlay {
    background: #000 !important;
    opacity: 20 !important;
    filter: alpha(opacity=2000) !important;
}

body .fancybox-overlay {
    background: rgba(0, 0, 0, .8);
}

#fancybox-loading {
    position: fixed;
    left: 50%;
    padding: 15px 0 10px;
    width: 180px;
    background: #000;
    margin: -15px 0 0 -90px;
    text-align: center;
    box-shadow: 0 0 5px #000;
    -moz-box-shadow: 0 0 5px #000;
    -webkit-box-shadow: 0 0 5px #000;
    -o-box-shadow: 0 0 5px #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

#fancybox-loading:before {
    content: '';
    display: block;
    height: 30px;
    background: url(../images/duloader.gif) no-repeat center center;
}

#fancybox-loading div {
    margin-top: 8px;
    color: #fff;
    background: none;
    width: 100%;
    height: auto;
}

#fancybox-loading div:before {
    content: 'Please wait...';
    text-align: center;
}

.fa-ul li {
    padding-top: 0;
}

.fa-ul li i {
    margin-top: 3px;
}

.fright {
    right: auto !important;
    left: 100% !important;
}

.banner-slider {
    display: none;
}

.banner-slider .owl-controls .owl-dots {
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    text-align: center;
    height: 0;
}

.banner-slider .owl-controls .owl-dots .owl-page {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin: 0 5px;
}

.banner-slider .owl-controls .owl-dots .owl-page:hover span:before, .banner-slider .owl-controls .owl-dots .owl-page.active span:before {
    border: 1px solid #fff;
}

.banner-slider .owl-controls .owl-dots .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    background: #f2f2f2;
    position: relative;
}

.banner-slider .owl-controls .owl-dots .owl-page span:before {
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -8px;
    content: '';
}

@keyframes iconmap {
    0% {
        transform: translate(-2px, -2px);
    }
    100% {
        transform: translate(3px, -3px);
    }
}

@-moz-keyframes iconmap {
    0% {
        -moz-transform: translate(-2px, 2px);
    }
    100% {
        -moz-transform: translate(3px, -3px);
    }
}

@-webkit-keyframes iconmap {
    0% {
        -webkit-transform: translate(-2px, 2px);
    }
    100% {
        -webkit-transform: translate(3px, -3px);
    }
}

@-o-keyframes iconmap {
    0% {
        -o-transform: translate(-2px, 2px);
    }
    100% {
        -o-transform: translate(3px, -3px);
    }
}

body.ie.ie8 .container {
    width: 1170px;
}

body.ie.ie8 .item .item-inner .item-img .item-img-info {
    display: none;
}

body.ie.ie8 .item .item-inner:hover .item-img .item-img-info {
    display: block;
}

.freeshipping {
    justify-content: center;
}

.freeshipping i,
.freeshipping span {
    line-height: 70px;
    display: inline-block;
}

.freeshipping i {
    width: 70px;
    height: 70px;
    text-align: center;
    margin-right: 15px;
    border: 1px solid black;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

#bd #magegiant-one-step-checkout button.button, .one-step-checkout-popup button.button, #one-step-checkout-login-popup button.button span {
    color: #fff;
}

.one-step-checkout-cart-table thead th, .one-step-checkout-cart-table tbody tr td, .one-step-checkout-cart-table tfoot tr td {
    padding: 15px 5px;
}

.one-step-checkout-title-wrapper {
    text-align: center;
}

.btn-checkout {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    line-height: 50px;
    height: 50px;
}

.one-step-checkout-custom-block-wrapper {
    display: block;
}

#bd #magegiant-one-step-checkout {
    min-height: 80vh;
}

#bd #magegiant-one-step-checkout #one-step-checkout-review-newsletter-simple input,
#bd #magegiant-one-step-checkout #one-step-checkout-review-newsletter-simple label {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 0;
    top: 0;
}

#bd #magegiant-one-step-checkout button.button, .one-step-checkout-popup button.button {
    padding: 0 25px;
}

#bd #magegiant-one-step-checkout ol {
    padding: 0;
}

.my-account .control .checkbox,
.customer-account-edit .control .checkbox,
.account-create .control .checkbox,
.input_warp .checkbox,
#magegiant-one-step-checkout .form-list .control .checkbox,
#magegiant-one-step-checkout #one-step-checkout-review-newsletter-simple .checkbox,
#magegiant-one-step-checkout #one-step-checkout-review-terms ol li .checkbox,
#magegiant-one-step-checkout #one-step-checkout-shipping-method .radio,
#magegiant-one-step-checkout #one-step-checkout-shipping-method .checkbox,
#magegiant-one-step-checkout #one-step-checkout-payment-method .radio {
    display: inline;
    pointer-events: none;
    float: right;
    opacity: 0;
}

.my-account .control .checkbox:checked + label:before,
.customer-account-edit .control .checkbox:checked + label:before,
.account-create .control .checkbox:checked + label:before,
.input_warp .checkbox:checked + label:before,
#magegiant-one-step-checkout .form-list .control .checkbox:checked + label:before,
#magegiant-one-step-checkout #one-step-checkout-review-terms ol li .checkbox:checked + label:before,
#magegiant-one-step-checkout #one-step-checkout-review-newsletter-simple .checkbox:checked + label:before,
#magegiant-one-step-checkout #one-step-checkout-shipping-method .radio.s_method:checked + label:before,
#magegiant-one-step-checkout #one-step-checkout-shipping-method .checkbox:checked + label:before,
#magegiant-one-step-checkout #one-step-checkout-payment-method .radio:checked + label:before {
    font-family: FontAwesome;
    speak: none;
    line-height: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    padding: 3px 0 0;
    font-size: 24px;
    content: "\f00c";
    border-color: #000;
    color: #000;
}

.my-account .control label:before,
.customer-account-edit .control label:before,
.account-create .control label:before,
.input_warp label:before,
#magegiant-one-step-checkout #one-step-checkout-review-newsletter-simple label:before,
#magegiant-one-step-checkout #one-step-checkout-review-terms li label:before,
#magegiant-one-step-checkout .form-list .control label:before,
#magegiant-one-step-checkout #one-step-checkout-shipping-method label:before,
#magegiant-one-step-checkout #one-step-checkout-payment-method label:before {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    border: 1px solid #bbb;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    text-align: center;
    text-decoration: none;
}

#magegiant-one-step-checkout #one-step-checkout-shipping-method label:before,
#magegiant-one-step-checkout #one-step-checkout-payment-method label:before {
    border-radius: 50%;
}

#magegiant-one-step-checkout #one-step-checkout-shipping-method .saturday_delivery {
    padding-left: 30px;
}

#magegiant-one-step-checkout #one-step-checkout-shipping-method .saturday_delivery label:before {
    border-radius: 0;
}

.btn-subscribe {
    padding: 0;
    line-height: 40px;
    height: 40px;
    background: #d8d8d8;
    text-transform: uppercase;
}

.animated-lines {
    -webkit-transition: all 1s cubic-bezier(.4, -0.4, .6, 1.4);
    -moz-transition: all 1s cubic-bezier(.4, -0.4, .6, 1.4);
    -ms-transition: all 1s cubic-bezier(.4, -0.4, .6, 1.4);
    -o-transition: all 1s cubic-bezier(.4, -0.4, .6, 1.4);
    transition: all 1s cubic-bezier(.4, -0.4, .6, 1.4);
}

.fancybox-skin {
    padding: 0 !important;
}

.fancybox-close {
    background-image: url('../images/x.png') !important;
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: 50%;
    top: 0;
    right: -36px;
}

.fancybox-inner {
    padding: 10px;
}

.link-wishlist:hover i {
    color: red;
    -webkit-animation: heartbeat 1s infinite cubic-bezier(.36, .11, .89, .32);
    -o-animation: heartbeat 1s infinite cubic-bezier(.36, .11, .89, .32);
    animation: heartbeat 1s infinite cubic-bezier(.36, .11, .89, .32);
}

.link-wishlist:hover i:before {
    content: "\f004"
}

@keyframes heartbeat {
    0% {
        transform: scale(.75);
        opacity: .5;
    }
    20% {
        transform: scale(1);
        opacity: .75;
    }
    40% {
        transform: scale(.75);
        opacity: .5;
    }
    60% {
        transform: scale(1);
        opacity: .75;
    }
    80% {
        transform: scale(.75);
        opacity: .5;
    }
    100% {
        transform: scale(.75);
        opacity: .5;
    }
}

@keyframes scaleIn {
    from {
        transform: scale(.5, .5);
        opacity: .5;
    }
    to {
        transform: scale(5, 5);
        opacity: 0;
    }
}

.flicker {
    -webkit-animation: flicker 5s infinite;
    -o-animation: flicker 5s infinite;
    animation: flicker 5s infinite;
    white-space: nowrap;
}

@-webkit-keyframes flicker {
    0% {
        opacity: 0;
        color: white;
    }
    7% {
        opacity: 0;
        color: white;
    }
    10% {
        opacity: 1;
        color: white;
    }
    13% {
        opacity: 0;
        color: white;
    }
    14% {
        opacity: 0;
        color: yellow;
    }
    15% {
        opacity: 1;
        color: yellow;
        text-shadow: 0px 0px 5px rgba(255, 255, 0, 1);
    }
    20% {
        opacity: 0;
        color: yellow;
    }
    21% {
        opacity: 0;
        color: white;
    }
    29% {
        opacity: 0;
        color: yellow;
    }
    30% {
        opacity: 1;
        color: yellow;
    }
    40% {
        opacity: 1;
        color: yellow;
        text-shadow: 0px 0px 5px rgba(255, 255, 0, 1);
    }
    50% {
        opacity: 1;
        color: yellow;
        text-shadow: 0px 0px 10px rgba(255, 255, 0, 1);
    }
    60% {
        opacity: 1;
        color: yellow;
        text-shadow: 0px 0px 5px rgba(255, 255, 0, 1);
    }
    75% {
        opacity: 1;
        color: yellow;
        text-shadow: none;
    }
    80% {
        opacity: 1;
        color: yellow;
    }
    86% {
        opacity: 0;
        color: yellow;
    }
    87% {
        opacity: 0;
        color: white;
    }
    90% {
        opacity: 1;
        color: white;
    }
    99% {
        opacity: 1;
        color: white;
    }
    100% {
        opacity: 0;
        color: white;
    }
}

.flicker-stock-wrapper {
    position: absolute;
    left: 30px;
    top: 5px;
    z-index: 1;
}

.item-inner .flicker-stock {
    -webkit-animation: flicker-stock 3s infinite;
    -o-animation: flicker-stock 3s infinite;
    animation: flicker-stock 3s infinite;
    white-space: nowrap;
}

@-webkit-keyframes flicker-stock {
    0% {
        opacity: 0;
        color: white;
    }
    7% {
        opacity: 0;
        color: white;
    }
    10% {
        opacity: 1;
        color: white;
    }
    13% {
        opacity: 0;
        color: white;
    }
    14% {
        opacity: 0;
        color: black;
    }
    15% {
        opacity: 1;
        color: black;
        text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
    }
    20% {
        opacity: 0;
        color: black;
    }
    21% {
        opacity: 0;
        color: white;
    }
    29% {
        opacity: 0;
        color: black;
    }
    30% {
        opacity: 1;
        color: black;
    }
    40% {
        opacity: 1;
        color: black;
        text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
    }
    50% {
        opacity: 1;
        color: black;
        text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
    }
    60% {
        opacity: 1;
        color: black;
        text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
    }
    75% {
        opacity: 1;
        color: black;
        text-shadow: none;
    }
    80% {
        opacity: 1;
        color: black;
    }
    86% {
        opacity: 0;
        color: black;
    }
    87% {
        opacity: 0;
        color: white;
    }
    90% {
        opacity: 1;
        color: white;
    }
    99% {
        opacity: 1;
        color: white;
    }
    100% {
        opacity: 0;
        color: white;
    }
}

::-webkit-scrollbar-track {
    background-color: transparent;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar {
    width: 6px;
    background-color: rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb {
    background-color: #000;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.sns-social .bannerfont {
    font-size: 30px;
}

.related_products .item.logo svg {
    opacity: .2;
    -webkit-transform: rotate(270deg) translate(-50%);
    -moz-transform: rotate(270deg) translate(-50%);
    -ms-transform: rotate(270deg) translate(-50%);
    -o-transform: rotate(270deg) translate(-50%);
    transform: rotate(270deg) translate(-50%);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
}

.related_products .products-grid .item .item-inner .prd .item-img,
.upsell_products .products-grid .item .item-inner .prd .item-img,
.reports_product_viewed .products-grid .item .item-inner .prd .item-img {
    box-shadow: 10px 10px 10px -7px rgba(0, 0, 0, .5);
}

.related_products .block-title hr,
.upsell_products .block-title hr,
.reports_product_viewed .block-title hr {
    border-color: #000;
    position: absolute;
    left: 0;
    width: 50%;
    z-index: -1;
}

.related_products .block-title span,
.upsell_products .block-title span,
.reports_product_viewed .block-title span {
    background: #fff;
    padding: 0 25px;
    line-height: 40px;
    display: inline-block;
}

.owl-carousel .owl-stage-outer {
    overflow: unset;
}

.ias-trigger {
    background: #000;
}

.ias-trigger a {
    color: #fff;
}

.registered-users {
    padding: 15px;
    color: #fff;
    background: #000;
}

.registered-users .messages a {
    color: #000;
}

.registered-users a,
.registered-users h2,
.registered-users em,
.registered-users p,
.registered-users label {
    color: #fff;
}

.type_bundle .product-options dd {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 30px;
}

.type_bundle .product-options dd .qty-holder {
    padding-left: 30px;
    position: relative;
}

.type_bundle .product-options dd .qty-holder:before {
    content: 'x';
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    line-height: 30px;
}

.truncated .item-options .price,
.type_bundle .product-options dd .qty-holder label {
    display: none;
}

.type_bundle .product-options dd .qty-holder input {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

hr {
    border-top: 2px solid black;
}

.bundle-selections {
    justify-content: space-between;
    font-size: 120%;
}

.bundle-selections p {
    overflow: hidden;
    margin-bottom: 0;
}

.bundle-item p {
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}

.bundle-item,
.bundle-selection {
    position: relative;
    padding: 1vw;
    margin: 1vw;
}

.bundle-item {
    border: 1px solid black;
    font-size: 150%;
}

.bundle-item:before,
.bundle-selection:before {
    display: block;
    content: "";
    width: 20%;
    height: 30%;
    position: absolute;
    top: -1vw;
    left: -1vw;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}

.bundle-item:after,
.bundle-selection:after {
    display: block;
    content: "";
    width: 20%;
    height: 30%;
    position: absolute;
    top: -1vw;
    right: -1vw;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}

.bundle-item .lines:before,
.bundle-selection .lines:before {
    display: block;
    content: "";
    width: 30%;
    height: 20%;
    position: absolute;
    bottom: -1vw;
    left: -1vw;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
}

.bundle-item .lines:after,
.bundle-selection .lines:after {
    display: block;
    content: "";
    width: 30%;
    height: 20%;
    position: absolute;
    bottom: -1vw;
    right: -1vw;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}

.product-name {
    margin-bottom: 0;
}

.custom-allover-category-div {
    text-align: center;
    margin: 50px auto;
}

.custom-allover-category-para {
    display: inline;
    border: 1px solid red;
    outline: 2px solid #eeee04;
    padding: 8px;
    outline-offset: 10px;
}

@media (max-width: 1200px) {
    .custom-allover-category-para {
        display: block;
    }
}