/* fixes */

body#bd  {
    font-family: source-sans-pro, sans-serif !important;
    font-weight: 400;
    font-style: normal;
}

@media (min-width: 1280px) {
    .container {
        width: 1650px;
        max-width: 90vw;
    }
}

@media (min-width: 768px) {
    #bd .valign {
        display: flex;
        align-items: center;
    }
}

#bd .valign-always {
    display: flex;
    align-items: center;
}

.owl-carousel .owl-item img {
    width: auto;
}

.center-block {
    float: none;
}

.ico-label {
    text-align: center;
}

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: #dddddd;
}

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;
    padding: 6px;
    line-height: 1.428571429;
    vertical-align: middle;
    border: 1px solid #ebebeb;
}

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;
}

textareainput, textareatextarea, textareaselect {
    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: #000;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #000;
}

.modal-content {
    border-radius: 0;
}

.close:hover, .close:focus {
    background: none;
}

select {
    height: 30px;
    line-height: 30px;
    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);
    color: #333;
    height: 40px;
    line-height: 40px;
}

input.input-text:focus,
textarea.input-text:focus,
input.checkbox:focus {
    border-color: #aeaeae;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #454545;
}

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 none repeat scroll 0 0;
    border: 1px solid #000;
    color: #222;
    font-size: 130%;
    line-height: 36px;
    padding: 0 15px;
    text-align: center;
    cursor: pointer;
}

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: #000;
}

input[type="button"]:hover, .button:hover, button:hover {
    color: #000;
    border-color: #000;
}

.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: 10px;
}

.fieldset {
    border: 1px solid #e5e5e5;
    margin: 10px 0 15px;
    padding: 15px;
}

.fieldset .legend {
    background: #fff;
    float: left;
    font-size: 125%;
    font-weight: bold;
    margin: -25px 0 0;
    padding: 0 8px;
    line-height: 20px;
}

.fieldset ul {
    margin: 0 0;
    list-style: none;
}

.buttons-set .back-link {
    float: left;
}

.buttons-set .button {
    float: right;
    margin: 0 0 0 5px;
}

.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 {
    clear: both;
}

.col2-set h2 {
    font-size: 125%;
}

.col2-set h3 {
    font-size: 120%;
}

.col2-set h4 {
    font-size: 100%;
}

.col2-set .col-1 {
    width: 48.5%;
    float: left;
}

.col2-set .col-2 {
    width: 48.5%;
    float: right;
}

.col2-set .content {
    padding: 15px;
    border: 1px solid #ddd;
    min-height: 300px;
}

.col2-set .buttons-set {
    border: 1px solid #e9e9e9;
    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-collapse: collapse;
    width: 100%;
}

.data-table thead tr td, .data-table thead tr th {
    border: none;
    border-bottom: 1px solid #e9e9e9;
    padding: 15px;
    white-space: nowrap;
    font-size: 120%;
    font-weight: 500;
}

.data-table tbody th {
    text-align: left;
    border-bottom: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    padding: 15px;
}

.data-table tbody td {
    padding: 15px;
    font-size: 120%;
    font-weight: 500;
}

.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;
}

.data-table input.input-text {
    border: 1px solid #e9e9e9;
}

.data-table input.input-text:focus {
    border-color: #cdcdcd;
}

.buttons-set {
    border: none !important;
    padding: 10px 0 0 !important;
}

.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: 270px;
}

input[type="text"], input.input-text, select, textarea.input-text {
    width: 100%;
    border: none;
    border-bottom: 1px solid black;
    background: transparent;
}

input[type="text"], input.input-text, .input-box select {
    line-height: 40px;
    height: 40px;
    font-weight: 400;
}

textarea.input-text {
    border-top: 1px solid black;
}

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;
}

.validation-advice {
    text-align: center;
    color: #fff;
    background: #000;
    padding: 5px;
    font-size: 92%;
    margin: 5px 0;
}

.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;
    color: #000;
    line-height: 165%;
    font-size: 12px;
}

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 .ratings, body.page-popup .price-box {
    margin-bottom: 10px;
    text-align: center;
}

body.page-popup .ratings .amount {
    font-size: 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);
}

#bd.boxed-layout #sns_wrapper {
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1199px) {
    #bd.boxed-layout #sns_wrapper {
        max-width: 1000px;
    }
}

@media (max-width: 991px) {
    #bd.boxed-layout #sns_wrapper {
        max-width: 770px;
    }
}

#bd.boxed-layout #sns_menu {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1199px) {
    #bd.boxed-layout #sns_menu {
        max-width: 1000px;
    }
}

@media (max-width: 991px) {
    #bd.boxed-layout #sns_menu {
        max-width: 770px;
    }
}

@media (max-width: 767px) {

    #bd.boxed-layout {
        padding: 0;
    }
}

a {
    color: #333;
}


a:hover, a:focus, a:active {
    color: #000;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    font-weight: 400;
    color: #333;
}

h1 {
    font-size: 180%;
}

h2 {
    font-size: 160%;
}

h3 {
    font-size: 150%;
}

h4 {
    font-size: 140%;
}

h5 {
    font-size: 130%;
}

h6 {
    font-size: 120%;
}

img {
    max-width: 100%;
}

table img {
    max-width: none;
}

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;

}

.map-cart-sidebar-total {
    color: red;
    display: block;
    font-size: 10px;
    font-weight: bold;
    text-align: left;
    padding: 2px 5px;
}

.map-popup {
    background: #fff;
    border: 1px solid #ddd;
    margin: 12px 0 0;
    position: absolute;
    text-align: left;
    width: 450px;
    z-index: 100;
}

@media (min-width: 771px) {
    .map-popup.map-popup-right {
        left: 10px !important;
    }

    .map-popup.map-popup-left {
        left: auto !important;
        right: 10px !important;
    }
}

@media (max-width: 770px) {
    .map-popup {
        width: 100%;
        left: 0px !important;
    }
}

.map-popup .map-popup-heading {
    padding: 8px 10px;
    margin-right: 40px;
    width: auto;
}

.map-popup .map-popup-heading h3 {
    font-size: 16px;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: break-word;
    text-align: left;
    text-overflow: ellipsis;
}

@media (max-width: 479px) {
    .map-popup .map-popup-heading h3 {
        text-align: center;
    }
}

.map-popup div.map-popup-heading h2 {
    font-weight: normal;
    margin: 0;
}

.map-popup .map-popup-close {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 36px;
    width: 36px;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
}

.map-popup .map-popup-content {
    border-top: 1px solid #ddd-light;
    margin: 0 10px 10px;
    overflow: hidden;
    text-align: left;
}

@media (max-width: 479px) {
    .map-popup .map-popup-content {
        text-align: center;
    }
}

.map-popup .map-popup-checkout {
    padding: 10px 0;
}

.map-popup .map-popup-checkout:before, .map-popup .map-popup-checkout:after {
    content: " ";
    display: table;
}

.map-popup .map-popup-checkout:after {
    clear: both;
}

.map-popup .map-popup-checkout form {
    margin: 0;
}

.map-popup .map-popup-checkout form:before, .map-popup .map-popup-checkout form:after {
    content: " ";
    display: table;
}

.map-popup .map-popup-checkout form:after {
    clear: both;
}

.map-popup .map-popup-checkout span {
    display: block;
}

.map-popup .map-popup-checkout .button {
    float: left;
    margin: 0 2px;
    clear: left;
}

.map-popup .map-popup-checkout .additional-addtocart-box {
    float: left;
    min-width: 210px;
}

.map-popup .map-popup-checkout .additional-addtocart-box li {
    list-style-type: none;
}

.map-popup .map-popup-checkout .paypal-logo {
    width: auto;
}

.map-popup .map-popup-checkout .paypal-logo a {
    display: inline-block;
    float: left;
    clear: left;
}

.map-popup .map-popup-checkout .paypal-logo .paypal-or {
    float: left;
    text-align: center;
    padding: 5px 15px;
    clear: left;
}

.map-popup .map-popup-checkout .paypal-logo:after:before, .map-popup .map-popup-checkout .paypal-logo:after:after {
    content: " ";
    display: table;
}

.map-popup .map-popup-checkout .paypal-logo:after:after {
    clear: both;
}

.map-popup .map-popup-checkout .paypal-logo .bml_button a {
    clear: left;
}

@media (max-width: 479px) {
    .map-popup .map-popup-checkout {
        text-align: center;
    }

    .map-popup .map-popup-checkout .button, .map-popup .map-popup-checkout .additional-addtocart-box, .map-popup .map-popup-checkout .paypal-logo a, .map-popup .map-popup-checkout .paypal-logo .paypal-or {
        float: none;
    }

    .map-popup .map-popup-checkout .additional-addtocart-box {
        min-width: 0px;
    }

    .map-popup .map-popup-checkout .paypal-logo .paypal-or {
        margin: 0px;
        margin-bottom: 10px;
    }
}

.map-popup .map-popup-checkout:after:before, .map-popup .map-popup-checkout:after:after {
    content: " ";
    display: table;
}

.map-popup .map-popup-checkout:after:after {
    clear: both;
}

.map-popup .map-popup-price {
    padding: 10px 0;
}

.map-popup .map-popup-price .price-box, .map-popup .map-popup-price .price-box .special-price {
    display: inline-block;
    margin: 0;
    padding: 0;
}

@media (max-width: 479px) {
    .map-popup .map-popup-price {
        text-align: center;
        padding-top: 0px;
    }
}

.map-popup .map-popup-text {
    padding: 10px 0;
    margin: 0 10px;
    word-wrap: break-word;
}

.map-popup .map-popup-text, .map-popup .map-popup-only-text {
    border-top: 1px solid #ddd;
}

.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 {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

.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;
}

.ratings, .no-rating {
    margin: 0 0 5px;
}

.rating-box {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.rating-box:before {
    content: '\f005\f005\f005\f005\f005';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    letter-spacing: 2px;
    color: #ccc;
    white-space: nowrap;
    font-size: 13px;
}

.rating-box .rating {
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    overflow: hidden;
    font-size: 13px;
}

.rating-box .rating:before {
    content: '\f005\f005\f005\f005\f005';
    white-space: nowrap;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    letter-spacing: 2px;
    color: #000;
}

.no-rating a {
    color: #ccc;
}

.no-rating a:hover {
    color: #000;
}

.rating-links {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.rating-links .separator {
    color: #888;
}

.rating-links a {
    margin: 0 1px;
    color: #888;
}

.rating-links a:hover {
    color: #000;
}

.toolbar {
    padding: 0;
    margin-bottom: 30px;
    margin-top: 10px;
    border: none;
    position: relative;
    z-index: 1;
}

.toolbar {
    text-align: right;
}

.toolbar .view-mode {
    float: left;
}

.toolbar .sort-by, .toolbar .limiter {
    text-align: left;
    float: left;
}

.toolbar .pager {
    padding-top: 10px;
    margin-top: 10px !important;
}

.toolbar .toolbar-inner {
    position: relative;
    height: 55px;
}

.toolbar .toolbar-inner > * {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.toolbar .view-mode label {
    display: none;
}

.toolbar .view-mode a, .toolbar .view-mode strong {
    text-align: center;
    position: relative;
    color: #888;
    line-height: 52px;
    border-right: 1px solid #e7e7e7;
    display: inline-block;
    vertical-align: middle;
    width: 53px;
    height: 53px;
}

.toolbar .view-mode a:before, .toolbar .view-mode strong:before {
    font-size: 16px;
}

.toolbar .view-mode a:hover {
    color: #888;
}

.toolbar .view-mode a:hover.icon-grid {
    background-image: url(../images/icon_grid.png);
}

.toolbar .view-mode a:hover.icon-list {
    background-image: url(../images/icon_list.png);
}

.toolbar .view-mode strong.icon-grid {
    background-image: url(../images/icon_grid.png);
}

.toolbar .view-mode strong.icon-list {
    background-image: url(../images/icon_list.png);
}

.toolbar .view-mode .icon-grid {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/icon_grid_1.png);
}

.toolbar .view-mode .icon-list {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/icon_list_1.png);
}

.toolbar .limiter {
    line-height: 52px;
    padding-left: 15px;
    padding-right: 15px;
}

.toolbar .limiter label {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
    font-weight: normal;
    line-height: 53px;
    float: left;
}

.toolbar .limiter > span {
    margin-left: 5px;
}

.toolbar .limiter .select-new {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.toolbar .limiter .select-new .select-inner {
    cursor: pointer;
    position: relative;
}

.toolbar .limiter .select-new .select-inner .per-page {
    z-index: 1;
    float: left;
    line-height: 30px;
}

.toolbar .limiter .select-new .select-inner select {
    opacity: 0;
    filter: alpha(opacity=0);
}

.toolbar .limiter .select-new .select-inner .jqTransformSelectWrapper {
    -webkit-transition: all 0.2 cubic-bezier(.4, -0.4, .6, 1.4);
    transition: all 0.2 cubic-bezier(.4, -0.4, .6, 1.4);
    -moz-transition: all 0.2 cubic-bezier(.4, -0.4, .6, 1.4);
    -ms-transition: all 0.2 cubic-bezier(.4, -0.4, .6, 1.4);
    -o-transition: all 0.2 cubic-bezier(.4, -0.4, .6, 1.4);
    height: 30px;
    z-index: 1 !important;
    background: #fff;
    line-height: 30px;
    float: left;
    margin-top: -2px;
    margin-left: 3px;
}

.toolbar .limiter .select-new .select-inner .jqTransformSelectWrapper:hover {
    color: #000;
}

.toolbar .limiter .select-new .select-inner .jqTransformSelectWrapper:hover ul {
    display: block !important;
}

.toolbar .limiter .select-new .select-inner .jqTransformSelectWrapper div {
    -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);
}

.toolbar .limiter .select-new .select-inner .jqTransformSelectWrapper div span {
    line-height: 30px;
    height: 30px;
    padding-left: 10px;
    font-size: 100%;
    width: auto !important;
}

.toolbar .limiter .select-new .select-inner .jqTransformSelectWrapper div a.jqTransformSelectOpen {
    right: 0px;
    position: absolute;
    height: 100%;
    width: 40px;
    text-align: center;
}

.toolbar .limiter .select-new .select-inner .jqTransformSelectWrapper div a.jqTransformSelectOpen:before {
    content: '\f0d7';
    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: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    width: 30px;
    line-height: 30px;
    font-size: 13px;
}

.toolbar .limiter .select-new .select-inner .jqTransformSelectWrapper ul {
    top: 100%;
    left: 0px !important;
}

.toolbar .limiter .select-new .select-inner .jqTransformSelectWrapper ul a {
    padding: 0px 10px;
    border-top: 1px solid #e7e7e7;
    line-height: 28px;
    height: 30px;
    background: none;
}

.toolbar .limiter .select-new .select-inner .jqTransformSelectWrapper ul a.selected {
    color: #000;
}

.toolbar .limiter .select-new .select-inner .jqTransformSelectWrapper ul a:hover {
    color: #000;
}

.toolbar .limiter .select-new .select-inner .jqTransformSelectWrapper ul li {
    background: none;
}

.toolbar .limiter .select-new .select-inner select {
    cursor: pointer;
    width: 50px;
    border: none;
    background: none;
}

.toolbar .limiter .per-page {
    margin-left: 6px;
    display: inline-block;
    margin-top: -2px;
}

.toolbar .sort-by {
    float: left;
    line-height: 52px;
    padding-left: 15px;
    padding-right: 15px;
}

.toolbar .sort-by label {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
    font-weight: normal;
    line-height: 53px;
    float: left;
}

.toolbar .sort-by > span {
    margin-left: 5px;
}

.toolbar .sort-by .select-new {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.toolbar .sort-by .select-new .select-inner {
    cursor: pointer;
    position: relative;
}

.toolbar .sort-by .select-new .select-inner .per-page {
    color: #888;
    z-index: 1;
    float: left;
    line-height: 30px;
}

.toolbar .sort-by .select-new .select-inner select {
    opacity: 0;
    filter: alpha(opacity=0);
}

.toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper {
    -webkit-transition: all 0.2 cubic-bezier(.4, -0.4, .6, 1.4);
    transition: all 0.2 cubic-bezier(.4, -0.4, .6, 1.4);
    -moz-transition: all 0.2 cubic-bezier(.4, -0.4, .6, 1.4);
    -ms-transition: all 0.2 cubic-bezier(.4, -0.4, .6, 1.4);
    -o-transition: all 0.2 cubic-bezier(.4, -0.4, .6, 1.4);
    height: 30px;
    z-index: 1 !important;
    background: #fff;
    line-height: 30px;
    width: 70px !important;
    float: left;
    margin-top: -2px;
    margin-left: 3px;
}

.toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper:hover {
    color: #000;
}

.toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper:hover ul {
    display: block !important;
}

.toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper div {
    -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);
}

.toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper div span {
    line-height: 30px;
    height: 30px;
    padding-left: 10px;
    font-size: 100%;
    width: auto !important;
}

.toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper div a.jqTransformSelectOpen {
    right: 0px;
    position: absolute;
    height: 100%;
    width: 40px;
    text-align: center;
}

.toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper div a.jqTransformSelectOpen:before {
    content: '\f0d7';
    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: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    width: 30px;
    line-height: 30px;
    font-size: 13px;
}

.toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper ul {
    top: 100%;
    left: 0px !important;
}

.toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper ul a {
    padding: 0px 10px;
    border-top: 1px solid #e7e7e7;
    line-height: 28px;
    height: 30px;
    background: none;
}

.toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper ul a.selected {
    color: #000;
}

.toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper ul a:hover {
    color: #000;
}

.toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper ul li {
    background: none;
}

.toolbar .sort-by .select-new .select-inner select {
    cursor: pointer;
    width: 50px;
    border: none;
    background: none;
}

.toolbar .sort-by .per-page {
    margin-left: 6px;
    display: inline-block;
    margin-top: -5px;
}

.toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper {
    width: 115px !important;
    margin-left: 8px;
}

.toolbar .sort-by .set-desc, .toolbar .sort-by .set-asc {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    width: 15px;
    margin-top: -3px;
    position: relative;
    background: none;
    margin: 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);
    text-align: center;
    color: #5f5f5f;
    line-height: 24px;
}

.toolbar .sort-by .set-desc:before, .toolbar .sort-by .set-asc:before {
    content: "\f176";
    font-family: FontAwesome;
    font-size: 12px;
    width: 15px;
    -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);
}

.toolbar .sort-by .set-desc:hover:before, .toolbar .sort-by .set-asc:hover:before {
    color: #000;
}

.toolbar .sort-by .set-desc {
    background: none;
    width: 30px;
    height: 30px;
    width: 10px;
}

.toolbar .sort-by .set-desc:before {
    content: "\f175";
    font-family: FontAwesome;
    width: 15px;
    font-size: 12px;
}

.toolbar .pager {
    float: right;
    border-top: none;
    padding-top: 2px;
    padding-right: 20px;
}

.toolbar .pager p.amount {
    float: left;
    display: none;
    margin-top: -5px;
    font-size: 12px;
}

.toolbar .pager .pages {
    float: right;
}

.toolbar .pager .pages > strong {
    font-weight: normal;
    padding-right: 5px;
    display: none;
}

.toolbar .pager .pages > ol {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    list-style: none;
}

.toolbar .pager .pages > ol li {
    float: left;
    width: 30px;
    height: 30px;
    font-size: 13px;
    position: relative;
    margin-left: 10px;
    overflow: hidden;
}

.toolbar .pager .pages > ol li.current {
    text-align: center;
    color: #000;
    line-height: 30px;
    font-weight: bold;
}

.toolbar .pager .pages > ol li a {
    display: block;
    border: none;
    width: 100%;
    padding: 0;
    background: none;
    border-radius: 0;
    color: #aaa;
    padding-right: 1px;
    line-height: 30px;
    font-weight: bold;
}

.toolbar .pager .pages > ol li a.previous, .toolbar .pager .pages > ol li a.next {
    border: none;
    padding: 0px;
    width: auto;
    overflow: hidden;
    text-align: center;
    color: #ccc;
}

.toolbar .pager .pages > ol li a.next {
    font-size: 0;
}

.toolbar .pager .pages > ol li a.next:before {
    content: '\f0da';
    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: 14px;
    line-height: 28px;
}

.toolbar .pager .pages > ol li a.previous: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: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    line-height: 28px;
}

.toolbar .pager .pages > ol li:hover a {
    color: #000;
}

.toolbar-bottom .toolbar {
    margin-top: 0;
    margin-bottom: 0;
}

.safari .toolbar .view-mode a {
    margin-left: 0px !important;
}

.toolbar .sort-by {
    margin-left: 0 !important;
}

#sns_breadcrumbs {
    line-height: 30px;
}

body.homepage #sns_breadcrumbs {
    display: none;
}

body.index #sns_breadcrumbs {
    display: none;
}

body.cms-index-index #sns_breadcrumbs {
    display: none;
}

#sns_pathway {
    padding: 0;
    margin: 0;
    line-height: 40px;
}

#sns_pathway:before, #sns_pathway:after {
    content: " ";
    display: table;
}

#sns_pathway:after {
    clear: both;
}

#sns_pathway span[class^="icon-"] {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sns_pathway .breadcrumbs {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: middle;
}

#sns_pathway .breadcrumbs a {
    color: #888;
    font-size: 100%;
}

#sns_pathway .breadcrumbs a:hover {
    color: #000;
}

#sns_pathway .breadcrumbs li {
    display: inline-block;
}

#sns_pathway .breadcrumbs li .fa {
    font-size: 120%;
}

#sns_pathway .breadcrumbs li:before {
    content: "/";
    margin: 0;
    color: #888;
    font-size: 12px;
}

#sns_pathway .breadcrumbs li > * {
    padding: 1px 8px;
}

#sns_pathway .breadcrumbs li:first-child:before {
    display: none;
}

#sns_pathway .breadcrumbs li.last span {
    color: #333;
}

#sns_pathway .breadcrumbs li.home a {
    padding-left: 0 !important;
}

.cart-collaterals {
    padding-top: 40px;
}

.cart-collaterals .totals {
    margin-bottom: 30px;
}

.cart-collaterals .totals table {
    width: 100%;
}

.cart-collaterals .totals table td {
    border-bottom: 1px solid #e9e9e9;
    font-size: 115%;
    padding: 15px;
}

.cart-collaterals .totals table tfoot td {
    border-bottom: 1px solid #e9e9e9;
    font-size: 115%;
    padding: 15px;
}

.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;
}

.cart h1 {
    float: left;
}

.cart ul.checkout-types {
    list-style: none;
    margin: 0 0 10px;
    float: right;
}

.cart .btn-remove {
    position: static;
    font-size: 0px;
}

.cart .input-box {
    width: 100%;
}

.cart .input-box input.input-text:focus {
    border-color: #cdcdcd;
}

.cart .input-box select {
    width: 100%;
}

.cart .btn-continue {
    float: left;
}

.cart .col2-set {
    width: 70%;
    float: left;
}

.cart .totals {
    width: 28%;
    float: right;
}

.cart .discount, .cart .shipping, .cart .crosssell {
    border: 1px solid #e9e9e9;
    margin-bottom: 20px;
    padding: 20px;
}

.cart .discount h2, .cart .shipping h2, .cart .crosssell h2 {
    font-size: 125%;

}

.cart .discount form, .cart .shipping form, .cart .crosssell form {
    margin: 0 0;
}

.cart .discount .button, .cart .shipping .button, .cart .crosssell .button {
    float: left !important;
    margin: 0 0 !important;
}

.cart .crosssell {
    width: 100%;
    float: none;
    clear: both;
    border: none;
    padding: 15px 0 0;
}

.cart .crosssell .block_head_center h3 {
    padding-right: 53px;
}

.cart .crosssell .products-grid {
    display: none;
}

.cart .crosssell .up-sell-products .sns-slider {
    margin: 15px 0 0 0;
}

.cart .crosssell .up-sell-products .item {
    padding: 0 15px;
}

.cart .form-list {
    margin: 0 0;
    list-style: none;
}

.cart #co-shipping-method-form ul {
    list-style: none;
    margin: 0 0;
}

.cart #co-shipping-method-form ul li label {
    cursor: pointer;
    float: left;
    margin: 0 0;
}

.cart #co-shipping-method-form ul li input {
    float: left;
    margin: 1px 5px 0 0;
}

@media (max-width: 767px) {
    #shopping-cart-table {
        display: block;
    }

    #shopping-cart-table * {
        white-space: normal !important;
    }

    #shopping-cart-table thead {
        display: none;
    }

    #shopping-cart-table tfoot {
        display: block;
    }

    #shopping-cart-table tfoot tr {
        display: block;
    }

    #shopping-cart-table tfoot tr td {
        display: block;
    }

    #shopping-cart-table tbody {
        display: block;
    }

    #shopping-cart-table tbody tr {
        display: block;
        border-bottom: 1px solid #ddd;
        padding: 10px;
    }

    #shopping-cart-table tbody tr:before, #shopping-cart-table tbody tr:after {
        content: " ";
        display: table;
    }

    #shopping-cart-table tbody tr:after {
        clear: both;
    }

    #shopping-cart-table tbody tr:nth-child(2n+1) {
        background: #f7f7f7;
    }

    #shopping-cart-table tbody tr td {
        display: block;
        width: 75%;
        float: right;
        text-align: left;
        border: none;
        padding: 0;
        margin-bottom: 5px;
    }

    #shopping-cart-table tbody tr td:before {
        content: attr(data-title);
    }

    #shopping-cart-table tbody tr td:first-child {
        width: 25%;
        float: left;
        text-align: center;
        padding-right: 20px;
        margin: 0;
    }

    #shopping-cart-table tbody tr td:first-child img {
        width: 100%;
    }

    #shopping-cart-table .product-name {
        font-weight: bold;

    }

    #shopping-cart-table .btn-remove {
        font-size: 100%;
        color: #444;
        width: auto;
        height: auto;
    }
}

