@keyframes moveFromLeft {
    from {
        left: -9000px
    }

    to {
        left: 0
    }
}

@keyframes moveFromRight {
    from {
        right: -9000px
    }

    to {
        right: 0
    }
}

@keyframes moveFromTop {
    from {
        top: -5000px
    }

    to {
        top: 0
    }
}

@keyframes moveFromBottom {
    from {
        bottom: -5000px
    }

    to {
        bottom: 0
    }
}

@-webkit-keyframes moveFromLeft {
    from {
        left: -9000px
    }

    to {
        left: 0
    }
}

@-webkit-keyframes moveFromRight {
    from {
        right: -9000px
    }

    to {
        right: 0
    }
}

@-webkit-keyframes moveFromTop {
    from {
        top: -5000px
    }

    to {
        top: 0
    }
}

@-webkit-keyframes moveFromBottom {
    from {
        bottom: -5000px
    }

    to {
        bottom: 0
    }
}

@keyframes slidenavAnimation {
    from {
        margin-top: -30px;
        opacity: 0
    }

    to {
        margin-top: 0;
        opacity: 1
    }
}

@-webkit-keyframes slidenavAnimation {
    from {
        margin-top: -30px;
        opacity: 0
    }

    to {
        margin-top: 0;
        opacity: 1
    }
}

html {
    -webkit-font-smoothing: antialiased;
    height: 100%
}

body {
    font-family: "Roboto",Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 1.3;
    color: #5e5e5e;
    font-weight: 400;
    position: relative;
    height: 100%
}

#page-body {
    background: #fff;
    height: 100%
}

i.left {
    margin-right: 7px
}

i.right {
    margin-left: 7px
}

html,button,input,select,textarea {
    font: 14px/1.35 "Roboto",Arial,Helvetica,sans-serif
}

input:focus,textarea:focus,select:focus,input.form-control:focus,textarea.form-control:focus {
    -webkit-box-shadow: 0 0 2px #1b8bcc;
    -ms-transform: 0 0 2px #1b8bcc;
    -o-transform: 0 0 2px #1b8bcc;
    box-shadow: 0 0 2px #1b8bcc;
    outline: none;
    border: 1px solid #b8b8b8;
    background: none
}

.clearfix {
    clear: both
}

html .cart-opened {
    overflow: hidden
}

.cart-opened #page-body {
    cursor: url(https://cdn.shopify.com/s/files/1/1836/0759/t/4/assets/toggle_close.png?3929679233679600438),progress;
    position: relative;
    left: 0px
}

.cart-opened .header-content,.cart-opened .mobile-version {
    left: 0px
}

html.search-opened {
    overflow: hidden
}

.search-opened #page-body {
    cursor: url(https://cdn.shopify.com/s/files/1/1836/0759/t/4/assets/toggle_close.png?3929679233679600438),progress;
    position: relative;
    left: 0px
}

.search-opened .header-content,.search-opened .mobile-version {
    left: 0px
}

body.search-opened #page-body:before {
    background: rgba(0,0,0,0.5);
    content: "" !important;
    display: inline-block !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999
}

.menu-opened #page-body {
    cursor: url(https://cdn.shopify.com/s/files/1/1836/0759/t/4/assets/toggle_close.png?3929679233679600438),progress
}

.menu-opened #page-body:before {
    background: rgba(0,0,0,0.5);
    content: "" !important;
    display: inline-block !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999
}

html .filter-opened {
    overflow: hidden
}

.filter-opened #page-body:before {
    background: rgba(0,0,0,0.5);
    content: "" !important;
    display: inline-block !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999
}

body.cart-loading .loading {
    display: block !important
}

.visible-phone {
    display: none
}

fieldset,legend {
    border: none
}

.input-append input[class*="span"],.input-append .uneditable-input[class*="span"],.input-prepend input[class*="span"],.input-prepend .uneditable-input[class*="span"],.row-fluid input[class*="span"],.row-fluid select[class*="span"],.row-fluid textarea[class*="span"],.row-fluid .uneditable-input[class*="span"],.row-fluid .input-prepend [class*="span"],.row-fluid .input-append [class*="span"] {
    display: inline-block;
    padding: 1.384615385em 0.615384615em
}

.row-fluid textarea[class*="span"] {
    padding-top: 0.5em;
    padding-bottom: 0.5em
}

input[type="image"] {
    width: auto
}

textarea {
    border: none
}

input:-webkit-autofill {
    background: transparent
}

input[type="checkbox"] {
    vertical-align: top;
    margin-right: 10px
}

textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="tel"],input[type="color"],.uneditable-input {
    margin: 0;
    padding: 0.615384615em;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    -webkit-appearance: none;
    color: #5e5e5e
}

textarea,textarea.form-control {
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -webkit-box-shadow: inset 0 0 0 #fff;
    -ms-transform: inset 0 0 0 #fff;
    -o-transform: inset 0 0 0 #fff;
    box-shadow: inset 0 0 0 #fff;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background: none;
    border: 1px solid #b8b8b8;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    -webkit-appearance: none;
    padding-left: 15px;
    padding-right: 15px
}

select,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"] {
    padding: 15px;
    line-height: 1.5;
    height: 50px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background: none;
    border: 1px solid #b8b8b8;
    font-size: 14px;
    -webkit-box-shadow: inset 0 0 0 #fff;
    -ms-transform: inset 0 0 0 #fff;
    -o-transform: inset 0 0 0 #fff;
    box-shadow: inset 0 0 0 #fff;
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px
}

select {
    line-hgeight: 50px;
    padding: 0 15px
}

input[type="number"] {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    -webkit-appearance: none
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none
}

button {
    outline: none
}

.btn.focus,.btn:focus,.btn:hover {
    outline: none
}

label {
    margin-bottom: 7px;
    font-weight: 400
}

label em {
    color: #f1152f;
    font-weight: 400;
    font-style: normal;
    margin-left: 3px
}

.form-actions {
    background: none;
    border: none;
    padding: 20px 0 0 0
}

.alert ul {
    margin-bottom: 0
}

.alert>p,.alert>ul {
    margin-top: 0
}

ul {
    padding: 0;
    list-style: disc inside none
}

ol {
    padding: 0;
    list-style: decimal inside none
}

ul ul,ul ol,ol ol,ol ul {
    padding-left: 10px
}

.list-inline {
    margin: 0
}

.list-inline>li {
    padding: 0;
    margin: 0
}

.center {
    text-align: center
}

.left {
    text-align: left
}

.right {
    text-align: right
}

.req {
    color: #1b8bcc
}

.form-success {
    border: 1px solid #c8d9b9;
    background: url(icons_new14.png) 10px -1307px no-repeat;
    margin-bottom: 20px;
    padding: 5px 20px 5px 30px
}

img {
    max-width: 100%;
    height: auto;
    border: 0
}

.image {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 600;
    line-height: 1.1em;
    margin: 0;
    padding: 0;
    color: #2b2b2b;
    font-family: "Roboto",Arial,Helvetica,sans-serif
}

h1 {
    font-size: 30px;
    margin-bottom: 0px
}

h2 {
    font-size: 25px;
    margin-bottom: 0px
}

h3 {
    font-size: 22px;
    margin-bottom: 0px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 18px;
    margin-bottom: 0px
}

h6 {
    font-size: 14px;
    margin-bottom: 0px
}

.page-title {
    font-size: 30px;
    font-weight: 300;
    font-family: "Roboto",Arial,Helvetica,sans-serif
}

p:last-child {
    margin-bottom: 0
}

small {
    font-size: 12px
}

h2 small.pull-right {
    padding-top: 0.538461538em
}

a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

a:focus {
    text-decoration: none
}

a,a:link,a:hover,a:active {
    outline: none
}

.no-style {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: none !important
}

.tal {
    text-align: left
}

.tar {
    text-align: right
}

.tac {
    text-align: center
}

.fl {
    float: left
}

.fr {
    float: right
}

.fn {
    float: none
}

.cl {
    clear: left
}

.cr {
    clear: right
}

.cb {
    clear: both
}

.hide,.hidden {
    display: none
}

.move {
    cursor: move
}

.hidden {
    display: none
}

.move {
    cursor: move
}

.section-title {
    display: none
}

.owl-theme .owl-controls .owl-buttons>div {
    position: absolute
}

.navbar {
    min-height: 10px;
    border: none;
    margin: 0
}

html.menu-opened {
    overflow: hidden
}

.menu-mobile.opened {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    background: rgba(0,0,0,0);
    border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    background-image: url(https://cdn.shopify.com/s/files/1/1836/0759/t/4/assets/header_bg.jpg?3929679233679600438);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.menu-mobile {
    top: 0 !important;
    position: fixed;
    width: 260px;
    z-index: 999999;
    height: 100%;
    overflow: auto;
    left: 0px;
    -webkit-transform: translate(-280px, 0);
    -ms-transform: translate(-280px, 0);
    -o-transform: translate(-280px, 0);
    transform: translate(-280px, 0);
    -moz-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background: rgba(0,0,0,0)
}

#page-body {
    position: relative;
    left: 0
}

.main-nav {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left
}

.main-nav>li {
    position: relative
}

.main-nav>li.mega-menu {
    position: static
}

.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus {
    background-color: transparent;
    color: #2b2b2b
}

.dropdown-menu>li.dropdown-submenu>.dropdown-menu {
    left: 100%;
    top: 0px;
    display: none;
    font-size: 14px
}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus {
    background-color: transparent;
    color: #2b2b2b
}

.dropdown-menu {
    text-align: left;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    z-index: 999;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0;
    border: none;
    background: #fff;
    -webkit-box-shadow: 0 0px 18px rgba(0,0,0,0.21);
    -ms-transform: 0 0px 18px rgba(0,0,0,0.21);
    -o-transform: 0 0px 18px rgba(0,0,0,0.21);
    box-shadow: 0 0px 18px rgba(0,0,0,0.21)
}

.main-nav .mega-menu .dropdown-menu-sub {
    position: static
}

.main-nav .dropdown-menu {
    padding: 10px 0;
    width: 220px
}

.main-nav .dropdown-menu li {
    padding: 0
}

.main-nav .dropdown-menu li a {
    white-space: normal;
    padding: 3px 20px;
    margin: 0;
    line-height: 26px;
    position: relative
}

.main-nav .mega-menu .dropdown-menu {
    min-width: 100%
}

#scroll-to-top a:hover {
    text-decoration: none
}

#quick-shop-modal {
    background: rgba(0,0,0,0.5);
    z-index: 999
}

#quick-shop-modal .modal-content {
    z-index: 999
}

.modal-open .modal-backdrop {
    display: none
}

div.jGrowl div.jGrowl-notification {
    background-color: #fff;
    border: 1px solid #b8b8b8;
    border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.5);
    -ms-transform: 0 0 15px rgba(0,0,0,0.5);
    -o-transform: 0 0 15px rgba(0,0,0,0.5);
    box-shadow: 0 0 15px rgba(0,0,0,0.5)
}

.alert-danger {
    border-radius: 0;
    border-color: #d02e2e;
    color: #d02e2e;
    background-color: #fff6f6
}

.alert-success {
    border-radius: 0;
    border-color: #56ad6a;
    color: #56ad6a;
    background-color: #ecfeee
}

.loading {
    background: transparent url(https://cdn.shopify.com/s/files/1/1836/0759/t/4/assets/loading.gif?3929679233679600438) center center no-repeat;
    position: fixed;
    top: 50% !important;
    bottom: auto;
    left: 50%;
    right: auto;
    width: 56px;
    height: 56px;
    margin-left: -28px;
    margin-top: -28px;
    overflow: hidden;
    padding: 0;
    text-align: center;
    text-indent: -999em;
    background-size: 100%;
    z-index: 10
}

#body-content {
    min-height: 250px;
    margin: 0 auto 30px;
    width: 100%
}

.zoomContainer {
    z-index: 1;
    overflow: hidden
}

.modal-open .zoomContainer {
    z-index: 1050
}

#related-product .product-wrapper .product-head .product-button {
    display: none !important
}

.add-to-cart.disabled,.add-to-wishlist.disabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.6;
    background: #1b8bcc;
    border-color: #1b8bcc;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.heatmap {
    width: 100%;
    height: 100%;
    position: absolute !important;
    z-index: 10;
    opacity: 0;
    display: none
}

.boxes {
    -webkit-box-shadow: 0 0 8px #ddd;
    -ms-transform: 0 0 8px #ddd;
    -o-transform: 0 0 8px #ddd;
    box-shadow: 0 0 8px #ddd
}

.boxes-wrapper {
    background: url(https://cdn.shopify.com/s/files/1/1836/0759/t/4/assets/body_bg_image.jpg?3929679233679600438) repeat fixed transparent
}

@keyframes "loading" {
    from {
        left: 0
    }

    to {
        left: 100%
    }
}

@-moz-keyframes loading {
    from {
        left: 0
    }

    to {
        left: 100%
    }
}

@-webkit-keyframes "loading" {
    from {
        left: 0
    }

    to {
        left: 100%
    }
}

@-ms-keyframes "loading" {
    from {
        left: 0
    }

    to {
        left: 100%
    }
}

@-o-keyframes "loading" {
    from {
        left: 0
    }

    to {
        left: 100%
    }
}

.load-complete {
    position: fixed;
    background: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 2px;
    bottom: 0;
    z-index: 100001
}

.load-complete .load-position {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 999;
    right: 0;
    margin-top: -100px
}

.load-complete .load-position h6 {
    text-align: center;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    font-style: italic
}

.load-complete .logo {
    color: #4C4C4C;
    text-align: center;
    display: block;
    margin-bottom: 20px;
    font-family: 'mission_scriptregular';
    font-size: 50px
}

.load-complete .loading-page {
    position: absolute;
    width: 100%;
    height: 1px;
    margin: 20px auto;
    left: 0;
    right: 0
}

.load-complete .loading-page .loading-line {
    position: absolute;
    background: #b8b8b8;
    width: 100%;
    height: 2px
}

.load-complete .loading-page .loading-break {
    position: absolute;
    background: #1b8bcc;
    width: 15px;
    height: 2px
}

.load-complete .loading-page .loading-break.loading-dot-1 {
    -webkit-animation: loading 2s infinite;
    -moz-animation: loading 2s infinite;
    -ms-animation: loading 2s infinite;
    -o-animation: loading 2s infinite;
    animation: loading 2s infinite
}

.load-complete .loading-page .loading-break.loading-dot-2 {
    -webkit-animation: loading 2s 0.5s infinite;
    -moz-animation: loading 2s 0.5s infinite;
    -ms-animation: loading 2s 0.5s infinite;
    -o-animation: loading 2s 0.5s infinite;
    animation: loading 2s 0.5s infinite
}

.load-complete .loading-page .loading-break.loading-dot-3 {
    -webkit-animation: loading 2s 1s infinite;
    -moz-animation: loading 2s 1s infinite;
    -ms-animation: loading 2s 1s infinite;
    -o-animation: loading 2s 1s infinite;
    animation: loading 2s 1s infinite
}

.header-content {
    position: relative;
    background: #fff;
    padding: 0;
    margin: 0
}

@media (min-width: 992px) {
    .header-content .header-main .table-row {
        padding:22px 0;
        display: table;
        width: 100%;
        table-layout: fixed
    }

    .header-content .header-main .table-row .header-logo {
        display: table-cell;
        vertical-align: middle;
        float: none;
        max-width: 300px
    }

    .header-content .header-main .table-row .header-other,.header-content .header-main .table-row .searchbox {
        float: none;
        display: table-cell;
        vertical-align: middle
    }
}

.header-content .searchbox {
    margin: 0;
    position: relative;
    display: inline-block
}

.header-content .searchbox .search-icon {
    position: absolute;
    display: block;
    left: 1px;
    top: 1px;
    z-index: 3;
    width: 48px;
    height: 48px;
    padding: 0;
    margin: 0;
    border: none;
    background: none
}

.header-content .searchbox .search-icon:before {
    content: "";
    background: url(https://cdn.shopify.com/s/files/1/1836/0759/t/4/assets/icon_search.png?3929679233679600438);
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    height: 100%
}

.header-content .searchbox .navbar-form {
    margin: 0;
    padding: 0;
    display: block;
    height: 50px;
    border: 1px solid #b8b8b8;
    background: #fff;
    position: relative;
    -webkit-box-shadow: 0 0 0 #fff;
    -ms-transform: 0 0 0 #fff;
    -o-transform: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff;
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px
}

.header-content .searchbox .form-control {
    width: 100%;
    height: 48px;
    padding: 15px 20px 15px 50px;
    border: none;
    line-height: 18px;
    float: left;
    text-transform: none;
    -webkit-box-shadow: inset 0 0 0 #fff;
    -ms-transform: inset 0 0 0 #fff;
    -o-transform: inset 0 0 0 #fff;
    box-shadow: inset 0 0 0 #fff
}

.header-content .searchbox .form-control:hover,.header-content .searchbox .form-control:focus {
    -webkit-box-shadow: 0 0 0 #fff;
    -ms-transform: 0 0 0 #fff;
    -o-transform: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff;
    background: none
}

.header-content .searchbox #result-ajax-search {
    text-align: left;
    position: absolute;
    top: 100%;
    width: 100%;
    max-width: 570px;
    padding: 0px;
    margin: 15px 0 0;
    display: none;
    z-index: 12;
    border: none;
    background: #fff;
    -webkit-box-shadow: 0 0px 18px rgba(0,0,0,0.21);
    -ms-transform: 0 0px 18px rgba(0,0,0,0.21);
    -o-transform: 0 0px 18px rgba(0,0,0,0.21);
    box-shadow: 0 0px 18px rgba(0,0,0,0.21)
}

.header-content .searchbox #result-ajax-search:before,.header-content .searchbox #result-ajax-search:after {
    content: "";
    display: inline-block;
    height: 0;
    width: 0;
    position: absolute;
    display: block;
    top: -10px;
    right: 80px
}

.header-content .searchbox #result-ajax-search:after {
    border-bottom: 9px solid #ffffff;
    border-left: 8px solid rgba(0,0,0,0);
    border-right: 8px solid rgba(0,0,0,0);
    right: 82px;
    top: -9px
}

.header-content .searchbox #result-ajax-search:before {
    border-bottom: 10px solid #b8b8b8;
    border-left: 10px solid rgba(0,0,0,0);
    border-right: 10px solid rgba(0,0,0,0)
}

.header-content .searchbox #result-ajax-search ul {
    margin: 0;
    padding: 15px 0;
    max-height: 580px;
    overflow: auto;
    background: #fff;
    width: 100%
}

.header-content .searchbox #result-ajax-search ul li {
    display: block;
    overflow: hidden;
    padding: 13px 15px
}

.header-content .searchbox #result-ajax-search ul li .search-item-img {
    float: left;
    margin: 0px 15px 0 0;
    width: 100px;
    text-align: center
}

.header-content .searchbox #result-ajax-search ul li .search-item-img img {
    width: 100%
}

.header-content .searchbox #result-ajax-search ul li .search-item-title {
    display: block;
    overflow: hidden;
    font-family: "Roboto",Arial,Helvetica,sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.0;
    margin: 0 0 5px
}

.header-content .searchbox #result-ajax-search ul li .search-item-title .marked {
    color: #1b8bcc
}

.header-content .searchbox #result-ajax-search ul li .product-price,.header-content .searchbox #result-ajax-search ul li .price {
    font-size: 20px
}

.header-content .searchbox #result-ajax-search ul li .price-compare {
    font-size: 15px
}

.header-content .searchbox #result-ajax-search ul li .price-sale {
    font-size: 20px
}

.header-content .searchbox #result-ajax-search ul li p {
    margin: 0
}

@media (min-width: 1025px) {
    .header-content .searchbox.s-loading .navbar-form:before {
        width:25px;
        height: 25px;
        position: absolute;
        display: block;
        left: 15px;
        top: 12px;
        z-index: 5;
        font-size: 22px;
        vertical-align: middle;
        line-height: 25px;
        display: block;
        font-family: FontAwesome;
        content: "\f110";
        -webkit-animation: fa-spin 2s infinite linear;
        animation: fa-spin 2s infinite linear;
        color: #1b8bcc;
        background: #fff
    }
}

.header-content .header-text-widget {
    display: inline-block;
    padding-right: 85px
}

.header-content .header-text-widget .widget-description {
    padding: 0 45px;
    text-align: left
}

.header-content .header-text-widget .widget-description .fa {
    font-size: 36px;
    color: #1b8bcc;
    float: left;
    padding: 0 20px 0 0;
    line-height: 36px
}

.header-content .header-text-widget .widget-description span {
    color: #8a8989;
    font-size: 15px;
    display: inline-block;
    font-family: "Roboto",Arial,Helvetica,sans-serif;
    font-weight: 400;
    line-height: 14px
}

.header-content .header-text-widget .widget-description span.text-2 {
    display: block;
    font-weight: 300;
    white-space: nowrap;
    font-size: 14px;
    color: #8a8989
}

.header-content .header-other {
    margin: 0;
    text-align: right
}

.header-content .header-nav>.container {
    position: relative
}

.header-content .top-cart-holder {
    margin: 0
}

.header-content .top-cart-holder>.cart-target {
    text-align: center
}

.header-content .top-cart-holder>.cart-target>.basket {
    display: inline-block;
    font-size: 0px;
    position: relative
}

.header-content .top-cart-holder>.cart-target>.basket .number {
    display: inline-block;
    height: 23px;
    width: 30px;
    float: left;
    background: url(https://cdn.shopify.com/s/files/1/1836/0759/t/4/assets/icon_cart.png?3929679233679600438) no-repeat center center
}

.header-content .top-cart-holder>.cart-target>.basket .n-item {
    display: inline-block;
    position: absolute;
    display: block;
    top: -10px;
    right: -7px;
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    opacity: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #1b8bcc;
    color: #fff;
    font-size: 11px;
    font-weight: 300;
    text-align: center
}

.header-content .top-cart-holder>.cart-target.open .cart-dd {
    visibility: visible;
    z-index: 9999
}

@media (min-width: 1025px) {
    .header-content .top-cart-holder:hover .cart-dd {
        visibility:visible;
        z-index: 9999;
        display: block
    }
}

.header-content .header-icons {
    position: relative
}

.header-content .header-icons>div {
    display: inline-block;
    padding: 0 0 0 10px
}

.header-content .header-icons>div>a {
    display: inline-block;
    color: #5e5e5e
}

.header-content .header-icons>div.customer-account>a {
    background: url(https://cdn.shopify.com/s/files/1/1836/0759/t/4/assets/icon_account.png?3929679233679600438) no-repeat center center;
    width: 22px;
    height: 23px
}

.header-content .header-icons>div.wishlist-target>a {
    background: url(https://cdn.shopify.com/s/files/1/1836/0759/t/2/assets/icon_wishlist.png) no-repeat center center;
    width: 23px;
    height: 23px;
    position: relative
}

.header-content .header-icons>div.wishlist-target>a .wishlist-icon {
    display: inline-block;
    position: absolute;
    display: block;
    top: -10px;
    right: -7px;
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    opacity: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #1b8bcc;
    color: #fff;
    font-size: 11px;
    font-weight: 300;
    text-align: center
}

.header-content .header-icons>div.compare-target>a {
    background: url(https://cdn.shopify.com/s/files/1/1836/0759/t/4/assets/icon_compare.png?3929679233679600438) no-repeat center center;
    width: 22px;
    height: 23px;
    position: relative
}

.header-content .header-icons>div.compare-target>a .compare-icon {
    display: inline-block;
    position: absolute;
    display: block;
    top: -10px;
    right: -7px;
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    opacity: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #1b8bcc;
    color: #fff;
    font-size: 11px;
    font-weight: 300;
    text-align: center
}

.header-content .header-icons>div.currency-block {
    position: relative
}

.header-content .header-icons>div.currency-block .currency_wrapper {
    position: relative;
    top: -5px
}

.header-content .header-icons>div.currency-block .currencies {
    min-width: 100px;
    width: 100%;
    padding: 5px 0
}

@media (min-width: 768px) {
    .header-content .header-icons>div.currency-block .currencies {
        margin-top:34px
    }

    .header-content .header-icons>div.currency-block .currencies:before {
        content: '';
        width: 100%;
        height: 38px;
        position: absolute;
        display: block;
        left: 0;
        top: -38px;
        right: 0
    }

    .header-content .header-icons>div.currency-block .currencies:after {
        content: '';
        height: 8px;
        width: 15px;
        float: left;
        z-index: 1;
        background: url(https://cdn.shopify.com/s/files/1/1836/0759/t/4/assets/icon_dropdown.png?3929679233679600438) no-repeat center center;
        background-size: 100%;
        position: absolute;
        display: block;
        left: 15px;
        top: -8px
    }
}

.header-content .header-icons>div.currency-block .currencies a {
    font-size: 12px;
    padding: 4px 15px
}

.header-content .header-icons>div.currency-block .currencies a:hover {
    color: #1b8bcc
}

@media (min-width: 1025px) {
    .header-content .header-icons>div.currency-block:hover .currencies {
        display:block
    }
}

.header-content .header-logo {
    display: block;
    margin: 0
}

.header-content .header-logo .logo-site {
    color: #2b2b2b;
    font-size: 48px;
    line-height: 1.0
}

.header-content .header-logo .logo-site:hover {
    color: #1b8bcc
}

.header-content .header-fixed {
    position: fixed;
    z-index: 1030;
    left: 0;
    right: 0;
    top: 0;
    border: none;
    background: rgba(0,0,0,0)
}

.header-content .header-fixed .top-bar {
    display: none
}

.header-content .header-fixed .header-main {
    background: transparent;
    border: none
}

.header-content .header-fixed .header-other {
    display: none
}

.header-content .header-fixed .header-logo {
    margin: 0;
    max-height: 50px
}

.header-content .header-fixed .header-logo img.logo {
    max-height: 44px;
    margin: 3px
}

.header-content .header-fixed .header-main>.container>.row {
    display: inline-block;
    float: left;
    display: none
}

.header-content .header-fixed .header-main>.container>.row>.col-md-3 {
    min-width: 200px;
    position: relative;
    z-index: 3
}

.header-content .header-fixed .header-main>.container>.row>.col-sm-8 {
    display: none
}

.header-content .header-fixed .dropdown-fix {
    bottom: 0
}

.header-content .header-fixed .dropdown-fix .navigation .navbar .navbar-collapse .main-nav {
    border: none;
    background: transparent;
    border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0
}

.header-content .header-fixed .dropdown-fix .navigation .navbar .navbar-collapse .main-nav>li:last-child .dropdown-menu {
    left: auto !important;
    right: 0px !important
}

.header-content.style-2 .header-container {
    -webkit-box-shadow: 0 0 0 #fff;
    -ms-transform: 0 0 0 #fff;
    -o-transform: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff
}

.header-content.style-2 .horizontal-menu .navigation .navbar .navbar-collapse .main-nav>li {
    padding: 0 7px
}

@media (max-width: 1199px) and (min-width: 768px) {
    .header-content.style-2 .horizontal-menu .navigation .navbar .navbar-collapse .main-nav>li {
        padding:0
    }
}

.header-content.style-2 .horizontal-menu .navigation .navbar .navbar-collapse .main-nav>li>a:before {
    background: #f7ca18
}

.header-content.style-2 .navbar-responsive-menu .bar {
    background: #fff
}

@media (max-width: 767px) {
    .header-content.style-2 .header-icons {
        border-bottom:1px solid #e1e1e1
    }
}

@media (min-width: 768px) {
    .header-content.style-2 .header-icons>div.currency-block .currencies {
        margin-top:19px
    }

    .header-content.style-2 .header-icons>div.currency-block .currencies:before {
        height: 21px;
        top: -21px
    }
}

@media (min-width: 768px) {
    .header-content.style-2 .header-icons>div .cart-dd {
        margin-top:6px
    }

    .header-content.style-2 .header-icons>div .cart-dd:before {
        height: 22px;
        top: -22px
    }
}

.header-content.style-2 .header-icons>div>a {
    color: #fff
}

.header-content.style-2 .header-icons>div>a:hover {
    color: #f7ca18
}

.header-content.style-2 .header-main .table-row {
    position: relative;
    padding-bottom: 0
}

@media (max-width: 991px) and (min-width: 768px) {
    .header-content.style-2 .header-main .table-row {
        float:left;
        clear: both;
        width: 100%
    }

    .header-content.style-2 .header-main .table-row .header-logo {
        margin-bottom: 0
    }

    .header-content.style-2 .header-main .table-row .horizontal-menu-wrapper {
        float: left;
        width: auto;
        padding: 0
    }

    .header-content.style-2 .header-main .table-row .header-other {
        float: right;
        width: auto;
        margin-top: 20px
    }
}

@media (min-width: 1025px) {
    .header-content.style-2 .searchbox.s-loading .navbar-form:before {
        content:none
    }
}

.header-content.style-2 .horizontal-menu-wrapper {
    position: static;
    float: none;
    display: table-cell;
    -webkit-box-shadow: 0 0 0 #fff;
    -ms-transform: 0 0 0 #fff;
    -o-transform: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff
}

.header-content.style-2 .horizontal-menu-wrapper .horizontal-menu {
    position: static
}

.header-content.style-2 .searchbox-wrapper {
    text-align: center;
    padding: 8.8% 15px 11%;
    max-width: 730px;
    margin: 0px auto
}

.header-content.style-2 .searchbox-wrapper .text {
    padding: 0 0 33px
}

.header-content.style-2 .searchbox-wrapper .text .text-1,.header-content.style-2 .searchbox-wrapper .text .text-2 {
    display: block;
    color: #fff;
    font-size: 33px;
    font-weight: 300;
    line-height: 1.5
}

@media (max-width: 767px) {
    .header-content.style-2 .searchbox-wrapper .text .text-1,.header-content.style-2 .searchbox-wrapper .text .text-2 {
        font-size:25px
    }
}

.header-content.style-2 .searchbox-wrapper .searchbox .navbar-form {
    background: transparent;
    border: none;
    height: auto;
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px
}

.header-content.style-2 .searchbox-wrapper .searchbox .form-control {
    float: none;
    display: block;
    height: 65px;
    padding: 22px 70px;
    font-size: 18px;
    font-weight: 300;
    background-image: url(https://cdn.shopify.com/s/files/1/1836/0759/t/4/assets/icon_search_3.png?3929679233679600438);
    background-size: 19px;
    background-position: 30px 22px;
    background-repeat: no-repeat;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50px 50px 50px 50px;
    -moz-border-radius: 50px 50px 50px 50px;
    -webkit-border-radius: 50px 50px 50px 50px
}

.header-content.style-2 .searchbox-wrapper .searchbox .form-control::-webkit-input-placeholder {
    color: #fff
}

.header-content.style-2 .searchbox-wrapper .searchbox .form-control:-moz-placeholder {
    color: #fff
}

.header-content.style-2 .searchbox-wrapper .searchbox .form-control::-moz-placeholder {
    color: #fff
}

.header-content.style-2 .searchbox-wrapper .searchbox #result-ajax-search {
    position: static
}

.header-content.style-2 .searchbox-wrapper .search-icon {
    width: auto;
    height: 60px;
    padding: 15px 65px;
    line-height: 30px;
    background: #f7ca18;
    border: 1px solid #f7ca18;
    color: #1b8bcc;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    margin: 50px auto 0;
    position: static;
    -webkit-box-shadow: 0 8px 18px 0px rgba(247,202,24,0.36);
    -ms-transform: 0 8px 18px 0px rgba(247,202,24,0.36);
    -o-transform: 0 8px 18px 0px rgba(247,202,24,0.36);
    box-shadow: 0 8px 18px 0px rgba(247,202,24,0.36)
}

.header-content.style-2 .searchbox-wrapper .search-icon:before {
    content: none
}

.header-content.style-2 .searchbox-wrapper .search-icon:hover {
    background: #fff
}

@media (max-width: 767px) {
    .header-content.style-2 .searchbox-wrapper .search-icon {
        margin-top:30px
    }
}

.header-content.bg-image {
    background-image: url(https://cdn.shopify.com/s/files/1/1836/0759/t/4/assets/header_bg.jpg?3929679233679600438);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.header-container {
    -webkit-box-shadow: 0 6px 13px 0px rgba(0,0,0,0.09);
    -ms-transform: 0 6px 13px 0px rgba(0,0,0,0.09);
    -o-transform: 0 6px 13px 0px rgba(0,0,0,0.09);
    box-shadow: 0 6px 13px 0px rgba(0,0,0,0.09);
    position: relative;
    z-index: 3
}

.cart-sb,.cart-dd {
    margin: 0px;
    padding: 30px 30px 10px;
    left: auto;
    right: 0px;
    width: 370px;
    border: none;
    top: 40px;
    background: #fdfdfd;
    position: absolute;
    -moz-transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s
}

@media (max-width: 400px) {
    .cart-sb,.cart-dd {
        width:320px;
        right: 10px;
        margin-top: 10px !important;
        padding: 20px
    }
}

@media (max-width: 360px) {
    .cart-sb,.cart-dd {
        width:280px
    }
}

.cart-sb #cart-info .items,.cart-dd #cart-info .items {
    overflow: hidden
}

.cart-sb #cart-info .cart-item-empty,.cart-dd #cart-info .cart-item-empty {
    padding: 0px 0 20px;
    font-family: "Roboto",Arial,Helvetica,sans-serif
}

.cart-sb #cart-info .cart-item-empty p,.cart-dd #cart-info .cart-item-empty p {
    margin: 0;
    font-size: 16px
}

.cart-sb #cart-info h1,.cart-dd #cart-info h1 {
    text-transform: none;
    margin: 0px;
    padding: 15px 15px 0;
    font-weight: 400
}

.cart-sb #cart-info .items-inner,.cart-dd #cart-info .items-inner {
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    overflow: hidden;
    position: relative
}

.cart-sb #cart-info .items-inner:after,.cart-dd #cart-info .items-inner:after {
    content: '';
    height: 1px;
    width: 55%;
    background: #d7d7d7;
    position: absolute;
    display: block;
    left: 0;
    bottom: 0
}

.cart-sb #cart-info .items-inner .cart-item-image,.cart-dd #cart-info .items-inner .cart-item-image {
    float: left;
    width: 115px;
    padding: 0 25px 0 0;
    text-align: center
}

