@charset "UTF-8";:root {
    --woocommerce: #720eec;
    --wc-green: #7ad03a;
    --wc-red: #a00;
    --wc-orange: #ffba00;
    --wc-blue: #2ea2cc;
    --wc-primary: #720eec;
    --wc-primary-text: #fcfbfe;
    --wc-secondary: #e9e6ed;
    --wc-secondary-text: #515151;
    --wc-highlight: #958e09;
    --wc-highligh-text: white;
    --wc-content-bg: #fff;
    --wc-subtext: #767676;
    --wc-form-border-color: rgba(32, 7, 7, 0.8);
    --wc-form-border-radius: 4px;
    --wc-form-border-width: 1px
}

@keyframes spin {
    100% {
        transform: rotate(360deg)
    }
}

@font-face {
    font-family: star;
    src: url(../fonts/WooCommerce.woff2) format("woff2"),url(../fonts/WooCommerce.woff) format("woff"),url(../fonts/WooCommerce.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: WooCommerce;
    src: url(../fonts/WooCommerce.woff2) format("woff2"),url(../fonts/WooCommerce.woff) format("woff"),url(../fonts/WooCommerce.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

.woocommerce form .form-row {
    padding: 3px;
    margin: 0 0 6px
}

.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: opacity .5s .5s ease;
    transition: opacity .5s .5s ease;
    opacity: 0
}

.woocommerce form .form-row label {
    line-height: 2
}

.woocommerce form .form-row label.hidden {
    visibility: hidden
}

.woocommerce form .form-row label.inline {
    display: inline
}

.woocommerce form .form-row .woocommerce-input-wrapper .description {
    background: #1e85be;
    color: #fff;
    border-radius: 3px;
    padding: 1em;
    margin: .5em 0 0;
    clear: both;
    display: none;
    position: relative
}

.woocommerce form .form-row .woocommerce-input-wrapper .description a {
    color: #fff;
    text-decoration: underline;
    border: 0;
    box-shadow: none
}

.woocommerce form .form-row .woocommerce-input-wrapper .description::before {
    left: 50%;
    top: 0;
    margin-top: -4px;
    transform: translateX(-50%) rotate(180deg);
    content: "";
    position: absolute;
    border-width: 4px 6px 0 6px;
    border-style: solid;
    border-color: #1e85be transparent transparent transparent;
    z-index: 100;
    display: block
}

.woocommerce form .form-row .input-checkbox {
    display: inline;
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: middle
}

.woocommerce form .form-row .input-text,.woocommerce form .form-row select {
    font-family: inherit;
    font-weight: 400;
    letter-spacing: normal;
    padding: .5em;
    display: block;
    background-color: var(--wc-form-color-background,#fff);
    border: var(--wc-form-border-width) solid var(--wc-form-border-color);
    border-radius: var(--wc-form-border-radius);
    color: var(--wc-form-color-text,#000);
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    line-height: normal;
    height: auto
}

.woocommerce form .form-row .input-text:focus,.woocommerce form .form-row select:focus {
    border-color: currentColor
}

.woocommerce form .form-row select {
    cursor: pointer;
    appearance: none;
    padding-right: 3em;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: calc(100% - .5em) 50%
}

.woocommerce form .form-row textarea {
    height: 4em;
    line-height: 1.5;
    box-shadow: none
}

.woocommerce form .form-row .required {
    color: var(--wc-red);
    font-weight: 700;
    border: 0!important;
    text-decoration: none;
    visibility: hidden
}

.woocommerce form .form-row .optional {
    visibility: visible
}

.woocommerce form .form-row.woocommerce-invalid label {
    color: var(--wc-red)
}

.woocommerce form .form-row.woocommerce-invalid input.input-text,.woocommerce form .form-row.woocommerce-invalid select {
    border-color: var(--wc-red)
}

.woocommerce form .form-row.woocommerce-invalid .select2-container:not(.select2-container--open) .select2-selection {
    border-color: var(--wc-red)
}

.woocommerce form .form-row.woocommerce-validated input.input-text,.woocommerce form .form-row.woocommerce-validated select {
    border-color: var(--wc-green)
}

.woocommerce form .form-row.woocommerce-validated .select2-container:not(.select2-container--open) .select2-selection {
    border-color: var(--wc-green)
}

.woocommerce form .form-row ::-webkit-input-placeholder {
    line-height: normal
}

.woocommerce form .form-row :-moz-placeholder {
    line-height: normal
}

.woocommerce form .form-row :-ms-input-placeholder {
    line-height: normal
}

.select2-container {
    width: 100%
}

.select2-container .select2-selection--single {
    height: auto
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: .5em;
    line-height: normal;
    box-sizing: border-box;
    color: var(--wc-form-color-text,#444);
    font-weight: 400
}

.select2-container .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 2px;
    right: .5em;
    height: 100%;
    width: 16px
}

.select2-container .select2-selection--single .select2-selection__arrow b {
    border: none;
    display: block;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=) no-repeat;
    background-size: 16px;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -8px 0 0
}

.select2-container .select2-dropdown,.select2-container .select2-selection {
    background-color: var(--wc-form-color-background,#fff);
    border: var(--wc-form-border-width,1px) solid var(--wc-form-border-color,#aaa);
    border-radius: var(--wc-form-border-radius,4px)
}

.select2-container.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    margin: 0
}

.woocommerce-store-notice,p.demo_store {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    font-size: 1em;
    padding: 1em 0;
    text-align: center;
    background-color: #720eec;
    color: #fcfbfe;
    z-index: 99998;
    box-shadow: 0 1px 1em rgba(0,0,0,.2);
    display: none
}

.woocommerce-store-notice a,p.demo_store a {
    color: #fcfbfe;
    text-decoration: underline
}

.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    position: absolute!important;
    width: 1px;
    word-wrap: normal!important
}

.admin-bar p.demo_store {
    top: 32px
}

.clear {
    clear: both
}

.woocommerce .blockUI.blockOverlay {
    position: relative
}

.woocommerce .blockUI.blockOverlay::before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    content: "";
    animation: spin 1s ease-in-out infinite;
    background: url(../images/icons/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0,0,0,.75)
}

.woocommerce .loader::before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    content: "";
    animation: spin 1s ease-in-out infinite;
    background: url(../images/icons/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0,0,0,.75)
}

.woocommerce a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: var(--wc-red)!important;
    text-decoration: none;
    font-weight: 700;
    border: 0
}

.woocommerce a.remove:hover {
    color: #fff!important;
    background: var(--wc-red)
}

.woocommerce small.note {
    display: block;
    color: #767676;
    font-size: .857em;
    margin-top: 10px
}

.woocommerce .woocommerce-breadcrumb {
    margin: 0 0 1em;
    padding: 0
}

.woocommerce .woocommerce-breadcrumb::after,.woocommerce .woocommerce-breadcrumb::before {
    content: " ";
    display: table
}

.woocommerce .woocommerce-breadcrumb::after {
    clear: both
}

.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center
}

.woocommerce div.product {
    margin-bottom: 0;
    position: relative
}

.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0
}

.woocommerce div.product p.price ins,.woocommerce div.product span.price ins {
    background: inherit;
    font-weight: 700;
    display: inline-block
}

.woocommerce div.product p.price del,.woocommerce div.product span.price del {
    opacity: .5;
    display: inline-block
}

.woocommerce div.product p.stock {
    font-size: .92em
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 1.618em
}

.woocommerce div.product div.images {
    margin-bottom: 2em
}

.woocommerce div.product div.images img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none
}

.woocommerce div.product div.images div.thumbnails {
    padding-top: 1em
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    transition: all cubic-bezier(.795,-.035,0,1) .5s;
    margin: 0;
    padding: 0
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
    background-color: #fff;
    opacity: 0
}

.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
    border: 1px solid #f2f2f2
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 25%;
    display: inline-block
}

.woocommerce div.product div.images .woocommerce-product-gallery__image a {
    display: block;
    outline-offset: -2px
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    background: #fff;
    border: none;
    box-sizing: content-box;
    border-radius: 100%;
    cursor: pointer;
    font-size: 2em;
    height: 36px;
    padding: 0;
    position: absolute;
    right: .5em;
    text-indent: -9999px;
    top: .5em;
    width: 36px;
    z-index: 99
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
    border: 2px solid #000;
    border-radius: 100%;
    box-sizing: content-box;
    content: "";
    display: block;
    height: 10px;
    left: 9px;
    top: 9px;
    position: absolute;
    width: 10px
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
    background: #000;
    border-radius: 6px;
    box-sizing: content-box;
    content: "";
    display: block;
    height: 8px;
    left: 22px;
    position: absolute;
    top: 19px;
    transform: rotate(-45deg);
    width: 2px
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger span[aria-hidden=true] {
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    left: 50%;
    margin: -1px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    width: 1px
}

.woocommerce div.product div.images .flex-control-thumbs {
    overflow: hidden;
    zoom:1;margin: 0;
    padding: 0
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
    list-style: none
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    cursor: pointer;
    opacity: .5;
    margin: 0
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,.woocommerce div.product div.images .flex-control-thumbs li img:hover {
    opacity: 1
}

.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
    clear: left
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: left
}

.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
    clear: left
}

.woocommerce div.product div.summary {
    margin-bottom: 2em
}

.woocommerce div.product div.social {
    text-align: right;
    margin: 0 0 1em
}

.woocommerce div.product div.social span {
    margin: 0 0 0 2px
}

.woocommerce div.product div.social span span {
    margin: 0
}

.woocommerce div.product div.social span .stButton .chicklets {
    padding-left: 16px;
    width: 0
}

.woocommerce div.product div.social iframe {
    float: left;
    margin-top: 3px
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0 0 0 1em;
    margin: 0 0 1.618em;
    overflow: hidden;
    position: relative
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #cfc8d8;
    background-color: #e9e6ed;
    color: #515151;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 4px 4px 0 0;
    margin: 0 -5px;
    padding: 0 1em
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: .5em 0;
    font-weight: 700;
    color: #515151;
    text-decoration: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    text-decoration: none;
    color: #6b6b6b
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff;
    color: #515151;
    z-index: 2;
    border-bottom-color: #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: inherit;
    text-shadow: inherit
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    box-shadow: 2px 2px 0 #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
    box-shadow: -2px 2px 0 #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border: 1px solid #cfc8d8;
    position: absolute;
    bottom: -1px;
    width: 5px;
    height: 5px;
    content: " ";
    box-sizing: border-box
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    left: -5px;
    border-bottom-right-radius: 4px;
    border-width: 0 1px 1px 0;
    box-shadow: 2px 2px 0 #e9e6ed
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    right: -5px;
    border-bottom-left-radius: 4px;
    border-width: 0 0 1px 1px;
    box-shadow: -2px 2px 0 #e9e6ed
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #cfc8d8;
    z-index: 1
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 2em;
    padding: 0
}

.woocommerce div.product p.cart {
    margin-bottom: 2em
}

.woocommerce div.product p.cart::after,.woocommerce div.product p.cart::before {
    content: " ";
    display: table
}

.woocommerce div.product p.cart::after {
    clear: both
}

.woocommerce div.product form.cart {
    margin-bottom: 2em
}

.woocommerce div.product form.cart::after,.woocommerce div.product form.cart::before {
    content: " ";
    display: table
}

.woocommerce div.product form.cart::after {
    clear: both
}

.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0 4px 0 0
}

.woocommerce div.product form.cart table {
    border-width: 0 0 1px
}

.woocommerce div.product form.cart table td {
    padding-left: 0
}

.woocommerce div.product form.cart table div.quantity {
    float: none;
    margin: 0
}

.woocommerce div.product form.cart table small.stock {
    display: block;
    float: none
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 1em;
    border: 0;
    width: 100%
}

.woocommerce div.product form.cart .variations td,.woocommerce div.product form.cart .variations th {
    border: 0;
    line-height: 2em;
    vertical-align: top
}

.woocommerce div.product form.cart .variations label {
    font-weight: 700;
    text-align: left
}

.woocommerce div.product form.cart .variations select {
    max-width: 100%;
    min-width: 75%;
    display: inline-block;
    margin-right: 1em;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 3em;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=) no-repeat;
    background-size: 16px;
    -webkit-background-size: 16px;
    background-position: calc(100% - 12px) 50%;
    -webkit-background-position: calc(100% - 12px) 50%
}

.woocommerce div.product form.cart .variations td.label {
    padding-right: 1em
}

.woocommerce div.product form.cart .woocommerce-variation-description p {
    margin-bottom: 1em
}

.woocommerce div.product form.cart .reset_variations {
    visibility: hidden;
    font-size: .83em
}

.woocommerce div.product form.cart .wc-no-matching-variations {
    display: none
}

.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
    padding-right: 1em;
    padding-left: 1em
}

.woocommerce div.product form.cart .group_table td {
    vertical-align: top;
    padding-bottom: .5em;
    border: 0
}

.woocommerce div.product form.cart .group_table td:first-child {
    width: 4em;
    text-align: center
}

.woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    transform: scale(1.5,1.5)
}

.woocommerce span.onsale {
    min-height: 3.236em;
    min-width: 3.236em;
    padding: .202em;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: -.5em;
    left: -.5em;
    margin: 0;
    border-radius: 100%;
    background-color: #958e09;
    color: #fff;
    font-size: .857em;
    z-index: 9
}

.woocommerce .products ul,.woocommerce ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
    clear: both
}

.woocommerce .products ul::after,.woocommerce .products ul::before,.woocommerce ul.products::after,.woocommerce ul.products::before {
    content: " ";
    display: table
}

.woocommerce .products ul::after,.woocommerce ul.products::after {
    clear: both
}

.woocommerce .products ul li,.woocommerce ul.products li {
    list-style: none outside
}

.woocommerce ul.products li.product .onsale {
    top: 0;
    right: 0;
    left: auto;
    margin: -.5em -.5em 0 0
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,.woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce ul.products li.product h3 {
    padding: .5em 0;
    margin: 0;
    font-size: 1em
}

.woocommerce ul.products li.product a {
    text-decoration: none
}

.woocommerce ul.products li.product a.woocommerce-loop-product__link {
    display: block
}

.woocommerce ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none
}

.woocommerce ul.products li.product strong {
    display: block
}

.woocommerce ul.products li.product .woocommerce-placeholder {
    border: 1px solid #f2f2f2
}

.woocommerce ul.products li.product .star-rating {
    font-size: .857em
}

.woocommerce ul.products li.product .button {
    display: inline-block;
    margin-top: 1em
}

.woocommerce ul.products li.product .price {
    display: block;
    font-weight: 400;
    margin-bottom: .5em;
    font-size: .857em
}

.woocommerce ul.products li.product .price del {
    color: inherit;
    opacity: .5;
    display: inline-block
}

.woocommerce ul.products li.product .price ins {
    background: 0 0;
    font-weight: 700;
    display: inline-block
}

.woocommerce ul.products li.product .price .from {
    font-size: .67em;
    margin: -2px 0 0 0;
    text-transform: uppercase;
    color: rgba(90,89,68,.5)
}

.woocommerce .woocommerce-result-count {
    margin: 0 0 1em
}

.woocommerce .woocommerce-ordering {
    margin: 0 0 1em
}

.woocommerce .woocommerce-ordering>label {
    margin-right: .25rem
}

.woocommerce .woocommerce-ordering select {
    vertical-align: top
}

.woocommerce nav.woocommerce-pagination {
    text-align: center
}

.woocommerce nav.woocommerce-pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border: 1px solid #cfc8d8;
    border-right: 0;
    margin: 1px
}

.woocommerce nav.woocommerce-pagination ul li {
    border-right: 1px solid #cfc8d8;
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden
}

.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1;
    font-size: 1em;
    font-weight: 400;
    padding: .5em;
    min-width: 1em;
    display: block
}

.woocommerce nav.woocommerce-pagination ul li a:focus,.woocommerce nav.woocommerce-pagination ul li a:hover,.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #e9e6ed;
    color: #816f98
}

.woocommerce .cart .button,.woocommerce .cart input.button {
    float: none
}

.woocommerce a.added_to_cart {
    padding-top: .5em;
    display: inline-block
}

.woocommerce #reviews h2 small {
    float: right;
    color: #767676;
    font-size: 15px;
    margin: 10px 0 0
}

.woocommerce #reviews h2 small a {
    text-decoration: none;
    color: #767676
}

.woocommerce #reviews h3 {
    margin: 0
}

.woocommerce #reviews #respond {
    margin: 0;
    border: 0;
    padding: 0
}

.woocommerce #reviews #comment {
    height: 75px
}

.woocommerce #reviews #comments .add_review::after,.woocommerce #reviews #comments .add_review::before {
    content: " ";
    display: table
}

.woocommerce #reviews #comments .add_review::after {
    clear: both
}

.woocommerce #reviews #comments h2 {
    clear: none
}

.woocommerce #reviews #comments ol.commentlist {
    margin: 0;
    width: 100%;
    background: 0 0;
    list-style: none
}

.woocommerce #reviews #comments ol.commentlist::after,.woocommerce #reviews #comments ol.commentlist::before {
    content: " ";
    display: table
}

.woocommerce #reviews #comments ol.commentlist::after {
    clear: both
}

.woocommerce #reviews #comments ol.commentlist li {
    padding: 0;
    margin: 0 0 20px;
    border: 0;
    position: relative;
    background: 0;
    border: 0
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px;
    width: 32px;
    height: auto;
    background: #e9e6ed;
    border: 1px solid #e1dde7;
    margin: 0;
    box-shadow: none
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 50px;
    border: 1px solid #e1dde7;
    border-radius: 4px;
    padding: 1em 1em 0
}

.woocommerce #reviews #comments ol.commentlist li .comment-text::after,.woocommerce #reviews #comments ol.commentlist li .comment-text::before {
    content: " ";
    display: table
}

.woocommerce #reviews #comments ol.commentlist li .comment-text::after {
    clear: both
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    margin: 0 0 1em
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: .83em
}

.woocommerce #reviews #comments ol.commentlist ul.children {
    list-style: none outside;
    margin: 20px 0 0 50px
}

.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
    display: none
}

.woocommerce #reviews #comments ol.commentlist #respond {
    border: 1px solid #e1dde7;
    border-radius: 4px;
    padding: 1em 1em 0;
    margin: 20px 0 0 50px
}

.woocommerce #reviews #comments .commentlist>li::before {
    content: ""
}

.woocommerce .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: WooCommerce
}

.woocommerce .star-rating::before {
    content: "sssss";
    color: #cfc8d8;
    float: left;
    top: 0;
    left: 0;
    position: absolute
}

.woocommerce .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em
}

.woocommerce .star-rating span::before {
    content: "SSSSS";
    top: 0;
    position: absolute;
    left: 0
}

.woocommerce .woocommerce-product-rating {
    line-height: 2;
    display: block
}

.woocommerce .woocommerce-product-rating::after,.woocommerce .woocommerce-product-rating::before {
    content: " ";
    display: table
}

.woocommerce .woocommerce-product-rating::after {
    clear: both
}

.woocommerce .woocommerce-product-rating .star-rating {
    margin: .5em 4px 0 0;
    float: left
}

.woocommerce .products .star-rating {
    display: block;
    margin: 0 0 .5em;
    float: none
}

.woocommerce .hreview-aggregate .star-rating {
    margin: 10px 0 0
}

.woocommerce #review_form #respond {
    position: static;
    margin: 0;
    width: auto;
    padding: 0;
    background: transparent none;
    border: 0
}

.woocommerce #review_form #respond::after,.woocommerce #review_form #respond::before {
    content: " ";
    display: table
}

.woocommerce #review_form #respond::after {
    clear: both
}

.woocommerce #review_form #respond p {
    margin: 0 0 10px
}

.woocommerce #review_form #respond .form-submit input {
    left: auto
}

.woocommerce #review_form #respond textarea {
    box-sizing: border-box;
    width: 100%
}

.woocommerce p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none
}

.woocommerce p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: WooCommerce;
    content: "\e021";
    content: "\e021"/"";
    text-indent: 0
}

.woocommerce p.stars a:hover~a::before {
    content: "\e021"
}

.woocommerce p.stars:hover a::before {
    content: "\e020"
}

.woocommerce p.stars.selected a.active::before {
    content: "\e020"
}

.woocommerce p.stars.selected a.active~a::before {
    content: "\e021"
}

.woocommerce p.stars.selected a:not(.active)::before {
    content: "\e020"
}

.woocommerce table.shop_attributes {
    border: 0;
    border-top: 1px dotted rgba(0,0,0,.1);
    margin-bottom: 1.618em;
    width: 100%
}

.woocommerce table.shop_attributes th {
    width: 150px;
    font-weight: 700;
    padding: 8px;
    border-top: 0;
    border-bottom: 1px dotted rgba(0,0,0,.1);
    margin: 0;
    line-height: 1.5
}

.woocommerce table.shop_attributes td {
    font-style: italic;
    padding: 0;
    border-top: 0;
    border-bottom: 1px dotted rgba(0,0,0,.1);
    margin: 0;
    line-height: 1.5
}

.woocommerce table.shop_attributes td p {
    margin: 0;
    padding: 8px 0
}

.woocommerce table.shop_attributes tr:nth-child(even) td,.woocommerce table.shop_attributes tr:nth-child(even) th {
    background: rgba(0,0,0,.025)
}

.woocommerce table.shop_table {
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px
}

.woocommerce table.shop_table th {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em
}

.woocommerce table.shop_table td {
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em
}

.woocommerce table.shop_table td small {
    font-weight: 400
}

.woocommerce table.shop_table td del {
    font-weight: 400
}

.woocommerce table.shop_table tbody:first-child tr:first-child td,.woocommerce table.shop_table tbody:first-child tr:first-child th {
    border-top: 0
}

.woocommerce table.shop_table tbody th,.woocommerce table.shop_table tfoot td,.woocommerce table.shop_table tfoot th {
    font-weight: 700;
    border-top: 1px solid rgba(0,0,0,.1)
}

.woocommerce table.my_account_orders {
    font-size: .85em
}

.woocommerce table.my_account_orders td,.woocommerce table.my_account_orders th {
    padding: 4px 8px;
    vertical-align: middle
}

.woocommerce table.my_account_orders .button {
    white-space: nowrap
}

.woocommerce table.woocommerce-MyAccount-downloads td,.woocommerce table.woocommerce-MyAccount-downloads th {
    vertical-align: top;
    text-align: center
}

.woocommerce table.woocommerce-MyAccount-downloads td:first-child,.woocommerce table.woocommerce-MyAccount-downloads th:first-child {
    text-align: left
}

.woocommerce table.woocommerce-MyAccount-downloads td:last-child,.woocommerce table.woocommerce-MyAccount-downloads th:last-child {
    text-align: left
}

.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before,.woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before {
    content: "↓";
    display: inline-block
}

.woocommerce td.product-name .wc-item-meta,.woocommerce td.product-name dl.variation {
    list-style: none outside
}

.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,.woocommerce td.product-name .wc-item-meta dt,.woocommerce td.product-name dl.variation .wc-item-meta-label,.woocommerce td.product-name dl.variation dt {
    float: left;
    clear: both;
    margin-right: .25em;
    display: inline-block;
    list-style: none outside
}

.woocommerce td.product-name .wc-item-meta dd,.woocommerce td.product-name dl.variation dd {
    margin: 0
}

.woocommerce td.product-name .wc-item-meta p,.woocommerce td.product-name .wc-item-meta:last-child,.woocommerce td.product-name dl.variation p,.woocommerce td.product-name dl.variation:last-child {
    margin-bottom: 0
}

.woocommerce td.product-name p.backorder_notification {
    font-size: .83em
}

.woocommerce td.product-quantity {
    min-width: 80px
}

.woocommerce ul.cart_list,.woocommerce ul.product_list_widget {
    list-style: none outside;
    padding: 0;
    margin: 0
}

.woocommerce ul.cart_list li,.woocommerce ul.product_list_widget li {
    padding: 4px 0;
    margin: 0;
    list-style: none
}

.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before {
    content: " ";
    display: table
}

.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after {
    clear: both
}

.woocommerce ul.cart_list li a,.woocommerce ul.product_list_widget li a {
    display: block;
    font-weight: 700
}

.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img {
    float: right;
    margin-left: 4px;
    width: 32px;
    height: auto;
    box-shadow: none
}

.woocommerce ul.cart_list li dl,.woocommerce ul.product_list_widget li dl {
    margin: 0;
    padding-left: 1em;
    border-left: 2px solid rgba(0,0,0,.1)
}

.woocommerce ul.cart_list li dl::after,.woocommerce ul.cart_list li dl::before,.woocommerce ul.product_list_widget li dl::after,.woocommerce ul.product_list_widget li dl::before {
    content: " ";
    display: table
}

.woocommerce ul.cart_list li dl::after,.woocommerce ul.product_list_widget li dl::after {
    clear: both
}

.woocommerce ul.cart_list li dl dd,.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dd,.woocommerce ul.product_list_widget li dl dt {
    display: inline-block;
    float: left;
    margin-bottom: 1em
}

.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dt {
    font-weight: 700;
    padding: 0 0 .25em;
    margin: 0 4px 0 0;
    clear: left
}

.woocommerce ul.cart_list li dl dd,.woocommerce ul.product_list_widget li dl dd {
    padding: 0 0 .25em
}

.woocommerce ul.cart_list li dl dd p:last-child,.woocommerce ul.product_list_widget li dl dd p:last-child {
    margin-bottom: 0
}

.woocommerce ul.cart_list li .star-rating,.woocommerce ul.product_list_widget li .star-rating {
    float: none
}

.woocommerce .widget_shopping_cart .total,.woocommerce.widget_shopping_cart .total {
    border-top: 3px double #e9e6ed;
    padding: 4px 0 0
}

.woocommerce .widget_shopping_cart .total strong,.woocommerce.widget_shopping_cart .total strong {
    min-width: 40px;
    display: inline-block
}

.woocommerce .widget_shopping_cart .cart_list li,.woocommerce.widget_shopping_cart .cart_list li {
    padding-left: 2em;
    position: relative;
    padding-top: 0
}

.woocommerce .widget_shopping_cart .cart_list li a.remove,.woocommerce.widget_shopping_cart .cart_list li a.remove {
    position: absolute;
    top: 0;
    left: 0
}

.woocommerce .widget_shopping_cart .buttons::after,.woocommerce .widget_shopping_cart .buttons::before,.woocommerce.widget_shopping_cart .buttons::after,.woocommerce.widget_shopping_cart .buttons::before {
    content: " ";
    display: table
}

.woocommerce .widget_shopping_cart .buttons::after,.woocommerce.widget_shopping_cart .buttons::after {
    clear: both
}

.woocommerce .widget_shopping_cart .buttons a,.woocommerce.widget_shopping_cart .buttons a {
    margin-right: 5px;
    margin-bottom: 5px
}

.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register {
    border: 1px solid #cfc8d8;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px
}

.woocommerce form.checkout_coupon .coupon-error-notice {
    color: var(--wc-red);
    display: block;
    font-size: .75em;
    margin-top: 8px
}

.woocommerce form.checkout_coupon .input-text.has-error:focus {
    border-color: var(--wc-red)
}

.woocommerce ul#shipping_method {
    list-style: none outside;
    margin: 0;
    padding: 0
}

.woocommerce ul#shipping_method li {
    margin: 0 0 .5em;
    line-height: 1.5em;
    list-style: none outside
}

.woocommerce ul#shipping_method li input {
    margin: 3px .4375em 0 0;
    vertical-align: top
}

.woocommerce ul#shipping_method li label {
    display: inline
}

.woocommerce ul#shipping_method .amount {
    font-weight: 700
}

.woocommerce p.woocommerce-shipping-contents {
    margin: 0
}

.woocommerce ul.order_details {
    margin: 0 0 3em;
    list-style: none
}

.woocommerce ul.order_details::after,.woocommerce ul.order_details::before {
    content: " ";
    display: table
}

.woocommerce ul.order_details::after {
    clear: both
}

.woocommerce ul.order_details li {
    float: left;
    margin-right: 2em;
    text-transform: uppercase;
    font-size: .715em;
    line-height: 1;
    border-right: 1px dashed #cfc8d8;
    padding-right: 2em;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none
}

.woocommerce ul.order_details li strong {
    display: block;
    font-size: 1.4em;
    text-transform: none;
    line-height: 1.5
}

.woocommerce ul.order_details li:last-of-type {
    border: none
}

.woocommerce .wc-bacs-bank-details-account-name {
    font-weight: 700
}

.woocommerce .woocommerce-customer-details,.woocommerce .woocommerce-order-details,.woocommerce .woocommerce-order-downloads {
    margin-bottom: 2em
}

.woocommerce .woocommerce-customer-details .order-actions--heading,.woocommerce .woocommerce-order-details .order-actions--heading,.woocommerce .woocommerce-order-downloads .order-actions--heading {
    vertical-align: middle
}

.woocommerce .woocommerce-customer-details .order-actions-button,.woocommerce .woocommerce-order-details .order-actions-button,.woocommerce .woocommerce-order-downloads .order-actions-button {
    margin-right: 10px
}

.woocommerce .woocommerce-customer-details .order-actions-button:last-child,.woocommerce .woocommerce-order-details .order-actions-button:last-child,.woocommerce .woocommerce-order-downloads .order-actions-button:last-child {
    margin-right: 0
}

.woocommerce .woocommerce-customer-details :last-child,.woocommerce .woocommerce-order-details :last-child,.woocommerce .woocommerce-order-downloads :last-child {
    margin-bottom: 0
}

.woocommerce .woocommerce-customer-details .additional-fields,.woocommerce .woocommerce-customer-details .addresses {
    margin-bottom: 2em
}

.woocommerce .woocommerce-customer-details .additional-fields:last-child,.woocommerce .woocommerce-customer-details .addresses:last-child {
    margin-bottom: 0
}

.woocommerce .addresses .wc-block-components-additional-fields-list {
    margin: 0;
    padding: 0
}

.woocommerce .addresses .wc-block-components-additional-fields-list dt {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: 700;
    display: inline
}

.woocommerce .addresses .wc-block-components-additional-fields-list dt::after {
    content: ": "
}

.woocommerce .addresses .wc-block-components-additional-fields-list dt::before {
    content: "";
    display: block
}

.woocommerce .addresses .wc-block-components-additional-fields-list dd {
    margin: 0;
    padding: 0;
    font-style: normal;
    display: inline
}

.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list {
    border: 1px solid rgba(0,0,0,.1);
    padding: 0;
    display: grid;
    grid-template-columns: 1fr max-content
}

.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt {
    border-bottom: 1px solid rgba(0,0,0,.1);
    font-style: normal;
    font-weight: 700;
    padding: 1rem;
    box-sizing: border-box;
    margin: 0!important
}

.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt::after {
    display: none
}

.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt:last-of-type {
    border-bottom: 0
}

.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dd {
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding: 1rem;
    box-sizing: border-box;
    text-align: right;
    margin: 0!important
}

.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dd:last-of-type {
    border-bottom: 0
}

.woocommerce .woocommerce-customer-details .woocommerce-column__title {
    margin-top: 0
}

.woocommerce .woocommerce-customer-details address {
    font-style: normal;
    margin-bottom: 0;
    border: 1px solid rgba(0,0,0,.1);
    border-bottom-width: 2px;
    border-right-width: 2px;
    text-align: left;
    width: 100%;
    border-radius: 5px;
    padding: 6px 12px;
    box-sizing: border-box
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
    padding-left: 1.5em
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:last-child,.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:last-child {
    margin-bottom: 0
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e037";
    text-decoration: none;
    margin-left: -1.5em;
    line-height: 1.75;
    position: absolute
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e02d";
    text-decoration: none;
    margin-left: -1.5em;
    line-height: 1.75;
    position: absolute
}

.woocommerce .woocommerce-widget-layered-nav-list {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
    padding: 0 0 1px;
    list-style: none
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after,.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before {
    content: " ";
    display: table
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after {
    clear: both
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
    padding: 1px 0
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e013";
    text-decoration: none;
    color: var(--wc-red)
}

.woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
    margin-top: 1em
}

.woocommerce .widget_layered_nav_filters ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside;
    overflow: hidden;
    zoom:1}

.woocommerce .widget_layered_nav_filters ul li {
    float: left;
    padding: 0 1em 1px 1px;
    list-style: none
}

.woocommerce .widget_layered_nav_filters ul li a {
    text-decoration: none
}

.woocommerce .widget_layered_nav_filters ul li a::before {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e013";
    text-decoration: none;
    color: var(--wc-red);
    vertical-align: inherit;
    margin-right: .5em
}

.woocommerce .widget_price_filter .price_slider {
    margin-bottom: 1em
}

.woocommerce .widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4;
    font-size: .8751em
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    font-size: 1.15em;
    float: left
}

.woocommerce .widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
    margin-left: .5em;
    margin-right: .5em
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    background-color: #7f54b3;
    border-radius: 1em;
    cursor: ew-resize;
    outline: 0;
    top: -.3em;
    margin-left: -.5em
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    border-radius: 1em;
    background-color: #7f54b3
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    background-color: #35224c;
    border: 0
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: .5em
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px
}

.woocommerce .widget_rating_filter ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside
}

.woocommerce .widget_rating_filter ul li {
    padding: 0 0 1px;
    list-style: none
}

.woocommerce .widget_rating_filter ul li::after,.woocommerce .widget_rating_filter ul li::before {
    content: " ";
    display: table
}

.woocommerce .widget_rating_filter ul li::after {
    clear: both
}

.woocommerce .widget_rating_filter ul li a {
    padding: 1px 0;
    text-decoration: none
}

.woocommerce .widget_rating_filter ul li .star-rating {
    float: none;
    display: inline-block
}

.woocommerce .widget_rating_filter ul li.chosen a::before {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e013";
    text-decoration: none;
    color: var(--wc-red)
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    float: left;
    margin-right: 1em
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: inline-block
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #e9e6ed;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.loading {
    opacity: .25;
    padding-right: 2.618em
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.loading::after {
    font-family: WooCommerce;
    content: "\e01c";
    vertical-align: top;
    font-weight: 400;
    position: absolute;
    top: .618em;
    right: 1em;
    animation: spin 2s linear infinite
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.added::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.added::after {
    font-family: WooCommerce;
    content: "\e017";
    margin-left: .53em;
    vertical-align: bottom
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover {
    background-color: #dcd7e2;
    text-decoration: none;
    background-image: none;
    color: #515151
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
    background-color: #7f54b3;
    color: #fff;
    -webkit-font-smoothing: antialiased
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover {
    background-color: #7249a4;
    color: #fff
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #7f54b3;
    color: #fff
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled[disabled] {
    color: inherit;
    cursor: not-allowed;
    opacity: .5;
    padding: .618em 1em
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled[disabled]:hover {
    color: inherit;
    background-color: #e9e6ed
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
    font-size: .92em;
    color: #767676
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
    color: #767676
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #958e09;
    font-size: 1.25em
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
    color: #958e09
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .out-of-stock {
    color: var(--wc-red)
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    color: #958e09
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) #reviews #comments ol.commentlist li .meta {
    color: #767676;
    font-size: .75em
}

.woocommerce-no-js form.woocommerce-form-coupon,.woocommerce-no-js form.woocommerce-form-login {
    display: block!important
}

.woocommerce-no-js .showcoupon,.woocommerce-no-js .woocommerce-form-coupon-toggle,.woocommerce-no-js .woocommerce-form-login-toggle {
    display: none!important
}

.woocommerce-error,.woocommerce-info,.woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f6f5f8;
    color: #515151;
    border-top: 3px solid #720eec;
    list-style: none outside;
    width: auto;
    word-wrap: break-word
}

.woocommerce-error::after,.woocommerce-error::before,.woocommerce-info::after,.woocommerce-info::before,.woocommerce-message::after,.woocommerce-message::before {
    content: " ";
    display: table
}

.woocommerce-error::after,.woocommerce-info::after,.woocommerce-message::after {
    clear: both
}

.woocommerce-error::before,.woocommerce-info::before,.woocommerce-message::before {
    font-family: WooCommerce;
    content: "\e028";
    content: "\e028"/"";
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em
}

.woocommerce-error .button,.woocommerce-info .button,.woocommerce-message .button {
    float: right
}

.woocommerce-error li,.woocommerce-info li,.woocommerce-message li {
    list-style: none outside!important;
    padding-left: 0!important;
    margin-left: 0!important
}

.rtl.woocommerce .price_label,.rtl.woocommerce .price_label span {
    direction: ltr;
    unicode-bidi: embed
}

.woocommerce-message {
    border-top-color: #8fae1b
}

.woocommerce-message::before {
    content: "\e015";
    color: #8fae1b
}

.woocommerce-info {
    border-top-color: #1e85be
}

.woocommerce-info::before {
    color: #1e85be
}

.woocommerce-error {
    border-top-color: #b81c23
}

.woocommerce-error::before {
    content: "\e016";
    color: #b81c23
}

.woocommerce-account .woocommerce::after,.woocommerce-account .woocommerce::before {
    content: " ";
    display: table
}

.woocommerce-account .woocommerce::after {
    clear: both
}

.woocommerce-account .addresses .title::after,.woocommerce-account .addresses .title::before {
    content: " ";
    display: table
}

.woocommerce-account .addresses .title::after {
    clear: both
}

.woocommerce-account .addresses .title h3 {
    float: left
}

.woocommerce-account .addresses .title .edit {
    float: right
}

.woocommerce-account ol.commentlist.notes li.note p.meta {
    font-weight: 700;
    margin-bottom: 0
}

.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
    margin-bottom: 0
}

.woocommerce-account ul.digital-downloads {
    margin-left: 0;
    padding-left: 0
}

.woocommerce-account ul.digital-downloads li {
    list-style: none;
    margin-left: 0;
    padding-left: 0
}

.woocommerce-account ul.digital-downloads li::before {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e00a";
    text-decoration: none
}

.woocommerce-account ul.digital-downloads li .count {
    float: right
}

#add_payment_method table.cart .product-thumbnail,.woocommerce-cart table.cart .product-thumbnail,.woocommerce-checkout table.cart .product-thumbnail {
    min-width: 32px
}

#add_payment_method table.cart img,.woocommerce-cart table.cart img,.woocommerce-checkout table.cart img {
    width: 32px;
    box-shadow: none
}

#add_payment_method table.cart td,#add_payment_method table.cart th,.woocommerce-cart table.cart td,.woocommerce-cart table.cart th,.woocommerce-checkout table.cart td,.woocommerce-checkout table.cart th {
    vertical-align: middle
}

#add_payment_method table.cart td.actions .coupon .input-text,.woocommerce-cart table.cart td.actions .coupon .input-text,.woocommerce-checkout table.cart td.actions .coupon .input-text {
    float: left;
    box-sizing: border-box;
    border: 1px solid #cfc8d8;
    padding: 6px 6px 5px;
    margin: 0 4px 0 0;
    outline: 0
}

#add_payment_method table.cart td.actions .coupon .input-text.has-error:focus,.woocommerce-cart table.cart td.actions .coupon .input-text.has-error:focus,.woocommerce-checkout table.cart td.actions .coupon .input-text.has-error:focus {
    border-color: var(--wc-red)
}

#add_payment_method table.cart td.actions .coupon .coupon-error-notice,.woocommerce-cart table.cart td.actions .coupon .coupon-error-notice,.woocommerce-checkout table.cart td.actions .coupon .coupon-error-notice {
    clear: left;
    color: var(--wc-red);
    flex-basis: 100%;
    float: none;
    font-size: .75em;
    margin-bottom: 0;
    margin-top: 8px;
    text-align: left;
    width: auto
}

#add_payment_method table.cart input,.woocommerce-cart table.cart input,.woocommerce-checkout table.cart input {
    margin: 0;
    vertical-align: middle
}

#add_payment_method .wc-proceed-to-checkout,.woocommerce-cart .wc-proceed-to-checkout,.woocommerce-checkout .wc-proceed-to-checkout {
    padding: 1em 0
}

#add_payment_method .wc-proceed-to-checkout::after,#add_payment_method .wc-proceed-to-checkout::before,.woocommerce-cart .wc-proceed-to-checkout::after,.woocommerce-cart .wc-proceed-to-checkout::before,.woocommerce-checkout .wc-proceed-to-checkout::after,.woocommerce-checkout .wc-proceed-to-checkout::before {
    content: " ";
    display: table
}

#add_payment_method .wc-proceed-to-checkout::after,.woocommerce-cart .wc-proceed-to-checkout::after,.woocommerce-checkout .wc-proceed-to-checkout::after {
    clear: both
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    display: block;
    text-align: center;
    margin-bottom: 1em;
    font-size: 1.25em;
    padding: 1em
}

#add_payment_method .cart-collaterals .shipping-calculator-button,.woocommerce-cart .cart-collaterals .shipping-calculator-button,.woocommerce-checkout .cart-collaterals .shipping-calculator-button {
    float: none;
    margin-top: .5em;
    display: inline-block
}

#add_payment_method .cart-collaterals .shipping-calculator-button::after,.woocommerce-cart .cart-collaterals .shipping-calculator-button::after,.woocommerce-checkout .cart-collaterals .shipping-calculator-button::after {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: .618em;
    content: "\e019";
    text-decoration: none
}

#add_payment_method .cart-collaterals .shipping-calculator-form,.woocommerce-cart .cart-collaterals .shipping-calculator-form,.woocommerce-checkout .cart-collaterals .shipping-calculator-form {
    margin: 1em 0 0 0
}

#add_payment_method .cart-collaterals .cart_totals p small,.woocommerce-cart .cart-collaterals .cart_totals p small,.woocommerce-checkout .cart-collaterals .cart_totals p small {
    color: #767676;
    font-size: .83em
}

#add_payment_method .cart-collaterals .cart_totals table,.woocommerce-cart .cart-collaterals .cart_totals table,.woocommerce-checkout .cart-collaterals .cart_totals table {
    border-collapse: separate;
    margin: 0 0 6px;
    padding: 0
}

#add_payment_method .cart-collaterals .cart_totals table tr:first-child td,#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th {
    border-top: 0
}

#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table th {
    width: 35%
}

#add_payment_method .cart-collaterals .cart_totals table td,#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table td,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table td,.woocommerce-checkout .cart-collaterals .cart_totals table th {
    vertical-align: top;
    border-left: 0;
    border-right: 0;
    line-height: 1.5em
}

#add_payment_method .cart-collaterals .cart_totals table small,.woocommerce-cart .cart-collaterals .cart_totals table small,.woocommerce-checkout .cart-collaterals .cart_totals table small {
    color: #767676
}

#add_payment_method .cart-collaterals .cart_totals table select,.woocommerce-cart .cart-collaterals .cart_totals table select,.woocommerce-checkout .cart-collaterals .cart_totals table select {
    width: 100%
}

#add_payment_method .cart-collaterals .cart_totals .discount td,.woocommerce-cart .cart-collaterals .cart_totals .discount td,.woocommerce-checkout .cart-collaterals .cart_totals .discount td {
    color: #958e09
}

#add_payment_method .cart-collaterals .cart_totals tr td,#add_payment_method .cart-collaterals .cart_totals tr th,.woocommerce-cart .cart-collaterals .cart_totals tr td,.woocommerce-cart .cart-collaterals .cart_totals tr th,.woocommerce-checkout .cart-collaterals .cart_totals tr td,.woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-top: 1px solid #e9e6ed
}

#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination,.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination {
    margin-bottom: 0
}

#add_payment_method .cart-collaterals .cross-sells ul.products li.product,.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product {
    margin-top: 0
}

#add_payment_method .checkout .col-2 h3#ship-to-different-address,.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
    float: left;
    clear: none
}

#add_payment_method .checkout .col-2 .notes,.woocommerce-cart .checkout .col-2 .notes,.woocommerce-checkout .checkout .col-2 .notes {
    clear: left
}

#add_payment_method .checkout .col-2 .form-row-first,.woocommerce-cart .checkout .col-2 .form-row-first,.woocommerce-checkout .checkout .col-2 .form-row-first {
    clear: left
}

#add_payment_method .checkout .create-account small,.woocommerce-cart .checkout .create-account small,.woocommerce-checkout .checkout .create-account small {
    font-size: 11px;
    color: #767676;
    font-weight: 400
}

#add_payment_method .checkout div.shipping-address,.woocommerce-cart .checkout div.shipping-address,.woocommerce-checkout .checkout div.shipping-address {
    padding: 0;
    clear: left;
    width: 100%
}

#add_payment_method .checkout .shipping_address,.woocommerce-cart .checkout .shipping_address,.woocommerce-checkout .checkout .shipping_address {
    clear: both
}

#add_payment_method .checkout .checkout-inline-error-message,.woocommerce-cart .checkout .checkout-inline-error-message,.woocommerce-checkout .checkout .checkout-inline-error-message {
    color: var(--wc-red);
    font-size: .75em;
    margin-bottom: 0
}

#add_payment_method #payment,.woocommerce-cart #payment,.woocommerce-checkout #payment {
    background: rgba(129,110,153,.14);
    border-radius: 5px
}

#add_payment_method #payment ul.payment_methods,.woocommerce-cart #payment ul.payment_methods,.woocommerce-checkout #payment ul.payment_methods {
    text-align: left;
    padding: 1em;
    border-bottom: 1px solid rgba(104,87,125,.14);
    margin: 0;
    list-style: none outside
}

#add_payment_method #payment ul.payment_methods::after,#add_payment_method #payment ul.payment_methods::before,.woocommerce-cart #payment ul.payment_methods::after,.woocommerce-cart #payment ul.payment_methods::before,.woocommerce-checkout #payment ul.payment_methods::after,.woocommerce-checkout #payment ul.payment_methods::before {
    content: " ";
    display: table
}

#add_payment_method #payment ul.payment_methods::after,.woocommerce-cart #payment ul.payment_methods::after,.woocommerce-checkout #payment ul.payment_methods::after {
    clear: both
}

#add_payment_method #payment ul.payment_methods li,.woocommerce-cart #payment ul.payment_methods li,.woocommerce-checkout #payment ul.payment_methods li {
    line-height: 2;
    text-align: left;
    margin: 0;
    font-weight: 400
}

#add_payment_method #payment ul.payment_methods li input,.woocommerce-cart #payment ul.payment_methods li input,.woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0 1em 0 0
}

#add_payment_method #payment ul.payment_methods li img,.woocommerce-cart #payment ul.payment_methods li img,.woocommerce-checkout #payment ul.payment_methods li img {
    vertical-align: middle;
    margin: -2px 0 0 .5em;
    padding: 0;
    position: relative;
    box-shadow: none
}

#add_payment_method #payment ul.payment_methods li img+img,.woocommerce-cart #payment ul.payment_methods li img+img,.woocommerce-checkout #payment ul.payment_methods li img+img {
    margin-left: 2px
}

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::before,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::before,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before {
    content: " ";
    display: table
}

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after {
    clear: both
}

#add_payment_method #payment div.form-row,.woocommerce-cart #payment div.form-row,.woocommerce-checkout #payment div.form-row {
    padding: 1em
}

#add_payment_method #payment div.payment_box,.woocommerce-cart #payment div.payment_box,.woocommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #dcd7e2;
    color: #515151
}

#add_payment_method #payment div.payment_box input.input-text,#add_payment_method #payment div.payment_box textarea,.woocommerce-cart #payment div.payment_box input.input-text,.woocommerce-cart #payment div.payment_box textarea,.woocommerce-checkout #payment div.payment_box input.input-text,.woocommerce-checkout #payment div.payment_box textarea {
    border-color: #c2bacd;
    border-top-color: #b5abc2
}

#add_payment_method #payment div.payment_box ::-webkit-input-placeholder,.woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder,.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder {
    color: #b5abc2
}

#add_payment_method #payment div.payment_box :-moz-placeholder,.woocommerce-cart #payment div.payment_box :-moz-placeholder,.woocommerce-checkout #payment div.payment_box :-moz-placeholder {
    color: #b5abc2
}

#add_payment_method #payment div.payment_box :-ms-input-placeholder,.woocommerce-cart #payment div.payment_box :-ms-input-placeholder,.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder {
    color: #b5abc2
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods {
    list-style: none outside;
    margin: 0
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token {
    margin: 0 0 .5em
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label {
    cursor: pointer
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
    vertical-align: middle;
    margin: -3px 1em 0 0;
    position: relative
}

#add_payment_method #payment div.payment_box .wc-credit-card-form,.woocommerce-cart #payment div.payment_box .wc-credit-card-form,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
    border: 0;
    padding: 0;
    margin: 1em 0 0
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {
    font-size: 1.5em;
    padding: 8px;
    background-repeat: no-repeat;
    background-position: right .618em center;
    background-size: 32px 20px
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa {
    background-image: url(../images/icons/credit-cards/visa.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard {
    background-image: url(../images/icons/credit-cards/mastercard.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser {
    background-image: url(../images/icons/credit-cards/laser.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub {
    background-image: url(../images/icons/credit-cards/diners.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro {
    background-image: url(../images/icons/credit-cards/maestro.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb {
    background-image: url(../images/icons/credit-cards/jcb.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex {
    background-image: url(../images/icons/credit-cards/amex.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover {
    background-image: url(../images/icons/credit-cards/discover.svg)
}

#add_payment_method #payment div.payment_box span.help,.woocommerce-cart #payment div.payment_box span.help,.woocommerce-checkout #payment div.payment_box span.help {
    font-size: .857em;
    color: #767676;
    font-weight: 400
}

#add_payment_method #payment div.payment_box .form-row,.woocommerce-cart #payment div.payment_box .form-row,.woocommerce-checkout #payment div.payment_box .form-row {
    margin: 0 0 1em
}

#add_payment_method #payment div.payment_box p:last-child,.woocommerce-cart #payment div.payment_box p:last-child,.woocommerce-checkout #payment div.payment_box p:last-child {
    margin-bottom: 0
}

#add_payment_method #payment div.payment_box::before,.woocommerce-cart #payment div.payment_box::before,.woocommerce-checkout #payment div.payment_box::before {
    content: "";
    display: block;
    border: 1em solid #dcd7e2;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em
}

#add_payment_method #payment .payment_method_paypal .about_paypal,.woocommerce-cart #payment .payment_method_paypal .about_paypal,.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    float: right;
    line-height: 52px;
    font-size: .83em
}

#add_payment_method #payment .payment_method_paypal img,.woocommerce-cart #payment .payment_method_paypal img,.woocommerce-checkout #payment .payment_method_paypal img {
    max-height: 52px;
    vertical-align: middle
}

.woocommerce-terms-and-conditions {
    border: 1px solid rgba(0,0,0,.2);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    background: rgba(0,0,0,.05)
}

.woocommerce-invalid #terms {
    outline: 2px solid var(--wc-red);
    outline-offset: 2px
}

.woocommerce-password-strength {
    text-align: center;
    font-weight: 600;
    padding: 3px .5em;
    font-size: 1em
}

.woocommerce-password-strength.strong {
    background-color: #c1e1b9;
    border-color: #83c373
}

.woocommerce-password-strength.short {
    background-color: #f1adad;
    border-color: #e35b5b
}

.woocommerce-password-strength.bad {
    background-color: #fbc5a9;
    border-color: #f78b53
}

.woocommerce-password-strength.good {
    background-color: #ffe399;
    border-color: #ffc733
}

.woocommerce-password-hint {
    margin: .5em 0 0;
    display: block
}

#content.twentyeleven .woocommerce-pagination a {
    font-size: 1em;
    line-height: 1
}

.single-product .twentythirteen #reply-title,.single-product .twentythirteen #respond #commentform,.single-product .twentythirteen .entry-summary {
    padding: 0
}

.single-product .twentythirteen p.stars {
    clear: both
}

.twentythirteen .woocommerce-breadcrumb {
    padding-top: 40px
}

.twentyfourteen ul.products li.product {
    margin-top: 0!important
}

body:not(.search-results) .twentysixteen .entry-summary {
    color: inherit;
    font-size: inherit;
    line-height: inherit
}

.twentysixteen .price ins {
    background: inherit;
    color: inherit
}


:after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff
}

button, input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

a {
	color: #337ab7;
	text-decoration: none
}

a:focus, a:hover {
	color: #20549a;
	text-decoration: underline;
}

a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

figure {
	margin: 0
}

img {
	vertical-align: middle
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
	display: block;
	max-width: 100%;
	height: auto
}

.img-rounded {
	border-radius: 6px
}

.img-thumbnail {
	display: inline-block;
	max-width: 100%;
	height: auto;
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.img-circle {
	border-radius: 50%
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

[role=button] {
	cursor: pointer
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
	font-weight: 400;
	line-height: 1;
	color: #777
}

.h1, .h2, .h3, h1, h2, h3 {
	margin-top: 20px;
	margin-bottom: 10px
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
	font-size: 65%
}

.h4, .h5, .h6, h4, h5, h6 {
	margin-top: 10px;
	margin-bottom: 10px
}

.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
	font-size: 75%
}

.h1, h1 {
	font-size: 36px
}

.h2, h2 {
	font-size: 30px
}

.h3, h3 {
	font-size: 24px
}

.h4, h4 {
	font-size: 18px
}

.h5, h5 {
	font-size: 14px
}

.h6, h6 {
	font-size: 12px
}

p {
	margin: 0 0 10px
}

.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4
}

@media (min-width:768px) {
	.lead {
		font-size: 21px
	}
}

.small, small {
	font-size: 85%
}

.mark, mark {
	padding: .2em;
	background-color: #fcf8e3
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-justify {
	text-align: justify
}

.text-nowrap {
	white-space: nowrap
}

.text-lowercase {
	text-transform: lowercase
}

.text-uppercase {
	text-transform: uppercase
}

.text-capitalize {
	text-transform: capitalize
}

.text-muted {
	color: #777
}

.text-primary {
	color: #337ab7
}

a.text-primary:focus, a.text-primary:hover {
	color: #286090
}

.text-success {
	color: #3c763d
}

a.text-success:focus, a.text-success:hover {
	color: #2b542c
}

.text-info {
	color: #31708f
}

a.text-info:focus, a.text-info:hover {
	color: #245269
}

.text-warning {
	color: #8a6d3b
}

a.text-warning:focus, a.text-warning:hover {
	color: #66512c
}

.text-danger {
	color: #a94442
}

a.text-danger:focus, a.text-danger:hover {
	color: #843534
}

.bg-primary {
	color: #fff;
	background-color: #337ab7
}

a.bg-primary:focus, a.bg-primary:hover {
	background-color: #286090
}

.bg-success {
	background-color: #dff0d8
}

a.bg-success:focus, a.bg-success:hover {
	background-color: #c1e2b3
}

.bg-info {
	background-color: #d9edf7
}

a.bg-info:focus, a.bg-info:hover {
	background-color: #afd9ee
}

.bg-warning {
	background-color: #fcf8e3
}

a.bg-warning:focus, a.bg-warning:hover {
	background-color: #f7ecb5
}

.bg-danger {
	background-color: #f2dede
}

a.bg-danger:focus, a.bg-danger:hover {
	background-color: #e4b9b9
}

.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee
}

ol, ul {
	margin-top: 0;
	margin-bottom: 10px
}

ol ol, ol ul, ul ol, ul ul {
	margin-bottom: 0
}

.list-unstyled {
	padding-left: 0;
	list-style: none
}

.list-inline {
	padding-left: 0;
	margin-left: -5px;
	list-style: none
}

.list-inline>li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px
}

dl {
	margin-top: 0;
	margin-bottom: 20px
}

dd, dt {
	line-height: 1.42857143
}

dt {
	font-weight: 700
}

dd {
	margin-left: 0
}

@media (min-width:768px) {
	.dl-horizontal dt {
		float: left;
		width: 160px;
		overflow: hidden;
		clear: left;
		text-align: right;
		text-overflow: ellipsis;
		white-space: nowrap
	}

	.dl-horizontal dd {
		margin-left: 180px
	}
}

abbr[data-original-title], abbr[title] {
	cursor: help;
	border-bottom: 1px dotted #777
}

.initialism {
	font-size: 90%;
	text-transform: uppercase
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eee
}

blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
	margin-bottom: 0
}

blockquote .small, blockquote footer, blockquote small {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #777
}

blockquote .small:before, blockquote footer:before, blockquote small:before {
	content: '\2014 \00A0'
}

.blockquote-reverse, blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	text-align: right;
	border-right: 5px solid #eee;
	border-left: 0
}

.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
	content: ''
}

.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
	content: '\00A0 \2014'
}

address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857143
}

code, kbd, pre, samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px
}

kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700;
	-webkit-box-shadow: none;
	box-shadow: none
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px
}

pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:768px) {
	.container {
		width: 750px
	}
}

@media (min-width:992px) {
	.container {
		width: 970px
	}
}

@media (min-width:1200px) {
	.container {
		width: 1170px
	}
}

.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.row {
	margin-right: -15px;
	margin-left: -15px
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	float: left
}

.col-xs-12 {
	width: 100%
}

.col-xs-11 {
	width: 91.66666667%
}

.col-xs-10 {
	width: 83.33333333%
}

.col-xs-9 {
	width: 75%
}

.col-xs-8 {
	width: 66.66666667%
}

.col-xs-7 {
	width: 58.33333333%
}

.col-xs-6 {
	width: 50%
}

.col-xs-5 {
	width: 41.66666667%
}

.col-xs-4 {
	width: 33.33333333%
}

.col-xs-3 {
	width: 25%
}

.col-xs-2 {
	width: 16.66666667%
}

.col-xs-1 {
	width: 8.33333333%
}

.col-xs-pull-12 {
	right: 100%
}

.col-xs-pull-11 {
	right: 91.66666667%
}

.col-xs-pull-10 {
	right: 83.33333333%
}

.col-xs-pull-9 {
	right: 75%
}

.col-xs-pull-8 {
	right: 66.66666667%
}

.col-xs-pull-7 {
	right: 58.33333333%
}

.col-xs-pull-6 {
	right: 50%
}

.col-xs-pull-5 {
	right: 41.66666667%
}

.col-xs-pull-4 {
	right: 33.33333333%
}

.col-xs-pull-3 {
	right: 25%
}

.col-xs-pull-2 {
	right: 16.66666667%
}

.col-xs-pull-1 {
	right: 8.33333333%
}

.col-xs-pull-0 {
	right: auto
}

.col-xs-push-12 {
	left: 100%
}

.col-xs-push-11 {
	left: 91.66666667%
}

.col-xs-push-10 {
	left: 83.33333333%
}

.col-xs-push-9 {
	left: 75%
}

.col-xs-push-8 {
	left: 66.66666667%
}

.col-xs-push-7 {
	left: 58.33333333%
}

.col-xs-push-6 {
	left: 50%
}

.col-xs-push-5 {
	left: 41.66666667%
}

.col-xs-push-4 {
	left: 33.33333333%
}

.col-xs-push-3 {
	left: 25%
}

.col-xs-push-2 {
	left: 16.66666667%
}

.col-xs-push-1 {
	left: 8.33333333%
}

.col-xs-push-0 {
	left: auto
}

.col-xs-offset-12 {
	margin-left: 100%
}

.col-xs-offset-11 {
	margin-left: 91.66666667%
}

.col-xs-offset-10 {
	margin-left: 83.33333333%
}

.col-xs-offset-9 {
	margin-left: 75%
}

.col-xs-offset-8 {
	margin-left: 66.66666667%
}

.col-xs-offset-7 {
	margin-left: 58.33333333%
}

.col-xs-offset-6 {
	margin-left: 50%
}

.col-xs-offset-5 {
	margin-left: 41.66666667%
}

.col-xs-offset-4 {
	margin-left: 33.33333333%
}

.col-xs-offset-3 {
	margin-left: 25%
}

.col-xs-offset-2 {
	margin-left: 16.66666667%
}

.col-xs-offset-1 {
	margin-left: 8.33333333%
}

.col-xs-offset-0 {
	margin-left: 0
}

@media (min-width:768px) {
	.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
		float: left
	}

	.col-sm-12 {
		width: 100%
	}

	.col-sm-11 {
		width: 91.66666667%
	}

	.col-sm-10 {
		width: 83.33333333%
	}

	.col-sm-9 {
		width: 75%
	}

	.col-sm-8 {
		width: 66.66666667%
	}

	.col-sm-7 {
		width: 58.33333333%
	}

	.col-sm-6 {
		width: 50%
	}

	.col-sm-5 {
		width: 41.66666667%
	}

	.col-sm-4 {
		width: 33.33333333%
	}

	.col-sm-3 {
		width: 25%
	}

	.col-sm-2 {
		width: 16.66666667%
	}

	.col-sm-1 {
		width: 8.33333333%
	}

	.col-sm-pull-12 {
		right: 100%
	}

	.col-sm-pull-11 {
		right: 91.66666667%
	}

	.col-sm-pull-10 {
		right: 83.33333333%
	}

	.col-sm-pull-9 {
		right: 75%
	}

	.col-sm-pull-8 {
		right: 66.66666667%
	}

	.col-sm-pull-7 {
		right: 58.33333333%
	}

	.col-sm-pull-6 {
		right: 50%
	}

	.col-sm-pull-5 {
		right: 41.66666667%
	}

	.col-sm-pull-4 {
		right: 33.33333333%
	}

	.col-sm-pull-3 {
		right: 25%
	}

	.col-sm-pull-2 {
		right: 16.66666667%
	}

	.col-sm-pull-1 {
		right: 8.33333333%
	}

	.col-sm-pull-0 {
		right: auto
	}

	.col-sm-push-12 {
		left: 100%
	}

	.col-sm-push-11 {
		left: 91.66666667%
	}

	.col-sm-push-10 {
		left: 83.33333333%
	}

	.col-sm-push-9 {
		left: 75%
	}

	.col-sm-push-8 {
		left: 66.66666667%
	}

	.col-sm-push-7 {
		left: 58.33333333%
	}

	.col-sm-push-6 {
		left: 50%
	}

	.col-sm-push-5 {
		left: 41.66666667%
	}

	.col-sm-push-4 {
		left: 33.33333333%
	}

	.col-sm-push-3 {
		left: 25%
	}

	.col-sm-push-2 {
		left: 16.66666667%
	}

	.col-sm-push-1 {
		left: 8.33333333%
	}

	.col-sm-push-0 {
		left: auto
	}

	.col-sm-offset-12 {
		margin-left: 100%
	}

	.col-sm-offset-11 {
		margin-left: 91.66666667%
	}

	.col-sm-offset-10 {
		margin-left: 83.33333333%
	}

	.col-sm-offset-9 {
		margin-left: 75%
	}

	.col-sm-offset-8 {
		margin-left: 66.66666667%
	}

	.col-sm-offset-7 {
		margin-left: 58.33333333%
	}

	.col-sm-offset-6 {
		margin-left: 50%
	}

	.col-sm-offset-5 {
		margin-left: 41.66666667%
	}

	.col-sm-offset-4 {
		margin-left: 33.33333333%
	}

	.col-sm-offset-3 {
		margin-left: 25%
	}

	.col-sm-offset-2 {
		margin-left: 16.66666667%
	}

	.col-sm-offset-1 {
		margin-left: 8.33333333%
	}

	.col-sm-offset-0 {
		margin-left: 0
	}
}

@media (min-width:992px) {
	.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
		float: left
	}

	.col-md-12 {
		width: 100%
	}

	.col-md-11 {
		width: 91.66666667%
	}

	.col-md-10 {
		width: 83.33333333%
	}

	.col-md-9 {
		width: 75%
	}

	.col-md-8 {
		width: 66.66666667%
	}

	.col-md-7 {
		width: 58.33333333%
	}

	.col-md-6 {
		width: 50%
	}

	.col-md-5 {
		width: 41.66666667%
	}

	.col-md-4 {
		width: 33.33333333%
	}

	.col-md-3 {
		width: 25%
	}

	.col-md-2 {
		width: 16.66666667%
	}

	.col-md-1 {
		width: 8.33333333%
	}

	.col-md-pull-12 {
		right: 100%
	}

	.col-md-pull-11 {
		right: 91.66666667%
	}

	.col-md-pull-10 {
		right: 83.33333333%
	}

	.col-md-pull-9 {
		right: 75%
	}

	.col-md-pull-8 {
		right: 66.66666667%
	}

	.col-md-pull-7 {
		right: 58.33333333%
	}

	.col-md-pull-6 {
		right: 50%
	}

	.col-md-pull-5 {
		right: 41.66666667%
	}

	.col-md-pull-4 {
		right: 33.33333333%
	}

	.col-md-pull-3 {
		right: 25%
	}

	.col-md-pull-2 {
		right: 16.66666667%
	}

	.col-md-pull-1 {
		right: 8.33333333%
	}

	.col-md-pull-0 {
		right: auto
	}

	.col-md-push-12 {
		left: 100%
	}

	.col-md-push-11 {
		left: 91.66666667%
	}

	.col-md-push-10 {
		left: 83.33333333%
	}

	.col-md-push-9 {
		left: 75%
	}

	.col-md-push-8 {
		left: 66.66666667%
	}

	.col-md-push-7 {
		left: 58.33333333%
	}

	.col-md-push-6 {
		left: 50%
	}

	.col-md-push-5 {
		left: 41.66666667%
	}

	.col-md-push-4 {
		left: 33.33333333%
	}

	.col-md-push-3 {
		left: 25%
	}

	.col-md-push-2 {
		left: 16.66666667%
	}

	.col-md-push-1 {
		left: 8.33333333%
	}

	.col-md-push-0 {
		left: auto
	}

	.col-md-offset-12 {
		margin-left: 100%
	}

	.col-md-offset-11 {
		margin-left: 91.66666667%
	}

	.col-md-offset-10 {
		margin-left: 83.33333333%
	}

	.col-md-offset-9 {
		margin-left: 75%
	}

	.col-md-offset-8 {
		margin-left: 66.66666667%
	}

	.col-md-offset-7 {
		margin-left: 58.33333333%
	}

	.col-md-offset-6 {
		margin-left: 50%
	}

	.col-md-offset-5 {
		margin-left: 41.66666667%
	}

	.col-md-offset-4 {
		margin-left: 33.33333333%
	}

	.col-md-offset-3 {
		margin-left: 25%
	}

	.col-md-offset-2 {
		margin-left: 16.66666667%
	}

	.col-md-offset-1 {
		margin-left: 8.33333333%
	}

	.col-md-offset-0 {
		margin-left: 0
	}
}

@media (min-width:1200px) {
	.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
		float: left
	}

	.col-lg-12 {
		width: 100%
	}

	.col-lg-11 {
		width: 91.66666667%
	}

	.col-lg-10 {
		width: 83.33333333%
	}

	.col-lg-9 {
		width: 75%
	}

	.col-lg-8 {
		width: 66.66666667%
	}

	.col-lg-7 {
		width: 58.33333333%
	}

	.col-lg-6 {
		width: 50%
	}

	.col-lg-5 {
		width: 41.66666667%
	}

	.col-lg-4 {
		width: 33.33333333%
	}

	.col-lg-3 {
		width: 25%
	}

	.col-lg-2 {
		width: 16.66666667%
	}

	.col-lg-1 {
		width: 8.33333333%
	}

	.col-lg-pull-12 {
		right: 100%
	}

	.col-lg-pull-11 {
		right: 91.66666667%
	}

	.col-lg-pull-10 {
		right: 83.33333333%
	}

	.col-lg-pull-9 {
		right: 75%
	}

	.col-lg-pull-8 {
		right: 66.66666667%
	}

	.col-lg-pull-7 {
		right: 58.33333333%
	}

	.col-lg-pull-6 {
		right: 50%
	}

	.col-lg-pull-5 {
		right: 41.66666667%
	}

	.col-lg-pull-4 {
		right: 33.33333333%
	}

	.col-lg-pull-3 {
		right: 25%
	}

	.col-lg-pull-2 {
		right: 16.66666667%
	}

	.col-lg-pull-1 {
		right: 8.33333333%
	}

	.col-lg-pull-0 {
		right: auto
	}

	.col-lg-push-12 {
		left: 100%
	}

	.col-lg-push-11 {
		left: 91.66666667%
	}

	.col-lg-push-10 {
		left: 83.33333333%
	}

	.col-lg-push-9 {
		left: 75%
	}

	.col-lg-push-8 {
		left: 66.66666667%
	}

	.col-lg-push-7 {
		left: 58.33333333%
	}

	.col-lg-push-6 {
		left: 50%
	}

	.col-lg-push-5 {
		left: 41.66666667%
	}

	.col-lg-push-4 {
		left: 33.33333333%
	}

	.col-lg-push-3 {
		left: 25%
	}

	.col-lg-push-2 {
		left: 16.66666667%
	}

	.col-lg-push-1 {
		left: 8.33333333%
	}

	.col-lg-push-0 {
		left: auto
	}

	.col-lg-offset-12 {
		margin-left: 100%
	}

	.col-lg-offset-11 {
		margin-left: 91.66666667%
	}

	.col-lg-offset-10 {
		margin-left: 83.33333333%
	}

	.col-lg-offset-9 {
		margin-left: 75%
	}

	.col-lg-offset-8 {
		margin-left: 66.66666667%
	}

	.col-lg-offset-7 {
		margin-left: 58.33333333%
	}

	.col-lg-offset-6 {
		margin-left: 50%
	}

	.col-lg-offset-5 {
		margin-left: 41.66666667%
	}

	.col-lg-offset-4 {
		margin-left: 33.33333333%
	}

	.col-lg-offset-3 {
		margin-left: 25%
	}

	.col-lg-offset-2 {
		margin-left: 16.66666667%
	}

	.col-lg-offset-1 {
		margin-left: 8.33333333%
	}

	.col-lg-offset-0 {
		margin-left: 0
	}
}

table {
	background-color: transparent
}

caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777;
	text-align: left
}

th {
	text-align: left
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd
}

.table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
	border-top: 0
}

.table>tbody+tbody {
	border-top: 2px solid #ddd
}

.table .table {
	background-color: #fff
}

.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
	padding: 5px
}

.table-bordered {
	border: 1px solid #ddd
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border: 1px solid #ddd
}

.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
	background-color: #f5f5f5
}

table col[class*=col-] {
	position: static;
	display: table-column;
	float: none
}

table td[class*=col-], table th[class*=col-] {
	position: static;
	display: table-cell;
	float: none
}

.table>tbody>tr.active>td, .table>tbody>tr.active>th, .table>tbody>tr>td.active, .table>tbody>tr>th.active, .table>tfoot>tr.active>td, .table>tfoot>tr.active>th, .table>tfoot>tr>td.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>thead>tr.active>th, .table>thead>tr>td.active, .table>thead>tr>th.active {
	background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td, .table-hover>tbody>tr.active:hover>th, .table-hover>tbody>tr:hover>.active, .table-hover>tbody>tr>td.active:hover, .table-hover>tbody>tr>th.active:hover {
	background-color: #e8e8e8
}

.table>tbody>tr.success>td, .table>tbody>tr.success>th, .table>tbody>tr>td.success, .table>tbody>tr>th.success, .table>tfoot>tr.success>td, .table>tfoot>tr.success>th, .table>tfoot>tr>td.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td, .table>thead>tr.success>th, .table>thead>tr>td.success, .table>thead>tr>th.success {
	background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td, .table-hover>tbody>tr.success:hover>th, .table-hover>tbody>tr:hover>.success, .table-hover>tbody>tr>td.success:hover, .table-hover>tbody>tr>th.success:hover {
	background-color: #d0e9c6
}

.table>tbody>tr.info>td, .table>tbody>tr.info>th, .table>tbody>tr>td.info, .table>tbody>tr>th.info, .table>tfoot>tr.info>td, .table>tfoot>tr.info>th, .table>tfoot>tr>td.info, .table>tfoot>tr>th.info, .table>thead>tr.info>td, .table>thead>tr.info>th, .table>thead>tr>td.info, .table>thead>tr>th.info {
	background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td, .table-hover>tbody>tr.info:hover>th, .table-hover>tbody>tr:hover>.info, .table-hover>tbody>tr>td.info:hover, .table-hover>tbody>tr>th.info:hover {
	background-color: #c4e3f3
}

.table>tbody>tr.warning>td, .table>tbody>tr.warning>th, .table>tbody>tr>td.warning, .table>tbody>tr>th.warning, .table>tfoot>tr.warning>td, .table>tfoot>tr.warning>th, .table>tfoot>tr>td.warning, .table>tfoot>tr>th.warning, .table>thead>tr.warning>td, .table>thead>tr.warning>th, .table>thead>tr>td.warning, .table>thead>tr>th.warning {
	background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td, .table-hover>tbody>tr.warning:hover>th, .table-hover>tbody>tr:hover>.warning, .table-hover>tbody>tr>td.warning:hover, .table-hover>tbody>tr>th.warning:hover {
	background-color: #faf2cc
}

.table>tbody>tr.danger>td, .table>tbody>tr.danger>th, .table>tbody>tr>td.danger, .table>tbody>tr>th.danger, .table>tfoot>tr.danger>td, .table>tfoot>tr.danger>th, .table>tfoot>tr>td.danger, .table>tfoot>tr>th.danger, .table>thead>tr.danger>td, .table>thead>tr.danger>th, .table>thead>tr>td.danger, .table>thead>tr>th.danger {
	background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td, .table-hover>tbody>tr.danger:hover>th, .table-hover>tbody>tr:hover>.danger, .table-hover>tbody>tr>td.danger:hover, .table-hover>tbody>tr>th.danger:hover {
	background-color: #ebcccc
}

.table-responsive {
	min-height: .01%;
	overflow-x: auto
}

@media screen and (max-width:767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd
	}

	.table-responsive>.table {
		margin-bottom: 0
	}

	.table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
		white-space: nowrap
	}

	.table-responsive>.table-bordered {
		border: 0
	}

	.table-responsive>.table-bordered>tbody>tr>td:first-child, .table-responsive>.table-bordered>tbody>tr>th:first-child, .table-responsive>.table-bordered>tfoot>tr>td:first-child, .table-responsive>.table-bordered>tfoot>tr>th:first-child, .table-responsive>.table-bordered>thead>tr>td:first-child, .table-responsive>.table-bordered>thead>tr>th:first-child {
		border-left: 0
	}

	.table-responsive>.table-bordered>tbody>tr>td:last-child, .table-responsive>.table-bordered>tbody>tr>th:last-child, .table-responsive>.table-bordered>tfoot>tr>td:last-child, .table-responsive>.table-bordered>tfoot>tr>th:last-child, .table-responsive>.table-bordered>thead>tr>td:last-child, .table-responsive>.table-bordered>thead>tr>th:last-child {
		border-right: 0
	}

	.table-responsive>.table-bordered>tbody>tr:last-child>td, .table-responsive>.table-bordered>tbody>tr:last-child>th, .table-responsive>.table-bordered>tfoot>tr:last-child>td, .table-responsive>.table-bordered>tfoot>tr:last-child>th {
		border-bottom: 0
	}
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5
}

label {
	display: inline-block !important;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
}

input[type=search] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

input[type=checkbox], input[type=radio] {
	margin: 4px 0 0;
	margin-top: 1px\9;
	line-height: normal
}

input[type=file] {
	display: block
}

input[type=range] {
	display: block;
	width: 100%
}

select[multiple], select[size] {
	height: auto
}

input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control: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, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #999
}

.form-control::-webkit-input-placeholder {
	color: #999
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: #eee;
	opacity: 1
}

.form-control[disabled], fieldset[disabled] .form-control {
	cursor: not-allowed
}

textarea.form-control {
	height: auto
}

input[type=search] {
	-webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
		line-height: 34px
	}

	.input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
		line-height: 30px
	}

	.input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
		line-height: 46px
	}
}

.form-group {
	margin-bottom: 15px
}

.checkbox, .radio {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px
}

.checkbox label, .radio label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
	position: absolute;
	margin-top: 4px\9;
	margin-left: -20px
}

.checkbox+.checkbox, .radio+.radio {
	margin-top: -5px
}

.checkbox-inline, .radio-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	vertical-align: middle;
	cursor: pointer
}

.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
	margin-top: 0;
	margin-left: 10px
}

fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
	cursor: not-allowed
}

.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
	cursor: not-allowed
}

.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
	cursor: not-allowed
}

.form-control-static {
	min-height: 34px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0
}

.form-control-static.input-lg, .form-control-static.input-sm {
	padding-right: 0;
	padding-left: 0
}

.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

select.input-sm {
	height: 30px;
	line-height: 30px
}

select[multiple].input-sm, textarea.input-sm {
	height: auto
}

.form-group-sm .form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.form-group-sm select.form-control {
	height: 30px;
	line-height: 30px
}

.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
	height: auto
}

.form-group-sm .form-control-static {
	height: 30px;
	min-height: 32px;
	padding: 6px 10px;
	font-size: 12px;
	line-height: 1.5
}

.input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

select.input-lg {
	height: 46px;
	line-height: 46px
}

select[multiple].input-lg, textarea.input-lg {
	height: auto
}

.form-group-lg .form-control {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

.form-group-lg select.form-control {
	height: 46px;
	line-height: 46px
}

.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
	height: auto
}

.form-group-lg .form-control-static {
	height: 46px;
	min-height: 38px;
	padding: 11px 16px;
	font-size: 18px;
	line-height: 1.3333333
}

.has-feedback {
	position: relative
}

.has-feedback .form-control {
	padding-right: 42.5px
}

.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none
}

.form-group-lg .form-control+.form-control-feedback, .input-group-lg+.form-control-feedback, .input-lg+.form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px
}

.form-group-sm .form-control+.form-control-feedback, .input-group-sm+.form-control-feedback, .input-sm+.form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
	color: #3c763d
}

.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #3c763d
}

.has-success .form-control-feedback {
	color: #3c763d
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
	color: #8a6d3b
}

.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #8a6d3b
}

.has-warning .form-control-feedback {
	color: #8a6d3b
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
	color: #a94442
}

.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
	color: #a94442;
	background-color: #f2dede;
	border-color: #a94442
}

.has-error .form-control-feedback {
	color: #a94442
}

.has-feedback label~.form-control-feedback {
	top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
	top: 0
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373
}

@media (min-width:768px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}

	.form-inline .form-control-static {
		display: inline-block
	}

	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle
	}

	.form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
		width: auto
	}

	.form-inline .input-group>.form-control {
		width: 100%
	}

	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .checkbox, .form-inline .radio {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .checkbox label, .form-inline .radio label {
		padding-left: 0
	}

	.form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
		position: relative;
		margin-left: 0
	}

	.form-inline .has-feedback .form-control-feedback {
		top: 0
	}
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
	padding-top: 7px;
	margin-top: 0;
	margin-bottom: 0
}

.form-horizontal .checkbox, .form-horizontal .radio {
	min-height: 27px
}

.form-horizontal .form-group {
	margin-right: -15px;
	margin-left: -15px
}

@media (min-width:768px) {
	.form-horizontal .control-label {
		padding-top: 7px;
		margin-bottom: 0;
		text-align: right
	}
}

.form-horizontal .has-feedback .form-control-feedback {
	right: 15px
}

@media (min-width:768px) {
	.form-horizontal .form-group-lg .control-label {
		padding-top: 11px;
		font-size: 18px
	}
}

@media (min-width:768px) {
	.form-horizontal .form-group-sm .control-label {
		padding-top: 6px;
		font-size: 12px
	}
}

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.btn.focus, .btn:focus, .btn:hover {
	color: #333;
	text-decoration: none
}

.btn.active, .btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65
}

a.btn.disabled, fieldset[disabled] a.btn {
	pointer-events: none
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc
}

.btn-default.focus, .btn-default:focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c
}

.btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}

.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c
}

.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
	background-image: none
}

.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
	background-color: #fff;
	border-color: #ccc
}

.btn-default .badge {
	color: #fff;
	background-color: #333
}

.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4
}

.btn-primary.focus, .btn-primary:focus {
	color: #fff;
	background-color: #286090;
	border-color: #122b40
}

.btn-primary:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74
}

.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #286090;
	border-color: #204d74
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40
}

.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
	background-image: none
}

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
	background-color: #337ab7;
	border-color: #2e6da4
}

.btn-primary .badge {
	color: #337ab7;
	background-color: #fff
}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success.focus, .btn-success:focus {
	color: #fff;
	background-color: #449d44;
	border-color: #255625
}

.btn-success:hover {
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}

.btn-success.active, .btn-success:active, .open>.dropdown-toggle.btn-success {
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open>.dropdown-toggle.btn-success.focus, .open>.dropdown-toggle.btn-success:focus, .open>.dropdown-toggle.btn-success:hover {
	color: #fff;
	background-color: #398439;
	border-color: #255625
}

.btn-success.active, .btn-success:active, .open>.dropdown-toggle.btn-success {
	background-image: none
}

.btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success .badge {
	color: #5cb85c;
	background-color: #fff
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info.focus, .btn-info:focus {
	color: #fff;
	background-color: #31b0d5;
	border-color: #1b6d85
}

.btn-info:hover {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}

.btn-info.active, .btn-info:active, .open>.dropdown-toggle.btn-info {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open>.dropdown-toggle.btn-info.focus, .open>.dropdown-toggle.btn-info:focus, .open>.dropdown-toggle.btn-info:hover {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85
}

.btn-info.active, .btn-info:active, .open>.dropdown-toggle.btn-info {
	background-image: none
}

.btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info .badge {
	color: #5bc0de;
	background-color: #fff
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning.focus, .btn-warning:focus {
	color: #fff;
	background-color: #ec971f;
	border-color: #985f0d
}

.btn-warning:hover {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}

.btn-warning.active, .btn-warning:active, .open>.dropdown-toggle.btn-warning {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}

.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open>.dropdown-toggle.btn-warning.focus, .open>.dropdown-toggle.btn-warning:focus, .open>.dropdown-toggle.btn-warning:hover {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d
}

.btn-warning.active, .btn-warning:active, .open>.dropdown-toggle.btn-warning {
	background-image: none
}

.btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff
}

.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger.focus, .btn-danger:focus {
	color: #fff;
	background-color: #c9302c;
	border-color: #761c19
}

.btn-danger:hover {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}

.btn-danger.active, .btn-danger:active, .open>.dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}

.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open>.dropdown-toggle.btn-danger.focus, .open>.dropdown-toggle.btn-danger:focus, .open>.dropdown-toggle.btn-danger:hover {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19
}

.btn-danger.active, .btn-danger:active, .open>.dropdown-toggle.btn-danger {
	background-image: none
}

.btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger .badge {
	color: #d9534f;
	background-color: #fff
}

.btn-link {
	font-weight: 400;
	color: #337ab7;
	border-radius: 0
}

.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
	border-color: transparent
}

.btn-link:focus, .btn-link:hover {
	color: #23527c;
	text-decoration: underline;
	background-color: transparent
}

.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
	color: #777;
	text-decoration: none
}

.btn-group-lg>.btn, .btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

.btn-group-sm>.btn, .btn-sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-group-xs>.btn, .btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-block {
	display: block;
	width: 100%
}

.btn-block+.btn-block {
	margin-top: 5px
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
	width: 100%
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear
}

.fade.in {
	opacity: 1
}

.collapse {
	display: none
}

.collapse.in {
	display: block
}

tr.collapse.in {
	display: table-row
}

tbody.collapse.in {
	display: table-row-group
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .35s;
	-o-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-property: height, visibility;
	-o-transition-property: height, visibility;
	transition-property: height, visibility
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid\9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.dropdown, .dropup {
	position: relative
}

.dropdown-toggle:focus {
	outline: 0
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto
}

.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #337ab7;
	outline: 0
}

.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
	color: #777
}

.dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.open>.dropdown-menu {
	display: block
}

.open>a {
	outline: 0
}

.dropdown-menu-right {
	right: 0;
	left: auto
}

.dropdown-menu-left {
	right: auto;
	left: 0
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #777;
	white-space: nowrap
}

.dropdown-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 990
}

.pull-right>.dropdown-menu {
	right: 0;
	left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
	content: "";
	border-top: 0;
	border-bottom: 4px dashed;
	border-bottom: 4px solid\9
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px
}

@media (min-width:768px) {
	.navbar-right .dropdown-menu {
		right: 0;
		left: auto
	}

	.navbar-right .dropdown-menu-left {
		right: auto;
		left: 0
	}
}

.btn-group, .btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle
}

.btn-group-vertical>.btn, .btn-group>.btn {
	position: relative;
	float: left
}

.btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:hover, .btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus, .btn-group>.btn:hover {
	z-index: 2
}

.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
	margin-left: -1px
}

.btn-toolbar {
	margin-left: -5px
}

.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
	float: left
}

.btn-toolbar>.btn, .btn-toolbar>.btn-group, .btn-toolbar>.input-group {
	margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0
}

.btn-group>.btn:first-child {
	margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group>.btn-group {
	float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child, .btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
	outline: 0
}

.btn-group>.btn+.dropdown-toggle {
	padding-right: 8px;
	padding-left: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
	padding-right: 12px;
	padding-left: 12px
}

.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn .caret {
	margin-left: 0
}

.btn-lg .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0
}

.dropup .btn-lg .caret {
	border-width: 0 5px 5px
}

.btn-group-vertical>.btn, .btn-group-vertical>.btn-group, .btn-group-vertical>.btn-group>.btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
	float: none
}

.btn-group-vertical>.btn+.btn, .btn-group-vertical>.btn+.btn-group, .btn-group-vertical>.btn-group+.btn, .btn-group-vertical>.btn-group+.btn-group {
	margin-top: -1px;
	margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
	border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child, .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate
}

.btn-group-justified>.btn, .btn-group-justified>.btn-group {
	display: table-cell;
	float: none;
	width: 1%
}

.btn-group-justified>.btn-group .btn {
	width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
	left: auto
}

[data-toggle=buttons]>.btn input[type=checkbox], [data-toggle=buttons]>.btn input[type=radio], [data-toggle=buttons]>.btn-group>.btn input[type=checkbox], [data-toggle=buttons]>.btn-group>.btn input[type=radio] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate
}

.input-group[class*=col-] {
	float: none;
	padding-right: 0;
	padding-left: 0
}

.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0
}

.input-group .form-control:focus {
	z-index: 3
}

.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

select.input-group-lg>.form-control, select.input-group-lg>.input-group-addon, select.input-group-lg>.input-group-btn>.btn {
	height: 46px;
	line-height: 46px
}

select[multiple].input-group-lg>.form-control, select[multiple].input-group-lg>.input-group-addon, select[multiple].input-group-lg>.input-group-btn>.btn, textarea.input-group-lg>.form-control, textarea.input-group-lg>.input-group-addon, textarea.input-group-lg>.input-group-btn>.btn {
	height: auto
}

.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

select.input-group-sm>.form-control, select.input-group-sm>.input-group-addon, select.input-group-sm>.input-group-btn>.btn {
	height: 30px;
	line-height: 30px
}

select[multiple].input-group-sm>.form-control, select[multiple].input-group-sm>.input-group-addon, select[multiple].input-group-sm>.input-group-btn>.btn, textarea.input-group-sm>.form-control, textarea.input-group-sm>.input-group-addon, textarea.input-group-sm>.input-group-btn>.btn {
	height: auto
}

.input-group .form-control, .input-group-addon, .input-group-btn {
	display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
	border-radius: 0
}

.input-group-addon, .input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle
}

.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px
}

.input-group-addon.input-sm {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px
}

.input-group-addon.input-lg {
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 6px
}

.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
	margin-top: 0
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group-addon:first-child {
	border-right: 0
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.input-group-addon:last-child {
	border-left: 0
}

.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap
}

.input-group-btn>.btn {
	position: relative
}

.input-group-btn>.btn+.btn {
	margin-left: -1px
}

.input-group-btn>.btn:active, .input-group-btn>.btn:focus, .input-group-btn>.btn:hover {
	z-index: 2
}

.input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group {
	margin-right: -1px
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
	z-index: 2;
	margin-left: -1px
}

.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.nav>li {
	position: relative;
	display: block
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px
}

.nav>li>a:focus, .nav>li>a:hover {
	text-decoration: none;
	background-color: #eee
}

.nav>li.disabled>a {
	color: #777
}

.nav>li.disabled>a:focus, .nav>li.disabled>a:hover {
	color: #777;
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background-color: #eee;
	border-color: #337ab7
}

.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.nav>li>a>img {
	max-width: none
}

.nav-tabs {
	border-bottom: 1px solid #ddd
}

.nav-tabs>li {
	float: left;
	margin-bottom: -1px
}

.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
	border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent
}

.nav-tabs.nav-justified {
	width: 100%;
	border-bottom: 0
}

.nav-tabs.nav-justified>li {
	float: none
}

.nav-tabs.nav-justified>li>a {
	margin-bottom: 5px;
	text-align: center
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}

@media (min-width:768px) {
	.nav-tabs.nav-justified>li {
		display: table-cell;
		width: 1%
	}

	.nav-tabs.nav-justified>li>a {
		margin-bottom: 0
	}
}

.nav-tabs.nav-justified>li>a {
	margin-right: 0;
	border-radius: 4px
}

.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
	border: 1px solid #ddd
}

@media (min-width:768px) {
	.nav-tabs.nav-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}

	.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
		border-bottom-color: #fff
	}
}

.nav-pills>li {
	float: left
}

.nav-pills>li>a {
	border-radius: 4px
}

.nav-pills>li+li {
	margin-left: 2px
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
	color: #fff;
	background-color: #337ab7
}

.nav-stacked>li {
	float: none
}

.nav-stacked>li+li {
	margin-top: 2px;
	margin-left: 0
}

.nav-justified {
	width: 100%
}

.nav-justified>li {
	float: none
}

.nav-justified>li>a {
	margin-bottom: 5px;
	text-align: center
}

.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}

@media (min-width:768px) {
	.nav-justified>li {
		display: table-cell;
		width: 1%
	}

	.nav-justified>li>a {
		margin-bottom: 0
	}
}

.nav-tabs-justified {
	border-bottom: 0
}

.nav-tabs-justified>li>a {
	margin-right: 0;
	border-radius: 4px
}

.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:focus, .nav-tabs-justified>.active>a:hover {
	border: 1px solid #ddd
}

@media (min-width:768px) {
	.nav-tabs-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}

	.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:focus, .nav-tabs-justified>.active>a:hover {
		border-bottom-color: #fff
	}
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent
}

@media (min-width:768px) {
	.navbar {
		border-radius: 4px
	}
}

@media (min-width:768px) {
	.navbar-header {
		float: left
	}
}

.navbar-collapse {
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}

.navbar-collapse.in {
	overflow-y: auto
}

@media (min-width:768px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}

	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important
	}

	.navbar-collapse.in {
		overflow-y: visible
	}

	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
		padding-right: 0;
		padding-left: 0
	}
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
	max-height: 340px
}

@media (max-device-width:480px) and (orientation:landscape) {
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
		max-height: 200px
	}
}

.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
	margin-right: -15px;
	margin-left: -15px
}

@media (min-width:768px) {
	.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
		margin-right: 0;
		margin-left: 0
	}
}

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px
}

@media (min-width:768px) {
	.navbar-static-top {
		border-radius: 0
	}
}

.navbar-fixed-bottom, .navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}

@media (min-width:768px) {
	.navbar-fixed-bottom, .navbar-fixed-top {
		border-radius: 0
	}
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px
}

.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0
}

.navbar-brand {
	float: left;
	height: 50px;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px
}

.navbar-brand:focus, .navbar-brand:hover {
	text-decoration: none
}

.navbar-brand>img {
	display: block
}

@media (min-width:768px) {
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
		margin-left: -15px
	}
}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}

.navbar-toggle:focus {
	outline: 0
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px
}

@media (min-width:768px) {
	.navbar-toggle {
		display: none
	}
}

.navbar-nav {
	margin: 7.5px -15px
}

.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px
}

@media (max-width:767px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}

	.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
		padding: 5px 15px 5px 25px
	}

	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 20px
	}

	.navbar-nav .open .dropdown-menu>li>a:focus, .navbar-nav .open .dropdown-menu>li>a:hover {
		background-image: none
	}
}

@media (min-width:768px) {
	.navbar-nav {
		float: left;
		margin: 0
	}

	.navbar-nav>li {
		float: left
	}

	.navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 15px
	}
}

.navbar-form {
	padding: 10px 15px;
	margin-top: 8px;
	margin-right: -15px;
	margin-bottom: 8px;
	margin-left: -15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1)
}

@media (min-width:768px) {
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}

	.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}

	.navbar-form .form-control-static {
		display: inline-block
	}

	.navbar-form .input-group {
		display: inline-table;
		vertical-align: middle
	}

	.navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
		width: auto
	}

	.navbar-form .input-group>.form-control {
		width: 100%
	}

	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}

	.navbar-form .checkbox, .navbar-form .radio {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}

	.navbar-form .checkbox label, .navbar-form .radio label {
		padding-left: 0
	}

	.navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
		position: relative;
		margin-left: 0
	}

	.navbar-form .has-feedback .form-control-feedback {
		top: 0
	}
}

@media (max-width:767px) {
	.navbar-form .form-group {
		margin-bottom: 5px
	}

	.navbar-form .form-group:last-child {
		margin-bottom: 0
	}
}

@media (min-width:768px) {
	.navbar-form {
		width: auto;
		padding-top: 0;
		padding-bottom: 0;
		margin-right: 0;
		margin-left: 0;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}
}

.navbar-nav>li>.dropdown-menu {
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
	margin-bottom: 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.navbar-btn {
	margin-top: 8px;
	margin-bottom: 8px
}

.navbar-btn.btn-sm {
	margin-top: 10px;
	margin-bottom: 10px
}

.navbar-btn.btn-xs {
	margin-top: 14px;
	margin-bottom: 14px
}

.navbar-text {
	margin-top: 15px;
	margin-bottom: 15px
}

@media (min-width:768px) {
	.navbar-text {
		float: left;
		margin-right: 15px;
		margin-left: 15px
	}
}

@media (min-width:768px) {
	.navbar-left {
		float: left !important
	}

	.navbar-right {
		float: right !important;
		margin-right: -15px
	}

	.navbar-right~.navbar-right {
		margin-right: 0
	}
}

.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7
}

.navbar-default .navbar-brand {
	color: #777
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
	color: #5e5e5e;
	background-color: transparent
}

.navbar-default .navbar-text {
	color: #777
}

.navbar-default .navbar-nav>li>a {
	color: #777
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #333;
	background-color: transparent
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #555;
	background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a, .navbar-default .navbar-nav>.disabled>a:focus, .navbar-default .navbar-nav>.disabled>a:hover {
	color: #ccc;
	background-color: transparent
}

.navbar-default .navbar-toggle {
	border-color: #ddd
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #888
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	color: #555;
	background-color: #e7e7e7
}

@media (max-width:767px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #777
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #333;
		background-color: transparent
	}

	.navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
		color: #555;
		background-color: #e7e7e7
	}

	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
		color: #ccc;
		background-color: transparent
	}
}

.navbar-default .navbar-link {
	color: #777
}

.navbar-default .navbar-link:hover {
	color: #333
}

.navbar-default .btn-link {
	color: #777
}

.navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
	color: #333
}

.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
	color: #ccc
}

.navbar-inverse {
	background-color: #222;
	border-color: #080808
}

.navbar-inverse .navbar-brand {
	color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-text {
	color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
	color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a, .navbar-inverse .navbar-nav>.disabled>a:focus, .navbar-inverse .navbar-nav>.disabled>a:hover {
	color: #444;
	background-color: transparent
}

.navbar-inverse .navbar-toggle {
	border-color: #333
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
	background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
	color: #fff;
	background-color: #080808
}

@media (max-width:767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
		border-color: #080808
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #080808
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #9d9d9d
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #fff;
		background-color: transparent
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
		color: #fff;
		background-color: #080808
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
		color: #444;
		background-color: transparent
	}
}

.navbar-inverse .navbar-link {
	color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
	color: #fff
}

.navbar-inverse .btn-link {
	color: #9d9d9d
}

.navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
	color: #fff
}

.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
	color: #444
}

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px
}

.breadcrumb>li {
	display: inline-block
}

.breadcrumb>li+li:before {
	padding: 0 5px;
	color: #ccc;
	content: "/\00a0"
}

.breadcrumb>.active {
	color: #777
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px
}

.pagination>li {
	display: inline
}

.pagination>li>a, .pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	z-index: 2;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7
}

.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd
}

.pagination-lg>li>a, .pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333
}

.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px
}

.pagination-sm>li>a, .pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5
}

.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px
}

.pager {
	padding-left: 0;
	margin: 20px 0;
	text-align: center;
	list-style: none
}

.pager li {
	display: inline
}

.pager li>a, .pager li>span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px
}

.pager li>a:focus, .pager li>a:hover {
	text-decoration: none;
	background-color: #eee
}

.pager .next>a, .pager .next>span {
	float: right
}

.pager .previous>a, .pager .previous>span {
	float: left
}

.pager .disabled>a, .pager .disabled>a:focus, .pager .disabled>a:hover, .pager .disabled>span {
	color: #777;
	cursor: not-allowed;
	background-color: #fff
}

.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em
}

a.label:focus, a.label:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.label:empty {
	display: none
}

.btn .label {
	position: relative;
	top: -1px
}

.label-default {
	background-color: #777
}

.label-default[href]:focus, .label-default[href]:hover {
	background-color: #5e5e5e
}

.label-primary {
	background-color: #337ab7
}

.label-primary[href]:focus, .label-primary[href]:hover {
	background-color: #286090
}

.label-success {
	background-color: #5cb85c
}

.label-success[href]:focus, .label-success[href]:hover {
	background-color: #449d44
}

.label-info {
	background-color: #5bc0de
}

.label-info[href]:focus, .label-info[href]:hover {
	background-color: #31b0d5
}

.label-warning {
	background-color: #f0ad4e
}

.label-warning[href]:focus, .label-warning[href]:hover {
	background-color: #ec971f
}

.label-danger {
	background-color: #d9534f
}

.label-danger[href]:focus, .label-danger[href]:hover {
	background-color: #c9302c
}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #777;
	border-radius: 10px
}

.badge:empty {
	display: none
}

.btn .badge {
	position: relative;
	top: -1px
}

.btn-group-xs>.btn .badge, .btn-xs .badge {
	top: 0;
	padding: 1px 5px
}

a.badge:focus, a.badge:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.list-group-item.active>.badge, .nav-pills>.active>a>.badge {
	color: #337ab7;
	background-color: #fff
}

.list-group-item>.badge {
	float: right
}

.list-group-item>.badge+.badge {
	margin-right: 5px
}

.nav-pills>li>a>.badge {
	margin-left: 3px
}

.jumbotron {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #eee
}

.jumbotron .h1, .jumbotron h1 {
	color: inherit
}

.jumbotron p {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 200
}

.jumbotron>hr {
	border-top-color: #d5d5d5
}

.container .jumbotron, .container-fluid .jumbotron {
	padding-right: 15px;
	padding-left: 15px;
	border-radius: 6px
}

.jumbotron .container {
	max-width: 100%
}

@media screen and (min-width:768px) {
	.jumbotron {
		padding-top: 48px;
		padding-bottom: 48px
	}

	.container .jumbotron, .container-fluid .jumbotron {
		padding-right: 60px;
		padding-left: 60px
	}

	.jumbotron .h1, .jumbotron h1 {
		font-size: 63px
	}
}

.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out
}

.thumbnail a>img, .thumbnail>img {
	margin-right: auto;
	margin-left: auto
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
	border-color: #337ab7
}

.thumbnail .caption {
	padding: 9px;
	color: #333
}

.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: 700
}

.alert>p, .alert>ul {
	margin-bottom: 0
}

.alert>p+p {
	margin-top: 5px
}

.alert-dismissable, .alert-dismissible {
	padding-right: 35px
}

.alert-dismissable .close, .alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit
}

.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6
}

.alert-success hr {
	border-top-color: #c9e2b3
}

.alert-success .alert-link {
	color: #2b542c
}

.alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1
}

.alert-info hr {
	border-top-color: #a6e1ec
}

.alert-info .alert-link {
	color: #245269
}

.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc
}

.alert-warning hr {
	border-top-color: #f7e1b5
}

.alert-warning .alert-link {
	color: #66512c
}

.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1
}

.alert-danger hr {
	border-top-color: #e4b9c0
}

.alert-danger .alert-link {
	color: #843534
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}

	to {
		background-position: 0 0
	}
}

@-o-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}

	to {
		background-position: 0 0
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}

	to {
		background-position: 0 0
	}
}

.progress {
	height: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #337ab7;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease
}

.progress-bar-striped, .progress-striped .progress-bar {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	-webkit-background-size: 40px 40px;
	background-size: 40px 40px
}

.progress-bar.active, .progress.active .progress-bar {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
	background-color: #5cb85c
}

.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
	background-color: #5bc0de
}

.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
	background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
	background-color: #d9534f
}

.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media {
	margin-top: 15px
}

.media:first-child {
	margin-top: 0
}

.media, .media-body {
	overflow: hidden;
	zoom: 1
}

.media-body {
	width: 10000px
}

.media-object {
	display: block
}

.media-object.img-thumbnail {
	max-width: none
}

.media-right, .media>.pull-right {
	padding-left: 10px
}

.media-left, .media>.pull-left {
	padding-right: 10px
}

.media-body, .media-left, .media-right {
	display: table-cell;
	vertical-align: top
}

.media-middle {
	vertical-align: middle
}

.media-bottom {
	vertical-align: bottom
}

.media-heading {
	margin-top: 0;
	margin-bottom: 5px
}

.media-list {
	padding-left: 0;
	list-style: none
}

.list-group {
	padding-left: 0;
	margin-bottom: 20px
}

.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd
}

.list-group-item:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}

a.list-group-item, button.list-group-item {
	color: #555
}

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
	color: #333
}

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
	color: #555;
	text-decoration: none;
	background-color: #f5f5f5
}

button.list-group-item {
	width: 100%;
	text-align: left
}

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #eee
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
	color: inherit
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
	color: #777
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
	z-index: 2;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7
}

.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading>.small, .list-group-item.active .list-group-item-heading>small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading>.small, .list-group-item.active:focus .list-group-item-heading>small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading>.small, .list-group-item.active:hover .list-group-item-heading>small {
	color: inherit
}

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
	color: #c7ddef
}

.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8
}

a.list-group-item-success, button.list-group-item-success {
	color: #3c763d
}

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
	color: inherit
}

a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
	color: #3c763d;
	background-color: #d0e9c6
}

a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d
}

.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7
}

a.list-group-item-info, button.list-group-item-info {
	color: #31708f
}

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
	color: inherit
}

a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
	color: #31708f;
	background-color: #c4e3f3
}

a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f
}

.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3
}

a.list-group-item-warning, button.list-group-item-warning {
	color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
	color: inherit
}

a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
	color: #8a6d3b;
	background-color: #faf2cc
}

a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b
}

.list-group-item-danger {
	color: #a94442;
	background-color: #f2dede
}

a.list-group-item-danger, button.list-group-item-danger {
	color: #a94442
}

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
	color: inherit
}

a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
	color: #a94442;
	background-color: #ebcccc
}

a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442
}

.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px
}

.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3
}

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
	padding: 15px
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
	color: inherit
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit
}

.panel-title>.small, .panel-title>.small>a, .panel-title>a, .panel-title>small, .panel-title>small>a {
	color: inherit
}

.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.list-group, .panel>.panel-collapse>.list-group {
	margin-bottom: 0
}

.panel>.list-group .list-group-item, .panel>.panel-collapse>.list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child, .panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child, .panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
	border-top-width: 0
}

.list-group+.panel-footer {
	border-top-width: 0
}

.panel>.panel-collapse>.table, .panel>.table, .panel>.table-responsive>.table {
	margin-bottom: 0
}

.panel>.panel-collapse>.table caption, .panel>.table caption, .panel>.table-responsive>.table caption {
	padding-right: 15px;
	padding-left: 15px
}

.panel>.table-responsive:first-child>.table:first-child, .panel>.table:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child, .panel>.table:first-child>thead:first-child>tr:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child, .panel>.table:first-child>thead:first-child>tr:first-child td:first-child, .panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
	border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child, .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child, .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child, .panel>.table:first-child>thead:first-child>tr:first-child td:last-child, .panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
	border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child, .panel>.table:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child, .panel>.table:last-child>tbody:last-child>tr:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child, .panel>.table:last-child>tbody:last-child>tr:last-child td:first-child, .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child, .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child, .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
	border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child, .panel>.table:last-child>tbody:last-child>tr:last-child td:last-child, .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
	border-bottom-right-radius: 3px
}

.panel>.panel-body+.table, .panel>.panel-body+.table-responsive, .panel>.table+.panel-body, .panel>.table-responsive+.panel-body {
	border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td, .panel>.table>tbody:first-child>tr:first-child th {
	border-top: 0
}

.panel>.table-bordered, .panel>.table-responsive>.table-bordered {
	border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child, .panel>.table-bordered>tbody>tr>th:first-child, .panel>.table-bordered>tfoot>tr>td:first-child, .panel>.table-bordered>tfoot>tr>th:first-child, .panel>.table-bordered>thead>tr>td:first-child, .panel>.table-bordered>thead>tr>th:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child, .panel>.table-responsive>.table-bordered>thead>tr>td:first-child, .panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
	border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child, .panel>.table-bordered>tbody>tr>th:last-child, .panel>.table-bordered>tfoot>tr>td:last-child, .panel>.table-bordered>tfoot>tr>th:last-child, .panel>.table-bordered>thead>tr>td:last-child, .panel>.table-bordered>thead>tr>th:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child, .panel>.table-responsive>.table-bordered>thead>tr>td:last-child, .panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
	border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td, .panel>.table-bordered>tbody>tr:first-child>th, .panel>.table-bordered>thead>tr:first-child>td, .panel>.table-bordered>thead>tr:first-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>th, .panel>.table-responsive>.table-bordered>thead>tr:first-child>td, .panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
	border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td, .panel>.table-bordered>tbody>tr:last-child>th, .panel>.table-bordered>tfoot>tr:last-child>td, .panel>.table-bordered>tfoot>tr:last-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
	border-bottom: 0
}

.panel>.table-responsive {
	margin-bottom: 0;
	border: 0
}

.panel-group {
	margin-bottom: 20px
}

.panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px
}

.panel-group .panel+.panel {
	margin-top: 5px
}

.panel-group .panel-heading {
	border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: 1px solid #ddd
}

.panel-group .panel-footer {
	border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
	border-bottom: 1px solid #ddd
}

.panel-default {
	border-color: #ddd
}

.panel-default>.panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
	color: #f5f5f5;
	background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ddd
}

.panel-primary {
	border-color: #337ab7
}

.panel-primary>.panel-heading {
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
	color: #337ab7;
	background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #337ab7
}

.panel-success {
	border-color: #d6e9c6
}

.panel-success>.panel-heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
	color: #dff0d8;
	background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #d6e9c6
}

.panel-info {
	border-color: #bce8f1
}

.panel-info>.panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
	color: #d9edf7;
	background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #bce8f1
}

.panel-warning {
	border-color: #faebcc
}

.panel-warning>.panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
	color: #fcf8e3;
	background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #faebcc
}

.panel-danger {
	border-color: #ebccd1
}

.panel-danger>.panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
	color: #f2dede;
	background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ebccd1
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

.embed-responsive-16by9 {
	padding-bottom: 56.25%
}

.embed-responsive-4by3 {
	padding-bottom: 75%
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
	border-color: #ddd;
	border-color: rgba(0, 0, 0, .15)
}

.well-lg {
	padding: 24px;
	border-radius: 6px
}

.well-sm {
	padding: 9px;
	border-radius: 3px
}

.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2
}

.close:focus, .close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: .5
}

button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0
}

.modal-open {
	overflow: hidden
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0
}

.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%)
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}

.modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}

.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0
}

.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: .5
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
	margin-top: -2px
}

.modal-title {
	margin: 0;
	line-height: 1.42857143
}

.modal-body {
	position: relative;
	padding: 15px
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
	margin-bottom: 0;
	margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
	margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
	margin-left: 0
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width:768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto
	}

	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
	}

	.modal-sm {
		width: 300px
	}
}

@media (min-width:992px) {
	.modal-lg {
		width: 900px
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	filter: alpha(opacity=0);
	opacity: 0;
	line-break: auto
}

.tooltip.in {
	filter: alpha(opacity=90);
	opacity: .9
}

.tooltip.top {
	padding: 5px 0;
	margin-top: -3px
}

.tooltip.right {
	padding: 0 5px;
	margin-left: 3px
}

.tooltip.bottom {
	padding: 5px 0;
	margin-top: 3px
}

.tooltip.left {
	padding: 0 5px;
	margin-left: -3px
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 4px
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
	right: 5px;
	bottom: 0;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	line-break: auto
}

.popover.top {
	margin-top: -10px
}

.popover.right {
	margin-left: 10px
}

.popover.bottom {
	margin-top: 10px
}

.popover.left {
	margin-left: -10px
}

.popover-title {
	padding: 8px 14px;
	margin: 0;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0
}

.popover-content {
	padding: 9px 14px
}

.popover>.arrow, .popover>.arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.popover>.arrow {
	border-width: 11px
}

.popover>.arrow:after {
	content: "";
	border-width: 10px
}

.popover.top>.arrow {
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-color: #999;
	border-top-color: rgba(0, 0, 0, .25);
	border-bottom-width: 0
}

.popover.top>.arrow:after {
	bottom: 1px;
	margin-left: -10px;
	content: " ";
	border-top-color: #fff;
	border-bottom-width: 0
}

.popover.right>.arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-right-color: #999;
	border-right-color: rgba(0, 0, 0, .25);
	border-left-width: 0
}

.popover.right>.arrow:after {
	bottom: -10px;
	left: 1px;
	content: " ";
	border-right-color: #fff;
	border-left-width: 0
}

.popover.bottom>.arrow {
	top: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bottom>.arrow:after {
	top: 1px;
	margin-left: -10px;
	content: " ";
	border-top-width: 0;
	border-bottom-color: #fff
}

.popover.left>.arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
	right: 1px;
	bottom: -10px;
	content: " ";
	border-right-width: 0;
	border-left-color: #fff
}

.carousel {
	position: relative
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}

.carousel-inner>.item {
	position: relative;
	display: none;
	-webkit-transition: .6s ease-in-out left;
	-o-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img {
	line-height: 1
}

@media all and (transform-3d), (-webkit-transform-3d) {
	.carousel-inner>.item {
		-webkit-transition: -webkit-transform .6s ease-in-out;
		-o-transition: -o-transform .6s ease-in-out;
		transition: transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px
	}

	.carousel-inner>.item.active.right, .carousel-inner>.item.next {
		left: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	.carousel-inner>.item.active.left, .carousel-inner>.item.prev {
		left: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	.carousel-inner>.item.active, .carousel-inner>.item.next.left, .carousel-inner>.item.prev.right {
		left: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {
	display: block
}

.carousel-inner>.active {
	left: 0
}

.carousel-inner>.next, .carousel-inner>.prev {
	position: absolute;
	top: 0;
	width: 100%
}

.carousel-inner>.next {
	left: 100%
}

.carousel-inner>.prev {
	left: -100%
}

.carousel-inner>.next.left, .carousel-inner>.prev.right {
	left: 0
}

.carousel-inner>.active.left {
	left: -100%
}

.carousel-inner>.active.right {
	left: 100%
}

.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	background-color: rgba(0, 0, 0, 0);
	filter: alpha(opacity=50);
	opacity: .5
}

.carousel-control.left {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	background-repeat: repeat-x
}

.carousel-control.right {
	right: 0;
	left: auto;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	background-repeat: repeat-x
}

.carousel-control:focus, .carousel-control:hover {
	color: #fff;
	text-decoration: none;
	filter: alpha(opacity=90);
	outline: 0;
	opacity: .9
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -10px
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	left: 50%;
	margin-left: -10px
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	right: 50%;
	margin-right: -10px
}

.carousel-control .icon-next, .carousel-control .icon-prev {
	width: 20px;
	height: 20px;
	font-family: serif;
	line-height: 1
}

.carousel-control .icon-prev:before {
	content: '\2039'
}

.carousel-control .icon-next:before {
	content: '\203a'
}

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000\9;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
	border-radius: 10px
}

.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #fff
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
	text-shadow: none
}

@media screen and (min-width:768px) {
	.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
		width: 30px;
		height: 30px;
		margin-top: -10px;
		font-size: 30px
	}

	.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
		margin-left: -10px
	}

	.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
		margin-right: -10px
	}

	.carousel-caption {
		right: 20%;
		left: 20%;
		padding-bottom: 30px
	}

	.carousel-indicators {
		bottom: 20px
	}
}

.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
	display: table;
	content: " "
}

.btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
	clear: both
}

.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto
}

.pull-right {
	float: right !important
}

.pull-left {
	float: left !important
}

.hide {
	display: none !important
}

.show {
	display: block !important
}

.invisible {
	visibility: hidden
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.hidden {
	display: none !important
}

.affix {
	position: fixed
}

@-ms-viewport {
	width: device-width
}

.visible-lg, .visible-md, .visible-sm, .visible-xs {
	display: none !important
}

.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
	display: none !important
}

@media (max-width:767px) {
	.visible-xs {
		display: block !important
	}

	table.visible-xs {
		display: table !important
	}

	tr.visible-xs {
		display: table-row !important
	}

	td.visible-xs, th.visible-xs {
		display: table-cell !important
	}
}

@media (max-width:767px) {
	.visible-xs-block {
		display: block !important
	}
}

@media (max-width:767px) {
	.visible-xs-inline {
		display: inline !important
	}
}

@media (max-width:767px) {
	.visible-xs-inline-block {
		display: inline-block !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm {
		display: block !important
	}

	table.visible-sm {
		display: table !important
	}

	tr.visible-sm {
		display: table-row !important
	}

	td.visible-sm, th.visible-sm {
		display: table-cell !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-block {
		display: block !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-inline {
		display: inline !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-inline-block {
		display: inline-block !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md {
		display: block !important
	}

	table.visible-md {
		display: table !important
	}

	tr.visible-md {
		display: table-row !important
	}

	td.visible-md, th.visible-md {
		display: table-cell !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-block {
		display: block !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-inline {
		display: inline !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-inline-block {
		display: inline-block !important
	}
}

@media (min-width:1200px) {
	.visible-lg {
		display: block !important
	}

	table.visible-lg {
		display: table !important
	}

	tr.visible-lg {
		display: table-row !important
	}

	td.visible-lg, th.visible-lg {
		display: table-cell !important
	}
}

@media (min-width:1200px) {
	.visible-lg-block {
		display: block !important
	}
}

@media (min-width:1200px) {
	.visible-lg-inline {
		display: inline !important
	}
}

@media (min-width:1200px) {
	.visible-lg-inline-block {
		display: inline-block !important
	}
}

@media (max-width:767px) {
	.hidden-xs {
		display: none !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.hidden-sm {
		display: none !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.hidden-md {
		display: none !important
	}
}

@media (min-width:1200px) {
	.hidden-lg {
		display: none !important
	}
}

.visible-print {
	display: none !important
}

@media print {
	.visible-print {
		display: block !important
	}

	table.visible-print {
		display: table !important
	}

	tr.visible-print {
		display: table-row !important
	}

	td.visible-print, th.visible-print {
		display: table-cell !important
	}
}

.visible-print-block {
	display: none !important
}

@media print {
	.visible-print-block {
		display: block !important
	}
}

.visible-print-inline {
	display: none !important
}

@media print {
	.visible-print-inline {
		display: inline !important
	}
}

.visible-print-inline-block {
	display: none !important
}

@media print {
	.visible-print-inline-block {
		display: inline-block !important
	}
}

@media print {
	.hidden-print {
		display: none !important
	}
}

.owl-carousel, .owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative
}

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
	display: none
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
	display: block
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

.owl-carousel.owl-hidden {
	opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab
}

.owl-carousel.owl-rtl {
	direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
	float: right
}

.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out {
	z-index: 1
}

.owl-carousel .fadeOut {
	animation-name: fadeOut
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

.owl-height {
	transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
	margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
	color: #FFF;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #D6D6D6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background: #869791;
	color: #FFF;
	text-decoration: none
}

.owl-theme .owl-nav .disabled {
	opacity: .5;
	cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #869791
}

*, input, :before, :after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

html {
	overflow-x: hidden
}

html, body {
	padding: 0;
	margin: 0
}

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

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	height: auto
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

input[type="text"], input[type="email"], input[type="password"], input[type="tel"] {
	border: 1px solid #E9E9E9;
	color: #1C1C1C;
	margin: 0 0 19px;
	min-height: 40px;
	padding: 0 20px
}

a {
	color: #363636;
	text-decoration: none
}

a:hover {
	color: #20549a;
	text-decoration: none
}

.remove {
	color: #999;
	font-size: 1em
}

.remove:hover {
	color: #20549a
}

.dropdown-menu {
	box-shadow: none
}

.dropdown-menu>li>a {
	white-space: inherit
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	background: none
}

body, input, textarea, button, select {
	line-height: 1.7;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #363636;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	letter-spacing: .25px
}

body {
	font-size: 14px;
	color: #363636;
	overflow-x: hidden
}

header nav {
	font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", sans-serif
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	line-height: 1.4
}

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
	text-decoration: none;
	font-weight: inherit
}

a {
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out
}

a:focus {
	outline: none
}

h1, .h1 {
	font-size: 2.57143em
}

h2, .h2 {
	font-size: 2em
}

h3, .h3 {
	font-size: 1.71429em
}

h4, .h4 {
	font-size: 1.28571em
}

h5, .h5 {
	font-size: 1.14286em
}

h6, .h6 {
	font-size: 1.14286em
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	color: #323C3F;
	letter-spacing: .01em
}

p {
	margin: 0 0 15px 0
}

p img {
	margin: 0
}

em {
	font-style: italic
}

b, strong {
	font-weight: 700
}

small {
	font-size: .9em
}

sup, sub {
	position: relative;
	font-size: 60%;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.5em
}

blockquote {
	font-size: 1.125em;
	line-height: 1.45;
	font-style: italic;
	margin: 0 0 30px;
	padding: 15px 30px;
	border-left: 1px solid #E1E1E1
}

blockquote p {
	margin-bottom: 0
}

blockquote p+cite {
	margin-top: 15px
}

blockquote cite {
	display: block;
	font-size: .75em
}

blockquote cite:before {
	content: "\2014 \0020"
}

code, pre {
	background-color: #FAF7F5;
	font-family: Consolas, monospace;
	font-size: 1em;
	border: 0 none;
	padding: 0 2px;
	color: #51AB62
}

pre {
	overflow: auto;
	padding: 15px;
	margin: 0 0 30px
}

ul, ol {
	margin: 0;
	padding: 0
}

ul {
	list-style: none outside
}

ol {
	list-style: decimal
}

ul.square, .rte ul ul ul {
	list-style: square outside
}

ul.disc, .rte ul {
	list-style: disc outside
}

ol.alpha {
	list-style: lower-alpha outside
}

.inline-list li {
	display: inline-block;
	margin-bottom: 0
}

table {
	width: 100%;
	margin-bottom: 1em;
	border-collapse: collapse;
	border-spacing: 0
}

.table-wrap {
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch
}

th {
	font-weight: 700
}

th, td {
	text-align: left;
	padding: 15px;
	border: 1px solid #E1E1E1;
	color: #1C1C1C
}

a, .text-link {
	color: #363636;
	text-decoration: none;
	background: transparent
}

button {
	overflow: visible
}

button[disabled], html input[disabled] {
	cursor: default
}

img {
	border: 0 none;
	max-width: 100%;
	height: auto
}

svg:not(:root) {
	overflow: hidden
}

.video-wrapper {
	position: relative;
	overflow: hidden;
	max-width: 100%;
	padding-bottom: 56.25%;
	height: auto
}

.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.table-wrapper {
	max-width: 100%;
	overflow: auto
}

form {
	margin-bottom: 30px
}

form a {
	color: #363636
}

input, textarea, button, select {
	font-size: 1em
}

input:focus, textarea:focus, button:focus, select:focus {
	outline: none
}

button, input[type="text"], input[type="search"], input[type="password"], input[type="email"], input[type="file"], input[type="number"], input[type="tel"], input[type="submit"], textarea {
	-webkit-appearance: none;
	-moz-appearance: none
}

input, textarea, select, fieldset {
	border-radius: 0;
	max-width: 100%
}

input.input-full, textarea.input-full, select.input-full, fieldset.input-full {
	width: 100%
}

fieldset {
	border: 1px solid #E1E1E1;
	padding: 15px
}

legend {
	border: 0;
	padding: 0
}

optgroup {
	font-weight: 700
}

input {
	display: inline-block;
	width: auto
}

button, input[type="submit"] {
	cursor: pointer
}

input[type="text"], input[type="search"], input[type="password"], input[type="email"], input[type="file"], input[type="number"], input[type="tel"], textarea, select {
	border: 1px solid #E1E1E1;
	padding: 0 20px;
	width: 100%;
	max-width: 100%;
	display: block
}

input[type="text"]:focus, input[type="search"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="file"]:focus, input[type="number"]:focus, input[type="tel"]:focus, textarea:focus, select:focus {
	border: 1px solid #C8C8C8
}

input[type="text"][disabled], input[type="text"].disabled, input[type="search"][disabled], input[type="search"].disabled, input[type="password"][disabled], input[type="password"].disabled, input[type="email"][disabled], input[type="email"].disabled, input[type="file"][disabled], input[type="file"].disabled, input[type="number"][disabled], input[type="number"].disabled, input[type="tel"][disabled], input[type="tel"].disabled, textarea[disabled], textarea.disabled, select[disabled], select.disabled {
	cursor: default;
	background-color: #DDD;
	border-color: #DDD
}

textarea {
	min-height: 100px;
	padding-top: 6px;
	padding-bottom: 6px
}

input[type="checkbox"], input[type="radio"] {
	display: inline;
	padding: 0
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-color: #FFFFFF !important;
	padding-right: 28px;
	text-indent: .01px;
	text-overflow: '';
	cursor: pointer
}

.ie9 select, .lt-ie9 select {
	padding-right: 10px;
	background-image: none
}

option {
	color: #000;
	background-color: #FFF
}

select::-ms-expand {
	display: none
}

label, legend {
	display: block;
	margin-bottom: 2px
}

label.inline, legend.inline {
	display: inline
}

input[type="checkbox"]+label, input[type="radio"]+label {
	font-weight: 400
}

label[for] {
	/* cursor:pointer */
}

.label-hint {
	color: #999
}

form.form-horizontal, .form-horizontal {
	margin-bottom: 0
}

form.form-horizontal input[type="text"], form.form-horizontal input[type="search"], form.form-horizontal input[type="password"], form.form-horizontal input[type="email"], form.form-horizontal input[type="file"], form.form-horizontal input[type="number"], form.form-horizontal input[type="tel"], form.form-horizontal textarea, form.form-horizontal select, form.form-horizontal label, .form-horizontal input[type="text"], .form-horizontal input[type="search"], .form-horizontal input[type="password"], .form-horizontal input[type="email"], .form-horizontal input[type="file"], .form-horizontal input[type="number"], .form-horizontal input[type="tel"], .form-horizontal textarea, .form-horizontal select, .form-horizontal label {
	display: inline-block;
	margin-bottom: 0
}

input[type="text"].error, input[type="search"].error, input[type="password"].error, input[type="email"].error, input[type="file"].error, input[type="number"].error, input[type="tel"].error, textarea.error {
	border-color: red;
	color: red
}

label.error {
	color: red
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate
}

.input-group .input-group-field:first-child, .input-group .input-group-btn:first-child, .input-group .input-group-btn:first-child>.btn, .input-group .input-group-btn:first-child>input[type="submit"], .input-group input[type="hidden"]:first-child+.input-group-field, .input-group input[type="hidden"]:first-child+.input-group-btn>.btn, .input-group input[type="hidden"]:first-child+.input-group-btn>input[type="submit"] {
	border-radius: 0
}

.input-group .input-group-field:last-child, .input-group .input-group-btn:last-child>.btn, .input-group .input-group-btn:last-child>input[type="submit"] {
	border-radius: 0
}

.input-group input::-moz-focus-inner {
	border: 0;
	padding: 0;
	margin-top: -1px;
	margin-bottom: -1px
}

.input-group-field, .input-group-btn {
	display: table-cell;
	vertical-align: middle;
	margin: 0
}

.input-group .btn, .input-group input[type="submit"], .input-group .input-group-field {
	height: 40px
}

.input-group .input-group-field {
	width: 100%;
	margin-bottom: 0
}

.input-group-btn {
	position: relative;
	white-space: nowrap;
	width: 1%;
	padding: 0
}

.form-group {
	margin: 0 0 15px 0;
	padding: 0;
	border: 0
}

.form-group .form-control {
	display: block;
	width: 100%;
	min-height: 45px;
	padding: .375rem 20px;
	font-size: 1em;
	line-height: 1.5;
	color: #55595C;
	background-color: #F7F7F7;
	background-image: none;
	margin: 0;
	border: none !important;
	border-radius: 0;
	box-shadow: none !important
}

.form-group input, .form-group select, .form-group textarea {
	box-shadow: none
}

.form-group input:active, .form-group input:focus, .form-group select:active, .form-group select:focus, .form-group textarea:active, .form-group textarea:focus {
	box-shadow: none;
	border: 1px solid #EBEBEB
}

.form-group textarea {
	padding: 20px
}

.form-group select {
	background-color: #F7F7F7 !important
}

.product-summary img {
	display: none
}

.rte {
	color: #898989
}

.rte h1, .rte .h1, .rte h2, .rte .h2, .rte h3, .rte .h3, .rte h4, .rte .h4, .rte h5, .rte .h5, .rte h6, .rte .h6 {
	margin-top: 2em
}

.rte h1:first-child, .rte .h1:first-child, .rte h2:first-child, .rte .h2:first-child, .rte h3:first-child, .rte .h3:first-child, .rte h4:first-child, .rte .h4:first-child, .rte h5:first-child, .rte .h5:first-child, .rte h6:first-child, .rte .h6:first-child {
	margin-top: 0
}

.rte h5, .rte .h5, .rte .h5 {
	text-transform: uppercase
}

.rte>div {
	margin-bottom: 15px
}

.rte ul, .rte ol {
	padding-left: 17px
}

.rte ul ul {
	list-style: circle outside
}

.rte li {
	margin-bottom: .4em
}

.rte img {
	max-width: 100%;
	height: auto !important
}

.rte table {
	table-layout: fixed
}

.rte.rte-summary img {
	display: none
}

.clearfix {
	*zoom: 1
}

.clearfix:after {
	content: "";
	display: table;
	clear: both
}

.clearboth {
	clear: both
}

.no-background {
	background: none !important
}

svg path, svg rect {
	fill: #20549a
}

.flexbox, .awe-popup {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center
}

.list-inline {
	*zoom: 1
}

.list-inline:after {
	content: "";
	display: table;
	clear: both
}

.list-inline li {
	float: left;
	margin: 0
}

.d-list>div {
	position: relative;
	margin-right: 15px
}

.d-list>div:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 1px;
	height: 13px;
	margin: auto;
	z-index: 9;
	background: #E1E1E1
}

.d-list>div:first-child {
	margin: 0
}

.d-list>div:first-child:before {
	display: none
}

.a-center {
	text-align: center !important
}

.a-left {
	text-align: left !important
}

.a-right {
	text-align: right !important
}

.f-left {
	float: left !important
}

.f-right {
	float: right !important
}

.f-none {
	float: none !important
}

.inline {
	display: inline !important
}

.block {
	display: block !important
}

.inline-block {
	display: inline-block !important
}

.flexbox {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden
}

.flexbox>div {
	flex: 1
}

.page {
	padding-bottom: 0;
}

.background-none {
	background: none !important
}

.no-margin {
	margin: 0 !important
}

.no-padding {
	padding: 0 !important
}

.no-border {
	border: none !important
}

.ov-h {
	overflow: hidden !important
}

.relative {
	position: relative !important
}

.absolute {
	position: absolute !important
}

.margin-0 {
	margin: 0 !important
}

.margin-vertical-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important
}

.margin-horizontal-0 {
	margin-left: 0 !important;
	margin-right: 0 !important
}

.margin-top-0 {
	margin-top: 0 !important
}

.margin-bottom-0 {
	margin-bottom: 0 !important
}

.margin-left-0 {
	margin-left: 0 !important
}

.margin-right-0 {
	margin-right: 0 !important
}

.padding-0 {
	padding: 0 !important
}

.padding-vertical-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important
}

.padding-horizontal-0 {
	padding-left: 0 !important;
	padding-right: 0 !important
}

.padding-top-0 {
	padding-top: 0 !important
}

.padding-bottom-0 {
	padding-bottom: 0 !important
}

.padding-left-0 {
	padding-left: 0 !important
}

.padding-right-0 {
	padding-right: 0 !important
}

.margin-5 {
	margin: 5px !important
}

.margin-vertical-5 {
	margin-top: 5px !important;
	margin-bottom: 5px !important
}

.margin-horizontal-5 {
	margin-left: 5px !important;
	margin-right: 5px !important
}

.margin-top-5 {
	margin-top: 5px !important
}

.margin-bottom-5 {
	margin-bottom: 5px !important
}

.margin-left-5 {
	margin-left: 5px !important
}

.margin-right-5 {
	margin-right: 5px !important
}

.padding-5 {
	padding: 5px !important
}

.padding-vertical-5 {
	padding-top: 5px !important;
	padding-bottom: 5px !important
}

.padding-horizontal-5 {
	padding-left: 5px !important;
	padding-right: 5px !important
}

.padding-top-5 {
	padding-top: 5px !important
}

.padding-bottom-5 {
	padding-bottom: 5px !important
}

.padding-left-5 {
	padding-left: 5px !important
}

.padding-right-5 {
	padding-right: 5px !important
}

.margin-10 {
	margin: 10px !important
}

.margin-vertical-10 {
	margin-top: 10px !important;
	margin-bottom: 10px !important
}

.margin-horizontal-10 {
	margin-left: 10px !important;
	margin-right: 10px !important
}

.margin-top-10 {
	margin-top: 10px !important
}

.margin-bottom-10 {
	margin-bottom: 10px !important
}

.margin-left-10 {
	margin-left: 10px !important
}

.margin-right-10 {
	margin-right: 10px !important
}

.padding-10 {
	padding: 10px !important
}

.padding-vertical-10 {
	padding-top: 10px !important;
	padding-bottom: 10px !important
}

.padding-horizontal-10 {
	padding-left: 10px !important;
	padding-right: 10px !important
}

.padding-top-10 {
	padding-top: 10px !important
}

.padding-bottom-10 {
	padding-bottom: 10px !important
}

.padding-left-10 {
	padding-left: 10px !important
}

.padding-right-10 {
	padding-right: 10px !important
}

.margin-15 {
	margin: 15px !important
}

.margin-vertical-15 {
	margin-top: 15px !important;
	margin-bottom: 15px !important
}

.margin-horizontal-15 {
	margin-left: 15px !important;
	margin-right: 15px !important
}

.margin-top-15 {
	margin-top: 15px !important
}

.margin-bottom-15 {
	margin-bottom: 15px !important
}

.margin-left-15 {
	margin-left: 15px !important
}

.margin-right-15 {
	margin-right: 15px !important
}

.padding-15 {
	padding: 15px !important
}

.padding-vertical-15 {
	padding-top: 15px !important;
	padding-bottom: 15px !important
}

.padding-horizontal-15 {
	padding-left: 15px !important;
	padding-right: 15px !important
}

.padding-top-15 {
	padding-top: 15px !important
}

.padding-bottom-15 {
	padding-bottom: 15px !important
}

.padding-left-15 {
	padding-left: 15px !important
}

.padding-right-15 {
	padding-right: 15px !important
}

.margin-20 {
	margin: 20px !important
}

.margin-vertical-20 {
	margin-top: 20px !important;
	margin-bottom: 20px !important
}

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

.margin-top-20 {
	margin-top: 20px !important
}

.margin-bottom-20 {
	margin-bottom: 20px !important
}

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

.margin-right-20 {
	margin-right: 20px !important
}

.padding-20 {
	padding: 20px !important
}

.padding-vertical-20 {
	padding-top: 20px !important;
	padding-bottom: 20px !important
}

.padding-horizontal-20 {
	padding-left: 20px !important;
	padding-right: 20px !important
}

.padding-top-20 {
	padding-top: 20px !important
}

.padding-bottom-20 {
	padding-bottom: 20px !important
}

.padding-left-20 {
	padding-left: 20px !important
}

.padding-right-20 {
	padding-right: 20px !important
}

.margin-25 {
	margin: 25px !important
}

.margin-vertical-25 {
	margin-top: 25px !important;
	margin-bottom: 25px !important
}

.margin-horizontal-25 {
	margin-left: 25px !important;
	margin-right: 25px !important
}

.margin-top-25 {
	margin-top: 25px !important
}

.margin-bottom-25 {
	margin-bottom: 25px !important
}

.margin-left-25 {
	margin-left: 25px !important
}

.margin-right-25 {
	margin-right: 25px !important
}

.padding-25 {
	padding: 25px !important
}

.padding-vertical-25 {
	padding-top: 25px !important;
	padding-bottom: 25px !important
}

.padding-horizontal-25 {
	padding-left: 25px !important;
	padding-right: 25px !important
}

.padding-top-25 {
	padding-top: 25px !important
}

.padding-bottom-25 {
	padding-bottom: 25px !important
}

.padding-left-25 {
	padding-left: 25px !important
}

.padding-right-25 {
	padding-right: 25px !important
}

.margin-30 {
	margin: 30px !important
}

.margin-vertical-30 {
	margin-top: 30px !important;
	margin-bottom: 30px !important
}

.margin-horizontal-30 {
	margin-left: 30px !important;
	margin-right: 30px !important
}

.margin-top-30 {
	margin-top: 30px !important
}

.margin-bottom-30 {
	margin-bottom: 30px !important
}

.margin-left-30 {
	margin-left: 30px !important
}

.margin-right-30 {
	margin-right: 30px !important
}

.padding-30 {
	padding: 30px !important
}

.padding-vertical-30 {
	padding-top: 30px !important;
	padding-bottom: 30px !important
}

.padding-horizontal-30 {
	padding-left: 30px !important;
	padding-right: 30px !important
}

.padding-top-30 {
	padding-top: 30px !important
}

.padding-bottom-30 {
	padding-bottom: 30px !important
}

.padding-left-30 {
	padding-left: 30px !important
}

.padding-right-30 {
	padding-right: 30px !important
}

.margin-35 {
	margin: 35px !important
}

.margin-vertical-35 {
	margin-top: 35px !important;
	margin-bottom: 35px !important
}

.margin-horizontal-35 {
	margin-left: 35px !important;
	margin-right: 35px !important
}

.margin-top-35 {
	margin-top: 35px !important
}

.margin-bottom-35 {
	margin-bottom: 35px !important
}

.margin-left-35 {
	margin-left: 35px !important
}

.margin-right-35 {
	margin-right: 35px !important
}

.padding-35 {
	padding: 35px !important
}

.padding-vertical-35 {
	padding-top: 35px !important;
	padding-bottom: 35px !important
}

.padding-horizontal-35 {
	padding-left: 35px !important;
	padding-right: 35px !important
}

.padding-top-35 {
	padding-top: 35px !important
}

.padding-bottom-35 {
	padding-bottom: 35px !important
}

.padding-left-35 {
	padding-left: 35px !important
}

.padding-right-35 {
	padding-right: 35px !important
}

.margin-40 {
	margin: 40px !important
}

.margin-vertical-40 {
	margin-top: 40px !important;
	margin-bottom: 40px !important
}

.margin-horizontal-40 {
	margin-left: 40px !important;
	margin-right: 40px !important
}

.margin-top-40 {
	margin-top: 40px !important
}

.margin-bottom-40 {
	margin-bottom: 40px !important
}

.margin-left-40 {
	margin-left: 40px !important
}

.margin-right-40 {
	margin-right: 40px !important
}

.padding-40 {
	padding: 40px !important
}

.padding-vertical-40 {
	padding-top: 40px !important;
	padding-bottom: 40px !important
}

.padding-horizontal-40 {
	padding-left: 40px !important;
	padding-right: 40px !important
}

.padding-top-40 {
	padding-top: 40px !important
}

.padding-bottom-40 {
	padding-bottom: 40px !important
}

.padding-left-40 {
	padding-left: 40px !important
}

.padding-right-40 {
	padding-right: 40px !important
}

.margin-45 {
	margin: 45px !important
}

.margin-vertical-45 {
	margin-top: 45px !important;
	margin-bottom: 45px !important
}

.margin-horizontal-45 {
	margin-left: 45px !important;
	margin-right: 45px !important
}

.margin-top-45 {
	margin-top: 45px !important
}

.margin-bottom-45 {
	margin-bottom: 45px !important
}

.margin-left-45 {
	margin-left: 45px !important
}

.margin-right-45 {
	margin-right: 45px !important
}

.padding-45 {
	padding: 45px !important
}

.padding-vertical-45 {
	padding-top: 45px !important;
	padding-bottom: 45px !important
}

.padding-horizontal-45 {
	padding-left: 45px !important;
	padding-right: 45px !important
}

.padding-top-45 {
	padding-top: 45px !important
}

.padding-bottom-45 {
	padding-bottom: 45px !important
}

.padding-left-45 {
	padding-left: 45px !important
}

.padding-right-45 {
	padding-right: 45px !important
}

.margin-50 {
	margin: 50px !important
}

.margin-vertical-50 {
	margin-top: 50px !important;
	margin-bottom: 50px !important
}

.margin-horizontal-50 {
	margin-left: 50px !important;
	margin-right: 50px !important
}

.margin-top-50 {
	margin-top: 50px !important
}

.margin-bottom-50 {
	margin-bottom: 50px !important
}

.margin-left-50 {
	margin-left: 50px !important
}

.margin-right-50 {
	margin-right: 50px !important
}

.padding-50 {
	padding: 50px !important
}

.padding-vertical-50 {
	padding-top: 50px !important;
	padding-bottom: 50px !important
}

.padding-horizontal-50 {
	padding-left: 50px !important;
	padding-right: 50px !important
}

.padding-top-50 {
	padding-top: 50px !important
}

.padding-bottom-50 {
	padding-bottom: 50px !important
}

.padding-left-50 {
	padding-left: 50px !important
}

.padding-right-50 {
	padding-right: 50px !important
}

.margin-55 {
	margin: 55px !important
}

.margin-vertical-55 {
	margin-top: 55px !important;
	margin-bottom: 55px !important
}

.margin-horizontal-55 {
	margin-left: 55px !important;
	margin-right: 55px !important
}

.margin-top-55 {
	margin-top: 55px !important
}

.margin-bottom-55 {
	margin-bottom: 55px !important
}

.margin-left-55 {
	margin-left: 55px !important
}

.margin-right-55 {
	margin-right: 55px !important
}

.padding-55 {
	padding: 55px !important
}

.padding-vertical-55 {
	padding-top: 55px !important;
	padding-bottom: 55px !important
}

.padding-horizontal-55 {
	padding-left: 55px !important;
	padding-right: 55px !important
}

.padding-top-55 {
	padding-top: 55px !important
}

.padding-bottom-55 {
	padding-bottom: 55px !important
}

.padding-left-55 {
	padding-left: 55px !important
}

.padding-right-55 {
	padding-right: 55px !important
}

.margin-60 {
	margin: 60px !important
}

.margin-vertical-60 {
	margin-top: 60px !important;
	margin-bottom: 60px !important
}

.margin-horizontal-60 {
	margin-left: 60px !important;
	margin-right: 60px !important
}

.margin-top-60 {
	margin-top: 60px !important
}

.margin-bottom-60 {
	margin-bottom: 60px !important
}

.margin-left-60 {
	margin-left: 60px !important
}

.margin-right-60 {
	margin-right: 60px !important
}

.padding-60 {
	padding: 60px !important
}

.padding-vertical-60 {
	padding-top: 60px !important;
	padding-bottom: 60px !important
}

.padding-horizontal-60 {
	padding-left: 60px !important;
	padding-right: 60px !important
}

.padding-top-60 {
	padding-top: 60px !important
}

.padding-bottom-60 {
	padding-bottom: 60px !important
}

.padding-left-60 {
	padding-left: 60px !important
}

.padding-right-60 {
	padding-right: 60px !important
}

.margin-65 {
	margin: 65px !important
}

.margin-vertical-65 {
	margin-top: 65px !important;
	margin-bottom: 65px !important
}

.margin-horizontal-65 {
	margin-left: 65px !important;
	margin-right: 65px !important
}

.margin-top-65 {
	margin-top: 65px !important
}

.margin-bottom-65 {
	margin-bottom: 65px !important
}

.margin-left-65 {
	margin-left: 65px !important
}

.margin-right-65 {
	margin-right: 65px !important
}

.padding-65 {
	padding: 65px !important
}

.padding-vertical-65 {
	padding-top: 65px !important;
	padding-bottom: 65px !important
}

.padding-horizontal-65 {
	padding-left: 65px !important;
	padding-right: 65px !important
}

.padding-top-65 {
	padding-top: 65px !important
}

.padding-bottom-65 {
	padding-bottom: 65px !important
}

.padding-left-65 {
	padding-left: 65px !important
}

.padding-right-65 {
	padding-right: 65px !important
}

.margin-70 {
	margin: 70px !important
}

.margin-vertical-70 {
	margin-top: 70px !important;
	margin-bottom: 70px !important
}

.margin-horizontal-70 {
	margin-left: 70px !important;
	margin-right: 70px !important
}

.margin-top-70 {
	margin-top: 70px !important
}

.margin-bottom-70 {
	margin-bottom: 70px !important
}

.margin-left-70 {
	margin-left: 70px !important
}

.margin-right-70 {
	margin-right: 70px !important
}

.padding-70 {
	padding: 70px !important
}

.padding-vertical-70 {
	padding-top: 70px !important;
	padding-bottom: 70px !important
}

.padding-horizontal-70 {
	padding-left: 70px !important;
	padding-right: 70px !important
}

.padding-top-70 {
	padding-top: 70px !important
}

.padding-bottom-70 {
	padding-bottom: 70px !important
}

.padding-left-70 {
	padding-left: 70px !important
}

.padding-right-70 {
	padding-right: 70px !important
}

.margin-75 {
	margin: 75px !important
}

.margin-vertical-75 {
	margin-top: 75px !important;
	margin-bottom: 75px !important
}

.margin-horizontal-75 {
	margin-left: 75px !important;
	margin-right: 75px !important
}

.margin-top-75 {
	margin-top: 75px !important
}

.margin-bottom-75 {
	margin-bottom: 75px !important
}

.margin-left-75 {
	margin-left: 75px !important
}

.margin-right-75 {
	margin-right: 75px !important
}

.padding-75 {
	padding: 75px !important
}

.padding-vertical-75 {
	padding-top: 75px !important;
	padding-bottom: 75px !important
}

.padding-horizontal-75 {
	padding-left: 75px !important;
	padding-right: 75px !important
}

.padding-top-75 {
	padding-top: 75px !important
}

.padding-bottom-75 {
	padding-bottom: 75px !important
}

.padding-left-75 {
	padding-left: 75px !important
}

.padding-right-75 {
	padding-right: 75px !important
}

.margin-80 {
	margin: 80px !important
}

.margin-vertical-80 {
	margin-top: 80px !important;
	margin-bottom: 80px !important
}

.margin-horizontal-80 {
	margin-left: 80px !important;
	margin-right: 80px !important
}

.margin-top-80 {
	margin-top: 80px !important
}

.margin-bottom-80 {
	margin-bottom: 80px !important
}

.margin-left-80 {
	margin-left: 80px !important
}

.margin-right-80 {
	margin-right: 80px !important
}

.padding-80 {
	padding: 80px !important
}

.padding-vertical-80 {
	padding-top: 80px !important;
	padding-bottom: 80px !important
}

.padding-horizontal-80 {
	padding-left: 80px !important;
	padding-right: 80px !important
}

.padding-top-80 {
	padding-top: 80px !important
}

.padding-bottom-80 {
	padding-bottom: 80px !important
}

.padding-left-80 {
	padding-left: 80px !important
}

.padding-right-80 {
	padding-right: 80px !important
}

.margin-85 {
	margin: 85px !important
}

.margin-vertical-85 {
	margin-top: 85px !important;
	margin-bottom: 85px !important
}

.margin-horizontal-85 {
	margin-left: 85px !important;
	margin-right: 85px !important
}

.margin-top-85 {
	margin-top: 85px !important
}

.margin-bottom-85 {
	margin-bottom: 85px !important
}

.margin-left-85 {
	margin-left: 85px !important
}

.margin-right-85 {
	margin-right: 85px !important
}

.padding-85 {
	padding: 85px !important
}

.padding-vertical-85 {
	padding-top: 85px !important;
	padding-bottom: 85px !important
}

.padding-horizontal-85 {
	padding-left: 85px !important;
	padding-right: 85px !important
}

.padding-top-85 {
	padding-top: 85px !important
}

.padding-bottom-85 {
	padding-bottom: 85px !important
}

.padding-left-85 {
	padding-left: 85px !important
}

.padding-right-85 {
	padding-right: 85px !important
}

.margin-90 {
	margin: 90px !important
}

.margin-vertical-90 {
	margin-top: 90px !important;
	margin-bottom: 90px !important
}

.margin-horizontal-90 {
	margin-left: 90px !important;
	margin-right: 90px !important
}

.margin-top-90 {
	margin-top: 90px !important
}

.margin-bottom-90 {
	margin-bottom: 90px !important
}

.margin-left-90 {
	margin-left: 90px !important
}

.margin-right-90 {
	margin-right: 90px !important
}

.padding-90 {
	padding: 90px !important
}

.padding-vertical-90 {
	padding-top: 90px !important;
	padding-bottom: 90px !important
}

.padding-horizontal-90 {
	padding-left: 90px !important;
	padding-right: 90px !important
}

.padding-top-90 {
	padding-top: 90px !important
}

.padding-bottom-90 {
	padding-bottom: 90px !important
}

.padding-left-90 {
	padding-left: 90px !important
}

.padding-right-90 {
	padding-right: 90px !important
}

.margin-95 {
	margin: 95px !important
}

.margin-vertical-95 {
	margin-top: 95px !important;
	margin-bottom: 95px !important
}

.margin-horizontal-95 {
	margin-left: 95px !important;
	margin-right: 95px !important
}

.margin-top-95 {
	margin-top: 95px !important
}

.margin-bottom-95 {
	margin-bottom: 95px !important
}

.margin-left-95 {
	margin-left: 95px !important
}

.margin-right-95 {
	margin-right: 95px !important
}

.padding-95 {
	padding: 95px !important
}

.padding-vertical-95 {
	padding-top: 95px !important;
	padding-bottom: 95px !important
}

.padding-horizontal-95 {
	padding-left: 95px !important;
	padding-right: 95px !important
}

.padding-top-95 {
	padding-top: 95px !important
}

.padding-bottom-95 {
	padding-bottom: 95px !important
}

.padding-left-95 {
	padding-left: 95px !important
}

.padding-right-95 {
	padding-right: 95px !important
}

.margin-100 {
	margin: 100px !important
}

.margin-vertical-100 {
	margin-top: 100px !important;
	margin-bottom: 100px !important
}

.margin-horizontal-100 {
	margin-left: 100px !important;
	margin-right: 100px !important
}

.margin-top-100 {
	margin-top: 100px !important
}

.margin-bottom-100 {
	margin-bottom: 100px !important
}

.margin-left-100 {
	margin-left: 100px !important
}

.margin-right-100 {
	margin-right: 100px !important
}

.padding-100 {
	padding: 100px !important
}

.padding-vertical-100 {
	padding-top: 100px !important;
	padding-bottom: 100px !important
}

.padding-horizontal-100 {
	padding-left: 100px !important;
	padding-right: 100px !important
}

.padding-top-100 {
	padding-top: 100px !important
}

.padding-bottom-100 {
	padding-bottom: 100px !important
}

.padding-left-100 {
	padding-left: 100px !important
}

.padding-right-100 {
	padding-right: 100px !important
}

.row.row-noGutter {
	margin-left: 0;
	margin-right: 0
}

.row.row-noGutter>div[class^="col"] {
	padding-right: 0;
	padding-left: 0
}

.row.row-12Gutter {
	margin-left: -6px;
	margin-right: -6px
}

.row.row-12Gutter>div[class^="col"] {
	padding-right: 6px;
	padding-left: 6px
}

.row.row-14Gutter {
	margin-left: -7px;
	margin-right: -7px
}

.row.row-14Gutter>div[class^="col"] {
	padding-right: 7px;
	padding-left: 7px
}

.row.row-8Gutter {
	margin-left: -4px;
	margin-right: -4px
}

.row.row-8Gutter>div[class^="col"] {
	padding-right: 4px;
	padding-left: 4px
}

.btn, input[type="submit"] {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	text-align: center;
	white-space: nowrap;
	outline: none !important;
	cursor: pointer;
	border: none;
	font-weight: 400;
	border-radius: 0;
	letter-spacing: 0;
	-webkit-transition: background-color 0.1s ease-in;
	-moz-transition: background-color 0.1s ease-in;
	-ms-transition: background-color 0.1s ease-in;
	-o-transition: background-color 0.1s ease-in;
	transition: background-color 0.1s ease-in;
	-webkit-border-radius: 0;
	border-radius: 0
}

.btn[disabled], input[disabled][type="submit"], .btn.disabled, input.disabled[type="submit"] {
	cursor: default;
	background-color: #E1E1E1
}

.btn.btn-primary, input.btn-primary[type="submit"] {
	background: #20549a;
	color: #FFF
}

.btn.btn-primary:hover, input.btn-primary[type="submit"]:hover {
	background: #8DC940
}

.btn.btn-circle, input.btn-circle[type="submit"] {
	border-radius: 50%;
	padding: 0
}

.btn.btn-large, input.btn-large[type="submit"] {
	height: 50px;
	line-height: 50px;
	padding: 0 74px
}

.btn.btn-small, input.btn-small[type="submit"] {
	height: 34px;
	line-height: 34px;
	padding: 0 32px;
	font-size: .85714em
}

.btn.btn-dark, input.btn-dark[type="submit"] {
	background: #2A2A2A;
	color: #FFF
}

.btn.btn-white, input.btn-white[type="submit"] {
	background: #FFF;
	color: #363636;
	border: 1px solid #E1E1E1;
	font-weight: 400
}

.btn.btn-white:hover, input.btn-white[type="submit"]:hover {
	background: #8DC940;
	color: #FFF
}

.btn.btn-gray, input.btn-gray[type="submit"] {
	background: #9E9E9E;
	color: #FFF
}

.btn.btn-gray:hover, input.btn-gray[type="submit"]:hover {
	background: #20549a
}

.btn.btn-gray a, input.btn-gray[type="submit"] a {
	color: #FFF
}

.btn.btn-full, input.btn-full[type="submit"] {
	display: block;
	width: 100%
}

.btn-link {
	line-height: 40px;
	color: #20549a
}

.btn-link:hover {
	text-decoration: underline
}

.ajax-load {
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	width: 100px;
	height: 100px;
	line-height: 100px;
	opacity: 0;
	visibility: hidden
}

.ajax-load.active {
	opacity: 1;
	visibility: visible;
	z-index: 9999
}

.awe-popup {
	position: fixed;
	z-index: 9999;
	top: 0;
	height: 0;
	width: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out
}

.awe-popup .overlay {
	background-color: rgba(33, 33, 33, .8);
	color: rgba(0, 0, 0, .4);
	position: fixed;
	top: 0 !important;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 0
}

.awe-popup .content {
	position: relative;
	max-width: 1140px;
	min-width: 1140px;
	padding: 25px 28px;
	max-height: 0;
	text-align: left;
	opacity: 0;
	margin: 0 auto;
	overflow: hidden;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	background: #FFF
}

.awe-popup.active {
	visibility: visible;
	opacity: 1;
	top: 0 !important;
	height: auto;
	width: auto
}

.awe-popup.active .content {
	max-height: calc(100% - 60px);
	opacity: 1;
	background: transparent;
	padding: 0
}

.awe-popup.active .content .info {
	background: #FFF;
	min-width: 500px
}

.awe-popup.active .overlay {
	width: 100%;
	height: 100%
}

.close-window {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 25px;
	height: 25px;
	cursor: pointer;
	z-index: 8040;
	color: #FFF;
	text-align: center;
	line-height: 25px;
	border-radius: 50%
}

.close-window .fa {
	display: block;
	font-size: 1.42857em;
	line-height: 25px;
	color: #20549a
}

.awe-popup.loading {
	z-index: 9998
}

.awe-popup.loading .loader {
	left: 50%;
	position: fixed;
	top: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out
}

.awe-popup.loaded-content .loader {
	display: none
}

.awe-popup.addcart-popup .content {
	min-width: auto
}

.product-popup .product-image {
	float: left;
	margin: 0 20px 0 0
}

.product-popup .product-info {
	overflow: hidden;
	position: relative
}

.product-popup .product-info p {
	margin-bottom: 0;
	line-height: 24px
}

.product-popup .popup-title {
	padding-left: 15px;
	border-radius: 0
}

.product-popup .popup-title i {
	margin-right: 5px
}

.product-popup .product-name {
	color: #20549a
}

.product-popup .product-info p.total-money {
	margin-bottom: 15px
}

.product-popup h3, .product-popup .h3 {
	color: #52B249;
	margin-bottom: 25px
}

.product-popup h3 .fa, .product-popup .h3 .fa {
	margin-right: 4px
}

.product-popup .pop-right h3, .product-popup .pop-right .h3 {
	color: #333
}

.pop-right {
	background: #F9F9F9
}

.awe-popup.product-popup.active .content {
	max-height: calc(100% - 60px);
	opacity: 1;
	padding: 0
}

@media (max-width:1199px) {
	.awe-popup .content {
		max-width: 700px;
		min-width: auto
	}
}

@media (max-width:543px) {
	.product-popup .product-image {
		width: 120px;
		height: 120px
	}

	.product-popup .product-image img {
		max-width: 120px !important
	}

	.awe-popup.product-popup.active .content {
		max-height: calc(100% - 60px);
		opacity: 1;
		margin: 0 20px
	}

	.addcart-popup .col-xl-6 {
		padding: 0 !important
	}

	.product-popup h3, .product-popup .h3 {
		font-size: 1.28571em;
		margin-bottom: 0
	}
}

.swatch {
	margin: 1em 0
}

.swatch .header {
	margin: .1em 0;
	text-align: left;
	float: left;
	min-width: 100px;
	font-weight: 700
}

.swatch input {
	display: none
}

.swatch label {
	float: left;
	min-width: 26px !important;
	height: 26px !important;
	margin: 0;
	border: #E4E4E4 2px solid;
	background-color: #FFF;
	font-size: .92857em;
	text-align: center;
	line-height: 26px;
	white-space: nowrap;
	text-transform: uppercase;
	padding: 0
}

.swatch-element label {
	padding: 0 5px
}

.color.swatch-element label {
	padding: 0
}

.swatch input:checked+label {
	background: #F94E3F;
	border-color: #F94E3F;
	color: #FFF
}

.swatch .color input+label {
	border: 0 none !important
}

.swatch .color input:checked+label {
	position: relative
}

.swatch .color input:checked+label:after {
	content: "\f00c";
	font-family: FontAwesome, sans-serif
}

.swatch .swatch-element {
	float: left;
	-webkit-transform: translateZ(0);
	-webkit-font-smoothing: antialiased;
	margin: 0 10px 10px 0;
	position: relative
}

.swatch .swatch-element.color .tim {
	background-color: #DB23B6
}

.swatch .swatch-element.color .xanh {
	background-color: #0554FF
}

.swatch .swatch-element.color .vang {
	background-color: #E6FA0A
}

.swatch .swatch-element.color .nau {
	background-color: #594F4F
}

.swatch .swatch-element.color .do {
	background-color: #F20808
}

.swatch .swatch-element.color .cam {
	background-color: #FC9905
}

.swatch .swatch-element.color .xam {
	background-color: #615A5A
}

.swatch .swatch-element.color .xanh-nuoc-bien {
	background-color: #3A40FA
}

.swatch .swatch-element.color .xanh-la-cay {
	background-color: #00FF15
}

.swatch .swatch-element.color .hong {
	background-color: #FF00D5
}

.crossed-out {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0
}

#quick-view-product .swatch {
	display: none !important
}

.swatch .swatch-element .crossed-out {
	display: none
}

.swatch .swatch-element.soldout .crossed-out {
	display: block
}

.swatch .swatch-element.soldout label {
	filter: alpha(opacity=60);
	-khtml-opacity: .6;
	-moz-opacity: .6;
	opacity: .6
}

.swatch .tooltip {
	text-align: center;
	background: gray;
	color: #FFF;
	bottom: 100%;
	padding: 10px;
	display: block;
	position: absolute;
	width: 100px;
	left: -35px;
	margin-bottom: 15px;
	filter: alpha(opacity=0);
	-khtml-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, .28);
	-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, .28);
	-ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, .28);
	-o-box-shadow: 2px 2px 6px rgba(0, 0, 0, .28);
	box-shadow: 2px 2px 6px rgba(0, 0, 0, .28);
	z-index: 10000;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.swatch .tooltip:before {
	bottom: -20px;
	content: " ";
	display: block;
	height: 20px;
	left: 0;
	position: absolute;
	width: 100%
}

.swatch .tooltip:after {
	border-left: solid transparent 10px;
	border-right: solid transparent 10px;
	border-top: solid gray 10px;
	bottom: -10px;
	content: " ";
	height: 0;
	left: 50%;
	margin-left: -13px;
	position: absolute;
	width: 0
}

.swatch .swatch-element:hover .tooltip {
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}

.swatch.error {
	background-color: #E8D2D2 !important;
	color: #333333 !important;
	padding: 1em;
	border-radius: 5px
}

.swatch.error p {
	margin: .7em 0
}

.swatch.error p:first-child {
	margin-top: 0
}

.swatch.error p:last-child {
	margin-bottom: 0
}

.swatch.error code {
	font-family: monospace
}

.owl-theme .owl-nav {
	margin-top: 0
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
	top: 50%;
	position: absolute;
	text-decoration: none;
	width: 26px;
	height: 26px;
	margin-top: -13px;
	padding: 0;
	background: transparent !important;
	outline: none;
	text-indent: 1010%;
	border-radius: 0;
	white-space: nowrap;
	margin-right: 0;
	margin-left: 0
}

.owl-carousel .owl-nav .owl-prev:hover:before, .owl-carousel .owl-nav .owl-prev:hover:after, .owl-carousel .owl-nav .owl-next:hover:before, .owl-carousel .owl-nav .owl-next:hover:after {
	color: #20549a;
	border-color: #20549a
}

.owl-carousel .owl-nav .owl-prev:before, .owl-carousel .owl-nav .owl-next:before {
	font-family: "FontAwesome", sans-serif;
	text-indent: 0;
	position: absolute;
	left: 0;
	width: 26px;
	height: 26px;
	text-align: center;
	line-height: 23.5px;
	font-size: 16px;
	background: #F5F5F5;
	color: #929292;
	border: 1px solid #E1E1E1
}

.owl-carousel .owl-nav .owl-prev {
	left: 0
}

.owl-carousel .owl-nav .owl-prev:before {
	padding-right: 1px
}

.owl-carousel .owl-nav .owl-prev:before {
	content: "\f104"
}

.owl-carousel .owl-nav .owl-next {
	right: 0
}

.owl-carousel .owl-nav .owl-next:before {
	padding-left: 1px
}

.owl-carousel .owl-nav .owl-next:before {
	content: "\f105"
}

.owl-carousel .owl-nav .disabled {
	opacity: .5;
	cursor: default
}

@media (max-width:768px) {
	.owl-carousel .owl-nav .owl-prev:before, .owl-carousel .owl-nav .owl-next:before {
		font-size: 14px
	}

	.owl-carousel .owl-nav .owl-prev {
		left: 0
	}

	.owl-carousel .owl-nav .owl-next {
		right: 0
	}
}

.owl-carousel .owl-dots {
	display: block;
	margin-top: 10px;
	text-align: center;
	bottom: 10px;
	width: 100%
}

.owl-carousel .owl-dots .owl-dot {
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	margin: 0 3px
}

.owl-carousel .owl-dots .owl-dot span {
	margin: 0;
	width: 8px;
	height: 8px;
	background: transparent;
	border: 1px solid #9C9C9C
}

.owl-carousel .owl-dots .owl-dot.active span {
	background: transparent;
	border: 1px solid #20549a
}

.owl-carousel-inset .owl-nav .owl-prev {
	left: 0
}

.owl-carousel-inset .owl-nav .owl-next {
	right: 0
}

.owl-carousel-inset .owl-dots {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 25px
}

.owl-carousel-inset .owl-prev, .owl-carousel-inset .owl-next {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.owl-carousel-inset:hover .owl-prev, .owl-carousel-inset:hover .owl-next {
	opacity: 1;
	visibility: visible
}

.owl-carousel-inset:hover .owl-prev.disabled, .owl-carousel-inset:hover .owl-next.disabled {
	opacity: .5
}

.owl-carousel-inset:hover .owl-nav .owl-prev {
	left: 25px
}

.owl-carousel-inset:hover .owl-nav .owl-next {
	right: 25px
}

.owl-carousel .owl-item img {
	width: auto
}

.owl-carousel.bg-white .owl-nav .owl-next:before {
	background: #FFF
}

.owl-carousel.bg-white .owl-nav .owl-prev:before {
	background: #FFF
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	border: 1px solid #20549a
}

.fix-owl-image.owl-carousel .owl-nav .owl-prev {
	top: calc(50% - 100px)
}

.fix-owl-image.owl-carousel .owl-nav .owl-next {
	top: calc(50% - 100px)
}

.top-right-owl.owl-carousel .owl-nav .owl-next {
	right: 8px;
	top: -49px
}

.top-right-owl.owl-carousel .owl-nav .owl-prev {
	left: auto;
	right: 40px;
	top: -49px
}

.tab-wrap .tabs-title {
	*zoom: 1;
	display: inline-block;
	position: relative;
	z-index: 9;
	margin: 0 0 26px
}

.tab-wrap .tabs-title:after {
	content: "";
	display: table;
	clear: both
}

.tab-wrap .tabs-title li {
	font-size: 2.2rem;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	line-height: 40px;
	float: left
}

.tab-wrap .tabs-title li:before {
	content: "|";
	padding: 0 16px;
	color: #1C1C1C
}

.tab-wrap .tabs-title li:first-child:before {
	display: none
}

.tab-wrap .tabs-title li.current {
	color: #212121
}

.tab-wrap .tab-content {
	position: relative
}

ul.tabs li {
	background: none;
	display: inline-block;
	cursor: pointer
}

ul.tabs li.current {
	color: #000
}

.tab-content {}

.tab-content.current {
	opacity: 1;
	visibility: visible;
	height: auto;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out
}

.accordion .nav-item .tab-pane {
	opacity: 0;
	visibility: hidden;
	height: 0;
	overflow: hidden
}

.accordion .nav-item.active .tab-pane {
	opacity: 1;
	visibility: visible;
	height: auto;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out
}

#quickview button.btn.btn-close.btn-default {
	position: absolute;
	right: -20px;
	top: -20px;
	width: 40px;
	font-size: 20px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	background: #000;
	color: #FFF;
	padding: 0
}

#quickview .modal-body {
	position: relative;
	padding: 30px
}

#quickview .modal-dialog {
	width: 910px;
	border-radius: 0
}

#quickview .status {
	font-size: 1.07143em;
	margin-bottom: 30px;
	font-weight: 400
}

#quickview .inventory {
	display: inline-block;
	line-height: 24px;
	padding: 0 10px;
	color: #FFF;
	background: #20549a
}

#quickview .selector-wrapper select {
	height: 40px
}

#quickview .info-other {
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #EBEBEB
}

#quickview .info-other p {
	margin-bottom: 0
}

#quickview span.discount {
	color: #FCA901
}

#quickview .product-price {
	font-size: 2.14286em;
	display: inline-block
}

#quickview .price-box {
	margin: 10px 0 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #EBEBEB
}

#quickview .price-box .special-price span {
	color: #FCA901
}

#quickview .price-box .old-price {
	display: block;
	color: #ADADAD;
	font-size: 1.07143em;
	margin-top: 7px;
	clear: left
}

#quickview .product-description.rte {
	padding-bottom: 15px
}

#quickview #thumbnail_quickview {
	opacity: 0;
	visibility: hidden;
	height: 0
}

#quickview #thumbnail_quickview.op1 {
	opacity: 1;
	visibility: visible;
	height: auto
}

#quickview #thumbnail_quickview .item {
	border: 1px solid #EBEBEB
}

#quickview .image {
	border: 1px solid #EBEBEB
}

#quickview .rte img {
	display: none
}

#quickview .quantity_wanted_p {
	margin-top: 15px
}

#quickview .quantity_wanted_p label {
	display: inline-block;
	line-height: 45px
}

#quickview .quantity_wanted_p input {
	margin: 0 5px;
	height: 40px;
	padding: 0;
	width: 40px;
	display: inline-block;
	border-radius: 3px
}

#quickview .quantity_wanted_p .btn, #quickview .quantity_wanted_p input[type="submit"] {
	font-size: 20px;
	padding: 0 45px;
	border-radius: 3px;
	display: inline-block;
	transform: translateY(-1px);
	-webkit-transform: translateY(-1px);
	-moz-transform: translateY(-1px)
}

#quickview .swatch {
	display: none
}

#quickview .hasswatch .swatch {
	display: block
}

#quickview .hasswatch .selector-wrapper {
	display: none
}

.filter-container {
	margin-bottom: 30px
}

.filter-group {
	margin-bottom: 20px
}

.filter-group ul {
	max-height: 246px;
	overflow-y: auto
}

.filter-group ul::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #DDD
}

.filter-group ul::-webkit-scrollbar {
	width: 10px;
	border-radius: 10px;
	background-color: #DDD
}

.filter-group ul::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #A6A6A6
}

.filter-group-title {
	display: block;
	font-size: 1.28571em;
	margin-bottom: 10px
}

.filter-item {
	margin: 0;
	cursor: pointer;
	line-height: 2.5em;
	min-width: 100%;
	float: left;
	padding-right: 8px
}

.filter-item * {
	color: #6F6F6F;
	cursor: pointer;
	font-size: 1em;
	font-weight: 400
}

.filter-item.color {
	min-width: 20px
}

.filter-item.color a, .filter-item.color label {
	width: 100%;
	height: 100%;
	display: inline-block;
	font-size: 0
}

.filter-item.color .fa {
	width: 20px;
	height: 20px;
	background: red;
	border-radius: 50%;
	position: relative
}

.filter-item.color .fa:before {
	display: none
}

.filter-item.color .fa.trang:hover:before {
	display: block;
	content: "";
	width: 26px;
	height: 26px;
	position: absolute;
	left: -4px;
	top: -4px;
	border: 1px solid #E2E2E2;
	border-radius: 50%
}

.filter-item.color .fa:hover:before {
	display: block;
	content: "";
	width: 26px;
	height: 26px;
	position: absolute;
	left: -3px;
	top: -3px;
	border: 1px solid #E2E2E2;
	border-radius: 50%
}

.filter-item.color input:checked+.fa:before {
	display: block;
	content: "";
	width: 26px;
	height: 26px;
	position: absolute;
	left: -3px;
	top: -3px;
	border: 1px solid #E2E2E2;
	border-radius: 50%
}

.filter-item.color input:checked+.fa.trang:before {
	display: block;
	content: "";
	width: 26px;
	height: 26px;
	position: absolute;
	left: -4px;
	top: -4px;
	border: 1px solid #E2E2E2;
	border-radius: 50%
}

.filter-item--green *:hover {
	color: #20549a
}

.filter-item--half {
	display: inline-block;
	width: 48%;
	white-space: nowrap;
	overflow: hidden;
	margin-right: 3px
}

.filter-item--check-box input {
	display: none
}

.filter-item--check-box .fa {
	margin-right: 5px;
	width: 14px
}

.filter-item--check-box input+.fa:before {
	content: "\f096"
}

.filter-item--check-box input:checked+.fa:before {
	content: "\f14a";
	color: #20549a
}

#sort-by {
	float: right;
	font-size: 12px;
	text-align: left
}

#sort-by .button-asc, #sort-by .button-desc {
	background-color: #F8F8F8;
	box-shadow: none;
	float: right;
	height: 30px;
	line-height: 28px;
	margin-left: 5px;
	text-align: center;
	width: 30px
}

#sort-by label {
	float: left;
	line-height: 30px;
	font-size: 14px;
	margin-right: 6px;
	margin-bottom: 0;
	font-weight: 400
}

#sort-by ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	float: right
}

#sort-by a:link, #sort-by a:visited {
	color: #333;
	text-decoration: none
}

#sort-by>ul>li {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-repeat: no-repeat;
	background-position: right 10px center;
	padding-right: 28px;
	text-indent: .01px;
	cursor: pointer;
	line-height: 28px;
	width: 151px
}

#sort-by li {
	background: none repeat scroll 0 0 #FFF;
	cursor: pointer;
	margin: 0 auto;
	outline: medium none;
	padding: 0 10px;
	position: relative;
	width: 240px;
	float: left;
	color: #333;
	border: 1px solid #EBEBEB;
	font-size: 14px
}

#sort-by li>a {
	display: inline-block;
	width: 100%;
	line-height: 36px
}

#sort-by li li {
	width: 100%;
	margin-top: 0;
	border-top: none;
	border-right: none;
	border-left: none
}

#sort-by li li a:hover {
	color: #007FB8
}

#sort-by li:hover {
	background-color: #FFF
}

#sort-by li li:hover {
	background-color: #FFF;
	color: #007FB8
}

#sort-by ul ul {
	position: absolute;
	display: none;
	left: -1px;
	top: 28px;
	background: none repeat scroll 0 0 #F8F8F8;
	z-index: 10000;
	border-top: none;
	border: 1px #F0F0F0 solid
}

#sort-by ul ul ul {
	position: absolute;
	left: 100%;
	top: -2px;
	border: solid 1px transparent
}

#sort-by li:hover>ul {
	display: block
}

.filter-container__selected-filter {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #EEE
}

.filter-container__selected-filter-header {
	margin-bottom: 5px
}

.filter-container__selected-filter-header-title {
	font-size: 18px;
	font-weight: 700;
	color: #20549a
}

.filter-container__clear-all {
	float: right;
	color: #333;
	margin-top: 3px
}

.filter-container__selected-filter-item {
	padding: 6px 0
}

.filter-container__selected-filter-item>a {
	color: #333;
	font-size: .92857em
}

.filter-container__selected-filter-item .fa {
	margin-right: 10px;
	color: #F44336
}

.filter-container__selected-filter-list ul {
	margin-bottom: 15px
}

#popup-cart-desktop {
	width: 700px;
	background: #FFF;
	float: none;
	margin: 0 auto;
	padding: 20px;
	position: relative
}

#popup-cart-desktop .title-popup-cart {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 300;
	padding-right: 15px
}

#popup-cart-desktop .title-popup-cart i {
	color: #20549a
}

#popup-cart-desktop .title-quantity-popup {
	font-size: 17px;
	margin-bottom: 10px;
	cursor: pointer
}

#popup-cart-desktop .title-quantity-popup .fa-shopping-cart {
	color: #20549a;
	font-size: 25px
}

#popup-cart-desktop .title-quantity-popup .fa-caret-right {
	font-size: 14px
}

#popup-cart-desktop .content-popup-cart .thead-popup {
	background: #F7F7F7;
	float: left;
	width: 100%;
	clear: both
}

#popup-cart-desktop .content-popup-cart .thead-popup>div {
	float: left;
	padding: 6px 10px;
	text-transform: uppercase;
	font-size: 13px;
	border-left: 2px solid #FFF
}

#popup-cart-desktop .content-popup-cart .thead-popup>div:first-child {
	border-left: none
}

#popup-cart-desktop .content-popup-cart .tbody-popup {
	width: 100%;
	float: left;
	clear: both;
	max-height: 280px;
	overflow-x: auto;
	border: 1px solid #DDD;
	border-top: none
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup {
	width: 100%;
	float: left;
	clear: both;
	border-bottom: 1px dotted #DDD
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup>div {
	float: left
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-image {
	padding: 10px;
	float: left
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-image img {
	border: 1px solid #D2D2D2
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info {
	padding: 10px 0
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info .item-name a {
	display: block;
	margin-bottom: 5px;
	font-weight: 700
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info .item-name a:hover {
	color: #20549a
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info .variant-title-popup {
	font-size: 13px;
	margin-bottom: 5px;
	color: #333
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info .item-remove a {
	font-size: 13px;
	color: #888
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-price {
	padding: 10px
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-price span {
	display: block
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-price .price {
	color: #333;
	font-size: 12px;
	font-weight: 500
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-price .compare-price {
	color: #333;
	font-size: 12px;
	text-decoration: line-through;
	font-weight: 500
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-price .compare-divide {
	font-size: 12px;
	color: #D71515
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .items-count {
	border: 1px solid #DDD;
	outline: none;
	background: #FFF;
	height: 24px;
	margin-top: 10px;
	width: 23px;
	text-align: center;
	vertical-align: top;
	padding: 0
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .number-sidebar {
	border: 1px solid #DDD;
	height: 24px;
	margin-left: -1px;
	text-align: center;
	width: 24px;
	vertical-align: top;
	margin-right: -1px;
	margin-top: 10px;
	display: inline-block;
	min-height: 24px;
	padding: 0
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .cart-price {
	display: block;
	font-weight: 500;
	padding: 10px
}

#popup-cart-desktop .content-popup-cart .tfoot-popup {
	width: 100%;
	float: left;
	clear: both
}

#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 {
	padding: 10px
}

#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-ship {
	font-size: 13px;
	width: 320px
}

#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-ship img {
	float: left;
	margin-right: 10px
}

#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-ship p {
	line-height: 20px
}

#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-total p {
	font-size: 15px;
	font-weight: 700;
	padding: 15px 0;
	padding-bottom: 0
}

#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-total p .total-price {
	color: #20549a
}

#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-2 a {
	cursor: pointer
}

#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-2 .button.btn-continue {
	margin: 10px;
	background: transparent;
	font-size: 13px;
	float: left;
	border: none;
	outline: none;
	color: #20549a
}

#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-2 .button.btn-proceed-checkout {
	background: #20549a;
	font-size: 15px;
	float: right;
	display: block;
	margin-right: 15px;
	padding: 6px 10px;
	border-radius: 5px;
	color: #FFF;
	margin-bottom: 10px
}

.fancybox-skin {
	background: #FFFFFF !important
}

.modal-content {
	border: none;
	box-shadow: none;
	border-radius: .5rem;
	position: relative;
	background-color: #FFF;
	background-clip: padding-box;
	outline: 0
}

.modal-header {
	background-color: #FBBF22;
	color: #FFF;
	padding: 15px;
	border-bottom: 1px solid #E5E5E5;
	min-height: 16.42857143px
}

.modal-body {
	position: relative;
	padding: 15px
}

.modal-header .close {
	margin-top: -2px
}

button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none
}

.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #FFF;
	opacity: .2;
	filter: alpha(opacity=20)
}

.modal-header .modal-title {
	padding-left: 6rem;
	position: relative;
	min-height: 44px;
	font-weight: 400;
	font-size: 18px;
	line-height: normal;
	margin: 0
}

.modal-header .modal-title span {
	width: 44px;
	height: 44px;
	border-radius: 100%;
	font-size: 23px;
	text-align: center;
	line-height: 44px;
	color: #FBBF22;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	background-color: #FFF
}

.media:first-child {
	margin-top: 0
}

.btn-outline-red {
	background: #FFF;
	color: #C63829 !important;
	font-size: 17px;
	line-height: normal;
	padding: 10px 15px;
	border-radius: .5rem;
	border: 1px solid #C63829;
	text-align: center;
	margin-top: 1.5rem
}

.btn-red {
	background: #20549a;
	color: #FFFFFF !important;
	font-size: 17px;
	line-height: normal;
	padding: 10px 15px;
	border-radius: .5rem;
	border: none;
	text-align: center;
	margin-top: 1.5rem
}

.media .media-left {
	padding-right: 1em
}

.media-left, .media-right, .media-body {
	display: table-cell;
	vertical-align: top
}

.media .thumb-1x1 {
	width: 7.7rem
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	background: none
}

.suntory-alo-phone {
	top: auto !important;
	background-color: transparent;
	cursor: pointer;
	height: 40px;
	position: fixed;
	transition: visibility 0.5s ease 0s;
	width: 40px;
	z-index: 100 !important;
	display: none;
	left: 20px;
	bottom: calc(50% - 20px)
}

@media (max-width:1200px) {
	.suntory-alo-phone {
		display: block !important
	}
}

.suntory-alo-phone.top-left {
	bottom: auto !important;
	top: 10px !important
}

.suntory-alo-phone.top-right {
	left: auto !important;
	right: 10px !important;
	bottom: auto !important;
	top: 10px !important
}

.suntory-alo-phone.center-right {
	left: auto !important;
	right: 10px !important
}

.suntory-alo-phone.bottom-left {
	bottom: 82px !important;
	z-index: 199
}

@media (max-width:767px) {
	.suntory-alo-phone.bottom-left {
		bottom: 88px !important
	}
}

.suntory-alo-phone.bottom-right {
	left: auto !important;
	right: 10px !important;
	bottom: 10px !important
}

.suntory-alo-ph-circle {
	animation: 1.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim;
	background-color: transparent;
	border: 2px solid rgba(30, 30, 30, .4);
	border-radius: 100%;
	height: 100px;
	left: 0;
	opacity: .1;
	position: absolute;
	top: 0;
	transform-origin: 50% 50% 0;
	transition: all 0.5s ease 0s;
	width: 100px;
	display: none
}

.suntory-alo-ph-circle-fill {
	animation: 2.3s ease-in-out 0s normal none infinite running suntory-alo-circle-fill-anim;
	border: 2px solid transparent;
	border-radius: 100%;
	height: 70px;
	left: 15px;
	position: absolute;
	top: 15px;
	transform-origin: 50% 50% 0;
	transition: all 0.5s ease 0s;
	width: 70px
}

.suntory-alo-ph-img-circle {
	border: 2px solid transparent;
	border-radius: 100%;
	height: 40px;
	text-align: center;
	transform-origin: 50% 50% 0;
	width: 40px
}

.suntory-alo-phone.suntory-alo-hover, .suntory-alo-phone:hover {
	opacity: 1
}

.suntory-alo-phone.suntory-alo-active .suntory-alo-ph-circle {
	animation: 1.1s ease-in-out 0s normal none infinite running suntory-alo-circle-anim !important
}

.suntory-alo-phone.suntory-alo-static .suntory-alo-ph-circle {
	animation: 2.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim !important
}

.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-circle, .suntory-alo-phone:hover .suntory-alo-ph-circle {
	border-color: #00AFF2;
	opacity: .5
}

.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-circle, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle {
	border-color: red;
	opacity: 1
}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle {
	border-color: #20549a;
	opacity: 1
}

.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-circle-fill, .suntory-alo-phone:hover .suntory-alo-ph-circle-fill {
	background-color: rgba(0, 175, 242, .9)
}

.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-circle-fill, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle-fill {
	background-color: red
}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle-fill {
	background-color: #F56A15
}

.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-img-circle, .suntory-alo-phone:hover .suntory-alo-ph-img-circle {
	background-color: #00AFF2
}

.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-img-circle, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-img-circle {
	background-color: red
}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-img-circle {
	background-color: #20549a
}

@keyframes suntory-alo-circle-anim {
	0% {
		opacity: .1;
		transform: rotate(0deg) scale(.5) skew(1deg)
	}

	30% {
		opacity: .5;
		transform: rotate(0deg) scale(.7) skew(1deg)
	}

	100% {
		opacity: .6;
		transform: rotate(0deg) scale(1) skew(1deg)
	}
}

@keyframes suntory-alo-circle-img-anim {
	0% {
		transform: rotate(0deg) scale(1) skew(1deg)
	}

	10% {
		transform: rotate(-25deg) scale(1) skew(1deg)
	}

	20% {
		transform: rotate(25deg) scale(1) skew(1deg)
	}

	30% {
		transform: rotate(-25deg) scale(1) skew(1deg)
	}

	40% {
		transform: rotate(25deg) scale(1) skew(1deg)
	}

	50% {
		transform: rotate(0deg) scale(1) skew(1deg)
	}

	100% {
		transform: rotate(0deg) scale(1) skew(1deg)
	}
}

@keyframes suntory-alo-circle-fill-anim {
	0% {
		opacity: .2;
		transform: rotate(0deg) scale(.7) skew(1deg)
	}

	50% {
		opacity: .2;
		transform: rotate(0deg) scale(1) skew(1deg)
	}

	100% {
		opacity: .2;
		transform: rotate(0deg) scale(.7) skew(1deg)
	}
}

.suntory-alo-ph-img-circle i {
	animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
	font-size: 18px;
	line-height: 36px;
	padding-left: 1px;
	color: #FFF
}

body {
	background: #FFF
}

.awe-section-1 {
	margin-bottom: 0
}

.awe-section-2 {
	margin-bottom: 30px
}

.awe-section-3 {
	margin-bottom: 10px
}

.awe-section-4 {
	margin-bottom: 10px
}

.awe-section-5 {
	margin-bottom: 10px
}

.awe-section-6 {
	margin-bottom: 10px
}

.awe-section-7 {
	margin-bottom: 10px
}

.awe-section-8 {
	margin-bottom: 10px
}

.awe-section-9 {
	margin-bottom: 20px
}

.title-head {
	font-size: 2.14286em;
	color: #333;
	font-weight: 400;
	text-decoration: none;
	/* position:relative */
	ive */;
}

.title-head a {
	color: #333
}

.title-head a:hover {
	color: #20549a
}

.box-heading .title-head {
	display: inline-block;
	padding-right: 10px;
	margin-top: 0;
	margin-bottom: 30px
}

.subtitle-head {
	font-size: 1.28571em;
	color: #333;
	margin: 20px 0
}

.product-box {
	text-align: left;
	background: none;
	position: relative;
	margin-bottom: 20px;
}

.product-box:before {
	/* content:""; */
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.product-box .product-thumbnail {
	text-align: center;
	padding: 5px;
	/* background: #e0f3ea6b; */
}

.product-box .product-thumbnail a {
	display: inline-block
}

.product-box .product-thumbnail a img {
	max-width: 100%;
	width: auto;
	max-height: 100%
}

.product-box .product-thumbnail.flexbox-grid>a {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	height: 300px;
	text-align: center;
}

@media (max-width:1199px) {
	.product-box .product-thumbnail.flexbox-grid>a {
		height: 200px
	}
}

@media (max-width:991px) {
	.product-box .product-thumbnail.flexbox-grid>a {
		height: 200px
	}
}

@media (max-width:767px) {
	.product-box .product-thumbnail.flexbox-grid>a {
		height: 200px
	}
}

@media (max-width:543px) {
	.product-box .product-thumbnail.flexbox-grid>a {
		height: 186px
	}
}

@media (max-width:320px) {
	.product-box .product-thumbnail.flexbox-grid>a {
		height: 130px
	}
}

.product-box .product-thumbnail.flexbox-grid a img {
	max-width: 100% !important;
	width: auto;
	max-height: 100%;
}

.product-box .product-info {
	z-index: 10;
	position: relative;
	padding: 15px 10px
}

.product-box .product-action {
	display: block;
	right: 22px;
	z-index: 10;
	float: right;
	position: relative;
}

.product-box .product-action {}

.product-box .product-action form {
	display: inline-block;
	background: #FFF
}

.product-box .product-action form i.fa.fa-eye {
	font-size: 16px
}

.product-box .product-action form i.fa.fa-shopping-bag {
	font-size: 16px;
	padding-left: 14px;
}

.product-box .product-action form .btn {
	width: auto;
	padding: 0 15px;
	text-align: center;
	background: #f50000;
	color: #ffffff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	float: left;
	position: relative;
}

.product-box .product-action form .btn:last-child:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 1px;
	height: 20px;
	background: #EDEDED
}

.product-box .product-action form .btn:hover {
	color: #ffffff;
}

.product-box .product-action .quick-view {
	padding: 0;
	text-align: center;
	width: 44px
}

.product-box .sale-flash {
	position: absolute;
	font-size: 1em;
	color: #FFF;
	font-weight: 400;
	padding: 0 12px 0 8px;
	line-height: 25px;
	text-align: center;
	top: 20px;
	left: -1px;
	z-index: 10;
	background-color: #e90710;
}

.product-box .product-name {
	font-size: 1.07143em;
	line-height: 24px;
	margin-top: 0;
	color: #1C1C1C;
	font-weight: 400
}

.product-box .product-name a {
	color: #333;
	text-decoration: none
}

.product-box .product-name a:hover {
	color: #20549a
}

.product-box .tag-info span.title {
	color: #898989
}

.product-box .price-box {
	margin-top: 10px
}

.product-box .price-box>div {
	display: inline-block
}

.product-box .price-box .special-price {
	color: #898989
}

.product-box .price-box .special-price span {
	display: inline;
	color: #fe0505;
}

.product-box .product-price {
	color: #FE9705;
	font-size: 1.07143em;
	line-height: 1.71429em;
	display: block;
	font-weight: 600
}

.product-box .product-price-old {
	text-decoration: line-through;
	font-size: 1.07143em;
	margin: 0 0 0 10px;
	display: inline-block;
	color: #ADADAD
}

.product-box .product-summary {
	font-size: 1em;
	color: #ACACAC;
	line-height: 20px
}

.product-box form {
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1)
}

.product-box:hover .product-thumbnail:before {
	/* content:""; */
	background: rgba(255, 255, 255, .7);
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}

.product-box:hover .product-action {
	display: block
}

.product-price {
	color: #323C3F;
	font-size: 1.42857em;
	line-height: 24px;
	display: block;
	font-weight: 700
}

.products-view-list .product-box {
	padding: 25px 0;
	margin-bottom: 0;
	border-bottom: 1px solid #EBEBEB
}

.products-view-list .product-box .product-thumbnail {
	text-align: center;
	margin-bottom: 0;
	width: calc(100% / 3);
	float: left
}

.products-view-list .product-box .product-info {
	padding: 0;
	text-align: left;
	margin-left: 30px;
	float: left;
	width: calc(100% / 3 * 2 - 30px);
	background: transparent;
	border-top: none;
	padding-bottom: 15px
}

.products-view-list .product-box .tag-info>div {
	display: inline-block;
	margin-right: 20px
}

.products-view-list .product-box form {
	margin-bottom: 0
}

.product-mini-item {
	padding: 20px 0;
	border-bottom: 1px solid #EBEBEB
}

.product-mini-item .price {
	display: inline-block
}

.product-mini-item .product-img {
	width: 80px;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	float: left;
	overflow: hidden;
	background: #FFF
}

.product-mini-item .product-img .btn {
	display: none !important;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .7);
	border: 2px solid #20549a;
	color: #20549a;
	font-size: 18px;
	line-height: 78px
}

.product-mini-item .product-info {
	width: calc(100% - 100px);
	float: right
}

.product-mini-item .product-info .price-box {
	border: none
}

.product-mini-item .product-info h3 {
	margin-top: 0;
	font-size: 1.07143em;
	font-weight: 400;
	margin-bottom: 4px
}

.product-mini-item .product-info h3 a {
	color: #464646
}

.product-mini-item .product-info h3 a:hover {
	color: #20549a
}

.product-mini-item .product-price {
	font-weight: 500;
	font-size: 1.07143em;
	color: #ff0000;
}

.product-mini-item .sale-price {
	font-size: 12px;
	color: #959595
}

.product-mini-item:hover .product-img .btn {
	display: block !important
}

.row.row-noGutter:last-child>.col-sm-12>.product-mini-item {
	border: none;
	padding-bottom: 10px
}

.bread-crumb {
	background-color: #EFEFEF;
	background-position: center;
	background-size: cover;
	margin-bottom: 50px;
	text-align: center;
	color: #FFF;
	padding: 65px 0
}

.breadcrumb-title {
	font-size: 26px;
	text-transform: uppercase
}

.breadcrumb {
	margin: 0;
	font-size: 1.14286em;
	padding: 0;
	border-radius: 0;
	background: transparent
}

.breadcrumb li {
	display: inline
}

.breadcrumb li+li:before {
	display: none
}

.breadcrumb li>a {
	font-size: 1em;
	color: #fff
}

.breadcrumb li>a>span {
	color: #FFF
}

.breadcrumb li>a>span:hover {
	color: #20549a
}

.breadcrumb li span {
	display: inline;
	color: #898989
}

.breadcrumb li span .fa {
	color: #898989;
	font-size: 1em;
	margin: 3px
}

.breadcrumb li strong {
	color: #20549a
}

.breadcrumb li strong span {
	color: #20549a
}

.breadcrumb li a:hover, .breadcrumb li.active, .breadcrumb li strong {
	color: #20549a;
	font-weight: 400;
	font-size: 1em
}

.pagination {
	margin: 30px 0;
	float: right
}

.pagination .page-link {
	float: left;
	margin: 2.5px;
	width: 30px;
	background: #FFF;
	text-align: center;
	height: 30px;
	font-size: 1.07143em;
	padding: 0;
	line-height: 30px;
	color: #464646;
	border: 1px solid #E1E1E1;
	text-decoration: none
}

.pagination .page-link:hover {
	border-color: #20549a;
	color: #FFF;
	background: #20549a
}

.pagination .text>.page-link {
	width: auto;
	padding: 0 15px;
	border-radius: 0
}

.pagination .page-item.disabled .page-link {
	border-color: #20549a;
	display: none
}

.pagination .page-item.active .page-link {
	border-color: #20549a;
	color: #FFF;
	background: #20549a;
	display: block
}

header {
	background: transparent;
	width: 100%
}

.topbar {
	background: #20549a;
	color: #FFF;
	text-align: center;
	height: 40px;
	line-height: 40px;
}

.topbar a {
	color: #FFF;
	font-weight: 600
}

.topbar a:hover {
	color: main-color-2
}

.header-main {
	padding: 30px 0
}

.logo {
	display: inline-block;
	font-size: 2.85714em
}

.header_search {
	padding: 17px 0 0 0;
	margin-left: 30px;
	width: 252px
}

.header_search input {
	float: right;
	background: #EEE;
	border: none !important
}

.header_search .input-group-btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 45px
}

.header_search .input-group {
	width: 100%;
	margin-bottom: 0
}

.header_search button {
	padding: 0;
	width: 45px;
	background: transparent
}

.header_search button img {
	margin-top: 6px
}

.dropdown.topbar-dropdown {
	display: none;
	position: absolute;
	top: 100%;
	right: -65px;
	z-index: 100;
	background: #FFF;
	width: 430px;
	border: 1px solid #EBEBEB;
	border-top: none;
	color: #333
}

.dropdown.topbar-dropdown .content {
	padding: 30px;
	padding-bottom: 20px;
	position: relative
}

.dropdown.topbar-dropdown .content:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	right: 100px;
	top: -8px;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	border-bottom: 8px solid #FFF
}

.dropdown.topbar-dropdown a {
	color: #333
}

.dropdown.topbar-dropdown h3 {
	font-size: 24px;
	margin-top: 5px
}

.dropdown.topbar-dropdown form {
	margin: 0
}

.dropdown.topbar-dropdown .form-group {
	margin-bottom: 10px
}

.dropdown.topbar-dropdown .title p {
	line-height: 24px
}

.dropdown.topbar-dropdown .action {
	margin-bottom: 0
}

.dropdown.topbar-dropdown .action a {
	color: #2299F5;
	text-decoration: underline
}

.dropdown.topbar-dropdown .action p {
	color: #898989;
	margin-top: 10px;
	margin-bottom: 0
}

.li-search .dropdown.topbar-dropdown {
	right: -46px
}

.li-search .header_search {
	padding: 0
}

.li-search .dropdown.topbar-dropdown .content {
	padding: 10px
}

.li-search .dropdown.topbar-dropdown .content:before {
	right: 56px
}

.li-search .dropdown.topbar-dropdown {
	width: 270px
}

.topbar li {
	position: relative;
	padding: 0 2px
}

.topbar li:hover .dropdown.topbar-dropdown {
	display: block
}

.header-content {
	padding-top: 20px
}

.mini-cart {
	z-index: 10;
	text-align: center;
	display: inline-block;
	float: right;
	padding-bottom: 0;
	margin-right: 0;
	width: 130px
}

.mini-cart .top-cart-content {
	display: block;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	opacity: 0;
	min-width: 200px;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	position: absolute;
	right: 0;
	left: auto;
	background: #FFF;
	padding: 0;
	text-align: left;
	box-shadow: 0 0 15px -5px rgba(0, 0, 0, .4);
	z-index: 10000;
}

.mini-cart .top-cart-content .empty {
	text-align: left;
	color: #363636
}

.mini-cart .top-cart-content .product-details-bottom {
	margin-bottom: 15px;
	line-height: 33px
}

.mini-cart .top-cart-content .product-details-bottom span {
	font-weight: 700;
	color: #20549a
}

.mini-cart .top-cart-content .product-details-bottom span.price {
	color: #FE9705
}

.mini-cart .top-cart-content .product-name {
	margin: 0;
	line-height: 1;
	padding-right: 20px
}

.mini-cart .top-cart-content .product-name a {
	font-size: 1em;
	line-height: 20px !important;
	font-weight: 400;
	color: #333;
	word-break: break-word
}

.mini-cart .top-cart-content .product-name a:hover {
	color: #20549a
}

.mini-cart .top-cart-content li {
	list-style: none
}

.mini-cart .top-cart-content li.item {
	overflow: hidden;
	border-top: solid 1px #EBEBEB;
	padding: 12px 0
}

.mini-cart .top-cart-content li.item .border_list {
	overflow: hidden
}

.mini-cart .top-cart-content li.item:first-child {
	border-top: none;
	padding-top: 10px
}

.mini-cart .top-cart-content li.item:last-child {
	margin: 0;
	border-bottom: none
}

.mini-cart .top-cart-content li.item .product-image {
	float: left;
	display: flex;
	width: 80px;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin-right: 10px;
	margin-bottom: 5px
}

.mini-cart .top-cart-content li.item .detail-item {
	width: calc(100% - 90px);
	float: left;
	display: block;
	word-break: break-word;
	position: relative
}

.mini-cart .top-cart-content li.item .detail-item .product-details {
	padding-right: 10px
}

.mini-cart .top-cart-content li.item .detail-item .product-details-bottom .qty_drop_cart {
	line-height: 0;
	margin-top: 9px
}

.mini-cart .top-cart-content li.item .detail-item .fa {
	position: absolute;
	right: 0;
	left: auto;
	top: 9px;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	background: #FE9705;
	text-align: center;
	line-height: 18px;
	padding-left: 0;
	border-radius: 50%;
	color: #FFFFFF !important
}

.mini-cart .top-cart-content li.item .detail-item .fa:before {
	display: inline-block;
	font-size: 12px;
	width: 100%;
	height: 16px;
	text-align: center;
	line-height: 14px;
	transform: translateY(-1px);
	-moz-transform: translateY(-1px);
	-webkit-transform: translateY(-1px)
}

.mini-cart .top-cart-content li.item .detail-item .fa:hover {
	color: #20549a;
	text-decoration: none
}

.mini-cart .top-cart-content li.item .detail-item input {
	display: inline-block;
	float: left;
	width: 22px;
	height: 24px;
	min-height: 24px;
	padding: 0;
	text-align: center;
	margin: 0;
	border-radius: 0;
	border-left: 0;
	border-right: 0
}

.mini-cart .top-cart-content li.item .detail-item button.items-count {
	display: inline-block;
	cursor: pointer;
	float: left
}

.mini-cart .top-cart-content .block-subtitle {
	color: #363636;
	overflow: hidden;
	padding: 15px;
	text-align: left;
	font-size: .92857em;
	background: #F5F5F5;
	text-transform: none;
	font-weight: 400;
	border-bottom: 1px #E1E1E1 solid
}

.mini-cart:hover .top-cart-content {
	display: block;
	top: 100%;
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=1);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}

.mini-cart .dropdown-toggle {
	font-size: 12px;
	padding: 0;
	text-transform: none
}

.mini-cart .cart-label {
	color: #333;
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 21px;
	height: 30px;
	border-radius: 50%;
	line-height: 30px;
	background: transparent
}

.mini-cart .cart-label span.lnr.lnr-cart {
	transform: translateY(6px);
	display: block
}

.mini-cart .cart-info, .mini-cart .info {
	position: absolute;
	left: 30px;
	top: -4px;
	font-size: 11px;
	background: #20549a;
	color: #FFF;
	padding: 0 3px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 50%
}

.mini-cart .info {
	font-size: 14px;
	right: 10px
}

.account.mini-cart .cart-info, .account.mini-cart .info {
	right: auto;
	left: 26px
}

.heading-cart {
	position: relative
}

.heading-cart .cartCount {
	display: inline-block;
	width: 23px;
	height: 22px;
	line-height: 23px;
	text-align: center;
	border-radius: 50%;
	background: #20549a;
	position: absolute;
	font-size: 11px;
	right: -15px;
	top: -10px;
	color: #FFF
}

.top-cart-contain {
	color: #363636;
	padding: 17px 0 0 0;
	right: 0;
	width: 130px;
	border-left: 1px solid rgba(255, 255, 255, .5);
	border-right: 1px solid rgba(255, 255, 255, .5);
	position: relative
}

.top-cart-contain .heading-cart {
	position: relative
}

.top-cart-contain .heading-cart .cartCount {
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border-radius: 50%;
	background: #2A2A2A;
	position: absolute;
	font-size: 11px;
	right: -15px;
	top: -3px;
	color: #FFF
}

.top-cart-contain .price {
	color: #252525
}

.top-cart-contain .mini-cart .price {
	margin-right: 5px;
	font-size: 16px;
	font-weight: 500;
	color: #20549a
}

.top-cart-contain .product-details .price {
	color: #252525;
	width: auto;
	float: none;
	font-weight: 400;
	padding-left: 0;
	font-size: 12px
}

.top-cart-contain .icon.f-left.relative {
	height: 40px;
	margin-right: 20px;
	display: flex;
	align-items: center;
	justify-content: center
}

.top-cart-contain .right-content {
	padding-top: 2px;
	text-align: left;
	line-height: 1;
	white-space: nowrap
}

.top-cart-contain .right-content .label {
	white-space: nowrap;
	font-weight: 400;
	padding-bottom: 4px;
	display: block;
	text-align: left;
	font-size: 14px;
	color: #333
}

.top-subtotal {
	color: #363636;
	font-size: 1em;
	font-weight: 400;
	border-top: solid 1px #E1E1E1;
	text-align: center;
	text-transform: none
}

.top-subtotal .price {
	font-weight: 600;
	color: #FE9705 !important;
	float: right
}

.qty_drop_cart {
	position: relative
}

.qty_drop_cart .btn_increase, .qty_drop_cart .btn_reduced {
	width: 21px;
	height: 15px;
	color: #000
}

.qty_drop_cart .btn_increase:hover, .qty_drop_cart .btn_reduced:hover {
	color: #20549a
}

.qty_drop_cart button.btn_increase {
	height: 24px;
	width: 24px;
	text-align: center;
	line-height: 1;
	overflow: hidden;
	border: 1px solid #EBEBEB;
	background: none !important;
	font-size: 14px
}

.qty_drop_cart button.btn_reduced {
	height: 24px;
	width: 24px;
	line-height: 1;
	text-align: center;
	overflow: hidden;
	border: 1px solid #EBEBEB;
	background: none !important;
	font-size: 14px
}

.top-subtotal {
	color: #363636;
	font-size: 1em;
	font-weight: 400;
	padding: 15px 0 15px;
	border-bottom: 1px solid #EBEBEB;
	margin-bottom: 15px;
	text-align: left;
	text-transform: none
}

.top-subtotal .price {
	font-weight: 600;
	color: #151719
}

ul#cart-sidebar {
	padding: 15px;
	margin: 0;
	/* max-height:625px; */
	min-width: 310px;
	width: 310px;
	position: relative;
}

ul#cart-sidebar:before {
	position: absolute;
	width: 0;
	height: 0;
	right: 0;
	top: -10px;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 10px solid #FFF
}

ul#cart-sidebar .list-item-cart {
	overflow: initial;
}

ul#cart-sidebar .list-item-cart::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #F5F5F5
}

ul#cart-sidebar .list-item-cart::-webkit-scrollbar {
	width: 4px;
	background-color: #F5F5F5
}

ul#cart-sidebar .list-item-cart::-webkit-scrollbar-thumb {
	background-color: #000;
	border: 2px solid #E1E1E1
}

ul#cart-sidebar .list-item-cart li.list-item {
	max-height: 400px;
	overflow-y: auto
}

ul#cart-sidebar .list-item-cart li.action {
	display: none
}

ul#cart-sidebar .list-item-cart.hasclass li.action {
	display: block
}

ul#cart-sidebar .list-item-cart li.list-item .price2 {
	font-weight: 700;
	color: #20549a;
	font-size: 14px;
	display: list-item;
	margin-bottom: 5px
}

ul#cart-sidebar .list-item-cart li.list-item::-webkit-scrollbar {
	width: 5px
}

ul#cart-sidebar .list-item-cart li.list-item::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, .9)
}

ul#cart-sidebar .list-item-cart li.list-item::-webkit-scrollbar-thumb {
	background: #20549a;
	border-radius: 15px
}

ul#cart-sidebar .list-item-cart li.list-item::-webkit-scrollbar-thumb:hover, ul#cart-sidebar .list-item-cart li.list-item::-webkit-scrollbar-thumb:active {
	background: #20549a;
	border-radius: 15px
}

ul#cart-sidebar .no-item {
	height: auto
}

ul#cart-sidebar .no-item p {
	margin: 0;
	line-height: 24px
}

ul#cart-sidebar .right_ct {
	text-align: center;
	margin-top: 10px
}

ul#cart-sidebar .right_ct .btn {
	margin: 0 10px !important;
	display: inline-block;
	min-width: 100%;
	font-size: 16px;
	color: #FFF;
	font-weight: 600
}

ul#cart-sidebar .right_ct .btn.btn-primary {
	margin-left: 0 !important;
	width: 115px;
	min-width: auto
}

ul#cart-sidebar .right_ct .btn.btn-white {
	display: none;
	margin-right: 0 !important
}

.li-fix-1 {
	background: #FFF;
	border-top: 1px solid #EBEBEB;
	display: block
}

.li-fix-2 {
	display: block;
	width: 295px
}

@media (min-width:992px) {
	nav .mega-content .level1.item.noborder .h4 a {
		border: none
	}
}

header nav {
	background: transparent;
	text-align: left;
	padding-top: 5px;
	-webkit-box-shadow: 0 5px 10px 0 rgba(84, 84, 84, .15);
	-moz-box-shadow: 0 5px 10px 0 rgba(84, 84, 84, .15);
	box-shadow: 0 5px 10px 0 rgba(84, 84, 84, .15)
}

@media (min-width:1200px) {
	header nav.sticky {
		position: fixed;
		top: 0 !important;
		width: 100%;
		z-index: 99;
		left: 0
	}
}

header nav>.container>div {
	position: relative
}

header nav .nav.nav-left {
	float: left
}

header nav .logo {
	display: inline-block;
	margin: 0 50px
}

header nav .nav-item {
	float: none;
	display: inline-block;
	position: relative
}

header nav .nav-item.has-mega {
	position: static
}

header nav .nav-item>a {
	padding: 25px 40px 25px 0;
	position: relative;
	font-size: 17px
}

header nav .nav-item>a:after {
	content: "";
	position: absolute;
	right: 17px;
	top: 37px;
	width: 4px;
	height: 4px;
	background: #20549a
}

header nav .nav-item>a:hover {
	color: #20549a;
	background: transparent
}

header nav .nav-item>.fa {
	color: #FFF;
	position: absolute;
	right: 0;
	top: 33px
}

header nav .nav-item .nav-item-lv2 {
	padding: 0 10px
}

header nav .nav-item .nav-item-lv3 {
	padding: 0 10px
}

header nav .nav-item:last-child a:after {
	display: none
}

header nav .nav-item.active>a {
	color: #20549a
}

header nav .nav-item .dropdown-menu {
	display: block;
	top: 100%;
	left: 0;
	min-width: 200px;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	padding: 10px 0;
	border: 1px solid rgba(255, 255, 255, .3);
	border-top: none;
	z-index: 99
}

@media (min-width:992px) {
	header nav .nav-item .dropdown-menu {
		-webkit-transform: translateY(50px);
		-ms-transform: translateY(50px);
		-o-transform: translateY(50px);
		transform: translateY(50px);
		visibility: hidden;
		opacity: 0
	}
}

header nav .nav-item .dropdown-menu li {
	padding: 0 20px
}

header nav .nav-item .dropdown-menu li a {
	line-height: 16px;
	padding: 10px 10px 10px 0;
	color: #333
}

header nav .nav-item .dropdown-menu li a i {
	float: right;
	position: absolute;
	right: 15px;
	top: 10px
}

@media (max-width:991px) {
	header nav .nav-item .dropdown-menu li a i {
		top: 9px
	}
}

header nav .nav-item .dropdown-menu li a:hover {
	color: #20549a
}

header nav .nav-item .dropdown-menu li:last-child a {
	border: none
}

header nav .nav-item .mega-content {
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	position: absolute;
	width: 1140px;
	background: #FFF;
	z-index: 999;
	padding: 15px;
	left: 0;
	text-align: left
}

header nav .nav-item .mega-content .h4 {
	font-size: 15px;
	font-weight: 600;
	color: #333;
	margin: 0
}

header nav .nav-item .mega-content li.level2 {
	line-height: 16px;
	padding: 5px 0
}

header nav .nav-item .mega-content li.level2 a {
	color: #333
}

header nav .nav-item .mega-content ul.level1 {
	font-size: 13px
}

header nav .nav-item .mega-content .level2 a {
	border-bottom: none;
	padding: 1px 0
}

header nav .nav-item .mega-content a {
	color: #333
}

header nav .nav-item .mega-content a:hover {
	color: #20549a !important
}

@media (max-width:1199px) {
	header nav .nav-item .mega-content {
		width: 940px
	}
}

header nav .nav-item .mega-content .level1.item {
	float: left;
	width: 25%;
	padding: 0 15px
}

header nav .nav-item .mega-content .level1.item a {
	display: block;
	padding: 10px 0
}

header nav .nav-item .mega-content .level1.item:nth-child(4n+1) {
	clear: left
}

header nav .nav-item:hover>a {
	color: #20549a
}

header nav .nav-item:hover>.dropdown-menu {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=1);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	margin-top: 0;
	border-radius: 0;
	padding: 0;
	text-align: left;
	border: none;
	color: #333
}

header nav .nav-item:hover>.mega-content {
	display: block;
	text-align: left;
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=1);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}

header nav .nav-item li.dropdown-submenu {
	position: relative;
	clear: left
}

header nav .nav-item li.dropdown-submenu .dropdown-menu {
	left: 100%;
	top: 0;
	min-width: 200px
}

header nav .nav-item li.dropdown-submenu:hover>.dropdown-menu {
	display: block;
	border: none;
	border-radius: 0;
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=1);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}

footer {
	background: #000;
	position: relative;
	background-size: cover
}

footer>div.content {
	z-index: 10;
	position: relative
}

footer .footer-info-widget h3 {
	font-size: 1.28571em;
	text-transform: uppercase;
	margin-bottom: 30px;
	color: #FFF
}

footer .footer-info-widget form {
	position: relative
}

footer .footer-info-widget form input {
	height: 50px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 1.14286em
}

footer .footer-info-widget form button {
	position: absolute;
	right: 0;
	background: transparent;
	border: none;
	line-height: 50px;
	font-size: 2.14286em;
	color: #A6A6AD;
	padding-right: 10px
}

footer .list-inline a {
	color: #959595
}

footer .list-inline .fa {
	color: #FFF;
	margin-right: 20px;
	font-size: 2.14286em
}

footer .list-inline .fa:hover {
	color: #20549a
}

footer .list-inline.contact .fa {
	width: 20px;
	margin-right: 5px;
	color: #20549a
}

footer .site-footer h3 {
	position: relative;
	color: #FFF;
	margin: 0;
	padding: 13px 0;
	font-size: 1.28571em;
	margin-bottom: 10px;
	font-weight: 700;
	text-transform: uppercase
}

footer .list-menu {
	margin-bottom: 15px;
	line-height: 1.71429em;
	font-size: 15px;
	color: #959595
}

footer .list-menu a {
	color: #959595
}

footer .list-menu a:hover {
	color: #FE9705
}

footer .list-menu li {
	color: #959595;
	padding: 3px 0
}

footer .list-menu.contact .fa {
	width: 20px;
	margin-right: 5px;
	color: #20549a
}

footer .list-menu.list-blogs li {
	position: relative;
	padding-left: 10px
}

footer .list-menu.list-blogs li:before {
	content: '';
	width: 4px;
	height: 4px;
	background: #959595;
	position: absolute;
	left: 0;
	top: 12.5px
}

footer .list-menu.list-showroom {
	color: #959595
}

footer .list-menu.list-showroom p {
	margin: 0
}

footer .list-menu.list-showroom li {
	position: relative;
	padding-left: 23px;
	margin-bottom: 5px
}

footer .list-menu.list-showroom .fa {
	position: absolute;
	left: 0;
	top: 7px;
	color: #ffffff;
}

footer .footer-address {
	border-top: 1px solid rgba(255, 255, 255, .3)
}

footer .footer-address .contact-box-info p {
	color: #959595;
	margin-bottom: 10px
}

footer .footer-address .contact-box-info p span {
	color: #636363
}

footer .footer-address .contact-box-info p a {
	color: #959595
}

footer .footer-address .contact-box-info p a:hover {
	color: #FE9705
}

footer .footer-address .contact-box-info .fixline {
	display: inline-block;
	padding: 0 10px
}

footer .mailchimp {
	position: relative;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%)
}

footer .mailchimp.index-page {
	background: #F5F5F5
}

@media (max-width:1199px) {
	footer .mailchimp.index-page {
		background: none
	}
}

footer .mailchimp .container>div {
	padding: 30px 50px;
	background: #1E88E5;
	color: #FFF
}

footer .mailchimp h3 {
	color: #FFF;
	margin: 0;
	font-size: 1.5em
}

footer .mailchimp p {
	margin: 0
}

footer .mailchimp form {
	text-align: right;
	margin-top: 6px
}

footer .mailchimp input {
	width: 180px;
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 0
}

footer .mailchimp .btn {
	width: 120px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	position: relative;
	margin-top: -3px
}

footer .copyright {
	line-height: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	color: #959595;
	font-size: 1.07143em;
	position: relative;
	border-top: 1px solid #FFF
}

footer .copyright b {
	color: #FE9705;
	font-weight: 600
}

footer .copyright a {
	font-weight: 600;
	color: #FE9705
}

footer .copyright a:hover {
	color: #FE9705
}

footer .social-icons li {
	margin-right: 10px
}

footer .back-to-top {
	width: 40px;
	height: 40px;
	z-index: 199;
	background: #20549a;
	color: #FFF;
	position: absolute;
	text-align: center;
	line-height: 40px;
	right: 20px;
	bottom: 70px;
	top: auto !important;
	font-size: 20px;
	cursor: pointer;
}

footer .back-to-top.show {
	position: fixed;
	right: 12px;
	bottom: 20px
}

@media (max-width:1199px) {
	footer .back-to-top {
		width: 40px;
		height: 40px;
		line-height: 40px
	}

	footer .back-to-top.show {
		bottom: 20px
	}
}

@media (max-width:767px) {
	footer .back-to-top.show {
		bottom: 20px
	}
}

.details-product .large-image {
	position: relative
}

.details-product .label-type {
	position: absolute;
	padding: 6px 20px;
	background: #20549a;
	color: #FFF;
	text-transform: uppercase;
	border-radius: 20px;
	top: 20px;
	left: 10px
}

.details-product #btnnewreview {
	background: #20549a !important
}

.details-product #gallery_01 {
	margin: 0 auto;
	padding: 0 37px;
	margin-top: 10px
}

.details-product #gallery_01 .owl-stage-outer {
	position: relative
}

.details-product #gallery_01 .owl-stage-outer:after {
	content: "";
	display: inline-block;
	height: 100%;
	width: 1px;
	position: absolute;
	top: 0;
	right: 0;
	background: #EBEBEB
}

.details-product #gallery_01 .owl-nav .owl-prev:before {
	border-radius: 50%;
	margin-bottom: 0
}

.details-product #gallery_01 .owl-nav .owl-next:before {
	border-radius: 50%;
	margin-bottom: 0
}

.details-product #gallery_01 .item a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 63px;
	border: 1px solid #EBEBEB
}

.details-product #gallery_01 .item a img {
	max-width: 99%;
	max-height: 99%
}

.details-product .large-image>a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 315px;
	border: 1px solid #EBEBEB;
	text-align: center
}

.details-product .large-image>a img {
	width: auto !important;
	max-height: 100%;
	max-width: 100%;
	display: inline-block
}

.details-product .large-image>a .zoomWrapper {
	width: 100% !important;
	height: 100% !important;
	display: flex;
	align-items: center;
	justify-content: center
}

.details-product .iddanhgia {
	font-weight: 400;
	font-size: 1.07143em;
	cursor: pointer
}

.details-product .status {
	font-size: 1.07143em;
	margin-bottom: 30px;
	font-weight: 400
}

.details-product .inventory {
	display: inline-block;
	line-height: 24px;
	padding: 0 10px;
	color: #FFF;
	background: #20549a
}

.details-product h1.title-head {
	font-size: 1.71429em;
	font-weight: 600;
	margin-top: 0
}

.details-product .reviews {
	margin-bottom: 15px
}

.details-product .reviews .zozoweb-product-reviews-badge>div {
	display: none
}

.details-product .reviews .zozoweb-product-reviews-badge>div.zozoweb-product-reviews-star {
	display: block
}

.details-product .reviews .zozoweb-product-reviews-badge .zozoweb-product-reviews-star i {
	font-size: 14px
}

.details-product .travel-info {
	margin-bottom: 30px
}

.details-product .travel-info .fa {
	font-size: 1em;
	color: #959595;
	display: inline-block;
	margin-right: 5px
}

.details-product .product-summary.product_description {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #EBEBEB
}

.details-product .details-pro span.discount {
	color: #FE9705
}

.details-product .details-pro .product-price {
	font-size: 2.14286em;
	display: inline-block
}

.details-product .details-pro .price-box {
	margin: 10px 0 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #EBEBEB
}

.details-product .details-pro .price-box .special-price span {
	color: #FE9705
}

.details-product .details-pro .price-box .old-price {
	display: block;
	color: #ADADAD;
	font-size: 1.07143em;
	margin-top: 7px
}

.details-product .details-pro .box-variant .form-group {
	width: 100%
}

.details-product .details-pro .box-variant .form-group .selector-wrapper {
	width: 100%;
	padding-right: 0
}

.details-product .details-pro .box-variant .form-group .selector-wrapper label {
	width: 85px;
	font-weight: 600;
	float: none;
	display: block;
	line-height: 40px
}

.details-product .details-pro .box-variant .form-group .selector-wrapper select {
	width: 321px
}

.details-product .details-pro .custom-btn-number {
	position: relative;
	padding: 0;
	margin-bottom: 20px;
	box-shadow: none;
	width: 110px;
	display: inline-block;
	float: left;
	margin-right: 10px;
	border: 1px solid #EBEBEB
}

.details-product .details-pro .custom-btn-number .qty {
	font-size: 1em;
	margin: 0;
	border-radius: 0;
	text-align: center;
	padding: 0;
	height: 50px;
	border: none !important
}

.details-product .details-pro .custom-btn-number .qtyminus {
	position: absolute;
	left: 1px;
	text-align: center;
	top: 1px;
	width: 40px;
	height: 48px;
	line-height: 47px;
	font-size: 25px;
	cursor: pointer;
	color: #898989;
	background: #FFF
}

.details-product .details-pro .custom-btn-number .qtyplus {
	position: absolute;
	right: 1px;
	text-align: center;
	top: 1px;
	width: 40px;
	height: 48px;
	line-height: 48px;
	font-size: 20px;
	cursor: pointer;
	color: #898989;
	background: #FFF
}

.details-product .details-pro .form-detail-action {
	width: 100%
}

.details-product .details-pro .form-detail-action label {
	font-weight: 600;
	min-width: 81px;
	line-height: 45px;
	display: block;
	margin-bottom: 10px
}

.details-product .details-pro .form-detail-action button.btn {
	color: #FFF;
	height: 45px;
	width: 185px;
	border-radius: 0;
	font-size: 16px;
	font-weight: 600;
	float: left;
	background-color: #20549a
}

.details-product .details-pro .form-detail-action button.btn .fa {
	display: inline-block;
	margin-left: 5px
}

.details-product .details-pro .form-detail-action .iwishAddWrapper {
	line-height: 50px;
	float: left;
	text-align: center;
	border: none;
	border-radius: 0;
	margin: 0;
	margin-left: 20px;
	font-size: 14px
}

.details-product .details-pro .form-detail-action .iwishAddWrapper .fa {
	color: #898989
}

.details-product .details-pro .form-detail-action .iwishAddWrapper.iWishAdded {
	color: #20549a
}

.details-product .details-pro .form-detail-action .iwishAddWrapper.iWishAdded .fa {
	color: #20549a
}

.details-product .attach {
	border: 1px solid #EBEBEB;
	padding: 20px;
	color: #898989
}

.details-product .attach h2 {
	font-weight: 600;
	font-size: 1em;
	margin-top: 0
}

.details-product .attach ul {
	list-style: none;
	padding-left: 0
}

.details-product .attach ul li {
	position: relative;
	padding-left: 25px
}

.details-product .attach ul li:before {
	position: absolute;
	left: 0;
	top: -3px;
	font-family: "FontAwesome", sans-serif;
	content: "\f00c";
	font-size: 16px;
	color: #20549a
}

#recently-viewed-products .image {
	float: left;
	width: 90px;
	margin-right: 10px
}

#recently-viewed-products .info {
	width: calc(100% - 100px);
	float: right
}

.zoomWrapper {
	width: 100% !important;
	height: auto !important
}

.zoomWrapper img {
	position: static !important;
	width: 100% !important;
	height: auto !important
}

.zoomWrapper img~img {
	display: none !important
}

.product-tab>ul {
	border: 1px solid #EBEBEB;
	border-bottom: none
}

.product-tab .tab-link {
	padding: 0 25px;
	float: left
}

.product-tab .tab-link h3 {
	margin: 13px 0;
	font-size: 1em;
	color: #898989;
	font-weight: 400
}

.product-tab .tab-link span {
	font-size: 1em
}

.product-tab .tab-link.current {
	border-right: 1px solid #EBEBEB;
	border-left: 1px solid #EBEBEB
}

.product-tab .tab-link.current h3 {
	color: #FE9705;
	position: relative;
	font-weight: 500
}

.product-tab .tab-link.current h3:before {
	content: "";
	width: calc(100% + 50px);
	display: inline-block;
	height: 2px;
	background: #FE9705;
	position: absolute;
	top: -14px;
	left: -25px
}

.product-tab .tab-content.current {
	padding: 20px;
	border: 1px solid #EBEBEB;
	min-height: 100px
}

.aside-product.aside-vanchuyen {
	padding: 15px 20px 10px 20px;
	border: 1px solid #EBEBEB;
	font-weight: 600;
	border-radius: 10px
}

.aside-product.aside-vanchuyen .icon {
	float: left;
	margin-right: 10px
}

.aside-product.aside-vanchuyen .vanchuyen>div {
	text-transform: uppercase;
	color: #000;
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 20px
}

.aside-product.aside-vanchuyen b {
	color: #FE9705
}

.aside-product.aside-policy {
	border: 1px solid #EBEBEB;
	padding: 20px;
	border-radius: 0;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px
}

.aside-product.aside-policy .icon {
	float: left;
	margin-right: 10px;
	display: flex;
	height: 46px;
	align-items: center;
	width: 30px
}

.aside-product.aside-policy p {
	padding-left: 43px;
	margin-bottom: 0
}

.aside-product.aside-policy.border-none {
	margin: 0;
	border-bottom: none;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

@media (max-width:767px) {
	.product-style-2 .details-pro .form-detail-action .iwishAddWrapper {
		margin-top: 10px
	}

	.xs-margin-top-0 {
		margin-top: 0 !important
	}
}

@media (min-width:1500px) {
	.products-view-grid .col-lg-fix-5 {
		width: 20%
	}
}

@media (min-width:1500px) {}

@media (min-width:768px) and (max-width:991px) {}

@media (max-width:767px) {
	.col-xss-6 {
		width: 50%
	}
}

.sortPagiBar {
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #EBEBEB
}

.category-products #sort-by {
	display: inline-block;
	padding-left: 10px
}

.view-mode a {
	text-decoration: none;
	display: inline-block;
	color: #8A8A8A
}

.view-mode b {
	display: inline-block;
	width: 30px;
	height: 27px;
	color: #8A8A8A;
	line-height: 40px;
	text-align: center;
	background: #FFF;
	font-size: 21px;
	padding-top: 1px
}

.view-mode b.active {
	color: #20549a;
	background: #FFF
}

.view-mode b:hover {
	color: #8A8A8A;
	background: #FFF
}

.view-mode span {
	font-size: 0
}

.button-view-mode {
	padding: 0;
	margin: 0;
	font-size: 1.42857em
}

.button-view-mode.active {
	box-shadow: none;
	color: #333
}

.button-view-mode.active a {
	color: #333
}

.col-49 {
	width: 44.444444%;
	padding: 0 15px;
	float: left
}

.col-59 {
	width: 55.555555%;
	padding: 0 15px;
	float: left
}

@media (max-width:767px) {
	.col-49, .col-59 {
		width: 100%;
		float: none
	}
}

@media (max-width:991px) {}

.blog-item {
	overflow: hidden;
	margin-bottom: 40px
}

.blog-item .btn {
	border-radius: 20px
}

.date {
	margin: 10px 0 10px;
	font-weight: 400
}

.blog-item-name {
	font-weight: 700;
	position: relative;
	font-size: 1.07143em;
	line-height: 24px;
	margin-top: 12px;
	margin-bottom: 5px
}

.blog-item-name .fa {
	position: absolute;
	left: 0;
	top: 9px;
	font-size: .78571em;
	color: #20549a
}

.post-time {
	color: #898989;
	font-size: .92857em;
	margin-bottom: 8px
}

.blog-item-summary {
	font-size: 1.07143em;
	font-family: Arial, sans-serif;
	margin-bottom: 5px;
	color: #898989;
	line-height: 20px
}

.blog-item-thumbnail {
	position: relative
}

.blog-aside .btn-link {
	padding-left: 0;
	font-size: 13px;
	color: #898989;
	text-decoration: underline;
	text-transform: inherit
}

.blog-list h5 {
	text-transform: uppercase;
	line-height: 26px;
	margin: 0;
	padding-top: 30px;
	padding-bottom: 5px
}

.blog-list .loop-blog {
	min-height: 80px;
	overflow: hidden;
	padding: 20px 0;
	border-bottom: 1px solid #EBEBEB
}

.blog-list .loop-blog:first-child {
	padding-top: 0
}

.blog-list .loop-blog:last-child {
	border: none;
	padding-bottom: 0
}

.blog-list .loop-blog .thumb-left {
	width: 80px;
	max-width: 80px;
	height: auto;
	display: block;
	float: left
}

.blog-list .loop-blog .thumb-left a {
	background: #EBEBEB;
	overflow: hidden
}

.blog-list .loop-blog .blog-item-summary {
	margin-bottom: 0
}

.blog-list .loop-blog .name-right {
	display: block;
	float: left;
	width: calc(100% - 100px);
	margin-left: 10px
}

.blog-list .loop-blog .name-right h3 {
	font-weight: 700;
	position: relative;
	line-height: 24px;
	margin-top: 0;
	margin-bottom: 3px
}

.blog-list .loop-blog .name-right h3 a {
	font-size: 15px
}

.blog-list .loop-blog .name-right h3:hover a {
	text-decoration: none;
	color: #20549a
}

.blog-list .loop-blog .name-right .post-time {
	margin-bottom: 3px
}

.blog-list .loop-blog .date {
	margin: 10px 0 10px;
	font-weight: 400
}

.blog-list .more_blog a {
	line-height: 3;
	font-size: 1.07143em;
	color: #898989;
	display: block
}

.blog-list .more_blog a:hover {
	text-decoration: none;
	color: #20549a
}

.article-main .rte {
	color: #363636
}

.article-main .article-image {
	margin-bottom: 30px;
	text-align: center
}

.article-main .article-image a {
	margin: 0 auto
}

.article-main .article-title {
	font-size: 1.71429em;
	margin: 0 0 8px;
	line-height: 27px;
	font-weight: 700
}

.article-main .post-time {
	margin-bottom: 20px
}

.article-main .article-content {
	font-size: 1.14286em
}

.article-main .form-group {
	margin: 0;
	padding-top: 0;
	padding-bottom: 20px
}

.tag-share {
	clear: left;
	border-bottom: 1px solid #E1E1E1;
	margin-top: 10px;
	padding-bottom: 20px;
	line-height: 30px
}

.tag-share .social-media {
	color: #7B7B7B
}

.tag-share .social-media a {
	margin-left: 5px;
	width: 30px;
	height: 30px;
	display: inline-block;
	line-height: 29px;
	text-align: center;
	border: 1px solid #EBEBEB;
	border-radius: 50%;
	color: #B1B1B1;
	font-size: 13px
}

.tag-share .social-media a:hover {
	color: #20549a;
	border-color: #20549a
}

.tag_article {
	color: #7D7D7D
}

.tag_article .fa {
	margin-right: 5px;
	transform: translateY(1px)
}

.tag_article a {
	color: #7D7D7D
}

.tag_article a:hover {
	color: #363636
}

@media (max-width:767px) {
	.tag-share>div {
		text-align: left !important
	}
}

.title-form-coment {
	font-size: 18px;
	margin-bottom: 20px
}

#article-comments {
	margin-top: 30px
}

#article-comments .article-comment {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #EBEBEB
}

#article-comments .article-comment-user-image {
	margin: 0;
	float: left;
	width: 100px;
	border-radius: 50%;
	margin-right: 12px;
	overflow: hidden
}

#article-comments .article-comment-user-comment {
	padding-left: 110px;
	word-break: break-word;
	font-size: 1.07143em
}

#article-comments .comment-content {
	font-size: 13px;
	color: #898989
}

#article-comments .user-name-comment {
	margin: 0;
	font-weight: 400;
	font-size: 1.07143em;
	line-height: 1
}

#article-comments .article-comment-date-bull {
	padding: 5px 0;
	display: block;
	color: #ACACAC
}

.social-media {
	font-size: 1.07143em
}

.social-media .list-inline li {
	margin-right: 20px
}

.section-news-2 {
	margin-bottom: 20px
}

.block-recent {
	margin-bottom: 50px
}

.block-recent h2 {
	color: #191919;
	font-size: 18px;
	font-weight: 400
}

.block-recent ul li {
	line-height: 24px;
	padding: 7px 0;
	padding-left: 15px;
	position: relative
}

.block-recent ul li .fa {
	position: absolute;
	left: 0;
	top: 12px
}

.block-recent ul li a {
	color: #363636
}

.block-recent ul li a .fa {
	display: inline-block;
	margin-right: 5px
}

.block-recent ul li a:hover {
	color: #20549a
}

.pd-right {
	padding-left: 0
}

.cart-heading h1.title-head {
	text-transform: uppercase;
	font-size: 22px;
	margin-bottom: 5px
}

.main-container {
	min-height: 300px
}

.main-container .col-main {
	float: none;
	width: auto
}

.main-container .col-main .cart .bg-scroll {
	border-top: none;
	overflow: hidden;
	border-top: none
}

.main-container .col-main .cart .cart-thead {
	font-weight: 700;
	font-size: 13px;
	clear: both;
	width: 100%;
	border: 1px solid #EBEBEB;
	float: left;
	min-width: 400px
}

.main-container .col-main .cart .cart-thead div {
	float: left;
	padding: 10px 0;
	color: #363636;
	text-align: center;
	font-size: 16px;
	font-weight: 600
}

.main-container .col-main .cart .nobr {
	white-space: nowrap
}

.main-container .col-main .cart .cart div.a-right {
	text-align: right
}

.main-container .col-main .cart .cart div.a-center {
	text-align: center
}

.main-container .col-main .cart .cart-tbody {
	width: 100%;
	float: left;
	margin-top: 10px;
	border: 1px solid #EBEBEB;
	border-bottom: none
}

.main-container .col-main .cart .cart-tbody .item-cart {
	border-bottom: 1px solid #EBEBEB;
	width: 100%;
	float: left
}

.main-container .col-main .cart .item-cart .image .product-image img {
	max-width: 120px;
	width: auto;
	height: auto;
	max-height: 100%
}

.main-container .col-main .cart .cart-tbody .item-cart div {
	line-height: 20px;
	vertical-align: top;
	height: 155px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	flex-direction: column;
	float: left
}

.main-container .col-main .cart .cart-tbody .item-cart div.image {
	padding-left: 0
}

.main-container .col-main .cart .cart-tbody .item-cart div.image a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 115px;
	padding: 0
}

.main-container .col-main .cart .cart-tbody .item-cart div:nth-child(6) {
	padding: 10px 0 6px;
	position: relative
}

.main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div a.remove-item {
	width: 78px;
	display: block;
	text-align: center;
	color: #898989
}

.main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div a.remove-item span {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%
}

.main-container .col-main .cart .cart-tbody .item-cart .product-image {
	width: 100%;
	padding: 10px 0;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	max-height: 230px;
	height: 155px;
	text-align: center
}

@media (max-width:991px) {
	.main-container .col-main .cart .cart-tbody .item-cart .product-image {
		padding: 0
	}
}

.main-container .col-main .cart .cart-tbody .item-cart div .product-name {
	margin: 0;
	padding-bottom: 0;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	text-transform: inherit
}

.main-container .col-main .cart .cart-tbody .item-cart div .product-name a {
	display: block;
	max-height: 75px;
	overflow: hidden;
	text-transform: inherit
}

.main-container .col-main .cart .cart-tbody .item-cart div .input_qty_pr {
	height: auto;
	border-right: none;
	width: 70%;
	min-width: 105px
}

.main-container .col-main .cart .cart .product-name a {
	font-size: 14px
}

.main-container .col-main .cart .item-cart .input_qty_pr .items-count {
	border: 1px solid #EBEBEB;
	outline: none;
	background: #FFF;
	height: 24px;
	width: 24px;
	vertical-align: baseline;
	text-align: center;
	padding: 0
}

.main-container .col-main .cart .variant-title {
	color: #686868
}

.main-container .col-main .cart .cart-tbody .item-cart div .price {
	line-height: 6;
	font-size: 1.28571em;
	color: #000;
	font-weight: 700
}

.main-container .col-main .cart .item-cart .items-count {
	border: 1px solid #EBEBEB;
	outline: none;
	background: #FFF;
	height: 24px;
	width: 21px;
	vertical-align: top;
	text-align: center;
	padding: 0
}

.main-container .col-main .cart .item-cart .number-sidebar {
	border: 1px solid #DDD;
	height: 40px;
	text-align: center;
	display: block;
	width: 100%;
	padding: 0;
	line-height: 15px
}

.main-container .col-main .cart .cart-tbody .item-cart div a.remove-item {
	background-color: #FFF;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAWCAYAAAAmaHdCAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0U0NzY1OEYyQzFGMTFFOEI5NzJBREVDNzdDNEZGMDciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0U0NzY1OTAyQzFGMTFFOEI5NzJBREVDNzdDNEZGMDciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDRTQ3NjU4RDJDMUYxMUU4Qjk3MkFERUM3N0M0RkYwNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDRTQ3NjU4RTJDMUYxMUU4Qjk3MkFERUM3N0M0RkYwNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqV4XkgAAAFmSURBVHjatJS/SsNQFIdPaye7NP4BFQcHB3ETESk6ZXMRfAofQOjmExTcHX2Bgi66JIMPoEt10kHaFDOkVZdKqeLvlt+Fw20TQosHvp7k9PTrvYfkFoIgECc2wT1YlfH4AIfgyRZ835fShMYDCi7Bu6qvgFOwpyUmjGQOrDGbWGa+Ac+qd5uSJbDB2k8Yhp0CtvOAmx2ZPh6L+CjLbFEucVBHoDiF4BfcGsk6uJphJbvm3zuOuQbeeP8FzpiF9Rr7bERGEoMBC5+gDu7s0MAFs7BeZ5+JAZ6T2M4hYvaYuylL7zp9o9+5EhMLoJci6fF7mSRpO5KslWhJO0uSpEiSvBIvYyWJmseYJMq5nf+fSWtKSUtLYvUUmqZv0HcEfdY99XTHWjJUB9Ci2r87D+F5IuwfivPm2i1VwQmogC1wzFxhverOUR+Pr2CfZ2yDtXlwrXoa6vrFXuiVnINmzte/yf5R/AkwAAWHYaSGcFn8AAAAAElFTkSuQmCC);
	cursor: pointer;
	padding: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-decoration: none;
	float: left;
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	border: none;
	width: 100%;
	margin-top: -3px;
	display: block;
	text-align: center;
	color: #898989;
	background-repeat: no-repeat;
	background-position: center
}

.main-container .col-main .cart .cart-tbody .item-cart div a.remove-item span {
	font-size: 0
}

.main-container .col-main .cart .btn-proceed-checkout {
	background: #20549a;
	line-height: 35px;
	color: #FFF;
	height: 45px;
	padding: 0 50px;
	border-radius: 0;
	font-size: 14px;
	border: none;
	font-weight: 600
}

.main-container .col-main .cart .btn.btn-white {
	margin-right: 5px;
	border: 2px solid #363636
}

.main-container .col-main .cart .btn.btn-white:hover {
	border-color: #20549a
}

.main-container .col-main .cart .totals .inner {
	padding: 0 0 15px;
	margin-top: 0;
	margin-right: 1px
}

.main-container .col-main .cart #shopping-cart-totals-table tr td {
	border: none;
	padding: 15px;
	padding-right: 0
}

.main-container .col-main .cart #shopping-cart-totals-table tr td strong {
	padding-left: 20px
}

.main-container .col-main .cart #shopping-cart-totals-table tr td.a-right {
	width: 260px;
	font-size: 14px
}

.main-container .col-main .cart #shopping-cart-totals-table {
	width: 100%;
	padding-bottom: 8px;
	background: #FFF
}

.main-container .col-main .cart ul.checkout {
	clear: left;
	padding: 17px;
	margin-bottom: 30px;
	text-align: right;
	padding-right: 0;
	border-top: none
}

.main-container .col-main .cart ul.checkout .inline-block {
	display: block !important;
	line-height: 45px;
	padding-right: 0;
	font-size: 15px
}

.main-container .col-main .cart ul.checkout .inline-block .price {
	color: #000;
	font-size: 15px
}

.main-container .col-main .cart .cart .totals table th, .main-container .col-main .cart .cart .totals table td {
	padding: 10px;
	background: none !important;
	box-shadow: none !important;
	color: #363636 !important;
	height: 50px;
	vertical-align: middle
}

.main-container .col-main .cart span.totals_price.price {
	color: #20549a;
	font-family: "Arial", sans-serif;
	font-size: 14px;
	font-weight: 700
}

.main-container .col-main .cart .cart-tbody .item-cart .number-sidebar {
	min-height: 0;
	position: static;
	display: inline-block;
	float: none;
	margin-bottom: 0
}

.main-container .col-main .cart .cart-tbody .item-cart .input_qty_pr .items-count {
	left: 15px;
	top: 20px;
	outline: none;
	background: #FFF;
	font-weight: 700;
	vertical-align: baseline;
	text-align: center;
	padding: 0;
	border: none;
	color: #363636;
	display: inline-block;
	position: absolute;
	margin: 0;
	line-height: 24px
}

.main-container .col-main .cart .cart-tbody .item-cart .input_qty_pr .items-count.btn-plus {
	top: 18px;
	left: auto;
	right: 15px;
	line-height: 25px
}

.main-container button.btn.btn-gray.margin-right-15.f-right {
	background: #F1F1F1;
	color: #363636;
	border: 1px solid #EBEBEB;
	height: 45px;
	padding: 0 50px;
	border-radius: 0;
	font-size: 15px;
	font-weight: 600
}

@media (max-width:1199px) {
	.main-container .col-main .cart #shopping-cart-totals-table tr td.a-right {
		width: 196px
	}
}

@media (max-width:991px) {
	.main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div a.remove-item span {
		width: 34px;
		height: 34px;
		line-height: 33px
	}

	.main-container .col-main .cart #shopping-cart-totals-table tr td.a-right {
		width: 252px
	}

	.main-container .col-main .cart .totals .inner {
		margin-right: 0
	}
}

@media (max-width:767px) {
	.item-product .title-product-cart-mobile {
		max-width: 150px
	}

	.sign_main {
		background: #F7F8F9;
		margin-top: 40px
	}

	.main {
		border-bottom: solid 1px #EBEBEB;
		background: #FFF;
		margin-top: 40px
	}

	.main-container {
		margin-top: -40px
	}

	.cart-mobile {
		padding: 10px 0 0
	}

	.header-cart {
		padding: 10px 15px 0;
		border-bottom: solid 1px #EBEBEB;
		margin-top: -10px
	}

	.header-cart-content {
		margin-top: 10px
	}

	.header-cart-content .content-product-list {
		min-height: 110px
	}

	.header-cart .title-cart {
		line-height: 10px
	}

	.header-cart-price {
		padding: 20px 17px
	}

	.title-cart h3 {
		font-family: Arial, sans-serif;
		font-size: 14px;
		font-weight: 500;
		text-transform: uppercase
	}

	.title-cart p {
		font-family: Arial, sans-serif;
		font-size: 12px;
		color: #9C9C9C
	}

	.title-cart a {
		float: right;
		margin-top: -28px;
		color: #20549a;
		font-size: 16px;
		line-height: 27px;
		font-family: Arial, sans-serif
	}

	.btn-proceed-checkout-mobile {
		width: 100%;
		line-height: 27px;
		color: #FFF;
		height: 40px;
		font-size: 14px;
		border: none;
		background: #20549a
	}

	.content-product-list .item-product {
		padding: 15px 15px;
		min-height: 110px;
		border-bottom: solid 1px #EBEBEB;
		overflow: hidden
	}

	.item-product-cart-mobile, .title-product-cart-mobile, .select-item-qty-mobile {
		float: left
	}

	.item-product-cart-mobile {
		width: 100px;
		text-align: center;
		margin-right: 10px
	}

	.item-product-cart-mobile img {
		max-width: 100px
	}

	.select-item-qty-mobile {
		float: right;
		text-align: center
	}

	.title-product-cart-mobile a {
		word-break: break-word;
		font-family: Arial, sans-serif;
		font-size: 14px;
		color: #363636
	}

	.select-item-qty-mobile input.qty {
		background: none repeat scroll 0 0 #FFF;
		border: 1px solid #EBEBEB;
		font-size: 15px;
		font-weight: 400;
		margin: 0 !important;
		outline: medium none;
		padding: 5px 5px 5px 12px;
		width: 41px
	}

	.title-product-cart-mobile p {
		line-height: 2;
		font-size: 14px;
		font-family: Arial, sans-serif;
		color: #898989
	}

	.title-product-cart-mobile span {
		color: #20549a
	}

	.select-item-qty-mobile a {
		line-height: 3;
		color: #363636;
		font-family: 'Open Sans', sans-serif
	}
}

@media screen and (max-width:767px) {
	.select-item-qty-mobile .txt_center input {
		height: 25px;
		width: 24px;
		text-align: center;
		margin: 0;
		padding: 0;
		position: absolute;
		left: 22px;
		min-height: 0
	}

	.item-product .title-product-cart-mobile {
		max-width: 150px
	}

	.title-product-cart-mobile h3 {
		line-height: 1;
		margin: 0
	}

	.main-cart-page {
		min-height: auto !important
	}

	.select-item-qty-mobile .txt_center button.reduced.items-count.btn-minus {
		position: absolute;
		left: 0;
		top: 0;
		z-index: 100;
		margin: 0;
		padding: 0;
		line-height: 1;
		max-width: 23px !important;
		width: 23px;
		height: 25px;
		background: none !important;
		color: #000;
		border: solid thin #DDD
	}

	.select-item-qty-mobile .txt_center button.increase.items-count.btn-plus {
		position: absolute;
		right: 0;
		top: 0;
		margin: 0;
		padding: 0;
		max-width: 23px !important;
		width: 23px;
		height: 25px;
		display: inline-block;
		line-height: 1;
		background: none !important;
		color: #000;
		border: solid thin #DDD
	}

	.select-item-qty-mobile>div {
		position: relative;
		width: 68px;
		height: 25px
	}
}

@media screen and (max-width:375px) {
	.item-product .title-product-cart-mobile {
		max-width: 100px !important
	}

	.item-product-cart-mobile {
		width: 85px;
		margin-right: 5px
	}

	.item-product-cart-mobile img {
		max-width: 85px
	}
}

div#social_login {
	width: 100% !important;
	text-align: center
}

.embedContent ul.icon-only {
	display: block;
	text-align: center !important;
	margin: 0 !important
}

#dangky .wrap-modal-login, #dangnhap .wrap-modal-login {
	width: 550px;
	color: #252525;
	background: #FFF
}

@media (max-width:1400px) {
	#dangky .wrap-modal-login, #dangnhap .wrap-modal-login {
		width: 550px
	}
}

#dangky .wrap-modal-login .btn, #dangnhap .wrap-modal-login .btn {
	font-size: 16px;
	font-weight: 600
}

#dangky .wrap-modal-login h5.title-modal, #dangnhap .wrap-modal-login h5.title-modal {
	font-size: 22px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 10px;
	color: #333
}

#dangky .wrap-modal-login h5.title-modal a, #dangnhap .wrap-modal-login h5.title-modal a {
	padding: 0 5px 15px 5px;
	font-size: 24px;
	font-family: 'Arial', sans-serif;
	font-weight: 400;
	margin: 0 10px;
	display: inline-block;
	position: relative;
	color: #898989
}

#dangky .wrap-modal-login h5.title-modal a.active, #dangnhap .wrap-modal-login h5.title-modal a.active {
	color: #252525
}

#dangky .wrap-modal-login .link-popup, #dangnhap .wrap-modal-login .link-popup {
	font-size: 15px;
	text-align: center
}

#dangky .wrap-modal-login .link-popup a, #dangnhap .wrap-modal-login .link-popup a {
	text-decoration: underline
}

#dangky .content, #dangnhap .content {
	padding: 50px 30px 0 30px;
	text-align: center
}

#dangky .content input, #dangnhap .content input {
	border: 1px solid #EBEBEB !important
}

#dangky .content p.margin-bottom-15, #dangnhap .content p.margin-bottom-15 {
	color: #898989
}

#dangky .content label, #dangnhap .content label {
	font-weight: 400
}

#dangky .content a, #dangnhap .content a {
	color: #20549a;
	text-decoration: underline
}

#dangky #customer_register, #dangnhap #customer_register {
	margin-bottom: 0
}

#dangky button.btn.btn-close.btn-default, #dangnhap button.btn.btn-close.btn-default {
	position: absolute;
	right: -15px;
	top: -15px;
	width: 30px;
	font-size: 17px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	background: #333;
	color: #FFF;
	padding: 0
}

#customer_register {
	margin-bottom: 10px
}

#customer_login, #recover_customer_password {
	margin-bottom: 0
}

.checkbox.style input {
	margin: 0 !important;
	display: none
}

.checkbox.style label {
	display: inline-block;
	vertical-align: middle;
	font-weight: 400;
	text-transform: none;
	position: relative;
	padding-left: 55px;
	line-height: 50px
}

.checkbox.style label:before {
	display: block;
	width: 35px;
	height: 35px;
	background: #FFF;
	border: 1px solid #D4D4D4;
	border-radius: 5px;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%)
}

.checkbox.style input:checked+label:after {
	content: "\f00c";
	font-family: FontAwesome, sans-serif;
	font-size: 20px;
	color: #20549a;
	position: absolute;
	top: 50%;
	left: 8px;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%)
}

.page_customer_account .col-main-acount {
	margin-bottom: 30px
}

.page_customer_account .col-main-acount .col-left-account .page-title .title-head a {
	color: #20549a;
	font-size: 14px;
	font-weight: 700;
	line-height: 10px;
	text-transform: uppercase;
	text-decoration: none
}

.page_customer_account .col-main-acount .col-left-account .page-title .title-head a:hover {
	color: #20549a
}

.page_customer_account .col-main-acount .col-left-account .no-padding {
	padding: 0
}

.page_customer_account .col-main-acount .recent-orders .tab-all .table-cart {
	border: 1px #E1E1E1 solid;
	font-size: 13px;
	line-height: 37px;
	color: #252525;
	margin-bottom: 30px;
	margin-top: 15px
}

.page_customer_account .col-main-acount .recent-orders .tab-all .table-cart .thead-default {
	color: #363636;
	text-align: center;
	border: #E1E1E1 thin solid;
	line-height: 1.5;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	background: #EBEBEB;
	min-width: 60px
}

.page_customer_account .col-main-acount .recent-orders .tab-all .table-cart .thead-default tr {
	color: #363636;
	text-align: center;
	border: #E1E1E1 thin solid;
	line-height: 1.5;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	background: #EBEBEB;
	min-width: 60px
}

.page_customer_account .col-main-acount .recent-orders .tab-all .table-cart .thead-default tr th {
	padding: 5px;
	font-size: 14px;
	color: #55595C;
	background-color: #ECEEEF;
	border-bottom: none;
	text-align: center
}

.page_customer_account .col-main-acount .recent-orders .tab-all .table-cart tbody tr td {
	padding: 5px;
	text-align: center
}

.page_customer_account .col-main-acount .recent-orders .tab-all .table-cart tbody tr td .price {
	color: #20549a
}

.page_customer_account .col-main-acount .recent-orders .tab-all .table-cart tbody tr td a:hover {
	color: #20549a
}

.page_customer_account .col-main-acount .col-right-account .block-account {
	padding: 20px;
	border: 1px #E1E1E1 solid;
	border-radius: 5px
}

.page_customer_account .col-main-acount .col-right-account .block-account .block-title-account {
	color: #DC3333;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 10px
}

.page_customer_account .col-main-acount .col-right-account .block-account .block-title-account h5 {
	font-size: 18px;
	margin: 0;
	padding: 0
}

.page_customer_account .col-main-acount .col-right-account .block-account .block-content {
	padding: 0
}

.page_customer_account .col-main-acount .col-right-account .block-account .block-content p {
	margin: 10px 0;
	line-height: 24px;
	padding: 0;
	overflow: hidden
}

.page_customer_account .col-main-acount .col-right-account .block-account .block-content p .fa {
	width: 20px;
	text-align: center;
	color: #20549a;
	float: left;
	line-height: 24px
}

.page_customer_account .col-main-acount .col-right-account .block-account .block-content p span {
	display: block;
	width: calc(100% - 35px);
	float: left
}

.page_customer_account .col-main-acount .col-right-account .block-account .block-content .btn-bg {
	background: #F02B2B;
	color: #FFF;
	font-size: 14px
}

.page_order_account .top_order_title .title-headding {
	font-size: 18px;
	text-transform: uppercase
}

.page_order_account .top_order_title .order_date a {
	margin-left: 30px;
	color: #20549a;
	float: right;
	margin-top: -25px
}

@media (max-width:543px) {
	.page_order_account .top_order_title .order_date a {
		display: block;
		margin: 0;
		float: none
	}
}

.page_order_account .body_order #order_payment, .page_order_account .body_order #order_shipping {
	padding: 0
}

.page_order_account .body_order #order_payment .box-header .title-head, .page_order_account .body_order #order_shipping .box-header .title-head {
	margin: 0;
	padding: 0;
	font-size: 18px
}

.page_order_account .body_order #order_payment .address p i, .page_order_account .body_order #order_shipping .address p i {
	color: #20549a
}

.page_order_account .content_order .table-responsive .table-cart .thead-default tr th {
	padding: 10px 15px;
	border-bottom: 1px solid #EBEBEB
}

.page_order_account .content_order .table-responsive .table-cart tbody tr .numeric {
	color: #20549a
}

.page_order_account .content_order .table-responsive .table-cart tbody tr .link:hover a {
	color: #20549a;
	text-decoration: none
}

.page_order_account .oder_total_monney .totalorders tfoot .order_total .right {
	color: #20549a;
	font-size: 16px
}

.page_order_account table#order_details {
	border-top: 1px solid #EBEBEB
}

@media screen and (max-width:991px) {
	.m992 {
		display: none
	}

	#parent {
		display: flex;
		flex-flow: column
	}

	#a {
		order: 2
	}

	#b {
		order: 1
	}

	.sodiachi .form-xs {
		line-height: 10px !important
	}
}

@media screen and (min-width:992px) {
	.mx991 {
		display: none
	}
}

.block-content.form-signup {
	background: #FFF;
	padding-top: 20px
}

.block-content.form-signup p {
	padding: 0 20px
}

.block-content.form-signup p i {
	color: #20549a;
	margin-right: 10px
}

.address-title {
	padding-left: 10px;
	margin-bottom: 15px;
	border-radius: 0 !important;
	font-weight: 300
}

.address-title button {
	background: none;
	border: none;
	font-size: 0;
	width: 50px;
	height: 55px
}

.address-title button.btn-edit {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAAAlCAMAAADyQNAxAAAAjVBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8DizOFAAAAL3RSTlMA9gPk3yD60BSpD8n+oCXqQcvBSGEoCqKUZSPMrIZUR0Qu4dOZjXXYxH85G69rWQE+Op8AAAEESURBVDjLtc/NVoMwEAXgmxTTYgaxCJQIKpZ/qH3/x9ODFDdO0kV7NzOL79wzA0vSNheiNxK2PHWijk2g9M6Ckg218/S0tCDdqHjelLE01Xj7ZX7EN8UqW9hXyBy+oSh9X9iPYpAewz926Bn0iM+VDcJwCCtrKJf/o5dtemF15U0MEgGWNkPeA4skFrZ1IJkCJbmQr7FjmvYrKsSzG/n3R6/Xoo/r0OEmKL8ZoqBwIZxoo7vQgRC2QKMdKKERKIoZlRyCERLQ1WkfWhAOEYC695vO3+Ucgjcsyz7IjxyaqLx8oViEs4oTAHJsiUfIFMXlEAkKCx6hIqXIC0wCW45Vdp7gyDdU2Bo/kHO8nQAAAABJRU5ErkJggg==) no-repeat center
}

.address-title button.btn-delete {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAnCAMAAABdVGpDAAAAWlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////9ZMre9AAAAHXRSTlMAHg9mzCIU/OfeiFja1JcxLAv07u3jv5N+eCYjBtiwqCEAAADHSURBVDjL7ZTJFoIwDEUjFDoxz9P7/9/UKlDkRF254y7al5PbrNqSJ84UVlQWE0Oc4EDCOT2UnaInk1XoGaWF9YVFyygSkS8iSF/k4QowhjsjsMWcGvygISMEkAqWFBDC0APgRiw3wG3/UYris1IGLi9Vtbg9KBklrUvXAgLn1ymjuHVTXPNSLuWbIt8VyShDRl6hbGCUla7jrrfETCzz/vg1LK9Y6DUZaP7f0jBbVNBhEZ0oQg21H80VWFR+GGkSiRMyMa8Zd+0wKmMjj4GbAAAAAElFTkSuQmCC) no-repeat center
}

.address-subtitle {
	margin-top: 0;
	text-transform: uppercase
}

.address-item-action {
	right: 0;
	top: -7px
}

.address-item-action .btn-row {
	padding-right: 5px
}

.address-group {
	background: #FFF;
	padding-bottom: 5px;
	margin-bottom: 15px
}

.address-group p {
	color: #595959
}

.address-group p label {
	float: left;
	font-weight: 300
}

.address .page_address .btn-bg-addresss {
	background: #F02B2B;
	color: #FFF;
	border: solid 1px #F02B2B
}

.address .page_address .btn-bg-addresss:hover {
	background: #FFF;
	color: #F02B2B;
	border: solid 1px #F02B2B
}

.address label.c-input.c-checkbox input {
	transform: translateY(5px);
	-moz-transform: translateY(5px);
	-webkit-transform: translateY(5px);
	-o-transform: translateY(5px)
}

.address .page_address .adr_title {
	overflow: hidden;
	padding-bottom: 20px
}

.address .page_address .adr_title .title-head {
	width: 100%;
	color: #333;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0
}

.address .page_address .adr_title .title-head a {
	display: block;
	cursor: pointer;
	color: #20549a;
	font-size: 1em;
	text-transform: initial;
	font-weight: 400
}

.address .page_address .adr_title .title-head a:hover {
	color: #20549a;
	text-decoration: underline
}

@media (max-width:767px) {
	.address .page_address .adr_title .title-head a {
		float: none !important;
		margin-top: 15px
	}
}

.address .page_address .col-address {
	overflow: hidden
}

#order_payment, #order_shipping {
	background: #FFF;
	padding: 10px 20px
}

#order_payment .address.note i, #order_shipping .address.note i {
	color: #20549a;
	margin-right: 5px
}

.totalorders {
	background: #FFF;
	border-color: #E1E1E1
}

.order-headding {
	margin: 0
}

.page_contact h2 {
	font-size: 25px;
	color: #252525;
	margin-top: 40px;
	margin-bottom: 20px;
	font-weight: 400;
	text-align: left
}

.page_contact form {
	margin: 0
}

.page_contact #login {
	position: relative
}

.contact .form-group .form-control {
	border-radius: 0
}

.contact .form-group textarea.form-control {
	padding-top: 12px
}

.contact p {
	color: #707070
}

.contact h2.title-head {
	text-transform: inherit;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px
}

.contact h2 {
	font-size: 21px;
	color: #252525;
	margin-top: 5px;
	margin-bottom: 30px;
	font-weight: 400
}

.contact .dq-flex {
	margin-bottom: 5px;
	align-items: flex-start
}

.contact .dq-flex .icon.f-left {
	margin-right: 5px;
	white-space: nowrap
}

.contact .info-contact>p {
	color: #636363
}

.contact .info-contact .widget-menu {
	margin-bottom: 30px;
	overflow: hidden;
	font-size: 1.07143em
}

.contact .info-contact .widget-menu li {
	display: block;
	padding-bottom: 10px
}

.contact .info-contact .widget-menu li .block_icon {
	display: block;
	float: left;
	padding: 0;
	width: 18px;
	line-height: 1;
	color: #252525;
	margin-left: 2px;
	transform: translateY(4px);
	-webkit-transform: translateY(4px);
	-moz-transform: translateY(4px)
}

.contact .info-contact .widget-menu li p, .contact .info-contact .widget-menu li a {
	display: inline;
	width: calc(100% - 37px);
	line-height: 20px;
	margin: 0;
	color: #636363
}

.contact .info-contact .widget-menu li a {
	color: #636363
}

.contact .info-contact .widget-menu li a:hover {
	color: #20549a
}

.contact .info-contact .widget-menu li a.mail {
	color: #0072BC
}

.contact .info-contact .widget-menu li a.mail:hover {
	color: #20549a
}

.contact .contact-box-info {
	margin: 10px 0
}

.contact .contact-box-info .item {
	color: #707070;
	padding: 10px 0;
	border-bottom: 1px solid #EBEBEB
}

.contact .contact-box-info .item .fa {
	width: 40px;
	height: 40px;
	background: #20549a;
	color: #FFF;
	float: left;
	text-align: center;
	justify-content: center;
	line-height: 40px;
	border-radius: 50%
}

.contact .contact-box-info .item>div {
	margin-bottom: 20px
}

.contact .contact-box-info .item .info {
	padding-left: 50px
}

.contact .contact-box-info .item .info a {
	color: #FE9705
}

.contact .contact-box-info .item:last-child {
	border: none
}

.contact .contact-box-info .item h3 {
	font-weight: 400;
	font-size: 14px;
	color: #333;
	text-transform: uppercase;
	margin-top: 5px
}

.contact .contact-box-info .item p {
	position: relative;
	margin-bottom: 5px
}

.contact .contact-box-info .item p .fa {
	position: absolute;
	left: 0;
	top: 4px;
	color: #707070
}

.contact .contact-box-info a {
	display: block;
	color: #707070
}

.contact .contact-box-info a:hover {
	color: #20549a
}

.page-404 .title-section-page {
	font-size: 18px;
	font-weight: 600;
	margin-top: 0
}

.page-404 p {
	margin: 0 0 9px 0
}

.page-404 form {
	width: 540px;
	display: inline-block;
	position: relative;
	margin-bottom: 10px
}

.page-404 form input {
	width: 100%
}

.page-404 form .btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 75px
}

.page-404 label a {
	color: #FE9705
}

.page-service .service-title h1 {
	font-size: 2.14286em;
	font-weight: 600;
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 30px;
	margin-top: 0
}

.page-service .service-title h1:before {
	content: "";
	width: 50px;
	height: 2px;
	background: #20549a;
	position: absolute;
	left: 0;
	bottom: 0
}

.page-service .service-list ul {
	border: 1px solid #EBEBEB;
	border-radius: 5px
}

.page-service .service-list ul li {
	border-bottom: 1px solid #EBEBEB;
	padding: 20px 35px;
	font-weight: 600;
	color: #636363;
	position: relative
}

.page-service .service-list ul li a {
	color: #636363
}

.page-service .service-list ul li:before {
	content: "";
	width: 6px;
	height: 6px;
	background: #636363;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	left: 20px;
	top: 28px
}

.page-service .service-list ul li.active a {
	color: #20549a
}

.page-service .service-list ul li.active:before {
	background: #20549a
}

.page-service .service-list ul li:last-child {
	border: none
}

.page-service .service-list ul li:hover {
	color: #20549a
}

.page-service .service-list ul li:hover a {
	color: #20549a
}

.page-service .service-list ul li:hover:before {
	background: #20549a
}

.aside-item {
	margin-bottom: 40px
}

.aside-item .aside-title {
	position: relative
}

.aside-item .aside-title h2 {
	font-size: 24px;
	margin: 0;
	display: inline-block;
	padding-right: 10px;
	background: #FFF;
	font-family: 'Quicksand', sans-serif;
	font-weight: 400
}

.aside-item .nav>li>a {
	padding: 0
}

.aside-item .aside-content {
	margin-top: 20px
}

.aside-item.sidebar-category .nav-item {
	position: relative;
	clear: left;
	font-size: 1.07143em
}

.aside-item.sidebar-category .nav-item a {
	padding-left: 17px;
	font-size: 1.07143em;
}

.aside-item.sidebar-category .nav-item .fa {
	position: absolute;
	right: 0;
	top: 8px;
	width: 20px;
	height: 20px;
	display: inline-block;
	text-align: center;
	line-height: 20px
}

.aside-item.sidebar-category .nav-item .dropdown-menu {
	position: static;
	width: 100%;
	border: 0;
	padding-left: 15px;
	box-shadow: none
}

.aside-item.sidebar-category .nav-item.active>a {
	color: #20549a
}

.aside-item.sidebar-category .nav-item.active>.dropdown-menu {
	display: block;
	padding-left: 15px
}

.aside-filter-item {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #EBEBEB
}

.aside-filter-item:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border: none
}

.aside-filter-item .aside-content {
	margin-bottom: 0
}

.aside-filter-item .aside-title h2 {
	font-size: 19px
}

.aside-filter-item .aside-title h2:before {
	display: none
}

.sidebar-category .aside-title {
	position: relative;
	margin-bottom: -13px
}

.sidebar-category .aside-content .nav-item {
	position: relative;
	clear: left;
	font-size: 1.07143em;
	padding: 5px 0 5px 25px
}

.sidebar-category .aside-content .nav-item.okactive .fa.fa-caret-right:before {
	font-size: 11px;
	content: "\f00c";
	text-align: center;
	line-height: 16px;
	padding-left: 1px
}

.sidebar-category .aside-content .nav-item:last-child {
	border-bottom: none
}

.sidebar-category .aside-content .nav-item a {
	font-size: 15px
}

.sidebar-category .aside-content .nav-item .fa {
	text-align: center;
	cursor: pointer
}

.sidebar-category .aside-content .nav-item .fa.fa-caret-right {
	right: auto;
	left: 0;
	top: 10px;
	text-align: left;
	font-size: 0;
	border: 1px solid #EBEBEB;
	width: 15px;
	height: 15px;
	border-radius: 50%
}

.sidebar-category .aside-content .nav-item .nav-item .fa {
	top: 10px
}

.sidebar-category .aside-content .nav-item .nav-item .fa.fa-caret-right {
	top: 8px
}

.sidebar-category .aside-content .nav-item .dropdown-menu {
	position: static;
	width: 100%;
	border: 0;
	padding-left: 0
}

.sidebar-category .aside-content .nav-item .dropdown-menu .nav-item {
	padding-left: 10px
}

.sidebar-category .aside-content .nav-item .dropdown-menu .fa.fa-caret-right {
	display: none
}

.sidebar-category .aside-content .nav-item.active {
	border-bottom: none
}

.sidebar-category .aside-content .nav-item.active>a {
	color: #20549a
}

.sidebar-category .aside-content .nav-item.active>.dropdown-menu {
	display: block
}

.sidebar-category .aside-content .nav-item:hover>a {
	color: #20549a
}

.aside-item.aside-mini-list-product .product-mini-item {
	padding: 15px 0
}

.aside-item.aside-mini-list-product .product-mini-item h3 {
	margin-bottom: 10px;
	font-weight: 400
}

.aside-item.aside-mini-list-product .product-mini-item h3 a {
	color: #333
}

.aside-item.aside-mini-list-product .product-mini-item h3 a:hover {
	color: #20549a
}

.aside-item.aside-mini-list-product .product-mini-item .product-price {
	color: #FE9705;
	font-weight: 400
}

.aside-item.aside-mini-list-product .product-mini-item .sale-price {
	color: #898989
}

.aside-item.aside-mini-list-product .zozoweb-product-reviews-badge {
	margin: 0
}

.aside-item.aside-mini-list-product .zozoweb-product-reviews-badge>div {
	display: none
}

.aside-item.aside-mini-list-product .zozoweb-product-reviews-badge>div.zozoweb-product-reviews-star {
	display: block
}

.aside-item.aside-mini-list-product .btn.btn-link {
	color: #363636;
	padding-left: 0
}

.aside-item.aside-mini-list-product .btn.btn-link:hover {
	color: #20549a
}

.aside-item .list-tags span.tag-item {
	line-height: 40px;
	border: 1px solid #EBEBEB;
	height: 40px;
	display: inline-block;
	padding: 0 10px;
	margin-bottom: 10px;
	margin-right: 5px;
	color: #898989;
	border-radius: 3px
}

.aside-item.sidebar-category.blog-category .nav-item .fa {
	top: 9px
}

.aside-item.sidebar-category.blog-category .nav-item .fa.fa-caret-right {
	display: none
}

.aside-item.sidebar-category.blog-category .aside-content .navbar-pills>li.nav-item {
	padding-left: 0
}

.aside-item.sidebar-category.blog-category .aside-content .nav-item {
	padding: 6px 0 6px 12px;
	border: none
}

.aside-item.sidebar-category.blog-category .aside-content .nav-item .fa.fa-angle-right {
	display: none;
	right: auto;
	left: 0;
	top: 10px
}

.aside-item.sidebar-category.blog-category .aside-content .nav-item .nav-item .fa.fa-angle-right {
	top: 8px
}

.aside-item.sidebar-category.blog-category .aside-content .nav-item .nav-item .nav-item .fa.fa-angle-right {
	top: 9px
}

.ui-widget.ui-widget-content {
	height: 2px;
	background: #EBEBEB
}

.ui-slider-range.ui-corner-all.ui-widget-header {
	background: #20549a !important
}

.ui-slider-horizontal .ui-slider-handle {
	height: 14px !important;
	width: 14px !important;
	border-radius: 50% !important;
	top: -6px !important;
	border: none !important;
	background: #20549a !important
}

.ui-widget.ui-widget-content {
	border: none !important;
	margin-bottom: 15px;
	width: calc(100% - 14px);
	margin-left: 7px
}

#start {
	width: 100px;
	float: left
}

#start input {
	text-align: left;
	padding-left: 10px;
	border-radius: 3px;
	border: none;
	box-shadow: none
}

#stop {
	width: 100px;
	float: right;
	text-align: center;
	position: relative
}

#stop input {
	text-align: right;
	padding-right: 10px;
	border-radius: 3px;
	border: none;
	box-shadow: none
}

#stop:before {
	display: none;
	content: "-";
	position: absolute;
	left: -17px;
	font-size: 17px
}

a#filter-value {
	height: 30px;
	line-height: 30px;
	font-weight: 400;
	width: 100px;
	margin-top: 10px
}

#popupCartModal .modal-dialog {
	width: 420px;
	transform: translate(0);
	border-radius: 0
}

@media (max-width:767px) {
	#popupCartModal .modal-dialog {
		width: auto
	}
}

#popupCartModal .modal-content {
	padding: 25px;
	border-radius: 0
}

#popupCartModal .modal-content .col-sm-6 {
	padding: 10px 30px
}

#popupCartModal .modal-content .modal-right {
	text-align: left;
	padding-top: 20px;
	border-top: 1px solid #EBEBEB
}

#popupCartModal .modal-content .modal-right h3 {
	border: 0;
	padding-bottom: 10px;
	margin-bottom: 0;
	font-weight: 400
}

#popupCartModal .modal-content .modal-right h3 b {
	font-weight: 400
}

#popupCartModal .media .thumb-1x1 {
	width: 100px;
	text-align: center
}

#popupCartModal .product-title {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 7px;
	color: #111
}

#popupCartModal .qty {
	color: #898989
}

#popupCartModal .qty span {
	color: #000
}

#popupCartModal .product-new-price {
	color: #898989;
	margin-top: 6px
}

#popupCartModal .product-new-price span {
	color: #20549a;
	font-weight: 500;
	font-size: 18px
}

#popupCartModal button.close {
	position: absolute !important;
	right: 10px;
	top: 5px
}

#popupCartModal .modal-body {
	position: relative;
	padding: 15px 0 20px
}

#popupCartModal .total_price {
	font-size: 16px;
	padding: 10px 0 5px
}

#popupCartModal h3 {
	font-size: 17px;
	font-weight: 500;
	margin-top: 0;
	border-bottom: 1px solid #EBEBEB;
	margin-bottom: 10px;
	padding-bottom: 20px
}

#popupCartModal h3 i {
	font-style: normal
}

#popupCartModal h3 a:hover i {
	color: #20549a
}

#popupCartModal .btn-red {
	line-height: 48px;
	height: 50px;
	border-radius: 0;
	font-weight: 400;
	box-shadow: none;
	margin-top: 0;
	display: inline-block;
	width: 100%;
	padding: 0 50px;
	font-size: 16px
}

div#isp_search_result_page_container .btn-search {
	display: none
}

button.btn.btn-default.btn-search {
	display: none
}

div#isp_search_result_page_container form {
	margin-bottom: 0
}

.zozoweb-product-reviews-badge .zozoweb-product-reviews-star i {
	font-size: 15px !important
}

.zozoweb-product-reviews-form fieldset {
	border: none
}

.zozoweb-product-reviews-form .bpr-button-submit {
	background: #20549a !important;
	border: none !important
}

footer .footer-info-widget p.hotline a {
	color: #FFF
}

.blog-item .date {
	background: #F02B2B
}

.off-canvas-menu .action .btn-primary.btn-50:last-child {
	background: #2BF525
}

.off-canvas-menu .action .btn-primary.btn-50:last-child:hover {
	background: #43F63D
}

.details-product form button.btn-primary2 {
	background: #2BF525
}

.details-product form button.btn-primary2:hover {
	background: #43F63D
}

.view-desktop a.btn.btn-primary.btn-full {
	background: #EF7D00
}

.view-desktop a.btn.btn-primary.btn-full:hover {
	background: #FF8A0A
}

.section .section-title {
	position: relative;
	margin-bottom: 30px;
	text-align: center
}

.section .section-title h2 {
	display: inline-block;
	padding-right: 10px;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 28px;
	font-weight: 600
}

@media (max-width:767px) {
	.section .section-title {
		margin-bottom: 20px
	}

	.section .section-title h2 {
		margin-top: 0;
		font-size: 1.71429em
	}

	.section .section-title:after {
		display: none
	}

	.section .section-title .viewmore {
		display: none !important
	}
}

.section-collection ul.tabs.tabs-title {
	display: inline-block;
	text-align: right;
	font-size: 13px;
	border: none;
	position: absolute;
	right: 0;
	top: -1px
}

.section-collection ul.tabs.tabs-title li {
	line-height: 40px;
	padding: 0 17px;
	position: relative;
	color: #898989
}

.section-collection ul.tabs.tabs-title li.current {
	color: #333
}

.section-collection ul.tabs.tabs-title li.current:before {
	content: "";
	width: 50%;
	height: 2px;
	position: absolute;
	left: 50%;
	bottom: -1.5px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	background: #20549a
}

.section-collection ul.tabs.tabs-title li:last-child {
	padding-right: 0
}

.section-collection ul.tabs.tabs-title li:last-child:after {
	display: none
}

.section-collection ul.tabs.tabs-title li:last-child.current:before {
	left: calc(50% + 10px)
}

.section-collection ul.tabs.tabs-title li:after {
	width: 1px;
	height: 12px;
	background: #898989;
	content: "";
	position: absolute;
	right: -1PX;
	top: 14px
}

.section_tab_product {
	background: #F5F5F5;
	padding-top: 40px;
	padding-bottom: 10px
}

.section_tab_product .section-title {
	background: #FFF;
	padding-left: 20px
}

.section_tab_product .section-title h2 {
	border: none
}

.section_tab_product .section-title h2:after {
	display: none
}

.section_tab_product ul.tabs.tabs-title {
	display: inline-block;
	text-align: right;
	font-size: 13px;
	border: none;
	position: absolute;
	right: 20px;
	top: -71px
}

.section_tab_product ul.tabs.tabs-title li {
	line-height: 40px;
	padding: 0 17px;
	position: relative;
	color: #898989
}

.section_tab_product ul.tabs.tabs-title li.current {
	color: #333
}

.section_tab_product ul.tabs.tabs-title li.current:before {
	content: "";
	width: 50%;
	height: 2px;
	position: absolute;
	left: 50%;
	bottom: -.5px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	background: #20549a
}

.section_tab_product ul.tabs.tabs-title li:last-child {
	padding-right: 0
}

.section_tab_product ul.tabs.tabs-title li:last-child:after {
	display: none
}

.section_tab_product ul.tabs.tabs-title li:last-child.current:before {
	left: calc(50% + 10px)
}

.section_tab_product ul.tabs.tabs-title li:after {
	width: 1px;
	height: 12px;
	background: #898989;
	content: "";
	position: absolute;
	right: -1PX;
	top: 14px
}

.section_tab_product .product-box .product-info {
	padding: 0 20px 10px 20px
}

.section_tab_product .product-box .product-action {
	padding-left: 20px
}

@media only screen and (max-width:760px), (min-device-width:768px) and (max-device-width:1024px) {
	.table-responsive-block table, .table-responsive-block thead, .table-responsive-block tbody, .table-responsive-block th, .table-responsive-block td, .table-responsive-block tr {
		display: block
	}

	.table-responsive-block thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px
	}

	.table-responsive-block tr {
		background: #FFF;
		line-height: 20px;
		margin-bottom: 10px
	}

	.table-responsive-block td {
		border: none;
		position: relative;
		padding-left: 40%;
		text-align: right;
		font-weight: 700
	}

	.table-responsive-block td.last {
		padding: 0;
		line-height: 50px
	}

	.table-responsive-block td.last a {
		color: #20549a
	}

	.table-responsive-block td:before {
		position: absolute;
		top: 13px;
		left: 10px;
		width: 45%;
		padding-right: 10px;
		text-align: left;
		white-space: nowrap;
		font-weight: 400
	}

	.table-responsive-block .table-order td:nth-of-type(1):before {
		content: "halink"
	}
}

@media (max-width:543px) {
	section.sidebar.left-content.col-lg-12 {
		padding: 0
	}

	.products .col-xss-6, .category-products .col-xss-6 {
		clear: none;
		width: 50%
	}
}

@media (max-width:1199px) {
	header nav .mega-content {
		width: 940px
	}

	header nav.sticky {
		position: static
	}

	header nav .mega-content .level1.item {
		text-align: left
	}

	header nav .logo {
		margin: 0 10px
	}

	header nav .nav>li>a {
		line-height: 37px;
		padding: 25px 15px 25px 0
	}

	header nav .nav>li>a:after {
		display: none
	}

	.logo.f-left {
		width: 100%;
		text-align: center
	}

	.header_search {
		padding: 17px 0 0 0;
		margin-left: 30px;
		width: 190px
	}
}

@media (max-width:991px) and (min-width:768px) {
	.search.f-right {
		margin-right: 50px
	}
}

@media (max-width:991px) {
	.head-menu {
		color: #333;
		padding: 20px 15px 15px;
		font-size: 15px;
		border-bottom: 1px solid #EBEBEB
	}

	.head-menu .list-inline {
		margin-left: 0
	}

	.head-menu a {
		color: #333;
		font-weight: 400
	}

	.head-menu li.li-search {
		width: 100%;
		margin: 0;
		padding: 0
	}

	.head-menu .li-search .header_search {
		padding: 0;
		width: 100%;
		margin: 16px 0 10px
	}

	.header-content {
		padding-top: 20px;
		padding-bottom: 10px
	}

	header.header {
		-webkit-box-shadow: 0 5px 10px 0 rgba(84, 84, 84, .15);
		-moz-box-shadow: 0 5px 10px 0 rgba(84, 84, 84, .15);
		box-shadow: 0 5px 10px 0 rgba(84, 84, 84, .15)
	}

	.topbar-mobile.hidden-lg.hidden-md {
		color: #FFF;
		line-height: 40px;
		background: #20549a;
		font-size: 15px;
	}

	.topbar-mobile.hidden-lg.hidden-md a {
		color: #FFF
	}

	#nav-mobile {
		text-align: left
	}

	#nav-mobile .h3 {
		margin-top: 10px;
		color: #252525;
		font-size: 18px
	}

	header nav .nav-item:hover>a:before {
		display: none
	}

	header nav.sticky {
		position: static
	}

	header nav {
		padding-top: 0
	}

	header nav #nav-mobile .nav-item>.dropdown-menu {
		padding: 0;
		position: static;
		width: 100%;
		float: none;
		border: none;
		background: transparent;
		box-shadow: none
	}

	header nav .nav>.nav-item>a {
		padding-left: 0 !important
	}

	header nav .nav-item li.dropdown-submenu>.dropdown-menu {
		box-shadow: none;
		width: 100%
	}

	header>.container {
		position: relative
	}

	.menu-bar.hidden-md.hidden-lg {
		position: absolute;
		top: 63px;
		left: 15px;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		z-index: 1000
	}

	.icon-cart-mobile.hidden-md.hidden-lg.f-left.absolute {
		right: 20px;
		top: 48px
	}

	.icon-cart-mobile.hidden-md.hidden-lg.f-left.absolute .cartCount {
		display: inline-block;
		width: 24px;
		height: 24px;
		line-height: 24px;
		text-align: center;
		border-radius: 50%;
		background: #2A2A2A;
		position: absolute;
		font-size: 11px;
		right: -15px;
		top: -10px;
		color: #FFF
	}

	header .logo a {
		display: inline-block;
		text-align: left;
		padding-bottom: 5px
	}

	.heading-cart {
		position: absolute;
		right: 15px;
		top: 30px
	}

	header nav .nav-item {
		display: block;
		width: 100%;
		text-align: left;
		margin: 0
	}

	header nav .nav-item .dropdown-menu {
		display: none !important;
		position: static;
		border: none
	}

	header nav .nav-item.open a {
		background: none !important
	}

	header nav .nav-item.open>.dropdown-menu {
		display: block !important;
		margin: 0;
		padding: 0
	}

	header nav li.menu-line {
		display: none;
		border: none
	}

	header nav .nav-item>a {
		line-height: 20px;
		padding: 5px 15px 3px
	}

	header nav #nav-mobile .nav-item>.dropdown-menu {
		padding: 0 0 0 15px;
		position: static;
		width: 100%;
		float: none;
		border: none
	}

	header nav .nav-item:hover>.dropdown-menu li.open>.dropdown-menu {
		display: block !important
	}

	header nav .nav-item>.dropdown-menu li.open>.dropdown-menu {
		display: block !important
	}

	header nav .nav li>a {
		line-height: 24px;
		padding: 5px 0;
		border-bottom: 1px solid #A7A7A7
	}

	header nav .nav li>a:hover {
		color: #20549a
	}

	header nav .nav li:last-child>a {
		border: none
	}

	header nav .nav-item>.dropdown-menu li {
		padding-left: 0
	}

	header nav .nav-item .nav-item-lv2 {
		padding: 6px 0
	}

	header nav .nav-item .nav-item-lv2 .fa {
		top: 9px !important
	}

	header nav .nav-item>.dropdown-menu li {
		padding-right: 0
	}

	header nav .dropdown-menu li {
		padding: 6px 15px
	}

	header nav .dropdown-menu>li>a {
		padding: 3px 0;
		line-height: 1.42857 !important
	}

	.header-main {
		padding: 10px 0
	}

	#nav {
		display: none;
		padding: 10px 0;
		margin-bottom: 15px
	}

	#nav.open {
		display: block
	}

	#nav .nav-link>.fa {
		float: right;
		line-height: 22px;
		width: 40px;
		text-align: center;
		transform: translateY(-5px);
		-webkit-transform: translateY(-5px);
		-moz-transform: translateY(-5px)
	}

	#nav-mobile {
		padding: 10px 15px;
		margin-bottom: 15px
	}

	#nav-mobile.open {
		width: 100%
	}

	#nav-mobile a {
		color: #A7A7A7;
		border-color: #A7A7A7
	}

	#nav-mobile .nav-link>.fa {
		float: right;
		line-height: 22px;
		margin-right: -15px;
		width: 40px;
		text-align: center;
		transform: translateY(-2px);
		-webkit-transform: translateY(-2px);
		-moz-transform: translateY(-2px)
	}

	header nav .nav-item.active>a:before {
		display: none
	}

	header nav .nav-item li.dropdown-submenu .dropdown-menu {
		padding-left: 15px
	}

	#nav-mobile .nav-link>.fa {
		position: absolute;
		right: -2px;
		top: 9px !important
	}
}

@media (max-width:991px) {
	.logo {
		display: inline-block;
		font-size: 30px;
		line-height: 65px
	}

	.menu-offcanvas {
		height: 100%;
		overflow-y: auto;
		width: 300px;
		position: fixed !important;
		background-color: #F6F6F7;
		-webkit-transition: -webkit-transform 0.5s;
		transition: transform 0.5s;
		z-index: 999999 !important;
		top: 0 !important;
		left: 0;
		-webkit-transform: translateX(-300px);
		-ms-transform: translateX(-300px);
		transform: translateX(-300px)
	}

	.menu-offcanvas.open {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}

	.menu-offcanvas #nav-mobile {
		overflow: scroll;
		max-height: calc(100vh - 136px)
	}

	.menuclose {
		position: absolute;
		right: 10px;
		top: 10px;
		color: #252525;
		border: 1px solid #EBEBEB;
		width: 30px;
		height: 30px;
		text-align: center;
		line-height: 30px
	}
}

@media (max-width:543px) {
	.heading-cart {
		top: 23px
	}

	header {
		position: static !important
	}

	header .logo a {
		display: inline-block;
		text-align: left;
		max-width: 175px
	}

	.topbar .a-left {
		display: none
	}

	.topbar ul.list-inline.f-right {
		float: left !important
	}

	.logo {
		display: block;
		font-size: 20px
	}

	.search.f-right {
		float: none;
		width: 100%
	}
}

@media (max-width:1199px) {
	footer .copyright {
		margin-top: 30px
	}

	footer .mailchimp {
		text-align: center;
		margin-bottom: -50px
	}
}

@media (max-width:991px) {
	.featured-blogs .blog-item-thumbnail>a {
		display: flex;
		align-items: center;
		justify-content: center;
		height: auto
	}

	.copyright .col-sm-12.col-md-6.a-left {
		text-align: center !important
	}

	footer.footer-style-2 .copyright ul.menu {
		line-height: unset;
		width: 100%;
		text-align: center
	}

	footer {
		margin-top: 84px
	}

	footer .mailchimp {
		text-align: center;
		margin-bottom: -80px
	}

	footer .mailchimp form {
		text-align: center;
		margin-top: 10px
	}

	footer {
		margin-top: 0;
		padding-bottom: 0
	}
}

@media (max-width:767px) {
	footer .copyright .a-left {
		text-align: center !important
	}

	footer .footer-address .contact-box-info .fixline {
		height: 5px;
		display: block
	}

	.section-news .video-box {
		margin-bottom: 0
	}

	footer .mailchimp {
		margin-bottom: 0
	}

	footer .footer-widget .list-menu {
		display: block;
	}

	footer .footer-widget h3 {
		margin: 0
	}

	footer .footer-widget h3.hastog:after {
		content: "+";
		font-size: 18px;
		float: right;
		display: inline-block
	}

	footer .footer-widget.active h3 {
		margin-bottom: 10px
	}

	footer .footer-widget.active h3.hastog:after {
		content: "-"
	}

	footer .footer-widget.active .list-menu {
		display: block
	}

	.col-xs-12:last-child .footer-widget {
		border: none
	}

	footer .footer-address {
		border: none;
		margin-top: 0 !important;
		padding-top: 20px !important
	}

	footer {
		margin-top: 0
	}

	footer .site-footer {
		border: none
	}

	.logo-footer {
		margin-bottom: 20px
	}

	footer .mailchimp {
		text-align: left;
		transform: translateY(0);
		-moz-transform: translateY(0)
	}

	footer .mailchimp h3 {
		margin-bottom: 10px;
		font-weight: 400
	}

	footer .mailchimp .container {
		padding: 0
	}

	footer .mailchimp .container>div {
		padding: 30px 15px
	}

	footer .mailchimp form {
		text-align: left;
		margin-top: 15px
	}

	footer .mailchimp form input {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px
	}

	footer .mailchimp form .btn {
		margin: 0
	}

	footer .copyright {
		line-height: 24px;
		border-top: 1px dashed #545455
	}

	footer .fixline {
		display: block;
		opacity: 0;
		height: 0
	}
}

@media (max-width:420px) {
	.col-xs-6.footer-header {
		width: 100%
	}
}

@media (max-width:991px) {
	.sortPagiBar {
		margin-bottom: 20px
	}

	.sortPagiBar .bg-white.clearfix.f-right {
		width: 100%
	}

	.sortPagiBar .box-heading .title-head {
		margin-bottom: 14px
	}

	.sortPagiBar .box-heading:after {
		display: none
	}

	.sortPagiBar #sort-by {
		padding-left: 0
	}
}

@media (max-width:767px) {
	.products-view-list .product-box .product-thumbnail {
		width: 100%
	}

	.products-view-list .product-box .product-info {
		width: 100%;
		margin: 0
	}

	.section-tinmoinhat .tintucslider {
		padding: 0;
		display: block;
		width: 100%;
		clear: left
	}

	.section-tinmoinhat h2.title-head {
		float: none;
		text-align: center;
		margin-bottom: 10px
	}
}

@media (max-width:430px) {
	.collection p.title-head-info {
		position: static
	}

	.collection h1.title-head {
		margin-bottom: 5px
	}
}

@media (max-width:375px) {
	.pagination .page-link {
		width: 30px;
		height: 30px;
		line-height: 30px;
		margin: 1px
	}

	.search-main h2 {
		font-size: 24px
	}

	.search-main .title-head {
		font-size: 18px
	}
}

@media (max-width:480px) {
	.product-tab .tab-link {
		margin-right: 0;
		width: 100%;
		border: none;
		border-bottom: 1px solid #EBEBEB
	}

	.product-tab .tab-link:last-child {
		border-bottom: none
	}

	.product-tab .tab-link.current {
		border-right: none;
		border-left: none
	}
}

@media (max-width:991px) {
	.details-pro {
		margin-top: 30px
	}
}

@media (max-width:767px) {
	.breadcrumb-title {
		font-size: 20px
	}

	.details-product .large-image>a {
		height: 300px
	}

	.details-product .details-pro .custom-btn-number {
		width: 100%;
		margin-right: 0
	}

	.details-product .details-pro .form-detail-action button.btn {
		width: 100%
	}

	.travel-info .fa {
		width: 17px
	}

	.travel-info span.inline-block.margin-right-15 {
		margin-bottom: 15px
	}
}

@media (max-width:375px) {
	.sodiachi .btn.btn-50 {
		width: 100%;
		margin-bottom: 10px
	}
}

@media (max-width:768px) {
	.quick-view {
		display: none !important
	}
}

@media (max-width:1199px) {
	.product-image-block {
		padding: 0
	}

	.aside-item.aside-mini-list-product {
		margin-bottom: 0
	}

	#open-filters {
		color: #FFF;
		background: #20549a;
		position: fixed;
		right: 0;
		top: 35% !important;
		padding: 4px 10px;
		cursor: pointer;
		z-index: 999;
		font-size: 18px;
		-webkit-transition: all 0.35s ease;
		-o-transition: all 0.35s ease;
		transition: all 0.35s ease
	}

	#open-filters.open {
		right: 256px
	}

	#open-filters.open i:before {
		content: '\f00d'
	}

	#open-filters span {
		display: none
	}

	.dqdt-sidebar {
		position: fixed;
		width: 256px;
		background: #FFF;
		top: 0;
		bottom: 0;
		right: 0;
		padding: 15px;
		border: solid 1px #EBEBEB;
		overflow: auto;
		z-index: 100000;
		visibility: hidden;
		-webkit-transition: all 0.35s ease;
		-o-transition: all 0.35s ease;
		transition: all 0.35s ease;
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%)
	}

	.dqdt-sidebar.open {
		visibility: visible;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0)
	}
}

@media (max-width:767px) {
	.blog-main .blog-item-name {
		font-size: 18px;
		margin-top: 10px;
		margin-bottom: 10px
	}

	.blog-main .blog-item-summary {
		margin-bottom: 0
	}
}

@media (max-width:767px) {
	.tag-share .social-media {
		text-align: left
	}
}

@media (max-width:991px) {
	.main-container .col-main .cart ul.checkout .inline-block {
		line-height: 45px;
		padding-right: 0;
		font-size: 21px;
		width: 100%
	}
}

@media (max-width:767px) {
	.title-cart a {
		margin-top: -31px
	}
}

@media (max-width:767px) {
	.google-map .map {
		height: 350px !important;
		margin-bottom: 15px
	}
}

@media (max-width:767px) {
	.page_customer_account .col-main-acount .col-right-account .block-account {
		margin-bottom: 20px
	}

	div#b {
		margin-top: 0 !important
	}
}

@media (max-width:767px) {
	.page-404 form {
		width: 100%;
		display: inline-block;
		position: relative;
		margin-bottom: 0 !important
	}
}

@media (max-width:767px) {
	.signup.search-main button.btn.btn-primary {
		width: 100%;
		margin-top: 10px
	}
}

@media (max-width:767px) {
	.bread-crumb {
		line-height: 24px
	}

	.bread-crumb .col-xs-12 {
		padding-left: 0 !important
	}

	section.signup.search-main form input {
		width: 100% !important
	}
}

.d-none {
	display: none !important
}

.d-inline {
	display: inline !important
}

.d-inline-block {
	display: inline-block !important
}

.d-block {
	display: block !important
}

.d-table {
	display: table !important
}

.d-table-row {
	display: table-row !important
}

.d-table-cell {
	display: table-cell !important
}

.d-flex {
	display: -ms-flexbox !important;
	display: flex !important
}

.d-inline-flex {
	display: -ms-inline-flexbox !important;
	display: inline-flex !important
}

@media (min-width:576px) {
	.d-sm-none {
		display: none !important
	}

	.d-sm-inline {
		display: inline !important
	}

	.d-sm-inline-block {
		display: inline-block !important
	}

	.d-sm-block {
		display: block !important
	}

	.d-sm-table {
		display: table !important
	}

	.d-sm-table-row {
		display: table-row !important
	}

	.d-sm-table-cell {
		display: table-cell !important
	}

	.d-sm-flex {
		display: -ms-flexbox !important;
		display: flex !important
	}

	.d-sm-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}
}

@media (min-width:768px) {
	.d-md-none {
		display: none !important
	}

	.d-md-inline {
		display: inline !important
	}

	.d-md-inline-block {
		display: inline-block !important
	}

	.d-md-block {
		display: block !important
	}

	.d-md-table {
		display: table !important
	}

	.d-md-table-row {
		display: table-row !important
	}

	.d-md-table-cell {
		display: table-cell !important
	}

	.d-md-flex {
		display: -ms-flexbox !important;
		display: flex !important
	}

	.d-md-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}
}

@media (min-width:992px) {
	.d-lg-none {
		display: none !important
	}

	.d-lg-inline {
		display: inline !important
	}

	.d-lg-inline-block {
		display: inline-block !important
	}

	.d-lg-block {
		display: block !important
	}

	.d-lg-table {
		display: table !important
	}

	.d-lg-table-row {
		display: table-row !important
	}

	.d-lg-table-cell {
		display: table-cell !important
	}

	.d-lg-flex {
		display: -ms-flexbox !important;
		display: flex !important
	}

	.d-lg-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}
}

@media (min-width:1200px) {
	.d-xl-none {
		display: none !important
	}

	.d-xl-inline {
		display: inline !important
	}

	.d-xl-inline-block {
		display: inline-block !important
	}

	.d-xl-block {
		display: block !important
	}

	.d-xl-table {
		display: table !important
	}

	.d-xl-table-row {
		display: table-row !important
	}

	.d-xl-table-cell {
		display: table-cell !important
	}

	.d-xl-flex {
		display: -ms-flexbox !important;
		display: flex !important
	}

	.d-xl-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}
}

@media print {
	.d-print-none {
		display: none !important
	}

	.d-print-inline {
		display: inline !important
	}

	.d-print-inline-block {
		display: inline-block !important
	}

	.d-print-block {
		display: block !important
	}

	.d-print-table {
		display: table !important
	}

	.d-print-table-row {
		display: table-row !important
	}

	.d-print-table-cell {
		display: table-cell !important
	}

	.d-print-flex {
		display: -ms-flexbox !important;
		display: flex !important
	}

	.d-print-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}
}

.flex-row {
	-ms-flex-direction: row !important;
	flex-direction: row !important
}

.flex-column {
	-ms-flex-direction: column !important;
	flex-direction: column !important
}

.flex-row-reverse {
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important
}

.flex-column-reverse {
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important
}

.flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important
}

.flex-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important
}

.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important
}

.flex-fill {
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important
}

.flex-grow-0 {
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important
}

.flex-grow-1 {
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important
}

.flex-shrink-0 {
	-ms-flex-negative: 0 !important;
	flex-shrink: 0 !important
}

.flex-shrink-1 {
	-ms-flex-negative: 1 !important;
	flex-shrink: 1 !important
}

.justify-content-start {
	-ms-flex-pack: start !important;
	justify-content: flex-start !important
}

.justify-content-end {
	-ms-flex-pack: end !important;
	justify-content: flex-end !important
}

.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important
}

.justify-content-between {
	-ms-flex-pack: justify !important;
	justify-content: space-between !important
}

.justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important
}

.align-items-start {
	-ms-flex-align: start !important;
	align-items: flex-start !important
}

.align-items-end {
	-ms-flex-align: end !important;
	align-items: flex-end !important
}

.align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important
}

.align-items-baseline {
	-ms-flex-align: baseline !important;
	align-items: baseline !important
}

.align-items-stretch {
	-ms-flex-align: stretch !important;
	align-items: stretch !important
}

.align-content-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important
}

.align-content-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important
}

.align-content-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important
}

.align-content-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important
}

.align-content-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important
}

.align-content-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important
}

.align-self-auto {
	-ms-flex-item-align: auto !important;
	align-self: auto !important
}

.align-self-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important
}

.align-self-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important
}

.align-self-center {
	-ms-flex-item-align: center !important;
	align-self: center !important
}

.align-self-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important
}

.align-self-stretch {
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important
}

@media (min-width:576px) {
	.flex-sm-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}

	.flex-sm-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}

	.flex-sm-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important
	}

	.flex-sm-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important
	}

	.flex-sm-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important
	}

	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important
	}

	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important
	}

	.flex-sm-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important
	}

	.flex-sm-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important
	}

	.flex-sm-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important
	}

	.flex-sm-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important
	}

	.flex-sm-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important
	}

	.justify-content-sm-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important
	}

	.justify-content-sm-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important
	}

	.justify-content-sm-center {
		-ms-flex-pack: center !important;
		justify-content: center !important
	}

	.justify-content-sm-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important
	}

	.justify-content-sm-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important
	}

	.align-items-sm-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important
	}

	.align-items-sm-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important
	}

	.align-items-sm-center {
		-ms-flex-align: center !important;
		align-items: center !important
	}

	.align-items-sm-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important
	}

	.align-items-sm-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important
	}

	.align-content-sm-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important
	}

	.align-content-sm-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important
	}

	.align-content-sm-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important
	}

	.align-content-sm-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important
	}

	.align-content-sm-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important
	}

	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important
	}

	.align-self-sm-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important
	}

	.align-self-sm-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important
	}

	.align-self-sm-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important
	}

	.align-self-sm-center {
		-ms-flex-item-align: center !important;
		align-self: center !important
	}

	.align-self-sm-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important
	}

	.align-self-sm-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important
	}
}

@media (min-width:768px) {
	.flex-md-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}

	.flex-md-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}

	.flex-md-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important
	}

	.flex-md-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important
	}

	.flex-md-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important
	}

	.flex-md-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important
	}

	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important
	}

	.flex-md-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important
	}

	.flex-md-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important
	}

	.flex-md-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important
	}

	.flex-md-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important
	}

	.flex-md-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important
	}

	.justify-content-md-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important
	}

	.justify-content-md-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important
	}

	.justify-content-md-center {
		-ms-flex-pack: center !important;
		justify-content: center !important
	}

	.justify-content-md-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important
	}

	.justify-content-md-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important
	}

	.align-items-md-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important
	}

	.align-items-md-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important
	}

	.align-items-md-center {
		-ms-flex-align: center !important;
		align-items: center !important
	}

	.align-items-md-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important
	}

	.align-items-md-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important
	}

	.align-content-md-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important
	}

	.align-content-md-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important
	}

	.align-content-md-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important
	}

	.align-content-md-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important
	}

	.align-content-md-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important
	}

	.align-content-md-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important
	}

	.align-self-md-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important
	}

	.align-self-md-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important
	}

	.align-self-md-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important
	}

	.align-self-md-center {
		-ms-flex-item-align: center !important;
		align-self: center !important
	}

	.align-self-md-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important
	}

	.align-self-md-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important
	}
}

@media (min-width:992px) {
	.flex-lg-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}

	.flex-lg-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}

	.flex-lg-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important
	}

	.flex-lg-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important
	}

	.flex-lg-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important
	}

	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important
	}

	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important
	}

	.flex-lg-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important
	}

	.flex-lg-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important
	}

	.flex-lg-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important
	}

	.flex-lg-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important
	}

	.flex-lg-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important
	}

	.justify-content-lg-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important
	}

	.justify-content-lg-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important
	}

	.justify-content-lg-center {
		-ms-flex-pack: center !important;
		justify-content: center !important
	}

	.justify-content-lg-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important
	}

	.justify-content-lg-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important
	}

	.align-items-lg-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important
	}

	.align-items-lg-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important
	}

	.align-items-lg-center {
		-ms-flex-align: center !important;
		align-items: center !important
	}

	.align-items-lg-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important
	}

	.align-items-lg-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important
	}

	.align-content-lg-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important
	}

	.align-content-lg-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important
	}

	.align-content-lg-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important
	}

	.align-content-lg-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important
	}

	.align-content-lg-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important
	}

	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important
	}

	.align-self-lg-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important
	}

	.align-self-lg-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important
	}

	.align-self-lg-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important
	}

	.align-self-lg-center {
		-ms-flex-item-align: center !important;
		align-self: center !important
	}

	.align-self-lg-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important
	}

	.align-self-lg-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important
	}
}

@media (min-width:1200px) {
	.flex-xl-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}

	.flex-xl-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}

	.flex-xl-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important
	}

	.flex-xl-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important
	}

	.flex-xl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important
	}

	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important
	}

	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important
	}

	.flex-xl-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important
	}

	.flex-xl-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important
	}

	.flex-xl-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important
	}

	.flex-xl-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important
	}

	.flex-xl-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important
	}

	.justify-content-xl-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important
	}

	.justify-content-xl-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important
	}

	.justify-content-xl-center {
		-ms-flex-pack: center !important;
		justify-content: center !important
	}

	.justify-content-xl-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important
	}

	.justify-content-xl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important
	}

	.align-items-xl-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important
	}

	.align-items-xl-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important
	}

	.align-items-xl-center {
		-ms-flex-align: center !important;
		align-items: center !important
	}

	.align-items-xl-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important
	}

	.align-items-xl-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important
	}

	.align-content-xl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important
	}

	.align-content-xl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important
	}

	.align-content-xl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important
	}

	.align-content-xl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important
	}

	.align-content-xl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important
	}

	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important
	}

	.align-self-xl-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important
	}

	.align-self-xl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important
	}

	.align-self-xl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important
	}

	.align-self-xl-center {
		-ms-flex-item-align: center !important;
		align-self: center !important
	}

	.align-self-xl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important
	}

	.align-self-xl-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important
	}
}

.text-left {
	text-align: left !important
}

.text-right {
	text-align: right !important
}

.text-center {
	text-align: center !important
}

@media (min-width:576px) {
	.text-sm-left {
		text-align: left !important
	}

	.text-sm-right {
		text-align: right !important
	}

	.text-sm-center {
		text-align: center !important
	}
}

@media (min-width:768px) {
	.text-md-left {
		text-align: left !important
	}

	.text-md-right {
		text-align: right !important
	}

	.text-md-center {
		text-align: center !important
	}
}

@media (min-width:992px) {
	.text-lg-left {
		text-align: left !important
	}

	.text-lg-right {
		text-align: right !important
	}

	.text-lg-center {
		text-align: center !important
	}
}

@media (min-width:1200px) {
	.text-xl-left {
		text-align: left !important
	}

	.text-xl-right {
		text-align: right !important
	}

	.text-xl-center {
		text-align: center !important
	}
}

.m-0 {
	margin: 0 !important
}

.mt-0, .my-0 {
	margin-top: 0 !important
}

.mr-0, .mx-0 {
	margin-right: 0 !important
}

.mb-0, .my-0 {
	margin-bottom: 0 !important
}

.ml-0, .mx-0 {
	margin-left: 0 !important
}

.m-1 {
	margin: 0.25rem !important
}

.mt-1, .my-1 {
	margin-top: 0.25rem !important
}

.mr-1, .mx-1 {
	margin-right: 0.25rem !important
}

.mb-1, .my-1 {
	margin-bottom: 0.25rem !important
}

.ml-1, .mx-1 {
	margin-left: 0.25rem !important
}

.m-2 {
	margin: 0.5rem !important
}

.mt-2, .my-2 {
	margin-top: 0.5rem !important
}

.mr-2, .mx-2 {
	margin-right: 0.5rem !important
}

.mb-2, .my-2 {
	margin-bottom: 0.5rem !important
}

.ml-2, .mx-2 {
	margin-left: 0.5rem !important
}

.m-3 {
	margin: 1rem !important
}

.mt-3, .my-3 {
	margin-top: 1rem !important
}

.mr-3, .mx-3 {
	margin-right: 1rem !important
}

.mb-3, .my-3 {
	margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
	margin-left: 1rem !important
}

.m-4 {
	margin: 1.5rem !important
}

.mt-4, .my-4 {
	margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
	margin-right: 1.5rem !important
}

.mb-4, .my-4 {
	margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
	margin-left: 1.5rem !important
}

.m-5 {
	margin: 3rem !important
}

.mt-5, .my-5 {
	margin-top: 3rem !important
}

.mr-5, .mx-5 {
	margin-right: 3rem !important
}

.mb-5, .my-5 {
	margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
	margin-left: 3rem !important
}

.p-0 {
	padding: 0 !important
}

.pt-0, .py-0 {
	padding-top: 0 !important
}

.pr-0, .px-0 {
	padding-right: 0 !important
}

.pb-0, .py-0 {
	padding-bottom: 0 !important
}

.pl-0, .px-0 {
	padding-left: 0 !important
}

.p-1 {
	padding: 0.25rem !important
}

.pt-1, .py-1 {
	padding-top: 0.25rem !important
}

.pr-1, .px-1 {
	padding-right: 0.25rem !important
}

.pb-1, .py-1 {
	padding-bottom: 0.25rem !important
}

.pl-1, .px-1 {
	padding-left: 0.25rem !important
}

.p-2 {
	padding: 0.5rem !important
}

.pt-2, .py-2 {
	padding-top: 0.5rem !important
}

.pr-2, .px-2 {
	padding-right: 0.5rem !important
}

.pb-2, .py-2 {
	padding-bottom: 0.5rem !important
}

.pl-2, .px-2 {
	padding-left: 0.5rem !important
}

.p-3 {
	padding: 1rem !important
}

.pt-3, .py-3 {
	padding-top: 1rem !important
}

.pr-3, .px-3 {
	padding-right: 1rem !important
}

.pb-3, .py-3 {
	padding-bottom: 1rem !important
}

.pl-3, .px-3 {
	padding-left: 1rem !important
}

.p-4 {
	padding: 1.5rem !important
}

.pt-4, .py-4 {
	padding-top: 1.5rem !important
}

.pr-4, .px-4 {
	padding-right: 1.5rem !important
}

.pb-4, .py-4 {
	padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
	padding-left: 1.5rem !important
}

.p-5 {
	padding: 3rem !important
}

.pt-5, .py-5 {
	padding-top: 3rem !important
}

.pr-5, .px-5 {
	padding-right: 3rem !important
}

.pb-5, .py-5 {
	padding-bottom: 3rem !important
}

.pl-5, .px-5 {
	padding-left: 3rem !important
}

.m-auto {
	margin: auto !important
}

.mt-auto, .my-auto {
	margin-top: auto !important
}

.mr-auto, .mx-auto {
	margin-right: auto !important
}

.mb-auto, .my-auto {
	margin-bottom: auto !important
}

.ml-auto, .mx-auto {
	margin-left: auto !important
}

@media (min-width:576px) {
	.m-sm-0 {
		margin: 0 !important
	}

	.mt-sm-0, .my-sm-0 {
		margin-top: 0 !important
	}

	.mr-sm-0, .mx-sm-0 {
		margin-right: 0 !important
	}

	.mb-sm-0, .my-sm-0 {
		margin-bottom: 0 !important
	}

	.ml-sm-0, .mx-sm-0 {
		margin-left: 0 !important
	}

	.m-sm-1 {
		margin: 0.25rem !important
	}

	.mt-sm-1, .my-sm-1 {
		margin-top: 0.25rem !important
	}

	.mr-sm-1, .mx-sm-1 {
		margin-right: 0.25rem !important
	}

	.mb-sm-1, .my-sm-1 {
		margin-bottom: 0.25rem !important
	}

	.ml-sm-1, .mx-sm-1 {
		margin-left: 0.25rem !important
	}

	.m-sm-2 {
		margin: 0.5rem !important
	}

	.mt-sm-2, .my-sm-2 {
		margin-top: 0.5rem !important
	}

	.mr-sm-2, .mx-sm-2 {
		margin-right: 0.5rem !important
	}

	.mb-sm-2, .my-sm-2 {
		margin-bottom: 0.5rem !important
	}

	.ml-sm-2, .mx-sm-2 {
		margin-left: 0.5rem !important
	}

	.m-sm-3 {
		margin: 1rem !important
	}

	.mt-sm-3, .my-sm-3 {
		margin-top: 1rem !important
	}

	.mr-sm-3, .mx-sm-3 {
		margin-right: 1rem !important
	}

	.mb-sm-3, .my-sm-3 {
		margin-bottom: 1rem !important
	}

	.ml-sm-3, .mx-sm-3 {
		margin-left: 1rem !important
	}

	.m-sm-4 {
		margin: 1.5rem !important
	}

	.mt-sm-4, .my-sm-4 {
		margin-top: 1.5rem !important
	}

	.mr-sm-4, .mx-sm-4 {
		margin-right: 1.5rem !important
	}

	.mb-sm-4, .my-sm-4 {
		margin-bottom: 1.5rem !important
	}

	.ml-sm-4, .mx-sm-4 {
		margin-left: 1.5rem !important
	}

	.m-sm-5 {
		margin: 3rem !important
	}

	.mt-sm-5, .my-sm-5 {
		margin-top: 3rem !important
	}

	.mr-sm-5, .mx-sm-5 {
		margin-right: 3rem !important
	}

	.mb-sm-5, .my-sm-5 {
		margin-bottom: 3rem !important
	}

	.ml-sm-5, .mx-sm-5 {
		margin-left: 3rem !important
	}

	.p-sm-0 {
		padding: 0 !important
	}

	.pt-sm-0, .py-sm-0 {
		padding-top: 0 !important
	}

	.pr-sm-0, .px-sm-0 {
		padding-right: 0 !important
	}

	.pb-sm-0, .py-sm-0 {
		padding-bottom: 0 !important
	}

	.pl-sm-0, .px-sm-0 {
		padding-left: 0 !important
	}

	.p-sm-1 {
		padding: 0.25rem !important
	}

	.pt-sm-1, .py-sm-1 {
		padding-top: 0.25rem !important
	}

	.pr-sm-1, .px-sm-1 {
		padding-right: 0.25rem !important
	}

	.pb-sm-1, .py-sm-1 {
		padding-bottom: 0.25rem !important
	}

	.pl-sm-1, .px-sm-1 {
		padding-left: 0.25rem !important
	}

	.p-sm-2 {
		padding: 0.5rem !important
	}

	.pt-sm-2, .py-sm-2 {
		padding-top: 0.5rem !important
	}

	.pr-sm-2, .px-sm-2 {
		padding-right: 0.5rem !important
	}

	.pb-sm-2, .py-sm-2 {
		padding-bottom: 0.5rem !important
	}

	.pl-sm-2, .px-sm-2 {
		padding-left: 0.5rem !important
	}

	.p-sm-3 {
		padding: 1rem !important
	}

	.pt-sm-3, .py-sm-3 {
		padding-top: 1rem !important
	}

	.pr-sm-3, .px-sm-3 {
		padding-right: 1rem !important
	}

	.pb-sm-3, .py-sm-3 {
		padding-bottom: 1rem !important
	}

	.pl-sm-3, .px-sm-3 {
		padding-left: 1rem !important
	}

	.p-sm-4 {
		padding: 1.5rem !important
	}

	.pt-sm-4, .py-sm-4 {
		padding-top: 1.5rem !important
	}

	.pr-sm-4, .px-sm-4 {
		padding-right: 1.5rem !important
	}

	.pb-sm-4, .py-sm-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-sm-4, .px-sm-4 {
		padding-left: 1.5rem !important
	}

	.p-sm-5 {
		padding: 3rem !important
	}

	.pt-sm-5, .py-sm-5 {
		padding-top: 3rem !important
	}

	.pr-sm-5, .px-sm-5 {
		padding-right: 3rem !important
	}

	.pb-sm-5, .py-sm-5 {
		padding-bottom: 3rem !important
	}

	.pl-sm-5, .px-sm-5 {
		padding-left: 3rem !important
	}

	.m-sm-auto {
		margin: auto !important
	}

	.mt-sm-auto, .my-sm-auto {
		margin-top: auto !important
	}

	.mr-sm-auto, .mx-sm-auto {
		margin-right: auto !important
	}

	.mb-sm-auto, .my-sm-auto {
		margin-bottom: auto !important
	}

	.ml-sm-auto, .mx-sm-auto {
		margin-left: auto !important
	}
}

@media (min-width:768px) {
	.m-md-0 {
		margin: 0 !important
	}

	.mt-md-0, .my-md-0 {
		margin-top: 0 !important
	}

	.mr-md-0, .mx-md-0 {
		margin-right: 0 !important
	}

	.mb-md-0, .my-md-0 {
		margin-bottom: 0 !important
	}

	.ml-md-0, .mx-md-0 {
		margin-left: 0 !important
	}

	.m-md-1 {
		margin: 0.25rem !important
	}

	.mt-md-1, .my-md-1 {
		margin-top: 0.25rem !important
	}

	.mr-md-1, .mx-md-1 {
		margin-right: 0.25rem !important
	}

	.mb-md-1, .my-md-1 {
		margin-bottom: 0.25rem !important
	}

	.ml-md-1, .mx-md-1 {
		margin-left: 0.25rem !important
	}

	.m-md-2 {
		margin: 0.5rem !important
	}

	.mt-md-2, .my-md-2 {
		margin-top: 0.5rem !important
	}

	.mr-md-2, .mx-md-2 {
		margin-right: 0.5rem !important
	}

	.mb-md-2, .my-md-2 {
		margin-bottom: 0.5rem !important
	}

	.ml-md-2, .mx-md-2 {
		margin-left: 0.5rem !important
	}

	.m-md-3 {
		margin: 1rem !important
	}

	.mt-md-3, .my-md-3 {
		margin-top: 1rem !important
	}

	.mr-md-3, .mx-md-3 {
		margin-right: 1rem !important
	}

	.mb-md-3, .my-md-3 {
		margin-bottom: 1rem !important
	}

	.ml-md-3, .mx-md-3 {
		margin-left: 1rem !important
	}

	.m-md-4 {
		margin: 1.5rem !important
	}

	.mt-md-4, .my-md-4 {
		margin-top: 1.5rem !important
	}

	.mr-md-4, .mx-md-4 {
		margin-right: 1.5rem !important
	}

	.mb-md-4, .my-md-4 {
		margin-bottom: 1.5rem !important
	}

	.ml-md-4, .mx-md-4 {
		margin-left: 1.5rem !important
	}

	.m-md-5 {
		margin: 3rem !important
	}

	.mt-md-5, .my-md-5 {
		margin-top: 3rem !important
	}

	.mr-md-5, .mx-md-5 {
		margin-right: 3rem !important
	}

	.mb-md-5, .my-md-5 {
		margin-bottom: 3rem !important
	}

	.ml-md-5, .mx-md-5 {
		margin-left: 3rem !important
	}

	.p-md-0 {
		padding: 0 !important
	}

	.pt-md-0, .py-md-0 {
		padding-top: 0 !important
	}

	.pr-md-0, .px-md-0 {
		padding-right: 0 !important
	}

	.pb-md-0, .py-md-0 {
		padding-bottom: 0 !important
	}

	.pl-md-0, .px-md-0 {
		padding-left: 0 !important
	}

	.p-md-1 {
		padding: 0.25rem !important
	}

	.pt-md-1, .py-md-1 {
		padding-top: 0.25rem !important
	}

	.pr-md-1, .px-md-1 {
		padding-right: 0.25rem !important
	}

	.pb-md-1, .py-md-1 {
		padding-bottom: 0.25rem !important
	}

	.pl-md-1, .px-md-1 {
		padding-left: 0.25rem !important
	}

	.p-md-2 {
		padding: 0.5rem !important
	}

	.pt-md-2, .py-md-2 {
		padding-top: 0.5rem !important
	}

	.pr-md-2, .px-md-2 {
		padding-right: 0.5rem !important
	}

	.pb-md-2, .py-md-2 {
		padding-bottom: 0.5rem !important
	}

	.pl-md-2, .px-md-2 {
		padding-left: 0.5rem !important
	}

	.p-md-3 {
		padding: 1rem !important
	}

	.pt-md-3, .py-md-3 {
		padding-top: 1rem !important
	}

	.pr-md-3, .px-md-3 {
		padding-right: 1rem !important
	}

	.pb-md-3, .py-md-3 {
		padding-bottom: 1rem !important
	}

	.pl-md-3, .px-md-3 {
		padding-left: 1rem !important
	}

	.p-md-4 {
		padding: 1.5rem !important
	}

	.pt-md-4, .py-md-4 {
		padding-top: 1.5rem !important
	}

	.pr-md-4, .px-md-4 {
		padding-right: 1.5rem !important
	}

	.pb-md-4, .py-md-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-md-4, .px-md-4 {
		padding-left: 1.5rem !important
	}

	.p-md-5 {
		padding: 3rem !important
	}

	.pt-md-5, .py-md-5 {
		padding-top: 3rem !important
	}

	.pr-md-5, .px-md-5 {
		padding-right: 3rem !important
	}

	.pb-md-5, .py-md-5 {
		padding-bottom: 3rem !important
	}

	.pl-md-5, .px-md-5 {
		padding-left: 3rem !important
	}

	.m-md-auto {
		margin: auto !important
	}

	.mt-md-auto, .my-md-auto {
		margin-top: auto !important
	}

	.mr-md-auto, .mx-md-auto {
		margin-right: auto !important
	}

	.mb-md-auto, .my-md-auto {
		margin-bottom: auto !important
	}

	.ml-md-auto, .mx-md-auto {
		margin-left: auto !important
	}
}

@media (min-width:992px) {
	.m-lg-0 {
		margin: 0 !important
	}

	.mt-lg-0, .my-lg-0 {
		margin-top: 0 !important
	}

	.mr-lg-0, .mx-lg-0 {
		margin-right: 0 !important
	}

	.mb-lg-0, .my-lg-0 {
		margin-bottom: 0 !important
	}

	.ml-lg-0, .mx-lg-0 {
		margin-left: 0 !important
	}

	.m-lg-1 {
		margin: 0.25rem !important
	}

	.mt-lg-1, .my-lg-1 {
		margin-top: 0.25rem !important
	}

	.mr-lg-1, .mx-lg-1 {
		margin-right: 0.25rem !important
	}

	.mb-lg-1, .my-lg-1 {
		margin-bottom: 0.25rem !important
	}

	.ml-lg-1, .mx-lg-1 {
		margin-left: 0.25rem !important
	}

	.m-lg-2 {
		margin: 0.5rem !important
	}

	.mt-lg-2, .my-lg-2 {
		margin-top: 0.5rem !important
	}

	.mr-lg-2, .mx-lg-2 {
		margin-right: 0.5rem !important
	}

	.mb-lg-2, .my-lg-2 {
		margin-bottom: 0.5rem !important
	}

	.ml-lg-2, .mx-lg-2 {
		margin-left: 0.5rem !important
	}

	.m-lg-3 {
		margin: 1rem !important
	}

	.mt-lg-3, .my-lg-3 {
		margin-top: 1rem !important
	}

	.mr-lg-3, .mx-lg-3 {
		margin-right: 1rem !important
	}

	.mb-lg-3, .my-lg-3 {
		margin-bottom: 1rem !important
	}

	.ml-lg-3, .mx-lg-3 {
		margin-left: 1rem !important
	}

	.m-lg-4 {
		margin: 1.5rem !important
	}

	.mt-lg-4, .my-lg-4 {
		margin-top: 1.5rem !important
	}

	.mr-lg-4, .mx-lg-4 {
		margin-right: 1.5rem !important
	}

	.mb-lg-4, .my-lg-4 {
		margin-bottom: 1.5rem !important
	}

	.ml-lg-4, .mx-lg-4 {
		margin-left: 1.5rem !important
	}

	.m-lg-5 {
		margin: 3rem !important
	}

	.mt-lg-5, .my-lg-5 {
		margin-top: 3rem !important
	}

	.mr-lg-5, .mx-lg-5 {
		margin-right: 3rem !important
	}

	.mb-lg-5, .my-lg-5 {
		margin-bottom: 3rem !important
	}

	.ml-lg-5, .mx-lg-5 {
		margin-left: 3rem !important
	}

	.p-lg-0 {
		padding: 0 !important
	}

	.pt-lg-0, .py-lg-0 {
		padding-top: 0 !important
	}

	.pr-lg-0, .px-lg-0 {
		padding-right: 0 !important
	}

	.pb-lg-0, .py-lg-0 {
		padding-bottom: 0 !important
	}

	.pl-lg-0, .px-lg-0 {
		padding-left: 0 !important
	}

	.p-lg-1 {
		padding: 0.25rem !important
	}

	.pt-lg-1, .py-lg-1 {
		padding-top: 0.25rem !important
	}

	.pr-lg-1, .px-lg-1 {
		padding-right: 0.25rem !important
	}

	.pb-lg-1, .py-lg-1 {
		padding-bottom: 0.25rem !important
	}

	.pl-lg-1, .px-lg-1 {
		padding-left: 0.25rem !important
	}

	.p-lg-2 {
		padding: 0.5rem !important
	}

	.pt-lg-2, .py-lg-2 {
		padding-top: 0.5rem !important
	}

	.pr-lg-2, .px-lg-2 {
		padding-right: 0.5rem !important
	}

	.pb-lg-2, .py-lg-2 {
		padding-bottom: 0.5rem !important
	}

	.pl-lg-2, .px-lg-2 {
		padding-left: 0.5rem !important
	}

	.p-lg-3 {
		padding: 1rem !important
	}

	.pt-lg-3, .py-lg-3 {
		padding-top: 1rem !important
	}

	.pr-lg-3, .px-lg-3 {
		padding-right: 1rem !important
	}

	.pb-lg-3, .py-lg-3 {
		padding-bottom: 1rem !important
	}

	.pl-lg-3, .px-lg-3 {
		padding-left: 1rem !important
	}

	.p-lg-4 {
		padding: 1.5rem !important
	}

	.pt-lg-4, .py-lg-4 {
		padding-top: 1.5rem !important
	}

	.pr-lg-4, .px-lg-4 {
		padding-right: 1.5rem !important
	}

	.pb-lg-4, .py-lg-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-lg-4, .px-lg-4 {
		padding-left: 1.5rem !important
	}

	.p-lg-5 {
		padding: 3rem !important
	}

	.pt-lg-5, .py-lg-5 {
		padding-top: 3rem !important
	}

	.pr-lg-5, .px-lg-5 {
		padding-right: 3rem !important
	}

	.pb-lg-5, .py-lg-5 {
		padding-bottom: 3rem !important
	}

	.pl-lg-5, .px-lg-5 {
		padding-left: 3rem !important
	}

	.m-lg-auto {
		margin: auto !important
	}

	.mt-lg-auto, .my-lg-auto {
		margin-top: auto !important
	}

	.mr-lg-auto, .mx-lg-auto {
		margin-right: auto !important
	}

	.mb-lg-auto, .my-lg-auto {
		margin-bottom: auto !important
	}

	.ml-lg-auto, .mx-lg-auto {
		margin-left: auto !important
	}
}

@media (min-width:1200px) {
	.m-xl-0 {
		margin: 0 !important
	}

	.mt-xl-0, .my-xl-0 {
		margin-top: 0 !important
	}

	.mr-xl-0, .mx-xl-0 {
		margin-right: 0 !important
	}

	.mb-xl-0, .my-xl-0 {
		margin-bottom: 0 !important
	}

	.ml-xl-0, .mx-xl-0 {
		margin-left: 0 !important
	}

	.m-xl-1 {
		margin: 0.25rem !important
	}

	.mt-xl-1, .my-xl-1 {
		margin-top: 0.25rem !important
	}

	.mr-xl-1, .mx-xl-1 {
		margin-right: 0.25rem !important
	}

	.mb-xl-1, .my-xl-1 {
		margin-bottom: 0.25rem !important
	}

	.ml-xl-1, .mx-xl-1 {
		margin-left: 0.25rem !important
	}

	.m-xl-2 {
		margin: 0.5rem !important
	}

	.mt-xl-2, .my-xl-2 {
		margin-top: 0.5rem !important
	}

	.mr-xl-2, .mx-xl-2 {
		margin-right: 0.5rem !important
	}

	.mb-xl-2, .my-xl-2 {
		margin-bottom: 0.5rem !important
	}

	.ml-xl-2, .mx-xl-2 {
		margin-left: 0.5rem !important
	}

	.m-xl-3 {
		margin: 1rem !important
	}

	.mt-xl-3, .my-xl-3 {
		margin-top: 1rem !important
	}

	.mr-xl-3, .mx-xl-3 {
		margin-right: 1rem !important
	}

	.mb-xl-3, .my-xl-3 {
		margin-bottom: 1rem !important
	}

	.ml-xl-3, .mx-xl-3 {
		margin-left: 1rem !important
	}

	.m-xl-4 {
		margin: 1.5rem !important
	}

	.mt-xl-4, .my-xl-4 {
		margin-top: 1.5rem !important
	}

	.mr-xl-4, .mx-xl-4 {
		margin-right: 1.5rem !important
	}

	.mb-xl-4, .my-xl-4 {
		margin-bottom: 1.5rem !important
	}

	.ml-xl-4, .mx-xl-4 {
		margin-left: 1.5rem !important
	}

	.m-xl-5 {
		margin: 3rem !important
	}

	.mt-xl-5, .my-xl-5 {
		margin-top: 3rem !important
	}

	.mr-xl-5, .mx-xl-5 {
		margin-right: 3rem !important
	}

	.mb-xl-5, .my-xl-5 {
		margin-bottom: 3rem !important
	}

	.ml-xl-5, .mx-xl-5 {
		margin-left: 3rem !important
	}

	.p-xl-0 {
		padding: 0 !important
	}

	.pt-xl-0, .py-xl-0 {
		padding-top: 0 !important
	}

	.pr-xl-0, .px-xl-0 {
		padding-right: 0 !important
	}

	.pb-xl-0, .py-xl-0 {
		padding-bottom: 0 !important
	}

	.pl-xl-0, .px-xl-0 {
		padding-left: 0 !important
	}

	.p-xl-1 {
		padding: 0.25rem !important
	}

	.pt-xl-1, .py-xl-1 {
		padding-top: 0.25rem !important
	}

	.pr-xl-1, .px-xl-1 {
		padding-right: 0.25rem !important
	}

	.pb-xl-1, .py-xl-1 {
		padding-bottom: 0.25rem !important
	}

	.pl-xl-1, .px-xl-1 {
		padding-left: 0.25rem !important
	}

	.p-xl-2 {
		padding: 0.5rem !important
	}

	.pt-xl-2, .py-xl-2 {
		padding-top: 0.5rem !important
	}

	.pr-xl-2, .px-xl-2 {
		padding-right: 0.5rem !important
	}

	.pb-xl-2, .py-xl-2 {
		padding-bottom: 0.5rem !important
	}

	.pl-xl-2, .px-xl-2 {
		padding-left: 0.5rem !important
	}

	.p-xl-3 {
		padding: 1rem !important
	}

	.pt-xl-3, .py-xl-3 {
		padding-top: 1rem !important
	}

	.pr-xl-3, .px-xl-3 {
		padding-right: 1rem !important
	}

	.pb-xl-3, .py-xl-3 {
		padding-bottom: 1rem !important
	}

	.pl-xl-3, .px-xl-3 {
		padding-left: 1rem !important
	}

	.p-xl-4 {
		padding: 1.5rem !important
	}

	.pt-xl-4, .py-xl-4 {
		padding-top: 1.5rem !important
	}

	.pr-xl-4, .px-xl-4 {
		padding-right: 1.5rem !important
	}

	.pb-xl-4, .py-xl-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-xl-4, .px-xl-4 {
		padding-left: 1.5rem !important
	}

	.p-xl-5 {
		padding: 3rem !important
	}

	.pt-xl-5, .py-xl-5 {
		padding-top: 3rem !important
	}

	.pr-xl-5, .px-xl-5 {
		padding-right: 3rem !important
	}

	.pb-xl-5, .py-xl-5 {
		padding-bottom: 3rem !important
	}

	.pl-xl-5, .px-xl-5 {
		padding-left: 3rem !important
	}

	.m-xl-auto {
		margin: auto !important
	}

	.mt-xl-auto, .my-xl-auto {
		margin-top: auto !important
	}

	.mr-xl-auto, .mx-xl-auto {
		margin-right: auto !important
	}

	.mb-xl-auto, .my-xl-auto {
		margin-bottom: auto !important
	}

	.ml-xl-auto, .mx-xl-auto {
		margin-left: auto !important
	}
}

.section>.container>.section-title>h2 {
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
	position: relative;
	display: block;
	line-height: normal
}

@media (min-width:768px) {
	.section>.container>.section-title>h2:before, .section>.container>.section-title>h2:after {
		content: "";
		height: 2px;
		width: 50%;
		background: #20549a;
		top: 50%;
		z-index: -1;
		position: absolute
	}

	.section>.container>.section-title>h2:before {
		left: 0
	}

	.section>.container>.section-title>h2:after {
		right: 0
	}
}

@media (max-width:767px) {
	.section>.container>.section-title>h2 {
		margin-bottom: 10px
	}
}

.section>.container>.section-title>h2 a, .section>.container>.section-title>h2 span {
	display: inline-block;
	border-radius: 20px;
	background: #20549a;
	padding: 10.5px 20px;
	margin: 0;
	font-size: 16px;
	color: #FFF;
	font-weight: 600;
	text-transform: uppercase;
}

@media (max-width:767px) {
	.section>.container>.section-title>h2 a, .section>.container>.section-title>h2 span {
		border-radius: 5px;
		font-size: 14px
	}
}

.section>.container>.section-title>p {
	font-style: italic;
	color: #333
}

.product-box {
	/* border:1px #EBEBEB solid; */
	/* border-radius:15px; */
	overflow: hidden;
	margin-bottom: 30px;
	box-shadow: 0px 0px 9px 0px rgb(42 22 139 / 12%);
}

@media (max-width:767px) {
	.product-box {
		margin-bottom: 15px
	}
}

@media (max-width:575px) {
	.product-box {
		border-radius: 10px
	}
}

.product-mini-item {
	padding: 15px 0
}

.product-mini-item .product-img {
	border: 1px #EBEBEB solid
}

.product-mini-item .product-info h3 {
	font-weight: 600
}

@media (max-width:767px) {
	.products-view-grid>.row {
		margin-right: -7.5px;
		margin-left: -7.5px
	}

	.products-view-grid>.row>div {
		padding-right: 7.5px;
		padding-left: 7.5px
	}
}

.breadcrumb li>a>span {
	color: #333
}

.products-view-list .product-box {
	padding: 0;
	margin-bottom: 30px
}

.products-view-list .product-box .product-thumbnail {
	border-radius: 15px
}

@media (max-width:575px) {
	.products-view-list .product-box .product-thumbnail {
		border-radius: 10px
	}
}

.products-view-list .product-box .product-info {
	margin: 15px
}

@media (min-width:768px) {
	.products-view-list .product-box .product-info {
		width: calc(100% / 3 * 2 - 45px);
		margin: 15px;
		margin-left: 30px
	}
}

.pagination {
	float: none
}

.pagination .page-link {
	border-radius: 10px !important;
	line-height: 35px;
	width: 35px;
	height: 35px
}

.btn {
	border-radius: 5px
}

.form-group .form-control {
	min-height: 40px;
	background-color: #FFF;
	border-radius: 5px !important;
	border: 1px #EBEBEB solid !important
}

header.header {
	box-shadow: 0 0 5px 0 rgba(84, 84, 84, .15)
}

.header-content {
	padding: 20px 0
}

@media (min-width:1200px) {
	.header-content {
		padding: 20px 0;
	}
}

.policy .item-policy {
	margin: 15px 5px
}

@media (max-width:991px) {
	.policy .item-policy {
		margin-bottom: 0
	}
}

.policy .item-policy>a {
	margin-right: 15px
}

.policy .item-policy .info a {
	font-weight: 700;
	font-size: 15px
}

.policy .item-policy .info p {
	margin: 0
}

.top-cart-contain {
	width: auto
}

.top-cart-contain .mini-cart {
	width: auto
}

@media (min-width:1200px) {
	.top-cart-contain .mini-cart .heading-cart>a {
		display: inline-block;
		padding: 0 20px;
		background: #e90710;
		border-radius: 15px;
		line-height: 36px;
		color: #FFF;
	}
}

.top-cart-contain .mini-cart .heading-cart>a .icon.f-left.relative {
	height: auto;
	margin-right: 10px;
	line-height: 36px;
	display: inline-block
}

@media (max-width:1199px) {
	.top-cart-contain .mini-cart .heading-cart>a .icon.f-left.relative .fa {
		font-size: 24px
	}
}

.top-cart-contain .mini-cart .heading-cart .cartCount {
	right: -22px;
	top: -8px;
	background: #FE9705
}

.top-cart-contain .mini-cart .right-content {
	line-height: normal;
	white-space: normal;
	display: inline-block
}

.top-cart-contain .mini-cart .right-content .label {
	display: inline-block;
	padding: 0;
	color: #FFF
}

header nav {
	padding: 0;
	background: #20549a;
	box-shadow: none;
}

header nav .nav-item {
	float: left
}

header nav .nav-item>a {
	padding: 15.5px 15px;
	font-weight: 400;
	line-height: normal;
	font-size: 16px;
	color: #FFF
}

header nav .nav-item>a:after {
	content: none
}

header nav .nav-item:hover>a {
	background: #FE9705
}

header nav .nav-item:hover>.mega-content, header nav .nav-item:hover .dropdown-menu {
	box-shadow: 0 0 15px -5px rgba(0, 0, 0, .4)
}

header nav .nav-item.active>a {
	color: #FFF
}

@media (max-width:1199px) {
	header nav .nav>.nav-item>a {
		padding: 10px 15px;
		line-height: 30px
	}
}

.menu-search .header_search {
	padding: 10px 0;
	position: relative
}

.menu-search .header_search .search-text {
	border-radius: 15px;
	height: 30px;
	background: #FFF
}

.menu-search .header_search .input-group-btn .btn {
	height: 30px;
	line-height: 30px
}

footer.footer {
	background: #20549a;
}

.footer-widget {
	color: #FFF
}

footer .list-menu li {
	color: #FFF
}

footer .list-menu a {
	color: #FFF
}

footer .list-menu a:hover {
	color: #FFF
}

.list-menu-footer li {
	display: inline-block;
	padding: 0 10px
}

.list-menu-footer li a {
	color: #FFF;
	font-weight: 400
}

.list-menu-footer li a:hover {
	color: #FE9705
}

footer .copyright {
	background: rgba(0, 0, 0, .2);
	color: #FFF;
	border: none
}

footer .copyright a {
	color: #FFF
}

footer .copyright a:hover {
	color: #FE9705
}

footer .copyright b {
	color: #FFF
}

footer .list-menu.list-blogs li {
	padding-left: 16px
}

footer .list-menu.list-blogs li:before {
	width: 8px;
	height: 8px;
	border-radius: 5px;
	background: #FFF;
	top: 12px
}

footer .list-menu.list-blogs li:hover:before {
	background: #FE9705
}

footer .site-footer h3 {
	padding: 10px 0
}

.details-product .details-pro .form-detail-action button.btn {
	border-radius: 5px
}

.details-product .details-pro .custom-btn-number .qtyminus {
	height: 42px;
	line-height: 42px
}

.details-product .details-pro .custom-btn-number .qty {
	height: 44px;
	border-radius: 5px !important
}

.details-product .details-pro .custom-btn-number .qtyplus {
	height: 42px;
	line-height: 42px
}

.details-product .details-pro .box-variant .form-group .selector-wrapper select {
	width: 100%;
	border-radius: 5px
}

.product-tab>ul {
	border: none
}

@media (min-width:481px) {
	.product-tab>ul {
		margin-bottom: 10px
	}
}

.product-tab .tab-link {
	border: none;
	border-radius: 5px;
	background: #20549a;
	margin-right: 10px
}

@media (max-width:480px) {
	.product-tab .tab-link {
		margin-right: 0;
		margin-bottom: 10px
	}
}

.product-tab .tab-link h3 {
	margin: 8px 0;
	color: #FFF
}

.product-tab .tab-link.current {
	background: #FE9705
}

.product-tab .tab-link.current h3 {
	color: #FFF
}

.product-tab .tab-link.current h3:before {
	content: none
}

.product-tab .tab-content.current {
	padding: 15px;
	border: 1px solid #EBEBEB;
	min-height: 100px;
	border-radius: 5px
}

.aside-product.aside-vanchuyen {
	padding: 15px 0 0
}

.sortPagiBar #sort-by>ul>li {
	border-radius: 20px;
	padding: 0 10px;
	line-height: 30px
}

.sortPagiBar #sort-by>ul>li:after {
	content: "\f107";
	font: normal normal normal 14px/1 FontAwesome;
	line-height: 30px;
	float: right
}

.sortPagiBar .view-mode b {
	background: none
}

.sortPagiBar .view-mode b.active {
	color: #FE9705
}

.blog-list .loop-blog .name-right h3 {
	line-height: 18px;
	margin-bottom: 7px
}

.blog-item {
	border: 1px #EBEBEB solid;
	border-radius: 15px;
	margin-bottom: 14px;
}

@media (max-width:575px) {
	.blog-item {
		border-radius: 10px
	}
}

.blog-item .blog-item-thumbnail {
	border-radius: 15px;
	overflow: hidden;
	text-align: center;
	padding: 15px;
	padding-right: 0
}

@media (max-width:575px) {
	.blog-item .blog-item-thumbnail {
		border-radius: 10px
	}
}

.blog-item .blog-item-info {
	margin: 15px
}

@media (min-width:768px) {
	.blog-item .blog-item-info {
		margin: 0;
		margin-right: 15px;
		margin-bottom: 15px
	}
}

.article-wraper .form-group .form-control {
	border-radius: 5px;
	background: none;
	border: 1px #EBEBEB solid !important
}

.social-media label {
	display: inline-block
}

.banner-slider.owl-carousel .owl-item img {
	width: 100%;
	border-radius: 15px
}

@media (max-width:575px) {
	.banner-slider.owl-carousel .owl-item img {
		border-radius: 10px
	}
}

.section .collection-main .section-title {
	text-align: left
}

.section .collection-main .section-title h2 {
	border-radius: 20px;
	background: #20549a;
	padding: 9px 20px;
	margin: 0;
	font-size: 16px;
	color: #FFF;
	font-weight: 600;
	text-transform: uppercase;
}

.section .collection-main .section-title h2 span {
	background: none
}

@media (max-width:767px) {
	.section .collection-main .section-title {
		margin-bottom: 5px
	}

	.section .collection-main .section-title h2 {
		border-radius: 5px;
		font-size: 14px
	}
}

.section-collection ul.tabs.tabs-title {
	border-bottom: 1px #EBEBEB solid
}

@media (max-width:767px) {
	.section-collection ul.tabs.tabs-title {
		border-bottom: none;
		position: relative;
		display: block;
		text-align: center;
		margin-bottom: 15px
	}
}

.section-collection ul.tabs.tabs-title li {
	font-size: 14px;
	padding: 0;
	margin: 0 15px;
	color: #333
}

@media (max-width:991px) {
	.section-collection ul.tabs.tabs-title li {
		margin: 0 10px
	}
}

.section-collection ul.tabs.tabs-title li:first-child {
	margin-left: 0
}

.section-collection ul.tabs.tabs-title li:last-child {
	margin-right: 0
}

.section-collection ul.tabs.tabs-title li:last-child.current:before {
	left: 50%
}

.section-collection ul.tabs.tabs-title li.current a {
	color: #20549a;
	font-weight: 600
}

.section-collection ul.tabs.tabs-title li.current:before {
	bottom: 0;
	width: calc(100%) !important
}

@media (max-width:767px) {
	.section-collection ul.tabs.tabs-title li.current:before {
		content: none
	}
}

.section-collection ul.tabs.tabs-title li:after {
	content: none
}

@media (max-width:767px) {
	.section-collection ul.tabs.tabs-title li {
		margin: 0 5px
	}

	.section-collection ul.tabs.tabs-title li.next, .section-collection ul.tabs.tabs-title li.prev {
		width: 40px
	}

	.section-collection ul.tabs.tabs-title li.next i.fa, .section-collection ul.tabs.tabs-title li.prev i.fa {
		border: 1px #EBEBEB solid;
		border-radius: 3px;
		width: 16px
	}
}

.banner-image-col-tab .item a {
	overflow: hidden;
	display: block;
	text-align: center
}

.banner-image-col-tab .item a img {
	border-radius: 15px
}

@media (max-width:575px) {
	.banner-image-col-tab .item a img {
		border-radius: 10px
	}
}

.section_blog .blog-item {
	border: 1px #EBEBEB solid;
	border-radius: 15px
}

@media (max-width:575px) {
	.section_blog .blog-item {
		border-radius: 10px
	}
}

.section_blog .blog-item .blog-item-thumbnail {
	border-radius: 15px;
	overflow: hidden;
	padding: 0;
	max-height: 252px;
}

.section_blog .blog-item .blog-item-thumbnail img {
	display: inline-block;
	height: 200px;
	width: 100%;
	object-fit: cover;
}

@media (max-width:575px) {
	.section_blog .blog-item .blog-item-thumbnail {
		border-radius: 10px
	}
}

.section_blog .blog-item .blog-item-info .blog-item-summary {
	margin-bottom: 10px;
	color: #333
}

.section_blog .blog-item .blog-item-info .btn {
	background: #20549a;
	color: #FFF;
	height: 30px;
	line-height: 30px;
}

.section_testimonial .testimonial-item {
	border: 1px #EBEBEB solid;
	border-radius: 15px
}

@media (max-width:575px) {
	.section_testimonial .testimonial-item {
		border-radius: 10px
	}
}

.section_testimonial .testimonial-item .image-avata {
	display: inline-block;
	border-radius: 10px;
	overflow: hidden
}

.section-brand .owl-carousel {
	z-index: 0
}

.section-brand .brand-item {
	text-align: center
}

.section-brand .brand-item img {
	display: inline-block
}

.aside-item {
	border: 1px #EBEBEB solid;
	border-radius: 15px;
	margin-bottom: 30px
}

.aside-item .aside-title {
	border-radius: 15px;
	background: #20549a;
	padding: 6px 20px;
	margin: 0;
}

.aside-item .aside-title h2 {
	font-size: 16px;
	color: #FFF;
	font-weight: 600;
	text-transform: uppercase;
	background: none;
}

.aside-item .aside-title h2 a {
	color: #FFF
}

.aside-item .aside-content {
	margin: 0;
	padding: 0 15px
}

.aside-item .aside-content .nav-category>ul.nav>.nav-item>a.nav-link {
	padding: 8.5px 20px 8.5px 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.aside-item .aside-content .nav-category .nav-item {
	padding: 0
}

.aside-item .aside-content .nav-category .nav-item a.nav-link {
	padding: 8.5px 0 8.5px 0;
	font-size: 14px;
	line-height: 24px;
	border-top: 1px #EBEBEB solid
}

.aside-item .aside-content .nav-category .nav-item .fa {
	top: 11px
}

.aside-item .aside-content .nav-category .nav-item .fa.fa-arrow-circle-right {
	left: 0;
	top: 11px
}

.aside-item .aside-content .nav-category .nav-item:hover {
	color: #20549a
}

.aside-item .aside-content .nav-category .nav-item:hover>a {
	color: #20549a;
	background: none
}

.aside-filter .field-search {
	display: inline-table;
	border: 1px #EBEBEB solid;
	margin-top: 15px
}

.aside-filter .field-search input.form-control {
	background-color: #FFF;
	min-height: 35px;
	height: 35px;
	padding: 0 15px;
	border: none !important
}

.aside-filter .field-search .btn {
	border-radius: 0;
	min-height: 35px;
	height: 35px;
	line-height: 35px
}

.aside-filter .field-search .btn:hover {
	background: none
}

.menu-offcanvas {
	box-shadow: 5px 0 10px 0 rgba(84, 84, 84, .15);
	background-color: #FFF
}

#nav-mobile .h3 {
	color: #20549a
}

#menu-menu-main-1 a {
	color: #087c47;
	border-color: #dfe5e1;
	line-height: 30px;
}

header nav .nav-item.active>a {
	color: #FE9705 !important
}

@media (min-width:992px) {
	header nav .nav-item.active>a {
		background: #FE9705 !important;
		color: #FFFFFF !important
	}
}

#nav-mobile .nav-link>.fa {
	right: 0;
	top: calc(50% - 15px) !important;
	margin-right: 0;
	line-height: 30px
}

header nav .nav-item:hover>a {
	background: none !important
}

@media (min-width:992px) {
	header nav .nav-item:hover>a {
		background: #e90710 !important;
		color: #FFFFFF !important
	}
}

@media (min-width:768px) {
	.search-main .form-signup .form-group input.form-control {
		border-radius: 5px 0 0 5px !important
	}

	.search-main .form-signup .form-group button {
		border-radius: 0 5px 5px 0
	}
}

.main-container .col-main .cart .cart-tbody .item-cart div>div {
	display: none !important
}

.main-container .col-main .cart .cart-tbody .item-cart div .input_qty_pr {
	display: block !important
}

#quickview .selector-wrapper {
	margin-bottom: 15px
}

#search_suggestion {
	padding: 0 0 10px 0;
	color: #555;
	position: absolute;
	top: 0;
	z-index: 9999;
	width: 100%;
	min-width: 226px;
	max-width: 100%;
	background-color: #F8F8F8;
	display: none;
	box-shadow: 5px 10px 20px rgba(0, 0, 0, .15)
}

@media (max-width:992px) {
	#search_suggestion {
		width: 100% !important
	}
}

#search_suggestion h3 {
	margin: 0;
	font-size: 14px;
	font-weight: 500;
	background-color: #EEE;
	padding: 5px
}

#search_suggestion ul {
	padding: 0
}

#search_suggestion ul li {
	background-color: #FFF;
	padding: 5px;
	font-size: 14px
}

#search_suggestion ul li a {
	color: #787878;
	display: block;
	overflow: hidden
}

#search_suggestion ul li .item_image {
	text-align: center;
	float: left;
	width: 100px;
	margin-right: 5px
}

@media (max-width:480px) {
	#search_suggestion ul li .item_image {
		width: 60px
	}
}

#search_suggestion ul li .item_image img {
	max-width: 100%
}

#search_suggestion ul li .item_detail {
	overflow: hidden
}

@media (max-width:480px) {
	#search_suggestion ul li .item_title {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap
	}
}

#search_suggestion ul li .item_title h4 {
	text-transform: none;
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 0;
	margin-top: 0
}

@media (max-width:480px) {
	#search_suggestion ul li .item_title h4 {
		font-size: 12px;
		display: initial
	}
}

#search_suggestion ul li .item_price ins {
	font-weight: 500;
	text-decoration: none;
	display: inline-block;
	margin-right: 5px;
	font-size: 13px;
	color: #D0021B
}

@media (max-width:480px) {
	#search_suggestion ul li .item_price ins {
		font-size: 12px
	}
}

#search_suggestion ul li .item_price del {
	color: #666;
	font-size: 12px
}

@media (max-width:480px) {
	#search_suggestion ul li .item_price del {
		font-size: 11px
	}
}

#search_top {
	max-height: 400px;
	overflow-y: auto
}

#search_top::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, .3);
	-moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, .3);
	border-radius: 5px;
	background-color: #F5F5F5
}

#search_top::-webkit-scrollbar {
	width: 5px;
	background-color: #F5F5F5
}

#search_top::-webkit-scrollbar-thumb {
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, .3);
	-moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, .3);
	background-color: #E5E5E5
}

#search_bottom {
	text-align: center;
	padding-top: 10px
}

#search_bottom a {
	color: #444;
	text-decoration: underline;
	font-weight: 500
}

#search_bottom a span {
	color: red
}

.aside-vetical-menu .aside-item .aside-content>.nav-category>ul>.nav-item.xemthem {
	display: block
}

.aside-vetical-menu .aside-item .aside-content>.nav-category>ul>.nav-item.thugon {
	display: none
}

@media (max-width:1199px) {}

@media (min-width:1200px) {
	.aside-vetical-menu .aside-content .nav-category .nav-item .fa.fa-angle-down:before {
		content: "\f105"
	}

	.aside-vetical-menu .aside-content .nav-item>.dropdown-menu {
		position: absolute;
		left: calc(100% + 15px);
		top: 0;
		padding: 10px 15px;
		border-radius: 0;
		box-shadow: 0 0 15px -5px rgba(0, 0, 0, .4)
	}

	.aside-vetical-menu .aside-content .nav-item>.dropdown-menu:after {
		position: absolute;
		content: "";
		background: none;
		width: 15px;
		height: 50px;
		top: 0;
		right: 100%
	}

	.aside-vetical-menu .aside-content .nav-item>.dropdown-menu .nav-item:first-child a.nav-link {
		border: none
	}

	.aside-vetical-menu .aside-content .nav-item.active>.dropdown-menu, .aside-vetical-menu .aside-content .nav-item:hover>.dropdown-menu {
		display: block
	}
}

ul.no-bullets {
	list-style: none;
	padding-left: 0;
	margin-bottom: 25px
}

.scroll_menu {
	position: fixed;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s ease, visibility 0.5s ease
}

.scroll_menu.visible {
	opacity: 1;
	visibility: visible
}

.scroll_menu ul {
	margin: 0
}

.scroll_menu .nav-stacked>li, .scroll_menu .nav-stacked>li+li {
	margin: 0 0 0 -30px;
	width: 54px;
	transition: all 0.4s;
	border: 1px solid #E0E0E0;
	background: #FFF
}

.scroll_menu .nav-stacked>li+li {
	border-top-color: transparent
}

.scroll_menu li a {
	width: 100%;
	padding: 5px 0 5px 20px;
	display: block;
	border-radius: 0;
	position: relative
}

.scroll_menu li a img {
	width: 24px
}

.scroll_menu li a span {
	position: absolute;
	left: 105%;
	white-space: nowrap;
	padding: 0 10px;
	line-height: 26px;
	height: 26px;
	font-size: 11px;
	text-align: center;
	visibility: hidden;
	transition: visibility 0.3s ease, opacity 0.5s ease
}

.scroll_menu li a span::before {
	content: '';
	width: 10px;
	height: 10px;
	display: block;
	position: absolute;
	top: 8px;
	left: -5px;
	transform: rotate(45deg)
}

span.scroll_tooltip_1::before {
	background-color: #FE9705
}

span.scroll_tooltip_2::before {
	background-color: #D84040
}

span.scroll_tooltip_3::before {
	background-color: #6F993E
}

span.scroll_tooltip_4::before {
	background-color: #8BC34A
}

span.scroll_tooltip_5::before {
	background-color: #607D8B
}

span.scroll_tooltip_6::before {
	background-color: #FFAB40
}

span.scroll_tooltip_7::before {
	background-color: #3F51B5
}

span.scroll_tooltip_8::before {
	background-color: #FF4081
}

.scroll_menu .nav li:hover, .scroll_menu .nav li.active {
	margin-left: -5px;
	border-top-color: #E0E0E0
}

.scroll_menu .nav li:hover a span {
	visibility: visible
}

.scroll_menu .nav>li>a:hover, .scroll_menu .nav>li>a:focus, .scroll_menu .nav-pills>li.active>a, .scroll_menu .nav-pills>li.active>a:hover, .scroll_menu .nav-pills>li.active>a:focus {
	background-color: transparent
}

.icon-cart-mobile.hidden-md.hidden-lg.f-left.absolute {
	right: 20px;
	top: 45px
}

.icon-cart-mobile.hidden-md.hidden-lg.f-left.absolute .icon.relative .fa {
	font-size: 24px
}

.icon-cart-mobile.hidden-md.hidden-lg.f-left.absolute .cartCount {
	right: -20px;
	background: #e90710
}

.menu-bar.hidden-md.hidden-lg {
	top: 50%;
	font-size: 45px;
}

.iWishImg {
	width: 30px;
	height: 30px;
	margin: 0 2px
}

.iWishHidden {
	display: none !important
}

.iwishAddWrapper {
	display: inline-block;
	margin: 5px;
	border: solid 1px #F2F2F2;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position: relative
}

.iwishAddChild {
	display: inline-block;
	padding: 5px
}

.iwishAddBorder {
	border-right: solid 1px #F2F2F2
}

.wishlist-page-body {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px
}

@media (min-width:1200px) {
	.wishlist-page-body {
		width: 1170px
	}
}

@media (min-width:992px) and (max-width:1200px) {
	.wishlist-page-body {
		width: 970px
	}
}

@media (min-width:768px) and (max-width:992px) {
	.wishlist-page-body {
		width: 750px
	}
}

.wishlist-title {
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: normal
}

.wishlist-product {
	position: relative;
	min-height: 1px;
	margin-top: 10px;
	margin-bottom: 10px
}

.wishlist-product:after {
	clear: both
}

.wishlist-product:after, .wishlist-product:before {
	content: " ";
	display: table
}

.wishlist-product-content .wishlist-product-name, .wishlist-product-content .wishlist-product-price, .wishlist-product-content .wishlist-product-oldprice {
	font-weight: 600;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	text-decoration: unset
}

.wishlist-product-content .wishlist-product-oldprice {
	color: #CACACA;
	text-decoration: line-through
}

.wishlist-product-img {
	overflow: hidden;
	margin: 0 auto
}

.wishlist-product-img img {
	width: 100%;
	height: auto
}

.wishlist-remove-link {
	line-height: 34px
}

.wishlist-load-more {
	text-align: center
}

.wishlist-btn {
	background-image: none;
	line-height: 18px;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	padding: 7px 12px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	border: 1px solid transparent
}

.wishlist-product-btn {
	border-color: #CCC;
	margin-bottom: 10px;
	min-width: 100px
}

.wishlist-sold-out-btn {
	border-color: #CCC;
	margin-bottom: 10px;
	min-width: 100px
}

.wishlist-load-more-btn {
	background-color: #FFF;
	border-color: #CCC;
	font-size: 20px;
	padding: 15px 50px
}

.wishlist-load-more-btn:hover {
	background-color: #DCDCDC
}

.wishlist-list-view .wishlist-product-img, .wishlist-list-view .wishlist-product-content, .wishlist-list-view .wishlist-product-action {
	float: left
}

.wishlist-list-view .wishlist-product-img {
	height: 134px;
	width: 125px
}

@media only screen and (max-width:720px) {
	.wishlist-list-view .wishlist-product-img {
		width: 115px
	}
}

.wishlist-list-view .wishlist-product-content {
	width: calc(100% - 125px - 180px);
	padding-left: 25px;
	padding-right: 25px
}

@media only screen and (max-width:720px) {
	.wishlist-list-view .wishlist-product-content {
		width: calc(100% - 115px);
		padding-left: 10px;
		padding-right: 10px
	}
}

.wishlist-list-view .wishlist-product-action {
	width: 180px
}

@media only screen and (max-width:720px) {
	.wishlist-list-view .wishlist-product-action {
		width: 100%;
		margin-top: 5px
	}
}

@media only screen and (max-width:720px) {
	.wishlist-list-view .wishlist-add-to-cart {
		width: calc(100% - 115px);
		padding-left: 10px;
		padding-right: 10px;
		float: right
	}
}

@media only screen and (max-width:720px) {
	.wishlist-list-view .wishlist-remove {
		width: 115px;
		float: right;
		text-align: center
	}
}

.wishlist-list-view .wishlist-product-btn, .wishlist-list-view .wishlist-sold-out-btn {
	display: block;
	width: 100%
}

.wishlist-grid-view:after {
	clear: both
}

.wishlist-grid-view:after, .wishlist-grid-view:before {
	content: " ";
	display: table
}

.wishlist-grid-view .wishlist-product {
	float: left;
	text-align: center;
	height: 425px;
	overflow: hidden
}

@media only screen and (max-width:720px) {
	.wishlist-grid-view .wishlist-product {
		width: 100% !important
	}
}

.wishlist-grid-view .wishlist-product-img {
	height: 200px;
	width: 180px;
	overflow: hidden
}

.wishlist-grid-view .wishlist-product-description {
	display: none
}

.wishlist-clearfix:before, .wishlist-clearfix:after {
	display: table;
	content: " "
}

.wishlist-clearfix:after {
	clear: both
}

.wishlist-input, input.wishlist-input, #wishlist_search_input {
	display: block;
	width: 100% !important;
	height: 34px;
	padding: 7px 12px;
	font-size: 13px;
	line-height: 1.428571429;
	color: #555;
	background-color: #FFF;
	background-image: none;
	border: 1px solid #CCC;
	border-radius: 3px;
	-moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.wishlist-search {
	float: left;
	width: 50%
}

@media only screen and (max-width:720px) {
	.wishlist-search {
		width: 100%
	}
}

.wishlist-share {
	float: left;
	width: 50%;
	text-align: right
}

@media only screen and (max-width:720px) {
	.wishlist-share {
		display: none
	}
}

.wishlist-share-select {
	float: left;
	width: 50%;
	text-align: right;
	line-height: 34px
}

.wishlist-share-select select {
	height: 25px;
	padding: unset
}

@media only screen and (min-width:720px) {
	.wishlist-share-select {
		display: none
	}
}

.wishlist-share-item {
	display: inline-block;
	vertical-align: top;
	height: 34px;
	line-height: 34px;
	margin-left: 5px
}

.wishlist-share-fb, .wishlist-share-twitter, .wishlist-share-email {
	font-size: 20px
}

.wishlist-share-fb {
	color: #3B5998
}

.wishlist-share-twitter {
	color: #1DA1F2
}

.wishlist-share-email {
	color: #999
}

.wishlist-display-style {
	margin-top: 6px;
	margin-bottom: 6px;
	font-size: 20px;
	width: 50%;
	float: left
}

.wishlist-list-style, .wishlist-grid-style {
	color: #999
}

.wishlist-list-style.active, .wishlist-grid-style.active {
	color: #46484A
}

.wishlist-list-style:hover, .wishlist-grid-style:hover {
	color: #357EBD
}

*, :after, :before {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

@font-face {
	font-family: 'wishlist-font';
	src: url(data:application/octet-stream;base64,d09GRgABAAAAAA4YAA8AAAAAGQwAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABWAAAADMAAABCsP6z7U9TLzIAAAGMAAAAQwAAAFY+IElXY21hcAAAAdAAAABdAAABqOk3/CpjdnQgAAACMAAAABMAAAAgBtX/BGZwZ20AAAJEAAAFkAAAC3CKkZBZZ2FzcAAAB9QAAAAIAAAACAAAABBnbHlmAAAH3AAAA0sAAAWaaECRz2hlYWQAAAsoAAAAMwAAADYJvKhxaGhlYQAAC1wAAAAcAAAAJAc7A1lobXR4AAALeAAAABgAAAAYFpn//2xvY2EAAAuQAAAADgAAAA4FOwO4bWF4cAAAC6AAAAAgAAAAIAEHDDZuYW1lAAALwAAAAY8AAAMJMl59YHBvc3QAAA1QAAAATAAAAF8lU23rcHJlcAAADZwAAAB6AAAAhuVBK7x4nGNgZGBg4GKQY9BhYHRx8wlh4GBgYYAAkAxjTmZ6IlAMygPKsYBpDiBmg4gCAIojA08AeJxjYGQ+wjiBgZWBgamKaQ8DA0MPhGZ8wGDIyAQUZWBlZsAKAtJcUxgcXjC8YGEO+p/FEMUcxDANKMwIkgMA/v4L9QB4nO2RwQ2AQAgEBw98GCsxluLbl/2HLk5AypBkNtkN4bEABozgDBTkQci5I5XKB1vlylE7mrnrnKGkhtfSJXY1L8rKP3vp1c6yrY/qr4nO8Cb/4E026g32AkR/ETkAAAB4nGNgQAMSEMgc9D8LhAESbAPdAHicrVZpd9NGFB15SZyELCULLWphxMRpsEYmbMGACUGyYyBdnK2VoIsUO+m+8Ynf4F/zZNpz6Dd+Wu8bLySQtOdwmpOjd+fN1czbZRJaktgL65GUmy/F1NYmjew8CemGTctRfCg7eyFlisnfBVEQrZbatx2HREQiULWusEQQ+x5ZmmR86FFGy7akV03KLT3pLlvjQb1V334aOsqxO6GkZjN0aD2yJVUYVaJIpj1S0qZlqPorSSu8v8LMV81QwohOImm8GcbQSN4bZ7TKaDW24yiKbLLcKFIkmuFBFHmU1RLn5IoJDMoHzZDyyqcR5cP8iKzYo5xWsEu20/y+L3mndzk/sV9vUbbkQB/Ijuzg7HQlX4RbW2HctJPtKFQRdtd3QmzZ7FT/Zo/ymkYDtysyvdCMYKl8hRArP6HM/iFZLZxP+ZJHo1qykRNB62VO7Es+gdbjiClxzRhZ0N3RCRHU/ZIzDPaYPh788d4plgsTAngcy3pHJZwIEylhczRJ2jByYCVliyqp9a6YOOV1WsRbwn7t2tGXzmjjUHdiPFsPHVs5UcnxaFKnmUyd2knNoykNopR0JnjMrwMoP6JJXm1jNYmVR9M4ZsaERCICLdxLU0EsO7GkKQTNoxm9uRumuXYtWqTJA/Xco/f05la4udNT2g70s0Z/VqdiOtgL0+lp5C/xadrlIkXp+ukZfkziQdYCMpEtNsOUgwdv/Q7Sy9eWHIXXBtju7fMrqH3WRPCkAfsb0B5P1SkJTIWYVYhWQGKta1mWydWsFqnI1HdDmla+rNMEinIcF8e+jHH9XzMzlpgSvt+J07MjLj1z7UsI0xx8m3U9mtepxXIBcWZ5TqdZlu/rNMfyA53mWZ7X6QhLW6ejLD/UaYHlRzodY3lBC5p038GQizDkAg6QMISlA0NYXoIhLBUMYbkIQ1gWYQjLJRjC8mMYwnIZhrC8rGXV1FNJ49qZWAZsQmBijh65zEXlaiq5VEK7aFRqQ54SbpVUFM+qf2WgXjzyhjmwFkiXyJpfMc6Vj0bl+NYVLW8aO1fAsepvH472OfFS1ouFPwX/1dZUJb1izcOTq/Abhp5sJ6o2qXh0TZfPVT26/l9UVFgL9BtIhVgoyrJscGcihI86nYZqoJVDzGzMPLTrdcuan8P9NzFCFlD9+DcUGgvcg05ZSVnt4KzV19uy3DuDcjgTLEkxN/P6VvgiI7PSfpFZyp6PfB5wBYxKZdhqA60VvNknMQ+Z3iTPBHFbUTZI2tjOBIkNHPOAefOdBCZh6qoN5E7hhg34BWFuwXknXKJ6oyyH7kXs8yik/Fun4kT2qGiMwLPZG2Gv70LKb3EMJDT5pX4MVBWhqRg1FdA0Um6oBl/G2bptQsYO9CMqdsOyrOLDxxb3lZJtGYR8pIjVo6Of1l6iTqrcfmYUl++dvgXBIDUxf3vfdHGQyrtayTJHbQNTtxqVU9eaQ+NVh+rmUfW94+wTOWuabronHnpf06rbwcVcLLD2bQ7SUiYX1PVhhQ2iy8WlUOplNEnvuAcYFhjQ71CKjf+r+th8nitVhdFxJN9O1LfR52AM/A/Yf0f1A9D3Y+hyDS7P95oTn2704WyZrqIX66foNzBrrblZugbc0HQD4iFHrY64yg18pwZxeqS5HOkh4GPdFeIBwCaAxeAT3bWM5lMAo/mMOT7A58xh0GQOgy3mMNhmzhrADnMY7DKHwR5zGHzBnHWAL5nDIGQOg4g5DJ4wJwB4yhwGXzGHwdfMYfANc+4DfMscBjFzGCTMYbCv6dYwzC1e0F2gtkFVoANTT1jcw+JQU2XI/o4Xhv29Qcz+wSCm/qjp9pD6Ey8M9WeDmPqLQUz9VdOdIfU3Xhjq7wYx9Q+DmPpMvxjLZQa/jHyXCgeUXWw+5++J9w/bxUC5AAEAAf//AA94nKVUbWscVRQ+59yZu6/NdnbnZTeZTnZ3ZmfqbtzA7rzQpjFriAaTtLFNCb4Us9amiKnZQEEEtYUKpSKo6AdB/AF+tQh+8IOC4IegX/zoL4i/QBSz8c5mqUnpiuIM3HOf+5y5nPM8wwE6ODj4ku3R91CCEB7v1FNAxHARGLEeEFIPEAAvAyI8JzawErRc52xbkvUGKipPVKpupOiGblgUtVtPYBSKV5zzHI6RZ1ebOE2u10TPD9uVls72/Nqfu06IpcndlbK7MEHm/OnJja/LxfCxn/0gWy1nKGs5meCTbt4+h80GCx0ff+g/VfMxdPAbU3svKo6bOG4aC2/r3049e+pj20vls5hWk97m/JhxyWmc9QFSAAe/sz2WgRxMwjTMwSpsQA9uw4ew2llRTlDiZJY4S/BuLkVsLEmEjLoZmQbtxlE0nJYobvmD9+++e+utN25ub11/5aUX19cuLAfDp52XTzVqmujXrrpe4IdGu6UrAntDLDTR8SE+xg08xDN4iB+VP4v/nB/zcX5hyMd4wFtl/b5hoVj18pEtbj4AhtX/fBSD1//+8EjWceLI5Z/d0AXUbohrLORbcTC24oz+T0cYcrbi/Hjp//hfkzD54BwA+CO9Pdc5k8FEGgeeppAlceCojANDRRB+Shjb+ZCF2X9rYWXIV0ZYMuSjyqEl9hDHv/0oS2i3rO//OkBkGNZ+NJrDY+j/iX5cTyGQmAHPCz0dWOos5lGScTGBYgwwwteTQrntlMiRJZC7IDEmXQZJYuscmcSWECxzYrxU1ApKLptJp5IcHLTTstoQsmhKLJPSjmyhwxwGrl3lhmZrbUVoEyhCG1YvmGbhl97J2+Pugv3k8hXc2elvxmcsY6r7XDVx5c7apIV4U37h4sad/lemSn+oJgzr/o3dE7NrGs53lppT9TLJMi+J+vU8MSmDSNIicJn3RPFyT9Qu9UYPNkfXbaV6OiFPNJAnNHWMeVVPb7ciMbwOwyzqRhP9yELDjY1uGWHEEyG7Vwvq629+8fKn7xSKt67OXMkXcsXi3CV3qjZVWvhuR35taTWYDdQZn7ZDz3jmo7vXOnSRzuPTIeMnrs6TRqUL3fraNVlTl1/FM9lyx+F/AYS08VEAeJxjYGRgYABipx+3NsTz23xl4GZ+ARRhuBxtlAGj////v5H5BTM3kMvBwAQSBQCAQQ2dAHicY2BkYGAO+p8FJF/8/w8iGYAiKIANAIvLBZsD6AAAA+j//wPoAAAD6AAAA1kAAAOgAAAAAAAAAGwBWgICAl4CzQAAAAEAAAAGAJAACQAAAAAAAgAkADQAcwAAAGALcAAAAAB4nH2RzUoDMRSFz/RHsUUXCi5cBQSpSKc/oAtBEAst4s5F92Ob+SnpZMikSnHhU/gKbl37Mj6LZ6ahWKHOEPLdk5ObmxsAh/iGh9V3ybFiD/uMVlzBLu4cV6nfO66Rx47raGLieId66riBC7w6buIIH8zg1fYYzfDl2MOJd+q4ggPvxnGV+oPjGlk6ruPYe3O8Q/3dcQNj79NxE2eV+kBnS5NEsRWtwbnod3tX4mkpNKUkDZQIFjbWJhe3ItSplUppf6LnL0keqyS37UJ8lNFCBWZD2wjG0uSJTkXP727oI5lKE1g5LU7Mn6O+taEIjZ6LoTtLZEbP5MT6sbXZdafzuwYMoJFhCYMEEWJYCLSonnPuo4serkhPdAg6V66ETQ+gqARYcEdcruSMbzlCRilVSYci+3wujTleuC+nV5WzRXvtfKQ3YibFfOYf3/aVMTMUFSRlLFi1z9q3+0f0p+WeoKx0ur5jjmfW0qdq6S5uY8rqBYZ/7iXYt2JtRmVC3S+7Z6leo8N/Sx9+AGrvlQ4AeJxtwUEKgDAMBMCkalO8+ZA+KpaWBiMFXfD7Hrw6Q4E+K/2LHHjimReOLJRONc/qCOiCnt1ubE1L3cc48mjNiqkLHgPqRfQCoEkQxnicY/DewXAiKGIjI2Nf5AbGnRwMHAzJBRsZWJ02MTAyaIEYm7mYGDkgLD4GMIvNaRfTAaA0J5DN7rSLwQHCZmZw2ajC2BEYscGhI2Ijc4rLRjUQbxdHAwMji0NHckgESEkkEGzmYWLk0drB+L91A0vvRiYGFwAMdiP0AAA=) format("woff"), url(data:application/octet-stream;base64,AAEAAAAPAIAAAwBwR1NVQrD+s+0AAAD8AAAAQk9TLzI+IElXAAABQAAAAFZjbWFw6Tf8KgAAAZgAAAGoY3Z0IAbV/wQAAAz0AAAAIGZwZ22KkZBZAAANFAAAC3BnYXNwAAAAEAAADOwAAAAIZ2x5ZmhAkc8AAANAAAAFmmhlYWQJvKhxAAAI3AAAADZoaGVhBzsDWQAACRQAAAAkaG10eBaZ//8AAAk4AAAAGGxvY2EFOwO4AAAJUAAAAA5tYXhwAQcMNgAACWAAAAAgbmFtZTJefWAAAAmAAAADCXBvc3QlU23rAAAMjAAAAF9wcmVw5UErvAAAGIQAAACGAAEAAAAKAB4ALAABREZMVAAIAAQAAAAAAAAAAQAAAAFsaWdhAAgAAAABAAAAAQAEAAQAAAABAAgAAQAGAAAAAQAAAAAAAQPEAZAABQAAAnoCvAAAAIwCegK8AAAB4AAxAQIAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA6ADoBANS/2oAWgNSAJYAAAABAAAAAAAAAAAABQAAAAMAAAAsAAAABAAAAVwAAQAAAAAAVgADAAEAAAAsAAMACgAAAVwABAAqAAAABAAEAAEAAOgE//8AAOgA//8AAAABAAQAAAABAAIAAwAEAAUAAAEGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAAEwAAAAAAAAABQAA6AAAAOgAAAAAAQAA6AEAAOgBAAAAAgAA6AIAAOgCAAAAAwAA6AMAAOgDAAAABAAA6AQAAOgEAAAABQAC////sQPoAsMAGQA2AC1AKgkAAgIDAUcAAwIDbwACAQJvAAEAAAFUAAEBAFgAAAEATDUyJiQ6MwQFFisBERQGByEiJjcRFhcWFx4CNzMyPgE3Njc2NxQGBwYPAQ4CJyMiLgEvAiYnLgEnNDYzITIWA+g0JfzKJDYBGR/KTCAmRBsCHEIoH1+3IBg2KdI0NQwiIAsCDB4kCzWTYBIjPAEuKwM2JDQBxv5FJTQBNiQBuxwViTcYGhwBGhwXRHwWvyxQHZIjJwkSDAEKFAgnZUIOF1IkKzo0AAAJAAD/+QPoAwsADwAfAC8APwBPAF8AbwB/AI8AT0BMEQ0CBxAMAgYDBwZgDwkCAw4IAgIBAwJgCwUCAQAAAVQLBQIBAQBYCgQCAAEATI6LhoN+e3ZzbmtmY15bVlNOSzU1NTU1NTU1MxIFHSslFRQGByMiJic1NDYXMzIWERUUBicjIiYnNTQ2NzMyFgEVFAYHIyImJzU0NhczMhYBFRQGKwEiJic1NDY7ATIWARUUBicjIiYnNTQ2NzMyFgEVFAYHIyImPQE0NhczMhYBFRQGKwEiJic1NDY7ATIWARUUBicjIiY9ATQ2NzMyFhMVFAYrASImPQE0NjsBMhYBHiAWshceASAWshYgIBayFx4BIBayFiABZSAWshceASAWshce/pwgFrIXHgEgFrIWIAFlIBayFx4BIBayFx4BZiAWshYgIBayFx7+nCAWshceASAWshceAWYgFrIWICAWshceASAWshYgIBayFx6abBYeASAVbBYgAR4BBmsWIAEeF2sXHgEg/s1sFh4BIBVsFiABHgIkaxYgIBZrFiAg/sxrFiABHhdrFx4BIP7NbBYeASAVbBYgAR4CJGsWICAWaxYgIP7MaxYgAR4XaxceASABCGsWICAWaxYgIAAAAAYAAP/5A+gDCwAPAB8ALwA/AE8AXwA8QDkLAQcKAQYDBwZgCQEDCAECAQMCYAUBAQAAAVQFAQEBAFgEAQABAExeW1ZTTks1NTU1NTU1NTMMBR0rJRUUBgcjIiYnNTQ2FzMyFhEVFAYnIyImJzU0NjczMhYBFRQGByEiJic1NDYXITIWARUUBisBIiYnNTQ2OwEyFgEVFAYnISImJzU0NjchMhYTFRQGIyEiJic1NDYzITIWAR4gFrIXHgEgFrIWICAWshceASAWshYgAsogFv3pFx4BIBYCFxce/TcgFrIXHgEgFrIWIALKIBb96RceASAWAhcXHgEgFv3pFx4BIBYCFxcemmwWHgEgFWwWIAEeAQZrFiABHhdrFx4BIP7NbBYeASAVbBYgAR4CJGsWICAWaxYgIP7MaxYgAR4XaxceASABCGsWICAWaxYgIAAAAAEAAP+xA1kDCwAkAEpARxIBBAUBRwcBAgMBAwIBbQgBAQFuCQEAAAUEAAVgAAQDAwRUAAQEA1YGAQMEA0oBAB4cGxoZGBUTEQ8MCwoJCAYAJAEjCgUUKwEyFhURFAYrAREzNyM1NDY/ATUmIyIGFxUjFTMRISImNRE0NjMDKhMcHBPabxB/GiZEI0FLXAFwcP5lExwcEwMLHBT9BhQcAUyCUx8eAQFzBVpRX4L+tBwUAvoUHAAAAAABAAD/9wOIAsMALwBNQEouLCogAgUFBhkBBAUWEgIDBAsBAQIERwAGBQZvAAUEBW8ABAMEbwADAgNvAAIBAm8AAQAAAVQAAQEAWAAAAQBMJBYWIxEiKAcFGysBBgcVFA4DJyInFjMyNy4BJxYzMjcuAT0BFhcuATQ3HgEXJjU0NjcyFzY3Bgc2A4glNSpWeKhhl30TGH5iO1wSEw8YGD9SJiwlLBlEwHAFakpPNT01FDs0Am42JxdJkIZkQAJRAk0BRjYDBg1iQgIVAhlOYCpTZAUVFEtoATkMIEAkBgAAAAEAAAABAABC+NqwXw889QALA+gAAAAA01syaAAAAADTWzJo////sQPoAwsAAAAIAAIAAAAAAAAAAQAAA1L/agAAA+j//wAAA+gAAQAAAAAAAAAAAAAAAAAAAAYD6AAAA+j//wPoAAAD6AAAA1kAAAOgAAAAAAAAAGwBWgICAl4CzQAAAAEAAAAGAJAACQAAAAAAAgAkADQAcwAAAGALcAAAAAAAAAASAN4AAQAAAAAAAAA1AAAAAQAAAAAAAQANADUAAQAAAAAAAgAHAEIAAQAAAAAAAwANAEkAAQAAAAAABAANAFYAAQAAAAAABQALAGMAAQAAAAAABgANAG4AAQAAAAAACgArAHsAAQAAAAAACwATAKYAAwABBAkAAABqALkAAwABBAkAAQAaASMAAwABBAkAAgAOAT0AAwABBAkAAwAaAUsAAwABBAkABAAaAWUAAwABBAkABQAWAX8AAwABBAkABgAaAZUAAwABBAkACgBWAa8AAwABBAkACwAmAgVDb3B5cmlnaHQgKEMpIDIwMTYgYnkgb3JpZ2luYWwgYXV0aG9ycyBAIGZvbnRlbGxvLmNvbXdpc2hsaXN0LWZvbnRSZWd1bGFyd2lzaGxpc3QtZm9udHdpc2hsaXN0LWZvbnRWZXJzaW9uIDEuMHdpc2hsaXN0LWZvbnRHZW5lcmF0ZWQgYnkgc3ZnMnR0ZiBmcm9tIEZvbnRlbGxvIHByb2plY3QuaHR0cDovL2ZvbnRlbGxvLmNvbQBDAG8AcAB5AHIAaQBnAGgAdAAgACgAQwApACAAMgAwADEANgAgAGIAeQAgAG8AcgBpAGcAaQBuAGEAbAAgAGEAdQB0AGgAbwByAHMAIABAACAAZgBvAG4AdABlAGwAbABvAC4AYwBvAG0AdwBpAHMAaABsAGkAcwB0AC0AZgBvAG4AdABSAGUAZwB1AGwAYQByAHcAaQBzAGgAbABpAHMAdAAtAGYAbwBuAHQAdwBpAHMAaABsAGkAcwB0AC0AZgBvAG4AdABWAGUAcgBzAGkAbwBuACAAMQAuADAAdwBpAHMAaABsAGkAcwB0AC0AZgBvAG4AdABHAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAHMAdgBnADIAdAB0AGYAIABmAHIAbwBtACAARgBvAG4AdABlAGwAbABvACAAcAByAG8AagBlAGMAdAAuAGgAdAB0AHAAOgAvAC8AZgBvAG4AdABlAGwAbABvAC4AYwBvAG0AAAAAAgAAAAAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGAQIBAwEEAQUBBgEHAAhtYWlsLWFsdAJ0aAd0aC1saXN0EWZhY2Vib29rLW9mZmljaWFsB3R3aXR0ZXIAAAAAAQAB//8ADwAAAAAAAAAAAAAAAAAAAAAAGAAYABgAGANS/2oDUv9qsAAsILAAVVhFWSAgS7gADlFLsAZTWliwNBuwKFlgZiCKVViwAiVhuQgACABjYyNiGyEhsABZsABDI0SyAAEAQ2BCLbABLLAgYGYtsAIsIGQgsMBQsAQmWrIoAQpDRWNFUltYISMhG4pYILBQUFghsEBZGyCwOFBYIbA4WVkgsQEKQ0VjRWFksChQWCGxAQpDRWNFILAwUFghsDBZGyCwwFBYIGYgiophILAKUFhgGyCwIFBYIbAKYBsgsDZQWCGwNmAbYFlZWRuwAStZWSOwAFBYZVlZLbADLCBFILAEJWFkILAFQ1BYsAUjQrAGI0IbISFZsAFgLbAELCMhIyEgZLEFYkIgsAYjQrEBCkNFY7EBCkOwAWBFY7ADKiEgsAZDIIogirABK7EwBSWwBCZRWGBQG2FSWVgjWSEgsEBTWLABKxshsEBZI7AAUFhlWS2wBSywB0MrsgACAENgQi2wBiywByNCIyCwACNCYbACYmawAWOwAWCwBSotsAcsICBFILALQ2O4BABiILAAUFiwQGBZZrABY2BEsAFgLbAILLIHCwBDRUIqIbIAAQBDYEItsAkssABDI0SyAAEAQ2BCLbAKLCAgRSCwASsjsABDsAQlYCBFiiNhIGQgsCBQWCGwABuwMFBYsCAbsEBZWSOwAFBYZVmwAyUjYUREsAFgLbALLCAgRSCwASsjsABDsAQlYCBFiiNhIGSwJFBYsAAbsEBZI7AAUFhlWbADJSNhRESwAWAtsAwsILAAI0KyCwoDRVghGyMhWSohLbANLLECAkWwZGFELbAOLLABYCAgsAxDSrAAUFggsAwjQlmwDUNKsABSWCCwDSNCWS2wDywgsBBiZrABYyC4BABjiiNhsA5DYCCKYCCwDiNCIy2wECxLVFixBGREWSSwDWUjeC2wESxLUVhLU1ixBGREWRshWSSwE2UjeC2wEiyxAA9DVVixDw9DsAFhQrAPK1mwAEOwAiVCsQwCJUKxDQIlQrABFiMgsAMlUFixAQBDYLAEJUKKiiCKI2GwDiohI7ABYSCKI2GwDiohG7EBAENgsAIlQrACJWGwDiohWbAMQ0ewDUNHYLACYiCwAFBYsEBgWWawAWMgsAtDY7gEAGIgsABQWLBAYFlmsAFjYLEAABMjRLABQ7AAPrIBAQFDYEItsBMsALEAAkVUWLAPI0IgRbALI0KwCiOwAWBCIGCwAWG1EBABAA4AQkKKYLESBiuwcisbIlktsBQssQATKy2wFSyxARMrLbAWLLECEystsBcssQMTKy2wGCyxBBMrLbAZLLEFEystsBossQYTKy2wGyyxBxMrLbAcLLEIEystsB0ssQkTKy2wHiwAsA0rsQACRVRYsA8jQiBFsAsjQrAKI7ABYEIgYLABYbUQEAEADgBCQopgsRIGK7ByKxsiWS2wHyyxAB4rLbAgLLEBHistsCEssQIeKy2wIiyxAx4rLbAjLLEEHistsCQssQUeKy2wJSyxBh4rLbAmLLEHHistsCcssQgeKy2wKCyxCR4rLbApLCA8sAFgLbAqLCBgsBBgIEMjsAFgQ7ACJWGwAWCwKSohLbArLLAqK7AqKi2wLCwgIEcgILALQ2O4BABiILAAUFiwQGBZZrABY2AjYTgjIIpVWCBHICCwC0NjuAQAYiCwAFBYsEBgWWawAWNgI2E4GyFZLbAtLACxAAJFVFiwARawLCqwARUwGyJZLbAuLACwDSuxAAJFVFiwARawLCqwARUwGyJZLbAvLCA1sAFgLbAwLACwAUVjuAQAYiCwAFBYsEBgWWawAWOwASuwC0NjuAQAYiCwAFBYsEBgWWawAWOwASuwABa0AAAAAABEPiM4sS8BFSotsDEsIDwgRyCwC0NjuAQAYiCwAFBYsEBgWWawAWNgsABDYTgtsDIsLhc8LbAzLCA8IEcgsAtDY7gEAGIgsABQWLBAYFlmsAFjYLAAQ2GwAUNjOC2wNCyxAgAWJSAuIEewACNCsAIlSYqKRyNHI2EgWGIbIVmwASNCsjMBARUUKi2wNSywABawBCWwBCVHI0cjYbAJQytlii4jICA8ijgtsDYssAAWsAQlsAQlIC5HI0cjYSCwBCNCsAlDKyCwYFBYILBAUVizAiADIBuzAiYDGllCQiMgsAhDIIojRyNHI2EjRmCwBEOwAmIgsABQWLBAYFlmsAFjYCCwASsgiophILACQ2BkI7ADQ2FkUFiwAkNhG7ADQ2BZsAMlsAJiILAAUFiwQGBZZrABY2EjICCwBCYjRmE4GyOwCENGsAIlsAhDRyNHI2FgILAEQ7ACYiCwAFBYsEBgWWawAWNgIyCwASsjsARDYLABK7AFJWGwBSWwAmIgsABQWLBAYFlmsAFjsAQmYSCwBCVgZCOwAyVgZFBYIRsjIVkjICCwBCYjRmE4WS2wNyywABYgICCwBSYgLkcjRyNhIzw4LbA4LLAAFiCwCCNCICAgRiNHsAErI2E4LbA5LLAAFrADJbACJUcjRyNhsABUWC4gPCMhG7ACJbACJUcjRyNhILAFJbAEJUcjRyNhsAYlsAUlSbACJWG5CAAIAGNjIyBYYhshWWO4BABiILAAUFiwQGBZZrABY2AjLiMgIDyKOCMhWS2wOiywABYgsAhDIC5HI0cjYSBgsCBgZrACYiCwAFBYsEBgWWawAWMjICA8ijgtsDssIyAuRrACJUZSWCA8WS6xKwEUKy2wPCwjIC5GsAIlRlBYIDxZLrErARQrLbA9LCMgLkawAiVGUlggPFkjIC5GsAIlRlBYIDxZLrErARQrLbA+LLA1KyMgLkawAiVGUlggPFkusSsBFCstsD8ssDYriiAgPLAEI0KKOCMgLkawAiVGUlggPFkusSsBFCuwBEMusCsrLbBALLAAFrAEJbAEJiAuRyNHI2GwCUMrIyA8IC4jOLErARQrLbBBLLEIBCVCsAAWsAQlsAQlIC5HI0cjYSCwBCNCsAlDKyCwYFBYILBAUVizAiADIBuzAiYDGllCQiMgR7AEQ7ACYiCwAFBYsEBgWWawAWNgILABKyCKimEgsAJDYGQjsANDYWRQWLACQ2EbsANDYFmwAyWwAmIgsABQWLBAYFlmsAFjYbACJUZhOCMgPCM4GyEgIEYjR7ABKyNhOCFZsSsBFCstsEIssDUrLrErARQrLbBDLLA2KyEjICA8sAQjQiM4sSsBFCuwBEMusCsrLbBELLAAFSBHsAAjQrIAAQEVFBMusDEqLbBFLLAAFSBHsAAjQrIAAQEVFBMusDEqLbBGLLEAARQTsDIqLbBHLLA0Ki2wSCywABZFIyAuIEaKI2E4sSsBFCstsEkssAgjQrBIKy2wSiyyAABBKy2wSyyyAAFBKy2wTCyyAQBBKy2wTSyyAQFBKy2wTiyyAABCKy2wTyyyAAFCKy2wUCyyAQBCKy2wUSyyAQFCKy2wUiyyAAA+Ky2wUyyyAAE+Ky2wVCyyAQA+Ky2wVSyyAQE+Ky2wViyyAABAKy2wVyyyAAFAKy2wWCyyAQBAKy2wWSyyAQFAKy2wWiyyAABDKy2wWyyyAAFDKy2wXCyyAQBDKy2wXSyyAQFDKy2wXiyyAAA/Ky2wXyyyAAE/Ky2wYCyyAQA/Ky2wYSyyAQE/Ky2wYiywNysusSsBFCstsGMssDcrsDsrLbBkLLA3K7A8Ky2wZSywABawNyuwPSstsGYssDgrLrErARQrLbBnLLA4K7A7Ky2waCywOCuwPCstsGkssDgrsD0rLbBqLLA5Ky6xKwEUKy2wayywOSuwOystsGwssDkrsDwrLbBtLLA5K7A9Ky2wbiywOisusSsBFCstsG8ssDorsDsrLbBwLLA6K7A8Ky2wcSywOiuwPSstsHIsswkEAgNFWCEbIyFZQiuwCGWwAyRQeLABFTAtAEu4AMhSWLEBAY5ZsAG5CAAIAGNwsQAFQrIAAQAqsQAFQrMKAgEIKrEABUKzDgABCCqxAAZCugLAAAEACSqxAAdCugBAAAEACSqxAwBEsSQBiFFYsECIWLEDZESxJgGIUVi6CIAAAQRAiGNUWLEDAERZWVlZswwCAQwquAH/hbAEjbECAEQAAA==) format("truetype")
}

[class^="wishlist-icon-"]:before, [class*=" wishlist-icon-"]:before {
	font-family: "wishlist-font", sans-serif;
	font-style: normal;
	font-weight: 400;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em
}

.wishlist-icon-mail-alt:before {
	content: '\e800'
}

.wishlist-icon-th:before {
	content: '\e801'
}

.wishlist-icon-th-list:before {
	content: '\e802'
}

.wishlist-icon-facebook-official:before {
	content: '\e803'
}

.wishlist-icon-twitter:before {
	content: '\e804'
}

.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.fancybox-opened {
	z-index: 8030
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, .5)
}

.fancybox-outer, .fancybox-inner {
	position: relative
}

.fancybox-inner {
	overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAACYCAMAAACoAftQAAAAvVBMVEUAAAAAAAAAAAAODg4AAAAAAAAAAADNzc0BAQHZ2dkDAwMHBwcAAADf398CAgI/Pz8BAQEAAACCgoIcHBzl5eUAAAC/v7/x8fEGBgZnZ2cAAADs7OwGBgb4+Pg/Pz/Jycmenp5nZ2f39/eDg4MAAADQ0ND4+Piurq7a2tr8/Pzs7OwAAAD5+fn9/f3e3t4AAAD///9OTk7BwcE1NTWsrKyNjY2cnJx6enpdXV1oaGgsLCy6uroiIiLOzs5BQUFt3PCNAAAAL3RSTlMAAQMIDRIZHSMnLTpESFNVXWlpbG15en+HiZCWoaGssrO2vsDFydPU3uL4+fr9/Ywv6xsAAAQVSURBVHgB7ZaHWupaEIUJm2AMkXYP0ns1JrhSaYH3f6w7wQPjTvwk3l5Ydv2/YbEN8yeXjELJZYkSJ59X4twiiROiQBEin/+SJ1QUivpzd7JYTPo/HgThX6FafYVrJk8yLrPFyhywDput42w3B5PwB6ZllsaaMIN99DP7wMTL02d0zLYtHLzoQ7wDLKLTrNAqJvwoER/WY5JWFFE0VnCjVA6YCEVJDFZLbZheGt6vQUUSg7XqCgEznAALHs2Dj5eaPn+hHBOjqXF5iTA6B4ixEEB0ToiukGG9tsL28rhASOyl1Tbu8bFyodQw4UVMMxt5sAp5RarcsLDn58QsBVBl2GjZDIeghFfYTsPnGswyvYeVhBsrOMyGIdMOFjJMT3B5afmO8dFtMC8QLB3dGMfL5JC/UFw8FxQJ1qpUehd9ki0sTRArl57C/Qx2MVTzEhz3oNF+mvVh6tyCRw8sbJLsBnadB/M1Wm6NAT85FyONr1A+Pb3amlpwd4zuXNgjnc+NR+dVogcm4AanmDwFLmC2dVV+eTNdbsTDKdb751FZZuXFYdQarfHcBMWcT38xtMIXK0nVjSrxlEatauiqkFmJpuGqppcMSknXVBqbZiWcFq5KoaWbQtM48ecoN1DmM5C/0SkZpSKeYkks+s3Hm0557Nu45OWH+AJXRJdQN9g5jrPx18DiC6c8TAD/xJfyEfZzQaaZfcHaSV7NXVUwzbBYwPVSrxM8qzybB/dxZJZpq56kiX2CzXU5Plapl4qSn/AmlLJGvSjXpgPGes/E1t7x+p2XEnsj34TPrAMg4lVeTm6kCXbsVWmVH9HWE4vxBaer+WxpffgYGdLKVQofJAHAlTw4Khfl/cwlLcCUpbmsakLa/DzZSUwOMaol4AWul8UJwPFj52lNl+E5NnwaNrDm/woGicmFZxwiCp+Hd21lduTOZFiLe1DMLbdYtug0ZKcML6PlOLAHDemc49IV61P/uFh2auyJyyofwTp9ZpSe1OJywzGH6aRYaxAPJjhpiRUQSH1dWONOw+DB3LpUWwLH63GffMAcUAkWkHSvVhuvCTj4m03gHwF72eu0qnIJpku11nSFnzGXg16nUY5ZCWa62ui0ptPlcjkd92hsTZaKTJOBqo1W5xyySlkvColNGkgrkYIo1bKhFwtCSbGyUoqapuu6VlTPVrl90x8ni1UUTpK8O+XulJ29ZfiWUwA4UVanBAC8207h87X32ZxCcQHccgrHBKzbTuHJThanUI4AThmdsgZsL6NTPD6LDE7ZsjTvTrk75Z/ilPLs9e1GXmflMyp6b5nSE/TQxGaklZzxljlGbpYdnuVes8Ovucwo5a+D7/AdvsN3+A5/a5l/SxPfElAuu9piB3deMxXuvBu6lEXHJQJ/BdrZFmU/29w+AAAAAElFTkSuQmCC)
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(../image/fancybox_loading.gif) center center no-repeat
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(data:image/gif;base64,R0lGODlhAQABAIABAP///wAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==);
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	z-index: 8040
}

.fancybox-prev {
	left: 0
}

.fancybox-next {
	right: 0
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px
}

.fancybox-nav:hover span {
	visibility: visible
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important
}

.fancybox-lock {
	overflow: hidden !important;
	width: auto
}

.fancybox-lock body {
	overflow: hidden !important
}

.fancybox-lock-test {
	overflow-y: hidden !important
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAFUlEQVQY02MU4OHZwEAEYBxVSF+FAFsCCHtLteXdAAAAAElFTkSuQmCC)
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll
}

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050
}

.fancybox-opened .fancybox-title {
	visibility: visible
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent;
	background: rgba(0, 0, 0, .8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #fff;
	font-weight: 700;
	line-height: 24px;
	white-space: nowrap
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff
}

.fancybox-title-inside-wrap {
	padding-top: 10px
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min--moz-device-pixel-ratio:1.5), only screen and (min-device-pixel-ratio:1.5) {
	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url(../image/fancybox_sprite@2x.png);
		background-size: 44px 152px
	}

	#fancybox-loading div {
		background-image: url(../image/fancybox_loading@2x.gif);
		background-size: 24px 24px
	}
}

@font-face {
	font-family: 'FontAwesome';
	src: url(fonts/fontawesome-webfont.eot);
	src: url('fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url(fonts/fontawesome-webfont.woff2) format('woff2'), url(fonts/fontawesome-webfont.woff) format('woff'), url(fonts/fontawesome-webfont.ttf) format('truetype'), url('fonts/fontawesome-webfont.svg#fontawesomeregular') format('svg');
	font-weight: 400;
	font-style: normal
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fa-warning:before {
	content: "halink"
}

.cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png {
	font-size: 2em
}

@font-face {
	font-family: "raty";
	font-style: normal;
	font-weight: 400;
	src: url(fonts/raty.eot);
	src: url("fonts/raty.eot?#iefix") format("embedded-opentype");
	src: url("fonts/raty.svg#raty") format("svg");
	src: url(fonts/raty.ttf) format("truetype");
	src: url(data:application/x-font-woff;base64,d09GRk9UVE8AAAcEAAoAAAAABrwAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAA4EAAAOBre5IGU9TLzIAAAR4AAAAYAAAAGAIIwfZY21hcAAABNgAAABcAAAAXAlLvrNnYXNwAAAFNAAAAAgAAAAIAAAAEGhlYWQAAAU8AAAANgAAADYASm1xaGhlYQAABXQAAAAkAAAAJAO9AepobXR4AAAFmAAAACQAAAAkCpQAYW1heHAAAAW8AAAABgAAAAYACVAAbmFtZQAABcQAAAEeAAABHn/OnBFwb3N0AAAG5AAAACAAAAAgAAMAAAEABAQAAQEBBXJhdHkAAQIAAQA6+BwC+BsD+BgEHgoAGVP/i4seCgAZU/+LiwwHi2v4lPh0BR0AAACFDx0AAACKER0AAAAJHQAAA3gSAAoBAQUJCw0QFRofJClyYXR5cmF0eXUwdTF1MjB1RTYwMHVFNjAxdUYwMDV1RjAwNnVGMTIzAAACAYkABwAJAgABAAQABwAKAA0AjwEuAbACSgLY/JQO/JQO/JQO+5QO95SbFfsHiy7oi/cHi/cH6Oj3B4v3B4voLov7B4v7By4u+weLCOr3oRWPj4uRh48IdqAFh4+Fi4eHCE9PT8cFh4+Ei4eHCHZ2BYeHi4WPhwjHTk9PBYeHi4WPhwigdgWPh5KLj48Ix8fHTwWPh5GLj48IoKAFj4+LkYePCE/Hx8gFDveUmxX7B4su6Iv3B4v3B+jo9weL9weL6C6L+weL+wcuLvsHiwiL+AQVM4tDQ4szizPTQ+OL44vT04vji+ND0zOLCNT7bRV6ewWIiIeLiI4IXbldXQWIiIaLiI4Ie5sFiI6LkI6OCLm5XbkFiI6LkI6OCJubBY6OkIuOiAi5Xbm5BY6Oj4uOiAicewWOiIuGiIgIXV25XQWOiIuGiIgIDmf4b/e3FYuGiYeGhggjJqT7IwWLiouJi4iLh4qIiYiJiIiKh4uIi4eMh40I+xTP+xVHBYeJh4qIi4eLiIyJjomOio6Lj4uMi42Mjgij9yMj8AWGkImQi4+LkpCPlo0I9yOgzPcWBY6SkI+Ri5CLkIePhAjL+xb3I3YFlomQh4uECA5n99n3URXi3/sMnVX3AVX7AfsNeeM3dvsN9wDE9lIF9xb3cxWLhomHhoYIIyak+yMFi4qLiYuIi4KHhoOLiIuHjIeNCPsUz/sVRwWHiYeKiIuHi4iMiY6JjoqOi4+LjIuNjI4Io/cjI/AFhpCJkIuPi5KQj5aNCPcjoMz3FgWOkpCPkYuQi5CHj4QIy/sW9yN2BZaJkIeLhAgOZ/fn914V1NL7DJ2CnF7ni/unnILlW3rxiJ4F9yPjFSMmpPsjBYyFioaJh4mIiImGi4iLh4yHjQj7FM/7FUcFh4mHioiLh4uHjYmOiY+LkIyRCKP3IyPwBYWRiZGNkIyQkI6UjQj3I6DM9xYFj5KPj5GLkIuQh4+ECMv7FvcjdgWUiZCIjYaNhoiFhYUIDviUFPiUFYsMCgAAAAADAgABkAAFAAABTAFmAAAARwFMAWYAAAD1ABkAhAAAAAAAAAAAAAAAAAAAAAEQAAAAAAAAAAAAAAAAAAAAAEAAAPEjAeD/4P/gAeAAIAAAAAEAAAAAAAAAAAAAACAAAAAAAAIAAAADAAAAFAADAAEAAAAUAAQASAAAAA4ACAACAAYAAQAg5gHwBvEj//3//wAAAAAAIOYA8AXxI//9//8AAf/jGgQQAQ7lAAMAAQAAAAAAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAEAAOPScbRfDzz1AAsCAAAAAADPqJZRAAAAAM+ollEAAAAAAdsB0gAAAAgAAgAAAAAAAAABAAAB4P/gAAACAAAAAAAB2wABAAAAAAAAAAAAAAAAAAAACQAAAAAAAAAAAAAAAAEAAAACAAAwAgAAMAHcAAAB3AAAAdwAAQAAUAAACQAAAAAADgCuAAEAAAAAAAEACAAAAAEAAAAAAAIADgAyAAEAAAAAAAMACAAeAAEAAAAAAAQACABAAAEAAAAAAAUAFgAIAAEAAAAAAAYABAAmAAEAAAAAAAoAKABIAAMAAQQJAAEACAAAAAMAAQQJAAIADgAyAAMAAQQJAAMACAAeAAMAAQQJAAQACABAAAMAAQQJAAUAFgAIAAMAAQQJAAYACAAqAAMAAQQJAAoAKABIAHIAYQB0AHkAVgBlAHIAcwBpAG8AbgAgADEALgAwAHIAYQB0AHlyYXR5AHIAYQB0AHkAUgBlAGcAdQBsAGEAcgByAGEAdAB5AEcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format("woff")
}

.cancel-on-png:before, .cancel-off-png:before, .star-on-png:before, .star-off-png:before, .star-half-png:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: "raty";
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	speak: none;
	text-transform: none
}

.cancel-on-png:before {
	content: "halink"
}

.cancel-off-png:before {
	content: "halink"
}

.star-on-png:before {
	content: "halink"
}

.star-off-png:before {
	content: "halink"
}

.star-half-png:before {
	content: "halink"
}

ul.simple-pagination {
	list-style: none
}

.simple-pagination {
	display: block;
	overflow: hidden;
	padding: 0 5px 5px 0;
	margin: 0
}

.simple-pagination ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.simple-pagination li {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left
}

span.ellipse.clickable {
	cursor: pointer
}

.ellipse input {
	width: 3em
}

.compact-theme a, .compact-theme span {
	float: left;
	color: #333;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	text-align: center;
	border: 1px solid #aaa;
	border-left: none;
	min-width: 14px;
	padding: 0 7px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
	background: #efefef;
	background: -moz-linear-gradient(top, #fff 0%, #efefef 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #efefef));
	background: -webkit-linear-gradient(top, #fff 0%, #efefef 100%);
	background: -o-linear-gradient(top, #fff 0%, #efefef 100%);
	background: -ms-linear-gradient(top, #fff 0%, #efefef 100%);
	background: linear-gradient(top, #fff 0%, #efefef 100%)
}

.compact-theme a:hover {
	text-decoration: none;
	background: #efefef;
	background: -moz-linear-gradient(top, #efefef 0%, #bbb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100%, #bbb));
	background: -webkit-linear-gradient(top, #efefef 0%, #bbb 100%);
	background: -o-linear-gradient(top, #efefef 0%, #bbb 100%);
	background: -ms-linear-gradient(top, #efefef 0%, #bbb 100%);
	background: linear-gradient(top, #efefef 0%, #bbb 100%)
}

.compact-theme li:first-child a, .compact-theme li:first-child span {
	border-left: 1px solid #aaa;
	border-radius: 3px 0 0 3px
}

.compact-theme li:last-child a, .compact-theme li:last-child span {
	border-radius: 0 3px 3px 0
}

.compact-theme .current {
	background: #bbb;
	background: -moz-linear-gradient(top, #bbb 0%, #efefef 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bbb), color-stop(100%, #efefef));
	background: -webkit-linear-gradient(top, #bbb 0%, #efefef 100%);
	background: -o-linear-gradient(top, #bbb 0%, #efefef 100%);
	background: -ms-linear-gradient(top, #bbb 0%, #efefef 100%);
	background: linear-gradient(top, #bbb 0%, #efefef 100%);
	cursor: default
}

.compact-theme .ellipse {
	background: #eaeaea;
	padding: 0 10px;
	cursor: default
}

.light-theme a, .light-theme span {
	float: left;
	color: #666;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	text-align: center;
	border: 1px solid #bbb;
	min-width: 14px;
	padding: 0 7px;
	margin: 0 5px 0 0;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	background: #efefef;
	background: -moz-linear-gradient(top, #fff 0%, #efefef 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #efefef));
	background: -webkit-linear-gradient(top, #fff 0%, #efefef 100%);
	background: -o-linear-gradient(top, #fff 0%, #efefef 100%);
	background: -ms-linear-gradient(top, #fff 0%, #efefef 100%);
	background: linear-gradient(top, #fff 0%, #efefef 100%)
}

.light-theme a:hover {
	text-decoration: none;
	background: #fcfcfc
}

.light-theme .current {
	background: #666;
	color: #fff;
	border-color: #444;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 1), 0 0 2px rgba(0, 0, 0, .3) inset;
	cursor: default
}

.light-theme .ellipse {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-weight: 700;
	cursor: default
}

.dark-theme a, .dark-theme span {
	float: left;
	color: #ccc;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	text-align: center;
	border: 1px solid #222;
	min-width: 14px;
	padding: 0 7px;
	margin: 0 5px 0 0;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	background: #555;
	background: -moz-linear-gradient(top, #555 0%, #333 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555), color-stop(100%, #333));
	background: -webkit-linear-gradient(top, #555 0%, #333 100%);
	background: -o-linear-gradient(top, #555 0%, #333 100%);
	background: -ms-linear-gradient(top, #555 0%, #333 100%);
	background: linear-gradient(top, #555 0%, #333 100%)
}

.dark-theme a:hover {
	text-decoration: none;
	background: #444
}

.dark-theme .current {
	background: #222;
	color: #fff;
	border-color: #000;
	box-shadow: 0 1px 0 rgba(255, 255, 255, .2), 0 0 1px 1px rgba(0, 0, 0, .1) inset;
	cursor: default
}

.dark-theme .ellipse {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-weight: 700;
	cursor: default
}

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-transition-property: -webkit-transform, height;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform, height
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-button-prev, .swiper-button-next {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 27px 44px;
	-webkit-background-size: 27px 44px;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E);
	left: 10px;
	right: auto
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E)
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E)
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E);
	right: 10px;
	left: auto
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E)
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E)
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
	background: #fff
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	-moz-transform: translate3d(0, -50%, 0);
	-o-transform: translate(0, -50%);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 5px 0;
	display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px
}

.swiper-pagination-progress {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
	-webkit-transform-origin: right top;
	-moz-transform-origin: right top;
	-ms-transform-origin: right top;
	-o-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
	background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
	background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
	background: #000
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	-o-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
	-ms-perspective: 1200px
}

.swiper-container-cube, .swiper-container-flip {
	overflow: visible
}

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next+.swiper-slide {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-moz-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	-moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg)
	}
}

.zozoweb-product-reviews-badge {
	display: table;
	margin: 0 auto 0
}

.zozoweb-product-reviews-badge div {
	display: table-cell;
	padding: 0 3px
}

.zozoweb-product-reviews-badge .zozoweb-product-reviews-star i {
	font-size: 18px
}

.zozoweb-product-reviews-badge img {
	height: 17px;
	width: 18px;
	display: block;
	max-width: 18px
}

.zozoweb-product-reviews-badge p {
	margin: 0;
	padding: 0;
	font-size: 14px
}

#zozoweb-product-reviews {
	font-family: "Arial Regular", "Arial";
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	float: none;
	border: none;
	width: 100%;
	clear: both;
	display: block
}

#zozoweb-product-reviews .title-bl {
	border-bottom: 1px solid #ddd
}

#zozoweb-product-reviews .bpr-list {
	float: none;
	border: none;
	width: 100%;
	clear: both;
	text-align: left
}

#zozoweb-product-reviews #bpr-list>div {
	border-top: 1px solid #e0e0e0;
	padding: 15px
}

#zozoweb-product-reviews #bpr-list .zozoweb-review-reply {
	border-top: 1px dashed #e0e0e0;
	margin-left: 50px;
	padding-top: 10px;
	margin-top: 15px
}

#zozoweb-product-reviews #bpr-list .zozoweb-review-reply .zozoweb-review-reply-body {
	margin-bottom: 10px
}

#zozoweb-product-reviews #bpr-list .zozoweb-review-reply .zozoweb-review-reply-shop {
	display: block;
	text-align: right;
	font-style: italic
}

#zozoweb-product-reviews .zozoweb-review-header {
	display: block
}

#zozoweb-product-reviews .zozoweb-review-header>div {
	display: inline-block
}

#zozoweb-product-reviews .zozoweb-review-header .zozoweb-review-header-img {
	border: 1px solid #000;
	padding: 5px;
	border-radius: 50%;
	display: block;
	margin-right: 15px
}

#zozoweb-product-reviews .zozoweb-review-header .zozoweb-review-header-img img {
	display: block;
	height: 15px;
	width: 16px
}

#zozoweb-product-reviews .zozoweb-review-header .zozoweb-review-header-byline {
	font-size: 13px;
	display: block
}

#zozoweb-product-reviews .zozoweb-review-header .zozoweb-product-reviews-star {
	padding-top: 3px;
	display: inline-block
}

#zozoweb-product-reviews .zozoweb-review-header .zozoweb-product-reviews-star i {
	font-size: 14px
}

#zozoweb-product-reviews .zozoweb-review-header .zozoweb-review-header-time {
	display: inline-block;
	margin-left: 15px
}

#zozoweb-product-reviews .zozoweb-review-header .zozoweb-review-header-title {
	color: #999;
	font-style: normal;
	font-weight: 700;
	padding-left: 15px;
	padding-top: 5px
}

#zozoweb-product-reviews .zozoweb-review-header .zozoweb-review-reportreview {
	float: right;
	font-size: 15px
}

#zozoweb-product-reviews .zozoweb-review-content {
	margin-top: 10px;
	padding-left: 15px
}

#zozoweb-product-reviews #zozoweb-product-reviews-sub {
	width: 100%;
	font-size: 13px
}

#zozoweb-product-reviews #zozoweb-product-reviews-sub .zozoweb-product-reviews-summary {
	float: left;
	width: 50%;
	padding: 10px
}

#zozoweb-product-reviews #zozoweb-product-reviews-sub .zozoweb-product-reviews-summary .bpr-summary {
	display: table
}

#zozoweb-product-reviews #zozoweb-product-reviews-sub .zozoweb-product-reviews-summary .bpr-summary .bpr-summary-average {
	display: table-cell;
	font-size: 28px;
	padding-right: 15px
}

#zozoweb-product-reviews #zozoweb-product-reviews-sub .zozoweb-product-reviews-summary .bpr-summary .zozoweb-product-reviews-star {
	display: table-cell
}

#zozoweb-product-reviews #zozoweb-product-reviews-sub .zozoweb-product-reviews-summary .bpr-summary-caption {
	display: table-row
}

#zozoweb-product-reviews #zozoweb-product-reviews-sub .zozoweb-product-reviews-summary .bpr-summary-caption div {
	display: table-cell;
	padding: 0 3px
}

#zozoweb-product-reviews #zozoweb-product-reviews-sub .zozoweb-product-reviews-summary .bpr-summary-caption div img {
	height: 15px;
	width: 16px;
	display: block
}

#zozoweb-product-reviews #zozoweb-product-reviews-sub .zozoweb-product-reviews-summary .bpr-summary-caption div p {
	margin: 0;
	padding: 0;
	font-size: 14px
}

#zozoweb-product-reviews #zozoweb-product-reviews-sub .zozoweb-product-reviews-summary .bpr-summary-caption>div {
	padding: 0
}

#zozoweb-product-reviews #zozoweb-product-reviews-sub .product-reviews-summary-actions {
	float: right
}

#zozoweb-product-reviews .zozoweb-product-reviews-star i {
	font-size: 18px
}

#zozoweb-product-reviews p {
	margin: 0;
	padding: 0
}

#zozoweb-product-reviews #bpr-more-reviews ul {
	float: right;
	display: block
}

.zozoweb-product-reviews-form {
	min-width: 300px
}

.zozoweb-product-reviews-form h4 {
	text-align: center
}

.zozoweb-product-reviews-form fieldset {
	padding: 0 5px
}

.zozoweb-product-reviews-form fieldset div {
	margin-bottom: 15px
}

.zozoweb-product-reviews-form fieldset input::-webkit-input-placeholder, .zozoweb-product-reviews-form fieldset textarea::-webkit-input-placeholder {
	color: #ccc !important
}

.zozoweb-product-reviews-form fieldset input:-moz-placeholder, .zozoweb-product-reviews-form fieldset textarea:-moz-placeholder {
	color: #ccc !important
}

.zozoweb-product-reviews-form fieldset input::-moz-placeholder, .zozoweb-product-reviews-form fieldset textarea::-moz-placeholder {
	color: #ccc !important
}

.zozoweb-product-reviews-form fieldset input:-ms-input-placeholder, .zozoweb-product-reviews-form fieldset textarea:-ms-input-placeholder {
	color: #ccd !important
}

.zozoweb-product-reviews-form #dvRating {
	font-size: 11px;
	text-align: center
}

.zozoweb-product-reviews-form input, .zozoweb-product-reviews-form input[type="text"], .zozoweb-product-reviews-form input[type="email"], .zozoweb-product-reviews-form textarea {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.zozoweb-product-reviews-form input:focus, .zozoweb-product-reviews-form input[type="text"]:focus, .zozoweb-product-reviews-form input[type="email"]:focus, .zozoweb-product-reviews-form textarea: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, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.zozoweb-product-reviews-form textarea {
	height: auto
}

.zozoweb-product-reviews-form .bpr-button-submit {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
	display: block;
	margin: 0 auto;
	width: auto
}

.zozoweb-product-reviews-form .bpr-button-submit:focus {
	color: #fff;
	background-color: #286090;
	border-color: #122b40
}

.zozoweb-product-reviews-form .bpr-button-submit:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74
}

.zozoweb-product-reviews-form .bpr-form-message-error {
	font-size: 12px;
	display: none
}

.zozoweb-product-reviews-form .has-error {
	color: #a94442
}

.zozoweb-product-reviews-form .has-error input, .zozoweb-product-reviews-form .has-error textarea {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.zozoweb-product-reviews-form .has-error .bpr-form-message-error {
	display: block
}

.zozoweb-product-reviews-form .hide {
	display: none
}

.zozoweb-product-reviews-form .bpr-form-review-error .error {
	color: #a94442;
	font-size: 13px;
	font-style: italic
}

.zozoweb-product-reviews-form .bpr-form-rating #dvRating {
	margin-bottom: 0
}

.zozoweb-product-reviews-form .bpr-form-rating .bpr-form-message-error {
	font-size: 12px;
	display: none;
	color: #a94442
}

#bpr-thanks.zozoweb-product-reviews-form {
	text-align: center;
	padding: 40px 0
}

#btnnewreview {
	padding: 10px;
	width: 100%;
	margin-top: 10px;
	border: 0;
	background: #53a1cc;
	color: #fff
}

#dvzozoweb-prv-reply {
	background-color: #ff0;
	padding: 50px
}

#zozoweb-product-reviews-frm:after {
	content: "";
	clear: both;
	display: table
}

.dvzozoweb-prv-reply {
	margin-left: 50px;
	border-top: 1px dashed #e0e0e0;
	padding-top: 10px
}

.fancybox-overlay {
	width: 100% !important
}

img, .container, iframe {
	max-width: 100% !important
}

[id*="map"] img, [class*='map'] img {
	max-width: none !important
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	line-height: 1.425
}

.col-xs-20, .col-sm-20, .col-md-20, .col-lg-20 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-xs-20 {
	float: left;
	width: 20%
}

.col-xs-pull-20 {
	right: 20%
}

.col-xs-push-20 {
	left: 20%
}

.col-xs-offset-20 {
	margin-left: 20%
}

@media (min-width:768px) {
	.col-sm-20 {
		float: left;
		width: 20%
	}

	.col-sm-pull-20 {
		right: 20%
	}

	.col-sm-push-20 {
		left: 20%
	}

	.col-sm-offset-20 {
		margin-left: 20%
	}
}

@media (min-width:992px) {
	.col-md-20 {
		float: left;
		width: 20%
	}

	.col-md-pull-20 {
		right: 20%
	}

	.col-md-push-20 {
		left: 20%
	}

	.col-md-offset-20 {
		margin-left: 20%
	}
}

@media (min-width:1200px) {
	.col-lg-20 {
		float: left;
		width: 20%
	}

	.col-lg-pull-20 {
		right: 20%
	}

	.col-lg-push-20 {
		left: 20%
	}

	.col-lg-offset-20 {
		margin-left: 20%
	}
}

ol>br, ul>br {
	display: none
}

:focus {
	outline: none
}

body .owl-carousel .owl-item img {
	width: auto;
	margin: auto
}

textarea.form-control {
	height: auto
}

body .pagination>li>a, body .pagination>li>span {
	margin: 3px;
	border-radius: 8px !important;
	color: #000;
	height: 35px;
	width: 35px;
	line-height: 35px;
	padding: 0;
	text-align: center;
	font-size: 16px
}

body .pagination>li>a:focus, body .pagination>li>a:hover, body .pagination>li>span:focus, body .pagination>li>span:hover, body .pagination>.active>a, body .pagination>.active>a:focus, body .pagination>.active>a:hover, body .pagination>.active>span, body .pagination>.active>span:focus, body .pagination>.active>span:hover {
	background-color: #20549a;
	border-color: #20549a;
	color: #FFF
}

a:hover, a:focus {
	text-decoration: none
}

select {
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	appearance: menulist
}

.topbar .info-header .fa {
	font-size: 20px;
	display: inline-block;
	position: relative;
	transform: translateY(2px)
}

.header .header-content .header_services .policy .item-policy .fa {
	font-size: 30px
}

.home-slider {
	overflow: hidden;
	border-top: 1px solid transparent;
}

.owl-carousel .owl-nav .fa, .carousel_partner .owl-nav .fa, .section_blog .blog-slider .owl-nav .fa, .products .products-view-grid .owl-nav .fa {
	display: none
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
	margin: 0;
	transform: translateY(-50%);
	top: 50%
}

.owl-carousel .owl-nav button.owl-next:before, .owl-carousel .owl-nav button.owl-prev:before {
	top: 0
}

.products-view>.row.list_products {
	display: none
}

.products-view.products-view-grid>.row.list_products {
	display: block
}

.products-view.products-view-list>.row.list_products {
	display: block
}

.sortPagiBar .btn, .view-mode b {
	line-height: normal;
	height: auto
}

.sortPagiBar label {
	float: left;
	line-height: 30px;
	font-size: 14px;
	margin-right: 6px;
	margin-bottom: 0;
	font-weight: 400
}

.product-mini-item .sale-flash {
	display: none;
	position: absolute;
	font-size: 1em;
	color: #FFF;
	font-weight: 400;
	padding: 0 12px 0 8px;
	line-height: 25px;
	text-align: center;
	top: 20px;
	left: -1px;
	z-index: 10;
	background-color: #FE9705
}

.product-mini-item .product-price-old {
	text-decoration: line-through;
	color: #ADADAD
}

#sort-by li>a {
	white-space: nowrap
}

.search-main .form-signup .form-group button, .search-main .form-signup.search-in-content .form-group .form-control {
	width: auto;
	float: left;
	line-height: 2.1;
	border-radius: 0 !important
}

.search-main .form-signup.search-in-content .form-group label.form-control {
	border: none !important;
	display: flex;
	align-items: center
}

.search-main .form-signup.search-in-content .form-group label.form-control input[type='checkbox'] {
	position: unset;
	margin: 0;
	height: auto;
	margin-right: 5px
}

.search-in-content select.form-control {
	-webkit-appearance: menulist;
	-moz-appearance: menulist
}

.right-column.aside-vetical-menu .aside-content .nav-item>.dropdown-menu {
	right: calc(100% + 15px);
	left: auto
}

.right-column.aside-vetical-menu .aside-content .nav-item>.dropdown-menu:after {
	right: auto;
	left: 100%
}

#form-review .form-control, #form-review .control-label, #form-review .form-group {
	margin: 0 0 10px;
	float: left;
	width: 100%;
	display: block;
	text-align: left;
	color: #000;
	font-size: 14px
}

#form-review .rating_review {
	display: flex;
	align-items: center
}

#form-review .rating_review * {
	width: auto;
	margin: 10px;
	padding: 0
}

#zozoweb-product-reviews #zozoweb-product-reviews-sub .zozoweb-product-reviews-summary {
	width: 100%
}

.topbar-mobile .mobi_lang_curr, .topbar .desk_lang_curr {
	position: relative;
	margin: 0 15px 0 0
}

.topbar-mobile .mobi_lang_curr form, .topbar .desk_lang_curr form {
	display: none;
	margin: 0
}

.topbar-mobile .mobi_lang_curr a, .topbar .desk_lang_curr a {
	white-space: nowrap
}

.topbar-mobile .mobi_lang_curr .dropdown-menu a {
	color: #000
}

.tab-content.active {
	opacity: 1;
	visibility: visible;
	height: auto;
	overflow: hidden
}

.module_category .tabs.tabs-title .tab-link.active {
	color: #20549a;
	font-weight: 600
}

@media (min-width:561px) {}

@media (min-width:992px) {}

@media (max-width:1199px) {}

@media (max-width:767px) {
	.search-main .form-signup.search-in-content .form-group .form-control {
		width: 100%
	}

	.module_category .tabs.tabs-title .tab-link {
		padding: 0 10px 0 0
	}

	.module_category .tabs.tabs-title .tab-link:last-child {
		border: none
	}
}

@media (max-width:560px) {
	#form-review .rating_review {
		flex-wrap: wrap
	}

	#form-review .rating_review * {
		margin: 10px 5px
	}

	#form-review .rating_review .control-label {
		width: 100%
	}
}

@media (max-width:360px) {}

@media (max-width:1199px) and (min-width:768px) {}

.aside-item .aside-content .nav-category>ul.nav>.nav-item>a {
	padding: 8.5px 20px 8.5px 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	line-height: 20px;
	border-top: 1px #EBEBEB solid;
	text-transform: uppercase;
}

.product-box:hover {
	border-bottom: 2px solid #20549a;
	background: #76767612;
}

span.post.post-page.current-item {
	color: #00783b;
	font-weight: 400;
	font-size: 1em;
}

p.link-more {
	float: right;
	margin-right: 16px;
}

.blog-item-info.m-4 .link-more {
	display: none;
}

.sidebar .menu {
	padding-left: 35px;
	margin-bottom: 0;
	list-style: disc;
}

.sidebar .menu li {
	position: relative;
	clear: left;
	font-size: 1.07143em;
	padding: 5px 0 5px 1px;
}

h3.blog-name {
	font-size: 13px;
	line-height: 16px;
}

.woocommerce .woocommerce-ordering select {
	vertical-align: top;
	border-radius: 20px;
	padding: 0 10px;
	line-height: 24px;
	height: 30px;
}

a.add_to_wishlist:before {
	width: 35px;
	content: "";
	height: 34px;
	background: url(heart.png) no-repeat;
	background-size: 100%;
	position: absolute;
	left: 10%;
}

.woocommerce .woocommerce-breadcrumb {
	margin: 0 0 1em;
	padding: 0 20px;
	font-size: .92em;
	color: #777;
}

.woocommerce .quantity .qty {
	width: 75px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #20549a;
	color: #fff;
	-webkit-font-smoothing: antialiased;
}

.sl_qui {
	float: left;
	display: block;
}

.quantity {
	float: left;
	padding-right: 20px;
}

.sl_qui .quantity .qty {
	height: 33px;
	font-size: 16px;
}

section.section.featured-product.wow.fadeInUp.mb-4 {
	float: left;
}

section.section.featured-product.wow.fadeInUp.mb-4 .woocommerce-tabs {
	display: none;
}

.tab_width_full {
	float: left;
}

.woocommerce-tabs div#tab-reviews {
	*display: block !important;
}

section.related.products h2 {
	display: none;
}

.navbar-pills ul.sub-menu {
	display: none;
	background-color: #ffffff;
	position: absolute;
	z-index: 85;
	left: 100%;
	width: 270px;
	height: auto !important;
	top: 0;
}

.navbar-pills ul.sub-menu li {
	float: left;
	width: 100%;
	padding: 5px 10px !important;
	border-bottom: 1px solid #d6d6d5;
	top: 0;
}

.navbar-pills ul.sub-menu li a {
	z-index: 86;
}

.aside-item .aside-content .nav-category>ul.nav>.nav-item:hover ul {
	display: block !important;
}

.col-left .menu ul {
	display: none;
	background-color: #ffffff;
	position: absolute;
	z-index: 85;
	left: 100%;
	width: 270px;
	height: auto !important;
	top: 0;
	box-shadow: 1px 1px 5px 0px #c7e5c9;
}

.col-left .menu ul li {
	float: left;
	width: 100%;
	padding: 5px 10px !important;
	border-bottom: 1px solid #d6d6d5;
	top: 0;

}

.col-left .menu li:hover ul {
	display: block !important;

}


.col-right .menu ul {
	display: none;
	background-color: #ffffff;
	position: absolute;
	z-index: 85;
	right: 100%;
	width: 270px;
	height: auto !important;
	top: 0;
	box-shadow: 1px 1px 5px 0px #c7e5c9;
}

.col-right .menu ul li {
	float: left;
	width: 100%;
	padding: 5px 10px !important;
	border-bottom: 1px solid #d6d6d5;
	top: 0;

}

.col-right .menu li:hover ul {
	display: block !important;

}

h2.title_cat a {
	color: white;
}

h2.title_cat:hover a {
	color: white;
}

.yt_w {
	float: left;
}

.yt_w a {
	color: white;
}

.yt_w a:hover {
	color: white;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
	width: 100%;
	overflow: visible;
}

ul#menu-menu-main-1 {
	padding: 10px 15px;
}

.nav>li {
	position: relative;
}

.nav>li:first-child>a {
	border-left: none;
}

.nav>li.menu-item-has-children>a::after {
	border-top: 5px solid #fff000;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -5px;
}

.nav .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 230px;
	background: #03b252;
	list-style: none;
	padding-left: 0;
	z-index: 9999;
}

.nav .sub-menu li {
	width: 100%;
}

.nav .sub-menu li a {
	display: block;
	padding: 10px 20px;
	color: #ffffff;
	width: 100% !important;
}

.nav .sub-menu li a:hover {
	background: #a30000;
}

.nav li:hover .sub-menu {
	display: block;
}


@media (max-width: 768px) {
	.nav .sub-menu li a {
		display: block;
		padding: 7px 20px;
		color: #00a752 !important;
		width: 100%;
	}

	.nav .sub-menu {
		display: block !important;
		position: relative !important;
		top: 100% !important;
		left: 20px !important;
		width: 100% !important;
		background: rgb(242 0 0);
		list-style: none;
		padding-left: 0;
		z-index: 9999;
	}
}

.nav ul ul {
	visibility: hidden !important;
	position: absolute !important;
	top: 100% !important;
	z-index: 598 !important;
	width: 100% !important;
}

.nav ul ul li {
	width: 100%;
	float: none !important;
}

.nav ul ul ul {
	top: 0 !important;
	left: 100% !important;
	width: 190px !important;
}

.nav ul li:hover>ul {
	visibility: visible !important;
}

.nav ul ul {
	top: 0 !important;
	right: 0;
	width: 300px !important;
	left: 100% !important;
}

.nav ul ul ul {
	border-top: 0 none !important;
}

.nav ul ul li {
	position: relative !important;
}

.nav ul ul li:first-child>a {
	/* border-top: 1px solid #0082e7!important; */
}

.nav ul ul li:hover>a {
	/* background: #4eb1ff!important; */
	color: #ffffff !important;
}


.nav ul li.last ul {
	left: auto !important;
	right: 0 !important;
}

iframe {
	width: 100%;
}

@media screen and (min-width: 991px) {
	.row_header {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
}

@media screen and (max-width: 990px) {
	.list_policy {
		display: none !important;
	}
}

.list_policy .company_text {
	margin: 0;
	font-size: 26px;
	font-weight: 900;
	color: #044ea7;
	margin-bottom: 8px;
	font-family: "Roboto", sans-serif;
}

.list_policy .address_text {
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	color: #044ea7;
	font-family: "Roboto", sans-serif;
}

.header_services {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
        justify-content: center;
} 

.category_custom10.tab-content {
	display: flex;
	flex-wrap: wrap;
}