.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: #000;
    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%;

    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: #000;
    border: 1px solid #000;
    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;
}

@media (max-width: 767px) {
    #multiship-addresses-table select {
        width: 100%;
    }
}

@media (max-width: 767px) {
    #wishlist-table {
        display: block;
    }

    #wishlist-table * {
        white-space: normal !important;
    }

    #wishlist-table thead {
        display: none;
    }

    #wishlist-table tfoot {
        display: block;
    }

    #wishlist-table tfoot tr {
        display: block;
    }

    #wishlist-table tfoot tr td {
        display: block;
    }

    #wishlist-table tbody {
        display: block;
    }

    #wishlist-table tbody tr {
        display: block;
        border-bottom: 1px solid #ddd;
        padding: 10px;
    }

    #wishlist-table tbody tr:before, #wishlist-table tbody tr:after {
        content: " ";
        display: table;
    }

    #wishlist-table tbody tr:after {
        clear: both;
    }

    #wishlist-table tbody tr:nth-child(2n+1) {
        background: #f7f7f7;
    }

    #wishlist-table tbody tr td {
        display: block;
        width: 75%;
        float: right;
        text-align: left;
        border: none;
        padding: 0;
        margin-bottom: 5px;
    }

    #wishlist-table tbody tr td:before {
        content: attr(data-title);
    }

    #wishlist-table tbody tr td:first-child {
        width: 25%;
        float: left;
        text-align: center;
        padding-right: 20px;
        margin: 0;
    }

    #wishlist-table tbody tr td:first-child img {
        max-width: 100%;
        height: auto;
    }

    #wishlist-table tbody tr td .cart-cell .add-to-cart-alt .btn-cart {
        padding: 0 25px;
    }

    #wishlist-table .product-name {
        font-weight: bold;

    }

    #wishlist-table .btn-remove {
        font-size: 100%;
        color: #444;
        width: auto;
        height: auto;
    }

    .wishlist-index-index .buttons-set button {
        width: 100%;
        margin-top: 15px;
    }
}

#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: #000;
}

#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 {
    position: fixed !important;
    bottom: auto !important;
    top: 0 !important;
    right: 0;
    left: 0;
    z-index: 20;
    padding: 0 15px;
    box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, .95);
}

#sns_menu.keep-menu h1#logo {
    padding: 10px 0;
}

#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 .fullwidth h4.title {
    font-size: 130%;
    font-weight: bold;
}

#sns_menu .fullwidth h3 {
    font-size: 14px;
    margin-bottom: 20px;
}

#sns_menu .fullwidth ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sns_menu .fullwidth ul.menu li {
    display: block;
    padding: 0;
}

#sns_menu .fullwidth ul.menu li a {
    padding: 0;
    font-size: 12px;
    padding: 2px 0;
    color: #888;
    display: block;

}

#sns_menu .fullwidth ul.menu li a:hover {
    color: #000;
}

#sns_menu .wrap_topblock {
    padding-bottom: 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: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 {
    font-size: 130%;
    line-height: 60px;
    display: block;
    border-bottom: 1px solid transparent;
}

#sns_custommenu ul.mainnav .group-item .wrap_group ul.level0 > li > a:hover {
    color: #000;
    border-bottom: 1px solid #000;
}

#sns_custommenu ul.mainnav .group-item .wrap_group ul.level1 > li {
    position: relative;
    padding: 0 25px;
    display: block;
    padding: 0;
}

#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: 15px;
    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_custommenu ul.mainnav .group-item .wrap_group ul.level1 > li li {
    position: relative;
    padding: 0 25px;
}

#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 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 .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.parent:after, #sns_custommenu ul.mainnav .group-item .wrap_group ul.level1 > li.active.parent:after, #sns_custommenu ul.mainnav .group-item .wrap_group ul.level1 > li li:hover.parent:after, #sns_custommenu ul.mainnav .group-item .wrap_group ul.level1 > li li.active.parent:after {
    color: #fff;
}

#sns_custommenu ul.mainnav .group-item .wrap_group ul.level1 > li:hover > a, #sns_custommenu ul.mainnav .group-item .wrap_group ul.level1 > li.active > a, #sns_custommenu ul.mainnav .group-item .wrap_group ul.level1 > li li:hover > a, #sns_custommenu ul.mainnav .group-item .wrap_group ul.level1 > li li.active > a {
    color: #fff;
}

#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: 32px;
    color: #888;
}

#sns_custommenu ul.mainnav .group-item .wrap_group ul.level1 > li .wrap_submenu {
    display: none;
    position: absolute;
    min-width: 225px;
    padding: 5px 0px 15px 0;
    top: 0%;
    left: 100%;
    background: #222;
    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 .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: #000;
    background: none;
}

#sns_custommenu ul.mainnav .group-item .wrap_group ul.level1 > li > a {
    padding: 0;
    display: block;
    padding: 8px 0;
    color: #888;
    border-bottom: 1px solid #eee;
}

#sns_custommenu ul.mainnav .group-item .wrap_group ul.level1 > li > a:hover {
    padding-left: 5px;
    color: #000;
    background: none;
}

#sns_custommenu ul.mainnav li.level0 {
    border: none;
    position: static;
    display: inline-block;
    text-align: left;
    padding: 10px;
}

#sns_custommenu ul.mainnav li.active > a {
    border-bottom: 1px solid #000;
}

#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: rgba(255, 255, 255, .95);
    -webkit-box-shadow: 0px 30px 100px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 30px 100px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 30px 100px 0px rgba(50, 50, 50, 0.75);
    visibility: hidden;
    display: block;
    -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);
    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 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 > 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 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 > 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: #fff;
}

#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: 32px;
    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: #222;
    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.wrap_submenu ul.level0 > li a {
    font-size: 12px;
    line-height: 40px;
}

#sns_custommenu ul.mainnav li.level0 > div.fullwidth {
    width: 100%;
    padding: 30px;
}

#sns_custommenu ul.mainnav li.level0 > div.fullwidth > .row {
    width: 1200px;
    max-width: 95vw;
    margin-left: auto;
    margin-right: auto;
}

#sns_custommenu ul.mainnav li.level0 > div.fullwidth:before {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 100%;
    height: 15px;
    content: '';
}

#sns_custommenu ul.mainnav li.level0 > div.fullwidth .menu_category_title {
    position: relative;
    border-bottom: 1px solid #5f5f5f;
    padding-bottom: 10px;
    float: left;
}

#sns_custommenu ul.mainnav li.level0 > div.fullwidth .menu {
    float: left;
    width: 100%;
}

#sns_custommenu ul.mainnav li.level0 > div.fullwidth .headtitle {
    margin-bottom: 2px;
    margin-top: -10px;
    font-size: 16px;
}

#sns_custommenu ul.mainnav li.level0 > div.fullwidth .menu_custom_category .row {
    margin-bottom: 10px;
}

#sns_custommenu ul.mainnav li.level0 > div.fullwidth .menu_custom_category .row:first-child {
    margin-bottom: 20px;
}

#sns_custommenu ul.mainnav li.level0 > div.fullwidth .menu_custom_category .menu_category_title {
    position: relative;
}

#sns_custommenu ul.mainnav li.level0 > div.fullwidth .menu_custom_category ul li a {
    border: none;
    padding: 2px 0 !important;
}

#sns_custommenu ul.mainnav li.level0 > div.fullwidth .menu_custom_category.v2 .row {
    margin-bottom: 5px;
}

#sns_custommenu ul.mainnav li.level0 > div .custom-menuv2 .title {
    font-size: 116.667%;
    font-weight: bold;

    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: 35px;
    padding: 0 10px;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
}

/*Sales in menu red*/

#sns_custommenu ul.mainnav li.level0.cat-id-141 > a.menu-title-lv0,
#sns_mommenu #menu_offcanvas > ul > li.level0.cat-id-141 a.menu-title-lv0{
    color: red;
    font-weight:bold;
}



#sns_custommenu ul.mainnav li.level0 > a > span.title {
    -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: #000;
    padding: 1px 4px;

    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: #000 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: #000;
    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: #000 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;
}

ul.mainnav li ul.menu li:last-child a {
    border-bottom: 0px;
}

#sns_mommenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sns_mommenu > [class*="btn"] {
    padding: 0;
    border: 0;
    display: inline-block;
    vertical-align: middle;
    height: 44px;
    line-height: 54px;
    margin-right: 20px;
    cursor: pointer;
    color: #000;
}

#sns_mommenu > [class*="btn"] i {
    font-size: 20px;
    line-height: 30px;
    color: #000;
}

#sns_mommenu > [class*="btn"].leftsidebar, #sns_mommenu > [class*="btn"].rightsidebar {
    display: none;
}

#sns_mommenu .mainnav .accr_content {
    padding-left: 15px;
}

#sns_mommenu .mainnav a.active {
    color: #000;
}

#sns_mommenu .mainnav .accr_header {
    border-bottom: 1px solid #393939;
    padding: 10px 0;
    text-align: left;
}

#sns_mommenu .mainnav .accr_header .btn_accor {
    cursor: pointer;
    float: right;
}

#sns_mommenu .btn2 .overlay {
    content: "";
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9998;
    opacity: 0.2;
    filter: alpha(opacity=20);
    cursor: pointer;
}

#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: #fff;
}

#sns_mommenu #menu_offcanvas {
    position: fixed;
    top: 0;
    -webkit-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);
    transition: all 0.3s cubic-bezier(.4, -0.4, .6, 1.4);
    opacity: 0;
    filter: alpha(opacity=0);
    left: -400px;
    height: 100%;
    overflow: auto;
    width: 400px;
    max-width: 75vw;
    background: #fff;
    -webkit-box-shadow: 0px 30px 100px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 30px 100px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 30px 100px 0px rgba(50, 50, 50, 0.75);
    color: #b9b9b9;
    padding: 20px;
    z-index: 9999;
}

#sns_mommenu #menu_offcanvas > ul {
    padding-bottom: 50px;
}



#sns_mommenu #menu_offcanvas.active {
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}

#sns_header.solid #sns_menu.keep-menu {
    background: #fff !important;
}

#sns_menu .fullwidth .custom-banner-menu h4.title {
    font-size: 100%;
    text-transform: none;
    margin-top: 15px;
    margin-bottom: 13px;
}

#sns_menu .fullwidth .custom-banner-menu p {
    margin-bottom: 0;
}

#sns_header.header_style1 .container {
    position: relative;
}

#sns_header.header_style1 .header-top {
    border-bottom: 1px solid;
    padding: 10px 10px 5px 10px;
    margin-bottom: 15px;
}
#sns_header.header_style1 .header-top > .container-fluid {
    max-width: 1800px;
}
#sns_header.header_style1 .container-fluid.mx-width {
    max-width: 1800px;
}

#sns_header.header_style1 .header-top a {
    line-height: 30px;
}

#sns_header.header_style1 .header-top a span {
    padding-left: 5px;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
}
#sns_header.header_style1 .header-top .text-left a span:first-child,
#sns_header.header_style1 .header-top .text-right a span:first-child {
    color: #CC3B4A;
}
#sns_header.header_style1 .header-top a strong {
    text-decoration: underline;
    padding: 0 10px;
    font-weight: 400;
}

.menu_customer_style1 {
    padding: 0 15px;
    position: relative;
}

.menu_customer_style1 h3 {
    color: #000;
    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: #fff !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: #000;
    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: #000;
}

.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 cubic-bezier(.4, -0.4, .6, 1.4) 0s;
    transition: all 0.3s cubic-bezier(.4, -0.4, .6, 1.4) 0s;
    -moz-transition: all 0.3s cubic-bezier(.4, -0.4, .6, 1.4) 0s;
    -ms-transition: all 0.3s cubic-bezier(.4, -0.4, .6, 1.4) 0s;
    -o-transition: all 0.3s cubic-bezier(.4, -0.4, .6, 1.4) 0s;
}

.menu_customer_style2 > .wrap_submenu ul.level0 li.parent > .wrap_submenu:before {
    position: absolute;
    width: 100%;
    height: 3px;
    background: #000;
    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;
}

.price-box .price {
    font-family: 'Open Sans', sans-serif;
    font-size: 120%;
}

.product-shop .price-box .price {
    font-size: 200%;
}

.price-box .old-price .price {
    position: relative;
}

.price-box .special-price .price, .price-box .minimal-price .price {
    font-weight: 600;
}

.price-box .regular-price .price {
    color: #000;
    font-weight: 600;
}

.price-box .price {
    color: #000;
}

.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: #000;
}

.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 {
    margin: 0 auto;
}

.contact-page input, .contact-page textarea {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-page input:hover, .contact-page input:active, .contact-page input:focus, .contact-page textarea:hover, .contact-page textarea:active, .contact-page textarea:focus {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-page .contact-info h3 {
    margin: 0 0 10px;
}

.contact-page #contactForm textarea {
    height: 111px;
    margin-top: 39px;
}

.contact-page #contactForm .buttons-set {
    padding: 0 !important;
}

.contact-page #contactForm .buttons-set button {
    float: none;
    margin: 0;
}

.contact-page #contact_gmap {
    margin-bottom: 20px;
}

.contact-page .page-title h1 {
    margin: 0 0 20px;
    font-size: 160%;
}

.contact-page .fa-ul li {
    padding: 5px 0;
}

.contact-page .fa-ul li i {
    margin-top: 6px;
}

.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;
}

#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: #000;
    -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: #000;
    color: #fff;
    background: #000;
    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: #000;
    border-color: #000;
}

#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: #000;
    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: 1px solid #000;
    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: #000;
}

#sns_content .block.block-tags .actions {
    display: block;

    margin: 10px 0 0;
}

#sns_content .block.block-tags .actions a.button {
    float: left;
    padding: 7px;
    background: none;
    color: #000;
}

#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-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:before {
    content: '\f105';
    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: 130%;
    font-weight: 700;
}

#sns_content .block.block-account ul li.current {
    color: #000;
}

#sns_content .block.block-account ul li.current strong {
    color: #000;
}

#sns_content .block.block-account ul li:hover {
    padding-left: 10px;
    font-weight: 700;
    color: #000;
}

#sns_content .block.block-account ul li:hover a {
    color: #000;
}

#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;
}

#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 .block-content {
    padding: 15px;
    padding-bottom: 10px;
}

#sns_content .block.block-layered-nav .currently {
    padding: 15px 0px 0;
}

#sns_content .block.block-layered-nav .currently .block-subtitle {
    color: #111;

    margin: 0 0 5px;
}

#sns_content .block.block-layered-nav .currently ol {
    margin: 0;
    padding: 0 0 10px 20px;
}

#sns_content .block.block-layered-nav .currently ol li {
    position: relative;
    padding: 5px 0;
}

#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 .actions {
    text-align: right;
    padding: 0px 15px 15px;
    border-bottom: 1px solid #ddd;
}

#sns_content .block.block-layered-nav dl#narrow-by-list dd a {
    color: #000;
}

#sns_content .block.block-layered-nav dl#narrow-by-list dd a:hover {
    color: #000;
}

#sns_content .block.block-layered-nav dl#narrow-by-list dd.last {
    margin-bottom: 0;
    padding-bottom: 0;
}

#sns_content .block.block-layered-nav dl#narrow-by-list dd.last .last-child {
    background: none;
    padding-bottom: 10px;
}

#sns_content .block.block-layered-nav dl#narrow-by-list dd.last .last-child .has-image img {
    display: inline-block;
    width: 11px;
    height: 11px;
    float: left;
    margin-top: 14px;
    margin-left: 1px;
    margin-right: 10px;
}

#sns_content .block.block-layered-nav dl#narrow-by-list dt {
    font-size: 120%;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: normal;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 10px;
}

#sns_content .block.block-layered-nav dl#narrow-by-list dt i {
    line-height: 40px;
    font-size: 0.7em;
}

#sns_content .block.block-layered-nav dl#narrow-by-list dd ol {
    margin-bottom: 0;
    margin: 0;
    padding: 15px 0;
    margin-bottom: 15px;
    list-style: none;
    font-size: 110%;
    color: #000;
    max-height: 250px;
    overflow-y: auto;
}

#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: #000;
    margin-left: 3px;
}

#sns_content .block.block-layered-nav dl#narrow-by-list dd ol li:hover .item-count {
    color: #000;
    font-style: normal;
}

#sns_content .block.block-layered-nav dl#narrow-by-list dd ol li:hover a {
    color: #000;
}

#sns_content .block.block-layered-nav dl#narrow-by-list dd ol li:hover a .count {
    color: #000;
}

#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;

    -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: #000;
}

#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: #000;
    margin-left: -12px;
    top: 50%;
    margin-top: -12px;
    z-index: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#sns_content .block.block-layered-nav dl#narrow-by-list dd.last {
    border: none;
}

#sns_content .block.block-layered-nav dl#narrow-by-list dd.last ol {
    margin-bottom: 0px;
}

#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 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);
    overflow: hidden;
}

#sns_content .sns-productlist .block-content .item .item-inner .item-title {
    color: #666;
    font-weight: bold;

}

#sns_content .sns-productlist .block-content .item .ratings {
    display: none;
}

#sns_content .sns-productlist .block-content .item .ratings .amount {
    display: none;
}

#sns_content .sns-productlist .block-content .item .more-info {
    overflow: hidden;
}

.my-account {
    border: 1px solid #ddd;
    padding: 15px;
}

.my-account .dashboard .box-content {
    padding: 0px;
}

.my-account .box-head h2 {
    margin: 20px 0 0;
    font-size: 125%;
    text-transform: capitalize;
}

.my-account .box .box-title {
    position: relative;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 12px 0;
}

.my-account .box .box-title h3 {
    margin: 0;
    font-size: 110%;
    text-transform: capitalize;
}

.my-account .box .box-title > a {
    position: absolute;
    right: 0px;
    top: 12px;
}

.my-account button.btn-cart {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 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 .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: #000;
    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 {
    position: relative;
    z-index: 1;
    margin: 0 -5px;
    padding-right: 0px;
    padding-left: 0px;
}

.sns-product-detail .sns_product_img .more-views .prev, .sns-product-detail .sns_product_img .more-views .next {
    width: 30px;
    height: 30px;
    border: 1px solid #eaeaea;
    background: #fff;
    text-align: center;
    -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);
    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: #000;
    border-color: #000;
}

.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 {
    padding: 10px 3vw;
    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 {
    border: 1px solid #f5f5f5;
    background: #fff;
    width: 100%;
}

.sns-product-detail .sns_product_img .more-views .gallery_img .item-img a.elevatezoom-gallery.active img, .sns-product-detail .sns_product_img .more-views .gallery_img .item-img a.elevatezoom-gallery:hover img {
    border-color: #000;
}

@media (max-width: 991px) {
    .sns-product-detail .sns_product_img {
        margin-bottom: 30px;
    }
}

.sns-product-detail .ratings, .sns-product-detail .no-rating {
    margin-bottom: 15px;
}

.sns-product-detail #product-options-wrapper {
    margin: 0 0 5px;
    position: relative;
    text-align: center;
}

.sns-product-detail #product-options-wrapper > dl {
    margin: 0;
}

.sns-product-detail #product-options-wrapper p.required {
    margin: 0;
    color: #ec3d3d;
    position: absolute;
    right: 0;
    top: 0px;
    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 form {
    margin: 0 0;
}

.sns-product-detail .product-shop form .rating-links {
    margin: 0;
}

.sns-product-detail .product-shop .price-box {
    margin-bottom: 10px;
    margin-top: 5px;
    padding: 2px 0;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.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 .price-rating {
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    margin: 0 0 15px;
    padding: 5px 0;
}

.sns-product-detail .product-shop .price-rating .price-box {
    float: left;
}

.sns-product-detail .product-shop .price-rating .price-box .price {
    line-height: 32px;
}

.sns-product-detail .product-shop .price-rating .ratings, .sns-product-detail .product-shop .price-rating .no-rating {
    float: right;
    margin: 0 0;
    line-height: 32px;
    height: 32px;
    padding-left: 12px;
}

.sns-product-detail .product-shop .price-rating .ratings .rating-box, .sns-product-detail .product-shop .price-rating .no-rating .rating-box {
    float: left;
    margin: 9px 8px 0 0;
}

.sns-product-detail .product-shop .price-rating .ratings .rating-links, .sns-product-detail .product-shop .price-rating .no-rating .rating-links {
    float: left;
    line-height: 32px;
}

.sns-product-detail .product-shop .price-rating .ratings-table {
    margin-left: 15px;
    margin-bottom: 0px;
    float: right;
}

.sns-product-detail .product-shop .price-rating .ratings-table th {
    text-align: right;
    padding-right: 10px;
}

.sns-product-detail .product-shop .price-rating .ratings-table .rating-box {
    margin: 0 0;
}

.sns-product-detail .product-shop .price-rating a.nobr {
    float: right;
}

.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 {
    margin-bottom: 28px;
    padding-top: 25px;
    margin-top: 20px;
    border-top: 1px solid #eaeaea;
}

.sns-product-detail .product-shop .short-description h2 {
    display: none;
    font-size: 100%;
    color: #333;

    margin-bottom: 5px;
}

.sns-product-detail .product-shop .short-description p {
    margin: 0 0;
    font-size: 13px;
}

.sns-product-detail .product-shop dt label {
    color: #666;
    font-weight: normal;
}

.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 .ratings-table {
    margin-bottom: 5px;
}

.sns-product-detail .ratings-table th {
    padding-right: 15px;
}

.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-bottom: 1px solid #eaeaea;
    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: 0;
    float: left;
    margin-bottom: -1px;
}

.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 {
    top: -1px;
    opacity: 1;
}

.sns-product-detail #sns_tab_products ul.nav-tabs > li > a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 35px;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0;
    border: none;
    color: #333;
}

.sns-product-detail #sns_tab_products ul.nav-tabs > li.active {
    border-bottom: 1px solid #000;
}

.sns-product-detail #sns_tab_products .tab-content {
    padding: 25px 0px;
    position: relative;
    overflow: hidden;
}

.sns-product-detail #sns_tab_products .tab-content .collateral-box {
    max-height: 50vh;
    overflow-y: auto;
    padding-right: 15px;
}

.sns-product-detail #sns_tab_products .tab-content h2, .sns-product-detail #sns_tab_products .tab-content h3, .sns-product-detail #sns_tab_products .tab-content h4 {

    margin-top: 0;
    color: #111;
    font-weight: normal;
}

.sns-product-detail #sns_tab_products .tab-content h2 {
    font-size: 130%;
}

.sns-product-detail #sns_tab_products .tab-content h3 {
    font-size: 120%;
}

.sns-product-detail #sns_tab_products .tab-content h4 {
    font-size: 100%;
}

.sns-product-detail #sns_tab_products .tab-content label {
    font-weight: bold;
}

.sns-product-detail #sns_tab_products .tab-content ul.product-tags {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
}

.sns-product-detail #sns_tab_products .tab-content ul.product-tags li {
    display: inline-block;
    margin: 0 5px 0 0;
}

.sns-product-detail #sns_tab_products .tab-content tbody td.label {
    width: 20%;
}

.sns-product-detail #sns_tab_products .tab-content .validation-advice {
    display: none;
}

.sns-product-detail #sns_tab_products .tab-content #addTagForm {
    margin: 0 0 10px;
}

.sns-product-detail #sns_tab_products .tab-content #addTagForm .input-box input {
    float: left;
    margin: 0 10px 5px 0;
    padding: 6px 10px 6px;
}

.sns-product-detail #sns_tab_products .tab-content #addTagForm button.button {
    clear: both;
}

.sns-product-detail #sns_tab_products .tab-content #addTagForm .validation-advice {
    float: left;
    width: 100%;
    line-height: normal;
}

.sns-product-detail #sns_tab_products .tab-content .box-tags h2 {
    display: 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: 1px 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;

}

#confirmbox .product-name a:hover {
    color: #000;
}

#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);

    -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: #000;
    color: #fff;
    border-color: #000;
}

#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 .postTitle {
    border: none;
    margin-bottom: 10px;
}

.postWrapper .postTitle h2 {
    font-size: 150%;
}

.postWrapper .postTitle h2 a:hover {
    color: #000;
}

.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: #000;
}

#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;
}

.shop-policy {
    margin-bottom: 30px;
}

.shop-policy li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.shop-policy li i {
    color: #666;
}

.shop-policy li h4 {
    font-weight: normal;
}

.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 {
    margin: 0 0 3px;
    display: block;
    width: 100%;
}

.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;
    color: #000;
    font-size: 130%;
}

.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: #000;
}

.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;
    margin: 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;
    margin-right: 4px;
}

.sns-product-detail #product-options-wrapper dl dt.swatch-attr .configurable-swatch-list li a, .sns-product-detail #product-options-wrapper dl dd.swatch-attr .configurable-swatch-list li a {
    width: 35px !important;
    height: 35px !important;
}

.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 {
    border: 1px solid #ccc;
    display: block;
    white-space: nowrap;
    text-align: center;
}

.sns-product-detail #product-options-wrapper dl dt.swatch-attr .configurable-swatch-list li.hover .swatch-label,
.sns-product-detail #product-options-wrapper dl dd.swatch-attr .configurable-swatch-list li.hover .swatch-label {
    background: #ccc;
    color: #333;
    font-weight: 300;
}

.sns-product-detail #product-options-wrapper dl dt.swatch-attr .configurable-swatch-list li.selected .swatch-label,
.sns-product-detail #product-options-wrapper dl dd.swatch-attr .configurable-swatch-list li.selected .swatch-label {
    background: #fff;
    color: #000;
    font-weight: 300;
    border-left-color: #fff;
    border-right-color: #fff;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-box-shadow: 0px 30px 100px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 30px 100px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 30px 100px 0px rgba(50, 50, 50, 0.75);
}