@media (max-width: 400px) {
    .cart-sb #cart-info .items-inner .cart-item-image,.cart-dd #cart-info .items-inner .cart-item-image {
        width:70px;
        padding-right: 15px
    }
}

.cart-sb #cart-info .items-inner .cart-close,.cart-dd #cart-info .items-inner .cart-close {
    position: absolute;
    display: block;
    top: 0px;
    right: 0;
    width: 20px;
    height: 20px;
    background: url cdn.shopify.com/s/files/1/1836/0759/t/4/assets/icon_remove.png?3929679233679600438);
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    top: 0
}

.cart-sb #cart-info .items-inner .cart-item-title,.cart-dd #cart-info .items-inner .cart-item-title {
    margin: 0;
    padding: 0 25px 15px 0;
    line-height: 1.2
}

.cart-sb #cart-info .items-inner .cart-item-title a,.cart-dd #cart-info .items-inner .cart-item-title a {
    font-size: 18px;
    color: #5e5e5e
}

.cart-sb #cart-info .items-inner .cart-item-title a:hover,.cart-dd #cart-info .items-inner .cart-item-title a:hover {
    color: #1b8bcc
}

.cart-sb #cart-info .items-inner .cart-item-price,.cart-dd #cart-info .items-inner .cart-item-price {
    color: #5e5e5e;
    line-height: 1.3
}

.cart-sb #cart-info .items-inner:last-child,.cart-dd #cart-info .items-inner:last-child {
    padding-bottom: 10px
}

.cart-sb #cart-info .items-inner:last-child:after,.cart-dd #cart-info .items-inner:last-child:after {
    content: none
}

.cart-sb #cart-info .subtotal,.cart-dd #cart-info .subtotal {
    overflow: hidden;
    display: inline-block;
    width: 100%;
    padding: 0 0 15px;
    line-height: 28px;
    font-family: "Roboto",Arial,Helvetica,sans-serif;
    font-size: 20px;
    display: none
}

.cart-sb #cart-info .subtotal>span:first-child,.cart-dd #cart-info .subtotal>span:first-child {
    margin-right: 10px;
    color: #2b2b2b
}

.cart-sb #cart-info .subtotal .cart-item-total-price,.cart-dd #cart-info .subtotal .cart-item-total-price {
    color: #1b8bcc;
    font-size: 24px;
    float: right
}

.cart-sb #cart-info .action,.cart-dd #cart-info .action {
    padding: 0 0 20px
}

.cart-sb #cart-info .action .btn,.cart-dd #cart-info .action .btn {
    width: 100%;
    padding: 10px 45px
}

.cart-sb #cart-info .action .btn-default,.cart-dd #cart-info .action .btn-default {
    margin: 25px 0 0
}

.cart-dd {
    visibility: hidden;
    z-index: -9999;
    margin-top: 22px
}

.cart-dd:before {
    content: '';
    width: 100%;
    height: 40px;
    z-index: 2;
    position: absolute;
    display: block;
    top: -35px;
    right: 0
}

.cart-dd:after {
    content: '';
    height: 11px;
    width: 22px;
    float: left;
    z-index: 1;
    background: url(https://cdn.shopify.com/s/files/1/1836/0759/t/4/assets/icon_dropdown.png?3929679233679600438) no-repeat center center;
    position: absolute;
    display: block;
    top: -11px;
    right: 40px
}

@media (max-width: 767px) {
    .cart-dd {
        margin:0 !important;
        top: 100%
    }

    .cart-dd:after,.cart-dd:before {
        content: none
    }
}

.cart-dd #cart-info {
    max-height: 560px;
    overflow-y: auto
}

.cart-sb {
    position: fixed;
    overflow: auto;
    top: 0px !important;
    right: 0px !important;
    z-index: 9999999;
    height: 100%;
    display: block;
    -webkit-transform: translate(470px, 0);
    -ms-transform: translate(470px, 0);
    -o-transform: translate(470px, 0);
    transform: translate(470px, 0);
    -webkit-box-shadow: 0 0 0 #fff !important;
    -ms-transform: 0 0 0 #fff !important;
    -o-transform: 0 0 0 #fff !important;
    box-shadow: 0 0 0 #fff !important;
    -moz-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.cart-sb .cart-content {
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s
}

.cart-sb #cart-info {
    border: 0;
    padding: 0
}

.cart-sb #cart-info .cart-item-empty {
    padding-top: 10px;
    text-align: left
}

.cart-sb.opened {
    -webkit-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    -o-transform: translate(0px, 0);
    transform: translate(0px, 0);
    margin-top: 0px !important
}

.cart-sb.opened .cart-content {
    opacity: 1;
    visibility: visible
}

body.cart-opened #page-body:before {
    background: rgba(0,0,0,0.5);
    content: "" !important;
    display: inline-block !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999
}

.navmenu-shopping-cart .btn {
    min-width: 180px
}

.search-sb .title {
    margin-bottom: 20px
}

.search-sb #header-search {
    display: block;
    width: 100%
}

.search-sb #header-search .search_box {
    width: 100%;
    padding-right: 35px
}

.search-sb #header-search button.search-submit {
    border: 0;
    background: 0;
    color: #2b2b2b;
    position: absolute;
    display: block;
    top: 0px;
    right: 5px;
    font-size: 20px;
    width: 32px;
    height: 32px
}

.search-sb .search-results {
    width: 100%
}

.search-sb .search-results .search-item-wrapper {
    clear: both;
    padding-top: 20px
}

.search-sb .search-results .search-item-wrapper .search-item-img {
    display: inline-block;
    float: left;
    margin-right: 20px;
    vertical-align: top
}

.search-sb .search-results .search-item-wrapper .search-item-title {
    vertical-align: top
}

.jGrowl-notification {
    -webkit-box-shadow: 2px,0,15px,#bebebe;
    -ms-transform: 2px,0,15px,#bebebe;
    -o-transform: 2px,0,15px,#bebebe;
    box-shadow: 2px,0,15px,#bebebe
}

.jGrowl-notification div.jGrowl-close {
    border-radius: 0% 0% 0% 0%;
    -moz-border-radius: 0% 0% 0% 0%;
    -webkit-border-radius: 0% 0% 0% 0%;
    position: absolute;
    top: -1px !important;
    right: -1px !important;
    left: auto !important;
    text-align: center;
    background: #1b8bcc;
    text-align: center;
    z-index: 1;
    cursor: pointer;
    margin: 0;
    height: 30px;
    line-height: 30px !important;
    width: 30px;
    font-size: 0
}

.jGrowl-notification div.jGrowl-close:before {
    content: "\f00d";
    font: 14px/30px Fontawesome !important;
    color: #fff
}

.jGrowl-notification div.jGrowl-close:hover {
    background: #fff
}

.jGrowl-notification div.jGrowl-close:hover:before {
    color: #1b8bcc
}

.jGrowl-notification div.jGrowl-close .fa {
    display: none
}

.jGrowl-notification .jGrowl-message .effect-item-action .your-cart {
    padding: 10px 20px;
    display: inline-block;
    margin-top: 15px
}

.quantity {
    position: relative;
    display: inline-block
}

.quantity input {
    text-align: left;
    padding: 0;
    border: none;
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background: transparent;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    -webkit-appearance: none
}

.quantity input:focus,.quantity input:active,.quantity input:hover {
    background: none
}

.quantity .qty-inner>span {
    width: 19px;
    height: 19px;
    text-align: center;
    padding: 0px;
    font-weight: 400;
    cursor: pointer;
    display: inline-block;
    line-height: 19px;
    font-size: 10px
}

.quantity .qty-inner>span.qty-up {
    position: absolute;
    display: block;
    top: 2px;
    right: 8px;
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px
}

.quantity .qty-inner>span.qty-down {
    position: absolute;
    display: block;
    right: 8px;
    bottom: 2px;
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px
}

.quantity .qty-inner>span:hover i {
    color: #1b8bcc
}

#quick-shop-popup {
    background-color: rgba(0,0,0,0.5)
}

#quick-shop-popup .modal-dialog {
    width: 800px
}

#quick-shop-popup .modal-dialog .modal-content {
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: none
}

#quick-shop-popup .modal-dialog .modal-content .close {
    opacity: 1;
    filter: alpha(opacity=100)
}

#quick-shop-popup .modal-dialog .modal-content .modal-header {
    border: 0;
    padding: 0px;
    text-align: right;
    min-height: 0
}

#quick-shop-popup .modal-dialog .modal-content .modal-header span {
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    -webkit-box-shadow: 0 0px 10px rgba(0,0,0,0.5);
    -ms-transform: 0 0px 10px rgba(0,0,0,0.5);
    -o-transform: 0 0px 10px rgba(0,0,0,0.5);
    box-shadow: 0 0px 10px rgba(0,0,0,0.5);
    position: absolute;
    display: block;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: block;
    cursor: pointer;
    background-color: #fff;
    background-image: url(https://cdn.shopify.com/s/files/1/1836/0759/t/4/assets/icon_remove.png?3929679233679600438);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3
}

#quick-shop-popup .modal-dialog .modal-content .modal-body {
    padding: 30px 15px
}

#quick-shop-popup .modal-dialog .modal-content .modal-body>.row {
    width: 100%;
    margin: 0px
}

#quick-shop-popup .modal-dialog .modal-content .modal-body .product-image #gallery-qs-image .owl-controls .owl-nav>div {
    top: 0;
    width: 23px;
    height: 100%;
    line-height: 100%;
    border: none;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.2);
    -ms-transform: 0 0px 0px rgba(0,0,0,0.2);
    -o-transform: 0 0px 0px rgba(0,0,0,0.2);
    box-shadow: 0 0px 0px rgba(0,0,0,0.2);
    opacity: 0
}

#quick-shop-popup .modal-dialog .modal-content .modal-body .product-image #gallery-qs-image .owl-controls .owl-nav>div .fa {
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    height: 100%;
    width: 100%;
    line-height: 100%;
    background-color: #f8f8f8;
    color: #fff
}

#quick-shop-popup .modal-dialog .modal-content .modal-body .product-image #gallery-qs-image .owl-controls .owl-nav>div .fa:before {
    display: block;
    line-height: 90px
}

#quick-shop-popup .modal-dialog .modal-content .modal-body .product-image #gallery-qs-image .owl-controls .owl-nav>div.owl-next {
    right: 0px
}

#quick-shop-popup .modal-dialog .modal-content .modal-body .product-image #gallery-qs-image .owl-controls .owl-nav>div.owl-prev {
    left: 0px
}

#quick-shop-popup .modal-dialog .modal-content .modal-body .product-image #gallery-qs-image .owl-controls .owl-nav>div:hover .fa {
    background-color: #1b8bcc
}

#quick-shop-popup .modal-dialog .modal-content .modal-body .product-image #gallery-qs-image .owl-controls .owl-nav>div:hover .fa:before {
    color: #fff
}

#quick-shop-popup .modal-dialog .modal-content .modal-body .product-image #gallery-qs-image:hover .owl-controls .owl-nav>div {
    opacity: 0.8
}

#quick-shop-popup .modal-dialog .modal-content .modal-body .product-image #gallery-qs-image.no-slider .owl-nav {
    display: none !important
}

#quick-shop-popup .modal-dialog .modal-content .modal-body .product-info #qs-product-title {
    margin: 0px 0 12px
}

#quick-shop-popup .modal-dialog .modal-content .modal-body .product-info #qs-product-title a {
    font-family: "Roboto",Arial,Helvetica,sans-serif;
    font-weight: 400;
    font-size: 23px;
    color: #2b2b2b
}

#quick-shop-popup .modal-dialog .modal-content .modal-body .product-info #qs-product-title a:hover {
    text-decoration: none;
    color: #1b8bcc
}

#quick-shop-popup .modal-dialog .modal-content .modal-body .product-info .qs-price-review-wrapper {
    overflow: hidden;
    padding: 0 0 30px
}

#quick-shop-popup .modal-dialog .modal-content .modal-body .product-info #qs-product-author {
    font-size: 16px;
    font-weight: 300;
    color: #5e5e5e;
    padding: 0 0 10px
}

#quick-shop-popup .modal-dialog .modal-content .modal-body .product-info #qs-product-price {
    display: inline-block;
    font-size: 20px;
    color: #2b2b2b;
    padding: 0;
    line-height: 40px
}

#quick-shop-popup .modal-dialog .modal-content .modal-body .product-info #qs-product-price .price {
    color: #2b2b2b;
    font-size: 20px;
    line-height: 40px
}

#quick-shop-popup .modal-dialog .modal-content .modal-body .product-info #qs-product-price .price-sale {
    font-size: 20px;
    line-height: 36px;
    padding: 0 20px;
    display: inline-block;
    border: 2px solid #1b8bcc;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px
}

#quick-shop-popup .modal-dialog .modal-content .modal-body .product-info #qs-product-price .price-compare {
    line-height: 40px;
    font-size: 20px;
    color: #8a8989;
    font-size: 20px;
    float: left;
    margin: 0px 10px 0 0
}

#quick-shop-popup .modal-dialog .modal-content .modal-body .product-info .quantity-product {
    margin: 4px 30px 0 0;
    float: left
}

#quick-shop-popup .modal-dialog .modal-content .modal-body .product-info .quantity-product .quantity {
    display: inline-block;
    position: relative;
    margin-bottom: 0px;
    padding: 0 50px
}

#quick-shop-popup .modal-dialog .modal-content .modal-body .product-info .quantity-product .quantity input {
    height: 42px;
    width: 70px;
    border: 2px solid #5e5e5e;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px
}

#quick-shop-popup .modal-dialog .modal-content .modal-body .product-info .quantity-product .quantity .qty-inner>span {
    top: 0;
    width: 42px;
    height: 42px;
    line-height: 38px;
    color: #8a8989;
    border: 2px solid #8a8989;
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%
}

#quick-shop-popup .modal-dialog .modal-content .modal-body .product-info .quantity-product .quantity .qty-inner>span.qty-up {
    right: 0;
    left: auto
}

@media (min-width: 1025px) {
    #quick-shop-popup .modal-dialog .modal-content .modal-body .product-info .quantity-product .quantity .qty-inner>span.qty-up:hover {
        border:2px solid #1b8bcc
    }
}

#quick-shop-popup .modal-dialog .modal-content .modal-body .product-info .quantity-product .quantity .qty-inner>span.qty-down {
    left: 0;
    right: auto
}

@media (min-width: 1025px) {
    #quick-shop-popup .modal-dialog .modal-content .modal-body .product-info .quantity-product .quantity .qty-inner>span.qty-down:hover {
        border-color:#1b8bcc
    }
}

#quick-shop-popup .modal-dialog .modal-content .modal-body .product-info .description {
    line-height: 1.5;
    padding: 0px 0 35px
}

#quick-shop-popup .modal-dialog .modal-content .modal-body .product-info .variants-wrapper {
    width: 100%;
    clear: both;
    margin: 0 0 30px
}

#quick-shop-popup .modal-dialog .modal-content .modal-body .product-info .variants-wrapper .selector-wrapper {
    margin-bottom: 15px;
    overflow: hidden
}

#quick-shop-popup .modal-dialog .modal-content .modal-body .product-info .variants-wrapper .selector-wrapper select {
    min-width: 120px;
    height: 36px;
    padding: 0px 10px;
    line-height: 34px
}

#quick-shop-popup .modal-dialog .modal-content .modal-body .product-info .variants-wrapper label {
    color: #5e5e5e;
    display: inline-block;
    float: left;
    font-weight: 400;
    min-width: 100px;
    margin: 0px;
    line-height: 36px
}

#quick-shop-popup .modal-dialog .modal-content .modal-body .product-info #qs-product-wl .add-to-wishlist {
    width: 38px;
    height: 38px;
    line-height: 38px;
    padding: 0;
    text-align: center
}

#quick-shop-popup .modal-dialog .modal-content .modal-body .product-info #qs-product-wl .add-to-wishlist span:before {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    line-height: 38px
}

#quick-shop-popup .product-image-inner {
    margin: 0;
    padding: 0;
    position: relative
}

#quick-shop-popup .product-image-inner .featured-image {
    display: block;
    padding: 0px
}

#quick-shop-popup .gallery-thumb-img {
    overflow: hidden;
    margin: 10px auto 0
}

#quick-shop-popup .gallery-thumb-img a.thumb-img {
    display: block;
    margin: 0 auto;
    border: 1px solid transparent;
    overflow: hidden;
    text-align: center;
    color: #1b8bcc;
    opacity: 0.5
}

#quick-shop-popup .gallery-thumb-img a.thumb-img img {
    display: inline-block
}

#quick-shop-popup .gallery-thumb-img a.thumb-img.active,#quick-shop-popup .gallery-thumb-img a.thumb-img:hover {
    opacity: 1
}

#quick-shop-popup #qs-rating {
    line-height: 26px;
    margin: 7px 0px 7px 0;
    float: left;
    white-space: nowrap
}

#quick-shop-popup #qs-rating .spr-badge {
    margin-right: 20px
}

#quick-shop-popup #qs-rating .spr-starrating {
    float: left;
    margin-right: 10px
}

#quick-shop-popup #qs-rating .spr-badge-caption {
    float: left;
    font-size: 16px
}

.fancybox-skin {
    padding: 5px !important;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    color: #5e5e5e
}

.fancybox-skin .fancybox-close {
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    -webkit-box-shadow: 0 0px 10px rgba(0,0,0,0.5);
    -ms-transform: 0 0px 10px rgba(0,0,0,0.5);
    -o-transform: 0 0px 10px rgba(0,0,0,0.5);
    box-shadow: 0 0px 10px rgba(0,0,0,0.5);
    position: absolute;
    display: block;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: block;
    cursor: pointer;
    background-color: #fff;
    background-image: url(https://cdn.shopify.com/s/files/1/1836/0759/t/4/assets/icon_remove.png?3929679233679600438);
    background-repeat: no-repeat;
    background-position: center
}

.fancybox-skin #mailchimp-popup {
    background: #fff;
    overflow: hidden;
    position: relative;
    display: table;
    width: 100%;
    table-layout: fixed
}

.fancybox-skin .mailchimp-popup-img {
    display: table-cell;
    vertical-align: middle;
    width: 45%
}

.fancybox-skin .mailchimp-popup-content {
    padding: 30px;
    color: #2b2b2b;
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    text-align: center
}

.fancybox-skin .mailchimp-popup-content .title {
    color: #2b2b2b;
    font-weight: 400;
    font-family: "Roboto",Arial,Helvetica,sans-serif;
    font-size: 36px;
    line-height: 1.0;
    margin: 0 0 25px;
    text-align: center
}

.fancybox-skin .mailchimp-popup-content .mailchimp-caption-1 {
    margin: 0 0 30px;
    font-size: 16px;
    color: #5e5e5e;
    line-height: 1.5;
    text-align: center
}

.fancybox-skin .mailchimp-popup-content #mc-form {
    margin: 0;
    padding: 0;
    border: none;
    position: relative;
    clear: both
}

.fancybox-skin .mailchimp-popup-content #mc-form #mc-email {
    width: 100%;
    margin-left: 0px;
    background: none
}

.fancybox-skin .mailchimp-popup-content #mc-form #mc-email:focus {
    -webkit-box-shadow: 0 0 0 #fff;
    -ms-transform: 0 0 0 #fff;
    -o-transform: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff;
    background: none
}

.fancybox-skin .mailchimp-popup-content #mc-form .btn {
    text-align: left;
    margin: 15px 0 0
}

.fancybox-skin .mailchimp-popup-content #mc-form .fa {
    display: none
}

#scroll-to-top {
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    -moz-backface-visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    position: fixed;
    bottom: 10px;
    z-index: 1000;
    display: block;
    cursor: pointer;
    text-align: center
}

#scroll-to-top.on {
    bottom: 10%;
    opacity: 1;
    right: 30px;
    filter: alpha(opacity=100)
}

#scroll-to-top i {
    display: none
}

#scroll-to-top a {
    position: relative;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: transparent;
    display: block;
    border: 2px solid #1b8bcc;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%
}

#scroll-to-top a:before {
    content: "\f077";
    font-size: 18px;
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #1b8bcc;
    font-family: Fontawesome;
    display: block;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s
}

#scroll-to-top:hover a {
    background: #1b8bcc;
    color: #fff
}

#scroll-to-top:hover a:before {
    color: #fff
}

.horizontal-menu-wrapper {
    background: url(/img/bg.png);
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0 6px 13px 0px rgba(0,0,0,0.2);
    -ms-transform: 0 6px 13px 0px rgba(0,0,0,0.2);
    -o-transform: 0 6px 13px 0px rgba(0,0,0,0.2);
    box-shadow: 0 6px 13px 0px rgba(0,0,0,0.2)
}

ul.main-nav span {
    color: white;
    -webkit-text-stroke-width: .3px;
    -webkit-text-stroke-color: #ffffff;
    -webkit-font-smoothing: antialiased;
}

.horizontal-menu {
    background: none;
    position: relative
}

.horizontal-menu .navigation .navbar .navbar-collapse .main-nav>li.dropdown:hover>a,.horizontal-menu .navigation .navbar .navbar-collapse .main-nav>li.dropdown.hover>a {
    position: relative
}

.horizontal-menu .navigation .navbar .navbar-collapse .main-nav>li.dropdown:hover>.dropdown-menu,.horizontal-menu .navigation .navbar .navbar-collapse .main-nav>li.dropdown.hover>.dropdown-menu {
    border: none;
    background: #fff;
    top: 100%;
    left: 0px !important;
    display: block !important
}

.horizontal-menu .navigation .navbar .navbar-collapse .main-nav>li.dropdown.mega-menu {
    position: static
}

.horizontal-menu .navigation .navbar .navbar-collapse .main-nav>li.dropdown.mega-menu:hover>a,.horizontal-menu .navigation .navbar .navbar-collapse .main-nav>li.dropdown.mega-menu.hover>a {
    position: relative
}

.horizontal-menu .navigation .navbar .navbar-collapse .main-nav>li.dropdown.mega-menu:hover>.dropdown-menu,.horizontal-menu .navigation .navbar .navbar-collapse .main-nav>li.dropdown.mega-menu.hover>.dropdown-menu {
    left: 0px !important;
    display: block !important
}

.horizontal-menu .navigation .navbar .navbar-collapse .main-nav>li.dropdown.mega-menu>.dropdown-menu {
    margin-top: 0;
    left: 0px !important
}

.horizontal-menu .navigation .navbar .navbar-collapse .main-nav>li.dropdown.mega-menu>.dropdown-menu .dropdown-menu {
    font-size: 14px;
    border: none
}

.horizontal-menu .navigation .navbar .navbar-collapse .main-nav>li.dropdown.mega-menu>.dropdown-menu.column-4 {
    width: 100%
}

.horizontal-menu .navigation .navbar .navbar-collapse .main-nav>li.dropdown.mega-menu>.dropdown-menu.column-3 {
    width: 75%
}

.horizontal-menu .navigation .navbar .navbar-collapse .main-nav>li.dropdown.mega-menu>.dropdown-menu.column-3 .container {
    max-width: 100%
}

.horizontal-menu .navigation .navbar .navbar-collapse .main-nav>li.dropdown.mega-menu>.dropdown-menu.column-2 {
    width: 50%
}

.horizontal-menu .navigation .navbar .navbar-collapse .main-nav>li.dropdown.mega-menu>.dropdown-menu.column-1 {
    width: 25%
}

.horizontal-menu .navigation .navbar .navbar-collapse .main-nav>li>a {
    position: relative
}

.horizontal-menu .navigation .navbar .navbar-collapse .main-nav>li>a:before {
    content: '';
    height: 4px;
    width: 0;
    background: #1b8bcc;
    position: absolute;
    display: block;
    left: 50%;
    right: 50%;
    bottom: 0;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.horizontal-menu .navigation .navbar .navbar-collapse .main-nav>li:hover {
    border-radius: 0px 0px 0 0;
    -moz-border-radius: 0px 0px 0 0;
    -webkit-border-radius: 0px 0px 0 0
}

.horizontal-menu .navigation .navbar .navbar-collapse .main-nav>li:hover>a {
    color: #f7ca18
}

.horizontal-menu .navigation .navbar .navbar-collapse .main-nav>li:hover>a:before {
    width: 100%;
    left: 0;
    right: 0
}

.horizontal-menu .navigation .navbar .navbar-collapse .main-nav>li:hover>span.expand .fa {
    color: #f7ca18
}

.navigation .navbar {
    position: static;
    border: none;
    margin: 0;
    -webkit-box-shadow: 0 0 0 transparent;
    -ms-transform: 0 0 0 transparent;
    -o-transform: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    border-radius: 0 0px 0px 0px;
    -moz-border-radius: 0 0px 0px 0px;
    -webkit-border-radius: 0 0px 0px 0px
}

.navigation .navbar .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
    position: static
}

.navigation .navbar .navbar-collapse .main-nav {
    position: static;
    text-align: center;
    margin: 0px;
    border: none;
    background: none;
    border-radius: 0px 0px 0 0;
    -moz-border-radius: 0px 0px 0 0;
    -webkit-border-radius: 0px 0px 0 0
}

.navigation .navbar .navbar-collapse .main-nav span.expand {
    padding: 0;
    cursor: pointer;
    margin-left: -10px;
    display: inline-block;
    position: relative
}

.navigation .navbar .navbar-collapse .main-nav span.expand .fa {
    font-size: 16px;
    color: #2b2b2b;
}

.navigation .navbar .navbar-collapse .main-nav>li {
    display: inline-block;
    padding: 0 10px;
    margin: 0;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-bottom: 0px
}

.navigation .navbar .navbar-collapse .main-nav>li>a {
    font-size: 16px;
    margin: 0;
    display: inline-block;
    text-decoration: none;
    line-height: 34px;
    padding: 15px 10px;
    font-weight: 400;
    -webkit-text-stroke-width: .3px;
    -webkit-text-stroke-color: #2b2b2b;
    -webkit-font-smoothing: antialiased;
    color: #2b2b2b;
    font-family: "Roboto",Arial,Helvetica,sans-serif
}

.navigation .navbar .navbar-collapse .main-nav>li>a:hover {
    color: #f7ca18
}

.navigation .navbar .navbar-collapse .main-nav>li>span.expand {
    width: 25px;
    margin-left: -20px
}

.navigation .navbar .navbar-collapse .main-nav>li.dropdown {
    position: relative
}

.navigation .navbar .navbar-collapse .main-nav>li.dropdown>a {
    padding-right: 20px
}

.navigation .navbar .navbar-collapse .main-nav>li.dropdown .dropdown-menu li {
    position: relative
}

.navigation .navbar .navbar-collapse .main-nav>li.dropdown .dropdown-menu li .dropdown-link {
    padding-right: 40px
}

.navigation .navbar .navbar-collapse .main-nav>li.dropdown .dropdown-menu li span.expand {
    position: absolute;
    top: 0;
    right: 0;
    height: 32px;
    width: 40px;
    text-align: center;
    line-height: 32px;
    display: block
}

.navigation .navbar .navbar-collapse .main-nav>li.dropdown>.dropdown-menu {
    display: none;
    left: 100%;
    top: 0%;
    background: #fff;
    font-size: 14px;
    padding: 10px 0
}

.navigation .navbar .navbar-collapse .main-nav>li.dropdown>.dropdown-menu.column-4 {
    width: 891px
}

.navigation .navbar .navbar-collapse .main-nav>li.dropdown>.dropdown-menu.column-3 {
    width: 665px
}

.navigation .navbar .navbar-collapse .main-nav>li.dropdown>.dropdown-menu.column-2 {
    width: 410px
}

.navigation .navbar .navbar-collapse .main-nav>li.dropdown>.dropdown-menu.column-1 {
    width: 225px
}

.navigation .navbar .navbar-collapse .main-nav>li.dropdown>.dropdown-menu>li>a {
    color: #2b2b2b;
    white-space: normal;
    font-size: 13px
}

.navigation .navbar .navbar-collapse .main-nav>li.dropdown>.dropdown-menu>li>a span {
    color: #2b2b2b
}

.navigation .navbar .navbar-collapse .main-nav>li.dropdown>.dropdown-menu>li>a:hover span {
    color: #1b8bcc
}

.navigation .navbar .navbar-collapse .main-nav>li.dropdown>.dropdown-menu>li .dropdown-menu {
    background: #fff
}

.navigation .navbar .navbar-collapse .main-nav>li.dropdown>.dropdown-menu>li .dropdown-menu>li>a {
    color: #2b2b2b;
    white-space: normal;
    font-size: 13px
}

.navigation .navbar .navbar-collapse .main-nav>li.dropdown>.dropdown-menu>li .dropdown-menu>li>a span {
    color: #2b2b2b
}

.navigation .navbar .navbar-collapse .main-nav>li.dropdown>.dropdown-menu>li .dropdown-menu>li>a:hover span {
    color: #1b8bcc
}

.navigation .navbar .navbar-collapse .main-nav>li.dropdown>.dropdown-menu>li.dropdown-submenu>.dropdown-menu {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    background: #fff
}

.navigation .navbar .navbar-collapse .main-nav>li.dropdown>.dropdown-menu .product-button {
    display: none
}

.navigation .navbar .navbar-collapse .main-nav>li.dropdown .dropdown-menu-sub {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    position: static;
    width: 100%;
    min-width: auto;
    padding-top: 0
}

.navigation .navbar .navbar-collapse .main-nav>li.dropdown .dropdown-menu-sub .bp-item .bp-content-inner .bp-title {
    margin: 0 0px 10px
}

.navigation .navbar .navbar-collapse .main-nav>li.dropdown .dropdown-menu-sub .bp-item .bp-content-inner .bp-title a {
    padding: 0;
    color: #5e5e5e
}

.navigation .navbar .navbar-collapse .main-nav>li.dropdown .dropdown-menu-sub .bp-item .bp-content-inner .bp-title:hover a,.navigation .navbar .navbar-collapse .main-nav>li.dropdown .dropdown-menu-sub .bp-item .bp-content-inner .bp-title:hover a:hover {
    color: #1b8bcc
}

.navigation .navbar .navbar-collapse .main-nav>li.dropdown .dropdown-menu-sub>li>a {
    color: #2b2b2b;
    white-space: inherit;
    font-size: 13px
}

.navigation .navbar .navbar-collapse .main-nav>li.dropdown .dropdown-menu-sub>li>a span {
    color: #2b2b2b
}

.navigation .navbar .navbar-collapse .main-nav>li.dropdown .dropdown-menu-sub>li>a:hover span {
    color: #f8f8f8
}

.navigation .navbar .navbar-collapse .main-nav>li.dropdown:hover,.navigation .navbar .navbar-collapse .main-nav>li.dropdown.hold {
    z-index: 22
}

.navigation .navbar .navbar-collapse .main-nav>li.dropdown:hover>.dropdown-menu,.navigation .navbar .navbar-collapse .main-nav>li.dropdown.hold>.dropdown-menu {
    left: 100%;
    display: block
}

.navigation .navbar .navbar-collapse .main-nav>li.dropdown.mega-menu:hover>.dropdown-menu .dropdown-menu-sub,.navigation .navbar .navbar-collapse .main-nav>li.dropdown.mega-menu.hold>.dropdown-menu .dropdown-menu-sub {
    display: block
}

.navigation .navbar .navbar-collapse .main-nav>li.mega-menu>.dropdown-menu {
    padding: 15px 30px
}

.navigation .navbar .navbar-collapse .main-nav>li.mega-menu>.dropdown-menu .mega-sub-link {
    overflow: hidden
}

.navigation .navbar .navbar-collapse .main-nav>li.mega-menu>.dropdown-menu .mega-sub-link>a {
    font-size: 18px;
    position: relative;
    display: block;
    padding: 6px 0;
    line-height: 24px;
    margin: 0;
    color: #2b2b2b;
    font-family: "Roboto",Arial,Helvetica,sans-serif;
    -webkit-text-stroke-width: .3px;
    -webkit-text-stroke-color: #2b2b2b;
    -webkit-font-smoothing: antialiased
}

.navigation .navbar .navbar-collapse .main-nav>li.mega-menu>.dropdown-menu .mega-sub-link>a:hover {
    color: #1b8bcc;
    -webkit-text-stroke-color: #1b8bcc
}

.navigation .navbar .navbar-collapse .main-nav>li.mega-menu>.dropdown-menu .mega-sub-link>span.expand {
    display: none
}

.navigation .navbar .navbar-collapse .main-nav>li.mega-menu>.dropdown-menu .mega-sub-link .dropdown-menu-sub:before {
    content: none
}

.navigation .navbar .navbar-collapse .main-nav>li.mega-menu>.dropdown-menu .mega-sub-link .dropdown-menu-sub li {
    border: none;
    padding: 0
}

.navigation .navbar .navbar-collapse .main-nav>li.mega-menu>.dropdown-menu .mega-sub-link .dropdown-menu-sub li a {
    display: block;
    padding: 3px 0;
    border: none;
    margin: 0;
    font-size: 13px
}

.navigation .navbar .navbar-collapse .main-nav>li.mega-menu>.dropdown-menu .mega-sub-link .dropdown-menu-sub li a:after {
    content: none
}

.navigation .navbar .navbar-collapse .main-nav>li.mega-menu>.dropdown-menu .mega-sub-link .dropdown-menu-sub li a:hover {
    color: #1b8bcc;
    background: none
}

.navigation .navbar .navbar-collapse .main-nav>li.mega-menu>.dropdown-menu .mega-sub-link.banners .dropdown-menu {
    padding-top: 12px
}

.navigation .navbar .navbar-collapse .main-nav>li.mega-menu>.dropdown-menu .mega-sub-link.banners .dropdown-menu>li>a {
    padding: 0
}

@media (min-width: 1025px) {
    .navigation .navbar .navbar-collapse .main-nav>li.mega-menu>.dropdown-menu .mega-sub-link.banners .dropdown-menu>li>a:before {
        content:'';
        position: absolute;
        display: block;
        left: 50%;
        top: 0;
        right: 50%;
        opacity: 0;
        -moz-transition: all 0.35s ease 0s;
        -webkit-transition: all 0.35s ease 0s;
        -ms-transition: all 0.35s ease 0s;
        -o-transition: all 0.35s ease 0s;
        transition: all 0.35s ease 0s;
        width: 0%;
        height: 100%;
        background: rgba(27,139,204,0.5)
    }
}

.navigation .navbar .navbar-collapse .main-nav>li.mega-menu>.dropdown-menu .mega-sub-link.banners .dropdown-menu>li>a:hover:before {
    opacity: 1;
    width: 100%;
    height: 100%;
    right: 0;
    left: 0
}

.navigation .navbar .navbar-collapse .main-nav>li.mega-menu>.dropdown-menu .product-title a {
    color: #2b2b2b !important
}

.navigation .navbar .navbar-collapse .main-nav>li.mega-menu>.dropdown-menu .product-title a:hover {
    color: #1b8bcc !important
}

.navigation .navbar .navbar-collapse .main-nav>li.mega-menu .mega-col>.dropdown {
    margin-bottom: 10px
}

.navigation .navbar .navbar-collapse .main-nav>li.mega-menu .mega-col img {
    -moz-transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    display: block;
    width: 100%;
    border: none !important;
    -webkit-box-shadow: 0 0 0 #fff;
    -ms-transform: 0 0 0 #fff;
    -o-transform: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff
}

.navigation .navbar .navbar-collapse .main-nav>li.mega-menu .mega-col img:hover {
    -webkit-box-shadow: 0 0 0 #fff;
    -ms-transform: 0 0 0 #fff;
    -o-transform: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff
}

.navigation .navbar .navbar-collapse .main-nav>li.mega-menu .mega-col .bp-item {
    width: 100%;
    display: block
}

.navigation .navbar .navbar-collapse .main-nav>li.mega-menu .mega-col .sb-product-head {
    padding-top: 12px
}

.navigation .navbar .navbar-collapse .main-nav>li.mega-menu .mega-col .sb-product-content {
    padding: 15px 0 0
}

.navigation .navbar .navbar-collapse .main-nav>li.mega-menu .mega-col .sb-product-content .bp-content-inner>a {
    padding: 0 0 10px !important;
    font-size: 17px !important;
    display: inline-block;
    line-height: 1.2
}

.navigation .navbar .navbar-collapse .main-nav>li.mega-menu .mega-col .sb-product-content .bp-content-inner>a:after {
    content: none
}

.navigation .navbar .navbar-collapse .main-nav>li.mega-menu .mega-col .sb-product-content .bp-content-inner>a:hover {
    background: none
}

.navigation .navbar .navbar-collapse .main-nav>li.mega-menu .mega-col .sb-product-content .sb-price {
    font-size: 18px
}

.navigation .navbar .navbar-collapse .main-nav>li.mega-menu .mega-col .sb-product-content .sb-price .price-compare {
    float: none
}

.navigation .navbar .navbar-collapse .main-nav>li.mega-menu .mega-col .sb-product-content .sb-price .price-sale {
    font-size: 18px
}

.navigation .navbar .navbar-collapse .main-nav>li.mega-menu .mega-col .dropdown-menu.fix>li {
    border-bottom: 0 !important
}

.mobile-version {
    width: 100%
}

.menu-mobile {
    border: 0
}

.menu-mobile .main-nav .dropdown-menu li {
    padding: 0;
    border: none
}

.menu-mobile .main-nav .dropdown.open>.dropdown-menu {
    display: none
}

.menu-mobile .main-nav .dropdown.menu-mobile-open>.dropdown-menu {
    display: block;
    clear: both;
    border: none;
    background: #fff
}

.menu-mobile .main-nav .dropdown.menu-mobile-open>.dropdown-menu .container {
    width: auto;
    padding: 0
}

.menu-mobile .main-nav .dropdown.menu-mobile-open>.dropdown-menu .container .row {
    margin: 0
}

.menu-mobile .main-nav .dropdown.menu-mobile-open>.dropdown-menu .container .row div {
    width: 100%;
    padding: 0
}

.menu-mobile .main-nav .dropdown.menu-mobile-open>.dropdown-menu .container .row div.banners {
    display: none
}

.menu-mobile .main-nav>li {
    display: block;
    clear: both;
    position: relative
}

.menu-mobile .main-nav>li a {
    padding: 10px 20px;
    display: block;
    line-height: 26px;
    color: #2b2b2b;
    font-size: 14px
}

.menu-mobile .main-nav>li>a {
    color: #fff;
    font-size: 16px
}

.menu-mobile .main-nav>li .icon-nav {
    display: none
}

.menu-mobile .main-nav>li>a:hover,.menu-mobile .main-nav>li>a:focus {
    text-decoration: none
}

.menu-mobile .main-nav>li>span.expand {
    width: 100%;
    text-align: right;
    padding-right: 15px;
    color: #fff
}

.menu-mobile .main-nav>li.menu-mobile-open>a,.menu-mobile .main-nav>li:hover>a {
    text-decoration: none;
    color: #f7ca18
}

.menu-mobile .main-nav>li.menu-mobile-open>span.expand i,.menu-mobile .main-nav>li:hover>span.expand i {
    color: #f7ca18
}

.menu-mobile .main-nav>li.menu-mobile-open>span.expand i:before,.menu-mobile .main-nav>li:hover>span.expand i:before {
    content: "\f0d7"
}

.menu-mobile .main-nav>li.dropdown.menu-mobile-open {
    border-bottom: 1px solid #e1e1e1
}

.menu-mobile .main-nav>li.dropdown.menu-mobile-open>.dropdown-menu {
    display: block;
    width: 100% !important;
    background-image: none !important;
    min-height: 0 !important;
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,0.2);
    -ms-transform: 0 0 0 rgba(0,0,0,0.2);
    -o-transform: 0 0 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 0 rgba(0,0,0,0.2)
}

.menu-mobile .main-nav>li.dropdown .dropdown-menu {
    width: 100%;
    position: static;
    padding: 0;
    border-top: none
}

.menu-mobile .main-nav>li.dropdown .dropdown-menu>li>a {
    white-space: normal;
    padding: 10px 20px 10px 25px;
    background: none;
    margin: 0;
    border-bottom: 1px solid #e1e1e1;
    font-family: "Roboto",Arial,Helvetica,sans-serif;
    font-size: 13px
}

.menu-mobile .main-nav>li.dropdown .dropdown-menu .dropdown-submenu .dropdown-menu {
    padding: 0;
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,0.2);
    -ms-transform: 0 0 0 rgba(0,0,0,0.2);
    -o-transform: 0 0 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 0 rgba(0,0,0,0.2);
    border-bottom: 1px solid #e1e1e1
}

.menu-mobile .main-nav>li.dropdown .dropdown-menu .dropdown-submenu .dropdown-menu li {
    border-bottom: 1px solid #e1e1e1
}

.menu-mobile .main-nav>li.dropdown .dropdown-menu .dropdown-submenu .dropdown-menu li a {
    color: #2b2b2b;
    border: 0;
    padding: 10px 15px 10px 35px;
    background: none;
    font-family: "Roboto",Arial,Helvetica,sans-serif;
    font-size: 13px
}

.menu-mobile .main-nav>li.dropdown .dropdown-menu .dropdown-submenu .dropdown-menu li a:hover {
    text-decoration: none;
    color: #1b8bcc
}

.menu-mobile .main-nav>li.dropdown .dropdown-menu .dropdown-submenu .dropdown-menu li:last-child {
    border-bottom: 0
}

.menu-mobile .main-nav>li.dropdown .dropdown-menu .dropdown-submenu.menu-mobile-open>span.expand .fa {
    color: #1b8bcc
}

.menu-mobile .main-nav>li.dropdown .dropdown-menu .dropdown-submenu.menu-mobile-open>span.expand .fa:before {
    content: "\f0d8"
}

.menu-mobile .main-nav>li.li-on-mobile {
    font-size: 25px;
    text-align: center;
    padding: 15px;
    font-weight: 200;
    text-transform: capitalize;
    border-bottom: 1px solid #e1e1e1;
    color: #fff
}

.menu-mobile .main-nav .product-button {
    display: none !important
}

.menu-mobile .main-nav span.expand {
    position: absolute;
    z-index: 5;
    right: 0px;
    top: 0px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    color: #2b2b2b
}

.menu-mobile .main-nav span.expand i {
    display: block;
    width: 100%;
    height: 100%
}

.menu-mobile .main-nav span.expand i:before {
    content: "\f0d7";
    font-family: Fontawesome;
    font-size: 14px;
    display: block;
    line-height: 50px
}

.menu-mobile .main-nav .mega-menu .product-wrapper {
    padding: 0 18px 0 0
}

.menu-mobile .main-nav .mega-menu .product-wrapper a {
    border: 0;
    padding: 0
}

.menu-mobile .main-nav .mega-menu .product-wrapper img {
    width: 100%
}

.menu-mobile .main-nav .mega-menu .dropdown-menu {
    padding: 0px !important;
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,0.2);
    -ms-transform: 0 0 0 rgba(0,0,0,0.2);
    -o-transform: 0 0 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 0 rgba(0,0,0,0.2)
}

.menu-mobile .main-nav .mega-menu .dropdown-menu>.row {
    margin: 0
}

.menu-mobile .main-nav .mega-menu .dropdown-menu li a {
    padding: 15px 20px
}

.menu-mobile .main-nav .mega-menu .dropdown-menu .mega-sub-link {
    padding-bottom: 0;
    clear: both
}

.menu-mobile .main-nav .mega-menu .dropdown-menu .mega-sub-link.no-title-0>a,.menu-mobile .main-nav .mega-menu .dropdown-menu .mega-sub-link.no-title-0>span.expand {
    display: none !important
}

.menu-mobile .main-nav .mega-menu .dropdown-menu .mega-sub-link.no-title-0 .dropdown-menu {
    display: block !important
}

.menu-mobile .main-nav .mega-menu .dropdown-menu .mega-sub-link.no-title-2>a,.menu-mobile .main-nav .mega-menu .dropdown-menu .mega-sub-link.no-title-2>span.expand {
    display: none !important
}

.menu-mobile .main-nav .mega-menu .dropdown-menu .mega-sub-link.no-title-2 .dropdown-menu {
    display: block !important
}

.menu-mobile .main-nav .mega-menu .dropdown-menu .mega-sub-link>.dropdown-menu-sub {
    border-bottom: 1px solid #e1e1e1
}

.menu-mobile .main-nav .mega-menu .dropdown-menu .mega-sub-link a {
    padding: 10px 19px 10px 25px
}

.menu-mobile .main-nav .mega-menu .dropdown-menu .mega-sub-link.menu-mobile-open>a {
    transition: none;
    -webkit-transition: none;
    border-bottom: 1px solid #e1e1e1;
    color: #1b8bcc
}

.menu-mobile .main-nav .mega-menu .dropdown-menu .mega-sub-link.menu-mobile-open span.expand .fa {
    color: #1b8bcc
}

.menu-mobile .main-nav .mega-menu .dropdown-menu .mega-sub-link.menu-mobile-open span.expand .fa:before {
    content: "\f0d7"
}

.menu-mobile .main-nav .mega-menu .dropdown-menu .mega-sub-link.banners .dropdown-menu-sub a {
    padding: 15px
}

.menu-mobile .main-nav .mega-menu .dropdown-menu .mega-sub-link.banners .dropdown-menu-sub.no-title-1>a,.menu-mobile .main-nav .mega-menu .dropdown-menu .mega-sub-link.banners .dropdown-menu-sub.no-title-1>span.expand {
    display: none !important
}

.menu-mobile .main-nav .mega-menu .dropdown-menu .mega-sub-link.banners .dropdown-menu-sub.no-title-1 .dropdown-menu {
    display: block !important
}

.menu-mobile .main-nav .mega-menu .dropdown-menu .mega-col {
    padding: 0;
    width: 100%
}

.menu-mobile .main-nav .mega-menu .dropdown-menu .mega-col .bp-item {
    width: 100%;
    display: block;
    margin: 0;
    padding: 15px;
    overflow: hidden
}

.menu-mobile .main-nav .mega-menu .dropdown-menu .mega-col .bp-item .sb-product-head {
    padding: 0
}

.menu-mobile .main-nav .mega-menu .dropdown-menu .mega-col .bp-item .sb-product-head a {
    padding: 0 !important;
    border: none;
    margin: 0 !important
}

.menu-mobile .main-nav .mega-menu .dropdown-menu .mega-col .bp-item .sb-product-head a:hover {
    border-color: #1b8bcc
}

.menu-mobile .main-nav .mega-menu .dropdown-menu .mega-col .bp-item .sb-product-content {
    padding: 10px 0 0
}

.menu-mobile .main-nav .mega-menu .dropdown-menu .mega-col .bp-item .sb-product-content .bp-content-inner a {
    padding: 0;
    margin: 0;
    border: none;
    font-size: 17px
}

.menu-mobile .main-nav .mega-menu .dropdown-menu .mega-col .bp-item .sb-product-content .product-review {
    display: none
}

.menu-mobile .main-nav .mega-menu .dropdown-menu .mega-col .dropdown-menu.fix>li {
    border-bottom: 0 !important
}

.menu-mobile .main-nav .mega-menu .dropdown-menu .dropdown-menu-sub {
    padding: 0px !important
}

.menu-mobile .main-nav .mega-menu .dropdown-menu .dropdown-menu-sub a {
    padding: 10px 15px 10px 35px;
    font-size: 14px
}

.menu-mobile .main-nav .mega-menu .dropdown-menu .dropdown-menu-sub a:hover {
    text-decoration: none;
    color: #1b8bcc
}

.menu-mobile .main-nav .mega-menu .dropdown-menu .dropdown-menu-sub>li:last-child>a {
    border-bottom: none
}

.menu-mobile .main-nav li {
    clear: both;
    margin-bottom: 0;
    position: relative
}

.menu-mobile .main-nav li a {
    border-bottom: 1px solid #e1e1e1
}

.menu-mobile .main-nav .menu-mobile-open>span.expand .fa:before {
    content: "\f0d7"
}

.bc-wrapper {
    position: relative;
    margin: 0 auto;
    z-index: 1
}

.bc-wrapper .swiper-button-white {
    opacity: 1
}

.bc-wrapper:hover .swiper-button-white {
    opacity: 1 !important;
    background: #fff
}

.bc-wrapper:hover .swiper-button-white:hover {
    background: #fff
}

.bc-wrapper:hover .swiper-button-white.swiper-button-disabled {
    opacity: 0 !important
}

.bc-wrapper:hover .video-slide .video {
    z-index: 1
}

.video-slide .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3
}

.container-box {
    padding: 0;
    position: relative;
    text-align: left
}

.container-box>div {
    background: transparent;
    line-height: 1.0;
    padding: 0;
    margin: 0px auto
}

.container-box>div b,.container-box>div strong {
    display: block
}

.container-box>div.heading {
    margin: 0 auto 2%;
    padding: 0;
    line-height: 1.2;
    position: relative;
    text-transform: none;
    font-weight: 400;
    font-family: "Roboto",Arial,Helvetica,sans-serif;
    position: relative;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: backwards;
    -moz-animation-fill-mode: backwards;
    -ms-animation-fill-mode: backwards;
    -o-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.container-box>div.heading img {
    width: auto;
    max-width: 100%
}

.container-box>div.subheading {
    font-weight: 700;
    line-height: 1.2;
    margin: 0 auto 2%;
    position: relative;
    text-transform: none;
    font-family: "Roboto",Arial,Helvetica,sans-serif;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: backwards;
    -moz-animation-fill-mode: backwards;
    -ms-animation-fill-mode: backwards;
    -o-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.container-box>div.subheading span {
    color: #1b8bcc
}

.container-box>div.cation {
    position: relative;
    margin: 0;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.2;
    font-family: "Roboto",Arial,Helvetica,sans-serif;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: backwards;
    -moz-animation-fill-mode: backwards;
    -ms-animation-fill-mode: backwards;
    -o-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.container-box>div.cation img {
    width: auto !important;
    display: inline-block
}

.container-box>div.caption-link {
    margin: 8% 0 0px;
    position: relative;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: backwards;
    -moz-animation-fill-mode: backwards;
    -ms-animation-fill-mode: backwards;
    -o-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.container-box>div.caption-link .slider-button {
    font-weight: 400;
    text-transform: uppercase;
    padding: 15px 65px;
    line-height: 28px;
    font-size: 20px
}

#home-slideshow .swiper-slide {
    margin: 0px auto;
    text-align: center;
    overflow: hidden;
    background: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0 !important
}

@media all and (min-width: 0 \0) and (min-resolution: 0.001dpcm) {
    #home-slideshow .swiper-slide {
        opacity:1 !important
    }
}

#home-slideshow .swiper-slide.swiper-slide-active {
    opacity: 1 !important
}

#home-slideshow .swiper-slide>a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

#home-slideshow .swiper-slide>a>img {
    width: 100%;
    opacity: 0
}

@media (min-width: 1025px) {
    #home-slideshow .swiper-slide.has-video:hover .container {
        z-index:4
    }
}

#home-slideshow .container {
    height: 100%;
    max-width: 100%;
    z-index: 0;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

#home-slideshow .swiper-content {
    padding: 0 15px;
    margin: 0px auto;
    z-index: 3;
    width: 50%;
    position: absolute;
    display: block;
    bottom: 20%
}

#home-slideshow .swiper-content.text-center {
    left: 0;
    right: 0
}

#home-slideshow .swiper-content.text-center .container-box {
    text-align: center
}

#home-slideshow .swiper-content.text-left {
    left: 0;
    text-align: left
}

#home-slideshow .swiper-content.text-right {
    right: 0;
    text-align: right
}

#home-slideshow.flexslider {
    border: 0;
    margin-bottom: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}

#home-slideshow.flexslider .flex-direction-nav a {
    position: absolute;
    top: 45%;
    z-index: 4;
    display: block;
    height: 40px;
    width: 40px;
    border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    border: none;
    text-align: center;
    background: rgba(0,0,0,0.3)
}

#home-slideshow.flexslider .flex-direction-nav a:before {
    display: block;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-family: fontawesome;
    font-size: 20px
}

#home-slideshow.flexslider .flex-direction-nav a:hover {
    opacity: 1;
    background: rgba(0,0,0,0.5)
}

#home-slideshow.flexslider .flex-direction-nav a.flex-prev {
    left: 10px
}

#home-slideshow.flexslider .flex-direction-nav a.flex-prev:before {
    content: "\f104"
}

#home-slideshow.flexslider .flex-direction-nav a.flex-next {
    right: 10px
}

#home-slideshow.flexslider .flex-direction-nav a.flex-next:before {
    content: "\f105"
}

#home-slideshow.flexslider .flex-control-nav {
    bottom: 4%;
    z-index: 10
}

#home-slideshow.flexslider .slides>li {
    position: relative
}

#home-slideshow .cameracurrent .camera_caption>div,#home-slideshow .flex-active-slide .camera_caption>div {
    opacity: 1;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
}

#home-slideshow .flex-control-paging li a {
    width: 12px;
    height: 12px;
    margin: 0px;
    background-color: #fff;
    border: 2px solid #333;
    background: #333;
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    position: relative;
    padding: 0;
    opacity: 0.6
}

#home-slideshow .flex-control-paging li a:hover,#home-slideshow .flex-control-paging li a.flex-active {
    border-color: #1b8bcc;
    background: #1b8bcc
}

.swiper-button-white {
    position: absolute;
    top: 50%;
    z-index: 4;
    display: block;
    height: 50px;
    width: 50px;
    background-image: none;
    opacity: 0 !important;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border: none;
    text-align: center;
    background: none;
    color: #1b8bcc;
    margin: 0
}

@media all and (min-width: 0 \0) and (min-resolution: 0.001dpcm) {
    .swiper-button-white {
        display:none \9
    }
}

.swiper-button-white:before {
    display: block;
    color: #1b8bcc;
    text-align: center;
    font: 20px/50px FontAwesome;
    width: 100%;
    height: 100%
}

.swiper-button-white:hover {
    opacity: 0.25 !important
}

.swiper-button-white.swiper-button-prev {
    background-image: none;
    left: 15px
}

.swiper-button-white.swiper-button-prev:before {
    content: "\f053";
    text-align: center
}

.swiper-button-white.swiper-button-prev:hover:before {
    color: #1b8bcc
}

.swiper-button-white.swiper-button-next {
    background-image: none;
    right: 15px
}

.swiper-button-white.swiper-button-next:before {
    content: "\f054"
}

.swiper-button-white.swiper-button-next:hover {
    background: #fff
}

.swiper-button-white.swiper-button-next:hover:before {
    color: #1b8bcc
}

.swiper-button-white.swiper-button-disabled {
    cursor: default;
    opacity: 0 !important
}

@media all and (min-width: 0 \0) and (min-resolution: 0.001dpcm) {
    .home-slideshow-wrapper .swiper-button-white {
        display:none \9
    }
}

.home-slideshow-wrapper .owl-controls .owl-nav>div.owl-next {
    left: auto !important;
    right: 15px !important;
    position: absolute;
    top: 50%;
    z-index: 99;
    height: 50px;
    width: 50px;
    background-image: none;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
    color: #1b8bcc;
    background: #fff
}

.home-slideshow-wrapper .owl-controls .owl-nav>div.owl-next .fa:before {
    display: block;
    color: #1b8bcc;
    text-align: center;
    font: 20px/50px FontAwesome;
    width: 100%;
    height: 100%;
    content: "\f054"
}

.home-slideshow-wrapper .owl-controls .owl-nav>div.owl-prev {
    left: 15px !important;
    right: auto !important;
    position: absolute;
    top: 50%;
    z-index: 99;
    height: 50px;
    width: 50px;
    background-image: none;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
    color: #1b8bcc;
    background: #fff
}

.home-slideshow-wrapper .owl-controls .owl-nav>div.owl-prev .fa:before {
    display: block;
    color: #1b8bcc;
    text-align: center;
    font: 20px/50px FontAwesome;
    width: 100%;
    height: 100%;
    content: "\f053"
}

.home-slideshow-wrapper .owl-controls .owl-nav>div:hover {
    background: #fff;
    color: #1b8bcc
}

.home-slideshow-wrapper .owl-controls .owl-nav>div:hover .fa:before {
    color: #1b8bcc
}

.home-slideshow-wrapper .owl-controls .owl-nav>div:hover .fa:hover:before {
    color: #1b8bcc
}

.swiper-wrapper .owl-controls .owl-dots {
    position: absolute;
    display: block;
    right: 0;
    bottom: 6%;
    margin: 0px auto;
    text-align: center;
    width: 100%
}

.swiper-wrapper .owl-controls .owl-dots .owl-dot {
    margin: 0 5px !important;
    display: inline-block;
    line-height: 20px
}

.swiper-wrapper .owl-controls .owl-dots .owl-dot span {
    width: 12px !important;
    height: 12px !important;
    margin: 0px;
    background: #1b8bcc;
    border: 1px solid #1b8bcc;
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    opacity: 0.5;
    position: relative;
    display: inline-block;
    padding: 0
}

.swiper-wrapper .owl-controls .owl-dots .owl-dot:hover span,.swiper-wrapper .owl-controls .owl-dots .owl-dot:focus span,.swiper-wrapper .owl-controls .owl-dots .owl-dot.active span {
    opacity: 1
}

.swiper-container-horizontal .swiper-pagination {
    border: 0;
    margin-bottom: 0;
    border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    bottom: 5%;
    z-index: 10;
    line-height: 20px
}

.swiper-container-horizontal .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 5px !important;
    background: none;
    border: 1px solid #1b8bcc;
    background: #1b8bcc;
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    opacity: 0.5
}

.swiper-container-horizontal .swiper-pagination .swiper-pagination-bullet:hover {
    border-color: #1b8bcc;
    background: #1b8bcc;
    opacity: 1
}

.swiper-container-horizontal .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: #1b8bcc;
    background: #1b8bcc;
    opacity: 1
}

.spr-badge[data-rating="0.0"] {
    display: none
}

.owl-carousel .owl-wrapper {
    display: none
}

.product-grid-item {
    margin: 0px;
    float: left;
    display: inline-block
}

.product-grid-item .product-type {
    margin: 0 0 18px;
    text-transform: uppercase;
    font-size: 10px;
    color: #8a8989
}

.product-wrapper {
    position: relative;
    padding: 0px;
    margin: 0px
}