.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;
    width: 33px !important;
    height: 33px !important;
}

.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: #000;
}

.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: none;
}

.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: #000;
}

.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;
}

.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 .module-ct > label {
    color: #2f2f2f;
    font-size: 13px;
    font-weight: 600;
}

.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 .qty-container {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    margin-right: 30px;
    width: 90px;
    height: 44px;
    background: #f5f5f5;
    position: relative;
}

.sns-product-detail .add-to-box .add-to-cart .qty-container button {
    border: none;
    color: #919191;
    padding: 0;
    font-size: 13px;
    border-radius: 0px;
    background: none;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 5px;
    left: 5px;
}

.sns-product-detail .add-to-box .add-to-cart .qty-container button:hover:before {
    color: #000;
}

.sns-product-detail .add-to-box .add-to-cart .qty-container button.qty-decrease:before {
    content: "\f147";
    font-family: FontAwesome;
}

.sns-product-detail .add-to-box .add-to-cart .qty-container button.qty-increase {
    left: inherit;
    right: 5px;
}

.sns-product-detail .add-to-box .add-to-cart .qty-container button.qty-increase:before {
    content: "\f196";
    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: 44px;
    line-height: 44px;
    color: #919191;
}

.sns-product-detail .add-to-box .add-to-cart .qty-container input.qty {
    text-align: center;
}

.sns-product-detail .add-to-box .add-to-cart .wrap-addtocart .btn-cart {
    text-align: center;
    height: 44px;
    line-height: 44px;
    border: 1px solid #000;
    background: #000;
    color: #fff;
    position: relative;
}

.btn-phone {
    border: none;
    height: 44px;
    line-height: 22px;
    font-size: 90%;
}

.btn-phone > span > span {
    display: table-cell;
    vertical-align: middle;
}

.btn-phone img {
    margin-right: 5px;
}

.sns-product-detail .add-to-box .add-to-cart .wrap-addtocart .btn-cart:hover {
    background: #fff;
    color: #000;
}

.sns-product-detail .add-to-box .add-to-cart .wrap-addtocart .btn-cart:hover img {
    -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-product-detail .add-to-box .add-to-cart .wrap-addtocart .btn-cart:hover img {
    -ms-filter: invert(100%);
    filter: invert(100%);
}

.sns-product-detail .add-to-box .add-to-cart .wrap-addtocart .btn-cart i {
    margin-right: 5px;
}

.sns-product-detail .add-to-box .add-to-links li {
    position: relative;
    text-align: center;
    height: 44px;
    display: inline-block;
    background: none;
}

.sns-product-detail .add-to-box .add-to-links li a {
    color: #000;
    line-height: 42px;
    height: 44px;
    display: inline-block;
    text-align: center;
    background: #fff;
    -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);
}

.sns-product-detail .add-to-box .add-to-links li a:hover i {
    color: #000;
}

.sns-product-detail .add-to-box .add-to-links li i {
    font-size: 1.5em;
    line-height: 44px;
    -webkit-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);
    transition: all 0.5s cubic-bezier(.4, -0.4, .6, 1.4);
}

.no-breadcrumbs #sns_menu {
    margin-bottom: 30px;
}

.cms-home #sns_content {
    margin: 0 0 50px;
}

#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: relative;
    z-index: 2;
}

#sns_header.transparent #sns_menu {
    position: relative;
}

#sns_header.solid {
    margin-bottom: 30px;
}

#sns_slideshow {
    min-height: 0px !important;
    padding: 0 2.5vw;
}

#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 .container_in {
    position: relative;
}

#sns_header #sns_menu .container_in:before, #sns_header #sns_menu .container_in:after {
    content: " ";
    display: table;
}

#sns_header #sns_menu .container_in:after {
    clear: both;
}

#sns_header #sns_menu h1#logo {
    margin: 0;
    line-height: 1;
    padding: 20px 0;
    float: left;
}
#sns_header #sns_menu h1#logo img {
    max-height: 65px;
}

@media (max-width: 479px) {
    #sns_header #sns_menu h1#logo {
        text-align: center;
    }
}

#sns_header #sns_menu .header-menu-block {
    float: right;
}

#sns_header #sns_menu .header-menu-block #sns_mainnav {
    display: inline-block;
    vertical-align: middle;
}

#sns_header #sns_slideshow {
    min-height: 90px;
}

#sns_header .pull-right {
    margin-left: 5px;
    margin-top: 20px;
}
#sns_header .pull-right a.language-switcher-link span {
    font-size: 16px;
}

.hidden-xs.account.pull-right img {
    width: 35px;
    margin-bottom: 5px;
}

#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 {

}

#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;

    font-weight: bold;
    padding: 10px;
    display: inline-block;
    background: #000;
    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 .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:hover img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 5;
    opacity: 1;
}

#sns_partners .sns_partner .partners_slider .wrap a {
    display: block;
    font-size: 19px;
}

#sns_partners .sns_partner .partners_slider .wrap a img {
    -webkit-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);
    transition: all 0.25s cubic-bezier(.4, -0.4, .6, 1.4);
    opacity: .9;
    position: relative;
    z-index: 2;
    display: inline-block;
    width: auto;
}

#sns_footer_top .container .container_in > .row > div {
    min-height: 395px;
}

#sns_footer_top a {
    text-decoration: none;
    -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);
    font-size: 18px;
    white-space: nowrap;
}

#sns_footer_top .column ul li {
    margin-bottom: 5px;
    font-weight: 400;
}

#sns_footer_top .column4 ul li {
    margin-bottom: 5px;
}

#sns_footer_top .column ul li a:hover {
    color: #000;
}

#sns_footer_top h6, #sns_footer_top .block-title, #sns_footer_top h3 {
    font-size: 25px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 25px;
}

#sns_footer_top .column {
    width: 100%;
    min-height: 200px;
}

#sns_footer_top .column4 {
    border-right-color: transparent;
}

#sns_footer_top .container_in ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

#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 {
    padding: 40px 0 40px;
}

#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 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_footer_top .block-tags .block-content ul li:hover {
    border-color: #000;
    background: #000;
}

#sns_footer_top .block-tags .block-content ul li:hover a {
    color: #000;
}

#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_footer_top .sns-social ul li a {
    display: inline-block;
    text-align: center;
    margin: 0;
    font-size: 2em;
    line-height: 1;
    -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_footer_top .sns-social ul li a i {
    color: #888;
}

#sns_footer_top .sns-social ul li a:hover i {
    color: #000;
}

#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: #000;
    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 cubic-bezier(.4, -0.4, .6, 1.4);
}

#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: #000;
}

#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-blog {
    border-left: 1px solid #333;
    padding-left: 30px;
}

#sns_footer_top .footer-blog .block-title {
    margin-bottom: 28px;
}

#sns_footer_top .footer-blog .item-post {
    margin-bottom: 25px;
}

#sns_footer_top .footer-blog .item-post:last-child {
    margin-bottom: 0;
}

#sns_footer_top .footer-blog .item-post .blog-img {
    float: left;
    position: relative;
    overflow: hidden;
    width: 55px;
    height: 55px;
    margin-right: 10px;
    margin-top: 5px;
}

#sns_footer_top .footer-blog .item-post .blog-img a:hover {
    padding-left: 0;
}

#sns_footer_top .footer-blog .item-post .blog-img img {
    float: left;
    width: 55px;
    height: 55px;
}

#sns_footer_top .footer-blog .item-post .blog-content {
    position: relative;
    overflow: hidden;
}

#sns_footer_top .footer-blog .item-post .blog-content .post-title a {
    color: #fff;
}

#sns_footer_top .footer-blog .item-post .blog-content .post-title a:hover {
    color: #000;
    padding-left: 0;
}

#sns_footer_top .footer-blog .item-post .blog-content .post-title {
    margin-bottom: 6px;
}

#sns_footer_top .footer-blog .item-post .blog-content .postContent {
    position: relative;
    overflow: hidden;
    max-height: 40px;
    margin-bottom: 3px;
    line-height: 20px;
}

#sns_footer_top .footer-blog .item-post .blog-content img {
    display: none;
}

#sns_footer_top .footer-blog .block-title strong {
    font-weight: normal;
}

#sns_footer_bottom {
    background: #2d2d2d;
}

#sns_footer_bottom .sns-copyright {
    line-height: 40px;
    background: white;
    border-top: 1px solid black;
}

#sns_footer_bottom .sns-copyright a {
    color: #fff;
}

#sns_footer_bottom .sns-copyright a:hover {
    color: #000;
}

#sns_footer_map {
    position: relative;
}

#sns_footer_map .btn_gmap {
    background: #000;
    display: block;
    font-size: 100%;
    left: 50%;
    margin-left: -80px;
    padding: 8px 20px 8px 15px;
    position: absolute;

    top: -15px;
    z-index: 1;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
}

#sns_footer_map .btn_gmap:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #000 transparent transparent transparent;
    -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);
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -6px;
    opacity: 1;
    filter: alpha(opacity=100);
}

#sns_footer_map .btn_gmap:before {
    content: '\f124';
    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: #fff;
    padding-right: 10px;
    z-index: 2;
    -webkit-animation-name: iconmap;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-timing-function: cubic-bezier(.4, -0.4, .6, 1.4);
    -webkit-animation-delay: 0.1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-play-state: running;
    -moz-animation-name: iconmap;
    -moz-animation-duration: 0.6s;
    -moz-animation-timing-function: cubic-bezier(.4, -0.4, .6, 1.4);
    -moz-animation-delay: 0.1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: alternate;
    -moz-animation-play-state: running;
    -o-animation-name: iconmap;
    -o-animation-duration: 0.6s;
    -o-animation-timing-function: cubic-bezier(.4, -0.4, .6, 1.4);
    -o-animation-delay: 0.1s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: alternate;
    -o-animation-play-state: running;
    animation-name: iconmap;
    animation-duration: 0.6s;
    animation-timing-function: cubic-bezier(.4, -0.4, .6, 1.4);
    animation-delay: 0.1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
}

#sns_footer_map .btn_gmap:hover {
    background: #ec5a5a;
}

#sns_footer_map .btn_gmap:hover:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #ec5a5a transparent transparent transparent;
}

#sns_header_logo #logo:hover a {
    color: #000;
}

.policy_content {
    background: #f5f5f5;
    padding-top: 58px;
    margin-bottom: 52px;
}

.policy_content .block {
    margin-bottom: 18px;
}

.policy_content .block .block-title {
    text-align: center;
    margin-bottom: 0;
}

.policy_content .block .block-title:before {
    display: inline-block;
    margin-right: 5px;
    position: relative;
    left: inherit;
    top: inherit;
}

.policy_content .block .block-title p {
    display: inline-block;
}

.policy_content .block .block-title p span {
    color: #000;
}

.policy_content .policy_custom {
    text-align: center;
    position: relative;
    margin-top: 15px;
    margin-bottom: 10px;
    padding: 95px 0 0;
}

.policy_content .policy_custom .policy-titile {
    color: #333;
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
    font-weight: bold;
    -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);
}

.policy_content .policy_custom .policy-ct {
    margin-bottom: 0px;
}

.policy_content .policy_custom .policy-icon {
    position: absolute;
    left: 50%;
    margin-left: -40px;
    top: 0px;
    width: 80px;
    height: 80px;
    overflow: hidden;
    -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-align: center;
    line-height: 72px;
    border: 1px solid #000;
    border-radius: 100%;
    color: #000;
    background: none;
    font-size: 30px;

}

.policy_content .policy_custom:hover {
    cursor: pointer;
}

.policy_content .policy_custom:hover .policy-titile {
    color: #000;
}

.policy_content .policy_custom:hover .policy-titile {
    padding-left: 10px;
}

.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: #000;
    z-index: 1;
}

.static_content .module {
    position: relative;
    z-index: 2;
}

.static_content .module .title {
    font-size: 70px;
    font-weight: bold;

    line-height: 60px;
    margin-bottom: 18px;
}

.static_content .module .title-ct {
    font-size: 20px;

    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;

    background: #333;
    line-height: 38px;
    padding: 0 30px;
    color: #fff;
    display: inline-block;
    font-weight: normal;
}

.static_content .module .red-more a:hover {
    background: #000;
}

.static_content .module .red-more a:first-child {
    background: none;
    border: 1px solid #fff;
}

.static_content .module .red-more a:first-child:hover {
    background: #000;
    border-color: #000;
}

#sns_menu {
    position: relative;
}

#sns_menu .sns_mainmenu {
    position: relative;
    text-align: center;
    padding: 10px 0;
}

#sns_menu #sns_mainnav {
    display: inline-block;
    text-align: center;
    padding: 0 15px;
}

#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;

    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;

    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: 153px;
    background-image: url(../images/home1_static_33.jpg);
    background-repeat: no-repeat;
    background-position: center bottom 5px;
}

.banner_home2 .module .title {
    font-size: 22px;

    font-weight: bold;
    margin-bottom: 12px;
}

.banner_home2 .module .title span {
    color: #000;
}

.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;
}

.footer_style .footer-static .row > div:hover .policy-icon {
    border-color: #fff;
}

.footer_style .footer-static .row > div:hover .policy-icon:before {
    color: #fff;
}

.footer_style .footer-static .policy-ct {
    font-size: 12px;
    width: 100%;
    margin-bottom: 0;
    margin-top: 15px;
}

.footer_style .footer-static .policy-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 1px solid #888;
    border-radius: 50%;
    line-height: 46px;
}

.footer_style .footer-static .policy-icon:before {
    font-size: 20px;
    color: #888;
    padding-left: 3px;
}

.footer_style .footer-static .policy-icon.icon_mail_alt {
    line-height: 40px;
}

#sns_slideshow_top .sns_slideshow > .container {
    display: none;
}

.banner_stylev2 {
    margin-bottom: 20px;
}

.banner_stylev2 a {
    margin-bottom: 29px;
}

.block-blog-inner .block-title {
    margin-bottom: 25px !important;
}

.block-blog-inner .menu-categories ul {
    margin-bottom: 40px;
}

.block-blog-inner ul {
    list-style: none;
    margin-bottom: 0px;
    padding: 10px 0px;
}

.block-blog-inner ul li:hover {
    color: #000;
}

.block-blog-inner ul li:hover a {
    color: #000;
}

.blog-post-view.detail .postWrapper, .blogs-page.detail .postWrapper {
    margin-top: 0;
    border: none;
}

.blog-post-view.detail .postWrapper .postTitle h2, .blogs-page.detail .postWrapper .postTitle h2 {
    margin-bottom: 5px;
}

.blog-post-view .page-title h1, .blogs-page .page-title h1 {
    margin-bottom: 0;
    font-size: 30px;
    color: #000;
}

.blog-post-view .postWrapper .postTitle h2, .blogs-page .postWrapper .postTitle h2 {
    color: #222;
    line-height: 65px;
    margin-bottom: 1em;
    margin-top: 0.5em;
}

.blog-post-view .postWrapper .postTitle h2 a, .blogs-page .postWrapper .postTitle h2 a {
    color: #222;
}

.blog-post-view .postWrapper .postTitle h2 a:hover, .blogs-page .postWrapper .postTitle h2 a:hover {
    color: #000;
}

.blog-post-view .postContent, .blogs-page .postContent {
    padding-bottom: 5px;
}

.blog-post-view .postContent img, .blogs-page .postContent img {
    margin-bottom: 10px;
}

.blog-post-view .post-info, .blogs-page .post-info {
    padding-top: 0px;
    border-top: none;
}

.blog-post-view .tags, .blogs-page .tags {
    display: inline-block;
}

.blog-post-view .tags h4, .blogs-page .tags h4 {
    float: left;
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 3px;
}

.blog-post-view .tags ul, .blogs-page .tags ul {
    float: left;
    padding-left: 10px;
    margin-bottom: 3px;
}

.blog-post-view .tags ul li, .blogs-page .tags ul li {
    float: left;
    list-style: none;
    margin-right: 10px;
    position: relative;
    padding-right: 15px;
}

.blog-post-view .tags ul li:last-child:before, .blogs-page .tags ul li:last-child:before {
    display: none;
}

.blog-post-view .tags ul li:before, .blogs-page .tags ul li:before {
    position: absolute;
    content: "-";
    top: 0;
    right: 0;
}

.blog-post-view .post_cat, .blogs-page .post_cat {
    display: inline-block;
    width: 100%;
}

.blog-post-view .post_cat h4, .blogs-page .post_cat h4 {
    float: left;
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 3px;
    margin-right: 15px;
}

.blog-post-view .post_cat > a, .blog-post-view .post_cat > span, .blogs-page .post_cat > a, .blogs-page .post_cat > span {
    float: left;
    list-style: none;
    margin-right: 10px;
    position: relative;
    padding-right: 15px;
}

.blog-post-view .post_cat > a:last-child:before, .blog-post-view .post_cat > span:last-child:before, .blogs-page .post_cat > a:last-child:before, .blogs-page .post_cat > span:last-child:before {
    display: none;
}

.blog-post-view .post_cat > a:before, .blog-post-view .post_cat > span:before, .blogs-page .post_cat > a:before, .blogs-page .post_cat > span:before {
    position: absolute;
    content: "-";
    top: 0;
    right: 0;
}

.blog-post-view .postDetails, .blogs-page .postDetails {
    margin-bottom: 10px;
}

.blog-post-view .postWrapper {
    width: 100%;
    padding: 0;
    margin-top: 0;
}

.blog-post-view .postWrapper .title-detail {
    font-size: 20px;
}

.blogs-page .postContent img {
    width: 100%;
}

.block-blog-inner {
    border: none !important;
    padding: 0 !important;
}

.block-blog-inner ul {
    border: none;
    margin-bottom: 0 !important;
}

.block-blog-inner ul li {
    margin-bottom: 3px;
}

.block-blog-inner .block-content > div:last-child {
    margin-bottom: 0;
}

.block-blog-inner .block-content > div .block-title {
    margin-bottom: 0px !important;
}

.block-sidebar-latestblog .postcontent-title {
    top: -200%;
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: 500;
}

.block-sidebar-latestblog .item-post:not(:hover) .postcontent-title {
    top: -200%;
}

.tabs-slidev2 .owl-controls {
    height: 26px;
    background: #fff;
    z-index: 3;
    margin: 0;
    margin-top: 8px;
}

.tabs-slidev2 .owl-controls:hover:before {
    background: #000;
}

.tabs-slidev2 .owl-controls .owl-nav > div {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    float: left;
    text-align: center;
    -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);
    border: 1px solid #eaeaea;
}

.tabs-slidev2 .owl-controls .owl-nav > div i {
    text-align: center;
    line-height: 28px;
    font-size: 16px;
    color: #cacaca;
    background: none;
    -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);
}

.tabs-slidev2 .owl-controls .owl-nav > div i:hover {
    color: #fff;
}

.tabs-slidev2 .owl-controls .owl-nav > div:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}

.tabs-slidev2 .owl-controls .owl-nav > div:hover {
    color: #fff;
}

.tabs-slidev2 .owl-controls .owl-nav > div.owl-next {
    border-left: none;
}

.tabs-slidev2 .owl-controls .owl-nav > div.owl-prev {
    border-right: none;
}

.tabs-slidev2 .owl-controls .owl-dots {
    text-align: center;
}

.tabs-slidev2 .owl-controls .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 3px 0 2px;
    width: 13px;
    height: 13px;
    background: #efefef;
    border-radius: 50%;
}

.tabs-slidev2 .owl-controls .owl-dots .owl-dot:hover, .tabs-slidev2 .owl-controls .owl-dots .owl-dot.active {
    background: #d5d5d5;
}

.tabs-slidev2 .sns-pdt-nav {
    padding-right: 95px;
}

.product-view.sns-product-detail .banner_detail_right {
    display: none;
}

.catalog-product-view .product-view.sns-product-detail .banner_detail_right {
    display: block;
}

.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 .footer_style {
    margin-top: 66px;
}

.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-facebook #fb-root .fb-like-box f > span {
    width: 263px !important;
}

.sns-facebook {
    padding-top: 12px;
}

.cms-index-index .sns-header {
    position: relative;
}

#sns_header .top-contact i {
    margin-right: 3px;
    margin-left: 5px;
}

#sns_header .top-contact p {
    margin-bottom: 7px;
}

#sns_header.header_style1 {
    background: #fff;
    -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_header.header_style1 .top_logo {
    text-align: center;
    margin-bottom: 20px;
}

#sns_header.header_style1 .top_logo #logo {
    margin: 0;
}

#sns_header.header_style1 .top_setting .module-ct .mysetting {
    float: left;
    padding-bottom: 3px;
}

#sns_header.header_style1 .top_setting .module-ct .mysetting:hover.language-switcher #select-language {
    top: 100%;
    opacity: 1;
    z-index: 9;
    visibility: visible;
}

#sns_header.header_style1 .top_setting .module-ct .mysetting:hover.currency-switcher #select-currency {
    top: 100%;
    opacity: 1;
    z-index: 9;
    visibility: visible;
}

#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;
    padding: 0 15px 0 0;
}

#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 {
    font-size: 13px;
    line-height: 23px;
    padding-right: 10px;
}

#sns_header.header_style1 .top_setting .module-ct .mysetting .content .active-title:before {
    position: absolute;
    right: 5px;
    content: "\f107";
    font-size: 23px;
    line-height: 23px;
    font-family: FontAwesome;
}

#sns_header.header_style1 .top_setting .module-ct .mysetting .content .active-title img {
    width: 16px;
    height: auto;
    display: inline-block;
}

#sns_header.header_style1 .top_setting .module-ct .mysetting.language-switcher #select-language {
    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: #fff;
    -webkit-box-shadow: 0px 30px 100px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 30px 100px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 30px 100px 0px rgba(50, 50, 50, 0.75);
    visibility: hidden;
    padding: 0;
}

#sns_header.header_style1 .top_setting .module-ct .mysetting.language-switcher #select-language li {
    list-style: none;
}

#sns_header.header_style1 .top_setting .module-ct .mysetting.language-switcher #select-language li img {
    width: 20px;
}

#sns_header.header_style1 .top_setting .module-ct .mysetting.language-switcher #select-language li a {
    display: inline-block;
    width: 100%;
    padding: 10px;
    font-size: 13px;
    border-bottom: 1px solid #ddd;
    color: #888;
}

#sns_header.header_style1 .top_setting .module-ct .mysetting.language-switcher #select-language li a:hover {
    color: #000;
}

#sns_header.header_style1 .top_setting .module-ct .mysetting.language-switcher #select-language li:last-child a {
    border-bottom: none;
}

#sns_header.header_style1 .top_setting .module-ct .mysetting.currency-switcher #select-currency {
    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;
}

#sns_header.header_style1 .top_setting .module-ct .mysetting.currency-switcher #select-currency li {
    list-style: none;
}

#sns_header.header_style1 .top_setting .module-ct .mysetting.currency-switcher #select-currency li img {
    margin-top: -2px;
    display: inline-block;
}

#sns_header.header_style1 .top_setting .module-ct .mysetting.currency-switcher #select-currency li a {
    line-height: 40px;
    display: inline-block;
    width: 100%;
    padding-left: 20px;
    font-size: 13px;
    border-bottom: 1px solid #2d2d2d;
    color: #888;
}

#sns_header.header_style1 .top_setting .module-ct .mysetting.currency-switcher #select-currency li a:hover {
    color: #000;
}

#sns_header.header_style1 .top_setting .module-ct .mysetting.currency-switcher #select-currency li:last-child a {
    border-bottom: none;
}

#sns_header.header_style1 .top_setting .module-ct .mysetting.header-account {
    margin-bottom: 0;
}

#sns_header.header_style1 .top_setting .module-ct .mysetting.header-account .active-title i {
    margin-right: 5px;
}

#sns_header.header_style1 .top_setting .module-ct .mysetting.header-account .content:before {
    display: none;
}

#sns_header.header_style1 .top_setting .module-ct .mysetting.header-account .links {
    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;
}

#sns_header.header_style1 .top_setting .module-ct .mysetting.header-account .links li {
    list-style: none;
}

#sns_header.header_style1 .top_setting .module-ct .mysetting.header-account .links li img {
    margin-top: -2px;
    display: inline-block;
}

#sns_header.header_style1 .top_setting .module-ct .mysetting.header-account .links li a {
    line-height: 40px;
    display: inline-block;
    width: 100%;
    padding-left: 20px;
    font-size: 13px;
    border-bottom: 1px solid #2d2d2d;
    color: #888;
}

#sns_header.header_style1 .top_setting .module-ct .mysetting.header-account .links li a:hover {
    color: #000;
}

#sns_header.header_style1 .top_setting .module-ct .mysetting.header-account .links li:last-child a {
    border-bottom: none;
}

#sns_header.header_style1 .top_setting .module-ct .mysetting.header-account .top-link-myaccount:before {
    content: "";
    font-family: "ElegantIcons";
    margin-right: 5px;
}

#sns_header.header_style1 .top_setting .module-ct .mysetting.header-account .top-link-wishlist:before {
    content: "";
    font-family: "ElegantIcons";
    margin-right: 5px;
}

#sns_header.header_style1 .top_setting .module-ct .mysetting.header-account .top-link-checkout:before {
    content: "N";
    font-family: "ElegantIcons";
    margin-right: 5px;
}

#sns_header.header_style1 .top_setting .module-ct .mysetting.header-account .top-link-login:before {
    content: "";
    font-family: "ElegantIcons";
    margin-right: 5px;
}

#sns_header.header_style1 .top_setting .module-ct .mysetting.header-account .top-link-logout:before {
    content: "";
    font-family: "ElegantIcons";
    margin-right: 5px;
}

#sns_header.header_style1 .top_setting .module-ct .mysetting.header-account .setting-active.active .links {
    top: 100%;
    opacity: 1;
    z-index: 9;
    visibility: visible;
}