.product-wrapper .product-head .product-image {
    position: relative;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.product-wrapper .product-head .product-image .switch img {
    -moz-transition: all 500ms ease 0ms;
    -webkit-transition: all 500ms ease 0ms;
    -ms-transition: all 500ms ease 0ms;
    -o-transition: all 500ms ease 0ms;
    transition: all 500ms ease 0ms;
    margin: 0px auto;
    display: inline-block;
    vertical-align: middle
}

.product-wrapper .product-head .product-image .switch a>span img {
    opacity: 0;
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0;
    display: inline-block;
    vertical-align: middle;
    margin: 0px auto
}

.product-wrapper .product-head .product-image .switch:hover {
    -moz-transition: all 500ms ease 0ms;
    -webkit-transition: all 500ms ease 0ms;
    -ms-transition: all 500ms ease 0ms;
    -o-transition: all 500ms ease 0ms;
    transition: all 500ms ease 0ms
}

.product-wrapper .product-head .product-image .switch:hover .featured-image {
    opacity: 0
}

.product-wrapper .product-head .product-image .switch:hover a>span img {
    opacity: 1;
    z-index: 1
}

.product-wrapper .product-head .product-image .featured-img {
    overflow: hidden;
    position: relative;
    text-align: center;
    margin: 0px auto
}

.product-wrapper .product-head .product-image .featured-img a {
    display: block
}

.product-wrapper .product-head .product-image .featured-img img {
    max-width: 100%;
    opacity: 0.01;
    position: relative;
    z-index: 2;
}

.product-wrapper .product-head .wrapper-countdown {
    position: absolute;
    display: block;
    left: 1px;
    right: 1px;
    bottom: 6px;
    -moz-transition: all 0.35s ease-in 0s;
    -webkit-transition: all 0.35s ease-in 0s;
    -ms-transition: all 0.35s ease-in 0s;
    -o-transition: all 0.35s ease-in 0s;
    transition: all 0.35s ease-in 0s;
    opacity: 0.5;
    z-index: 2;
    text-align: center
}

.product-wrapper .product-head .wrapper-countdown>div {
    border: 0;
    background: none;
    color: #fff;
    font-size: 14px;
    text-align: center
}

.product-wrapper .product-head .wrapper-countdown>div>span {
    font-weight: 400;
    display: inline-block;
    margin: 0 2px;
    padding: 5px 8px;
    font-size: 12px;
    background: #81cfdc;
    color: #fff;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px
}

.product-wrapper .product-head .product-button {
    padding: 0;
    z-index: 3;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    position: absolute;
    display: block;
    top: 10px;
    right: 0
}

.product-wrapper .product-head .product-button>div {
    margin: 0 0 5px
}

.product-wrapper .product-head .product-button .add-to-wishlist {
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px
}

.product-wrapper .product-review {
    margin: 0 0 7px;
    font-size: 17px;
    font-weight: 300
}

.product-wrapper .product-review .spr-badge-starrating {
    float: none;
    margin: 0 10px 0 0
}

.product-wrapper .product-content {
    position: relative;
    padding: 20px 0 0;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

@media (min-width: 1025px) {
    .product-wrapper .product-content:before {
        content:'';
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        opacity: 0;        
        position: absolute;
        display: block;
        left: 0;
        top: 0;
        right: 0;
        bottom: -40px
    }
}

.product-wrapper .product-content .pc-inner {
    display: block;
    width: 100%
}

.product-wrapper .product-content .product-description {
    display: none
}

.product-wrapper .product-content .add-cart-button {
    opacity: 0;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    position: absolute;
    display: block;
    left: 0;
    bottom: 0%;
    padding: 5px 0 25px;
    width: 100%;
    background: #fff;
    text-align: center
}

.product-wrapper .product-content .add-cart-button .bold_options {
    display: none
}

.product-wrapper .product-content .add-cart-button .add-to-cart,.product-wrapper .product-content .add-cart-button .select-options {
    text-align: center;
    margin: 0px auto
}

.product-wrapper .product-content .product-name {
    color: #2b2b2b;
    font-weight: 400;
    font-size: 17px;
    overflow: hidden;
    padding: 0px 5px;
    font-family: "Roboto",Arial,Helvetica,sans-serif;
    margin: 0 0 8px;
    -webkit-text-stroke-width: .3px;
    -webkit-text-stroke-color: #2b2b2b;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.5px;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.product-wrapper .product-content .product-name a {
    color: #2b2b2b;
    font-family: "Roboto",Arial,Helvetica,sans-serif
}

.product-wrapper .product-content .product-name:hover a {
    color: #1b8bcc
}

.product-wrapper .product-content .product-type {
    margin: 0 0 18px;
    padding: 0;
    border: none;
    text-transform: uppercase;
    font-size: 10px;
    color: #8a8989
}

.product-wrapper .product-content .product-descrip {
    display: none
}

.product-wrapper .product-content .product-price p {
    display: none
}

.product-wrapper .product-content .product-price .price-compare {
    display: inline
}

.product-wrapper:hover .product-head .wrapper-countdown,.product-wrapper:hover .product-head:hover .wrapper-countdown {
    opacity: 1
}

.product-wrapper:hover .product-head .product-button,.product-wrapper:hover .product-head:hover .product-button {
    opacity: 1;
    -webkit-transform: translate(-10px, 0);
    -ms-transform: translate(-10px, 0);
    -o-transform: translate(-10px, 0);
    transform: translate(-10px, 0)
}

.product-wrapper:hover .product-content:before {
    opacity: 1
}

@media (min-width: 1025px) {
    .product-wrapper:hover .product-content .product-name {
        position:relative
    }
}

@media (min-width: 1025px) {
    .product-wrapper:hover .product-content .product-price,.product-wrapper:hover .product-content .product-review {
        opacity:0
    }
}

.product-wrapper:hover .add-cart-button {
    opacity: 1;
    bottom: -45px
}

.product-price {
    color: #2b2b2b;
    font-size: 20px;
    padding: 0 0 10px;
    -webkit-text-stroke-width: .3px;
    -webkit-text-stroke-color: #2b2b2b;
    -webkit-font-smoothing: antialiased
}

.price-sale {
    color: #1b8bcc;
    font-size: 20px;
    -webkit-text-stroke-width: .3px;
    -webkit-text-stroke-color: #1b8bcc;
    -webkit-font-smoothing: antialiased
}

.price-compare {
    text-decoration: line-through;
    margin-right: 6px;
    color: #8a8989;
    font-size: 15px;
    -webkit-text-stroke-width: .2px;
    -webkit-text-stroke-color: #8a8989;
    -webkit-font-smoothing: antialiased
}

.product-label {
    z-index: 1;
    position: absolute;
    display: block;
    left: 0;
    top: 20px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: right
}

.product-label>span {
    display: inline-block;
    float: left;
    clear: both;
    text-align: center;
    padding: 7px 15px;
    margin: 0 0 5px;
    line-height: 26px;
    border: none
}

.product-label>span.label-sale {
    color: #2b2b2b;
    background-color: #f7ca18;
    border-color: #f7ca18
}

.product-label>span.label-deal {
    color: #fff;
    background-color: #81cfdc;
    border-color: #81cfdc
}

.product-label>span.label-new {
    color: #fff;
    background-color: #1b8bcc;
    border-color: #1b8bcc
}

.product-label>span.label-bp {
    color: #fff;
    background-color: #b8cd06;
    border-color: #b8cd06
}

.add-to-wishlist {
    padding: 0 !important;
    border: none;
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px
}

.add-to-wishlist span {
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center
}

.add-to-wishlist span:before {
    content: "\f004";
    font-family: Fontawesome;
    font-size: 18px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    width: 30px;
    display: block
}

.quick-shop-button {
    cursor: pointer;
    border: none;
    text-align: center;
    display: inline-block
}

.quick-shop-button .quick-view-icon {
    display: block;
    width: 30px;
    height: 30px
}

.quick-shop-button .quick-view-icon:before {
    content: "\f002";
    font-size: 14px;
    font-family: Fontawesome;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
    text-align: center;
    padding: 0;
    height: 30px;
    line-height: 26px;
    display: block;
    border: 1px solid #1b8bcc;
    color: #fff;
    background: #1b8bcc;
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%
}

.quick-shop-button:hover .quick-view-icon:before {
    background: #fff;
    color: #1b8bcc;
    border-color: #1b8bcc
}

.add-cart-button {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    vertical-align: top;
    border: 0
}

.add-cart-button .add-to-cart,.add-cart-button .select-options {
    padding: 10px;
    line-height: 28px;
    display: inline-block;
    width: 100%;
    max-width: 180px;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px
}

.add-cart-button .add-to-cart.focus,.add-cart-button .add-to-cart:focus,.add-cart-button .add-to-cart:hover,.add-cart-button .select-options.focus,.add-cart-button .select-options:focus,.add-cart-button .select-options:hover {
    outline: none
}

.add-cart-button .add-to-cart .fa,.add-cart-button .select-options .fa {
    font-size: 20px;
    display: none
}

.owl-theme .owl-controls .owl-nav>div {
    position: absolute;
    display: block;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    -webkit-box-shadow: 0 0px 18px rgba(0,0,0,0.16);
    -ms-transform: 0 0px 18px rgba(0,0,0,0.16);
    -o-transform: 0 0px 18px rgba(0,0,0,0.16);
    box-shadow: 0 0px 18px rgba(0,0,0,0.16);
    background: transparent;
    display: inline-block;
    padding: 0;
    margin: 0;
    height: 30px;
    width: 30px
}

.owl-theme .owl-controls .owl-nav>div span {
    display: inline-block;
    height: 30px;
    width: 30px;
    cursor: pointer;
    background-image: url(https://cdn.shopify.com/s/files/1/1836/0759/t/4/assets/slider_arrows.png?3929679233679600438);
    background-position: center;
    background-repeat: no-repeat
}

.owl-theme .owl-controls .owl-nav>div.owl-next {
    right: 0px;
    left: auto
}

.owl-theme .owl-controls .owl-nav>div.owl-prev span {
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.owl-theme:hover .owl-controls .owl-nav>div {
    opacity: 1
}

.bottom-container {
    margin: 175px auto 0
}

.widget-newsletter {
    text-align: center;
    position: relative;
    margin: -100px auto 70px;
    padding: 50px;
    border: 1px solid #1b8bcc;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://cdn.shopify.com/s/files/1/1836/0759/t/4/assets/mailing_bg.jpg?3929679233679600438);
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px
}

.widget-newsletter:before {
    content: '';
    background: rgba(255,255,255,0.92);
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.widget-newsletter h3 {
    position: relative;
    font-size: 22px;
    text-transform: uppercase;
    margin: 0px auto 28px;
    text-shadow: 0px 0px 1px #2b2b2b;
    letter-spacing: 0.5px
}

.widget-newsletter form {
    position: relative;
    display: block
}

.widget-newsletter form .form-control {
    background: #fff;
    width: 50%
}

.widget-newsletter form .form-control:focus {
    background: #fff
}

.widget-newsletter form .btn {
    margin: 0 0 0 20px
}

.footer-widgets {
    padding: 30px 0 0 45px
}

.footer-block {
    margin: 0 0 30px;
    overflow: hidden
}

.footer-block h4 {
    font-family: "Roboto",Arial,Helvetica,sans-serif;
    color: #fff;
    font-weight: 400;
    margin-bottom: 20px;
    padding: 5px 0 0 0;
    overflow: hidden;
    text-transform: uppercase
}

.footer-block h4 .icon {
    float: left;
    margin: -4px 10px 0 0;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: 100%
}

.footer-block.footer-block-2 .icon {
    background-image: url(https://cdn.shopify.com/s/files/1/1836/0759/t/4/assets/footer_icon_2.png?3929679233679600438)
}

.footer-block.footer-block-3 .icon {
    background-image: url(https://cdn.shopify.com/s/files/1/1836/0759/t/4/assets/footer_icon_3.png?3929679233679600438)
}

.footer-block.footer-block-4 .icon {
    background-image: url(https://cdn.shopify.com/s/files/1/1836/0759/t/4/assets/footer_icon_4.png?3929679233679600438)
}

.footer-block .logo {
    margin: 0px auto 20px
}

.footer-block .content .text {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    padding: 0 0 18px;
    line-height: 1.8
}

.footer-block .content .learn-more {
    color: #fff;
    font-size: 12px;
    font-weight: 300
}

.footer-block .content .learn-more:hover {
    color: #8dc5e6
}

.footer-block .footer-menu {
    margin: 0;
    list-style: none
}

.footer-block .footer-menu li {
    padding: 0px 0 10px;
    margin: 0
}

.footer-block .footer-menu li a {
    color: #fff;
    display: inline-block;
    line-height: 1.4;
    padding: 0;
    font-size: 12px;
    font-weight: 300
}

.footer-block .footer-menu li:hover a {
    color: #8dc5e6
}

.footer-block .widget-social-icon {
    list-style: none
}

.footer-block .widget-social-icon li {
    display: block;
    padding: 0 0 10px
}

.footer-block .widget-social-icon li .fa {
    width: 22px;
    height: 22px;
    line-height: 22px;
    margin: 0 15px 0 0;
    text-align: center;
    color: #1b8bcc;
    background: #fff;
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.footer-block .widget-social-icon li a span {
    color: #fff;
    display: inline-block;
    line-height: 1.4;
    padding: 0;
    font-size: 12px;
    font-weight: 300;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.footer-block .widget-social-icon li a:hover .fa {
    background: #8dc5e6
}

.footer-block .widget-social-icon li a:hover span {
    color: #8dc5e6
}

#footer-content {
    background: url(/img/bg.png);
    clear: left;
    margin: 0;
    color: #fff;
    padding: 0
}

.footer-copyright {
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0px;
    text-align: left;
    text-transform: none;
    background: #177db8;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 300
}

.footer-copyright a {
    color: #fff
}

.footer-copyright a:hover {
    text-decoration: none;
    color: #2b2b2b
}

.footer-copyright .copyright>p {
    margin: 0
}

.templateIndex #body-content {
    margin-bottom: 0
}

.search-blog {
    position: relative
}

.search-blog .form-control {
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
    height: 40px;
    padding: 9px 80px 9px 15px
}

.search-blog .btn {
    position: absolute;
    display: block;
    top: 4px;
    right: 3px;
    height: 32px;
    line-height: 30px;
    padding: 0 15px;
    font-size: 12px
}

.left-column-container #related_item .sb-widget {
    float: left;
    margin-bottom: 35px
}

.left-column-container .sb-categories .sb-widget ul li {
    padding: 0px 0 20px 0px;
    margin: 0
}

.left-column-container .sb-categories .sb-widget ul li a {
    font-size: 15px;
    font-weight: 400
}

.left-column-container .sb-categories .sb-widget ul li:last-child {
    border-bottom: none;
    padding-bottom: 10px
}

.left-column-container .product-price,.left-column-container .price {
    font-size: 15px;
    color: #1b8bcc
}

.left-column-container .price-compare {
    color: #8a8989;
    font-size: 15px;
    padding: 0
}

.left-column-container .price-sale {
    font-size: 15px;
    color: #1b8bcc
}

.left-column-container .sb-product-type .type-list a {
    padding: 5px 10px;
    margin: 0 7px 7px 0;
    color: #5e5e5e;
    font-size: 12px;
    display: inline-block
}

.left-column-container .sb-product-type .type-list a:hover {
    color: #fff;
    background: #1b8bcc
}

.left-column-container .sb-blog-tag .sb-widget li {
    margin: 0;
    float: left
}

.left-column-container .sb-blog-tag .sb-widget li a {
    padding: 5px 10px;
    margin: 0 7px 7px 0;
    color: #5e5e5e;
    font-size: 12px;
    display: inline-block;
    background: #f8f8f8
}

.left-column-container .sb-blog-tag .sb-widget li a:hover {
    color: #fff;
    background: #1b8bcc
}

.left-column-container .sb-widget {
    margin-bottom: 50px;
    width: 100%;
    border: none;
    padding: 0;
    position: relative;
    clear: both
}

.left-column-container .sb-widget.sb-banner {
    margin-bottom: 0
}

.left-column-container .sb-widget.sb-banner>a {
    display: block;
    position: relative
}

@media (min-width: 1025px) {
    .left-column-container .sb-widget.sb-banner>a:before {
        content:'';
        position: absolute;
        display: block;
        left: 50%;
        top: 0;
        right: 50%;
        opacity: 0;
        -moz-transition: all 0.35s ease 0s;
        -webkit-transition: all 0.35s ease 0s;
        -ms-transition: all 0.35s ease 0s;
        -o-transition: all 0.35s ease 0s;
        transition: all 0.35s ease 0s;
        width: 0%;
        height: 100%;
        background: rgba(27,139,204,0.5)
    }
}

.left-column-container .sb-widget.sb-banner>a:hover:before {
    opacity: 1;
    width: 100%;
    height: 100%;
    right: 0;
    left: 0
}

.left-column-container .sb-widget>div .row {
    margin: 0 0 30px;
    width: 100%
}

.left-column-container .sb-widget .owl-theme .owl-controls .owl-nav>div {
    top: -62px;
    width: 25px;
    height: 25px;
    right: 10px
}

.left-column-container .sb-widget .owl-theme .owl-controls .owl-nav>div span:before {
    width: 25px;
    height: 25px;
    line-height: 23px;
    font-size: 14px;
    color: #fff;
    border-color: #fff
}

.left-column-container .sb-widget .owl-theme .owl-controls .owl-nav>div:hover span:before {
    border-color: #1b8bcc
}

.left-column-container .sb-widget .owl-theme .owl-controls .owl-nav>div.owl-prev {
    left: auto;
    right: 38px
}

.left-column-container .sb-widget .sb-product-head {
    padding-left: 0;
    padding-right: 2px;
    max-width: 100px
}

.left-column-container .sb-widget .sb-product-head>a {
    display: block
}

.left-column-container .sb-widget .sb-product-head>a img {
    width: 100%
}

.left-column-container .sb-widget .sb-product-content {
    padding-right: 0px
}

.left-column-container .sb-widget .sb-product-content .bp-content-inner>a {
    font-size: 16px;
    color: #5e5e5e;
    margin: 0 0 5px;
    display: block;
    line-height: 20px
}

.left-column-container .sb-widget .sb-product-content .bp-content-inner>a:hover {
    color: #1b8bcc
}

.left-column-container .sb-widget .sb-product-content .bp-content-inner .sb-author {
    font-size: 13px;
    font-weight: 300;
    padding: 0 0 12px
}

.left-column-container .sb-widget .related-items .product-grid-item {
    clear: both;
    width: 100%;
    margin: 0 0 30px
}

.left-column-container .sb-widget .related-items .product-wrapper {
    width: 100%
}

.left-column-container .sb-widget .related-items .product-wrapper .product-head {
    float: left;
    padding: 0;
    width: 90px
}

.left-column-container .sb-widget .related-items .product-wrapper .product-head>a {
    display: block
}

.left-column-container .sb-widget .related-items .product-wrapper .product-head>a img {
    width: 100%
}

.left-column-container .sb-widget .related-items .product-wrapper .product-head .product-button,.left-column-container .sb-widget .related-items .product-wrapper .product-head .product-label {
    display: none
}

.left-column-container .sb-widget .related-items .product-wrapper .product-content {
    min-height: 10px;
    padding: 0 0 0 105px;
    position: static
}

.left-column-container .sb-widget .related-items .product-wrapper .product-content .product-name {
    font-weight: 400;
    text-align: left;
    padding: 0;
    height: auto !important
}

.left-column-container .sb-widget .related-items .product-wrapper .product-content .product-name a {
    font-size: 16px;
    color: #5e5e5e;
    margin: 0 0 5px;
    display: block;
    line-height: 20px
}

.left-column-container .sb-widget .related-items .product-wrapper .product-content .product-name a:hover {
    color: #1b8bcc
}

.left-column-container .sb-widget .related-items .product-wrapper .product-content .product-review .spr-badge-caption {
    display: none
}

.left-column-container .sb-widget .related-items .product-wrapper .product-content .product-price,.left-column-container .sb-widget .related-items .product-wrapper .product-content .price {
    font-size: 15px;
    color: #1b8bcc
}

.left-column-container .sb-widget .related-items .product-wrapper .product-content .price-compare {
    color: #8a8989;
    font-size: 15px;
    padding: 0
}

.left-column-container .sb-widget .related-items .product-wrapper .product-content .price-sale {
    font-size: 15px;
    color: #1b8bcc
}

.left-column-container .sb-widget .related-items .product-wrapper .product-content .add-cart-button {
    display: none
}

.left-column-container .sb-widget .related-items .product-wrapper:hover .product-content:before {
    content: none
}

.left-column-container .sb-widget .related-items .product-wrapper:hover .product-content .product-review,.left-column-container .sb-widget .related-items .product-wrapper:hover .product-content .product-price {
    opacity: 1
}

.left-column-container .sb-widget h4.sb-title {
    line-height: 1.3;
    margin: 0 0 22px;
    padding: 0px;
    font-size: 20px;
    font-weight: 500
}

.left-column-container .sb-widget .sb-title h4 {
    line-height: 1.3;
    margin: 0 0 22px;
    padding: 0px;
    font-size: 20px;
    font-weight: 500
}

.left-column-container .sb-widget .sb-title span {
    font-weight: 700;
    font-size: 14px
}

.left-column-container .sb-widget .sb-title .clear-filter {
    margin-top: 4px
}

.left-column-container .sb-widget .sb-about-blog p {
    margin: 20px 0 10px;
    color: #8a8989;
    font-size: 14px;
    line-height: 24px
}

.left-column-container .sb-widget .recent-post-item {
    margin-bottom: 30px
}

.left-column-container .sb-widget .recent-post-item .recent-media-thumb {
    padding: 0
}

.left-column-container .sb-widget .recent-post-item .recent-media-thumb a {
    position: relative;
    display: block
}

@media (min-width: 1025px) {
    .left-column-container .sb-widget .recent-post-item .recent-media-thumb a:before {
        content:'';
        position: absolute;
        display: block;
        left: 50%;
        top: 0;
        right: 50%;
        opacity: 0;
        -moz-transition: all 0.35s ease 0s;
        -webkit-transition: all 0.35s ease 0s;
        -ms-transition: all 0.35s ease 0s;
        -o-transition: all 0.35s ease 0s;
        transition: all 0.35s ease 0s;
        width: 0%;
        height: 100%;
        background: rgba(27,139,204,0.5)
    }
}

.left-column-container .sb-widget .recent-post-item .recent-media-thumb a:hover:before {
    opacity: 1;
    width: 100%;
    height: 100%;
    right: 0;
    left: 0
}

.left-column-container .sb-widget .recent-post-item .recent-media-content {
    padding: 15px 0 0
}

.left-column-container .sb-widget .recent-post-item .recent-media-content a {
    display: block;
    margin: 0;
    text-transform: none;
    color: #2b2b2b;
    font-size: 16px
}

.left-column-container .sb-widget .recent-post-item .recent-media-content a:hover {
    color: #1b8bcc
}

.left-column-container .sb-widget .recent-post-item .recent-media-content .date {
    color: #8a8989;
    display: block;
    font-size: 12px;
    font-weight: 300;
    padding: 0 0 5px
}

.left-column-container .sb-widget .recent-post-item:last-child {
    margin-bottom: 0
}

.left-column-container .sb-widget ul {
    list-style: none;
    padding: 0
}

.left-column-container .sb-widget ul ul,.left-column-container .sb-widget ul ol {
    padding: 0;
    margin: 0
}

.left-column-container .sb-widget ul li {
    padding: 0;
    margin: 0 0 10px;
    overflow: hidden
}

.left-column-container .sb-widget ul li:last-child {
    margin-bottom: 0
}

.left-column-container .sb-widget ul li a {
    color: #5e5e5e
}

.left-column-container .sb-widget ul li a:hover {
    text-decoration: none;
    color: #1b8bcc
}

.left-column-container .sb-widget.sb-filter {
    display: block;
    clear: both;
    width: 100%;
    float: left;
    text-align: left;
    font-weight: normal
}

.left-column-container .sb-widget.sb-filter .advanced-filters li.advanced-filter {
    line-height: 20px
}

.left-column-container .sb-widget.sb-filter .advanced-filters li.advanced-filter a {
    position: relative;
    padding-left: 30px;
    min-height: 20px;
    display: inline-block;
    font-size: 14px
}

.left-column-container .sb-widget.sb-filter .advanced-filters li.advanced-filter a:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 3px;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    width: 16px;
    height: 16px;
    border: 1px solid #b8b8b8;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.left-column-container .sb-widget.sb-filter .advanced-filters li.advanced-filter a:after {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 12px;
    width: 16px;
    height: 16px;
    position: absolute;
    display: block;
    left: 3px;
    top: 1px;
    opacity: 0;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

@media (min-width: 1025px) {
    .left-column-container .sb-widget.sb-filter .advanced-filters li.advanced-filter a:hover:before {
        border-color:#1b8bcc
    }

    .left-column-container .sb-widget.sb-filter .advanced-filters li.advanced-filter a:hover:after {
        opacity: 1
    }
}

.left-column-container .sb-widget.sb-filter .advanced-filters li.advanced-filter.af-color {
    border: none;
    padding: 0;
    float: none;
    width: inherit;
    margin-left: 0px;
    margin-right: 10px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    position: relative;
    cursor: pointer;
    float: left;
    border: 1px solid #b8b8b8;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -webkit-box-shadow: 0 0 0 1px #fff inset;
    -ms-transform: 0 0 0 1px #fff inset;
    -o-transform: 0 0 0 1px #fff inset;
    box-shadow: 0 0 0 1px #fff inset
}

.left-column-container .sb-widget.sb-filter .advanced-filters li.advanced-filter.af-color a {
    display: block;
    padding: 0;
    position: relative;
    display: block;
    content: '';
    width: 100%;
    height: 100%
}

.left-column-container .sb-widget.sb-filter .advanced-filters li.advanced-filter.af-color a:before,.left-column-container .sb-widget.sb-filter .advanced-filters li.advanced-filter.af-color a:after {
    content: none !important
}

.left-column-container .sb-widget.sb-filter .advanced-filters li.advanced-filter.af-color.active-filter,.left-column-container .sb-widget.sb-filter .advanced-filters li.advanced-filter.af-color:hover {
    border-color: #b8b8b8;
    -webkit-box-shadow: 0 0 0 2px #fff inset;
    -ms-transform: 0 0 0 2px #fff inset;
    -o-transform: 0 0 0 2px #fff inset;
    box-shadow: 0 0 0 2px #fff inset
}

.left-column-container .sb-widget.sb-filter .advanced-filters li.advanced-filter.active-filter a:before {
    border-color: #1b8bcc
}

.left-column-container .sb-widget.sb-filter .advanced-filters li.advanced-filter.active-filter a:after {
    opacity: 1
}

.left-column-container .sb-widget.sb-filter.size .advanced-filters li.advanced-filter {
    width: auto;
    display: inline-block;
    float: left;
    margin: 0 10px 10px 0;
    border: 1px solid #b8b8b8;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px
}

.left-column-container .sb-widget.sb-filter.size .advanced-filters li.advanced-filter a {
    padding: 0px;
    text-transform: uppercase;
    text-align: center;
    height: 25px;
    min-width: 25px;
    line-height: 25px;
    display: inline-block;
    font-size: 14px
}

.left-column-container .sb-widget.sb-filter.size .advanced-filters li.advanced-filter a:before,.left-column-container .sb-widget.sb-filter.size .advanced-filters li.advanced-filter a:after {
    width: 0;
    height: 0;
    border: 0;
    content: none
}

.left-column-container .sb-widget.sb-filter.size .advanced-filters li.advanced-filter.active-filter {
    border-color: #1b8bcc
}

.left-column-container .sb-widget.sb-filter.size .advanced-filters li.advanced-filter.active-filter a {
    background: #1b8bcc;
    color: #fff
}

@media (min-width: 1025px) {
    .left-column-container .sb-widget.sb-filter.size .advanced-filters li.advanced-filter:hover {
        border-color:#1b8bcc
    }

    .left-column-container .sb-widget.sb-filter.size .advanced-filters li.advanced-filter:hover a {
        background: #1b8bcc;
        color: #fff
    }
}

.left-column-container .sb-widget.sb-product-type .sb-title {
    margin-bottom: 10px
}

.left-column-container .sb-widget.sb-product-type>.type-list {
    border: 1px solid #b8b8b8
}

.left-column-container .sb-widget.sb-product-type>.type-list>li {
    margin: 0
}

.left-column-container .sb-widget.sb-product-type>.type-list>li>a {
    padding: 10px 20px;
    line-height: 26px;
    font-size: 15px;
    font-family: "Roboto",Arial,Helvetica,sans-serif;
    border-bottom: 1px solid #b8b8b8;
    display: block;
    text-transform: uppercase;
    background: #fafafa
}

.left-column-container .sb-widget.sb-product-type>.type-list>li>a:hover {
    background: #1b8bcc;
    color: #fff
}

.left-column-container .sb-widget.sb-product-type>.type-list>li:last-child>a {
    border-bottom: none
}

.sold-out {
    color: #1b8bcc;
    font-size: 18px;
    font-weight: 400
}

.price-range-slider {
    padding: 0 0 20px
}

.price-range-slider .ui-widget-content {
    border: none;
    height: 10px
}

.price-range-slider .ui-slider-horizontal .ui-slider-range {
    background-color: #1b8bcc;
    z-index: 1;
    border: 1px solid #1b8bcc;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px
}

.price-range-slider .ui-slider-range.ui-widget-header.ui-corner-all {
    background-color: #f5f5f5;
    border-color: #b8b8b8
}

.price-range-slider .ui-state-default,.price-range-slider .ui-widget-content .ui-state-default,.price-range-slider .ui-widget-header .ui-state-default {
    background-color: #1b8bcc;
    background-repeat: repeat-x;
    height: 22px;
    margin-left: 0px !important;
    position: absolute;
    top: -5px;
    width: 22px;
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border: 2px solid #fff;
    opacity: 1;
    cursor: pointer;
    outline: none !important
}

.price-range-slider .range-right .ui-state-default,.price-range-slider .range-right .ui-widget-content .ui-state-default,.price-range-slider .range-right .ui-widget-header .ui-state-default {
    margin-left: -15px !important
}

.price-range-slider .price-range {
    font-size: 14px
}

.price-range-slider .price-range p {
    margin: 0px 0 15px
}

.price-range-slider .price-range #amount {
    font-weight: normal !important;
    color: #2b2b2b;
    font-size: 16px
}

.price-range-slider .price-range label {
    font-weight: normal;
    color: #8a8989
}

.sb-filter-wrapper .sbw-filter {
    overflow: hidden
}

.sb-filter-wrapper .sbw-filter .sbf-title .clear-filter {
    text-transform: capitalize
}

.sb-filter-wrapper .sbw-filter .sbf-title span {
    cursor: pointer
}

.sb-filter-wrapper .sbw-filter .sbf-title span .fa {
    position: absolute;
    display: block;
    top: 5px;
    right: 5px;
    z-index: 3;
    float: right;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: right;
    padding: 0px;
    content: none;
    background: url(https://cdn.shopify.com/s/files/1/1836/0759/t/4/assets/icon_arrow.png?3929679233679600438) no-repeat center center
}

.sb-filter-wrapper .sbw-filter .sbf-title span .fa:before {
    content: none
}

.sb-filter-wrapper .sbw-filter .sbf-title span .fa-angle-up {
    display: none !important
}

.sb-filter-wrapper .sbw-filter .sbf-title span.none-active .fa-angle-down {
    display: none !important
}

.sb-filter-wrapper .sbw-filter .sbf-title span.none-active .fa-angle-up {
    display: block !important
}

.sb-filter-wrapper .sb-filter-tag li a {
    position: relative;
    padding-left: 30px;
    min-height: 20px;
    display: inline-block;
    font-size: 14px
}

.sb-filter-wrapper .sb-filter-tag li a:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 3px;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    width: 16px;
    height: 16px;
    border: 1px solid #b8b8b8;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.sb-filter-wrapper .sb-filter-tag li a:after {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 12px;
    width: 16px;
    height: 16px;
    position: absolute;
    display: block;
    left: 2px;
    top: 4px;
    opacity: 0;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

@media (min-width: 1025px) {
    .sb-filter-wrapper .sb-filter-tag li a:hover:before {
        border-color:#1b8bcc
    }

    .sb-filter-wrapper .sb-filter-tag li a:hover:after {
        opacity: 1
    }
}

.sb-filter-wrapper .sb-filter-tag li.active>span {
    position: relative;
    padding-left: 30px;
    min-height: 20px;
    display: inline-block;
    font-size: 14px;
    color: #1b8bcc
}

.sb-filter-wrapper .sb-filter-tag li.active>span:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 3px;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    width: 16px;
    height: 16px;
    border: 1px solid #1b8bcc;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.sb-filter-wrapper .sb-filter-tag li.active>span:after {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 12px;
    width: 16px;
    height: 16px;
    position: absolute;
    display: block;
    left: 2px;
    top: 4px;
    opacity: 1;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.sbw-filter>ul,.sbw-filter>o {
    list-style: none;
    margin: 0;
    padding: 15px
}

.sbw-filter>ul li,.sbw-filter>o li {
    margin: 8px 0
}

.sbw-filter>ul li a:hover,.sbw-filter>o li a:hover {
    color: #888
}

.sbw-filter .price {
    color: #1b8bcc
}

.sbw-filter .price-compare {
    color: #aaa
}

.sbw-filter .sb-title {
    padding: 14px 15px;
    margin: 0;
    border-bottom: 1px solid #b8b8b8
}

.sbw-filter>div .row {
    margin-bottom: 15px
}

.sbw-filter>div .row:last-child {
    margin-bottom: 0
}

.sbw-filter>div .sb-price {
    margin: 10px 0 0
}

.sbw-filter>div .sbf-title {
    color: #2b2b2b;
    font-size: 20px;
    text-transform: capitalize;
    line-height: 1.3;
    margin: 0 0 22px;
    font-weight: 500
}

.sbw-filter>div .sb-filter {
    margin: 0 0 50px
}

.sbw-filter>div .sb-filter:last-child {
    margin-bottom: 0
}

.sbw-filter>div .advanced-filters {
    list-style: none;
    margin: 0
}

.sbw-filter>div .advanced-filters>li>a {
    position: relative;
    padding-left: 20px
}

.sbw-filter>div .advanced-filters>li>a:before {
    content: '';
    border: 1px solid #b8b8b8;
    width: 15px;
    height: 15px;
    background: transparent;
    display: block;
    position: absolute;
    display: block;
    left: 0;
    top: 3px;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.sbw-filter>div .advanced-filters>li>a:hover {
    color: #1b8bcc
}

.sbw-filter>div .advanced-filters>li>a:hover:before {
    border-color: link-hover-color !important
}

.sbw-filter>div .advanced-filters>li.active-filter>a {
    color: #1b8bcc
}

.sbw-filter>div .advanced-filters>li.active-filter>a:before {
    border-color: link-hover-color
}

.sbw-filter>div .advanced-filters>li.active-filter>a:after {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 12px;
    width: 16px;
    height: 16px;
    position: absolute;
    display: block;
    left: 3px;
    top: 1px;
    opacity: 1;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.home-service-bar {
    -webkit-box-shadow: 0 6px 15px 0px rgba(0,0,0,0.15);
    -ms-transform: 0 6px 15px 0px rgba(0,0,0,0.15);
    -o-transform: 0 6px 15px 0px rgba(0,0,0,0.15);
    box-shadow: 0 6px 15px 0px rgba(0,0,0,0.15);
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    background: #f8f8f8
}

.home-service-bar .service-bar {
    border-right: 1px solid #e1e1e1
}

.home-service-bar .owl-carousel .service-item {
    width: 100%;
    float: none
}

.home-service-bar .owl-theme .owl-controls .owl-nav>div {
    -webkit-box-shadow: 0 0 0 #fff;
    -ms-transform: 0 0 0 #fff;
    -o-transform: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff;
    opacity: 0 !important
}

.service-item {
    width: 25%;
    padding: 40px 25px;
    float: left;
    display: table;
    border-left: 1px solid #e1e1e1
}

.service-item img {
    max-width: 45px;
    display: inline-block !important
}

.service-item .service-img {
    display: table-cell;
    vertical-align: middle
}

.service-item .text {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 20px
}

.service-item .text .title {
    font-size: 18px;
    font-weight: 600;
    padding: 0 0 10px
}

.service-item .text .caption {
    font-size: 12px
}

.title-wrapper {
    margin: 0 0 10px;
    overflow: hidden
}

.title-wrapper h2, .title-wrapper h3 {
    font-size: 23px;
    font-weight: 400;
    padding-right: 20px;
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: #2b2b2b;
    -webkit-font-smoothing: antialiased
}

.title-wrapper .view-all {
    float: right;
    color: #1b8bcc;
    line-height: 25px;
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: #1b8bcc;
    -webkit-font-smoothing: antialiased
}

.title-wrapper .view-all:hover {
    color: #2b2b2b;
    -webkit-text-stroke-color: #2b2b2b
}

.is-countdown {
    background: none;
    border: none
}

.home-product .product-price {
    font-size: 18px
}

.home-product .product-price .price-sale {
    font-size: 18px
}

.home-product .product-wrapper .product-review {
    font-size: 12px;
    font-weight: 300
}

.home-product .product-wrapper .product-content {
    padding-top: 15px;
    min-height: 100px
}

.home-product .product-wrapper .product-content .add-cart-button {
    padding-bottom: 20px
}

.home-product .product-wrapper .product-content .add-cart-button .add-to-cart,.home-product .product-wrapper .product-content .add-cart-button .select-options {
    font-size: 12px;
    padding: 5px;
    width: 85%
}

@media (max-width: 479px) {
    .home-product .product-wrapper .product-content .add-cart-button .add-to-cart,.home-product .product-wrapper .product-content .add-cart-button .select-options {
        width:100%
    }
}

.home-product .product-wrapper .spr-icon {
    width: 15px !important
}

.home-product .product-wrapper .spr-icon:before {
    font-size: 14px !important
}

.home-product .product-wrapper:hover .product-content:before {
    bottom: -20px
}

.home-product .wrapper-countdown {
    border: none;
    margin: 35px auto 40px
}

.home-product .wrapper-countdown .is-countdown .countdown-section {
    display: inline-block;
    float: none;
    width: auto;
    padding: 12px 20px;
    border: 1px solid #b8b8b8;
    margin: 0 15px;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px
}

@media (max-width: 769px) {
    .home-product .wrapper-countdown .is-countdown .countdown-section {
        padding:12px;
        margin: 0 5px
    }
}

@media (max-width: 479px) {
    .home-product .wrapper-countdown .is-countdown .countdown-section {
        padding:8px;
        margin: 0 3px
    }
}

.home-product .wrapper-countdown .is-countdown .countdown-section .countdown-amount {
    font-size: 40px;
    color: #1b8bcc;
    font-weight: 400;
    -webkit-text-stroke-width: .3px;
    -webkit-text-stroke-color: #1b8bcc;
    -webkit-font-smoothing: antialiased
}

@media (max-width: 479px) {
    .home-product .wrapper-countdown .is-countdown .countdown-section .countdown-amount {
        font-size:20px
    }
}

.home-product .wrapper-countdown .is-countdown .countdown-section .countdown-period {
    text-transform: uppercase;
    color: #8a8989;
    font-size: 12px;
    font-weight: 300;
    padding: 0 0 5px;
    -webkit-text-stroke-width: .1px;
    -webkit-text-stroke-color: #8a8989;
    -webkit-font-smoothing: antialiased
}

@media (max-width: 479px) {
    .home-product .wrapper-countdown .is-countdown .countdown-section .countdown-period {
        font-size:10px;
        padding: 0
    }
}

.home-product.style-1 .title-wrapper h3 {
    text-transform: none
}

.home-product.style-2 .title-wrapper {
    margin: 0px auto 30px
}

.home-product.style-2 .title-wrapper h3 {
    padding: 0
}

.home-product.style-2 .product-list .product-grid-item {
    margin-bottom: 40px;
    padding: 0 15px
}

@media (min-width: 768px) {
    .home-product.style-2 .product-list .product-grid-item.number-2 {
        width:50%
    }

    .home-product.style-2 .product-list .product-grid-item.number-2:nth-child(2n+1) {
        clear: both
    }
}

@media (min-width: 768px) {
    .home-product.style-2 .product-list .product-grid-item.number-3 {
        width:33.333%
    }

    .home-product.style-2 .product-list .product-grid-item.number-3:nth-child(3n+1) {
        clear: both
    }
}

@media (min-width: 768px) {
    .home-product.style-2 .product-list .product-grid-item.number-4 {
        width:25%
    }

    .home-product.style-2 .product-list .product-grid-item.number-4:nth-child(4n+1) {
        clear: both
    }
}

@media (min-width: 768px) {
    .home-product.style-2 .product-list .product-grid-item.number-5 {
        width:20%
    }

    .home-product.style-2 .product-list .product-grid-item.number-5:nth-child(5n+1) {
        clear: both
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .home-product.style-2 .product-list .product-grid-item.number-5 {
        width:25%
    }

    .home-product.style-2 .product-list .product-grid-item.number-5:nth-child(5n+1) {
        clear: none
    }

    .home-product.style-2 .product-list .product-grid-item.number-5:nth-child(4n+1) {
        clear: both
    }
}

@media (min-width: 768px) {
    .home-product.style-2 .product-list .product-grid-item.number-6 {
        width:16.666666%
    }

    .home-product.style-2 .product-list .product-grid-item.number-6:nth-child(6n+1) {
        clear: both
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .home-product.style-2 .product-list .product-grid-item.number-6 {
        width:20%
    }

    .home-product.style-2 .product-list .product-grid-item.number-6:nth-child(6n+1) {
        clear: none
    }

    .home-product.style-2 .product-list .product-grid-item.number-6:nth-child(5n+1) {
        clear: both
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .home-product.style-2 .product-list .product-grid-item.number-6 {
        width:25%
    }

    .home-product.style-2 .product-list .product-grid-item.number-6:nth-child(6n+1) {
        clear: none
    }

    .home-product.style-2 .product-list .product-grid-item.number-6:nth-child(4n+1) {
        clear: both
    }
}

@media (max-width: 767px) {
    .home-product.style-2 .product-list .product-grid-item {
        width:50%
    }

    .home-product.style-2 .product-list .product-grid-item:nth-child(2n+1) {
        clear: both
    }
}

.blog-container {
    background: #f8f8f8;
    padding: 35px 0
}

.blog-container .title-wrapper h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 auto 50px;
    display: block
}

.blog-container .post-list {
    margin: 0px -15px
}

.blog-container .post-list .post-item {
    width: 33.33333%;
    float: left;
    padding: 0 15px
}

.blog-container .post-list.owl-carousel {
    margin: 0
}

.blog-container .post-list.owl-carousel .post-item {
    width: 100%;
    padding: 0
}

.blog-container .view-all {
    margin: 30px auto 0
}

.blog-container .view-all a {
    display: block;
    text-transform: uppercase;
    color: #1b8bcc;
    font-size: 15px;
    padding: 20px;
    line-height: 30px;
    border: 1px solid #1b8bcc;
    text-align: center;
    -webkit-text-stroke-width: .3px;
    -webkit-text-stroke-color: #1b8bcc;
    -webkit-font-smoothing: antialiased
}

.blog-container .view-all a:hover {
    color: #2b2b2b;
    border-color: #2b2b2b;
    -webkit-text-stroke-color: #2b2b2b
}

.post-item-inner {
    -webkit-box-shadow: 0 0px 16px 5px rgba(0,0,0,0.05);
    -ms-transform: 0 0px 16px 5px rgba(0,0,0,0.05);
    -o-transform: 0 0px 16px 5px rgba(0,0,0,0.05);
    box-shadow: 0 0px 16px 5px rgba(0,0,0,0.05);
    background: #fff;
    margin: 0px auto 40px
}

.post-item {
    position: relative
}

.post-item .post-img img,.post-item .post-image img {
    width: 100%
}

.post-item .post-img>a,.post-item .post-image>a {
    display: block;
    position: relative
}

@media (min-width: 1025px) {
    .post-item .post-img>a:after,.post-item .post-image>a:after {
        content:'';
        position: absolute;
        display: block;
        left: 50%;
        top: 0;
        right: 50%;
        opacity: 0;
        -moz-transition: all 0.35s ease 0s;
        -webkit-transition: all 0.35s ease 0s;
        -ms-transition: all 0.35s ease 0s;
        -o-transition: all 0.35s ease 0s;
        transition: all 0.35s ease 0s;
        width: 0%;
        height: 100%;
        background: rgba(27,139,204,0.5)
    }
}

.post-item .post-img>a:hover:after,.post-item .post-image>a:hover:after {
    opacity: 1;
    width: 100%;
    height: 100%;
    right: 0;
    left: 0
}

.post-item .post-content {
    margin: 0px;
    padding: 20px 20px
}

.post-item .post-content .meta-data {
    padding: 0 0 8px 0;
    font-size: 13px;
    color: #8a8989;
    font-weight: 300;
    -webkit-text-stroke-width: .1px;
    -webkit-text-stroke-color: #8a8989;
    -webkit-font-smoothing: antialiased
}

.post-item .post-content .post-title {
    text-transform: none;
    display: block;
    margin: 0 0 11px;
    font-size: 18px;
    font-family: "Roboto",Arial,Helvetica,sans-serif;
    font-weight: 400;
    color: #2b2b2b;
    line-height: 1.3;
    -webkit-text-stroke-width: .3px;
    -webkit-text-stroke-color: #2b2b2b;
    -webkit-font-smoothing: antialiased
}

.post-item .post-content .post-title:hover {
    color: #1b8bcc;
    -webkit-text-stroke-color: #1b8bcc
}

.post-item .post-content .link-to-post {
    text-transform: uppercase;
    font-size: 13px;
    color: #1b8bcc;
    -webkit-text-stroke-width: .2px;
    -webkit-text-stroke-color: #1b8bcc;
    -webkit-font-smoothing: antialiased
}

.post-item .post-content .link-to-post:hover {
    color: #2b2b2b;
    -webkit-text-stroke-color: #2b2b2b
}

.post-item .post-content p {
    font-size: 13px;
    color: #8a8989;
    font-weight: 300;
    margin: 0 0 15px;
    line-height: 1.6;
    -webkit-text-stroke-width: .1px;
    -webkit-text-stroke-color: #8a8989;
    -webkit-font-smoothing: antialiased
}

.static-surround {
    text-align: center;
    overflow: hidden;
    position: relative;
    max-height: 450px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.static-surround:after {
    content: '';
    background-color: transparent;
    background-color: rgba(27,139,204,0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC1B8BCC,endColorstr=#CC1B8BCC);
    zoom:1;position: absolute;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.static-surround .static-wrap {
    opacity: 0
}

.static-surround.is_play:after {
    content: none
}

.static-surround.is_play .static-control {
    background-image: url(https://cdn.shopify.com/s/files/1/1836/0759/t/4/assets/icon_pause.png?3929679233679600438) !important
}

.static-surround.is_play .static-wrap {
    opacity: 1
}

.static-surround.is_play .static-content {
    min-height: 100px
}

.static-surround.is_play .static-content .text {
    display: none
}

.static-surround-inner,.static-wrap {
    height: 100%
}

#static_video {
    display: block;
    width: 100%;
    height: 100%
}

.static-control {
    width: 70px;
    height: 70px;
    margin: 0px auto;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    cursor: pointer
}

.static-content {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
    display: table
}

.static-content .text {
    font-size: 40px;
    font-weight: 400;
    margin: 30px auto 0px
}

.statistic-item {
    border: 1px solid #b8b8b8;
    background: #f8f8f8;
    padding: 40px 7%;
    text-align: center
}

.statistic-item .statistic-img {
    margin: 0 auto 10px
}

.statistic-item .title {
    font-weight: 700;
    font-size: 33px;
    margin: 0 auto 6px
}

.statistic-item .caption {
    font-size: 18px;
    font-weight: 300
}

.home-carousel .owl-theme .owl-controls {
    -moz-transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s
}

@media (min-width: 1025px) {
    .home-carousel .owl-theme .owl-controls {
        opacity:0
    }
}

.home-carousel .owl-theme .owl-controls .owl-nav>div {
    position: absolute;
    display: block;
    left: 0;
    top: 35%;
    background: #fff;
    width: 55px;
    height: 55px;
    padding: 12px
}

.home-carousel .owl-theme .owl-controls .owl-nav>div.owl-next {
    left: auto;
    right: 0
}

@media (max-width: 767px) {
    .home-carousel .owl-theme .owl-controls .owl-nav>div {
        width:30px;
        height: 30px;
        padding: 0
    }
}

@media (min-width: 1240px) {
    .home-carousel .owl-theme .owl-controls .owl-nav>div {
        left:-28px
    }

    .home-carousel .owl-theme .owl-controls .owl-nav>div.owl-next {
        right: -28px;
        left: auto
    }
}

.home-carousel .product-list {
    margin: 0px -15px
}

@media (min-width: 1025px) {
    .home-carousel .product-list .owl-stage-outer {
        padding:15px 0 25px
    }
}

.home-carousel .product-list .product-wrapper {
    float: left;
    width: 16.666666%;
    padding: 0 15px
}

.home-carousel .product-list.owl-carousel {
    margin: 0
}

@media (min-width: 768px) {
    .home-carousel .product-list.owl-carousel {
        margin-bottom:-40px
    }
}

.home-carousel .product-list.owl-carousel .product-wrapper {
    width: 100%;
    padding: 0
}

@media (min-width: 1025px) {
    .home-carousel .product-list:hover.owl-theme .owl-controls {
        opacity:1
    }
}

.home-special-products {
    overflow: hidden;
    position: relative
}

.home-special-products .swiper-button-white {
    z-index: 4;
    display: block;
    height: 50px;
    width: 50px;
    background-image: none;
    padding: 10px;
    position: absolute;
    display: block;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    -webkit-box-shadow: 0 0px 18px rgba(0,0,0,0.16);
    -ms-transform: 0 0px 18px rgba(0,0,0,0.16);
    -o-transform: 0 0px 18px rgba(0,0,0,0.16);
    box-shadow: 0 0px 18px rgba(0,0,0,0.16);
    border: none;
    text-align: center;
    background: #fff;
    margin: 0
}

.home-special-products .swiper-button-white:before {
    content: '' !important;
    display: inline-block;
    height: 30px;
    width: 30px;
    cursor: pointer;
    background-image: url(https://cdn.shopify.com/s/files/1/1836/0759/t/4/assets/slider_arrows.png?3929679233679600438) !important;
    background-position: center !important;
    background-repeat: no-repeat !important
}

.home-special-products .swiper-button-white.swiper-button-prev {
    -moz-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    left: 25px !important
}

.home-special-products .swiper-button-white.swiper-button-next {
    left: auto;
    right: 25px !important
}

@media (max-width: 767px) {
    .home-special-products .swiper-button-white {
        left:0;
        width: 30px;
        height: 30px;
        padding: 0
    }

    .home-special-products .swiper-button-white.swiper-button-next {
        right: 0
    }
}

.home-special-products .owl-theme .owl-controls .owl-nav>div {
    position: absolute;
    display: block;
    left: 25px;
    top: 50%;
    background: #fff;
    width: 55px;
    height: 55px;
    padding: 12px
}

.home-special-products .owl-theme .owl-controls .owl-nav>div.owl-next {
    left: auto;
    right: 25px
}

@media (max-width: 767px) {
    .home-special-products .owl-theme .owl-controls .owl-nav>div {
        left:0;
        width: 30px;
        height: 30px;
        padding: 0
    }

    .home-special-products .owl-theme .owl-controls .owl-nav>div.owl-next {
        right: 0
    }
}

.home-special-products:hover .swiper-button-white {
    opacity: 1 !important
}

.special-product-item {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0 15px;
    border: none !important;
    margin: 0px !important;
    -webkit-box-shadow: 0 0 0 #fff;
    -ms-transform: 0 0 0 #fff;
    -o-transform: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff
}

@media (min-width: 768px) {
    .special-product-item {
        width:730px
    }
}

@media (min-width: 992px) {
    .special-product-item {
        width:950px
    }
}

@media (min-width: 1200px) {
    .special-product-item {
        width:1170px
    }
}

.special-product-wrapper {
    display: table;
    width: 100%;
    padding: 5% 0%
}

.special-product-wrapper .product-image {
    display: table-cell;
    vertical-align: middle;
    width: 30%;
    text-align: center
}

.special-product-wrapper .product-image img {
    display: inline-block;
    -webkit-box-shadow: 0 0px 24px rgba(0,0,0,0.34);
    -ms-transform: 0 0px 24px rgba(0,0,0,0.34);
    -o-transform: 0 0px 24px rgba(0,0,0,0.34);
    box-shadow: 0 0px 24px rgba(0,0,0,0.34)
}

.special-product-wrapper .product-content {
    display: table-cell;
    vertical-align: middle;
    width: 70%;
    padding: 0 30px
}

.special-product-wrapper .pc-inner h3 {
    margin: 0 auto 5px;
    line-height: 1.2
}

.special-product-wrapper .pc-inner h3 a {
    font-size: 40px;
    text-transform: uppercase
}

@media (max-width: 767px) {
    .special-product-wrapper .pc-inner h3 a {
        font-size:25px
    }
}

.special-product-wrapper .pc-inner .product-price-review {
    padding: 0 0 12px
}

.special-product-wrapper .pc-inner .product-price {
    font-size: 25px;
    font-weight: 300;
    padding: 0 15px 0 0;
    display: inline-block
}

.special-product-wrapper .pc-inner .product-review {
    display: inline-block;
    position: relative;
    top: -2px
}

.special-product-wrapper .pc-inner .spr-badge-starrating {
    margin-right: 10px
}

.special-product-wrapper .pc-inner .product-author {
    font-weight: 300;
    font-size: 18px;
    padding: 0 0 25px
}

.special-product-wrapper .pc-inner .btn {
    -webkit-box-shadow: 0 0 24px rgba(0,0,0,0.34);
    -ms-transform: 0 0 24px rgba(0,0,0,0.34);
    -o-transform: 0 0 24px rgba(0,0,0,0.34);
    box-shadow: 0 0 24px rgba(0,0,0,0.34);
    border: none
}

.home-customer-review {
    text-align: center
}

.home-customer-review .title-wrapper {
    margin: 0px auto 55px
}

.home-customer-review .title-wrapper h3 {
    padding: 0
}

.bx-wrapper {
    background: none;
    -webkit-box-shadow: 0 0 0 #fff !important;
    -ms-transform: 0 0 0 #fff !important;
    -o-transform: 0 0 0 #fff !important;
    box-shadow: 0 0 0 #fff !important;
    margin: 0px auto 60px;
    border: none
}

.bx-wrapper .bxslider {
    max-width: 830px;
    margin: 0px auto
}

.bx-wrapper .bxslider li {
    color: #2b2b2b;
    font-size: 19px;
    font-style: italic;
    font-weight: 300;
    line-height: 1.5;
    width: 100% !important
}

#bx-pager {
    clear: both
}

#bx-pager>a {
    display: inline-block;
    -webkit-text-stroke-width: .3px;
    -webkit-text-stroke-color: #2b2b2b;
    -webkit-font-smoothing: antialiased;
    margin: 15px 30px;
    width: 142px;
}

#bx-pager>a.active {
    opacity: 1
}

#bx-pager>a:hover {
    -webkit-text-stroke-color: #1b8bcc
}

@media (min-width: 1025px) {
    #bx-pager>a:hover {
        opacity:1
    }
}

#bx-pager .author-img {
    display: inline-block;
    height: 140px;
    width: 140px;
    padding: 5px;
    margin: 0 auto 20px;
    background: #fff;
    -webkit-box-shadow: 0 0 21px rgba(0,0,0,0.1);
    -ms-transform: 0 0 21px rgba(0,0,0,0.1);
    -o-transform: 0 0 21px rgba(0,0,0,0.1);
    box-shadow: 0 0 21px rgba(0,0,0,0.1);
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%
}

#bx-pager .author-img img {
    display: inline;
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    z-index: 1;
    opacity: 0.01;
    position: relative;    
}

#bx-pager .name {
    font-size: 17px;
    display: block;
    padding: 0 0 10px;
    height: 70px;
    overflow: hidden;
}

#bx-pager .collector {
    display: block;
    font-weight: 300
}

.page-cata h1 {
    text-align: left;
    font-size: 30px;
    font-weight: 200;
    margin: 0 0 15px;
    display: inline-block;
}

.cata-image {
    margin: 0 auto 30px
}

.cata-image img {
    width: 100%
}

.cata-description {
    padding: 0 0 40px;
    line-height: 1.8
}

.cata-header {
    margin: 0 0 20px;
    text-align: center
}

.cata-header p {
    margin: 20px 0 0
}

.cata-descrip {
    margin-bottom: 60px
}

.cata-descrip>p {
    margin-top: 40px
}

.cata-descrip>p strong {
    text-transform: uppercase;
    color: #2b2b2b;
    font-size: 150%
}

.cata-descrip>p+p {
    margin-bottom: 40px
}

.cata-descrip>p:last-child {
    line-height: 28px
}

.cata-title {
    display: block;
    margin-bottom: 30px
}

.cata-title h3 {
    text-transform: uppercase;
    font-weight: 600;
    color: #2b2b2b;
    letter-spacing: 0
}

.cata-title span {
    text-align: right;
    color: #2b2b2b
}

.cata-toolbar {
    margin: 0 0 35px;
    width: 100%;
    position: relative;
    padding: 0
}

.cata-toolbar .group-gl {
    float: right;
    margin-top: 3px
}

.cata-toolbar .grid-list {
    display: inline-block;
    padding: 0;
    float: right
}

.cata-toolbar .grid-list label {
    float: left;
    margin: 7px 10px 0 0
}

.cata-toolbar .grid-list .grid {
    margin-right: 18px;
    font-size: 0px;
    float: left;
    height: 22px;
    width: 22px;
    text-align: center;
    border: none;
    cursor: pointer;
    background: url(https://cdn.shopify.com/s/files/1/1836/0759/t/4/assets/grid_list.png?3929679233679600438) no-repeat 0 1px
}

.cata-toolbar .grid-list .grid .fa {
    display: none
}

.cata-toolbar .grid-list .grid.active,.cata-toolbar .grid-list .grid:hover {
    background-position: 0 -27px
}

.cata-toolbar .grid-list .list {
    display: inline-block;
    float: left;
    font-size: 0px;
    height: 22px;
    width: 32px;
    text-align: center;
    border: none;
    cursor: pointer;
    background: url(https://cdn.shopify.com/s/files/1/1836/0759/t/4/assets/grid_list.png?3929679233679600438) no-repeat 100% 1px
}

.cata-toolbar .grid-list .list .fa {
    display: none
}

.cata-toolbar .grid-list .list.active,.cata-toolbar .grid-list .list:hover {
    background-position: 100% -27px
}

.cata-toolbar .filter {
    margin-right: 40px;
    padding-bottom: 20px;
    margin-bottom: -1px
}

.cata-toolbar .filter:hover>.dropdown-menu {
    display: block;
    z-index: 11
}

.cata-toolbar .filter>a {
    border: 1px solid #b8b8b8;
    padding: 9px 20px;
    font-size: 14px;
    display: inline-block;
    width: 140px;
    text-align: center
}

.cata-toolbar .filter>a i {
    float: right;
    margin-top: 4px
}

.cata-toolbar .filter>a:hover {
    text-decoration: none;
    color: #2b2b2b
}

.cata-toolbar .filter>.dropdown-menu {
    right: auto;
    left: 15px;
    width: 100%;
    padding: 25px 30px;
    min-width: 700px;
    border: 1px solid #b8b8b8
}

.cata-toolbar .filter .clear-filter {
    display: none
}

.cata-toolbar .sort-by {
    display: inline-block;
    color: #8a8989;
    margin: 0 55px 0 0
}

.cata-toolbar .sort-by>label {
    margin-right: 8px;
    vertical-align: top;
    margin-bottom: 0;
    display: inline-block
}

.cata-toolbar .sort-by .sort-by-inner {
    display: inline-block;
    position: relative
}

.cata-toolbar .sort-by .sort-by-inner .sort-by-inner {
    border: none;
    height: 100%;
    position: static
}

.cata-toolbar .sort-by .sort-by-inner label {
    float: left;
    line-height: 24px;
    margin: 0;
    font-size: 18px;
    color: #2b2b2b
}

.cata-toolbar .sort-by .sort-by-inner .dropdown-toggle {
    display: inline-block
}

.cata-toolbar .sort-by .sort-by-inner .dropdown-toggle button {
    border: none;
    height: 24px;
    padding: 0px 10px;
    background: none;
    font: 18px/24px "Roboto",Arial,Helvetica,sans-serif;
    text-align: left;
    font-weight: 400
}

.cata-toolbar .sort-by .sort-by-inner .dropdown-toggle button a {
    color: #8a8989
}

.cata-toolbar .sort-by .sort-by-inner .dropdown-toggle button span {
    padding-right: 15px;
    float: left
}

.cata-toolbar .sort-by .sort-by-inner .dropdown-toggle button span.visible-xs {
    padding-top: 0
}

.cata-toolbar .sort-by .sort-by-inner .dropdown-toggle button i {
    float: right;
    text-align: right;
    padding: 0px;
    content: none;
    line-height: 22px;
    color: #8a8989
}

.cata-toolbar .sort-by #sort_by_box {
    width: 100%;
    min-width: auto;
    right: auto;
    left: -1px;
    -webkit-box-shadow: 0 0px 18px rgba(0,0,0,0.21);
    -ms-transform: 0 0px 18px rgba(0,0,0,0.21);
    -o-transform: 0 0px 18px rgba(0,0,0,0.21);
    box-shadow: 0 0px 18px rgba(0,0,0,0.21);
    background: #fff;
    border: none;
    padding: 10px 15px
}

.cata-toolbar .sort-by #sort_by_box li {
    padding: 0;
    text-align: left;
    margin-bottom: 0
}

.cata-toolbar .sort-by #sort_by_box li a {
    padding: 3px;
    line-height: 1.5;
    display: block;
    transition: none;
    font-size: 13px;
    color: #5e5e5e
}

.cata-toolbar .sort-by #sort_by_box li:hover a {
    color: #1b8bcc
}

.cata-toolbar .sort-by #sort_by_box li.active a {
    cursor: default;
    color: #1b8bcc
}

.cata-toolbar .sort-by #sort_by_box li:last-child a {
    border: none
}

.cata-toolbar .sort-by:hover #sort_by_box {
    display: block
}

.cata-toolbar .visible-xs {
    cursor: pointer;
    vertical-align: top;
    padding-top: 9px
}

.cata-toolbar .visible-xs .filter-toggle {
    text-transform: uppercase;
    padding: 7px 18px;
    border: 1px solid #b8b8b8
}

.cata-product {
    display: block;
    margin: 0px -15px;
    letter-spacing: -0.31em;
    vertical-align: top;
    clear: both
}

.cata-product.cp-list {
    margin: 0px auto;
    letter-spacing: 0
}

.cata-product .product-grid-item {
    padding: 0px 15px;
    margin: 0 0 60px;
    letter-spacing: 0;
    vertical-align: top;
    float: none;
    display: inline-block
}

@media (max-width: 767px) {
    .cata-product .product-grid-item {
        width:50%;
        margin-bottom: 35px
    }

    .cata-product .product-grid-item:nth-child(2n+1) {
        clear: both
    }
}

@media (min-width: 768px) {
    .cata-product .product-grid-item.number-2 {
        width:50%
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .cata-product .product-grid-item.number-2:nth-child(2n+1) {
        clear:both
    }
}

@media (min-width: 768px) {
    .cata-product .product-grid-item.number-3 {
        width:33.333%
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .cata-product .product-grid-item.number-3:nth-child(3n+1) {
        clear:both
    }
}

@media (min-width: 768px) {
    .cata-product .product-grid-item.number-4 {
        width:25%
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    .cata-product .product-grid-item.number-4:nth-child(4n+1) {
        clear:both
    }

    .cata-product .product-grid-item.number-4 .spr-badge-caption {
        display: none
    }

    .cata-product .product-grid-item.number-4 .product-wrapper .product-content {
        min-height: auto
    }

    .cata-product .product-grid-item.number-4 .product-label {
        font-size: 11px
    }

    .cata-product .product-grid-item.number-4 .product-label>span {
        padding: 5px 7px;
        line-height: 20px
    }

    .cata-product .product-grid-item.number-4 .add-cart-button .add-to-cart,.cata-product .product-grid-item.number-4 .add-cart-button .select-options {
        padding: 5px;
        font-size: 11px
    }
}

@media (min-width: 768px) {
    .cata-product .product-grid-item.number-5 {
        width:20%
    }

    .cata-product .product-grid-item.number-5:nth-child(5n+1) {
        clear: both
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    .cata-product .product-grid-item.number-5 .spr-badge-caption {
        display:none
    }

    .cata-product .product-grid-item.number-5 .product-wrapper .product-content {
        min-height: auto
    }

    .cata-product .product-grid-item.number-5 .product-label {
        font-size: 11px
    }

    .cata-product .product-grid-item.number-5 .product-label>span {
        padding: 5px 7px;
        line-height: 20px
    }

    .cata-product .product-grid-item.number-5 .add-cart-button .add-to-cart,.cata-product .product-grid-item.number-5 .add-cart-button .select-options {
        padding: 5px;
        font-size: 11px
    }
}

@media (min-width: 768px) {
    .cata-product .product-grid-item.number-6 {
        width:200px;
    }

    .cata-product .product-grid-item.number-6:nth-child(6n+1) {
        clear: both
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    .cata-product .product-grid-item.number-6 {
        width:20%
    }

    .cata-product .product-grid-item.number-6 .spr-badge-caption {
        display: none
    }

    .cata-product .product-grid-item.number-6 .product-wrapper .product-content {
        min-height: auto
    }

    .cata-product .product-grid-item.number-6 .product-label {
        font-size: 11px
    }

    .cata-product .product-grid-item.number-6 .product-label>span {
        padding: 5px 7px;
        line-height: 20px
    }

    .cata-product .product-grid-item.number-6 .add-cart-button .add-to-cart,.cata-product .product-grid-item.number-6 .add-cart-button .select-options {
        padding: 5px;
        font-size: 11px
    }

    .cata-product .product-grid-item.number-6:nth-child(6n+1) {
        clear: none
    }

    .cata-product .product-grid-item.number-6:nth-child(5n+1) {
        clear: both
    }
}

@media (min-width: 768px) {
    .col-md-9 .cata-product .product-grid-item.number-5 .spr-badge-caption {
        display:none
    }

    .col-md-9 .cata-product .product-grid-item.number-5 .product-wrapper .product-content {
        min-height: auto
    }

    .col-md-9 .cata-product .product-grid-item.number-5 .product-wrapper .product-content:before {
        bottom: -20px
    }

    .col-md-9 .cata-product .product-grid-item.number-5 .product-label {
        font-size: 11px
    }

    .col-md-9 .cata-product .product-grid-item.number-5 .product-label>span {
        padding: 5px 7px;
        line-height: 20px
    }

    .col-md-9 .cata-product .product-grid-item.number-5 .add-cart-button .add-to-cart,.col-md-9 .cata-product .product-grid-item.number-5 .add-cart-button .select-options {
        padding: 5px;
        font-size: 11px
    }
}

@media (min-width: 768px) {
    .col-md-9 .cata-product .product-grid-item.number-6 .spr-badge-caption {
        display:none
    }

    .col-md-9 .cata-product .product-grid-item.number-6 .product-wrapper .product-content {
        min-height: auto
    }

    .col-md-9 .cata-product .product-grid-item.number-6 .product-wrapper .product-content:before {
        bottom: -20px
    }

    .col-md-9 .cata-product .product-grid-item.number-6 .product-label {
        font-size: 11px
    }

    .col-md-9 .cata-product .product-grid-item.number-6 .product-label>span {
        padding: 5px 7px;
        line-height: 20px
    }

    .col-md-9 .cata-product .product-grid-item.number-6 .add-cart-button .add-to-cart,.col-md-9 .cata-product .product-grid-item.number-6 .add-cart-button .select-options {
        padding: 5px;
        font-size: 11px
    }
}

.available {
    color: #1b8bcc;
    font-weight: 600
}

.not-available {
    color: #1b8bcc;
    font-weight: 600
}

.product-list-item {
    clear: both;
    padding: 0px;
    margin: 0 0 40px;
    width: 100%
}

.product-list-item .product-wrapper {
    float: none;
    display: table;
    width: 100%;
    table-layout: fixed
}

.product-list-item .product-wrapper .product-head {
    display: table-cell;
    vertical-align: top;
    width: auto;
    padding: 0 30px 0 0;
    margin: 0;
    position: relative;
    width: 200px
}

@media (max-width: 479px) {
    .product-list-item .product-wrapper .product-head {
        padding-right:15px;
        width: 50%
    }
}

.product-list-item .product-wrapper .product-head .product-button {
    top: 6px
}

.product-list-item .product-wrapper .product-image {
    position: relative;
    overflow: hidden;
    padding: 0;
    max-width: 170px
}

.product-list-item .product-wrapper .product-content {
    text-align: left;
    display: table-cell;
    vertical-align: top;
    padding: 0;
    min-height: 10px
}

.product-list-item .product-wrapper .product-content:before {
    content: none
}

.product-list-item .product-wrapper .product-content .add-cart-button {
    position: static;
    margin: 20px 0 0;
    padding: 0;
    text-align: left;
    background: transparent;
    opacity: 1
}

@media (max-width: 479px) {
    .product-list-item .product-wrapper .product-content .add-cart-button .btn-default {
        padding:5px;
        font-size: 14px
    }
}

.product-list-item .product-wrapper .product-content .product-price {
    padding: 0 15px 0 0;
    display: inline-block
}

.product-list-item .product-wrapper .product-review {
    margin: 0;
    display: inline-block;
    position: relative;
    top: -2px
}

@media (max-width: 479px) {
    .product-list-item .product-wrapper .product-review {
        display:none
    }
}

.product-list-item .product-wrapper .wrapper-countdown {
    position: absolute;
    display: block;
    left: 0px;
    right: 0px;
    bottom: 6px;
    z-index: 2;
    opacity: 1
}

.product-list-item .product-wrapper .wrapper-countdown>div {
    text-align: center;
    padding: 0;
    margin: 0;
    background: none;
    border: none
}

.product-list-item .product-wrapper .wrapper-countdown>div span {
    margin: 0 5px;
    padding: 5px;
    display: inline-block;
    background: #81cfdc;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px
}

.product-list-item .product-wrapper .pc-inner .product-name {
    padding: 15px 0px;
    margin: 0;
    height: auto !important;
    line-height: 1.2;
    font-size: 23px;
    font-weight: 400
}

.product-list-item .product-wrapper .pc-inner .only-list {
    display: block;
    padding: 20px 0 0;
    font-weight: 300;
    font-size: 13px;
    line-height: 1.8;
    color: #2b2b2b
}

@media (max-width: 479px) {
    .product-list-item .product-wrapper .pc-inner .only-list {
        display:none
    }
}

.product-list-item .product-wrapper:hover {
    -webkit-box-shadow: 0 0px 18px rgba(27,139,204,0.36);
    -ms-transform: 0 0px 18px rgba(27,139,204,0.36);
    -o-transform: 0 0px 18px rgba(27,139,204,0.36);
    box-shadow: 0 0px 18px rgba(27,139,204,0.36)
}

.product-list-item .product-wrapper:hover .product-content .product-name {
    text-align: left
}

.product-list-item .product-wrapper:hover .product-content .product-price,.product-list-item .product-wrapper:hover .product-content .product-review {
    opacity: 1
}

.pagination-holder .pagination {
    margin: 0px auto;
    display: block;
    border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    background: none;
    padding: 0;
    text-align: center
}

.pagination-holder .pagination>li {
    margin: 0 auto;
    display: inline-block
}

.pagination-holder .pagination>li>a,.pagination-holder .pagination>li>span {
    display: inline-block;
    padding: 8px;
    background: none;
    margin: 0px 7px;
    line-height: 35px;
    font-size: 20px;
    color: #2b2b2b;
    min-width: 55px;
    height: 55px;
    border: 2px solid transparent;
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%
}

.pagination-holder .pagination>li>a.prev,.pagination-holder .pagination>li>a.next,.pagination-holder .pagination>li>span.prev,.pagination-holder .pagination>li>span.next {
    width: auto;
    text-align: center;
    border: none !important
}

.pagination-holder .pagination>li>a.disabled,.pagination-holder .pagination>li>span.disabled {
    opacity: 0.7;
    cursor: no-drop;
    display: none
}

@media (min-width: 1025px) {
    .pagination-holder .pagination>li:hover>a,.pagination-holder .pagination>li:hover>span {
        color:#1b8bcc;
        border-color: #1b8bcc;
        background: none;
        -webkit-box-shadow: 0 0 18px rgba(27,139,204,0.36);
        -ms-transform: 0 0 18px rgba(27,139,204,0.36);
        -o-transform: 0 0 18px rgba(27,139,204,0.36);
        box-shadow: 0 0 18px rgba(27,139,204,0.36)
    }
}

.pagination-holder .pagination>li.active>a,.pagination-holder .pagination>li.active>span {
    color: #1b8bcc;
    border-color: #1b8bcc;
    background: none;
    -webkit-box-shadow: 0 0 18px rgba(27,139,204,0.36);
    -ms-transform: 0 0 18px rgba(27,139,204,0.36);
    -o-transform: 0 0 18px rgba(27,139,204,0.36);
    box-shadow: 0 0 18px rgba(27,139,204,0.36)
}

.pagination-holder .pagination>li:first-child>a,.pagination-holder .pagination>li:first-child>span,.pagination-holder .pagination>li:last-child>a,.pagination-holder .pagination>li:last-child>span {
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    -webkit-box-shadow: 0 0 0px rgba(27,139,204,0.36);
    -ms-transform: 0 0 0px rgba(27,139,204,0.36);
    -o-transform: 0 0 0px rgba(27,139,204,0.36);
    box-shadow: 0 0 0px rgba(27,139,204,0.36)
}

.category {
    border: none;
    margin-bottom: 40px;
    position: relative;
    text-align: left
}

.category .category-name {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    display: block;
    float: left;
    background-color: rgba(255, 255, 255, 0.67);
    text-align: left;
    padding: 3px 10px;    
    margin: 16px 0 0
}

.category .category-name:hover {
    color: #1b8bcc
}

.category .category-image {
    text-align: center;
    -webkit-box-shadow: 0 0px 18px rgba(0,0,0,0.2);
    -ms-transform: 0 0px 18px rgba(0,0,0,0.2);
    -o-transform: 0 0px 18px rgba(0,0,0,0.2);
    box-shadow: 0 0px 18px rgba(0,0,0,0.2)
}

.category .category-image>a {
    display: block;
    position: relative;
}

@media (min-width: 1025px) {
    .category .category-image>a:before {
        content:'';
        position: absolute;
        display: block;
        left: 50%;
        top: 0;
        right: 50%;
        opacity: 0;
        -moz-transition: all 0.35s ease 0s;
        -webkit-transition: all 0.35s ease 0s;
        -ms-transition: all 0.35s ease 0s;
        -o-transition: all 0.35s ease 0s;
        transition: all 0.35s ease 0s;
        width: 0%;
        height: 100%;
        background: rgba(27,139,204,0.5)
    }
}

.category .category-image>a:hover:before {
    opacity: 1;
    width: 100%;
    height: 100%;
    right: 0;
    left: 0
}

@media (min-width: 992px) {
    .collection-item:nth-child(3n+1) {
        clear:both
    }
}

@media (max-width: 991px) {
    .collection-item:nth-child(2n+1) {
        clear:both
    }
}

.page-search>h4 {
    margin-bottom: 30px;
    font-size: 25px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center
}

.page-search .cata-product {
    padding: 0;
    margin: 0
}

@media (min-width: 992px) {
    .page-search .cata-product .product-grid-item {
        width:25%
    }

    .page-search .cata-product .product-grid-item:nth-child(4n+1) {
        clear: both
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .page-search .cata-product .product-grid-item {
        width:33.333%
    }

    .page-search .cata-product .product-grid-item:nth-child(3n+1) {
        clear: both
    }
}

@media (max-width: 767px) {
    .page-search .cata-product .product-grid-item {
        width:50%
    }

    .page-search .cata-product .product-grid-item:nth-child(2n+1) {
        clear: both
    }
}

.page-search .article-grid-item {
    width: 50%;
    float: left;
    padding: 0 15px
}

.page-search .article-grid-item .post-item .post-des {
    padding: 0 0 15px;
    font-size: 13px;
    color: #8a8989;
    font-weight: 300;
    line-height: 1.6
}

@media (min-width: 992px) {
    .page-search .article-grid-item {
        width:33.333333%
    }

    .page-search .article-grid-item:nth-child(3n+1) {
        clear: both
    }
}

@media (max-width: 991px) {
    .page-search .article-grid-item:nth-child(2n+1) {
        clear:both
    }
}

@media (max-width: 479px) {
    .page-search .article-grid-item {
        width:100%;
        clear: both
    }
}

.form-wrapper p {
    color: #747474;
    font-size: 16px;
    line-height: 28px
}

h2.heading,.semi-bold {
    font-weight: normal;
    line-height: 1.0;
    margin-bottom: 20px;
    font-size: "Roboto",Arial,Helvetica,sans-serif
}

.list-benefits>li {
    color: #747474;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 26px
}

.list-benefits>li .fa {
    color: #1b8bcc
}

.control-wrapper {
    display: block;
    clear: both
}

.control-wrapper.last {
    padding-top: 15px
}

.control-wrapper label {
    display: block;
    clear: both;
    margin-bottom: 10px
}

.control-wrapper label .req {
    color: #c0392b
}

.control-wrapper input,.control-wrapper select {
    display: block;
    clear: both;
    margin-bottom: 15px
}

.control-wrapper textarea {
    max-width: 670px
}

.control-wrapper button,.control-wrapper .btn-default {
    margin-right: 10px
}

.control-wrapper .action {
    margin: 10px 0 0;
    font-size: 13px
}

.control-wrapper .action .forgot-pass:hover,.control-wrapper .action .return-store:hover {
    color: #1b8bcc
}

.control-wrapper .forgot-pass {
    display: line-block;
    margin: 0
}

.control-wrapper .forgot-pass a {
    color: #1b8bcc
}

.control-wrapper .forgot-pass a:hover {
    text-decoration: underline
}

.page-register,.page-login,#register-form,#recover-password {
    margin: 0;
    padding: 0
}

.page-register h2,.page-login h2,#register-form h2,#recover-password h2 {
    margin: 0px 0 25px
}

.page-register .btn,.page-login .btn,#register-form .btn,#recover-password .btn {
    min-width: 100px;
    margin-top: 10px
}

.page-register p,.page-login p,#register-form p,#recover-password p {
    margin: 0 0 20px
}

.page-register .action>a,.page-login .action>a,#register-form .action>a,#recover-password .action>a {
    float: right;
    margin-top: 28px
}

.page-reset .note,#recover-password .note {
    margin-top: 30px
}

.page_typography .block-1 {
    margin-bottom: 50px
}

.page_typography .heading {
    background: #fff;
    padding-top: 40px;
    padding-bottom: 80px
}

.page_typography .heading h1,.page_typography .heading h2,.page_typography .heading h3,.page_typography .heading h4,.page_typography .heading h5,.page_typography .heading h6 {
    margin-bottom: 25px;
    margin-top: 40px
}

.page_typography .block-3 {
    padding-top: 50px;
    padding-bottom: 50px
}

.page_typography .block-3 h5 {
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 20px
}

.product-sku-cate ul li {
    margin: 0 0 5px;
    color: #1b8bcc
}

.product-sku-cate ul li span {
    color: #000
}

.product-sku-cate ul li span:first-child {
    display: inline-block
}

.product-sku-cate ul li.product-sku span:first-child {
    color: #5e5e5e;
    text-transform: uppercase
}

.spr-form-title {
    text-transform: none
}

.bx-wrapper {
    -webkit-box-shadow: 0 0 0 #fff;
    -ms-transform: 0 0 0 #fff;
    -o-transform: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff
}

.product-extended-tab #tab_sc,.product-extended-tab #tab_review,.product-extended-tab #tab_custom {
    max-width: 1200px;
    margin: 0px auto;
    padding: 0 15px
}

.tab-content .tab-pane ul {
    padding: 0 0 20px 25px;
    list-style: disc;
    font-weight: 300
}

.tab-content .tab-pane ul li {
    padding: 3px 0
}

.tab-content .tab-pane ol {
    padding: 0 0 20px 25px;
    list-style: decimal;
    font-weight: 300
}

.tab-content .tab-pane ol li {
    padding: 3px 0
}

.mini-line {
    height: 3px;
    width: 60px;
    background: #000;
    margin: 25px 0
}

.page-product {
    padding: 0
}

.page-product .product-image-inner {
    margin: 0;
    padding: 0
}

.page-product .spr-container {
    padding: 0 !important
}

.page-product table {
    border-collapse: collapse
}

.page-product table td {
    border: 1px solid #e1e1e1;
    padding: 13px 20px;
    text-align: left;
    line-height: 1.8
}

.page-product table td.first {
    background: #f8f8f8;
    width: 200px
}

.page-product .tab-content {
    padding: 30px 35px;
    margin: 0 0 0 199px;
    border-left: 1px solid #e1e1e1
}

.page-product .tab-content iframe {
    max-width: 100%
}

.page-product .tab-content h5 {
    margin: 0 0 20px;
    font-size: 30px;
    color: #8a8989;
    font-weight: 300
}