#sns_header.header_style1 .top-cart .block-minicart {
    position: relative;
}

#sns_header.header_style1 .top-cart .block-minicart:hover .tongle:before, #sns_header.header_style1 .top-cart .block-minicart:hover .tongle:after {
    display: block;
}

#sns_header.header_style1 .top-cart .block-minicart:hover .module-title:after, #sns_header.header_style1 .top-cart .block-minicart:hover .module-title:before {
    display: block;
}

#sns_header.header_style1 .top-cart .block-minicart:hover .module-title i {
    color: #000;
}

#sns_header.header_style1 .top-cart .block-minicart:hover .module-title .total-itemprice {
    color: #000;
}

#sns_header.header_style1 .top-cart .block-minicart:hover .module-title .total-itemprice .total {
    color: #000;
}

#sns_header.header_style1 .top-cart .block-minicart:hover .module-ct {
    top: 95%;
    right: 0;
    padding: 15px;
    opacity: 1;
    z-index: 9;
    visibility: visible;
}

#sns_header.header_style1 .top-cart .block-minicart > .tongle {
    padding: 0;
    color: #888;
    display: inline-block;
    padding: 0px;
    cursor: pointer;
    position: relative;
}

#sns_header.header_style1 .top-cart .block-minicart .module-title {
    position: relative;
}

#sns_header.header_style1 .top-cart .block-minicart .module-title:after, #sns_header.header_style1 .top-cart .block-minicart .module-title:before {
    display: none;
    left: 50%;
    margin-left: -3px;
    bottom: -1px;
    z-index: 99999;
}

#sns_header.header_style1 .top-cart .block-minicart .module-title i {
    color: #888;
    margin-right: 5px;
    font-size: 14px;
}

#sns_header.header_style1 .top-cart .block-minicart .total-itemprice {
    padding: 0px 8px;
}

#sns_header.header_style1 .top-cart .block-minicart .total-itemprice span.total {
    color: #888;
}

#sns_header.header_style1 .top-cart .block-minicart .total-itemprice span {
    color: #000;
}

#sns_header.header_style1 .top-cart .block-minicart .summary {
    display: inline-block;
    position: relative;
}
#sns_header.header_style1 .top-cart .block-minicart .summary img {
    width: 30px;
    margin-bottom: 5px;
}

#sns_header.header_style1 .top-cart .block-minicart .summary span {
    position: absolute;
    top: -15px;
    right: -25px;
    transform: translate(-50%, 0);
    line-height: 25px;
    background: black;
    color: white;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 50%;
}

#sns_header.header_style1 .top-cart .block-minicart .summary a {
    color: #000;
}

#sns_header.header_style1 .top-cart .block-minicart .module-ct {
    display: block;
    opacity: 0;
    position: absolute;
    top: 150%;
    right: 50px;
    -webkit-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);
    transition: all 0.5s cubic-bezier(.4, -0.4, .6, 1.4);
    background: #fff;
    border-top: 1px solid #000;
    -webkit-box-shadow: 0px 30px 100px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 30px 100px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 30px 100px 0px rgba(50, 50, 50, 0.75);
    visibility: hidden;
    padding: 0;
    width: 400px;
    max-width: 90vw;
    padding: 0;
}

#sns_header.header_style1 .top-cart .block-minicart .module-ct .empty {
    margin-bottom: 0;
    padding-left: 20px;
}

#sns_header.header_style1 .top-cart .block-minicart .module-ct .mini-products-list {
    padding-left: 0;
    margin-bottom: 0;
}

#sns_header.header_style1 .top-cart .block-minicart .module-ct .mini-products-list .item .product-image {
    float: left;
    margin-right: 10px;
    position: relative;
    overflow: hidden;
}

#sns_header.header_style1 .top-cart .block-minicart .module-ct .mini-products-list .item .product-details .btn-remove {
    position: absolute;
    top: 10px;
    right: 0;
}

#sns_header.header_style1 .top-cart .block-minicart .module-ct .mini-products-list .item .product-details .btn-remove span {
    font-size: 13px;
    color: #888;
    font-family: Lato, sans-serif !important;
}

c
#sns_header.header_style1 .top-cart .block-minicart .module-ct .mini-products-list .item .product-details .btn-remove:hover:before {
    color: #000;
}

#sns_header.header_style1 .top-cart .block-minicart .module-ct .mini-products-list .item .product-details .btn-remove:before {
    color: #888;
    content: "\f00d";
    border-radius: 50%;
    width: 13px;
    line-height: 12px;
    font-size: 14px;
    margin-right: 3px;
}

#sns_header.header_style1 .top-cart .block-minicart .module-ct .cart-subtotal {
    margin-top: 0px;
    text-align: right;
    color: #333;
    line-height: 40px;
    margin-bottom: 10px;
    font-size: 150%;
    font-weight: 300;
}

#sns_header.header_style1 .top-cart .block-minicart .module-ct .mini-products-list .item .product-details .price,
#sns_header.header_style1 .top-cart .block-minicart .module-ct .cart-subtotal .price {
    color: #333;
    font-weight: 300;
    font-size: 130%;
}

#sns_header.header_style1 .top-cart .block-minicart .module-ct dl.item-options {
    margin: 0;
}

#sns_header.header_style1 .top-cart .block-minicart .module-ct dl.item-options dt,
#sns_header.header_style1 .top-cart .block-minicart .module-ct dl.item-options dd {
    float: left;
    margin-right: 5px;
}

button.go-to-cart {
    border: none;
    font-size: 90%;
}

#sns_header.header_style1 .top-cart .block-minicart .module-ct .actions button:hover {
    border-color: #000;
    color: #000;
    background: none;
}

#sns_header.header_style1 .acc-cart {
    float: right;
    margin-top: -5px;
}

#sns_header .top-search .form-search {
    position: relative;
}

#sns_header .top-search .form-search input {
    height: 35px;
    border: none;
    border-bottom: 1px solid #000;
    line-height: 14px;
    width: 85%;
    padding: 0;
    display: inline-block;
    background: none;
}

#sns_header .top-search .form-search select.selectpicker {
    width: 165px !important;
    position: absolute;
    height: 35px;
    top: 0px;
    left: 0px;
    color: #333;
    background-color: #fff;
}

#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: 1px solid #000;
    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: #000;
    background: none;
}

#sns_header .top-search .form-search .bootstrap-select div.dropdown-menu li a:hover {
    color: #000;
    background: none;
}

#sns_header .top-search .form-search button {
    position: absolute;
    top: 1px;
    right: 15px;
    width: 33px;
    height: 33px;
    line-height: 32px;
    text-align: center;
    border: none;
    border-radius: 0;
    color: #888;
    padding: 0;
    background: none;
}

#sns_header .top-search .form-search button i:before {
    color: #888;
    font-size: 13px;
}

#sns_header .top-search .form-search button:hover {
    color: #000;
    background: none;
}

#sns_header .top-search .form-search button:hover i:before {
    color: #000;
}

#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;
}

.sns_slidercategory {
    margin-bottom: 60px;
}

.sns-slidercategory {
    margin: 0;
    position: relative;
}

.sns-slidercategory .container-slider {
    margin: 0 !important;
}

.sns-slidercategory.sns-slider {
    margin-top: 0;
    margin-bottom: 0;
}

.sns-slidercategory.sns-slider:hover .navslider a {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.sns-slidercategory.sns-slider .navslider {
    position: absolute;
    top: 50%;
    height: 0;
    width: 100%;
}

.sns-slidercategory.sns-slider .navslider .container {
    position: relative;
}

.sns-slidercategory.sns-slider .navslider a {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 44px;
    border: 1px solid #000;
    font-size: 32px;
    color: #000;
    text-align: center;
    display: inline-block;
    left: 0;
    top: 50%;
    margin-top: -25px;
    z-index: 999;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -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-slidercategory.sns-slider .navslider a.next {
    left: inherit;
    right: 0;
    margin-left: inherit;
}

.sns-slidercategory.sns-slider .navslider a:hover {
    color: #000;
    border: 1px solid #000;
}

.sns-slidercategory .owl-item:last-child .item {
    border-right: none !important;
}

.sns-slidercategory .item {
    padding-top: 0 !important;
    margin-top: 0 !important;
    padding: 0;
    position: relative;
}

.sns-slidercategory .item .module-slide {
    position: relative;
    display: block;
    width: 100%;
}

.sns-slidercategory .item .module-slide img {
    display: inline-block;
    width: 100%;
}

.sns-slidercategory .item .module-slide:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0;
    -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);
    z-index: 1;
}

.sns-slidercategory .item .slider-content {
    position: absolute;
    width: 100%;
    height: 180px;
    top: 50%;
    left: 0;
    margin-top: -90px;
    text-align: center;
    opacity: 0;
    z-index: 9;
    -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-slidercategory .item .slider-content .content {
    color: #fff;
    position: relative;
    font-size: 14px;
    padding-right: 10px;
    -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-slidercategory .item .slider-content .view-more {
    text-align: center;
    color: #fff;
    margin-top: 20px;
}

.sns-slidercategory .item .slider-content .view-more a {
    border: 1px solid #fff;
    height: 40px;
    line-height: 36px;
    padding: 0 20px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: bold;

}

.sns-slidercategory .item .slider-content .view-more a:hover {
    border-color: #000;
    color: #000;
}

.sns-slidercategory .item .slider-content .content {
    padding-right: 0px;
    position: relative;
    overflow: hidden;
    max-height: 40px;
    padding: 0 60px;
}

.sns-slidercategory .item:hover .slider-content {
    opacity: 1;
}

.sns-slidercategory .item:hover .module-slide:before {
    opacity: 0.6;
}

.sns-slidercategory .item:hover .title-content {
    padding-left: 0px;
}

.sns-slidercategory .item .image {
    text-align: center;
    display: inline-block;
    width: 100%;
    min-height: 50px;
    -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-slidercategory .item .image img {
    display: inline-block;
    width: auto;
    -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-slidercategory .item .title-content {
    -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);
    color: #fff;
    padding-left: 10px;
    margin-bottom: 10px;
    position: relative;
}

.sns-slidercategory .item .title-content:after {
    display: none;
}

.sns-slidercategory .item .title-content a {
    color: #fff;
    font-size: 35px;
    font-weight: bold;

}

.mosera_bannerv2 > div {
    margin-bottom: 15px;
}

.home2_policy {
    background: url(../images/bg_staticv2.jpg) no-repeat fixed center center;
    padding-top: 85px;
    margin-bottom: 55px;
}

.home2_policy .policy_custom {
    border: none;
    position: relative;
    background: url(../images/bg-policy.png) repeat;
}

.home2_policy .policy_custom .policy-titile {
    color: #fff;
}

.home2_policy .policy_custom:hover .policy-ct {
    color: #fff;
}

#newsletter-fixed {
    display: none !important;
}

.cms-mosera-home-page.homepage #sns_content {
    margin-bottom: 50px;
}

.mosera_banner2 {
    margin-bottom: 65px !important;
}

.banner_top .banner-top.v2 .module-ct .md-ct:before {
    display: none !important;
}

.banner_top .module-ct {
    padding: 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.banner_top .module-ct .md-ct {
    position: relative;
    overflow: hidden;
    padding: 0;
}

.banner_top .module-ct .md-ct:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: #111;
    opacity: 0.25;
    z-index: 1;
}

.banner_top .module-ct:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.banner_top .module-ct img {
    -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);
}

.banner_top .module-ct .slider-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0 20px;
    padding-top: 30%;
    text-align: center;
    color: #fff;
    z-index: 2;
}

.banner_top .module-ct .slider-content .title {
    font-weight: 900;
    font-size: 30px;

    margin-bottom: 15px;
    padding-bottom: 23px;
    position: relative;
}

.banner_top .module-ct .slider-content .title:before {
    content: "";
    background: #fff;
    height: 2px;
    width: 116px;
    bottom: 0;
    left: 50%;
    margin-left: -58px;
    position: absolute;
}

.banner_top .module-ct .slider-content .title a {
    color: #fff;
}

.banner_top .module-ct .slider-content .content {

    font-size: 24px;
}

.header-menu #sns_menu {
    padding-top: 0;
}

.banner_top_h3 .top {
    margin-bottom: 30px;
}

.cmspage .block.sns-slider.stylev3 .item {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px;
}

.cmspage .block.sns-slider.stylev3 .item .item-inner .prd .item-img {
    position: relative;
    overflow: hidden;
}

.banner_top_h4 {
    margin-bottom: 26px;
}

.banner_top_h4 .row {
    margin: 0 -5px;
}

.banner_top_h4 .row > div {
    padding: 0 5px;
}

.banner_top_h4 .module-ct {
    background: #eaeaea;
    padding: 10px;
    text-align: center;
}

.banner_top_h4 .module-ct .title {
    color: #333;
    font-weight: bold;

}

.banner_top_h4 .module-ct .title span {
    color: #000;
}

.banner_top_h4 .module-ct .content {
    font-size: 12px;
}

.banner_top_h4 .bottom-title {
    font-size: 20px;
    color: #333;
    text-align: center;

    font-weight: bold;
    line-height: 62px;
    border: 1px solid #eaeaea;
    margin-top: 10px;
}

.banner_top_h4 .bottom-title span {
    color: #000;
}

.banner_toph2 > div {
    margin-bottom: 30px;
}

.cms-mosera-home-page2 .sns-producttabs-wapper {
    margin-bottom: 30px;
}

.cms-mosera-home-page2 .block-latestblog {
    margin-top: 0;
    padding-top: 0;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 45px;
}

.cms-mosera-home-page2 #sns_content {
    margin-bottom: 25px;
}

.cms-mosera-home-page2 .sns_testimonial {
    margin-bottom: 0;
    border-bottom: none;
}

.cms-mosera-home-page2 #sns_partners {
    margin-top: 0;
}

.banner_top_h3 {
    margin-bottom: 30px;
}

.cms-mosera-home-page3 .sns-hotcategory {
    margin-top: 0;
}

.cms-mosera-home-page3 .sns-producttabs-wapper {
    padding-bottom: 26px;
}

.cms-mosera-home-page3 .banner_centerh3 {
    margin-top: 30px;
    margin-bottom: 55px;
}

.cms-mosera-home-page3 .block-latestblog {
    margin-top: 0;
    padding-top: 0;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 45px;
}

.cms-mosera-home-page3 .sns_testimonial {
    margin-bottom: 0;
    border-bottom: none;
}

.cms-mosera-home-page3 #sns_partners {
    margin-top: 0;
}

.cms-mosera-home-page4 .block.sns-hotcategory {
    background-position: left top;
    padding-bottom: 0;
    padding-top: 60px;
    margin-top: 20px;
}

.cms-mosera-home-page4 #sns_partners {
    border-top: none;
    background: url(../images/border-bottom.png) repeat-x left top;
    margin-top: 0px;
    padding-top: 60px;
}

.contacts-index-index #sns_content {
    margin-bottom: 60px;
}

.checkout-cart-index .footer_style {
    margin-top: 60px;
}

.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-products .products-grid .item .item-inner {
    padding-bottom: 0;
}

.category-image {
    margin-bottom: 30px;
}

.products-grid .item {
    margin-top: 30px;
}

.products-grid .item .item-inner {
    position: relative;
    -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);
    z-index: 0;
    padding-bottom: 24px;
}

.products-grid .item .item-inner .item-sizes {
    background: #fff;
    color: #000;
    border: 1px solid #000;
    position: absolute;
    opacity: .5;
    bottom: -40px;
    line-height: 20px;
    text-align: center;
    width: 100%;
    -webkit-transition: all .5s cubic-bezier(.4, -0.4, .6, 1.4);
    -moz-transition: all .5s cubic-bezier(.4, -0.4, .6, 1.4);
    -ms-transition: all .5s cubic-bezier(.4, -0.4, .6, 1.4);
    -o-transition: all .5s cubic-bezier(.4, -0.4, .6, 1.4);
    transition: all .5s cubic-bezier(.4, -0.4, .6, 1.4);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.products-grid .item .item-inner:hover .item-sizes {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    bottom: 10px;
    opacity: 1;
}

.products-grid .item .item-inner:hover .item-img .ico-label .ico-product {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

body.eimg-preserve-3d .products-grid .item .item-inner:hover .item-img.have-additional .img-main {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

body.eimg-preserve-3d.ie .products-grid .item .item-inner:hover .item-img.have-additional .img-main {
    transform: none;
}

body.eimg-translatex .products-grid .item .item-inner:hover .item-img.have-additional .img-main {
    transform: translateX(120%);
    -moz-transform: translateX(120%);
    -o-transform: translateX(120%);
    -webkit-transform: translateX(120%);
}

body.eimg-translatey .products-grid .item .item-inner:hover .item-img.have-additional .img-main {
    transform: translateY(120%);
    -moz-transform: translateY(120%);
    -o-transform: translateY(120%);
    -webkit-transform: translateY(120%);
}

.products-grid .item .item-inner:hover .item-img.have-additional .img-additional {
    z-index: 1;
}

body.eimg-preserve-3d .products-grid .item .item-inner:hover .item-img.have-additional .img-additional {
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
    -o-transform: rotateX(0deg) rotateY(0deg);
    transform: rotateX(0deg) rotateY(0deg);
}

body.eimg-preserve-3d.ie .products-grid .item .item-inner:hover .item-img.have-additional .img-additional {
    transform: none;
}

body.eimg-translatex .products-grid .item .item-inner:hover .item-img.have-additional .img-additional {
    transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
}

body.eimg-translatey .products-grid .item .item-inner:hover .item-img.have-additional .img-additional {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
}

.products-grid .item .item-inner .item-content {
    min-height: 24px;
}

.products-grid .item .item-inner .info-inner {
    position: relative;
}

.products-grid .item .item-inner .ratings {
    font-size: 11px;
    margin: 0;
}

.products-grid .item .item-inner .ratings .rating-links {
    display: none;
}

.products-grid .item .item-inner .no-rating {
    font-size: 13px;
    margin: 0;
}

.products-grid .item .item-inner .no-rating a {
    display: none;
}

.products-grid .item .item-inner .no-rating:before {
    content: '\f005\f005\f005\f005\f005';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    letter-spacing: 2px;
    color: #ccc;
}

.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 {
    position: relative;
    z-index: 0;
    overflow: hidden;
    position: relative;
}

body.eimg-preserve-3d .products-grid .item .item-inner .item-img.have-additional .img-main {
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform-style: preserve-3d;
    -moz-backface-visibility: hidden;
    -o-transform: rotateX(0deg) rotateY(0deg);
    -o-transform-style: preserve-3d;
    -o-backface-visibility: hidden;
    transform: rotateX(0deg) rotateY(0deg);
    transform-style: preserve-3d;
    backface-visibility: hidden;
}

body.eimg-preserve-3d.ie .products-grid .item .item-inner .item-img.have-additional .img-main {
    transform: none;
}

body.eimg-translatex .products-grid .item .item-inner .item-img.have-additional .img-main {
    transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
}

body.eimg-translatey .products-grid .item .item-inner .item-img.have-additional .img-main {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
}

.products-grid .item .item-inner .item-img.have-additional .img-main {
    display: block;
    -webkit-transition: all 600ms cubic-bezier(0, 0, .6, 1.4);
    -moz-transition: all 600ms cubic-bezier(0, 0, .6, 1.4);
    -ms-transition: all 600ms cubic-bezier(0, 0, .6, 1.4);
    -o-transition: all 600ms cubic-bezier(0, 0, .6, 1.4);
    transition: all 600ms cubic-bezier(0, 0, .6, 1.4);
}

.products-grid .item .item-inner .item-img.have-additional .img-additional {
    text-align: center;
    left: 0;
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 100%;
    z-index: -1;
    -webkit-transition: all 600ms cubic-bezier(0, 0, .6, 1.4);
    -moz-transition: all 600ms cubic-bezier(0, 0, .6, 1.4);
    -ms-transition: all 600ms cubic-bezier(0, 0, .6, 1.4);
    -o-transition: all 600ms cubic-bezier(0, 0, .6, 1.4);
    transition: all 600ms cubic-bezier(0, 0, .6, 1.4);
}

body.eimg-preserve-3d .products-grid .item .item-inner .item-img.have-additional .img-additional {
    -webkit-transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-transform: rotateY(-180deg);
    -moz-transform-style: preserve-3d;
    -moz-backface-visibility: hidden;
    -o-transform: rotateY(-180deg);
    -o-transform-style: preserve-3d;
    -o-backface-visibility: hidden;
    transform: rotateY(-180deg);
    transform-style: preserve-3d;
    backface-visibility: hidden;
}

body.eimg-preserve-3d.ie .products-grid .item .item-inner .item-img.have-additional .img-additional {
    transform: none;
}

body.eimg-translatex .products-grid .item .item-inner .item-img.have-additional .img-additional {
    transform: translateX(-120%);
    -moz-transform: translateX(-120%);
    -o-transform: translateX(-120%);
    -webkit-transform: translateX(-120%);
}

body.eimg-translatey .products-grid .item .item-inner .item-img.have-additional .img-additional {
    transform: translateY(-120%);
    -moz-transform: translateY(-120%);
    -o-transform: translateY(-120%);
    -webkit-transform: translateY(-120%);
}

.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: #000;
    color: #fff;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 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);
}

.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:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 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);
    z-index: 888;
    content: '';
    display: block;
}

.products-grid .item .item-inner .item-img .product-image .img-main.loading:before {
    background: #000;
}

.products-grid .item .item-inner .item-info {
    padding-bottom: 18px;
    min-height: 60px;
}

.products-grid .item .item-inner .item-info .item-title {
    margin-bottom: 10px;
    text-align: center;
}

.products-grid .item .item-inner .item-info .item-title a:hover {
    color: #000;
}

.products-grid .item .item-inner .item-info .item-price {
    position: relative;
    text-align: center;
}

.products-grid .item .item-inner .item-info .item-price > * {
    display: inline-block;
    vertical-align: middle;
}

.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;
    margin-bottom: 3px;
}

.products-grid .item .item-inner .item-info .item-price .old-price {
    float: left;
}

.old-price .price {
    text-decoration: line-through;
}

.products-grid .item .item-inner .item-info .item-price .no-rating {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    line-height: 23px;
}

.products-grid .item .item-inner .item-info .item-price .ratings {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.products-grid .item .item-inner .action-bot {
    width: 100%;
    height: 43px;
    bottom: 0px;
    position: absolute;
    background: none;
    border-left: none;
    border-right: none;
    left: 0;
    z-index: 2;
}

.products-grid .item .item-inner .action-bot .actions {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
}

.products-grid .item .item-inner .action-bot .actions .add-to-links {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

.products-grid .item .item-inner .action-bot .actions .add-to-links li {
    list-style: none;
}

.products-grid .item .item-inner .action-bot .actions .add-to-links li.link-addtocart {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.products-grid .item .item-inner .action-bot .actions .add-to-links li.link-addtocart .btn-cart {
    height: 40px;
    overflow: hidden;
    top: 0;
    left: 0;
    line-height: 40px;
    font-size: 12px;
    -webkit-transition: all 250ms cubic-bezier(.4, -0.4, .6, 1.4);
    -moz-transition: all 250ms cubic-bezier(.4, -0.4, .6, 1.4);
    -ms-transition: all 250ms cubic-bezier(.4, -0.4, .6, 1.4);
    -o-transition: all 250ms cubic-bezier(.4, -0.4, .6, 1.4);
    transition: all 250ms cubic-bezier(.4, -0.4, .6, 1.4);
    background: #fff;
    border: 1px solid black;
    color: #000;
}

.products-grid .item .item-inner .action-bot .actions .add-to-links li.link-addtocart .btn-cart:before {
    position: absolute;
    content: "";
    background: none;
    width: 1px;
    height: 43px;
    top: -1px;
    left: -1px;
    z-index: 9;
    -webkit-transition: all 0.25 cubic-bezier(.4, -0.4, .6, 1.4);
    -moz-transition: all 0.25 cubic-bezier(.4, -0.4, .6, 1.4);
    -ms-transition: all 0.25 cubic-bezier(.4, -0.4, .6, 1.4);
    -o-transition: all 0.25 cubic-bezier(.4, -0.4, .6, 1.4);
    transition: all 0.25 cubic-bezier(.4, -0.4, .6, 1.4);
}

.products-grid .item .item-inner .action-bot .actions .add-to-links li.link-addtocart .btn-cart strong {
    font-weight: normal;
}

.products-grid .item .item-inner .action-bot .actions .add-to-links li.link-addtocart .btn-cart i {
    margin-right: 3px;
}

.products-grid .item .item-inner .action-bot .actions .add-to-links li.link-addtocart .btn-cart:hover:before {
    background: #000;
}

.products-grid .item .item-inner .action-bot .actions .add-to-links li.link-addtocart .btn-cart:hover i {
    color: #fff;
}

.products-grid .item .item-inner .action-bot .actions .add-to-links li .sns-btn-quickview {
    position: absolute;
    width: 0;
    height: 40px;
    line-height: 40px;
    top: 0px;
    right: 0;
    color: #000;
    background: #fff;
    overflow: hidden;
    -webkit-transition: all 300ms cubic-bezier(.4, -0.4, .6, 1.4);
    -moz-transition: all 300ms cubic-bezier(.4, -0.4, .6, 1.4);
    -ms-transition: all 300ms cubic-bezier(.4, -0.4, .6, 1.4);
    -o-transition: all 300ms cubic-bezier(.4, -0.4, .6, 1.4);
    transition: all 300ms cubic-bezier(.4, -0.4, .6, 1.4);
    transition-delay: 250ms;
}

.products-grid .item .item-inner:hover .action-bot .actions .add-to-links li .sns-btn-quickview {
    width: 40px;
    border: 1px solid #000;
}

.products-grid .item .item-inner .action-bot .actions .add-to-links li i:before {
    position: relative;
    -webkit-transition: all 0.25 cubic-bezier(.4, -0.4, .6, 1.4);
    transition: all 0.25 cubic-bezier(.4, -0.4, .6, 1.4);
    -moz-transition: all 0.25 cubic-bezier(.4, -0.4, .6, 1.4);
    -ms-transition: all 0.25 cubic-bezier(.4, -0.4, .6, 1.4);
    -o-transition: all 0.25 cubic-bezier(.4, -0.4, .6, 1.4);
}

.products-grid .item .item-inner .ico-label {
    display: inline-block;
    position: absolute;
    line-height: 35px;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-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);
    transition: all 0.5s cubic-bezier(.4, -0.4, .6, 1.4);
}

.products-grid .item .item-inner .ico-label .ico-product {
    display: inline-block;
    height: 25px;
    color: #000;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    line-height: 25px;
    padding: 0 5px;
    background: #fff;
    border: 1px solid black;
    -webkit-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);
    transition: all 0.5s cubic-bezier(.4, -0.4, .6, 1.4);
}

.products-grid .item .item-inner:hover .ico-label {
    top: -100px;
}

.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;

}

.products-list > li.item .item-title a {
    color: #888;
}

.products-list > li.item .rating-block {
    margin-bottom: 10px;
}

.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 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);
    transition: all 0.3s cubic-bezier(.4, -0.4, .6, 1.4);
    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;

    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 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);
}

.products-list > li.item .col-left .item-img .ico-product.ico-sale {
    -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);
    right: 11px;
    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: #000;
    color: #fff;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 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);
}

.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.have-additional .img-main {
    display: block;
    -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);
}

body.eimg-preserve-3d .products-list > li.item .col-left .item-img.have-additional .img-main {
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform-style: preserve-3d;
    -moz-backface-visibility: hidden;
    -o-transform: rotateX(0deg) rotateY(0deg);
    -o-transform-style: preserve-3d;
    -o-backface-visibility: hidden;
    transform: rotateX(0deg) rotateY(0deg);
    transform-style: preserve-3d;
    backface-visibility: hidden;
}

body.eimg-preserve-3d.ie .products-list > li.item .col-left .item-img.have-additional .img-main {
    transform: none;
}

body.eimg-translatex .products-list > li.item .col-left .item-img.have-additional .img-main {
    transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
}

body.eimg-translatey .products-list > li.item .col-left .item-img.have-additional .img-main {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
}

.products-list > li.item .col-left .item-img.have-additional .img-additional {
    text-align: center;
    left: 0;
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 100%;
    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);
}

body.eimg-preserve-3d .products-list > li.item .col-left .item-img.have-additional .img-additional {
    -webkit-transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-transform: rotateY(-180deg);
    -moz-transform-style: preserve-3d;
    -moz-backface-visibility: hidden;
    -o-transform: rotateY(-180deg);
    -o-transform-style: preserve-3d;
    -o-backface-visibility: hidden;
    transform: rotateY(-180deg);
    transform-style: preserve-3d;
    backface-visibility: hidden;
}

body.eimg-preserve-3d.ie .products-list > li.item .col-left .item-img.have-additional .img-additional {
    transform: none;
}

body.eimg-translatex .products-list > li.item .col-left .item-img.have-additional .img-additional {
    transform: translateX(-120%);
    -moz-transform: translateX(-120%);
    -o-transform: translateX(-120%);
    -webkit-transform: translateX(-120%);
}

body.eimg-translatey .products-list > li.item .col-left .item-img.have-additional .img-additional {
    transform: translateY(-120%);
    -moz-transform: translateY(-120%);
    -o-transform: translateY(-120%);
    -webkit-transform: translateY(-120%);
}

.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: #000;
}

.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 .rating-block {
    margin-top: 0px;
}

.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 {

    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: #000;
}

.products-list > li.item .col-right .action-bot .actions .add-to-links {
    display: inline-block;
    padding-left: 0;
    float: left;
}

.products-list > li.item .col-right .action-bot .actions .add-to-links li {
    position: relative;
    text-align: center;
    width: 44px;
    height: 44px;
    display: inline-block;
    background: none;
    list-style: none;
    float: left;
}

.products-list > li.item .col-right .action-bot .actions .add-to-links li a {
    color: #888;
    line-height: 44px;
    width: 44px;
    height: 44px;
    display: inline-block;
    text-align: center;
    border-left: 1px solid #eaeaea;
    background: #fff;
    -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);
}

.products-list > li.item .col-right .action-bot .actions .add-to-links li a:hover i {
    color: #000;
}

.products-list > li.item .col-right .action-bot .actions .add-to-links li i {
    color: #888;
    font-size: 12px;
    -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);
}

.catalog-product-compare-index .add-to-links {
    padding: 0px;
}

.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;
}

.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: #000;
    top: -1px;
    left: -1px;
    line-height: 52px;
    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 .navslider a.next, #sns_right .block .block-title .navslider a.next, #sns_left .block .block-title .navslider a.next {
    background-image: url(../images/arow-next.png);
}

.product_slider .block .block-title .navslider a.next:hover, #sns_right .block .block-title .navslider a.next:hover, #sns_left .block .block-title .navslider a.next:hover {
    background-image: url(../images/arow-next1.png);
}

.product_slider .block .block-title .navslider a.prev, #sns_right .block .block-title .navslider a.prev, #sns_left .block .block-title .navslider a.prev {
    margin: 0;
    background-image: url(../images/arow-pre.png);
}

.product_slider .block .block-title .navslider a.prev:hover, #sns_right .block .block-title .navslider a.prev:hover, #sns_left .block .block-title .navslider a.prev:hover {
    background-image: url(../images/arow-pre1.png);
}

.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,
.page-title h1 {
    font-size: 160%;
    line-height: 50px;
    margin: 0;
}

.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-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 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);
}

.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: #000;
    background: #000;
}

.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: #000;
}

.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: #000;
}

.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: #000;
}

.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;
}

#sns_sticky_right .block, #sns_sticky_left .block {
    margin: 0;
}

.block .btn-remove {
    position: absolute;
    top: 0px;
    right: 0px;
}

.block .block-title {
    font-size: 120%;
    position: relative;
    width: 100%;
    display: inline-block;
}

.block .block-title h1, .block .block-title h2, .block .block-title h3, .block .block-title h4 {
    font-size: 140%;
    margin: 0;
    font-weight: normal;
}

.block .block-title .navslider {
    position: absolute;
    display: none;
    top: 0;
    right: 0;
    margin-top: 0;
    width: 70px;
    height: 30px;
    z-index: 3;
    -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);
}

.block .block-title .navslider a {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 20px;
    line-height: 20px;
    float: left;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    background: #fff;
    text-align: center;
    -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);
}

.block .block-title .navslider a:first-child {
    margin-right: 10px;
}

.block .block-title .navslider a i {
    font-size: 14px;
    color: #000;
    background: none;
    -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);
}

.block .block-title .navslider a i:hover {
    color: #000;
}

.block .block-title .navslider a:hover {
    border-color: #000;
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
    -webkit-box-shadow: 0px 30px 100px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 30px 100px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 30px 100px 0px rgba(50, 50, 50, 0.75);
    z-index: 2;
}

.block .block-title .navslider a:hover i {
    color: #000;
}

.block .block-content {
    padding: 10px 0 0;
}

.block .block-content a.have-borderinset, .block .block-content button.have-borderinset {
    background: transparent;
    color: #000;
    margin-left: -5px;
    padding: 0px;
    -webkit-transition: all 0s cubic-bezier(.4, -0.4, .6, 1.4) 0s;
    transition: all 0s cubic-bezier(.4, -0.4, .6, 1.4) 0s;
    -moz-transition: all 0s cubic-bezier(.4, -0.4, .6, 1.4) 0s;
    -ms-transition: all 0s cubic-bezier(.4, -0.4, .6, 1.4) 0s;
    -o-transition: all 0s cubic-bezier(.4, -0.4, .6, 1.4) 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 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);
}

.block.sns-slider .block-title-slider .navslider a i:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}

.block.sns-slider .pretext {
    margin: 0;
}

.block.sns-slider .container-slider {
    margin: 0 -15px;
}

.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.hot-deals .block-title {
    min-height: 55px;
    margin: 0 15px 10px 0;
}

.block.sns-slider.hot-deals .block-title strong {
    display: block;
    background: #000;
    position: absolute;
    top: 0;
    left: -7px;
    padding: 0px 20px;
    color: #fff;
    height: 54px;
    line-height: 54px;
    white-space: nowrap;
}

.block.sns-slider.hot-deals .block-title strong:before {
    width: 0;
    height: 0;
    border-style: solid;
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    border-color: transparent #8e6411 transparent transparent;
    border-width: 0 7px 10px 0;
    left: 0;
}

.block.sns-slider.hot-deals .block-title strong:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 99.99%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 27px 0 27px 27px;
    border-color: transparent transparent transparent #000;
}

.block.sns-slider.hot-deals .container-slider {
    padding: 0 0 15px;
}

.block.sns-slider.hot-deals .container-slider .item:hover {
    -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);
}

.block.sns-slider.hot-deals .container-slider .item:hover .item-img .product-image {
    -webkit-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    transform: translate(0, -30px);
}

.block.sns-slider.hot-deals .container-slider .item:hover .item-img .gallery {
    opacity: 0.9;
    filter: alpha(opacity=90);
    bottom: 0;
}

.block.sns-slider.hot-deals .container-slider .item:hover .item-img .actions .link-wishlist, .block.sns-slider.hot-deals .container-slider .item:hover .item-img .actions .link-compare, .block.sns-slider.hot-deals .container-slider .item:hover .item-img .actions .sns-btn-quickview {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    top: -30px;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
}

.block.sns-slider.hot-deals .container-slider .item .item-img {
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}

.block.sns-slider.hot-deals .container-slider .item .item-img .product-image {
    display: block;
    text-align: center;
}

.block.sns-slider.hot-deals .container-slider .item .item-img .gallery {
    padding: 3px 25px;
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 100%;
    background: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -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);
}

.block.sns-slider.hot-deals .container-slider .item .item-img .gallery .img {
    margin: 0 2px;
    text-align: center;
}

.block.sns-slider.hot-deals .container-slider .item .item-img .gallery .img img {
    cursor: pointer;
}

.block.sns-slider.hot-deals .container-slider .item .item-img .gallery .owl-controls .owl-buttons {
    color: #ccc;
}

.block.sns-slider.hot-deals .container-slider .item .item-img .gallery .owl-controls .owl-buttons > div {
    position: absolute;
    top: 50%;
    margin-top: -10px;
}

.block.sns-slider.hot-deals .container-slider .item .item-img .gallery .owl-controls .owl-prev {
    left: -15px;
}

.block.sns-slider.hot-deals .container-slider .item .item-img .gallery .owl-controls .owl-next {
    right: -15px;
}

.block.sns-slider.hot-deals .container-slider .item .item-img .actions {
    position: absolute;
    top: 50%;
    left: 50%;
}

.block.sns-slider.hot-deals .container-slider .item .item-img .actions .add-to-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.block.sns-slider.hot-deals .container-slider .item .item-img .actions .link-wishlist, .block.sns-slider.hot-deals .container-slider .item .item-img .actions .link-compare, .block.sns-slider.hot-deals .container-slider .item .item-img .actions .sns-btn-quickview {
    width: 40px;
    height: 40px;
    display: block;
    background: #333;
    position: absolute;
    top: -120px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    text-align: center;
    -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);
    -webkit-transition-timing-function: cubic-bezier(0.600, -0.280, 0.735, 0.045);
    transition-timing-function: cubic-bezier(0.600, -0.280, 0.735, 0.045);
}

.block.sns-slider.hot-deals .container-slider .item .item-img .actions .link-wishlist:before, .block.sns-slider.hot-deals .container-slider .item .item-img .actions .link-compare:before, .block.sns-slider.hot-deals .container-slider .item .item-img .actions .sns-btn-quickview:before {
    color: #fff;
    font-size: 20px;
}

.block.sns-slider.hot-deals .container-slider .item .item-img .actions .link-wishlist:hover, .block.sns-slider.hot-deals .container-slider .item .item-img .actions .link-compare:hover, .block.sns-slider.hot-deals .container-slider .item .item-img .actions .sns-btn-quickview:hover {
    background: #000;
}

.block.sns-slider.hot-deals .container-slider .item .item-img .actions .link-wishlist {
    left: -62px;
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
}

.block.sns-slider.hot-deals .container-slider .item .item-img .actions .link-wishlist:before {
    font-family: 'ElegantIcons';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e030';
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

.block.sns-slider.hot-deals .container-slider .item .item-img .actions .sns-btn-quickview {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
    -moz-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    right: -20px;
}

.block.sns-slider.hot-deals .container-slider .item .item-img .actions .sns-btn-quickview span {
    display: none;
}

.block.sns-slider.hot-deals .container-slider .item .item-img .actions .sns-btn-quickview:before {
    font-family: 'ElegantIcons';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\55';
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

.block.sns-slider.hot-deals .container-slider .item .item-img .actions .link-compare {
    right: -62px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
}

.block.sns-slider.hot-deals .container-slider .item .item-img .actions .link-compare:before {
    font-family: 'ElegantIcons';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\2f';
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

.block.sns-slider.hot-deals .container-slider .item .item-title a {
    font-size: 130%;
    font-weight: bold;

}

.block.sns-slider.hot-deals .container-slider .item .discount {
    margin-bottom: 20px;
}

.block.sns-slider.hot-deals .container-slider .item .countdown {
    margin-bottom: 20px;
    display: table;
    width: 100%;
    text-align: center;
}

.block.sns-slider.hot-deals .container-slider .item .countdown:before, .block.sns-slider.hot-deals .container-slider .item .countdown:after {
    content: " ";
    display: table;
}

.block.sns-slider.hot-deals .container-slider .item .countdown:after {
    clear: both;
}

.block.sns-slider.hot-deals .container-slider .item .countdown .countdown-row {
    display: table-row;
}

.block.sns-slider.hot-deals .container-slider .item .countdown .countdown-row:before, .block.sns-slider.hot-deals .container-slider .item .countdown .countdown-row:after {
    content: " ";
    display: table;
}

.block.sns-slider.hot-deals .container-slider .item .countdown .countdown-row:after {
    clear: both;
}

.block.sns-slider.hot-deals .container-slider .item .countdown .countdown-row .countdown-section {
    display: table-cell;
    border: 1px solid #eee;
    padding: 5px 0;
    text-align: center;
}

.block.sns-slider.hot-deals .container-slider .item .countdown .countdown-row .countdown-section + .countdown-section {
    border-left: none;
}

.block.sns-slider.hot-deals .container-slider .item .countdown .countdown-row .countdown-section .countdown-amount {
    color: #666;
    display: block;
    font-weight: bold;
    font-size: 120%;
}

.block.sns-slider.hot-deals .container-slider .item .countdown .countdown-row .countdown-section .countdown-period {
    color: #aaa;
}

.block.sns-slider.hot-deals .container-slider .item .btn-cart {
    padding: 8px 15px;
}

.block.sns-slider.stylev2 .container-slider .owl-item {
    padding-left: 15px;
    padding-right: 15px;
}

.block.sns-slider.stylev2 .container-slider .owl-item .row-item .item:last-child {
    margin-bottom: 0;
}

.block.sns-slider.stylev2 .container-slider .owl-item .item {
    margin-top: 0;
    margin-bottom: 15px;
}

.block.sns-slider.stylev2 .container-slider .owl-item .item-inner .prd {
    border: none;
}

.block.sns-slider.stylev2 .container-slider .owl-item .item-inner .prd .item-img {
    float: left;
    width: 120px;
    height: 120px;
    border: 1px solid #eaeaea;
    margin-right: 18px;
    margin-top: 5px;
    margin-bottom: 0;
}

.block.sns-slider.stylev2 .container-slider .owl-item .item-inner .prd .item-info {
    position: relative;
    overflow: hidden;
    padding: 0;
}

.block.sns-slider.stylev2 .container-slider .owl-item .item-inner .prd .item-info .action-button button {
    margin-top: 15px;
}

.block.sns-slider.stylev2 .container-slider .owl-item .item-inner .prd .item-info .action-button button .fa {
    float: left;
    line-height: 33px;
    margin-right: 6px;
}

.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: #000;
}

.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: #000;
}

.block.sns-slider.stylev3 .products-grid .item .item-inner .prd .item-info .rating {
    margin-bottom: 10px;
}

.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;

    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: #000;
}

.block.sns-deals {
    padding: 0 !important;
    margin-bottom: 30px;
    background: #f3f3f3;
    position: relative;
}

.block.sns-deals .owl-controls {
    position: absolute;
    top: -55px;
    right: 15px;
    margin-top: 0px;
    width: 70;
    height: 30px;
    z-index: 3;
}

.block.sns-deals .owl-controls .owl-nav > div {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    float: left;
    border: 1px solid #eaeaea;
    background: #fff;
    text-align: center;
    -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);
    line-height: 26px;
}

.block.sns-deals .owl-controls .owl-nav > div.owl-next {
    margin-left: 10px;
}

.block.sns-deals .owl-controls .owl-nav > div i {
    font-size: 14px;
    color: #ccc;
    background: none;
    -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);
}

.block.sns-deals .owl-controls .owl-nav > div i:hover {
    color: #000;
}

.block.sns-deals .owl-controls .owl-nav > div:hover {
    border-color: #000;
}

.block.sns-deals .owl-controls .owl-nav > div:hover i {
    color: #000;
}

.block.sns-deals:hover .owl-controls .owl-nav > div {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.block.sns-deals:hover .owl-controls .owl-nav > div.owl-prev {
    left: 0px;
}

.block.sns-deals:hover .owl-controls .owl-nav > div.owl-next {
    right: 0px;
}

.block.sns-deals .module-title {
    padding-left: 15px;
    padding-right: 15px;
}

.block.sns-deals .left {
    float: left;
    width: 50%;
    position: relative;
    max-height: 570px;
    overflow: hidden;
}

.block.sns-deals .left .img-main {
    display: inline-block;
}

.block.sns-deals .left:before {
    content: "";
    position: absolute;
    background: #000;
    opacity: 0.35;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.block.sns-deals .left .left-content {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 2;
    top: 45%;
    left: 0;
    text-align: center;
    color: #fff;
}

.block.sns-deals .left .left-content .title {
    font-weight: bold;
    font-size: 60px;

    margin-bottom: 35px;
}

.block.sns-deals .left .left-content .date {
    font-size: 24px;

}

.block.sns-deals .right {
    float: left;
    width: 50%;
    padding: 60px;
}

.block.sns-deals .right .item-title {

    font-size: 36px;
    font-weight: lighter;
    color: #2f2f2f;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 35px;
}

.block.sns-deals .right .item-title:before {
    position: absolute;
    width: 50px;
    height: 2px;
    background: #2f2f2f;
    content: "";
    bottom: 0;
}

.block.sns-deals .right .desc {
    font-size: 15px;
    margin-bottom: 56px;
}

.block.sns-deals .right .module-countdown {
    float: left;
    width: 100%;
}

.block.sns-deals .right .module-countdown .countdown {
    display: block;
    margin: 0 -20px;
}

.block.sns-deals .right .module-countdown .countdown .countdown-row {
    display: inline-block;
    width: 100%;
}

.block.sns-deals .right .module-countdown .countdown .countdown-row .countdown-section {
    float: left;
    width: 25%;
    padding: 0 20px;
}

.block.sns-deals .right .module-countdown .countdown .countdown-row .countdown-section span {
    border: 1px solid #fff;
    text-align: center;
    line-height: 90px;
    display: inline-block;
    width: 100%;
    font-size: 18px;
}

.block.sns-deals .right .module-countdown .countdown .countdown-row .countdown-section span.countdown-amount {
    background: #fff;
    font-weight: 900;
    font-size: 48px;
}

.block.sns-deals .right .click_count {
    float: left;
    margin-top: 55px;
}

.block.sns-deals .right .click_count a {
    width: 170px;
    height: 50px;

    line-height: 48px;
    text-align: center;
    display: inline-block;
    padding: 0;
    border: 1px solid #fff;
    -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);
}

.block.sns-deals .right .click_count a:hover {
    border-color: #000;
    margin-left: 10px;
}

.block.sns-deals .block-title {
    padding-top: 15px;
    margin-bottom: 0;
}

.block.sns-deals .title-custom {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.block.sns-deals p.no-rating:before, .block.sns-deals p.no-rating:after {
    content: " ";
    display: table;
}

.block.sns-deals p.no-rating:after {
    clear: both;
}

.block.sns-deals p.no-rating:before {
    content: '\f005\f005\f005\f005\f005';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    letter-spacing: 2px;
    color: #ccc;
    white-space: nowrap;
}

.block.sns-deals p.no-rating a {
    display: none;
}

.block.sns-deals .rating-links {
    display: none;
}

.block.sns-deals .ico-product {
    display: inline-block;
    width: 35px;
    height: 35px;
    color: #fff;
    position: absolute;
    z-index: 1;
    text-align: center;

    font-weight: normal;
    font-size: 10px;
    line-height: 34px;
    padding: 0;
    top: 11px;
    left: 11px;
    background: #888;
    border-radius: 100%;
    display: none;
}

.block.sns-deals .ico-product.ico-new {
    -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);
}

.block.sns-deals .ico-product.ico-sale {
    -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);
    right: 11px;
    left: inherit;
}

.block.sns-deals .item-title {
    margin-bottom: 0;
}

.block.sns-deals .action-bot {
    display: none !important;
}

.block.sns-deals .item-info {
    position: relative;
}

.block.sns-deals .item-info .info-inner {
    position: inherit;
}

.block.sns-deals .products-grid .item {
    margin-top: 0;
}

.block.sns-deals .products-grid .item .item-inner .prd {
    border: none;
}

.block.sns-deals .products-grid .item .item-inner .item-img {
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.block.sns-deals .products-grid .item .item-inner .item-info {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 13px;
    padding-bottom: 12px;
}

.block.sns-deals .products-grid .item .item-inner .custom-info {
    padding: 0;
}

.block.sns-deals .products-grid .item .item-inner .custom-info .item-title {
    margin-bottom: 0;
    padding-bottom: 0;
    overflow: inherit;
}

.block.sns-deals .products-grid .item .item-inner .custom-info .item-price .old-price .price {
    line-height: 26px;
    margin-left: 6px;
}

.block.sns-deals .products-grid .item .item-inner .custom-info .item-price {
    margin-bottom: 3px;
    line-height: 26px;
}

.block.sns-deals .desc {
    margin-bottom: 15px;
}

.block.sns-deals .item-price > * {
    display: inline-block;
    vertical-align: middle;
}

.block.sns-deals .owl-wrapper-outer {
    background: #fff;
}

.block.sns-deals .owl-wrapper-outer .item {
    margin: 0;
    padding: 0;
    padding-right: 1px;
}

.block.sns-deals .owl-wrapper-outer .item button.btn-cart:after {
    -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);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 6px 0;
    border-color: transparent #000 transparent transparent;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: -5px;
    margin-top: -6px;
    -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);
}

.block.sns-deals .owl-wrapper-outer .item button.btn-cart:hover:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 6px 0;
    border-color: transparent #ec5a5a transparent transparent;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .block.sns-deals .owl-wrapper-outer .item {
        padding: 9px;
    }
}

.block.block-facebook .block-content {
    padding: 5px 0 0;
}

.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 .item-img {
    padding: 8px 0;
    border: 1px solid transparent !important;
}

.block.box-up-sell .block-subtitle {
    margin-bottom: 10px;
}

.block.box-up-sell .block-subtitle a {
    color: #000;
}

.block.block-stickynote.on-top .block-title {
    font-size: 40px;
    font-weight: bold;

    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 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);
}

.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;

    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;
}

.upsell-products .box-up-sell .block-title {
    margin: 0 0 15px;
}

.block-latestblog {
    overflow: hidden;
    margin: 0px;
}

.block-latestblog .block-title {
    margin-bottom: 30px;
}

.block-latestblog .note {
    text-align: center;
    margin-bottom: 36px;
}

.block-latestblog .block-content strong {
    color: #222;
    font-weight: normal;
}

.block-latestblog .block-content .post-img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.block-latestblog .block-content .post-img .date {
    color: #fff;
    background: #333;
    width: 50px;
    padding-top: 5px;
    height: 50px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}

.block-latestblog .block-content .post-img .date span {
    display: inline-block;
    float: left;
    width: 100%;
}

.block-latestblog .block-content .post-img .date span:first-child {
    font-size: 20px;
    height: 15px;
    height: 18px;
    font-weight: bold;
}

.block-latestblog .block-content .post-user .root {
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
    color: #ccc;
}

.block-latestblog .block-content .post-user i {
    margin-right: 3px;
}

.block-latestblog .block-content .post-user .user {
    display: inline-block;
}

.block-latestblog .block-content .post-user .user .poster {
    color: #000;
}

.block-latestblog .block-content .post-user .comment {
    display: inline-block;
}

.block-latestblog .block-content .post-user .comment .comment_total {
    color: #000;
}

.block-latestblog .block-content .postcontent-title {
    margin-bottom: 10px;
    margin-top: 8px;
}

.block-latestblog .block-content .postcontent-title a {
    position: relative;
    max-height: 20px;
    margin-bottom: 0;
    overflow: hidden;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #2f2f2f;
}

.block-latestblog .block-content .postcontent-title a:hover {
    color: #000;
}

.block-latestblog .block-content .postContent {
    margin-bottom: 15px;
    max-height: 60px;
    position: relative;
    overflow: hidden;
}

.block-latestblog .block-content .postContent .aw-blog-read-more, .block-latestblog .block-content .postContent img {
    display: none;
}

.block-latestblog .block-content .postContent p {
    margin-bottom: 0;
}