.page-product .tab-content p {
    margin: 0 0 10px;
    line-height: 1.8;
    font-size: 14px;
    color: #5e5e5e;
    font-weight: 300
}

.page-product .spr-badge-starrating {
    float: left;
    margin-right: 5px
}

.page-product .spr-badge-starrating .spr-icon {
    width: 20px !important
}

.page-product .spr-badge-starrating .spr-icon:before {
    font-size: 17px !important
}

.page-product #product-image {
    margin-bottom: 25px
}

.page-product #product-image .featured-image {
    display: block;
    padding: 0;
    text-align: center;
}

@media (max-width: 1024px) {
    .page-product #product-image .featured-image {
        position:relative
    }

    .page-product #product-image .featured-image:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0
    }
}

.page-product #product-image .more-view-image {
    margin: 0;
    overflow: hidden;
    padding: 0
}

.page-product #product-image .bx-wrapper {
    border: none;
    position: relative
}

.page-product #product-image .bx-wrapper .bx-viewport {
    left: 0;
    border: none;
    -webkit-box-shadow: 0 0 0 #fff;
    -ms-transform: 0 0 0 #fff;
    -o-transform: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff
}

.page-product #product-image .bx-wrapper .bx-controls-direction a {
    position: absolute;
    z-index: 2;
    left: 40%;
    width: 20px;
    height: 20px;
    background-color: #c5c5c5;
    text-indent: 0;
    text-align: center;
    margin: 0
}

.page-product #product-image .bx-wrapper .bx-controls-direction a .fa:before,.page-product #product-image .bx-wrapper .bx-controls-direction a .fa:after {
    font-size: 17px
}

.page-product #product-image .bx-wrapper .bx-controls-direction a.bx-next {
    bottom: 0;
    top: auto
}

.page-product #product-image .bx-wrapper .bx-controls-direction a.bx-prev {
    top: 0
}

.page-product #product-image .more-view-image #gallery-image {
    margin: 15px 0px 0;
    list-style: none
}

.page-product #product-image .more-view-image #gallery-image li {
    float: left;
    width: 25%;
    padding: 0 10px
}

.page-product #product-image .more-view-image #gallery-image.owl-carousel {
    padding: 0 35px
}

.page-product #product-image .more-view-image #gallery-image.owl-carousel li {
    width: 100%;
    padding: 0
}

.page-product #product-image .more-view-image #gallery-image .thumb-img {
    display: block
}

.page-product #product-image .more-view-image #gallery-image .owl-stage-outer .owl-item a img {
    max-width: 100%
}

.page-product #product-image .more-view-image #gallery-image .owl-stage-outer .owl-item a:hover img,.page-product #product-image .more-view-image #gallery-image .owl-stage-outer .owl-item a.active img {
    cursor: pointer
}

.page-product #product-image .more-view-image #gallery-image .owl-stage-outer .owl-item a.active {
    cursor: default
}

.page-product #product-image .more-view-image #gallery-image .owl-controls .owl-nav>div {
    top: 50%;
    width: 30px;
    height: 30px;
    border: none;
    text-align: center;
    padding: 0px;
    font-size: 0;
    line-height: 30px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-box-shadow: 0 0px 2px rgba(0,0,0,0.2);
    -ms-transform: 0 0px 2px rgba(0,0,0,0.2);
    -o-transform: 0 0px 2px rgba(0,0,0,0.2);
    box-shadow: 0 0px 2px rgba(0,0,0,0.2)
}

.page-product #product-image .more-view-image #gallery-image .owl-controls .owl-nav>div.owl-next {
    right: 1px
}

.page-product #product-image .more-view-image #gallery-image .owl-controls .owl-nav>div.owl-prev {
    left: 1px
}

.page-product .product-info {
    position: relative;
    margin-bottom: 10px
}

.page-product .product-info .share-links {
    padding: 0px;
    text-align: left
}

.page-product .product-info .share-links .share-label {
    display: block
}

.page-product .product-info h1[itemprop="name"] {
    font-weight: 400;
    text-align: left;
    font-size: 23px;
    margin: 0 0 12px;
    padding: 0;
    border: none;
    -webkit-text-stroke-width: .3px;
    -webkit-text-stroke-color: #2b2b2b;
    -webkit-font-smoothing: antialiased
}

.page-product .product-info .author {
    padding: 0 0 12px;
    font-size: 16px;
    font-weight: 300;
    color: #5e5e5e;
    overflow: hidden
}

.page-product .product-info .rating-links {
    float: left;
    margin: 10px 0px;
    line-height: 20px;
    white-space: nowrap
}

.page-product .product-info .qty-stock {
    margin-bottom: 30px;
    display: block;
    overflow: hidden
}

.page-product .product-info .qty-stock .in-stock {
    display: inline-block;
    float: left;
    position: relative
}

.page-product .product-info .qty-stock #stock {
    font-size: 16px;
    text-transform: capitalize;
    padding: 10px 15px;
    background-color: #fff;
    display: inline-block;
    float: left
}

.page-product .product-info .detail-deal {
    display: block;
    margin: 20px 0 0
}

.page-product .product-info .detail-deal .wrapper-countdown>p {
    display: inline-block;
    margin: 0 5px 15px 0
}

.page-product .product-info .detail-deal .wrapper-countdown>div {
    text-align: center;
    display: inline-block;
    padding: 0;
    margin: 0 0 15px;
    background: none;
    border: none
}

.page-product .product-info .detail-deal .wrapper-countdown>div span {
    margin: 0 5px;
    padding: 5px;
    display: inline-block;
    background: #81cfdc;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px
}

.page-product .product-info .product-detail-review {
    margin: 0 0 15px;
    display: inline-block
}

.page-product .product-info .product-detail-review>a {
    margin-left: 8px;
    font-size: 13px
}

.page-product .product-info .product-detail-review>a:hover {
    color: #1b8bcc
}

.page-product .product-info .product-availability-wrapper {
    margin: 0 0 15px
}

.page-product .product-info .product-availability-wrapper ul li {
    line-height: 22px;
    color: #000;
    position: relative;
    padding: 0 0 0 100px
}

.page-product .product-info .product-availability-wrapper ul li span:first-child {
    color: #8a8989;
    padding: 0 5px 0 0;
    position: absolute;
    display: block;
    left: 0;
    top: 0
}

.page-product .product-info .short-description {
    padding: 15px 0 0;
    font-weight: 300;
    line-height: 1.8
}

.page-product .product-info .short-description h5 {
    display: none
}

.page-product .product-info .spr-badge {
    margin: 0 20px 0 0;
    display: inline-block
}

.page-product .product-info .spr-badge .spr-badge-caption {
    float: left;
    font-size: 16px;
    font-weight: 300
}

.page-product .product-info .spr-badge .spr-badge-caption:before {
    content: "("
}

.page-product .product-info .spr-badge .spr-badge-caption:after {
    content: ")"
}

.page-product .product-info .spr-badge[data-rating="0.0"] {
    display: none
}

.page-product .product-info .price-preview-container {
    overflow: hidden
}

.page-product .product-info .product-price {
    float: left;
    margin: 0;
    text-align: left;
    padding: 0;
    border: none;
    line-height: 40px
}

.page-product .product-info .product-price .price-sale {
    line-height: 40px;
    padding: 0 25px;
    display: inline-block;
    border: 2px solid #1b8bcc;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px
}

.page-product .product-info .product-price .price {
    font-size: 20px;
    text-align: left;
    padding: 0;
    border: none;
    overflow: hidden;
    margin: 0
}

.page-product .product-info .product-price .price-compare {
    margin-right: 20px;
    line-height: 40px;
    display: inline-block;
    float: none;
    font-size: 20px
}

.page-product .product-info .group-cw {
    position: relative;
    display: block;
    width: 100%;
    margin: 30px 0;
    clear: both
}

.page-product .product-info .swatch {
    margin: 0px 0 5px;
    position: relative;
    padding: 0 0 0 70px
}

.page-product .product-info .swatch:nth-last-child(2) {
    margin-bottom: 20px
}

.page-product .product-info .swatch .header {
    padding: 0 10px 0 0;
    display: block;
    margin: 0;
    line-height: 35px;
    font-size: 14px;
    color: #5e5e5e;
    position: absolute;
    display: block;
    left: 0;
    top: 0
}

.page-product .product-info .swatch .swatch-element {
    margin: 0;
    padding: 0;
    float: left
}

.page-product .product-info .swatch .swatch-element label {
    position: relative;
    background: transparent;
    border: 1px solid #b8b8b8;
    margin: 0px 10px 10px 0;
    text-align: center;
    cursor: pointer;
    min-width: 35px !important;
    height: 35px !important;
    padding: 5px;
    line-height: 23px !important;
    color: #5e5e5e;
    font-size: 14px;
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    -webkit-box-shadow: 0 0 0 1px #fff inset;
    -ms-transform: 0 0 0 1px #fff inset;
    -o-transform: 0 0 0 1px #fff inset;
    box-shadow: 0 0 0 1px #fff inset;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.page-product .product-info .swatch .swatch-element input:checked+label {
    box-shadow: none;
    cursor: default;
    border-color: #1b8bcc;
    color: #fff;
    background: #1b8bcc;
    -webkit-box-shadow: 0 0 0 2px #fff inset;
    -ms-transform: 0 0 0 2px #fff inset;
    -o-transform: 0 0 0 2px #fff inset;
    box-shadow: 0 0 0 2px #fff inset
}

@media (min-width: 1025px) {
    .page-product .product-info .swatch .swatch-element:hover label {
        border-color:#1b8bcc;
        color: #fff;
        background: #1b8bcc;
        -webkit-box-shadow: 0 0 0 2px #fff inset;
        -ms-transform: 0 0 0 2px #fff inset;
        -o-transform: 0 0 0 2px #fff inset;
        box-shadow: 0 0 0 2px #fff inset
    }
}

.page-product .product-info .swatch .swatch-element.soldout label {
    cursor: default;
    background: transparent !important;
    color: #a39d94 !important
}

@media (min-width: 1025px) {
    .page-product .product-info .swatch .swatch-element.soldout:hover label {
        cursor:default;
        background: transparent !important;
        color: #a39d94 !important
    }
}

.page-product .product-info .swatch.size .swatch-element label {
    -webkit-box-shadow: 0 0 0 0 #fff;
    -ms-transform: 0 0 0 0 #fff;
    -o-transform: 0 0 0 0 #fff;
    box-shadow: 0 0 0 0 #fff
}

.page-product .product-info .swatch.size .swatch-element input:checked+label {
    border-color: #1b8bcc;
    color: #fff;
    background: #1b8bcc;
    -webkit-box-shadow: 0 0 0 0 #fff;
    -ms-transform: 0 0 0 0 #fff;
    -o-transform: 0 0 0 0 #fff;
    box-shadow: 0 0 0 0 #fff
}

@media (min-width: 1025px) {
    .page-product .product-info .swatch.size .swatch-element:hover label {
        border-color:#1b8bcc;
        color: #fff;
        background: #1b8bcc;
        -webkit-box-shadow: 0 0 0 0 #fff;
        -ms-transform: 0 0 0 0 #fff;
        -o-transform: 0 0 0 0 #fff;
        box-shadow: 0 0 0 0 #fff
    }
}

.page-product .product-info .btn-wishlist-compare {
    overflow: hidden;
    padding: 0 0 15px
}

.page-product .product-info .btn-wishlist-compare .btn {
    display: inline-block;
    padding: 0;
    margin: 0 20px 0 0;
    line-height: 1.6;
    background: none;
    border: none;
    color: #2b2b2b;
    font-size: 14px;
    text-transform: none;
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px
}

.page-product .product-info .btn-wishlist-compare .btn:hover {
    color: #1b8bcc
}

.page-product .product-info .btn-wishlist-compare .btn:last-child {
    margin: 0
}

.page-product .product-info .action-button {
    padding: 0;
    margin: 0
}

.page-product .product-info .action-button .btn {
    min-width: 100px;
    padding: 9px 35px
}

.page-product .product-info .product-action .variants-wrapper {
    margin: 0
}

.page-product .product-info .product-action .variants-wrapper .selector-wrapper {
    margin-bottom: 15px;
    clear: both;
    text-align: left
}

.page-product .product-info .product-action .variants-wrapper .selector-wrapper:last-of-type {
    margin-bottom: 30px
}

.page-product .product-info .product-action .variants-wrapper .selector-wrapper select {
    min-width: 130px;
    height: 36px;
    padding: 0px 10px;
    line-height: 34px
}

.page-product .product-info .product-action .variants-wrapper label {
    color: #5e5e5e;
    margin: 0;
    display: inline-block;
    float: left;
    line-height: 36px;
    min-width: 100px
}

.page-product .product-info .product-action .quantity-product {
    margin: 4px 30px 0 0;
    float: left
}

.page-product .product-info .product-action .quantity-product .quantity {
    display: inline-block;
    position: relative;
    margin-bottom: 0px;
    padding: 0 50px
}

.page-product .product-info .product-action .quantity-product .quantity input {
    height: 42px;
    width: 70px;
    border: 2px solid #5e5e5e;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px
}

.page-product .product-info .product-action .quantity-product .quantity .qty-inner>span {
    top: 0;
    width: 42px;
    height: 42px;
    line-height: 38px;
    color: #8a8989;
    border: 2px solid #8a8989;
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%
}

.page-product .product-info .product-action .quantity-product .quantity .qty-inner>span.qty-up {
    right: 0;
    left: auto
}

@media (min-width: 1025px) {
    .page-product .product-info .product-action .quantity-product .quantity .qty-inner>span.qty-up:hover {
        border:2px solid #1b8bcc
    }
}

.page-product .product-info .product-action .quantity-product .quantity .qty-inner>span.qty-down {
    left: 0;
    right: auto
}

@media (min-width: 1025px) {
    .page-product .product-info .product-action .quantity-product .quantity .qty-inner>span.qty-down:hover {
        border:2px solid #1b8bcc
    }
}

.page-product .product-info .product-action .quantity-product .qty-stock {
    display: inline-block;
    margin-bottom: 15px
}

.page-product .product-info .product-action .total-price {
    color: #2b2b2b;
    display: inline-block;
    margin-right: 10px;
    margin-top: 16px
}

.page-product .product-info .product-action .total-price .price-sale {
    margin-right: 10px
}

.page-product.product-extended .product-info .product-action .action-button .add-to-cart {
    width: 100%
}

.page-product.product-extended .product-info .product-action .action-button .add-to-cart:hover {
    color: #fff
}

.page-product .home-carousel {
    margin: 50px auto 0
}

.page-product .home-carousel h4 {
    font-size: 23px;
    font-weight: 400;
    margin: 0 0 10px
}

.page-product .home-carousel .product-wrapper {
    width: 33.33333%
}

.page-product .home-carousel .owl-carousel .product-wrapper {
    width: 100%
}

.page-product .product-info .product-action .variants-wrapper .selector-wrapper.size {
    display: none
}

.page-product .product-info .product-action .variants-wrapper .selector-wrapper.color {
    display: none
}

.panel-group {
    margin: 0;
    padding: 0 0 30px
}

.panel-group .panel {
    border-radius: 0;
    border: 0;
    margin: 0;
    box-shadow: none;
    background: none;
    padding: 0px 0 15px
}

.panel-group .panel .panel-heading {
    background: none;
    text-transform: uppercase;
    padding: 0
}

.panel-group .panel .panel-heading .panel-title {
    color: #2b2b2b;
    font-size: 20px;
    font-weight: 400
}

.panel-group .panel .panel-heading .panel-title a {
    color: #908c82;
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    font-weight: 400;
    position: relative;
    padding-left: 45px;
    line-height: 24px;
    font-family: "Roboto",Arial,Helvetica,sans-serif;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.panel-group .panel .panel-heading .panel-title a:after {
    content: "-";
    float: left;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    height: 24px;
    width: 24px;
    line-height: 24px;
    text-align: center;
    background: #1b8bcc;
    color: #fff;
    font-size: 32px;
    font-family: "Roboto",Arial,Helvetica,sans-serif
}

.panel-group .panel .panel-heading .panel-title a.collapsed {
    color: #88837a
}

.panel-group .panel .panel-heading .panel-title a.collapsed:after {
    content: "+";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    background: #1b8bcc;
    color: #fff;
    font-size: 32px;
    font-family: "Roboto",Arial,Helvetica,sans-serif
}

.panel-group .panel .panel-heading .panel-title a:hover {
    color: #88837a
}

.panel-group .panel .panel-heading .panel-title a:hover:after {
    background: #1b8bcc;
    color: #1b8bcc
}

.panel-group .panel .panel-collapse>.panel-body,.panel-group .panel .panel-collapse>.list-group {
    border: none;
    padding: 0px 0 0px 45px;
    background: none
}

.panel-group .panel+.panel {
    margin-top: 0
}

.panel-group .panel .panel-body {
    font-size: 13px;
    line-height: 24px;
    padding: 20px 15px 60px
}

.panel-group .panel .panel-body>iframe {
    max-width: 100%
}

.panel-group .panel .panel-body ul li {
    padding: 3px 0
}

.panel-group .panel:last-child {
    padding-bottom: 0
}

.spr-icon {
    opacity: 1 !important;
    background: none !important;
    display: inline-block;
    width: 20px !important;
    height: 15px !important;
    color: #8a8989
}

.spr-icon:before {
    content: "\f005" !important;
    font-family: Fontawesome !important;
    font-size: 17px !important
}

.spr-icon.spr-icon-star {
    color: #f7ca18
}

.spr-icon.spr-icon-star-empty {
    color: #8a8989
}

.product-simple-tab #shopify-product-reviews {
    margin: 0;
    clear: none
}

.product-simple-tab #shopify-product-reviews .spr-form-title {
    font-size: 30px;
    margin: 0 0 20px 0;
    color: #2b2b2b;
    font-weight: 200
}

.product-simple-tab #shopify-product-reviews .spr-container {
    padding: 0;
    border: 0
}

.product-simple-tab #shopify-product-reviews .spr-container .spr-header-title {
    font-weight: 400;
    margin: 0
}

.product-simple-tab #shopify-product-reviews .spr-container .spr-summary .spr-starrating {
    margin-top: 15px;
    float: left
}

.product-simple-tab #shopify-product-reviews .spr-container .spr-summary .spr-starrating .spr-icon {
    width: 20px !important;
    float: left;
    margin: 0
}

.product-simple-tab #shopify-product-reviews .spr-container .spr-summary .spr-starrating .spr-icon:before {
    font-size: 17px !important;
    color: #f7ca18
}

.product-simple-tab #shopify-product-reviews .spr-container .spr-summary .spr-starrating .spr-icon.spr-icon-star-empty:before {
    color: #8a8989
}

.product-simple-tab #shopify-product-reviews .spr-container .spr-summary .spr-starrating .spr-icon.spr-icon-star-hover:before {
    color: #f7ca18
}

.product-simple-tab #shopify-product-reviews .spr-container .spr-summary .spr-summary-caption {
    display: inline-block;
    margin-top: 17px;
    color: #8a8989;
    font-weight: 300;
    font-size: 16px
}

.product-simple-tab #shopify-product-reviews .spr-container .spr-summary-actions {
    float: right
}

.product-simple-tab #shopify-product-reviews .spr-container .spr-summary-actions a {
    text-transform: uppercase;
    text-align: center;
    padding: 7px 20px;
    line-height: 20px;
    background: #1b8bcc;
    color: #fff;
    border: 1px solid #1b8bcc;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
    padding: 9px 35px;
    line-height: 30px
}

.product-simple-tab #shopify-product-reviews .spr-container .spr-summary-actions a:hover {
    text-decoration: none;
    background: #fff;
    color: #1b8bcc;
    border-color: #1b8bcc
}

.product-simple-tab #shopify-product-reviews .spr-container .spr-button,.product-simple-tab #shopify-product-reviews .spr-container .spr-button-primary {
    text-transform: uppercase;
    text-align: center;
    padding: 7px 20px;
    line-height: 20px;
    background: #1b8bcc;
    color: #fff;
    border: 1px solid #1b8bcc;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
    padding: 9px 35px;
    line-height: 30px
}

.product-simple-tab #shopify-product-reviews .spr-container .spr-button:hover,.product-simple-tab #shopify-product-reviews .spr-container .spr-button-primary:hover {
    text-decoration: none;
    background: #fff;
    color: #1b8bcc;
    border-color: #1b8bcc
}

.product-simple-tab #shopify-product-reviews .spr-container .spr-form-input-text,.product-simple-tab #shopify-product-reviews .spr-container .spr-form-input-email {
    max-width: 300px
}

.product-simple-tab #shopify-product-reviews .spr-container .spr-form-label {
    float: left;
    margin: 14px 0;
    min-width: 140px;
    font-size: 14px;
    line-height: 1.5
}

.product-simple-tab #shopify-product-reviews .spr-container .spr-review {
    padding: 0 0 30px;
    margin: 0;
    border: none !important
}

.product-simple-tab #shopify-product-reviews .spr-container .spr-review .spr-review-content,.product-simple-tab #shopify-product-reviews .spr-container .spr-review .spr-review-content-body {
    font-size: 14px;
    font-weight: 300;
    color: #8a8989;
    line-height: 1.8;
    margin: 0 0 10px
}

.product-simple-tab #shopify-product-reviews .spr-container .spr-review .spr-review-header .spr-review-header-title {
    font-size: 18px;
    font-weight: 400;
    color: #5e5e5e;
    text-transform: none;
    margin: 0 0 10px;
    line-height: 1.2
}

.product-simple-tab #shopify-product-reviews .spr-container .spr-review .spr-review-header .spr-review-header-byline {
    font-style: normal;
    font-weight: 300;
    color: #8a8989;
    font-size: 13px;
    opacity: 1
}

.product-simple-tab #shopify-product-reviews .spr-container .spr-review .spr-review-header .spr-review-header-byline strong {
    color: #5e5e5e;
    font-weight: 400
}

.product-simple-tab #shopify-product-reviews .spr-container .spr-review .spr-review-header .spr-starratings {
    font-size: 15px;
    float: right
}

.product-simple-tab #shopify-product-reviews .spr-container .spr-review .spr-review-header .spr-starratings i {
    margin-right: 0px;
    width: 20px !important
}

.product-simple-tab #shopify-product-reviews .spr-container .spr-review .spr-review-header .spr-starratings i:before {
    font-size: 17px !important
}

.product-simple-tab #shopify-product-reviews .spr-container .spr-review .spr-review-footer a {
    float: left;
    font-size: 14px;
    color: #5e5e5e
}

.product-simple-tab #shopify-product-reviews .spr-container .spr-review:last-child {
    margin-bottom: 0
}

.product-simple-tab #shopify-product-reviews .spr-container .spr-form-review-rating {
    margin: 3px 0 0
}

.product-simple-tab #shopify-product-reviews .spr-container .spr-form-review-rating .spr-form-label {
    display: inline-block;
    margin-top: 4px
}

.product-simple-tab #shopify-product-reviews .spr-container .spr-form-review-rating .spr-icon {
    width: 20px !important
}

.product-simple-tab #shopify-product-reviews .spr-container .spr-form-review-rating .spr-icon:before {
    font-size: 17px !important;
    color: #f7ca18
}

.product-simple-tab #shopify-product-reviews .spr-container .spr-form-review-rating .spr-icon.spr-icon-star-empty:before {
    color: #8a8989
}

.product-simple-tab #shopify-product-reviews .spr-container .spr-form-review-rating .spr-icon.spr-icon-star-hover:before {
    color: #f7ca18
}

.product-simple-tab #shopify-product-reviews .spr-container .spr-form-review-rating a {
    color: #5e5e5e;
    width: 22px
}

.product-simple-tab #shopify-product-reviews .spr-container .spr-form-review-rating a:hover:before {
    color: #f7ca18
}

.product-simple-tab #shopify-product-reviews .spr-container .spr-form-review-rating .spr-starrating {
    display: inline-block;
    line-height: 22px;
    font-size: 11px
}

.product-simple-tab #shopify-product-reviews .spr-container .spr-form-input-textarea {
    max-width: 670px;
    width: 100%;
    clear: both
}

.product-simple-tab #shopify-product-reviews .spr-container .spr-form-actions {
    max-width: 670px;
    width: 100%;
    margin-top: 15px
}

.product-simple-tab #shopify-product-reviews .spr-form-review-body .spr-form-input {
    clear: both
}

.product-simple-tab #shopify-product-reviews .spr-form-contact-name,.product-simple-tab #shopify-product-reviews .spr-form-contact-email,.product-simple-tab #shopify-product-reviews .spr-form-contact-location,.product-simple-tab #shopify-product-reviews .spr-form-review-rating,.product-simple-tab #shopify-product-reviews .spr-form-review-title,.product-simple-tab #shopify-product-reviews .spr-form-review-body {
    margin: 0 0 15px 0
}

#main-column {
    margin: 35px auto 0
}

.main-content {
    position: relative;
    clear: both
}

.main-content>section.cata-header {
    position: relative
}

.main-content>section.cata-header .catalog-title {
    position: absolute;
    top: 25%;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
    margin: 0;
    font-size: 48px;
    font-weight: 400
}

.main-content>section.cata-header>img {
    min-height: 104px
}

.category-grid-view {
    padding: 0;
    max-width: 1200px;
    margin: 0px auto
}

.breadcrumb {
    padding: 4px 0;
    margin: 0px;
    background: none;
    border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0
}

.breadcrumb>li {
    position: relative;
    display: inline-block;
    line-height: 25px;
    color: #8a8989
}

.breadcrumb>li+li:before {
    color: #8a8989;
    padding: 0 2px
}

.breadcrumb>li>a {
    display: inline-block;
    padding: 0px;
    line-height: 25px;
    position: relative;
    color: #8a8989
}

.breadcrumb>li>a:hover {
    color: #1b8bcc
}

.breadcrumb>li.active {
    color: #1b8bcc
}

.breadcrumb-holder {
    padding: 28px 0;
    margin: 0px auto;
    overflow: hidden;
    max-width: 1200px
}

.cart-title-page {
    height: 185px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(https://cdn.shopify.com/s/files/1/1836/0759/t/4/assets/cart_title.jpg?3929679233679600438);
    position: relative;
    margin: 0 auto 50px
}

.cart-title-page:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    background-color: rgba(27,139,204,0.9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E61B8BCC,endColorstr=#E61B8BCC);
    zoom:1}

.cart-title-page h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 400;
    text-align: center;
    width: 100%;
    padding: 0 15px;
    position: absolute;
    display: block;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.cart-order-note h3 {
    margin: 0 0 20px;
    font-weight: 400;
    color: #5e5e5e;
    font-size: 17px
}

.cart-order-note .cart-note textarea {
    width: 100%;
    max-width: 380px;
    min-height: 120px
}

.page-cart div.cart-action {
    text-align: right;
    margin: 30px 0 0
}

.cart-table {
    margin-bottom: 50px;
    width: 100%;
    overflow-x: auto
}

.cart-table table {
    width: 100%
}

.cart-table table td {
    position: relative
}

.cart-table table td.item-qty .quantity {
    padding: 0 20px
}

.cart-table table td.item-qty .quantity input {
    width: 60px;
    padding: 0 5px;
    line-height: 18px;
    height: 20px;
    text-align: center;
    font-size: 18px
}

.cart-table table td.item-qty .quantity .qty-inner>span {
    width: 20px;
    height: 20px;
    background: url(https://cdn.shopify.com/s/files/1/1836/0759/t/4/assets/icon_arrow.png?3929679233679600438);
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    top: 0
}

@media (min-width: 1025px) {
    .cart-table table td.item-qty .quantity .qty-inner>span {
        opacity:0.5
    }

    .cart-table table td.item-qty .quantity .qty-inner>span:hover {
        opacity: 1
    }
}

.cart-table table td.item-qty .quantity .qty-inner>span.qty-down {
    left: 0;
    right: auto;
    -moz-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.cart-table table td.item-qty .quantity .qty-inner>span.qty-down[data-cart-quantity="0"] {
    cursor: default;
    pointer-events: none
}

.cart-table table td.item-qty .quantity .qty-inner>span.qty-up {
    right: 0;
    left: auto
}

.cart-table table td.cart-action {
    border-bottom: none
}

.cart-table table td.item-image a {
    display: block;
    border: 1px solid #b8b8b8
}

.cart-empty-wrapper {
    font-size: 20px;
    font-weight: 300
}

.cart-right h4 {
    display: block;
    text-align: center;
    font-size: 22px;
    font-weight: 300;
    padding: 10px;
    line-height: 30px;
    margin: 0 0px
}

.cart-right .total-price {
    font-size: 17px;
    padding: 10px;
    color: #2b2b2b;
    text-transform: uppercase
}

.cart-right .total-price>span {
    float: right;
    font-size: 21px
}

.cart-right .note-shipping {
    text-align: right
}

.cart-right .note-shipping>span {
    text-transform: uppercase;
    display: inline-block;
    min-width: 120px;
    text-align: left;
    float: left
}

.cart-right .note-tax {
    padding: 10px;
    text-align: right
}

.cart-right .note-tax .nt-title {
    display: inline-block;
    min-width: 120px;
    text-align: left;
    float: left;
    font-weight: 500;
    color: #5e5e5e
}

.cart-right>p {
    text-align: right;
    margin: 0
}

.cart-right .cart-action button {
    float: right;
    margin: 0 0 0 15px
}

.cart-related {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #b8b8b8
}

.control-wrapper h4 {
    text-transform: none;
    margin: 0 0 15px
}

table {
    width: 100%;
    border-collapse: inherit
}

table td {
    position: relative;
    padding: 15px 20px;
    border-bottom: 1px solid #b8b8b8;
    text-align: center
}

table td.item-name {
    text-align: left;
    display: table;
    width: 100%
}

table td.item-name .item-image {
    width: 100px;
    display: table-cell;
    vertical-align: middle;
    padding: 0 30px 0 0
}

table td.item-name .item-image a {
    display: block;
    overflow: hidden;
    text-align: center
}

table td .item-title {
    text-align: left;
    display: table-cell;
    vertical-align: middle
}

table td .item-title>a {
    font-size: 18px;
    line-height: 1.3;
    color: #2b2b2b
}

table td .item-title>a:hover {
    color: #1b8bcc
}

table td .item-title .item-variant {
    margin: 0;
    color: #000;
    font-weight: 300;
    font-size: 15px
}

table td.action button,table td.product-action button {
    border: 0;
    background: none
}

table td.action button span,table td.product-action button span {
    width: 20px;
    height: 20px;
    display: block;
    background: url(https://cdn.shopify.com/s/files/1/1836/0759/t/4/assets/icon_remove.png?3929679233679600438) no-repeat center center
}

table td.action button:hover span:before,table td.product-action button:hover span:before {
    color: #ff0000
}

table td.item-price,table td.item-total {
    font-size: 17px;
    font-weight: 500;
    color: #2b2b2b
}

table td.cart-action {
    text-align: right
}

table thead th {
    padding: 15px 20px;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #b8b8b8;
    font-size: 17px;
    color: #000;
    font-weight: 500;
    letter-spacing: 2px
}

table thead th.price {
    font-size: 17px;
    color: #000;
    margin: 0
}

h1.page-heading {
    margin: 10px 0 30px;
    text-align: center;
    font-size: 36px;
    font-weight: 400;
    padding: 0
}

h3.subheading {
    text-transform: none;
    font-size: 30px;
    color: #2b2b2b;
    font-weight: 200;
    border-bottom: 1px solid #b8b8b8;
    margin: 0 0 12px;
    padding: 0 0 14px
}

.s-title {
    font-size: 24px;
    color: #5e5e5e;
    margin-bottom: 10px
}

.alert-success button.close {
    color: #8c8574;
    opacity: 1
}

.alert-success button.close:hover {
    color: #1b8bcc
}

#customer_orders .table-wrapper {
    width: 100%;
    overflow: auto
}

#customer_orders .table-wrapper table tr td .total {
    font-size: 18px;
    color: #1b8bcc
}

.customer-info {
    margin-top: 25px
}

.page-address h2 {
    text-transform: capitalize;
    margin: 10px 0 20px
}

.page-address .new-address #new-address {
    display: block;
    margin-bottom: 20px
}

.page-address .new-address>a {
    color: #5e5e5e;
    margin-bottom: 20px;
    display: inline-block
}

.page-address #add_address {
    padding: 30px 0
}