.block-latestblog .block-content .postContent a {
    position: relative;
    max-height: 20px;
    margin-bottom: 0;
    overflow: hidden;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: #2f2f2f;
}

.block-latestblog .block-content .postContent a:hover {
    color: #000;
}

.block-latestblog .block-content .item-post {
    padding: 0 5px;
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.block-latestblog .block-content .read_more {
    margin-bottom: 8px;
    font-size: 12px;
}

.block-latestblog .block-content .link-readmore a {
    padding: 0 25px;
    height: 35px;
    border: 1px solid #eaeaea;
    line-height: 32px;
    display: inline-block;
    margin-top: 15px;
    -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);
}

.block-latestblog .block-content .link-readmore a:hover {
    border: 1px solid;
    margin-left: 10px;
    color: #000;
}

.block-latestblog .block-content .post-img img {
    min-height: 100%;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.block-latestblog .owl-dots {
    text-align: center;
}

.block-latestblog .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 3px 0 2px;
    width: 10px;
    height: 10px;
    background: #efefef;
    border-radius: 50%;
}

.block-latestblog .owl-dots .owl-dot:hover, .block-latestblog .owl-dots .owl-dot.active {
    background: #000;
}

.block-latestblog.styleblog_v2 .block-title {
    margin-bottom: 20px !important;
}

.block-latestblog.styleblog_v2 .read_more {
    padding-top: 20px;
}

.block-latestblog.styleblog_v2 .block-content {
    position: relative;
}

.block-latestblog.styleblog_v2 .navslider {
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    height: 30px;
    z-index: 3;
}

.block-latestblog.styleblog_v2 .navslider a {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: -6px;
    text-align: center;
    border: 1px solid #eaeaea;
    background: #fff;
    -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);
}

.block-latestblog.styleblog_v2 .navslider a.next {
    left: initial;
    right: -6px;
}

.block-latestblog.styleblog_v2 .navslider a i {
    text-align: center;
    line-height: 28px;
    font-size: 16px;
    color: #cacaca;
    -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);
}

.block-latestblog.styleblog_v2 .navslider a i:hover {
    color: #fff;
}

.block-latestblog.styleblog_v2 .navslider a:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}

.mini-products-list.products-grid .item .product-image {
    border: 1px solid #ddd;
    display: block;
    cursor: default;
    overflow: hidden;
    position: relative;
}

.mini-products-list.products-grid .item .product-image:before, .mini-products-list.products-grid .item .product-image:after {
    height: 127px;
    width: 127px;
    opacity: 0.5 !important;
    background-color: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 0.3s cubic-bezier(.4, -0.4, .6, 1.4) 0.1s;
    transition: all 0.3s cubic-bezier(.4, -0.4, .6, 1.4) 0.1s;
    -moz-transition: all 0.3s cubic-bezier(.4, -0.4, .6, 1.4) 0.1s;
    -ms-transition: all 0.3s cubic-bezier(.4, -0.4, .6, 1.4) 0.1s;
    -o-transition: all 0.3s cubic-bezier(.4, -0.4, .6, 1.4) 0.1s;
    content: "";
    display: block;
    position: absolute;
}

.mini-products-list.products-grid .item .product-image:before {
    left: auto;
    right: 0;
    -webkit-transform: rotate(45deg) translateX(-180px);
    -moz-transform: rotate(45deg) translateX(-180px);
    -o-transform: rotate(45deg) translateX(-180px);
    -ms-transform: rotate(45deg) translateX(-180px);
    transform: rotate(45deg) translateX(-180px);
    -webkit-transform-origin: 100% 0%;
    -moz-transform-origin: 100% 0%;
    -o-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
}

.mini-products-list.products-grid .item .product-image:after {
    top: auto;
    bottom: 0;
    -webkit-transform: rotate(45deg) translateX(180px);
    -moz-transform: rotate(45deg) translateX(180px);
    -o-transform: rotate(45deg) translateX(180px);
    -ms-transform: rotate(45deg) translateX(180px);
    transform: rotate(45deg) translateX(180px);
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
}

.mini-products-list.products-grid .item:hover .product-image {
    border: 1px solid #000;
    cursor: default;
    overflow: hidden;
    position: relative;
}

.mini-products-list.products-grid .item:hover .product-image:before, .mini-products-list.products-grid .item:hover .product-image:after {
    height: 127px;
    width: 127px;
    opacity: 0.5 !important;
    background-color: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 0.3s cubic-bezier(.4, -0.4, .6, 1.4) 0.3s;
    transition: all 0.3s cubic-bezier(.4, -0.4, .6, 1.4) 0.3s;
    -moz-transition: all 0.3s cubic-bezier(.4, -0.4, .6, 1.4) 0.3s;
    -ms-transition: all 0.3s cubic-bezier(.4, -0.4, .6, 1.4) 0.3s;
    -o-transition: all 0.3s cubic-bezier(.4, -0.4, .6, 1.4) 0.3s;
    content: "";
    display: block;
    position: absolute;
}

.mini-products-list.products-grid .item:hover .product-image:before {
    left: auto;
    right: 0;
    -webkit-transform: rotate(45deg) translateX(-180px);
    -moz-transform: rotate(45deg) translateX(-180px);
    -o-transform: rotate(45deg) translateX(-180px);
    -ms-transform: rotate(45deg) translateX(-180px);
    transform: rotate(45deg) translateX(-180px);
    -webkit-transform-origin: 100% 0%;
    -moz-transform-origin: 100% 0%;
    -o-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
}

.mini-products-list.products-grid .item:hover .product-image:after {
    top: auto;
    bottom: 0;
    -webkit-transform: rotate(45deg) translateX(180px);
    -moz-transform: rotate(45deg) translateX(180px);
    -o-transform: rotate(45deg) translateX(180px);
    -ms-transform: rotate(45deg) translateX(180px);
    transform: rotate(45deg) translateX(180px);
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
}

.mini-products-list.products-grid .item:hover .product-image:hover:before, .mini-products-list.products-grid .item:hover .product-image:hover:after {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
}

.mini-products-list.products-grid .item:hover .product-image:hover:before {
    -webkit-transform: rotate(45deg) translateX(0px);
    -moz-transform: rotate(45deg) translateX(0px);
    -o-transform: rotate(45deg) translateX(0px);
    -ms-transform: rotate(45deg) translateX(0px);
    transform: rotate(45deg) translateX(0px);
}

.mini-products-list.products-grid .item:hover .product-image:hover:after {
    -webkit-transform: rotate(45deg) translateX(0px);
    -moz-transform: rotate(45deg) translateX(0px);
    -o-transform: rotate(45deg) translateX(0px);
    -ms-transform: rotate(45deg) translateX(0px);
    transform: rotate(45deg) translateX(0px);
}

.mini-products-list.products-grid .item:hover .product-image:before, .mini-products-list.products-grid .item:hover .product-image:after {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
}

.mini-products-list.products-grid .item:hover .product-image:before {
    -webkit-transform: rotate(45deg) translateX(0px);
    -moz-transform: rotate(45deg) translateX(0px);
    -o-transform: rotate(45deg) translateX(0px);
    -ms-transform: rotate(45deg) translateX(0px);
    transform: rotate(45deg) translateX(0px);
}

.mini-products-list.products-grid .item:hover .product-image:after {
    -webkit-transform: rotate(45deg) translateX(0px);
    -moz-transform: rotate(45deg) translateX(0px);
    -o-transform: rotate(45deg) translateX(0px);
    -ms-transform: rotate(45deg) translateX(0px);
    transform: rotate(45deg) translateX(0px);
}

.mini-products-list .item + .item {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #ddd;
}

.mini-products-list .item:before, .mini-products-list .item:after {
    content: " ";
    display: table;
}

.mini-products-list .item:after {
    clear: both;
}

.mini-products-list .item .item-img {
    float: left;
    margin-right: 10px;
}

.mini-products-list .item .item-price .price-box {
    display: inline-block;
}

.mini-products-list .item .item-price .ico-sale {
    display: inline-block;
    vertical-align: text-bottom;
    background: #ff1616;
    color: #fff;
    font-size: 10px;
    border-radius: 3px;
    padding: 3px 5px 4px;
    margin-left: 10px;
    line-height: 100%;
    position: relative;
    margin-bottom: 2px;
}

.mini-products-list .item .item-price .ico-sale:before {
    -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);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 5px 0;
    border-color: transparent #ff1616 transparent transparent;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
}

.mini-products-list .item .old-price {
    display: block;
}

.mini-products-list .item .old-price .price {
    line-height: 1;
}

.mini-products-list .item .item-info {
    overflow: hidden;
}

.mini-products-list .item .item-info .item-title a {
    color: #333;
}

.mini-products-list .item .item-info .item-title a:hover {
    color: #000;
}

.mini-products-list .item .item-info > .rating .rating-links *, .mini-products-list .item .item-info > .rating .no-rating * {
    display: none;
}

.mini-products-list .item .item-info .no-rating {
    margin: 0;
}

.mini-products-list .item .item-info .no-rating a {
    display: none;
}

.mini-products-list .item .item-info .no-rating:before {
    content: '\f006\f006\f006\f006\f006';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    letter-spacing: 2px;
    color: #dfdfdf;
}

.mini-products-list#wishlist-sidebar .btn-remove {
    top: 15px;
}

.mini-products-list.products-grid .item {
    margin: 0;
    padding-bottom: 10px;
    border: none;
}

.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 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);
}

.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: #000;
}

.slider-wrap .navslider a.prev {
    left: 10px;
}

.slider-wrap .navslider a.next {
    right: 10px;
}

.block-subscribe .block-title {
    font-size: 25px;
}
.block-subscribe .block_content {
    text-align: center;
}

.block-subscribe .block_content > p {
    padding: 1px 0;
}

.block-subscribe .block_content .actions {
    margin-bottom: 24px;
}

.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: #000;
}

.block-subscribe .block_content .actions input {
    width: 300px;
    margin-right: 10px;
}

.block-subscribe-content {
    background: #000;
    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;

    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: #000;
}

@media (max-width: 767px) {
    .block-subscribe-content form {
        display: block;
    }

    .block-subscribe-content h3 {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0 0 15px;
    }

    .block-subscribe-content .subscribe_form {
        display: block;
        width: 100%;
    }
}

@media (max-width: 479px) {
    .block-subscribe-content h3 {
        font-size: 33px;
    }
}

.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;

    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: #000;
}

.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 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);
}

.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 .accr_header .btn_accor i {
    display: block;
    text-align: center;
}

.block-categories-nav ul.nav_accordion li.level0 ul li .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 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: #000;
}

.sns_banner .post-text {
    margin-top: 20px;
}

.sns_banner .post-text ul.policy {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sns_banner .post-text ul.policy li {
    padding: 3px 0;
}

.sns_banner .post-text ul.policy li:before {
    content: '\e080';
    font-family: 'Simple-Line-Icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    color: #ccc;
}

.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: #000;
}

#wishlist-table input, #wishlist-table textarea {
    margin: 10px 0;
}

#wishlist-sidebar .item .item-info {
    padding-right: 18px;
}

#newsletter-popup {
    padding: 20px;
    text-align: center;
    background: black;
}

#newsletter-popup .subscribe-title .title {
    color: #000;
    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 {
    border-radius: 4px !important;
    margin-right: 2px;
    border: 1px solid white;
}

#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 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);
    -webkit-border-radius: 0 0 0 8px;
    -moz-border-radius: 0 0 0 8px;
    background: #000;
    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: #000;
}

#newsletter-fixed .subscribe-content .subscribe_form #subcribe-btn:hover {
    background: #fff;
}

#newsletter-fixed .subscribe-content .subscribe_form #subcribe-btn:hover i {
    color: #000;
    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 #000;
    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: #000;
}

#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;
}

#sns_testlist {
    position: fixed;
    z-index: 10000;
    width: 300px;
    top: 0;
    height: 100%;
    right: -300px;
    border-left: 1px solid #ccc;
    background: #fff;
    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);
    -webkit-transition: all 0.3s cubic-bezier(.4, -0.4, .6, 1.4);
}

#sns_testlist:hover {
    right: 0;
}

#sns_testlist_btn {
    position: absolute;
    top: 0%;
    right: 100%;
    border: 1px solid #ccc;
    border-width: 1px 0 1px 1px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #fff;
}

#sns_testlist .inner {
    overflow: auto;
}

.sns-social ul {
    list-style-type: none;
    padding-left: 0;
}

.sns-social ul li {
    display: inline-block;
    padding: 0 10px;
    font-size: 150%;
}

.sns-social ul li a {
    font-size: 18px;
    margin-right: 10px;
    padding: 0;
    color: #ccc;
    transition: all 0.3s cubic-bezier(.4, -0.4, .6, 1.4);
}

.sns-social ul li a:hover {
    color: #000;
}

.testimonial_content {
    min-height: 270px;
    padding-top: 50px;
    padding-bottom: 45px;
}

.testimonial_content h3 {
    margin: 0;
}

.testimonial_content .navslider {
    position: relative;
    z-index: 99;
}

.testimonial_content .navslider a {
    position: absolute;
    top: 0px;
    width: 120px;
    height: 120px;
    z-index: 99;
    border-radius: 100%;
    transition: all 0.3s cubic-bezier(.4, -0.4, .6, 1.4);
}

.testimonial_content .navslider a .fa {
    display: none;
}

.testimonial_content .navslider a.prev {
    left: 67px;
}

.testimonial_content .navslider a.next {
    right: 67px;
}

.testimonial_content .navslider a:hover {
    background: #fff;
    opacity: 0.4;
}

.block.style_slide_v2.sns-slider {
    margin-top: 0;
}

.block.style_slide_v2.sns-slider .owl-controls {
    position: absolute;
    top: -55px;
    right: 15px;
    margin-top: 0px;
    width: 70;
    height: 30px;
    z-index: 3;
    top: 35%;
}

.block.style_slide_v2.sns-slider .owl-controls .owl-nav > div {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    float: left;
    border: 1px solid #eaeaea;
    background: #fff;
    text-align: center;
    -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);
    line-height: 26px;
}

.block.style_slide_v2.sns-slider .owl-controls .owl-nav > div.owl-next {
    margin-left: 10px;
}

.block.style_slide_v2.sns-slider .owl-controls .owl-nav > div i {
    font-size: 14px;
    color: #ccc;
    background: none;
    -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);
}

.block.style_slide_v2.sns-slider .owl-controls .owl-nav > div i:hover {
    color: #000;
}

.block.style_slide_v2.sns-slider .owl-controls .owl-nav > div:hover {
    border-color: #000;
}

.block.style_slide_v2.sns-slider .owl-controls .owl-nav > div:hover i {
    color: #000;
}

.block.style_slide_v2.sns-slider .up-sell-products {
    position: relative;
}

.block.style_slide_v2.sns-slider .navslider {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -20px;
    width: 100%;
    height: 0px;
    z-index: 3;
    top: 42%;
}

.block.style_slide_v2.sns-slider .navslider a {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    border: 1px solid #eaeaea;
    background: #fff;
    text-align: center;
    -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);
}

.block.style_slide_v2.sns-slider .navslider a.prev {
    left: -50px;
}

.block.style_slide_v2.sns-slider .navslider a.next {
    right: -50px;
}

.block.style_slide_v2.sns-slider .navslider a i {
    line-height: 38px;
    font-size: 30px;
    color: #3d3d3d;
    background: none;
    -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);
}

.block.style_slide_v2.sns-slider .navslider a i:hover {
    color: #000;
}

.block.style_slide_v2.sns-slider .navslider a:hover {
    cursor: pointer;
}

.block.style_slide_v2.sns-slider .navslider a:hover i {
    color: #000;
}

.block.style_slide_v2.sns-slider:hover .owl-controls .owl-nav > div {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.block.style_slide_v2.sns-slider:hover .owl-controls .owl-nav > div.owl-prev {
    left: 0px;
}

.block.style_slide_v2.sns-slider:hover .owl-controls .owl-nav > div.owl-next {
    right: 0px;
}

.block.style_slide_v2.sns-slider:hover .owl-nav > div.owl-prev {
    left: 15px !important;
}

.block.style_slide_v2.sns-slider:hover .owl-nav > div.owl-next {
    right: 15px !important;
}

.block.style_slide_v2.sns-slider:hover .navslider a {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.block.style_slide_v2.sns-slider:hover .navslider a.prev {
    left: 0px;
}

.block.style_slide_v2.sns-slider:hover .navslider a.next {
    right: 0px;
}

.block.style_slide_v2.sns-slider:hover .navslider .prev {
    left: 15px !important;
}

.block.style_slide_v2.sns-slider:hover .navslider .next {
    right: 15px !important;
}

.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;
}

#sns_mommenu .btn.leftsidebar, #sns_mommenu .btn.rightsidebar {
    display: none;
}

#sns_mommenu .btn.leftsidebar .overlay, #sns_mommenu .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;
}

@media (max-width: 991px) {
    #sns_right {
        position: fixed;
        top: 0;
        right: -400px;
        width: 400px;
        max-width: 75vw;
        padding: 15px;
        height: 100%;
        bottom: 0;
        overflow: auto;
        background: #fff;
        Z-index: 9999;
        opacity: 0;
        filter: alpha(opacity=0);
        -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);
        -webkit-box-shadow: 0px 30px 100px 0px rgba(50, 50, 50, 0.75);
        -moz-box-shadow: 0px 30px 100px 0px rgba(50, 50, 50, 0.75);
        box-shadow: 0px 30px 100px 0px rgba(50, 50, 50, 0.75);
    }

    #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: -400px;
        width: 400px;
        max-width: 75vw;
        padding: 15px;
        height: 100%;
        bottom: 0;
        overflow: auto;
        background: #fff;
        Z-index: 9999;
        opacity: 0;
        filter: alpha(opacity=0);
        -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);
        -webkit-box-shadow: 0px 30px 100px 0px rgba(50, 50, 50, 0.75);
        -moz-box-shadow: 0px 30px 100px 0px rgba(50, 50, 50, 0.75);
        box-shadow: 0px 30px 100px 0px rgba(50, 50, 50, 0.75);
    }

    #sns_left.active {
        left: 0;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    #sns_left .sns-col-inner {
        padding: 30px 0 50px;
    }

    .toolbar .toolbar-inner {
        border-top: 1px solid black;
        border-bottom: 1px solid black;
    }
}

@-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 cubic-bezier(.4, -0.4, .6, 1.4) both;
    animation: slideBottom 300ms cubic-bezier(.4, -0.4, .6, 1.4) both;
}

.sns-producttabs .sns-pdt-content .pdt-content .slideLeft.play .item-animate {
    -webkit-animation: slideLeft 300ms cubic-bezier(.4, -0.4, .6, 1.4) both;
    animation: slideLeft 300ms cubic-bezier(.4, -0.4, .6, 1.4) both;
}

.sns-producttabs .sns-pdt-content .pdt-content .slideRight.play .item-animate {
    -webkit-animation: slideRight 300ms cubic-bezier(.4, -0.4, .6, 1.4) both;
    animation: slideRight 300ms cubic-bezier(.4, -0.4, .6, 1.4) both;
}

.sns-producttabs .sns-pdt-content .pdt-content .bounceIn.play .item-animate {
    -webkit-animation: bounceIn 300ms cubic-bezier(.4, -0.4, .6, 1.4) both;
    animation: bounceIn 300ms cubic-bezier(.4, -0.4, .6, 1.4) both;
}

.sns-producttabs .sns-pdt-content .pdt-content .bounceInRight.play .item-animate {
    -webkit-animation: bounceInRight 300ms cubic-bezier(.4, -0.4, .6, 1.4) both;
    animation: bounceInRight 300ms cubic-bezier(.4, -0.4, .6, 1.4) both;
}

.sns-producttabs .sns-pdt-content .pdt-content .zoomIn.play .item-animate {
    -webkit-animation: zoomIn 300ms cubic-bezier(.4, -0.4, .6, 1.4) both;
    animation: zoomIn 300ms cubic-bezier(.4, -0.4, .6, 1.4) both;
}

.sns-producttabs .sns-pdt-content .pdt-content .zoomOut.play .item-animate {
    -webkit-animation: zoomOut 300ms cubic-bezier(.4, -0.4, .6, 1.4) both;
    animation: zoomOut 300ms cubic-bezier(.4, -0.4, .6, 1.4) both;
}

.sns-producttabs .sns-pdt-content .pdt-content .pageRight.play .item-animate {
    -webkit-animation: pageRight 300ms cubic-bezier(.4, -0.4, .6, 1.4) both;
    animation: pageRight 300ms cubic-bezier(.4, -0.4, .6, 1.4) both;
}

.sns-producttabs .sns-pdt-content .pdt-content .pageLeft.play .item-animate {
    -webkit-animation: pageLeft 300ms cubic-bezier(.4, -0.4, .6, 1.4) both;
    animation: pageLeft 300ms cubic-bezier(.4, -0.4, .6, 1.4) both;
}

.sns-producttabs .sns-pdt-content .pdt-content .pageTop.play .item-animate {
    -webkit-animation: pageTop 300ms cubic-bezier(.4, -0.4, .6, 1.4) both;
    animation: pageTop 300ms cubic-bezier(.4, -0.4, .6, 1.4) both;
}

.sns-producttabs .sns-pdt-content .pdt-content .pageBottom.play .item-animate {
    -webkit-animation: pageBottom 300ms cubic-bezier(.4, -0.4, .6, 1.4) both;
    animation: pageBottom 300ms cubic-bezier(.4, -0.4, .6, 1.4) 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;
}

.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;
    z-index: 9999;
}

.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/loader.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 {
    position: relative;
    text-align: center;
    padding-bottom: 10px;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.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 .block-title {
    font-size: 25px;

    position: relative;
    width: 100%;
    display: inline-block;
    color: #2f2f2f;
    margin-bottom: 30px;
    text-align: left;
    padding-left: 22px;
    font-weight: 900;
    margin-bottom: 20px;
}

.sns-producttabs .sns-pdt-head .block-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    background: #000;
    height: 18px;
    width: 10px;
}

.sns-producttabs .sns-pdt-head .block-title strong, .sns-producttabs .sns-pdt-head .block-title span {
    font-weight: 900;
}

.sns-producttabs .sns-pdt-head .sns-pdt-nav {
    position: absolute;
    top: -3px;
    right: 0;
    z-index: 1;
}

.sns-producttabs .sns-pdt-head .sns-pdt-nav.active {
    display: inline-block;
}

.sns-producttabs .sns-pdt-head .sns-pdt-nav .pdt-nav {
    margin: 0 0 5px;
    text-align: center;
}

.sns-producttabs .sns-pdt-head .sns-pdt-nav .pdt-nav .item-nav {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    height: 30px;
    line-height: 22px;
    padding: 0 11px;
    position: relative;
    border: 1px solid #eaeaea;
    margin-left: 10px;
}

.sns-producttabs .sns-pdt-head .sns-pdt-nav .pdt-nav .item-nav:last-child:before {
    display: none;
}

.sns-producttabs .sns-pdt-head .sns-pdt-nav .pdt-nav .item-nav.tab-nav-actived {
    border-color: #000;
}

.sns-producttabs .sns-pdt-head .sns-pdt-nav .pdt-nav .item-nav.tab-nav-actived span {
    color: #000;
}

.sns-producttabs .sns-pdt-head .sns-pdt-nav .pdt-nav .item-nav:hover {
    border-color: #000;
}

.sns-producttabs .sns-pdt-head .sns-pdt-nav .pdt-nav .item-nav:hover span {
    color: #000;
}

.sns-producttabs .sns-pdt-head .sns-pdt-nav .pdt-nav .item-nav span {
    position: relative;

    font-size: 13px;
    font-weight: normal;
    color: #888;
}

.sns-producttabs .sns-pdt-head .sns-pdt-nav .tabdrop {
    display: none;
    margin-bottom: 20px;
    width: 100%;
}

.sns-producttabs .sns-pdt-head .sns-pdt-nav .tabdrop .dropdown-toggle * {
    display: inline-block !important;
}

.sns-producttabs .sns-pdt-head .sns-pdt-nav .tabdrop .dropdown-toggle {
    width: 100%;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0;
    display: inline-block;
    color: #333;

}

.sns-producttabs .sns-pdt-head .sns-pdt-nav .tabdrop .dropdown-toggle span {
    background: #fff;
    padding: 0 10px;
    display: inline-block;
}

.sns-producttabs .sns-pdt-head .sns-pdt-nav .tabdrop .dropdown-toggle:hover {
    color: #000;
}

.sns-producttabs .sns-pdt-head .sns-pdt-nav .dropdown-menu {
    top: 115% !important;
    left: 50%;
    margin-left: -80px;
    border-radius: 0px;
}

.sns-producttabs .sns-pdt-head .sns-pdt-nav .dropdown-menu li a {
    cursor: pointer;
}

.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: 1px solid #eaeaea;
    -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);
    line-height: 34px;
    font-size: 13px;
    font-weight: bold;

    color: #888;
    padding: 0 100px;
    border-radius: 0;
    height: 40px;
}

.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore .loadmore span {
    -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:hover {
    color: #000;
    border-color: #000;
}

.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: #000;
    border-color: #000;
}

.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 {
    cursor: text;
}

.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore.loaded .loadmore {
    background: #000;
    color: #fff;
    border-color: #000;
}

.sns-producttabs .sns-pdt-container .sns-pdt-content .pdt-loadmore .btn-loadmore.loaded .loadmore:after {
    content: "\f00c";
}

.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;

    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: #000;
}

.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: #000;
}

.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: 1px solid #eaeaea;
    background: #fff;
    text-align: center;
    -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);
    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 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-slider .sns-pdt-content .owl-controls .owl-nav > div i:hover {
    color: #000;
}