.page-address #add_address .control-wrapper h4 {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 18px
}

.page-address #add_address .control-wrapper>button {
    margin-right: 10px
}

.page-address .address-table {
    padding-top: 20px;
    padding-bottom: 30px;
    border-top: 1px solid #b8b8b8
}

.page-address .address-table .action-edit-address>button {
    margin-right: 10px
}

.page-address .address_actions {
    margin-top: 5px
}

.page-address .address_actions button {
    text-transform: uppercase;
    text-align: center;
    padding: 7px 20px;
    line-height: 20px;
    background: #fff;
    color: #1b8bcc;
    border: 1px solid #1b8bcc;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    margin: 0 10px 0 0
}

.page-address .address_actions button:hover {
    background: #1b8bcc;
    text-decoration: none;
    color: #fff;
    border-color: #1b8bcc
}

.page-address .address_actions button:last-child {
    text-transform: uppercase;
    text-align: center;
    padding: 7px 20px;
    line-height: 20px;
    background: #1b8bcc;
    color: #fff;
    border: 1px solid #1b8bcc;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
    font-size: 14px
}

.page-address .address_actions button:last-child:hover {
    text-decoration: none;
    background: #fff;
    color: #1b8bcc;
    border-color: #1b8bcc
}

.customer_address_table h4.title {
    margin-bottom: 30px;
    text-transform: capitalize;
    color: #5e5e5e;
    font-weight: 400
}

.customer_address_table .control-wrapper label {
    float: left;
    margin: 9px 0;
    min-width: 150px
}

.customer_address_table .control-wrapper input,.customer_address_table .control-wrapper select {
    clear: none
}

.customer_address_table .control-wrapper.set_default {
    margin-bottom: 20px
}

.customer_address_table .control-wrapper.set_default input {
    display: inline-block;
    clear: none;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle
}

.page-order h2 {
    font-size: 30px;
    font-weight: 100;
    margin: 0 0 10px
}

.page-order .note.order_date {
    margin-top: 20px;
    margin-bottom: 20px
}

.page-order #order-details {
    margin-bottom: 40px;
    width: 100%;
    overflow-x: auto
}

.page-order #order-details table {
    border-bottom: 1px solid #b8b8b8
}

.page-order #order-details table td.product-item {
    text-align: left
}

.page-order #order-details table td.quantity {
    display: table-cell
}

.page-order #order-details table td.money {
    font-size: 18px;
    color: #8a8989
}

.page-order #order-details table td.money.total {
    color: #1b8bcc
}

.page-order #order-details table tr.order_summary td {
    text-align: right
}

.page-order #order-details table tr.order_summary td.price {
    padding: 25px;
    font-size: 18px;
    color: #8a8989
}

.page-order #order-details table tr.order_summary td.total {
    color: #1b8bcc;
    font-size: 18px
}

.page-order #order-details table tr.order_summary td:last-child {
    text-align: center
}

.page-order #order-details table tfoot tr:last-child td {
    border-bottom: none
}

.page-order #order-address {
    margin: 0
}

.page-order #order-address .title {
    margin-bottom: 20px
}

.table-cart .wrap-table {
    width: 100%;
    overflow-x: auto
}

.table-cart .wrap-table .top-labels th:nth-of-type(2) {
    text-align: left;
    padding-left: 20px
}

.table-cart .wrap-table .wishlist-item td.product-title a {
    color: #2b2b2b;
    font-size: 15px
}

.table-cart .wrap-table .wishlist-item td.product-title a:hover {
    color: #1b8bcc
}

.table-cart .wrap-table .wishlist-item td.product-image a.image {
    min-width: 100px
}

.table-cart .wrap-table .wishlist-item td.product-action button {
    border: 0;
    background: none;
    padding: 0
}

.table-cart .wrap-table .wishlist-item td.product-action button i {
    color: #f4454a
}

.table-cart .wrap-table .wishlist-item td.product-action button:hover i {
    color: #5e5e5e
}

.table-cart .wrap-table .wishlist-item td.product-price {
    border-top: none;
    padding: 25px 12px;
    font-size: 26px;
    color: #1b8bcc;
    font-weight: 400
}

.table-cart .wrap-table .wishlist-item td.add-cart .btn {
    width: 135px
}

.s4com-helpcenter {
    padding: 0
}

.s4com-helpcenter h1 {
    text-align: center;
    font-weight: 400px;
    margin: 0px auto 30px
}

.s4com-helpcenter .s4com-panel {
    padding: 0px;
    border: none
}

.s4com-helpcenter .s4com-panel input {
    border: 1px solid #b8b8b8;
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
    height: 50px;
    padding: 15px 30px
}

.s4com-helpcenter .s4com-top-heading {
    padding: 0;
    margin: 0 0 50px;
    font-size: 30px;
    border: none;
    text-align: center;
    font-weight: 400;
    display: none
}

.s4com-helpcenter .s4com-sub-heading {
    padding: 0 !important;
    margin: 0px 0 30px;
    text-align: center;
    font-weight: 400;
    border: none;
    display: none
}

.s4com-helpcenter .s4com-articles {
    border: none;
    padding: 0;
    margin: 0 0 30px
}

.s4com-helpcenter .s4com-articles>a {
    color: #2b2b2b;
    display: block;
    font-weight: 500;
    position: relative;
    padding: 0;
    font-size: 18px;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.s4com-helpcenter .s4com-articles>a>h4 {
    display: block;
    padding: 20px 70px 20px 35px;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    background: #f1f1f1;
    color: #5e5e5e
}

.s4com-helpcenter .s4com-articles>a:before {
    position: absolute;
    display: block;
    top: 0px;
    right: 0px;
    -moz-transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    left: auto;
    text-align: center;
    width: 70px;
    height: 70px;
    line-height: 70px;
    padding: 0;
    margin: 0;
    content: "\f106";
    font-family: FontAwesome;
    font-size: 35px;
    color: #5e5e5e
}

@media (min-width: 1025px) {
    .s4com-helpcenter .s4com-articles>a:hover {
        color:#5e5e5e
    }

    .s4com-helpcenter .s4com-articles>a:hover h4 {
        color: #5e5e5e
    }

    .s4com-helpcenter .s4com-articles>a:hover:before {
        content: "\f106"
    }
}

.s4com-helpcenter .s4com-articles>a.s4com-active {
    color: #5e5e5e
}

.s4com-helpcenter .s4com-articles>a.s4com-active h4 {
    color: #5e5e5e
}

.s4com-helpcenter .s4com-articles>a.s4com-active:before {
    content: "\f107";
    color: #1b8bcc
}

.s4com-helpcenter .s4com-articles>a .s4com-icon-wrap {
    display: none
}

.s4com-helpcenter .s4com-articles>a .s4com-icon-wrap .s4com-icon-arrow-down {
    content: "\f107";
    font-family: FontAwesome;
    margin: 0
}

.s4com-helpcenter .s4com-articles>a .s4com-icon-wrap .s4com-icon-arrow-right {
    content: "\f106";
    font-family: FontAwesome;
    margin: 0
}

.s4com-helpcenter .s4com-articles .s4com-article-body {
    margin: 0px;
    padding: 35px;
    border: none;
    line-height: 1.6;
    background: #fafafa
}

.s4com-helpcenter .s4com-articles:last-child {
    margin-bottom: 0
}

.s4com-helpcenter .s4com-space-bottom {
    padding: 0;
    margin: 0 0 34px;
    border: none
}

.template404 #body-content {
    margin: 0px auto
}

.template404 #body-content>img {
    width: 100%
}

.page-404 .box-404 {
    padding: 10% 0 12%
}

.page-404 .box-404 h1 {
    font-size: 250px;
    line-height: 0.8;
    font-family: "Roboto",Arial,Helvetica,sans-serif;
    margin: 0 0 5%;
    font-weight: 800;
    color: #1b8bcc
}

.page-404 .box-404 p {
    font-size: 36px;
    font-weight: 600;
    margin: 0 auto 3%
}

.page-404 .box-404 .btn {
    font-weight: 400;
    text-transform: uppercase;
    padding: 15px 65px;
    line-height: 28px;
    font-size: 20px
}

.templateSearch .page-search .search-form {
    display: none
}

.page-account h2 {
    margin: 10px 0 30px;
    text-transform: capitalize;
    font-weight: 200;
    font-size: 30px
}

.page-account h4.title>a {
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 0;
    color: #5e5e5e
}

.account-detail .fa {
    color: #1b8bcc;
    font-size: 18px;
    margin: 0 7px 0 0
}

.post-comment-form .comments-list {
    padding: 0 0 20px
}

.post-comment-form .comments-list h3 {
    padding: 0 0 20px;
    margin: 0px;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: #2b2b2b;
    -webkit-font-smoothing: antialiased
}

.post-comment-form .comment {
    padding: 0;
    margin: 0 0 30px;
    padding: 35px;
    background: #f8f8f8;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px
}

.post-comment-form .comment .comment-head {
    float: left;
    max-width: 90px;
    width: 90px;
    margin: 0 30px 5px 0;
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%
}

.post-comment-form .comment .comment-head img {
    width: 100%;
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%
}

.post-comment-form .comment .comment-content .author {
    font-weight: 500;
    color: #2b2b2b;
    font-size: 18px
}

.post-comment-form .comment .comment-content .date {
    margin: 0 0 0 10px;
    color: #8a8989
}

.post-comment-form .comment .comment-content p {
    margin: 10px 0 0px;
    color: #8a8989;
    line-height: 1.6
}

.post-comment-form .comment ul {
    padding: 0 0 0 50px
}

.comment-form h3,.related-post h3 {
    padding: 0 0 20px;
    margin: 0px;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: #2b2b2b;
    -webkit-font-smoothing: antialiased
}

.comment-form p,.related-post p {
    margin: 0 0 15px
}

.comment-form .control-wrapper input,.related-post .control-wrapper input {
    width: 100%;
    background: #f8f8f8;
    border-color: #f8f8f8;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    color: #8a8989;
    font-size: 17px;
    height: 60px;
    padding: 20px 40px;
    margin-bottom: 23px
}

.comment-form .control-wrapper input:focus,.related-post .control-wrapper input:focus {
    -webkit-box-shadow: 0 0 2px #1b8bcc;
    -ms-transform: 0 0 2px #1b8bcc;
    -o-transform: 0 0 2px #1b8bcc;
    box-shadow: 0 0 2px #1b8bcc
}

.comment-form .control-wrapper textarea,.related-post .control-wrapper textarea {
    margin: 0px;
    width: 100%;
    max-width: 100%;
    font-size: 17px;
    color: #8a8989;
    padding: 20px 40px;
    background: #f8f8f8;
    border-color: #f8f8f8;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    min-height: 180px
}

.comment-form .control-wrapper.last,.related-post .control-wrapper.last {
    padding-top: 40px;
    text-align: right
}

.comment-form .list-unstyled>li,.related-post .list-unstyled>li {
    margin: 0 0 10px
}

.comment-form .list-unstyled>li>a:before,.related-post .list-unstyled>li>a:before {
    content: "\f0a4";
    margin: 0 10px 0 0;
    font-family: "FontAwesome"
}

.comment-form .list-unstyled>li>a:hover,.related-post .list-unstyled>li>a:hover {
    color: #888
}

.comment-form .comments h4,.related-post .comments h4 {
    text-transform: none
}

@media (min-width: 768px) {
    .page-blog .blog-grid .post-item.col-md-6:nth-child(2n+1) {
        clear:both
    }
}

@media (min-width: 991px) {
    .page-blog .blog-grid .post-item.col-md-4:nth-child(3n+1) {
        clear:both
    }
}

@media (max-width: 991px) {
    .page-blog .blog-grid .post-item.col-sm-6:nth-child(2n+1) {
        clear:both
    }
}

.blog-filter {
    margin-bottom: 20px
}

.post iframe {
    max-width: 100%
}

.post div.post-image {
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    display: block
}

.post div.post-image>a {
    position: relative;
    display: block
}

@media (min-width: 1025px) {
    .post div.post-image>a:before {
        content:'';
        position: absolute;
        display: block;
        left: 50%;
        top: 0;
        right: 50%;
        opacity: 0;
        -moz-transition: all 0.35s ease 0s;
        -webkit-transition: all 0.35s ease 0s;
        -ms-transition: all 0.35s ease 0s;
        -o-transition: all 0.35s ease 0s;
        transition: all 0.35s ease 0s;
        width: 0%;
        height: 100%;
        background: rgba(27,139,204,0.5)
    }
}

.post div.post-image>a:hover:before {
    opacity: 1;
    width: 100%;
    height: 100%;
    right: 0;
    left: 0
}

.post div.post-image img {
    width: 100%
}

.post.post-single .post-image {
    margin: 0px auto 50px
}

.post.post-single .post-content {
    margin: 0px auto;
    max-width: 860px
}

.post.post-single .post-content .post-title {
    font-weight: 500;
    font-size: 25px;
    margin: 0 0 24px;
    line-height: 1.4;
    -webkit-text-stroke-width: .3px;
    -webkit-text-stroke-color: #2b2b2b;
    -webkit-font-smoothing: antialiased
}

.post.post-single .post-content .post-meta {
    padding: 0 0 35px
}

.post.post-single .post-content .post-meta>div {
    display: inline-block;
    color: #8a8989;
    font-size: 16px
}

.post.post-single .post-content .post-meta .author-date .author {
    color: #1b8bcc
}

.post.post-single .post-content .post-meta .comment a {
    color: #1b8bcc
}

.post.post-single .post-content .post-meta .comment a:hover {
    color: #2b2b2b
}

.post.post-single .post-content .post-des {
    font-size: 16px;
    line-height: 1.8;
    color: #8a8989;
    padding: 0 0 60px
}

.post.post-single .post-content .post-des p {
    margin: 0 0 50px;
    color: #8a8989
}

.post.post-single .post-content .post-des p:last-child {
    margin-bottom: 0
}

.post.post-single .post-content .post-des blockquote {
    border: none;
    padding: 0 0 0 50px;
    margin: 0px auto 50px;
    max-width: 680px;
    font-weight: 400;
    line-height: 1.4;
    font-size: 26px;
    color: #2b2b2b;
    position: relative
}

.post.post-single .post-content .post-des blockquote:before {
    content: '';
    width: 7px;
    background: #1b8bcc;
    position: absolute;
    display: block;
    left: 0;
    top: 5px;
    bottom: 5px
}

.post.post-single .post-content .post-des ul,.post.post-single .post-content .post-des ol {
    color: #8a8989;
    margin: 0px auto 40px;
    max-width: 680px
}

.post.post-single .post-content .post-des ul li,.post.post-single .post-content .post-des ol li {
    margin: 0 0 10px
}

.post.post-single .post-content .post-des .style-list {
    list-style: none
}

.post.post-single .post-content .post-des .style-list li {
    padding-left: 40px;
    position: relative
}

.post.post-single .post-content .post-des .style-list li:before {
    content: '';
    width: 16px;
    height: 16px;
    border: 2px solid #1b8bcc;
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    position: absolute;
    display: block;
    left: 0;
    top: 6px
}

.post.post-single .share-links {
    text-align: center;
    padding: 0 0 15px
}

.post.post-single .share-links .share-label {
    display: block;
    font-size: 16px;
    color: #8a8989;
    font-weight: 500;
    padding: 0 0 20px
}

.post.post-single .tags {
    clear: both;
    font-size: 16px;
    text-align: center;
    color: #8a8989;
    font-weight: 500
}

.post.post-single .tags a {
    display: inline-block;
    margin: 5px 0;
    font-style: italic;
    font-weight: 400;
    color: #8a8989
}

.post.post-single .tags a:hover {
    color: #1b8bcc
}

.post.post-single .post-comment-form {
    margin: 0px auto;
    max-width: 860px;
    padding: 60px 0 0
}

.share-links.social-sharing .list-inline {
    margin: 0px -5px
}

.share-links.social-sharing .list-inline li {
    display: inline-block;
    width: 32%;
    max-width: 170px;
    padding: 0 5px
}

.share-links.social-sharing .list-inline li>a {
    display: inline-block;
    width: 100%;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    padding: 5px 10px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    height: auto;
    margin: 5px 0px;
    font-size: 16px;
    font-weight: 300
}

.share-links.social-sharing .list-inline li>a .fa {
    font-size: 20px;
    line-height: 35px;
    margin: 0 10px 0 0
}

.share-links.social-sharing .list-inline li>a.facebook {
    background: #3b5998
}

.share-links.social-sharing .list-inline li>a.twitter {
    background: #1da1f2
}

.share-links.social-sharing .list-inline li>a.google {
    background: #e04a39
}

.share-links.social-sharing .list-inline li>a.vk {
    background: #507299
}

.share-links.social-sharing .list-inline li>a:hover {
    opacity: 0.75
}

.limited-wrapper {
    position: relative;
    margin-bottom: -170px;
    padding-bottom: 170px
}

.limited-wrapper:before {
    content: '';
    background-color: transparent;
    background-color: rgba(255,255,255,0.98);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FAFFFFFF,endColorstr=#FAFFFFFF);
    zoom:1;position: absolute;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.limited-wrapper .bc-limited {
    position: relative
}

.limited-wrapper .look-category {
    padding: 10px 0 0
}

.limited-wrapper .limited-text {
    text-align: center
}

.limited-wrapper .limited-text .content {
    padding: 70px 0 0
}

.limited-wrapper .limited-text .content h1 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 28px;
    -webkit-text-stroke-width: .3px;
    -webkit-text-stroke-color: #2b2b2b;
    -webkit-font-smoothing: antialiased
}

@media (max-width: 479px) {
    .limited-wrapper .limited-text .content h1 {
        font-size:26px
    }
}

.limited-wrapper .limited-text .wrapper-countdown {
    border: none;
    margin: 37px auto 0
}

.limited-wrapper .limited-text .wrapper-countdown .is-countdown .countdown-section {
    display: inline-block;
    float: none;
    width: auto;
    padding: 12px 20px;
    border: 1px solid #2b2b2b;
    margin: 0 15px;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px
}

@media (max-width: 769px) {
    .limited-wrapper .limited-text .wrapper-countdown .is-countdown .countdown-section {
        padding:12px;
        margin: 0 5px
    }
}

@media (max-width: 479px) {
    .limited-wrapper .limited-text .wrapper-countdown .is-countdown .countdown-section {
        padding:8px;
        margin: 0 3px
    }
}

.limited-wrapper .limited-text .wrapper-countdown .is-countdown .countdown-section .countdown-amount {
    font-size: 40px;
    color: #2b2b2b;
    font-weight: 400;
    -webkit-text-stroke-width: .3px;
    -webkit-text-stroke-color: #2b2b2b;
    -webkit-font-smoothing: antialiased
}

@media (max-width: 479px) {
    .limited-wrapper .limited-text .wrapper-countdown .is-countdown .countdown-section .countdown-amount {
        font-size:20px
    }
}

.limited-wrapper .limited-text .wrapper-countdown .is-countdown .countdown-section .countdown-period {
    text-transform: uppercase;
    color: #2b2b2b;
    font-size: 12px;
    font-weight: 300;
    padding: 0 0 5px;
    -webkit-text-stroke-width: .1px;
    -webkit-text-stroke-color: #2b2b2b;
    -webkit-font-smoothing: antialiased
}

@media (max-width: 479px) {
    .limited-wrapper .limited-text .wrapper-countdown .is-countdown .countdown-section .countdown-period {
        font-size:10px;
        padding: 0
    }
}

.page-about-us .page-content>div {
    margin: 60px auto 0
}

.page-about-us .page-content>div:first-child {
    margin-top: 0px
}

.page-about-us .statistic-item img {
    margin: 0px auto 10px
}

.page-about-us .statistic-item .title {
    color: #1b8bcc
}

.page-about-us .statistic-item .caption {
    color: #1b8bcc
}

.au-text h1 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 48px;
    margin: 0 auto 95px;
    -webkit-text-stroke-width: .3px;
    -webkit-text-stroke-color: #2b2b2b;
    -webkit-font-smoothing: antialiased
}

.au-text .text {
    text-align: justify;
    color: #5e5e5e;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.6;
    margin: 0px auto 30px
}

.au-member {
    background: #f8f8f8;
    padding: 70px 0
}

.au-member h3 {
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    font-size: 22px;
    margin: 0px auto 40px;
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: #2b2b2b;
    -webkit-font-smoothing: antialiased
}

.au-member .member-list {
    display: table;
    width: 100%;
    text-align: center
}

.au-member .member-list .member-item {
    display: table-cell;
    vertical-align: top;
    width: 25%;
    padding: 30px 2% 0
}

@media (max-width: 991px) {
    .au-member .member-list .member-item {
        padding-left:1.5%;
        padding-right: 1.5%
    }
}

@media (max-width: 767px) {
    .au-member .member-list .member-item {
        width:50%;
        display: block;
        float: left
    }

    .au-member .member-list .member-item:nth-child(2n+1) {
        clear: both
    }
}

@media (max-width: 479px) {
    .au-member .member-list .member-item {
        width:100%
    }
}

.au-member .member-list .member-item h4 {
    font-size: 20px;
    font-weight: 400;
    margin: 0px auto 10px
}

.au-member .member-list .member-item span {
    display: block;
    font-size: 15px;
    font-weight: 300
}

.au-member .member-img {
    max-width: 130px;
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    margin: 0px auto 30px
}

.au-member .member-img img {
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    width: 100%
}

.au-customer {
    text-align: center
}

.au-customer h3 {
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    font-size: 23px;
    margin: 0px auto 55px;
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: #2b2b2b;
    -webkit-font-smoothing: antialiased
}

.look-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center
}

.banner-content {
    width: 100%;
    padding: 60px 15px;
    margin: 0px auto
}

.banner-content .author-img {
    display: inline-block;
    background: #fff;
    padding: 5px;
    height: 170px;
    width: 170px;
    margin: 0px auto 20px;
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%
}

.banner-content .author-img img {
    display: inline;
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    z-index: 1;
    opacity: 0.01;
    position: relative;
}

.banner-content .name {
    text-transform: uppercase;
    font-size: 22px;
    color: #2b2b2b;
    padding: 0 0 13px;
    -webkit-text-stroke-width: .3px;
    -webkit-text-stroke-color: #2b2b2b;
    -webkit-font-smoothing: antialiased
}

.banner-content .number {
    font-weight: 300;
    font-size: 16px;
    padding: 0 0 12px;
    -webkit-text-stroke-width: .1px;
    -webkit-text-stroke-color: #5e5e5e;
    -webkit-font-smoothing: antialiased
}

.banner-content .caption {
    font-weight: 300;
    font-size: 13px;
    line-height: 1.6;
    -webkit-text-stroke-width: .1px;
    -webkit-text-stroke-color: #5e5e5e;
    -webkit-font-smoothing: antialiased;
    text-align: justify;
}

.look-category {
    padding: 50px 0 80px
}

.look-category h4 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
    -webkit-text-stroke-width: .3px;
    -webkit-text-stroke-color: #2b2b2b;
    -webkit-font-smoothing: antialiased
}

.look-category .product-wrapper {
    margin: 60px 0 0
}

.look-category .product-wrapper .product-content {
    min-height: 10px
}

.look-category .product-wrapper:hover .product-content:before {
    content: none
}

.look-category .product-wrapper:hover .product-content .product-review,.look-category .product-wrapper:hover .product-content .product-price {
    opacity: 1
}

.look-category .product-wrapper:hover .product-content .product-name {
    padding: 0;
    text-align: left
}

@media (min-width: 1200px) {
    .shortcode-item:nth-child(6n+1),.shortcode-author:nth-child(6n+1) {
        clear:both
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .shortcode-item:nth-child(4n+1),.shortcode-author:nth-child(4n+1) {
        clear:both
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .shortcode-item:nth-child(3n+1),.shortcode-author:nth-child(3n+1) {
        clear:both
    }
}

@media (max-width: 767px) {
    .shortcode-item,.shortcode-author {
        width:50%;
        float: left
    }

    .shortcode-item:nth-child(2n+1),.shortcode-author:nth-child(2n+1) {
        clear: both
    }

    .shortcode-item .product-wrapper,.shortcode-author .product-wrapper {
        margin-top: 30px
    }
}

.look-authors {
    padding: 60px 0;
    text-align: center
}

.look-authors h3 {
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 auto 35px;
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: #2b2b2b;
    -webkit-font-smoothing: antialiased
}

.look-authors .author-item {
    padding: 30px 0 0
}

.look-authors .author-item .anthor-img {
    max-width: 120px;
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    display: inline-block;
    margin: 0px auto 13px
}

.look-authors .author-item .anthor-img img {
    width: 100%;
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%
}

.look-authors .author-item .name {
    font-size: 18px;
    color: #2b2b2b;
    padding: 0 0 5px;
    -webkit-text-stroke-width: .3px;
    -webkit-text-stroke-color: #2b2b2b;
    -webkit-font-smoothing: antialiased
}

.look-authors .author-item .number {
    font-size: 15px;
    font-weight: 300;
    padding: 0 0 15px;
    -webkit-text-stroke-width: .1px;
    -webkit-text-stroke-color: #5e5e5e;
    -webkit-font-smoothing: antialiased
}

.look-authors .author-item .view-profile {
    font-size: 13px;
    color: #1b8bcc;
    text-decoration: underline;
    -webkit-text-stroke-width: .1px;
    -webkit-text-stroke-color: #1b8bcc;
    -webkit-font-smoothing: antialiased
}

.look-authors .author-item .view-profile:hover {
    text-decoration: none
}

.page-brands h2 {
    font-size: 36px;
    font-weight: 200;
    margin: 0 0 20px
}

.page-brands .content {
    padding: 0 0 20px
}

.page-brands .vendor-list {
    list-style: none
}

.page-brands .vendor-list li {
    display: inline-block;
    width: 30%;
    padding: 3px 4% 3px 0
}

.page-brands .vendor-list li:nth-child(3n) {
    padding-right: 0
}

.page-brands .vendor-list li:nth-child(3n+1) {
    clear: both
}

div.contact-form {
    padding: 70px 15px 80px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -webkit-box-shadow: 0 0px 24px rgba(0,0,0,0.1);
    -ms-transform: 0 0px 24px rgba(0,0,0,0.1);
    -o-transform: 0 0px 24px rgba(0,0,0,0.1);
    box-shadow: 0 0px 24px rgba(0,0,0,0.1)
}

div.contact-form h2 {
    text-align: center;
    font-weight: 400;
    font-size: 23px;
    margin: 0 0 80px;
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: #2b2b2b;
    -webkit-font-smoothing: antialiased
}

div.contact-form .contact-form {
    display: block;
    margin: 0px auto;
    text-align: center;
    max-width: 840px
}

div.contact-form .contact-form .form-group {
    margin: 0 auto 30px
}

div.contact-form .contact-form .form-group input,div.contact-form .contact-form .form-group textarea {
    text-align: left;
    background: none;
    border: none;
    border-bottom: 1px solid #b8b8b8;
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    padding: 5px 0;
    font-size: 18px;
    color: #8a8989
}

div.contact-form .contact-form .form-group input:focus,div.contact-form .contact-form .form-group input:hover,div.contact-form .contact-form .form-group input.focus,div.contact-form .contact-form .form-group textarea:focus,div.contact-form .contact-form .form-group textarea:hover,div.contact-form .contact-form .form-group textarea.focus {
    -webkit-box-shadow: 0 0 0 #1b8bcc;
    -ms-transform: 0 0 0 #1b8bcc;
    -o-transform: 0 0 0 #1b8bcc;
    box-shadow: 0 0 0 #1b8bcc;
    border-bottom-color: #1b8bcc
}

div.contact-form .form-actions {
    padding: 40px 0 0
}

div.contact-form .form-actions .btn {
    min-width: 220px;
    font-size: 19px;
    padding: 14px
}

.product-table {
    margin: 25px auto 0
}

.product-simple-tab,.product-extended-tab {
    margin: 55px auto 0;
    border: 1px solid #e1e1e1;
    overflow: hidden
}

.product-simple-tab .nav,.product-extended-tab .nav {
    border: none;
    margin: 0px;
    float: left;
    width: 200px;
    background: #f8f8f8;
    border-right: 1px solid #e1e1e1;
    margin-bottom: -1px
}

.product-simple-tab .nav li,.product-extended-tab .nav li {
    float: none;
    display: block;
    margin: 0
}

.product-simple-tab .nav li a,.product-extended-tab .nav li a {
    line-height: 30px;
    margin: 0;
    padding: 15px 25px;
    border-radius: 0px 0px 0 0;
    -moz-border-radius: 0px 0px 0 0;
    -webkit-border-radius: 0px 0px 0 0;
    border: none;
    border-bottom: 1px solid #e1e1e1;
    display: block;
    position: relative;
    color: #5e5e5e;
    font-size: 14px
}

.product-simple-tab .nav li a:after,.product-simple-tab .nav li a:before,.product-extended-tab .nav li a:after,.product-extended-tab .nav li a:before {
    content: none !important
}

.product-simple-tab .nav li a:hover,.product-simple-tab .nav li a:focus,.product-extended-tab .nav li a:hover,.product-extended-tab .nav li a:focus {
    border: none;
    border-bottom: 1px solid #e1e1e1;
    background: #fff;
    color: #1b8bcc
}

.product-simple-tab .nav li.active a,.product-extended-tab .nav li.active a {
    color: #1b8bcc;
    background: #fff
}

.subscription {
    text-align: center;
    padding: 58px 0 0
}

.btn {
    text-transform: uppercase;
    padding: 9px 45px;
    line-height: 30px;
    font-size: 14px;
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s
}

.btn-default {
    background: #1b8bcc;
    color: #fff;
    border: 1px solid #1b8bcc;
    -webkit-text-stroke-color: #fff;
    -webkit-box-shadow: 0 8px 18px 0px rgba(27,139,204,0.36);
    -ms-transform: 0 8px 18px 0px rgba(27,139,204,0.36);
    -o-transform: 0 8px 18px 0px rgba(27,139,204,0.36);
    box-shadow: 0 8px 18px 0px rgba(27,139,204,0.36)
}

.btn-default:hover,.btn-default:focus {
    background: #fff;
    color: #1b8bcc;
    border-color: #1b8bcc
}

.btn-custom,.btn-primary {
    min-width: 100px;
    background: #fff;
    color: #1b8bcc;
    border: 1px solid #1b8bcc
}

.btn-custom:hover,.btn-custom:focus,.btn-primary:hover,.btn-primary:focus {
    background: #1b8bcc;
    color: #fff;
    border-color: #1b8bcc
}

.dropdown-menu.animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.product-list-item .switch,.product-wrapper .product .image {
    overflow: hidden;
    position: relative;
    text-align: center
}

.product-list-item .switch>a>span.hidden-sm,.product-wrapper .product .image>a>span.hidden-sm {
    visibility: hidden;
    width: 100%;
    opacity: 0;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    -moz-transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -ms-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s
}

.product-list-item .switch>a:hover>span.hidden-sm,.product-wrapper .product .image>a:hover>span.hidden-sm {
    opacity: 1;
    -moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    visibility: visible
}

.errors {
    color: #1b8bcc
}

body>div.jGrowl {
    z-index: 10000;
    left: 0 !important;
    margin: 0 37.5%;
    width: 25% !important
}

body>div.jGrowl div.jGrowl-notification {
    width: 100% !important;
    padding: 20px
}

body>div.jGrowl div.jGrowl-notification .jGrowl-message .image {
    padding-right: 5px
}

body>div.jGrowl .layer-effect-wl .info .btn {
    padding: 5px 15px
}

body>div.jGrowl .layer-effect-wl .info p {
    background: none;
    font-size: 14px;
    color: #5e5e5e;
    font-family: "Roboto",Arial,Helvetica,sans-serif;
    padding: 0 10px 0 0;
    margin-top: 0
}

#layer-addcart-modal {
    z-index: 9999
}

#layer-addcart-modal .addcart-overlay {
    background: rgba(0,0,0,0.5);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9990
}

#layer-addcart-modal .addcart-modal-box {
    position: absolute;
    display: block;
    top: 15%;
    -webkit-box-shadow: 0 0 7px 5px rgba(0,0,0,0.3);
    -ms-transform: 0 0 7px 5px rgba(0,0,0,0.3);
    -o-transform: 0 0 7px 5px rgba(0,0,0,0.3);
    box-shadow: 0 0 7px 5px rgba(0,0,0,0.3);
    margin: 0 25%;
    padding: 30px;
    width: 50%;
    height: auto;
    max-height: 90%;
    z-index: 9991;
    background: #fff;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px
}

#layer-addcart-modal .addcart-modal-box .note {
    background: #fff;
    display: block;
    margin: 0px 0 20px;
    padding: 0px;
    color: #1b8bcc
}

#layer-addcart-modal .addcart-modal-box .note .fa {
    color: #1b8bcc
}