.sns-producttabs-slider .sns-pdt-content .owl-controls .owl-nav > div:hover {
    border-color: #000;
}

.sns-producttabs-slider .sns-pdt-content .owl-controls .owl-nav > div:hover i {
    color: #000;
}

.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;
}

.sns-producttabs .products-grid .item .item-inner .wrap-addtocart .btn-cart {
    line-height: 38px;
}

.block-twitter {
    position: relative;
}

.block-twitter a.follow-link {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 3px 10px;
    border: 1px solid #e8e8e8;
}

#sns_twitter {
    position: relative;
    padding-left: 30px;
    color: #5f5f5f;
}

#sns_twitter a:hover {
    text-decoration: underline;
}

#sns_twitter:before {
    content: '\f099';
    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: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 50%;
    background: #fff;
    border-radius: 100%;
    top: 0;
}

#sns_twitter .tweet {
    margin: 0;
    margin-top: -5px;
}

#sns_twitter .tweet a:last-child {
    color: #000;
}

#sns_twitter .bottom .user, #sns_twitter .bottom .fa {
    display: none;
}

#sns_twitter .timePosted {
    color: #8f8f8f;
    margin-top: 20px;
    font-size: 92%;
    line-height: 1;
}

#sns_twitter .interact {
    margin: 0 0;
    clear: left;
}

#sns_twitter .interact a {
    display: inline-block;
    background: url("../images/icon.png") no-repeat left -2px;
    margin: 0 0 0 22px;
    padding: 0 0 0 18px;
}

#sns_twitter .interact a.twitter_reply_icon {
    margin: 0 0;
}

#sns_twitter .interact a.twitter_retweet_icon {
    padding: 0 0 0 25px;
    background-position: 0 -21px;
}

#sns_twitter .interact a.twitter_fav_icon {
    background-position: 0 -41px;
}

#sns_twitter.no-avartar .user img {
    display: none;
}

#sns_twitter.no-followlink a.follow-link {
    display: none;
}

#sns_twitter.no-date .timePosted {
    display: none;
}

#sns_twitter.no-interactlink .interact a {
    display: none;
}

.block-facebook {
    position: relative;
}

.block-facebook .btn-like {
    position: absolute;
    right: 0px;
    top: 10px;
    height: 18px;
}

.block-facebook .fanpage-info {
    display: block;
    margin-bottom: 5px;
}

.block-facebook .fanpage-list {
    margin: 0 -5px;
}

.block-facebook .fanpage-list .item {
    padding: 0 5px;
    width: 25%;
    float: left;
}

.block-facebook .fanpage-list .item > .item-face {
    display: block;
    padding: 3px;
    border: 1px solid #ddd;
    background: #fff;
}

.block-facebook .fanpage-list .item > .item-face:hover {
    border-color: #000;
}

.block-facebook .fanpage-list .item > .item-face img {
    width: 100%;
}

.block-facebook .fanpage-list .item .item-name {
    display: block;
    text-align: center;
    margin: 1px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

@media (max-width: 767px) {
    .block-facebook .fanpage-list .item {
        max-width: 25%;
        width: auto;
    }
}

#fancybox-content, #fancybox-content > div {
    overflow: visible !important;
}

.fancybox-overlay + .zoomContainer {
    z-index: 8888 !important;
}

.sns-slider {
    margin: 8px 0;
}

.sns-slider .container-slider {
    margin: 0 -15px;
    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 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);
}

.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: #000;
}

.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;

    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_testimonial {
    position: relative;
    padding-left: 300px;
    margin-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 50px;
    border-bottom: 1px solid #eaeaea;
}

.sns_testimonial .module-left {
    position: absolute;
    width: 300px;
    top: 0;
    left: 0;
    margin: 0;
}

.sns_testimonial .module-left p.note {
    padding-left: 22px;
    color: #999;
}

.sns_testimonial .module-left .block-title {
    margin-bottom: 22px;
}

.sns_testimonial .block_content {
    position: relative;
    border-left: 1px solid #eaeaea;
}

.sns_testimonial .block_content .content {
    padding-left: 40px;
    padding-top: 6px;
    position: relative;
    padding-bottom: 15px;
}

.sns_testimonial .block_content .content:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 20px;
    background: url(../images/testimonial.png) no-repeat;
    top: -1px;
    left: 18px;
}

.sns_testimonial .wrap:before, .sns_testimonial .wrap:after {
    content: " ";
    display: table;
}

.sns_testimonial .wrap:after {
    clear: both;
}

.sns_testimonial .wrap .avatar {
    overflow: hidden;
}

.sns_testimonial .wrap .info p {
    font-size: 16px;
    font-style: italic;
}

.sns_testimonial .owl-carousel {
    position: relative;
}

.sns_testimonial .owl-carousel .owl-pagination {
    text-align: center;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}

.sns_testimonial .owl-carousel .owl-pagination .owl-page {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    border: 1px solid #ddd;
    position: relative;
    margin: 0 5px;
    border-radius: 50%;
}

.sns_testimonial .owl-carousel .owl-pagination .owl-page span {
    width: 8px;
    height: 8px;
    margin: 2px;
    display: block;
    border-radius: 50%;
}

.sns_testimonial .owl-carousel .owl-pagination .owl-page.active span, .sns_testimonial .owl-carousel .owl-pagination .owl-page:hover span {
    background: #ddd;
}

.sns_testimonial .owl-carousel .owl-controls {
    position: absolute;
    bottom: -6px;
}

.sns_testimonial .owl-carousel .owl-controls .owl-dots {
    padding-left: 40px;
}

.sns_testimonial .owl-carousel .owl-controls .owl-dots .owl-dot {
    float: left;
    margin-right: 10px;
}

.sns_testimonial .owl-carousel .owl-controls .owl-dots .owl-dot span {
    background: #ccc;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    display: inline-block;
}

.sns_testimonial .owl-carousel .owl-controls .owl-dots .owl-dot span:hover {
    background: #000;
}

.sns_testimonial .owl-carousel .owl-controls .owl-dots .owl-dot.active span {
    background: #000;
}

.sns_testimonial p {
    margin: 0;
}

.sns_testimonial .tes-info .name {
    margin-top: 10px;
    margin-bottom: 15px;
}

.sns_testimonial .tes-info .name .user, .sns_testimonial .tes-info .name .position {
    display: inline-block;
    font-size: 16px;
}

.sns_testimonial .tes-info .name .user {
    color: #222;
    font-weight: bold;
}

#sns_slideshow_wrapper:hover .owl-controls {
    opacity: 1;
}

#sns_slideshow_wrapper .owl-controls {
    -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);
}

#sns_slideshow_wrapper .owl-controls .owl-nav > div {
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    border: 1px solid #000;
    line-height: 48px;
    text-align: center;
    font-size: 0px;
    color: #000;
    -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_slideshow_wrapper .owl-controls .owl-nav > div:before {
    font-size: 30px;
    font-family: FontAwesome;
    -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_slideshow_wrapper .owl-controls .owl-nav > div:hover {
    color: #000;
    border-color: #000;
    background-color: rgba(0, 0, 0, 0.25);
}

#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_wrapper .owl-controls .owl-dots {
    position: relative;
    bottom: -25px;
    right: 0;
    left: 0;
    text-align: center;
    z-index: 99;
    /*display: none !important;*/
}

#sns_slideshow_wrapper .owl-controls .owl-dots .owl-dot {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin: 0 8px;
}

#sns_slideshow_wrapper .owl-controls .owl-dots .owl-dot:hover span, #sns_slideshow_wrapper .owl-controls .owl-dots .owl-dot.active span {
    background: #000;
}

#sns_slideshow_wrapper .owl-controls .owl-dots .owl-dot span {
    display: block;
    width: 20px;
    height: 10px;
    position: relative;
    background: #fff;
}

#sns_slideshow_wrapper .owl-controls .owl-dots .owl-dot span:before {
    position: absolute;
    display: block;
    width: 26px;
    height: 16px;
    border: 1px solid #8e9899;
    top: -3px;
    left: -3px;
    content: '';
    -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_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 cubic-bezier(.4, -0.4, .6, 1.4) 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: 300;
}

label em, p.required {
    color: #fe6d4c;
}

.tooltip .in {
    opacity: 1;
    filter: alpha(opacity=100);
}

.tooltip .tooltip-inner {
    background: #000;
    border-radius: 3px;
    color: #fff;
    border: 1px solid #000;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #000;
}

.mrb10 {
    margin-bottom: 10px;
}

.mrb15 {
    margin-bottom: 15px;
}

.mrb20 {
    margin-bottom: 20px;
}

.mrb30 {
    margin-bottom: 30px;
}

.mrb40 {
    margin-bottom: 40px;
}

.mrb45 {
    margin-bottom: 45px;
}

.mrb50 {
    margin-bottom: 50px;
}

.mrb100 {
    margin-bottom: 100px;
}

.mrt10 {
    margin-top: 10px;
}

.mrt15 {
    margin-top: 15px;
}

.mrt20 {
    margin-top: 20px;
}

.mrt30 {
    margin-top: 30px;
}

.mrt40 {
    margin-top: 40px;
}

.mrt45 {
    margin-top: 45px;
}

.mrt50 {
    margin-top: 50px;
}

.mrt100 {
    margin-top: 100px;
}

.spacer10 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.spacer20 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.spacer30 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.spacer40 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.spacer50 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.spacer60 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.spacer80 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.spacer100 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.wrap {
    width: 100%;
    clear: both;
}

.wrap:before, .wrap:after {
    content: " ";
    display: table;
}

.wrap:after {
    clear: both;
}

input, textarea, .uneditable-input {
    width: 206px;
}

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_sticky_right, #sns_sticky_left {
    display: none;
}

.sticky {
    background: #fff;
    padding: 0px;
    z-index: 998;
    border: 1px solid #cecece;
    border-right: none;
    position: fixed;
    right: 0px;
    top: 100px;
    -webkit-border-radius: 0 0 0 4px;
    -moz-border-radius: 0 0 0 4px;
    border-radius: 0 0 0 4px;
    -webkit-box-shadow: 0 3px #cecece;
    box-shadow: 0 3px #cecece;
    border-bottom: none;
}

.sticky.style-show-content {
    width: 270px;
}

.sticky.style-show-title {
    height: 50px;
    line-height: 50px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.sticky.style-show-title .sticky-content {
    padding: 0 20px;
    display: block;
}

.sticky .sticky-button {
    position: absolute;
    top: -1px;
    left: -50px;
    height: 50px;
    width: 50px;
    font-size: 20px;
    cursor: pointer;
    line-height: 46px;
    background: #f5f5f5;
    text-align: center;
    border: 1px solid #cecece;
    border-bottom: none;
    -webkit-box-shadow: 0 3px #cecece;
    box-shadow: 0 3px #cecece;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.sticky .sticky-button span {
    display: none;
}

.sticky .sticky-button i {
    text-align: center;
    vertical-align: middle;
}

body.ie8 .sticky .sticky-button {
    border-bottom: 3px solid #cecece;
}

.sticky .sticky-content {
    padding: 12px 20px;
}

.sticky .sticky-content .block .block-title {
    padding: 0px 0px 10px;
    border-bottom: 1px solid #ddd;
}

.sticky .sticky-content .block .block-content {
    padding: 10px 0px 5px;
}

.sticky .sticky-content .block.block-facebook .btn-like {
    top: 0px;
    right: 0px;
}

.sticky .sticky-content .block.block-facebook .fanpage-list .item > .item-face {
    background: #efefef;
    -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);
}

.sticky .sticky-content .block.block-facebook .fanpage-list .item > .item-face:hover {
    background: #000;
}

#sns_sticky_left .sticky {
    border: 1px solid #cecece;
    border-left: none;
    right: auto;
    left: 0px;
    -webkit-border-radius: 0 0 4px 0;
    -moz-border-radius: 0 0 4px 0;
    border-radius: 0 0 4px 0;
}

body.ie8 #sns_sticky_left .sticky {
    border-bottom: 3px solid #cecece;
}

#sns_sticky_left .sticky .sticky-button {
    right: -50px;
    left: auto;
    border: 1px solid #cecece;
    border-bottom: none;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

body.ie8 #sns_sticky_left .sticky .sticky-button {
    border-bottom: 3px solid #cecece;
}

#sns-totop {
    background: #aaa;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 45px;
    bottom: 5px;
    right: 5px;
    height: 45px;
    text-decoration: none;
    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.hidden-top {
    bottom: -100px;
}

#sns-totop:hover {
    background-color: #000;
}

#sns-totop:hover i {
    color: #fff;
}

#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 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-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;
}

.tabdrop {
    margin: 0;
}

.tabdrop .dropdown-toggle {
    margin: 0;
}

.tabdrop .dropdown-toggle * {
    display: none;
}

.blog-toolbar .pager {
    margin: 0;
}

.blog-toolbar .toolbar {
    margin: 30px 0 0;
}

.blog-toolbar .toolbar .limiter {
    display: none;
}

.blog-toolbar .toolbar .sort-by .select-new .select-inner select {
    width: 70px;
}

.blog-toolbar .toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper {
    width: 110px !important;
}

.blog-toolbar .toolbar .sort-by .select-new .select-inner .jqTransformSelectWrapper ul {
    width: 110px !important;
}

.blog-toolbar.post .toolbar {
    margin: 10px 0 20px;
}

.price .text-box input[type="button"] {
    background: #666;
    margin-left: 5px;
}

.price .text-box input[type="button"]:hover {
    background-color: #000;
}

.product-name a {
    color: inherit;
}

.product-name a:hover {
    color: #000;
}

.search-form ul {
    list-style: none;
}

.page-head {
    color: #333;
}

.page-head h2, .page-head h3, .page-head h4, .page-head h5 {

    font-weight: bold;
    margin: 0 0 10px;
}

.page-title.title-buttons {
    margin-bottom: 20px;
}

.sub-title {
    font-size: 110%;
}

a.readmore {
    color: #000;
}

.highlight {
    color: #000;
}

.height20 {
    margin: 0 0 20px;
    padding: 0;
    border: none;
}

.visible-phone {
    display: none;
}

@media (min-width: 992px) {
    .row20 {
        margin: 0 -10px;
    }

    .row20 [class^='col-'] {
        padding: 0 10px;
    }
}

@media (max-width: 479px) {
    .visible-phone {
        display: block;
    }
}

.col-md-2d4 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 992px) {
    .col-md-2d4 {
        float: left;
        width: 20%;
    }
}

.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: #000;
}

#fancybox-close:hover:before, .btn-remove:hover:before {
    color: #000;
}

.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: #000;
}

.btn-edit:hover:before {
    color: #000;
}

#fancybox-close {
    top: 10px;
    right: 10px;
}

#fancybox-wrap #fancybox-outer {
    border: 1px 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 .jqTransformSelectWrapper {
    height: 22px;
    background: #e2e2e2;
}

body .jqTransformSelectWrapper div span {
    padding: 0 0;
    line-height: 22px;
    height: 22px;
}

body .jqTransformSelectWrapper div a.jqTransformSelectOpen {
    height: 21px;
    width: 9px;
    background: none;
}

body .jqTransformSelectWrapper ul {
    top: 22px;
}

body .jqTransformSelectWrapper ul a {
    padding: 0 5px;
}

body .jqTransformSelectWrapper ul a.selected:hover, body .jqTransformSelectWrapper ul a:hover {
    background: #999;
}

body .jqTransformSelectWrapper .jqTransformHidden {
    display: none;
}

body .jqTransformRadioWrapper {
    margin-top: 0;
}

body .jqTransformRadioWrapper .jqTransformHidden {
    display: none;
}

body .jqtransformdone {
    line-height: 20px;
}

.banner-item {
    position: relative;
    display: block;
    text-align: center;
}

.banner-item:before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    -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;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    filter: alpha(opacity=0);
}

.banner-item:hover:before {
    opacity: 100;
    filter: alpha(opacity=10000);
}

.banner {
    position: relative;
    overflow: hidden;
    display: block;
    z-index: 0;
}

.banner img {
    width: 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);
}

.banner:before {
    position: absolute;
    content: '';
    display: block;
    left: 20px;
    top: 20px;
    right: 20px;
    bottom: 20px;
    -webkit-transition: all 0.35s cubic-bezier(.4, -0.4, .6, 1.4);
    transition: all 0.35s cubic-bezier(.4, -0.4, .6, 1.4);
    -moz-transition: all 0.35s cubic-bezier(.4, -0.4, .6, 1.4);
    -ms-transition: all 0.35s cubic-bezier(.4, -0.4, .6, 1.4);
    -o-transition: all 0.35s cubic-bezier(.4, -0.4, .6, 1.4);
    border: 3px solid #fff;
    z-index: 1;
}

.banner:hover:before {
    border: 10px dashed rgba(255, 255, 255, 0);
    left: 5px;
    top: 5px;
    right: 5px;
    bottom: 5px;
}

.banner:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.banner2 {
    position: relative;
    overflow: hidden;
    display: block;
    z-index: 0;
}

.banner2 img {
    width: 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);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.banner2:before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 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);
    border: 0px solid rgba(255, 255, 255, 0);
    z-index: 1;
}

.banner2:hover:before {
    border: 10px solid rgba(255, 255, 255, 0.3);
}

.banner2:hover img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.banner2.black:before {
    border: 0px solid rgba(0, 0, 0, 0);
}

.banner2.black:hover:before {
    border: 10px solid rgba(0, 0, 0, 0.1);
}

.banner4 {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.banner4:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 100%;
    -webkit-transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4) 0.3s;
    transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4) 0.3s;
    -moz-transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4) 0.3s;
    -ms-transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4) 0.3s;
    -o-transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4) 0.3s;
}

.banner4:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    right: 0;
    -webkit-transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4) 0.3s;
    transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4) 0.3s;
    -moz-transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4) 0.3s;
    -ms-transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4) 0.3s;
    -o-transition: all 0.2s cubic-bezier(.4, -0.4, .6, 1.4) 0.3s;
}

.banner4:hover:before {
    right: 50%;
    background-color: #fff;
    opacity: 0.5;
    z-index: 1;
}

.banner4:hover:after {
    left: 50%;
    background-color: #fff;
    opacity: 0.5;
}

.banner4.black:hover:before {
    background-color: #000;
    opacity: 0.1;
}

.banner4.black:hover:after {
    background-color: #000;
    opacity: 0.1;
}

.banner4 img {
    -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;
    width: 100%;
}

.banner4:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.banner5 {
    display: block;
    position: relative;
    overflow: hidden;
}

.banner5:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-transition: all 0.6s cubic-bezier(.4, -0.4, .6, 1.4);
    transition: all 0.6s cubic-bezier(.4, -0.4, .6, 1.4);
    -moz-transition: all 0.6s cubic-bezier(.4, -0.4, .6, 1.4);
    -ms-transition: all 0.6s cubic-bezier(.4, -0.4, .6, 1.4);
    -o-transition: all 0.6s cubic-bezier(.4, -0.4, .6, 1.4);
}

.banner5:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-transition: all 0.6s cubic-bezier(.4, -0.4, .6, 1.4);
    transition: all 0.6s cubic-bezier(.4, -0.4, .6, 1.4);
    -moz-transition: all 0.6s cubic-bezier(.4, -0.4, .6, 1.4);
    -ms-transition: all 0.6s cubic-bezier(.4, -0.4, .6, 1.4);
    -o-transition: all 0.6s cubic-bezier(.4, -0.4, .6, 1.4);
}

.banner5:hover:before {
    right: 50%;
    left: 50%;
    background: rgba(255, 255, 255, 0.2);
}

.banner5:hover:after {
    top: 50%;
    bottom: 50%;
    background: rgba(255, 255, 255, 0.2);
}

.banner5.black:hover:before {
    right: 50%;
    left: 50%;
    background: rgba(0, 0, 0, 0.1);
}

.banner5.black:hover:after {
    top: 50%;
    bottom: 50%;
    background: rgba(0, 0, 0, 0.1);
}

.banner6 {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
}

.banner6:before {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    border: 0px solid #fff;
    opacity: 0.2;
    content: "";
    -webkit-transition: all 1s cubic-bezier(.4, -0.4, .6, 1.4);
    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);
}

.banner6 img {
    -webkit-transition: all 1s cubic-bezier(.4, -0.4, .6, 1.4);
    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);
}

.banner6:hover:before {
    border: 1000px solid #fff;
}

.banner6:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.sns-custom-tabs .custom-tab-head:before, .sns-custom-tabs .custom-tab-head:after {
    content: " ";
    display: table;
}

.sns-custom-tabs .custom-tab-head:after {
    clear: both;
}

.sns-custom-tabs .custom-tab-head h3 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.sns-custom-tabs .custom-tab-head .nav-tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
}

.sns-custom-tabs .custom-tab-head .nav-tabs li {
    font-size: 100%;
    color: #aaa;

    margin: 5px 0;
}

.sns-custom-tabs .custom-tab-head .nav-tabs li + li {
    margin-left: 10px;
}

.sns-custom-tabs .custom-tab-head .nav-tabs li:hover a {
    color: #000;
}

.sns-custom-tabs .custom-tab-head .nav-tabs li.active a {
    color: #fff;
    background: #000;
}

.sns-custom-tabs .custom-tab-head .nav-tabs li.active a:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #000 transparent transparent transparent;
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -6px;
}

.sns-custom-tabs .custom-tab-head .nav-tabs li a {
    border: none;
    color: #666;
    background: #f1f1f1;
    padding: 2px 8px;
    display: block;
    border-radius: 0;
    position: relative;
}

.sns-custom-tabs .tab-content {
    margin-bottom: 15px;
}

.sns-custom-tabs .tab-content .block-title-slider {
    position: static;
    margin: 0;
    padding: 0;
    height: 0;
}

.sns-custom-tabs .tab-content .block-title-slider h3 {
    display: none;
}

.sns-custom-tabs .tab-content .block-title-slider .navslider {
    position: static;
    margin: 0;
}

.sns-custom-tabs .tab-content .block-title-slider .navslider a {
    position: absolute;
    bottom: 50%;
    z-index: 1;
}

.sns-custom-tabs .tab-content .block-title-slider .navslider a.next {
    right: -18px;
    left: auto;
}

.sns-custom-tabs .tab-content .block-title-slider .navslider a.prev {
    right: auto;
    left: -18px;
}

.sns-custom-tabs .tab-content .block-title-slider .navslider a i {
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 34px;
    background: #fff;
    color: #ccc;
    border: 3px solid #ddd;
}

.products-deals {
    display: none;
}

#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/camera-loader.gif) no-repeat center center;
}

#fancybox-loading div {
    margin-top: 8px;
    color: #fff;
    background: none;
    width: 100%;
    height: auto;
}

#fancybox-loading div:before {
    content: 'Plcubic-bezier(.4,-0.4,.6,1.4) wait...';
    text-align: center;
}

.fa-ul li {
    padding-top: 0;
}

.fa-ul li i {
    margin-top: 3px;
}

.fright {
    right: auto !important;
    left: 100% !important;
}

.head-policy {
    line-height: 1.3;
}

.head-policy strong {
    color: #666;
}

.head-policy [class*='col-']:hover .fa {
    color: #000;
}

.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);
    }
}

@media (min-width: 1200px) {
    .col-lg-first {
        clear: left;
    }
}

@media (min-width: 992px) {
    .col-md-first {
        clear: left;
    }
}

@media (min-width: 768px) {
    .col-sm-first {
        clear: left;
    }

    #sns_header.header_style1 .top_logo #logo {
        margin: 15px 0;
    }
}

@media (max-width: 767px) {
    .col-xs-first {
        clear: left;
    }
}

@media (max-width: 479px) {
    [class*="col-phone-"] {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        float: left;
    }

    .col-phone-12 {
        width: 100%;
        text-align: center;
    }

    .col-phone-11 {
        width: 91.666666666667%;
    }

    .col-phone-10 {
        width: 83.333333333333%;
    }

    .col-phone-9 {
        width: 75%;
    }

    .col-phone-8 {
        width: 66.666666666667%;
    }

    .col-phone-7 {
        width: 58.333333333333%;
    }

    .col-phone-6 {
        width: 50%;
    }

    .col-phone-5 {
        width: 41.666666666667%;
    }

    .col-phone-4 {
        width: 33.333333333333%;
    }

    .col-phone-3 {
        width: 25%;
    }

    .col-phone-2 {
        width: 16.666666666667%;
    }

    .col-phone-1 {
        width: 8.3333333333333%;
    }

    .visible-phone {
        display: block !important;
    }

    #sns_header .header-top > .container > .row > div {
        text-align: center;
        font-size: 81%;
    }
}

@media (max-width: 1199px) {
    .row.index_block > [class*='col-lg-'] {
        padding-top: 30px;
    }

    .row.index_block > [class*='col-lg-']:first-child {
        padding-top: 0;
    }
}

@media (max-width: 991px) {
    .row.index_block > [class*='col-lg-'], .row.index_block > [class*='col-md-'] {
        padding-top: 30px;
    }

    .row.index_block > [class*='col-lg-']:first-child, .row.index_block > [class*='col-md-']:first-child {
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    .row.index_block > [class*='col-lg-'], .row.index_block > [class*='col-md-'], .row.index_block > [class*='col-sm-'] {
        padding-top: 30px;
    }

    .row.index_block > [class*='col-lg-']:first-child, .row.index_block > [class*='col-md-']:first-child, .row.index_block > [class*='col-sm-']:first-child {
        padding-top: 0;
    }
}

@media (max-width: 1024px) {
    .block .block-title {
        font-size: 130% !important;
    }

    .products-list > li.item .col-left .item-img .countdown {
        top: 10px !important;
    }

    #sns_content .block.block-layered-nav dl#narrow-by-list dd .price .text-box > .inner input {
        width: 40px;
    }

    #sns_content .block.block-layered-nav dl#narrow-by-list dd .price .text-box > .inner button {
        width: 55px;
    }

    #sns_slideshow_wrapper .owl-controls .owl-dots {
        display: block !important;
    }
}