#layer-addcart-modal .addcart-modal-box .addcart-modal-product {
    padding: 0px 0px 20px;
    display: table;
    table-layout: fixed;
    overflow: hidden
}

#layer-addcart-modal .addcart-modal-box .addcart-modal-product .addcart-modal-image {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px 0 0;
    width: 30%
}

#layer-addcart-modal .addcart-modal-box .addcart-modal-product .addcart-modal-info {
    display: table-cell;
    vertical-align: middle;
    width: 70%
}

#layer-addcart-modal .addcart-modal-box .addcart-modal-product .addcart-modal-info>div {
    margin: 0 0 10px
}

#layer-addcart-modal .addcart-modal-box .addcart-modal-product .addcart-modal-info>div.addcart-modal-title {
    color: #2b2b2b;
    font-size: 23px;
    font-family: "Roboto",Arial,Helvetica,sans-serif
}

#layer-addcart-modal .addcart-modal-box .addcart-modal-product .addcart-modal-info>div.addcart-modal-qty strong {
    font-weight: normal
}

#layer-addcart-modal .addcart-modal-box .addcart-modal-product .addcart-modal-info>div.addcart-modal-price {
    color: #2b2b2b;
    font-size: 20px
}

#layer-addcart-modal .addcart-modal-box .addcart-modal-product .addcart-modal-info>div.addcart-modal-price strong {
    color: #5e5e5e;
    font-weight: 400
}

#layer-addcart-modal .addcart-modal-box .addcart-modal-product .addcart-modal-info strong {
    margin: 0 10px 0 0
}

#layer-addcart-modal .addcart-modal-box .addcart-modal-action {
    padding: 20px 0px 0px;
    clear: both
}

#layer-addcart-modal .addcart-modal-box .addcart-modal-action .addcart-modal-number {
    display: block;
    font-size: 15px;
    margin: 0 0 15px
}

#layer-addcart-modal .addcart-modal-box .addcart-modal-action .addcart-modal-subtotal {
    color: #1b8bcc;
    font-size: 24px
}

#layer-addcart-modal .addcart-modal-box .addcart-modal-action .addcart-modal-subtotal strong {
    margin: 0 20px 0 0;
    color: #5e5e5e;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase
}

#layer-addcart-modal .addcart-modal-box .addcart-modal-action .addcart-modal-button {
    padding-top: 10px
}

#layer-addcart-modal .addcart-modal-box .addcart-modal-action .addcart-modal-button .fa {
    display: none
}

#layer-addcart-modal .addcart-modal-box .addcart-modal-action .addcart-modal-button .addcart-modal-continue {
    float: left;
    border: none;
    margin: 10px 0 0
}

#layer-addcart-modal .addcart-modal-box .addcart-modal-action .addcart-modal-button .addcart-modal-checkout {
    float: right;
    margin: 10px 0 0
}

@media (max-width: 610px) {
    #layer-addcart-modal .addcart-modal-box .addcart-modal-action .addcart-modal-button .addcart-modal-continue,#layer-addcart-modal .addcart-modal-box .addcart-modal-action .addcart-modal-button .addcart-modal-checkout {
        float:left;
        clear: both;
        width: 100%;
        max-width: 300px
    }

    #layer-addcart-modal .addcart-modal-box .addcart-modal-action .addcart-modal-button .addcart-modal-continue .btn,#layer-addcart-modal .addcart-modal-box .addcart-modal-action .addcart-modal-button .addcart-modal-checkout .btn {
        width: 100%;
        padding: 9px 15px
    }
}

#layer-addcart-modal .addcart-modal-close {
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    -webkit-box-shadow: 0 0px 10px rgba(0,0,0,0.5);
    -ms-transform: 0 0px 10px rgba(0,0,0,0.5);
    -o-transform: 0 0px 10px rgba(0,0,0,0.5);
    box-shadow: 0 0px 10px rgba(0,0,0,0.5);
    position: absolute;
    display: block;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: block;
    cursor: pointer;
    background-color: #fff;
    background-image: url(https://cdn.shopify.com/s/files/1/1836/0759/t/4/assets/icon_remove.png?3929679233679600438);
    background-repeat: no-repeat;
    background-position: center
}

#layer-addcart-modal .addcart-modal-close .fa {
    display: none
}

#product-action.sold-out {
    font-size: 24px
}

.notifyjs-corner,.noti-product-slider {
    position: fixed;
    bottom: 10px !important;
    width: 330px;
    z-index: 9999;
    overflow: hidden;
    right: 10px
}

.notifyjs-corner .np-slider,.noti-product-slider .np-slider {
    display: none
}

.notifyjs-corner .np-slider.owl-carousel,.noti-product-slider .np-slider.owl-carousel {
    display: block
}

.notifyjs-corner .col-sm-4,.noti-product-slider .col-sm-4 {
    padding-right: 5px
}

.notifyjs-corner .col-sm-4 a,.noti-product-slider .col-sm-4 a {
    display: block
}

.notifyjs-corner .col-sm-4 a img,.noti-product-slider .col-sm-4 a img {
    width: 100%
}

.notifyjs-corner .product h3,.noti-product-slider .product h3 {
    font-size: 20px;
    margin: 0 0 10px
}

.notifyjs-corner .product h5,.noti-product-slider .product h5 {
    font-size: 15px;
    font-family: "Roboto",Arial,Helvetica,sans-serif;
    margin: 0 0 5px
}

.notifyjs-corner .product h5 a,.noti-product-slider .product h5 a {
    font-size: 15px;
    color: #2b2b2b
}

.notifyjs-corner .product h5 a:hover,.noti-product-slider .product h5 a:hover {
    color: #1b8bcc
}

.notifyjs-corner .product .product-price,.noti-product-slider .product .product-price {
    text-align: left;
    border: none;
    padding: 0;
    color: #2b2b2b;
    font-weight: 600;
    font-size: 15px
}

.notifyjs-corner .product .product-price .price_compare,.noti-product-slider .product .product-price .price_compare {
    margin: 0 5px 0 0;
    color: #8a8989;
    font-weight: 300;
    font-size: 13px
}

.notifyjs-corner .notifyjs-wrapper,.notifyjs-corner .owl-stage-outer,.noti-product-slider .notifyjs-wrapper,.noti-product-slider .owl-stage-outer {
    margin: 0px !important;
    display: block;
    height: inherit;
    margin: 3px;
    position: relative;
    width: inherit
}

.notifyjs-corner .product-grid-item,.noti-product-slider .product-grid-item {
    padding: 0;
    margin: 0
}

.notifyjs-corner .product-grid-item:before,.noti-product-slider .product-grid-item:before {
    content: none
}

.notifyjs-corner .notifyjs-container,.notifyjs-corner .owl-item,.noti-product-slider .notifyjs-container,.noti-product-slider .owl-item {
    margin: 0px !important;
    display: block;
    height: inherit;
    padding: 5px;
    position: relative;
    width: inherit
}

.notifyjs-corner .notifyjs-container .product-wrapper,.notifyjs-corner .owl-item .product-wrapper,.noti-product-slider .notifyjs-container .product-wrapper,.noti-product-slider .owl-item .product-wrapper {
    margin: 0px !important;
    padding: 15px;
    background: #fff;
    width: 100%;
    overflow: hidden;
    -webkit-box-shadow: 0 0 5px #c6c6c6;
    -ms-transform: 0 0 5px #c6c6c6;
    -o-transform: 0 0 5px #c6c6c6;
    box-shadow: 0 0 5px #c6c6c6
}

.notifyjs-corner .notifyjs-container .product-wrapper .product-head,.notifyjs-corner .owl-item .product-wrapper .product-head,.noti-product-slider .notifyjs-container .product-wrapper .product-head,.noti-product-slider .owl-item .product-wrapper .product-head {
    float: left;
    width: 33.3333%;
    padding: 0 20px 0 0
}

.notifyjs-corner .notifyjs-container .product-wrapper .product-head .product-image .featured-img,.notifyjs-corner .owl-item .product-wrapper .product-head .product-image .featured-img,.noti-product-slider .notifyjs-container .product-wrapper .product-head .product-image .featured-img,.noti-product-slider .owl-item .product-wrapper .product-head .product-image .featured-img {
    height: auto;
    width: auto
}

.notifyjs-corner .notifyjs-container .product-wrapper .product-head .product-image .featured-img a>span img,.notifyjs-corner .owl-item .product-wrapper .product-head .product-image .featured-img a>span img,.noti-product-slider .notifyjs-container .product-wrapper .product-head .product-image .featured-img a>span img,.noti-product-slider .owl-item .product-wrapper .product-head .product-image .featured-img a>span img {
    display: none
}

.notifyjs-corner .notifyjs-container .product-wrapper .product-head .product-image .featured-img img,.notifyjs-corner .owl-item .product-wrapper .product-head .product-image .featured-img img,.noti-product-slider .notifyjs-container .product-wrapper .product-head .product-image .featured-img img,.noti-product-slider .owl-item .product-wrapper .product-head .product-image .featured-img img {
    position: static;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1
}

.notifyjs-corner .notifyjs-container .product-wrapper .product-content,.notifyjs-corner .owl-item .product-wrapper .product-content,.noti-product-slider .notifyjs-container .product-wrapper .product-content,.noti-product-slider .owl-item .product-wrapper .product-content {
    width: 66.6667%;
    padding: 0;
    float: left;
    min-height: 10px;
    -webkit-box-shadow: 0 0 0 #fff;
    -ms-transform: 0 0 0 #fff;
    -o-transform: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff
}

.notifyjs-corner .notifyjs-container .product-wrapper .product-content .np-slider-title,.notifyjs-corner .notifyjs-container .product-wrapper .product-content .noti-title,.notifyjs-corner .owl-item .product-wrapper .product-content .np-slider-title,.notifyjs-corner .owl-item .product-wrapper .product-content .noti-title,.noti-product-slider .notifyjs-container .product-wrapper .product-content .np-slider-title,.noti-product-slider .notifyjs-container .product-wrapper .product-content .noti-title,.noti-product-slider .owl-item .product-wrapper .product-content .np-slider-title,.noti-product-slider .owl-item .product-wrapper .product-content .noti-title {
    display: block !important;
    font-size: 18px;
    margin: 0 0 10px
}

.notifyjs-corner .notifyjs-container .product-wrapper .product-content .product-price,.notifyjs-corner .owl-item .product-wrapper .product-content .product-price,.noti-product-slider .notifyjs-container .product-wrapper .product-content .product-price,.noti-product-slider .owl-item .product-wrapper .product-content .product-price {
    display: block
}

.notifyjs-corner .notifyjs-container .product-wrapper .product-content .product-name,.notifyjs-corner .owl-item .product-wrapper .product-content .product-name,.noti-product-slider .notifyjs-container .product-wrapper .product-content .product-name,.noti-product-slider .owl-item .product-wrapper .product-content .product-name {
    height: auto !important;
    text-align: left !important
}

.notifyjs-corner .notifyjs-container .product-wrapper .product-content .product-name a,.notifyjs-corner .owl-item .product-wrapper .product-content .product-name a,.noti-product-slider .notifyjs-container .product-wrapper .product-content .product-name a,.noti-product-slider .owl-item .product-wrapper .product-content .product-name a {
    font-size: 14px
}

.notifyjs-corner .notifyjs-container .product-wrapper .product-description,.notifyjs-corner .notifyjs-container .product-wrapper .product-button,.notifyjs-corner .notifyjs-container .product-wrapper .product-review,.notifyjs-corner .notifyjs-container .product-wrapper .product-label,.notifyjs-corner .notifyjs-container .product-wrapper .quick_shop,.notifyjs-corner .notifyjs-container .product-wrapper .wrapper-countdown,.notifyjs-corner .notifyjs-container .product-wrapper .product-btn,.notifyjs-corner .notifyjs-container .product-wrapper .add-cart-button,.notifyjs-corner .owl-item .product-wrapper .product-description,.notifyjs-corner .owl-item .product-wrapper .product-button,.notifyjs-corner .owl-item .product-wrapper .product-review,.notifyjs-corner .owl-item .product-wrapper .product-label,.notifyjs-corner .owl-item .product-wrapper .quick_shop,.notifyjs-corner .owl-item .product-wrapper .wrapper-countdown,.notifyjs-corner .owl-item .product-wrapper .product-btn,.notifyjs-corner .owl-item .product-wrapper .add-cart-button,.noti-product-slider .notifyjs-container .product-wrapper .product-description,.noti-product-slider .notifyjs-container .product-wrapper .product-button,.noti-product-slider .notifyjs-container .product-wrapper .product-review,.noti-product-slider .notifyjs-container .product-wrapper .product-label,.noti-product-slider .notifyjs-container .product-wrapper .quick_shop,.noti-product-slider .notifyjs-container .product-wrapper .wrapper-countdown,.noti-product-slider .notifyjs-container .product-wrapper .product-btn,.noti-product-slider .notifyjs-container .product-wrapper .add-cart-button,.noti-product-slider .owl-item .product-wrapper .product-description,.noti-product-slider .owl-item .product-wrapper .product-button,.noti-product-slider .owl-item .product-wrapper .product-review,.noti-product-slider .owl-item .product-wrapper .product-label,.noti-product-slider .owl-item .product-wrapper .quick_shop,.noti-product-slider .owl-item .product-wrapper .wrapper-countdown,.noti-product-slider .owl-item .product-wrapper .product-btn,.noti-product-slider .owl-item .product-wrapper .add-cart-button {
    display: none
}

.notifyjs-corner .notifyjs-container .product-wrapper:hover .product-content:before,.notifyjs-corner .owl-item .product-wrapper:hover .product-content:before,.noti-product-slider .notifyjs-container .product-wrapper:hover .product-content:before,.noti-product-slider .owl-item .product-wrapper:hover .product-content:before {
    content: none
}

.notifyjs-corner .notifyjs-container .product-wrapper:hover .product-content .product-review,.notifyjs-corner .notifyjs-container .product-wrapper:hover .product-content .product-price,.notifyjs-corner .owl-item .product-wrapper:hover .product-content .product-review,.notifyjs-corner .owl-item .product-wrapper:hover .product-content .product-price,.noti-product-slider .notifyjs-container .product-wrapper:hover .product-content .product-review,.noti-product-slider .notifyjs-container .product-wrapper:hover .product-content .product-price,.noti-product-slider .owl-item .product-wrapper:hover .product-content .product-review,.noti-product-slider .owl-item .product-wrapper:hover .product-content .product-price {
    opacity: 1
}

.notifyjs-corner .notifyjs-container .product-wrapper:hover .product-content .product-name,.notifyjs-corner .owl-item .product-wrapper:hover .product-content .product-name,.noti-product-slider .notifyjs-container .product-wrapper:hover .product-content .product-name,.noti-product-slider .owl-item .product-wrapper:hover .product-content .product-name {
    text-align: left;
    padding: 0
}

#hi-eu-opt-in.active {
    z-index: 99;
    position: fixed;
    background-color: rgba(0,0,0,0.8);
    bottom: 0;
    width: 100%;
    bottom: 0;
    color: #fff;
    padding: 15px
}

#hi-eu-opt-in #hi-cookie-box {
    max-width: 1200px;
    margin: 0px auto;
    overflow: hidden
}

#hi-eu-opt-in .hi-cookie-head,#hi-eu-opt-in .hi-cookie-intro {
    margin: 0px;
    width: 60%;
    padding: 0 15px;
    float: left;
    font-size: 12px
}

#hi-eu-opt-in .hi-cookie-head .read-more,#hi-eu-opt-in .hi-cookie-intro .read-more {
    display: none
}

#hi-eu-opt-in .hi-cookie-head br,#hi-eu-opt-in .hi-cookie-intro br {
    display: none
}

#hi-eu-opt-in .hi-cookie-head {
    padding-bottom: 5px
}

#hi-eu-opt-in .hi-cookie-happy {
    float: left;
    padding: 0 15px;
    margin: -11px 0 0;
    width: 18%;
    font-size: 12px
}

#hi-eu-opt-in .hi-cookie-btn {
    float: left;
    width: auto;
    margin: -17px 5px 0;
    cursor: pointer;
    font-size: 12px
}

#hi-eu-opt-in .hi-cookie-btn.disagree {
    text-transform: uppercase;
    text-align: center;
    padding: 7px 20px;
    line-height: 20px;
    background: #fff;
    color: #1b8bcc;
    border: 1px solid #1b8bcc;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px
}

#hi-eu-opt-in .hi-cookie-btn.disagree:hover {
    background: #1b8bcc;
    text-decoration: none;
    color: #fff;
    border-color: #1b8bcc
}

#hi-eu-opt-in .hi-cookie-btn.agree {
    text-transform: uppercase;
    text-align: center;
    padding: 7px 20px;
    line-height: 20px;
    background: #1b8bcc;
    color: #fff;
    border: 1px solid #1b8bcc;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px
}

#hi-eu-opt-in .hi-cookie-btn.agree:hover {
    text-decoration: none;
    background: #fff;
    color: #1b8bcc;
    border-color: #1b8bcc
}

.modern {
    padding: 0;
    margin: 0px auto;
    box-sizing: border-box
}

.template-password {
    text-align: center;
    padding: 0;
    margin: 0px auto;
    background-image: url(https://cdn.shopify.com/s/files/1/1836/0759/t/4/assets/password-page-background.jpg?3929679233679600438);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    display: table;
    height: 100%;
    width: 100%
}

.template-password *,.template-password input,.template-password *::before,.template-password *::after {
    box-sizing: border-box
}

@media (max-width: 767px) {
    .template-password {
        background-size:inherit
    }
}

.password-page__wrapper a {
    color: inherit
}

.password-page__wrapper hr {
    border-color: inherit;
    margin: 0 auto;
    max-width: 60px;
    padding: 15px 0
}

.password-page__wrapper .share-links.social-sharing ul.list-inline {
    padding: 0;
    margin: 20px 0
}

.password-page__wrapper .share-links.social-sharing.is-clean a {
    background: #ffffff none repeat scroll 0 0;
    color: #333333
}

.password-page__wrapper .share-links.social-sharing.is-clean a:hover {
    background: #ececec none repeat scroll 0 0
}

.template-password .share-links.social-sharing {
    font-family: "Roboto",Arial,Helvetica,sans-serif
}

.template-password .share-links.social-sharing * {
    box-sizing: border-box
}

@media (max-width: 479px) {
    .template-password .share-links.social-sharing li a {
        font-size:12px
    }
}

@media (max-width: 479px) {
    .template-password .share-links.social-sharing li a .fa {
        display:none
    }
}

.template-password .share-links.social-sharing.is-clean .share-count {
    top: -1px
}

.template-password .share-links.social-sharing.is-clean .fa-facebook {
    color: #3b5998
}

.template-password .share-links.social-sharing.is-clean .fa-twitter {
    color: #00aced
}

.template-password .share-links.social-sharing.is-clean .fa-pinterest {
    color: #cb2027
}

.template-password .share-links.social-sharing.is-clean .fa-fancy {
    color: #4999dc
}

.template-password .share-links.social-sharing.is-clean .fa-google-plus {
    color: #dd4b39
}

.template-password .share-links.social-sharing.is-clean a {
    background-color: #ffffff;
    border: 1px solid #ececec;
    color: #333333;
    height: 30px;
    line-height: 30px
}

.template-password .share-links.social-sharing.is-clean a span {
    font-size: 13px;
    height: 30px;
    line-height: 30px
}

.template-password .share-links.social-sharing.is-clean a .share-title {
    font-weight: normal
}

.template-password .share-links.social-sharing.is-clean a:hover {
    background-color: #ececec
}

.template-password .share-links.social-sharing.is-clean a:hover .share-count {
    background-color: #ffffff
}

.template-password .share-links.social-sharing.is-clean a:hover .share-count:after {
    border-right-color: #ffffff
}

.template-password .share-links.social-sharing.is-large a {
    height: 44px;
    line-height: 44px
}

.template-password .share-links.social-sharing.is-large a span {
    font-size: 18px;
    height: 44px;
    line-height: 44px
}

.template-password .share-links.social-sharing.is-large a .fa {
    padding: 0 10px 0 18px
}

.template-password .share-links.social-sharing.is-large a .fa:before {
    line-height: 44px
}

.template-password {
    height: 100vh;
    text-align: center
}

.template-password .hidden-label {
    display: none
}

.template-password .share-title {
    font-size: 12px;
    font-weight: 900;
    padding-right: 10px
}

.template-password .is-large .share-title {
    padding-right: 16px
}

.template-password .is-large .share-count {
    font-size: 18px;
    padding: 0 14px
}

.template-password .share-facebook {
    background-color: #3b5998
}

.template-password .share-facebook:hover {
    background-color: #2d4373
}

.template-password .share-twitter {
    background-color: #00aced
}

.template-password .share-twitter:hover {
    background-color: #0087ba
}

.template-password .share-pinterest {
    background-color: #cb2027
}

.template-password .share-pinterest:hover {
    background-color: #9f191f
}

.template-password .share-fancy {
    background-color: #4999dc
}

.template-password .share-fancy:hover {
    background-color: #2780cb
}

.template-password .share-google {
    background-color: #dd4b39
}

.template-password .share-google:hover {
    background-color: #c23321
}

.password-page__header__inner {
    padding: 15px 30px
}

.password-page__logo {
    color: inherit;
    margin-top: 90px
}

.password-page__logo .logo {
    max-width: 100%
}

.password-page__main {
    height: 100%;
    margin: 0 auto;
    width: 100%
}

.password-page__main__inner {
    padding: 15px;
    vertical-align: middle
}

.password-page__hero {
    font-family: "Roboto",Arial,Helvetica,sans-serif;
    font-size: 2.625em;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.25;
    text-rendering: optimizelegibility;
    text-transform: none;
    color: #fff
}

@media screen and (min-width: 481px) {
    .password-page__hero {
        font-size:3.75em
    }
}

@media screen and (min-width: 769px) {
    .password-page__hero {
        font-size:4em
    }
}

.password-page__message {
    font-size: 120%;
    font-style: italic
}

.password-page__message img {
    max-width: 100%
}

.password-page__message,.password-page__login-form,.password-page__signup-form {
    margin: 0 auto;
    max-width: 500px
}

.password-page__message,.password-page__login-form {
    padding: 30px;
    text-align: center
}

@media screen and (min-width: 480px) {
    .password-page__login-form,.password-page__signup-form {
        padding:0 30px
    }
}

.password-page__login-form .input-group,.password-page__signup-form .input-group {
    width: 100%
}

.password-page__login-form .errors ul,.password-page__signup-form .errors ul {
    list-style-type: none;
    margin-left: 0
}

.lt-ie9 .template-password .newsletter__submit-text--small,.lt-ie9 .template-password .password-page__login-form__submit-text--small {
    display: none !important
}

input.input-group-field {
    height: 50px;
    padding: 15px;
    line-height: 18px;
    color: #fff;
    border: 1px solid #b8b8b8;
    width: 100%;
    border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    -webkit-border-radius: 2px 0 0 2px
}

input.input-group-field::-webkit-input-placeholder {
    color: #fff
}

input.input-group-field:-moz-placeholder {
    color: #fff
}

input.input-group-field::-moz-placeholder {
    color: #fff
}

input.password-page__login-form__submit[type="submit"],input.password-page__signup-form__submit[type="submit"] {
    font-size: 0.9em
}

#LoginModal input.input-group-field {
    color: #333
}

#LoginModal input.input-group-field::-webkit-input-placeholder {
    color: #333
}

#LoginModal input.input-group-field:-moz-placeholder {
    color: #333
}

#LoginModal input.input-group-field::-moz-placeholder {
    color: #333
}

.password-page__social-sharing {
    margin-top: 30px
}

.password-login {
    text-align: right
}

.password-login,.admin-login {
    margin-top: 15px
}

.password-login a:hover,.admin-login a:hover {
    color: inherit
}

.password-login {
    font-family: "Roboto",Arial,Helvetica,sans-serif;
    font-size: 0.875em;
    line-height: 14px
}

.lock-icon-svg {
    display: inline-block;
    height: 14px;
    vertical-align: baseline;
    width: 14px
}

.lock-icon-svg path {
    fill: currentcolor
}

.lt-ie9 .lock-icon-svg {
    display: none
}

.password-page__footer_inner {
    font-size: 95%;
    line-height: 24px;
    padding: 30px;
    vertical-align: bottom
}

.shopify-link {
    color: inherit
}

.shopify-link:hover {
    color: inherit
}

.shopify-logo-svg {
    display: inline-block;
    height: 24px;
    line-height: 0;
    vertical-align: top;
    width: 82.2857px
}

.shopify-logo-svg path {
    fill: currentcolor
}

.lt-ie9 .shopify-logo-svg {
    display: none
}

.modern .shopify-name {
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px
}

.input-group {
    border-collapse: separate;
    display: table;
    position: relative
}

.input-group .btn,.input-group .btn--secondary,.input-group input.btn--secondary,.input-group .btn--tertiary,.input-group input.btn--tertiary,.input-group input[type="submit"] {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    -moz-user-select: none;
    background-color: #1b8bcc;
    border: 1px solid #1b8bcc;
    border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 2px 2px 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Roboto",Arial,Helvetica,sans-serif;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    height: 50px;
    margin: 0;
    padding: 9px 30px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap
}

.input-group .btn:hover,.input-group .btn:focus,.input-group .btn--secondary:hover,.input-group .btn--secondary:focus,.input-group input.btn--secondary:hover,.input-group input.btn--secondary:focus,.input-group .btn--tertiary:hover,.input-group .btn--tertiary:focus,.input-group input.btn--tertiary:hover,.input-group input.btn--tertiary:focus,.input-group input[type="submit"]:hover,.input-group input[type="submit"]:focus {
    background: #fff;
    color: #1b8bcc;
    border-color: #1b8bcc
}

.input-group-btn {
    padding: 0;
    position: relative;
    white-space: nowrap;
    width: 1%
}

.input-group-field,.input-group-btn {
    display: table-cell;
    margin: 0;
    vertical-align: middle
}

.mfp-hide {
    display: none !important
}

.mfp-bg {
    background: #ffffff none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 1;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1042
}

.mfp-wrap {
    height: 100%;
    left: 0;
    outline: medium none !important;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1043
}

.mfp-container {
    background-color: #ffffff;
    box-sizing: border-box;
    height: 100%;
    left: 0;
    padding: 0 8px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    display: inline-block;
    margin: 0 auto;
    position: relative;
    text-align: left;
    vertical-align: middle;
    z-index: 1045;
    color: #333
}

.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content {
    cursor: auto;
    width: 100%
}

.mfp-ajax-cur {
    cursor: progress
}

a {
    background: rgba(0,0,0,0) none repeat scroll 0 0;
    color: #2b2b2b;
    text-decoration: none
}

a:hover,a:focus {
    color: #1b8bcc;
    text-decoration: none
}

.text-link {
    background: rgba(0,0,0,0) none repeat scroll 0 0;
    color: #1b8bcc;
    text-decoration: none
}

a:hover,a:focus,.text-link:hover,.text-link:focus {
    color: #1b8bcc
}

button.mfp-close,button.mfp-arrow {
    background: rgba(0,0,0,0) none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
    cursor: pointer;
    display: block;
    outline: medium none;
    overflow: visible;
    padding: 0;
    z-index: 1046
}

button::-moz-focus-inner {
    border: 0 none;
    padding: 0
}

.mfp-close {
    color: #333333;
    font-family: Arial,Baskerville,monospace;
    font-size: 28px;
    font-style: normal;
    height: 44px;
    line-height: 44px;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: 0;
    width: 44px
}

.mfp-close:hover,.mfp-close:focus {
    opacity: 1
}

.mfp-close:active {
    top: 1
}

.mfp-close-btn-in .mfp-close {
    color: #333333
}

.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close {
    color: #ffffff;
    padding-right: 6px;
    right: -6px;
    text-align: right;
    width: 100%
}

button.mfp-close {
    color: #333333;
    font-size: 2.5em;
    margin: 30px;
    opacity: 1
}

.fancybox-inner .bc-error,.fancybox-inner .bc-success {
    margin: 0px auto;
    padding: 0;
    position: relative;
    height: 100%;
    width: 100%;
    display: table !important
}

.fancybox-inner .bc-error>span,.fancybox-inner .bc-success>span {
    width: 100%;
    padding: 10px 30px;
    display: table-cell;
    vertical-align: middle
}

#product-compare,#product-wishlist {
    background: #fff;
    padding: 30px 0 0
}

#product-compare table,#product-wishlist table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0
}

#product-compare table tr td,#product-wishlist table tr td {
    padding: 10px 15px;
    border: 1px solid #b8b8b8;
    position: static
}

#product-compare table tr td.comparison_options .line,#product-compare table tr td.wishlist_options .line,#product-wishlist table tr td.comparison_options .line,#product-wishlist table tr td.wishlist_options .line {
    display: block;
    padding: 0 0 5px
}

#product-compare table tr td.comparison_options .line>label,#product-compare table tr td.wishlist_options .line>label,#product-wishlist table tr td.comparison_options .line>label,#product-wishlist table tr td.wishlist_options .line>label {
    margin: 0;
    display: inline-block;
    padding: 0 15px 0 0;
    font-weight: 600;
    position: relative;
    color: #5e5e5e
}

#product-compare table tr td.comparison_options .line>label:after,#product-compare table tr td.wishlist_options .line>label:after,#product-wishlist table tr td.comparison_options .line>label:after,#product-wishlist table tr td.wishlist_options .line>label:after {
    content: ':';
    font-weight: 400;
    position: absolute;
    display: block;
    top: 0;
    right: 6px
}

#product-compare table .heading-col,#product-wishlist table .heading-col {
    text-align: left;
    background: #f8f8f8;
    color: #2b2b2b;
    font-size: 15px
}

#product-compare table .heading-col strong,#product-compare table .heading-col b,#product-wishlist table .heading-col strong,#product-wishlist table .heading-col b {
    font-weight: 400
}

#product-compare table .product-col,#product-wishlist table .product-col {
    text-align: center;
    position: relative
}

#product-compare table .product-col .remove,#product-wishlist table .product-col .remove {
    position: absolute;
    display: block;
    top: 10px;
    right: 10px
}

#product-compare table .product-col .remove a,#product-wishlist table .product-col .remove a {
    color: #5e5e5e;
    font-size: 18px
}

#product-compare table .product-col .remove a:hover,#product-wishlist table .product-col .remove a:hover {
    color: #1b8bcc
}

#product-compare table .product-col .product-price,#product-wishlist table .product-col .product-price {
    padding: 0
}

#product-compare table .product-col .product-image-block,#product-wishlist table .product-col .product-image-block {
    margin: 0px auto;
    width: 135px
}

#product-compare table .product-col .product-name,#product-wishlist table .product-col .product-name {
    margin: 15px auto 10px;
    font-weight: 400
}

#product-compare table .product-col .product-name a,#product-wishlist table .product-col .product-name a {
    color: #2b2b2b
}

#product-compare table .product-col .product-name a:hover,#product-wishlist table .product-col .product-name a:hover {
    color: #1b8bcc
}

#product-compare table .product-col .product-price .price-compare,#product-wishlist table .product-col .product-price .price-compare {
    margin: 0 15px 0 0
}

#product-compare table .product-col .comparison_product_infos,#product-compare table .product-col .wishlist_product_infos,#product-wishlist table .product-col .comparison_product_infos,#product-wishlist table .product-col .wishlist_product_infos {
    padding: 0 0 10px
}

#product-compare table .product-col .comparison_product_infos .btn,#product-compare table .product-col .wishlist_product_infos .btn,#product-wishlist table .product-col .comparison_product_infos .btn,#product-wishlist table .product-col .wishlist_product_infos .btn {
    margin: 10px auto 0;
    padding: 6px 30px;
    min-width: 155px;
    font-weight: 400
}

#product-compare table .product-col.comparison_collection a,#product-wishlist table .product-col.comparison_collection a {
    color: #5e5e5e
}

#product-compare table .product-col.comparison_collection a:hover,#product-wishlist table .product-col.comparison_collection a:hover {
    color: #1b8bcc
}

#fsb_background {
    z-index: 99 !important
}

.shopify-section {
    margin: 0px auto;
    clear: both;
}
.pad25 {
    padding: 25px 0;
}
.pad35 {
    padding: 35px 0;
}
.sb-widget li.parent a {
    font-weight: 500!important;
    color: #1b8bcc!important;
}
.sb-widget .child li {
    margin-left: 15px!important;
    padding-bottom: 10px!important;    
}
@media (max-width: 1200px) {
    .product-head {
        min-height: 225px;
    }
}
@media (min-width: 1201px) {
    .product-head {
        height: 240px;
    }
}
span.count-top {
    margin: 4px 0 5px 3px;
    color: #1b8bcc;
    opacity: 1;
    transition: opacity 300ms;
    font-size: 14px;
    line-height: 18px;
    vertical-align: top;
}
li.prev.disabled span, li.next.disabled span {
    color: #a4a4a4;
}
span.quotes_author {
    font-style: initial;
    font-size: 16px;
}
li.main-genre {
    padding-bottom: 5px!important;
    text-decoration: underline;
}
li.main-genre a {
   color: #1e8dcf!important;
}
li.parent.active a {
    color: red!important;
}

li.main-genre-back, li.main-genre-back a {
    color: #b7950d!important;
}
.searchbox .header-content {
    background: initial;
}
.adv {
    margin: 10px 0;
}
.text-book {
    font-size: 20px;
    line-height: 30px;
    color: #000;
    text-align: justify;
}
.post-image.brief {
    max-height: 150px;
    overflow: hidden;
}
.post.blog img {
    float: left;
    margin: 15px;
}
.post.blog {
    font-size: 16px;
    color: #000;
    line-height: 24px;
    text-align: justify;
}
li.main-genre.active a {
    color: red!important;
}
ul.subgenres li {
    padding-bottom: 7px!important;
    margin-bottom: 0px!important;
    margin-left: 15px!important;
}
ul.subgenres li a {
    color: #188bce!important;
    font-weight: 600!important;
}
ul.subgenres li.active a {
    color: red!important;
}
.header-logo a span {
    font-weight: 600;
    margin-top: 10px;
    display: block;
    color: #0083a7;
}

.header-logo a {
    font-size: 23px!important;
    text-align: center!important;
    display: block;
}