@media (min-width: 980px) and (max-width: 1024px) {
    .sns-product-detail #sns_tab_products ul.sns-tab-navi li a {
        padding: 9px;
    }

    .promo-wrap .pro-col.pro-mid .title {
        padding: 30px 0 18px;
        font-size: 200%;
    }

    .promo-wrap.twocol-special .pro-col.pro-left {
        width: 55%;
    }

    .promo-wrap.twocol-special .pro-col.pro-mid {
        width: 45%;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .promo-wrap .pro-col.pro-mid .title {
        padding: 30px 0 15px;
        font-size: 150%;
        line-height: 22px;
    }

    .promo-wrap .pro-col.pro-mid .sub-title {
        padding: 10px 0;
        line-height: 18px;
    }

    .promo-wrap.twocol-special .pro-col.pro-left {
        width: 55%;
    }

    .promo-wrap.twocol-special .pro-col.pro-mid {
        width: 45%;
    }
}

@media (max-width: 979px) {
    #sns_header #sns_menu .header-menu-block {
        padding: 20px;
    }

    .data-table thead tr td, .data-table thead tr th {
        white-space: normal;
        padding: 5px;
    }

    .data-table tbody td {
        padding: 5px;
    }

    .data-table input.input-text {
        width: auto;
        max-width: 70%;
    }

    .data-table textarea {
        max-width: 70%;
    }

    .data-table .button {
        padding-left: 7px;
        padding-right: 7px;
        margin: 2px 0;
    }

    .data-table .price-box .price {
        font-size: 120%;
    }

    .wrap-quickview {
        display: none !important;
    }

    .sns-btn-quickview {
        display: none;
    }

    #sns_content .category-products .toolbar .view-mode label, #sns_content .category-products .toolbar .sort-by label {
        display: none;
    }

    #sns_content .category-products .toolbar .limiter {
        display: none;
    }

    #sns_content .category-products .toolbar .pager .amount {
        display: none;
    }

    #sns_cpanel {
        display: none;
    }
}

@media (max-width: 1280px) {
    .block.sns-deals .right {
        padding-bottom: 0;
    }
}

@media (max-width: 641px) {
    .stickynote-top {
        display: none;
    }

    .col2-set .col-1 {
        width: 100%;
        margin-bottom: 10px;
    }

    .col2-set .col-2 {
        width: 100%;
        margin-bottom: 10px;
    }

    .cart .col2-set {
        width: 100%;
    }

    .cart tbody td .product-name {
        line-height: 18px;
    }

    .cart tfoot td {
        padding: 10px 5px;
    }

    .cart .totals {
        width: 100%;
    }

    .cart .a-center input.input-text {
        padding: 6px 2px;
        text-align: center;
    }

    #sns_content .block.slide-banner ul {
        margin-left: 0px !important;
    }

    #sns_content .block.slide-banner ul > li {
        width: 620px !important;
    }

    #sns_content #sns_right, #sns_content #sns_left {
        margin-bottom: 30px;
    }

    #sns_content #sns_right .block-layered-nav .price .text-box input[type="text"], #sns_content #sns_left .block-layered-nav .price .text-box input[type="text"] {
        width: 60px;
    }

    #sns_content #sns_mainmidle .category-products .toolbar .sort-by {
        display: none;
    }

    #sns_promotions {
        display: none;
    }

    .price-box .old-price {
        margin-right: 5px;
    }
}

@media (max-width: 991px) {

    .top-contact {
        text-align: center;
    }

    #sns_header .top-search sns-searbox-content {
        display: inline-block;
        position: relative;
        max-width: 275px;
    }

    .sns-slidercategory.sns-slider .navslider a {
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    .sns-slidercategory.sns-slider:hover .navslider a {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    #sns_footer_top .container .container_in > .row > div {
        margin-bottom: 30px;
    }

    #sns_footer_top .footer-new-tag {
        border-left: none;
        margin-bottom: 0 !important;
    }

    #sns_footer_top .footer-blog {
        margin-bottom: 0 !important;
    }

    .products-grid .item .item-inner:hover .action-bot .actions .add-to-links li .btn-cart {
        right: 30px !important;
    }

    .cms-mosera-home-page3 .banner_top .module-ct .slider-content {
        padding-top: 15%;
    }

    .cms-mosera-home-page3 .banner_top .module-ct .slider-content .title {
        font-size: 16px;
    }

    .cms-mosera-home-page3 .banner_top .module-ct .slider-content .content {
        font-size: 14px;
    }

    .block.sns-deals .left .left-content .title {
        font-size: 40px;
    }

    .block.sns-deals .right {
        padding: 30px;
    }

    #sns_header.header_style1 .top_logo #logo {
        text-align: center;
    }

    #sns_header.header_style1 .menu-style1 {
        height: 0;
    }

    #sns_header.header_style1 .menu-style1 #sns_menu .sns_mainmenu {
        position: absolute !important;
        top: 0px;
    }

    .footer_style .footer-social .footer-newletter .module {
        width: 100%;
        margin-bottom: 20px;
    }

    .footer_style .footer-social .footer-newletter #newsletter-validate-detail {
        width: 100%;
        text-align: left;
    }

    .policy_custom {
        margin-bottom: 50px;
    }

    #sns_header_logo #logo {
        text-align: center;
    }

    .products-list > li.item .col-right .actions .link-compare {
        border-right: 1px solid #eaeaea;
    }

    .products-list > li.item .col-left {
        margin: 0 0 20px 0;
    }

    .products-list > li.item {
        margin-bottom: 40px;
    }

    .block .block-title .navslider a {
        line-height: 22px;
    }

    #sns_footer_top .column {
        border-color: transparent;
    }

    #sns_footer_top .column1,
    #sns_footer_top .column3 {
        border-right-color: #000;
    }

    #sns_footer_top .container_in ul {
        position: relative;
    }

}

@media (max-width: 767px) {
    .products-list > li.item .col-left {
        margin: 0 0 20px 0;
        width: 100%;
    }

    .products-list > li.item .col-right {
        position: static;
        overflow: inherit;
        float: left;
        width: 100%;
    }

    .products-list > li.item .col-left .item-img {
        margin-right: 0;
        width: 100%;
    }

    .phone-hidell {
        display: none !important;
    }

    #sns_header.header_style1 .top_setting .module-ct .mysetting.search {
        display: inline-block;
    }

    .banner_top_h3 .left .bottom .row > div {
        margin-bottom: 20px;
    }

    .sns-producttabs .sns-pdt-head .sns-pdt-nav .tabdrop .dropdown-toggle span {
        font-size: 16px;
    }

    .sns-producttabs .sns-pdt-head .sns-pdt-nav .tabdrop .dropdown-toggle span:hover {
        color: #000;
    }

    .sns-producttabs-slider .sns-pdt-head .sns-pdt-nav {
        margin-bottom: 0;
    }

    .sns-producttabs.sns-producttabs-slider .sns-pdt-head .sns-pdt-nav .dropdown-menu {
        margin-left: 0 !important;
        left: 0 !important;
    }

    .sns-producttabs-slider .sns-pdt-head {
        position: relative;
    }

    .sns-producttabs .sns-pdt-head .sns-pdt-nav .tabdrop .dropdown-toggle:hover {
        color: #000;
    }

    .sns-producttabs .sns-pdt-head .sns-pdt-nav .tabdrop .dropdown-toggle:hover span {
        color: #000;
    }

    .sns-producttabs .sns-pdt-head .sns-pdt-nav .tabdrop .dropdown-toggle:hover span i {
        color: #000;
    }

    .sns-producttabs .sns-pdt-head .sns-pdt-nav .tabdrop .dropdown-toggle:hover span i:before {
        color: #000;
    }

    .banner_toph2 a {
        text-align: center;
    }

    .sns_testimonial {
        padding-left: 0;
        float: left;
    }

    .sns_testimonial .module-left {
        position: relative !important;
        float: left;
        width: 100%;
        padding-right: 15px;
    }

    .sns_testimonial .block_content {
        position: relative;
        float: left;
        width: 100%;
        border-left: none;
    }

    #sns_footer_top .logo_footer .top .content {
        position: relative;
        overflow: hidden;
        max-height: 140px;
    }

    .block.sns-deals .right .item-title {
        line-height: 36px;
    }

    .block.sns-deals .right .module-countdown .countdown .countdown-row .countdown-section {
        padding: 0 5px;
    }

    .block.sns-deals .right .module-countdown .countdown .countdown-row .countdown-section .countdown-amount {
        font-size: 24px !important;
    }

    .block.sns-deals .right, .block.sns-deals .left {
        width: 100%;
    }

    .banner_top .module-ct .slider-content .title {
        font-size: 20px;
    }

    .banner_top .module-ct .slider-content .content {
        font-size: 16px;
    }

    .banner_top .module-ct .slider-content {
        padding-top: 25%;
    }

    .sns-producttabs .sns-pdt-head {
        margin-bottom: 0;
    }

    .sns-producttabs .sns-pdt-head .sns-pdt-nav .tabdrop {
        margin-bottom: 0;
    }

    .sns-producttabs .sns-pdt-head .sns-pdt-nav .tabdrop .dropdown-toggle span {
        color: #2f2f2f !important;
    }

    .sns-producttabs .sns-pdt-head .sns-pdt-nav .tabdrop .dropdown-toggle span:hover {
        color: #000;
    }

    #sns_header.header_style1 .top_setting .module-ct .mysetting.header-account .content .active-title {
        font-size: 0px;
    }

    #sns_header.header_style1 .top_setting .module-ct .mysetting.header-account .content .active-title i {
        font-size: 12px;
        display: inline-block;
        margin-right: 0;
        margin-top: 11px;
    }

    #sns_header.header_style1 .top_setting .module-ct .mysetting.header-account .setting-active .links {
        width: 120px;
        right: 0 !important;
        left: inherit;
    }

    #sns_header.header_style1 .top_setting .module-ct .mysetting.header-account .setting-active {
        height: 35px;
    }

    #sns_header.header_style1 .top_setting {
        float: left;
        width: 100%;
    }

    #sns_header.header_style1 .top_menu {
        position: absolute;
        width: 30px;
        height: 35px;
        top: 0;
        left: 15px;
        z-index: 1;
    }

    #sns_header.header_style1 .top_menu:before {
        display: inline-block;
        content: "";
        font-family: FontAwesome;
        font-size: 14px;
        margin-top: 6px;
    }

    #sns_header.header_style1 .top_menu:hover:before {
        color: #000;
    }

    #sns_header.header_style1 .top_menu:hover ul {
        top: 100%;
        opacity: 1;
        z-index: 9;
        visibility: visible;
    }

    #sns_header.header_style1 .top_menu ul {
        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: 120px;
    }

    #sns_header.header_style1 .top_menu ul li {
        list-style: none;
        display: inline-block;
        width: 100%;
    }

    #sns_header.header_style1 .top_menu ul li a {
        line-height: 24px;
        display: inline-block;
        width: 100%;
        border: none;
        font-size: 12px;
        padding: 0;
        color: #888;
    }

    #sns_header.header_style1 .top_menu ul li a:hover {
        color: #000;
    }

    #sns_header.header_style1 .top_menu ul li:last-child a {
        border-bottom: none;
    }

    #sns_header .top-logo {
        text-align: center;
        padding-top: 0;
        margin-bottom: 20px;
    }

    #sns_header .top-logo p {
        display: inline-block;
    }

    #sns_header .top-logo p:first-child {
        margin-right: 20px;
    }

    .sns-producttabs .sns-pdt-head {
        margin-bottom: 16px;
    }

    .mosera_bannerv2 > div {
        margin-bottom: 30px;
    }

    .mosera_bannerv2 > div:last-child {
        margin-bottom: 0;
    }

    .mosera_bannerv2 > div img {
        width: 100%;
    }

    .mosera_banner2 > div:first-child {
        margin-bottom: 30px;
    }

    #sns_header.header_style1 .top-search .form-search input {
        min-width: 220px;
    }

    .sns-producttabs .sns-pdt-head .sns-pdt-nav .tabdrop .dropdown-toggle span {
        background: none;
        color: #f3f3f3;
    }

    .sns-producttabs .sns-pdt-head .sns-pdt-nav .tabdrop .dropdown-menu {
        padding: 10px 0;
    }

    .sns-producttabs .sns-pdt-head .sns-pdt-nav .tabdrop .dropdown-menu li.active a {
        background: none;
        color: #000;
    }

    .sns-producttabs .sns-pdt-head .sns-pdt-nav .tabdrop .dropdown-menu li a:hover {
        color: #000;
        background: none;
    }

    .footer_style .footer-social .footer-newletter .module .title {
        font-size: 20px;
    }

    .footer_style .footer-social .footer-newletter #newsletter-validate-detail input {
        width: 100%;
    }

    .cms-index-index.cms-mosera-home-page .sns-header #sns_header.header_style1 {
        position: inherit;
        background: #fff;
    }

    .sns-product-detail #sns_tab_products ul.nav-tabs > li.tabdrop > a i {
        display: inline-block;
    }

    .sns-product-detail .product-shop .add-to-box .add-to-links {
        margin-left: 0;
    }

    .toolbar .view-mode {
        margin-bottom: 20px !important;
    }

    .testimonial_content .testimonials_slider .owl-item.active.center .avatar-info::before, .testimonial_content .testimonials_slider .owl-item.active.center .avatar-info::after {
        display: none;
    }

    .testimonial_content .testimonials_slider .owl-item.active.center .content {
        position: inherit !important;
        margin-left: 0 !important;
        width: 100% !important;
    }

    .tabs-slidev2 .owl-controls {
        top: -61px;
    }

    .tabs-slidev2 .sns-pdt-nav {
        padding-right: 75px;
    }

    .sns-producttabs-slider .sns-pdt-head .block-title, .sns-producttabs-slider .sns-pdt-head h3.pdt-nav {
        display: none;
    }

    .sns-producttabs-slider li.dropdown {
        display: block !important;
    }

    .sns-producttabs-slider .display-tab {
        float: right;
        margin-top: 1px;
    }

    .policy {
        display: none;
    }

    .sns-pdt-nav h3.pdt-nav {
        display: none;
    }

    .sns-pdt-nav > .dropdown {
        display: block !important;
    }

    #sns_footer_map .btn_gmap {
        margin-left: -95px !important;
        top: -28px !important;
    }

    .footer_style .sns_footer-static .title {
        text-align: center;
    }

    .footer_style .sns_footer-static .title span {
        width: 100%;
        display: inline-block;
    }

    .footer_style .sns_footer-static .title a {
        float: inherit;
        display: inline-block;
        margin-top: 25px;
    }

    #sns_header.header_style1 .acc-cart {
        float: left;
        position: relative;
        left: 50%;
        margin-left: -125px;
    }

    #sns_header.header_style1 .top-cart .tongle {
        text-align: center;
        width: 100%;
    }

    #sns_footer_top .column {
        border-color: transparent;
        border-bottom-color: #000;
    }

    #sns_footer_top .column4 {
        border-bottom: transparent;
    }

    #sns_footer_top .container_in ul {
        position: relative;
    }
}

@media (max-width: 480px) {
    .cart ul.checkout-types {
        padding-left: 0 !important;
        float: left;
        width: 100% !important;
    }

    .cart .data-table .button {
        display: block !important;
        width: 100%;
        margin: 10px 0;
    }

    .cart-collaterals .totals table td {
        text-align: left !important;
        padding: 0px !important;
    }
}

@media (max-width: 380px) {
    .sns-product-detail .add-to-box .add-to-cart .wrap-addtocart {
        width: 100%;
        padding-top: 20px;
    }
}

@media (max-width: 479px) {
    #sns_footer_top {
        padding-bottom: 20px;
    }

    #sns_footer_top .container .container_in > .row > div {
        border: none !important;
    }

    .banner_top .module-ct {
        padding: 0 15px;
    }

    #sns_header.style_v2 .top-cart .mycart {
        padding-left: 0;
    }

    #sns_header #sns_menu h1 {
        margin: 0px;
    }

    #sns_header #sns_menu .header-menu-block {
        padding: 0px !important;
    }

    #sns_header #sns_header_bot .block_categories {
        display: none !important;
    }

    #sns_header #sns_header_bot .container {
        width: 100% !important;
    }

    #sns_header #sns_header_bot .block_categories {
        display: none;
    }

    #sns_header.transparent #sns_slideshow {
        min-height: 0px !important;
    }

    #sns_header #sns_menu .header-menu-block .header-tools {
        float: right;
        margin-top: 4px;
    }
}

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;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0px 30px 100px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 30px 100px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 30px 100px 0px rgba(50, 50, 50, 0.75);
}

.fancybox-overlay {
    background: none;
}

.fancybox-close {
    background: #000;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 1.5em;
}

.fancybox-close:before {
    font-family: FontAwesome;
    content: "\f00d";
}

.fancybox-nav span {
    background: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 2em;
    visibility: visible;
    color: #fff;
    background: #000;
}

.fancybox-prev,
.fancybox-next {

}

.fancybox-prev span:before {
    font-family: FontAwesome;
    content: "\f104";
}

.fancybox-next span:before {
    font-family: FontAwesome;
    content: "\f105";
}

.row.banners {
    display: flex;
    align-items: flex-start;
}

@media (max-width: 767px) {
    .row.banners {
        display: block;
    }

    .products-grid .item .item-inner .item-img {
        padding-bottom: 40px;
    }

    .products-grid .item .item-inner .action-bot .actions .add-to-links li.link-addtocart .btn-cart {
        height: auto;
    }
}

.row.banners .button {
    border-top: none;
    border-bottom: none;
    letter-spacing: 3px;
    z-index: 1;
    height: 20px;
    line-height: 20px;
}

.row.banners .button:hover {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
    /*-webkit-box-shadow: 0px 30px 100px 0px rgba(50, 50, 50, 0.75);*/
    /*-moz-box-shadow: 0px 30px 100px 0px rgba(50, 50, 50, 0.75);*/
    /*box-shadow: 0px 30px 100px 0px rgba(50, 50, 50, 0.75);*/
}

.payment_icon {
    margin: 0;
}

.payment_icon li {
    padding-left: 0;
    padding-right: 3px;
}

::-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;
}

@media(min-width:  768px){
    #sns_footer_top .block-subscribe .block-title {
        font-size: 52px;
        font-weight: 400;
        margin: 7.5rem 0;
    }
}

#sns_footer_top .block-subscribe .input-wrap {
    position: relative;
}

#sns_footer_top .block-subscribe .input_warp {
    position: relative;
}

#sns_footer_top .block-subscribe .input_warp button {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background: none;
    padding: 0;
}

.customhr {
    border-top: 1px solid #000;
    width: 100px;
}

/* magegiant start */
#bd #magegiant-one-step-checkout ol {
    padding: 0;
}

#bd #magegiant-one-step-checkout .input-box input[type="text"],
#bd #magegiant-one-step-checkout .input-box input.input-text,
#bd #magegiant-one-step-checkout .input-box select {
    width: 100%;
    border: none;
    border-bottom: 1px solid black;
    line-height: 40px;
    height: 40px;
    background: transparent;
}

#bd #magegiant-one-step-checkout button.button {
    width: 100%;
    color: #fff;
}

#bd #magegiant-one-step-checkout button.button,
#bd .one-step-checkout-popup button.button,
#bd #one-step-checkout-login-popup button.button span {
    background: #fff;
    color: #000;
}

#bd .one-step-checkout-cart-table .product-image-review {
    width: auto;
}

#bd .one-step-checkout-cart-table {
    border: none;
    background-color: transparent;
}

#bd #magegiant-one-step-checkout .block-wrapper {
    background-color: transparent;
    border: 1px solid #dcd8d8;
    margin-top: 15px;
    padding: 15px;
}

#bd #magegiant-one-step-checkout .button-action {
    background-color: #000;
}

/* magegiant end */
/* shop by start */
.amshopby-slider-ui .ui-slider-handle {
    background: #000;
    border: none;
}

.ui-slider .ui-slider-handle {
    z-index: 1;
}

#sns_slideshow_wrapper .owl-controls .owl-nav > div {
    background-color: rgba(255, 255, 255, 0.8);
    border: 6px solid #000;
    line-height: 41px;
}

/* shop by end */

/* Needs paralaves - otan tis energopoioume mono. allios paei sta alla */
.level0.custom-item.item-no-1 a.menu-title-lv0 {
    /*background-color: black;*/
}
.level0.custom-item.item-no-1 .title {
    /*color: white;*/
}

/*Hide home page fro mcategory filters navigation*/
.block-layered-nav a[data-config*="\"option\":\"110\""] {
    display: none !important;
}


.header-top.black-bar {
    background: #000 !important;
    color: #fff !important;
    font-size: 18px;
}

.header-top.black-bar a {
    color: #fff !important;
}

/*menu styling bazaar*/

/*.mainnav .level0.nav-5.group-item .menu-title-lv0 span {*/
/*    color: red;*/
/*}*/

/* Redesign Added CSS */

@media(min-width: 768px){
    .row.banners .col-md-6 {
        padding: 0 30px;
    }
    .row.banners.row-one {
        margin-top: 5rem;
    }
    .row.banners.row-two {
        margin: 5rem 0;
    }
    .row.banners.row-three {
        margin: 5rem 0;
    }
}


.wrapper.social-banners {
    display: flex;
    margin-bottom: 75px;
}

.wrapper.social-banners .banner-fb,
.wrapper.social-banners .banner-ig{
    flex-basis: 50%;
}

.wrapper.social-banners .banner-fb img,
.wrapper.social-banners .banner-ig img {
    width:  100%;
}

.wrapper.social-banners .banner-fb .fb-icon,
.wrapper.social-banners .banner-ig .ig-icon {
    background: black;
    color: white;
    height: 75px;
    line-height: 75px;
    text-align: center;
    font-size: 45px;
}

#sns_footer_top .block-subscribe .input_warp span {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
}
hr.black-hr {
    border-color: black;
    margin: 2rem 0 5rem 0;
}
.socials-top-footer {
    margin: 3rem 0;
}
.socials-top-footer.text-center h4 {
    font-size: 25px;
}
.socials-top-footer.text-center i {
    font-size: 18px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border: 1px solid;
    border-radius: 50%;
    margin: 0 10px;
}
.container-fluid.our-services-row {
    padding: 10rem 0;
    background: black;
    color: white;
    font-size: 16px;
}
@media(max-width: 768px){
    .container-fluid.our-services-row {
        padding: 3rem 0;
    }
    .container-fluid.our-services-row .col-xs-12 {
        margin: 2rem 0;
    }
}
.container-fluid.our-services-row i.fa {
    font-size: 24px;
    margin: 1rem;
}
.container-fluid.our-services-row p {
    margin: 0;
}
.row.banners.row-one .right-col p {
    text-decoration: underline;
}
.row.banners img {
    width: 100%;
}
.row.banners.row-one .right-col img {
    width: auto;
}
.row.banners p {
    font-size: 18px;
    margin: 20px 5px;
}
.row.banners .wrapper p span:last-child,
.row.banners .wrapper p strong:last-child {
    float: right;
    text-decoration: underline;
}
.visible-xs.account.pull-left {
    margin-top: 15px;
}
h4.home-page-header {
    font-size: 25px;
    font-weight: 800;
    text-transform: uppercase;
}
.sns_partner.block.sns-slider p {
    font-size: 18px;
}
.sns_partner.block.sns-slider .more-brands a {
    text-align: center;
    width: 100%;
    display: block;
    font-size: 18px;
    margin: 3rem 0;
    text-decoration: underline;
}
@media(min-width: 768px){
    .instagram-feed-snappt {
        margin: 10rem 0;
    }
    .sns_partner.block.sns-slider p {
        margin-bottom: 5rem;
    }
}
@media(max-width: 768px){
    .instagram-feed-snappt {
        margin: 2rem 0;
    }
}
.instagram-feed-snappt p {
    font-size: 18px;
}
.instagram-feed-snappt a {
    font-size: 18px;
    text-decoration: underline;
}

@media(min-width: 768px){
    .gift_card.text-center {
        margin: 5rem 0;
    }
}
@media(max-width: 768px){
    .gift_card.text-center {
        margin: 2rem 0;
    }
}
.gift_card.text-center p {
    font-size: 18px;
}
.gift_card.text-center .img-wapper {
    position: relative;
}
.gift_card.text-center .img-wapper > img {
    object-fit: cover;
    object-position: center right;
    min-height: 150px;

}
.gift_card.text-center .img-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}
.gift_card.text-center .img-content h1 {
    font-size: 60px;
    color: white;
}
.gift_card.text-center .img-content p {
    font-size: 26px;
}
.gift_card.text-center .img-content a {
    font-size: 18px;
    color: white;
    text-decoration: underline;
    padding: 20px;
    display: block;
}
@media(max-width: 768px){
    .gift_card.text-center .img-content h1 {
        font-size: 32px;
    }
    .gift_card.text-center .img-content p {
        font-size: 18px;
    }
    .gift_card.text-center .img-content a {
        padding: 5px;
    }
}
.snptwdgt__ftr-tglne {
    color: #fff !important;
}
.discount label[for="am_giftcard_code"] {
    cursor: pointer;
}
.catalog-category-view.category-gift-cards .toolbar {
    display: none;
}

.snpt-modal-column_ftr-brndng {
    opacity: 0;
}

/*header giftcard*/

.header-top-giftcard {
    background-color: #000;
    margin: 0;
    padding: 10px 0 5px 0
}

.header-top-giftcard span {
    color: white;
    font-size: 2rem;
    text-transform: uppercase;
}

@media (max-width: 769px) {
    .header-top-giftcard span {
        font-size: 1.5rem
    }
}
